libcdio-2.0.0/0000775000175000017500000000000013222221717010120 500000000000000libcdio-2.0.0/libcdio.pc.in0000644000175000017500000000043411126441340012372 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: @PACKAGE_NAME@ Description: Portable CD-ROM I/O library Version: @PACKAGE_VERSION@ #Requires: glib-2.0 Libs: -L${libdir} -lcdio @LIBS@ @LTLIBICONV@ @DARWIN_PKG_LIB_HACK@ Cflags: -I${includedir} libcdio-2.0.0/configure0000775000175000017500000254164113222217402011760 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for libcdio 2.0.0. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## 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. as_myself= 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 # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # 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. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} 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 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" 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 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi 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 : export CONFIG_SHELL # 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. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 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 and $0: https://savannah.gnu.org/bugs/?group=libcdio about your $0: system, 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 ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libcdio' PACKAGE_TARNAME='libcdio' PACKAGE_VERSION='2.0.0' PACKAGE_STRING='libcdio 2.0.0' PACKAGE_BUGREPORT='https://savannah.gnu.org/bugs/?group=libcdio' PACKAGE_URL='' ac_unique_file="src/cd-info.c" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS VCDINFO_LIBS VCDINFO_CFLAGS CDDA_PLAYER_LIBS BUILD_CDDA_PLAYER_FALSE BUILD_CDDA_PLAYER_TRUE CDDB_LIBS CDDB_CFLAGS PKG_CONFIG ENABLE_ROCK_FALSE ENABLE_ROCK_TRUE MINGW32 HAVE_ROCK HAVE_JOLIET LTLIBICONV LIBICONV LIBCDIO_SOURCE_PATH HAVE_OS2_CDROM HAVE_WIN32_CDROM HAVE_SOLARIS_CDROM HAVE_LINUX_CDROM HAVE_FREEBSD_CDROM HAVE_DARWIN_CDROM HAVE_BSDI_CDROM LINUX_CDROM_TIMEOUT LT_NO_UNDEFINED LIBISO9660_CFLAGS LIBCDIO_CFLAGS DARWIN_PKG_LIB_HACK native_abs_top_srcdir SED_EXTENDED_RE_FLAG LIBUDF_LIBS LIBISO9660_LIBS LIBCDIO_DEPS LIBCDIOPP_LIBS LIBCDIO_LIBS LIBISO9660PP_LIBS LIBCDIO_CDDA_LIBS DISABLE_CPP_FALSE DISABLE_CPP_TRUE BUILD_VERSIONED_LIBS_FALSE BUILD_VERSIONED_LIBS_TRUE BUILD_CDIOTEST_FALSE BUILD_CDIOTEST_TRUE BUILD_CDINFO_LINUX_FALSE BUILD_CDINFO_LINUX_TRUE BUILD_ISO_READ_FALSE BUILD_ISO_READ_TRUE BUILD_ISO_INFO_FALSE BUILD_ISO_INFO_TRUE BUILD_CD_READ_FALSE BUILD_CD_READ_TRUE BUILD_CDINFO_FALSE BUILD_CDINFO_TRUE BUILD_CD_DRIVE_FALSE BUILD_CD_DRIVE_TRUE CYGWIN_FALSE CYGWIN_TRUE COS_LIB CXXCPP LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL RANLIB ac_ct_AR AR LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP SED LIBTOOL OBJDUMP DLLTOOL AS TYPESIZES UCDROM_H SBPCD_H RM DIFF_OPTS DIFF HAVE_PERL_FALSE HAVE_PERL_TRUE PERL EGREP GREP CPP ISO_MAKING_COMMAND am__fastdepCXX_FALSE am__fastdepCXX_TRUE CXXDEPMODE ac_ct_CXX CXXFLAGS CXX am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC BUILD_EXAMPLES_FALSE BUILD_EXAMPLES_TRUE ENABLE_CPP_FALSE ENABLE_CPP_TRUE ENABLE_CXX_BINDINGS_FALSE ENABLE_CXX_BINDINGS_TRUE MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE HELP2MAN LIBCDIO_VERSION_NUM host_os host_vendor host_cpu host build_os build_vendor build_cpu build AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_maintainer_mode with_cd_drive with_cd_info with_cdda_player with_cd_read with_iso_info with_iso_read with_versioned_libs enable_cxx enable_cpp_progs enable_example_progs enable_dependency_tracking enable_largefile enable_shared enable_static with_pic enable_fast_install with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock enable_rpath with_libiconv_prefix enable_joliet enable_rock enable_cddb enable_vcd_info ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CXX CXXFLAGS CCC CPP LT_SYS_LIBRARY_PATH CXXCPP PKG_CONFIG CDDB_CFLAGS CDDB_LIBS VCDINFO_CFLAGS VCDINFO_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures libcdio 2.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/libcdio] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of libcdio 2.0.0:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --disable-cxx Disable C++ bindings (default enabled) --enable-cpp-progs make C++ example programs (default enabled) --disable-example-progs Don't build libcdio sample programs --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --disable-largefile omit support for large files --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-rpath do not hardcode runtime library paths --disable-joliet don't include Joliet extension support (default enabled) --enable-rock include Rock-Ridge extension support (default enabled) --enable-cddb include CDDB lookups in cd_info (default enabled) --enable-vcd-info include Video CD Info from libvcd Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --without-cd-drive don't build program cd-drive (default with) --without-cd-info don't build program cd-info (default with) --without-cdda-player don't build program cdda-player (default with) --without-cd-read don't build program cd-read (default with) --without-iso-info don't build program iso-info (default with) --without-iso-read don't build program iso-read (default with) --without-versioned-libs build versioned library symbols (default enabled if you have GNU ld) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both shared library versioning (aka "SONAME") variant to provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). --with-gnu-ld assume the C compiler uses GNU ld default=no --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CXX C++ compiler command CXXFLAGS C++ compiler flags CPP C preprocessor LT_SYS_LIBRARY_PATH User-defined run-time library search path. CXXCPP C++ preprocessor PKG_CONFIG path to pkg-config utility CDDB_CFLAGS C compiler flags for CDDB, overriding pkg-config CDDB_LIBS linker flags for CDDB, overriding pkg-config VCDINFO_CFLAGS C compiler flags for VCDINFO, overriding pkg-config VCDINFO_LIBS linker flags for VCDINFO, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF libcdio configure 2.0.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_cxx_try_compile LINENO # ---------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## ----------------------------------------------------------- ## ## Report this to https://savannah.gnu.org/bugs/?group=libcdio ## ## ----------------------------------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES # ---------------------------------------------------- # Tries to find if the field MEMBER exists in type AGGR, after including # INCLUDES, setting cache variable VAR accordingly. ac_fn_c_check_member () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 $as_echo_n "checking for $2.$3... " >&6; } if eval \${$4+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $5 int main () { static $2 ac_aggr; if (ac_aggr.$3) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$4=yes" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $5 int main () { static $2 ac_aggr; if (sizeof ac_aggr.$3) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$4=yes" else eval "$4=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$4 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_member # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES # --------------------------------------------- # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR # accordingly. ac_fn_c_check_decl () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack as_decl_name=`echo $2|sed 's/ *(.*//'` as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 $as_echo_n "checking whether $as_decl_name is declared... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { #ifndef $as_decl_name #ifdef __cplusplus (void) $as_decl_use; #else (void) $as_decl_name; #endif #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_decl # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_cxx_try_cpp LINENO # ------------------------ # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_cpp # ac_fn_cxx_try_link LINENO # ------------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_cxx_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_cxx_try_link cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libcdio $as_me 2.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='libcdio' VERSION='2.0.0' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac ac_config_headers="$ac_config_headers config.h" # Enable silent build rules by default (Automake v1.11 or later). # Disable by either passing --disable-silent-rules to configure or passing V=1 to make # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' # FIXME: write a m4 macro to convert x.y.zjunk to x*10000 + y*100 + z # LIBCDIO_VERSION_NUM=`echo RELEASE_NUM | cut -d . -f 1 | tr -d a-z` LIBCDIO_VERSION_NUM=20000 HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file # Check whether --with-cd-drive was given. if test "${with_cd_drive+set}" = set; then : withval=$with_cd_drive; enable_cd_drive="${withval}" else enable_cd_drive=yes fi # Check whether --with-cd-info was given. if test "${with_cd_info+set}" = set; then : withval=$with_cd_info; enable_cd_info="${withval}" else enable_cd_info=yes fi # Check whether --with-cdda-player was given. if test "${with_cdda_player+set}" = set; then : withval=$with_cdda_player; enable_cdda_player="${withval}" else enable_cdda_player=yes fi # Check whether --with-cd-read was given. if test "${with_cd_read+set}" = set; then : withval=$with_cd_read; enable_cd_read="${withval}" else enable_cd_read=yes fi # Check whether --with-iso-info was given. if test "${with_iso_info+set}" = set; then : withval=$with_iso_info; enable_iso_info="${withval}" else enable_iso_info=yes fi # Check whether --with-iso-read was given. if test "${with_iso_read+set}" = set; then : withval=$with_iso_read; enable_iso_read="${withval}" else enable_iso_read=yes fi # Check whether --with-versioned-libs was given. if test "${with_versioned_libs+set}" = set; then : withval=$with_versioned_libs; enable_versioned_libs="${withval}" else enable_versioned_libs=yes fi # Check whether --enable-cxx was given. if test "${enable_cxx+set}" = set; then : enableval=$enable_cxx; fi if test "x$enable_cxx" != "xno"; then ENABLE_CXX_BINDINGS_TRUE= ENABLE_CXX_BINDINGS_FALSE='#' else ENABLE_CXX_BINDINGS_TRUE='#' ENABLE_CXX_BINDINGS_FALSE= fi # Check whether --enable-cpp-progs was given. if test "${enable_cpp_progs+set}" = set; then : enableval=$enable_cpp_progs; fi if test "x$enable_cpp_progs" = "xyes"; then ENABLE_CPP_TRUE= ENABLE_CPP_FALSE='#' else ENABLE_CPP_TRUE='#' ENABLE_CPP_FALSE= fi # Check whether --enable-example-progs was given. if test "${enable_example_progs+set}" = set; then : enableval=$enable_example_progs; fi if test "x$enable_example_progs" != "xno"; then BUILD_EXAMPLES_TRUE= BUILD_EXAMPLES_FALSE='#' else BUILD_EXAMPLES_TRUE='#' BUILD_EXAMPLES_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi if test "x$enable_cxx" != "xno" ; then ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CXX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 $as_echo "$CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CXX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 $as_echo "$ac_ct_CXX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if ${ac_cv_cxx_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GXX=yes else GXX= fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 $as_echo_n "checking whether $CXX accepts -g... " >&6; } if ${ac_cv_prog_cxx_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : else ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 $as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CXX" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CXX_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CXX_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CXX_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CXX_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= am__fastdepCXX_FALSE='#' else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi for ac_prog in genisoimage mkisofs do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ISO_MAKING_COMMAND+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ISO_MAKING_COMMAND"; then ac_cv_prog_ISO_MAKING_COMMAND="$ISO_MAKING_COMMAND" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ISO_MAKING_COMMAND="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ISO_MAKING_COMMAND=$ac_cv_prog_ISO_MAKING_COMMAND if test -n "$ISO_MAKING_COMMAND"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISO_MAKING_COMMAND" >&5 $as_echo "$ISO_MAKING_COMMAND" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ISO_MAKING_COMMAND" && break done ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" if test "x$ac_cv_header_minix_config_h" = xyes; then : MINIX=yes else MINIX= fi if test "$MINIX" = yes; then $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h $as_echo "#define _MINIX 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } if ${ac_cv_safe_to_define___extensions__+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # define __EXTENSIONS__ 1 $ac_includes_default int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_safe_to_define___extensions__=yes else ac_cv_safe_to_define___extensions__=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } test $ac_cv_safe_to_define___extensions__ = yes && $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h $as_echo "#define _ALL_SOURCE 1" >>confdefs.h $as_echo "#define _GNU_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h cd_drivers='cdrdao, BIN/CUE, NRG' WARN_CFLAGS='' if test "x$GCC" != "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** non GNU CC compiler detected. *** This package has not been tested very well with non GNU compilers *** you should try to use 'gcc' for compiling this package." >&5 $as_echo "$as_me: WARNING: *** non GNU CC compiler detected. *** This package has not been tested very well with non GNU compilers *** you should try to use 'gcc' for compiling this package." >&2;} else CHECK_CFLAGS=" -Wall -Wbad-function-cast -Wcast-align -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wunused -Wwrite-strings " for OPT in $CHECK_CFLAGS; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $OPT" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands $OPT" >&5 $as_echo_n "checking whether $CC understands $OPT... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : has_option=yes else has_option=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$SAVE_CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5 $as_echo "$has_option" >&6; } if test "x$has_option" = "xyes"; then WARN_CFLAGS="$WARN_CFLAGS $OPT" fi unset has_option unset SAVE_CFLAGS done fi CFLAGS="$CFLAGS $WARN_CFLAGS" # We use Perl for documentation and regression tests # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PERL+:} false; then : $as_echo_n "(cached) " >&6 else case $PERL in [\\/]* | ?:[\\/]*) ac_cv_path_PERL="$PERL" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="false" ;; esac fi PERL=$ac_cv_path_PERL if test -n "$PERL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5 $as_echo "$PERL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$PERL" != "xfalse"; then HAVE_PERL_TRUE= HAVE_PERL_FALSE='#' else HAVE_PERL_TRUE='#' HAVE_PERL_FALSE= fi # We use a diff in regression testing # Extract the first word of "diff", so it can be a program name with args. set dummy diff; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_DIFF+:} false; then : $as_echo_n "(cached) " >&6 else case $DIFF in [\\/]* | ?:[\\/]*) ac_cv_path_DIFF="$DIFF" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_DIFF="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_DIFF" && ac_cv_path_DIFF="no" ;; esac fi DIFF=$ac_cv_path_DIFF if test -n "$DIFF"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DIFF" >&5 $as_echo "$DIFF" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi DIFF_OPTS= if test "x$DIFF" = "xno"; then # Extract the first word of "cmp", so it can be a program name with args. set dummy cmp; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_DIFF+:} false; then : $as_echo_n "(cached) " >&6 else case $DIFF in [\\/]* | ?:[\\/]*) ac_cv_path_DIFF="$DIFF" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_DIFF="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_DIFF" && ac_cv_path_DIFF="no" ;; esac fi DIFF=$ac_cv_path_DIFF if test -n "$DIFF"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DIFF" >&5 $as_echo "$DIFF" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else # Try for GNU diff options. # MSDOG output uses \r\n rather than \n in tests for diff_opt in -w --unified ; do if $DIFF $diff_opt ./configure ./configure > /dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: adding $diff_opt to diff in regression tests" >&5 $as_echo "adding $diff_opt to diff in regression tests" >&6; } DIFF_OPTS="$DIFF_OPTS $diff_opt" fi done fi # Check whether --enable-largefile was given. if test "${enable_largefile+set}" = set; then : enableval=$enable_largefile; fi if test "$enable_largefile" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } if ${ac_cv_sys_largefile_CC+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_sys_largefile_CC=no if test "$GCC" != yes; then ac_save_CC=$CC while :; do # IRIX 6.2 and later do not support large files by default, # so use the C compiler's -n32 option if that helps. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : break fi rm -f core conftest.err conftest.$ac_objext CC="$CC -n32" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_CC=' -n32'; break fi rm -f core conftest.err conftest.$ac_objext break done CC=$ac_save_CC rm -f conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 $as_echo "$ac_cv_sys_largefile_CC" >&6; } if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } if ${ac_cv_sys_file_offset_bits+:} false; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=no; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _FILE_OFFSET_BITS 64 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=64; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_sys_file_offset_bits=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 $as_echo "$ac_cv_sys_file_offset_bits" >&6; } case $ac_cv_sys_file_offset_bits in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits _ACEOF ;; esac rm -rf conftest* if test $ac_cv_sys_file_offset_bits = unknown; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } if ${ac_cv_sys_large_files+:} false; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=no; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _LARGE_FILES 1 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=1; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_sys_large_files=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 $as_echo "$ac_cv_sys_large_files" >&6; } case $ac_cv_sys_large_files in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _LARGE_FILES $ac_cv_sys_large_files _ACEOF ;; esac rm -rf conftest* fi fi if test "x$ac_cv_sys_largefiles" = "xyes"; then if test "x$ac_cv_sys_file_offset_bits" = "x64"; then LIBCDIO_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES" else LIBCDIO_LARGEFILE_FLAGS="-D_LARGE_FILES" fi if test "x$ac_cv_sys_largefile_source" != "xno"; then LIBCDIO_LARGEFILE_FLAGS="$LIBDDIO_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source" fi CPPFLAGS="$CPPFLAGS $LIBCDIO_LARGEFILE_FLAGS" fi $as_echo "#define LIBCDIO_CONFIG_H 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi for ac_header in alloca.h errno.h fcntl.h glob.h limits.h pwd.h stdbool.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in stdarg.h stdbool.h stdio.h sys/cdio.h sys/param.h \ sys/time.h sys/timeb.h sys/utsname.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } if ${ac_cv_struct_tm+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { struct tm tm; int *p = &tm.tm_sec; return !p; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_struct_tm=time.h else ac_cv_struct_tm=sys/time.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5 $as_echo "$ac_cv_struct_tm" >&6; } if test $ac_cv_struct_tm = sys/time.h; then $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h fi ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_zone" "#include #include <$ac_cv_struct_tm> " if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_TM_TM_ZONE 1 _ACEOF fi if test "$ac_cv_member_struct_tm_tm_zone" = yes; then $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h else ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include " if test "x$ac_cv_have_decl_tzname" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_TZNAME $ac_have_decl _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 $as_echo_n "checking for tzname... " >&6; } if ${ac_cv_var_tzname+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if !HAVE_DECL_TZNAME extern char *tzname[]; #endif int main () { return tzname[0][0]; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_var_tzname=yes else ac_cv_var_tzname=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5 $as_echo "$ac_cv_var_tzname" >&6; } if test $ac_cv_var_tzname = yes; then $as_echo "#define HAVE_TZNAME 1" >>confdefs.h fi fi ## FreeBSD 4 has getopt in unistd.h. So we include that before ## getopt.h for ac_header in unistd.h getopt.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ## Check compiler-related things { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } if ${ac_cv_c_bigendian+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes; then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } extern int foo; int main () { return use_ascii (foo) == use_ebcdic (foo); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_bigendian=no else ac_cv_c_bigendian=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 $as_echo "$ac_cv_c_bigendian" >&6; } case $ac_cv_c_bigendian in #( yes) $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h ;; #( no) ;; #( universal) $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } if ${ac_cv_c_const+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __cplusplus /* Ultrix mips cc rejects this sort of thing. */ typedef int charset[2]; const charset cs = { 0, 0 }; /* SunOS 4.1.1 cc rejects this. */ char const *const *pcpcc; char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++pcpcc; ppc = (char**) pcpcc; pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this sort of thing. */ char tx; char *t = &tx; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; } bx; struct s *b = &bx; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; if (!foo) return 0; } return !cs[0] && !zero.x; #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_const=yes else ac_cv_c_const=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 $as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then $as_echo "#define const /**/" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 $as_echo_n "checking for inline... " >&6; } if ${ac_cv_c_inline+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __cplusplus typedef int foo_t; static $ac_kw foo_t static_foo () {return 0; } $ac_kw foo_t foo () {return 0; } #endif _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_inline=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$ac_cv_c_inline" != no && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 $as_echo "$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in inline | yes) ;; *) case $ac_cv_c_inline in no) ac_val=;; *) ac_val=$ac_cv_c_inline;; esac cat >>confdefs.h <<_ACEOF #ifndef __cplusplus #define inline $ac_val #endif _ACEOF ;; esac ## ISOC99_PRAGMA { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports ISOC99 _Pragma()" >&5 $as_echo_n "checking whether $CC supports ISOC99 _Pragma()... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { _Pragma("pack(1)") ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ISOC99_PRAGMA=yes $as_echo "#define HAVE_ISOC99_PRAGMA /**/" >>confdefs.h else ISOC99_PRAGMA=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ISOC99_PRAGMA" >&5 $as_echo "$ISOC99_PRAGMA" >&6; } ## Check for Windows header files for ac_header in ntddcdrm.h ddk/ntddcdrm.h \ ntddscsi.h ddk/ntddscsi.h ddk/scsi.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default #include " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ## ## Check for S_ISSOCK() and S_ISLNK() macros ## { $as_echo "$as_me:${as_lineno-$LINENO}: checking for S_ISLNK() macro" >&5 $as_echo_n "checking for S_ISLNK() macro... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_SYS_STAT_H # include #endif int main () { return S_ISLNK(0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; }; $as_echo "#define HAVE_S_ISLNK /**/" >>confdefs.h else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking for S_ISSOCK() macro" >&5 $as_echo_n "checking for S_ISSOCK() macro... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_SYS_STAT_H # include #endif int main () { return S_ISSOCK(0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; }; $as_echo "#define HAVE_S_ISSOCK /**/" >>confdefs.h else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec" >&5 $as_echo_n "checking for struct timespec... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_SYS_TIME_H #include #endif int main () { struct timespec ts; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; }; $as_echo "#define HAVE_STRUCT_TIMESPEC /**/" >>confdefs.h else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create empty arrays" >&5 $as_echo_n "checking how to create empty arrays... " >&6; } empty_array_size="xxxx" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { struct { int foo; int bar[]; } doo; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : empty_array_size="" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test "x$empty_array_size" = "xxxx"; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { struct { int foo; int bar[0]; } doo; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : empty_array_size="0" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test "x$empty_array_size" = "xxxx"; then as_fn_error $? "compiler is unable to creaty empty arrays" "$LINENO" 5 else cat >>confdefs.h <<_ACEOF #define EMPTY_ARRAY_SIZE $empty_array_size _ACEOF msg="[${empty_array_size}]" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $msg" >&5 $as_echo "$msg" >&6; } fi enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AS"; then ac_cv_prog_AS="$AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AS="${ac_tool_prefix}as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AS=$ac_cv_prog_AS if test -n "$AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 $as_echo "$AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AS"; then ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AS"; then ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AS="as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 $as_echo "$ac_ct_AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AS" = x; then AS="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AS=$ac_ct_AS fi else AS="$ac_cv_prog_AS" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi ;; esac test -z "$AS" && AS=as test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$OBJDUMP" && OBJDUMP=objdump case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.6' macro_revision='2.4.6' ltmain=$ac_aux_dir/ltmain.sh # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case $ECHO in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n "$lt_cv_sys_max_cmd_len"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # 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 lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) if test yes = "$GCC"; then reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 $as_echo "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 $as_echo_n "checking for a working dd... " >&6; } if ${ac_cv_path_lt_DD+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} if test -z "$lt_DD"; then ac_path_lt_DD_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in dd; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_lt_DD" || continue if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi $ac_path_lt_DD_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_lt_DD"; then : fi else ac_cv_path_lt_DD=$lt_DD fi rm -f conftest.i conftest2.i conftest.out fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 $as_echo "$ac_cv_path_lt_DD" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 $as_echo_n "checking how to truncate binary pipes... " >&6; } if ${lt_cv_truncate_bin+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 $as_echo "$lt_cv_truncate_bin" >&6; } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[012][,.]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done func_stripname_cnf () { case $2 in .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;; *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;; esac } # func_stripname_cnf # Set options enable_dlopen=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac else pic_mode=default fi # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac else enable_fast_install=yes fi shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[5-9]*,yes) { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; } # Check whether --with-aix-soname was given. if test "${with_aix_soname+set}" = set; then : withval=$with_aix_soname; case $withval in aix|svr4|both) ;; *) as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 ;; esac lt_cv_with_aix_soname=$with_aix_soname else if ${lt_cv_with_aix_soname+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_with_aix_soname=aix fi with_aix_soname=$lt_cv_with_aix_soname fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 $as_echo "$with_aix_soname" >&6; } if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o func_cc_basename $compiler cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/${ac_tool_prefix}file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test yes = "$GCC"; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test yes = "$GCC"; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi lt_prog_compiler_pic='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test no = "$hard_links"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) link_all_deplibs=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' export_dynamic_flag_spec='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='$wl--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs=yes ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) export_dynamic_flag_spec='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. hardcode_direct=no hardcode_direct_absolute=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi export_dynamic_flag_spec='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' $wl-bernotok' allow_undefined_flag=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test yes = "$lt_cv_ld_force_load"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test yes = "$GCC"; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test yes = "$lt_cv_prog_compiler__b"; then archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi link_all_deplibs=no else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler ld_shlibs=yes archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' else archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; osf3*) if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test yes = "$GCC"; then wlarc='$wl' archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='$wl-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='$wl-z,text' allow_undefined_flag='$wl-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([A-Za-z]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. hardcode_libdir_flag_spec='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. if test no != "$hardcode_direct" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test relink = "$hardcode_action" || test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen=shl_load else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen=dlopen else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi fi fi fi fi fi ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report what library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC=$lt_save_CC if test -n "$CXX" && ( test no != "$CXX" && ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || (test g++ != "$CXX"))); then ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } if test -z "$CXXCPP"; then if ${ac_cv_prog_CXXCPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CXXCPP needs to be expanded for CXXCPP in "$CXX -E" "/lib/cpp" do ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CXXCPP=$CXXCPP fi CXXCPP=$ac_cv_prog_CXXCPP else ac_cv_prog_CXXCPP=$CXXCPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 $as_echo "$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_cxx_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu else _lt_caught_CXX_error=yes fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu archive_cmds_need_lc_CXX=no allow_undefined_flag_CXX= always_export_symbols_CXX=no archive_expsym_cmds_CXX= compiler_needs_object_CXX=no export_dynamic_flag_spec_CXX= hardcode_direct_CXX=no hardcode_direct_absolute_CXX=no hardcode_libdir_flag_spec_CXX= hardcode_libdir_separator_CXX= hardcode_minus_L_CXX=no hardcode_shlibpath_var_CXX=unsupported hardcode_automatic_CXX=no inherit_rpath_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= link_all_deplibs_CXX=unknown old_archive_cmds_CXX=$old_archive_cmds reload_flag_CXX=$reload_flag reload_cmds_CXX=$reload_cmds no_undefined_flag_CXX= whole_archive_flag_spec_CXX= enable_shared_with_static_runtimes_CXX=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o objext_CXX=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_caught_CXX_error"; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC compiler_CXX=$CC func_cc_basename $compiler cc_basename=$func_cc_basename_result if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test yes = "$GXX"; then lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' else lt_prog_compiler_no_builtin_flag_CXX= fi if test yes = "$GXX"; then # Set up default GNU C++ configuration # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test yes = "$with_gnu_ld"; then archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='$wl' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec_CXX= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } ld_shlibs_CXX=yes case $host_os in aix3*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aix[4-9]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_CXX='' hardcode_direct_CXX=yes hardcode_direct_absolute_CXX=yes hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes file_list_spec_CXX='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. hardcode_direct_CXX=no hardcode_direct_absolute_CXX=no ;; esac if test yes = "$GXX"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_CXX=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_CXX=yes hardcode_libdir_flag_spec_CXX='-L$libdir' hardcode_libdir_separator_CXX= fi esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag=$shared_flag' $wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi export_dynamic_flag_spec_CXX='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. always_export_symbols_CXX=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. # The "-G" linker flag allows undefined symbols. no_undefined_flag_CXX='-bernotok' # Determine the default libpath from the value encoded in an empty # executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath__CXX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath__CXX"; then lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath__CXX"; then lt_cv_aix_libpath__CXX=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath__CXX fi hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag_CXX="-z nodefs" archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath__CXX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath__CXX"; then lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath__CXX"; then lt_cv_aix_libpath__CXX=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath__CXX fi hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_CXX=' $wl-bernotok' allow_undefined_flag_CXX=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_CXX='$convenience' fi archive_cmds_need_lc_CXX=yes archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_CXX=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs_CXX=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec_CXX=' ' allow_undefined_flag_CXX=unsupported always_export_symbols_CXX=yes file_list_spec_CXX='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true' enable_shared_with_static_runtimes_CXX=yes # Don't use ranlib old_postinstall_cmds_CXX='chmod 644 $oldlib' postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ func_to_tool_file "$lt_outputfile"~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_CXX='-L$libdir' export_dynamic_flag_spec_CXX='$wl--export-all-symbols' allow_undefined_flag_CXX=unsupported always_export_symbols_CXX=no enable_shared_with_static_runtimes_CXX=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_CXX=no fi ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc_CXX=no hardcode_direct_CXX=no hardcode_automatic_CXX=yes hardcode_shlibpath_var_CXX=unsupported if test yes = "$lt_cv_ld_force_load"; then whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec_CXX='' fi link_all_deplibs_CXX=yes allow_undefined_flag_CXX=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" if test yes != "$lt_cv_apple_cc_single_mod"; then archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi else ld_shlibs_CXX=no fi ;; os2*) hardcode_libdir_flag_spec_CXX='-L$libdir' hardcode_minus_L_CXX=yes allow_undefined_flag_CXX=unsupported shrext_cmds=.dll archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes_CXX=yes ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF ld_shlibs_CXX=no ;; freebsd-elf*) archive_cmds_need_lc_CXX=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes ;; haiku*) archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs_CXX=yes ;; hpux9*) hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir' hardcode_libdir_separator_CXX=: export_dynamic_flag_spec_CXX='$wl-E' hardcode_direct_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; hpux10*|hpux11*) if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir' hardcode_libdir_separator_CXX=: case $host_cpu in hppa*64*|ia64*) ;; *) export_dynamic_flag_spec_CXX='$wl-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no ;; *) hardcode_direct_CXX=yes hardcode_direct_absolute_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; interix[3-9]*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' export_dynamic_flag_spec_CXX='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fi fi link_all_deplibs_CXX=yes ;; esac hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' hardcode_libdir_separator_CXX=: inherit_rpath_CXX=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac archive_cmds_need_lc_CXX=no hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [1-5].* | *pgcpp\ [1-5].*) prelink_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' old_archive_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' archive_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' ;; cxx*) # Compaq C++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_CXX='-rpath $libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' hardcode_libdir_flag_spec_CXX='-R$libdir' whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object_CXX=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; m88k*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) ld_shlibs_CXX=yes ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no hardcode_direct_absolute_CXX=yes archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' export_dynamic_flag_spec_CXX='$wl-E' whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else ld_shlibs_CXX=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' hardcode_libdir_separator_CXX=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; cxx*) case $host in osf3*) allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' ;; *) allow_undefined_flag_CXX=' -expect_unresolved \*' archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ $RM $lib.exp' hardcode_libdir_flag_spec_CXX='-rpath $libdir' ;; esac hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes,no = "$GXX,$with_gnu_ld"; then allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' case $host in osf3*) archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; *) archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; esac hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ archive_cmds_need_lc_CXX=yes no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_shlibpath_var_CXX=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs_CXX=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test yes,no = "$GXX,$with_gnu_ld"; then no_undefined_flag_CXX=' $wl-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir' case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_CXX='$wl-z,text' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag_CXX='$wl-z,text' allow_undefined_flag_CXX='$wl-z,nodefs' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='$wl-R,$libdir' hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes export_dynamic_flag_spec_CXX='$wl-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~ '"$old_archive_cmds_CXX" reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~ '"$reload_cmds_CXX" ;; *) archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 $as_echo "$ld_shlibs_CXX" >&6; } test no = "$ld_shlibs_CXX" && can_build_shared=no GCC_CXX=$GXX LD_CXX=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... # Dependencies to place before and after the object being linked: predep_objects_CXX= postdep_objects_CXX= predeps_CXX= postdeps_CXX= compiler_lib_search_path_CXX= cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $prev$p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test x-L = "$p" || test x-R = "$p"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test no = "$pre_test_object_deps_done"; then case $prev in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$compiler_lib_search_path_CXX"; then compiler_lib_search_path_CXX=$prev$p else compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$postdeps_CXX"; then postdeps_CXX=$prev$p else postdeps_CXX="${postdeps_CXX} $prev$p" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test no = "$pre_test_object_deps_done"; then if test -z "$predep_objects_CXX"; then predep_objects_CXX=$p else predep_objects_CXX="$predep_objects_CXX $p" fi else if test -z "$postdep_objects_CXX"; then postdep_objects_CXX=$p else postdep_objects_CXX="$postdep_objects_CXX $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling CXX test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken case $host_os in interix[3-9]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. predep_objects_CXX= postdep_objects_CXX= postdeps_CXX= ;; esac case " $postdeps_CXX " in *" -lc "*) archive_cmds_need_lc_CXX=no ;; esac compiler_lib_search_dirs_CXX= if test -n "${compiler_lib_search_path_CXX}"; then compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'` fi lt_prog_compiler_wl_CXX= lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX= # C++ specific cases for pic, static, wl, etc. if test yes = "$GXX"; then lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' fi lt_prog_compiler_pic_CXX='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic_CXX='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_CXX='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static_CXX='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_CXX='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static_CXX= ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_CXX=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic_CXX='-fPIC -shared' ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac else case $host_os in aix[4-9]*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' else lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic_CXX='-DDLL_EXPORT' ;; dgux*) case $cc_basename in ec++*) lt_prog_compiler_pic_CXX='-KPIC' ;; ghcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='$wl-a ${wl}archive' if test ia64 != "$host_cpu"; then lt_prog_compiler_pic_CXX='+Z' fi ;; aCC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='$wl-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_CXX='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # KAI C++ Compiler lt_prog_compiler_wl_CXX='--backend -Wl,' lt_prog_compiler_pic_CXX='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64, which still supported -KPIC. lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-fPIC' lt_prog_compiler_static_CXX='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-fpic' lt_prog_compiler_static_CXX='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; xlc* | xlC* | bgxl[cC]* | mpixl[cC]*) # IBM XL 8.0, 9.0 on PPC and BlueGene lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-qpic' lt_prog_compiler_static_CXX='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) lt_prog_compiler_pic_CXX='-W c,exportall' ;; *) ;; esac ;; netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic_CXX='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) lt_prog_compiler_wl_CXX='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 lt_prog_compiler_pic_CXX='-pic' ;; cxx*) # Digital/Compaq C++ lt_prog_compiler_wl_CXX='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x lt_prog_compiler_pic_CXX='-pic' lt_prog_compiler_static_CXX='-Bstatic' ;; lcc*) # Lucid lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 lt_prog_compiler_pic_CXX='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) lt_prog_compiler_can_build_shared_CXX=no ;; esac fi case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_CXX= ;; *) lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic_CXX+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5 $as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; } lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works_CXX=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then case $lt_prog_compiler_pic_CXX in "" | " "*) ;; *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; esac else lt_prog_compiler_pic_CXX= lt_prog_compiler_can_build_shared_CXX=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works_CXX+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works_CXX=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works_CXX=yes fi else lt_cv_prog_compiler_static_works_CXX=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then : else lt_prog_compiler_static_CXX= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o_CXX=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o_CXX=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test no = "$hard_links"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' case $host_os in aix[4-9]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) export_symbols_cmds_CXX=$ltdll_cmds ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' ;; esac ;; linux* | k*bsd*-gnu | gnu*) link_all_deplibs_CXX=no ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 $as_echo "$ld_shlibs_CXX" >&6; } test no = "$ld_shlibs_CXX" && can_build_shared=no with_gnu_ld_CXX=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_CXX" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_CXX=yes if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds_CXX in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_CXX pic_flag=$lt_prog_compiler_pic_CXX compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_CXX allow_undefined_flag_CXX= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc_CXX=no else lt_cv_archive_cmds_need_lc_CXX=yes fi allow_undefined_flag_CXX=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; } archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. hardcode_libdir_flag_spec_CXX='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action_CXX= if test -n "$hardcode_libdir_flag_spec_CXX" || test -n "$runpath_var_CXX" || test yes = "$hardcode_automatic_CXX"; then # We can hardcode non-existent directories. if test no != "$hardcode_direct_CXX" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" && test no != "$hardcode_minus_L_CXX"; then # Linking always hardcodes the temporary library directory. hardcode_action_CXX=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_CXX=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_CXX=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5 $as_echo "$hardcode_action_CXX" >&6; } if test relink = "$hardcode_action_CXX" || test yes = "$inherit_rpath_CXX"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test yes != "$_lt_caught_CXX_error" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_commands="$ac_config_commands libtool" # Only expand once: # FIXME: # I believe some OS's require -lm, but I don't recall for what function # When we find it, put it in below instead of "cos". { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 $as_echo_n "checking for cos in -lm... " >&6; } if ${ac_cv_lib_m_cos+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char cos (); int main () { return cos (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_m_cos=yes else ac_cv_lib_m_cos=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 $as_echo "$ac_cv_lib_m_cos" >&6; } if test "x$ac_cv_lib_m_cos" = xyes; then : LIBS="$LIBS -lm"; COS_LIB="-lm" fi # Do we have GNU ld? If we don't, we can't build versioned symbols. if test "x$with_gnu_ld" != "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I don't see GNU ld. I'm going to assume --without-versioned-libs" >&5 $as_echo "$as_me: WARNING: I don't see GNU ld. I'm going to assume --without-versioned-libs" >&2;} enable_versioned_libs='no' fi # We also need GNU make to build versioned symbols. if test "x$enable_versioned_libs" = "xyes"; then if test -n "$MAKE" ; then $MAKE --version 2>/dev/null >/dev/null if test "$?" -ne 0 ; then as_fn_error $? "Either set MAKE variable to GNU make or use --without-versioned-libs option" "$LINENO" 5 fi else make --version 2>/dev/null >/dev/null if test "$?" -ne 0 ; then as_fn_error $? "Either set MAKE variable to GNU make or use --without-versioned-libs option" "$LINENO" 5 fi fi fi if test "x$CYGWIN" = "xyes"; then CYGWIN_TRUE= CYGWIN_FALSE='#' else CYGWIN_TRUE='#' CYGWIN_FALSE= fi if test "x$enable_cd_drive" = "xyes"; then BUILD_CD_DRIVE_TRUE= BUILD_CD_DRIVE_FALSE='#' else BUILD_CD_DRIVE_TRUE='#' BUILD_CD_DRIVE_FALSE= fi if test "x$enable_cd_info" = "xyes"; then BUILD_CDINFO_TRUE= BUILD_CDINFO_FALSE='#' else BUILD_CDINFO_TRUE='#' BUILD_CDINFO_FALSE= fi if test "x$enable_cd_read" = "xyes"; then BUILD_CD_READ_TRUE= BUILD_CD_READ_FALSE='#' else BUILD_CD_READ_TRUE='#' BUILD_CD_READ_FALSE= fi if test "x$enable_iso_info" = "xyes"; then BUILD_ISO_INFO_TRUE= BUILD_ISO_INFO_FALSE='#' else BUILD_ISO_INFO_TRUE='#' BUILD_ISO_INFO_FALSE= fi if test "x$enable_iso_read" = "xyes"; then BUILD_ISO_READ_TRUE= BUILD_ISO_READ_FALSE='#' else BUILD_ISO_READ_TRUE='#' BUILD_ISO_READ_FALSE= fi if test "x$enable_cd_info_linux" = "xyes"; then BUILD_CDINFO_LINUX_TRUE= BUILD_CDINFO_LINUX_FALSE='#' else BUILD_CDINFO_LINUX_TRUE='#' BUILD_CDINFO_LINUX_FALSE= fi if test "x$enable_cdiotest" = "xyes"; then BUILD_CDIOTEST_TRUE= BUILD_CDIOTEST_FALSE='#' else BUILD_CDIOTEST_TRUE='#' BUILD_CDIOTEST_FALSE= fi if test "x$enable_versioned_libs" = "xyes"; then BUILD_VERSIONED_LIBS_TRUE= BUILD_VERSIONED_LIBS_FALSE='#' else BUILD_VERSIONED_LIBS_TRUE='#' BUILD_VERSIONED_LIBS_FALSE= fi if test "x$disable_cpp" = "xyes"; then DISABLE_CPP_TRUE= DISABLE_CPP_FALSE='#' else DISABLE_CPP_TRUE='#' DISABLE_CPP_FALSE= fi LIBCDIO_CDDA_LIBS='$(top_builddir)/lib/cdda_interface/libcdio_cdda.la' LIBCDIO_CFLAGS='-I$(top_srcdir)/lib/driver -I$(top_builddir)/include -I$(top_srcdir)/include/' LIBCDIO_LIBS='$(top_builddir)/lib/driver/libcdio.la' LIBCDIO_DEPS="$LIBCDIO_LIBS" LIBCDIOPP_LIBS='$(top_builddir)/lib/cdio++/libcdio++.la' LIBISO9660PP_LIBS='$(top_builddir)/lib/cdio++/libiso9660++.la' LIBISO9660_CFLAGS='-I$(top_srcdir)/lib/iso9660/' LIBISO9660_LIBS='$(top_builddir)/lib/iso9660/libiso9660.la' LIBUDF_CFLAGS='-I$(top_srcdir)/lib/udf/' LIBUDF_LIBS='$(top_builddir)/lib/udf/libudf.la' { $as_echo "$as_me:${as_lineno-$LINENO}: checking Checking what sed uses for extended regular expressions" >&5 $as_echo_n "checking Checking what sed uses for extended regular expressions... " >&6; } test -n "$SED" || SED=$ac_path_SED SED_EXTENDED_RE_FLAG='-r' result=$(echo 'define' | $SED -r -e 's/^define/foo/' 2>/dev/null) if [ $? -ne 0 ] ; then result=$(echo 'define' | $SED -E -e 's/^define/foo/' 2>/dev/null) if [ $? -eq 0 ] ; then SED_EXTENDED_RE_FLAG='-E' else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Don't have SED that understand extended RE's. Some minor compilation issues may fail." >&5 $as_echo "$as_me: WARNING: Don't have SED that understand extended RE's. Some minor compilation issues may fail." >&2;} SED_EXTENDED_RE_FLAG='' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED_EXTENDED_RE_FLAG" >&5 $as_echo "$SED_EXTENDED_RE_FLAG" >&6; } LT_NO_UNDEFINED= case $srcdir in .) # We are building in place. native_abs_top_srcdir=$ac_pwd ;; \\/* | ?:\\/* ) # Absolute name. native_abs_top_srcdir=$srcdir ;; *) # Relative name. native_abs_top_srcdir=$ac_pwd/$srcdir ;; esac case $host_os in aix*) ## Don't use AIX driver until starts to really work ## cd_drivers="${cd_drivers}, AIX" ## AC_DEFINE([HAVE_AIX_CDROM], [1], ## [Define 1 if you have AIX CD-ROM support]) ;; darwin[6-9].*|darwin[1-9][0-9].*) for ac_header in IOKit/IOKitLib.h CoreFoundation/CFBase.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF have_iokit_h="yes" fi done if test "x$have_iokit_h" = "xyes" ; then $as_echo "#define HAVE_DARWIN_CDROM 1" >>confdefs.h DARWIN_PKG_LIB_HACK="-Wl,-framework,CoreFoundation -Wl,-framework,IOKit" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DiskArbitration framework" >&5 $as_echo_n "checking for DiskArbitration framework... " >&6; } ac_save_LIBS="$LIBS" LIBS="$LIBS -framework CoreFoundation -framework DiskArbitration" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : have_diskarbitration_framework=yes else have_diskarbitration_framework=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_diskarbitration_framework" >&5 $as_echo "$have_diskarbitration_framework" >&6; } if test "x$have_diskarbitration_framework" = "xyes"; then $as_echo "#define HAVE_DISKARBITRATION 1" >>confdefs.h DARWIN_PKG_LIB_HACK="$DARWIN_PKG_LIB_HACK -Wl,-framework,DiskArbitration" fi LIBCDIO_LIBS="$LIBCDIO_LIBS $DARWIN_PKG_LIB_HACK" cd_drivers="${cd_drivers}, Darwin" fi ;; linux*|uclinux) for ac_header in linux/version.h linux/major.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in linux/cdrom.h do : ac_fn_c_check_header_mongrel "$LINENO" "linux/cdrom.h" "ac_cv_header_linux_cdrom_h" "$ac_includes_default" if test "x$ac_cv_header_linux_cdrom_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LINUX_CDROM_H 1 _ACEOF have_linux_cdrom_h="yes" fi done if test "x$have_linux_cdrom_h" = "xyes"; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #include struct cdrom_generic_command test; int has_timeout=sizeof(test.timeout); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : $as_echo "#define HAVE_LINUX_CDROM_TIMEOUT 1" >>confdefs.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext $as_echo "#define HAVE_LINUX_CDROM 1" >>confdefs.h cd_drivers="${cd_drivers}, GNU/Linux" fi ;; bsdi*) for ac_header in dvd.h do : ac_fn_c_check_header_mongrel "$LINENO" "dvd.h" "ac_cv_header_dvd_h" "$ac_includes_default" if test "x$ac_cv_header_dvd_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DVD_H 1 _ACEOF have_bsdi_dvd_h="yes" fi done if test "x$have_bsdi_dvd_h" = "xyes" ; then $as_echo "#define HAVE_BSDI_CDROM 1" >>confdefs.h LIBS="$LIBS -ldvd -lcdrom" LIBCDIO_LIBS="$LIBCDIO_LIBS -lcdrom" cd_drivers="${cd_drivers}, BSDI" fi ;; sunos*|sun*|solaris*) $as_echo "#define HAVE_SOLARIS_CDROM 1" >>confdefs.h cd_drivers="${cd_drivers}, Solaris" ;; cygwin*) $as_echo "#define CYGWIN 1" >>confdefs.h $as_echo "#define HAVE_WIN32_CDROM 1" >>confdefs.h LIBS="$LIBS -lwinmm" LT_NO_UNDEFINED="-no-undefined" cd_drivers="${cd_drivers}, MinGW" $as_echo "#define NEED_TIMEZONEVAR 1" >>confdefs.h ;; mingw*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MinGW-w64 headers" >&5 $as_echo_n "checking for MinGW-w64 headers... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if !defined(__MINGW64_VERSION_MAJOR) # error not mingw-w64 headers #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } MINGW_W64_HEADERS=yes $as_echo "#define MINGW_W64_HEADERS /**/" >>confdefs.h else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } MINGW_W64_HEADERS=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext # regression tests need native-style absolute paths. # $native_srcdir is used here. if test "$cross_compiling" != yes; then native_abs_top_srcdir=$(cd $srcdir; /bin/bash.exe -c 'builtin pwd -W') fi for ac_header in windows.h do : ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default" if test "x$ac_cv_header_windows_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINDOWS_H 1 _ACEOF fi done $as_echo "#define MINGW32 1" >>confdefs.h MINGW32=1 $as_echo "#define HAVE_WIN32_CDROM 1" >>confdefs.h LIBS="$LIBS -lwinmm" LT_NO_UNDEFINED="-no-undefined" cd_drivers="${cd_drivers}, MinGW " ## Cross-platform LFS support in MinGW requires an override of off_t if test "x$enable_largefile" != "xno"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: enabling support for large files (_FILE_OFFSET_BITS=64)" >&5 $as_echo "enabling support for large files (_FILE_OFFSET_BITS=64)" >&6; } if test "x$MINGW_W64_HEADERS" = "xyes" then LIBCDIO_CFLAGS+=' -D_FILE_OFFSET_BITS=64 ' LIBISO9660_CFLAGS+=' -D_FILE_OFFSET_BITS=64 ' else LIBCDIO_CFLAGS+=' -D_FILE_OFFSET_BITS=64 -D_OFF_T_DEFINED -D_OFF_T_ -D_off_t=off64_t -Doff_t=off64_t' LIBISO9660_CFLAGS+=' -D_FILE_OFFSET_BITS=64 -D_OFF_T_DEFINED -D_OFF_T_ -D_off_t=off64_t -Doff_t=off64_t' fi fi joliet_supported="yes" if test "x$enable_cdda_player" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabling cdda_player (not supported on this platform)" >&5 $as_echo "disabling cdda_player (not supported on this platform)" >&6; } fi enable_cdda_player="no" ;; freebsd[4-9].*|freebsd[1-9][0-9].*|dragonfly*|kfreebsd*) $as_echo "#define HAVE_FREEBSD_CDROM 1" >>confdefs.h LIBS="$LIBS -lcam" cd_drivers="${cd_drivers}, FreeBSD " ;; netbsd*|openbsd*) $as_echo "#define HAVE_NETBSD_CDROM 1" >>confdefs.h # LIBS="$LIBS -lcam" cd_drivers="${cd_drivers}, NetBSD " ;; os2*) $as_echo "#define HAVE_OS2_CDROM 1" >>confdefs.h LT_NO_UNDEFINED="-no-undefined" LDFLAGS="$LDFLAGS -Zbin-files" cd_drivers="${cd_drivers}, OS2 " ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Don't have OS CD-reading support for ${host_os}..." >&5 $as_echo "$as_me: WARNING: Don't have OS CD-reading support for ${host_os}..." >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Will use generic support." >&5 $as_echo "$as_me: WARNING: Will use generic support." >&2;} ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking extern long timezone variable" >&5 $as_echo_n "checking extern long timezone variable... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef NEED_TIMEZONEVAR #define timezonevar 1 #endif #include extern long timezone; int main(int argc, char **argv) { long test_timezone = timezone; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; }; $as_echo "#define HAVE_TIMEZONE_VAR 1" >>confdefs.h else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBCDIO_SOURCE_PATH="`pwd`" cat >>confdefs.h <<_ACEOF #define LIBCDIO_SOURCE_PATH "$LIBCDIO_SOURCE_PATH" _ACEOF for ac_func in chdir drand48 fseeko fseeko64 ftruncate geteuid getgid \ getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \ seteuid setegid snprintf setenv strndup unsetenv tzset sleep \ _stati64 usleep vsnprintf readlink realpath gmtime_r localtime_r do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done # check for timegm() support ac_fn_c_check_func "$LINENO" "timegm" "ac_cv_func_timegm" if test "x$ac_cv_func_timegm" = xyes; then : $as_echo "#define HAVE_TIMEGM 1" >>confdefs.h fi ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include " if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h fi if test "x$ac_cv_member_struct_tm_tm_gmtoff" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h defines daylight and timezone variables" >&5 $as_echo_n "checking whether time.h defines daylight and timezone variables... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { return (timezone != 0) + daylight; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h has_daylight=yes else has_daylight=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_daylight" >&5 $as_echo "$has_daylight" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h defines tzname variable" >&5 $as_echo_n "checking whether time.h defines tzname variable... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { return (tzname != NULL); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : $as_echo "#define HAVE_TZNAME 1" >>confdefs.h has_tzname=yes else has_tzname=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_tzname" >&5 $as_echo "$has_tzname" >&6; } fi if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5 $as_echo_n "checking for ld used by GCC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | [A-Za-z]:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${acl_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi fi LD="$acl_cv_path_LD" if test -n "$LD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 &5 $as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 $as_echo_n "checking for shared library run path origin... " >&6; } if ${acl_cv_rpath+:} false; then : $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then : enableval=$enable_rpath; : else enable_rpath=yes fi acl_libdirstem=lib searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then : withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi fi LIBICONV= LTLIBICONV= INCICONV= LIBICONV_PREFIX= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` LIBICONV_PREFIX="$basedir" additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes else am_cv_func_iconv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5 $as_echo_n "checking for iconv declaration... " >&6; } if ${am_cv_proto_iconv+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : am_cv_proto_iconv_arg1="" else am_cv_proto_iconv_arg1="const" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" fi am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:- }$am_cv_proto_iconv" >&5 $as_echo "${ac_t:- }$am_cv_proto_iconv" >&6; } cat >>confdefs.h <<_ACEOF #define ICONV_CONST $am_cv_proto_iconv_arg1 _ACEOF fi if test "x$am_cv_func_iconv" = "xno"; then as_fn_error $? "iconv is needed" "$LINENO" 5 fi # Check whether --enable-joliet was given. if test "${enable_joliet+set}" = set; then : enableval=$enable_joliet; enable_joliet=$enableval else enable_joliet=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } if ${am_cv_langinfo_codeset+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { char* cs = nl_langinfo(CODESET); return !cs; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_langinfo_codeset=yes else am_cv_langinfo_codeset=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5 $as_echo "$am_cv_langinfo_codeset" >&6; } if test $am_cv_langinfo_codeset = yes; then $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h fi if test "x${enable_joliet}" != "xno"; then joliet_supported="yes" if test "x$joliet_supported" = "xyes"; then $as_echo "#define HAVE_JOLIET 1" >>confdefs.h HAVE_JOLIET=1 else as_fn_error $? "You must have iconv installed." "$LINENO" 5 fi fi # Check whether --enable-rock was given. if test "${enable_rock+set}" = set; then : enableval=$enable_rock; enable_rock=$enableval else enable_rock=yes fi if test "x${enable_rock}" != "xno"; then $as_echo "#define HAVE_ROCK 1" >>confdefs.h HAVE_ROCK=1 fi if test "x$enable_rock" = "xyes"; then ENABLE_ROCK_TRUE= ENABLE_ROCK_FALSE='#' else ENABLE_ROCK_TRUE='#' ENABLE_ROCK_FALSE= fi # Check whether --enable-cddb was given. if test "${enable_cddb+set}" = set; then : enableval=$enable_cddb; enable_cddb=$enableval else enable_cddb=check fi if test "x$enable_cddb" != "xno"; then if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CDDB" >&5 $as_echo_n "checking for CDDB... " >&6; } if test -n "$CDDB_CFLAGS"; then pkg_cv_CDDB_CFLAGS="$CDDB_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcddb >= 1.0.1\""; } >&5 ($PKG_CONFIG --exists --print-errors "libcddb >= 1.0.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_CDDB_CFLAGS=`$PKG_CONFIG --cflags "libcddb >= 1.0.1" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$CDDB_LIBS"; then pkg_cv_CDDB_LIBS="$CDDB_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcddb >= 1.0.1\""; } >&5 ($PKG_CONFIG --exists --print-errors "libcddb >= 1.0.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_CDDB_LIBS=`$PKG_CONFIG --libs "libcddb >= 1.0.1" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then CDDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libcddb >= 1.0.1" 2>&1` else CDDB_PKG_ERRORS=`$PKG_CONFIG --print-errors "libcddb >= 1.0.1" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$CDDB_PKG_ERRORS" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: new enough libcddb not found. CDDB access disabled. Get libcddb from http://libcddb.sourceforge.net" >&5 $as_echo "$as_me: WARNING: new enough libcddb not found. CDDB access disabled. Get libcddb from http://libcddb.sourceforge.net" >&2;} HAVE_CDDB=no elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: new enough libcddb not found. CDDB access disabled. Get libcddb from http://libcddb.sourceforge.net" >&5 $as_echo "$as_me: WARNING: new enough libcddb not found. CDDB access disabled. Get libcddb from http://libcddb.sourceforge.net" >&2;} HAVE_CDDB=no else CDDB_CFLAGS=$pkg_cv_CDDB_CFLAGS CDDB_LIBS=$pkg_cv_CDDB_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } HAVE_CDDB=yes $as_echo "#define HAVE_CDDB /**/" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 $as_echo_n "checking for connect in -lsocket... " >&6; } if ${ac_cv_lib_socket_connect+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char connect (); int main () { return connect (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_connect=yes else ac_cv_lib_socket_connect=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 $as_echo "$ac_cv_lib_socket_connect" >&6; } if test "x$ac_cv_lib_socket_connect" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBSOCKET 1 _ACEOF LIBS="-lsocket $LIBS" fi ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" if test "x$ac_cv_func_gethostbyname" = xyes; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } if ${ac_cv_lib_nsl_gethostbyname+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char gethostbyname (); int main () { return gethostbyname (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_nsl_gethostbyname=yes else ac_cv_lib_nsl_gethostbyname=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBNSL 1 _ACEOF LIBS="-lnsl $LIBS" fi fi fi # We have to disable cdda_player unless we have either ncurses.h or # curses.h have_ncurses_h='no' if test "x$enable_cdda_player" = "xyes"; then enable_cdda_player='no' for ac_header in ncurses.h do : ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncurses_h" "$ac_includes_default" if test "x$ac_cv_header_ncurses_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_NCURSES_H 1 _ACEOF enable_cdda_player='yes'; have_ncurses_h='yes' else for ac_header in curses.h do : ac_fn_c_check_header_mongrel "$LINENO" "curses.h" "ac_cv_header_curses_h" "$ac_includes_default" if test "x$ac_cv_header_curses_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_CURSES_H 1 _ACEOF enable_cdda_player='yes' else for ac_header in ncurses/ncurses.h do : ac_fn_c_check_header_mongrel "$LINENO" "ncurses/ncurses.h" "ac_cv_header_ncurses_ncurses_h" "$ac_includes_default" if test "x$ac_cv_header_ncurses_ncurses_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_NCURSES_NCURSES_H 1 _ACEOF enable_cdda_player='yes' fi done fi done fi done fi $as_echo "#define HAVE_KEYPAD /**/" >>confdefs.h if test "x$enable_cdda_player" = "xyes"; then if test "x$have_ncurses_h" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mvprintw in -lncurses" >&5 $as_echo_n "checking for mvprintw in -lncurses... " >&6; } if ${ac_cv_lib_ncurses_mvprintw+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lncurses $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char mvprintw (); int main () { return mvprintw (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ncurses_mvprintw=yes else ac_cv_lib_ncurses_mvprintw=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_mvprintw" >&5 $as_echo "$ac_cv_lib_ncurses_mvprintw" >&6; } if test "x$ac_cv_lib_ncurses_mvprintw" = xyes; then : LIBCURSES=ncurses; CDDA_PLAYER_LIBS="$CDDA_PLAYER_LIBS -lncurses" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mvprintw in -lcurses" >&5 $as_echo_n "checking for mvprintw in -lcurses... " >&6; } if ${ac_cv_lib_curses_mvprintw+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char mvprintw (); int main () { return mvprintw (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_curses_mvprintw=yes else ac_cv_lib_curses_mvprintw=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curses_mvprintw" >&5 $as_echo "$ac_cv_lib_curses_mvprintw" >&6; } if test "x$ac_cv_lib_curses_mvprintw" = xyes; then : LIBCURSES=curses; CDDA_PLAYER_LIBS="$CDDA_PLAYER_LIBS -lcurses" else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Will not build cdda-player - did not find libncurses or libcurses" >&5 $as_echo "$as_me: WARNING: Will not build cdda-player - did not find libncurses or libcurses" >&2;} enable_cdda_player=no fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mvprintw in -lcurses" >&5 $as_echo_n "checking for mvprintw in -lcurses... " >&6; } if ${ac_cv_lib_curses_mvprintw+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char mvprintw (); int main () { return mvprintw (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_curses_mvprintw=yes else ac_cv_lib_curses_mvprintw=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curses_mvprintw" >&5 $as_echo "$ac_cv_lib_curses_mvprintw" >&6; } if test "x$ac_cv_lib_curses_mvprintw" = xyes; then : LIBCURSES=curses; CDDA_PLAYER_LIBS="$CDDA_PLAYER_LIBS -lcurses" else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Will not build cdda-player - did not find libcurses" >&5 $as_echo "$as_me: WARNING: Will not build cdda-player - did not find libcurses" >&2;} fi fi if test "x$enable_cdda_player" = "xyes"; then as_ac_Lib=`$as_echo "ac_cv_lib_$LIBCURSES''_keypad" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for keypad in -l$LIBCURSES" >&5 $as_echo_n "checking for keypad in -l$LIBCURSES... " >&6; } if eval \${$as_ac_Lib+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$LIBCURSES $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char keypad (); int main () { return keypad (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$as_ac_Lib=yes" else eval "$as_ac_Lib=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi eval ac_res=\$$as_ac_Lib { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : HAVE_KEYPAD=yes fi fi fi if test "x$enable_cdda_player" = "xyes"; then BUILD_CDDA_PLAYER_TRUE= BUILD_CDDA_PLAYER_FALSE='#' else BUILD_CDDA_PLAYER_TRUE='#' BUILD_CDDA_PLAYER_FALSE= fi # Check whether --enable-vcd_info was given. if test "${enable_vcd_info+set}" = set; then : enableval=$enable_vcd_info; enable_vcd_info=${enableval} else enable_vcd_info=no fi if test "x$enable_vcd_info" = "xyes"; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VCDINFO" >&5 $as_echo_n "checking for VCDINFO... " >&6; } if test -n "$VCDINFO_CFLAGS"; then pkg_cv_VCDINFO_CFLAGS="$VCDINFO_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libvcdinfo >= 0.7.21\""; } >&5 ($PKG_CONFIG --exists --print-errors "libvcdinfo >= 0.7.21") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_VCDINFO_CFLAGS=`$PKG_CONFIG --cflags "libvcdinfo >= 0.7.21" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$VCDINFO_LIBS"; then pkg_cv_VCDINFO_LIBS="$VCDINFO_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libvcdinfo >= 0.7.21\""; } >&5 ($PKG_CONFIG --exists --print-errors "libvcdinfo >= 0.7.21") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_VCDINFO_LIBS=`$PKG_CONFIG --libs "libvcdinfo >= 0.7.21" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then VCDINFO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libvcdinfo >= 0.7.21" 2>&1` else VCDINFO_PKG_ERRORS=`$PKG_CONFIG --print-errors "libvcdinfo >= 0.7.21" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$VCDINFO_PKG_ERRORS" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: a new enough libvcdinfo not found. VCD info display in cd-info disabled. libvcdinfo is part of vcdimager. Get it from http://vcdimager.org" >&5 $as_echo "$as_me: WARNING: a new enough libvcdinfo not found. VCD info display in cd-info disabled. libvcdinfo is part of vcdimager. Get it from http://vcdimager.org" >&2;} enable_vcd_info=no elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: a new enough libvcdinfo not found. VCD info display in cd-info disabled. libvcdinfo is part of vcdimager. Get it from http://vcdimager.org" >&5 $as_echo "$as_me: WARNING: a new enough libvcdinfo not found. VCD info display in cd-info disabled. libvcdinfo is part of vcdimager. Get it from http://vcdimager.org" >&2;} enable_vcd_info=no else VCDINFO_CFLAGS=$pkg_cv_VCDINFO_CFLAGS VCDINFO_LIBS=$pkg_cv_VCDINFO_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } $as_echo "#define HAVE_VCDINFO 1" >>confdefs.h fi fi mkdir_p="${MKDIR_P}" ac_config_commands="$ac_config_commands checks" ## AC_CONFIG_FILES([ po/Makefile.in\ ac_config_files="$ac_config_files Makefile example/Makefile include/Makefile include/cdio/Makefile include/cdio++/Makefile include/cdio/version.h doc/doxygen/Doxyfile doc/Makefile lib/Makefile lib/driver/Makefile lib/iso9660/Makefile lib/udf/Makefile libcdio.pc libiso9660.pc libudf.pc package/libcdio.spec src/Makefile test/check_common_fn test/data/Makefile test/driver/Makefile test/Makefile" if test "x$enable_cxx" != "xno" ; then ac_config_files="$ac_config_files example/C++/Makefile example/C++/OO/Makefile lib/cdio++/Makefile libcdio++.pc libiso9660++.pc" fi # AC_CONFIG_FILES([po/Makefile]) ac_config_files="$ac_config_files test/check_cue.sh" ac_config_files="$ac_config_files test/check_iso.sh" ac_config_files="$ac_config_files test/check_nrg.sh" ac_config_files="$ac_config_files test/check_udf.sh" ac_config_files="$ac_config_files test/check_iso_read.sh" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -z "${ENABLE_CXX_BINDINGS_TRUE}" && test -z "${ENABLE_CXX_BINDINGS_FALSE}"; then as_fn_error $? "conditional \"ENABLE_CXX_BINDINGS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_CPP_TRUE}" && test -z "${ENABLE_CPP_FALSE}"; then as_fn_error $? "conditional \"ENABLE_CPP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_EXAMPLES_TRUE}" && test -z "${BUILD_EXAMPLES_FALSE}"; then as_fn_error $? "conditional \"BUILD_EXAMPLES\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_PERL_TRUE}" && test -z "${HAVE_PERL_FALSE}"; then as_fn_error $? "conditional \"HAVE_PERL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${CYGWIN_TRUE}" && test -z "${CYGWIN_FALSE}"; then as_fn_error $? "conditional \"CYGWIN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_CD_DRIVE_TRUE}" && test -z "${BUILD_CD_DRIVE_FALSE}"; then as_fn_error $? "conditional \"BUILD_CD_DRIVE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_CDINFO_TRUE}" && test -z "${BUILD_CDINFO_FALSE}"; then as_fn_error $? "conditional \"BUILD_CDINFO\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_CD_READ_TRUE}" && test -z "${BUILD_CD_READ_FALSE}"; then as_fn_error $? "conditional \"BUILD_CD_READ\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_ISO_INFO_TRUE}" && test -z "${BUILD_ISO_INFO_FALSE}"; then as_fn_error $? "conditional \"BUILD_ISO_INFO\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_ISO_READ_TRUE}" && test -z "${BUILD_ISO_READ_FALSE}"; then as_fn_error $? "conditional \"BUILD_ISO_READ\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_CDINFO_LINUX_TRUE}" && test -z "${BUILD_CDINFO_LINUX_FALSE}"; then as_fn_error $? "conditional \"BUILD_CDINFO_LINUX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_CDIOTEST_TRUE}" && test -z "${BUILD_CDIOTEST_FALSE}"; then as_fn_error $? "conditional \"BUILD_CDIOTEST\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_VERSIONED_LIBS_TRUE}" && test -z "${BUILD_VERSIONED_LIBS_FALSE}"; then as_fn_error $? "conditional \"BUILD_VERSIONED_LIBS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${DISABLE_CPP_TRUE}" && test -z "${DISABLE_CPP_FALSE}"; then as_fn_error $? "conditional \"DISABLE_CPP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_ROCK_TRUE}" && test -z "${ENABLE_ROCK_FALSE}"; then as_fn_error $? "conditional \"ENABLE_ROCK\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${BUILD_CDDA_PLAYER_TRUE}" && test -z "${BUILD_CDDA_PLAYER_FALSE}"; then as_fn_error $? "conditional \"BUILD_CDDA_PLAYER\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## 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. as_myself= 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 # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by libcdio $as_me 2.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ libcdio config.status 2.0.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in AS \ DLLTOOL \ OBJDUMP \ SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ lt_cv_nm_interface \ nm_file_list_spec \ lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib \ compiler_lib_search_dirs \ predep_objects \ postdep_objects \ predeps \ postdeps \ compiler_lib_search_path \ LD_CXX \ reload_flag_CXX \ compiler_CXX \ lt_prog_compiler_no_builtin_flag_CXX \ lt_prog_compiler_pic_CXX \ lt_prog_compiler_wl_CXX \ lt_prog_compiler_static_CXX \ lt_cv_prog_compiler_c_o_CXX \ export_dynamic_flag_spec_CXX \ whole_archive_flag_spec_CXX \ compiler_needs_object_CXX \ with_gnu_ld_CXX \ allow_undefined_flag_CXX \ no_undefined_flag_CXX \ hardcode_libdir_flag_spec_CXX \ hardcode_libdir_separator_CXX \ exclude_expsyms_CXX \ include_expsyms_CXX \ file_list_spec_CXX \ compiler_lib_search_dirs_CXX \ predep_objects_CXX \ postdep_objects_CXX \ predeps_CXX \ postdeps_CXX \ compiler_lib_search_path_CXX; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ configure_time_dlsearch_path \ configure_time_lt_sys_library_path \ reload_cmds_CXX \ old_archive_cmds_CXX \ old_archive_from_new_cmds_CXX \ old_archive_from_expsyms_cmds_CXX \ archive_cmds_CXX \ archive_expsym_cmds_CXX \ module_cmds_CXX \ module_expsym_cmds_CXX \ export_symbols_cmds_CXX \ prelink_cmds_CXX \ postlink_cmds_CXX; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "checks") CONFIG_COMMANDS="$CONFIG_COMMANDS checks" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "example/Makefile") CONFIG_FILES="$CONFIG_FILES example/Makefile" ;; "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; "include/cdio/Makefile") CONFIG_FILES="$CONFIG_FILES include/cdio/Makefile" ;; "include/cdio++/Makefile") CONFIG_FILES="$CONFIG_FILES include/cdio++/Makefile" ;; "include/cdio/version.h") CONFIG_FILES="$CONFIG_FILES include/cdio/version.h" ;; "doc/doxygen/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/doxygen/Doxyfile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; "lib/driver/Makefile") CONFIG_FILES="$CONFIG_FILES lib/driver/Makefile" ;; "lib/iso9660/Makefile") CONFIG_FILES="$CONFIG_FILES lib/iso9660/Makefile" ;; "lib/udf/Makefile") CONFIG_FILES="$CONFIG_FILES lib/udf/Makefile" ;; "libcdio.pc") CONFIG_FILES="$CONFIG_FILES libcdio.pc" ;; "libiso9660.pc") CONFIG_FILES="$CONFIG_FILES libiso9660.pc" ;; "libudf.pc") CONFIG_FILES="$CONFIG_FILES libudf.pc" ;; "package/libcdio.spec") CONFIG_FILES="$CONFIG_FILES package/libcdio.spec" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "test/check_common_fn") CONFIG_FILES="$CONFIG_FILES test/check_common_fn" ;; "test/data/Makefile") CONFIG_FILES="$CONFIG_FILES test/data/Makefile" ;; "test/driver/Makefile") CONFIG_FILES="$CONFIG_FILES test/driver/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; "example/C++/Makefile") CONFIG_FILES="$CONFIG_FILES example/C++/Makefile" ;; "example/C++/OO/Makefile") CONFIG_FILES="$CONFIG_FILES example/C++/OO/Makefile" ;; "lib/cdio++/Makefile") CONFIG_FILES="$CONFIG_FILES lib/cdio++/Makefile" ;; "libcdio++.pc") CONFIG_FILES="$CONFIG_FILES libcdio++.pc" ;; "libiso9660++.pc") CONFIG_FILES="$CONFIG_FILES libiso9660++.pc" ;; "test/check_cue.sh") CONFIG_FILES="$CONFIG_FILES test/check_cue.sh" ;; "test/check_iso.sh") CONFIG_FILES="$CONFIG_FILES test/check_iso.sh" ;; "test/check_nrg.sh") CONFIG_FILES="$CONFIG_FILES test/check_nrg.sh" ;; "test/check_udf.sh") CONFIG_FILES="$CONFIG_FILES test/check_udf.sh" ;; "test/check_iso_read.sh") CONFIG_FILES="$CONFIG_FILES test/check_iso_read.sh" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 # Copyright (C) 2014 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. # GNU Libtool 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 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool 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 this program. If not, see . # The names of the tagged configurations supported by this script. available_tags='CXX ' # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG # Assembler program. AS=$lt_AS # DLL creation program. DLLTOOL=$lt_DLLTOOL # Object dumper program. OBJDUMP=$lt_OBJDUMP # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shared archive member basename,for filename based shared library versioning on AIX. shared_archive_member_spec=$shared_archive_member_spec # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm into a list of symbols to manually relocate. global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name lister interface. nm_interface=$lt_lt_cv_nm_interface # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot # Command to truncate a binary pipe. lt_truncate_bin=$lt_lt_cv_truncate_bin # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Detected run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # The directories searched by this compiler when creating a shared library. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs # Dependencies to place before and after the objects being linked to # create a shared library. predep_objects=$lt_predep_objects postdep_objects=$lt_postdep_objects predeps=$lt_predeps postdeps=$lt_postdeps # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" cat <<_LT_EOF >> "$ofile" # ### BEGIN LIBTOOL TAG CONFIG: CXX # The linker used to build libraries. LD=$lt_LD_CXX # How to create reloadable object files. reload_flag=$lt_reload_flag_CXX reload_cmds=$lt_reload_cmds_CXX # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds_CXX # A language specific compiler. CC=$lt_compiler_CXX # Is the compiler the GNU compiler? with_gcc=$GCC_CXX # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_CXX # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_CXX # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_CXX # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_CXX # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object_CXX # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds_CXX archive_expsym_cmds=$lt_archive_expsym_cmds_CXX # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds_CXX module_expsym_cmds=$lt_module_expsym_cmds_CXX # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld_CXX # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_CXX # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_CXX # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct_CXX # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute_CXX # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L_CXX # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic_CXX # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath_CXX # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_CXX # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols_CXX # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_CXX # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_CXX # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_CXX # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds_CXX # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds_CXX # Specify filename containing input files. file_list_spec=$lt_file_list_spec_CXX # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_CXX # The directories searched by this compiler when creating a shared library. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX # Dependencies to place before and after the objects being linked to # create a shared library. predep_objects=$lt_predep_objects_CXX postdep_objects=$lt_postdep_objects_CXX predeps=$lt_predeps_CXX postdeps=$lt_postdeps_CXX # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX # ### END LIBTOOL TAG CONFIG: CXX _LT_EOF ;; "checks":C) chmod +x test/check_cue.sh; chmod +x test/check_nrg.sh ;; "test/check_cue.sh":F) chmod +x test/check_cue.sh ;; "test/check_iso.sh":F) chmod +x test/check_iso.sh ;; "test/check_nrg.sh":F) chmod +x test/check_nrg.sh ;; "test/check_udf.sh":F) chmod +x test/check_udf.sh ;; "test/check_iso_read.sh":F) chmod +x test/check_iso_read.sh ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi { $as_echo "$as_me:${as_lineno-$LINENO}: Using CD-ROM drivers : $cd_drivers Building cd-info : $(test \"x$enable_cd_info\" = \"xyes\" && echo yes || echo no) Building cd-read : $(test \"x$enable_cd_read\" = \"xyes\" && echo yes || echo no) Building cdda-player : $(test \"x$enable_cdda_player\" = \"xyes\" && echo yes || echo no) Building iso-info : $(test \"x$enable_iso_info\" = \"xyes\" && echo yes || echo no) Building iso-read : $(test \"x$enable_iso_read\" = \"xyes\" && echo yes || echo no) Building C++ programs: $(test \"x$enable_cxx\" != \"xno\" && echo yes || echo no)" >&5 $as_echo "$as_me: Using CD-ROM drivers : $cd_drivers Building cd-info : $(test \"x$enable_cd_info\" = \"xyes\" && echo yes || echo no) Building cd-read : $(test \"x$enable_cd_read\" = \"xyes\" && echo yes || echo no) Building cdda-player : $(test \"x$enable_cdda_player\" = \"xyes\" && echo yes || echo no) Building iso-info : $(test \"x$enable_iso_info\" = \"xyes\" && echo yes || echo no) Building iso-read : $(test \"x$enable_iso_read\" = \"xyes\" && echo yes || echo no) Building C++ programs: $(test \"x$enable_cxx\" != \"xno\" && echo yes || echo no)" >&6;} libcdio-2.0.0/example/0000775000175000017500000000000013222221717011553 500000000000000libcdio-2.0.0/example/cdtext-raw.c0000664000175000017500000000676013217072766013746 00000000000000/* -*- C -*- Copyright (C) 2004, 2006, 2008, 2010, 2011, 2012, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Example demonstrating the parsing of raw CD-Text files Output adapted from cd-info. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #include #define CDTEXT_LEN_BINARY_MAX 9216 static void print_cdtext_track_info(cdtext_t *p_cdtext, track_t i_track, const char *psz_msg) { if (NULL != p_cdtext) { cdtext_field_t i; printf("%s\n", psz_msg); for (i=0; i < MAX_CDTEXT_FIELDS; i++) { if (cdtext_get_const(p_cdtext, i, i_track)) { printf("\t%s: %s\n", cdtext_field2str(i), cdtext_get_const(p_cdtext, i, i_track)); } } } } static void print_cdtext_info(cdtext_t *p_cdtext) { track_t i_first_track = 0; track_t i_last_track = 0; cdtext_lang_t *languages; cdtext_genre_t genre; int i, j; languages = cdtext_list_languages(p_cdtext); for(i=0; i<8; i++) if ( CDTEXT_LANGUAGE_UNKNOWN != languages[i] && cdtext_select_language(p_cdtext, languages[i])) { printf("\nLanguage %d '%s':\n", i, cdtext_lang2str(languages[i])); print_cdtext_track_info(p_cdtext, 0, "CD-TEXT for Disc:"); genre = cdtext_get_genre(p_cdtext); if ( CDTEXT_GENRE_UNUSED != genre) printf("\tGENRE_CODE: %d (%s)\n", genre, cdtext_genre2str(genre)); i_first_track = cdtext_get_first_track(p_cdtext); i_last_track = cdtext_get_last_track(p_cdtext); for ( j = i_first_track ; j <= i_last_track; j++ ) { char msg[50]; sprintf(msg, "CD-TEXT for Track %2d:", j); print_cdtext_track_info(p_cdtext, j, msg); } } } static cdtext_t * read_cdtext(const char *path) { FILE *fp; size_t size; uint8_t cdt_data[CDTEXT_LEN_BINARY_MAX+4]; cdtext_t *cdt; fp = fopen(path, "rb"); if (NULL == fp) { fprintf(stderr, "could not open file `%s'\n", path); exit(3); } size = fread(cdt_data, sizeof(uint8_t), sizeof(cdt_data), fp); fclose(fp); if (size < 5) { fprintf(stderr, "file `%s' is too small to contain CD-TEXT\n", path); exit(1); } /* Truncate header when it is too large. The standard is ambiguous here*/ if (cdt_data[0] > 0x80) { size -= 4; } /* ignore trailing 0 */ if (1 == size % 18) size -= 1; /* init cdtext */ cdt = cdtext_init (); if(0 != cdtext_data_init(cdt, cdt_data, size)) { fprintf(stderr, "failed to parse CD-Text file `%s'\n", path); free(cdt); exit(2); } return cdt; } int main(int argc, const char *argv[]) { cdtext_t *cdt; char *cdt_path = NULL; if (argc > 1) { cdt_path = (char *) argv[1]; }else{ fprintf(stderr, "no CD-Text file given\n"); exit(77); } cdt = read_cdtext(cdt_path); print_cdtext_info(cdt); free(cdt); return 0; } libcdio-2.0.0/example/mmc2.c0000664000175000017500000001271213217072760012506 00000000000000/* Copyright (C) 2004-2005, 2008-2009, 2012, 2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* A program to using the MMC interface to list CD and drive features from the MMC GET_CONFIGURATION command . */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include int main(int argc, const char *argv[]) { CdIo_t *p_cdio; const char *psz_drive = NULL; if (argc > 1) psz_drive = argv[1]; p_cdio = cdio_open (psz_drive, DRIVER_DEVICE); if (NULL == p_cdio) { printf("-- Couldn't find CD\n"); return 77; } else { int i_status; /* Result of MMC command */ uint8_t buf[65530] = { 0, }; /* Place to hold returned data */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Buffer */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_GET_CONFIGURATION); CDIO_MMC_SET_READ_LENGTH8(cdb.field, sizeof(buf)); cdb.field[1] = CDIO_MMC_GET_CONF_ALL_FEATURES; cdb.field[3] = 0x0; i_status = mmc_run_cmd(p_cdio, 0, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { uint8_t *p; uint32_t i_data; uint8_t *p_max = buf + sizeof(buf); i_data = (unsigned int) CDIO_MMC_GET_LEN32(buf); /* set to first sense feature code, and then walk through the masks */ p = buf + 8; while( (p < &(buf[i_data])) && (p < p_max) ) { uint16_t i_feature; uint8_t i_feature_additional = p[3]; i_feature = CDIO_MMC_GET_LEN16(p); { const char *feature_str = mmc_feature2str(i_feature); printf("-- %s Feature\n", feature_str); switch( i_feature ) { case CDIO_MMC_FEATURE_PROFILE_LIST: { uint8_t *q; for ( q = p+4 ; q < p + i_feature_additional ; q += 4 ) { int i_profile=CDIO_MMC_GET_LEN16(q); const char *feature_profile_str = mmc_feature_profile2str(i_profile); printf( "-- \t%s", feature_profile_str ); if (q[2] & 1) { printf(" - on"); } printf("\n"); } printf("\n"); break; } case CDIO_MMC_FEATURE_CORE: { uint8_t *q = p+4; uint32_t i_interface_standard = CDIO_MMC_GET_LEN32(q); switch(i_interface_standard) { case 0: printf("-- \tunspecified interface.\n"); break; case 1: printf("-- \tSCSI interface.\n"); break; case 2: printf("-- \tATAPI interface.\n"); break; case 3: printf("-- \tIEEE 1394 interface.\n"); break; case 4: printf("-- \tIEEE 1394A interface.\n"); break; case 5: printf("-- \tFibre Channel interface.\n"); } printf("\n"); break; } case CDIO_MMC_FEATURE_REMOVABLE_MEDIUM: switch(p[4] >> 5) { case 0: printf("-- \tCaddy/Slot type loading mechanism,\n"); break; case 1: printf("-- \tTray type loading mechanism,\n"); break; case 2: printf("-- \tPop-up type loading mechanism,\n"); break; case 4: printf("-- \tEmbedded changer with individually changeable discs,\n"); break; case 5: printf("-- \tEmbedded changer using a magazine mechanism,\n"); break; default: printf("-- \tUnknown changer mechanism,\n"); } printf("-- \tcan%s eject the medium or magazine via the normal " "START/STOP command,\n", (p[4] & 8) ? "": "not"); printf("-- \tcan%s be locked into the Logical Unit.\n", (p[4] & 1) ? "": "not"); printf("\n"); break; case CDIO_MMC_FEATURE_CD_READ: printf("-- CD Read Feature\n"); printf("-- \tC2 Error pointers are %ssupported,\n", (p[4] & 2) ? "": "not "); printf("-- \tCD-Text is %ssupported.\n", (p[4] & 1) ? "": "not "); printf("\n"); break; case CDIO_MMC_FEATURE_CDDA_EXT_PLAY: printf("\tSCAN command is %ssupported,\n", (p[4] & 4) ? "": "not "); printf("\taudio channels can %sbe muted separately,\n", (p[4] & 2) ? "": "not "); printf("\taudio channels can %shave separate volume levels.\n", (p[4] & 1) ? "": "not "); { uint8_t *q = p+6; uint16_t i_vol_levels = CDIO_MMC_GET_LEN16(q); printf("\t%d volume levels can be set\n", i_vol_levels); } printf("\n"); break; case CDIO_MMC_FEATURE_LU_SN: { uint8_t i_serial = *(p+3); char serial[257] = { '\0', }; memcpy(serial, p+4, i_serial); printf("\t%s\n\n", serial); break; } default: printf("\n"); break; } p += i_feature_additional + 4; } } } else { printf("-- Didn't get all feature codes.\n"); } } if (mmc_have_interface(p_cdio, CDIO_MMC_FEATURE_INTERFACE_ATAPI)) printf("-- CD-ROM is an ATAPI interface.\n"); else printf("-- CD-ROM is not an ATAPI interface.\n"); cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/sample3.c0000644000175000017500000001350011724317671013212 00000000000000/* Copyright (C) 2003, 2005, 2008, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* A somewhat simplified program to show the use of cdio_guess_cd_type(). Figure out the kind of CD image we've got. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include static void print_analysis(cdio_iso_analysis_t cdio_iso_analysis, cdio_fs_anal_t fs, int first_data, unsigned int num_audio) { switch(CDIO_FSTYPE(fs)) { case CDIO_FS_AUDIO: break; case CDIO_FS_ISO_9660: printf("CD-ROM with ISO 9660 filesystem"); if (fs & CDIO_FS_ANAL_JOLIET) { printf(" and joliet extension level %d", cdio_iso_analysis.joliet_level); } if (fs & CDIO_FS_ANAL_ROCKRIDGE) printf(" and rockridge extensions"); printf("\n"); break; case CDIO_FS_ISO_9660_INTERACTIVE: printf("CD-ROM with CD-RTOS and ISO 9660 filesystem\n"); break; case CDIO_FS_HIGH_SIERRA: printf("CD-ROM with High Sierra filesystem\n"); break; case CDIO_FS_INTERACTIVE: printf("CD-Interactive%s\n", num_audio > 0 ? "/Ready" : ""); break; case CDIO_FS_HFS: printf("CD-ROM with Macintosh HFS\n"); break; case CDIO_FS_ISO_HFS: printf("CD-ROM with both Macintosh HFS and ISO 9660 filesystem\n"); break; case CDIO_FS_UFS: printf("CD-ROM with Unix UFS\n"); break; case CDIO_FS_EXT2: printf("CD-ROM with Linux second extended filesystem\n"); break; case CDIO_FS_3DO: printf("CD-ROM with Panasonic 3DO filesystem\n"); break; case CDIO_FS_UNKNOWN: printf("CD-ROM with unknown filesystem\n"); break; } switch(CDIO_FSTYPE(fs)) { case CDIO_FS_ISO_9660: case CDIO_FS_ISO_9660_INTERACTIVE: case CDIO_FS_ISO_HFS: printf("ISO 9660: %i blocks, label `%.32s'\n", cdio_iso_analysis.isofs_size, cdio_iso_analysis.iso_label); break; } if (first_data == 1 && num_audio > 0) printf("mixed mode CD "); if (fs & CDIO_FS_ANAL_XA) printf("XA sectors "); if (fs & CDIO_FS_ANAL_MULTISESSION) printf("Multisession"); if (fs & CDIO_FS_ANAL_HIDDEN_TRACK) printf("Hidden Track "); if (fs & CDIO_FS_ANAL_PHOTO_CD) printf("%sPhoto CD ", num_audio > 0 ? " Portfolio " : ""); if (fs & CDIO_FS_ANAL_CDTV) printf("Commodore CDTV "); if (first_data > 1) printf("CD-Plus/Extra "); if (fs & CDIO_FS_ANAL_BOOTABLE) printf("bootable CD "); if (fs & CDIO_FS_ANAL_VIDEOCD && num_audio == 0) { printf("Video CD "); } if (fs & CDIO_FS_ANAL_SVCD) printf("Super Video CD (SVCD) or Chaoji Video CD (CVD)"); if (fs & CDIO_FS_ANAL_CVD) printf("Chaoji Video CD (CVD)"); printf("\n"); } int main(int argc, const char *argv[]) { CdIo_t *p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); cdio_fs_anal_t fs=0; track_t num_tracks; track_t first_track_num; lsn_t start_track; /* first sector of track */ lsn_t data_start =0; /* start of data area */ int first_data = -1; /* # of first data track */ int first_audio = -1; /* # of first audio track */ unsigned int num_data = 0; /* # of data tracks */ unsigned int num_audio = 0; /* # of audio tracks */ unsigned int i; if (NULL == p_cdio) { printf("Problem in trying to find a driver.\n\n"); return 1; } first_track_num = cdio_get_first_track_num(p_cdio); num_tracks = cdio_get_num_tracks(p_cdio); /* Count the number of data and audio tracks. */ for (i = first_track_num; i <= num_tracks; i++) { if (TRACK_FORMAT_AUDIO == cdio_get_track_format(p_cdio, i)) { num_audio++; if (-1 == first_audio) first_audio = i; } else { num_data++; if (-1 == first_data) first_data = i; } } /* try to find out what sort of CD we have */ if (0 == num_data) { printf("Audio CD\n"); } else { /* we have data track(s) */ cdio_iso_analysis_t cdio_iso_analysis; memset(&cdio_iso_analysis, 0, sizeof(cdio_iso_analysis)); for (i = first_data; i <= num_tracks; i++) { lsn_t lsn; track_format_t track_format = cdio_get_track_format(p_cdio, i); lsn = cdio_get_track_lsn(p_cdio, i); switch ( track_format ) { case TRACK_FORMAT_AUDIO: case TRACK_FORMAT_ERROR: break; case TRACK_FORMAT_CDI: case TRACK_FORMAT_XA: case TRACK_FORMAT_DATA: case TRACK_FORMAT_PSX: ; } start_track = (i == 1) ? 0 : lsn; /* save the start of the data area */ if (i == first_data) data_start = start_track; /* skip tracks which belong to the current walked session */ if (start_track < data_start + cdio_iso_analysis.isofs_size) continue; fs = cdio_guess_cd_type(p_cdio, start_track, i, &cdio_iso_analysis); print_analysis(cdio_iso_analysis, fs, first_data, num_audio); if ( !(CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660 || CDIO_FSTYPE(fs) == CDIO_FS_ISO_HFS || CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660_INTERACTIVE) ) /* no method for non-ISO9660 multisessions */ break; } } cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/extract.c0000664000175000017500000002213013217072760013315 00000000000000/* Copyright (C) 2012 Pete Batard Based on samples copyright (c) 2003-2011, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Extract the full contents of either an UDF or ISO9660 image file. TODO: timestamp preservation, file permissions, Unicode */ /* To handle files > 2 GB, we may need the Large File Support settings defined in config.h. Comes first, as stdio.h depends on it. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #if defined(_WIN32) #include #else #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #define _mkdir(a) mkdir(a, S_IRWXU) #endif #if !defined(HAVE_SNPRINTF) /* Fallback to unsafe 'sprintf' */ #define snprintf(str, size, format, ...) sprintf(str, format, __VA_ARGS__) #endif #include #include #include #include #ifndef MIN #define MIN(a,b) (((a) < (b)) ? (a) : (b)) #endif #define print_vd_info(title, fn) \ if (fn(p_iso, &psz_str)) { \ printf(title ": %s\n", psz_str); \ } \ free(psz_str); \ psz_str = NULL; static const char *psz_extract_dir; static uint8_t i_joliet_level = 0; static void log_handler (cdio_log_level_t level, const char *message) { switch(level) { case CDIO_LOG_DEBUG: case CDIO_LOG_INFO: return; default: printf("cdio %d message: %s\n", level, message); } } static int udf_extract_files(udf_t *p_udf, udf_dirent_t *p_udf_dirent, const char *psz_path) { FILE *fd = NULL; int i_length; char* psz_fullpath; const char* psz_basename; udf_dirent_t *p_udf_dirent2; uint8_t buf[UDF_BLOCKSIZE]; int64_t i_read, i_file_length; if ((p_udf_dirent == NULL) || (psz_path == NULL)) return 1; while (udf_readdir(p_udf_dirent)) { psz_basename = udf_get_filename(p_udf_dirent); i_length = 3 + strlen(psz_path) + strlen(psz_basename) + strlen(psz_extract_dir); psz_fullpath = (char*)calloc(sizeof(char), i_length); if (psz_fullpath == NULL) { fprintf(stderr, "Error allocating file name\n"); goto out; } i_length = snprintf(psz_fullpath, i_length, "%s%s/%s", psz_extract_dir, psz_path, psz_basename); if (i_length < 0) { goto out; } printf("-- Extracting: %s\n", psz_fullpath); if (udf_is_dir(p_udf_dirent)) { int rc = _mkdir(psz_fullpath); if (0 == rc) { p_udf_dirent2 = udf_opendir(p_udf_dirent); if (p_udf_dirent2 != NULL) { if (udf_extract_files(p_udf, p_udf_dirent2, &psz_fullpath[strlen(psz_extract_dir)])) goto out; } } else if (-1 == rc) { fprintf(stderr, " Unable to create make directory %s:\n%s\n", psz_fullpath, strerror(errno)); } else { fprintf(stderr, " Unable to create make directory %s;(rc=%d)\n", psz_fullpath, rc); } } else { fd = fopen(psz_fullpath, "wb"); if (fd == NULL) { fprintf(stderr, " Unable to create file %s\n", psz_fullpath); goto out; } i_file_length = udf_get_file_length(p_udf_dirent); while (i_file_length > 0) { memset(buf, 0, UDF_BLOCKSIZE); i_read = udf_read_block(p_udf_dirent, buf, 1); if (i_read < 0) { fprintf(stderr, " Error reading UDF file %s\n", &psz_fullpath[strlen(psz_extract_dir)]); goto out; } fwrite(buf, (size_t)MIN(i_file_length, i_read), 1, fd); if (ferror(fd)) { fprintf(stderr, " Error writing file %s: %s\n", psz_fullpath, strerror(errno)); goto out; } i_file_length -= i_read; } fclose(fd); fd = NULL; } free(psz_fullpath); } return 0; out: if (fd != NULL) fclose(fd); free(psz_fullpath); return 1; } static int iso_extract_files(iso9660_t* p_iso, const char *psz_path) { FILE *fd = NULL; int i_length, r = 1; char psz_fullpath[4096], *psz_basename; const char *psz_iso_name = &psz_fullpath[strlen(psz_extract_dir)]; unsigned char buf[ISO_BLOCKSIZE]; CdioListNode_t *p_entnode; iso9660_stat_t *p_statbuf; CdioISO9660FileList_t* p_entlist; size_t i; lsn_t lsn; int64_t i_file_length; if ((p_iso == NULL) || (psz_path == NULL)) return 1; i_length = snprintf(psz_fullpath, sizeof(psz_fullpath), "%s%s/", psz_extract_dir, psz_path); if (i_length < 0) return 1; psz_basename = &psz_fullpath[i_length]; p_entlist = iso9660_ifs_readdir(p_iso, psz_path); if (!p_entlist) { printf("Could not access %s\n", psz_path); return 1; } _CDIO_LIST_FOREACH (p_entnode, p_entlist) { p_statbuf = (iso9660_stat_t*) _cdio_list_node_data(p_entnode); /* Eliminate . and .. entries */ if ( (strcmp(p_statbuf->filename, ".") == 0) || (strcmp(p_statbuf->filename, "..") == 0) ) continue; iso9660_name_translate_ext(p_statbuf->filename, psz_basename, i_joliet_level); if (p_statbuf->type == _STAT_DIR) { _mkdir(psz_fullpath); if (iso_extract_files(p_iso, psz_iso_name)) goto out; } else { printf("Extracting: %s\n", psz_fullpath); fd = fopen(psz_fullpath, "wb"); if (fd == NULL) { fprintf(stderr, " Unable to create file\n"); goto out; } i_file_length = p_statbuf->size; for (i = 0; i_file_length > 0; i++) { memset(buf, 0, ISO_BLOCKSIZE); lsn = p_statbuf->lsn + i; if (iso9660_iso_seek_read(p_iso, buf, lsn, 1) != ISO_BLOCKSIZE) { fprintf(stderr, " Error reading ISO9660 file %s at LSN %lu\n", psz_iso_name, (long unsigned int)lsn); goto out; } fwrite(buf, (size_t)MIN(i_file_length, ISO_BLOCKSIZE), 1, fd); if (ferror(fd)) { fprintf(stderr, " Error writing file %s: %s\n", psz_iso_name, strerror(errno)); goto out; } i_file_length -= ISO_BLOCKSIZE; } fclose(fd); fd = NULL; } } r = 0; out: if (fd != NULL) fclose(fd); iso9660_filelist_free(p_entlist); return r; } int main(int argc, char** argv) { iso9660_t* p_iso = NULL; udf_t* p_udf = NULL; udf_dirent_t* p_udf_root; char *psz_str = NULL; char vol_id[UDF_VOLID_SIZE] = ""; char volset_id[UDF_VOLSET_ID_SIZE+1] = ""; int r = 0; cdio_log_set_handler (log_handler); if (argc < 3) { fprintf(stderr, "Usage: extract \n"); return 1; } /* Warn if LFS doesn't appear to be enabled */ if (sizeof(off_t) < 8) { fprintf(stderr, "INFO: Large File Support not detected (required for files >2GB)\n"); } psz_extract_dir = argv[2]; if (_mkdir(psz_extract_dir) == 0) { printf("-- Creating directory: %s\n", psz_extract_dir); } else if (errno != EEXIST) { fprintf(stderr, "Unable to create extraction directory %s\n", psz_extract_dir); return 1; } /* First try to open as UDF - fallback to ISO if it failed */ p_udf = udf_open(argv[1]); if (p_udf == NULL) goto try_iso; p_udf_root = udf_get_root(p_udf, true, 0); if (p_udf_root == NULL) { fprintf(stderr, "Couldn't locate UDF root directory\n"); goto out; } vol_id[0] = 0; volset_id[0] = 0; /* Show basic UDF Volume info */ if (udf_get_volume_id(p_udf, vol_id, sizeof(vol_id)) > 0) printf("-- Volume id: %s\n", vol_id); if (udf_get_volume_id(p_udf, volset_id, sizeof(volset_id)) >0 ) { volset_id[UDF_VOLSET_ID_SIZE]='\0'; printf("-- Volume set id: %s\n", volset_id); } printf("-- Partition number: %d\n", udf_get_part_number(p_udf)); /* Recursively extract files */ r = udf_extract_files(p_udf, p_udf_root, ""); goto out; try_iso: p_iso = iso9660_open_ext(argv[1], ISO_EXTENSION_ALL); if (p_iso == NULL) { fprintf(stderr, "Unable to open image '%s'.\n", argv[1]); r = 1; goto out; } i_joliet_level = iso9660_ifs_get_joliet_level(p_iso); /* Show basic ISO9660 info from the Primary Volume Descriptor. */ print_vd_info("Application", iso9660_ifs_get_application_id); print_vd_info("Preparer ", iso9660_ifs_get_preparer_id); print_vd_info("Publisher ", iso9660_ifs_get_publisher_id); print_vd_info("System ", iso9660_ifs_get_system_id); print_vd_info("Volume ", iso9660_ifs_get_volume_id); print_vd_info("Volume Set ", iso9660_ifs_get_volumeset_id); r = iso_extract_files(p_iso, ""); out: if (p_iso != NULL) iso9660_close(p_iso); if (p_udf != NULL) udf_close(p_udf); return r; } libcdio-2.0.0/example/tracks.c0000644000175000017500000000363311724317671013143 00000000000000/* Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to list track numbers and logical sector numbers of a Compact Disc using libcdio. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include int main(int argc, const char *argv[]) { CdIo_t *p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); track_t i_first_track; track_t i_tracks; int j, i; if (NULL == p_cdio) { printf("Couldn't find a driver.. leaving.\n"); return 1; } printf("Disc last LSN: %d\n", cdio_get_disc_last_lsn(p_cdio)); i_tracks = cdio_get_num_tracks(p_cdio); i_first_track = i = cdio_get_first_track_num(p_cdio); printf("CD-ROM Track List (%i - %i)\n", i_first_track, i_first_track+i_tracks-1); printf(" #: LSN\n"); for (j = 0; j < i_tracks; i++, j++) { lsn_t lsn = cdio_get_track_lsn(p_cdio, i); if (CDIO_INVALID_LSN != lsn) printf("%3d: %06lu\n", (int) i, (long unsigned int) lsn); } printf("%3X: %06lu leadout\n", CDIO_CDROM_LEADOUT_TRACK, (long unsigned int) cdio_get_track_lsn(p_cdio, CDIO_CDROM_LEADOUT_TRACK)); cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/Makefile.in0000664000175000017500000014663213222217403013551 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003-2006, 2008-2009, 2012-2013, 2017 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ noinst_PROGRAMS = audio$(EXEEXT) cdchange$(EXEEXT) cdio-eject$(EXEEXT) \ cdtext$(EXEEXT) cdtext-raw$(EXEEXT) device$(EXEEXT) \ discid$(EXEEXT) drives$(EXEEXT) eject$(EXEEXT) \ extract$(EXEEXT) isofile$(EXEEXT) isorr$(EXEEXT) \ isofile2$(EXEEXT) isofuzzy$(EXEEXT) isolist$(EXEEXT) \ isolsn$(EXEEXT) logging$(EXEEXT) mmc1$(EXEEXT) mmc2$(EXEEXT) \ mmc2a$(EXEEXT) mmc3$(EXEEXT) sample3$(EXEEXT) sample4$(EXEEXT) \ tracks$(EXEEXT) udf1$(EXEEXT) udffile$(EXEEXT) check_PROGRAMS = device$(EXEEXT) drives$(EXEEXT) isofile2$(EXEEXT) \ mmc1$(EXEEXT) mmc2$(EXEEXT) mmc2a$(EXEEXT) mmc3$(EXEEXT) \ sample4$(EXEEXT) subdir = example ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) audio_SOURCES = audio.c audio_OBJECTS = audio.$(OBJEXT) am__DEPENDENCIES_1 = AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = cdchange_SOURCES = cdchange.c cdchange_OBJECTS = cdchange.$(OBJEXT) cdio_eject_SOURCES = cdio-eject.c cdio_eject_OBJECTS = cdio-eject.$(OBJEXT) cdtext_SOURCES = cdtext.c cdtext_OBJECTS = cdtext.$(OBJEXT) cdtext_raw_SOURCES = cdtext-raw.c cdtext_raw_OBJECTS = cdtext-raw.$(OBJEXT) device_SOURCES = device.c device_OBJECTS = device.$(OBJEXT) discid_SOURCES = discid.c discid_OBJECTS = discid.$(OBJEXT) drives_SOURCES = drives.c drives_OBJECTS = drives.$(OBJEXT) eject_SOURCES = eject.c eject_OBJECTS = eject.$(OBJEXT) extract_SOURCES = extract.c extract_OBJECTS = extract.$(OBJEXT) isofile_SOURCES = isofile.c isofile_OBJECTS = isofile.$(OBJEXT) isofile_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) isofile2_SOURCES = isofile2.c isofile2_OBJECTS = isofile2.$(OBJEXT) isofile2_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) isofuzzy_SOURCES = isofuzzy.c isofuzzy_OBJECTS = isofuzzy.$(OBJEXT) isofuzzy_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) isolist_SOURCES = isolist.c isolist_OBJECTS = isolist.$(OBJEXT) isolist_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) isolsn_SOURCES = isolsn.c isolsn_OBJECTS = isolsn.$(OBJEXT) isolsn_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) isorr_SOURCES = isorr.c isorr_OBJECTS = isorr.$(OBJEXT) isorr_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) logging_SOURCES = logging.c logging_OBJECTS = logging.$(OBJEXT) mmc1_SOURCES = mmc1.c mmc1_OBJECTS = mmc1.$(OBJEXT) mmc2_SOURCES = mmc2.c mmc2_OBJECTS = mmc2.$(OBJEXT) mmc2a_SOURCES = mmc2a.c mmc2a_OBJECTS = mmc2a.$(OBJEXT) mmc3_SOURCES = mmc3.c mmc3_OBJECTS = mmc3.$(OBJEXT) sample3_SOURCES = sample3.c sample3_OBJECTS = sample3.$(OBJEXT) sample4_SOURCES = sample4.c sample4_OBJECTS = sample4.$(OBJEXT) tracks_SOURCES = tracks.c tracks_OBJECTS = tracks.$(OBJEXT) udf1_SOURCES = udf1.c udf1_OBJECTS = udf1.$(OBJEXT) udffile_SOURCES = udffile.c udffile_OBJECTS = udffile.$(OBJEXT) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = audio.c cdchange.c cdio-eject.c cdtext.c cdtext-raw.c \ device.c discid.c drives.c eject.c extract.c isofile.c \ isofile2.c isofuzzy.c isolist.c isolsn.c isorr.c logging.c \ mmc1.c mmc2.c mmc2a.c mmc3.c sample3.c sample4.c tracks.c \ udf1.c udffile.c DIST_SOURCES = audio.c cdchange.c cdio-eject.c cdtext.c cdtext-raw.c \ device.c discid.c drives.c eject.c extract.c isofile.c \ isofile2.c isofuzzy.c isolist.c isolsn.c isorr.c logging.c \ mmc1.c mmc2.c mmc2a.c mmc3.c sample3.c sample4.c tracks.c \ udf1.c udffile.c RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ check recheck distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DIST_SUBDIRS = C++ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver README DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ #################################################### # Sample programs #################################################### # @ENABLE_CPP_TRUE@SUBDIRS = C++ AM_CPPFLAGS = $(LIBCDIO_CFLAGS) audio_DEPENDENCIES = $(LIBCDIO_DEPS) audio_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdchange_DEPENDENCIES = $(LIBCDIO_DEPS) cdchange_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdio_eject_DEPENDENCIES = $(LIBCDIO_DEPS) cdio_eject_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdtext_DEPENDENCIES = $(LIBCDIO_DEPS) cdtext_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdtext_raw_DEPENDENCIES = $(LIBCDIO_DEPS) cdtext_raw_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) device_DEPENDENCIES = $(LIBCDIO_DEPS) device_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) discid_DEPENDENCIES = $(LIBCDIO_DEPS) discid_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) drives_DEPENDENCIES = $(LIBCDIO_DEPS) drives_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) eject_DEPENDENCIES = $(LIBCDIO_DEPS) eject_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) extract_DEPENDENCIES = $(LIBISO9660_LIBS) $(LIBUDF_LIBS) $(LIBCDIO_DEPS) extract_LDADD = $(LIBISO9660_LIBS) $(LIBUDF_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isorr_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isofile_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isofile2_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isofuzzy_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isolist_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isolsn_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) logging_DEPENDENCIES = $(LIBCDIO_DEPS) logging_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc1_DEPENDENCIES = $(LIBCDIO_DEPS) mmc1_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc2_DEPENDENCIES = $(LIBCDIO_DEPS) mmc2_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc2a_DEPENDENCIES = $(LIBCDIO_DEPS) mmc2a_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc3_DEPENDENCIES = $(LIBCDIO_DEPS) mmc3_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) sample3_DEPENDENCIES = $(LIBCDIO_DEPS) sample3_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) sample4_DEPENDENCIES = $(LIBCDIO_DEPS) sample4_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) tracks_DEPENDENCIES = $(LIBCDIO_DEPS) tracks_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) udf1_DEPENDENCIES = $(LIBUDF_LIBS) $(LIBCDIO_DEPS) udf1_LDADD = $(LIBUDF_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) udffile_DEPENDENCIES = $(LIBUDF_LIBS) $(LIBCDIO_DEPS) udffile_LDADD = $(LIBUDF_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) TESTS = $(check_PROGRAMS) MOSTLYCLEANFILES = copying *.wav *.log *.trs *.orig *.rej *.dSYM all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign example/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign example/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list audio$(EXEEXT): $(audio_OBJECTS) $(audio_DEPENDENCIES) $(EXTRA_audio_DEPENDENCIES) @rm -f audio$(EXEEXT) $(AM_V_CCLD)$(LINK) $(audio_OBJECTS) $(audio_LDADD) $(LIBS) cdchange$(EXEEXT): $(cdchange_OBJECTS) $(cdchange_DEPENDENCIES) $(EXTRA_cdchange_DEPENDENCIES) @rm -f cdchange$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cdchange_OBJECTS) $(cdchange_LDADD) $(LIBS) cdio-eject$(EXEEXT): $(cdio_eject_OBJECTS) $(cdio_eject_DEPENDENCIES) $(EXTRA_cdio_eject_DEPENDENCIES) @rm -f cdio-eject$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cdio_eject_OBJECTS) $(cdio_eject_LDADD) $(LIBS) cdtext$(EXEEXT): $(cdtext_OBJECTS) $(cdtext_DEPENDENCIES) $(EXTRA_cdtext_DEPENDENCIES) @rm -f cdtext$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cdtext_OBJECTS) $(cdtext_LDADD) $(LIBS) cdtext-raw$(EXEEXT): $(cdtext_raw_OBJECTS) $(cdtext_raw_DEPENDENCIES) $(EXTRA_cdtext_raw_DEPENDENCIES) @rm -f cdtext-raw$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cdtext_raw_OBJECTS) $(cdtext_raw_LDADD) $(LIBS) device$(EXEEXT): $(device_OBJECTS) $(device_DEPENDENCIES) $(EXTRA_device_DEPENDENCIES) @rm -f device$(EXEEXT) $(AM_V_CCLD)$(LINK) $(device_OBJECTS) $(device_LDADD) $(LIBS) discid$(EXEEXT): $(discid_OBJECTS) $(discid_DEPENDENCIES) $(EXTRA_discid_DEPENDENCIES) @rm -f discid$(EXEEXT) $(AM_V_CCLD)$(LINK) $(discid_OBJECTS) $(discid_LDADD) $(LIBS) drives$(EXEEXT): $(drives_OBJECTS) $(drives_DEPENDENCIES) $(EXTRA_drives_DEPENDENCIES) @rm -f drives$(EXEEXT) $(AM_V_CCLD)$(LINK) $(drives_OBJECTS) $(drives_LDADD) $(LIBS) eject$(EXEEXT): $(eject_OBJECTS) $(eject_DEPENDENCIES) $(EXTRA_eject_DEPENDENCIES) @rm -f eject$(EXEEXT) $(AM_V_CCLD)$(LINK) $(eject_OBJECTS) $(eject_LDADD) $(LIBS) extract$(EXEEXT): $(extract_OBJECTS) $(extract_DEPENDENCIES) $(EXTRA_extract_DEPENDENCIES) @rm -f extract$(EXEEXT) $(AM_V_CCLD)$(LINK) $(extract_OBJECTS) $(extract_LDADD) $(LIBS) isofile$(EXEEXT): $(isofile_OBJECTS) $(isofile_DEPENDENCIES) $(EXTRA_isofile_DEPENDENCIES) @rm -f isofile$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isofile_OBJECTS) $(isofile_LDADD) $(LIBS) isofile2$(EXEEXT): $(isofile2_OBJECTS) $(isofile2_DEPENDENCIES) $(EXTRA_isofile2_DEPENDENCIES) @rm -f isofile2$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isofile2_OBJECTS) $(isofile2_LDADD) $(LIBS) isofuzzy$(EXEEXT): $(isofuzzy_OBJECTS) $(isofuzzy_DEPENDENCIES) $(EXTRA_isofuzzy_DEPENDENCIES) @rm -f isofuzzy$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isofuzzy_OBJECTS) $(isofuzzy_LDADD) $(LIBS) isolist$(EXEEXT): $(isolist_OBJECTS) $(isolist_DEPENDENCIES) $(EXTRA_isolist_DEPENDENCIES) @rm -f isolist$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isolist_OBJECTS) $(isolist_LDADD) $(LIBS) isolsn$(EXEEXT): $(isolsn_OBJECTS) $(isolsn_DEPENDENCIES) $(EXTRA_isolsn_DEPENDENCIES) @rm -f isolsn$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isolsn_OBJECTS) $(isolsn_LDADD) $(LIBS) isorr$(EXEEXT): $(isorr_OBJECTS) $(isorr_DEPENDENCIES) $(EXTRA_isorr_DEPENDENCIES) @rm -f isorr$(EXEEXT) $(AM_V_CCLD)$(LINK) $(isorr_OBJECTS) $(isorr_LDADD) $(LIBS) logging$(EXEEXT): $(logging_OBJECTS) $(logging_DEPENDENCIES) $(EXTRA_logging_DEPENDENCIES) @rm -f logging$(EXEEXT) $(AM_V_CCLD)$(LINK) $(logging_OBJECTS) $(logging_LDADD) $(LIBS) mmc1$(EXEEXT): $(mmc1_OBJECTS) $(mmc1_DEPENDENCIES) $(EXTRA_mmc1_DEPENDENCIES) @rm -f mmc1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mmc1_OBJECTS) $(mmc1_LDADD) $(LIBS) mmc2$(EXEEXT): $(mmc2_OBJECTS) $(mmc2_DEPENDENCIES) $(EXTRA_mmc2_DEPENDENCIES) @rm -f mmc2$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mmc2_OBJECTS) $(mmc2_LDADD) $(LIBS) mmc2a$(EXEEXT): $(mmc2a_OBJECTS) $(mmc2a_DEPENDENCIES) $(EXTRA_mmc2a_DEPENDENCIES) @rm -f mmc2a$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mmc2a_OBJECTS) $(mmc2a_LDADD) $(LIBS) mmc3$(EXEEXT): $(mmc3_OBJECTS) $(mmc3_DEPENDENCIES) $(EXTRA_mmc3_DEPENDENCIES) @rm -f mmc3$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mmc3_OBJECTS) $(mmc3_LDADD) $(LIBS) sample3$(EXEEXT): $(sample3_OBJECTS) $(sample3_DEPENDENCIES) $(EXTRA_sample3_DEPENDENCIES) @rm -f sample3$(EXEEXT) $(AM_V_CCLD)$(LINK) $(sample3_OBJECTS) $(sample3_LDADD) $(LIBS) sample4$(EXEEXT): $(sample4_OBJECTS) $(sample4_DEPENDENCIES) $(EXTRA_sample4_DEPENDENCIES) @rm -f sample4$(EXEEXT) $(AM_V_CCLD)$(LINK) $(sample4_OBJECTS) $(sample4_LDADD) $(LIBS) tracks$(EXEEXT): $(tracks_OBJECTS) $(tracks_DEPENDENCIES) $(EXTRA_tracks_DEPENDENCIES) @rm -f tracks$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tracks_OBJECTS) $(tracks_LDADD) $(LIBS) udf1$(EXEEXT): $(udf1_OBJECTS) $(udf1_DEPENDENCIES) $(EXTRA_udf1_DEPENDENCIES) @rm -f udf1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(udf1_OBJECTS) $(udf1_LDADD) $(LIBS) udffile$(EXEEXT): $(udffile_OBJECTS) $(udffile_DEPENDENCIES) $(EXTRA_udffile_DEPENDENCIES) @rm -f udffile$(EXEEXT) $(AM_V_CCLD)$(LINK) $(udffile_OBJECTS) $(udffile_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdchange.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdio-eject.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdtext-raw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdtext.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/discid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drives.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eject.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extract.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isofile.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isofile2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isofuzzy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolist.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolsn.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isorr.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc2a.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracks.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udf1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udffile.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? device.log: device$(EXEEXT) @p='device$(EXEEXT)'; \ b='device'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) drives.log: drives$(EXEEXT) @p='drives$(EXEEXT)'; \ b='drives'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isofile2.log: isofile2$(EXEEXT) @p='isofile2$(EXEEXT)'; \ b='isofile2'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc1.log: mmc1$(EXEEXT) @p='mmc1$(EXEEXT)'; \ b='mmc1'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc2.log: mmc2$(EXEEXT) @p='mmc2$(EXEEXT)'; \ b='mmc2'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc2a.log: mmc2a$(EXEEXT) @p='mmc2a$(EXEEXT)'; \ b='mmc2a'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc3.log: mmc3$(EXEEXT) @p='mmc3$(EXEEXT)'; \ b='mmc3'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) sample4.log: sample4$(EXEEXT) @p='sample4$(EXEEXT)'; \ b='sample4'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-recursive all-am: Makefile $(PROGRAMS) installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) check-am install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-TESTS check-am clean clean-checkPROGRAMS clean-generic \ clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am .PRECIOUS: Makefile #: run regression tests. "test" is the same thing as "check" test: check-am #: Run all tests without bloated output check-short: $(MAKE) check 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb #: run valgrind on C programs check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -fr $(MOSTLYCLEANFILES) -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/example/cdtext.c0000644000175000017500000000677112030633273013143 00000000000000/* Copyright (C) 2004, 2005, 2006, 2008, 2009, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to list CD-Text info of a Compact Disc using libcdio. See also corresponding C++ programs of similar names. */ #define EXAMPLE_CUE_FILE "../test/data/cdtext.cue" #define EXAMPLE_PREF_LANG CDTEXT_LANGUAGE_GERMAN #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #include static void print_cdtext_track_info(cdtext_t *cdtext, track_t i_track) { cdtext_field_t i; for (i=0; i < MAX_CDTEXT_FIELDS; i++) { if (cdtext_get_const(cdtext, i, i_track)) { printf("-- \t%s: %s\n", cdtext_field2str(i), cdtext_get_const(cdtext, i, i_track)); } } } static void print_disc_info(CdIo_t *p_cdio) { track_t i_first_track = cdio_get_first_track_num (p_cdio); track_t i_tracks = cdio_get_num_tracks (p_cdio); track_t i_last_track = i_first_track + i_tracks; discmode_t cd_discmode = cdio_get_discmode (p_cdio); cdtext_t *cdtext = cdio_get_cdtext (p_cdio); int i; printf("-- Discmode: %s\n\n", discmode2str[cd_discmode]); if (NULL == cdtext) { printf("-- No CD-Text found on Disc.\n"); return; } /* print available languages */ { cdtext_lang_t *languages; printf("-- CD-Text available in: "); languages = cdtext_list_languages(cdtext); for(i=0; i<8; i++) if ( CDTEXT_LANGUAGE_UNKNOWN != languages[i]) printf("%s ", cdtext_lang2str(languages[i])); printf("\n"); } /* select language */ if(cdtext_select_language(cdtext, EXAMPLE_PREF_LANG)) { printf("-- %s selected.\n", cdtext_lang2str (EXAMPLE_PREF_LANG)); } else { printf("-- '%s' is not available. Using '%s'\n", cdtext_lang2str (EXAMPLE_PREF_LANG), cdtext_lang2str (cdtext_get_language (cdtext))); } /* print cd-text */ printf("-- CD-Text for Disc:\n"); print_cdtext_track_info(cdtext, 0); for (i=i_first_track ; i < i_last_track; i++ ) { printf("-- CD-Text for Track %d:\n", i); print_cdtext_track_info(cdtext, i); } } int main(int argc, const char *argv[]) { CdIo_t *p_cdio; /* read CD-Text from a bin/cue (CDRWIN) image */ p_cdio = cdio_open(EXAMPLE_CUE_FILE, DRIVER_BINCUE); if (NULL == p_cdio) { printf("Couldn't open %s with BIN/CUE driver.\n", EXAMPLE_CUE_FILE); } else { print_disc_info(p_cdio); cdio_destroy(p_cdio); } /* read CD-Text from default device */ p_cdio = cdio_open (NULL, DRIVER_DEVICE); if (NULL == p_cdio) { printf("Couldn't find CD\n"); return 77; } else { print_disc_info(p_cdio); cdio_destroy(p_cdio); } return 0; } libcdio-2.0.0/example/mmc2a.c0000664000175000017500000001512112032416436012640 00000000000000/* Copyright (C) 2006, 2008-2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Sample program to show use of the MMC interface. An optional drive name can be supplied as an argument. This basically calls to the libdio mmc_mode_sense_10() and mmc_mode_sense_6 routines. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #include #include #include static void print_mode_sense (const char *psz_drive, const char *six_or_ten, const uint8_t buf[30]) { printf("-- Mode sense %s information for %s:\n", six_or_ten, psz_drive); if (buf[2] & 0x01) { printf("-- \tReads CD-R media.\n"); } if (buf[2] & 0x02) { printf("-- \tReads CD-RW media.\n"); } if (buf[2] & 0x04) { printf("-- \tReads fixed-packet tracks when Addressing type is method 2.\n"); } if (buf[2] & 0x08) { printf("-- \tReads DVD ROM media.\n"); } if (buf[2] & 0x10) { printf("-- \tReads DVD-R media.\n"); } if (buf[2] & 0x20) { printf("-- \tReads DVD-RAM media.\n"); } if (buf[2] & 0x40) { printf("-- \tReads DVD-RAM media.\n"); } if (buf[3] & 0x01) { printf("-- \tWrites CD-R media.\n"); } if (buf[3] & 0x02) { printf("-- \tWrites CD-RW media.\n"); } if (buf[3] & 0x04) { printf("-- \tSupports emulation write.\n"); } if (buf[3] & 0x10) { printf("-- \tWrites DVD-R media.\n"); } if (buf[3] & 0x20) { printf("-- \tWrites DVD-RAM media.\n"); } if (buf[4] & 0x01) { printf("-- \tCan play audio.\n"); } if (buf[4] & 0x02) { printf("-- \tDelivers composition A/V stream.\n"); } if (buf[4] & 0x04) { printf("-- \tSupports digital output on port 2.\n"); } if (buf[4] & 0x08) { printf("-- \tSupports digital output on port 1.\n"); } if (buf[4] & 0x10) { printf("-- \tReads Mode-2 form 1 (e.g. XA) media.\n"); } if (buf[4] & 0x20) { printf("-- \tReads Mode-2 form 2 media.\n"); } if (buf[4] & 0x40) { printf("-- \tReads multi-session CD media.\n"); } if (buf[4] & 0x80) { printf("-- \tSupports Buffer under-run free recording on CD-R/RW media.\n"); } if (buf[4] & 0x01) { printf("-- \tCan read audio data with READ CD.\n"); } if (buf[4] & 0x02) { printf("-- \tREAD CD data stream is accurate.\n"); } if (buf[5] & 0x04) { printf("-- \tReads R-W subchannel information.\n"); } if (buf[5] & 0x08) { printf("-- \tReads de-interleaved R-W subchannel.\n"); } if (buf[5] & 0x10) { printf("-- \tSupports C2 error pointers.\n"); } if (buf[5] & 0x20) { printf("-- \tReads ISRC information.\n"); } if (buf[5] & 0x40) { printf("-- \tReads ISRC informaton.\n"); } if (buf[5] & 0x40) { printf("-- \tReads media catalog number (MCN also known as UPC).\n"); } if (buf[5] & 0x80) { printf("-- \tReads bar codes.\n"); } if (buf[6] & 0x01) { printf("-- \tPREVENT/ALLOW may lock media.\n"); } printf("-- \tLock state is %slocked.\n", (buf[6] & 0x02) ? "" : "un"); printf("-- \tPREVENT/ALLOW jumper is %spresent.\n", (buf[6] & 0x04) ? "": "not "); if (buf[6] & 0x08) { printf("-- \tEjects media with START STOP UNIT.\n"); } { const unsigned int i_load_type = (buf[6]>>5 & 0x07); printf("-- \tLoading mechanism type is %d: ", i_load_type); switch (buf[6]>>5 & 0x07) { case 0: printf("caddy type loading mechanism.\n"); break; case 1: printf("tray type loading mechanism.\n"); break; case 2: printf("popup type loading mechanism.\n"); break; case 3: printf("reserved\n"); break; case 4: printf("changer with individually changeable discs.\n"); break; case 5: printf("changer using Magazine mechanism.\n"); break; case 6: printf("changer using Magazine mechanism.\n"); break; default: printf("Invalid.\n"); break; } } if (buf[7] & 0x01) { printf("-- \tVolume controls each channel separately.\n"); } if (buf[7] & 0x02) { printf("-- \tHas a changer that supports disc present reporting.\n"); } if (buf[7] & 0x04) { printf("-- \tCan load empty slot in changer.\n"); } if (buf[7] & 0x08) { printf("-- \tSide change capable.\n"); } if (buf[7] & 0x10) { printf("-- \tReads raw R-W subchannel information from lead in.\n"); } { const unsigned int i_speed_Kbs = CDIO_MMC_GETPOS_LEN16(buf, 8); printf("-- \tMaximum read speed is %d K bytes/sec (about %dX)\n", i_speed_Kbs, i_speed_Kbs / 176) ; } printf("-- \tNumber of Volume levels is %d\n", CDIO_MMC_GETPOS_LEN16(buf, 10)); printf("-- \tBuffers size for data is %d KB\n", CDIO_MMC_GETPOS_LEN16(buf, 12)); printf("-- \tCurrent read speed is %d KB\n", CDIO_MMC_GETPOS_LEN16(buf, 14)); printf("-- \tMaximum write speed is %d KB\n", CDIO_MMC_GETPOS_LEN16(buf, 18)); printf("-- \tCurrent write speed is %d KB\n", CDIO_MMC_GETPOS_LEN16(buf, 28)); } int main(int argc, const char *argv[]) { CdIo_t *p_cdio; const char *psz_drive = NULL; if (argc > 1) psz_drive = argv[1]; p_cdio = cdio_open (psz_drive, DRIVER_UNKNOWN); if (!p_cdio) { printf("-- Couldn't find CD\n"); return 77; } else { uint8_t buf[30] = { 0, }; /* Place to hold returned data */ char *psz_cd = cdio_get_default_device(p_cdio); if (DRIVER_OP_SUCCESS == mmc_mode_sense_6(p_cdio, buf, sizeof(buf), CDIO_MMC_CAPABILITIES_PAGE) ) { print_mode_sense(psz_cd, "6", buf); } else { printf("-- Couldn't get MODE_SENSE 6 data.\n"); } if (DRIVER_OP_SUCCESS == mmc_mode_sense_10(p_cdio, buf, sizeof(buf), CDIO_MMC_CAPABILITIES_PAGE) ) { print_mode_sense(psz_cd, "10", buf); } else { printf("-- Couldn't get MODE_SENSE 10 data.\n"); } free(psz_cd); } cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/logging.c0000644000175000017500000001016113204104700013252 00000000000000/* Copyright (C) 2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show how to set log verbosity and how to write a custom log handler. Invoke with an argument level, e.g. logging debug or with a number like: logging 1 # same as debug */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_LIMITS_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include /* Here is an example of a custom log handler. */ static void custom_log_handler (cdio_log_level_t level, const char *message) { switch(level) { case CDIO_LOG_DEBUG: printf("-- custom debug message: %s\n", message); return; case CDIO_LOG_INFO: printf("-- custom info message: %s\n", message); return; case CDIO_LOG_WARN: printf("-- custom warning message: %s\n", message); return; case CDIO_LOG_ERROR: printf("-- custom error message: %s\n", message); return; case CDIO_LOG_ASSERT: printf("-- custom assertion message: %s\n", message); return; default: printf("custom level %d message: %s\n", level, message); } } static long parse_loglevel_arg(const char *ps_loglevel) { long loglevel; if (strncmp(ps_loglevel, "debug", strlen("debug")) == 0) { loglevel = CDIO_LOG_DEBUG; } else if (strncmp(ps_loglevel, "info", strlen("info")) == 0) { loglevel = CDIO_LOG_INFO; } else if (strncmp(ps_loglevel, "warn", strlen("warn")) == 0) { loglevel = CDIO_LOG_WARN; } else if (strncmp(ps_loglevel, "error", strlen("error")) == 0) { loglevel = CDIO_LOG_ERROR; } else if (strncmp(ps_loglevel, "assert", strlen("assert")) == 0) { loglevel = CDIO_LOG_ASSERT; } else { char *endptr; errno = 0; /* To distinguish success/failure after call */ loglevel = strtol(ps_loglevel, &endptr, 10); /* Check for various possible errors, in parsing the verbosity * level. */ if ((errno == ERANGE && (loglevel == LONG_MAX || loglevel == LONG_MIN)) || (errno != 0 && loglevel == 0)) { perror("strtol conversion error of loglevel"); exit(EXIT_FAILURE); } if (endptr == ps_loglevel) { fprintf(stderr, "No digits were found\n"); exit(EXIT_FAILURE); } } return loglevel; } static void print_drives(void) { char **ppsz_cd_drives=NULL, **c; /* Print out a list of CD-drives with the above set log level. */ ppsz_cd_drives = cdio_get_devices(DRIVER_DEVICE); if (NULL != ppsz_cd_drives) for( c = ppsz_cd_drives; *c != NULL; c++ ) { printf("-- Drive %s\n", *c); } cdio_free_device_list(ppsz_cd_drives); } int main(int argc, const char *argv[]) { /* Set the log level to the warning verbosity. */ cdio_loglevel_default = CDIO_LOG_WARN; /* Parse command arguemnts */ if (argc > 2) { printf("Usage:\n%s \n" "Shows drives.\n" "A verbosity level is a name like 'debug', 'info', 'warn,'\n" "or a number greater than 0.\n", argv[0]); exit(EXIT_FAILURE); } if (argc == 2) { /* Set cdio's verbosity level. */ cdio_loglevel_default = parse_loglevel_arg(argv[1]); } print_drives(); /* Do the same thing again but with a custom log handler. */ cdio_log_set_handler (custom_log_handler); print_drives(); return 0; } libcdio-2.0.0/example/sample4.c0000644000175000017500000001433313221565643013216 00000000000000/* Copyright (C) 2003-2004, 2008-2009, 2012, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* A slightly improved sample3 program: we handle cdio logging and take an optional CD-location. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #include static void log_handler (cdio_log_level_t level, const char message[]) { switch(level) { case CDIO_LOG_DEBUG: case CDIO_LOG_INFO: return; default: printf("cdio %d message: %s\n", level, message); } } static void print_analysis(cdio_iso_analysis_t cdio_iso_analysis, cdio_fs_anal_t fs, int first_data, unsigned int num_audio) { switch(CDIO_FSTYPE(fs)) { case CDIO_FS_AUDIO: break; case CDIO_FS_ISO_9660: printf("CD-ROM with ISO 9660 filesystem"); if (fs & CDIO_FS_ANAL_JOLIET) { printf(" and joliet extension level %d", cdio_iso_analysis.joliet_level); } if (fs & CDIO_FS_ANAL_ROCKRIDGE) printf(" and rockridge extensions"); printf("\n"); break; case CDIO_FS_ISO_9660_INTERACTIVE: printf("CD-ROM with CD-RTOS and ISO 9660 filesystem\n"); break; case CDIO_FS_HIGH_SIERRA: printf("CD-ROM with High Sierra filesystem\n"); break; case CDIO_FS_INTERACTIVE: printf("CD-Interactive%s\n", num_audio > 0 ? "/Ready" : ""); break; case CDIO_FS_HFS: printf("CD-ROM with Macintosh HFS\n"); break; case CDIO_FS_ISO_HFS: printf("CD-ROM with both Macintosh HFS and ISO 9660 filesystem\n"); break; case CDIO_FS_UFS: printf("CD-ROM with Unix UFS\n"); break; case CDIO_FS_EXT2: printf("CD-ROM with Linux second extended filesystem\n"); break; case CDIO_FS_3DO: printf("CD-ROM with Panasonic 3DO filesystem\n"); break; case CDIO_FS_UNKNOWN: printf("CD-ROM with unknown filesystem\n"); break; } switch(CDIO_FSTYPE(fs)) { case CDIO_FS_ISO_9660: case CDIO_FS_ISO_9660_INTERACTIVE: case CDIO_FS_ISO_HFS: printf("ISO 9660: %i blocks, label `%.32s'\n", cdio_iso_analysis.isofs_size, cdio_iso_analysis.iso_label); break; } if (first_data == 1 && num_audio > 0) printf("mixed mode CD "); if (fs & CDIO_FS_ANAL_XA) printf("XA sectors "); if (fs & CDIO_FS_ANAL_MULTISESSION) printf("Multisession"); if (fs & CDIO_FS_ANAL_HIDDEN_TRACK) printf("Hidden Track "); if (fs & CDIO_FS_ANAL_PHOTO_CD) printf("%sPhoto CD ", num_audio > 0 ? " Portfolio " : ""); if (fs & CDIO_FS_ANAL_CDTV) printf("Commodore CDTV "); if (first_data > 1) printf("CD-Plus/Extra "); if (fs & CDIO_FS_ANAL_BOOTABLE) printf("bootable CD "); if (fs & CDIO_FS_ANAL_VIDEOCD && num_audio == 0) { printf("Video CD "); } if (fs & CDIO_FS_ANAL_SVCD) printf("Super Video CD (SVCD) or Chaoji Video CD (CVD)"); if (fs & CDIO_FS_ANAL_CVD) printf("Chaoji Video CD (CVD)"); printf("\n"); } int main(int argc, const char *argv[]) { CdIo_t *p_cdio; cdio_fs_anal_t fs=0; track_t num_tracks; track_t first_track_num; lsn_t start_track; /* first sector of track */ lsn_t data_start =0; /* start of data area */ int first_data = -1; /* # of first data track */ int first_audio = -1; /* # of first audio track */ unsigned int num_data = 0; /* # of data tracks */ unsigned int num_audio = 0; /* # of audio tracks */ unsigned int i; char *cd_image_name = NULL; if (argc > 1) cd_image_name = strdup(argv[1]); cdio_log_set_handler (log_handler); p_cdio = cdio_open (cd_image_name, DRIVER_UNKNOWN); if (NULL == p_cdio) { printf("-- Problem in trying to find a driver.\n\n"); free(cd_image_name); return 77; } first_track_num = cdio_get_first_track_num(p_cdio); num_tracks = cdio_get_num_tracks(p_cdio); /* Count the number of data and audio tracks. */ for (i = first_track_num; i <= num_tracks; i++) { if (TRACK_FORMAT_AUDIO == cdio_get_track_format(p_cdio, i)) { num_audio++; if (-1 == first_audio) first_audio = i; } else { num_data++; if (-1 == first_data) first_data = i; } } /* try to find out what sort of CD we have */ if (0 == num_data) { printf("-- Audio CD\n"); } else { /* we have data track(s) */ cdio_iso_analysis_t cdio_iso_analysis; memset(&cdio_iso_analysis, 0, sizeof(cdio_iso_analysis)); for (i = first_data; i <= num_tracks; i++) { lsn_t lsn; track_format_t track_format = cdio_get_track_format(p_cdio, i); lsn = cdio_get_track_lsn(p_cdio, i); switch ( track_format ) { case TRACK_FORMAT_AUDIO: case TRACK_FORMAT_ERROR: break; case TRACK_FORMAT_CDI: case TRACK_FORMAT_XA: case TRACK_FORMAT_DATA: case TRACK_FORMAT_PSX: ; } start_track = (i == 1) ? 0 : lsn; /* save the start of the data area */ if (i == first_data) data_start = start_track; /* skip tracks which belong to the current walked session */ if (start_track < data_start + cdio_iso_analysis.isofs_size) continue; fs = cdio_guess_cd_type(p_cdio, start_track, i, &cdio_iso_analysis); print_analysis(cdio_iso_analysis, fs, first_data, num_audio); if ( !(CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660 || CDIO_FSTYPE(fs) == CDIO_FS_ISO_HFS || CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660_INTERACTIVE) ) /* no method for non-ISO9660 multisessions */ break; } } free(cd_image_name); cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/drives.c0000644000175000017500000000512212030634106013125 00000000000000/* Copyright (C) 2003, 2004, 2006, 2008, 2009, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #include static void log_handler (cdio_log_level_t level, const char message[]) { switch(level) { case CDIO_LOG_DEBUG: case CDIO_LOG_INFO: return; default: printf("cdio %d message: %s\n", level, message); } } static void print_drive_class(const char *psz_msg, cdio_fs_anal_t bitmask, bool b_any) { char **ppsz_cd_drives=NULL, **c; printf("-- %s...\n", psz_msg); ppsz_cd_drives = cdio_get_devices_with_cap(NULL, bitmask, b_any); if (NULL != ppsz_cd_drives) for( c = ppsz_cd_drives; *c != NULL; c++ ) { printf("-- Drive %s\n", *c); } cdio_free_device_list(ppsz_cd_drives); printf("-----\n"); } int main(int argc, const char *argv[]) { char **ppsz_cd_drives=NULL, **c; cdio_log_set_handler (log_handler); /* Print out a list of CD-drives */ ppsz_cd_drives = cdio_get_devices(DRIVER_DEVICE); if (NULL != ppsz_cd_drives) for( c = ppsz_cd_drives; *c != NULL; c++ ) { printf("-- Drive %s\n", *c); } cdio_free_device_list(ppsz_cd_drives); ppsz_cd_drives = NULL; printf("-----\n"); /* Print out a list of CD-drives the harder way. */ print_drive_class("-- All CD-ROM drives (again)", CDIO_FS_MATCH_ALL, false); print_drive_class("-- CD-ROM drives with a CD-DA loaded...", CDIO_FS_AUDIO, false); print_drive_class("-- CD-ROM drives with some sort of ISO 9660 filesystem...", CDIO_FS_ANAL_ISO9660_ANY, true); print_drive_class("-- (S)VCD drives...", CDIO_FS_ANAL_VCD_ANY, true); return 0; } libcdio-2.0.0/example/mmc3.c0000644000175000017500000000704113221562464012504 00000000000000/* Copyright (C) 2006, 2008, 2009, 2011, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Another simple program to show use of SCSI MMC interface. Is basically the the libdio scsi_mmc_get_hwinfo() routine. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include /* Set how long to wait for MMC commands to complete */ #define DEFAULT_TIMEOUT_MS 10000 int main(int argc, const char *argv[]) { CdIo_t *p_cdio; driver_return_code_t ret; driver_id_t driver_id = DRIVER_DEVICE; char *psz_drive = NULL; bool do_eject = false; bool do_close = false; if (argc > 1) psz_drive = strdup(argv[1]); if (!psz_drive) { psz_drive = cdio_get_default_device_driver(&driver_id); if (!psz_drive) { printf("-- Can't find a CD-ROM\n"); exit(77); } } p_cdio = cdio_open (psz_drive, driver_id); if (!p_cdio) { printf("-- Can't open %s\n", psz_drive); exit(77); } ret = mmc_get_tray_status(p_cdio); switch((int) ret) { case 0: printf("-- CD-ROM drive %s is closed.\n", psz_drive); do_eject = true; do_close = true; break; case 1: printf("-- CD-ROM drive %s is open.\n", psz_drive); break; default: printf("-- Error status for drive %s: %s.\n", psz_drive, cdio_driver_errmsg(ret)); free(psz_drive); return 77; } ret = mmc_get_media_changed(p_cdio); switch((int) ret) { case 0: printf("-- CD-ROM drive %s media not changed since last test.\n", psz_drive); break; case 1: printf("-- CD-ROM drive %s media changed since last test.\n", psz_drive); break; default: printf("-- Error status for drive %s: %s.\n", psz_drive, cdio_driver_errmsg(ret)); free(psz_drive); return 77; } if (do_eject && argc > 2) cdio_eject_media_drive(psz_drive); else cdio_close_tray(psz_drive, &driver_id); ret = mmc_get_tray_status(p_cdio); switch((int) ret) { case 0: printf("-- CD-ROM drive %s is closed.\n", psz_drive); break; case 1: printf("-- CD-ROM drive %s is open.\n", psz_drive); break; default: printf("Error status for drive %s: %s.\n", psz_drive, cdio_driver_errmsg(ret)); free(psz_drive); return 77; } ret = mmc_get_media_changed(p_cdio); switch((int) ret) { case 0: printf("-- CD-ROM drive %s media not changed since last test.\n", psz_drive); break; case 1: printf("-- CD-ROM drive %s media changed since last test.\n", psz_drive); break; default: printf("-- Error status for drive %s: %s.\n", psz_drive, cdio_driver_errmsg(ret)); free(psz_drive); return 77; } if (do_close) cdio_close_tray(psz_drive, &driver_id); free(psz_drive); cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/cdio-eject.c0000644000175000017500000000351311724317671013657 00000000000000/* Copyright (C) 2007, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #include static void usage(char * progname) { fprintf(stderr, "Usage: %s [-t] \n", progname); } int main(int argc, char ** argv) { driver_return_code_t err; int close_tray = 0; const char * device = NULL; if(argc < 2 || argc > 3) { usage(argv[0]); return -1; } if((argc == 3) && strcmp(argv[1], "-t")) { usage(argv[0]); return -1; } if(argc == 2) device = argv[1]; else if(argc == 3) { close_tray = 1; device = argv[2]; } if(close_tray) { err = cdio_close_tray(device, NULL); if(err) { fprintf(stderr, "Closing tray failed for device %s: %s\n", device, cdio_driver_errmsg(err)); return -1; } } else { err = cdio_eject_media_drive(device); if(err) { fprintf(stderr, "Ejecting failed for device %s: %s\n", device, cdio_driver_errmsg(err)); return -1; } } return 0; } libcdio-2.0.0/example/isorr.c0000664000175000017500000000370512233136016013000 00000000000000/* Copyright (C) 2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 how to see if a file has Rock-Ridge Extensions */ /* Set up an ISO-9660 image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH "../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/data/copying-rr.iso" #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include int main(int argc, const char *argv[]) { char const *psz_fname; iso9660_t *p_iso; if (argc > 1) psz_fname = argv[1]; else psz_fname = ISO9660_IMAGE; p_iso = iso9660_open (psz_fname); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open %s as an ISO-9660 image\n", psz_fname); return 1; } switch (iso9660_have_rr(p_iso, 100)) { case yep: printf("-- Have Rock Ridge\n"); break; case nope: printf("-- Don't have Rock Ridge\n"); break; case dunno: printf("-- Possibly don't have Rock Ridge\n"); break; } iso9660_close(p_iso); return 0; } libcdio-2.0.0/example/audio.c0000664000175000017500000002765713217072760012767 00000000000000/* Copyright (C) 2005, 2008-2009, 2012, 2014, 2017 Rocky Bernstein Adapted from Gerd Knorr's player.c program Copyright (C) 1997, 1998 This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* A program to show use of audio controls. For a more expanded CDDA player program using curses display see cdda-player in this distribution. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_SYS_TIME_H #include #endif #ifdef HAVE_GETOPT_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #include #include #include #include #include static bool play_track(track_t t1, track_t t2); static CdIo_t *p_cdio_global = NULL; /* libcdio handle */ static driver_id_t driver_id = DRIVER_DEVICE; /* cdrom data */ static track_t i_first_track; static track_t i_last_track; static track_t i_first_audio_track; static track_t i_last_audio_track; static track_t i_tracks; static msf_t toc[CDIO_CDROM_LEADOUT_TRACK+1]; static cdio_subchannel_t sub; /* subchannel last time read */ static int i_data; /* # of data tracks present ? */ static int start_track = 0; static int stop_track = 0; static int one_track = 0; static bool b_cd = false; static bool auto_mode = false; static bool b_verbose = false; static bool debug = false; static bool b_record = false; /* we have a record for the inserted CD */ static char *psz_device_global=NULL; static char *psz_program; inline static void xperror(const char *psz_msg) { if (b_verbose) { fprintf(stderr, "error: "); perror(psz_msg); } return; } static void oops(const char *psz_msg, int rc) { cdio_destroy (p_cdio_global); free (psz_device_global); exit (rc); } /* ---------------------------------------------------------------------- */ /*! Stop playing audio CD */ static bool cd_stop(CdIo_t *p_cdio) { bool b_ok = true; if (b_cd && p_cdio) { i_last_audio_track = CDIO_INVALID_TRACK; b_ok = DRIVER_OP_SUCCESS == cdio_audio_stop(p_cdio); if ( !b_ok ) xperror("stop"); } return b_ok; } /*! Eject CD */ static bool cd_eject(void) { bool b_ok = true; if (p_cdio_global) { cd_stop(p_cdio_global); b_ok = DRIVER_OP_SUCCESS == cdio_eject_media(&p_cdio_global); if (!b_ok) xperror("eject"); b_cd = false; p_cdio_global = NULL; } return b_ok; } /*! Close CD tray */ static bool cd_close(const char *psz_device) { bool b_ok = true; if (!b_cd) { b_ok = DRIVER_OP_SUCCESS == cdio_close_tray(psz_device, &driver_id); if (!b_ok) xperror("close"); } return b_ok; } /*! Pause playing audio CD */ static bool cd_pause(CdIo_t *p_cdio) { bool b_ok = true; if (sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY) { b_ok = DRIVER_OP_SUCCESS == cdio_audio_pause(p_cdio); if (!b_ok) xperror("pause"); } return b_ok; } /*! Get status/track/position info of an audio CD */ static bool read_subchannel(CdIo_t *p_cdio) { bool b_ok = true; if (!b_cd) return false; b_ok = DRIVER_OP_SUCCESS == cdio_audio_read_subchannel(p_cdio, &sub); if (!b_ok) { xperror("read subchannel"); b_cd = 0; } if (auto_mode && sub.audio_status == CDIO_MMC_READ_SUB_ST_COMPLETED) cd_eject(); return b_ok; } /*! Read CD TOC and set CD information. */ static void read_toc(CdIo_t *p_cdio) { track_t i; i_first_track = cdio_get_first_track_num(p_cdio); i_last_track = cdio_get_last_track_num(p_cdio); i_tracks = cdio_get_num_tracks(p_cdio); i_first_audio_track = i_first_track; i_last_audio_track = i_last_track; if ( CDIO_INVALID_TRACK == i_first_track || CDIO_INVALID_TRACK == i_last_track ) { xperror("read toc header"); b_cd = false; b_record = false; } else { b_cd = true; i_data = 0; for (i = i_first_track; i <= i_last_track+1; i++) { if ( !cdio_get_track_msf(p_cdio, i, &(toc[i])) ) { xperror("read toc entry"); b_cd = false; return; } if ( TRACK_FORMAT_AUDIO != cdio_get_track_format(p_cdio, i) ) { if ((i != i_last_track+1) ) { i_data++; if (i == i_first_track) { if (i == i_last_track) i_first_audio_track = CDIO_CDROM_LEADOUT_TRACK; else i_first_audio_track++; } } } } b_record = true; read_subchannel(p_cdio); if (auto_mode && sub.audio_status != CDIO_MMC_READ_SUB_ST_PLAY) play_track(1, CDIO_CDROM_LEADOUT_TRACK); } } /*! Play an audio track. */ static bool play_track(track_t i_start_track, track_t i_end_track) { bool b_ok = true; if (!b_cd) { cd_close(psz_device_global); read_toc(p_cdio_global); } read_subchannel(p_cdio_global); if (!b_cd || i_first_track == CDIO_CDROM_LEADOUT_TRACK) return false; if (debug) fprintf(stderr,"play tracks: %d-%d => ", i_start_track, i_end_track); if (i_start_track < i_first_track) i_start_track = i_first_track; if (i_start_track > i_last_audio_track) i_start_track = i_last_audio_track; if (i_end_track < i_first_track) i_end_track = i_first_track; if (i_end_track > i_last_audio_track) i_end_track = i_last_audio_track; if (debug) fprintf(stderr,"%d-%d\n",i_start_track, i_end_track); cd_pause(p_cdio_global); b_ok = (DRIVER_OP_SUCCESS == cdio_audio_play_msf(p_cdio_global, &(toc[i_start_track]), &(toc[i_end_track])) ); if (!b_ok) xperror("play"); return b_ok; } static void usage(char *prog) { fprintf(stderr, "%s is a simple interface to issuing CD audio comamnds\n" "\n" "usage: %s [options] [device]\n" "\n" "default for to search for a CD-ROM device with a CD-DA loaded\n" "\n" "These command line options available:\n" " -h print this help\n" " -a start up in auto-mode\n" " -v verbose\n" "\n" " Use only one of these:\n" " -C close CD-ROM tray. If you use this option,\n" " a CD-ROM device name must be specified.\n" " -p play the whole CD\n" " -t n play track >n<\n" " -t a-b play all tracks between a and b (inclusive)\n" " -L set volume level\n" " -s stop playing\n" " -S list audio subchannel information\n" " -e eject cdrom\n" "\n" "That's all. Oh, maybe a few words more about the auto-mode. This\n" "is the 'dont-touch-any-key' feature. You load a CD, player starts\n" "to play it, and when it is done it ejects the CD. Start it that\n" "way on a spare console and forget about it...\n" "\n" "(c) 1997,98 Gerd Knorr \n" "(c) 2005 Rocky Bernstein \n" , prog, prog); } typedef enum { NO_OP=0, PLAY_CD=1, PLAY_TRACK=2, STOP_PLAYING=3, EJECT_CD=4, CLOSE_CD=5, SET_VOLUME=6, LIST_SUBCHANNEL=7, } cd_operation_t; int main(int argc, char *argv[]) { int c; char *h; int i_rc = 0; int i_volume_level = -1; cd_operation_t todo = NO_OP; /* operation to do in non-interactive mode */ psz_program = strrchr(argv[0],'/'); psz_program = psz_program ? psz_program+1 : argv[0]; /* parse options */ while ( 1 ) { if (-1 == (c = getopt(argc, argv, "aCdehkpL:sSt:vx"))) break; switch (c) { case 'v': b_verbose = true; break; case 'd': debug = 1; break; case 'a': auto_mode = 1; break; case 'L': if (NULL != strchr(optarg,'-')) { i_volume_level = atoi(optarg); todo = SET_VOLUME; } break; case 't': if (NULL != (h = strchr(optarg,'-'))) { *h = 0; start_track = atoi(optarg); stop_track = atoi(h+1)+1; if (0 == start_track) start_track = 1; if (1 == stop_track) stop_track = CDIO_CDROM_LEADOUT_TRACK; } else { start_track = atoi(optarg); stop_track = start_track+1; one_track = 1; } todo = PLAY_TRACK; break; case 'p': todo = PLAY_CD; break; case 'C': todo = CLOSE_CD; break; break; case 's': todo = STOP_PLAYING; break; case 'S': todo = LIST_SUBCHANNEL; break; case 'e': todo = EJECT_CD; break; case 'h': usage(psz_program); exit(1); default: usage(psz_program); exit(1); } } if (argc > optind) { psz_device_global = strdup(argv[optind]); } else { char **ppsz_cdda_drives=NULL; char **ppsz_all_cd_drives = cdio_get_devices_ret(&driver_id); if (!ppsz_all_cd_drives) { fprintf(stderr, "Can't find a CD-ROM drive\n"); exit(2); } ppsz_cdda_drives = cdio_get_devices_with_cap(ppsz_all_cd_drives, CDIO_FS_AUDIO, false); if (!ppsz_cdda_drives || !ppsz_cdda_drives[0]) { fprintf(stderr, "Can't find a CD-ROM drive with a CD-DA in it\n"); exit(3); } psz_device_global = strdup(ppsz_cdda_drives[0]); cdio_free_device_list(ppsz_all_cd_drives); cdio_free_device_list(ppsz_cdda_drives); } if (!b_cd && todo != EJECT_CD) { cd_close(psz_device_global); } /* open device */ if (b_verbose) fprintf(stderr,"open %s... ", psz_device_global); p_cdio_global = cdio_open (psz_device_global, driver_id); if (!p_cdio_global) { if (b_verbose) fprintf(stderr, "error: %s\n", strerror(errno)); else fprintf(stderr, "open %s: %s\n", psz_device_global, strerror(errno)); exit(1); } else if (b_verbose) fprintf(stderr,"ok\n"); if (EJECT_CD == todo) { i_rc = cd_eject() ? 0 : 1; } else { read_toc(p_cdio_global); if (!b_cd) { cd_close(psz_device_global); read_toc(p_cdio_global); } if (b_cd) switch (todo) { case NO_OP: break; case STOP_PLAYING: i_rc = cd_stop(p_cdio_global) ? 0 : 1; break; case EJECT_CD: /* Should have been handled above before case statement. gcc warns if we don't include this. And with this Coverty complains when we do - we can't win, so go with gcc. */ cd_eject(); break; case PLAY_TRACK: /* play just this one track */ play_track(start_track, stop_track); break; case PLAY_CD: play_track(1,CDIO_CDROM_LEADOUT_TRACK); break; case CLOSE_CD: i_rc = cdio_close_tray(psz_device_global, NULL) ? 0 : 1; break; case SET_VOLUME: { cdio_audio_volume_t volume; volume.level[0] = i_volume_level; i_rc = (DRIVER_OP_SUCCESS == cdio_audio_set_volume(p_cdio_global, &volume)) ? 0 : 1; break; } case LIST_SUBCHANNEL: if (read_subchannel(p_cdio_global)) { if (sub.audio_status == CDIO_MMC_READ_SUB_ST_PAUSED || sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY) { { printf("track %2d - %02x:%02x (%02x:%02x abs) ", sub.track, sub.rel_addr.m, sub.rel_addr.s, sub.abs_addr.m, sub.abs_addr.s); } } printf("drive state: %s\n", mmc_audio_state2str(sub.audio_status)); } else { i_rc = 1; } break; } else { fprintf(stderr,"no CD in drive (%s)\n", psz_device_global); } } oops("bye", i_rc); return 0; /* keep compiler happy */ } libcdio-2.0.0/example/discid.c0000644000175000017500000000454511724317671013116 00000000000000/* Copyright (C) 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* http://sourceforge.net/projects/discid/ using libcdio: a small program to calculate the disc-ID for audio compact discs. The disc-ID can be used to query info (tracks, title, interpret) about compact audio discs from a CDDB-Server. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include static int cddb_sum(int n) { int result = 0; while (n > 0) { result += n % 10; n /= 10; } return result; } int main(int argc, const char *argv[]) { CdIo_t *p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); track_t i_track; track_t i_tracks; unsigned n = 0; if (NULL == p_cdio) { printf("Couldn't find a driver.. leaving.\n"); return 1; } i_tracks = cdio_get_num_tracks(p_cdio); for (i_track = 1; i_track <= i_tracks; ++i_track) { lba_t lba = cdio_get_track_lba(p_cdio, i_track); n += cddb_sum(lba / CDIO_CD_FRAMES_PER_SEC); } { unsigned start_sec = cdio_get_track_lba(p_cdio, 1) / CDIO_CD_FRAMES_PER_SEC; unsigned leadout_sec = cdio_get_track_lba(p_cdio, CDIO_CDROM_LEADOUT_TRACK) / CDIO_CD_FRAMES_PER_SEC; unsigned total = leadout_sec - start_sec; unsigned id = ((n % 0xff) << 24 | total << 8 | i_tracks); printf("%08X %d", id, i_tracks); for (i_track = 1; i_track <= i_tracks; ++i_track) { lba_t lba = cdio_get_track_lba(p_cdio, i_track); printf(" %ld", (long) lba); } printf(" %ld\n", (long) cdio_get_track_lba(p_cdio, CDIO_CDROM_LEADOUT_TRACK) / CDIO_CD_FRAMES_PER_SEC); } cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/device.c0000644000175000017500000001136012030635557013104 00000000000000/* Copyright (C) 2003, 2004, 2005, 2008, 2009, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show drivers installed and what the default CD-ROM drive is. See also corresponding C++ programs of similar names .*/ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #define _(x) x /* Prints out drive capabilities */ static void print_drive_capabilities(cdio_drive_read_cap_t i_read_cap, cdio_drive_write_cap_t i_write_cap, cdio_drive_misc_cap_t i_misc_cap) { if (CDIO_DRIVE_CAP_ERROR == i_misc_cap) { printf("Error in getting drive hardware properties\n"); } else { printf(_("-- Hardware : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_FILE ? "Disk Image" : "CD-ROM or DVD"); printf(_("-- Can eject : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_EJECT ? "Yes" : "No"); printf(_("-- Can close tray : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_CLOSE_TRAY ? "Yes" : "No"); printf(_("-- Can disable manual eject : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_LOCK ? "Yes" : "No"); printf(_("-- Can select juke-box disc : %s\n\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_SELECT_DISC ? "Yes" : "No"); printf(_("-- Can set drive speed : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_SELECT_SPEED ? "Yes" : "No"); printf(_("-- Can detect if CD changed : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_MEDIA_CHANGED ? "Yes" : "No"); printf(_("-- Can read multiple sessions : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_MULTI_SESSION ? "Yes" : "No"); printf(_("-- Can hard reset device : %s\n\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_RESET ? "Yes" : "No"); } if (CDIO_DRIVE_CAP_ERROR == i_read_cap) { printf("Error in getting drive reading properties\n"); } else { printf("-- Reading....\n"); printf(_("-- Can play audio : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_AUDIO ? "Yes" : "No"); printf(_("-- Can read CD-R : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_R ? "Yes" : "No"); printf(_("-- Can read CD-RW : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_RW ? "Yes" : "No"); printf(_("-- Can read DVD-ROM : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_DVD_ROM ? "Yes" : "No"); } if (CDIO_DRIVE_CAP_ERROR == i_write_cap) { printf("Error in getting drive writing properties\n"); } else { printf("\n-- Writing....\n"); printf(_("-- Can write CD-RW : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_RW ? "Yes" : "No"); printf(_("-- Can write DVD-R : %s\n"), i_write_cap & CDIO_DRIVE_CAP_READ_DVD_R ? "Yes" : "No"); printf(_("-- Can write DVD-RAM : %s\n"), i_write_cap & CDIO_DRIVE_CAP_READ_DVD_RAM ? "Yes" : "No"); } } int main(int argc, const char *argv[]) { CdIo_t *p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); if (NULL != p_cdio) { char *default_device = cdio_get_default_device(p_cdio); cdio_drive_read_cap_t i_read_cap; cdio_drive_write_cap_t i_write_cap; cdio_drive_misc_cap_t i_misc_cap; printf("-- The driver selected is %s\n", cdio_get_driver_name(p_cdio)); if (default_device) printf("-- The default device for this driver is %s\n", default_device); cdio_get_drive_cap(p_cdio, &i_read_cap, &i_write_cap, &i_misc_cap); print_drive_capabilities(i_read_cap, i_write_cap, i_misc_cap); free(default_device); cdio_destroy(p_cdio); printf("\n"); } else { printf("-- Problem in trying to find a driver.\n\n"); } { const driver_id_t *driver_id_p; for (driver_id_p=cdio_drivers; *driver_id_p!=DRIVER_UNKNOWN; driver_id_p++) if (cdio_have_driver(*driver_id_p)) printf("-- We have: %s\n", cdio_driver_describe(*driver_id_p)); else printf("-- We don't have: %s\n", cdio_driver_describe(*driver_id_p)); } return 0; } libcdio-2.0.0/example/cdchange.c0000664000175000017500000000434113217072760013403 00000000000000/* Copyright (C) 2005-2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Test media changed */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_LIMITS_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_WINDOWS_H #include #endif #ifdef _WIN32 #include #undef sleep #define sleep(s) Sleep(1000*s) #endif #include int main(int argc, const char *argv[]) { CdIo_t *p_cdio; long int i_sleep = 30; if (argc > 1) { p_cdio = cdio_open (argv[1], DRIVER_DEVICE); if (argc > 2) { errno = 0; i_sleep = strtol(argv[2], (char **)NULL, 10); if ( (LONG_MIN == i_sleep || LONG_MAX == i_sleep) && errno != 0 ) { printf("Invalid sleep parameter %s\n", argv[2]); printf("Error reported back from strtol: %s\n", strerror(errno)); return 2; } } } else { p_cdio = cdio_open (NULL, DRIVER_DEVICE); } if (NULL == p_cdio) { printf("Couldn't find a driver.. leaving.\n"); return 1; } if (cdio_get_media_changed(p_cdio)) printf("Initial media status: changed\n"); else printf("Initial media status: not changed\n"); printf("Giving you %ld seconds to change CD if you want to do so.\n", i_sleep); sleep(i_sleep); if (cdio_get_media_changed(p_cdio)) printf("Media status: changed\n"); else printf("Media status: not changed\n"); cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/README0000644000175000017500000001043613204104700012345 00000000000000This directory contains some simple examples of the use of the libcdio library. One might also possibly find useful C code among the regression tests (directory test), e.g. testbincue.c, testdefault.c, testiso9660.c, testparanoia.c, or testtoc.c Larger more-complicated examples are the cd-drive, cd-info, cd-read, cdda-player, iso-info and iso-read programs in the src directory. And going further there's the cd-paranoia program (in src/cd-paranoia), and "real-world' code in the xine VCD plugin, or the vlc CD-DA plugin which are part of those distributions. In some cases you may have to make small changes to compile these programs. For example, compiling using Solaris's C compiler with largefile support on a 64-bit system, may require changing C headers. Descriptions of the programs in this example directory are as follows... audio.c: Sample program to show audio controls. cdchange.c: A program to test if a CD has been changed since the last change test. cdio-eject.c: a stripped-down "eject" command to open or close a CDROM tray cdtext.c: A program to show CD-Text and CD disc mode info. cdtext-raw.c: A program to show CD-Text parsing from binary files. device.c: A program to show drivers installed and what the default CD-ROM drive is. See also corresponding C++ programs of similar names. discid.c: http://sourceforge.net/projects/discid/ using libcdio: a small program to calculate the disc-ID for audio compact discs. The disc-ID can be used to query info (tracks, title, interpret) about compact audio discs from a CDDB-Server. drives.c: A program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. eject.c: A program eject a CD from a CD-ROM drive and then close the door again. extract.c: Extract the full contents of either an UDF or ISO9660 image file. isofile.c: A program to show using libiso9660 to extract a file from an ISO-9660 image. isofile2.c: A program to show using libiso9660 to extract a file from a CDRWIN cue/bin CD image. isofuzzy.c : A program showing fuzzy ISO-9660 detection/reading. isolist.c: A program to show using libiso9660 to list files in a directory of an ISO-9660 image and give basic iso9660 information. isolsn.c: A program to show using libiso9660 to get the file path for a given LSN. mmc1.c: A program to show issuing a simple MMC command (INQUIRY). mmc2.c: A more involved MMC command to list features from a MMC GET_CONFIGURATION command. mmc2a.c: Show MODE_SENSE page 2A paramaters: CD/DVD Capabilities and Mechanical Status Page mmc3.c Another simple program to show use of SCSI MMC interface. Is basically the the libdio scsi_mmc_get_hwinfo() routine. paranoia: A program to show using CD-DA paranoia (a library for jitter detection and audio-read error correction). This program uses an interface compatible (mostly) with cdparanoia. It looks for a CD-ROM with an audio CD in it and rips up to the first 300 sectors of track 1 to file track01s.wav. paranoia2: Another program to show using CD-DA paranoia using a more libcdio-oriented initialization. Probably more suited to things that otherwise use libcdio such as media players (e.g. for getting CDDB or CD-Text info) sample3.c: A simple program to show the use of cdio_guess_cd_type(). Figure out the kind of CD image we've got. sample4.c: A slightly improved sample3 program: we handle cdio logging and take an optional CD-location. tracks.c: A program to list track numbers and logical sector numbers of a Compact Disc using libcdio. udf1.c: A program to show using libudf to list files in a directory of an UDF image. udf2.c: A program to show using libudf to extract a file from an UDF image. udffile.c A program to show using libudf to extract a file. Many of the above programs can be compiled in C++. See that directory for C++ examples which include some of the above. Some of these programs are also used in testing. When this occurs, output is prepended with -- so it can be filtered out by Ruby program make-check-filter.rb when running "make check-short". libcdio-2.0.0/example/isofile2.c0000644000175000017500000001055512217172557013371 00000000000000/* Copyright (C) 2003-2006, 2009, 2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to extract a file from a CUE/BIN CD image. If a single argument is given, it is used as the CUE file of a CD image to use. Otherwise a compiled-in default image name (that comes with the libcdio distribution) will be used. This program can be compiled with either a C or C++ compiler. In the distribution we prefer C++ just to make sure we haven't broken things on the C++ side. */ /* This is the CD-image with an ISO-9660 filesystem */ #define ISO9660_IMAGE_PATH "../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/data/isofs-m1.cue" #define ISO9660_PATH "/" #define ISO9660_FILENAME "COPYING" #define LOCAL_FILENAME "copying" /* portable.h has to come first else _FILE_OFFSET_BITS are redefined in say opensolaris. */ #include "portable.h" #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #include #define CEILING(x, y) ((x+(y-1))/y) #define my_exit(rc) \ fclose (p_outfd); \ free(p_statbuf); \ cdio_destroy(p_cdio); \ return rc; \ int main(int argc, const char *argv[]) { iso9660_stat_t *p_statbuf; FILE *p_outfd; int i; char const *psz_image; char const *psz_fname; char translated_name[256]; char untranslated_name[256] = ISO9660_PATH; CdIo_t *p_cdio; unsigned int i_fname=sizeof(ISO9660_FILENAME); if (argc > 3) { printf("usage %s [CD-ROM-or-image [filename]]\n", argv[0]); printf("Extracts filename from CD-ROM-or-image.\n"); return 1; } if (argc > 1) psz_image = argv[1]; else psz_image = ISO9660_IMAGE; if (argc > 2) { psz_fname = argv[2]; i_fname = strlen(psz_fname)+1; } else psz_fname = ISO9660_FILENAME; strncat(untranslated_name, psz_fname, i_fname); // cdio_loglevel_default = CDIO_LOG_DEBUG; p_cdio = cdio_open (psz_image, DRIVER_UNKNOWN); if (!p_cdio) { fprintf(stderr, "Sorry, couldn't open %s\n", psz_image); return 1; } p_statbuf = iso9660_fs_stat (p_cdio, untranslated_name); if (NULL == p_statbuf) { fprintf(stderr, "Could not get ISO-9660 file information for file %s\n", untranslated_name); cdio_destroy(p_cdio); return 2; } iso9660_name_translate(psz_fname, translated_name); if (!(p_outfd = fopen (translated_name, "wb"))) { perror ("fopen()"); cdio_destroy(p_cdio); free(p_statbuf); return 3; } /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ { const unsigned int i_blocks = CEILING(p_statbuf->size, ISO_BLOCKSIZE); for (i = 0; i < i_blocks; i ++) { char buf[ISO_BLOCKSIZE]; const lsn_t lsn = p_statbuf->lsn + i; memset (buf, 0, ISO_BLOCKSIZE); if ( 0 != cdio_read_data_sectors (p_cdio, buf, lsn, ISO_BLOCKSIZE, 1) ) { fprintf(stderr, "Error reading ISO 9660 file at lsn %lu\n", (long unsigned int) p_statbuf->lsn); my_exit(4); } fwrite (buf, ISO_BLOCKSIZE, 1, p_outfd); if (ferror (p_outfd)) { perror ("fwrite()"); my_exit(5); } } } fflush (p_outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), p_statbuf->size)) perror ("ftruncate()"); printf("-- Extraction of file '%s' from '%s' successful.\n", translated_name, untranslated_name); my_exit(0); } libcdio-2.0.0/example/udf1.c0000664000175000017500000000713413217072760012511 00000000000000/* Copyright (C) 2005, 2008, 2014 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libudf to list files in a directory of an UDF image. */ /* This is the UDF image. */ #define UDF_IMAGE_PATH "../" #define UDF_IMAGE "../test/data/udf102.iso" #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #define udf_PATH_DELIMITERS "/\\" static void print_file_info(const udf_dirent_t *p_udf_dirent, const char* psz_dirname) { time_t mod_time = udf_get_modification_time(p_udf_dirent); char psz_mode[11]="invalid"; const char *psz_fname= psz_dirname ? psz_dirname : udf_get_filename(p_udf_dirent); /* Print directory attributes*/ printf("%s ", udf_mode_string(udf_get_posix_filemode(p_udf_dirent), psz_mode)); printf("%4d ", udf_get_link_count(p_udf_dirent)); printf("%lu ", (long unsigned int) udf_get_file_length(p_udf_dirent)); printf("%s %s", *psz_fname ? psz_fname : "/", ctime(&mod_time)); } static void list_files(udf_t *p_udf, udf_dirent_t *p_udf_dirent, const char *psz_path) { if (!p_udf_dirent) return; print_file_info(p_udf_dirent, psz_path); while (udf_readdir(p_udf_dirent)) { if (udf_is_dir(p_udf_dirent)) { udf_dirent_t *p_udf_dirent2 = udf_opendir(p_udf_dirent); if (p_udf_dirent2) { const char *psz_dirname = udf_get_filename(p_udf_dirent); const unsigned int i_newlen=2 + strlen(psz_path) + strlen(psz_dirname); char *psz_newpath = calloc(1, sizeof(char)*i_newlen); snprintf(psz_newpath, i_newlen, "%s%s/", psz_path, psz_dirname); list_files(p_udf, p_udf_dirent2, psz_newpath); free(psz_newpath); } } else { print_file_info(p_udf_dirent, NULL); } } } int main(int argc, const char *argv[]) { udf_t *p_udf; char const *psz_udf_image; if (argc > 1) psz_udf_image = argv[1]; else psz_udf_image = UDF_IMAGE; p_udf = udf_open (psz_udf_image); if (NULL == p_udf) { fprintf(stderr, "Sorry, couldn't open %s as something using UDF\n", psz_udf_image); return 1; } else { udf_dirent_t *p_udf_root = udf_get_root(p_udf, true, 0); if (NULL == p_udf_root) { fprintf(stderr, "Sorry, couldn't find / in %s\n", psz_udf_image); return 1; } { char vol_id[UDF_VOLID_SIZE] = ""; char volset_id[UDF_VOLSET_ID_SIZE+1] = ""; if (0 < udf_get_volume_id(p_udf, vol_id, sizeof(vol_id)) ) printf("volume id: %s\n", vol_id); if (0 < udf_get_volume_id(p_udf, volset_id, sizeof(volset_id)) ) { volset_id[UDF_VOLSET_ID_SIZE]='\0'; printf("volume set id: %s\n", volset_id); } printf("partition number: %d\n", udf_get_part_number(p_udf)); } list_files(p_udf, p_udf_root, ""); } udf_close(p_udf); return 0; } libcdio-2.0.0/example/isolsn.c0000664000175000017500000000502412410627540013151 00000000000000/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2011, 2014 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to get a file path for a given LSN of an ISO-9660 image. If a single argument is given, it is used as the LSN to search for. Otherwise we use a built-in default value. If a second argument is given, it is ISO 9660 image to use in the listing. Otherwise a compiled-in default ISO 9660 image name (that comes with the libcdio distribution) will be used. */ /* Set up a CD-DA image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH "../test/" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "copying.iso" #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #define print_vd_info(title, fn) \ if (fn(p_iso, &psz_str)) { \ printf(title ": %s\n", psz_str); \ } \ free(psz_str); \ psz_str = NULL; int main(int argc, const char *argv[]) { char const *psz_fname; iso9660_t *p_iso; iso9660_stat_t *p_stat; lsn_t lsn = 24; char *psz_path = NULL; if (argc > 1) lsn = strtol(argv[1], (char **)NULL, 10); if (argc > 2) psz_fname = argv[2]; else psz_fname = ISO9660_IMAGE; p_iso = iso9660_open (psz_fname); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open %s as an ISO-9660 image\n", psz_fname); return 1; } p_stat = iso9660_ifs_find_lsn_with_path (p_iso, lsn, &psz_path); if (psz_path != NULL) { printf("File at LSN %u is %s\n", lsn, psz_path); free(psz_path); } iso9660_stat_free(p_stat); iso9660_close(p_iso); return 0; } libcdio-2.0.0/example/isofuzzy.c0000664000175000017500000000461213217072760013552 00000000000000/* Copyright (C) 2005, 2008, 2009, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Program to show using libiso9660 with fuzzy search to get file info. If a single argument is given, it is used as the ISO 9660 image. Otherwise we use a compiled-in default ISO 9660 image name. */ /* This is the BIN we think there is an ISO 9660 image inside of. */ #define ISO9660_IMAGE_PATH "/tmp/" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "vcd_demo.bin" /* portable.h has to come first else _FILE_OFFSET_BITS are redefined in say opensolaris. */ #include "portable.h" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include int main(int argc, const char *argv[]) { CdioISO9660FileList_t *p_entlist; CdioListNode_t *entnode; char const *psz_fname; iso9660_t *p_iso; if (argc > 1) psz_fname = argv[1]; else psz_fname = ISO9660_IMAGE; p_iso = iso9660_open_fuzzy (psz_fname, 5); if (NULL == p_iso) { fprintf(stderr, "-- Sorry, could not find an ISO 9660 image from %s\n", psz_fname); return 1; } p_entlist = iso9660_ifs_readdir (p_iso, "/"); /* Iterate over the list of nodes that iso9660_ifs_readdir gives */ if (p_entlist) { _CDIO_LIST_FOREACH (entnode, p_entlist) { char filename[4096]; iso9660_stat_t *p_statbuf = (iso9660_stat_t *) _cdio_list_node_data (entnode); iso9660_name_translate(p_statbuf->filename, filename); printf ("-- /%s\n", filename); } iso9660_filelist_free(p_entlist); } iso9660_close(p_iso); exit(0); } libcdio-2.0.0/example/mmc1.c0000664000175000017500000000623213217072760012505 00000000000000/* Copyright (C) 2004, 2005, 2008-2012, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Sample program to show use of the MMC interface. An optional drive name can be supplied as an argument. This basically the libdio mmc_get_hwinfo() routine. See also corresponding C++ programs. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include /* Set how long to wait for MMC commands to complete */ #define DEFAULT_TIMEOUT_MS 10000 int main(int argc, const char *argv[]) { CdIo_t *p_cdio; const char *psz_drive = NULL; if (argc > 1) psz_drive = argv[1]; p_cdio = cdio_open (psz_drive, DRIVER_UNKNOWN); if (!p_cdio) { printf("-- Couldn't find CD\n"); return 77; } else { int i_status; /* Result of MMC command */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Buffer */ char buf[36] = { 0, }; /* Place to hold returned data */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_INQUIRY); cdb.field[4] = sizeof(buf); i_status = mmc_run_cmd(p_cdio, DEFAULT_TIMEOUT_MS, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { char psz_vendor[CDIO_MMC_HW_VENDOR_LEN+1]; char psz_model[CDIO_MMC_HW_MODEL_LEN+1]; char psz_rev[CDIO_MMC_HW_REVISION_LEN+1]; memcpy(psz_vendor, buf + 8, sizeof(psz_vendor)-1); psz_vendor[sizeof(psz_vendor)-1] = '\0'; memcpy(psz_model, buf + 8 + CDIO_MMC_HW_VENDOR_LEN, sizeof(psz_model)-1); psz_model[sizeof(psz_model)-1] = '\0'; memcpy(psz_rev, buf + 8 + CDIO_MMC_HW_VENDOR_LEN +CDIO_MMC_HW_MODEL_LEN, sizeof(psz_rev)-1); psz_rev[sizeof(psz_rev)-1] = '\0'; printf("-- Vendor: %s\n-- Model: %s\n-- Revision: %s\n", psz_vendor, psz_model, psz_rev); } else { printf("-- Couldn't get INQUIRY data (vendor, model, and revision).\n"); } { bool b_erasable; cdio_mmc_feature_profile_t disctype; i_status = mmc_get_disc_erasable(p_cdio, &b_erasable); if (DRIVER_OP_SUCCESS == i_status) printf("-- Disc is %serasable.\n", b_erasable ? "" : "not "); else printf("-- Can't determine if disc is erasable.\n"); i_status = mmc_get_disctype(p_cdio, 0, &disctype); if (DRIVER_OP_SUCCESS == i_status) { printf("-- disc type: profile is %s (0x%X)\n", mmc_feature_profile2str(disctype), disctype); } } } cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/udffile.c0000664000175000017500000000755313217072760013275 00000000000000/* Copyright (C) 2005, 2006, 2008-2011, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libudf to extract a file. This program can be compiled with either a C or C++ compiler. In the distribution we prefer C++ just to make sure we haven't broken things on the C++ side. */ /* config.h has to come first else _FILE_OFFSET_BITS are redefined in say opensolaris. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif /* This is the UDF image. */ #define UDF_IMAGE_PATH "../" #define UDF_IMAGE "../test/data/udf102.iso" #define UDF_FILENAME "/COPYING" #define LOCAL_FILENAME "copying" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #define CEILING(x, y) ((x+(y-1))/y) #define udf_PATH_DELIMITERS "/\\" int main(int argc, const char *argv[]) { udf_t *p_udf; FILE *p_outfd; char const *psz_udf_image; char const *psz_udf_fname; char const *psz_local_fname; if (argc > 1) psz_udf_image = argv[1]; else psz_udf_image = UDF_IMAGE; if (argc > 2) psz_udf_fname = argv[2]; else psz_udf_fname = UDF_FILENAME; if (argc > 3) psz_local_fname = argv[3]; else psz_local_fname = LOCAL_FILENAME; p_udf = udf_open (psz_udf_image); if (NULL == p_udf) { fprintf(stderr, "Sorry, couldn't open %s as something using UDF\n", psz_udf_image); return 1; } else { udf_dirent_t *p_udf_root = udf_get_root(p_udf, true, 0); udf_dirent_t *p_udf_file = NULL; if (NULL == p_udf_root) { fprintf(stderr, "Sorry, couldn't find / in %s\n", psz_udf_image); udf_close(p_udf); return 1; } p_udf_file = udf_fopen(p_udf_root, psz_udf_fname); if (!p_udf_file) { fprintf(stderr, "Sorry, couldn't find %s in %s\n", psz_udf_fname, psz_udf_image); udf_close(p_udf); return 2; } if (!(p_outfd = fopen (psz_local_fname, "wb"))) { perror ("fopen()"); udf_close(p_udf); udf_dirent_free(p_udf_file); return 3; } { uint64_t i_file_length = udf_get_file_length(p_udf_file); const unsigned int i_blocks = (unsigned int) CEILING(i_file_length, UDF_BLOCKSIZE); unsigned int i; for (i = 0; i < i_blocks ; i++) { char buf[UDF_BLOCKSIZE] = {'\0',}; ssize_t i_read = udf_read_block(p_udf_file, buf, 1); if ( i_read < 0 ) { fprintf(stderr, "Error reading UDF file %s at block %u\n", psz_local_fname, i); return 4; } fwrite (buf, i_read, 1, p_outfd); if (ferror (p_outfd)) { perror ("fwrite()"); return 5; } } fflush (p_outfd); udf_dirent_free(p_udf_file); udf_dirent_free(p_udf_root); udf_close(p_udf); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of UDF_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), i_file_length)) perror ("ftruncate()"); printf("Extraction of file '%s' from %s successful.\n", psz_local_fname, psz_udf_image); return 0; } } } libcdio-2.0.0/example/C++/0000775000175000017500000000000013222221720012055 500000000000000libcdio-2.0.0/example/C++/eject.cpp0000664000175000017500000000534613217072760013617 00000000000000/* Copyright (C) 2005, 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to eject a CD-ROM drive door and then close it again. If a single argument is given, it is used as the CD-ROM device to eject/close. Otherwise a CD-ROM drive will be scanned for. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include int main(int argc, const char *argv[]) { driver_return_code_t ret; driver_id_t driver_id = DRIVER_DEVICE; char *psz_drive = NULL; if (argc > 1) psz_drive = strdup(argv[1]); if (!psz_drive) { psz_drive = cdio_get_default_device_driver(&driver_id); if (!psz_drive) { printf("Can't find a CD-ROM to eject\n"); exit(1); } } ret = cdio_eject_media_drive(psz_drive); switch(ret) { case DRIVER_OP_UNSUPPORTED: printf("Eject not supported for %s.\n", psz_drive); break; case DRIVER_OP_SUCCESS: printf("CD-ROM drive %s ejected.\n", psz_drive); break; default: printf("Eject of CD-ROM drive %s failed.\n", psz_drive); break; } if (DRIVER_OP_SUCCESS == cdio_close_tray(psz_drive, &driver_id)) { printf("Closed tray of CD-ROM drive %s.\n", psz_drive); } else { printf("Closing tray of CD-ROM drive %s failed.\n", psz_drive); } free(psz_drive); ret = cdio_eject_media_drive(NULL); switch(ret) { case DRIVER_OP_UNSUPPORTED: printf("Eject not supported for default device.\n"); break; case DRIVER_OP_SUCCESS: printf("CD-ROM drive ejected for default device.\n"); break; default: printf("Eject of CD-ROM drive failed for default device.\n"); break; } driver_id = DRIVER_DEVICE; if (DRIVER_OP_SUCCESS == cdio_close_tray(NULL, &driver_id)) { printf("Closed tray of CD-ROM drive for default disc driver:\n\t%s\n", cdio_driver_describe(driver_id)); } else { printf("Closing tray of CD-ROM drive failed for default " "disc driver:\n\t%s\n", cdio_driver_describe(driver_id)); } return 0; } libcdio-2.0.0/example/C++/isofile2.cpp0000644000175000017500000000731211724410305014222 00000000000000/* Copyright (C) 2004, 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to extract a file from an ISO-9660 image. If a single argument is given, it is used as the ISO 9660 image to use in the extraction. Otherwise a compiled in default ISO 9660 image name (that comes with the libcdio distribution) will be used. */ /* This is the ISO 9660 image. */ #define ISO9660_IMAGE_PATH "../../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso" #define LOCAL_FILENAME "copying" #include "portable.h" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #define CEILING(x, y) ((x+(y-1))/y) #define my_exit(rc) \ fclose (p_outfd); \ free(p_statbuf); \ iso9660_close(p_iso); \ return rc; \ int main(int argc, const char *argv[]) { iso9660_stat_t *p_statbuf; FILE *p_outfd; unsigned int i; char const *psz_image; char const *psz_fname; iso9660_t *p_iso; if (argc > 3) { printf("usage %s [ISO9660-image.ISO [filename]]\n", argv[0]); printf("Extracts filename from ISO-9660-image.ISO.\n"); return 1; } if (argc > 1) psz_image = argv[1]; else psz_image = ISO9660_IMAGE; if (argc > 2) psz_fname = argv[2]; else psz_fname = LOCAL_FILENAME; p_iso = iso9660_open (psz_image); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open ISO 9660 image %s\n", psz_image); return 1; } p_statbuf = iso9660_ifs_stat_translate (p_iso, psz_fname); if (NULL == p_statbuf) { fprintf(stderr, "Could not get ISO-9660 file information for file %s\n", psz_fname); iso9660_close(p_iso); return 2; } if (!(p_outfd = fopen (psz_fname, "wb"))) { perror ("fopen()"); free(p_statbuf); iso9660_close(p_iso); return 3; } /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ { const unsigned int i_blocks = CEILING(p_statbuf->size, ISO_BLOCKSIZE); for (i = 0; i < i_blocks ; i++) { char buf[ISO_BLOCKSIZE]; const lsn_t lsn = p_statbuf->lsn + i; memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != iso9660_iso_seek_read (p_iso, buf, lsn, 1) ) { fprintf(stderr, "Error reading ISO 9660 file %s at LSN %lu\n", psz_fname, (long unsigned int) lsn); my_exit(4); } fwrite (buf, ISO_BLOCKSIZE, 1, p_outfd); if (ferror (p_outfd)) { perror ("fwrite()"); my_exit(5); } } } fflush (p_outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), p_statbuf->size)) perror ("ftruncate()"); printf("Extraction of file '%s' from %s successful.\n", psz_fname, psz_image); my_exit(0); } libcdio-2.0.0/example/C++/Makefile.in0000664000175000017500000012645513222217403014062 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2005-2006, 2008-2009, 2017 Rocky Bernstein # # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @BUILD_EXAMPLES_TRUE@noinst_PROGRAMS = device$(EXEEXT) eject$(EXEEXT) \ @BUILD_EXAMPLES_TRUE@ isofile$(EXEEXT) isofile2$(EXEEXT) \ @BUILD_EXAMPLES_TRUE@ isolist$(EXEEXT) mmc1$(EXEEXT) \ @BUILD_EXAMPLES_TRUE@ mmc2$(EXEEXT) check_PROGRAMS = $(am__EXEEXT_1) subdir = example/C++ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @BUILD_EXAMPLES_TRUE@am__EXEEXT_1 = device$(EXEEXT) eject$(EXEEXT) \ @BUILD_EXAMPLES_TRUE@ isofile$(EXEEXT) isofile2$(EXEEXT) \ @BUILD_EXAMPLES_TRUE@ isolist$(EXEEXT) mmc1$(EXEEXT) \ @BUILD_EXAMPLES_TRUE@ mmc2$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) am_device_OBJECTS = device.$(OBJEXT) device_OBJECTS = $(am_device_OBJECTS) am__DEPENDENCIES_1 = AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am_eject_OBJECTS = eject.$(OBJEXT) eject_OBJECTS = $(am_eject_OBJECTS) am_isofile_OBJECTS = isofile.$(OBJEXT) isofile_OBJECTS = $(am_isofile_OBJECTS) isofile_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_isofile2_OBJECTS = isofile2.$(OBJEXT) isofile2_OBJECTS = $(am_isofile2_OBJECTS) isofile2_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_isolist_OBJECTS = isolist.$(OBJEXT) isolist_OBJECTS = $(am_isolist_OBJECTS) isolist_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am_mmc1_OBJECTS = mmc1.$(OBJEXT) mmc1_OBJECTS = $(am_mmc1_OBJECTS) am_mmc2_OBJECTS = mmc2.$(OBJEXT) mmc2_OBJECTS = $(am_mmc2_OBJECTS) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) AM_V_CXX = $(am__v_CXX_@AM_V@) am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; am__v_CXX_1 = CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = SOURCES = $(device_SOURCES) $(eject_SOURCES) $(isofile_SOURCES) \ $(isofile2_SOURCES) $(isolist_SOURCES) $(mmc1_SOURCES) \ $(mmc2_SOURCES) DIST_SOURCES = $(device_SOURCES) $(eject_SOURCES) $(isofile_SOURCES) \ $(isofile2_SOURCES) $(isolist_SOURCES) $(mmc1_SOURCES) \ $(mmc2_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ check recheck distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver README DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ########################################################## # Sample C++ programs using libcdio (without OO wrapper) ######################################################### # SUBDIRS = OO AM_CPPFLAGS = -I$(top_srcdir) $(LIBCDIO_CFLAGS) device_DEPENDENCIES = $(LIBCDIO_DEPS) device_SOURCES = device.cpp device_LDADD = $(LIBCDIO_LIBS) eject_DEPENDENCIES = $(LIBCDIO_DEPS) eject_SOURCES = eject.cpp eject_LDADD = $(LIBCDIO_LIBS) isofile_SOURCES = isofile.cpp isofile_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isofile2_SOURCES = isofile2.cpp isofile2_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isolist_SOURCES = isolist.cpp isolist_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) mmc1_SOURCES = mmc1.cpp mmc1_DEPENDENCIES = $(LIBCDIO_DEPS) mmc1_LDADD = $(LIBCDIO_LIBS) mmc2_SOURCES = mmc2.cpp mmc2_DEPENDENCIES = $(LIBCDIO_DEPS) mmc2_LDADD = $(LIBCDIO_LIBS) TESTS = $(check_PROGRAMS) # iso programs create file "copying" MOSTLYCLEANFILES = copying *.wav all: all-recursive .SUFFIXES: .SUFFIXES: .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign example/C++/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign example/C++/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list device$(EXEEXT): $(device_OBJECTS) $(device_DEPENDENCIES) $(EXTRA_device_DEPENDENCIES) @rm -f device$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(device_OBJECTS) $(device_LDADD) $(LIBS) eject$(EXEEXT): $(eject_OBJECTS) $(eject_DEPENDENCIES) $(EXTRA_eject_DEPENDENCIES) @rm -f eject$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(eject_OBJECTS) $(eject_LDADD) $(LIBS) isofile$(EXEEXT): $(isofile_OBJECTS) $(isofile_DEPENDENCIES) $(EXTRA_isofile_DEPENDENCIES) @rm -f isofile$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(isofile_OBJECTS) $(isofile_LDADD) $(LIBS) isofile2$(EXEEXT): $(isofile2_OBJECTS) $(isofile2_DEPENDENCIES) $(EXTRA_isofile2_DEPENDENCIES) @rm -f isofile2$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(isofile2_OBJECTS) $(isofile2_LDADD) $(LIBS) isolist$(EXEEXT): $(isolist_OBJECTS) $(isolist_DEPENDENCIES) $(EXTRA_isolist_DEPENDENCIES) @rm -f isolist$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(isolist_OBJECTS) $(isolist_LDADD) $(LIBS) mmc1$(EXEEXT): $(mmc1_OBJECTS) $(mmc1_DEPENDENCIES) $(EXTRA_mmc1_DEPENDENCIES) @rm -f mmc1$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(mmc1_OBJECTS) $(mmc1_LDADD) $(LIBS) mmc2$(EXEEXT): $(mmc2_OBJECTS) $(mmc2_DEPENDENCIES) $(EXTRA_mmc2_DEPENDENCIES) @rm -f mmc2$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(mmc2_OBJECTS) $(mmc2_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eject.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isofile.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isofile2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolist.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc2.Po@am__quote@ .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? device.log: device$(EXEEXT) @p='device$(EXEEXT)'; \ b='device'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) eject.log: eject$(EXEEXT) @p='eject$(EXEEXT)'; \ b='eject'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isofile.log: isofile$(EXEEXT) @p='isofile$(EXEEXT)'; \ b='isofile'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isofile2.log: isofile2$(EXEEXT) @p='isofile2$(EXEEXT)'; \ b='isofile2'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isolist.log: isolist$(EXEEXT) @p='isolist$(EXEEXT)'; \ b='isolist'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc1.log: mmc1$(EXEEXT) @p='mmc1$(EXEEXT)'; \ b='mmc1'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc2.log: mmc2$(EXEEXT) @p='mmc2$(EXEEXT)'; \ b='mmc2'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-recursive all-am: Makefile $(PROGRAMS) installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) check-am install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-TESTS check-am clean clean-checkPROGRAMS clean-generic \ clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am .PRECIOUS: Makefile #: run valgrind on C++ programs check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/example/C++/isofile.cpp0000644000175000017500000000730411724410305014141 00000000000000/* Copyright (C) 2004, 2006, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to extract a file from an ISO-9660 image. If a single argument is given, it is used as the ISO 9660 image to use in the extraction. Otherwise a compiled in default ISO 9660 image name (that comes with the libcdio distribution) will be used. */ /* This is the ISO 9660 image. */ #define ISO9660_IMAGE_PATH "../../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso" #define LOCAL_FILENAME "copying" #include "portable.h" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #define CEILING(x, y) ((x+(y-1))/y) #define my_exit(rc) \ fclose (p_outfd); \ free(p_statbuf); \ iso9660_close(p_iso); \ return rc; \ int main(int argc, const char *argv[]) { iso9660_stat_t *p_statbuf; FILE *p_outfd; unsigned int i; char const *psz_image; char const *psz_fname; iso9660_t *p_iso; if (argc > 3) { printf("usage %s [ISO9660-image.ISO [filename]]\n", argv[0]); printf("Extracts filename from ISO-9660-image.ISO.\n"); return 1; } if (argc > 1) psz_image = argv[1]; else psz_image = ISO9660_IMAGE; if (argc > 2) psz_fname = argv[2]; else psz_fname = LOCAL_FILENAME; p_iso = iso9660_open (psz_image); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open ISO 9660 image %s\n", psz_image); return 1; } p_statbuf = iso9660_ifs_stat_translate (p_iso, psz_fname); if (NULL == p_statbuf) { fprintf(stderr, "Could not get ISO-9660 file information for file %s\n", psz_fname); iso9660_close(p_iso); return 2; } if (!(p_outfd = fopen (psz_fname, "wb"))) { perror ("fopen()"); free(p_statbuf); iso9660_close(p_iso); return 3; } /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ { const unsigned int i_blocks = CEILING(p_statbuf->size, ISO_BLOCKSIZE); for (i = 0; i < i_blocks ; i++) { char buf[ISO_BLOCKSIZE]; const lsn_t lsn = p_statbuf->lsn + i; memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != iso9660_iso_seek_read (p_iso, buf, lsn, 1) ) { fprintf(stderr, "Error reading ISO 9660 file %s at LSN %lu\n", psz_fname, (long unsigned int) lsn); my_exit(4); } fwrite (buf, ISO_BLOCKSIZE, 1, p_outfd); if (ferror (p_outfd)) { perror ("fwrite()"); my_exit(5); } } } fflush (p_outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), p_statbuf->size)) perror ("ftruncate()"); printf("Extraction of file '%s' from %s successful.\n", psz_fname, psz_image); my_exit(0); } libcdio-2.0.0/example/C++/isolist.cpp0000664000175000017500000000662613217072760014215 00000000000000/* Copyright (C) 2004, 2006, 2008, 2009 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to list files in a directory of an ISO-9660 image and give some iso9660 information. See the code to iso-info for a more complete example. If a single argument is given, it is used as the ISO 9660 image to use in the listing. Otherwise a compiled-in default ISO 9660 image name (that comes with the libcdio distribution) will be used. This program can be compiled with either a C or C++ compiler. In the distributuion we perfer C++ just to make sure we haven't broken things on the C++ side. */ /* Set up a CD-DA image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH "../../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso" #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #define print_vd_info(title, fn) \ if (fn(p_iso, &psz_str)) { \ printf(title ": %s\n", psz_str); \ } \ free(psz_str); \ psz_str = NULL; int main(int argc, const char *argv[]) { CdioISO9660FileList_t *p_entlist; CdioListNode_t *p_entnode; char const *psz_fname; iso9660_t *p_iso; const char *psz_path="/"; if (argc > 1) psz_fname = argv[1]; else psz_fname = ISO9660_IMAGE; p_iso = iso9660_open (psz_fname); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open %s as an ISO-9660 image\n", psz_fname); return 1; } /* Show basic CD info from the Primary Volume Descriptor. */ { char *psz_str = NULL; print_vd_info("Application", iso9660_ifs_get_application_id); print_vd_info("Preparer ", iso9660_ifs_get_preparer_id); print_vd_info("Publisher ", iso9660_ifs_get_publisher_id); print_vd_info("System ", iso9660_ifs_get_system_id); print_vd_info("Volume ", iso9660_ifs_get_volume_id); print_vd_info("Volume Set ", iso9660_ifs_get_volumeset_id); } p_entlist = iso9660_ifs_readdir (p_iso, psz_path); /* Iterate over the list of nodes that iso9660_ifs_readdir gives */ if (p_entlist) { _CDIO_LIST_FOREACH (p_entnode, p_entlist) { char filename[4096]; iso9660_stat_t *p_statbuf = (iso9660_stat_t *) _cdio_list_node_data (p_entnode); iso9660_name_translate(p_statbuf->filename, filename); printf ("%s [LSN %6d] %8u %s%s\n", 2 == p_statbuf->type ? "d" : "-", p_statbuf->lsn, p_statbuf->size, psz_path, filename); } iso9660_filelist_free(p_entlist); } iso9660_close(p_iso); return 0; } libcdio-2.0.0/example/C++/device.cpp0000644000175000017500000001125011724410305013741 00000000000000/* Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show drivers installed and what the default CD-ROM drive is. See also corresponding C program of a similar name. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #define _(x) x /* Prints out drive capabilities */ static void print_drive_capabilities(cdio_drive_read_cap_t i_read_cap, cdio_drive_write_cap_t i_write_cap, cdio_drive_misc_cap_t i_misc_cap) { if (CDIO_DRIVE_CAP_ERROR == i_misc_cap) { printf("Error in getting drive hardware properties\n"); } else { printf(_("Hardware : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_FILE ? "Disk Image" : "CD-ROM or DVD"); printf(_("Can eject : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_EJECT ? "Yes" : "No"); printf(_("Can close tray : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_CLOSE_TRAY ? "Yes" : "No"); printf(_("Can disable manual eject : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_LOCK ? "Yes" : "No"); printf(_("Can select juke-box disc : %s\n\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_SELECT_DISC ? "Yes" : "No"); printf(_("Can set drive speed : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_SELECT_SPEED ? "Yes" : "No"); printf(_("Can detect if CD changed : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_MEDIA_CHANGED ? "Yes" : "No"); printf(_("Can read multiple sessions : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_MULTI_SESSION ? "Yes" : "No"); printf(_("Can hard reset device : %s\n\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_RESET ? "Yes" : "No"); } if (CDIO_DRIVE_CAP_ERROR == i_read_cap) { printf("Error in getting drive reading properties\n"); } else { printf("Reading....\n"); printf(_(" Can play audio : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_AUDIO ? "Yes" : "No"); printf(_(" Can read CD-R : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_R ? "Yes" : "No"); printf(_(" Can read CD-RW : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_RW ? "Yes" : "No"); printf(_(" Can read DVD-ROM : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_DVD_ROM ? "Yes" : "No"); } if (CDIO_DRIVE_CAP_ERROR == i_write_cap) { printf("Error in getting drive writing properties\n"); } else { printf("\nWriting....\n"); printf(_(" Can write CD-RW : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_RW ? "Yes" : "No"); printf(_(" Can write DVD-R : %s\n"), i_write_cap & CDIO_DRIVE_CAP_READ_DVD_R ? "Yes" : "No"); printf(_(" Can write DVD-RAM : %s\n"), i_write_cap & CDIO_DRIVE_CAP_READ_DVD_RAM ? "Yes" : "No"); } } int main(int argc, const char *argv[]) { CdIo_t *p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); const driver_id_t *driver_id_p; if (NULL != p_cdio) { char *default_device = cdio_get_default_device(p_cdio); cdio_drive_read_cap_t i_read_cap; cdio_drive_write_cap_t i_write_cap; cdio_drive_misc_cap_t i_misc_cap; printf("The driver selected is %s\n", cdio_get_driver_name(p_cdio)); if (default_device) printf("The default device for this driver is %s\n", default_device); cdio_get_drive_cap(p_cdio, &i_read_cap, &i_write_cap, &i_misc_cap); print_drive_capabilities(i_read_cap, i_write_cap, i_misc_cap); free(default_device); cdio_destroy(p_cdio); printf("\n"); } else { printf("Problem in trying to find a driver.\n\n"); } for (driver_id_p=cdio_drivers; *driver_id_p!=DRIVER_UNKNOWN; ++driver_id_p) if (cdio_have_driver(*driver_id_p)) printf("We have: %s\n", cdio_driver_describe(*driver_id_p)); else printf("We don't have: %s\n", cdio_driver_describe(*driver_id_p)); return 0; } libcdio-2.0.0/example/C++/README0000644000175000017500000000302011173054115012653 00000000000000$Id: README,v 1.4 2006/04/15 16:22:49 rocky Exp $ This directory contains some simple C++ examples of the use of the libcdio library. Descriptions of the programs in this example directory are as follows... device.cpp: A program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. eject.cpp: A program eject a CD from a CD-ROM drive and then close the door again. isofile.cpp: A program to show using libiso9660 to extract a file from an ISO-9660 image. isofile2.cpp: A program to show using libiso9660 to extract a file from a CDRWIN cue/bin CD image. isolist.cpp: A program to show using libiso9660 to list files in a directory of an ISO-9660 image and give basic iso9660 information. mmc1.cpp: A program to show issuing a simple MMC command (INQUIRY). mmc2.cpp: A more involved MMC command to list features from a MMC GET_CONFIGURATION command. paranoia.cpp: A program to show using CD-DA paranoia (a library for jitter detection and audio-read error correction). This program uses an interface compatible (mostly) with cdparanoia. It looks for a CD-ROM with an audio CD in it and rips up to the first 300 sectors of track 1 to file track1s.wav. paranoia2.cpp: Another program to show using CD-DA paranoia using a more libcdio-oriented initialization. Probably more suited to things that otherwise use libcdio such as media players (e.g. for getting CDDB or CD-Text info) libcdio-2.0.0/example/C++/OO/0000775000175000017500000000000013222221720012372 500000000000000libcdio-2.0.0/example/C++/OO/eject.cpp0000644000175000017500000000430211724410305014111 00000000000000/* $Id: eject.cpp,v 1.7 2008/03/24 15:30:57 karl Exp $ Copyright (C) 2005, 2006, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to eject a CD-ROM drive door and then close it again. If a single argument is given, it is used as the CD-ROM device to eject/close. Otherwise a CD-ROM drive will be scanned for. See also corresponding C program of a similar name. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #include #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include int main(int argc, const char *argv[]) { driver_id_t driver_id = DRIVER_DEVICE; char *psz_drive = NULL; CdioDevice device; if (argc > 1) psz_drive = strdup(argv[1]); if (!psz_drive) { psz_drive = getDefaultDevice(driver_id); if (!psz_drive) { printf("Can't find a CD-ROM to perform eject operation\n"); exit(1); } } try { ejectMedia(psz_drive); printf("CD in CD-ROM drive %s ejected.\n", psz_drive); } catch ( DriverOpUninit e ) { printf("Can't Eject CD %s from CD-ROM drive: driver is not initialized.\n", psz_drive); } catch ( DriverOpException e ) { printf("Ejecting CD from CD-ROM drive %s operation error:\n\t%s.\n", psz_drive, e.get_msg()); } try { closeTray(psz_drive); printf("Closed CD-ROM %s tray.\n", psz_drive); } catch ( DriverOpException e ) { printf("Closing CD-ROM %s tray operation error error:\n\t%s.\n", psz_drive, e.get_msg()); } free(psz_drive); return 0; } libcdio-2.0.0/example/C++/OO/isofile2.cpp0000644000175000017500000001011211724410305014527 00000000000000/* Copyright (C) 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to extract a file from a CUE/BIN CD image. If a single argument is given, it is used as the CUE file of a CD image to use. Otherwise a compiled-in default image name (that comes with the libcdio distribution) will be used. This program can be compiled with either a C or C++ compiler. In the distribution we prefer C++ just to make sure we haven't broken things on the C++ side. */ /* This is the CD-image with an ISO-9660 filesystem */ #define ISO9660_IMAGE_PATH "../../../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/isofs-m1.cue" #define ISO9660_PATH "/" #define ISO9660_FILENAME "COPYING" #define LOCAL_FILENAME "copying" #include "portable.h" #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #define CEILING(x, y) ((x+(y-1))/y) #define my_exit(rc) \ fclose (p_outfd); \ delete (p_stat); \ delete (p_iso); \ return rc; \ int main(int argc, const char *argv[]) { ISO9660::Stat *p_stat; FILE *p_outfd; unsigned int i; char const *psz_image; char const *psz_fname; char translated_name[256]; char untranslated_name[256] = ISO9660_PATH; ISO9660::FS *p_iso = new ISO9660::FS; if (argc > 3) { printf("usage %s [CD-ROM-or-image [filename]]\n", argv[0]); printf("Extracts filename from CD-ROM-or-image.\n"); return 1; } if (argc > 1) psz_image = argv[1]; else psz_image = ISO9660_IMAGE; if (argc > 2) psz_fname = argv[2]; else psz_fname = ISO9660_FILENAME; strcat(untranslated_name, psz_fname); if (!p_iso->open(psz_image, DRIVER_UNKNOWN)) { fprintf(stderr, "Sorry, couldn't open %s\n", psz_image); return 1; } p_stat = p_iso->stat(psz_fname); if (!p_stat) { fprintf(stderr, "Could not get ISO-9660 file information for file %s\n", untranslated_name); delete(p_iso); return 2; } iso9660_name_translate(psz_fname, translated_name); if (!(p_outfd = fopen (translated_name, "wb"))) { perror ("fopen()"); delete (p_stat); delete (p_iso); return 3; } /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ { const unsigned int i_blocks = CEILING(p_stat->p_stat->size, ISO_BLOCKSIZE); for (i = 0; i < i_blocks; i ++) { char buf[ISO_BLOCKSIZE]; const lsn_t lsn = p_stat->p_stat->lsn + i; memset (buf, 0, ISO_BLOCKSIZE); try { p_iso->readDataBlocks(buf, lsn, ISO_BLOCKSIZE); } catch ( DriverOpException e ) { fprintf(stderr, "Error reading ISO 9660 file at lsn %lu:\n\t%s.\n", (long unsigned int) lsn, e.get_msg()); my_exit(4); } fwrite (buf, ISO_BLOCKSIZE, 1, p_outfd); if (ferror (p_outfd)) { perror ("fwrite()"); my_exit(5); } } } fflush (p_outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), p_stat->p_stat->size)) perror ("ftruncate()"); printf("Extraction of file '%s' from '%s' successful.\n", translated_name, untranslated_name); my_exit(0); } libcdio-2.0.0/example/C++/OO/Makefile.in0000664000175000017500000012412613222217403014370 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2005-2006, 2008-2009, 2017 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ noinst_PROGRAMS = cdtext$(EXEEXT) device$(EXEEXT) drives$(EXEEXT) \ eject$(EXEEXT) isofile$(EXEEXT) isofile2$(EXEEXT) \ isolist$(EXEEXT) iso4$(EXEEXT) mmc1$(EXEEXT) mmc2$(EXEEXT) \ tracks$(EXEEXT) check_PROGRAMS = $(am__EXEEXT_1) subdir = example/C++/OO ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__EXEEXT_1 = cdtext$(EXEEXT) device$(EXEEXT) drives$(EXEEXT) \ eject$(EXEEXT) isofile$(EXEEXT) isofile2$(EXEEXT) \ isolist$(EXEEXT) iso4$(EXEEXT) mmc1$(EXEEXT) mmc2$(EXEEXT) \ tracks$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) am_cdtext_OBJECTS = cdtext.$(OBJEXT) cdtext_OBJECTS = $(am_cdtext_OBJECTS) am__DEPENDENCIES_1 = AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am_device_OBJECTS = device.$(OBJEXT) device_OBJECTS = $(am_device_OBJECTS) am_drives_OBJECTS = drives.$(OBJEXT) drives_OBJECTS = $(am_drives_OBJECTS) am_eject_OBJECTS = eject.$(OBJEXT) eject_OBJECTS = $(am_eject_OBJECTS) am_iso4_OBJECTS = iso4.$(OBJEXT) iso4_OBJECTS = $(am_iso4_OBJECTS) iso4_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_isofile_OBJECTS = isofile.$(OBJEXT) isofile_OBJECTS = $(am_isofile_OBJECTS) isofile_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_isofile2_OBJECTS = isofile2.$(OBJEXT) isofile2_OBJECTS = $(am_isofile2_OBJECTS) isofile2_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_isolist_OBJECTS = isolist.$(OBJEXT) isolist_OBJECTS = $(am_isolist_OBJECTS) isolist_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_mmc1_OBJECTS = mmc1.$(OBJEXT) mmc1_OBJECTS = $(am_mmc1_OBJECTS) am_mmc2_OBJECTS = mmc2.$(OBJEXT) mmc2_OBJECTS = $(am_mmc2_OBJECTS) am_tracks_OBJECTS = tracks.$(OBJEXT) tracks_OBJECTS = $(am_tracks_OBJECTS) tracks_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) AM_V_CXX = $(am__v_CXX_@AM_V@) am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; am__v_CXX_1 = CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = SOURCES = $(cdtext_SOURCES) $(device_SOURCES) $(drives_SOURCES) \ $(eject_SOURCES) $(iso4_SOURCES) $(isofile_SOURCES) \ $(isofile2_SOURCES) $(isolist_SOURCES) $(mmc1_SOURCES) \ $(mmc2_SOURCES) $(tracks_SOURCES) DIST_SOURCES = $(cdtext_SOURCES) $(device_SOURCES) $(drives_SOURCES) \ $(eject_SOURCES) $(iso4_SOURCES) $(isofile_SOURCES) \ $(isofile2_SOURCES) $(isolist_SOURCES) $(mmc1_SOURCES) \ $(mmc2_SOURCES) $(tracks_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir)/include $(LIBCDIO_CFLAGS) cdtext_SOURCES = cdtext.cpp cdtext_DEPENDENCIES = $(LIBCDIO_DEPS) cdtext_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) device_SOURCES = device.cpp device_DEPENDENCIES = $(LIBCDIO_DEPS) device_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) drives_SOURCES = drives.cpp drives_DEPENDENCIES = $(LIBCDIO_DEPS) drives_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) eject_SOURCES = eject.cpp eject_DEPENDENCIES = $(LIBCDIO_DEPS) eject_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) isofile_SOURCES = isofile.cpp isofile_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LTLIBICONV) isofile2_SOURCES = isofile2.cpp isofile2_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LTLIBICONV) isolist_SOURCES = isolist.cpp isolist_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LTLIBICONV) iso4_SOURCES = iso4.cpp iso4_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LTLIBICONV) mmc1_SOURCES = mmc1.cpp mmc1_DEPENDENCIES = $(LIBCDIO_DEPS) mmc1_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) mmc2_SOURCES = mmc2.cpp mmc2_DEPENDENCIES = $(LIBCDIO_DEPS) mmc2_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) tracks_SOURCES = tracks.cpp tracks_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) TESTS = $(check_PROGRAMS) all: all-am .SUFFIXES: .SUFFIXES: .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign example/C++/OO/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign example/C++/OO/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list cdtext$(EXEEXT): $(cdtext_OBJECTS) $(cdtext_DEPENDENCIES) $(EXTRA_cdtext_DEPENDENCIES) @rm -f cdtext$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(cdtext_OBJECTS) $(cdtext_LDADD) $(LIBS) device$(EXEEXT): $(device_OBJECTS) $(device_DEPENDENCIES) $(EXTRA_device_DEPENDENCIES) @rm -f device$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(device_OBJECTS) $(device_LDADD) $(LIBS) drives$(EXEEXT): $(drives_OBJECTS) $(drives_DEPENDENCIES) $(EXTRA_drives_DEPENDENCIES) @rm -f drives$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(drives_OBJECTS) $(drives_LDADD) $(LIBS) eject$(EXEEXT): $(eject_OBJECTS) $(eject_DEPENDENCIES) $(EXTRA_eject_DEPENDENCIES) @rm -f eject$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(eject_OBJECTS) $(eject_LDADD) $(LIBS) iso4$(EXEEXT): $(iso4_OBJECTS) $(iso4_DEPENDENCIES) $(EXTRA_iso4_DEPENDENCIES) @rm -f iso4$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(iso4_OBJECTS) $(iso4_LDADD) $(LIBS) isofile$(EXEEXT): $(isofile_OBJECTS) $(isofile_DEPENDENCIES) $(EXTRA_isofile_DEPENDENCIES) @rm -f isofile$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(isofile_OBJECTS) $(isofile_LDADD) $(LIBS) isofile2$(EXEEXT): $(isofile2_OBJECTS) $(isofile2_DEPENDENCIES) $(EXTRA_isofile2_DEPENDENCIES) @rm -f isofile2$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(isofile2_OBJECTS) $(isofile2_LDADD) $(LIBS) isolist$(EXEEXT): $(isolist_OBJECTS) $(isolist_DEPENDENCIES) $(EXTRA_isolist_DEPENDENCIES) @rm -f isolist$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(isolist_OBJECTS) $(isolist_LDADD) $(LIBS) mmc1$(EXEEXT): $(mmc1_OBJECTS) $(mmc1_DEPENDENCIES) $(EXTRA_mmc1_DEPENDENCIES) @rm -f mmc1$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(mmc1_OBJECTS) $(mmc1_LDADD) $(LIBS) mmc2$(EXEEXT): $(mmc2_OBJECTS) $(mmc2_DEPENDENCIES) $(EXTRA_mmc2_DEPENDENCIES) @rm -f mmc2$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(mmc2_OBJECTS) $(mmc2_LDADD) $(LIBS) tracks$(EXEEXT): $(tracks_OBJECTS) $(tracks_DEPENDENCIES) $(EXTRA_tracks_DEPENDENCIES) @rm -f tracks$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(tracks_OBJECTS) $(tracks_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdtext.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drives.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eject.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isofile.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isofile2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolist.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracks.Po@am__quote@ .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? cdtext.log: cdtext$(EXEEXT) @p='cdtext$(EXEEXT)'; \ b='cdtext'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) device.log: device$(EXEEXT) @p='device$(EXEEXT)'; \ b='device'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) drives.log: drives$(EXEEXT) @p='drives$(EXEEXT)'; \ b='drives'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) eject.log: eject$(EXEEXT) @p='eject$(EXEEXT)'; \ b='eject'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isofile.log: isofile$(EXEEXT) @p='isofile$(EXEEXT)'; \ b='isofile'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isofile2.log: isofile2$(EXEEXT) @p='isofile2$(EXEEXT)'; \ b='isofile2'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) isolist.log: isolist$(EXEEXT) @p='isolist$(EXEEXT)'; \ b='isolist'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) iso4.log: iso4$(EXEEXT) @p='iso4$(EXEEXT)'; \ b='iso4'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc1.log: mmc1$(EXEEXT) @p='mmc1$(EXEEXT)'; \ b='mmc1'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc2.log: mmc2$(EXEEXT) @p='mmc2$(EXEEXT)'; \ b='mmc2'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) tracks.log: tracks$(EXEEXT) @p='tracks$(EXEEXT)'; \ b='tracks'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am recheck tags tags-am uninstall \ uninstall-am .PRECIOUS: Makefile #: run valgrind on C++ programs check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/example/C++/OO/tracks.cpp0000644000175000017500000000351411724410305014312 00000000000000/* Copyright (C) 2005, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to list track numbers and logical sector numbers of a Compact Disc using libcdio. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include int main(int argc, const char *argv[]) { CdioDevice device; track_t i_first_track; track_t i_tracks; int j, i; CdioTrack *track; if (!device.open (NULL)) { printf("Couldn't find a driver.. leaving.\n"); return 1; } i_tracks = device.getNumTracks(); i_first_track = i = device.getFirstTrackNum(); printf("CD-ROM Track List (%i - %i)\n", i_first_track, i_tracks); printf(" #: LSN\n"); for (j = 0; j < i_tracks; i++, j++) { track = device.getTrackFromNum(i); lsn_t lsn = track->getLsn(); if (CDIO_INVALID_LSN != lsn) printf("%3d: %06lu\n", (int) i, (long unsigned int) lsn); delete(track); } track = device.getTrackFromNum(CDIO_CDROM_LEADOUT_TRACK); printf("%3X: %06lu leadout\n", CDIO_CDROM_LEADOUT_TRACK, (long unsigned int) track->getLsn()); delete(track); return 0; } libcdio-2.0.0/example/C++/OO/isofile.cpp0000644000175000017500000000717311724410305014462 00000000000000/* Copyright (C) 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to extract a file from an ISO-9660 image. If a single argument is given, it is used as the ISO 9660 image to use in the extraction. Otherwise a compiled in default ISO 9660 image name (that comes with the libcdio distribution) will be used. */ /* This is the ISO 9660 image. */ #define ISO9660_IMAGE_PATH "../../../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso" #define LOCAL_FILENAME "copying" #include "portable.h" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #define CEILING(x, y) ((x+(y-1))/y) #define my_exit(rc) \ fclose (p_outfd); \ delete (p_stat); \ delete (p_iso); \ return rc; \ int main(int argc, const char *argv[]) { ISO9660::Stat *p_stat; FILE *p_outfd; unsigned int i; char const *psz_image; char const *psz_fname; ISO9660::IFS *p_iso = new ISO9660::IFS; if (argc > 3) { printf("usage %s [ISO9660-image.ISO [filename]]\n", argv[0]); printf("Extracts filename from ISO-9660-image.ISO.\n"); return 1; } if (argc > 1) psz_image = argv[1]; else psz_image = ISO9660_IMAGE; if (argc > 2) psz_fname = argv[2]; else psz_fname = LOCAL_FILENAME; if (!p_iso->open(psz_image)) { fprintf(stderr, "Sorry, couldn't open ISO 9660 image %s\n", psz_image); return 1; } p_stat = p_iso->stat(psz_fname, true); if (!p_stat) { fprintf(stderr, "Could not get ISO-9660 file information for file %s\n", psz_fname); delete(p_iso); return 2; } if (!(p_outfd = fopen (psz_fname, "wb"))) { perror ("fopen()"); delete (p_stat); delete (p_iso); return 3; } /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ { const unsigned int i_blocks = CEILING(p_stat->p_stat->size, ISO_BLOCKSIZE); for (i = 0; i < i_blocks ; i++) { char buf[ISO_BLOCKSIZE]; const lsn_t lsn = p_stat->p_stat->lsn + i; memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != p_iso->seek_read (buf, lsn, 1) ) { fprintf(stderr, "Error reading ISO 9660 file %s at LSN %lu\n", psz_fname, (long unsigned int) lsn); my_exit(4); } fwrite (buf, ISO_BLOCKSIZE, 1, p_outfd); if (ferror (p_outfd)) { perror ("fwrite()"); my_exit(5); } } } fflush (p_outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), p_stat->p_stat->size)) perror ("ftruncate()"); printf("Extraction of file '%s' from %s successful.\n", psz_fname, psz_image); my_exit(0); } libcdio-2.0.0/example/C++/OO/isolist.cpp0000664000175000017500000000635413217072760014530 00000000000000/* $Id: isolist.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ Copyright (C) 2006, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to list files in a directory of an ISO-9660 image and give some iso9660 information. See the code to iso-info for a more complete example. If a single argument is given, it is used as the ISO 9660 image to use in the listing. Otherwise a compiled-in default ISO 9660 image name (that comes with the libcdio distribution) will be used. This program can be compiled with either a C or C++ compiler. In the distributuion we perfer C++ just to make sure we haven't broken things on the C++ side. */ /* Set up a CD-DA image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH "../../../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso" #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #define print_vd_info(title, fn) \ if (p_iso->fn(psz_str)) { \ printf(title ": %s\n", psz_str); \ } \ free(psz_str); \ psz_str = NULL; int main(int argc, const char *argv[]) { stat_vector_t stat_vector; ISO9660::IFS *p_iso = new ISO9660::IFS; char const *psz_fname; const char *psz_path="/"; if (argc > 1) psz_fname = argv[1]; else psz_fname = ISO9660_IMAGE; if (!p_iso->open(psz_fname)) { fprintf(stderr, "Sorry, couldn't open %s as an ISO-9660 image\n", psz_fname); return 1; } /* Show basic CD info from the Primary Volume Descriptor. */ { char *psz_str = NULL; print_vd_info("Application", get_application_id); print_vd_info("Preparer ", get_preparer_id); print_vd_info("Publisher ", get_publisher_id); print_vd_info("System ", get_system_id); print_vd_info("Volume ", get_volume_id); print_vd_info("Volume Set ", get_volumeset_id); } if (p_iso->readdir (psz_path, stat_vector)) { /* Iterate over the list of files. */ stat_vector_iterator_t i; for(i=stat_vector.begin(); i != stat_vector.end(); ++i) { char filename[4096]; ISO9660::Stat *p_s = *i; iso9660_name_translate(p_s->p_stat->filename, filename); printf ("%s [LSN %6d] %8u %s%s\n", 2 == p_s->p_stat->type ? "d" : "-", p_s->p_stat->lsn, p_s->p_stat->size, psz_path, filename); } stat_vector.clear(); } delete(p_iso); return 0; } libcdio-2.0.0/example/C++/OO/device.cpp0000644000175000017500000001120711724410305014260 00000000000000/* $Id: device.cpp,v 1.4 2008/03/24 15:30:57 karl Exp $ Copyright (C) 2005, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show drivers installed and what the default CD-ROM drive is. See also corresponding C program of a similar name. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #define _(x) x /* Prints out drive capabilities */ static void print_drive_capabilities(cdio_drive_read_cap_t i_read_cap, cdio_drive_write_cap_t i_write_cap, cdio_drive_misc_cap_t i_misc_cap) { if (CDIO_DRIVE_CAP_ERROR == i_misc_cap) { printf("Error in getting drive hardware properties\n"); } else { printf(_("Hardware : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_FILE ? "Disk Image" : "CD-ROM or DVD"); printf(_("Can eject : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_EJECT ? "Yes" : "No"); printf(_("Can close tray : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_CLOSE_TRAY ? "Yes" : "No"); printf(_("Can disable manual eject : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_LOCK ? "Yes" : "No"); printf(_("Can select juke-box disc : %s\n\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_SELECT_DISC ? "Yes" : "No"); printf(_("Can set drive speed : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_SELECT_SPEED ? "Yes" : "No"); printf(_("Can detect if CD changed : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_MEDIA_CHANGED ? "Yes" : "No"); printf(_("Can read multiple sessions : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_MULTI_SESSION ? "Yes" : "No"); printf(_("Can hard reset device : %s\n\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_RESET ? "Yes" : "No"); } if (CDIO_DRIVE_CAP_ERROR == i_read_cap) { printf("Error in getting drive reading properties\n"); } else { printf("Reading....\n"); printf(_(" Can play audio : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_AUDIO ? "Yes" : "No"); printf(_(" Can read CD-R : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_R ? "Yes" : "No"); printf(_(" Can read CD-RW : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_RW ? "Yes" : "No"); printf(_(" Can read DVD-ROM : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_DVD_ROM ? "Yes" : "No"); } if (CDIO_DRIVE_CAP_ERROR == i_write_cap) { printf("Error in getting drive writing properties\n"); } else { printf("\nWriting....\n"); printf(_(" Can write CD-RW : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_RW ? "Yes" : "No"); printf(_(" Can write DVD-R : %s\n"), i_write_cap & CDIO_DRIVE_CAP_READ_DVD_R ? "Yes" : "No"); printf(_(" Can write DVD-RAM : %s\n"), i_write_cap & CDIO_DRIVE_CAP_READ_DVD_RAM ? "Yes" : "No"); } } int main(int argc, const char *argv[]) { CdioDevice device; if (device.open(NULL)) { char *default_device = device.getDevice(); cdio_drive_read_cap_t i_read_cap; cdio_drive_write_cap_t i_write_cap; cdio_drive_misc_cap_t i_misc_cap; printf("The driver selected is %s\n", device.getDriverName()); if (default_device) printf("The default device for this driver is %s\n", default_device); device.getDriveCap(i_read_cap, i_write_cap, i_misc_cap); print_drive_capabilities(i_read_cap, i_write_cap, i_misc_cap); free(default_device); printf("\n"); } else { printf("Problem in trying to find a driver.\n\n"); } { const driver_id_t *driver_id_p; for (driver_id_p=cdio_drivers; *driver_id_p!=DRIVER_UNKNOWN; driver_id_p++) if (cdio_have_driver(*driver_id_p)) printf("We have: %s\n", cdio_driver_describe(*driver_id_p)); else printf("We don't have: %s\n", cdio_driver_describe(*driver_id_p)); } return 0; } libcdio-2.0.0/example/C++/OO/drives.cpp0000644000175000017500000000470211724410305014317 00000000000000/* Copyright (C) 2003, 2004, 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #include static void log_handler (cdio_log_level_t level, const char message[]) { switch(level) { case CDIO_LOG_DEBUG: case CDIO_LOG_INFO: return; default: printf("cdio %d message: %s\n", level, message); } } static void print_drive_class(const char *psz_msg, cdio_fs_anal_t bitmask, bool b_any=false) { char **ppsz_cd_drives=NULL, **c; printf("%s...\n", psz_msg); ppsz_cd_drives = getDevices(NULL, bitmask, b_any); if (NULL != ppsz_cd_drives) for( c = ppsz_cd_drives; *c != NULL; c++ ) { printf("Drive %s\n", *c); } freeDeviceList(ppsz_cd_drives); printf("-----\n"); } int main(int argc, const char *argv[]) { char **ppsz_cd_drives=NULL, **c; cdio_log_set_handler (log_handler); /* Print out a list of CD-drives */ printf("All CD-ROM/DVD drives...\n"); ppsz_cd_drives = getDevices(); if (NULL != ppsz_cd_drives) for( c = ppsz_cd_drives; *c != NULL; c++ ) { printf("Drive %s\n", *c); } freeDeviceList(ppsz_cd_drives); print_drive_class("All CD-ROM drives (again)", CDIO_FS_MATCH_ALL); print_drive_class("CD-ROM drives with a CD-DA loaded...", CDIO_FS_AUDIO); print_drive_class("CD-ROM drives with some sort of ISO 9660 filesystem...", CDIO_FS_ANAL_ISO9660_ANY, true); print_drive_class("(S)VCD drives...", CDIO_FS_ANAL_VCD_ANY, true); return 0; } libcdio-2.0.0/example/C++/OO/cdtext.cpp0000644000175000017500000000563511727210663014334 00000000000000/* Copyright (C) 2005, 2008, 2009, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to list CD-Text info of a Compact Disc using libcdio. An optional drive name can be supplied as an argument. See also corresponding C program of a similar name. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #include /* Set up a CD-DA image to test on which is in the libcdio distribution. */ #define CDDA_IMAGE "../../../test/data/cdtext.cue" static void print_cdtext_track_info(CdioCDText *cdtext, track_t i_track) { cdtext_field_t i; for (i=(cdtext_field_t) 0; i < MAX_CDTEXT_FIELDS; i++) { if (cdtext->getConst(i, i_track)) { printf("\t%s: %s\n", cdtext->field2str(i), cdtext->getConst(i, i_track)); } } } static void print_disc_info(CdioDevice *device) { track_t i_first_track = device->getFirstTrackNum(); track_t i_tracks = device->getNumTracks(); track_t i_last_track = i_first_track+i_tracks; discmode_t cd_discmode = device->getDiscmode(); CdioCDText *cdtext = device->getCdtext(); int i; printf("Discmode: %s\n\n", discmode2str[cd_discmode]); if (NULL == cdtext) { printf("No CD-Text found on Disc.\n"); return; } /* print available languages */ { cdtext_lang_t *languages; printf("CD-Text available in: "); languages = cdtext->listLanguages(); for(i=0; i<8; i++) if ( CDTEXT_LANGUAGE_UNKNOWN != languages[i]) printf("%s ", cdtext->lang2str(languages[i])); printf("\n"); } printf("CD-Text for Disc:\n"); print_cdtext_track_info(cdtext, 0); for (i = i_first_track ; i < i_last_track; i++ ) { printf("CD-Text for Track %d:\n", i); print_cdtext_track_info(cdtext, i); } delete cdtext; } int main(int argc, const char *argv[]) { CdioDevice *device = new CdioDevice; const char *psz_drive = (const char *) NULL; if (!device->open(CDDA_IMAGE, DRIVER_BINCUE)) { printf("Couldn't open " CDDA_IMAGE " with BIN/CUE driver.\n"); } else { print_disc_info(device); } if (argc > 1) psz_drive = argv[1]; if (!device->open(psz_drive, DRIVER_DEVICE)) { printf("Couldn't find CD\n"); return 1; } else { print_disc_info(device); } delete device; return 0; } libcdio-2.0.0/example/C++/OO/mmc2.cpp0000644000175000017500000001230111724410305013653 00000000000000/* Copyright (C) 2005, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* A program to using the MMC interface to list CD and drive features from the MMC GET_CONFIGURATION command . */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPE_H #include #endif #ifdef HAVE_STRING_H #include #endif #include /* Set how long do wto wait for SCSI-MMC commands to complete */ #define DEFAULT_TIMEOUT_MS 10000 int main(int argc, const char *argv[]) { CdioDevice device; const char *psz_drive = NULL; if (argc > 1) psz_drive = argv[1]; if (!device.open(psz_drive)) { printf("Couldn't find CD\n"); return 1; } else { int i_status; /* Result of MMC command */ uint8_t buf[500] = { 0, }; /* Place to hold returned data */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Buffer */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_GET_CONFIGURATION); CDIO_MMC_SET_READ_LENGTH8(cdb.field, sizeof(buf)); cdb.field[1] = CDIO_MMC_GET_CONF_ALL_FEATURES; cdb.field[3] = 0x0; i_status = device.mmcRunCmd(0, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { uint8_t *p; uint32_t i_data; uint8_t *p_max = buf + 65530; i_data = (unsigned int) CDIO_MMC_GET_LEN32(buf); /* set to first sense feature code, and then walk through the masks */ p = buf + 8; while( (p < &(buf[i_data])) && (p < p_max) ) { uint16_t i_feature; uint8_t i_feature_additional = p[3]; i_feature = CDIO_MMC_GET_LEN16(p); { uint8_t *q; const char *feature_str = mmc_feature2str(i_feature); printf("%s Feature\n", feature_str); switch( i_feature ) { case CDIO_MMC_FEATURE_PROFILE_LIST: for ( q = p+4 ; q < p + i_feature_additional ; q += 4 ) { int i_profile=CDIO_MMC_GET_LEN16(q); const char *feature_profile_str = mmc_feature_profile2str(i_profile); printf( "\t%s", feature_profile_str ); if (q[2] & 1) { printf(" - on"); } printf("\n"); } printf("\n"); break; case CDIO_MMC_FEATURE_CORE: { uint8_t *q = p+4; uint32_t i_interface_standard = CDIO_MMC_GET_LEN32(q); switch(i_interface_standard) { case 0: printf("\tunspecified interface\n"); break; case 1: printf("\tSCSI interface\n"); break; case 2: printf("\tATAPI interface\n"); break; case 3: printf("\tIEEE 1394 interface\n"); break; case 4: printf("\tIEEE 1394A interface\n"); break; case 5: printf("\tFibre Channel interface\n"); } printf("\n"); break; } case CDIO_MMC_FEATURE_REMOVABLE_MEDIUM: switch(p[4] >> 5) { case 0: printf("\tCaddy/Slot type loading mechanism\n"); break; case 1: printf("\tTray type loading mechanism\n"); break; case 2: printf("\tPop-up type loading mechanism\n"); break; case 4: printf("\tEmbedded changer with individually changeable discs\n"); break; case 5: printf("\tEmbedded changer using a magazine mechanism\n"); break; default: printf("\tUnknown changer mechanism\n"); } printf("\tcan%s eject the medium or magazine via the normal " "START/STOP command\n", (p[4] & 8) ? "": "not"); printf("\tcan%s be locked into the Logical Unit\n", (p[4] & 1) ? "": "not"); printf("\n"); break; case CDIO_MMC_FEATURE_CD_READ: printf("CD Read Feature\n"); printf("\tC2 Error pointers are %ssupported\n", (p[4] & 2) ? "": "not "); printf("\tCD-Text is %ssupported\n", (p[4] & 1) ? "": "not "); printf("\n"); break; case CDIO_MMC_FEATURE_CDDA_EXT_PLAY: printf("\tSCAN command is %ssupported\n", (p[4] & 4) ? "": "not "); printf("\taudio channels can %sbe muted separately\n", (p[4] & 2) ? "": "not "); printf("\taudio channels can %shave separate volume levels\n", (p[4] & 1) ? "": "not "); { uint8_t *q = p+6; uint16_t i_vol_levels = CDIO_MMC_GET_LEN16(q); printf("\t%d volume levels can be set\n", i_vol_levels); } printf("\n"); break; case CDIO_MMC_FEATURE_LU_SN: { uint8_t i_serial = *(p+3); char serial[257] = { '\0', }; memcpy(serial, p+4, i_serial); printf("\t%s\n\n", serial); break; } default: printf("\n"); break; } p += i_feature_additional + 4; } } } else { printf("Didn't get all feature codes\n"); } } return 0; } libcdio-2.0.0/example/C++/OO/iso4.cpp0000664000175000017500000000637613217072760013724 00000000000000/* Copyright (C) 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to list files in a directory of an ISO-9660 image and give some iso9660 information. See the code to iso-info for a more complete example. If a single argument is given, it is used as the ISO 9660 image to use in the listing. Otherwise a compiled-in default ISO 9660 image name (that comes with the libcdio distribution) will be used. This program can be compiled with either a C or C++ compiler. In the distributuion we perfer C++ just to make sure we haven't broken things on the C++ side. */ /* Set up a CD-DA image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH "../../../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/isofs-m1.cue" #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #define print_vd_info(title, fn) \ psz_str = p_pvd->fn(); \ if (psz_str) { \ printf(title ": %s\n", psz_str); \ free(psz_str); \ psz_str = NULL; \ } int main(int argc, const char *argv[]) { stat_vector_t stat_vector; ISO9660::FS *p_iso = new ISO9660::FS; char const *psz_fname; const char *psz_path="/"; ISO9660::PVD *p_pvd; if (argc > 1) psz_fname = argv[1]; else psz_fname = ISO9660_IMAGE; if (!p_iso->open(psz_fname, DRIVER_UNKNOWN)) { fprintf(stderr, "Sorry, couldn't open %s as a CD or CD image.\n", psz_fname); return 1; } p_pvd = p_iso->read_pvd(); if (p_pvd) { char *psz_str = NULL; print_vd_info("Application", get_application_id); print_vd_info("Preparer ", get_preparer_id); print_vd_info("Publisher ", get_publisher_id); print_vd_info("System ", get_system_id); print_vd_info("Volume ", get_volume_id); print_vd_info("Volume Set ", get_volumeset_id); free(psz_str); } if (p_iso->readdir (psz_path, stat_vector)) { /* Iterate over the list of files. */ stat_vector_iterator_t i; for(i=stat_vector.begin(); i != stat_vector.end(); ++i) { char filename[4096]; ISO9660::Stat *p_s = *i; iso9660_name_translate(p_s->p_stat->filename, filename); printf ("%s [LSN %6d] %8u %s%s\n", 2 == p_s->p_stat->type ? "d" : "-", p_s->p_stat->lsn, p_s->p_stat->size, psz_path, filename); delete(p_s); } stat_vector.clear(); } delete(p_iso); return 0; } libcdio-2.0.0/example/C++/OO/Makefile.am0000664000175000017500000000525313217072760014367 00000000000000# Copyright (C) 2005-2006, 2008-2009, 2017 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ############################################################ # Sample C++ programs using libcdio++ (with C++ OO wrapper) ############################################################ # noinst_PROGRAMS = cdtext device drives eject \ isofile isofile2 isolist iso4 mmc1 mmc2 tracks AM_CPPFLAGS = -I$(top_srcdir)/include $(LIBCDIO_CFLAGS) cdtext_SOURCES = cdtext.cpp cdtext_DEPENDENCIES = $(LIBCDIO_DEPS) cdtext_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) device_SOURCES = device.cpp device_DEPENDENCIES = $(LIBCDIO_DEPS) device_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) drives_SOURCES = drives.cpp drives_DEPENDENCIES = $(LIBCDIO_DEPS) drives_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) eject_SOURCES = eject.cpp eject_DEPENDENCIES = $(LIBCDIO_DEPS) eject_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) isofile_SOURCES = isofile.cpp isofile_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LTLIBICONV) isofile2_SOURCES = isofile2.cpp isofile2_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LTLIBICONV) isolist_SOURCES = isolist.cpp isolist_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LTLIBICONV) iso4_SOURCES = iso4.cpp iso4_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LTLIBICONV) mmc1_SOURCES = mmc1.cpp mmc1_DEPENDENCIES = $(LIBCDIO_DEPS) mmc1_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) mmc2_SOURCES = mmc2.cpp mmc2_DEPENDENCIES = $(LIBCDIO_DEPS) mmc2_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) tracks_SOURCES = tracks.cpp tracks_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) check_PROGRAMS = $(noinst_PROGRAMS) TESTS = $(check_PROGRAMS) #: run valgrind on C++ programs check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done libcdio-2.0.0/example/C++/OO/mmc1.cpp0000644000175000017500000000514311724410305013660 00000000000000/* Copyright (C) 2005, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Sample program to show use of the MMC interface. An optional drive name can be supplied as an argument. This basically the libdio mmc_get_hwinfo() routine. See also corresponding C and non OO C++ program. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STRING_H #include #endif #include /* Set how long to wait for MMC commands to complete */ #define DEFAULT_TIMEOUT_MS 10000 int main(int argc, const char *argv[]) { CdioDevice device; const char *psz_drive = NULL; if (argc > 1) psz_drive = argv[1]; if (!device.open(psz_drive)) { printf("Couldn't find CD\n"); return 1; } else { int i_status; /* Result of MMC command */ char buf[36] = { 0, }; /* Place to hold returned data */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Buffer */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_INQUIRY); cdb.field[4] = sizeof(buf); i_status = device.mmcRunCmd(DEFAULT_TIMEOUT_MS, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { char psz_vendor[CDIO_MMC_HW_VENDOR_LEN+1]; char psz_model[CDIO_MMC_HW_MODEL_LEN+1]; char psz_rev[CDIO_MMC_HW_REVISION_LEN+1]; memcpy(psz_vendor, buf + 8, sizeof(psz_vendor)-1); psz_vendor[sizeof(psz_vendor)-1] = '\0'; memcpy(psz_model, buf + 8 + CDIO_MMC_HW_VENDOR_LEN, sizeof(psz_model)-1); psz_model[sizeof(psz_model)-1] = '\0'; memcpy(psz_rev, buf + 8 + CDIO_MMC_HW_VENDOR_LEN +CDIO_MMC_HW_MODEL_LEN, sizeof(psz_rev)-1); psz_rev[sizeof(psz_rev)-1] = '\0'; printf("Vendor: %s\nModel: %s\nRevision: %s\n", psz_vendor, psz_model, psz_rev); } else { printf("Couldn't get INQUIRY data (vendor, model, and revision).\n"); } } return 0; } libcdio-2.0.0/example/C++/mmc2.cpp0000644000175000017500000001232611724410305013345 00000000000000/* Copyright (C) 2004, 2005, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* A program to using the MMC interface to list CD and drive features from the MMC GET_CONFIGURATION command . */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include /* Set how long do wto wait for SCSI-MMC commands to complete */ #define DEFAULT_TIMEOUT_MS 10000 int main(int argc, const char *argv[]) { CdIo_t *p_cdio; p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); if (NULL == p_cdio) { printf("Couldn't find CD\n"); return 1; } else { int i_status; /* Result of MMC command */ uint8_t buf[500] = { 0, }; /* Place to hold returned data */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Buffer */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_GET_CONFIGURATION); CDIO_MMC_SET_READ_LENGTH8(cdb.field, sizeof(buf)); cdb.field[1] = CDIO_MMC_GET_CONF_ALL_FEATURES; cdb.field[3] = 0x0; i_status = mmc_run_cmd(p_cdio, 0, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { uint8_t *p; uint32_t i_data; uint8_t *p_max = buf + 65530; i_data = (unsigned int) CDIO_MMC_GET_LEN32(buf); /* set to first sense feature code, and then walk through the masks */ p = buf + 8; while( (p < &(buf[i_data])) && (p < p_max) ) { uint16_t i_feature; uint8_t i_feature_additional = p[3]; i_feature = CDIO_MMC_GET_LEN16(p); { uint8_t *q; const char *feature_str = mmc_feature2str(i_feature); printf("%s Feature\n", feature_str); switch( i_feature ) { case CDIO_MMC_FEATURE_PROFILE_LIST: for ( q = p+4 ; q < p + i_feature_additional ; q += 4 ) { int i_profile=CDIO_MMC_GET_LEN16(q); const char *feature_profile_str = mmc_feature_profile2str(i_profile); printf( "\t%s", feature_profile_str ); if (q[2] & 1) { printf(" - on"); } printf("\n"); } printf("\n"); break; case CDIO_MMC_FEATURE_CORE: { uint8_t *q = p+4; uint32_t i_interface_standard = CDIO_MMC_GET_LEN32(q); switch(i_interface_standard) { case 0: printf("\tunspecified interface\n"); break; case 1: printf("\tSCSI interface\n"); break; case 2: printf("\tATAPI interface\n"); break; case 3: printf("\tIEEE 1394 interface\n"); break; case 4: printf("\tIEEE 1394A interface\n"); break; case 5: printf("\tFibre Channel interface\n"); } printf("\n"); break; } case CDIO_MMC_FEATURE_REMOVABLE_MEDIUM: switch(p[4] >> 5) { case 0: printf("\tCaddy/Slot type loading mechanism\n"); break; case 1: printf("\tTray type loading mechanism\n"); break; case 2: printf("\tPop-up type loading mechanism\n"); break; case 4: printf("\tEmbedded changer with individually changeable discs\n"); break; case 5: printf("\tEmbedded changer using a magazine mechanism\n"); break; default: printf("\tUnknown changer mechanism\n"); } printf("\tcan%s eject the medium or magazine via the normal " "START/STOP command\n", (p[4] & 8) ? "": "not"); printf("\tcan%s be locked into the Logical Unit\n", (p[4] & 1) ? "": "not"); printf("\n"); break; case CDIO_MMC_FEATURE_CD_READ: printf("CD Read Feature\n"); printf("\tC2 Error pointers are %ssupported\n", (p[4] & 2) ? "": "not "); printf("\tCD-Text is %ssupported\n", (p[4] & 1) ? "": "not "); printf("\n"); break; case CDIO_MMC_FEATURE_CDDA_EXT_PLAY: printf("\tSCAN command is %ssupported\n", (p[4] & 4) ? "": "not "); printf("\taudio channels can %sbe muted separately\n", (p[4] & 2) ? "": "not "); printf("\taudio channels can %shave separate volume levels\n", (p[4] & 1) ? "": "not "); { uint8_t *q = p+6; uint16_t i_vol_levels = CDIO_MMC_GET_LEN16(q); printf("\t%d volume levels can be set\n", i_vol_levels); } printf("\n"); break; case CDIO_MMC_FEATURE_LU_SN: { uint8_t i_serial = *(p+3); char serial[257] = { '\0', }; memcpy(serial, p+4, i_serial); printf("\t%s\n\n", serial); break; } default: printf("\n"); break; } p += i_feature_additional + 4; } } } else { printf("Didn't get all feature codes\n"); } } cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/C++/Makefile.am0000664000175000017500000000405713217072760014053 00000000000000# Copyright (C) 2005-2006, 2008-2009, 2017 Rocky Bernstein # # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ########################################################## # Sample C++ programs using libcdio (without OO wrapper) ######################################################### # SUBDIRS = OO if BUILD_EXAMPLES noinst_PROGRAMS = device eject isofile isofile2 isolist \ mmc1 mmc2 endif AM_CPPFLAGS = -I$(top_srcdir) $(LIBCDIO_CFLAGS) device_DEPENDENCIES = $(LIBCDIO_DEPS) device_SOURCES = device.cpp device_LDADD = $(LIBCDIO_LIBS) eject_DEPENDENCIES = $(LIBCDIO_DEPS) eject_SOURCES = eject.cpp eject_LDADD = $(LIBCDIO_LIBS) isofile_SOURCES = isofile.cpp isofile_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isofile2_SOURCES = isofile2.cpp isofile2_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isolist_SOURCES = isolist.cpp isolist_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) mmc1_SOURCES = mmc1.cpp mmc1_DEPENDENCIES = $(LIBCDIO_DEPS) mmc1_LDADD = $(LIBCDIO_LIBS) mmc2_SOURCES = mmc2.cpp mmc2_DEPENDENCIES = $(LIBCDIO_DEPS) mmc2_LDADD = $(LIBCDIO_LIBS) check_PROGRAMS = $(noinst_PROGRAMS) TESTS = $(check_PROGRAMS) # iso programs create file "copying" MOSTLYCLEANFILES = copying *.wav #: run valgrind on C++ programs check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done libcdio-2.0.0/example/C++/mmc1.cpp0000644000175000017500000000535611724410305013351 00000000000000/* Copyright (C) 2004, 2005, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Sample program to show use of the MMC interface. An optional drive name can be supplied as an argument. This basically the libdio mmc_get_hwinfo() routine. See also corresponding C and OO C++ program. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #include #include /* Set how long to wait for MMC commands to complete */ #define DEFAULT_TIMEOUT_MS 10000 int main(int argc, const char *argv[]) { CdIo_t *p_cdio; const char *psz_drive = NULL; if (argc > 1) psz_drive = argv[1]; p_cdio = cdio_open (psz_drive, DRIVER_UNKNOWN); if (NULL == p_cdio) { printf("Couldn't find CD\n"); return 1; } else { int i_status; /* Result of MMC command */ char buf[36] = { 0, }; /* Place to hold returned data */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Buffer */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_INQUIRY); cdb.field[4] = sizeof(buf); i_status = mmc_run_cmd(p_cdio, DEFAULT_TIMEOUT_MS, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { char psz_vendor[CDIO_MMC_HW_VENDOR_LEN+1]; char psz_model[CDIO_MMC_HW_MODEL_LEN+1]; char psz_rev[CDIO_MMC_HW_REVISION_LEN+1]; memcpy(psz_vendor, buf + 8, sizeof(psz_vendor)-1); psz_vendor[sizeof(psz_vendor)-1] = '\0'; memcpy(psz_model, buf + 8 + CDIO_MMC_HW_VENDOR_LEN, sizeof(psz_model)-1); psz_model[sizeof(psz_model)-1] = '\0'; memcpy(psz_rev, buf + 8 + CDIO_MMC_HW_VENDOR_LEN +CDIO_MMC_HW_MODEL_LEN, sizeof(psz_rev)-1); psz_rev[sizeof(psz_rev)-1] = '\0'; printf("Vendor: %s\nModel: %s\nRevision: %s\n", psz_vendor, psz_model, psz_rev); } else { printf("Couldn't get INQUIRY data (vendor, model, and revision).\n"); } } cdio_destroy(p_cdio); return 0; } libcdio-2.0.0/example/Makefile.am0000664000175000017500000001045013217072766013543 00000000000000# Copyright (C) 2003-2006, 2008-2009, 2012-2013, 2017 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . #################################################### # Sample programs #################################################### # if ENABLE_CPP SUBDIRS = C++ endif noinst_PROGRAMS = \ audio \ cdchange \ cdio-eject \ cdtext \ cdtext-raw \ device \ discid \ drives \ eject \ extract \ isofile \ isorr \ isofile2 \ isofuzzy \ isolist \ isolsn \ logging \ mmc1 \ mmc2 \ mmc2a \ mmc3 \ sample3 \ sample4 \ tracks \ udf1 \ udffile check_PROGRAMS = device drives isofile2 \ mmc1 mmc2 mmc2a mmc3 sample4 #: run regression tests. "test" is the same thing as "check" test: check-am #: Run all tests without bloated output check-short: $(MAKE) check 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb #: run valgrind on C programs check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done AM_CPPFLAGS = $(LIBCDIO_CFLAGS) audio_DEPENDENCIES = $(LIBCDIO_DEPS) audio_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdchange_DEPENDENCIES = $(LIBCDIO_DEPS) cdchange_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdio_eject_DEPENDENCIES = $(LIBCDIO_DEPS) cdio_eject_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdtext_DEPENDENCIES = $(LIBCDIO_DEPS) cdtext_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdtext_raw_DEPENDENCIES = $(LIBCDIO_DEPS) cdtext_raw_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) device_DEPENDENCIES = $(LIBCDIO_DEPS) device_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) discid_DEPENDENCIES = $(LIBCDIO_DEPS) discid_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) drives_DEPENDENCIES = $(LIBCDIO_DEPS) drives_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) eject_DEPENDENCIES = $(LIBCDIO_DEPS) eject_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) extract_DEPENDENCIES = $(LIBISO9660_LIBS) $(LIBUDF_LIBS) $(LIBCDIO_DEPS) extract_LDADD = $(LIBISO9660_LIBS) $(LIBUDF_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isorr_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isofile_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isofile2_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isofuzzy_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isolist_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) isolsn_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) logging_DEPENDENCIES = $(LIBCDIO_DEPS) logging_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc1_DEPENDENCIES = $(LIBCDIO_DEPS) mmc1_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc2_DEPENDENCIES = $(LIBCDIO_DEPS) mmc2_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc2a_DEPENDENCIES = $(LIBCDIO_DEPS) mmc2a_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc3_DEPENDENCIES = $(LIBCDIO_DEPS) mmc3_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) sample3_DEPENDENCIES = $(LIBCDIO_DEPS) sample3_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) sample4_DEPENDENCIES = $(LIBCDIO_DEPS) sample4_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) tracks_DEPENDENCIES = $(LIBCDIO_DEPS) tracks_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) udf1_DEPENDENCIES = $(LIBUDF_LIBS) $(LIBCDIO_DEPS) udf1_LDADD = $(LIBUDF_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) udffile_DEPENDENCIES = $(LIBUDF_LIBS) $(LIBCDIO_DEPS) udffile_LDADD = $(LIBUDF_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) TESTS = $(check_PROGRAMS) MOSTLYCLEANFILES = copying *.wav *.log *.trs *.orig *.rej *.dSYM mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -fr $(MOSTLYCLEANFILES) -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) libcdio-2.0.0/example/isofile.c0000644000175000017500000000741011724537313013300 00000000000000/* Copyright (C) 2004, 2005, 2006, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to extract a file from an ISO-9660 image. If a single argument is given, it is used as the ISO 9660 image to use in the extraction. Otherwise a compiled in default ISO 9660 image name (that comes with the libcdio distribution) will be used. */ /* This is the ISO 9660 image. */ #define ISO9660_IMAGE_PATH "../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso" #define LOCAL_FILENAME "copying" /* portable.h has to come first else _FILE_OFFSET_BITS are redefined in say opensolaris. */ #include "portable.h" #include #include #include #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #define CEILING(x, y) ((x+(y-1))/y) #define my_exit(rc) \ fclose (p_outfd); \ free(p_statbuf); \ iso9660_close(p_iso); \ return rc; \ int main(int argc, const char *argv[]) { iso9660_stat_t *p_statbuf; FILE *p_outfd; int i; char const *psz_image; char const *psz_fname; iso9660_t *p_iso; if (argc > 3) { printf("usage %s [ISO9660-image.ISO [filename]]\n", argv[0]); printf("Extracts filename from ISO-9660-image.ISO\n"); return 1; } if (argc > 1) psz_image = argv[1]; else psz_image = ISO9660_IMAGE; if (argc > 2) psz_fname = argv[2]; else psz_fname = LOCAL_FILENAME; p_iso = iso9660_open (psz_image); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open ISO 9660 image %s\n", psz_image); return 1; } p_statbuf = iso9660_ifs_stat_translate (p_iso, psz_fname); if (NULL == p_statbuf) { fprintf(stderr, "Could not get ISO-9660 file information for file %s\n", psz_fname); iso9660_close(p_iso); return 2; } if (!(p_outfd = fopen (psz_fname, "wb"))) { perror ("fopen()"); free(p_statbuf); iso9660_close(p_iso); return 3; } /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ { const unsigned int i_blocks = CEILING(p_statbuf->size, ISO_BLOCKSIZE); for (i = 0; i < i_blocks ; i++) { char buf[ISO_BLOCKSIZE]; const lsn_t lsn = p_statbuf->lsn + i; memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != iso9660_iso_seek_read (p_iso, buf, lsn, 1) ) { fprintf(stderr, "Error reading ISO 9660 file %s at LSN %lu\n", psz_fname, (long unsigned int) lsn); my_exit(4); } fwrite (buf, ISO_BLOCKSIZE, 1, p_outfd); if (ferror (p_outfd)) { perror ("fwrite()"); my_exit(5); } } } fflush (p_outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), p_statbuf->size)) perror ("ftruncate()"); printf("Extraction of file '%s' from %s successful.\n", psz_fname, psz_image); my_exit(0); } libcdio-2.0.0/example/isolist.c0000664000175000017500000000641013217072760013334 00000000000000/* Copyright (C) 2004-2008, 2011, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to show using libiso9660 to list files in a directory of an ISO-9660 image and give some iso9660 information. See the code to iso-info for a more complete example. If a single argument is given, it is used as the ISO 9660 image to use in the listing. Otherwise a compiled-in default ISO 9660 image name (that comes with the libcdio distribution) will be used. */ /* Set up a CD-DA image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH "../test/" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "copying.iso" #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #define print_vd_info(title, fn) \ if (fn(p_iso, &psz_str)) { \ printf(title ": %s\n", psz_str); \ } \ free(psz_str); \ psz_str = NULL; int main(int argc, const char *argv[]) { CdioISO9660FileList_t *p_entlist; CdioListNode_t *p_entnode; char const *psz_fname; iso9660_t *p_iso; const char *psz_path="/"; if (argc > 1) psz_fname = argv[1]; else psz_fname = ISO9660_IMAGE; p_iso = iso9660_open (psz_fname); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open %s as an ISO-9660 image\n", psz_fname); return 1; } /* Show basic CD info from the Primary Volume Descriptor. */ { char *psz_str = NULL; print_vd_info("Application", iso9660_ifs_get_application_id); print_vd_info("Preparer ", iso9660_ifs_get_preparer_id); print_vd_info("Publisher ", iso9660_ifs_get_publisher_id); print_vd_info("System ", iso9660_ifs_get_system_id); print_vd_info("Volume ", iso9660_ifs_get_volume_id); print_vd_info("Volume Set ", iso9660_ifs_get_volumeset_id); } p_entlist = iso9660_ifs_readdir (p_iso, psz_path); /* Iterate over the list of nodes that iso9660_ifs_readdir gives */ if (p_entlist) { _CDIO_LIST_FOREACH (p_entnode, p_entlist) { char filename[4096]; iso9660_stat_t *p_statbuf = (iso9660_stat_t *) _cdio_list_node_data (p_entnode); iso9660_name_translate(p_statbuf->filename, filename); printf ("%s [LSN %6d] %8u %s%s\n", _STAT_DIR == p_statbuf->type ? "d" : "-", p_statbuf->lsn, p_statbuf->size, psz_path, filename); } iso9660_filelist_free(p_entlist); } iso9660_close(p_iso); return 0; } libcdio-2.0.0/example/eject.c0000664000175000017500000000543213217072760012743 00000000000000/* Copyright (C) 2005, 2006, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Simple program to eject a CD-ROM drive door and then close it again. If a single argument is given, it is used as the CD-ROM device to eject/close. Otherwise a CD-ROM drive will be scanned for. See also corresponding C++ program of a similar name. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include int main(int argc, const char *argv[]) { driver_return_code_t ret; driver_id_t driver_id = DRIVER_DEVICE; char *psz_drive = NULL; if (argc > 1) psz_drive = strdup(argv[1]); if (!psz_drive) { psz_drive = cdio_get_default_device_driver(&driver_id); if (!psz_drive) { printf("Can't find a CD-ROM to eject\n"); exit(1); } } ret = cdio_eject_media_drive(psz_drive); switch(ret) { case DRIVER_OP_UNSUPPORTED: printf("Eject not supported for %s.\n", psz_drive); break; case DRIVER_OP_SUCCESS: printf("CD-ROM drive %s ejected.\n", psz_drive); break; default: printf("Eject of CD-ROM drive %s failed.\n", psz_drive); break; } if (DRIVER_OP_SUCCESS == cdio_close_tray(psz_drive, &driver_id)) { printf("Closed tray of CD-ROM drive %s.\n", psz_drive); } else { printf("Closing tray of CD-ROM drive %s failed.\n", psz_drive); } free(psz_drive); ret = cdio_eject_media_drive(NULL); switch(ret) { case DRIVER_OP_UNSUPPORTED: printf("Eject not supported for default device.\n"); break; case DRIVER_OP_SUCCESS: printf("CD-ROM drive ejected for default device.\n"); break; default: printf("Eject of CD-ROM drive failed for default device.\n"); break; } driver_id = DRIVER_DEVICE; if (DRIVER_OP_SUCCESS == cdio_close_tray(NULL, &driver_id)) { printf("Closed tray of CD-ROM drive for default disc driver:\n\t%s\n", cdio_driver_describe(driver_id)); } else { printf("Closing tray of CD-ROM drive failed for default " "disc driver:\n\t%s\n", cdio_driver_describe(driver_id)); } return 0; } libcdio-2.0.0/config.rpath0000755000175000017500000004364711270206076012366 00000000000000#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2007 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit , 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # Code taken from libtool.m4's _LT_CC_BASENAME. for cc_temp in $CC""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; darwin*) case $cc_basename in xlc*) wl='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; newsos6) ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) wl='-Wl,' ;; pgcc | pgf77 | pgf90) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; como) wl='-lopt=' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) wl='-Wl,' ;; esac ;; esac ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; rdos*) ;; solaris*) wl='-Wl,' ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3*) wl='-Wl,' ;; sysv4*MP*) ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) wl='-Wl,' ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' case "$host_os" in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we cannot use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; interix[3-9]*) hardcode_direct=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' else ld_shlibs=no fi ;; esac ;; sunos4*) hardcode_direct=yes ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then hardcode_libdir_flag_spec= fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; bsdi[45]*) ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if test "$GCC" = yes ; then : else case $cc_basename in xlc*) ;; *) ld_shlibs=no ;; esac fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd1*) ld_shlibs=no ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; freebsd2*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no ;; *) hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) ;; sysv5* | sco3.2v5* | sco5v6*) hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER. # Unlike libtool.m4, here we don't care about _all_ names of the library, but # only about the one the linker finds when passed -lNAME. This is the last # element of library_names_spec in libtool.m4, or possibly two of them if the # linker has special search rules. library_names_spec= # the last element of library_names_spec in libtool.m4 libname_spec='lib$name' case "$host_os" in aix3*) library_names_spec='$libname.a' ;; aix4* | aix5*) library_names_spec='$libname$shrext' ;; amigaos*) library_names_spec='$libname.a' ;; beos*) library_names_spec='$libname$shrext' ;; bsdi[45]*) library_names_spec='$libname$shrext' ;; cygwin* | mingw* | pw32*) shrext=.dll library_names_spec='$libname.dll.a $libname.lib' ;; darwin* | rhapsody*) shrext=.dylib library_names_spec='$libname$shrext' ;; dgux*) library_names_spec='$libname$shrext' ;; freebsd1*) ;; freebsd* | dragonfly*) case "$host_os" in freebsd[123]*) library_names_spec='$libname$shrext$versuffix' ;; *) library_names_spec='$libname$shrext' ;; esac ;; gnu*) library_names_spec='$libname$shrext' ;; hpux9* | hpux10* | hpux11*) case $host_cpu in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac library_names_spec='$libname$shrext' ;; interix[3-9]*) library_names_spec='$libname$shrext' ;; irix5* | irix6* | nonstopux*) library_names_spec='$libname$shrext' case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux* | k*bsd*-gnu) library_names_spec='$libname$shrext' ;; knetbsd*-gnu) library_names_spec='$libname$shrext' ;; netbsd*) library_names_spec='$libname$shrext' ;; newsos6) library_names_spec='$libname$shrext' ;; nto-qnx*) library_names_spec='$libname$shrext' ;; openbsd*) library_names_spec='$libname$shrext$versuffix' ;; os2*) libname_spec='$name' shrext=.dll library_names_spec='$libname.a' ;; osf3* | osf4* | osf5*) library_names_spec='$libname$shrext' ;; rdos*) ;; solaris*) library_names_spec='$libname$shrext' ;; sunos4*) library_names_spec='$libname$shrext$versuffix' ;; sysv4 | sysv4.3*) library_names_spec='$libname$shrext' ;; sysv4*MP*) library_names_spec='$libname$shrext' ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) library_names_spec='$libname$shrext' ;; uts4*) library_names_spec='$libname$shrext' ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' < dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation, either version 3 of the License, or dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . define(RELEASE_NUM, 2.0.0) define(CDIO_VERSION_STR, $1) AC_PREREQ(2.61) AC_INIT([libcdio], [CDIO_VERSION_STR(RELEASE_NUM)], [https://savannah.gnu.org/bugs/?group=libcdio]) AC_CONFIG_SRCDIR(src/cd-info.c) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CANONICAL_HOST AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) # Enable silent build rules by default (Automake v1.11 or later). # Disable by either passing --disable-silent-rules to configure or passing V=1 to make m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) # FIXME: write a m4 macro to convert x.y.zjunk to x*10000 + y*100 + z # LIBCDIO_VERSION_NUM=`echo RELEASE_NUM | cut -d . -f 1 | tr -d a-z` LIBCDIO_VERSION_NUM=20000 AC_SUBST(LIBCDIO_VERSION_NUM) AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) AM_MAINTAINER_MODE AM_SANITY_CHECK AC_ARG_WITH(cd-drive, AC_HELP_STRING([--without-cd-drive], [don't build program cd-drive (default with)]), enable_cd_drive="${withval}", enable_cd_drive=yes) AC_ARG_WITH(cd-info, AC_HELP_STRING([--without-cd-info], [don't build program cd-info (default with)]), enable_cd_info="${withval}", enable_cd_info=yes) AC_ARG_WITH(cdda-player, AC_HELP_STRING([--without-cdda-player], [don't build program cdda-player (default with)]), enable_cdda_player="${withval}", enable_cdda_player=yes) AC_ARG_WITH(cd-read, AC_HELP_STRING([--without-cd-read], [don't build program cd-read (default with)]), enable_cd_read="${withval}", enable_cd_read=yes) AC_ARG_WITH(iso-info, AC_HELP_STRING([--without-iso-info], [don't build program iso-info (default with)]), enable_iso_info="${withval}", enable_iso_info=yes) AC_ARG_WITH(iso-read, AC_HELP_STRING([--without-iso-read], [don't build program iso-read (default with)]), enable_iso_read="${withval}", enable_iso_read=yes) AC_ARG_WITH(versioned-libs, AC_HELP_STRING([--without-versioned-libs], [build versioned library symbols (default enabled if you have GNU ld)]), enable_versioned_libs="${withval}", enable_versioned_libs=yes) AC_ARG_ENABLE([cxx], AC_HELP_STRING([--disable-cxx], [Disable C++ bindings (default enabled)])) AM_CONDITIONAL([ENABLE_CXX_BINDINGS], [test "x$enable_cxx" != "xno"]) AC_ARG_ENABLE(cpp-progs, AC_HELP_STRING([--enable-cpp-progs], [make C++ example programs (default enabled)])) AM_CONDITIONAL(ENABLE_CPP, test "x$enable_cpp_progs" = "xyes") AC_ARG_ENABLE(example-progs, AC_HELP_STRING([--disable-example-progs], [Don't build libcdio sample programs])) AM_CONDITIONAL(BUILD_EXAMPLES, test "x$enable_example_progs" != "xno") dnl We use C AC_PROG_CC AM_PROG_CC_C_O if test "x$enable_cxx" != "xno" ; then AC_PROG_CXX else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi dnl For iso_read test AC_CHECK_PROGS(ISO_MAKING_COMMAND, genisoimage mkisofs) dnl Checks for programs. AC_AIX cd_drivers='cdrdao, BIN/CUE, NRG' WARN_CFLAGS='' if test "x$GCC" != "xyes"; then AC_MSG_WARN([ *** non GNU CC compiler detected. *** This package has not been tested very well with non GNU compilers *** you should try to use 'gcc' for compiling this package.]) else CHECK_CFLAGS=" -Wall -Wbad-function-cast -Wcast-align -Wchar-subscripts -Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wunused -Wwrite-strings " for OPT in $CHECK_CFLAGS; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $OPT" AC_MSG_CHECKING([whether $CC understands $OPT]) AC_TRY_COMPILE([], [], has_option=yes, has_option=no,) CFLAGS="$SAVE_CFLAGS" AC_MSG_RESULT($has_option) if test "x$has_option" = "xyes"; then WARN_CFLAGS="$WARN_CFLAGS $OPT" fi unset has_option unset SAVE_CFLAGS done fi CFLAGS="$CFLAGS $WARN_CFLAGS" # We use Perl for documentation and regression tests AC_PATH_PROG(PERL, perl, false) AC_SUBST(PERL) AM_CONDITIONAL(HAVE_PERL, test "x$PERL" != "xfalse") # We use a diff in regression testing AC_PATH_PROG(DIFF, diff, no) DIFF_OPTS= if test "x$DIFF" = "xno"; then AC_PATH_PROG(DIFF, cmp, no) else # Try for GNU diff options. # MSDOG output uses \r\n rather than \n in tests for diff_opt in -w --unified ; do if $DIFF $diff_opt ./configure ./configure > /dev/null 2>&1; then AC_MSG_RESULT([adding $diff_opt to diff in regression tests]) DIFF_OPTS="$DIFF_OPTS $diff_opt" fi done fi AC_SUBST(DIFF) AC_SUBST(DIFF_OPTS) AC_SUBST(RM) dnl check for large file support AC_SYS_LARGEFILE dnl we need to define _FILE_OFFSET_BITS or _LARGE_FILES on the compiler command dnl line because otherwise the system headers risk being included before dnl problems if test "x$ac_cv_sys_largefiles" = "xyes"; then if test "x$ac_cv_sys_file_offset_bits" = "x64"; then LIBCDIO_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES" else LIBCDIO_LARGEFILE_FLAGS="-D_LARGE_FILES" fi if test "x$ac_cv_sys_largefile_source" != "xno"; then LIBCDIO_LARGEFILE_FLAGS="$LIBDDIO_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source" fi CPPFLAGS="$CPPFLAGS $LIBCDIO_LARGEFILE_FLAGS" fi AC_DEFINE(LIBCDIO_CONFIG_H, 1, [Is set when libcdio's config.h has been included. Applications wishing to sue their own config.h values (such as set by the application's configure script can define this before including any of libcdio's headers.]) dnl headers AC_HEADER_STDC AC_CHECK_HEADERS(alloca.h errno.h fcntl.h glob.h limits.h pwd.h stdbool.h) AC_CHECK_HEADERS(stdarg.h stdbool.h stdio.h sys/cdio.h sys/param.h \ sys/time.h sys/timeb.h sys/utsname.h) AC_STRUCT_TIMEZONE ## FreeBSD 4 has getopt in unistd.h. So we include that before ## getopt.h AC_CHECK_HEADERS(unistd.h getopt.h) AC_SUBST(SBPCD_H) AC_SUBST(UCDROM_H) AC_SUBST(TYPESIZES) ## Check compiler-related things AC_C_BIGENDIAN AC_C_CONST AC_C_INLINE ## ISOC99_PRAGMA AC_MSG_CHECKING([whether $CC supports ISOC99 _Pragma()]) AC_TRY_COMPILE([],[_Pragma("pack(1)")], [ ISOC99_PRAGMA=yes AC_DEFINE(HAVE_ISOC99_PRAGMA, [], [Supports ISO _Pragma() macro]) ],ISOC99_PRAGMA=no) AC_MSG_RESULT($ISOC99_PRAGMA) ## Check for Windows header files AC_CHECK_HEADERS([ntddcdrm.h ddk/ntddcdrm.h \ ntddscsi.h ddk/ntddscsi.h ddk/scsi.h], [], [], [AC_INCLUDES_DEFAULT #include ]) ## ## Check for S_ISSOCK() and S_ISLNK() macros ## AC_MSG_CHECKING(for S_ISLNK() macro) AC_LINK_IFELSE([AC_LANG_PROGRAM([ #ifdef HAVE_SYS_STAT_H # include #endif ],[return S_ISLNK(0);])], [ AC_MSG_RESULT(yes); AC_DEFINE(HAVE_S_ISLNK, [], [Define this defines S_ISLNK()]) ], [ AC_MSG_RESULT(no) ]) AC_MSG_CHECKING([for S_ISSOCK() macro]) AC_LINK_IFELSE([AC_LANG_PROGRAM([ #ifdef HAVE_SYS_STAT_H # include #endif ],[return S_ISSOCK(0);])], [ AC_MSG_RESULT(yes); AC_DEFINE(HAVE_S_ISSOCK, [], [Define this defines S_ISSOCK()]) ], [ AC_MSG_RESULT(no) ]) AC_MSG_CHECKING([for struct timespec]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #ifdef HAVE_SYS_TIME_H #include #endif ],[struct timespec ts;])], [ AC_MSG_RESULT(yes); AC_DEFINE(HAVE_STRUCT_TIMESPEC, [], [Define this if you have struct timespec]) ], [ AC_MSG_RESULT(no) ]) dnl empty_array_size AC_MSG_CHECKING([how to create empty arrays]) empty_array_size="xxxx" AC_TRY_COMPILE([],[struct { int foo; int bar[]; } doo;], empty_array_size="") if test "x$empty_array_size" = "xxxx"; then AC_TRY_COMPILE([],[struct { int foo; int bar[0]; } doo;], empty_array_size="0") fi if test "x$empty_array_size" = "xxxx"; then AC_MSG_ERROR([compiler is unable to creaty empty arrays]) else AC_DEFINE_UNQUOTED(EMPTY_ARRAY_SIZE, $empty_array_size, [what to put between the brackets for empty arrays]) changequote(`,') msg="[${empty_array_size}]" changequote([,]) AC_MSG_RESULT($msg) fi dnl Enable the creation of shared libraries under Win32. AC_LIBTOOL_WIN32_DLL dnl AM_PROG_LIBTOOL tests whether we have GNU ld dnl this must come before checking --with-versioned-libs dnl which requires GNU ld. AM_PROG_LIBTOOL dnl system # FIXME: # I believe some OS's require -lm, but I don't recall for what function # When we find it, put it in below instead of "cos". AC_CHECK_LIB(m, cos, [LIBS="$LIBS -lm"; COS_LIB="-lm"]) AC_SUBST(COS_LIB) # Do we have GNU ld? If we don't, we can't build versioned symbols. if test "x$with_gnu_ld" != "xyes"; then AC_MSG_WARN([I don't see GNU ld. I'm going to assume --without-versioned-libs]) enable_versioned_libs='no' fi # We also need GNU make to build versioned symbols. if test "x$enable_versioned_libs" = "xyes"; then if test -n "$MAKE" ; then $MAKE --version 2>/dev/null >/dev/null if test "$?" -ne 0 ; then AC_MSG_ERROR(Either set MAKE variable to GNU make or use --without-versioned-libs option) fi else make --version 2>/dev/null >/dev/null if test "$?" -ne 0 ; then AC_MSG_ERROR(Either set MAKE variable to GNU make or use --without-versioned-libs option) fi fi fi AM_CONDITIONAL(CYGWIN, test "x$CYGWIN" = "xyes") AM_CONDITIONAL(BUILD_CD_DRIVE, test "x$enable_cd_drive" = "xyes") AM_CONDITIONAL(BUILD_CDINFO, test "x$enable_cd_info" = "xyes") AM_CONDITIONAL(BUILD_CD_READ, test "x$enable_cd_read" = "xyes") AM_CONDITIONAL(BUILD_ISO_INFO, test "x$enable_iso_info" = "xyes") AM_CONDITIONAL(BUILD_ISO_READ, test "x$enable_iso_read" = "xyes") AM_CONDITIONAL(BUILD_CDINFO_LINUX, test "x$enable_cd_info_linux" = "xyes") AM_CONDITIONAL(BUILD_CDIOTEST, test "x$enable_cdiotest" = "xyes") AM_CONDITIONAL(BUILD_VERSIONED_LIBS, test "x$enable_versioned_libs" = "xyes") AM_CONDITIONAL(DISABLE_CPP, test "x$disable_cpp" = "xyes") dnl Checks for header files. LIBCDIO_CDDA_LIBS='$(top_builddir)/lib/cdda_interface/libcdio_cdda.la' LIBCDIO_CFLAGS='-I$(top_srcdir)/lib/driver -I$(top_builddir)/include -I$(top_srcdir)/include/' LIBCDIO_LIBS='$(top_builddir)/lib/driver/libcdio.la' LIBCDIO_DEPS="$LIBCDIO_LIBS" LIBCDIOPP_LIBS='$(top_builddir)/lib/cdio++/libcdio++.la' LIBISO9660PP_LIBS='$(top_builddir)/lib/cdio++/libiso9660++.la' LIBISO9660_CFLAGS='-I$(top_srcdir)/lib/iso9660/' LIBISO9660_LIBS='$(top_builddir)/lib/iso9660/libiso9660.la' LIBUDF_CFLAGS='-I$(top_srcdir)/lib/udf/' LIBUDF_LIBS='$(top_builddir)/lib/udf/libudf.la' AC_SUBST(LIBCDIO_CDDA_LIBS) AC_SUBST(LIBISO9660PP_LIBS) AC_SUBST(LIBCDIO_LIBS) AC_SUBST(LIBCDIOPP_LIBS) AC_SUBST(LIBCDIO_DEPS) AC_SUBST(LIBISO9660_LIBS) AC_SUBST(LIBUDF_LIBS) AC_MSG_CHECKING([Checking what sed uses for extended regular expressions]) test -n "$SED" || SED=$ac_path_SED SED_EXTENDED_RE_FLAG='-r' result=$(echo 'define' | $SED -r -e 's/^define/foo/' 2>/dev/null) if [[ $? -ne 0 ]] ; then result=$(echo 'define' | $SED -E -e 's/^define/foo/' 2>/dev/null) if [[ $? -eq 0 ]] ; then SED_EXTENDED_RE_FLAG='-E' else AC_MSG_WARN([Don't have SED that understand extended RE's. Some minor compilation issues may fail.]) SED_EXTENDED_RE_FLAG='' fi fi AC_MSG_RESULT($SED_EXTENDED_RE_FLAG) AC_SUBST(SED_EXTENDED_RE_FLAG) dnl Libtool flag for strict linkage LT_NO_UNDEFINED= dnl regression tests need native-style absolute paths. dnl native_abs_top_srcdir is used here. case $srcdir in .) # We are building in place. native_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. native_abs_top_srcdir=$srcdir ;; *) # Relative name. native_abs_top_srcdir=$ac_pwd/$srcdir ;; esac AC_SUBST(native_abs_top_srcdir) case $host_os in aix*) ## Don't use AIX driver until starts to really work ## cd_drivers="${cd_drivers}, AIX" ## AC_DEFINE([HAVE_AIX_CDROM], [1], ## [Define 1 if you have AIX CD-ROM support]) ;; darwin[[6-9]].*|darwin[[1-9]][[0-9]].*) AC_CHECK_HEADERS(IOKit/IOKitLib.h CoreFoundation/CFBase.h, [have_iokit_h="yes"]) if test "x$have_iokit_h" = "xyes" ; then AC_DEFINE([HAVE_DARWIN_CDROM], [1], [Define 1 if you have Darwin OS X-type CD-ROM support]) DARWIN_PKG_LIB_HACK="-Wl,-framework,CoreFoundation -Wl,-framework,IOKit" dnl Prior to Mac OS X 10.4 (Tiger), DiskArbitration was a private framework. dnl It's now public, and it's needed to do cd/dvd unmount/eject. AC_MSG_CHECKING([for DiskArbitration framework]) ac_save_LIBS="$LIBS" LIBS="$LIBS -framework CoreFoundation -framework DiskArbitration" AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[]])], [have_diskarbitration_framework=yes], [have_diskarbitration_framework=no]) LIBS="$ac_save_LIBS" AC_MSG_RESULT([$have_diskarbitration_framework]) if test "x$have_diskarbitration_framework" = "xyes"; then AC_DEFINE([HAVE_DISKARBITRATION], 1, [Define 1 if you have the Apple DiskArbitration framework]) DARWIN_PKG_LIB_HACK="$DARWIN_PKG_LIB_HACK -Wl,-framework,DiskArbitration" fi AC_SUBST(DARWIN_PKG_LIB_HACK) LIBCDIO_LIBS="$LIBCDIO_LIBS $DARWIN_PKG_LIB_HACK" cd_drivers="${cd_drivers}, Darwin" fi ;; linux*|uclinux) AC_CHECK_HEADERS(linux/version.h linux/major.h) AC_CHECK_HEADERS(linux/cdrom.h, [have_linux_cdrom_h="yes"]) if test "x$have_linux_cdrom_h" = "xyes"; then AC_TRY_COMPILE(,[ #include struct cdrom_generic_command test; int has_timeout=sizeof(test.timeout);], [AC_DEFINE([HAVE_LINUX_CDROM_TIMEOUT], [1], [Define 1 if timeout is in cdrom_generic_command struct])]) AC_DEFINE([HAVE_LINUX_CDROM], [1], [Define 1 if you have Linux-type CD-ROM support]) cd_drivers="${cd_drivers}, GNU/Linux" fi ;; bsdi*) AC_CHECK_HEADERS(dvd.h, [have_bsdi_dvd_h="yes"]) if test "x$have_bsdi_dvd_h" = "xyes" ; then AC_DEFINE([HAVE_BSDI_CDROM], [1], [Define 1 if you have BSDI-type CD-ROM support]) LIBS="$LIBS -ldvd -lcdrom" LIBCDIO_LIBS="$LIBCDIO_LIBS -lcdrom" cd_drivers="${cd_drivers}, BSDI" fi ;; sunos*|sun*|solaris*) AC_DEFINE([HAVE_SOLARIS_CDROM], [1], [Define 1 if you have Solaris CD-ROM support]) cd_drivers="${cd_drivers}, Solaris" ;; cygwin*) AC_DEFINE([CYGWIN], [1], [Define 1 if you are compiling using cygwin]) AC_DEFINE([HAVE_WIN32_CDROM], [1], [Define 1 if you have MinGW CD-ROM support]) LIBS="$LIBS -lwinmm" LT_NO_UNDEFINED="-no-undefined" cd_drivers="${cd_drivers}, MinGW" AC_DEFINE([NEED_TIMEZONEVAR], [1], [Define 1 if you need timezone defined to get timzone defined as a variable. In cygwin it is a function too]) ;; mingw*) AC_MSG_CHECKING(for MinGW-w64 headers) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include #if !defined(__MINGW64_VERSION_MAJOR) # error not mingw-w64 headers #endif])], [ AC_MSG_RESULT(yes) MINGW_W64_HEADERS=yes AC_DEFINE(MINGW_W64_HEADERS, [], [Define this if mingw-w64 headers are used]) ], [ AC_MSG_RESULT(no) MINGW_W64_HEADERS=no ]) # regression tests need native-style absolute paths. # $native_srcdir is used here. if test "$cross_compiling" != yes; then native_abs_top_srcdir=$(cd $srcdir; /bin/bash.exe -c 'builtin pwd -W') fi AC_CHECK_HEADERS(windows.h) AC_DEFINE([MINGW32], [1], [Define 1 if you are compiling using MinGW]) MINGW32=1 AC_DEFINE([HAVE_WIN32_CDROM], [1], [Define 1 if you have MinGW CD-ROM support]) LIBS="$LIBS -lwinmm" LT_NO_UNDEFINED="-no-undefined" cd_drivers="${cd_drivers}, MinGW " ## Cross-platform LFS support in MinGW requires an override of off_t if test "x$enable_largefile" != "xno"; then AC_MSG_RESULT([enabling support for large files (_FILE_OFFSET_BITS=64)]) if test "x$MINGW_W64_HEADERS" = "xyes" then LIBCDIO_CFLAGS+=' -D_FILE_OFFSET_BITS=64 ' LIBISO9660_CFLAGS+=' -D_FILE_OFFSET_BITS=64 ' else LIBCDIO_CFLAGS+=' -D_FILE_OFFSET_BITS=64 -D_OFF_T_DEFINED -D_OFF_T_ -D_off_t=off64_t -Doff_t=off64_t' LIBISO9660_CFLAGS+=' -D_FILE_OFFSET_BITS=64 -D_OFF_T_DEFINED -D_OFF_T_ -D_off_t=off64_t -Doff_t=off64_t' fi fi joliet_supported="yes" if test "x$enable_cdda_player" = "xyes"; then AC_MSG_RESULT([disabling cdda_player (not supported on this platform)]) fi enable_cdda_player="no" ;; freebsd[[4-9]].*|freebsd[[1-9]][[0-9]].*|dragonfly*|kfreebsd*) AC_DEFINE([HAVE_FREEBSD_CDROM], [1], [Define 1 if you have FreeBSD CD-ROM support]) LIBS="$LIBS -lcam" cd_drivers="${cd_drivers}, FreeBSD " ;; netbsd*|openbsd*) AC_DEFINE([HAVE_NETBSD_CDROM], [1], [Define 1 if you have NetBSD CD-ROM support]) # LIBS="$LIBS -lcam" cd_drivers="${cd_drivers}, NetBSD " ;; os2*) AC_DEFINE([HAVE_OS2_CDROM], [1], [Define 1 if you have OS/2 CD-ROM support]) LT_NO_UNDEFINED="-no-undefined" LDFLAGS="$LDFLAGS -Zbin-files" cd_drivers="${cd_drivers}, OS2 " ;; *) AC_MSG_WARN([Don't have OS CD-reading support for ${host_os}...]) AC_MSG_WARN([Will use generic support.]) ;; esac AC_SUBST(LIBCDIO_CFLAGS) AC_SUBST(LIBISO9660_CFLAGS) AC_SUBST(LT_NO_UNDEFINED) AC_MSG_CHECKING(extern long timezone variable) AC_LINK_IFELSE([AC_LANG_SOURCE([[ #ifdef NEED_TIMEZONEVAR #define timezonevar 1 #endif #include extern long timezone; int main(int argc, char **argv) { long test_timezone = timezone; return 0; } ]]) ], [AC_MSG_RESULT(yes); AC_DEFINE([HAVE_TIMEZONE_VAR], 1, [Define if you have an extern long timenzone variable.])], [AC_MSG_RESULT(no)]) dnl AC_SUBST(LINUX_CDROM_TIMEOUT) AC_SUBST(DARWIN_PKG_LIB_HACK) AC_SUBST(HAVE_BSDI_CDROM) AC_SUBST(HAVE_DARWIN_CDROM) AC_SUBST(HAVE_FREEBSD_CDROM) AC_SUBST(HAVE_LINUX_CDROM) AC_SUBST(HAVE_SOLARIS_CDROM) AC_SUBST(HAVE_WIN32_CDROM) AC_SUBST(HAVE_OS2_CDROM) LIBCDIO_SOURCE_PATH="`pwd`" AC_DEFINE_UNQUOTED(LIBCDIO_SOURCE_PATH, "$LIBCDIO_SOURCE_PATH", [Full path to libcdio top_sourcedir.]) AC_SUBST(LIBCDIO_SOURCE_PATH) AC_CHECK_FUNCS( [chdir drand48 fseeko fseeko64 ftruncate geteuid getgid \ getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \ seteuid setegid snprintf setenv strndup unsetenv tzset sleep \ _stati64 usleep vsnprintf readlink realpath gmtime_r localtime_r] ) # check for timegm() support AC_CHECK_FUNC(timegm, AC_DEFINE(HAVE_TIMEGM,1, [Define 1 if timegm is available])) AC_CHECK_MEMBER([struct tm.tm_gmtoff], [AC_DEFINE(HAVE_TM_GMTOFF, 1, [Define if struct tm has the tm_gmtoff member.])], , [#include ]) if test "x$ac_cv_member_struct_tm_tm_gmtoff" = "xyes"; then AC_MSG_CHECKING([whether time.h defines daylight and timezone variables]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include ],[return (timezone != 0) + daylight;])], [AC_DEFINE(HAVE_DAYLIGHT, 1, [Define if time.h defines extern long timezone and int daylight vars.]) has_daylight=yes ],[has_daylight=no]) AC_MSG_RESULT($has_daylight) AC_MSG_CHECKING([whether time.h defines tzname variable]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #include ],[return (tzname != NULL);])], [AC_DEFINE(HAVE_TZNAME, 1, [Define if time.h defines extern extern char *tzname[2] variable]) has_tzname=yes ],[has_tzname=no]) AC_MSG_RESULT($has_tzname) fi AM_ICONV if test "x$am_cv_func_iconv" = "xno"; then AC_MSG_ERROR([iconv is needed]) fi AC_ARG_ENABLE(joliet, AS_HELP_STRING([--disable-joliet], [don't include Joliet extension support (default enabled)]), [enable_joliet=$enableval], [enable_joliet=yes]) AM_LANGINFO_CODESET if test "x${enable_joliet}" != "xno"; then joliet_supported="yes" if test "x$joliet_supported" = "xyes"; then AC_DEFINE(HAVE_JOLIET, [1], [Define 1 if you want ISO-9660 Joliet extension support. On most platforms, this requires libiconv to be installed.]) HAVE_JOLIET=1 else AC_MSG_ERROR([You must have iconv installed.]) fi fi AC_SUBST(HAVE_JOLIET) AC_ARG_ENABLE(rock, AC_HELP_STRING([--enable-rock], [include Rock-Ridge extension support (default enabled)]), enable_rock=$enableval, enable_rock=yes) if test "x${enable_rock}" != "xno"; then AC_DEFINE(HAVE_ROCK, [1], [Define 1 if you want ISO-9660 Rock-Ridge extension support.]) HAVE_ROCK=1 fi AC_SUBST(HAVE_ROCK) AC_SUBST(MINGW32) AM_CONDITIONAL(ENABLE_ROCK, test "x$enable_rock" = "xyes") AC_ARG_ENABLE(cddb, AC_HELP_STRING([--enable-cddb], [include CDDB lookups in cd_info (default enabled)]), enable_cddb=$enableval, enable_cddb=check) if test "x$enable_cddb" != "xno"; then PKG_CHECK_MODULES(CDDB, libcddb >= 1.0.1, [ HAVE_CDDB=yes AC_DEFINE(HAVE_CDDB, [], [Define this if you have libcddb installed]) ], [AC_MSG_WARN([new enough libcddb not found. CDDB access disabled. Get libcddb from http://libcddb.sourceforge.net]) HAVE_CDDB=no]) AC_CHECK_LIB(socket, connect) AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, gethostbyname)) fi AC_SUBST(CDDB_LIBS) # We have to disable cdda_player unless we have either ncurses.h or # curses.h have_ncurses_h='no' if test "x$enable_cdda_player" = "xyes"; then enable_cdda_player='no' AC_CHECK_HEADERS(ncurses.h, [enable_cdda_player='yes'; have_ncurses_h='yes'], [AC_CHECK_HEADERS(curses.h, [enable_cdda_player='yes'], [AC_CHECK_HEADERS(ncurses/ncurses.h, enable_cdda_player='yes') ])]) fi AC_DEFINE(HAVE_KEYPAD, [], [Define this if your libcurses has keypad]) if test "x$enable_cdda_player" = "xyes"; then if test "x$have_ncurses_h" = "xyes"; then AC_CHECK_LIB(ncurses, mvprintw, [LIBCURSES=ncurses; CDDA_PLAYER_LIBS="$CDDA_PLAYER_LIBS -lncurses"], AC_CHECK_LIB(curses, mvprintw, [LIBCURSES=curses; CDDA_PLAYER_LIBS="$CDDA_PLAYER_LIBS -lcurses"], [AC_MSG_WARN([Will not build cdda-player - did not find libncurses or libcurses]) enable_cdda_player=no])) else AC_CHECK_LIB(curses, mvprintw, [LIBCURSES=curses; CDDA_PLAYER_LIBS="$CDDA_PLAYER_LIBS -lcurses"], [AC_MSG_WARN([Will not build cdda-player - did not find libcurses])]) fi if test "x$enable_cdda_player" = "xyes"; then AC_CHECK_LIB($LIBCURSES, keypad, [HAVE_KEYPAD=yes]) fi fi AM_CONDITIONAL(BUILD_CDDA_PLAYER, test "x$enable_cdda_player" = "xyes") AC_SUBST(CDDA_PLAYER_LIBS) AC_ARG_ENABLE(vcd_info, AC_HELP_STRING([--enable-vcd-info], [include Video CD Info from libvcd]), enable_vcd_info=${enableval}, enable_vcd_info=no) if test "x$enable_vcd_info" = "xyes"; then PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.21, [AC_DEFINE([HAVE_VCDINFO],1, [Define this if you have libvcdinfo installed])], [AC_MSG_WARN(a new enough libvcdinfo not found. VCD info display in cd-info disabled. libvcdinfo is part of vcdimager. Get it from http://vcdimager.org) enable_vcd_info=no]) fi AC_SUBST(VCDINFO_LIBS) AC_SUBST(VCDINFO_CFLAGS) dnl dnl Newest automake workaround - needed for multi-language manual pages dnl AC_SUBST(mkdir_p, "${MKDIR_P}") AC_CONFIG_COMMANDS([checks], [chmod +x test/check_cue.sh; chmod +x test/check_nrg.sh ]) dnl dnl Output configuration files dnl ## AC_CONFIG_FILES([ po/Makefile.in\ AC_CONFIG_FILES([ Makefile \ example/Makefile \ include/Makefile \ include/cdio/Makefile \ include/cdio++/Makefile \ include/cdio/version.h \ doc/doxygen/Doxyfile \ doc/Makefile \ lib/Makefile \ lib/driver/Makefile \ lib/iso9660/Makefile \ lib/udf/Makefile \ libcdio.pc \ libiso9660.pc \ libudf.pc \ package/libcdio.spec \ src/Makefile \ test/check_common_fn \ test/data/Makefile \ test/driver/Makefile \ test/Makefile \ ]) if test "x$enable_cxx" != "xno" ; then AC_CONFIG_FILES([ example/C++/Makefile \ example/C++/OO/Makefile \ lib/cdio++/Makefile \ libcdio++.pc \ libiso9660++.pc \ ]) fi # AC_CONFIG_FILES([po/Makefile]) AC_CONFIG_FILES([test/check_cue.sh], [chmod +x test/check_cue.sh]) AC_CONFIG_FILES([test/check_iso.sh], [chmod +x test/check_iso.sh]) AC_CONFIG_FILES([test/check_nrg.sh], [chmod +x test/check_nrg.sh]) AC_CONFIG_FILES([test/check_udf.sh], [chmod +x test/check_udf.sh]) AC_CONFIG_FILES([test/check_iso_read.sh], [chmod +x test/check_iso_read.sh]) AC_OUTPUT AC_MSG_NOTICE([ Using CD-ROM drivers : $cd_drivers Building cd-info : $(test "x$enable_cd_info" = "xyes" && echo yes || echo no) Building cd-read : $(test "x$enable_cd_read" = "xyes" && echo yes || echo no) Building cdda-player : $(test "x$enable_cdda_player" = "xyes" && echo yes || echo no) Building iso-info : $(test "x$enable_iso_info" = "xyes" && echo yes || echo no) Building iso-read : $(test "x$enable_iso_read" = "xyes" && echo yes || echo no) Building C++ programs: $(test "x$enable_cxx" != "xno" && echo yes || echo no)]) libcdio-2.0.0/ltmain.sh0000644000175000017500000117147413222217376011703 00000000000000#! /bin/sh ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in ## by inline-source v2014-01-03.01 # libtool (GNU libtool) 2.4.6 # Provide generalized library-building support services. # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996-2015 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. # GNU Libtool 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. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool 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 this program. If not, see . PROGRAM=libtool PACKAGE=libtool VERSION="2.4.6 Debian-2.4.6-2" package_revision=2.4.6 ## ------ ## ## Usage. ## ## ------ ## # Run './libtool --help' for help with using this script from the # command line. ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # After configure completes, it has a better idea of some of the # shell tools we need than the defaults used by the functions shared # with bootstrap, so set those here where they can still be over- # ridden by the user, but otherwise take precedence. : ${AUTOCONF="autoconf"} : ${AUTOMAKE="automake"} ## -------------------------- ## ## Source external libraries. ## ## -------------------------- ## # Much of our low-level functionality needs to be sourced from external # libraries, which are installed to $pkgauxdir. # Set a version string for this script. scriptversion=2015-01-20.17; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 # Copyright (C) 2004-2015 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. # This program 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 3 of the License, or # (at your option) any later version. # As a special exception to the GNU General Public License, if you distribute # this file as part of a program or library that is built using GNU Libtool, # you may include this file under the same distribution terms that you use # for the rest of that program. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNES 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 this program. If not, see . # Please report bugs or propose patches to gary@gnu.org. ## ------ ## ## Usage. ## ## ------ ## # Evaluate this file near the top of your script to gain access to # the functions and variables defined here: # # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh # # If you need to override any of the default environment variable # settings, do that before evaluating this file. ## -------------------- ## ## Shell normalisation. ## ## -------------------- ## # Some shells need a little help to be as Bourne compatible as possible. # Before doing anything else, make sure all that help has been provided! 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 # NLS nuisances: We save the old values in case they are required later. _G_user_locale= _G_safe_locale= for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test set = \"\${$_G_var+set}\"; then save_$_G_var=\$$_G_var $_G_var=C export $_G_var _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Make sure IFS has a sensible default sp=' ' nl=' ' IFS="$sp $nl" # There are apparently some retarded systems that use ';' as a PATH separator! 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 ## ------------------------- ## ## Locate command utilities. ## ## ------------------------- ## # func_executable_p FILE # ---------------------- # Check that FILE is an executable regular file. func_executable_p () { test -f "$1" && test -x "$1" } # func_path_progs PROGS_LIST CHECK_FUNC [PATH] # -------------------------------------------- # Search for either a program that responds to --version with output # containing "GNU", or else returned by CHECK_FUNC otherwise, by # trying all the directories in PATH with each of the elements of # PROGS_LIST. # # CHECK_FUNC should accept the path to a candidate program, and # set $func_check_prog_result if it truncates its output less than # $_G_path_prog_max characters. func_path_progs () { _G_progs_list=$1 _G_check_func=$2 _G_PATH=${3-"$PATH"} _G_path_prog_max=0 _G_path_prog_found=false _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} for _G_dir in $_G_PATH; do IFS=$_G_save_IFS test -z "$_G_dir" && _G_dir=. for _G_prog_name in $_G_progs_list; do for _exeext in '' .EXE; do _G_path_prog=$_G_dir/$_G_prog_name$_exeext func_executable_p "$_G_path_prog" || continue case `"$_G_path_prog" --version 2>&1` in *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; *) $_G_check_func $_G_path_prog func_path_progs_result=$func_check_prog_result ;; esac $_G_path_prog_found && break 3 done done done IFS=$_G_save_IFS test -z "$func_path_progs_result" && { echo "no acceptable sed could be found in \$PATH" >&2 exit 1 } } # We want to be able to use the functions in this file before configure # has figured out where the best binaries are kept, which means we have # to search for them ourselves - except when the results are already set # where we skip the searches. # Unless the user overrides by setting SED, search the path for either GNU # sed, or the sed that truncates its output the least. test -z "$SED" && { _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for _G_i in 1 2 3 4 5 6 7; do _G_sed_script=$_G_sed_script$nl$_G_sed_script done echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed _G_sed_script= func_check_prog_sed () { _G_path_prog=$1 _G_count=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo '' >> conftest.nl "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin rm -f conftest.sed SED=$func_path_progs_result } # Unless the user overrides by setting GREP, search the path for either GNU # grep, or the grep that truncates its output the least. test -z "$GREP" && { func_check_prog_grep () { _G_path_prog=$1 _G_count=0 _G_path_prog_max=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo 'GREP' >> conftest.nl "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin GREP=$func_path_progs_result } ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # All uppercase variable names are used for environment variables. These # variables can be overridden by the user before calling a script that # uses them if a suitable command of that name is not already available # in the command search PATH. : ${CP="cp -f"} : ${ECHO="printf %s\n"} : ${EGREP="$GREP -E"} : ${FGREP="$GREP -F"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} ## -------------------- ## ## Useful sed snippets. ## ## -------------------- ## sed_dirname='s|/[^/]*$||' sed_basename='s|^.*/||' # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s|\([`"$\\]\)|\\\1|g' # Same as above, but do not quote variable references. sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution that turns a string into a regex matching for the # string literally. sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' # Sed substitution that converts a w32 file name or path # that contains forward slashes, into one that contains # (escaped) backslashes. A very naive implementation. sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Re-'\' parameter expansions in output of sed_double_quote_subst that # were '\'-ed in input to the same. If an odd number of '\' preceded a # '$' in input to sed_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 '$'. _G_bs='\\' _G_bs2='\\\\' _G_bs4='\\\\\\\\' _G_dollar='\$' sed_double_backslash="\ s/$_G_bs4/&\\ /g s/^$_G_bs2$_G_dollar/$_G_bs&/ s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g s/\n//g" ## ----------------- ## ## Global variables. ## ## ----------------- ## # Except for the global variables explicitly listed below, the following # functions in the '^func_' namespace, and the '^require_' namespace # variables initialised in the 'Resource management' section, sourcing # this file will not pollute your global namespace with anything # else. There's no portable way to scope variables in Bourne shell # though, so actually running these functions will sometimes place # results into a variable named after the function, and often use # temporary variables in the '^_G_' namespace. If you are careful to # avoid using those namespaces casually in your sourcing script, things # should continue to work as you expect. And, of course, you can freely # overwrite any of the functions or variables defined here before # calling anything to customize them. 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. # Allow overriding, eg assuming that you follow the convention of # putting '$debug_cmd' at the start of all your functions, you can get # bash to show function call trace with: # # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name debug_cmd=${debug_cmd-":"} exit_cmd=: # By convention, finish your script with: # # exit $exit_status # # so that you can set exit_status to non-zero if you want to indicate # something went wrong during execution without actually bailing out at # the point of failure. exit_status=$EXIT_SUCCESS # 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. progname=`$ECHO "$progpath" |$SED "$sed_basename"` # Make sure we have an absolute progpath for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` progdir=`cd "$progdir" && pwd` progpath=$progdir/$progname ;; *) _G_IFS=$IFS IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS=$_G_IFS test -x "$progdir/$progname" && break done IFS=$_G_IFS test -n "$progdir" || progdir=`pwd` progpath=$progdir/$progname ;; esac ## ----------------- ## ## Standard options. ## ## ----------------- ## # The following options affect the operation of the functions defined # below, and should be set appropriately depending on run-time para- # meters passed on the command line. opt_dry_run=false opt_quiet=false opt_verbose=false # Categories 'all' and 'none' are always available. Append any others # you will pass as the first argument to func_warning from your own # code. warning_categories= # By default, display warnings according to 'opt_warning_types'. Set # 'warning_func' to ':' to elide all warnings, or func_fatal_error to # treat the next displayed warning as a fatal error. warning_func=func_warn_and_continue # Set to 'all' to display all warnings, 'none' to suppress all # warnings, or a space delimited list of some subset of # 'warning_categories' to display only the listed warnings. opt_warning_types=all ## -------------------- ## ## Resource management. ## ## -------------------- ## # This section contains definitions for functions that each ensure a # particular resource (a file, or a non-empty configuration variable for # example) is available, and if appropriate to extract default values # from pertinent package files. Call them using their associated # 'require_*' variable to ensure that they are executed, at most, once. # # It's entirely deliberate that calling these functions can set # variables that don't obey the namespace limitations obeyed by the rest # of this file, in order that that they be as useful as possible to # callers. # require_term_colors # ------------------- # Allow display of bold text on terminals that support it. require_term_colors=func_require_term_colors func_require_term_colors () { $debug_cmd test -t 1 && { # COLORTERM and USE_ANSI_COLORS environment variables take # precedence, because most terminfo databases neglect to describe # whether color sequences are supported. test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} if test 1 = "$USE_ANSI_COLORS"; then # Standard ANSI escape sequences tc_reset='' tc_bold=''; tc_standout='' tc_red=''; tc_green='' tc_blue=''; tc_cyan='' else # Otherwise trust the terminfo database after all. test -n "`tput sgr0 2>/dev/null`" && { tc_reset=`tput sgr0` test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` tc_standout=$tc_bold test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` } fi } require_term_colors=: } ## ----------------- ## ## Function library. ## ## ----------------- ## # This section contains a variety of useful functions to call in your # scripts. Take note of the portable wrappers for features provided by # some modern shells, which will fall back to slower equivalents on # less featureful shells. # func_append VAR VALUE # --------------------- # Append VALUE onto the existing contents of VAR. # We should try to minimise forks, especially on Windows where they are # unreasonably slow, so skip the feature probes when bash or zsh are # being used: if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then : ${_G_HAVE_ARITH_OP="yes"} : ${_G_HAVE_XSI_OPS="yes"} # The += operator was introduced in bash 3.1 case $BASH_VERSION in [12].* | 3.0 | 3.0*) ;; *) : ${_G_HAVE_PLUSEQ_OP="yes"} ;; esac fi # _G_HAVE_PLUSEQ_OP # Can be empty, in which case the shell is probed, "yes" if += is # useable or anything else if it does not work. test -z "$_G_HAVE_PLUSEQ_OP" \ && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ && _G_HAVE_PLUSEQ_OP=yes if test yes = "$_G_HAVE_PLUSEQ_OP" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_append () { $debug_cmd eval "$1+=\$2" }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_append () { $debug_cmd eval "$1=\$$1\$2" } fi # func_append_quoted VAR VALUE # ---------------------------- # Quote VALUE and append to the end of shell variable VAR, separated # by a space. if test yes = "$_G_HAVE_PLUSEQ_OP"; then eval 'func_append_quoted () { $debug_cmd func_quote_for_eval "$2" eval "$1+=\\ \$func_quote_for_eval_result" }' else func_append_quoted () { $debug_cmd func_quote_for_eval "$2" eval "$1=\$$1\\ \$func_quote_for_eval_result" } fi # func_append_uniq VAR VALUE # -------------------------- # Append unique VALUE onto the existing contents of VAR, assuming # entries are delimited by the first character of VALUE. For example: # # func_append_uniq options " --another-option option-argument" # # will only append to $options if " --another-option option-argument " # is not already present somewhere in $options already (note spaces at # each end implied by leading space in second argument). func_append_uniq () { $debug_cmd eval _G_current_value='`$ECHO $'$1'`' _G_delim=`expr "$2" : '\(.\)'` case $_G_delim$_G_current_value$_G_delim in *"$2$_G_delim"*) ;; *) func_append "$@" ;; esac } # func_arith TERM... # ------------------ # Set func_arith_result to the result of evaluating TERMs. test -z "$_G_HAVE_ARITH_OP" \ && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ && _G_HAVE_ARITH_OP=yes if test yes = "$_G_HAVE_ARITH_OP"; then eval 'func_arith () { $debug_cmd func_arith_result=$(( $* )) }' else func_arith () { $debug_cmd func_arith_result=`expr "$@"` } fi # func_basename FILE # ------------------ # Set func_basename_result to FILE with everything up to and including # the last / stripped. if test yes = "$_G_HAVE_XSI_OPS"; then # If this shell supports suffix pattern removal, then use it to avoid # forking. Hide the definitions single quotes in case the shell chokes # on unsupported syntax... _b='func_basename_result=${1##*/}' _d='case $1 in */*) func_dirname_result=${1%/*}$2 ;; * ) func_dirname_result=$3 ;; esac' else # ...otherwise fall back to using sed. _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` if test "X$func_dirname_result" = "X$1"; then func_dirname_result=$3 else func_append func_dirname_result "$2" fi' fi eval 'func_basename () { $debug_cmd '"$_b"' }' # func_dirname FILE APPEND NONDIR_REPLACEMENT # ------------------------------------------- # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. eval 'func_dirname () { $debug_cmd '"$_d"' }' # 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" # For efficiency, we do not delegate to the functions above but instead # duplicate the functionality here. eval 'func_dirname_and_basename () { $debug_cmd '"$_b"' '"$_d"' }' # func_echo ARG... # ---------------- # Echo program name prefixed message. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname: $_G_line" done IFS=$func_echo_IFS } # func_echo_all ARG... # -------------------- # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } # func_echo_infix_1 INFIX ARG... # ------------------------------ # Echo program name, followed by INFIX on the first line, with any # additional lines not showing INFIX. func_echo_infix_1 () { $debug_cmd $require_term_colors _G_infix=$1; shift _G_indent=$_G_infix _G_prefix="$progname: $_G_infix: " _G_message=$* # Strip color escape sequences before counting printable length for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" do test -n "$_G_tc" && { _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` } done _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes func_echo_infix_1_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_infix_1_IFS $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 _G_prefix=$_G_indent done IFS=$func_echo_infix_1_IFS } # func_error ARG... # ----------------- # Echo program name prefixed message to standard error. func_error () { $debug_cmd $require_term_colors func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 } # func_fatal_error ARG... # ----------------------- # Echo program name prefixed message to standard error, and exit. func_fatal_error () { $debug_cmd func_error "$*" exit $EXIT_FAILURE } # func_grep EXPRESSION FILENAME # ----------------------------- # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $debug_cmd $GREP "$1" "$2" >/dev/null 2>&1 } # func_len STRING # --------------- # Set func_len_result to the length of STRING. STRING may not # start with a hyphen. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_len () { $debug_cmd func_len_result=${#1} }' else func_len () { $debug_cmd func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` } fi # func_mkdir_p DIRECTORY-PATH # --------------------------- # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { $debug_cmd _G_directory_path=$1 _G_dir_list= if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then # Protect directory names starting with '-' case $_G_directory_path in -*) _G_directory_path=./$_G_directory_path ;; esac # While some portion of DIR does not yet exist... while test ! -d "$_G_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. _G_dir_list=$_G_directory_path:$_G_dir_list # If the last portion added has no slash in it, the list is done case $_G_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` done _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` func_mkdir_p_IFS=$IFS; IFS=: for _G_dir in $_G_dir_list; do IFS=$func_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 "$_G_dir" 2>/dev/null || : done IFS=$func_mkdir_p_IFS # Bail out if we (or some other process) failed to create a directory. test -d "$_G_directory_path" || \ func_fatal_error "Failed to create '$1'" fi } # func_mktempdir [BASENAME] # ------------------------- # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, BASENAME is the basename for that directory. func_mktempdir () { $debug_cmd _G_template=${TMPDIR-/tmp}/${1-$progname} if test : = "$opt_dry_run"; then # Return a directory name, but don't create it in dry-run mode _G_tmpdir=$_G_template-$$ else # If mktemp works, use that first and foremost _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` if test ! -d "$_G_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race _G_tmpdir=$_G_template-${RANDOM-0}$$ func_mktempdir_umask=`umask` umask 0077 $MKDIR "$_G_tmpdir" umask $func_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$_G_tmpdir" || \ func_fatal_error "cannot create temporary directory '$_G_tmpdir'" fi $ECHO "$_G_tmpdir" } # func_normal_abspath PATH # ------------------------ # Remove doubled-up and trailing slashes, "." path components, # and cancel out any ".." path components in PATH after making # it an absolute path. func_normal_abspath () { $debug_cmd # These SED scripts presuppose an absolute path with a trailing slash. _G_pathcar='s|^/\([^/]*\).*$|\1|' _G_pathcdr='s|^/[^/]*||' _G_removedotparts=':dotsl s|/\./|/|g t dotsl s|/\.$|/|' _G_collapseslashes='s|/\{1,\}|/|g' _G_finalslash='s|/*$|/|' # Start from root dir and reassemble the path. func_normal_abspath_result= func_normal_abspath_tpath=$1 func_normal_abspath_altnamespace= case $func_normal_abspath_tpath in "") # Empty path, that just means $cwd. func_stripname '' '/' "`pwd`" func_normal_abspath_result=$func_stripname_result return ;; # The next three entries are used to spot a run of precisely # two leading slashes without using negated character classes; # we take advantage of case's first-match behaviour. ///*) # Unusual form of absolute path, do nothing. ;; //*) # Not necessarily an ordinary path; POSIX reserves leading '//' # and for example Cygwin uses it to access remote file shares # over CIFS/SMB, so we conserve a leading double slash if found. func_normal_abspath_altnamespace=/ ;; /*) # Absolute path, do nothing. ;; *) # Relative path, prepend $cwd. func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath ;; esac # Cancel out all the simple stuff to save iterations. We also want # the path to end with a slash for ease of parsing, so make sure # there is one (and only one) here. func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` while :; do # Processed it all yet? if test / = "$func_normal_abspath_tpath"; then # If we ascended to the root using ".." the result may be empty now. if test -z "$func_normal_abspath_result"; then func_normal_abspath_result=/ fi break fi func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcar"` func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcdr"` # Figure out what to do with it case $func_normal_abspath_tcomponent in "") # Trailing empty path component, ignore it. ;; ..) # Parent dir; strip last assembled component from result. func_dirname "$func_normal_abspath_result" func_normal_abspath_result=$func_dirname_result ;; *) # Actual path component, append it. func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" ;; esac done # Restore leading double-slash if one was found on entry. func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } # func_notquiet ARG... # -------------------- # Echo program name prefixed message only when not in quiet mode. func_notquiet () { $debug_cmd $opt_quiet || 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_relative_path SRCDIR DSTDIR # -------------------------------- # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. func_relative_path () { $debug_cmd func_relative_path_result= func_normal_abspath "$1" func_relative_path_tlibdir=$func_normal_abspath_result func_normal_abspath "$2" func_relative_path_tbindir=$func_normal_abspath_result # Ascend the tree starting from libdir while :; do # check if we have found a prefix of bindir case $func_relative_path_tbindir in $func_relative_path_tlibdir) # found an exact match func_relative_path_tcancelled= break ;; $func_relative_path_tlibdir*) # found a matching prefix func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" func_relative_path_tcancelled=$func_stripname_result if test -z "$func_relative_path_result"; then func_relative_path_result=. fi break ;; *) func_dirname $func_relative_path_tlibdir func_relative_path_tlibdir=$func_dirname_result if test -z "$func_relative_path_tlibdir"; then # Have to descend all the way to the root! func_relative_path_result=../$func_relative_path_result func_relative_path_tcancelled=$func_relative_path_tbindir break fi func_relative_path_result=../$func_relative_path_result ;; esac done # Now calculate path; take care to avoid doubling-up slashes. func_stripname '' '/' "$func_relative_path_result" func_relative_path_result=$func_stripname_result func_stripname '/' '/' "$func_relative_path_tcancelled" if test -n "$func_stripname_result"; then func_append func_relative_path_result "/$func_stripname_result" fi # Normalisation. If bindir is libdir, return '.' else relative path. if test -n "$func_relative_path_result"; then func_stripname './' '' "$func_relative_path_result" func_relative_path_result=$func_stripname_result fi test -n "$func_relative_path_result" || func_relative_path_result=. : } # func_quote_for_eval ARG... # -------------------------- # Aesthetically quote ARGs to be evaled later. # This function returns two values: # i) func_quote_for_eval_result # double-quoted, suitable for a subsequent eval # ii) func_quote_for_eval_unquoted_result # has all characters that are still active within double # quotes backslashified. func_quote_for_eval () { $debug_cmd func_quote_for_eval_unquoted_result= func_quote_for_eval_result= while test 0 -lt $#; do case $1 in *[\\\`\"\$]*) _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; *) _G_unquoted_arg=$1 ;; esac if test -n "$func_quote_for_eval_unquoted_result"; then func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" else func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" fi case $_G_unquoted_arg in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and variable expansion # for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") _G_quoted_arg=\"$_G_unquoted_arg\" ;; *) _G_quoted_arg=$_G_unquoted_arg ;; esac if test -n "$func_quote_for_eval_result"; then func_append func_quote_for_eval_result " $_G_quoted_arg" else func_append func_quote_for_eval_result "$_G_quoted_arg" fi shift done } # 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 () { $debug_cmd case $1 in *[\\\`\"]*) _G_arg=`$ECHO "$1" | $SED \ -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; *) _G_arg=$1 ;; esac case $_G_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. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") _G_arg=\"$_G_arg\" ;; esac func_quote_for_expand_result=$_G_arg } # func_stripname PREFIX SUFFIX NAME # --------------------------------- # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_stripname () { $debug_cmd # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary variable first. func_stripname_result=$3 func_stripname_result=${func_stripname_result#"$1"} func_stripname_result=${func_stripname_result%"$2"} }' else func_stripname () { $debug_cmd case $2 in .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; esac } fi # func_show_eval CMD [FAIL_EXP] # ----------------------------- # Unless opt_quiet 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 () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} func_quote_for_expand "$_G_cmd" eval "func_notquiet $func_quote_for_expand_result" $opt_dry_run || { eval "$_G_cmd" _G_status=$? if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_show_eval_locale CMD [FAIL_EXP] # ------------------------------------ # Unless opt_quiet 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 () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} $opt_quiet || { func_quote_for_expand "$_G_cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || { eval "$_G_user_locale $_G_cmd" _G_status=$? eval "$_G_safe_locale" if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_tr_sh # ---------- # Turn $1 into a string suitable for a shell variable name. # Result is stored in $func_tr_sh_result. All characters # not in the set a-zA-Z0-9_ are replaced with '_'. Further, # if $1 begins with a digit, a '_' is prepended as well. func_tr_sh () { $debug_cmd case $1 in [0-9]* | *[!a-zA-Z0-9_]*) func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` ;; * ) func_tr_sh_result=$1 ;; esac } # func_verbose ARG... # ------------------- # Echo program name prefixed message in verbose mode only. func_verbose () { $debug_cmd $opt_verbose && func_echo "$*" : } # func_warn_and_continue ARG... # ----------------------------- # Echo program name prefixed warning message to standard error. func_warn_and_continue () { $debug_cmd $require_term_colors func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 } # func_warning CATEGORY ARG... # ---------------------------- # Echo program name prefixed warning message to standard error. Warning # messages can be filtered according to CATEGORY, where this function # elides messages where CATEGORY is not listed in the global variable # 'opt_warning_types'. func_warning () { $debug_cmd # CATEGORY must be in the warning_categories list! case " $warning_categories " in *" $1 "*) ;; *) func_internal_error "invalid warning category '$1'" ;; esac _G_category=$1 shift case " $opt_warning_types " in *" $_G_category "*) $warning_func ${1+"$@"} ;; esac } # func_sort_ver VER1 VER2 # ----------------------- # 'sort -V' is not generally available. # Note this deviates from the version comparison in automake # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a # but this should suffice as we won't be specifying old # version formats or redundant trailing .0 in bootstrap.conf. # If we did want full compatibility then we should probably # use m4_version_compare from autoconf. func_sort_ver () { $debug_cmd printf '%s\n%s\n' "$1" "$2" \ | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n } # func_lt_ver PREV CURR # --------------------- # Return true if PREV and CURR are in the correct order according to # func_sort_ver, otherwise false. Use it like this: # # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." func_lt_ver () { $debug_cmd test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: #! /bin/sh # Set a version string for this script. scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 # Copyright (C) 2010-2015 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. # This program 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 3 of the License, or # (at your option) any later version. # This program 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 this program. If not, see . # Please report bugs or propose patches to gary@gnu.org. ## ------ ## ## Usage. ## ## ------ ## # This file is a library for parsing options in your shell scripts along # with assorted other useful supporting features that you can make use # of too. # # For the simplest scripts you might need only: # # #!/bin/sh # . relative/path/to/funclib.sh # . relative/path/to/options-parser # scriptversion=1.0 # func_options ${1+"$@"} # eval set dummy "$func_options_result"; shift # ...rest of your script... # # In order for the '--version' option to work, you will need to have a # suitably formatted comment like the one at the top of this file # starting with '# Written by ' and ending with '# warranty; '. # # For '-h' and '--help' to work, you will also need a one line # description of your script's purpose in a comment directly above the # '# Written by ' line, like the one at the top of this file. # # The default options also support '--debug', which will turn on shell # execution tracing (see the comment above debug_cmd below for another # use), and '--verbose' and the func_verbose function to allow your script # to display verbose messages only when your user has specified # '--verbose'. # # After sourcing this file, you can plug processing for additional # options by amending the variables from the 'Configuration' section # below, and following the instructions in the 'Option parsing' # section further down. ## -------------- ## ## Configuration. ## ## -------------- ## # You should override these variables in your script after sourcing this # file so that they reflect the customisations you have added to the # option parser. # The usage line for option parsing errors and the start of '-h' and # '--help' output messages. You can embed shell variables for delayed # expansion at the time the message is displayed, but you will need to # quote other shell meta-characters carefully to prevent them being # expanded when the contents are evaled. usage='$progpath [OPTION]...' # Short help message in response to '-h' and '--help'. Add to this or # override it after sourcing this library to reflect the full set of # options your script accepts. usage_message="\ --debug enable verbose shell tracing -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -v, --verbose verbosely report processing --version print version information and exit -h, --help print short or long help message and exit " # Additional text appended to 'usage_message' in response to '--help'. long_help_message=" Warning categories include: 'all' show all warnings 'none' turn off all the warnings 'error' warnings are treated as fatal errors" # Help message printed before fatal option parsing errors. fatal_help="Try '\$progname --help' for more information." ## ------------------------- ## ## Hook function management. ## ## ------------------------- ## # This section contains functions for adding, removing, and running hooks # to the main code. A hook is just a named list of of function, that can # be run in order later on. # func_hookable FUNC_NAME # ----------------------- # Declare that FUNC_NAME will run hooks added with # 'func_add_hook FUNC_NAME ...'. func_hookable () { $debug_cmd func_append hookable_fns " $1" } # func_add_hook FUNC_NAME HOOK_FUNC # --------------------------------- # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must # first have been declared "hookable" by a call to 'func_hookable'. func_add_hook () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not accept hook functions." ;; esac eval func_append ${1}_hooks '" $2"' } # func_remove_hook FUNC_NAME HOOK_FUNC # ------------------------------------ # Remove HOOK_FUNC from the list of functions called by FUNC_NAME. func_remove_hook () { $debug_cmd eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' } # func_run_hooks FUNC_NAME [ARG]... # --------------------------------- # Run all hook functions registered to FUNC_NAME. # It is assumed that the list of hook functions contains nothing more # than a whitespace-delimited list of legal shell function names, and # no effort is wasted trying to catch shell meta-characters or preserve # whitespace. func_run_hooks () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not support hook funcions.n" ;; esac eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do eval $_G_hook '"$@"' # store returned options list back into positional # parameters for next 'cmd' execution. eval _G_hook_result=\$${_G_hook}_result eval set dummy "$_G_hook_result"; shift done func_quote_for_eval ${1+"$@"} func_run_hooks_result=$func_quote_for_eval_result } ## --------------- ## ## Option parsing. ## ## --------------- ## # In order to add your own option parsing hooks, you must accept the # full positional parameter list in your hook function, remove any # options that you action, and then pass back the remaining unprocessed # options in '_result', escaped suitably for # 'eval'. Like this: # # my_options_prep () # { # $debug_cmd # # # Extend the existing usage message. # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' # # func_quote_for_eval ${1+"$@"} # my_options_prep_result=$func_quote_for_eval_result # } # func_add_hook func_options_prep my_options_prep # # # my_silent_option () # { # $debug_cmd # # # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do # opt=$1; shift # case $opt in # --silent|-s) opt_silent=: ;; # # Separate non-argument short options: # -s*) func_split_short_opt "$_G_opt" # set dummy "$func_split_short_opt_name" \ # "-$func_split_short_opt_arg" ${1+"$@"} # shift # ;; # *) set dummy "$_G_opt" "$*"; shift; break ;; # esac # done # # func_quote_for_eval ${1+"$@"} # my_silent_option_result=$func_quote_for_eval_result # } # func_add_hook func_parse_options my_silent_option # # # my_option_validation () # { # $debug_cmd # # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." # # func_quote_for_eval ${1+"$@"} # my_option_validation_result=$func_quote_for_eval_result # } # func_add_hook func_validate_options my_option_validation # # You'll alse need to manually amend $usage_message to reflect the extra # options you parse. It's preferable to append if you can, so that # multiple option parsing hooks can be added safely. # func_options [ARG]... # --------------------- # All the functions called inside func_options are hookable. See the # individual implementations for details. func_hookable func_options func_options () { $debug_cmd func_options_prep ${1+"$@"} eval func_parse_options \ ${func_options_prep_result+"$func_options_prep_result"} eval func_validate_options \ ${func_parse_options_result+"$func_parse_options_result"} eval func_run_hooks func_options \ ${func_validate_options_result+"$func_validate_options_result"} # save modified positional parameters for caller func_options_result=$func_run_hooks_result } # func_options_prep [ARG]... # -------------------------- # All initialisations required before starting the option parse loop. # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and # needs to propogate that back to rest of this script, then the complete # modified list must be put in 'func_run_hooks_result' before # returning. func_hookable func_options_prep func_options_prep () { $debug_cmd # Option defaults: opt_verbose=false opt_warning_types= func_run_hooks func_options_prep ${1+"$@"} # save modified positional parameters for caller func_options_prep_result=$func_run_hooks_result } # func_parse_options [ARG]... # --------------------------- # The main option parsing loop. func_hookable func_parse_options func_parse_options () { $debug_cmd func_parse_options_result= # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. func_run_hooks func_parse_options ${1+"$@"} # Adjust func_parse_options positional parameters to match eval set dummy "$func_run_hooks_result"; shift # Break out of the loop if we already parsed every option. test $# -gt 0 || break _G_opt=$1 shift case $_G_opt in --debug|-x) debug_cmd='set -x' func_echo "enabling shell trace mode" $debug_cmd ;; --no-warnings|--no-warning|--no-warn) set dummy --warnings none ${1+"$@"} shift ;; --warnings|--warning|-W) test $# = 0 && func_missing_arg $_G_opt && break case " $warning_categories $1" in *" $1 "*) # trailing space prevents matching last $1 above func_append_uniq opt_warning_types " $1" ;; *all) opt_warning_types=$warning_categories ;; *none) opt_warning_types=none warning_func=: ;; *error) opt_warning_types=$warning_categories warning_func=func_fatal_error ;; *) func_fatal_error \ "unsupported warning category: '$1'" ;; esac shift ;; --verbose|-v) opt_verbose=: ;; --version) func_version ;; -\?|-h) func_usage ;; --help) func_help ;; # Separate optargs to long options (plugins may need this): --*=*) func_split_equals "$_G_opt" set dummy "$func_split_equals_lhs" \ "$func_split_equals_rhs" ${1+"$@"} shift ;; # Separate optargs to short options: -W*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "$func_split_short_opt_arg" ${1+"$@"} shift ;; # Separate non-argument short options: -\?*|-h*|-v*|-x*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "-$func_split_short_opt_arg" ${1+"$@"} shift ;; --) break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac done # save modified positional parameters for caller func_quote_for_eval ${1+"$@"} func_parse_options_result=$func_quote_for_eval_result } # func_validate_options [ARG]... # ------------------------------ # Perform any sanity checks on option settings and/or unconsumed # arguments. func_hookable func_validate_options func_validate_options () { $debug_cmd # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" func_run_hooks func_validate_options ${1+"$@"} # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE # save modified positional parameters for caller func_validate_options_result=$func_run_hooks_result } ## ----------------- ## ## Helper functions. ## ## ----------------- ## # This section contains the helper functions used by the rest of the # hookable option parser framework in ascii-betical order. # func_fatal_help ARG... # ---------------------- # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { $debug_cmd eval \$ECHO \""Usage: $usage"\" eval \$ECHO \""$fatal_help"\" func_error ${1+"$@"} exit $EXIT_FAILURE } # func_help # --------- # Echo long help message to standard output and exit. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message" exit 0 } # func_missing_arg ARGNAME # ------------------------ # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { $debug_cmd func_error "Missing argument for '$1'." exit_cmd=exit } # func_split_equals STRING # ------------------------ # Set func_split_equals_lhs and func_split_equals_rhs shell variables after # splitting STRING at the '=' sign. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_equals () { $debug_cmd func_split_equals_lhs=${1%%=*} func_split_equals_rhs=${1#*=} test "x$func_split_equals_lhs" = "x$1" \ && func_split_equals_rhs= }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_equals () { $debug_cmd func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` func_split_equals_rhs= test "x$func_split_equals_lhs" = "x$1" \ || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` } fi #func_split_equals # func_split_short_opt SHORTOPT # ----------------------------- # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_short_opt () { $debug_cmd func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"} }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_short_opt () { $debug_cmd func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` } fi #func_split_short_opt # func_usage # ---------- # Echo short help message to standard output and exit. func_usage () { $debug_cmd func_usage_message $ECHO "Run '$progname --help |${PAGER-more}' for full usage" exit 0 } # func_usage_message # ------------------ # Echo short help message to standard output. func_usage_message () { $debug_cmd eval \$ECHO \""Usage: $usage"\" echo $SED -n 's|^# || /^Written by/{ x;p;x } h /^Written by/q' < "$progpath" echo eval \$ECHO \""$usage_message"\" } # func_version # ------------ # Echo version message to standard output and exit. func_version () { $debug_cmd printf '%s\n' "$progname $scriptversion" $SED -n ' /(C)/!b go :more /\./!{ N s|\n# | | b more } :go /^# Written by /,/# warranty; / { s|^# || s|^# *$|| s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| p } /^# Written by / { s|^# || p } /^warranty; /q' < "$progpath" exit $? } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: # Set a version string. scriptversion='(GNU libtool) 2.4.6' # func_echo ARG... # ---------------- # Libtool also displays the current mode in messages, so override # funclib.sh func_echo with this custom definition. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" done IFS=$func_echo_IFS } # func_warning ARG... # ------------------- # Libtool warnings are not categorized, so override funclib.sh # func_warning with this simpler definition. func_warning () { $debug_cmd $warning_func ${1+"$@"} } ## ---------------- ## ## Options parsing. ## ## ---------------- ## # Hook in the functions to make sure our own options are parsed during # the option parsing loop. usage='$progpath [OPTION]... [MODE-ARG]...' # Short help message in response to '-h'. usage_message="Options: --config show all configuration variables --debug enable verbose shell tracing -n, --dry-run display commands without modifying any files --features display basic configuration information and exit --mode=MODE use operation mode MODE --no-warnings equivalent to '-Wnone' --preserve-dup-deps don't remove duplicate dependency libraries --quiet, --silent don't print informational messages --tag=TAG use configuration variables from tag TAG -v, --verbose print more informational messages than default --version print version information -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -h, --help, --help-all print short, long, or detailed help message " # Additional text appended to 'usage_message' in response to '--help'. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message MODE must be one of the following: clean remove files from the build directory compile compile a source file into a libtool object execute automatically set library path, then run a program finish complete the installation of libtool libraries install install libraries or executables link create a library or an executable uninstall remove libraries from an installed directory MODE-ARGS vary depending on the MODE. When passed as first option, '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. Try '$progname --help --mode=MODE' for a more detailed description of MODE. When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: $host shell: $SHELL compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) version: $progname $scriptversion Debian-2.4.6-2 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` Report bugs to . GNU libtool home page: . General help using GNU software: ." exit 0 } # func_lo2o OBJECT-NAME # --------------------- # Transform OBJECT-NAME from a '.lo' suffix to the platform specific # object suffix. lo2o=s/\\.lo\$/.$objext/ o2lo=s/\\.$objext\$/.lo/ if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_lo2o () { case $1 in *.lo) func_lo2o_result=${1%.lo}.$objext ;; * ) func_lo2o_result=$1 ;; esac }' # func_xform LIBOBJ-OR-SOURCE # --------------------------- # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) # suffix to a '.lo' libtool-object suffix. eval 'func_xform () { func_xform_result=${1%.*}.lo }' else # ...otherwise fall back to using sed. func_lo2o () { func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` } func_xform () { func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` } fi # func_fatal_configuration ARG... # ------------------------------- # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { func__fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } # func_config # ----------- # Display the configuration for all the tags in this script. func_config () { re_begincf='^# ### BEGIN LIBTOOL' re_endcf='^# ### END LIBTOOL' # Default configuration. $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" # Now print the configurations for the tags. for tagname in $taglist; do $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" done exit $? } # func_features # ------------- # Display the features supported by this script. func_features () { echo "host: $host" if test yes = "$build_libtool_libs"; then echo "enable shared libraries" else echo "disable shared libraries" fi if test yes = "$build_old_libs"; then echo "enable static libraries" else echo "disable static libraries" fi exit $? } # func_enable_tag TAGNAME # ----------------------- # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { # Global variable: tagname=$1 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" sed_extractcf=/$re_begincf/,/$re_endcf/p # Validate tagname. case $tagname in *[!-_A-Za-z0-9,/]*) func_fatal_error "invalid tag name: $tagname" ;; esac # Don't test for the "default" C tag, as we know it's # there but not specially marked. case $tagname in CC) ;; *) if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # func_check_version_match # ------------------------ # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } # libtool_options_prep [ARG]... # ----------------------------- # Preparation for options parsed by libtool. libtool_options_prep () { $debug_mode # Option defaults: opt_config=false opt_dlopen= opt_dry_run=false opt_help=false opt_mode= opt_preserve_dup_deps=false opt_quiet=false nonopt= preserve_args= # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Pass back the list of options. func_quote_for_eval ${1+"$@"} libtool_options_prep_result=$func_quote_for_eval_result } func_add_hook func_options_prep libtool_options_prep # libtool_parse_options [ARG]... # --------------------------------- # Provide handling for libtool specific options. libtool_parse_options () { $debug_cmd # Perform our own loop to consume as many options as possible in # each iteration. while test $# -gt 0; do _G_opt=$1 shift case $_G_opt in --dry-run|--dryrun|-n) opt_dry_run=: ;; --config) func_config ;; --dlopen|-dlopen) opt_dlopen="${opt_dlopen+$opt_dlopen }$1" shift ;; --preserve-dup-deps) opt_preserve_dup_deps=: ;; --features) func_features ;; --finish) set dummy --mode finish ${1+"$@"}; shift ;; --help) opt_help=: ;; --help-all) opt_help=': help-all' ;; --mode) test $# = 0 && func_missing_arg $_G_opt && break opt_mode=$1 case $1 in # Valid mode arguments: clean|compile|execute|finish|install|link|relink|uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $_G_opt" exit_cmd=exit break ;; esac shift ;; --no-silent|--no-quiet) opt_quiet=false func_append preserve_args " $_G_opt" ;; --no-warnings|--no-warning|--no-warn) opt_warning=false func_append preserve_args " $_G_opt" ;; --no-verbose) opt_verbose=false func_append preserve_args " $_G_opt" ;; --silent|--quiet) opt_quiet=: opt_verbose=false func_append preserve_args " $_G_opt" ;; --tag) test $# = 0 && func_missing_arg $_G_opt && break opt_tag=$1 func_append preserve_args " $_G_opt $1" func_enable_tag "$1" shift ;; --verbose|-v) opt_quiet=false opt_verbose=: func_append preserve_args " $_G_opt" ;; # An option not handled by this hook function: *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac done # save modified positional parameters for caller func_quote_for_eval ${1+"$@"} libtool_parse_options_result=$func_quote_for_eval_result } func_add_hook func_parse_options libtool_parse_options # libtool_validate_options [ARG]... # --------------------------------- # Perform any sanity checks on option settings and/or unconsumed # arguments. libtool_validate_options () { # save first non-option argument if test 0 -lt $#; then nonopt=$1 shift fi # preserve --debug test : = "$debug_cmd" || func_append preserve_args " --debug" case $host in # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps ;; esac $opt_help || { # Sanity checks first: func_check_version_match test yes != "$build_libtool_libs" \ && test yes != "$build_old_libs" \ && func_fatal_configuration "not configured to build any kind of library" # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$opt_dlopen" && test execute != "$opt_mode"; then func_error "unrecognized option '-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help=$help help="Try '$progname --help --mode=$opt_mode' for more information." } # Pass back the unparsed argument list func_quote_for_eval ${1+"$@"} libtool_validate_options_result=$func_quote_for_eval_result } func_add_hook func_validate_options libtool_validate_options # Process options as early as possible so that --help and --version # can return quickly. func_options ${1+"$@"} eval set dummy "$func_options_result"; shift ## ----------- ## ## Main. ## ## ----------- ## magic='%%%MAGIC variable%%%' magic_exe='%%%MAGIC EXE variable%%%' # Global variables. extracted_archives= extracted_serial=0 # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } # func_generated_by_libtool # True iff stdin has been generated by Libtool. This function is only # a basic sanity check; it will hardly flush out determined imposters. func_generated_by_libtool_p () { $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p } # func_lalib_unsafe_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if 'file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case $lalib_p_line in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test yes = "$lalib_p" } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { test -f "$1" && $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $debug_cmd save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # 'FILE.' does not work on cygwin managed mounts. func_source () { $debug_cmd case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_resolve_sysroot PATH # Replace a leading = in PATH with a sysroot. Store the result into # func_resolve_sysroot_result func_resolve_sysroot () { func_resolve_sysroot_result=$1 case $func_resolve_sysroot_result in =*) func_stripname '=' '' "$func_resolve_sysroot_result" func_resolve_sysroot_result=$lt_sysroot$func_stripname_result ;; esac } # func_replace_sysroot PATH # If PATH begins with the sysroot, replace it with = and # store the result into func_replace_sysroot_result. func_replace_sysroot () { case $lt_sysroot:$1 in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" func_replace_sysroot_result='='$func_stripname_result ;; *) # Including no sysroot. func_replace_sysroot_result=$1 ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $debug_cmd if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with '--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=$1 if test yes = "$build_libtool_libs"; then write_lobj=\'$2\' else write_lobj=none fi if test yes = "$build_old_libs"; then write_oldobj=\'$3\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T </dev/null` if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | $SED -e "$sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi fi } # end: func_convert_core_file_wine_to_w32 # func_convert_core_path_wine_to_w32 ARG # Helper function used by path conversion functions when $build is *nix, and # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly # configured wine environment available, with the winepath program in $build's # $PATH. Assumes ARG has no leading or trailing path separator characters. # # ARG is path to be converted from $build format to win32. # Result is available in $func_convert_core_path_wine_to_w32_result. # Unconvertible file (directory) names in ARG are skipped; if no directory names # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { $debug_cmd # unfortunately, winepath doesn't convert paths, only file names func_convert_core_path_wine_to_w32_result= if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" if test -n "$func_convert_core_file_wine_to_w32_result"; then if test -z "$func_convert_core_path_wine_to_w32_result"; then func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi fi done IFS=$oldIFS fi } # end: func_convert_core_path_wine_to_w32 # func_cygpath ARGS... # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or # (2), returns the Cygwin file name or path in func_cygpath_result (input # file name or path is assumed to be in w32 format, as previously converted # from $build's *nix or MSYS format). In case (3), returns the w32 file name # or path in func_cygpath_result (input file name or path is assumed to be in # Cygwin format). Returns an empty string on error. # # ARGS are passed to cygpath, with the last one being the file name or path to # be converted. # # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH # environment variable; do not put it in $PATH. func_cygpath () { $debug_cmd if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then # on failure, ensure result is empty func_cygpath_result= fi else func_cygpath_result= func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" fi } #end: func_cygpath # func_convert_core_msys_to_w32 ARG # Convert file name or path ARG from MSYS format to w32 format. Return # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { $debug_cmd # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 # func_convert_file_check ARG1 ARG2 # Verify that ARG1 (a file name in $build format) was converted to $host # format in ARG2. Otherwise, emit an error message, but continue (resetting # func_to_host_file_result to ARG1). func_convert_file_check () { $debug_cmd if test -z "$2" && test -n "$1"; then func_error "Could not determine host file name corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_file_result=$1 fi } # end func_convert_file_check # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH # Verify that FROM_PATH (a path in $build format) was converted to $host # format in TO_PATH. Otherwise, emit an error message, but continue, resetting # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { $debug_cmd if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" func_error " '$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. if test "x$1" != "x$2"; then lt_replace_pathsep_chars="s|$1|$2|g" func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else func_to_host_path_result=$3 fi fi } # end func_convert_path_check # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { $debug_cmd case $4 in $1 ) func_to_host_path_result=$3$func_to_host_path_result ;; esac case $4 in $2 ) func_append func_to_host_path_result "$3" ;; esac } # end func_convert_path_front_back_pathsep ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## # invoked via '$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. # func_to_host_file ARG # Converts the file name ARG from $build format to $host format. Return result # in func_to_host_file_result. func_to_host_file () { $debug_cmd $to_host_file_cmd "$1" } # end func_to_host_file # func_to_tool_file ARG LAZY # converts the file name ARG from $build format to toolchain format. Return # result in func_to_tool_file_result. If the conversion in use is listed # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { $debug_cmd case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 ;; *) $to_tool_file_cmd "$1" func_to_tool_file_result=$func_to_host_file_result ;; esac } # end func_to_tool_file # func_convert_file_noop ARG # Copy ARG to func_to_host_file_result. func_convert_file_noop () { func_to_host_file_result=$1 } # end func_convert_file_noop # func_convert_file_msys_to_w32 ARG # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_file_result. func_convert_file_msys_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_to_host_file_result=$func_convert_core_msys_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_w32 # func_convert_file_cygwin_to_w32 ARG # Convert file name ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. func_to_host_file_result=`cygpath -m "$1"` fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_cygwin_to_w32 # func_convert_file_nix_to_w32 ARG # Convert file name ARG from *nix to w32 format. Requires a wine environment # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" func_to_host_file_result=$func_convert_core_file_wine_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_w32 # func_convert_file_msys_to_cygwin ARG # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_cygwin # func_convert_file_nix_to_cygwin ARG # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed # in a wine environment, working winepath, and LT_CYGPATH set. Returns result # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_cygwin ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# # invoked via '$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. # # Path separators are also converted from $build format to $host format. If # ARG begins or ends with a path separator character, it is preserved (but # converted to $host format) on output. # # All path conversion functions are named using the following convention: # file name conversion function : func_convert_file_X_to_Y () # path conversion function : func_convert_path_X_to_Y () # where, for any given $build/$host combination the 'X_to_Y' value is the # same. If conversion functions are added for new $build/$host combinations, # the two new functions must follow this pattern, or func_init_to_host_path_cmd # will break. # func_init_to_host_path_cmd # Ensures that function "pointer" variable $to_host_path_cmd is set to the # appropriate value, based on the value of $to_host_file_cmd. to_host_path_cmd= func_init_to_host_path_cmd () { $debug_cmd if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" to_host_path_cmd=func_convert_path_$func_stripname_result fi } # func_to_host_path ARG # Converts the path ARG from $build format to $host format. Return result # in func_to_host_path_result. func_to_host_path () { $debug_cmd func_init_to_host_path_cmd $to_host_path_cmd "$1" } # end func_to_host_path # func_convert_path_noop ARG # Copy ARG to func_to_host_path_result. func_convert_path_noop () { func_to_host_path_result=$1 } # end func_convert_path_noop # func_convert_path_msys_to_w32 ARG # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_path_result. func_convert_path_msys_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; # and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_msys_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_msys_to_w32 # func_convert_path_cygwin_to_w32 ARG # Convert path ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_cygwin_to_w32 # func_convert_path_nix_to_w32 ARG # Convert path ARG from *nix to w32 format. Requires a wine environment and # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_path_wine_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_nix_to_w32 # func_convert_path_msys_to_cygwin ARG # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_msys_to_cygwin # func_convert_path_nix_to_cygwin ARG # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a # a wine environment, working winepath, and LT_CYGPATH set. Returns result in # func_to_host_file_result. func_convert_path_nix_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_nix_to_cygwin # func_dll_def_p FILE # True iff FILE is a Windows DLL '.def' file. # Keep in sync with _LT_DLL_DEF_P in libtool.m4 func_dll_def_p () { $debug_cmd func_dll_def_p_tmp=`$SED -n \ -e 's/^[ ]*//' \ -e '/^\(;.*\)*$/d' \ -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ -e q \ "$1"` test DEF = "$func_dll_def_p_tmp" } # func_mode_compile arg... func_mode_compile () { $debug_cmd # Get the compilation command and the source file. base_compile= srcfile=$nonopt # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= pie_flag= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg=$arg arg_mode=normal ;; target ) libobj=$arg arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) test -n "$libobj" && \ func_fatal_error "you cannot specify '-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) func_append later " $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= save_ifs=$IFS; IFS=, for arg in $args; do IFS=$save_ifs func_append_quoted lastarg "$arg" done IFS=$save_ifs func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. func_append base_compile " $lastarg" continue ;; *) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg=$srcfile srcfile=$arg ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in arg) func_fatal_error "you must specify an argument for -Xcompile" ;; target) func_fatal_error "you must specify a target with '-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" libobj=$func_basename_result } ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo case $libobj in *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; esac case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) func_fatal_error "cannot determine name of library object from '$libobj'" ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -shared) test yes = "$build_libtool_libs" \ || func_fatal_configuration "cannot build a shared library" build_old_libs=no continue ;; -static) build_libtool_libs=no build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname=$func_basename_result xdir=$func_dirname_result lobj=$xdir$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test yes = "$build_old_libs"; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test no = "$compiler_c_o"; then output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext lockfile=$output_obj.lock else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test yes = "$need_locks"; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test warn = "$need_locks"; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test no != "$pic_mode"; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test yes = "$suppress_opt"; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test yes = "$build_old_libs"; then if test yes != "$pic_mode"; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test yes = "$compiler_c_o"; then func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test no != "$need_locks"; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test compile = "$opt_mode" && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only -shared do not build a '.o' file suitable for static linking -static only build a '.o' file suitable for static linking -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a 'standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix '.c' with the library object suffix, '.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to '-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the '--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the 'install' or 'cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE use a list of object files found in FILE to specify objects -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with '-') are ignored. Every other argument is treated as a filename. Files ending in '.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in '.la', then a libtool library is created, only library objects ('.lo' files) may be specified, and '-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created using 'ar' and 'ranlib', or on Windows using 'lib'. If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode '$opt_mode'" ;; esac echo $ECHO "Try '$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then if test : = "$opt_help"; then func_mode_help else { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done } | $SED -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do echo func_mode_help done } | $SED '1d /^When reporting/,/^Report/{ H d } $x /information about other modes/d /more detailed .*MODE/d s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' fi exit $? fi # func_mode_execute arg... func_mode_execute () { $debug_cmd # The first argument is the command name. cmd=$nonopt test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "'$file' is not a file" dir= case $file in *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "'$file' was not linked with '-export-dynamic'" continue fi func_dirname "$file" "" "." dir=$func_dirname_result if test -f "$dir/$objdir/$dlname"; then func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir=$func_dirname_result ;; *) func_warning "'-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir=$absdir # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic=$magic # Check if any of the arguments is a wrapper script. args= for file do case $file in -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file=$progdir/$program elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file=$progdir/$program fi ;; esac # Quote arguments (to preserve shell metacharacters). func_append_quoted args "$file" done if $opt_dry_run; then # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS else if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd=\$cmd$args fi } test execute = "$opt_mode" && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $debug_cmd libs= libdirs= admincmds= for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then func_append libs " $opt" else func_warning "'$opt' is not a valid libtool archive" fi else func_fatal_error "invalid argument '$opt'" fi done if test -n "$libs"; then if test -n "$lt_sysroot"; then sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" else sysroot_cmd= fi # Remove sysroot references if $opt_dry_run; then for lib in $libs; do echo "removing references to $lt_sysroot and '=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done ${RM}r "$tmpdir" fi fi if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. $opt_quiet && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" echo "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" echo "specify the full pathname of the library, or use the '-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then echo " - add LIBDIR to the '$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then echo " - add LIBDIR to the '$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the '$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" fi echo echo "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" echo "pages." ;; *) echo "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac echo "----------------------------------------------------------------------" fi exit $EXIT_SUCCESS } test finish = "$opt_mode" && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $debug_cmd # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || # Allow the use of GNU shtool's install command. case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; *) install_cp=false ;; esac # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=false stripme= no_mode=: for arg do arg2= if test -n "$dest"; then func_append files " $dest" dest=$arg continue fi case $arg in -d) isdir=: ;; -f) if $install_cp; then :; else prev=$arg fi ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then if test X-m = "X$prev" && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then func_quote_for_eval "$arg2" fi func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the '$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_for_eval "$install_override_mode" func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=: if $isdir; then destdir=$dest destname= else func_dirname_and_basename "$dest" "" "." destdir=$func_dirname_result destname=$func_basename_result # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "'$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "'$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. func_append staticlibs " $file" ;; *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir=$func_dirname_result func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking '$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname=$1 shift srcname=$realname test -n "$relink_command" && srcname=${realname}T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme=$stripme case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme= ;; esac ;; os2*) case $realname in *_dll.a) tstripme= ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try 'ln -sf' first, because the 'ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib=$destdir/$realname func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name=$func_basename_result instname=$dir/${name}i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest=$destfile destfile= ;; *) func_fatal_help "cannot copy a libtool object to '$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test yes = "$build_old_libs"; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext= case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=.exe fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script '$wrapper'" finalize=: for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` if test -n "$libdir" && test ! -f "$libfile"; then func_warning "'$lib' has not been installed in '$libdir'" finalize=false fi done relink_command= func_source "$wrapper" outputname= if test no = "$fast_install" && test -n "$relink_command"; then $opt_dry_run || { if $finalize; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file=$func_basename_result outputname=$tmpdir/$file # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink '$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file=$outputname else func_warning "cannot relink '$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name=$func_basename_result # Set up the ranlib parameters. oldlib=$destdir/$name func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run '$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test install = "$opt_mode" && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $debug_cmd my_outputname=$1 my_originator=$2 my_pic_p=${3-false} my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms=${my_outputname}S.c else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist=$output_objdir/$my_outputname.nm func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* External symbol declarations for the compiler. */\ " if test yes = "$dlself"; then func_verbose "generating symbol list for '$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 func_verbose "extracting global C symbols from '$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols=$output_objdir/$outputname.exp $opt_dry_run || { $RM $export_symbols eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from '$dlprefile'" func_basename "$dlprefile" name=$func_basename_result case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" dlprefile_dlbasename= if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` if test -n "$dlprefile_dlname"; then func_basename "$dlprefile_dlname" dlprefile_dlbasename=$func_basename_result else # no lafile. user explicitly requested -dlpreopen . $sharedlib_from_linklib_cmd "$dlprefile" dlprefile_dlbasename=$sharedlib_from_linklib_result fi fi $opt_dry_run || { if test -n "$dlprefile_dlbasename"; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" eval '$ECHO ": $name " >> "$nlist"' fi func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" } else # not an import lib $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } fi ;; *) $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } ;; esac done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi func_show_eval '$RM "${nlist}I"' if test -n "$global_symbol_to_import"; then eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' fi echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[];\ " if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ static void lt_syminit(void) { LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; for (; symbol->name; ++symbol) {" $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" echo >> "$output_objdir/$my_dlsyms" "\ } }" fi echo >> "$output_objdir/$my_dlsyms" "\ LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = { {\"$my_originator\", (void *) 0}," if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ {\"@INIT@\", (void *) <_syminit}," fi case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) $my_pic_p && pic_flag_for_symtable=" $pic_flag" ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) func_append symtab_cflags " $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' # Transform the symbol file into the correct name. symfileobj=$output_objdir/${my_outputname}S.$objext case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for '$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } # func_cygming_gnu_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is a GNU/binutils-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_gnu_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` test -n "$func_cygming_gnu_implib_tmp" } # func_cygming_ms_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is an MS-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_ms_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` test -n "$func_cygming_ms_implib_tmp" } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. # Despite the name, also deal with 64 bit binaries. func_win32_libid () { $debug_cmd win32_libid_type=unknown win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then case $nm_interface in "MS dumpbin") if func_cygming_ms_implib_p "$1" || func_cygming_gnu_implib_p "$1" then win32_nmres=import else win32_nmres= fi ;; *) func_to_tool_file "$1" func_convert_file_msys_to_w32 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ s|.*|import| p q } }'` ;; esac case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_cygming_dll_for_implib ARG # # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { $debug_cmd sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs # # The is the core of a fallback implementation of a # platform-specific function to extract the name of the # DLL associated with the specified import library LIBNAME. # # SECTION_NAME is either .idata$6 or .idata$7, depending # on the platform and compiler that created the implib. # # Echos the name of the DLL associated with the # specified import library. func_cygming_dll_for_implib_fallback_core () { $debug_cmd match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ # Place marker at beginning of archive member dllname section s/.*/====MARK====/ p d } # These lines can sometimes be longer than 43 characters, but # are always uninteresting /:[ ]*file format pe[i]\{,1\}-/d /^In archive [^:]*:/d # Ensure marker is printed /^====MARK====/p # Remove all lines with less than 43 characters /^.\{43\}/!d # From remaining lines, remove first 43 characters s/^.\{43\}//' | $SED -n ' # Join marker and all lines until next marker into a single line /^====MARK====/ b para H $ b para b :para x s/\n//g # Remove the marker s/^====MARK====// # Remove trailing dots and whitespace s/[\. \t]*$// # Print /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the # archive that possess that section. Heuristic: eliminate # all those that have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually # begins with a literal '.' or a single character followed by # a '.'. # # Of those that remain, print the first one. $SED -e '/^\./d;/^.\./d;q' } # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # # This fallback implementation is for use when $DLLTOOL # does not support the --identify-strict option. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { $debug_cmd if func_cygming_gnu_implib_p "$1"; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` elif func_cygming_ms_implib_p "$1"; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown sharedlib_from_linklib_result= fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { $debug_cmd f_ex_an_ar_dir=$1; shift f_ex_an_ar_oldlib=$1 if test yes = "$lock_old_archive_extraction"; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' if test yes = "$lock_old_archive_extraction"; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $debug_cmd my_gentop=$1; shift my_oldlibs=${1+"$@"} my_oldobjs= my_xlib= my_xabs= my_xdir= for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib=$func_basename_result my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir=$my_gentop/$my_xlib_u func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` func_basename "$darwin_archive" darwin_base_archive=$func_basename_result darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches; do func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" cd "unfat-$$/$darwin_base_archive-$darwin_arch" func_extract_an_archive "`pwd`" "$darwin_base_archive" cd "$darwin_curdir" $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result=$my_oldobjs } # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory where it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs 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 BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper # /script/ and the wrapper /executable/ that is used only on # windows platforms, and (c) all begin with the string "--lt-" # (application programs are unlikely to have options that match # this pattern). # # There are only two supported options: --lt-debug and # --lt-dump-script. There is, deliberately, no --lt-help. # # The first argument to this parsing function should be the # script's $0 value, followed by "$@". lt_option_debug= func_parse_lt_options () { lt_script_arg0=\$0 shift for lt_opt do case \"\$lt_opt\" in --lt-debug) lt_option_debug=1 ;; --lt-dump-script) lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` cat \"\$lt_dump_D/\$lt_dump_F\" exit 0 ;; --lt-*) \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 exit 1 ;; esac done # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 fi } # Used when --lt-debug. Prints its arguments to stdout # (redirection is the responsibility of the caller) func_lt_dump_args () { lt_dump_args_N=1; for lt_arg do \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } # Core function for launching the target application func_exec_program_core () { " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 } # A function to encapsulate launching the target application # Strips options in the --lt-* namespace from \$@ and # launches target application with the remaining arguments. func_exec_program () { case \" \$* \" in *\\ --lt-*) for lt_wr_arg do case \$lt_wr_arg in --lt-*) ;; *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; esac shift done ;; esac func_exec_program_core \${1+\"\$@\"} } # Parse options func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test yes = "$fast_install"; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else \$ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # fixup the dll searchpath if we need to. # # Fix the DLL searchpath if we need to. Do this before prepending # to shlibpath, because on Windows, both are PATH and uninstalled # libraries must come first. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi # Export our shlibpath_var if we have one. if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include #else # include # include # ifdef __CYGWIN__ # include # endif #endif #include #include #include #include #include #include #include #include #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* declarations of non-ANSI functions */ #if defined __MINGW32__ # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif #elif defined __CYGWIN__ # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif /* #elif defined other_platform || defined ... */ #endif /* portability defines, excluding path handling macros */ #if defined _MSC_VER # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC #elif defined __MINGW32__ # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv #elif defined __CYGWIN__ # define HAVE_SETENV # define FOPEN_WB "wb" /* #elif defined other platforms ... */ #endif #if defined PATH_MAX # define LT_PATHMAX PATH_MAX #elif defined MAXPATHLEN # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif /* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ defined __OS2__ # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free (stale); stale = 0; } \ } while (0) #if defined LT_DEBUGWRAPPER static int lt_debug = 1; #else static int lt_debug = 0; #endif const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_debugprintf (const char *file, int line, const char *fmt, ...); void lt_fatal (const char *file, int line, const char *message, ...); static const char *nonnull (const char *s); static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); char **prepare_spawn (char **argv); void lt_dump_script (FILE *f); EOF cat <= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; size_t tmp_len; char *concat_name; lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined HAVE_DOS_BASED_FILE_SYSTEM if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined HAVE_DOS_BASED_FILE_SYSTEM } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = (size_t) (q - p); p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { lt_debugprintf (__FILE__, __LINE__, "checking path component for symlinks: %s\n", tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { lt_fatal (__FILE__, __LINE__, "error accessing file \"%s\": %s", tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal (__FILE__, __LINE__, "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (STREQ (str, pat)) *str = '\0'; } return str; } void lt_debugprintf (const char *file, int line, const char *fmt, ...) { va_list args; if (lt_debug) { (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } } static void lt_error_core (int exit_status, const char *file, int line, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } static const char * nonnull (const char *s) { return s ? s : "(null)"; } static const char * nonempty (const char *s) { return (s && !*s) ? "(empty)" : nonnull (s); } void lt_setenv (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_setenv) setting '%s' to '%s'\n", nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else size_t len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { size_t orig_value_len = strlen (orig_value); size_t add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } void lt_update_exe_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ size_t len = strlen (new_value); while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[--len] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF case $host_os in mingw*) cat <<"EOF" /* Prepares an argument vector before calling spawn(). Note that spawn() does not by itself call the command interpreter (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&v); v.dwPlatformId == VER_PLATFORM_WIN32_NT; }) ? "cmd.exe" : "command.com"). Instead it simply concatenates the arguments, separated by ' ', and calls CreateProcess(). We must quote the arguments since Win32 CreateProcess() interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a special way: - Space and tab are interpreted as delimiters. They are not treated as delimiters if they are surrounded by double quotes: "...". - Unescaped double quotes are removed from the input. Their only effect is that within double quotes, space and tab are treated like normal characters. - Backslashes not followed by double quotes are not special. - But 2*n+1 backslashes followed by a double quote become n backslashes followed by a double quote (n >= 0): \" -> " \\\" -> \" \\\\\" -> \\" */ #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" char ** prepare_spawn (char **argv) { size_t argc; char **new_argv; size_t i; /* Count number of arguments. */ for (argc = 0; argv[argc] != NULL; argc++) ; /* Allocate new argument vector. */ new_argv = XMALLOC (char *, argc + 1); /* Put quoted arguments into the new argument vector. */ for (i = 0; i < argc; i++) { const char *string = argv[i]; if (string[0] == '\0') new_argv[i] = xstrdup ("\"\""); else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) { int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); size_t length; unsigned int backslashes; const char *s; char *quoted_string; char *p; length = 0; backslashes = 0; if (quote_around) length++; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') length += backslashes + 1; length++; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) length += backslashes + 1; quoted_string = XMALLOC (char, length + 1); p = quoted_string; backslashes = 0; if (quote_around) *p++ = '"'; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') { unsigned int j; for (j = backslashes + 1; j > 0; j--) *p++ = '\\'; } *p++ = c; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) { unsigned int j; for (j = backslashes; j > 0; j--) *p++ = '\\'; *p++ = '"'; } *p = '\0'; new_argv[i] = quoted_string; } else new_argv[i] = (char *) string; } new_argv[argc] = NULL; return new_argv; } EOF ;; esac cat <<"EOF" void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | $SED -n -e ' s/^\(.\{79\}\)\(..*\)/\1\ \2/ h s/\([\\"]\)/\\\1/g s/$/\\n/ s/\([^\n]*\).*/ fputs ("\1", f);/p g D' cat <<"EOF" } EOF } # end: func_emit_cwrapperexe_src # func_win32_import_lib_p ARG # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { $debug_cmd case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } # func_suncc_cstd_abi # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! # Several compiler flags select an ABI that is incompatible with the # Cstd library. Avoid specifying it if any are in CXXFLAGS. func_suncc_cstd_abi () { $debug_cmd case " $compile_command " in *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) suncc_use_cstd_abi=no ;; *) suncc_use_cstd_abi=yes ;; esac } # func_mode_link arg... func_mode_link () { $debug_cmd case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # what system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll that has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no bindir= dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= os2dllname= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=false prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module=$wl-single_module func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test yes != "$build_libtool_libs" \ && func_fatal_configuration "cannot build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg=$1 shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) bindir=$arg prev= continue ;; dlfiles|dlprefiles) $preload || { # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=: } case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test no = "$dlself"; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test dlprefiles = "$prev"; then dlself=yes elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test dlfiles = "$prev"; then func_append dlfiles " $arg" else func_append dlprefiles " $arg" fi prev= continue ;; esac ;; expsyms) export_symbols=$arg test -f "$arg" \ || func_fatal_error "symbol file '$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex=$arg prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir=$arg prev= continue ;; mllvm) # Clang does not use LLVM to link, so we can simply discard any # '-mllvm $arg' options when doing the link step. prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # func_append moreargs " $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result if test none != "$pic_object"; then # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object fi # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file '$arg' does not exist" fi arg=$save_arg prev= continue ;; os2dllname) os2dllname=$arg prev= continue ;; precious_regex) precious_files_regex=$arg prev= continue ;; release) release=-$arg prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test rpath = "$prev"; then case "$rpath " in *" $arg "*) ;; *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds=$arg prev= continue ;; weak) func_append weak_libs " $arg" prev= continue ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) func_append linker_flags " $qarg" func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg=$arg case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "'-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -bindir) prev=bindir continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test X-export-symbols = "X$arg"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between '-L' and '$1'" else func_fatal_error "need path for '-L' option" fi fi func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of '$dir'" dir=$absdir ;; esac case "$deplibs " in *" -L$dir "* | *" $arg "*) # Will only happen for absolute or sysroot arguments ;; *) # Preserve sysroot, but never include relative directories case $dir in [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; *) func_append deplibs " -L$dir" ;; esac func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac continue ;; -l*) if test X-lc = "X$arg" || test X-lm = "X$arg"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test X-lc = "X$arg" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc due to us having libc/libc_r. test X-lc = "X$arg" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test X-lc = "X$arg" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test X-lc = "X$arg" && continue ;; esac elif test X-lc_r = "X$arg"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi func_append deplibs " $arg" continue ;; -mllvm) prev=mllvm continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) single_module=$wl-multi_module continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "'-no-install' is ignored for $host" func_warning "assuming '-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -os2dllname) prev=os2dllname continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; =*) func_stripname '=' '' "$dir" dir=$lt_sysroot$func_stripname_result ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_for_eval "$flag" func_append arg " $func_quote_for_eval_result" func_append compiler_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_for_eval "$flag" func_append arg " $wl$func_quote_for_eval_result" func_append compiler_flags " $wl$func_quote_for_eval_result" func_append linker_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; # Flags to be passed through unchanged, with rationale: # -64, -mips[0-9] enable 64-bit mode for the SGI compiler # -r[0-9][0-9]* specify processor for the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler # +DA*, +DD* enable 64-bit mode for the HP compiler # -q* compiler args for the IBM compiler # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC # -fstack-protector* stack protector flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang # -fsanitize=* Clang/GCC memory and address sanitizer -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -specs=*|-fsanitize=*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" continue ;; -Z*) if test os2 = "`expr $host : '.*\(os2\)'`"; then # OS/2 uses -Zxxx to specify OS/2-specific options compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case $arg in -Zlinker | -Zstack) prev=xcompiler ;; esac continue else # Otherwise treat like 'Some other compiler flag' below func_quote_for_eval "$arg" arg=$func_quote_for_eval_result fi ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; *.$objext) # A standard object. func_append objs " $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result test none = "$pic_object" || { # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object } # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. func_append deplibs " $arg" func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. func_resolve_sysroot "$arg" if test dlfiles = "$prev"; then # This library was specified with -dlopen. func_append dlfiles " $func_resolve_sysroot_result" prev= elif test dlprefiles = "$prev"; then # The library was specified with -dlpreopen. func_append dlprefiles " $func_resolve_sysroot_result" prev= else func_append deplibs " $func_resolve_sysroot_result" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the '$prevarg' option requires an argument" if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname=$func_basename_result libobjs_save=$libobjs if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" # Definition is injected by LT_CONFIG during libtool generation. func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" func_dirname "$output" "/" "" output_objdir=$func_dirname_result$objdir func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_preserve_dup_deps; then case "$libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append libs " $deplib" done if test lib = "$linkmode"; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=false newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test lib,link = "$linkmode,$pass"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs=$tmp_deplibs fi if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass"; then libs=$deplibs deplibs= fi if test prog = "$linkmode"; then case $pass in dlopen) libs=$dlfiles ;; dlpreopen) libs=$dlprefiles ;; link) libs="$deplibs %DEPLIBS%" test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" ;; esac fi if test lib,dlpreopen = "$linkmode,$pass"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= func_resolve_sysroot "$lib" case $lib in *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do func_basename "$deplib" deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) func_append deplibs " $deplib" ;; esac done done libs=$dlprefiles fi if test dlopen = "$pass"; then # Collect dlpreopened libraries save_deplibs=$deplibs deplibs= fi for deplib in $libs; do lib= found=false case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append compiler_flags " $deplib" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) if test lib != "$linkmode" && test prog != "$linkmode"; then func_warning "'-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test lib = "$linkmode"; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib=$searchdir/lib$name$search_ext if test -f "$lib"; then if test .la = "$search_ext"; then found=: else found=false fi break 2 fi done done if $found; then # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll=$l done if test "X$ll" = "X$old_library"; then # only static version available found=false func_dirname "$lib" "" "." ladir=$func_dirname_result lib=$ladir/$old_library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi else # deplib doesn't seem to be a libtool library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi ;; # -l *.ltframework) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test conv = "$pass" && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi if test scan = "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "'-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test link = "$pass"; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) func_resolve_sysroot "$deplib" lib=$func_resolve_sysroot_result ;; *.$libext) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=false case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=: fi ;; pass_all) valid_a_lib=: ;; esac if $valid_a_lib; then echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" else echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." fi ;; esac continue ;; prog) if test link != "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test conv = "$pass"; then deplibs="$deplib $deplibs" elif test prog = "$linkmode"; then if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then # If there is no dlopen support or we're linking statically, # we need to preload. func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=: continue ;; esac # case $deplib $found || test -f "$lib" \ || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "'$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir=$func_dirname_result dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass" || { test prog != "$linkmode" && test lib != "$linkmode"; }; then test -n "$dlopen" && func_append dlfiles " $dlopen" test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test conv = "$pass"; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for '$lib'" fi # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done elif test prog != "$linkmode" && test lib != "$linkmode"; then func_fatal_error "'$lib' is not a convenience library" fi continue fi # $pass = conv # Get the name of the library we link against. linklib= if test -n "$old_library" && { test yes = "$prefer_static_libs" || test built,no = "$prefer_static_libs,$installed"; }; then linklib=$old_library else for l in $old_library $library_names; do linklib=$l done fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for '$lib'" fi # This library was specified with -dlopen. if test dlopen = "$pass"; then test -z "$libdir" \ && func_fatal_error "cannot -dlopen a convenience library: '$lib'" if test -z "$dlname" || test yes != "$dlopen_support" || test no = "$build_libtool_libs" then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. func_append dlprefiles " $lib $dependency_libs" else func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of '$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir=$ladir fi ;; esac func_basename "$lib" laname=$func_basename_result # Find the relevant object directory and library name. if test yes = "$installed"; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library '$lib' was moved." dir=$ladir absdir=$abs_ladir libdir=$abs_ladir else dir=$lt_sysroot$libdir absdir=$lt_sysroot$libdir fi test yes = "$hardcode_automatic" && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir=$ladir absdir=$abs_ladir # Remove this search path later func_append notinst_path " $abs_ladir" else dir=$ladir/$objdir absdir=$abs_ladir/$objdir # Remove this search path later func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test dlpreopen = "$pass"; then if test -z "$libdir" && test prog = "$linkmode"; then func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" fi case $host in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present # (otherwise, the dlopen module name will be incorrect). We do # this by putting the import library name into $newdlprefiles. # We recover the dlopen module name by 'saving' the la file # name in a special purpose variable, and (later) extracting the # dlname from the la file. if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" func_append newdlprefiles " $dir/$linklib" else func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then func_append newdlprefiles " $dir/$dlname" else func_append newdlprefiles " $dir/$linklib" fi ;; esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test lib = "$linkmode"; then deplibs="$dir/$old_library $deplibs" elif test prog,link = "$linkmode,$pass"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test prog = "$linkmode" && test link != "$pass"; then func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=false if test no != "$link_all_deplibs" || test -z "$library_names" || test no = "$build_libtool_libs"; then linkalldeplibs=: fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? if $linkalldeplibs; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... if test prog,link = "$linkmode,$pass"; then if test -n "$library_names" && { { test no = "$prefer_static_libs" || test built,yes = "$prefer_static_libs,$installed"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then # Make sure the rpath contains only unique directories. case $temp_rpath: in *"$absdir:"*) ;; *) func_append temp_rpath "$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... if $alldeplibs && { test pass_all = "$deplibs_check_method" || { test yes = "$build_libtool_libs" && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test built = "$use_static_libs" && test yes = "$installed"; then use_static_libs=no fi if test -n "$library_names" && { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no ;; *) if test no = "$installed"; then func_append notinst_deplibs " $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule= for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule=$dlpremoduletest break fi done if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then echo if test prog = "$linkmode"; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test lib = "$linkmode" && test yes = "$hardcode_into_libs"; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname=$1 shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname=$dlname elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc* | *os2*) func_arith $current - $age major=$func_arith_result versuffix=-$major ;; esac eval soname=\"$soname_spec\" else soname=$realname fi # Make a new name for the extract_expsyms_cmds to use soroot=$soname func_basename "$soroot" soname=$func_basename_result func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from '$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for '$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test prog = "$linkmode" || test relink != "$opt_mode"; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test no = "$hardcode_direct"; then add=$dir/$linklib case $host in *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; *-*-sysv4*uw2*) add_dir=-L$dir ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir=-L$dir ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we cannot # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library"; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else add=$dir/$old_library fi elif test -n "$old_library"; then add=$dir/$old_library fi fi esac elif test no = "$hardcode_minus_L"; then case $host in *-*-sunos*) add_shlibpath=$dir ;; esac add_dir=-L$dir add=-l$name elif test no = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; relink) if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$dir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$absdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name elif test yes = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; *) lib_linked=no ;; esac if test yes != "$lib_linked"; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test prog = "$linkmode"; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test yes != "$hardcode_direct" && test yes != "$hardcode_minus_L" && test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi if test prog = "$linkmode" || test relink = "$opt_mode"; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$libdir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$libdir add=-l$name elif test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac add=-l$name elif test yes = "$hardcode_automatic"; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib"; then add=$inst_prefix_dir$libdir/$linklib else add=$libdir/$linklib fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir=-L$libdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name fi if test prog = "$linkmode"; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test prog = "$linkmode"; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test unsupported != "$hardcode_direct"; then test -n "$old_library" && linklib=$old_library compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test yes = "$build_libtool_libs"; then # Not a shared library if test pass_all != "$deplibs_check_method"; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo $ECHO "*** Warning: This system cannot link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." if test yes = "$module"; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test lib = "$linkmode"; then if test -n "$dependency_libs" && { test yes != "$hardcode_into_libs" || test yes = "$build_old_libs" || test yes = "$link_static"; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) func_append xrpath " $temp_xrpath";; esac;; *) func_append temp_deplibs " $libdir";; esac done dependency_libs=$temp_deplibs fi func_append newlib_search_path " $absdir" # Link against this library test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi func_append tmp_libs " $func_resolve_sysroot_result" done if test no != "$link_all_deplibs"; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path=$deplib ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of '$dir'" absdir=$dir fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names"; then for tmp in $deplibrary_names; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl"; then depdepl=$absdir/$objdir/$depdepl darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" path= fi fi ;; *) path=-L$absdir/$objdir ;; esac else eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "'$deplib' seems to be moved" path=-L$absdir fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test link = "$pass"; then if test prog = "$linkmode"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs=$newdependency_libs if test dlpreopen = "$pass"; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test dlopen != "$pass"; then test conv = "$pass" || { # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= } if test prog,link = "$linkmode,$pass"; then vars="compile_deplibs finalize_deplibs" else vars=deplibs fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) func_append tmp_libs " $deplib" ;; esac ;; *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Add Sun CC postdeps if required: test CXX = "$tagname" && { case $host_os in linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; solaris*) func_cc_basename "$CC" case $func_cc_basename_result in CC* | sunCC*) func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; esac } # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i= ;; esac if test -n "$i"; then func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass if test prog = "$linkmode"; then dlfiles=$newdlfiles fi if test prog = "$linkmode" || test lib = "$linkmode"; then dlprefiles=$newdlprefiles fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "'-R' is ignored for archives" test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "'-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "'-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs=$output func_append objs "$old_deplibs" ;; lib) # Make sure we only generate libraries of the form 'libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test no = "$module" \ && func_fatal_help "libtool library '$output' must begin with 'lib'" if test no != "$need_lib_prefix"; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test pass_all != "$deplibs_check_method"; then func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" func_append libobjs " $objs" fi fi test no = "$dlself" \ || func_warning "'-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test 1 -lt "$#" \ && func_warning "ignoring multiple '-rpath's for a libtool library" install_libdir=$1 oldlibs= if test -z "$rpath"; then if test yes = "$build_libtool_libs"; then # Building a libtool convenience library. # Some compilers have problems with a '.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "'-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs=$IFS; IFS=: set dummy $vinfo 0 0 0 shift IFS=$save_ifs test -n "$7" && \ func_fatal_help "too many parameters to '-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major=$1 number_minor=$2 number_revision=$3 # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # that has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor darwin|freebsd-elf|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_revision ;; freebsd-aout|qnx|sunos) current=$number_major revision=$number_minor age=0 ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_minor lt_irix_increment=no ;; *) func_fatal_configuration "$modename: unknown library version type '$version_type'" ;; esac ;; no) current=$1 revision=$2 age=$3 ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT '$current' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION '$revision' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE '$age' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE '$age' is greater than the current interface number '$current'" func_fatal_error "'$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" # On Darwin other compilers case $CC in nagfor*) verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" ;; *) verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; esac ;; freebsd-aout) major=.$current versuffix=.$current.$revision ;; freebsd-elf) func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; irix | nonstopux) if test no = "$lt_irix_increment"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring=$verstring_prefix$major.$revision # Add in all the interfaces that we are compatible with. loop=$revision while test 0 -ne "$loop"; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring_prefix$major.$iface:$verstring done # Before this point, $major must not contain '.'. major=.$major versuffix=$major.$revision ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=.$current.$age.$revision verstring=$current.$age.$revision # Add in all the interfaces that we are compatible with. loop=$age while test 0 -ne "$loop"; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring:$iface.0 done # Make executables depend on our current version. func_append verstring ":$current.0" ;; qnx) major=.$current versuffix=.$current ;; sco) major=.$current versuffix=.$current ;; sunos) major=.$current versuffix=.$current.$revision ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result versuffix=-$major ;; *) func_fatal_configuration "unknown library version type '$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring=0.0 ;; esac if test no = "$need_version"; then versuffix= else versuffix=.0.0 fi fi # Remove version info from name if versioning should be avoided if test yes,no = "$avoid_version,$need_version"; then major= versuffix= verstring= fi # Check to see if the archive will have undefined symbols. if test yes = "$allow_undefined"; then if test unsupported = "$allow_undefined_flag"; then if test yes = "$build_old_libs"; then func_warning "undefined symbols not allowed in $host shared libraries; building static only" build_libtool_libs=no else func_fatal_error "can't build $host shared library unless -no-undefined is specified" fi fi else # Don't allow undefined symbols. allow_undefined_flag=$no_undefined_flag fi fi func_generate_dlsyms "$libname" "$libname" : func_append libobjs " $symfileobj" test " " = "$libobjs" && libobjs= if test relink != "$opt_mode"; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) if test -n "$precious_files_regex"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi func_append removelist " $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles=$dlfiles dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles=$dlprefiles dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) func_append dlprefiles " $lib" ;; esac done if test yes = "$build_libtool_libs"; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test yes = "$build_libtool_need_lc"; then func_append deplibs " -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release= versuffix= major= newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` $nocaseglob else potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib=$potent_lib while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | $SED 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib= ;; esac fi if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib=$potent_lib # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs= tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test yes = "$allow_libtool_libs_with_static_runtimes"; then for i in $predeps $postdeps; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` done fi case $tmp_deplibs in *[!\ \ ]*) echo if test none = "$deplibs_check_method"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." fi echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes ;; esac ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test yes = "$droppeddeps"; then if test yes = "$module"; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" echo "*** a static module, that should work as long as the dlopening" echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else echo "*** The inter-library dependencies that have been dropped here will be" echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." if test no = "$allow_undefined"; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done deplibs=$new_libs # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test yes = "$build_libtool_libs"; then # Remove $wl instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac if test yes = "$hardcode_into_libs"; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath=$finalize_rpath test relink = "$opt_mode" || rpath=$compile_rpath$rpath for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath=$finalize_shlibpath test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname=$1 shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname=$realname fi if test -z "$dlname"; then dlname=$soname fi lib=$output_objdir/$realname linknames= for link do func_append linknames " $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols=$output_objdir/$libname.uexp func_append delfiles " $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile func_dll_def_p "$export_symbols" || { # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols=$export_symbols export_symbols= always_export_symbols=yes } fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs=$IFS; IFS='~' for cmd1 in $cmds; do IFS=$save_ifs # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) try_normal_branch=yes eval cmd=\"$cmd1\" func_len " $cmd" len=$func_len_result ;; *) try_normal_branch=no ;; esac if test yes = "$try_normal_branch" \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then func_show_eval "$cmd" 'exit $?' skipped_export=false elif test -n "$nm_file_list_spec"; then func_basename "$output" output_la=$func_basename_result save_libobjs=$libobjs save_output=$output output=$output_objdir/$output_la.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > "$output" eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' output=$save_output libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS=$save_ifs if test -n "$export_symbols_regex" && test : != "$skipped_export"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test : != "$skipped_export" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) func_append tmp_deplibs " $test_deplib" ;; esac done deplibs=$tmp_deplibs if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test yes = "$compiler_needs_object" && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $convenience func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test : != "$skipped_export" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output func_basename "$output" output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then output=$output_objdir/$output_la.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then output=$output_objdir/$output_la.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test yes = "$compiler_needs_object"; then firstobj="$1 " shift fi for obj do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-$k.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test -z "$objlist" || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test 1 -eq "$k"; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-$k.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-$k.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi func_append delfiles " $output" else output= fi ${skipped_export-false} && { func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi } test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs=$IFS; IFS='~' for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi ${skipped_export-false} && { if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi } libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs=$IFS; IFS='~' for cmd in $cmds; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs # Restore the uninstalled library and exit if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test yes = "$module" || test yes = "$export_dynamic"; then # On all known operating systems, these are identical. dlname=$soname fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "'-R' is ignored for objects" test -n "$vinfo" && \ func_warning "'-version-info' is ignored for objects" test -n "$release" && \ func_warning "'-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object '$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj=$output ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # if reload_cmds runs $LD directly, get rid of -Wl from # whole_archive_flag_spec and hope we can get by with turning comma # into space. case $reload_cmds in *\$LD[\ \$]*) wl= ;; esac if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags else gentop=$output_objdir/${obj}x func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # If we're not building shared, we need to use non_pic_objs test yes = "$build_libtool_libs" || libobjs=$non_pic_objects # Create the old-style object. reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs output=$obj func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi test yes = "$build_libtool_libs" || { if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS } if test -n "$pic_flag" || test default != "$pic_mode"; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output=$libobj func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "'-version-info' is ignored for programs" test -n "$release" && \ func_warning "'-release' is ignored for programs" $preload \ && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test CXX = "$tagname"; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) func_append compile_command " $wl-bind_at_load" func_append finalize_command " $wl-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done compile_deplibs=$new_libs func_append compile_command " $compile_deplibs" func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath=$rpath rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath=$rpath if test -n "$libobjs" && test yes = "$build_old_libs"; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" false # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=: case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=false ;; *cygwin* | *mingw* ) test yes = "$build_libtool_libs" || wrappers_required=false ;; *) if test no = "$need_relink" || test yes != "$build_libtool_libs"; then wrappers_required=false fi ;; esac $wrappers_required || { # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command=$compile_command$compile_rpath # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Delete the generated files. if test -f "$output_objdir/${outputname}S.$objext"; then func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' fi exit $exit_status } if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test yes = "$no_install"; then # We don't need to create a wrapper script. link_command=$compile_var$compile_command$compile_rpath # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi exit $EXIT_SUCCESS fi case $hardcode_action,$fast_install in relink,*) # Fast installation is not supported link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath func_warning "this platform does not like uninstalled shared libraries" func_warning "'$output' will be relinked during installation" ;; *,yes) link_command=$finalize_var$compile_command$finalize_rpath relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` ;; *,no) link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath ;; *,needless) link_command=$finalize_var$compile_command$finalize_rpath relink_command= ;; esac # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output_objdir/$outputname" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource=$output_path/$objdir/lt-$output_name.c cwrapper=$output_path/$output_name.exe $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host"; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do case $build_libtool_libs in convenience) oldobjs="$libobjs_save $symfileobj" addlibs=$convenience build_libtool_libs=no ;; module) oldobjs=$libobjs_save addlibs=$old_convenience build_libtool_libs=no ;; *) oldobjs="$old_deplibs $non_pic_objects" $preload && test -f "$symfileobj" \ && func_append oldobjs " $symfileobj" addlibs=$old_convenience ;; esac if test -n "$addlibs"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $addlibs func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else echo "copying selected object files to avoid basename conflicts..." gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase=$func_basename_result case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" func_append oldobjs " $gentop/$newobj" ;; *) func_append oldobjs " $obj" ;; esac done fi func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds elif test -n "$archiver_list_spec"; then func_verbose "using command file archive linking..." for obj in $oldobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > $output_objdir/$libname.libcmd func_to_tool_file "$output_objdir/$libname.libcmd" oldobjs=" $archiver_list_spec$func_to_tool_file_result" cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj"; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test -z "$oldobjs"; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test yes = "$build_old_libs" && old_library=$libname.$libext func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test yes = "$hardcode_automatic"; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test yes = "$installed"; then if test -z "$install_libdir"; then break fi output=$output_objdir/${outputname}i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name=$func_basename_result func_resolve_sysroot "$deplib" eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -R$func_replace_sysroot_result" ;; *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs=$newdependency_libs newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; *) func_append newdlfiles " $lib" ;; esac done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done dlprefiles=$newdlprefiles else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlfiles " $abs" done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlprefiles " $abs" done dlprefiles=$newdlprefiles fi $RM $output # place dlname in correct position for cygwin # In fact, it would be nice if we could use this code for all target # systems that can't hard-code library paths into their executables # and that have no shared library path variable independent of PATH, # but it turns out we can't easily determine that from inspecting # libtool variables, so we have to hard-code the OSs to which it # applies here; at the moment, that means platforms that use the PE # object format with DLL files. See the long comment at the top of # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test -n "$bindir"; then func_relative_path "$install_libdir" "$bindir" tdlname=$func_relative_path_result/$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname fi ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that cannot go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test no,yes = "$installed,$need_relink"; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } if test link = "$opt_mode" || test relink = "$opt_mode"; then func_mode_link ${1+"$@"} fi # func_mode_uninstall arg... func_mode_uninstall () { $debug_cmd RM=$nonopt files= rmforce=false exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic for arg do case $arg in -f) func_append RM " $arg"; rmforce=: ;; -*) func_append RM " $arg" ;; *) func_append files " $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= for file in $files; do func_dirname "$file" "" "." dir=$func_dirname_result if test . = "$dir"; then odir=$objdir else odir=$dir/$objdir fi func_basename "$file" name=$func_basename_result test uninstall = "$opt_mode" && odir=$dir # Remember odir for removal later, being careful to avoid duplicates if test clean = "$opt_mode"; then case " $rmdirs " in *" $odir "*) ;; *) func_append rmdirs " $odir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif $rmforce; then continue fi rmfiles=$file case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do func_append rmfiles " $odir/$n" done test -n "$old_library" && func_append rmfiles " $odir/$old_library" case $opt_mode in clean) case " $library_names " in *" $dlname "*) ;; *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test none != "$pic_object"; then func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test none != "$non_pic_object"; then func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) if test clean = "$opt_mode"; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles func_append rmfiles " $odir/$name $odir/${name}S.$objext" if test yes = "$fast_install" && test -n "$relink_command"; then func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name"; then func_append rmfiles " $odir/lt-$noexename.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done # Try to remove the $objdir's in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then func_mode_uninstall ${1+"$@"} fi test -z "$opt_mode" && { help=$generic_help func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode '$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # where we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: libcdio-2.0.0/Makefile.in0000664000175000017500000010417013222217403012105 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003-2004, 2006, 2008, 2011-2013, 2016 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @ENABLE_CXX_BINDINGS_TRUE@am__append_1 = \ @ENABLE_CXX_BINDINGS_TRUE@ libcdio++.pc \ @ENABLE_CXX_BINDINGS_TRUE@ libiso9660++.pc subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = doc/doxygen/Doxyfile libcdio.pc libiso9660.pc \ libudf.pc package/libcdio.spec libcdio++.pc libiso9660++.pc CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(pkgconfigdir)" DATA = $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/libcdio++.pc.in $(srcdir)/libcdio.pc.in \ $(srcdir)/libiso9660++.pc.in $(srcdir)/libiso9660.pc.in \ $(srcdir)/libudf.pc.in $(top_srcdir)/doc/doxygen/Doxyfile.in \ $(top_srcdir)/package/libcdio.spec.in AUTHORS COPYING \ ChangeLog INSTALL NEWS README THANKS TODO compile config.guess \ config.rpath config.sub install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best DIST_TARGETS = dist-bzip2 dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = dist-bzip2 EXTRA_DIST = \ MSVC/README MSVC/cd-info.vcproj \ MSVC/config.h \ MSVC/libcdio.sln \ MSVC/libcdio.vcproj \ README.libcdio \ THANKS \ example/README \ libcdio.pc.in \ libcdio++.pc.in \ libiso9660.pc.in \ libiso9660++.pc.in \ libudf.pc.in \ make-check-filter.pl \ make-check-filter.rb \ package/libcdio.spec.in SUBDIRS = doc include lib src test example # pkg-config(1) related rules pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcdio.pc libiso9660.pc libudf.pc $(am__append_1) # List of additional files for expanded regression tests DISTFILES_REGRESSION = tests/monvoisin.nrg tests/monvoisin.right \ tests/svcdgs.nrg tests/svcdgs.nrg \ tests/svcd_ogt_test_ntsc.bin \ tests/svcd_ogt_test_ntsc.cue \ tests/svcd_ogt_test_ntsc.right \ tests/vcd_demo.bin tests/vcd_demo.cue \ tests/vcd_demo.right REGRESSION_VERSION = 1.1 distdir_regression = ../$(PACKAGE)-$(REGRESSION_VERSION)-tests MAINTAINERCLEANFILES = ChangeLog *.rej *.orig @MAINTAINER_MODE_TRUE@ACLOCAL_AMFLAGS = -I m4 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 doc/doxygen/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/doxygen/Doxyfile.in cd $(top_builddir) && $(SHELL) ./config.status $@ libcdio.pc: $(top_builddir)/config.status $(srcdir)/libcdio.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ libiso9660.pc: $(top_builddir)/config.status $(srcdir)/libiso9660.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ libudf.pc: $(top_builddir)/config.status $(srcdir)/libudf.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ package/libcdio.spec: $(top_builddir)/config.status $(top_srcdir)/package/libcdio.spec.in cd $(top_builddir) && $(SHELL) ./config.status $@ libcdio++.pc: $(top_builddir)/config.status $(srcdir)/libcdio++.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ libiso9660++.pc: $(top_builddir)/config.status $(srcdir)/libiso9660++.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-pkgconfigDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-pkgconfigDATA .MAKE: $(am__recursive_targets) all install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ dist-xz dist-zip distcheck distclean distclean-generic \ distclean-hdr distclean-libtool distclean-tags distcleancheck \ distdir distuninstallcheck dvi dvi-am html html-am info \ info-am install install-am install-data install-data-am \ install-dvi install-dvi-am install-exec install-exec-am \ install-html install-html-am install-info install-info-am \ install-man install-pdf install-pdf-am install-pkgconfigDATA \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-pkgconfigDATA .PRECIOUS: Makefile $(pkgconfig_DATA): config.status #: run regression tests. "test" is the same thing as "check" test: check #: Run all tests without bloated output check-short: $(MAKE) check 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb #: Make documentation via Doxygen http://www.stack.nl/~dimitri/doxygen/ doxygen: -( cd ${top_srcdir}/doc/doxygen && /bin/sh ${srcdir}/run_doxygen ) dist-regression: distdir-regression cd $(distdir) && $(AMTAR) chof - tests | GZIP=$(GZIP_ENV) gzip -c >$(distdir_regression).tar.gz $(am__remove_distdir) distdir-regression: $(DISTFILES_REGRESSION) $(am__remove_distdir) mkdir $(distdir) @list='$(DISTFILES_REGRESSION)'; for file in $$list; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir_regression)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done -find $(distdir) -type d ! -perm -755 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) check_nrg.sh: $(top_builddir)/config.status check_nrg.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ chmod +x config_nrg.sh check_cue.sh: $(top_builddir)/config.status check_cue.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ chmod +x config_cue.sh check_iso.sh: $(top_builddir)/config.status check_iso.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ chmod +x config_iso.sh @MAINTAINER_MODE_TRUE@.PHONY: ChangeLog @MAINTAINER_MODE_TRUE@GIT2CL ?= git2cl #: Create ChangeLog from version control @MAINTAINER_MODE_TRUE@ChangeLog: @MAINTAINER_MODE_TRUE@ git log --pretty --numstat --summary | $(GIT2CL) >$@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/libcdio++.pc.in0000644000175000017500000000044111114145233012515 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: @PACKAGE_NAME@++ Description: C++ OO Portable CD-ROM I/O library Version: @PACKAGE_VERSION@ #Requires: glib-2.0 Libs: -L${libdir} -lcdio++ -lcdio @LIBS@ @DARWIN_PKG_LIB_HACK@ Cflags: -I${includedir} libcdio-2.0.0/doc/0000775000175000017500000000000013222221716010664 500000000000000libcdio-2.0.0/doc/libcdio.info0000664000175000017500000046327113222217507013106 00000000000000This is libcdio.info, produced by makeinfo version 6.4.90 from libcdio.texi. This manual documents 'libcdio', the GNU CD Input, Output, and Control Library. Copyright (C) 2003-2008, 2010, 2012-2014 Rocky Bernstein and Herbert Valerio Riedel. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". INFO-DIR-SECTION Software libraries START-INFO-DIR-ENTRY * libcdio: (libcdio). GNU Compact Disc Input, Output, and Control Library. END-INFO-DIR-ENTRY  File: libcdio.info, Node: Top, Next: History, Up: (dir) GNU 'libcdio' ************* This manual documents 'libcdio', the GNU CD Input, Output, and Control Library. Copyright (C) 2003-2008, 2010, 2012-2014 Rocky Bernstein and Herbert Valerio Riedel. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". * Menu: * History:: How this came about * Previous Work:: The problem and previous work * Purpose:: What is in this package (and what's not) * CD Formats:: A tour through the CD-specification spectrum * CD Image Formats:: A tour through various CD-image formats * CD Units:: The units that make up a CD * How to use:: Okay enough babble, lemme at the library! * Utility Programs:: Diagnostic programs that come with this library * CD-ROM Access and Drivers:: CD-ROM access and drivers * Internal Program Organization:: Looking under the hood Appendices * ISO-9660 Character Sets:: * Glossary:: * GNU Free Documentation License:: Indices * General Index:: Overall index  File: libcdio.info, Node: History, Next: Previous Work, Prev: Top, Up: Top 1 History ********* As a result of the repressive Digital Millennium Copyright Act, DMCA, I became aware of Video CD's (VCD's). Video CD's are not subject to the DMCA and therefore enjoy the protection afforded by copyright but no more. But in order for VCD's to be competitive with DVD's, good tools - including GPL tools - are needed for authoring and playing them. And so through VCD's I became aware of the excellent Video CD tools by Herbert Valerio Riedel which form the 'vcdimager' package. Although vcdimager is great for authoring, examining and extracting parts of a Video CD, it is not a VCD player. And when I looked at the state of Video CD handling in existing VCD players: 'xine', 'MPlayer', and 'vlc', I was a bit disappointed. None handled playback control, menu selections, or playing still frames and segments from track 1. Version 0.7.12 of vcdimager was very impressive, however it lacked exportable libraries that could be used in other projects. So with the blessing and encouragement of Herbert Valerio Riedel, I took to extract and create libraries from this code base. The result was two libraries: one to extract information from a VCD which I called libvcdinfo, and another to do the reading and control of a VCD. Well, actually, at this point I should say that a Video CD is really just Video put on a existing well-established Compact Disc or CD format. So the library for this is called 'libcdio' rather than 'libvcdio'. While on the topic of the name 'libcdio', I should also explain that the library really doesn't handle writing or output (the final "o" in the name). However it was felt that if I put 'libcdi' that might be confused with a particular CD format called CD-I. Later on, the ISO-9660 filesystem handling component from 'vcdimager' was extracted, expanded and made a separate library. Next the ability to add MMC commands was added, and then CD paranoia support. And from there, the rest is history.  File: libcdio.info, Node: Previous Work, Next: Purpose, Prev: History, Up: Top 2 The problem and previous work ******************************* If around the year 2002 you were to look at the code for a number of free software CD or media players that work on several platforms such as vlc, MPlayer, xine, or xmms to name but a few, you'd find the code to read a CD sprinkled with conditional compilation for this or that platform. That is there was _no_ OS-independent programmer library for CD reading and control even though the technology was over 10 years old; yet there are media players which strive for OS independence. One early CD player, 'xmcd' by Ti Kan, was I think a bit better than most in that it tried to _encapsulate_ the kinds of CD control mechanisms, e.g.\ SCSI, Linux ioctl, Toshiba, in a "CD Audio Device Interface Library" called 'libdi'. However this library is for Audio CD's only and I don't believe this library has been used outside of xmcd. Another project, Simple DirectMedia Layer also encapsulates CD reading. SDL is a library that allows you portable low-level access to a video framebuffer, audio output, mouse, and keyboard. With SDL, it is easy to write portable games which run on ... Many of the media players mentioned above do in fact can make use of the SDL library but for _video_ output only. Because the encapsulation is over _many_ kinds of I/O (video, joysticks, mice, as well as CD's), I believe that the level of control provided for CD a little bit limited. (However to be fair, it may have only been intended for games and may be suitable for that). Applications that just want the CD reading and control portion I think will find quite a bit overhead. Another related project is Jo"rg Schilling's SCSI library. You can use that to make a non-SCSI CD-ROM act like one that understands SCSI MMC commands which is a neat thing to do. However it is a little weird to have to install drivers just so you can run a particular user-level program. Installing drivers often requires special privileges and permissions and it is pervasive on a system. It is a little sad that along the way to creating such a SCSI library a library similar to 'libcdio' wasn't created which could be used. Were that the case, this library certainly never would have been written. At the OS level there is the "A Linux CD-ROM Standard" by David van Leeuwen from around 1999. This defines a set of definitions and ioctl's that mask hardware differences of various Compact Disc hardware. It is a great idea, however this "standard" lacked adoption on OS's other than GNU/Linux. Or maybe it's the case that the standard on other OS's lacked adoption on GNU/Linux. For example on FreeBSD there is a "Common Access Method" (CAM) used for all SCSI access which seems not to be adopted in GNU/Linux.(1) Finally at the hardware level where a similar chaos exists, there has been an attempt to do something similar with the MMC (multimedia commands). This attempts to provide a uniform command set for CD devices like PostScript does for printer commands.(2) In contrast to PostScript where there one in theory can write a PostScript program in a uniform ASCII representation and send that to a printer, for MMC although there are common internal structures defined, there is no common syntax for representing the structures or an OS-independent library or API for issuing MMC-commands which a programmer would need to use. Instead each Operating System has its own interface. For example Adaptec's ASPI or Microsoft's DeviceIoControl on Microsoft Windows, or IOKit for Apple's OS/X, or FreeBSD's CAM. I've been positively awed at how many different variations and differing levels of complexity there are for doing basically the same thing. How easy it is to issue an MMC command from a program varies from easy to very difficult. And mastering the boilerplate code to issue an MMC command on one OS really doesn't help much in figuring out how to do it on another OS. So in 'libcdio' we provide a common (and hopefully simple) API to issue MMC commands. ---------- Footnotes ---------- (1) And I'm thankful for that since, at least for MMC commands, it is inordinately complicated and in some places arcane. (2) I wrote "attempts" because over time the command set has changed and now there are several different commands to do a particular function like read a CD table of contents and some hardware understands some of the version of the commands set but might not others  File: libcdio.info, Node: Purpose, Next: CD Formats, Prev: Previous Work, Up: Top 3 What is in this package (and what's not) ****************************************** The library, 'libcdio', encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. Also included is a library, 'libiso9660', for working with ISO-9660 filesystems. Some support for disk-image types like cdrdao's TOC, CDRWIN's BIN/CUE and Ahead Nero's NRG format is available, so applications that use this library also have the ability to read disc images as though they were CDs. 'libcdio' also provides a way to issue SCSI "MultiMedia Commands", MMC. MMC is supported by many hardware CD-ROM manufacturers; and in some cases where a CD-ROM doesn't understand MMC directly, some Operating Systems (such as GNU/Linux, Solaris, or FreeBSD or Microsoft Windows ASPI to name a few) provide the MMC emulation.(1) As a separate package under a separate GPL2 license are 'libcdio_paranoia', and 'libcdio_cdda' libraries for applications which want to use cdparanoia's error-correction and jitter detection. The first use of the library in this package are the Video CD authoring and ripping tools, VCDImager (). See for a list of projects using 'libcdio'. A version of the CD-DA extraction tool cdparanoia, , and its library which corrects for CD-ROM jitter are part of the distribution. Also included in the libcdio package is a utility program 'cd-info' which displays CD information: number of tracks, CD-format and if possible basic information about the format. If libcddb () is available, the 'cd-info' program will display CDDB matches on CD-DA discs. And if a new enough version of libvcdinfo is available from the vcdimager project, then 'cd-info' shows basic VCD information. Other utility programs in the libcdio package are: 'cdda-player' shows off 'libcdio' audio and CD-ROM control commands. It can play a track, eject or load media and show the the status of a CD-DA that is might be currently played via the audio control commands. It can be run in batch mode or has a simple curses-based interface. If libcddb is available or a CD has CD-Text and your CD-ROM drive supports CD-Text, track/album information about the CD can be shown. 'cd-drive' shows what drivers are available and some basic properties of cd-drives attached to the system. Media may have to be inserted in order to get this info. The program also lists out drive capabilities 'cd-read' performs low-level block reading of a CD or CD image 'iso-info' displays ISO-9660 information from an ISO-9660 image. Below is some sample output iso-info version 0.82 x86_64-unknown-linux-gnu Copyright (c) 2003, 2004, 2005, 2007, 2008 R. Bernstein This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. __________________________________ ISO 9660 image: ../test/joliet.iso Application: K3B THE CD KREATOR VERSION 0.11.12 (C) 2003 SEBASTIAN TRUEG AND... Preparer : K3b - Version 0.11.12 Publisher : Rocky Bernstein System : LINUX Volume : K3b data project Volume Set : __________________________________ ISO-9660 Information /: Oct 22 2004 19:44 . Oct 22 2004 19:44 .. Oct 22 2004 19:44 libcdio /libcdio/: Oct 22 2004 19:44 . Oct 22 2004 19:44 .. Mar 12 2004 02:18 COPYING Jun 26 2004 07:01 README Aug 12 2004 06:22 README.libcdio Oct 22 2004 19:44 test /libcdio/test/: Oct 22 2004 19:44 . Oct 22 2004 19:44 .. Jul 25 2004 06:52 isofs-m1.cue 'iso-read' extracts files from an ISO-9660 image. 'mmc-tool' a program for issuing some MMC commands Historically, 'libcdio' did not support write access to drives. In conjunction with additional work in a separate project 'libburn', Thomas Schmitt has modified 'libcdio' to enable sending SCSI write commands on some of the drivers. This enables other programs like 'libburn' to write to CD's, DVD's and Blu-Ray discs. For the OS drivers which are lacking write access, volunteers are welcome. ---------- Footnotes ---------- (1) This concept of software emulation of a common hardware command language is common for printers such as using ghostscript to private postscript emulation for a non-postscript printer.  File: libcdio.info, Node: CD Formats, Next: CD Image Formats, Prev: Purpose, Up: Top 4 CD Formats ************ Much of what I write in this section can be found elsewhere. See for example or We give just enough background here to cover Compact Discs and Compact Disc formats that are handled by this library. The Sony and Philips Corporations invented and Compact Disc (CD) in the early 1980s. The specifications for the layout is often referred to by the color of the cover on the specification. * Menu: * Red Book:: Red Book (CD-DA) CD Text, CDDB * Yellow Book:: Yellow Book (CD-ROM Digital Data) * Green Book:: Green Book (CD-i) * White Book:: White Book (DV, Video CD)  File: libcdio.info, Node: Red Book, Next: Yellow Book, Up: CD Formats 4.1 Red Book (CD-DA) ==================== * Menu: * CD Text:: CD Text and CD+G * CDDB:: Internet CD Database (CDDB) The first type of CD that was produced was the Compact Disc Digital Audio (CD-DA) or just plain "audio CD". The specification, ICE 60908 (formerly IEC 908) is commonly called the "Red Book", ''. Music CD's are recorded in this format which basically allows for around 74 minutes of audio per disc and for that information to be split up into tracks. Tracks are broken up into "sectors" and each sector contains up to 2,352 bytes. To play one 44.1 kHz CD-DA sampled audio second, 75 sectors are used. The minute/second/frame numbering of sectors or MSF format is based on the fact that 75 sectors are used in a second of playing of sound. (And for almost every other CD format and application the MSF format doesn't make that much sense). In 'libcdio' when you you want to read an audio sector, you call 'cdio_read_audio_sector()' or 'cdio_read_audio_sectors()'. In addition the the audio data "channel" a provision for other information or _subchannel_ information) can be stored in a sector. Other subchannels include a Media Catalog Number (also abbreviated as MCN and sometimes a UPC), or album meta data (also called CD-Text). Karioke graphics can also be stored in a format called _CD+G_.  File: libcdio.info, Node: CD Text, Next: CDDB, Up: Red Book 4.1.1 CD Text, CD+G ------------------- CD Text is an extension to the CD-DA standard that adds the ability to album and track meta data (titles, artist/performer names, song titles) and graphical (e.g. Karaoke) information. For an alternative way to get album and track meta-data see *Note CDDB::. Information is stored in such a way that it doesn't interfere with the normal operation of any CD players or CDROM drives. There are two different parts of the CD where the data can be stored. The first place the information can be recorded is in the R-W sub codes in the lead in area of the CD. This information is stored as a single block of data and is the format. The method for reading this data from a CDROM drive is covered under the Sony proposal to the MMC specification. The format of the data is partially covered in the MMC specification. CD Text information is stored in this area. The format that follows the Interactive Text Transmission System (ITTS) is the same data transmission standard used by such things as Digital Audio Broadcasting (DAB), and virtually the same as the data standard for the MiniDisc. The second place the information can be recorded is in the R-W sub codes in the program area of the CD giving a data capacity of roughly 31MB. CD+G (CD w/graphics) uses this method. The methods for reading this data from a CD-ROM drive were first covered by the programming specs from the individual drive manufacturers. In the case of ATAPI drives, the SFF8020 spec covers the reading of the RW subcodes. Subsequently it has been encorporated into the MMC specifications. Not all drives support reading the RW subcodes from the program area. However for those that do, 'libcdio' provides a way to get at this information via 'cdtext_get()' and its friends. There is a separate document in this distribution describing CD-Text information and how it is encoded.  File: libcdio.info, Node: CDDB, Prev: CD Text, Up: Red Book 4.1.2 Internet CD Database (CDDB) --------------------------------- CDDB is an database on the Internet of of CD album/track, artist, and genre information similar to CD Text information. Using track information (number of tracks and length of the tracks), devices that have access to the Internet can query for meta information and contribute information for CD's where there is no existing information. When storage is available (such as you'd expect for any program using 'libcdio', the information is often saved for later use when the Internet is not available; people tend request the same information since they via programs play the same music. Obtaining CD meta information when none is encoded in an audio CD is useful in media players or making ones own compilations from audio CDs. There are currently two popular CDDB services on the Internet. The original database has been renamed Gracenote and is a profit making entity. FreeDB ( is an open source CD information resource that is free for developers and the public to use. As there already is an excellent library for handling CDDB libcddb ( we suggest using that. Our utility program 'cd-info' will make use it if it is available and it's what we use in our applications that need it.  File: libcdio.info, Node: Yellow Book, Next: Green Book, Prev: Red Book, Up: CD Formats 4.2 Yellow Book (CD-ROM Digital Data) ===================================== The CD-ROM specification or the "Yellow Book" followed a few years later (Standards ISO/IEC 10149), and describes the extension of CD's to store computer data, i.e. CD-ROM (Compact Disk Read Only Memory). The specification in the Yellow Book defines two modes: Mode 1 and Mode 2. * Menu: * ISO 9660:: * Mode 1:: Mode 1 Format * Mode 2:: Mode 2 Format  File: libcdio.info, Node: ISO 9660, Next: Mode 1, Up: Yellow Book 4.2.1 ISO 9660 -------------- * Menu: * ISO 9660 Level 1:: * ISO 9660 Level 2:: * ISO 9660 Level 3:: * Joliet Extensions:: * Rock Ridge Extensions:: The Yellow Book doesn't specify how data is to be stored on a CD-ROM. It was feared that different companies would implement proprietary data storage formats using this specification, resulting in incompatible data CDs. To prevent this, representatives of major manufacturers met at the High Sierra Hotel and Casino in Lake Tahoe, NV, in 1985, to define a standard for storing data on CDs. This format was nicknamed High Sierra Format. In a slightly modified form it was later adopted as ISO the ISO 9660 standard. This standard is further broken down into 3 "levels", the higher the level, the more permissive.  File: libcdio.info, Node: ISO 9660 Level 1, Next: ISO 9660 Level 2, Up: ISO 9660 4.2.1.1 ISO 9660 Level 1 ........................ Level 1 ISO 9660 defines names in the 8+3 convention so familiar to MS-DOS: eight characters for the filename, a period, and then three characters for the file type, all in upper case. The allowed characters are A-Z, 0-9, ".", and "_".Level 1 ISO 9660 requires that files occupy a contiguous range of sectors. This allows a file to be specified with a start block and a count. The maximum directory depth is 8. For a table of the characters, see *Note ISO-9660 Character Sets::.  File: libcdio.info, Node: ISO 9660 Level 2, Next: ISO 9660 Level 3, Prev: ISO 9660 Level 1, Up: ISO 9660 4.2.1.2 ISO 9660 Level 2 ........................ Level 2 ISO 9660 allows far more flexibility in filenames, but isn't usable on some systems, notably MS-DOS.  File: libcdio.info, Node: ISO 9660 Level 3, Next: Joliet Extensions, Prev: ISO 9660 Level 2, Up: ISO 9660 4.2.1.3 ISO 9660 Level 3 ........................ Level 3 ISO-9660 allows non-contiguous files, useful if the file was written in multiple packets with packet-writing software. There have been a number of extensions to the ISO 9660 CD-ROM file format. One extension is Microsoft's Joliet specification, designed to resolve a number of deficiencies in the original ISO 9660 Level 1 file system, and in particular to support the long file names used in Windows 95 and subsequent versions of Windows. Another extension is the Rock Ridge Interchange Protocol (RRIP), which enables the recording of sufficient information to support POSIX File System semantics.  File: libcdio.info, Node: Joliet Extensions, Next: Rock Ridge Extensions, Prev: ISO 9660 Level 3, Up: ISO 9660 4.2.1.4 Joliet Extensions ......................... Joliet extensions were an upward-compatible extension to the ISO 9660 specification that removes the limitation initially put in to deal with the limited filename conventions found in Microsoft DOS OS. In particular, the Joliet specification allows for long filenames and allows for UCS-BE (BigEndian Unicode) encoding of filenames which include mixed case letter, accented characters spaces and various symbols. The way all of this is encoded is by adding a second directory and filesystem structure in addition to or in parallels to original ISO 9600 filesystem. The root node of the ISO 9660 filesystem is found via the _Primary Volume Descriptor_ or _PVD_. The root of the Joliet-encode filesystem is found in a Supplementary Volume Descriptor or _SVD_ defined in the ISO 9660 specification. The SVD structure is almost identical to a PVD with a couple of unused fields getting used and with the filename encoding changed to UCS-BE.  File: libcdio.info, Node: Rock Ridge Extensions, Prev: Joliet Extensions, Up: ISO 9660 4.2.1.5 Rock Ridge Extensions ............................. Using the Joliet Extension one overcome the limitedness of the original ISO-9660 naming scheme. But another and probably better method is to use the Rock Ridge Extension. Not only can one store a filename as one does in a POSIX OS, but the other file attributes, such as the various timestamps (creation, modification, access), file attributes (user, group, file mode permissions, device type, symbolic links) can be stored. This is much as one would do in XA attributes; however the two are not completely interchangeable in the information they store: XA does _not_ address filename limitations, and the Rock Ridge extensions don't indicate if a sector is in Mode 1 or Mode 2 format. The Rock Ridge extension makes use of a hook that was defined as part of the ISO 9660 standard.  File: libcdio.info, Node: Mode 1, Next: Mode 2, Prev: ISO 9660, Up: Yellow Book 4.2.2 Mode 1 (2048 data bytes per sector) ----------------------------------------- Mode 1 is the data storage mode used by to store computer data. There are 3 layers of error correction. A Compact Disc using only this format can hold at most 650 MB. The data is laid out in basically the same way as in and audio CD format, except that the 2,352 bytes of data in each block are broken down further. 2,048 of these bytes are for "real" data. The other 304 bytes are used for an additional level of error detecting and correcting code. This is necessary because data CDs cannot tolerate the loss of a handful of bits now and then, the way audio CDs can. In 'libcdio' when you you want to read a mode1 sector you call the 'cdio_read_mode1_sector()' or 'cdio_read_mode1_sectors()'.  File: libcdio.info, Node: Mode 2, Prev: Mode 1, Up: Yellow Book 4.2.3 Mode 2 (2336 data bytes per sector) ----------------------------------------- Mode 2 data CDs are the same as mode 1 CDs except that the error detecting and correcting codes are omitted. So still there are 2 layers of error correction. A Compact Disc using only this mode can thus hold at most 742 MB. Similar to audio CDs, the mode 2 format provides a more flexible vehicle for storing types of data that do not require high data integrity: for example, graphics and video can use this format. But in contrast to the Red Book standard, different modes can be mixed together; this is the basis for the extensions to the original data CD standards known as CD-ROM Extended Architecture, or CD-ROM XA. CD-ROM XA formats currently in use are CD-I Bridge formats, Photo CD and Video CD plus Sony's Playstation. In 'libcdio' when you you want to read a mode1 sector you call the 'cdio_read_mode2_sector()' or 'cdio_read_mode2_sectors()'.  File: libcdio.info, Node: Green Book, Next: White Book, Prev: Yellow Book, Up: CD Formats 4.3 Green Book (CD-i) ===================== This was a CD-ROM format developed by Philips for CD-i (an obsolete embedded CD-ROM application allowing limited user user interaction with films, games and educational applications). The format is ISO 9660 compliant and introduced mode 2 form 2 addressing. It also contains XA (Extended Architecture) attributes. Although some Green Book discs contain CD-i applications which can only be played on a CD-i player, others have films or music videos. Video CDs in Green-Book format are labeled "Digital Video on CD." The Green Book for video is largely superseded by White book CD-ROM which draws on this specification.  File: libcdio.info, Node: White Book, Prev: Green Book, Up: CD Formats 4.4 White Book (DV, Video CD) ============================= The White Book was released by Sony, Philips, Matsushita, and JVC in 1993, defines the Video CD specification. The White Book is also known as Digital Video (DV). A Video CD contains one data track recorded in CD-ROM XA Mode 2 Form 2. It is always the first track on the disc (Track 1). The ISO-9660 file structure and a CD-i application program are recorded in this track, as well as the Video CD Information Area which gives general information about the Video Compact Disc. After the data track, video is written in one or more subsequent tracks within the same session. These tracks are also recorded in Mode 2 Form 2. In 'libcdio' when you you want to read a mode2 format 2 audio sector you call the 'cdio_read_mode2_sector()' or 'cdio_read_mode2_sectors()' setting 'b_form2' to 'true'.  File: libcdio.info, Node: CD Image Formats, Next: CD Units, Prev: CD Formats, Up: Top 5 CD Image Formats ****************** * Menu: * CDRDAO TOC Format:: * CDRWIN BIN/CUE Format:: * NRG Format:: In both the 'cdrdao' and bin/cue formats there is one meta-file with extensions '.toc' or '.cue' respectively and one or more files (often with the extension '.bin') which contains the content of tracks. The format of the track data is often interchangeable between the two formats. For example, in 'libcdio''s regression tests we make use of this to reduce the size of the test data and just provide alternate meta-data files ('.toc' or '.cue'). In contrast to the first two formats, the NRG format consists of a single file. This has the advantage of being a self-contained unit: in the other two formats it is possible for the meta file to refer to a file that can't be found. A disadvantage of the NRG format is that the meta data can't be easily viewed or modified say in a text file as it can be with the first two formats. In conjunction with this disadvantage is another disadvantage that the format is not documented, so how 'libcdio' interprets an NRG image is based on inference. It is recommended that one of the other forms be used instead of NRG where possible.  File: libcdio.info, Node: CDRDAO TOC Format, Next: CDRWIN BIN/CUE Format, Up: CD Image Formats 5.1 CDRDAO TOC Format ===================== This is 'cdrdao''s CD-image description format. Since this program is GPL and everything about it is in the open, it is the preferred format to use. (Alas, at present it isn't as well supported in 'libcdio' as the BIN/CUE format.) The _toc_-file describes what data is written to the media in the CD-ROM; it allows control over track/index positions, pre-gaps and sub-channel information. It is a text file, so a text editor can be used to create, view or modify it. The 'cdrdao(1) manual page', contains more information about this format. 5.1.1 CDRDAO Grammar -------------------- Below are the lexical tokens and grammar for a cdrdao TOC. It was taken from the cdrdao's pacct grammar; the token and nonterminal names are the same. #lexclass START #token Eof "@" #token "[\t\r\ ]+" #token Comment "//~[\n@]*" #token "\n" #token BeginString "\"" #token Integer "[0-9]+" #tokclass AudioFile { "AUDIOFILE" "FILE" } #lexclass STRING #token EndString "\"" #token StringQuote "\\\"" #token StringOctal "\\[0-9][0-9][0-9]" #token String "\\" #token String "[ ]+" #token String "~[\\\n\"\t ]*" ::= ( "CATALOG" | )* { } ( )+ Eof ::= "TRACK" { } ( "ISRC" | { "NO" } "COPY" | { "NO" } "PRE_EMPHASIS" | "TWO_CHANNEL_AUDIO" | "FOUR_CHANNEL_AUDIO" )* { } { "PREGAP" } ( | "START" { msf } | "END" { msf } )+ ( "INDEX" )* ::= AudioFile { "SWAP" } { "#" } | "DATAFILE" { "#" { } } | "FIFO" | "SILENCE" | "ZERO" { dataMode } { } ::= BeginString ( String | StringQuote | StringOctal )+ EndString ::= BeginString ( String | StringQuote | StringOctal )* EndString ::= Integer ::= Integer ::= Integer ":" Integer ":" Integer ::= | ::= | ::= "AUDIO" | "MODE0" | "MODE1" | "MODE1_RAW" | "MODE2" | "MODE2_RAW" | "MODE2_FORM1" | "MODE2_FORM2" | "MODE2_FORM_MIX" ::= "AUDIO" | "MODE1" | "MODE1_RAW" | "MODE2" | "MODE2_RAW" | "MODE2_FORM1" | "MODE2_FORM2" | "MODE2_FORM_MIX" ::= "RW" | "RW_RAW" ::= "CD_DA" | "CD_ROM" | "CD_ROM_XA" | "CD_I" ::= "TITLE" | "PERFORMER" | "SONGWRITER" | "COMPOSER" | "ARRANGER" | "MESSAGE" | "DISC_ID" | "GENRE" | "TOC_INFO1" | "TOC_INFO2" | "RESERVED1" | "RESERVED2" | "RESERVED3" | "RESERVED4" | "UPC_EAN" | "ISRC" | "SIZE_INFO" ::= "{" { Integer ( "," Integer )* } "}" ::= ( | ) ::= "LANGUAGE" Integer "{" ( )* "}" ::= "LANGUAGE_MAP" "{" ( Integer ":" ( Integer | "EN" ) )+ "}" ::= "CD_TEXT" "{" ( )* "}" ::= "CD_TEXT" "{" { } ( )* "}"  File: libcdio.info, Node: CDRWIN BIN/CUE Format, Next: NRG Format, Prev: CDRDAO TOC Format, Up: CD Image Formats 5.2 CDRWIN BIN/CUE Format ========================= The format referred to as _CDRWIN BIN/CUE Format_ in this manual is a popular CD image format used in the PC world. Not unlike 'cdrdao''s TOC file, the _cue_ file describes the track layout, i.e. how the sectors are to be placed on the CD media. The _cue_ file usually contains a reference to a file traditionally having the '.bin' extension in its filename, the _bin_ file. This _bin_ file contains the sector data payload which is to be written to the CD medium according to the description in the _cue_ file. The following is an attempt to describe the subset of the '.cue' file syntax used in 'libcdio' and vcdimager in an EBNF-like notation: 5.2.1 BIN/CUE Grammar --------------------- ::= +( + ) ::= "0" | "1" ... "8" | "9" ::= + ::= ":" ":" ::= "FILE" ::= [ "\"" ] [ "\"" ] | "\"" "\"" ::= "BINARY" ::= [ ] [ ] * [ ] ::= "FLAGS" * ::= "DCP" ::= "TRACK" ::= "PREGAP" ::= "INDEX" ::= "POSTGAP" ::= "AUDIO" | "MODE1/2048" | "MODE1/2352" | "MODE2/2336" | "MODE2/2352" ::= "REM" *  File: libcdio.info, Node: NRG Format, Prev: CDRWIN BIN/CUE Format, Up: CD Image Formats 5.3 NRG Format ============== The format referred to as _NRG Format_ in this manual is another popular CD image format. It is available only on Nero software on a Microsoft Windows Operating System. It is proprietary and not generally published, so the information we have comes from guessing based on sample CD images. So support for this is incomplete and using this format is not recommended. Unlike 'cdrdao''s TOC file the BIN/CUE format everything is contained in one file that one can edit. Meta information such as the number of tracks and track format is contained at the end of the file. This information is not intended to be edited through a text editor.  File: libcdio.info, Node: CD Units, Next: How to use, Prev: CD Image Formats, Up: Top 6 The units that make up a CD ***************************** * Menu: * Tracks:: Tracks * Sectors:: Block addressing (MSF, LSN, LBA) * Pre-gaps:: Track pre-gaps  File: libcdio.info, Node: Tracks, Next: Sectors, Up: CD Units 6.1 tracks -- disc subdivisions =============================== In this section we describe CD properties and terms that we make use of in 'libcdio'. A CD is formatted into a number of _tracks_, and a CD can hold at most 99 such tracks. This is defined by 'CDIO_CD_MAX_TRACKS' in 'cdio/sector.h'. Between some tracks CD specifications require a "2 second" in gap (called a _lead-in gap_. This is unused space with no "data" similar to the space between tracks on an old phonograph. The word "second" here really refers to a measure of space and not really necessarily an amount of time. However in the special case that the CD encodes an audio CD or CD-DA, the amount of time to play a gap of this size will take 2 seconds. The beginning (or inner edge) of the CD is supposed to have a "2 second" lead-in gap and there is supposed to be another "2 second" _lead-out_ gap at the end (or outer edge) of the CD. People have discovered that they can put useful data in the _lead-in_ and _lead-out_ gaps, and their equipment can read this, violating the standards but allowing a CD to store more data. In order to determine the number of tracks on a CD and where they start, commands are used to get this table-of-contents or _TOC_ information. Asking about the start of the _lead-out track_ gives the amount of data stored on the Compact Disk. To make it easy to specify this leadout track, special constant 0xAA (decimal 170) is used to indicate it. This is safe since this is higher than the largest legal track position. In 'libcdio', 'CDIO_CDROM_LEADOUT_TRACK' is defined to be this special value.  File: libcdio.info, Node: Sectors, Next: Pre-gaps, Prev: Tracks, Up: CD Units 6.2 block addressing (MSF, LSN, LBA) ==================================== A track is broken up into a number of 2352-byte _blocks_ which we sometimes call _sectors_ or _frames_. Whereas tracks may have a gap between them, a block or sector does not. (In 'libcdio' the block size constant is defined using 'CDIO_CD_FRAMESIZE_RAW'). A Compact Disc has a limit on the number of blocks or sectors. This values is defined by constant 'CDIO_CD_MAX_LSN' in 'cdio/sector.h'. One can addressing a block in one of three formats. The oldest format is by it's minute/second/frame number, also referred to as _MSF_ and written in time-like format MM:SS:FF (e.g. 30:01:40). It is best suited in audio (Red Book) applications. In 'libcdio', the type 'msf_t' can be used to declare variables to hold such values. Minute, second and frame values are one byte _and stored BCD notation_.(1) There are 'libcdio' conversion routines 'cdio_from_bcd8()' and 'cdio_to_bcd8()' to convert the minute, second, and frame values into or out of integers. If you want to print a field in a BCD-encoded MSF, one can use the format specifier '%x' _(not '%d')_ and things will come out right. In the MSF notation, there are 75 "frames" in a "second," and the familiar (if awkward) 60 seconds in a minute. _Frame_ here is what we called a _block_ above. The CD specification defines "frame" to be _another_ unit which makes up a block. Very confusing. A frame is also sometimes called a sector, analogous to hard-disk terminology. Even more confusing is using this time-like notation for an address or for a length. Too often people confuse the MSF notation this with an amount of time. A "second" (or 'CDIO_CD_FRAMES_PER_SEC' blocks) in this notation is only a second of playing time for something encoded as CD-DA. It does _not_ necessarily represent the amount time that it will take to play a of Video CD--usually you need more blocks than this. Nor does it represent the amount of data used to play a second of an MP3--usually you need fewer blocks than this. It is also not the amount of time your CD-ROM will take to read a "second" of data off a Compact Disc: for example a 12x CD player will read 12x 'CDIO_CD_FRAMES_PER_SEC' 'CDIO_CD_FRAMSIZE_RAW'-byte blocks in a one second of time. When programming, unless one is working with a CD-DA (and even here, only in a time-like fashion), is generally more cumbersome to use an MSF rather than a LBA or LSN described below, since subtraction of two MSF's has the awkwardness akin to subtraction using Roman Numerals. A simpler way to address a block is to use a "Logical Sector Number" (_LSN_) or a "Logical Block Address (_LBA_). In the MMC-5 glossary these are synonymous terms. However historically it has been used differently. In libcdio, to convert a LBA into an LSN you just subtract 150. Both LBA's and LSN's can be negative. ---------- Footnotes ---------- (1) Perhaps this is a 'libcdio' design flaw. It was originally done I guess because it was convenient for VCDs.  File: libcdio.info, Node: Pre-gaps, Prev: Sectors, Up: CD Units 6.3 track pre-gaps - CD-DA discs and gaps ========================================= Gaps are possibly one of the least understood topics in audio discs. In the case of CD-DA discs, standards require a silent 2 second gap before the first audio track and after the last audio track (in each session.) These are respectively referred to as _lead-in_ and _lead-out_ gaps. No other gaps are required. It is important not to confuse the required _lead-in_ and _lead-out_ gaps with the optional track _pre-gap_s. Track _pre-gap_s are the gaps that may occur between audio tracks. Typically, track _pre-gap_s are filled with silence so that the listener knows that one song has ended, and the next will soon begin. However, track _pre-gap_s do not have to contain silence. One exception is an audio disc of a live performance. Because the performer may seamlessly move from one piece of the performance to the next, it would be unnatural for the disc to contain silence between the two pieces. Instead, the track number updates with no interruption in the performance. This allows the listener to either hear the entire performance without unnatural interruptions, or to conveniently skip to certain pieces of the performance. Finally, some CD-DA discs-whose behavior will be described below-lack track _pre-gap_s altogether although they must still include the _lead-in_ and _lead-out_ gaps. In order to understand the track _pre-gap_s that occur between audio tracks, it is necessary to understand how CD players display the track number and time. Embedded in each block of audio data is non-audio information known as the _Q sub-channel_. The _Q sub-channel_ data tells the CD player what track number and time it should display while it is playing the block of audio data in which the _Q sub-channel_ data is embedded. Near the end of some tracks, the _Q sub-channel_ may instruct the CD player to update the track number to the next track, and display a count down to the next track, often starting at -2 seconds and proceeding to zero. This is known as an audio track _pre-gap_. It may either contain silence, or as previously discussed-in the case of live performances-it may contain audio. Almost as often as not, there is no _pre-gap_ whatsoever. Regardless, an audio track _pre-gap_ is purely determined by the contents of the _Q sub-channel_, which is embedded in each audio sector. This has some interesting implications for the track forward button. When the track forward button is pressed on a CD player, the CD player advances to the next track, skipping that track's _pre-gap_. This is because the CD player uses the starting address of the track from the disc's table of contents (TOC) to determine where to start playing a track when either the track forward or track backward buttons are pressed. So to hear a _pre-gap_ for track 4, the listener must either listen to track 3 first, or use the track forward or backward buttons to go to track 4, then use the seek backward button to back up into track 4's _pre-gap_, which is really part of track 3, at least according to the TOC. Track 1 _pre-gap_s are especially interesting because some commercial discs have audio hidden before the beginning of the first track! The only way to hear this hidden audio with a standard player is to use the seek backward button as soon as track 1 begins playing! Audio track _pre-gap_s may be specified in a couple of different ways in the popular cue file format. The first way of specifying a _pre-gap_ is to use the 'PREGAP' command. This will place a _pre-gap_ containing silence before a track. The second way of specifying a _pre-gap_ is to give a track an 'INDEX 00' as well as the more normal 'INDEX 01'. 'INDEX 01' will be used to specify the start of the track in the disc's TOC, while 'INDEX 00' will be used to specify the start of the track's _pre-gap_ as recorded in the _Q sub-channel_. 'INDEX 00' is ordinarily used for specifying track _pre-gap_s that contain audio rather than silence. Thus, the cue file format may be used to specify track _pre-gap_s with silence or audio, depending on whether the 'PREGAP' or 'INDEX 00' commands are specified. If neither type of _pre-gap_ is specified for a track, no _pre-gap_ is created for that track, which merely means the absence of _pre-gap_ information in the _Q sub-channel_, and the lack of a short count down to the next track. Various CD-DA ripping programs take various approaches to track _pre-gap_s. Some ripping programs ignore track _pre-gap_s altogether, relying solely on the disc's TOC to determine where tracks begin and end. If a disc is ripped with such a program, then re-burned later, the resulting disc will lack track _pre-gap_s, and thereby lack the playback behavior of counting down to the next track. Other ripping programs detect track _pre-gap_s and record them in the popular cue file format among others. Such ripping programs sometimes allow the user to determine whether track _pre-gap_s will be appended to the prior track or pre-pended to the track to which they "belong". Note that if a ripping program is ignorant of track _pre-gap_s, the track _pre-gap_s will be appended to the prior track, because that is where the disc's TOC puts them. Thus, there are many different ways an application may chose to deal with track _pre-gap_s. Consequently, 'libcdio' does not dictate the policy a ripping program should use in dealing with track _pre-gap_s. Hence, 'libcdio' provides the 'cdio_get_track_pregap_[lba|lsn]()' interfaces to allow the application to deal with track _pre-gap_s as it sees fit. Note that the 'cdio_get_track_pregap_[lba|lsn]()' interfaces currently only provide information for CDRDAO TOC, CDRWIN BIN/CUE, and NRG images. Getting the track _pre-gap_s from a CD drive is a more complicated problem because not all CD drives support reading the _Q sub-channel_ _directly_ at _high_ speed, and there is no interface to determine whether or not a drive supports this optional feature, aside from trying to read the _Q sub-channel_, and possibly incurring IO errors. However, all drives _do_ support reading the _Q sub-channel_ _indirectly_ while playing an audio disc by asking the drive for the current position. Unfortunately, this occurs at normal playback speed, and requires a certain settling time after the disc starts playing. Thus, using this _slow_ interface requires a more sophisticated algorithm, such as binary search or some heuristic, like backing up progressively from the end of the prior track to look for the next track's _pre-gap_. Note that CD drives seek _slow_ly, so it is better to simply use a drive that can read the _Q sub-channel_ directly at _high_ speed, and avoid complicated software solutions. (Not to mention that if the user has an older system with an analog audio cable hooked up between their soundboard and their drive, and a ripping program uses the _slow_ interface, the user will hear bits of the audio on the disc!) Consequently, because there is no good universal solution to the problem of reading the _Q sub-channel_ from a drive, 'libcdio' currently leaves this problem up to the application, a problem which is readily approachable through either 'libcdio''s MMC interface or 'libcdio''s cdda interface. For an example of one such application, see . The preceding section on track _pre-gaps_ and CD-DA was contributed by Robert William Fuller ().  File: libcdio.info, Node: How to use, Next: Utility Programs, Prev: CD Units, Up: Top 7 How to use ************ The 'libcdio' package comes with a number of small example programs in the directory 'example' which demonstrate different aspects of the library and show how to use the library. The source code to all of the examples here are contained on the package. Other sources for examples would be the larger utility programs 'cd-drive', 'cd-info', 'cd-read', 'iso-info', and 'iso-read' which are all in the 'src' directory of the 'libcdio' package. See also *Note Utility Programs::. * Menu: * Include problem:: A note about including * Example 1:: list out tracks and LSNs * Example 2:: list drivers available and default CD device * Example 3:: figure out what kind of CD (image) we've got * Example 4:: use libiso9660 to extract a file from an ISO-9660 image * Example 5:: list CD-Text and CD disc mode info * Example 6:: run a MMC INQUIRY command * Example 7:: using the CD Paranoia library for CD-DA reading * Example 8:: Setting output verbosity * All sample programs:: list of all programs in the example directory  File: libcdio.info, Node: Include problem, Next: Example 1, Up: How to use 7.1 A note about including '' ========================================== libcdio installs ''. This file contains all of the C Preprocessor values from 'config.h' (created by configure). This header can be used to consult exactly how libcdio was built. Initially I had selected "interesting" values, but this became too hard to maintain. One set of values that libdio needs internally is the whether the CPU that was used to compile libcdio is BigEndian or not; it can get this from libcdio's 'config.h' which is not installed and preferred or 'cdio/cdio_config.h'. Some of the libcdio programs like the demo programs include 'config.h' for the generic reasons that the configuration-created 'config.h' file is used: to figure out what headers are available. For example, do we have ''? The file 'config.h' is generated by an autotools-generated 'configure' script. It doesn't check to see if it has been included previously. Later, the demo programs include '' to get libcdio headers. But because libcdio needs some of the same information like the BigEndian value, this creates a duplicate include. The way I get around this in the demo programs is by defining '__CDIO_CONFIG_H__' after including 'config.h' as follows: #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif Applications using libcdio may find it handy to do something like this as well. Defining '__CDIO_CONFIG_H__' will make sure 'config_cdio.h' which is internally used, doesn't try to redefine preprocessor symbols. Ok. But now what about the problem that there are common preprocessor symbols in 'config_cdio.h' that an application may want to define in a different manner, like 'PACKAGE_NAME'? For this, there is yet another header, ''. This file undefines any symbol that 'config.h' defines. And now we bounce to the problem that there may be symbols that are normally defined ('HAVE_UNISTD_H') and you want to keep that way, but others that you don't. So here is what I suggest: // for cdio: #include #include # remove *all* symbols libcdio defines // Add back in the ones you want your program #include The solution isn't the most simple or natural, but programming sometimes can be difficult. If someone has a better solution, let me know. Between header files 'cdio_config.h' and 'cdio_unconfig.h' and all the fact that almost all headers(1) define a symbol to indicate they have been included, I think there is enough mechanism to cover most situations that may arise. ---------- Footnotes ---------- (1) '' is one of the few headers that doesn't set a preprocessor symbol: it does its thing every time it is '#included'  File: libcdio.info, Node: Example 1, Next: Example 2, Prev: Include problem, Up: How to use 7.2 Example 1: list out tracks and LSNs ======================================= Here we will give an annotated example which can be found in the distribution as 'example/tracks.c'. 1: #include 2: #include 3: #include 4: int 5: main(int argc, const char *argv[]) 6: { 7: CdIo_t *p_cdio = cdio_open ("/dev/cdrom", DRIVER_DEVICE); 8: track_t first_track_num = cdio_get_first_track_num(p_cdio); 9: track_t i_tracks = cdio_get_num_tracks(p_cdio); 10: int j, i=first_track_num; 11: 12: printf("CD-ROM Track List (%i - %i)\n", first_track_num, i_tracks); 13 14: printf(" #: LSN\n"); 15: 16: for (j = 0; j < i_tracks; i++, j++) { 17: lsn_t lsn = cdio_get_track_lsn(p_cdio, i); 18: if (CDIO_INVALID_LSN != lsn) 19: printf("%3d: %06d\n", (int) i, lsn); 20: } 21: printf("%3X: %06d leadout\n", CDIO_CDROM_LEADOUT_TRACK, 22: cdio_get_track_lsn(p_cdio, CDIO_CDROM_LEADOUT_TRACK)); 23: cdio_destroy(p_cdio); 24: return 0; 25: } Already from the beginning on line 2 we see something odd. The '#include ' is needed because 'libcdio' assumes type definitions exist for 'uint32_t', 'uint16_t' and so on. Alternatively you change line 2 to: #define HAVE_SYS_TYPES_H and '' will insert line 2. If you use GNU autoconf to configure your program, add 'sys/types.h' to 'AC_HAVE_HEADERS' and _it_ will arrange for 'HAVE_SYS_TYPES_H' to get defined. If you don't have '' but have some other include that defines these types, put that instead of line 2. Or you could roll your own typedefs. (Note: In the future, this will probably get "fixed" by requiring glib.h.) Okay after getting over the hurdle of line 2, the next line pretty straightforward: you need to include this to get cdio definitions. One of the types that is defined via line 3 is 'CdIo_t' and a pointer that is used pretty much in all operations. Line 6 initializes the variable 'cdio' which we will be using in all of the subsequent libcdio calls. It does this via a call to 'cdio_open()'. The second parameter of 'cdio_open' is DRIVER_UNKNOWN. For any given installation a number of Compact Disc device drivers may be available. In particular it's not uncommon to have several drivers that can read CD disk-image formats as well as a driver that handles some CD-ROM piece of hardware. Using DRIVER_UNKNOWN as that second parameter we let the library select a driver amongst those that are available; generally the first hardware driver that is available is the one selected. If there is no CD in any of the CD-ROM drives or one does not have access to the CD-ROM, it is possible that 'libcdio' will find a CD image in the directory you run this program and will pick a suitable CD-image driver. If this is not what you want, but always want some sort of CD-ROM driver (or failure if none), then use DRIVER_DEVICE instead of DRIVER_UNKNOWN. Note that in contrast to what is typically done using ioctls to read a CD, you don't issue any sort of CD-ROM read TOC command--that is all done by the driver. Of course, the information that you get from reading the TOC is often desired: many tracks are on the CD, or what number the first one is called. This is done through calls on lines 8 and 9. For each track, we call a cdio routine to get the logical sector number, 'cdio_get_track_lsn()' on line 17 and print the track number and LSN value. Finally we print out the "lead-out track" information and we finally call 'cdio_destroy()' in line 23 to indicate we're done with the CD.  File: libcdio.info, Node: Example 2, Next: Example 3, Prev: Example 1, Up: How to use 7.3 Example 2: list drivers available and default CD device =========================================================== One thing that's a bit hockey in Example 1 is hard-coding the name of the device used: '/dev/cdrom'. Although often this is the name of a CD-ROM device on GNU/Linux and possibly some other Unix derivatives, there are many OSs for which use a different device name. In the next example, we'll let the driver give us the name of the CD-ROM device that is right for it. 1: #include 2: #include 3: #include 4: int 5: main(int argc, const char *argv[]) 6: { 7: CdIo_t *p_cdio = cdio_open (NULL, DRIVER_DEVICE); 8: const driver_id_t *driver_id_p; 9: 10: if (NULL != p_cdio) { 11: printf("The driver selected is %s\n", cdio_get_driver_name(p_cdio)); 12: printf("The default device for this driver is %s\n\n", 13: cdio_get_default_device(p_cdio)); 14: cdio_destroy(p_cdio); 15: } else { 16: printf("Problem in trying to find a driver.\n\n"); 17: } 18: 19: for (driver_id_p=cdio_drivers; *driver_id_p!=DRIVER_UNKNOWN; driver_id_p++) 20: if (cdio_have_driver(*driver_id_p)) 21: printf("We have: %s\n", cdio_driver_describe(*driver_id_p)); 22: else 23: printf("We don't have: %s\n", cdio_driver_describe(*driver_id_p)); 24: return 0; 25: }  File: libcdio.info, Node: Example 3, Next: Example 4, Prev: Example 2, Up: How to use 7.4 Example 3: figure out what kind of CD (image) we've got =========================================================== In this example is a somewhat simplified program to show the use of 'cdio_guess_cd_type()' to figure out the kind of CD image we've got. This can be found in the distribution as 'example/sample3.c'. #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include #include #include static void print_analysis(cdio_iso_analysis_t cdio_iso_analysis, cdio_fs_anal_t fs, int first_data, unsigned int num_audio, track_t i_tracks, track_t first_track_num, CdIo_t *cdio) { switch(CDIO_FSTYPE(fs)) { case CDIO_FS_AUDIO: break; case CDIO_FS_ISO_9660: printf("CD-ROM with ISO 9660 filesystem"); if (fs & CDIO_FS_ANAL_JOLIET) { printf(" and joliet extension level %d", cdio_iso_analysis.joliet_level); } if (fs & CDIO_FS_ANAL_ROCKRIDGE) printf(" and rockridge extensions"); printf("\n"); break; case CDIO_FS_ISO_9660_INTERACTIVE: printf("CD-ROM with CD-RTOS and ISO 9660 filesystem\n"); break; case CDIO_FS_HIGH_SIERRA: printf("CD-ROM with High Sierra filesystem\n"); break; case CDIO_FS_INTERACTIVE: printf("CD-Interactive%s\n", num_audio > 0 ? "/Ready" : ""); break; case CDIO_FS_HFS: printf("CD-ROM with Macintosh HFS\n"); break; case CDIO_FS_ISO_HFS: printf("CD-ROM with both Macintosh HFS and ISO 9660 filesystem\n"); break; case CDIO_FS_UFS: printf("CD-ROM with Unix UFS\n"); break; case CDIO_FS_EXT2: printf("CD-ROM with Linux second extended filesystem\n"); break; case CDIO_FS_3DO: printf("CD-ROM with Panasonic 3DO filesystem\n"); break; case CDIO_FS_UNKNOWN: printf("CD-ROM with unknown filesystem\n"); break; } switch(CDIO_FSTYPE(fs)) { case CDIO_FS_ISO_9660: case CDIO_FS_ISO_9660_INTERACTIVE: case CDIO_FS_ISO_HFS: printf("ISO 9660: %i blocks, label `%.32s'\n", cdio_iso_analysis.isofs_size, cdio_iso_analysis.iso_label); break; } if (first_data == 1 && num_audio > 0) printf("mixed mode CD "); if (fs & CDIO_FS_ANAL_XA) printf("XA sectors "); if (fs & CDIO_FS_ANAL_MULTISESSION) printf("Multisession"); if (fs & CDIO_FS_ANAL_HIDDEN_TRACK) printf("Hidden Track "); if (fs & CDIO_FS_ANAL_PHOTO_CD) printf("%sPhoto CD ", num_audio > 0 ? " Portfolio " : ""); if (fs & CDIO_FS_ANAL_CDTV) printf("Commodore CDTV "); if (first_data > 1) printf("CD-Plus/Extra "); if (fs & CDIO_FS_ANAL_BOOTABLE) printf("bootable CD "); if (fs & CDIO_FS_ANAL_VIDEOCD && num_audio == 0) { printf("Video CD "); } if (fs & CDIO_FS_ANAL_SVCD) printf("Super Video CD (SVCD) or Chaoji Video CD (CVD)"); if (fs & CDIO_FS_ANAL_CVD) printf("Chaoji Video CD (CVD)"); printf("\n"); } int main(int argc, const char *argv[]) { CdIo_t *p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); cdio_fs_anal_t fs=0; track_t i_tracks; track_t first_track_num; lsn_t start_track; /* first sector of track */ lsn_t data_start =0; /* start of data area */ int first_data = -1; /* # of first data track */ int first_audio = -1; /* # of first audio track */ unsigned int num_data = 0; /* # of data tracks */ unsigned int num_audio = 0; /* # of audio tracks */ unsigned int i; if (NULL == p_cdio) { printf("Problem in trying to find a driver.\n\n"); return 1; } first_track_num = cdio_get_first_track_num(p_cdio); i_tracks = cdio_get_num_tracks(p_cdio); /* Count the number of data and audio tracks. */ for (i = first_track_num; i <= i_tracks; i++) { if (TRACK_FORMAT_AUDIO == cdio_get_track_format(p_cdio, i)) { num_audio++; if (-1 == first_audio) first_audio = i; } else { num_data++; if (-1 == first_data) first_data = i; } } /* try to find out what sort of CD we have */ if (0 == num_data) { printf("Audio CD\n"); } else { /* we have data track(s) */ int j; cdio_iso_analysis_t cdio_iso_analysis; memset(&cdio_iso_analysis, 0, sizeof(cdio_iso_analysis)); for (j = 2, i = first_data; i <= i_tracks; i++) { lsn_t lsn; track_format_t track_format = cdio_get_track_format(p_cdio, i); lsn = cdio_get_track_lsn(p_cdio, i); switch ( track_format ) { case TRACK_FORMAT_AUDIO: case TRACK_FORMAT_ERROR: break; case TRACK_FORMAT_CDI: case TRACK_FORMAT_XA: case TRACK_FORMAT_DATA: case TRACK_FORMAT_PSX: ; } start_track = (i == 1) ? 0 : lsn; /* save the start of the data area */ if (i == first_data) data_start = start_track; /* skip tracks which belong to the current walked session */ if (start_track < data_start + cdio_iso_analysis.isofs_size) continue; fs = cdio_guess_cd_type(p_cdio, start_track, i, &cdio_iso_analysis); print_analysis(cdio_iso_analysis, fs, first_data, num_audio, i_tracks, first_track_num, p_cdio); if ( !(CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660 || CDIO_FSTYPE(fs) == CDIO_FS_ISO_HFS || CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660_INTERACTIVE) ) /* no method for non-ISO9660 multisessions */ break; } } cdio_destroy(p_cdio); return 0; }  File: libcdio.info, Node: Example 4, Next: Example 5, Prev: Example 3, Up: How to use 7.5 Example 4: use libiso9660 to extract a file from an ISO-9660 image ====================================================================== Next a program to show using 'libiso9660' to extract a file from an ISO-9660 image. This can be found in the distribution as 'example/isofile.c'. A more complete and expanded version of this is 'iso-read', part of this distribution. /* This is the ISO 9660 image. */ #define ISO9660_IMAGE_PATH "../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso" #define LOCAL_FILENAME "copying" #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include #include #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #define my_exit(rc) \ fclose (p_outfd); \ free(p_statbuf); \ iso9660_close(p_iso); \ return rc; \ int main(int argc, const char *argv[]) { iso9660_stat_t *p_statbuf; FILE *p_outfd; int i; iso9660_t *p_iso = iso9660_open (ISO9660_IMAGE); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open ISO 9660 image %s\n", ISO9660_IMAGE); return 1; } p_statbuf = iso9660_ifs_stat_translate (p_iso, LOCAL_FILENAME); if (NULL == p_statbuf) { fprintf(stderr, "Could not get ISO-9660 file information for file %s\n", LOCAL_FILENAME); iso9660_close(p_iso); return 2; } if (!(p_outfd = fopen (LOCAL_FILENAME, "wb"))) { perror ("fopen()"); free(p_statbuf); iso9660_close(p_iso); return 3; } /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ for (i = 0; i < p_statbuf->size; i += ISO_BLOCKSIZE) { char buf[ISO_BLOCKSIZE]; memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != iso9660_iso_seek_read (p_iso, buf, p_statbuf->lsn + (i / ISO_BLOCKSIZE), 1) ) { fprintf(stderr, "Error reading ISO 9660 file at lsn %lu\n", (long unsigned int) p_statbuf->lsn + (i / ISO_BLOCKSIZE)); my_exit(4); } fwrite (buf, ISO_BLOCKSIZE, 1, p_outfd); if (ferror (p_outfd)) { perror ("fwrite()"); my_exit(5); } } fflush (p_outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), p_statbuf->size)) perror ("ftruncate()"); my_exit(0); }  File: libcdio.info, Node: Example 5, Next: Example 6, Prev: Example 4, Up: How to use 7.6 Example 5: list CD-Text and disc mode info ============================================== Next a program to show using 'libcdio' to list CD-TEXT data. This can be found in the distribution as 'example/cdtext.c'. /* Simple program to list CD-Text info of a Compact Disc using libcdio. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include #include static void print_cdtext_track_info(CdIo_t *p_cdio, track_t i_track, const char *message) { const cdtext_t *cdtext = cdio_get_cdtext(p_cdio, 0); if (NULL != cdtext) { cdtext_field_t i; printf("%s\n", message); for (i=0; i < MAX_CDTEXT_FIELDS; i++) { if (cdtext->field[i]) { printf("\t%s: %s\n", cdtext_field2str(i), cdtext->field[i]); } } } } static void print_disc_info(CdIo_t *p_cdio, track_t i_tracks, track_t i_first_track) { track_t i_last_track = i_first_track+i_tracks; discmode_t cd_discmode = cdio_get_discmode(p_cdio); printf("%s\n", discmode2str[cd_discmode]); print_cdtext_track_info(p_cdio, 0, "\nCD-Text for Disc:"); for ( ; i_first_track < i_last_track; i_first_track++ ) { char psz_msg[50]; sprintf(msg, "CD-Text for Track %d:", i_first_track); print_cdtext_track_info(p_cdio, i_first_track, psz_msg); } } int main(int argc, const char *argv[]) { track_t i_first_track; track_t i_tracks; CdIo_t *p_cdio; cdio = cdio_open (NULL, DRIVER_UNKNOWN); i_first_track = cdio_get_first_track_num(p_cdio); i_tracks = cdio_get_num_tracks(p_cdio); if (NULL == p_cdio) { printf("Couldn't find CD\n"); return 1; } else { print_disc_info(p_cdio, i_tracks, i_first_track); } cdio_destroy(p_cdio); return 0; }  File: libcdio.info, Node: Example 6, Next: Example 7, Prev: Example 5, Up: How to use 7.7 Example 6: Using MMC to run an 'INQURY' command =================================================== Now a program to show issuing a simple MMC command ('INQUIRY'). This MMC command retrieves the vendor, model and firmware revision number of a CD drive. For this command to work, usually a CD to be loaded into the drive; odd since the CD itself is not used. This can be found in the distribution as 'example/mmc1.c'. #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 /* assumes config.h is libcdio's config.h / #endif #include #include #include #include #include /* Set how long to wait for MMC commands to complete */ #define DEFAULT_TIMEOUT_MS 10000 int main(int argc, const char *argv[]) { CdIo_t *p_cdio; p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); if (NULL == p_cdio) { printf("Couldn't find CD\n"); return 1; } else { int i_status; /* Result of MMC command */ char buf[36] = { 0, }; /* Place to hold returned data */ scsi_mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Buffer */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_INQUIRY); cdb.field[4] = sizeof(buf); i_status = scsi_mmc_run_cmd(p_cdio, DEFAULT_TIMEOUT_MS, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { char psz_vendor[CDIO_MMC_HW_VENDOR_LEN+1]; char psz_model[CDIO_MMC_HW_MODEL_LEN+1]; char psz_rev[CDIO_MMC_HW_REVISION_LEN+1]; memcpy(psz_vendor, buf + 8, sizeof(psz_vendor)-1); psz_vendor[sizeof(psz_vendor)-1] = '\0'; memcpy(psz_model, buf + 8 + CDIO_MMC_HW_VENDOR_LEN, sizeof(psz_model)-1); psz_model[sizeof(psz_model)-1] = '\0'; memcpy(psz_rev, buf + 8 + CDIO_MMC_HW_VENDOR_LEN +CDIO_MMC_HW_MODEL_LEN, sizeof(psz_rev)-1); psz_rev[sizeof(psz_rev)-1] = '\0'; printf("Vendor: %s\nModel: %s\nRevision: %s\n", psz_vendor, psz_model, psz_rev); } else { printf("Couldn't get INQUIRY data (vendor, model, and revision\n"); } } cdio_destroy(p_cdio); return 0; } Note the include of '#define' of '__CDIO_CONFIG_H__' towards the beginning. This is useful if the prior '#include' of 'config.h' refers to libcdio's configuration header. It indicates that libcdio's configuration settings have been used. Without it, you may get messages about C Preprocessor symbols getting redefined in the '#include' of ''.  File: libcdio.info, Node: Example 7, Next: Example 8, Prev: Example 6, Up: How to use 7.8 Example 7: Using the CD Paranoia library for CD-DA reading ============================================================== The below program reads CD-DA data. For a more complete program to add a WAV header so that the CD can be played from a copy on a hard disk, see the corresponding distribution program. This can be found in the distribution as 'example/paranoia.c'. #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 /* assumes config.h is libcdio's config.h / #endif #include #include #include #ifdef HAVE_STDLIB_H #include #endif int main(int argc, const char *argv[]) { cdrom_drive_t *d = NULL; /* Place to store handle given by cd-paranoia. */ char **ppsz_cd_drives; /* List of all drives with a loaded CDDA in it. */ /* See if we can find a device with a loaded CD-DA in it. */ ppsz_cd_drives = cdio_get_devices_with_cap(NULL, CDIO_FS_AUDIO, false); if (ppsz_cd_drives) { /* Found such a CD-ROM with a CD-DA loaded. Use the first drive in the list. */ d=cdio_cddap_identify(*ppsz_cd_drives, 1, NULL); } else { printf("Unable find or access a CD-ROM drive with an audio CD in it.\n"); exit(1); } /* Don't need a list of CD's with CD-DA's any more. */ cdio_free_device_list(ppsz_cd_drives); /* We'll set for verbose paranoia messages. */ cdio_cddap_verbose_set(d, CDDA_MESSAGE_PRINTIT, CDDA_MESSAGE_PRINTIT); if ( 0 != cdio_cddap_open(d) ) { printf("Unable to open disc.\n"); exit(1); } /* Okay now set up to read up to the first 300 frames of the first audio track of the Audio CD. */ { cdrom_paranoia_t *p = cdio_paranoia_init(d); lsn_t i_first_lsn = cdio_cddap_disc_firstsector(d); if ( -1 == i_first_lsn ) { printf("Trouble getting starting LSN\n"); } else { lsn_t i_cursor; track_t i_track = cdio_cddap_sector_gettrack(d, i_first_lsn); lsn_t i_last_lsn = cdio_cddap_track_lastsector(d, i_track); /* For demo purposes we'll read only 300 frames (about 4 seconds). We don't want this to take too long. On the other hand, I suppose it should be something close to a real test. */ if ( i_last_lsn - i_first_lsn > 300) i_last_lsn = i_first_lsn + 299; printf("Reading track %d from LSN %ld to LSN %ld\n", i_track, (long int) i_first_lsn, (long int) i_last_lsn); /* Set reading mode for full paranoia, but allow skipping sectors. */ paranoia_modeset(p, PARANOIA_MODE_FULL^PARANOIA_MODE_NEVERSKIP); paranoia_seek(p, i_first_lsn, SEEK_SET); for ( i_cursor = i_first_lsn; i_cursor <= i_last_lsn; i_cursor ++) { /* read a sector */ int16_t *p_readbuf=cdio_paranoia_read(p, NULL); char *psz_err=cdio_cddap_errors(d); char *psz_mes=cdio_cddap_messages(d); if (psz_mes || psz_err) printf("%s%s\n", psz_mes ? psz_mes: "", psz_err ? psz_err: ""); if (psz_err) cdio_cddap_free_messages(psz_err); if (psz_mes) cdio_cddap_free_messages(psz_mes); if( !p_readbuf ) { printf("paranoia read error. Stopping.\n"); break; } } } cdio_paranoia_free(p); } cdio_cdda_close(d); exit(0); } Those who are die-hard cdparanoia programmers will notice that the 'libcdio' paranoia names are similar but a little bit different. In particular instead of 'paranoia_read' we have above 'cdio_paranoia_read' and instead of 'cdda_open' we have 'cdio_cddap_open'. This was done intentionally so that it is possible for the original paranoia program can co-exist both in source code and linked libraries and not conflict with 'libcdio''s paranoia source and libraries. In general in place of any paranoia routine that begins 'paranoia_', use 'cdio_paranoia_' and in place of any paranoia routine that begins 'cdda_', use 'cdio_cddap_'. But for a limited time 'libcdio' will accept the old paranoia names which may be useful for legacy paranoia code. The way this magic works is by defining the old paranoia name to be the 'libcdio' name. In the unusual case where you do want to use both the original paranoia and 'libcdio' routines in a single source, the C preprocessor symbol 'DO_NOT_WANT_PARANOIA_COMPATIBILITY' can be 'define''d and this disables the '#define' substitution done automatically. The may still be a problem with conflicting structure definitions like 'cdrom_drive_t'.  File: libcdio.info, Node: Example 8, Next: All sample programs, Prev: Example 7, Up: How to use 7.9 Example 8: Setting output verbosity ======================================= Sometimes in tracking down a problem in your code or libcdio's you may want more information about what is going on inside the 'libcdio' library. The setting global variable 'cdio_loglevel_default' defined in header file '' controls the verbosity level. By default, only warnings, errors, and fatal errors are printed. However by setting this variable you can get either debug or informational messages, or cause the normal messages that appear to be suppressed. The verbosity levels defined in the library are from lowest number to highest are: 'CDIO_LOG_DEBUG (value 1)' These are of a debugging nature and are give the most verbose output. 'CDIO_LOG_INFO (value 2)' These are informational message. 'CDIO_LOG_WARN (value 3)' These are warning message. Not an error, per se, but something that might be of concern. 'CDIO_LOG_ERROR (value 4)' These are error messages that force program termination. 'CDIO_LOG_ASSERT (value 5)' These are error messages that represent an internal inconsistency in the 'libcdio' library. In the absence of 'libcdio' bugs, these should never appear. Setting a lower or more verbose log level will cause higher-level messages to appear, but not those that are less than the set verbosity level. The "debug" level is the lowest. So setting 'cdio_loglevel_default' to level causes all other levels of messages to be displayed. However setting the verbosity level to "warn" will cause debug and informational messages (lower level messages) to be ignored while still showing warning, error, and fatal error messages. Another thing that can be done is to write a custom log handler that will be used instead of 'libcdio''s default handlers. Using this, you have complete control of how you want logging to be handled. Here is an example adapted from example program 'logging.c'. #include #include #include #include #include #include #include #include #include /* Here is an example of a custom log handler. */ static void custom_log_handler (cdio_log_level_t level, const char *message) { switch(level) { case CDIO_LOG_DEBUG: printf("-- custom debug message: %s\n", message); return; case CDIO_LOG_INFO: printf("-- custom info message: %s\n", message); return; case CDIO_LOG_WARN: printf("-- custom warning message: %s\n", message); return; case CDIO_LOG_ERROR: printf("-- custom error message: %s\n", message); return; case CDIO_LOG_ASSERT: printf("-- custom fatal error message: %s\n", message); return; default: printf("custom level %d message: %s\n", level, message); } } static void print_drives() { char **ppsz_cd_drives=NULL, **c; /* Print out a list of CD-drives with the above set log level. */ ppsz_cd_drives = cdio_get_devices(DRIVER_DEVICE); if (NULL != ppsz_cd_drives) for( c = ppsz_cd_drives; *c != NULL; c++ ) { printf("-- Drive %s\n", *c); } cdio_free_device_list(ppsz_cd_drives); } int main(int argc, const char *argv[]) { /* Set the log level to the warning verbosity. */ cdio_loglevel_default = CDIO_LOG_WARN; print_drives(); /* Do the same thing again but with a custom log handler. */ cdio_log_set_handler (custom_log_handler); print_drives(); return 0; }  File: libcdio.info, Node: All sample programs, Prev: Example 8, Up: How to use 7.10 A list of all sample programs in the 'example' directory ============================================================= The 'example' directory contains some simple examples of the use of the 'libcdio' library. A larger more-complicated example are the 'cd-drive', 'cd-info', 'cd-read', 'iso-info' and 'iso-info' programs in the 'src' directory. Descriptions of the sample are as follows... 'audio.c' A program to show audio controls. 'cdchange.c' A program to test if a CD has been changed since the last change test. 'cd-eject.c' A a stripped-down "eject" command to open or close a CD-ROM tray. 'cdtext.c' A program to show CD-Text and CD disc mode info. 'drives.c' A program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. 'eject.c' A program eject a CD from a CD-ROM drive and then close the door again. 'isofile.c' A program to show using libiso9660 to extract a file from an ISO-9660 image. 'isofile2.c' A program to show using libiso9660 to extract a file from a CDRWIN cue/bin CD image. 'C++/isofile2.cpp' The same program as 'isofile2.c' written in C++. 'isofuzzy.c' A program showing fuzzy ISO-9660 detection/reading. 'isolist.c' A program to show using 'libiso9660' to list files in a directory of an ISO-9660 image. 'C++/isolist.cpp' The same program as 'isolist.c' written in C++. 'isofuzzy.c' A program showing fuzzy ISO-9660 detection/reading. 'logging.c' A program to show to to set log verbosity levels and how to write a custom log handler. 'mmc1.c' A program to show issuing a simple MMC command ('INQUIRY'). 'C++/mmc1.cpp' The same program as 'mmc1.c' written in C++. 'mmc2.c' A more involved MMC command to list CD and drive features from a SCSI-MMC 'GET_CONFIGURATION' command. 'mmc2a.c' Prints MMC 'MODE_SENSE' page 2A parameters. Page 2a are the CD/DVD Capabilities and Mechanical Status. 'C++/mmc2.cpp' The same program as 'mmc2.c' written in C++. 'paranoia.c' A program to show using libcdio's version of the CD-DA paranoia. 'paranoia2.c' A program to show using libcdio's version of the CD-DA paranoia library. But in this version, we'll open a cdio object before calling paranoia's open. I imagine in many cases such as media players this may be what will be done since, one may want to get CDDB/CD-Text info beforehand. 'tracks.c' A simple program to list track numbers and logical sector numbers of a Compact Disc using 'libcdio'. 'sample2.c' A simple program to show drivers installed and what the default CD-ROM drive is. 'sample3.c' A simple program to show the use of 'cdio_guess_cd_type()'. Figures out the kind of CD image we've got. 'sample4.c' A slightly improved sample3 program: we handle cdio logging and take an optional CD-location. 'udf1.c' A program to show using libudf to list files in a directory of an UDF image. 'udf2.c' A program to show using libudf to extract a file from an UDF image.  File: libcdio.info, Node: Utility Programs, Next: CD-ROM Access and Drivers, Prev: How to use, Up: Top 8 Diagnostic programs: 'cd-drive', 'cd-info', 'cd-read', 'iso-info', 'iso-read' ******************************************************************************* * Menu: * cd-drive:: list out CD-ROM drive information * cd-info:: list out CD or CD-image information * cd-read:: read blocks of a CD or CD image * iso-info:: list out ISO-9600 image information * iso-read:: extract a file from an ISO 9660 image  File: libcdio.info, Node: cd-drive, Next: cd-info, Up: Utility Programs 8.1 'cd-drive' ============== 'cd-drive' lists out drive information, what features drive supports, and information about what hardware drivers are available.  File: libcdio.info, Node: cd-info, Next: cd-read, Prev: cd-drive, Up: Utility Programs 8.2 'cd-info' ============= 'cd-info' will print out the structure of a CD medium which could either be a Compact Disc in a CD ROM or an CD image. It can try to analyze the medium to give characteristics of the medium, such as how many tracks are in the CD and the format of each track, whether a CD contains a Video CD, CD-DA, PhotoCD, whether a track has an ISO-9660 filesystem.  File: libcdio.info, Node: cd-read, Next: iso-info, Prev: cd-info, Up: Utility Programs 8.3 'cd-read' ============= 'cd-info' can be used to read blocks a CD medium which could either be a Compact Disc in a CD ROM or an CD image. You specify the beginning and ending LSN and what mode format to use in the reading.  File: libcdio.info, Node: iso-info, Next: iso-read, Prev: cd-read, Up: Utility Programs 8.4 'iso-info' ============== 'iso-info' can be used to print out the structure of an ISO 9660 image.  File: libcdio.info, Node: iso-read, Prev: iso-info, Up: Utility Programs 8.5 'iso-read' ============== 'iso-read' can be used to extract a file in an ISO-9660 image.  File: libcdio.info, Node: CD-ROM Access and Drivers, Next: Internal Program Organization, Prev: Utility Programs, Up: Top 9 CD-ROM Access and Drivers *************************** * Menu: * SCSI mess:: SCSI, SCSI commands, and MMC commands * Access Modes:: Access Modes * Accessing Driver Parameters:: Accessing Driver Parameters * GNU/Linux:: GNU/Linux ioctl * Microsoft:: Microsoft Windows ioctl and ASPI * Solaris:: Solaris ATAPI and SCSI * FreeBSD:: FreeBSD ioctl and CAM * OS X:: OSX (non-exclussive access)  File: libcdio.info, Node: SCSI mess, Next: Access Modes, Up: CD-ROM Access and Drivers 9.1 SCSI, SCSI commands, and MMC commands ========================================= Historically, SCSI referred to a class of hardware devices and device controllers, bus technology and the data cables and protocols which attached to such devices. This is now called "Parallel SCSI". A specification standard grew out of the _commands_ that controlled such SCSI devices, but now covers a wider variety of bus technologies including Parallel SCSI, ATA/ATAPI, Serial ATA, Universal Serial Bus (USB versions 1.1 and 2.0), and High Performance Serial Bus (IEEE 1394, 1394A, and 1394B). Another similar class of hardware devices and controllers is called ATA and a command interface to that is called ATAPI (ATA Packetized Interface). ATAPI provides a mechanism for transferring and executing SCSI commands. MMC (Multimedia commands) is a specification which adds special SCSI commands for CD, DVD, Blu-Ray devices. If your optical drive understands MMC commands as most do nowadays, this probably gives the most flexibility in control. SCSI and ATAPI CD-ROM devices generally support a fairly large set of MMC commands. Unfortunately, on most Operating Systems one may need to do some additional setup, such as install drivers or modules, to allow access in this manner. The name "SCSI MMC" is often found in the literature in specifications and on the Internet. The "SCSI" part is probably a little bit misleading because a drive can understand "SCSI MMC" commands but not use a SCSI bus protocol--ATAPI CD-ROMs are one such broad class of examples. In fact there are drivers to "encapsulate" non-SCSI drives to make them act like more like SCSI drives, such as by adding SCSI address naming. For clarity and precision we will use the term "MMC" rather than "SCSI MMC". One of the problems with MMC is that there are so many different "standards". In particular: * MMC -- , * MMC 2 -- * MMC 3 -- * MMC 4 -- * MMC 5 -- along with the several "drafts" of these. Another problem with the MMC commands related to the variations in standards is the variation in the commands themselves and there are perhaps two or three ways to do many of the basic commands like read a CD frame. There seems to be a fascination with the number of bytes a command takes in the MMC-specification world. (Size matters?) So often the name of an operation will have a suffix with the number of bytes of the command (actually in MMC jargon this is called a "CDB" or command descriptor block). So for example there is a 6-byte "MODE SELECT" often called "MODE SELECT 6" and a 10-byte "MODE SELECT" often called "MODE SELECT 10". Presumably the 6-byte command came first and it was discovered that there was some deficiency causing the longer command. In 'libcdio' where there are two formats we add the suffix in the name, e.g. 'CDIO_MMC_GPCMD_MODE_SELECT_6' or 'CDIO_MMC_GPCMD_MODE_SELECT_10'. If the fascination and emphasis in the MMC specifications of CDB size is a bit odd, equally so is the fact that this too often has bled through at the OS programming API. However in 'libcdio', you just give the opcode in 'scsi_mmc_run_cmd()' and we'll do the work to figure out how many bytes of the CDB are used. Down the line it is hoped that 'libcdio' will have a way to remove a distinction between the various alternative and alternative-size MMC commands. In 'cdio/scsi-mmc.h' you will find a little bit of this for example via the routine 'scsi_mmc_get_drive_cap()'. However much more work is needed. Finally, in 'libcdio' there is a driver access mode (not a driver) called "MMC". It tells the specific drivers to use MMC commands instead of other OS-specific mechanisms.  File: libcdio.info, Node: Access Modes, Next: Accessing Driver Parameters, Prev: SCSI mess, Up: CD-ROM Access and Drivers 9.2 Access Modes ================ There are serveral ways that you can open a CD-ROM drive for subsequent use. Each way is called an _access mode_. Historically libcdio only supported a reading kind of access. Adding the abilty to writing to a drive for "burning" is being added by Thomas Schmitt, and this is accomplished by opening the drive in a read-write mode. Currently writing modes are only supported via the MMC command interface. Under this, one can get exclusive read-write access or non-exclusive read-write access. The names of these two modes are 'MMC_RDWR_EXCL' and 'MMC_RDWR' respectively. On various OS's often there are two kinds of read modes that are supported, one which uses MMC commands and one which uses some sort of OS-specific native command interface. For example on Unix, there is often a access mode associated with issuing an device-specific 'ioctl''s that the OS supports. To specify a particular kind of access mode, use 'cdio_open_am' which is like 'cdio_open' but it requires one to specify an access mode.  File: libcdio.info, Node: Accessing Driver Parameters, Next: GNU/Linux, Prev: Access Modes, Up: CD-ROM Access and Drivers 9.3 Accessing Driver Parameters -- 'cdio_get_arg' ================================================= Once a driver is opened, you can use call 'cdio_get_arg' to get information about the driver. Each driver can have specific features that can be queried, but there are features that are common to all drivers. These are listed below: 'access-mode' This returns a string which is the name of the access mode in use. 'mmc-supported?' This returns a string "true" or "false" depending whether the driver with this access mode support MMC commands. 'scsi-tuple' On drivers that support MMC commands, this returns the SCSI name or a faked-up SCSI name that ripping front ends typically use.  File: libcdio.info, Node: GNU/Linux, Next: Microsoft, Prev: Accessing Driver Parameters, Up: CD-ROM Access and Drivers 9.4 GNU/Linux ============= The GNU/Linux uses a hybrid of methods. Somethings are done via ioctl and some things via MMC. GNU/Linux has a rather nice and complete ioctl mechanism. On the other hand, the MMC mechanism is more universal. There are other "access modes" listed which are not really access modes and should probably be redone/rethought. They are just different ways to run the read command. But for completeness These are "READ_CD" and "READ_10". Writing/burning to a drive is supported via access modes 'MMC_RDWR_EXCL' or 'MMC_RDWR'.  File: libcdio.info, Node: Microsoft, Next: Solaris, Prev: GNU/Linux, Up: CD-ROM Access and Drivers 9.5 Microsoft Windows ioctl and ASPI ==================================== There are two CD drive access methods on Microsoft Windows platforms: ioctl and ASPI. The ASPI interface specification was developed by Adaptec for sending commands to a SCSI host adapter (such as those controlling CD and DVD drives) and used on Window 9x/NT and later. Emulation for ATAPI drives was added so that the same sets of commands worked those even though the drives might not be SCSI nor might there even be a SCSI controller attached. The DLL is not part of Microsoft Windows and has to be downloaded and installed separately. However in Windows NT/2K/XP, Microsoft provides their Win32 ioctl interface, and has taken steps to make using ASPI more inaccessible (e.g. requiring administrative access to use ASPI).  File: libcdio.info, Node: Solaris, Next: FreeBSD, Prev: Microsoft, Up: CD-ROM Access and Drivers 9.6 Solaris ATAPI and SCSI ========================== There is currently only one CD drive access methods in Solaris: SCSI (called "USCSI" or "user SCSI" in Solaris). There used to be an ATAPI method and it could be resurrected if needed. USCSI was preferred since on newer releases of Solaris and Solaris environments one need to have root access for ATAPI.  File: libcdio.info, Node: FreeBSD, Next: OS X, Prev: Solaris, Up: CD-ROM Access and Drivers 9.7 FreeBSD ioctl and CAM ========================= There are two classes of access methods on FreeBSD: ioctl and CAM (common access method). CAM is preferred when possible, especially on newer releases. However CAM is right now sort of a hybrid and includes some ioctl code. Writing/burning to a drive is supported via access modes 'MMC_RDWR_EXCL' or 'MMC_RDWR' which underneath use CAM access.  File: libcdio.info, Node: OS X, Prev: FreeBSD, Up: CD-ROM Access and Drivers 9.8 OS X (non-exclusive access) =============================== A problem with libcdio on OS/X is that if the OS thinks it understands the drive, it will get exclusive access to the drive and thus prevents a library like this from obtaining non-exclusive access. Currently 'libcdio' access the CD-ROM non-exclusively. However in order to be able to issue MMC, the current belief is that exclusive access is needed. Probably in a future 'libcdio', there will be some way to specify which kind of access is desired (with the inherent consequences of each). More work on this driver is needed. Volunteers?  File: libcdio.info, Node: Internal Program Organization, Next: ISO-9660 Character Sets, Prev: CD-ROM Access and Drivers, Up: Top 10 Internal Program Organization ******************************** * Menu: * File Organization:: * Library Organization:: * Programming Conventions::  File: libcdio.info, Node: File Organization, Next: Library Organization, Up: Internal Program Organization 10.1 File Organization ====================== Here is a list of 'libcdio' directories. * 'include/cdio' This contains the headers that are public. One that will probably be used quite a bit is ''. * 'lib' Code for installed libraries. See below for further breakout * 'lib/driver' Code for various OS-specific CD-ROM drivers, image drivers, and common MMC routines. This code comprises 'libcdio.a' (or the shared version of it). * 'lib/iso9660' Code for to extract or query ISO-9660 images. This code comprises 'libiso9660.a' (or the shared version of it). * 'lib/paranoia' This is from cdparanoia. It is the OS- and hardware- dependent code to detect and correct jitter for CD-DA CDs. * 'lib/cdda_interface' This is also from cdparanoia. It is the OS- and hardware- independent code to detect and correct jitter for CD-DA CDs. * 'doc' A home for fine documentation such as this masterpiece. * 'example' Here you will find various small example programs using 'libcdio' which are largely for pedagogical purposes. You might be able to find one that is similar to what you want to do that could be extended. In fact some these are contain the kernel ideas behind of some of the larger programs in 'src'. * 'src' Various stand-alone utility programs. See below. * 'src/paranoia' 'libcdio''s version of 'cdparanoia'. Except for the fact that the back-end CD-reading code has been replaced by 'libcdio''s routines the code is pretty much identical. * 'test' Regression tests * 'test/data' Disk images and image meta-data used in tests * 'test/driver' Unit tests centered around the libcdio library ('libcdio', source location 'lib/driver'  File: libcdio.info, Node: Library Organization, Next: Programming Conventions, Prev: File Organization, Up: Internal Program Organization 10.2 Library Organization ========================= * Menu: * libcdio:: * libcdio_cdda:: Access to CD-DA via the CD Paranoia library * libcdio_paranoia:: Access to the CD Paranoia library * libiso9660:: Access to ISO 9660 file systems and structures * libudf:: Access to UDF file systems and structures  File: libcdio.info, Node: libcdio, Next: libcdio_cdda, Up: Library Organization 10.2.1 'libcdio' ---------------- 'libcdio' exports one opaque type 'CdIo_t'. Internally this a structure containing an enumeration for the driver, a structure containing function pointers and a generic "environment" pointer which is passed as a parameter on a function call. See 'lib/driver/cdio_private.h'. The initialization routine for each driver sets up the function pointers and allocates memory for the environment. When a particular user-level cdio routine is called (e.g 'cdio_get_first_track_num' for lib/driver/track.c), the environment pointer is passed to a device-specific routine which will then cast this pointer into something of the appropriate type. Because function pointers are used, there can be and is quite a bit of sharing of common routines. Some of the common routines are found in the file 'lib/driver/_cdio_generic.c'. Another set of routines that one is likely to find shared amongst drivers are the MMC commands. These are located in 'lib/driver/scsi_mmc.c'. There is not only an attempt to share functions but we've tried to create a generic CD structure 'generic_img_private_t' of file 'lib/driver/generic.h'. By putting information into a common structure, we increase the likelihood of being able to have a common routine to perform some sort of function. The generic CD structure would also be useful in a utility to convert one CD-image format to another. Basically the first image format is "parsed" into the common internal format and then from this structure it is not parsed.  File: libcdio.info, Node: libcdio_cdda, Next: libcdio_paranoia, Prev: libcdio, Up: Library Organization 10.2.2 'libcdio_cdda' --------------------- This library is intended to give access CD-DA disks using Monty's cd-paranoia library underneath. To be completed....  File: libcdio.info, Node: libcdio_paranoia, Next: libiso9660, Prev: libcdio_cdda, Up: Library Organization 10.2.3 'libcdio_paranoia' ------------------------- This library is intended to give access Monty's cd-paranoia library. It is the gap detection and jitter correction part without the part dealing with CD-DA reading. To be completed....  File: libcdio.info, Node: libiso9660, Next: libudf, Prev: libcdio_paranoia, Up: Library Organization 10.2.4 'libiso9660' ------------------- This library is intended to give access and manipulate a ISO-9600 file image. One part of it is concerned with the the entire ISO-9660 file system image, and the other part access routines for manipulating data structures and fields that go into such an image. To be completed....  File: libcdio.info, Node: libudf, Prev: libiso9660, Up: Library Organization 10.2.5 'libudf' --------------- This library is intended to give access and manipulate a UDF file image. To be completed....  File: libcdio.info, Node: Programming Conventions, Prev: Library Organization, Up: Internal Program Organization 10.3 Programming Conventions ============================ * Menu: * Coding Conventions:: * Namespace Conventions::  File: libcdio.info, Node: Coding Conventions, Next: Namespace Conventions, Up: Programming Conventions 10.3.1 Coding Conventions ------------------------- In 'libcdio' there are a number of conventions used. If you understand some of these conventions it may facilitate understanding the code a little.  File: libcdio.info, Node: Namespace Conventions, Prev: Coding Conventions, Up: Programming Conventions 10.3.2 Namespace Conventions ---------------------------- For the most part, the visible external 'libcdio' names follow conventions so as not to be confused with other applications or libraries. If you understand these conventions, there will be little or no chance that the names you use will conflict with 'libcdio' and 'libiso9660' and vice versa. All of the external 'libcdio' C routines start out with 'cdio_', e.g. 'cdio_open'; as a corollary, the 'libcdio' CD-Paranoia routines start 'cdio_cddap_', e.g. 'cdio_cddap_open'. 'libiso9660' routines start 'iso9660_', e.g. 'iso9660_open'. 'libcdio' C-Preprocessor names generally start 'CDIO_', for example 'CDIO_CD_FRAMESIZE_RAW'; 'libiso9660' C-preprocessor names start 'ISO9660_', e.g. 'ISO9660_FRAMESIZE'. 10.3.2.1 suffixes (type and structure names) ............................................ A few suffixes are used in type and structure names: * '_e' An enumeration tag. Generally though the same name will appear with the '_t' suffix and probably that should be used instead. * '_s' A structure tag. Generally though the same name will appear with the '_t' suffix and probably that should be used instead. * '_t' A type suffix. 10.3.2.2 prefixes (variable names) .................................. A number of prefixes are used in variable names here's what they mean * 'i_' An integer type of some sort. A variable of this ilk one might find being iterated over in 'for' loops or used as the index of an array for example. * 'b_' A Boolean type of some sort. A variable of this ilk one might find being in an 'if' condition for example. * 'p_' A pointer of some sort. A variable of this ilk, say 'p_foo' one is like likely to see '*p_foo' or 'p_foo->...'. * 'pp_' A pointer to a pointer of some sort. A variable of this ilk, say 'pp_foo' one is like likely to see '**p_foo' or 'p_foo[x][y]' for example * 'psz_' A 'char *' pointer of some sort. A variable of this ilk, say 'psz_foo' may be used in a string operation. For example 'printf(%s\n", psz_foo)' or 'strdup(psz_foo)'. * 'ppsz_' A pointer to a 'char *' pointer of some sort. A variable of this ilk, say 'ppsz_foo' is used for example to return a list of CD-ROM device names There are a some other naming conventions. Generally if a routine name starts 'cdio_', e.g. 'cdio_open', then it is an externally visible routine in 'libcdio'. If a name starts 'iso9660_', e.g. 'iso9660_is_dchar' then it is an externally visible routine in 'libiso9660'. If a name starts 'scsi_mmc_', e.g. 'scsi_mmc_get_discmode', then it is an externally visible MMC routine. (We don't have a separate library for this yet. Names using entirely capital letters and that start 'CDIO_' are externally visible '#defines'.  File: libcdio.info, Node: ISO-9660 Character Sets, Next: Glossary, Prev: Internal Program Organization, Up: Top Appendix A ISO-9660 Character Sets ********************************** For a description of where are used see *Note ISO 9660 Level 1::. * Menu: * ISO646 d-Characters:: * ISO646 a-Characters::  File: libcdio.info, Node: ISO646 d-Characters, Next: ISO646 a-Characters, Up: ISO-9660 Character Sets A.1 ISO646 d-Characters ======================= | 0 1 2 3 4 5 6 7 --+----------------- 0 | 0 P 1 | 1 A Q 2 | 2 B R 3 | 3 C S 4 | 4 D T 5 | 5 E U 6 | 6 F V 7 | 7 G W 8 | 8 H X 9 | 9 I Y a | J Z b | K c | L d | M e | N f | O _  File: libcdio.info, Node: ISO646 a-Characters, Prev: ISO646 d-Characters, Up: ISO-9660 Character Sets A.2 ISO646 a-Characters ======================= | 0 1 2 3 4 5 6 7 --+----------------- 0 | 0 P 1 | ! 1 A Q 2 | " 2 B R 3 | 3 C S 4 | 4 D T 5 | % 5 E U 6 | & 6 F V 7 | ' 7 G W 8 | ( 8 H X 9 | ) 9 I Y a | * : J Z b | + ; K c | , < L d | - = M e | . > N f | / ? O _  File: libcdio.info, Node: Glossary, Next: GNU Free Documentation License, Prev: ISO-9660 Character Sets, Up: Top Appendix B Glossary ******************* Thomas Schmitt has made significant contributions to this glossary. See also . "ASPI" See Win32 ASPI "ATA" Advanced Technology Attachment (ATA). The same thing as IDE. "ATAPI" Advanced Technology Attachment (ATA) Packet Interface. The interface provides a mechanism for transferring and executing SCSI CDBs on IDE CD Drives and DVD Drives. IDE (also called ATA) was originally designed for hard drives only, but with help of ATAPI it is possible to connect other devices, in particular CD-ROMS to the IDE/EIDE connections. The ATAPI CD-ROM drives understand a subset of SCSI commands. In particular multi-initiator commands are neither needed nor defined for ATAPI devices. "BIN/CUE" A CD-image format developed by Jeff Arnold for CDRWIN software on Microsoft Windows. Many other programs subsequently support using this format. The '.CUE' file is a text file which contains CD format and track layout information, while the '.BIN' file holds the actual data of each track. "Blu-ray Disc (BD)" Optical media with capacity of 25 GB as single layer and 50 GB as double layer. See also *note "Media models and profiles": models-profiles. "CD" Compact Disc. Capacity up to 900 MB. See also *note "Media models and profiles": models-profiles. "CD-DA" Compact Disc Digital Audio, described in the "Red Book" or IEC 60908 (formerly IEC 908). This commonly referred to as an audio CD and what most people think of when you play a CD as it was the first to use the CD medium. See "CD+G" Compact Disc + Graphics. An extension of the CD audio format contains a limited amount of graphics in subcode channels. This disc works in all audio players but the graphics portion is only available in a special CD+G or Karaoke player. "CD-i" Compact Disc Interactive. An extension of the CD format designed around a set-top computer that connects to a TV to provide interactive home entertainment, including digital audio and video, video games, and software applications. Defined by the "Green Book" standard. . CD-i for video and video music has largely (if not totally) been superseded by VCDs. "CD-i Bridge" A standard allowing CD-ROM XA discs to play on CD-i. Kodak PhotoCDs are CD-XA Bridge discs. "CD-ROM" Compact Disc Read Only Memory or "Yellow Book" describe in Standards ISO/IEC 10149. The data stored on it can be either in the form of audio, computer or video files. "CD-ROM Mode 1 and Mode2" The Yellow Book specifies two types of tracks, Mode 1 and Mode 2. Mode 1 is used for computer data and text and has an extra error correction layer. Mode 2 is for audio and video data and has no extra correction layer. CD-ROM/XA An expansion of the CD-ROM Mode 2 format that allows both computer and audio/video to be mixed in the same track. "CD Text" CD Text is a technology developed by Sony Corporation and Philips Electronics in 1996 that allows storing in an audio CD and its tracks information such as artist name, title, songwriter, composer, or arranger. Commercially available audio CDs sometimes contain CD Text information. Information on how CD Text is stored can be found in in older MMC standards. Specifically, try "Annex J" of "mmc3r10g.pdf". An "Unofficial CD Text FAQ" is at "CD XA" CD-ROM EXtended Architecture. A modification to the CD-ROM specification that defines two new types of sectors. CD-ROM XA was developed jointly by Sony, Philips, and Microsoft, and announced in August 1988. Its specifications were published in an extension to the Yellow Book. CD-i, Photo CD, Video CD and CD-EXTRA have all subsequently been based on CD-ROM XA. CD-XA defines another way of formatting sectors on a CD-ROM, including headers in the sectors that describe the type (audio, video, data) and some additional info (markers, resolution in case of a video or audio sector, file numbers, etc). The data written on a CD-XA is consistent with and can be in ISO-9660 file system format and therefore be readable by ISO-9660 file system translators. But also a CD-I player can read CD-XA discs even if its own 'Green Book' file system only resembles ISO 9660 and isn't fully compatible. "DVD" Digital Versatile Disc. Capacity up to 4.5 GB as single layer and 8.5 GB as double layer media. See also *note "Media models and profiles": models-profiles. "Defect management" A method to compensate small amounts of bad spots on media by replacing them out of a pool of reserve blocks and performing address translation. The necessary checkreading slows down write performance by a factor of 2 or 3. Defect management applies by default to DVD-RAM and BD-RE. Optionally it can be formatted onto CD-RW and DVD+RW, where it has the name "Mount Rainier". Sequential BD-R can be formatted for defect management too. "Command Packet" The data structure that is used to issue an ATAPI command. It contains a SCSI Command Descriptor Block (CDB). "ECMA-119 (ISO-9660)" ( is a freely available specification which is technically identical to ISO 9660. "ECMA-167 (UDF)" ( is a freely available specification which is also approved as ISO 13346. It serves as base for UDF. "ECMA-168" ( is a freely available specification which is also approved as ISO 13490. "FSF" Free Software Foundation, "GNU" GNU is not UNIX, "IDE" Integrated Drive Electronics. This is a commonly used interface for hard disk drives and CD-ROM drives. It is less expensive than SCSI, but offers slightly less in terms of performance. "ISO" International Standards Organization. "ISO 13346" ISO 13346 / ECMA-167 is a filesystem framework for data exchange on overwriteable or pseudo-overwriteable media. It serves as base of UDF. "ISO 13490" ISO 13490 / ECMA-168 is an attempt to replace ISO 9660 by a format that allows finer write granularity and representation of typical disk file properties. It resembles ECMA-167 which led to UDF. "ISO 9660" ISO 9660 / ECMA-119 is an operating-system independent filesystem format originally intended for CD-ROM media. It was standardized in 1988 and replaced the High Sierra standard for the logical format on CD-ROM media (ISO 9660 and High Sierra are identical in content, but the exact format is different). ISO 9660 and ECMA-119 are technically identical meanwhile. There are several specification levels. In Level 1, file names must be in the 8.3 format (no more than eight characters in the name, no more than three characters in the suffix) and in capital letters. Directory names can be no longer than eight characters. There can be no more than eight nested directory levels. Level 2 and 3 specifications allow file names up to 32 characters long. Level 3 allows data file sizes to be 4 GB or larger. File data content is stored in extents, i.e. contiguous sequences of blocks. A single extent can hold only up to 2 exp 32 - 1 bytes. So files of 4 GB or larger need more than one extent to be stored. Older operating systems might have trouble with multi-extent files. "Joliet extensions" This ISO-9660 upward-compatible standard was developed for Windows 95 and Windows NT by Microsoft as an extension of ISO 9600 which allows the use of Unicode characters and supports file names up to 64 characters. See for the Joliet Specification. The name Joliet comes from the city in Illinois (U.S) that the standard was defined. "LBA" Logical Block Addressing. Mapped integer numbers from CD Red Book Addressing MSF. The starting sector is -150 and ending sector is 449849, which correlates directly to MSF: 00:00:00 to 99:59:74. Because an LBA is a single number it is often easier to work with in programming than an MSF. "Lead in" The area of a CD where the Table Of Contents (TOC) and CD Text are stored. I think it is supposed to be around 4500 (1 min) or more sectors in length. On a CDR(W) the lead-in length is variable, because manufacturers have a different starting position indicated by the ATIP start of lead-in position that is recorded in the ATIP groove on the disk. For example: "Ricoh Company Limited" 97:27:00, 97:27:06, 97:27:66 "Mitsubishi Chemical (Verbatim)" 97:34:21 to 97:34:25 "LSN" Logical Sector Number. Mapped integer numbers from CD Red Book Addressing MSF. The starting sector is 0 and ending sector is 449699, which correlates to MSF: 00:00:00 to 99:59:74. Because an LSN is a single number it is often easier to work with in programming than an MSF. Because it starts at 0 rather than -150 as is the case of an LBA it can be represented as an unsigned value. "MCN" Media Catalog Number. A identification number on an audio CD. Also called a UPC. Another identification number is ISRC. "MMC" MMC (Multimedia Commands). MMC are raw commands for communicating with CDROM drives, CD-Rewriters, DVD-Rewriters, etc. The are subset of the larger SCSI command set. See also *note SCSI: SCSI. Many manufacturers have adopted this standard and it also applies to ATAPI versions of their drives. The documents 'libcdio' makes use of are described in the Multi-Media Commands standard (MMC). This document generally has a numeric level number appended. For example MMC-5 refers to "Multi-Media Commands - 5. "Media models and profiles" MMC classifies media as models, which describe their logical structure, and as profiles, which describe the capabilities of the drive with the particular media. So both are closely related but not identical. There are three model families: CD, DVD, Blu-ray. CD allows special sector formats like audio as well as data sectors of 2048 bytes. DVD and Blu-ray only record data sectors. "Non-writable media: CD-ROM, DVD-ROM, BD-ROM." "Write-once media: CD-R, DVD-R, DVD+R, BD-R." "Reusable media: CD-RW, DVD-RW, DVD+RW, DVD-RAM, BD-RE." Profiles depend on drive type and media state. They are expressed as numbers. It is unfortunate that formatted CD-RW have the same profile number as unformatted ones. ROM drives often announce all media as ROM profiles. Some writer drives show closed sequential media as ROM profile. "CD-ROM 0x08" "DVD-ROM 0x10" "BD-ROM 0x40" Sequentially recordable profiles allow multisession in most cases. Special burn programs are needed for writing to them. "CD-R 0x09" "CD-RW 0x0a (unformatted)" "DVD-R 0x11" "DVD-RW 0x14 (unformatted)" "DVD-R DL 0x15 (double layer)" "DVD-R DL 0x16 (double layer, jump recording)" "DVD+R 0x1a" "DVD+RW DL 0x2a (double layer)" "DVD+R DL 0x2b (double layer)" "BD-R 0x41 (single or double layer, formatted or not)" "HD DVD-ROM 0x50" "HD DVD-R 0x51" "HD DVD-RAM 0x52" They can assume three states: ""Blank" is not readable but writeable from scratch" ""Appendable" is readable and after the readable part still writeable" ""Closed" is only readable" CD-RW and DVD-RW can be brought back to blank state, or they can be formatted to become overwriteable. Overwriteable profiles allow random read-write access with a granularity of 2 kB or 32 kB. One can hope for having read-write access via the normal POSIX operations lseek(), read(), write() of the operating system. "CD-RW 0x0a (formatted)" "DVD-RAM 0x12" "DVD-RW 0x13 (formatted, 32 kB write granularity)" "DVD+RW 0x1a" "BD-R 0x42 (formatted for pseudo-random recording)" "BD-RE 0x43 (single or double layer)" BD-R profile 0x42 is defined by MMC but not implemented by the consumer priced Blu-ray burners as of year 2010. "Mixed Mode CD" A Mixed Mode is a CD that contains tracks of differing CD-ROM Mode formats. In particular the first track may contain both computer data (Yellow Book) CD ROM data while the remaining tracks are audio or video data. Video CD's can be Mixed Mode CDs. "Multisession" A way of writing to a CD , DVD or Blu-ray Disc that allows more data to be added to readable discs at a later time. The media must not have been closed by the previous write session. This applies originally to unformatted CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, and sequential BD-R which all can record more than one session. They hold a table-of-content with sessions and tracks. Formatted CD-RW, DVD-RAM, DVD+RW, DVD-RW, and BD-RE have only one track. Multisession on these media needs help by the recorded data formats. Multisession can be used to add a changeset to an existing ISO 9660 filesystem. Typically the add-on session contains a whole new filesystem tree with old and new files. It also contains the data blocks of the newly introduced or freshly overwritten files. The convention for mounting multisession ISO 9660 images is to load the superblock from the start of the first track in the last session as listed in the media table-of-content. Formatted media are assumed to have a single track starting at block 0. So ISO 9660 multisession on formatted media has to overwrite the volume descriptors at block 16 ff. with every new session. A chain of recognizable sessions can be achieved by starting the first ISO 9660 image at block 32 so that its descriptors get not overwritten later. "Nero NRG format file" A proprietary CD image file format use by a popular program for Microsoft Windows, Ahead Nero. The specification of this format is not to our knowledge published. "Rock Ridge Extensions" An extension to the ISO-9660 standard which adds POSIX information to files. It allows long file names, owner, group, access permissions 'ugo+-rwx', inode numbers, hard-link count, file types other than directory or regular file. Rock Ridge is described by unapproved standard IEEE P1282 / RRIP-1.12 and based on unapproved IEEE P1281 / SUSP-1.10. It has become a de-facto standard on X/Open systems like GNU/Linux, FreeBSD, Solaris, et.\ al. "SCSI" Small Computer System Interface. A set of ANSI standard electronic interfaces (originally developed at Apple Computer) that allow personal computers to communicate with peripheral hardware such as CD-ROM drives, disk drives, printers, etc. Although the original hardware is outdated since years, the SCSI command set nowadays controls most storage devices including all optical disc drives. The contemporary electronic technologies which transport SCSI commands to optical drives are P-ATA, SATA, and USB. A SCSI programming specification made by the SCSI committee T10 organization . The documents 'libcdio' makes use of are described in SCSI standards documents SCSI Primary Commands (SPC), SCSI Block Commands (SBC), and Multi-Media Commands (MMC). These documents generally have a numeric level number appended. For example SPC-3 refers to "SCSI Primary Commands - 3'. In year 2010 the current versions were SPC-3, SBC-2, MMC-5. "SCSI CDB" SCSI Command Descriptor Block. The data structure that is used to issue a SCSI command. "SCSI Pass Through Interface." Yet another way of issuing MMC commands for accessing a CD-ROM. As with MMC or ASPI, the CD-ROM doesn't necessarily have to be a SCSI-attached drive. See also *note MMC: MMC. and *note ASPI: MMC. "Session" A fully readable complete recording that contains one or more tracks of computer data or audio on a CD. On a DVD or Blu-ray Disc, there are only data sessions. "SVCD" Super VCD An improvement of Video CD 2.0 specification which includes most notably a switch from MPEG-1 (constant bit rate encoding) to MPEG-2 (variable bit rate encoding) for the video stream. Also added was higher video-stream resolution, up to 4 overlay graphics and text ("OGT") sub-channels for user switchable subtitle displaying, closed caption text, and command lists for controlling the SVCD virtual machine. See "TOC" (Compact Disc) Table of Contents. The TOC contains a list of sessions and their tracks. For sessions, it records the starting track number and the last track number. For tracks it records starting time block address, size, copy protection, linear audio preemphasis, track format (CDDA or data) in that order. Session and track information is also available on sequential DVD and Blu-ray Discs. Several track properties are fixed to equivalents of CD data. "Track" A unit of data of a CD. The size of a track can vary; it can occupy the entire contents of the CD. Most CD standards however require that tracks have a 150 frame (or "2 second") lead-in gap. An abstraction of tracks for CD, DVD and Blu-ray Discs is the Logical Track as of MMC specs. Overwriteable media have a single logical track, sequential media can have one or more logical tracks which they describe in their TOC. "UDF" Universal Disc Format was designed as successor of ISO 9660. It allows to record long file names and advanced file properties. Although intended as format for data exchange its main importance is with DVD video players. Video DVDs have to bear a simple UDF filesystem with a prescribed set of files. "VCD" The Video Compact Disc ("Video CD" or "VCD") is a standardized digital video storage format. It is based on the commonly available Compact Disc technology, which allows for low-cost video authoring. Video CD's can be played in most DVD standalone player, dedicated VCD players and finally, modern Personal Computers with multimedia support. A Video CD is made up of CD-ROM XA sectors, i.e. CD-ROM mode 2 form 1 & 2 sectors. Non-MPEG data is stored in mode 2 form 1 sectors with a user data area of 2048 byte, which have a similar L2 error correction and detection (ECC/EDC) to CD-ROM mode 1 sectors. While real-time MPEG streams is stored in CD-ROM mode 2 form 2 sectors, which by have no L2 ECC, yield a ~14% greater user data area consisting of 2324 bytes(1) "Win32 ASPI" The ASPI interface specification was developed by Adaptec for sending commands to a SCSI host adapter (such as those controlling CD and DVD drives) and used on Window 9x/NT and later. Emulation for ATAPI drives was added so that the same sets of commands worked those even though the drives might not be SCSI nor might there even be a SCSI controller attached. However in Windows NT/2K/XP, Microsoft provides their Win32 ioctl interface, and has take steps to make using ASPI more inaccessible (e.g. requiring administrative access to use ASPI). See also *note MMC: MMC. "Win32 ioctl driver" Ioctl (Input Output ConTroLs). A Win32 function, implemented in all Microsoft Windows. It is used for sending commands to devices using defined codes and structures. "XA" *Note CD-ROM XA: XA. ---------- Footnotes ---------- (1) actually raw mode 2 sectors have a 2336 byte user data area, but parts of it are used for error codes and headers when using the mode 2 form 1 or form 2 configurations.  File: libcdio.info, Node: GNU Free Documentation License, Next: General Index, Prev: Glossary, Up: Top Appendix C GNU Free Documentation License ***************************************** Version 1.2, November 2002 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. 0. PREAMBLE The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. 1. APPLICABILITY AND DEFINITIONS This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque". Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition. The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. 2. VERBATIM COPYING You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. 3. COPYING IN QUANTITY If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. 4. MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. C. State on the Title page the name of the publisher of the Modified Version, as the publisher. D. Preserve all the copyright notices of the Document. E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. H. Include an unaltered copy of this License. I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section. O. Preserve any Warranty Disclaimers. If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. 5. COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements." 6. COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. 7. AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. 8. TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. 9. TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 10. FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See . Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. ADDENDUM: How to use this License for your documents ==================================================== To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: Copyright (C) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this: with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.  File: libcdio.info, Node: General Index, Prev: GNU Free Documentation License, Up: Top General Index ************* [index] * Menu: * ASPI: Glossary. (line 10) * ASPI <1>: Glossary. (line 492) * BIN/CUE, CD Image Format: CDRWIN BIN/CUE Format. (line 6) * Blu-ray Disc (BD): Glossary. (line 39) * CD: Glossary. (line 44) * CD Text: CD Text. (line 6) * CD Text <1>: Glossary. (line 92) * CD XA: Glossary. (line 106) * CD+G: CD Text. (line 6) * CD+G <1>: Glossary. (line 56) * CD-DA: Pre-gaps. (line 6) * CD-DA <1>: Glossary. (line 48) * CD-i: Glossary. (line 63) * CD-i Bridge: Glossary. (line 72) * CD-ROM: Glossary. (line 77) * CDB (Command Descriptor Block): SCSI mess. (line 59) * CDDB: CDDB. (line 6) * Command Packet: Glossary. (line 140) * Defect management: Glossary. (line 131) * DVD: Glossary. (line 126) * ECMA-119: Glossary. (line 145) * ECMA-167: Glossary. (line 151) * ECMA-168: Glossary. (line 157) * FDL, GNU Free Documentation License: GNU Free Documentation License. (line 6) * frames: Sectors. (line 6) * FSF: Glossary. (line 163) * gaps: Tracks. (line 6) * gaps <1>: Pre-gaps. (line 6) * GNU: Glossary. (line 167) * Green Book: Green Book. (line 6) * Green Book <1>: White Book. (line 6) * ISO: Glossary. (line 177) * ISO 13346: Glossary. (line 181) * ISO 13490: Glossary. (line 187) * ISO 9660: ISO 9660. (line 6) * ISO 9660 <1>: Glossary. (line 193) * Joliet extensions: Joliet Extensions. (line 6) * Joliet extensions <1>: Glossary. (line 214) * LBA: Sectors. (line 6) * LBA <1>: Glossary. (line 227) * lead in: Pre-gaps. (line 6) * lead in <1>: Glossary. (line 235) * lead out: Tracks. (line 19) * lead out <1>: Pre-gaps. (line 6) * LSN: Sectors. (line 6) * LSN <1>: Glossary. (line 249) * MCN: Glossary. (line 258) * Media models and profiles: Glossary. (line 279) * Mixed Mode CD: Glossary. (line 338) * MMC (Multimedia Commands): Glossary. (line 263) * Mode 1: Mode 1. (line 6) * Mode 2: Mode 2. (line 6) * MSF: Sectors. (line 6) * Multisession: Glossary. (line 345) * Nero NRG, CD-Image format: NRG Format. (line 6) * Nero NRG, CD-Image format <1>: Glossary. (line 371) * pre-gap: Pre-gaps. (line 6) * Q sub-channel: Pre-gaps. (line 6) * Red Book: Red Book. (line 6) * Rock Ridge extensions: Rock Ridge Extensions. (line 6) * Rock Ridge extensions <1>: Glossary. (line 377) * SCSI: Glossary. (line 387) * SCSI CDB: Glossary. (line 411) * SCSI Pass Through Interface.: Glossary. (line 416) * sectors: Sectors. (line 6) * subchannel: Red Book. (line 29) * Super VCD (SVCD): Glossary. (line 428) * TOC (CD Table of Contents): Glossary. (line 443) * track: Tracks. (line 6) * track <1>: Glossary. (line 454) * UDF: Glossary. (line 465) * Video CD (VCD): Glossary. (line 473) * XA: Glossary. (line 513)  Tag Table: Node: Top816 Node: History2216 Node: Previous Work4262 Ref: Previous Work-Footnote-18419 Ref: Previous Work-Footnote-28545 Node: Purpose8815 Ref: Purpose-Footnote-113506 Node: CD Formats13698 Node: Red Book14492 Node: CD Text15967 Node: CDDB17936 Node: Yellow Book19314 Node: ISO 966019862 Node: ISO 9660 Level 120703 Node: ISO 9660 Level 221325 Node: ISO 9660 Level 321598 Node: Joliet Extensions22373 Node: Rock Ridge Extensions23485 Node: Mode 124426 Node: Mode 225300 Node: Green Book26315 Node: White Book27080 Node: CD Image Formats28017 Node: CDRDAO TOC Format29306 Node: CDRWIN BIN/CUE Format33006 Node: NRG Format34848 Node: CD Units35616 Node: Tracks35875 Node: Sectors37555 Ref: Sectors-Footnote-140558 Node: Pre-gaps40675 Node: How to use48258 Node: Include problem49469 Ref: Include problem-Footnote-152250 Node: Example 152391 Node: Example 256190 Node: Example 357756 Node: Example 464013 Node: Example 567112 Node: Example 669222 Node: Example 772073 Node: Example 876912 Node: All sample programs80805 Node: Utility Programs84069 Node: cd-drive84621 Node: cd-info84860 Node: cd-read85338 Node: iso-info85662 Node: iso-read85861 Node: CD-ROM Access and Drivers86035 Node: SCSI mess86560 Node: Access Modes90523 Node: Accessing Driver Parameters91705 Node: GNU/Linux92549 Node: Microsoft93230 Node: Solaris94142 Node: FreeBSD94609 Node: OS X95109 Node: Internal Program Organization95802 Node: File Organization96090 Node: Library Organization98058 Node: libcdio98510 Node: libcdio_cdda100128 Node: libcdio_paranoia100404 Node: libiso9660100759 Node: libudf101192 Node: Programming Conventions101403 Node: Coding Conventions101640 Node: Namespace Conventions101952 Node: ISO-9660 Character Sets104955 Node: ISO646 d-Characters105270 Node: ISO646 a-Characters105807 Node: Glossary106344 Ref: ASPI106621 Ref: XA110168 Ref: MMC116370 Ref: models-profiles116939 Ref: SCSI121801 Ref: Glossary-Footnote-1127010 Node: GNU Free Documentation License127187 Node: General Index149595  End Tag Table libcdio-2.0.0/doc/glossary.texi0000644000175000017500000005037511664523330013357 00000000000000Thomas Schmitt has made significant contributions to this glossary. See also @uref{http://www.dvdrhelp.com/glossary}. @table @dfn @item @anchor{ASPI}ASPI @cindex ASPI See @acronym{Win32 ASPI} @item ATA Advanced Technology Attachment (ATA). The same thing as IDE. @item ATAPI Advanced Technology Attachment (ATA) Packet Interface. The interface provides a mechanism for transferring and executing SCSI CDBs on IDE CD Drives and DVD Drives. IDE (also called ATA) was originally designed for hard drives only, but with help of ATAPI it is possible to connect other devices, in particular CD-ROMS to the IDE/EIDE connections. The ATAPI CD-ROM drives understand a subset of SCSI commands. In particular multi-initiator commands are neither needed nor defined for ATAPI devices. @item BIN/CUE A CD-image format developed by Jeff Arnold for CDRWIN software on Microsoft Windows. Many other programs subsequently support using this format. The @code{.CUE} file is a text file which contains CD format and track layout information, while the @code{.BIN} file holds the actual data of each track. @item Blu-ray Disc (BD) @cindex Blu-ray Disc (BD) Optical media with capacity of 25 GB as single layer and 50 GB as double layer. See also @pxref{models-profiles,,"Media models and profiles"}. @item CD @cindex CD Compact Disc. Capacity up to 900 MB. See also @pxref{models-profiles,,"Media models and profiles"}. @item CD-DA @cindex CD-DA Compact Disc Digital Audio, described in the ``Red Book'' or IEC 60908 (formerly IEC 908). This commonly referred to as an audio @acronym{CD} and what most people think of when you play a @acronym{CD} as it was the first to use the @acronym{CD} medium. See @url{http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard)} @item CD+G @cindex CD+G Compact Disc + Graphics. An extension of the CD audio format contains a limited amount of graphics in subcode channels. This disc works in all audio players but the graphics portion is only available in a special CD+G or Karaoke player. @item CD-i @cindex CD-i Compact Disc Interactive. An extension of the CD format designed around a set-top computer that connects to a TV to provide interactive home entertainment, including digital audio and video, video games, and software applications. Defined by the ``Green Book'' standard. @uref{http://www.icdia.org/}. CD-i for video and video music has largely (if not totally) been superseded by VCDs. @item CD-i Bridge @cindex CD-i Bridge A standard allowing CD-ROM XA discs to play on CD-i. Kodak PhotoCDs are CD-XA Bridge discs. @item CD-ROM @cindex CD-ROM Compact Disc Read Only Memory or ``Yellow Book'' describe in Standards ISO/IEC 10149. The data stored on it can be either in the form of audio, computer or video files. @item CD-ROM Mode 1 and Mode2 The Yellow Book specifies two types of tracks, Mode 1 and Mode 2. Mode 1 is used for computer data and text and has an extra error correction layer. Mode 2 is for audio and video data and has no extra correction layer. CD-ROM/XA An expansion of the CD-ROM Mode 2 format that allows both computer and audio/video to be mixed in the same track. @item CD Text @cindex CD Text CD Text is a technology developed by Sony Corporation and Philips Electronics in 1996 that allows storing in an audio CD and its tracks information such as artist name, title, songwriter, composer, or arranger. Commercially available audio CDs sometimes contain CD Text information. Information on how CD Text is stored can be found in in older MMC standards. Specifically, try ``Annex J'' of ``mmc3r10g.pdf''. An ``Unofficial CD Text FAQ'' is at @url{http://web.ncf.ca/aa571/cdtext.htm} @item @anchor{XA}CD XA @cindex CD XA CD-ROM EXtended Architecture. A modification to the CD-ROM specification that defines two new types of sectors. CD-ROM XA was developed jointly by Sony, Philips, and Microsoft, and announced in August 1988. Its specifications were published in an extension to the Yellow Book. CD-i, Photo CD, Video CD and CD-EXTRA have all subsequently been based on CD-ROM XA. CD-XA defines another way of formatting sectors on a CD-ROM, including headers in the sectors that describe the type (audio, video, data) and some additional info (markers, resolution in case of a video or audio sector, file numbers, etc). The data written on a CD-XA is consistent with and can be in ISO-9660 file system format and therefore be readable by ISO-9660 file system translators. But also a CD-I player can read CD-XA discs even if its own `Green Book' file system only resembles ISO 9660 and isn't fully compatible. @item DVD @cindex DVD Digital Versatile Disc. Capacity up to 4.5 GB as single layer and 8.5 GB as double layer media. See also @pxref{models-profiles,,"Media models and profiles"}. @item Defect management @cindex Defect management A method to compensate small amounts of bad spots on media by replacing them out of a pool of reserve blocks and performing address translation. The necessary checkreading slows down write performance by a factor of 2 or 3. Defect management applies by default to DVD-RAM and BD-RE. Optionally it can be formatted onto CD-RW and DVD+RW, where it has the name "Mount Rainier". Sequential BD-R can be formatted for defect management too. @item Command Packet @cindex Command Packet The data structure that is used to issue an ATAPI command. It contains a SCSI Command Descriptor Block (CDB). @item ECMA-119 (ISO-9660) @cindex ECMA-119 (@uref{http://www.ecma-international.org/publications/standards/Ecma-119.htm} is a freely available specification which is technically identical to ISO 9660. @item ECMA-167 (UDF) @cindex ECMA-167 (@uref{http://www.ecma-international.org/publications/standards/Ecma-167.htm} is a freely available specification which is also approved as ISO 13346. It serves as base for UDF. @item ECMA-168 @cindex ECMA-168 (@uref{http://www.ecma-international.org/publications/standards/Ecma-168.htm} is a freely available specification which is also approved as ISO 13490. @item FSF @cindex FSF Free Software Foundation, @uref{http://www.fsf.org/} @item GNU @cindex GNU @acronym{GNU} is not @acronym{UNIX}, @uref{http://www.gnu.org/} @item IDE Integrated Drive Electronics. This is a commonly used interface for hard disk drives and CD-ROM drives. It is less expensive than SCSI, but offers slightly less in terms of performance. @item ISO @cindex ISO International Standards Organization. @item ISO 13346 @cindex ISO 13346 ISO 13346 / ECMA-167 is a filesystem framework for data exchange on overwriteable or pseudo-overwriteable media. It serves as base of UDF. @item ISO 13490 @cindex ISO 13490 ISO 13490 / ECMA-168 is an attempt to replace ISO 9660 by a format that allows finer write granularity and representation of typical disk file properties. It resembles ECMA-167 which led to UDF. @item ISO 9660 @cindex ISO 9660 ISO 9660 / ECMA-119 is an operating-system independent filesystem format originally intended for CD-ROM media. It was standardized in 1988 and replaced the High Sierra standard for the logical format on CD-ROM media (ISO 9660 and High Sierra are identical in content, but the exact format is different). ISO 9660 and ECMA-119 are technically identical meanwhile. There are several specification levels. In Level 1, file names must be in the 8.3 format (no more than eight characters in the name, no more than three characters in the suffix) and in capital letters. Directory names can be no longer than eight characters. There can be no more than eight nested directory levels. Level 2 and 3 specifications allow file names up to 32 characters long. Level 3 allows data file sizes to be 4 GB or larger. File data content is stored in extents, i.e. contiguous sequences of blocks. A single extent can hold only up to 2 exp 32 - 1 bytes. So files of 4 GB or larger need more than one extent to be stored. Older operating systems might have trouble with multi-extent files. @item Joliet extensions @cindex Joliet extensions This ISO-9660 upward-compatible standard was developed for Windows 95 and Windows NT by Microsoft as an extension of ISO 9600 which allows the use of Unicode characters and supports file names up to 64 characters. See @uref{http://bmrc.berkeley.edu/people/chaffee/jolspec.html} for the Joliet Specification. The name Joliet comes from the city in Illinois (U.S) that the standard was defined. @item LBA @cindex LBA Logical Block Addressing. Mapped integer numbers from CD Red Book Addressing MSF. The starting sector is -150 and ending sector is 449849, which correlates directly to MSF: 00:00:00 to 99:59:74. Because an LBA is a single number it is often easier to work with in programming than an MSF. @item Lead in @cindex lead in The area of a CD where the Table Of Contents (TOC) and CD Text are stored. I think it is supposed to be around 4500 (1 min) or more sectors in length. On a CDR(W) the lead-in length is variable, because manufacturers have a different starting position indicated by the ATIP start of lead-in position that is recorded in the ATIP groove on the disk. For example: @table @dfn @item Ricoh Company Limited 97:27:00, 97:27:06, 97:27:66 @item Mitsubishi Chemical (Verbatim) 97:34:21 to 97:34:25 @end table @item LSN @cindex LSN Logical Sector Number. Mapped integer numbers from CD Red Book Addressing MSF. The starting sector is 0 and ending sector is 449699, which correlates to MSF: 00:00:00 to 99:59:74. Because an LSN is a single number it is often easier to work with in programming than an MSF. Because it starts at 0 rather than -150 as is the case of an LBA it can be represented as an unsigned value. @item MCN @cindex MCN Media Catalog Number. A identification number on an audio CD. Also called a UPC. Another identification number is ISRC. @item @anchor{MMC}MMC @cindex MMC (Multimedia Commands) MMC (Multimedia Commands). MMC are raw commands for communicating with CDROM drives, CD-Rewriters, DVD-Rewriters, etc. The are subset of the larger SCSI command set. See also @pxref{SCSI,,@acronym{SCSI}}. Many manufacturers have adopted this standard and it also applies to ATAPI versions of their drives. The documents @code{libcdio} makes use of are described in the Multi-Media Commands standard (MMC). This document generally has a numeric level number appended. For example MMC-5 refers to ``Multi-Media Commands - 5. @item @anchor{models-profiles}Media models and profiles @cindex Media models and profiles MMC classifies media as models, which describe their logical structure, and as profiles, which describe the capabilities of the drive with the particular media. So both are closely related but not identical. There are three model families: CD, DVD, Blu-ray. CD allows special sector formats like audio as well as data sectors of 2048 bytes. DVD and Blu-ray only record data sectors. @table @dfn @item Non-writable media: CD-ROM, DVD-ROM, BD-ROM. @item Write-once media: CD-R, DVD-R, DVD+R, BD-R. @item Reusable media: CD-RW, DVD-RW, DVD+RW, DVD-RAM, BD-RE. @end table Profiles depend on drive type and media state. They are expressed as numbers. It is unfortunate that formatted CD-RW have the same profile number as unformatted ones. ROM drives often announce all media as ROM profiles. Some writer drives show closed sequential media as ROM profile. @table @dfn @item CD-ROM 0x08 @item DVD-ROM 0x10 @item BD-ROM 0x40 @end table Sequentially recordable profiles allow multisession in most cases. Special burn programs are needed for writing to them. @table @dfn @item CD-R 0x09 @item CD-RW 0x0a (unformatted) @item DVD-R 0x11 @item DVD-RW 0x14 (unformatted) @item DVD-R DL 0x15 (double layer) @item DVD-R DL 0x16 (double layer, jump recording) @item DVD+R 0x1a @item DVD+RW DL 0x2a (double layer) @item DVD+R DL 0x2b (double layer) @item BD-R 0x41 (single or double layer, formatted or not) @item HD DVD-ROM 0x50 @item HD DVD-R 0x51 @item HD DVD-RAM 0x52 @end table They can assume three states: @table @dfn @item "Blank" is not readable but writeable from scratch @item "Appendable" is readable and after the readable part still writeable @item "Closed" is only readable @end table CD-RW and DVD-RW can be brought back to blank state, or they can be formatted to become overwriteable. Overwriteable profiles allow random read-write access with a granularity of 2 kB or 32 kB. One can hope for having read-write access via the normal POSIX operations lseek(), read(), write() of the operating system. @table @dfn @item CD-RW 0x0a (formatted) @item DVD-RAM 0x12 @item DVD-RW 0x13 (formatted, 32 kB write granularity) @item DVD+RW 0x1a @item BD-R 0x42 (formatted for pseudo-random recording) @item BD-RE 0x43 (single or double layer) @end table BD-R profile 0x42 is defined by MMC but not implemented by the consumer priced Blu-ray burners as of year 2010. @item Mixed Mode CD @cindex Mixed Mode CD A Mixed Mode is a CD that contains tracks of differing CD-ROM Mode formats. In particular the first track may contain both computer data (Yellow Book) CD ROM data while the remaining tracks are audio or video data. Video CD's can be Mixed Mode CDs. @item Multisession @cindex Multisession A way of writing to a CD , DVD or Blu-ray Disc that allows more data to be added to readable discs at a later time. The media must not have been closed by the previous write session. This applies originally to unformatted CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, and sequential BD-R which all can record more than one session. They hold a table-of-content with sessions and tracks. Formatted CD-RW, DVD-RAM, DVD+RW, DVD-RW, and BD-RE have only one track. Multisession on these media needs help by the recorded data formats. Multisession can be used to add a changeset to an existing ISO 9660 filesystem. Typically the add-on session contains a whole new filesystem tree with old and new files. It also contains the data blocks of the newly introduced or freshly overwritten files. The convention for mounting multisession ISO 9660 images is to load the superblock from the start of the first track in the last session as listed in the media table-of-content. Formatted media are assumed to have a single track starting at block 0. So ISO 9660 multisession on formatted media has to overwrite the volume descriptors at block 16 ff. with every new session. A chain of recognizable sessions can be achieved by starting the first ISO 9660 image at block 32 so that its descriptors get not overwritten later. @item Nero NRG format file @cindex Nero NRG, CD-Image format A proprietary CD image file format use by a popular program for Microsoft Windows, Ahead Nero. The specification of this format is not to our knowledge published. @item Rock Ridge Extensions @cindex Rock Ridge extensions An extension to the ISO-9660 standard which adds POSIX information to files. It allows long file names, owner, group, access permissions @code{ugo+-rwx}, inode numbers, hard-link count, file types other than directory or regular file. Rock Ridge is described by unapproved standard IEEE P1282 / RRIP-1.12 and based on unapproved IEEE P1281 / SUSP-1.10. It has become a de-facto standard on X/Open systems like GNU/Linux, FreeBSD, Solaris, et.\ al. @item @anchor{SCSI}SCSI @cindex SCSI Small Computer System Interface. A set of ANSI standard electronic interfaces (originally developed at Apple Computer) that allow personal computers to communicate with peripheral hardware such as CD-ROM drives, disk drives, printers, etc. Although the original hardware is outdated since years, the SCSI command set nowadays controls most storage devices including all optical disc drives. The contemporary electronic technologies which transport SCSI commands to optical drives are P-ATA, SATA, and USB. A SCSI programming specification made by the SCSI committee T10 organization @url{http://www.t10.org/}. The documents @code{libcdio} makes use of are described in SCSI standards documents SCSI Primary Commands (SPC), SCSI Block Commands (SBC), and Multi-Media Commands (MMC). These documents generally have a numeric level number appended. For example SPC-3 refers to ``SCSI Primary Commands - 3'. In year 2010 the current versions were SPC-3, SBC-2, MMC-5. @item SCSI CDB @cindex SCSI CDB SCSI Command Descriptor Block. The data structure that is used to issue a SCSI command. @item SCSI Pass Through Interface. @cindex SCSI Pass Through Interface. Yet another way of issuing MMC commands for accessing a CD-ROM. As with MMC or ASPI, the CD-ROM doesn't necessarily have to be a SCSI-attached drive. See also @pxref{MMC,,@acronym{MMC}} and @pxref{MMC,,@acronym{ASPI}}. @item Session A fully readable complete recording that contains one or more tracks of computer data or audio on a CD. On a DVD or Blu-ray Disc, there are only data sessions. @item SVCD @cindex Super VCD (SVCD) Super @acronym{VCD} An improvement of Video CD 2.0 specification which includes most notably a switch from @acronym{MPEG}-1 (constant bit rate encoding) to @acronym{MPEG}-2 (variable bit rate encoding) for the video stream. Also added was higher video-stream resolution, up to 4 overlay graphics and text (@dfn{OGT}) sub-channels for user switchable subtitle displaying, closed caption text, and command lists for controlling the @acronym{SVCD} virtual machine. See @uref{http://www.dvdrhelp.com/svcd} @item TOC @cindex TOC (CD Table of Contents) (Compact Disc) Table of Contents. The TOC contains a list of sessions and their tracks. For sessions, it records the starting track number and the last track number. For tracks it records starting time block address, size, copy protection, linear audio preemphasis, track format (CDDA or data) in that order. Session and track information is also available on sequential DVD and Blu-ray Discs. Several track properties are fixed to equivalents of CD data. @item Track @cindex track A unit of data of a CD. The size of a track can vary; it can occupy the entire contents of the CD. Most CD standards however require that tracks have a 150 frame (or ``2 second'') lead-in gap. An abstraction of tracks for CD, DVD and Blu-ray Discs is the Logical Track as of MMC specs. Overwriteable media have a single logical track, sequential media can have one or more logical tracks which they describe in their TOC. @item UDF @cindex UDF Universal Disc Format was designed as successor of ISO 9660. It allows to record long file names and advanced file properties. Although intended as format for data exchange its main importance is with DVD video players. Video DVDs have to bear a simple UDF filesystem with a prescribed set of files. @item VCD @cindex Video CD (VCD) The Video Compact Disc (@dfn{Video CD} or @dfn{VCD}) is a standardized digital video storage format. It is based on the commonly available Compact Disc technology, which allows for low-cost video authoring. Video CD's can be played in most @acronym{DVD} standalone player, dedicated VCD players and finally, modern Personal Computers with multimedia support. A Video CD is made up of @acronym{CD-ROM XA} sectors, i.e. @acronym{CD-ROM} mode 2 form 1 & 2 sectors. Non-@acronym{MPEG} data is stored in mode 2 form 1 sectors with a user data area of 2048 byte, which have a similar L2 error correction and detection (@acronym{ECC}/@acronym{EDC}) to @acronym{CD-ROM} mode 1 sectors. While real-time @acronym{MPEG} streams is stored in @acronym{CD-ROM} mode 2 form 2 sectors, which by have no L2 @acronym{ECC}, yield a ~14% greater user data area consisting of 2324 bytes@footnote{actually raw mode 2 sectors have a 2336 byte user data area, but parts of it are used for error codes and headers when using the mode 2 form 1 or form 2 configurations.} @uref{http://www.dvdrhelp.com/vcd} @item Win32 ASPI @cindex ASPI The ASPI interface specification was developed by Adaptec for sending commands to a SCSI host adapter (such as those controlling CD and DVD drives) and used on Window 9x/NT and later. Emulation for ATAPI drives was added so that the same sets of commands worked those even though the drives might not be SCSI nor might there even be a SCSI controller attached. However in Windows NT/2K/XP, Microsoft provides their Win32 ioctl interface, and has take steps to make using ASPI more inaccessible (e.g. requiring administrative access to use ASPI). See also @pxref{MMC,,@acronym{MMC}}. @item Win32 ioctl driver Ioctl (Input Output ConTroLs). A Win32 function, implemented in all Microsoft Windows. It is used for sending commands to devices using defined codes and structures. @item XA @cindex XA @xref{XA,,@acronym{CD-ROM XA}}. @end table libcdio-2.0.0/doc/texinfo.tex0000644000175000017500000116703613222217403013014 00000000000000% texinfo.tex -- TeX macros to handle Texinfo files. % % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % \def\texinfoversion{2013-02-01.11} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, % 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. % % This texinfo.tex file 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 3 of the % License, or (at your option) any later version. % % This texinfo.tex file 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 this program. If not, see . % % As a special exception, when this file is read by TeX when processing % a Texinfo source document, you may use the result without % restriction. This Exception is an additional permission under section 7 % of the GNU General Public License, version 3 ("GPLv3"). % % Please try the latest version of texinfo.tex before submitting bug % reports; you can get the latest version from: % http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or % http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or % http://www.gnu.org/software/texinfo/ (the Texinfo home page) % The texinfo.tex in any given distribution could well be out % of date, so if that's what you're using, please check. % % Send bug reports to bug-texinfo@gnu.org. Please include including a % complete document in each bug report with which we can reproduce the % problem. Patches are, of course, greatly appreciated. % % To process a Texinfo manual with TeX, it's most reliable to use the % texi2dvi shell script that comes with the distribution. For a simple % manual foo.texi, however, you can get away with this: % tex foo.texi % texindex foo.?? % tex foo.texi % tex foo.texi % dvips foo.dvi -o # or whatever; this makes foo.ps. % The extra TeX runs get the cross-reference information correct. % Sometimes one run after texindex suffices, and sometimes you need more % than two; texi2dvi does it as many times as necessary. % % It is possible to adapt texinfo.tex for other languages, to some % extent. You can get the existing language-specific files from the % full Texinfo distribution. % % The GNU Texinfo home page is http://www.gnu.org/software/texinfo. \message{Loading texinfo [version \texinfoversion]:} % If in a .fmt file, print the version number % and turn on active characters that we couldn't do earlier because % they might have appeared in the input file name. \everyjob{\message{[Texinfo version \texinfoversion]}% \catcode`+=\active \catcode`\_=\active} \chardef\other=12 % We never want plain's \outer definition of \+ in Texinfo. % For @tex, we can use \tabalign. \let\+ = \relax % Save some plain tex macros whose names we will redefine. \let\ptexb=\b \let\ptexbullet=\bullet \let\ptexc=\c \let\ptexcomma=\, \let\ptexdot=\. \let\ptexdots=\dots \let\ptexend=\end \let\ptexequiv=\equiv \let\ptexexclam=\! \let\ptexfootnote=\footnote \let\ptexgtr=> \let\ptexhat=^ \let\ptexi=\i \let\ptexindent=\indent \let\ptexinsert=\insert \let\ptexlbrace=\{ \let\ptexless=< \let\ptexnewwrite\newwrite \let\ptexnoindent=\noindent \let\ptexplus=+ \let\ptexraggedright=\raggedright \let\ptexrbrace=\} \let\ptexslash=\/ \let\ptexstar=\* \let\ptext=\t \let\ptextop=\top {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode % If this character appears in an error message or help string, it % starts a new line in the output. \newlinechar = `^^J % Use TeX 3.0's \inputlineno to get the line number, for better error % messages, but if we're using an old version of TeX, don't do anything. % \ifx\inputlineno\thisisundefined \let\linenumber = \empty % Pre-3.0. \else \def\linenumber{l.\the\inputlineno:\space} \fi % Set up fixed words for English if not already set. \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi \ifx\putworderror\undefined \gdef\putworderror{error}\fi \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi \ifx\putwordin\undefined \gdef\putwordin{in}\fi \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi \ifx\putwordof\undefined \gdef\putwordof{of}\fi \ifx\putwordon\undefined \gdef\putwordon{on}\fi \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi \ifx\putwordSection\undefined \gdef\putwordSection{Section}\fi \ifx\putwordsee\undefined \gdef\putwordsee{see}\fi \ifx\putwordSee\undefined \gdef\putwordSee{See}\fi \ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents}\fi \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi % \ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi \ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi \ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi \ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi \ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi \ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi \ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi \ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi \ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi \ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi \ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi % \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi % Since the category of space is not known, we have to be careful. \chardef\spacecat = 10 \def\spaceisspace{\catcode`\ =\spacecat} % sometimes characters are active, so we need control sequences. \chardef\ampChar = `\& \chardef\colonChar = `\: \chardef\commaChar = `\, \chardef\dashChar = `\- \chardef\dotChar = `\. \chardef\exclamChar= `\! \chardef\hashChar = `\# \chardef\lquoteChar= `\` \chardef\questChar = `\? \chardef\rquoteChar= `\' \chardef\semiChar = `\; \chardef\slashChar = `\/ \chardef\underChar = `\_ % Ignore a token. % \def\gobble#1{} % The following is used inside several \edef's. \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} % Hyphenation fixes. \hyphenation{ Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script ap-pen-dix bit-map bit-maps data-base data-bases eshell fall-ing half-way long-est man-u-script man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces spell-ing spell-ings stand-alone strong-est time-stamp time-stamps which-ever white-space wide-spread wrap-around } % Margin to add to right of even pages, to left of odd pages. \newdimen\bindingoffset \newdimen\normaloffset \newdimen\pagewidth \newdimen\pageheight % For a final copy, take out the rectangles % that mark overfull boxes (in case you have decided % that the text looks ok even though it passes the margin). % \def\finalout{\overfullrule=0pt } % Sometimes it is convenient to have everything in the transcript file % and nothing on the terminal. We don't just call \tracingall here, % since that produces some useless output on the terminal. We also make % some effort to order the tracing commands to reduce output in the log % file; cf. trace.sty in LaTeX. % \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}% \def\loggingall{% \tracingstats2 \tracingpages1 \tracinglostchars2 % 2 gives us more in etex \tracingparagraphs1 \tracingoutput1 \tracingmacros2 \tracingrestores1 \showboxbreadth\maxdimen \showboxdepth\maxdimen \ifx\eTeXversion\thisisundefined\else % etex gives us more logging \tracingscantokens1 \tracingifs1 \tracinggroups1 \tracingnesting2 \tracingassigns1 \fi \tracingcommands3 % 3 gives us more in etex \errorcontextlines16 }% % @errormsg{MSG}. Do the index-like expansions on MSG, but if things % aren't perfect, it's not the end of the world, being an error message, % after all. % \def\errormsg{\begingroup \indexnofonts \doerrormsg} \def\doerrormsg#1{\errmessage{#1}} % add check for \lastpenalty to plain's definitions. If the last thing % we did was a \nobreak, we don't want to insert more space. % \def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount \removelastskip\penalty-50\smallskip\fi\fi} \def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount \removelastskip\penalty-100\medskip\fi\fi} \def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount \removelastskip\penalty-200\bigskip\fi\fi} % Do @cropmarks to get crop marks. % \newif\ifcropmarks \let\cropmarks = \cropmarkstrue % % Dimensions to add cropmarks at corners. % Added by P. A. MacKay, 12 Nov. 1986 % \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines \newdimen\cornerlong \cornerlong=1pc \newdimen\cornerthick \cornerthick=.3pt \newdimen\topandbottommargin \topandbottommargin=.75in % Output a mark which sets \thischapter, \thissection and \thiscolor. % We dump everything together because we only have one kind of mark. % This works because we only use \botmark / \topmark, not \firstmark. % % A mark contains a subexpression of the \ifcase ... \fi construct. % \get*marks macros below extract the needed part using \ifcase. % % Another complication is to let the user choose whether \thischapter % (\thissection) refers to the chapter (section) in effect at the top % of a page, or that at the bottom of a page. The solution is % described on page 260 of The TeXbook. It involves outputting two % marks for the sectioning macros, one before the section break, and % one after. I won't pretend I can describe this better than DEK... \def\domark{% \toks0=\expandafter{\lastchapterdefs}% \toks2=\expandafter{\lastsectiondefs}% \toks4=\expandafter{\prevchapterdefs}% \toks6=\expandafter{\prevsectiondefs}% \toks8=\expandafter{\lastcolordefs}% \mark{% \the\toks0 \the\toks2 \noexpand\or \the\toks4 \the\toks6 \noexpand\else \the\toks8 }% } % \topmark doesn't work for the very first chapter (after the title % page or the contents), so we use \firstmark there -- this gets us % the mark with the chapter defs, unless the user sneaks in, e.g., % @setcolor (or @url, or @link, etc.) between @contents and the very % first @chapter. \def\gettopheadingmarks{% \ifcase0\topmark\fi \ifx\thischapter\empty \ifcase0\firstmark\fi \fi } \def\getbottomheadingmarks{\ifcase1\botmark\fi} \def\getcolormarks{\ifcase2\topmark\fi} % Avoid "undefined control sequence" errors. \def\lastchapterdefs{} \def\lastsectiondefs{} \def\prevchapterdefs{} \def\prevsectiondefs{} \def\lastcolordefs{} % Main output routine. \chardef\PAGE = 255 \output = {\onepageout{\pagecontents\PAGE}} \newbox\headlinebox \newbox\footlinebox % \onepageout takes a vbox as an argument. Note that \pagecontents % does insertions, but you have to call it yourself. \def\onepageout#1{% \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi % \ifodd\pageno \advance\hoffset by \bindingoffset \else \advance\hoffset by -\bindingoffset\fi % % Do this outside of the \shipout so @code etc. will be expanded in % the headline as they should be, not taken literally (outputting ''code). \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}% \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}% % {% % Have to do this stuff outside the \shipout because we want it to % take effect in \write's, yet the group defined by the \vbox ends % before the \shipout runs. % \indexdummies % don't expand commands in the output. \normalturnoffactive % \ in index entries must not stay \, e.g., if % the page break happens to be in the middle of an example. % We don't want .vr (or whatever) entries like this: % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}} % "\acronym" won't work when it's read back in; % it needs to be % {\code {{\tt \backslashcurfont }acronym} \shipout\vbox{% % Do this early so pdf references go to the beginning of the page. \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi % \ifcropmarks \vbox to \outervsize\bgroup \hsize = \outerhsize \vskip-\topandbottommargin \vtop to0pt{% \line{\ewtop\hfil\ewtop}% \nointerlineskip \line{% \vbox{\moveleft\cornerthick\nstop}% \hfill \vbox{\moveright\cornerthick\nstop}% }% \vss}% \vskip\topandbottommargin \line\bgroup \hfil % center the page within the outer (page) hsize. \ifodd\pageno\hskip\bindingoffset\fi \vbox\bgroup \fi % \unvbox\headlinebox \pagebody{#1}% \ifdim\ht\footlinebox > 0pt % Only leave this space if the footline is nonempty. % (We lessened \vsize for it in \oddfootingyyy.) % The \baselineskip=24pt in plain's \makefootline has no effect. \vskip 24pt \unvbox\footlinebox \fi % \ifcropmarks \egroup % end of \vbox\bgroup \hfil\egroup % end of (centering) \line\bgroup \vskip\topandbottommargin plus1fill minus1fill \boxmaxdepth = \cornerthick \vbox to0pt{\vss \line{% \vbox{\moveleft\cornerthick\nsbot}% \hfill \vbox{\moveright\cornerthick\nsbot}% }% \nointerlineskip \line{\ewbot\hfil\ewbot}% }% \egroup % \vbox from first cropmarks clause \fi }% end of \shipout\vbox }% end of group with \indexdummies \advancepageno \ifnum\outputpenalty>-20000 \else\dosupereject\fi } \newinsert\margin \dimen\margin=\maxdimen \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}} {\catcode`\@ =11 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi % marginal hacks, juha@viisa.uucp (Juha Takala) \ifvoid\margin\else % marginal info is present \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi \dimen@=\dp#1\relax \unvbox#1\relax \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi \ifr@ggedbottom \kern-\dimen@ \vfil \fi} } % Here are the rules for the cropmarks. Note that they are % offset so that the space between them is truly \outerhsize or \outervsize % (P. A. MacKay, 12 November, 1986) % \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong} \def\nstop{\vbox {\hrule height\cornerthick depth\cornerlong width\cornerthick}} \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} \def\nsbot{\vbox {\hrule height\cornerlong depth\cornerthick width\cornerthick}} % Parse an argument, then pass it to #1. The argument is the rest of % the input line (except we remove a trailing comment). #1 should be a % macro which expects an ordinary undelimited TeX argument. % \def\parsearg{\parseargusing{}} \def\parseargusing#1#2{% \def\argtorun{#2}% \begingroup \obeylines \spaceisspace #1% \parseargline\empty% Insert the \empty token, see \finishparsearg below. } {\obeylines % \gdef\parseargline#1^^M{% \endgroup % End of the group started in \parsearg. \argremovecomment #1\comment\ArgTerm% }% } % First remove any @comment, then any @c comment. \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm} % Each occurrence of `\^^M' or `\^^M' is replaced by a single space. % % \argremovec might leave us with trailing space, e.g., % @end itemize @c foo % This space token undergoes the same procedure and is eventually removed % by \finishparsearg. % \def\argcheckspaces#1\^^M{\argcheckspacesX#1\^^M \^^M} \def\argcheckspacesX#1 \^^M{\argcheckspacesY#1\^^M} \def\argcheckspacesY#1\^^M#2\^^M#3\ArgTerm{% \def\temp{#3}% \ifx\temp\empty % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: \let\temp\finishparsearg \else \let\temp\argcheckspaces \fi % Put the space token in: \temp#1 #3\ArgTerm } % If a _delimited_ argument is enclosed in braces, they get stripped; so % to get _exactly_ the rest of the line, we had to prevent such situation. % We prepended an \empty token at the very beginning and we expand it now, % just before passing the control to \argtorun. % (Similarly, we have to think about #3 of \argcheckspacesY above: it is % either the null string, or it ends with \^^M---thus there is no danger % that a pair of braces would be stripped. % % But first, we have to remove the trailing space token. % \def\finishparsearg#1 \ArgTerm{\expandafter\argtorun\expandafter{#1}} % \parseargdef\foo{...} % is roughly equivalent to % \def\foo{\parsearg\Xfoo} % \def\Xfoo#1{...} % % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my % favourite TeX trick. --kasal, 16nov03 \def\parseargdef#1{% \expandafter \doparseargdef \csname\string#1\endcsname #1% } \def\doparseargdef#1#2{% \def#2{\parsearg#1}% \def#1##1% } % Several utility definitions with active space: { \obeyspaces \gdef\obeyedspace{ } % Make each space character in the input produce a normal interword % space in the output. Don't allow a line break at this space, as this % is used only in environments like @example, where each line of input % should produce a line of output anyway. % \gdef\sepspaces{\obeyspaces\let =\tie} % If an index command is used in an @example environment, any spaces % therein should become regular spaces in the raw index file, not the % expansion of \tie (\leavevmode \penalty \@M \ ). \gdef\unsepspaces{\let =\space} } \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next} % Define the framework for environments in texinfo.tex. It's used like this: % % \envdef\foo{...} % \def\Efoo{...} % % It's the responsibility of \envdef to insert \begingroup before the % actual body; @end closes the group after calling \Efoo. \envdef also % defines \thisenv, so the current environment is known; @end checks % whether the environment name matches. The \checkenv macro can also be % used to check whether the current environment is the one expected. % % Non-false conditionals (@iftex, @ifset) don't fit into this, so they % are not treated as environments; they don't open a group. (The % implementation of @end takes care not to call \endgroup in this % special case.) % At run-time, environments start with this: \def\startenvironment#1{\begingroup\def\thisenv{#1}} % initialize \let\thisenv\empty % ... but they get defined via ``\envdef\foo{...}'': \long\def\envdef#1#2{\def#1{\startenvironment#1#2}} \def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}} % Check whether we're in the right environment: \def\checkenv#1{% \def\temp{#1}% \ifx\thisenv\temp \else \badenverr \fi } % Environment mismatch, #1 expected: \def\badenverr{% \errhelp = \EMsimple \errmessage{This command can appear only \inenvironment\temp, not \inenvironment\thisenv}% } \def\inenvironment#1{% \ifx#1\empty outside of any environment% \else in environment \expandafter\string#1% \fi } % @end foo executes the definition of \Efoo. % But first, it executes a specialized version of \checkenv % \parseargdef\end{% \if 1\csname iscond.#1\endcsname \else % The general wording of \badenverr may not be ideal. \expandafter\checkenv\csname#1\endcsname \csname E#1\endcsname \endgroup \fi } \newhelp\EMsimple{Press RETURN to continue.} % Be sure we're in horizontal mode when doing a tie, since we make space % equivalent to this in @example-like environments. Otherwise, a space % at the beginning of a line will start with \penalty -- and % since \penalty is valid in vertical mode, we'd end up putting the % penalty on the vertical list instead of in the new paragraph. {\catcode`@ = 11 % Avoid using \@M directly, because that causes trouble % if the definition is written into an index file. \global\let\tiepenalty = \@M \gdef\tie{\leavevmode\penalty\tiepenalty\ } } % @: forces normal size whitespace following. \def\:{\spacefactor=1000 } % @* forces a line break. \def\*{\unskip\hfil\break\hbox{}\ignorespaces} % @/ allows a line break. \let\/=\allowbreak % @. is an end-of-sentence period. \def\.{.\spacefactor=\endofsentencespacefactor\space} % @! is an end-of-sentence bang. \def\!{!\spacefactor=\endofsentencespacefactor\space} % @? is an end-of-sentence query. \def\?{?\spacefactor=\endofsentencespacefactor\space} % @frenchspacing on|off says whether to put extra space after punctuation. % \def\onword{on} \def\offword{off} % \parseargdef\frenchspacing{% \def\temp{#1}% \ifx\temp\onword \plainfrenchspacing \else\ifx\temp\offword \plainnonfrenchspacing \else \errhelp = \EMsimple \errmessage{Unknown @frenchspacing option `\temp', must be on|off}% \fi\fi } % @w prevents a word break. Without the \leavevmode, @w at the % beginning of a paragraph, when TeX is still in vertical mode, would % produce a whole line of output instead of starting the paragraph. \def\w#1{\leavevmode\hbox{#1}} % @group ... @end group forces ... to be all on one page, by enclosing % it in a TeX vbox. We use \vtop instead of \vbox to construct the box % to keep its height that of a normal line. According to the rules for % \topskip (p.114 of the TeXbook), the glue inserted is % max (\topskip - \ht (first item), 0). If that height is large, % therefore, no glue is inserted, and the space between the headline and % the text is small, which looks bad. % % Another complication is that the group might be very large. This can % cause the glue on the previous page to be unduly stretched, because it % does not have much material. In this case, it's better to add an % explicit \vfill so that the extra space is at the bottom. The % threshold for doing this is if the group is more than \vfilllimit % percent of a page (\vfilllimit can be changed inside of @tex). % \newbox\groupbox \def\vfilllimit{0.7} % \envdef\group{% \ifnum\catcode`\^^M=\active \else \errhelp = \groupinvalidhelp \errmessage{@group invalid in context where filling is enabled}% \fi \startsavinginserts % \setbox\groupbox = \vtop\bgroup % Do @comment since we are called inside an environment such as % @example, where each end-of-line in the input causes an % end-of-line in the output. We don't want the end-of-line after % the `@group' to put extra space in the output. Since @group % should appear on a line by itself (according to the Texinfo % manual), we don't worry about eating any user text. \comment } % % The \vtop produces a box with normal height and large depth; thus, TeX puts % \baselineskip glue before it, and (when the next line of text is done) % \lineskip glue after it. Thus, space below is not quite equal to space % above. But it's pretty close. \def\Egroup{% % To get correct interline space between the last line of the group % and the first line afterwards, we have to propagate \prevdepth. \endgraf % Not \par, as it may have been set to \lisppar. \global\dimen1 = \prevdepth \egroup % End the \vtop. % \dimen0 is the vertical size of the group's box. \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox % \dimen2 is how much space is left on the page (more or less). \dimen2 = \pageheight \advance\dimen2 by -\pagetotal % if the group doesn't fit on the current page, and it's a big big % group, force a page break. \ifdim \dimen0 > \dimen2 \ifdim \pagetotal < \vfilllimit\pageheight \page \fi \fi \box\groupbox \prevdepth = \dimen1 \checkinserts } % % TeX puts in an \escapechar (i.e., `@') at the beginning of the help % message, so this ends up printing `@group can only ...'. % \newhelp\groupinvalidhelp{% group can only be used in environments such as @example,^^J% where each line of input produces a line of output.} % @need space-in-mils % forces a page break if there is not space-in-mils remaining. \newdimen\mil \mil=0.001in \parseargdef\need{% % Ensure vertical mode, so we don't make a big box in the middle of a % paragraph. \par % % If the @need value is less than one line space, it's useless. \dimen0 = #1\mil \dimen2 = \ht\strutbox \advance\dimen2 by \dp\strutbox \ifdim\dimen0 > \dimen2 % % Do a \strut just to make the height of this box be normal, so the % normal leading is inserted relative to the preceding line. % And a page break here is fine. \vtop to #1\mil{\strut\vfil}% % % TeX does not even consider page breaks if a penalty added to the % main vertical list is 10000 or more. But in order to see if the % empty box we just added fits on the page, we must make it consider % page breaks. On the other hand, we don't want to actually break the % page after the empty box. So we use a penalty of 9999. % % There is an extremely small chance that TeX will actually break the % page at this \penalty, if there are no other feasible breakpoints in % sight. (If the user is using lots of big @group commands, which % almost-but-not-quite fill up a page, TeX will have a hard time doing % good page breaking, for example.) However, I could not construct an % example where a page broke at this \penalty; if it happens in a real % document, then we can reconsider our strategy. \penalty9999 % % Back up by the size of the box, whether we did a page break or not. \kern -#1\mil % % Do not allow a page break right after this kern. \nobreak \fi } % @br forces paragraph break (and is undocumented). \let\br = \par % @page forces the start of a new page. % \def\page{\par\vfill\supereject} % @exdent text.... % outputs text on separate line in roman font, starting at standard page margin % This records the amount of indent in the innermost environment. % That's how much \exdent should take out. \newskip\exdentamount % This defn is used inside fill environments such as @defun. \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} % This defn is used inside nofill environments such as @example. \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount \leftline{\hskip\leftskip{\rm#1}}}} % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current % paragraph. For more general purposes, use the \margin insertion % class. WHICH is `l' or `r'. Not documented, written for gawk manual. % \newskip\inmarginspacing \inmarginspacing=1cm \def\strutdepth{\dp\strutbox} % \def\doinmargin#1#2{\strut\vadjust{% \nobreak \kern-\strutdepth \vtop to \strutdepth{% \baselineskip=\strutdepth \vss % if you have multiple lines of stuff to put here, you'll need to % make the vbox yourself of the appropriate size. \ifx#1l% \llap{\ignorespaces #2\hskip\inmarginspacing}% \else \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}% \fi \null }% }} \def\inleftmargin{\doinmargin l} \def\inrightmargin{\doinmargin r} % % @inmargin{TEXT [, RIGHT-TEXT]} % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right; % else use TEXT for both). % \def\inmargin#1{\parseinmargin #1,,\finish} \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing. \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0 > 0pt \def\lefttext{#1}% have both texts \def\righttext{#2}% \else \def\lefttext{#1}% have only one text \def\righttext{#1}% \fi % \ifodd\pageno \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin \else \def\temp{\inleftmargin\lefttext}% \fi \temp } % @| inserts a changebar to the left of the current line. It should % surround any changed text. This approach does *not* work if the % change spans more than two lines of output. To handle that, we would % have adopt a much more difficult approach (putting marks into the main % vertical list for the beginning and end of each change). This command % is not documented, not supported, and doesn't work. % \def\|{% % \vadjust can only be used in horizontal mode. \leavevmode % % Append this vertical mode material after the current line in the output. \vadjust{% % We want to insert a rule with the height and depth of the current % leading; that is exactly what \strutbox is supposed to record. \vskip-\baselineskip % % \vadjust-items are inserted at the left edge of the type. So % the \llap here moves out into the left-hand margin. \llap{% % % For a thicker or thinner bar, change the `1pt'. \vrule height\baselineskip width1pt % % This is the space between the bar and the text. \hskip 12pt }% }% } % @include FILE -- \input text of FILE. % \def\include{\parseargusing\filenamecatcodes\includezzz} \def\includezzz#1{% \pushthisfilestack \def\thisfile{#1}% {% \makevalueexpandable % we want to expand any @value in FILE. \turnoffactive % and allow special characters in the expansion \indexnofonts % Allow `@@' and other weird things in file names. \wlog{texinfo.tex: doing @include of #1^^J}% \edef\temp{\noexpand\input #1 }% % % This trickery is to read FILE outside of a group, in case it makes % definitions, etc. \expandafter }\temp \popthisfilestack } \def\filenamecatcodes{% \catcode`\\=\other \catcode`~=\other \catcode`^=\other \catcode`_=\other \catcode`|=\other \catcode`<=\other \catcode`>=\other \catcode`+=\other \catcode`-=\other \catcode`\`=\other \catcode`\'=\other } \def\pushthisfilestack{% \expandafter\pushthisfilestackX\popthisfilestack\StackTerm } \def\pushthisfilestackX{% \expandafter\pushthisfilestackY\thisfile\StackTerm } \def\pushthisfilestackY #1\StackTerm #2\StackTerm {% \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}% } \def\popthisfilestack{\errthisfilestackempty} \def\errthisfilestackempty{\errmessage{Internal error: the stack of filenames is empty.}} % \def\thisfile{} % @center line % outputs that line, centered. % \parseargdef\center{% \ifhmode \let\centersub\centerH \else \let\centersub\centerV \fi \centersub{\hfil \ignorespaces#1\unskip \hfil}% \let\centersub\relax % don't let the definition persist, just in case } \def\centerH#1{{% \hfil\break \advance\hsize by -\leftskip \advance\hsize by -\rightskip \line{#1}% \break }} % \newcount\centerpenalty \def\centerV#1{% % The idea here is the same as in \startdefun, \cartouche, etc.: if % @center is the first thing after a section heading, we need to wipe % out the negative parskip inserted by \sectionheading, but still % prevent a page break here. \centerpenalty = \lastpenalty \ifnum\centerpenalty>10000 \vskip\parskip \fi \ifnum\centerpenalty>9999 \penalty\centerpenalty \fi \line{\kern\leftskip #1\kern\rightskip}% } % @sp n outputs n lines of vertical space % \parseargdef\sp{\vskip #1\baselineskip} % @comment ...line which is ignored... % @c is the same as @comment % @ignore ... @end ignore is another way to write a comment % \def\comment{\begingroup \catcode`\^^M=\other% \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other% \commentxxx} {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}} % \let\c=\comment % @paragraphindent NCHARS % We'll use ems for NCHARS, close enough. % NCHARS can also be the word `asis' or `none'. % We cannot feasibly implement @paragraphindent asis, though. % \def\asisword{asis} % no translation, these are keywords \def\noneword{none} % \parseargdef\paragraphindent{% \def\temp{#1}% \ifx\temp\asisword \else \ifx\temp\noneword \defaultparindent = 0pt \else \defaultparindent = #1em \fi \fi \parindent = \defaultparindent } % @exampleindent NCHARS % We'll use ems for NCHARS like @paragraphindent. % It seems @exampleindent asis isn't necessary, but % I preserve it to make it similar to @paragraphindent. \parseargdef\exampleindent{% \def\temp{#1}% \ifx\temp\asisword \else \ifx\temp\noneword \lispnarrowing = 0pt \else \lispnarrowing = #1em \fi \fi } % @firstparagraphindent WORD % If WORD is `none', then suppress indentation of the first paragraph % after a section heading. If WORD is `insert', then do indent at such % paragraphs. % % The paragraph indentation is suppressed or not by calling % \suppressfirstparagraphindent, which the sectioning commands do. % We switch the definition of this back and forth according to WORD. % By default, we suppress indentation. % \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent} \def\insertword{insert} % \parseargdef\firstparagraphindent{% \def\temp{#1}% \ifx\temp\noneword \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent \else\ifx\temp\insertword \let\suppressfirstparagraphindent = \relax \else \errhelp = \EMsimple \errmessage{Unknown @firstparagraphindent option `\temp'}% \fi\fi } % Here is how we actually suppress indentation. Redefine \everypar to % \kern backwards by \parindent, and then reset itself to empty. % % We also make \indent itself not actually do anything until the next % paragraph. % \gdef\dosuppressfirstparagraphindent{% \gdef\indent{% \restorefirstparagraphindent \indent }% \gdef\noindent{% \restorefirstparagraphindent \noindent }% \global\everypar = {% \kern -\parindent \restorefirstparagraphindent }% } \gdef\restorefirstparagraphindent{% \global \let \indent = \ptexindent \global \let \noindent = \ptexnoindent \global \everypar = {}% } % @refill is a no-op. \let\refill=\relax % If working on a large document in chapters, it is convenient to % be able to disable indexing, cross-referencing, and contents, for test runs. % This is done with @novalidate (before @setfilename). % \newif\iflinks \linkstrue % by default we want the aux files. \let\novalidate = \linksfalse % @setfilename is done at the beginning of every texinfo file. % So open here the files we need to have open while reading the input. % This makes it possible to make a .fmt file for texinfo. \def\setfilename{% \fixbackslash % Turn off hack to swallow `\input texinfo'. \iflinks \tryauxfile % Open the new aux file. TeX will close it automatically at exit. \immediate\openout\auxfile=\jobname.aux \fi % \openindices needs to do some work in any case. \openindices \let\setfilename=\comment % Ignore extra @setfilename cmds. % % If texinfo.cnf is present on the system, read it. % Useful for site-wide @afourpaper, etc. \openin 1 texinfo.cnf \ifeof 1 \else \input texinfo.cnf \fi \closein 1 % \comment % Ignore the actual filename. } % Called from \setfilename. % \def\openindices{% \newindex{cp}% \newcodeindex{fn}% \newcodeindex{vr}% \newcodeindex{tp}% \newcodeindex{ky}% \newcodeindex{pg}% } % @bye. \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend} \message{pdf,} % adobe `portable' document format \newcount\tempnum \newcount\lnkcount \newtoks\filename \newcount\filenamelength \newcount\pgn \newtoks\toksA \newtoks\toksB \newtoks\toksC \newtoks\toksD \newbox\boxA \newcount\countA \newif\ifpdf \newif\ifpdfmakepagedest % when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1 % can be set). So we test for \relax and 0 as well as being undefined. \ifx\pdfoutput\thisisundefined \else \ifx\pdfoutput\relax \else \ifcase\pdfoutput \else \pdftrue \fi \fi \fi % PDF uses PostScript string constants for the names of xref targets, % for display in the outlines, and in other places. Thus, we have to % double any backslashes. Otherwise, a name like "\node" will be % interpreted as a newline (\n), followed by o, d, e. Not good. % % See http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html and % related messages. The final outcome is that it is up to the TeX user % to double the backslashes and otherwise make the string valid, so % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to % do this reliably, so we use it. % #1 is a control sequence in which to do the replacements, % which we \xdef. \def\txiescapepdf#1{% \ifx\pdfescapestring\thisisundefined % No primitive available; should we give a warning or log? % Many times it won't matter. \else % The expandable \pdfescapestring primitive escapes parentheses, % backslashes, and other special chars. \xdef#1{\pdfescapestring{#1}}% \fi } \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images with PDF output, and none of those formats could be found. (.eps cannot be supported due to the design of the PDF format; use regular TeX (DVI output) for that.)} \ifpdf % % Color manipulation macros based on pdfcolor.tex, % except using rgb instead of cmyk; the latter is said to render as a % very dark gray on-screen and a very dark halftone in print, instead % of actual black. \def\rgbDarkRed{0.50 0.09 0.12} \def\rgbBlack{0 0 0} % % k sets the color for filling (usual text, etc.); % K sets the color for stroking (thin rules, e.g., normal _'s). \def\pdfsetcolor#1{\pdfliteral{#1 rg #1 RG}} % % Set color, and create a mark which defines \thiscolor accordingly, % so that \makeheadline knows which color to restore. \def\setcolor#1{% \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}% \domark \pdfsetcolor{#1}% } % \def\maincolor{\rgbBlack} \pdfsetcolor{\maincolor} \edef\thiscolor{\maincolor} \def\lastcolordefs{} % \def\makefootline{% \baselineskip24pt \line{\pdfsetcolor{\maincolor}\the\footline}% } % \def\makeheadline{% \vbox to 0pt{% \vskip-22.5pt \line{% \vbox to8.5pt{}% % Extract \thiscolor definition from the marks. \getcolormarks % Typeset the headline with \maincolor, then restore the color. \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}% }% \vss }% \nointerlineskip } % % \pdfcatalog{/PageMode /UseOutlines} % % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto). \def\dopdfimage#1#2#3{% \def\pdfimagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}% \def\pdfimageheight{#3}\setbox2 = \hbox{\ignorespaces #3}% % % pdftex (and the PDF format) support .pdf, .png, .jpg (among % others). Let's try in that order, PDF first since if % someone has a scalable image, presumably better to use that than a % bitmap. \let\pdfimgext=\empty \begingroup \openin 1 #1.pdf \ifeof 1 \openin 1 #1.PDF \ifeof 1 \openin 1 #1.png \ifeof 1 \openin 1 #1.jpg \ifeof 1 \openin 1 #1.jpeg \ifeof 1 \openin 1 #1.JPG \ifeof 1 \errhelp = \nopdfimagehelp \errmessage{Could not find image file #1 for pdf}% \else \gdef\pdfimgext{JPG}% \fi \else \gdef\pdfimgext{jpeg}% \fi \else \gdef\pdfimgext{jpg}% \fi \else \gdef\pdfimgext{png}% \fi \else \gdef\pdfimgext{PDF}% \fi \else \gdef\pdfimgext{pdf}% \fi \closein 1 \endgroup % % without \immediate, ancient pdftex seg faults when the same image is % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.) \ifnum\pdftexversion < 14 \immediate\pdfimage \else \immediate\pdfximage \fi \ifdim \wd0 >0pt width \pdfimagewidth \fi \ifdim \wd2 >0pt height \pdfimageheight \fi \ifnum\pdftexversion<13 #1.\pdfimgext \else {#1.\pdfimgext}% \fi \ifnum\pdftexversion < 14 \else \pdfrefximage \pdflastximage \fi} % \def\pdfmkdest#1{{% % We have to set dummies so commands such as @code, and characters % such as \, aren't expanded when present in a section title. \indexnofonts \turnoffactive \makevalueexpandable \def\pdfdestname{#1}% \txiescapepdf\pdfdestname \safewhatsit{\pdfdest name{\pdfdestname} xyz}% }} % % used to mark target names; must be expandable. \def\pdfmkpgn#1{#1} % % by default, use a color that is dark enough to print on paper as % nearly black, but still distinguishable for online viewing. \def\urlcolor{\rgbDarkRed} \def\linkcolor{\rgbDarkRed} \def\endlink{\setcolor{\maincolor}\pdfendlink} % % Adding outlines to PDF; macros for calculating structure of outlines % come from Petr Olsak \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0% \else \csname#1\endcsname \fi} \def\advancenumber#1{\tempnum=\expnumber{#1}\relax \advance\tempnum by 1 \expandafter\xdef\csname#1\endcsname{\the\tempnum}} % % #1 is the section text, which is what will be displayed in the % outline by the pdf viewer. #2 is the pdf expression for the number % of subentries (or empty, for subsubsections). #3 is the node text, % which might be empty if this toc entry had no corresponding node. % #4 is the page number % \def\dopdfoutline#1#2#3#4{% % Generate a link to the node text if that exists; else, use the % page number. We could generate a destination for the section % text in the case where a section has no node, but it doesn't % seem worth the trouble, since most documents are normally structured. \edef\pdfoutlinedest{#3}% \ifx\pdfoutlinedest\empty \def\pdfoutlinedest{#4}% \else \txiescapepdf\pdfoutlinedest \fi % % Also escape PDF chars in the display string. \edef\pdfoutlinetext{#1}% \txiescapepdf\pdfoutlinetext % \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}% } % \def\pdfmakeoutlines{% \begingroup % Read toc silently, to get counts of subentries for \pdfoutline. \def\partentry##1##2##3##4{}% ignore parts in the outlines \def\numchapentry##1##2##3##4{% \def\thischapnum{##2}% \def\thissecnum{0}% \def\thissubsecnum{0}% }% \def\numsecentry##1##2##3##4{% \advancenumber{chap\thischapnum}% \def\thissecnum{##2}% \def\thissubsecnum{0}% }% \def\numsubsecentry##1##2##3##4{% \advancenumber{sec\thissecnum}% \def\thissubsecnum{##2}% }% \def\numsubsubsecentry##1##2##3##4{% \advancenumber{subsec\thissubsecnum}% }% \def\thischapnum{0}% \def\thissecnum{0}% \def\thissubsecnum{0}% % % use \def rather than \let here because we redefine \chapentry et % al. a second time, below. \def\appentry{\numchapentry}% \def\appsecentry{\numsecentry}% \def\appsubsecentry{\numsubsecentry}% \def\appsubsubsecentry{\numsubsubsecentry}% \def\unnchapentry{\numchapentry}% \def\unnsecentry{\numsecentry}% \def\unnsubsecentry{\numsubsecentry}% \def\unnsubsubsecentry{\numsubsubsecentry}% \readdatafile{toc}% % % Read toc second time, this time actually producing the outlines. % The `-' means take the \expnumber as the absolute number of % subentries, which we calculated on our first read of the .toc above. % % We use the node names as the destinations. \def\numchapentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}% \def\numsecentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}% \def\numsubsecentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}% \def\numsubsubsecentry##1##2##3##4{% count is always zero \dopdfoutline{##1}{}{##3}{##4}}% % % PDF outlines are displayed using system fonts, instead of % document fonts. Therefore we cannot use special characters, % since the encoding is unknown. For example, the eogonek from % Latin 2 (0xea) gets translated to a | character. Info from % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100. % % TODO this right, we have to translate 8-bit characters to % their "best" equivalent, based on the @documentencoding. Too % much work for too little return. Just use the ASCII equivalents % we use for the index sort strings. % \indexnofonts \setupdatafile % We can have normal brace characters in the PDF outlines, unlike % Texinfo index files. So set that up. \def\{{\lbracecharliteral}% \def\}{\rbracecharliteral}% \catcode`\\=\active \otherbackslash \input \tocreadfilename \endgroup } {\catcode`[=1 \catcode`]=2 \catcode`{=\other \catcode`}=\other \gdef\lbracecharliteral[{]% \gdef\rbracecharliteral[}]% ] % \def\skipspaces#1{\def\PP{#1}\def\D{|}% \ifx\PP\D\let\nextsp\relax \else\let\nextsp\skipspaces \addtokens{\filename}{\PP}% \advance\filenamelength by 1 \fi \nextsp} \def\getfilename#1{% \filenamelength=0 % If we don't expand the argument now, \skipspaces will get % snagged on things like "@value{foo}". \edef\temp{#1}% \expandafter\skipspaces\temp|\relax } \ifnum\pdftexversion < 14 \let \startlink \pdfannotlink \else \let \startlink \pdfstartlink \fi % make a live url in pdf output. \def\pdfurl#1{% \begingroup % it seems we really need yet another set of dummies; have not % tried to figure out what each command should do in the context % of @url. for now, just make @/ a no-op, that's the only one % people have actually reported a problem with. % \normalturnoffactive \def\@{@}% \let\/=\empty \makevalueexpandable % do we want to go so far as to use \indexnofonts instead of just % special-casing \var here? \def\var##1{##1}% % \leavevmode\setcolor{\urlcolor}% \startlink attr{/Border [0 0 0]}% user{/Subtype /Link /A << /S /URI /URI (#1) >>}% \endgroup} \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}} \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks} \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks} \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}} \def\maketoks{% \expandafter\poptoks\the\toksA|ENDTOKS|\relax \ifx\first0\adn0 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9 \else \ifnum0=\countA\else\makelink\fi \ifx\first.\let\next=\done\else \let\next=\maketoks \addtokens{\toksB}{\the\toksD} \ifx\first,\addtokens{\toksB}{\space}\fi \fi \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \next} \def\makelink{\addtokens{\toksB}% {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0} \def\pdflink#1{% \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}} \setcolor{\linkcolor}#1\endlink} \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st} \else % non-pdf mode \let\pdfmkdest = \gobble \let\pdfurl = \gobble \let\endlink = \relax \let\setcolor = \gobble \let\pdfsetcolor = \gobble \let\pdfmakeoutlines = \relax \fi % \ifx\pdfoutput \message{fonts,} % Change the current font style to #1, remembering it in \curfontstyle. % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in % italics, not bold italics. % \def\setfontstyle#1{% \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd. \csname ten#1\endcsname % change the current font } % Select #1 fonts with the current style. % \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname} \def\rm{\fam=0 \setfontstyle{rm}} \def\it{\fam=\itfam \setfontstyle{it}} \def\sl{\fam=\slfam \setfontstyle{sl}} \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} \def\tt{\fam=\ttfam \setfontstyle{tt}} % Unfortunately, we have to override this for titles and the like, since % in those cases "rm" is bold. Sigh. \def\rmisbold{\rm\def\curfontstyle{bf}} % Texinfo sort of supports the sans serif font style, which plain TeX does not. % So we set up a \sf. \newfam\sffam \def\sf{\fam=\sffam \setfontstyle{sf}} \let\li = \sf % Sometimes we call it \li, not \sf. % We don't need math for this font style. \def\ttsl{\setfontstyle{ttsl}} % Set the baselineskip to #1, and the lineskip and strut size % correspondingly. There is no deep meaning behind these magic numbers % used as factors; they just match (closely enough) what Knuth defined. % \def\lineskipfactor{.08333} \def\strutheightpercent{.70833} \def\strutdepthpercent {.29167} % % can get a sort of poor man's double spacing by redefining this. \def\baselinefactor{1} % \newdimen\textleading \def\setleading#1{% \dimen0 = #1\relax \normalbaselineskip = \baselinefactor\dimen0 \normallineskip = \lineskipfactor\normalbaselineskip \normalbaselines \setbox\strutbox =\hbox{% \vrule width0pt height\strutheightpercent\baselineskip depth \strutdepthpercent \baselineskip }% } % PDF CMaps. See also LaTeX's t1.cmap. % % do nothing with this by default. \expandafter\let\csname cmapOT1\endcsname\gobble \expandafter\let\csname cmapOT1IT\endcsname\gobble \expandafter\let\csname cmapOT1TT\endcsname\gobble % if we are producing pdf, and we have \pdffontattr, then define cmaps. % (\pdffontattr was introduced many years ago, but people still run % older pdftex's; it's easy to conditionalize, so we do.) \ifpdf \ifx\pdffontattr\thisisundefined \else \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1-0) %%Title: (TeX-OT1-0 TeX OT1 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1) /Supplement 0 >> def /CMapName /TeX-OT1-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 8 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <23> <26> <0023> <28> <3B> <0028> <3F> <5B> <003F> <5D> <5E> <005D> <61> <7A> <0061> <7B> <7C> <2013> endbfrange 40 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <00660066> <0C> <00660069> <0D> <0066006C> <0E> <006600660069> <0F> <00660066006C> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <21> <0021> <22> <201D> <27> <2019> <3C> <00A1> <3D> <003D> <3E> <00BF> <5C> <201C> <5F> <02D9> <60> <2018> <7D> <02DD> <7E> <007E> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% % % \cmapOT1IT \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1IT-0) %%Title: (TeX-OT1IT-0 TeX OT1IT 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1IT) /Supplement 0 >> def /CMapName /TeX-OT1IT-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 8 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <25> <26> <0025> <28> <3B> <0028> <3F> <5B> <003F> <5D> <5E> <005D> <61> <7A> <0061> <7B> <7C> <2013> endbfrange 42 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <00660066> <0C> <00660069> <0D> <0066006C> <0E> <006600660069> <0F> <00660066006C> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <21> <0021> <22> <201D> <23> <0023> <24> <00A3> <27> <2019> <3C> <00A1> <3D> <003D> <3E> <00BF> <5C> <201C> <5F> <02D9> <60> <2018> <7D> <02DD> <7E> <007E> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1IT\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% % % \cmapOT1TT \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1TT-0) %%Title: (TeX-OT1TT-0 TeX OT1TT 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1TT) /Supplement 0 >> def /CMapName /TeX-OT1TT-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 5 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <21> <26> <0021> <28> <5F> <0028> <61> <7E> <0061> endbfrange 32 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <2191> <0C> <2193> <0D> <0027> <0E> <00A1> <0F> <00BF> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <20> <2423> <27> <2019> <60> <2018> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1TT\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% \fi\fi % Set the font macro #1 to the font named \fontprefix#2. % #3 is the font's design size, #4 is a scale factor, #5 is the CMap % encoding (only OT1, OT1IT and OT1TT are allowed, or empty to omit). % Example: % #1 = \textrm % #2 = \rmshape % #3 = 10 % #4 = \mainmagstep % #5 = OT1 % \def\setfont#1#2#3#4#5{% \font#1=\fontprefix#2#3 scaled #4 \csname cmap#5\endcsname#1% } % This is what gets called when #5 of \setfont is empty. \let\cmap\gobble % % (end of cmaps) % Use cm as the default font prefix. % To specify the font prefix, you must define \fontprefix % before you read in texinfo.tex. \ifx\fontprefix\thisisundefined \def\fontprefix{cm} \fi % Support font families that don't use the same naming scheme as CM. \def\rmshape{r} \def\rmbshape{bx} % where the normal face is bold \def\bfshape{b} \def\bxshape{bx} \def\ttshape{tt} \def\ttbshape{tt} \def\ttslshape{sltt} \def\itshape{ti} \def\itbshape{bxti} \def\slshape{sl} \def\slbshape{bxsl} \def\sfshape{ss} \def\sfbshape{ss} \def\scshape{csc} \def\scbshape{csc} % Definitions for a main text size of 11pt. (The default in Texinfo.) % \def\definetextfontsizexi{% % Text fonts (11.2pt, magstep1). \def\textnominalsize{11pt} \edef\mainmagstep{\magstephalf} \setfont\textrm\rmshape{10}{\mainmagstep}{OT1} \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} \setfont\textbf\bfshape{10}{\mainmagstep}{OT1} \setfont\textit\itshape{10}{\mainmagstep}{OT1IT} \setfont\textsl\slshape{10}{\mainmagstep}{OT1} \setfont\textsf\sfshape{10}{\mainmagstep}{OT1} \setfont\textsc\scshape{10}{\mainmagstep}{OT1} \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} \font\texti=cmmi10 scaled \mainmagstep \font\textsy=cmsy10 scaled \mainmagstep \def\textecsize{1095} % A few fonts for @defun names and args. \setfont\defbf\bfshape{10}{\magstep1}{OT1} \setfont\deftt\ttshape{10}{\magstep1}{OT1TT} \setfont\defttsl\ttslshape{10}{\magstep1}{OT1TT} \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} % Fonts for indices, footnotes, small examples (9pt). \def\smallnominalsize{9pt} \setfont\smallrm\rmshape{9}{1000}{OT1} \setfont\smalltt\ttshape{9}{1000}{OT1TT} \setfont\smallbf\bfshape{10}{900}{OT1} \setfont\smallit\itshape{9}{1000}{OT1IT} \setfont\smallsl\slshape{9}{1000}{OT1} \setfont\smallsf\sfshape{9}{1000}{OT1} \setfont\smallsc\scshape{10}{900}{OT1} \setfont\smallttsl\ttslshape{10}{900}{OT1TT} \font\smalli=cmmi9 \font\smallsy=cmsy9 \def\smallecsize{0900} % Fonts for small examples (8pt). \def\smallernominalsize{8pt} \setfont\smallerrm\rmshape{8}{1000}{OT1} \setfont\smallertt\ttshape{8}{1000}{OT1TT} \setfont\smallerbf\bfshape{10}{800}{OT1} \setfont\smallerit\itshape{8}{1000}{OT1IT} \setfont\smallersl\slshape{8}{1000}{OT1} \setfont\smallersf\sfshape{8}{1000}{OT1} \setfont\smallersc\scshape{10}{800}{OT1} \setfont\smallerttsl\ttslshape{10}{800}{OT1TT} \font\smalleri=cmmi8 \font\smallersy=cmsy8 \def\smallerecsize{0800} % Fonts for title page (20.4pt): \def\titlenominalsize{20pt} \setfont\titlerm\rmbshape{12}{\magstep3}{OT1} \setfont\titleit\itbshape{10}{\magstep4}{OT1IT} \setfont\titlesl\slbshape{10}{\magstep4}{OT1} \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} \setfont\titlesf\sfbshape{17}{\magstep1}{OT1} \let\titlebf=\titlerm \setfont\titlesc\scbshape{10}{\magstep4}{OT1} \font\titlei=cmmi12 scaled \magstep3 \font\titlesy=cmsy10 scaled \magstep4 \def\titleecsize{2074} % Chapter (and unnumbered) fonts (17.28pt). \def\chapnominalsize{17pt} \setfont\chaprm\rmbshape{12}{\magstep2}{OT1} \setfont\chapit\itbshape{10}{\magstep3}{OT1IT} \setfont\chapsl\slbshape{10}{\magstep3}{OT1} \setfont\chaptt\ttbshape{12}{\magstep2}{OT1TT} \setfont\chapttsl\ttslshape{10}{\magstep3}{OT1TT} \setfont\chapsf\sfbshape{17}{1000}{OT1} \let\chapbf=\chaprm \setfont\chapsc\scbshape{10}{\magstep3}{OT1} \font\chapi=cmmi12 scaled \magstep2 \font\chapsy=cmsy10 scaled \magstep3 \def\chapecsize{1728} % Section fonts (14.4pt). \def\secnominalsize{14pt} \setfont\secrm\rmbshape{12}{\magstep1}{OT1} \setfont\secit\itbshape{10}{\magstep2}{OT1IT} \setfont\secsl\slbshape{10}{\magstep2}{OT1} \setfont\sectt\ttbshape{12}{\magstep1}{OT1TT} \setfont\secttsl\ttslshape{10}{\magstep2}{OT1TT} \setfont\secsf\sfbshape{12}{\magstep1}{OT1} \let\secbf\secrm \setfont\secsc\scbshape{10}{\magstep2}{OT1} \font\seci=cmmi12 scaled \magstep1 \font\secsy=cmsy10 scaled \magstep2 \def\sececsize{1440} % Subsection fonts (13.15pt). \def\ssecnominalsize{13pt} \setfont\ssecrm\rmbshape{12}{\magstephalf}{OT1} \setfont\ssecit\itbshape{10}{1315}{OT1IT} \setfont\ssecsl\slbshape{10}{1315}{OT1} \setfont\ssectt\ttbshape{12}{\magstephalf}{OT1TT} \setfont\ssecttsl\ttslshape{10}{1315}{OT1TT} \setfont\ssecsf\sfbshape{12}{\magstephalf}{OT1} \let\ssecbf\ssecrm \setfont\ssecsc\scbshape{10}{1315}{OT1} \font\sseci=cmmi12 scaled \magstephalf \font\ssecsy=cmsy10 scaled 1315 \def\ssececsize{1200} % Reduced fonts for @acro in text (10pt). \def\reducednominalsize{10pt} \setfont\reducedrm\rmshape{10}{1000}{OT1} \setfont\reducedtt\ttshape{10}{1000}{OT1TT} \setfont\reducedbf\bfshape{10}{1000}{OT1} \setfont\reducedit\itshape{10}{1000}{OT1IT} \setfont\reducedsl\slshape{10}{1000}{OT1} \setfont\reducedsf\sfshape{10}{1000}{OT1} \setfont\reducedsc\scshape{10}{1000}{OT1} \setfont\reducedttsl\ttslshape{10}{1000}{OT1TT} \font\reducedi=cmmi10 \font\reducedsy=cmsy10 \def\reducedecsize{1000} \textleading = 13.2pt % line spacing for 11pt CM \textfonts % reset the current fonts \rm } % end of 11pt text font size definitions, \definetextfontsizexi % Definitions to make the main text be 10pt Computer Modern, with % section, chapter, etc., sizes following suit. This is for the GNU % Press printing of the Emacs 22 manual. Maybe other manuals in the % future. Used with @smallbook, which sets the leading to 12pt. % \def\definetextfontsizex{% % Text fonts (10pt). \def\textnominalsize{10pt} \edef\mainmagstep{1000} \setfont\textrm\rmshape{10}{\mainmagstep}{OT1} \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} \setfont\textbf\bfshape{10}{\mainmagstep}{OT1} \setfont\textit\itshape{10}{\mainmagstep}{OT1IT} \setfont\textsl\slshape{10}{\mainmagstep}{OT1} \setfont\textsf\sfshape{10}{\mainmagstep}{OT1} \setfont\textsc\scshape{10}{\mainmagstep}{OT1} \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} \font\texti=cmmi10 scaled \mainmagstep \font\textsy=cmsy10 scaled \mainmagstep \def\textecsize{1000} % A few fonts for @defun names and args. \setfont\defbf\bfshape{10}{\magstephalf}{OT1} \setfont\deftt\ttshape{10}{\magstephalf}{OT1TT} \setfont\defttsl\ttslshape{10}{\magstephalf}{OT1TT} \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} % Fonts for indices, footnotes, small examples (9pt). \def\smallnominalsize{9pt} \setfont\smallrm\rmshape{9}{1000}{OT1} \setfont\smalltt\ttshape{9}{1000}{OT1TT} \setfont\smallbf\bfshape{10}{900}{OT1} \setfont\smallit\itshape{9}{1000}{OT1IT} \setfont\smallsl\slshape{9}{1000}{OT1} \setfont\smallsf\sfshape{9}{1000}{OT1} \setfont\smallsc\scshape{10}{900}{OT1} \setfont\smallttsl\ttslshape{10}{900}{OT1TT} \font\smalli=cmmi9 \font\smallsy=cmsy9 \def\smallecsize{0900} % Fonts for small examples (8pt). \def\smallernominalsize{8pt} \setfont\smallerrm\rmshape{8}{1000}{OT1} \setfont\smallertt\ttshape{8}{1000}{OT1TT} \setfont\smallerbf\bfshape{10}{800}{OT1} \setfont\smallerit\itshape{8}{1000}{OT1IT} \setfont\smallersl\slshape{8}{1000}{OT1} \setfont\smallersf\sfshape{8}{1000}{OT1} \setfont\smallersc\scshape{10}{800}{OT1} \setfont\smallerttsl\ttslshape{10}{800}{OT1TT} \font\smalleri=cmmi8 \font\smallersy=cmsy8 \def\smallerecsize{0800} % Fonts for title page (20.4pt): \def\titlenominalsize{20pt} \setfont\titlerm\rmbshape{12}{\magstep3}{OT1} \setfont\titleit\itbshape{10}{\magstep4}{OT1IT} \setfont\titlesl\slbshape{10}{\magstep4}{OT1} \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} \setfont\titlesf\sfbshape{17}{\magstep1}{OT1} \let\titlebf=\titlerm \setfont\titlesc\scbshape{10}{\magstep4}{OT1} \font\titlei=cmmi12 scaled \magstep3 \font\titlesy=cmsy10 scaled \magstep4 \def\titleecsize{2074} % Chapter fonts (14.4pt). \def\chapnominalsize{14pt} \setfont\chaprm\rmbshape{12}{\magstep1}{OT1} \setfont\chapit\itbshape{10}{\magstep2}{OT1IT} \setfont\chapsl\slbshape{10}{\magstep2}{OT1} \setfont\chaptt\ttbshape{12}{\magstep1}{OT1TT} \setfont\chapttsl\ttslshape{10}{\magstep2}{OT1TT} \setfont\chapsf\sfbshape{12}{\magstep1}{OT1} \let\chapbf\chaprm \setfont\chapsc\scbshape{10}{\magstep2}{OT1} \font\chapi=cmmi12 scaled \magstep1 \font\chapsy=cmsy10 scaled \magstep2 \def\chapecsize{1440} % Section fonts (12pt). \def\secnominalsize{12pt} \setfont\secrm\rmbshape{12}{1000}{OT1} \setfont\secit\itbshape{10}{\magstep1}{OT1IT} \setfont\secsl\slbshape{10}{\magstep1}{OT1} \setfont\sectt\ttbshape{12}{1000}{OT1TT} \setfont\secttsl\ttslshape{10}{\magstep1}{OT1TT} \setfont\secsf\sfbshape{12}{1000}{OT1} \let\secbf\secrm \setfont\secsc\scbshape{10}{\magstep1}{OT1} \font\seci=cmmi12 \font\secsy=cmsy10 scaled \magstep1 \def\sececsize{1200} % Subsection fonts (10pt). \def\ssecnominalsize{10pt} \setfont\ssecrm\rmbshape{10}{1000}{OT1} \setfont\ssecit\itbshape{10}{1000}{OT1IT} \setfont\ssecsl\slbshape{10}{1000}{OT1} \setfont\ssectt\ttbshape{10}{1000}{OT1TT} \setfont\ssecttsl\ttslshape{10}{1000}{OT1TT} \setfont\ssecsf\sfbshape{10}{1000}{OT1} \let\ssecbf\ssecrm \setfont\ssecsc\scbshape{10}{1000}{OT1} \font\sseci=cmmi10 \font\ssecsy=cmsy10 \def\ssececsize{1000} % Reduced fonts for @acro in text (9pt). \def\reducednominalsize{9pt} \setfont\reducedrm\rmshape{9}{1000}{OT1} \setfont\reducedtt\ttshape{9}{1000}{OT1TT} \setfont\reducedbf\bfshape{10}{900}{OT1} \setfont\reducedit\itshape{9}{1000}{OT1IT} \setfont\reducedsl\slshape{9}{1000}{OT1} \setfont\reducedsf\sfshape{9}{1000}{OT1} \setfont\reducedsc\scshape{10}{900}{OT1} \setfont\reducedttsl\ttslshape{10}{900}{OT1TT} \font\reducedi=cmmi9 \font\reducedsy=cmsy9 \def\reducedecsize{0900} \divide\parskip by 2 % reduce space between paragraphs \textleading = 12pt % line spacing for 10pt CM \textfonts % reset the current fonts \rm } % end of 10pt text font size definitions, \definetextfontsizex % We provide the user-level command % @fonttextsize 10 % (or 11) to redefine the text font size. pt is assumed. % \def\xiword{11} \def\xword{10} \def\xwordpt{10pt} % \parseargdef\fonttextsize{% \def\textsizearg{#1}% %\wlog{doing @fonttextsize \textsizearg}% % % Set \globaldefs so that documents can use this inside @tex, since % makeinfo 4.8 does not support it, but we need it nonetheless. % \begingroup \globaldefs=1 \ifx\textsizearg\xword \definetextfontsizex \else \ifx\textsizearg\xiword \definetextfontsizexi \else \errhelp=\EMsimple \errmessage{@fonttextsize only supports `10' or `11', not `\textsizearg'} \fi\fi \endgroup } % In order for the font changes to affect most math symbols and letters, % we have to define the \textfont of the standard families. Since % texinfo doesn't allow for producing subscripts and superscripts except % in the main text, we don't bother to reset \scriptfont and % \scriptscriptfont (which would also require loading a lot more fonts). % \def\resetmathfonts{% \textfont0=\tenrm \textfont1=\teni \textfont2=\tensy \textfont\itfam=\tenit \textfont\slfam=\tensl \textfont\bffam=\tenbf \textfont\ttfam=\tentt \textfont\sffam=\tensf } % The font-changing commands redefine the meanings of \tenSTYLE, instead % of just \STYLE. We do this because \STYLE needs to also set the % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire % \tenSTYLE to set the current font. % % Each font-changing command also sets the names \lsize (one size lower) % and \lllsize (three sizes lower). These relative commands are used in % the LaTeX logo and acronyms. % % This all needs generalizing, badly. % \def\textfonts{% \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy \let\tenttsl=\textttsl \def\curfontsize{text}% \def\lsize{reduced}\def\lllsize{smaller}% \resetmathfonts \setleading{\textleading}} \def\titlefonts{% \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy \let\tenttsl=\titlettsl \def\curfontsize{title}% \def\lsize{chap}\def\lllsize{subsec}% \resetmathfonts \setleading{27pt}} \def\titlefont#1{{\titlefonts\rmisbold #1}} \def\chapfonts{% \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy \let\tenttsl=\chapttsl \def\curfontsize{chap}% \def\lsize{sec}\def\lllsize{text}% \resetmathfonts \setleading{19pt}} \def\secfonts{% \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy \let\tenttsl=\secttsl \def\curfontsize{sec}% \def\lsize{subsec}\def\lllsize{reduced}% \resetmathfonts \setleading{16pt}} \def\subsecfonts{% \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy \let\tenttsl=\ssecttsl \def\curfontsize{ssec}% \def\lsize{text}\def\lllsize{small}% \resetmathfonts \setleading{15pt}} \let\subsubsecfonts = \subsecfonts \def\reducedfonts{% \let\tenrm=\reducedrm \let\tenit=\reducedit \let\tensl=\reducedsl \let\tenbf=\reducedbf \let\tentt=\reducedtt \let\reducedcaps=\reducedsc \let\tensf=\reducedsf \let\teni=\reducedi \let\tensy=\reducedsy \let\tenttsl=\reducedttsl \def\curfontsize{reduced}% \def\lsize{small}\def\lllsize{smaller}% \resetmathfonts \setleading{10.5pt}} \def\smallfonts{% \let\tenrm=\smallrm \let\tenit=\smallit \let\tensl=\smallsl \let\tenbf=\smallbf \let\tentt=\smalltt \let\smallcaps=\smallsc \let\tensf=\smallsf \let\teni=\smalli \let\tensy=\smallsy \let\tenttsl=\smallttsl \def\curfontsize{small}% \def\lsize{smaller}\def\lllsize{smaller}% \resetmathfonts \setleading{10.5pt}} \def\smallerfonts{% \let\tenrm=\smallerrm \let\tenit=\smallerit \let\tensl=\smallersl \let\tenbf=\smallerbf \let\tentt=\smallertt \let\smallcaps=\smallersc \let\tensf=\smallersf \let\teni=\smalleri \let\tensy=\smallersy \let\tenttsl=\smallerttsl \def\curfontsize{smaller}% \def\lsize{smaller}\def\lllsize{smaller}% \resetmathfonts \setleading{9.5pt}} % Fonts for short table of contents. \setfont\shortcontrm\rmshape{12}{1000}{OT1} \setfont\shortcontbf\bfshape{10}{\magstep1}{OT1} % no cmb12 \setfont\shortcontsl\slshape{12}{1000}{OT1} \setfont\shortconttt\ttshape{12}{1000}{OT1TT} % Define these just so they can be easily changed for other fonts. \def\angleleft{$\langle$} \def\angleright{$\rangle$} % Set the fonts to use with the @small... environments. \let\smallexamplefonts = \smallfonts % About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample % can fit this many characters: % 8.5x11=86 smallbook=72 a4=90 a5=69 % If we use \scriptfonts (8pt), then we can fit this many characters: % 8.5x11=90+ smallbook=80 a4=90+ a5=77 % For me, subjectively, the few extra characters that fit aren't worth % the additional smallness of 8pt. So I'm making the default 9pt. % % By the way, for comparison, here's what fits with @example (10pt): % 8.5x11=71 smallbook=60 a4=75 a5=58 % --karl, 24jan03. % Set up the default fonts, so we can use them for creating boxes. % \definetextfontsizexi \message{markup,} % Check if we are currently using a typewriter font. Since all the % Computer Modern typewriter fonts have zero interword stretch (and % shrink), and it is reasonable to expect all typewriter fonts to have % this property, we can check that font parameter. % \def\ifmonospace{\ifdim\fontdimen3\font=0pt } % Markup style infrastructure. \defmarkupstylesetup\INITMACRO will % define and register \INITMACRO to be called on markup style changes. % \INITMACRO can check \currentmarkupstyle for the innermost % style and the set of \ifmarkupSTYLE switches for all styles % currently in effect. \newif\ifmarkupvar \newif\ifmarkupsamp \newif\ifmarkupkey %\newif\ifmarkupfile % @file == @samp. %\newif\ifmarkupoption % @option == @samp. \newif\ifmarkupcode \newif\ifmarkupkbd %\newif\ifmarkupenv % @env == @code. %\newif\ifmarkupcommand % @command == @code. \newif\ifmarkuptex % @tex (and part of @math, for now). \newif\ifmarkupexample \newif\ifmarkupverb \newif\ifmarkupverbatim \let\currentmarkupstyle\empty \def\setupmarkupstyle#1{% \csname markup#1true\endcsname \def\currentmarkupstyle{#1}% \markupstylesetup } \let\markupstylesetup\empty \def\defmarkupstylesetup#1{% \expandafter\def\expandafter\markupstylesetup \expandafter{\markupstylesetup #1}% \def#1% } % Markup style setup for left and right quotes. \defmarkupstylesetup\markupsetuplq{% \expandafter\let\expandafter \temp \csname markupsetuplq\currentmarkupstyle\endcsname \ifx\temp\relax \markupsetuplqdefault \else \temp \fi } \defmarkupstylesetup\markupsetuprq{% \expandafter\let\expandafter \temp \csname markupsetuprq\currentmarkupstyle\endcsname \ifx\temp\relax \markupsetuprqdefault \else \temp \fi } { \catcode`\'=\active \catcode`\`=\active \gdef\markupsetuplqdefault{\let`\lq} \gdef\markupsetuprqdefault{\let'\rq} \gdef\markupsetcodequoteleft{\let`\codequoteleft} \gdef\markupsetcodequoteright{\let'\codequoteright} } \let\markupsetuplqcode \markupsetcodequoteleft \let\markupsetuprqcode \markupsetcodequoteright % \let\markupsetuplqexample \markupsetcodequoteleft \let\markupsetuprqexample \markupsetcodequoteright % \let\markupsetuplqkbd \markupsetcodequoteleft \let\markupsetuprqkbd \markupsetcodequoteright % \let\markupsetuplqsamp \markupsetcodequoteleft \let\markupsetuprqsamp \markupsetcodequoteright % \let\markupsetuplqverb \markupsetcodequoteleft \let\markupsetuprqverb \markupsetcodequoteright % \let\markupsetuplqverbatim \markupsetcodequoteleft \let\markupsetuprqverbatim \markupsetcodequoteright % Allow an option to not use regular directed right quote/apostrophe % (char 0x27), but instead the undirected quote from cmtt (char 0x0d). % The undirected quote is ugly, so don't make it the default, but it % works for pasting with more pdf viewers (at least evince), the % lilypond developers report. xpdf does work with the regular 0x27. % \def\codequoteright{% \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax '% \else \char'15 \fi \else \char'15 \fi } % % and a similar option for the left quote char vs. a grave accent. % Modern fonts display ASCII 0x60 as a grave accent, so some people like % the code environments to do likewise. % \def\codequoteleft{% \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax % [Knuth] pp. 380,381,391 % \relax disables Spanish ligatures ?` and !` of \tt font. \relax`% \else \char'22 \fi \else \char'22 \fi } % Commands to set the quote options. % \parseargdef\codequoteundirected{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxicodequoteundirected\endcsname = t% \else\ifx\temp\offword \expandafter\let\csname SETtxicodequoteundirected\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @codequoteundirected value `\temp', must be on|off}% \fi\fi } % \parseargdef\codequotebacktick{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxicodequotebacktick\endcsname = t% \else\ifx\temp\offword \expandafter\let\csname SETtxicodequotebacktick\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @codequotebacktick value `\temp', must be on|off}% \fi\fi } % [Knuth] pp. 380,381,391, disable Spanish ligatures ?` and !` of \tt font. \def\noligaturesquoteleft{\relax\lq} % Count depth in font-changes, for error checks \newcount\fontdepth \fontdepth=0 % Font commands. % #1 is the font command (\sl or \it), #2 is the text to slant. % If we are in a monospaced environment, however, 1) always use \ttsl, % and 2) do not add an italic correction. \def\dosmartslant#1#2{% \ifusingtt {{\ttsl #2}\let\next=\relax}% {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}% \next } \def\smartslanted{\dosmartslant\sl} \def\smartitalic{\dosmartslant\it} % Output an italic correction unless \next (presumed to be the following % character) is such as not to need one. \def\smartitaliccorrection{% \ifx\next,% \else\ifx\next-% \else\ifx\next.% \else\ptexslash \fi\fi\fi \aftersmartic } % Unconditional use \ttsl, and no ic. @var is set to this for defuns. \def\ttslanted#1{{\ttsl #1}} % @cite is like \smartslanted except unconditionally use \sl. We never want % ttsl for book titles, do we? \def\cite#1{{\sl #1}\futurelet\next\smartitaliccorrection} \def\aftersmartic{} \def\var#1{% \let\saveaftersmartic = \aftersmartic \def\aftersmartic{\null\let\aftersmartic=\saveaftersmartic}% \smartslanted{#1}% } \let\i=\smartitalic \let\slanted=\smartslanted \let\dfn=\smartslanted \let\emph=\smartitalic % Explicit font changes: @r, @sc, undocumented @ii. \def\r#1{{\rm #1}} % roman font \def\sc#1{{\smallcaps#1}} % smallcaps font \def\ii#1{{\it #1}} % italic font % @b, explicit bold. Also @strong. \def\b#1{{\bf #1}} \let\strong=\b % @sansserif, explicit sans. \def\sansserif#1{{\sf #1}} % We can't just use \exhyphenpenalty, because that only has effect at % the end of a paragraph. Restore normal hyphenation at the end of the % group within which \nohyphenation is presumably called. % \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation} \def\restorehyphenation{\hyphenchar\font = `- } % Set sfcode to normal for the chars that usually have another value. % Can't use plain's \frenchspacing because it uses the `\x notation, and % sometimes \x has an active definition that messes things up. % \catcode`@=11 \def\plainfrenchspacing{% \sfcode\dotChar =\@m \sfcode\questChar=\@m \sfcode\exclamChar=\@m \sfcode\colonChar=\@m \sfcode\semiChar =\@m \sfcode\commaChar =\@m \def\endofsentencespacefactor{1000}% for @. and friends } \def\plainnonfrenchspacing{% \sfcode`\.3000\sfcode`\?3000\sfcode`\!3000 \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 \def\endofsentencespacefactor{3000}% for @. and friends } \catcode`@=\other \def\endofsentencespacefactor{3000}% default % @t, explicit typewriter. \def\t#1{% {\tt \rawbackslash \plainfrenchspacing #1}% \null } % @samp. \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}} % @indicateurl is \samp, that is, with quotes. \let\indicateurl=\samp % @code (and similar) prints in typewriter, but with spaces the same % size as normal in the surrounding text, without hyphenation, etc. % This is a subroutine for that. \def\tclose#1{% {% % Change normal interword space to be same as for the current font. \spaceskip = \fontdimen2\font % % Switch to typewriter. \tt % % But `\ ' produces the large typewriter interword space. \def\ {{\spaceskip = 0pt{} }}% % % Turn off hyphenation. \nohyphenation % \rawbackslash \plainfrenchspacing #1% }% \null % reset spacefactor to 1000 } % We *must* turn on hyphenation at `-' and `_' in @code. % Otherwise, it is too hard to avoid overfull hboxes % in the Emacs manual, the Library manual, etc. % % Unfortunately, TeX uses one parameter (\hyphenchar) to control % both hyphenation at - and hyphenation within words. % We must therefore turn them both off (\tclose does that) % and arrange explicitly to hyphenate at a dash. % -- rms. { \catcode`\-=\active \catcode`\_=\active \catcode`\'=\active \catcode`\`=\active \global\let'=\rq \global\let`=\lq % default definitions % \global\def\code{\begingroup \setupmarkupstyle{code}% % The following should really be moved into \setupmarkupstyle handlers. \catcode\dashChar=\active \catcode\underChar=\active \ifallowcodebreaks \let-\codedash \let_\codeunder \else \let-\normaldash \let_\realunder \fi \codex } } \def\codex #1{\tclose{#1}\endgroup} \def\normaldash{-} \def\codedash{-\discretionary{}{}{}} \def\codeunder{% % this is all so @math{@code{var_name}+1} can work. In math mode, _ % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.) % will therefore expand the active definition of _, which is us % (inside @code that is), therefore an endless loop. \ifusingtt{\ifmmode \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_. \else\normalunderscore \fi \discretionary{}{}{}}% {\_}% } % An additional complication: the above will allow breaks after, e.g., % each of the four underscores in __typeof__. This is bad. % @allowcodebreaks provides a document-level way to turn breaking at - % and _ on and off. % \newif\ifallowcodebreaks \allowcodebreakstrue \def\keywordtrue{true} \def\keywordfalse{false} \parseargdef\allowcodebreaks{% \def\txiarg{#1}% \ifx\txiarg\keywordtrue \allowcodebreakstrue \else\ifx\txiarg\keywordfalse \allowcodebreaksfalse \else \errhelp = \EMsimple \errmessage{Unknown @allowcodebreaks option `\txiarg', must be true|false}% \fi\fi } % For @command, @env, @file, @option quotes seem unnecessary, % so use \code rather than \samp. \let\command=\code \let\env=\code \let\file=\code \let\option=\code % @uref (abbreviation for `urlref') takes an optional (comma-separated) % second argument specifying the text to display and an optional third % arg as text to display instead of (rather than in addition to) the url % itself. First (mandatory) arg is the url. % (This \urefnobreak definition isn't used now, leaving it for a while % for comparison.) \def\urefnobreak#1{\dourefnobreak #1,,,\finish} \def\dourefnobreak#1,#2,#3,#4\finish{\begingroup \unsepspaces \pdfurl{#1}% \setbox0 = \hbox{\ignorespaces #3}% \ifdim\wd0 > 0pt \unhbox0 % third arg given, show only that \else \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0 > 0pt \ifpdf \unhbox0 % PDF: 2nd arg given, show only it \else \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url \fi \else \code{#1}% only url given, so show it \fi \fi \endlink \endgroup} % This \urefbreak definition is the active one. \def\urefbreak{\begingroup \urefcatcodes \dourefbreak} \let\uref=\urefbreak \def\dourefbreak#1{\urefbreakfinish #1,,,\finish} \def\urefbreakfinish#1,#2,#3,#4\finish{% doesn't work in @example \unsepspaces \pdfurl{#1}% \setbox0 = \hbox{\ignorespaces #3}% \ifdim\wd0 > 0pt \unhbox0 % third arg given, show only that \else \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0 > 0pt \ifpdf \unhbox0 % PDF: 2nd arg given, show only it \else \unhbox0\ (\urefcode{#1})% DVI: 2nd arg given, show both it and url \fi \else \urefcode{#1}% only url given, so show it \fi \fi \endlink \endgroup} % Allow line breaks around only a few characters (only). \def\urefcatcodes{% \catcode\ampChar=\active \catcode\dotChar=\active \catcode\hashChar=\active \catcode\questChar=\active \catcode\slashChar=\active } { \urefcatcodes % \global\def\urefcode{\begingroup \setupmarkupstyle{code}% \urefcatcodes \let&\urefcodeamp \let.\urefcodedot \let#\urefcodehash \let?\urefcodequest \let/\urefcodeslash \codex } % % By default, they are just regular characters. \global\def&{\normalamp} \global\def.{\normaldot} \global\def#{\normalhash} \global\def?{\normalquest} \global\def/{\normalslash} } % we put a little stretch before and after the breakable chars, to help % line breaking of long url's. The unequal skips make look better in % cmtt at least, especially for dots. \def\urefprestretch{\urefprebreak \hskip0pt plus.13em } \def\urefpoststretch{\urefpostbreak \hskip0pt plus.1em } % \def\urefcodeamp{\urefprestretch \&\urefpoststretch} \def\urefcodedot{\urefprestretch .\urefpoststretch} \def\urefcodehash{\urefprestretch \#\urefpoststretch} \def\urefcodequest{\urefprestretch ?\urefpoststretch} \def\urefcodeslash{\futurelet\next\urefcodeslashfinish} { \catcode`\/=\active \global\def\urefcodeslashfinish{% \urefprestretch \slashChar % Allow line break only after the final / in a sequence of % slashes, to avoid line break between the slashes in http://. \ifx\next/\else \urefpoststretch \fi } } % One more complication: by default we'll break after the special % characters, but some people like to break before the special chars, so % allow that. Also allow no breaking at all, for manual control. % \parseargdef\urefbreakstyle{% \def\txiarg{#1}% \ifx\txiarg\wordnone \def\urefprebreak{\nobreak}\def\urefpostbreak{\nobreak} \else\ifx\txiarg\wordbefore \def\urefprebreak{\allowbreak}\def\urefpostbreak{\nobreak} \else\ifx\txiarg\wordafter \def\urefprebreak{\nobreak}\def\urefpostbreak{\allowbreak} \else \errhelp = \EMsimple \errmessage{Unknown @urefbreakstyle setting `\txiarg'}% \fi\fi\fi } \def\wordafter{after} \def\wordbefore{before} \def\wordnone{none} \urefbreakstyle after % @url synonym for @uref, since that's how everyone uses it. % \let\url=\uref % rms does not like angle brackets --karl, 17may97. % So now @email is just like @uref, unless we are pdf. % %\def\email#1{\angleleft{\tt #1}\angleright} \ifpdf \def\email#1{\doemail#1,,\finish} \def\doemail#1,#2,#3\finish{\begingroup \unsepspaces \pdfurl{mailto:#1}% \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi \endlink \endgroup} \else \let\email=\uref \fi % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), % `example' (@kbd uses ttsl only inside of @example and friends), % or `code' (@kbd uses normal tty font always). \parseargdef\kbdinputstyle{% \def\txiarg{#1}% \ifx\txiarg\worddistinct \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}% \else\ifx\txiarg\wordexample \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}% \else\ifx\txiarg\wordcode \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}% \else \errhelp = \EMsimple \errmessage{Unknown @kbdinputstyle setting `\txiarg'}% \fi\fi\fi } \def\worddistinct{distinct} \def\wordexample{example} \def\wordcode{code} % Default is `distinct'. \kbdinputstyle distinct % @kbd is like @code, except that if the argument is just one @key command, % then @kbd has no effect. \def\kbd#1{{\def\look{#1}\expandafter\kbdsub\look??\par}} \def\xkey{\key} \def\kbdsub#1#2#3\par{% \def\one{#1}\def\three{#3}\def\threex{??}% \ifx\one\xkey\ifx\threex\three \key{#2}% \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi } % definition of @key that produces a lozenge. Doesn't adjust to text size. %\setfont\keyrm\rmshape{8}{1000}{OT1} %\font\keysy=cmsy9 %\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{% % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% % \vbox{\hrule\kern-0.4pt % \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}% % \kern-0.4pt\hrule}% % \kern-.06em\raise0.4pt\hbox{\angleright}}}} % definition of @key with no lozenge. If the current font is already % monospace, don't change it; that way, we respect @kbdinputstyle. But % if it isn't monospace, then use \tt. % \def\key#1{{\setupmarkupstyle{key}% \nohyphenation \ifmonospace\else\tt\fi #1}\null} % @clicksequence{File @click{} Open ...} \def\clicksequence#1{\begingroup #1\endgroup} % @clickstyle @arrow (by default) \parseargdef\clickstyle{\def\click{#1}} \def\click{\arrow} % Typeset a dimension, e.g., `in' or `pt'. The only reason for the % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt. % \def\dmn#1{\thinspace #1} % @l was never documented to mean ``switch to the Lisp font'', % and it is not used as such in any manual I can find. We need it for % Polish suppressed-l. --karl, 22sep96. %\def\l#1{{\li #1}\null} % @acronym for "FBI", "NATO", and the like. % We print this one point size smaller, since it's intended for % all-uppercase. % \def\acronym#1{\doacronym #1,,\finish} \def\doacronym#1,#2,#3\finish{% {\selectfonts\lsize #1}% \def\temp{#2}% \ifx\temp\empty \else \space ({\unsepspaces \ignorespaces \temp \unskip})% \fi \null % reset \spacefactor=1000 } % @abbr for "Comput. J." and the like. % No font change, but don't do end-of-sentence spacing. % \def\abbr#1{\doabbr #1,,\finish} \def\doabbr#1,#2,#3\finish{% {\plainfrenchspacing #1}% \def\temp{#2}% \ifx\temp\empty \else \space ({\unsepspaces \ignorespaces \temp \unskip})% \fi \null % reset \spacefactor=1000 } % @asis just yields its argument. Used with @table, for example. % \def\asis#1{#1} % @math outputs its argument in math mode. % % One complication: _ usually means subscripts, but it could also mean % an actual _ character, as in @math{@var{some_variable} + 1}. So make % _ active, and distinguish by seeing if the current family is \slfam, % which is what @var uses. { \catcode`\_ = \active \gdef\mathunderscore{% \catcode`\_=\active \def_{\ifnum\fam=\slfam \_\else\sb\fi}% } } % Another complication: we want \\ (and @\) to output a math (or tt) \. % FYI, plain.tex uses \\ as a temporary control sequence (for no % particular reason), but this is not advertised and we don't care. % % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\. \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi} % \def\math{% \tex \mathunderscore \let\\ = \mathbackslash \mathactive % make the texinfo accent commands work in math mode \let\"=\ddot \let\'=\acute \let\==\bar \let\^=\hat \let\`=\grave \let\u=\breve \let\v=\check \let\~=\tilde \let\dotaccent=\dot $\finishmath } \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex. % Some active characters (such as <) are spaced differently in math. % We have to reset their definitions in case the @math was an argument % to a command which sets the catcodes (such as @item or @section). % { \catcode`^ = \active \catcode`< = \active \catcode`> = \active \catcode`+ = \active \catcode`' = \active \gdef\mathactive{% \let^ = \ptexhat \let< = \ptexless \let> = \ptexgtr \let+ = \ptexplus \let' = \ptexquoteright } } % ctrl is no longer a Texinfo command, but leave this definition for fun. \def\ctrl #1{{\tt \rawbackslash \hat}#1} % @inlinefmt{FMTNAME,PROCESSED-TEXT} and @inlineraw{FMTNAME,RAW-TEXT}. % Ignore unless FMTNAME == tex; then it is like @iftex and @tex, % except specified as a normal braced arg, so no newlines to worry about. % \def\outfmtnametex{tex} % \long\def\inlinefmt#1{\doinlinefmt #1,\finish} \long\def\doinlinefmt#1,#2,\finish{% \def\inlinefmtname{#1}% \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\fi } % For raw, must switch into @tex before parsing the argument, to avoid % setting catcodes prematurely. Doing it this way means that, for % example, @inlineraw{html, foo{bar} gets a parse error instead of being % ignored. But this isn't important because if people want a literal % *right* brace they would have to use a command anyway, so they may as % well use a command to get a left brace too. We could re-use the % delimiter character idea from \verb, but it seems like overkill. % \long\def\inlineraw{\tex \doinlineraw} \long\def\doinlineraw#1{\doinlinerawtwo #1,\finish} \def\doinlinerawtwo#1,#2,\finish{% \def\inlinerawname{#1}% \ifx\inlinerawname\outfmtnametex \ignorespaces #2\fi \endgroup % close group opened by \tex. } \message{glyphs,} % and logos. % @@ prints an @, as does @atchar{}. \def\@{\char64 } \let\atchar=\@ % @{ @} @lbracechar{} @rbracechar{} all generate brace characters. % Unless we're in typewriter, use \ecfont because the CM text fonts do % not have braces, and we don't want to switch into math. \def\mylbrace{{\ifmonospace\else\ecfont\fi \char123}} \def\myrbrace{{\ifmonospace\else\ecfont\fi \char125}} \let\{=\mylbrace \let\lbracechar=\{ \let\}=\myrbrace \let\rbracechar=\} \begingroup % Definitions to produce \{ and \} commands for indices, % and @{ and @} for the aux/toc files. \catcode`\{ = \other \catcode`\} = \other \catcode`\[ = 1 \catcode`\] = 2 \catcode`\! = 0 \catcode`\\ = \other !gdef!lbracecmd[\{]% !gdef!rbracecmd[\}]% !gdef!lbraceatcmd[@{]% !gdef!rbraceatcmd[@}]% !endgroup % @comma{} to avoid , parsing problems. \let\comma = , % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H. \let\, = \ptexc \let\dotaccent = \ptexdot \def\ringaccent#1{{\accent23 #1}} \let\tieaccent = \ptext \let\ubaraccent = \ptexb \let\udotaccent = \d % Other special characters: @questiondown @exclamdown @ordf @ordm % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. \def\questiondown{?`} \def\exclamdown{!`} \def\ordf{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{a}}} \def\ordm{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{o}}} % Dotless i and dotless j, used for accents. \def\imacro{i} \def\jmacro{j} \def\dotless#1{% \def\temp{#1}% \ifx\temp\imacro \ifmmode\imath \else\ptexi \fi \else\ifx\temp\jmacro \ifmmode\jmath \else\j \fi \else \errmessage{@dotless can be used only with i or j}% \fi\fi } % The \TeX{} logo, as in plain, but resetting the spacing so that a % period following counts as ending a sentence. (Idea found in latex.) % \edef\TeX{\TeX \spacefactor=1000 } % @LaTeX{} logo. Not quite the same results as the definition in % latex.ltx, since we use a different font for the raised A; it's most % convenient for us to use an explicitly smaller font, rather than using % the \scriptstyle font (since we don't reset \scriptstyle and % \scriptscriptstyle). % \def\LaTeX{% L\kern-.36em {\setbox0=\hbox{T}% \vbox to \ht0{\hbox{% \ifx\textnominalsize\xwordpt % for 10pt running text, \lllsize (8pt) is too small for the A in LaTeX. % Revert to plain's \scriptsize, which is 7pt. \count255=\the\fam $\fam\count255 \scriptstyle A$% \else % For 11pt, we can use our lllsize. \selectfonts\lllsize A% \fi }% \vss }}% \kern-.15em \TeX } % Some math mode symbols. \def\bullet{$\ptexbullet$} \def\geq{\ifmmode \ge\else $\ge$\fi} \def\leq{\ifmmode \le\else $\le$\fi} \def\minus{\ifmmode -\else $-$\fi} % @dots{} outputs an ellipsis using the current font. % We do .5em per period so that it has the same spacing in the cm % typewriter fonts as three actual period characters; on the other hand, % in other typewriter fonts three periods are wider than 1.5em. So do % whichever is larger. % \def\dots{% \leavevmode \setbox0=\hbox{...}% get width of three periods \ifdim\wd0 > 1.5em \dimen0 = \wd0 \else \dimen0 = 1.5em \fi \hbox to \dimen0{% \hskip 0pt plus.25fil .\hskip 0pt plus1fil .\hskip 0pt plus1fil .\hskip 0pt plus.5fil }% } % @enddots{} is an end-of-sentence ellipsis. % \def\enddots{% \dots \spacefactor=\endofsentencespacefactor } % @point{}, @result{}, @expansion{}, @print{}, @equiv{}. % % Since these characters are used in examples, they should be an even number of % \tt widths. Each \tt character is 1en, so two makes it 1em. % \def\point{$\star$} \def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}} \def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}} \def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}} \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}} \def\equiv{\leavevmode\hbox to 1em{\hfil$\ptexequiv$\hfil}} % The @error{} command. % Adapted from the TeXbook's \boxit. % \newbox\errorbox % {\tentt \global\dimen0 = 3em}% Width of the box. \dimen2 = .55pt % Thickness of rules % The text. (`r' is open on the right, `e' somewhat less so on the left.) \setbox0 = \hbox{\kern-.75pt \reducedsf \putworderror\kern-1.5pt} % \setbox\errorbox=\hbox to \dimen0{\hfil \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right. \advance\hsize by -2\dimen2 % Rules. \vbox{% \hrule height\dimen2 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text. \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. \kern3pt\vrule width\dimen2}% Space to right. \hrule height\dimen2} \hfil} % \def\error{\leavevmode\lower.7ex\copy\errorbox} % @pounds{} is a sterling sign, which Knuth put in the CM italic font. % \def\pounds{{\it\$}} % @euro{} comes from a separate font, depending on the current style. % We use the free feym* fonts from the eurosym package by Henrik % Theiling, which support regular, slanted, bold and bold slanted (and % "outlined" (blackboard board, sort of) versions, which we don't need). % It is available from http://www.ctan.org/tex-archive/fonts/eurosym. % % Although only regular is the truly official Euro symbol, we ignore % that. The Euro is designed to be slightly taller than the regular % font height. % % feymr - regular % feymo - slanted % feybr - bold % feybo - bold slanted % % There is no good (free) typewriter version, to my knowledge. % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide. % Hmm. % % Also doesn't work in math. Do we need to do math with euro symbols? % Hope not. % % \def\euro{{\eurofont e}} \def\eurofont{% % We set the font at each command, rather than predefining it in % \textfonts and the other font-switching commands, so that % installations which never need the symbol don't have to have the % font installed. % % There is only one designed size (nominal 10pt), so we always scale % that to the current nominal size. % % By the way, simply using "at 1em" works for cmr10 and the like, but % does not work for cmbx10 and other extended/shrunken fonts. % \def\eurosize{\csname\curfontsize nominalsize\endcsname}% % \ifx\curfontstyle\bfstylename % bold: \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize \else % regular: \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize \fi \thiseurofont } % Glyphs from the EC fonts. We don't use \let for the aliases, because % sometimes we redefine the original macro, and the alias should reflect % the redefinition. % % Use LaTeX names for the Icelandic letters. \def\DH{{\ecfont \char"D0}} % Eth \def\dh{{\ecfont \char"F0}} % eth \def\TH{{\ecfont \char"DE}} % Thorn \def\th{{\ecfont \char"FE}} % thorn % \def\guillemetleft{{\ecfont \char"13}} \def\guillemotleft{\guillemetleft} \def\guillemetright{{\ecfont \char"14}} \def\guillemotright{\guillemetright} \def\guilsinglleft{{\ecfont \char"0E}} \def\guilsinglright{{\ecfont \char"0F}} \def\quotedblbase{{\ecfont \char"12}} \def\quotesinglbase{{\ecfont \char"0D}} % % This positioning is not perfect (see the ogonek LaTeX package), but % we have the precomposed glyphs for the most common cases. We put the % tests to use those glyphs in the single \ogonek macro so we have fewer % dummy definitions to worry about for index entries, etc. % % ogonek is also used with other letters in Lithuanian (IOU), but using % the precomposed glyphs for those is not so easy since they aren't in % the same EC font. \def\ogonek#1{{% \def\temp{#1}% \ifx\temp\macrocharA\Aogonek \else\ifx\temp\macrochara\aogonek \else\ifx\temp\macrocharE\Eogonek \else\ifx\temp\macrochare\eogonek \else \ecfont \setbox0=\hbox{#1}% \ifdim\ht0=1ex\accent"0C #1% \else\ooalign{\unhbox0\crcr\hidewidth\char"0C \hidewidth}% \fi \fi\fi\fi\fi }% } \def\Aogonek{{\ecfont \char"81}}\def\macrocharA{A} \def\aogonek{{\ecfont \char"A1}}\def\macrochara{a} \def\Eogonek{{\ecfont \char"86}}\def\macrocharE{E} \def\eogonek{{\ecfont \char"A6}}\def\macrochare{e} % % Use the ec* fonts (cm-super in outline format) for non-CM glyphs. \def\ecfont{% % We can't distinguish serif/sans and italic/slanted, but this % is used for crude hacks anyway (like adding French and German % quotes to documents typeset with CM, where we lose kerning), so % hopefully nobody will notice/care. \edef\ecsize{\csname\curfontsize ecsize\endcsname}% \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}% \ifmonospace % typewriter: \font\thisecfont = ectt\ecsize \space at \nominalsize \else \ifx\curfontstyle\bfstylename % bold: \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize \else % regular: \font\thisecfont = ec\ifusingit{ti}{rm}\ecsize \space at \nominalsize \fi \fi \thisecfont } % @registeredsymbol - R in a circle. The font for the R should really % be smaller yet, but lllsize is the best we can do for now. % Adapted from the plain.tex definition of \copyright. % \def\registeredsymbol{% $^{{\ooalign{\hfil\raise.07ex\hbox{\selectfonts\lllsize R}% \hfil\crcr\Orb}}% }$% } % @textdegree - the normal degrees sign. % \def\textdegree{$^\circ$} % Laurent Siebenmann reports \Orb undefined with: % Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38 % so we'll define it if necessary. % \ifx\Orb\thisisundefined \def\Orb{\mathhexbox20D} \fi % Quotes. \chardef\quotedblleft="5C \chardef\quotedblright=`\" \chardef\quoteleft=`\` \chardef\quoteright=`\' \message{page headings,} \newskip\titlepagetopglue \titlepagetopglue = 1.5in \newskip\titlepagebottomglue \titlepagebottomglue = 2pc % First the title page. Must do @settitle before @titlepage. \newif\ifseenauthor \newif\iffinishedtitlepage % Do an implicit @contents or @shortcontents after @end titlepage if the % user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage. % \newif\ifsetcontentsaftertitlepage \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue \newif\ifsetshortcontentsaftertitlepage \let\setshortcontentsaftertitlepage = \setshortcontentsaftertitlepagetrue \parseargdef\shorttitlepage{% \begingroup \hbox{}\vskip 1.5in \chaprm \centerline{#1}% \endgroup\page\hbox{}\page} \envdef\titlepage{% % Open one extra group, as we want to close it in the middle of \Etitlepage. \begingroup \parindent=0pt \textfonts % Leave some space at the very top of the page. \vglue\titlepagetopglue % No rule at page bottom unless we print one at the top with @title. \finishedtitlepagetrue % % Most title ``pages'' are actually two pages long, with space % at the top of the second. We don't want the ragged left on the second. \let\oldpage = \page \def\page{% \iffinishedtitlepage\else \finishtitlepage \fi \let\page = \oldpage \page \null }% } \def\Etitlepage{% \iffinishedtitlepage\else \finishtitlepage \fi % It is important to do the page break before ending the group, % because the headline and footline are only empty inside the group. % If we use the new definition of \page, we always get a blank page % after the title page, which we certainly don't want. \oldpage \endgroup % % Need this before the \...aftertitlepage checks so that if they are % in effect the toc pages will come out with page numbers. \HEADINGSon % % If they want short, they certainly want long too. \ifsetshortcontentsaftertitlepage \shortcontents \contents \global\let\shortcontents = \relax \global\let\contents = \relax \fi % \ifsetcontentsaftertitlepage \contents \global\let\contents = \relax \global\let\shortcontents = \relax \fi } \def\finishtitlepage{% \vskip4pt \hrule height 2pt width \hsize \vskip\titlepagebottomglue \finishedtitlepagetrue } % Settings used for typesetting titles: no hyphenation, no indentation, % don't worry much about spacing, ragged right. This should be used % inside a \vbox, and fonts need to be set appropriately first. Because % it is always used for titles, nothing else, we call \rmisbold. \par % should be specified before the end of the \vbox, since a vbox is a group. % \def\raggedtitlesettings{% \rmisbold \hyphenpenalty=10000 \parindent=0pt \tolerance=5000 \ptexraggedright } % Macros to be used within @titlepage: \let\subtitlerm=\tenrm \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines} \parseargdef\title{% \checkenv\titlepage \vbox{\titlefonts \raggedtitlesettings #1\par}% % print a rule at the page bottom also. \finishedtitlepagefalse \vskip4pt \hrule height 4pt width \hsize \vskip4pt } \parseargdef\subtitle{% \checkenv\titlepage {\subtitlefont \rightline{#1}}% } % @author should come last, but may come many times. % It can also be used inside @quotation. % \parseargdef\author{% \def\temp{\quotation}% \ifx\thisenv\temp \def\quotationauthor{#1}% printed in \Equotation. \else \checkenv\titlepage \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi {\secfonts\rmisbold \leftline{#1}}% \fi } % Set up page headings and footings. \let\thispage=\folio \newtoks\evenheadline % headline on even pages \newtoks\oddheadline % headline on odd pages \newtoks\evenfootline % footline on even pages \newtoks\oddfootline % footline on odd pages % Now make TeX use those variables \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline \else \the\evenheadline \fi}} \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline \else \the\evenfootline \fi}\HEADINGShook} \let\HEADINGShook=\relax % Commands to set those variables. % For example, this is what @headings on does % @evenheading @thistitle|@thispage|@thischapter % @oddheading @thischapter|@thispage|@thistitle % @evenfooting @thisfile|| % @oddfooting ||@thisfile \def\evenheading{\parsearg\evenheadingxxx} \def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish} \def\evenheadingyyy #1\|#2\|#3\|#4\finish{% \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \def\oddheading{\parsearg\oddheadingxxx} \def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish} \def\oddheadingyyy #1\|#2\|#3\|#4\finish{% \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}% \def\evenfooting{\parsearg\evenfootingxxx} \def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish} \def\evenfootingyyy #1\|#2\|#3\|#4\finish{% \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \def\oddfooting{\parsearg\oddfootingxxx} \def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish} \def\oddfootingyyy #1\|#2\|#3\|#4\finish{% \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}% % % Leave some space for the footline. Hopefully ok to assume % @evenfooting will not be used by itself. \global\advance\pageheight by -12pt \global\advance\vsize by -12pt } \parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}} % @evenheadingmarks top \thischapter <- chapter at the top of a page % @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page % % The same set of arguments for: % % @oddheadingmarks % @evenfootingmarks % @oddfootingmarks % @everyheadingmarks % @everyfootingmarks \def\evenheadingmarks{\headingmarks{even}{heading}} \def\oddheadingmarks{\headingmarks{odd}{heading}} \def\evenfootingmarks{\headingmarks{even}{footing}} \def\oddfootingmarks{\headingmarks{odd}{footing}} \def\everyheadingmarks#1 {\headingmarks{even}{heading}{#1} \headingmarks{odd}{heading}{#1} } \def\everyfootingmarks#1 {\headingmarks{even}{footing}{#1} \headingmarks{odd}{footing}{#1} } % #1 = even/odd, #2 = heading/footing, #3 = top/bottom. \def\headingmarks#1#2#3 {% \expandafter\let\expandafter\temp \csname get#3headingmarks\endcsname \global\expandafter\let\csname get#1#2marks\endcsname \temp } \everyheadingmarks bottom \everyfootingmarks bottom % @headings double turns headings on for double-sided printing. % @headings single turns headings on for single-sided printing. % @headings off turns them off. % @headings on same as @headings double, retained for compatibility. % @headings after turns on double-sided headings after this page. % @headings doubleafter turns on double-sided headings after this page. % @headings singleafter turns on single-sided headings after this page. % By default, they are off at the start of a document, % and turned `on' after @end titlepage. \def\headings #1 {\csname HEADINGS#1\endcsname} \def\headingsoff{% non-global headings elimination \evenheadline={\hfil}\evenfootline={\hfil}% \oddheadline={\hfil}\oddfootline={\hfil}% } \def\HEADINGSoff{{\globaldefs=1 \headingsoff}} % global setting \HEADINGSoff % it's the default % When we turn headings on, set the page number to 1. % For double-sided printing, put current file name in lower left corner, % chapter name on inside top of right hand pages, document % title on inside top of left hand pages, and page numbers on outside top % edge of all pages. \def\HEADINGSdouble{% \global\pageno=1 \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\folio\hfil\thistitle}} \global\oddheadline={\line{\thischapter\hfil\folio}} \global\let\contentsalignmacro = \chapoddpage } \let\contentsalignmacro = \chappager % For single-sided printing, chapter title goes across top left of page, % page number on top right. \def\HEADINGSsingle{% \global\pageno=1 \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\thischapter\hfil\folio}} \global\oddheadline={\line{\thischapter\hfil\folio}} \global\let\contentsalignmacro = \chappager } \def\HEADINGSon{\HEADINGSdouble} \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex} \let\HEADINGSdoubleafter=\HEADINGSafter \def\HEADINGSdoublex{% \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\folio\hfil\thistitle}} \global\oddheadline={\line{\thischapter\hfil\folio}} \global\let\contentsalignmacro = \chapoddpage } \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex} \def\HEADINGSsinglex{% \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\thischapter\hfil\folio}} \global\oddheadline={\line{\thischapter\hfil\folio}} \global\let\contentsalignmacro = \chappager } % Subroutines used in generating headings % This produces Day Month Year style of output. % Only define if not already defined, in case a txi-??.tex file has set % up a different format (e.g., txi-cs.tex does this). \ifx\today\thisisundefined \def\today{% \number\day\space \ifcase\month \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec \fi \space\number\year} \fi % @settitle line... specifies the title of the document, for headings. % It generates no output of its own. \def\thistitle{\putwordNoTitle} \def\settitle{\parsearg{\gdef\thistitle}} \message{tables,} % Tables -- @table, @ftable, @vtable, @item(x). % default indentation of table text \newdimen\tableindent \tableindent=.8in % default indentation of @itemize and @enumerate text \newdimen\itemindent \itemindent=.3in % margin between end of table item and start of table text. \newdimen\itemmargin \itemmargin=.1in % used internally for \itemindent minus \itemmargin \newdimen\itemmax % Note @table, @ftable, and @vtable define @item, @itemx, etc., with % these defs. % They also define \itemindex % to index the item name in whatever manner is desired (perhaps none). \newif\ifitemxneedsnegativevskip \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi} \def\internalBitem{\smallbreak \parsearg\itemzzz} \def\internalBitemx{\itemxpar \parsearg\itemzzz} \def\itemzzz #1{\begingroup % \advance\hsize by -\rightskip \advance\hsize by -\tableindent \setbox0=\hbox{\itemindicate{#1}}% \itemindex{#1}% \nobreak % This prevents a break before @itemx. % % If the item text does not fit in the space we have, put it on a line % by itself, and do not allow a page break either before or after that % line. We do not start a paragraph here because then if the next % command is, e.g., @kindex, the whatsit would get put into the % horizontal list on a line by itself, resulting in extra blank space. \ifdim \wd0>\itemmax % % Make this a paragraph so we get the \parskip glue and wrapping, % but leave it ragged-right. \begingroup \advance\leftskip by-\tableindent \advance\hsize by\tableindent \advance\rightskip by0pt plus1fil\relax \leavevmode\unhbox0\par \endgroup % % We're going to be starting a paragraph, but we don't want the % \parskip glue -- logically it's part of the @item we just started. \nobreak \vskip-\parskip % % Stop a page break at the \parskip glue coming up. However, if % what follows is an environment such as @example, there will be no % \parskip glue; then the negative vskip we just inserted would % cause the example and the item to crash together. So we use this % bizarre value of 10001 as a signal to \aboveenvbreak to insert % \parskip glue after all. Section titles are handled this way also. % \penalty 10001 \endgroup \itemxneedsnegativevskipfalse \else % The item text fits into the space. Start a paragraph, so that the % following text (if any) will end up on the same line. \noindent % Do this with kerns and \unhbox so that if there is a footnote in % the item text, it can migrate to the main vertical list and % eventually be printed. \nobreak\kern-\tableindent \dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0 \unhbox0 \nobreak\kern\dimen0 \endgroup \itemxneedsnegativevskiptrue \fi } \def\item{\errmessage{@item while not in a list environment}} \def\itemx{\errmessage{@itemx while not in a list environment}} % @table, @ftable, @vtable. \envdef\table{% \let\itemindex\gobble \tablecheck{table}% } \envdef\ftable{% \def\itemindex ##1{\doind {fn}{\code{##1}}}% \tablecheck{ftable}% } \envdef\vtable{% \def\itemindex ##1{\doind {vr}{\code{##1}}}% \tablecheck{vtable}% } \def\tablecheck#1{% \ifnum \the\catcode`\^^M=\active \endgroup \errmessage{This command won't work in this context; perhaps the problem is that we are \inenvironment\thisenv}% \def\next{\doignore{#1}}% \else \let\next\tablex \fi \next } \def\tablex#1{% \def\itemindicate{#1}% \parsearg\tabley } \def\tabley#1{% {% \makevalueexpandable \edef\temp{\noexpand\tablez #1\space\space\space}% \expandafter }\temp \endtablez } \def\tablez #1 #2 #3 #4\endtablez{% \aboveenvbreak \ifnum 0#1>0 \advance \leftskip by #1\mil \fi \ifnum 0#2>0 \tableindent=#2\mil \fi \ifnum 0#3>0 \advance \rightskip by #3\mil \fi \itemmax=\tableindent \advance \itemmax by -\itemmargin \advance \leftskip by \tableindent \exdentamount=\tableindent \parindent = 0pt \parskip = \smallskipamount \ifdim \parskip=0pt \parskip=2pt \fi \let\item = \internalBitem \let\itemx = \internalBitemx } \def\Etable{\endgraf\afterenvbreak} \let\Eftable\Etable \let\Evtable\Etable \let\Eitemize\Etable \let\Eenumerate\Etable % This is the counter used by @enumerate, which is really @itemize \newcount \itemno \envdef\itemize{\parsearg\doitemize} \def\doitemize#1{% \aboveenvbreak \itemmax=\itemindent \advance\itemmax by -\itemmargin \advance\leftskip by \itemindent \exdentamount=\itemindent \parindent=0pt \parskip=\smallskipamount \ifdim\parskip=0pt \parskip=2pt \fi % % Try typesetting the item mark that if the document erroneously says % something like @itemize @samp (intending @table), there's an error % right away at the @itemize. It's not the best error message in the % world, but it's better than leaving it to the @item. This means if % the user wants an empty mark, they have to say @w{} not just @w. \def\itemcontents{#1}% \setbox0 = \hbox{\itemcontents}% % % @itemize with no arg is equivalent to @itemize @bullet. \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi % \let\item=\itemizeitem } % Definition of @item while inside @itemize and @enumerate. % \def\itemizeitem{% \advance\itemno by 1 % for enumerations {\let\par=\endgraf \smallbreak}% reasonable place to break {% % If the document has an @itemize directly after a section title, a % \nobreak will be last on the list, and \sectionheading will have % done a \vskip-\parskip. In that case, we don't want to zero % parskip, or the item text will crash with the heading. On the % other hand, when there is normal text preceding the item (as there % usually is), we do want to zero parskip, or there would be too much % space. In that case, we won't have a \nobreak before. At least % that's the theory. \ifnum\lastpenalty<10000 \parskip=0in \fi \noindent \hbox to 0pt{\hss \itemcontents \kern\itemmargin}% % \vadjust{\penalty 1200}}% not good to break after first line of item. \flushcr } % \splitoff TOKENS\endmark defines \first to be the first token in % TOKENS, and \rest to be the remainder. % \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}% % Allow an optional argument of an uppercase letter, lowercase letter, % or number, to specify the first label in the enumerated list. No % argument is the same as `1'. % \envparseargdef\enumerate{\enumeratey #1 \endenumeratey} \def\enumeratey #1 #2\endenumeratey{% % If we were given no argument, pretend we were given `1'. \def\thearg{#1}% \ifx\thearg\empty \def\thearg{1}\fi % % Detect if the argument is a single token. If so, it might be a % letter. Otherwise, the only valid thing it can be is a number. % (We will always have one token, because of the test we just made. % This is a good thing, since \splitoff doesn't work given nothing at % all -- the first parameter is undelimited.) \expandafter\splitoff\thearg\endmark \ifx\rest\empty % Only one token in the argument. It could still be anything. % A ``lowercase letter'' is one whose \lccode is nonzero. % An ``uppercase letter'' is one whose \lccode is both nonzero, and % not equal to itself. % Otherwise, we assume it's a number. % % We need the \relax at the end of the \ifnum lines to stop TeX from % continuing to look for a . % \ifnum\lccode\expandafter`\thearg=0\relax \numericenumerate % a number (we hope) \else % It's a letter. \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax \lowercaseenumerate % lowercase letter \else \uppercaseenumerate % uppercase letter \fi \fi \else % Multiple tokens in the argument. We hope it's a number. \numericenumerate \fi } % An @enumerate whose labels are integers. The starting integer is % given in \thearg. % \def\numericenumerate{% \itemno = \thearg \startenumeration{\the\itemno}% } % The starting (lowercase) letter is in \thearg. \def\lowercaseenumerate{% \itemno = \expandafter`\thearg \startenumeration{% % Be sure we're not beyond the end of the alphabet. \ifnum\itemno=0 \errmessage{No more lowercase letters in @enumerate; get a bigger alphabet}% \fi \char\lccode\itemno }% } % The starting (uppercase) letter is in \thearg. \def\uppercaseenumerate{% \itemno = \expandafter`\thearg \startenumeration{% % Be sure we're not beyond the end of the alphabet. \ifnum\itemno=0 \errmessage{No more uppercase letters in @enumerate; get a bigger alphabet} \fi \char\uccode\itemno }% } % Call \doitemize, adding a period to the first argument and supplying the % common last two arguments. Also subtract one from the initial value in % \itemno, since @item increments \itemno. % \def\startenumeration#1{% \advance\itemno by -1 \doitemize{#1.}\flushcr } % @alphaenumerate and @capsenumerate are abbreviations for giving an arg % to @enumerate. % \def\alphaenumerate{\enumerate{a}} \def\capsenumerate{\enumerate{A}} \def\Ealphaenumerate{\Eenumerate} \def\Ecapsenumerate{\Eenumerate} % @multitable macros % Amy Hendrickson, 8/18/94, 3/6/96 % % @multitable ... @end multitable will make as many columns as desired. % Contents of each column will wrap at width given in preamble. Width % can be specified either with sample text given in a template line, % or in percent of \hsize, the current width of text on page. % Table can continue over pages but will only break between lines. % To make preamble: % % Either define widths of columns in terms of percent of \hsize: % @multitable @columnfractions .25 .3 .45 % @item ... % % Numbers following @columnfractions are the percent of the total % current hsize to be used for each column. You may use as many % columns as desired. % Or use a template: % @multitable {Column 1 template} {Column 2 template} {Column 3 template} % @item ... % using the widest term desired in each column. % Each new table line starts with @item, each subsequent new column % starts with @tab. Empty columns may be produced by supplying @tab's % with nothing between them for as many times as empty columns are needed, % ie, @tab@tab@tab will produce two empty columns. % @item, @tab do not need to be on their own lines, but it will not hurt % if they are. % Sample multitable: % @multitable {Column 1 template} {Column 2 template} {Column 3 template} % @item first col stuff @tab second col stuff @tab third col % @item % first col stuff % @tab % second col stuff % @tab % third col % @item first col stuff @tab second col stuff % @tab Many paragraphs of text may be used in any column. % % They will wrap at the width determined by the template. % @item@tab@tab This will be in third column. % @end multitable % Default dimensions may be reset by user. % @multitableparskip is vertical space between paragraphs in table. % @multitableparindent is paragraph indent in table. % @multitablecolmargin is horizontal space to be left between columns. % @multitablelinespace is space to leave between table items, baseline % to baseline. % 0pt means it depends on current normal line spacing. % \newskip\multitableparskip \newskip\multitableparindent \newdimen\multitablecolspace \newskip\multitablelinespace \multitableparskip=0pt \multitableparindent=6pt \multitablecolspace=12pt \multitablelinespace=0pt % Macros used to set up halign preamble: % \let\endsetuptable\relax \def\xendsetuptable{\endsetuptable} \let\columnfractions\relax \def\xcolumnfractions{\columnfractions} \newif\ifsetpercent % #1 is the @columnfraction, usually a decimal number like .5, but might % be just 1. We just use it, whatever it is. % \def\pickupwholefraction#1 {% \global\advance\colcount by 1 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}% \setuptable } \newcount\colcount \def\setuptable#1{% \def\firstarg{#1}% \ifx\firstarg\xendsetuptable \let\go = \relax \else \ifx\firstarg\xcolumnfractions \global\setpercenttrue \else \ifsetpercent \let\go\pickupwholefraction \else \global\advance\colcount by 1 \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a % separator; typically that is always in the input, anyway. \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}% \fi \fi \ifx\go\pickupwholefraction % Put the argument back for the \pickupwholefraction call, so % we'll always have a period there to be parsed. \def\go{\pickupwholefraction#1}% \else \let\go = \setuptable \fi% \fi \go } % multitable-only commands. % % @headitem starts a heading row, which we typeset in bold. % Assignments have to be global since we are inside the implicit group % of an alignment entry. \everycr resets \everytab so we don't have to % undo it ourselves. \def\headitemfont{\b}% for people to use in the template row; not changeable \def\headitem{% \checkenv\multitable \crcr \global\everytab={\bf}% can't use \headitemfont since the parsing differs \the\everytab % for the first item }% % % A \tab used to include \hskip1sp. But then the space in a template % line is not enough. That is bad. So let's go back to just `&' until % we again encounter the problem the 1sp was intended to solve. % --karl, nathan@acm.org, 20apr99. \def\tab{\checkenv\multitable &\the\everytab}% % @multitable ... @end multitable definitions: % \newtoks\everytab % insert after every tab. % \envdef\multitable{% \vskip\parskip \startsavinginserts % % @item within a multitable starts a normal row. % We use \def instead of \let so that if one of the multitable entries % contains an @itemize, we don't choke on the \item (seen as \crcr aka % \endtemplate) expanding \doitemize. \def\item{\crcr}% % \tolerance=9500 \hbadness=9500 \setmultitablespacing \parskip=\multitableparskip \parindent=\multitableparindent \overfullrule=0pt \global\colcount=0 % \everycr = {% \noalign{% \global\everytab={}% \global\colcount=0 % Reset the column counter. % Check for saved footnotes, etc. \checkinserts % Keeps underfull box messages off when table breaks over pages. %\filbreak % Maybe so, but it also creates really weird page breaks when the % table breaks over pages. Wouldn't \vfil be better? Wait until the % problem manifests itself, so it can be fixed for real --karl. }% }% % \parsearg\domultitable } \def\domultitable#1{% % To parse everything between @multitable and @item: \setuptable#1 \endsetuptable % % This preamble sets up a generic column definition, which will % be used as many times as user calls for columns. % \vtop will set a single line and will also let text wrap and % continue for many paragraphs if desired. \halign\bgroup &% \global\advance\colcount by 1 \multistrut \vtop{% % Use the current \colcount to find the correct column width: \hsize=\expandafter\csname col\the\colcount\endcsname % % In order to keep entries from bumping into each other % we will add a \leftskip of \multitablecolspace to all columns after % the first one. % % If a template has been used, we will add \multitablecolspace % to the width of each template entry. % % If the user has set preamble in terms of percent of \hsize we will % use that dimension as the width of the column, and the \leftskip % will keep entries from bumping into each other. Table will start at % left margin and final column will justify at right margin. % % Make sure we don't inherit \rightskip from the outer environment. \rightskip=0pt \ifnum\colcount=1 % The first column will be indented with the surrounding text. \advance\hsize by\leftskip \else \ifsetpercent \else % If user has not set preamble in terms of percent of \hsize % we will advance \hsize by \multitablecolspace. \advance\hsize by \multitablecolspace \fi % In either case we will make \leftskip=\multitablecolspace: \leftskip=\multitablecolspace \fi % Ignoring space at the beginning and end avoids an occasional spurious % blank line, when TeX decides to break the line at the space before the % box from the multistrut, so the strut ends up on a line by itself. % For example: % @multitable @columnfractions .11 .89 % @item @code{#} % @tab Legal holiday which is valid in major parts of the whole country. % Is automatically provided with highlighting sequences respectively % marking characters. \noindent\ignorespaces##\unskip\multistrut }\cr } \def\Emultitable{% \crcr \egroup % end the \halign \global\setpercentfalse } \def\setmultitablespacing{% \def\multistrut{\strut}% just use the standard line spacing % % Compute \multitablelinespace (if not defined by user) for use in % \multitableparskip calculation. We used define \multistrut based on % this, but (ironically) that caused the spacing to be off. % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100. \ifdim\multitablelinespace=0pt \setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip \global\advance\multitablelinespace by-\ht0 \fi % Test to see if parskip is larger than space between lines of % table. If not, do nothing. % If so, set to same dimension as multitablelinespace. \ifdim\multitableparskip>\multitablelinespace \global\multitableparskip=\multitablelinespace \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller % than skip between lines in the table. \fi% \ifdim\multitableparskip=0pt \global\multitableparskip=\multitablelinespace \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller % than skip between lines in the table. \fi} \message{conditionals,} % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext, % @ifnotxml always succeed. They currently do nothing; we don't % attempt to check whether the conditionals are properly nested. But we % have to remember that they are conditionals, so that @end doesn't % attempt to close an environment group. % \def\makecond#1{% \expandafter\let\csname #1\endcsname = \relax \expandafter\let\csname iscond.#1\endcsname = 1 } \makecond{iftex} \makecond{ifnotdocbook} \makecond{ifnothtml} \makecond{ifnotinfo} \makecond{ifnotplaintext} \makecond{ifnotxml} % Ignore @ignore, @ifhtml, @ifinfo, and the like. % \def\direntry{\doignore{direntry}} \def\documentdescription{\doignore{documentdescription}} \def\docbook{\doignore{docbook}} \def\html{\doignore{html}} \def\ifdocbook{\doignore{ifdocbook}} \def\ifhtml{\doignore{ifhtml}} \def\ifinfo{\doignore{ifinfo}} \def\ifnottex{\doignore{ifnottex}} \def\ifplaintext{\doignore{ifplaintext}} \def\ifxml{\doignore{ifxml}} \def\ignore{\doignore{ignore}} \def\menu{\doignore{menu}} \def\xml{\doignore{xml}} % Ignore text until a line `@end #1', keeping track of nested conditionals. % % A count to remember the depth of nesting. \newcount\doignorecount \def\doignore#1{\begingroup % Scan in ``verbatim'' mode: \obeylines \catcode`\@ = \other \catcode`\{ = \other \catcode`\} = \other % % Make sure that spaces turn into tokens that match what \doignoretext wants. \spaceisspace % % Count number of #1's that we've seen. \doignorecount = 0 % % Swallow text until we reach the matching `@end #1'. \dodoignore{#1}% } { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source. \obeylines % % \gdef\dodoignore#1{% % #1 contains the command name as a string, e.g., `ifinfo'. % % Define a command to find the next `@end #1'. \long\def\doignoretext##1^^M@end #1{% \doignoretextyyy##1^^M@#1\_STOP_}% % % And this command to find another #1 command, at the beginning of a % line. (Otherwise, we would consider a line `@c @ifset', for % example, to count as an @ifset for nesting.) \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}% % % And now expand that command. \doignoretext ^^M% }% } \def\doignoreyyy#1{% \def\temp{#1}% \ifx\temp\empty % Nothing found. \let\next\doignoretextzzz \else % Found a nested condition, ... \advance\doignorecount by 1 \let\next\doignoretextyyy % ..., look for another. % If we're here, #1 ends with ^^M\ifinfo (for example). \fi \next #1% the token \_STOP_ is present just after this macro. } % We have to swallow the remaining "\_STOP_". % \def\doignoretextzzz#1{% \ifnum\doignorecount = 0 % We have just found the outermost @end. \let\next\enddoignore \else % Still inside a nested condition. \advance\doignorecount by -1 \let\next\doignoretext % Look for the next @end. \fi \next } % Finish off ignored text. { \obeylines% % Ignore anything after the last `@end #1'; this matters in verbatim % environments, where otherwise the newline after an ignored conditional % would result in a blank line in the output. \gdef\enddoignore#1^^M{\endgroup\ignorespaces}% } % @set VAR sets the variable VAR to an empty value. % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE. % % Since we want to separate VAR from REST-OF-LINE (which might be % empty), we can't just use \parsearg; we have to insert a space of our % own to delimit the rest of the line, and then take it out again if we % didn't need it. % We rely on the fact that \parsearg sets \catcode`\ =10. % \parseargdef\set{\setyyy#1 \endsetyyy} \def\setyyy#1 #2\endsetyyy{% {% \makevalueexpandable \def\temp{#2}% \edef\next{\gdef\makecsname{SET#1}}% \ifx\temp\empty \next{}% \else \setzzz#2\endsetzzz \fi }% } % Remove the trailing space \setxxx inserted. \def\setzzz#1 \endsetzzz{\next{#1}} % @clear VAR clears (i.e., unsets) the variable VAR. % \parseargdef\clear{% {% \makevalueexpandable \global\expandafter\let\csname SET#1\endcsname=\relax }% } % @value{foo} gets the text saved in variable foo. \def\value{\begingroup\makevalueexpandable\valuexxx} \def\valuexxx#1{\expandablevalue{#1}\endgroup} { \catcode`\- = \active \catcode`\_ = \active % \gdef\makevalueexpandable{% \let\value = \expandablevalue % We don't want these characters active, ... \catcode`\-=\other \catcode`\_=\other % ..., but we might end up with active ones in the argument if % we're called from @code, as @code{@value{foo-bar_}}, though. % So \let them to their normal equivalents. \let-\normaldash \let_\normalunderscore } } % We have this subroutine so that we can handle at least some @value's % properly in indexes (we call \makevalueexpandable in \indexdummies). % The command has to be fully expandable (if the variable is set), since % the result winds up in the index file. This means that if the % variable's value contains other Texinfo commands, it's almost certain % it will fail (although perhaps we could fix that with sufficient work % to do a one-level expansion on the result, instead of complete). % \def\expandablevalue#1{% \expandafter\ifx\csname SET#1\endcsname\relax {[No value for ``#1'']}% \message{Variable `#1', used in @value, is not set.}% \else \csname SET#1\endcsname \fi } % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined % with @set. % % To get special treatment of `@end ifset,' call \makeond and the redefine. % \makecond{ifset} \def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}} \def\doifset#1#2{% {% \makevalueexpandable \let\next=\empty \expandafter\ifx\csname SET#2\endcsname\relax #1% If not set, redefine \next. \fi \expandafter }\next } \def\ifsetfail{\doignore{ifset}} % @ifclear VAR ... @end executes the `...' iff VAR has never been % defined with @set, or has been undefined with @clear. % % The `\else' inside the `\doifset' parameter is a trick to reuse the % above code: if the variable is not set, do nothing, if it is set, % then redefine \next to \ifclearfail. % \makecond{ifclear} \def\ifclear{\parsearg{\doifset{\else \let\next=\ifclearfail}}} \def\ifclearfail{\doignore{ifclear}} % @ifcommandisdefined CMD ... @end executes the `...' if CMD (written % without the @) is in fact defined. We can only feasibly check at the % TeX level, so something like `mathcode' is going to considered % defined even though it is not a Texinfo command. % \makecond{ifcommanddefined} \def\ifcommanddefined{\parsearg{\doifcmddefined{\let\next=\ifcmddefinedfail}}} % \def\doifcmddefined#1#2{{% \makevalueexpandable \let\next=\empty \expandafter\ifx\csname #2\endcsname\relax #1% If not defined, \let\next as above. \fi \expandafter }\next } \def\ifcmddefinedfail{\doignore{ifcommanddefined}} % @ifcommandnotdefined CMD ... handled similar to @ifclear above. \makecond{ifcommandnotdefined} \def\ifcommandnotdefined{% \parsearg{\doifcmddefined{\else \let\next=\ifcmdnotdefinedfail}}} \def\ifcmdnotdefinedfail{\doignore{ifcommandnotdefined}} % Set the `txicommandconditionals' variable, so documents have a way to % test if the @ifcommand...defined conditionals are available. \set txicommandconditionals % @dircategory CATEGORY -- specify a category of the dir file % which this file should belong to. Ignore this in TeX. \let\dircategory=\comment % @defininfoenclose. \let\definfoenclose=\comment \message{indexing,} % Index generation facilities % Define \newwrite to be identical to plain tex's \newwrite % except not \outer, so it can be used within macros and \if's. \edef\newwrite{\makecsname{ptexnewwrite}} % \newindex {foo} defines an index named foo. % It automatically defines \fooindex such that % \fooindex ...rest of line... puts an entry in the index foo. % It also defines \fooindfile to be the number of the output channel for % the file that accumulates this index. The file's extension is foo. % The name of an index should be no more than 2 characters long % for the sake of vms. % \def\newindex#1{% \iflinks \expandafter\newwrite \csname#1indfile\endcsname \openout \csname#1indfile\endcsname \jobname.#1 % Open the file \fi \expandafter\xdef\csname#1index\endcsname{% % Define @#1index \noexpand\doindex{#1}} } % @defindex foo == \newindex{foo} % \def\defindex{\parsearg\newindex} % Define @defcodeindex, like @defindex except put all entries in @code. % \def\defcodeindex{\parsearg\newcodeindex} % \def\newcodeindex#1{% \iflinks \expandafter\newwrite \csname#1indfile\endcsname \openout \csname#1indfile\endcsname \jobname.#1 \fi \expandafter\xdef\csname#1index\endcsname{% \noexpand\docodeindex{#1}}% } % @synindex foo bar makes index foo feed into index bar. % Do this instead of @defindex foo if you don't want it as a separate index. % % @syncodeindex foo bar similar, but put all entries made for index foo % inside @code. % \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}} \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}} % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo), % #3 the target index (bar). \def\dosynindex#1#2#3{% % Only do \closeout if we haven't already done it, else we'll end up % closing the target index. \expandafter \ifx\csname donesynindex#2\endcsname \relax % The \closeout helps reduce unnecessary open files; the limit on the % Acorn RISC OS is a mere 16 files. \expandafter\closeout\csname#2indfile\endcsname \expandafter\let\csname donesynindex#2\endcsname = 1 \fi % redefine \fooindfile: \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname \expandafter\let\csname#2indfile\endcsname=\temp % redefine \fooindex: \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}% } % Define \doindex, the driver for all \fooindex macros. % Argument #1 is generated by the calling \fooindex macro, % and it is "foo", the name of the index. % \doindex just uses \parsearg; it calls \doind for the actual work. % This is because \doind is more useful to call from other macros. % There is also \dosubind {index}{topic}{subtopic} % which makes an entry in a two-level index such as the operation index. \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer} \def\singleindexer #1{\doind{\indexname}{#1}} % like the previous two, but they put @code around the argument. \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer} \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}} % Take care of Texinfo commands that can appear in an index entry. % Since there are some commands we want to expand, and others we don't, % we have to laboriously prevent expansion for those that we don't. % \def\indexdummies{% \escapechar = `\\ % use backslash in output files. \def\@{@}% change to @@ when we switch to @ as escape char in index files. \def\ {\realbackslash\space }% % % Need these unexpandable (because we define \tt as a dummy) % definitions when @{ or @} appear in index entry text. Also, more % complicated, when \tex is in effect and \{ is a \delimiter again. % We can't use \lbracecmd and \rbracecmd because texindex assumes % braces and backslashes are used only as delimiters. Perhaps we % should define @lbrace and @rbrace commands a la @comma. \def\{{{\tt\char123}}% \def\}{{\tt\char125}}% % % I don't entirely understand this, but when an index entry is % generated from a macro call, the \endinput which \scanmacro inserts % causes processing to be prematurely terminated. This is, % apparently, because \indexsorttmp is fully expanded, and \endinput % is an expandable command. The redefinition below makes \endinput % disappear altogether for that purpose -- although logging shows that % processing continues to some further point. On the other hand, it % seems \endinput does not hurt in the printed index arg, since that % is still getting written without apparent harm. % % Sample source (mac-idx3.tex, reported by Graham Percival to % help-texinfo, 22may06): % @macro funindex {WORD} % @findex xyz % @end macro % ... % @funindex commtest % % The above is not enough to reproduce the bug, but it gives the flavor. % % Sample whatsit resulting: % .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}} % % So: \let\endinput = \empty % % Do the redefinitions. \commondummies } % For the aux and toc files, @ is the escape character. So we want to % redefine everything using @ as the escape character (instead of % \realbackslash, still used for index files). When everything uses @, % this will be simpler. % \def\atdummies{% \def\@{@@}% \def\ {@ }% \let\{ = \lbraceatcmd \let\} = \rbraceatcmd % % Do the redefinitions. \commondummies \otherbackslash } % Called from \indexdummies and \atdummies. % \def\commondummies{% % % \definedummyword defines \#1 as \string\#1\space, thus effectively % preventing its expansion. This is used only for control words, % not control letters, because the \space would be incorrect for % control characters, but is needed to separate the control word % from whatever follows. % % For control letters, we have \definedummyletter, which omits the % space. % % These can be used both for control words that take an argument and % those that do not. If it is followed by {arg} in the input, then % that will dutifully get written to the index (or wherever). % \def\definedummyword ##1{\def##1{\string##1\space}}% \def\definedummyletter##1{\def##1{\string##1}}% \let\definedummyaccent\definedummyletter % \commondummiesnofonts % \definedummyletter\_% \definedummyletter\-% % % Non-English letters. \definedummyword\AA \definedummyword\AE \definedummyword\DH \definedummyword\L \definedummyword\O \definedummyword\OE \definedummyword\TH \definedummyword\aa \definedummyword\ae \definedummyword\dh \definedummyword\exclamdown \definedummyword\l \definedummyword\o \definedummyword\oe \definedummyword\ordf \definedummyword\ordm \definedummyword\questiondown \definedummyword\ss \definedummyword\th % % Although these internal commands shouldn't show up, sometimes they do. \definedummyword\bf \definedummyword\gtr \definedummyword\hat \definedummyword\less \definedummyword\sf \definedummyword\sl \definedummyword\tclose \definedummyword\tt % \definedummyword\LaTeX \definedummyword\TeX % % Assorted special characters. \definedummyword\arrow \definedummyword\bullet \definedummyword\comma \definedummyword\copyright \definedummyword\registeredsymbol \definedummyword\dots \definedummyword\enddots \definedummyword\entrybreak \definedummyword\equiv \definedummyword\error \definedummyword\euro \definedummyword\expansion \definedummyword\geq \definedummyword\guillemetleft \definedummyword\guillemetright \definedummyword\guilsinglleft \definedummyword\guilsinglright \definedummyword\lbracechar \definedummyword\leq \definedummyword\minus \definedummyword\ogonek \definedummyword\pounds \definedummyword\point \definedummyword\print \definedummyword\quotedblbase \definedummyword\quotedblleft \definedummyword\quotedblright \definedummyword\quoteleft \definedummyword\quoteright \definedummyword\quotesinglbase \definedummyword\rbracechar \definedummyword\result \definedummyword\textdegree % % We want to disable all macros so that they are not expanded by \write. \macrolist % \normalturnoffactive % % Handle some cases of @value -- where it does not contain any % (non-fully-expandable) commands. \makevalueexpandable } % \commondummiesnofonts: common to \commondummies and \indexnofonts. % \def\commondummiesnofonts{% % Control letters and accents. \definedummyletter\!% \definedummyaccent\"% \definedummyaccent\'% \definedummyletter\*% \definedummyaccent\,% \definedummyletter\.% \definedummyletter\/% \definedummyletter\:% \definedummyaccent\=% \definedummyletter\?% \definedummyaccent\^% \definedummyaccent\`% \definedummyaccent\~% \definedummyword\u \definedummyword\v \definedummyword\H \definedummyword\dotaccent \definedummyword\ogonek \definedummyword\ringaccent \definedummyword\tieaccent \definedummyword\ubaraccent \definedummyword\udotaccent \definedummyword\dotless % % Texinfo font commands. \definedummyword\b \definedummyword\i \definedummyword\r \definedummyword\sansserif \definedummyword\sc \definedummyword\slanted \definedummyword\t % % Commands that take arguments. \definedummyword\abbr \definedummyword\acronym \definedummyword\anchor \definedummyword\cite \definedummyword\code \definedummyword\command \definedummyword\dfn \definedummyword\dmn \definedummyword\email \definedummyword\emph \definedummyword\env \definedummyword\file \definedummyword\image \definedummyword\indicateurl \definedummyword\inforef \definedummyword\kbd \definedummyword\key \definedummyword\math \definedummyword\option \definedummyword\pxref \definedummyword\ref \definedummyword\samp \definedummyword\strong \definedummyword\tie \definedummyword\uref \definedummyword\url \definedummyword\var \definedummyword\verb \definedummyword\w \definedummyword\xref } % \indexnofonts is used when outputting the strings to sort the index % by, and when constructing control sequence names. It eliminates all % control sequences and just writes whatever the best ASCII sort string % would be for a given command (usually its argument). % \def\indexnofonts{% % Accent commands should become @asis. \def\definedummyaccent##1{\let##1\asis}% % We can just ignore other control letters. \def\definedummyletter##1{\let##1\empty}% % All control words become @asis by default; overrides below. \let\definedummyword\definedummyaccent % \commondummiesnofonts % % Don't no-op \tt, since it isn't a user-level command % and is used in the definitions of the active chars like <, >, |, etc. % Likewise with the other plain tex font commands. %\let\tt=\asis % \def\ { }% \def\@{@}% \def\_{\normalunderscore}% \def\-{}% @- shouldn't affect sorting % % Unfortunately, texindex is not prepared to handle braces in the % content at all. So for index sorting, we map @{ and @} to strings % starting with |, since that ASCII character is between ASCII { and }. \def\{{|a}% \def\lbracechar{|a}% % \def\}{|b}% \def\rbracechar{|b}% % % Non-English letters. \def\AA{AA}% \def\AE{AE}% \def\DH{DZZ}% \def\L{L}% \def\OE{OE}% \def\O{O}% \def\TH{ZZZ}% \def\aa{aa}% \def\ae{ae}% \def\dh{dzz}% \def\exclamdown{!}% \def\l{l}% \def\oe{oe}% \def\ordf{a}% \def\ordm{o}% \def\o{o}% \def\questiondown{?}% \def\ss{ss}% \def\th{zzz}% % \def\LaTeX{LaTeX}% \def\TeX{TeX}% % % Assorted special characters. % (The following {} will end up in the sort string, but that's ok.) \def\arrow{->}% \def\bullet{bullet}% \def\comma{,}% \def\copyright{copyright}% \def\dots{...}% \def\enddots{...}% \def\equiv{==}% \def\error{error}% \def\euro{euro}% \def\expansion{==>}% \def\geq{>=}% \def\guillemetleft{<<}% \def\guillemetright{>>}% \def\guilsinglleft{<}% \def\guilsinglright{>}% \def\leq{<=}% \def\minus{-}% \def\point{.}% \def\pounds{pounds}% \def\print{-|}% \def\quotedblbase{"}% \def\quotedblleft{"}% \def\quotedblright{"}% \def\quoteleft{`}% \def\quoteright{'}% \def\quotesinglbase{,}% \def\registeredsymbol{R}% \def\result{=>}% \def\textdegree{o}% % \expandafter\ifx\csname SETtxiindexlquoteignore\endcsname\relax \else \indexlquoteignore \fi % % We need to get rid of all macros, leaving only the arguments (if present). % Of course this is not nearly correct, but it is the best we can do for now. % makeinfo does not expand macros in the argument to @deffn, which ends up % writing an index entry, and texindex isn't prepared for an index sort entry % that starts with \. % % Since macro invocations are followed by braces, we can just redefine them % to take a single TeX argument. The case of a macro invocation that % goes to end-of-line is not handled. % \macrolist } % Undocumented (for FSFS 2nd ed.): @set txiindexlquoteignore makes us % ignore left quotes in the sort term. {\catcode`\`=\active \gdef\indexlquoteignore{\let`=\empty}} \let\indexbackslash=0 %overridden during \printindex. \let\SETmarginindex=\relax % put index entries in margin (undocumented)? % Most index entries go through here, but \dosubind is the general case. % #1 is the index name, #2 is the entry text. \def\doind#1#2{\dosubind{#1}{#2}{}} % Workhorse for all \fooindexes. % #1 is name of index, #2 is stuff to put there, #3 is subentry -- % empty if called from \doind, as we usually are (the main exception % is with most defuns, which call us directly). % \def\dosubind#1#2#3{% \iflinks {% % Store the main index entry text (including the third arg). \toks0 = {#2}% % If third arg is present, precede it with a space. \def\thirdarg{#3}% \ifx\thirdarg\empty \else \toks0 = \expandafter{\the\toks0 \space #3}% \fi % \edef\writeto{\csname#1indfile\endcsname}% % \safewhatsit\dosubindwrite }% \fi } % Write the entry in \toks0 to the index file: % \def\dosubindwrite{% % Put the index entry in the margin if desired. \ifx\SETmarginindex\relax\else \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}% \fi % % Remember, we are within a group. \indexdummies % Must do this here, since \bf, etc expand at this stage \def\backslashcurfont{\indexbackslash}% \indexbackslash isn't defined now % so it will be output as is; and it will print as backslash. % % Process the index entry with all font commands turned off, to % get the string to sort by. {\indexnofonts \edef\temp{\the\toks0}% need full expansion \xdef\indexsorttmp{\temp}% }% % % Set up the complete index entry, with both the sort key and % the original text, including any font commands. We write % three arguments to \entry to the .?? file (four in the % subentry case), texindex reduces to two when writing the .??s % sorted result. \edef\temp{% \write\writeto{% \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}% }% \temp } % Take care of unwanted page breaks/skips around a whatsit: % % If a skip is the last thing on the list now, preserve it % by backing up by \lastskip, doing the \write, then inserting % the skip again. Otherwise, the whatsit generated by the % \write or \pdfdest will make \lastskip zero. The result is that % sequences like this: % @end defun % @tindex whatever % @defun ... % will have extra space inserted, because the \medbreak in the % start of the @defun won't see the skip inserted by the @end of % the previous defun. % % But don't do any of this if we're not in vertical mode. We % don't want to do a \vskip and prematurely end a paragraph. % % Avoid page breaks due to these extra skips, too. % % But wait, there is a catch there: % We'll have to check whether \lastskip is zero skip. \ifdim is not % sufficient for this purpose, as it ignores stretch and shrink parts % of the skip. The only way seems to be to check the textual % representation of the skip. % % The following is almost like \def\zeroskipmacro{0.0pt} except that % the ``p'' and ``t'' characters have catcode \other, not 11 (letter). % \edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname} % \newskip\whatsitskip \newcount\whatsitpenalty % % ..., ready, GO: % \def\safewhatsit#1{\ifhmode #1% \else % \lastskip and \lastpenalty cannot both be nonzero simultaneously. \whatsitskip = \lastskip \edef\lastskipmacro{\the\lastskip}% \whatsitpenalty = \lastpenalty % % If \lastskip is nonzero, that means the last item was a % skip. And since a skip is discardable, that means this % -\whatsitskip glue we're inserting is preceded by a % non-discardable item, therefore it is not a potential % breakpoint, therefore no \nobreak needed. \ifx\lastskipmacro\zeroskipmacro \else \vskip-\whatsitskip \fi % #1% % \ifx\lastskipmacro\zeroskipmacro % If \lastskip was zero, perhaps the last item was a penalty, and % perhaps it was >=10000, e.g., a \nobreak. In that case, we want % to re-insert the same penalty (values >10000 are used for various % signals); since we just inserted a non-discardable item, any % following glue (such as a \parskip) would be a breakpoint. For example: % @deffn deffn-whatever % @vindex index-whatever % Description. % would allow a break between the index-whatever whatsit % and the "Description." paragraph. \ifnum\whatsitpenalty>9999 \penalty\whatsitpenalty \fi \else % On the other hand, if we had a nonzero \lastskip, % this make-up glue would be preceded by a non-discardable item % (the whatsit from the \write), so we must insert a \nobreak. \nobreak\vskip\whatsitskip \fi \fi} % The index entry written in the file actually looks like % \entry {sortstring}{page}{topic} % or % \entry {sortstring}{page}{topic}{subtopic} % The texindex program reads in these files and writes files % containing these kinds of lines: % \initial {c} % before the first topic whose initial is c % \entry {topic}{pagelist} % for a topic that is used without subtopics % \primary {topic} % for the beginning of a topic that is used with subtopics % \secondary {subtopic}{pagelist} % for each subtopic. % Define the user-accessible indexing commands % @findex, @vindex, @kindex, @cindex. \def\findex {\fnindex} \def\kindex {\kyindex} \def\cindex {\cpindex} \def\vindex {\vrindex} \def\tindex {\tpindex} \def\pindex {\pgindex} \def\cindexsub {\begingroup\obeylines\cindexsub} {\obeylines % \gdef\cindexsub "#1" #2^^M{\endgroup % \dosubind{cp}{#2}{#1}}} % Define the macros used in formatting output of the sorted index material. % @printindex causes a particular index (the ??s file) to get printed. % It does not print any chapter heading (usually an @unnumbered). % \parseargdef\printindex{\begingroup \dobreak \chapheadingskip{10000}% % \smallfonts \rm \tolerance = 9500 \plainfrenchspacing \everypar = {}% don't want the \kern\-parindent from indentation suppression. % % See if the index file exists and is nonempty. % Change catcode of @ here so that if the index file contains % \initial {@} % as its first line, TeX doesn't complain about mismatched braces % (because it thinks @} is a control sequence). \catcode`\@ = 11 \openin 1 \jobname.#1s \ifeof 1 % \enddoublecolumns gets confused if there is no text in the index, % and it loses the chapter title and the aux file entries for the % index. The easiest way to prevent this problem is to make sure % there is some text. \putwordIndexNonexistent \else % % If the index file exists but is empty, then \openin leaves \ifeof % false. We have to make TeX try to read something from the file, so % it can discover if there is anything in it. \read 1 to \temp \ifeof 1 \putwordIndexIsEmpty \else % Index files are almost Texinfo source, but we use \ as the escape % character. It would be better to use @, but that's too big a change % to make right now. \def\indexbackslash{\backslashcurfont}% \catcode`\\ = 0 \escapechar = `\\ \begindoublecolumns \input \jobname.#1s \enddoublecolumns \fi \fi \closein 1 \endgroup} % These macros are used by the sorted index file itself. % Change them to control the appearance of the index. \def\initial#1{{% % Some minor font changes for the special characters. \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt % % Remove any glue we may have, we'll be inserting our own. \removelastskip % % We like breaks before the index initials, so insert a bonus. \nobreak \vskip 0pt plus 3\baselineskip \penalty 0 \vskip 0pt plus -3\baselineskip % % Typeset the initial. Making this add up to a whole number of % baselineskips increases the chance of the dots lining up from column % to column. It still won't often be perfect, because of the stretch % we need before each entry, but it's better. % % No shrink because it confuses \balancecolumns. \vskip 1.67\baselineskip plus .5\baselineskip \leftline{\secbf #1}% % Do our best not to break after the initial. \nobreak \vskip .33\baselineskip plus .1\baselineskip }} % \entry typesets a paragraph consisting of the text (#1), dot leaders, and % then page number (#2) flushed to the right margin. It is used for index % and table of contents entries. The paragraph is indented by \leftskip. % % A straightforward implementation would start like this: % \def\entry#1#2{... % But this freezes the catcodes in the argument, and can cause problems to % @code, which sets - active. This problem was fixed by a kludge--- % ``-'' was active throughout whole index, but this isn't really right. % The right solution is to prevent \entry from swallowing the whole text. % --kasal, 21nov03 \def\entry{% \begingroup % % Start a new paragraph if necessary, so our assignments below can't % affect previous text. \par % % Do not fill out the last line with white space. \parfillskip = 0in % % No extra space above this paragraph. \parskip = 0in % % Do not prefer a separate line ending with a hyphen to fewer lines. \finalhyphendemerits = 0 % % \hangindent is only relevant when the entry text and page number % don't both fit on one line. In that case, bob suggests starting the % dots pretty far over on the line. Unfortunately, a large % indentation looks wrong when the entry text itself is broken across % lines. So we use a small indentation and put up with long leaders. % % \hangafter is reset to 1 (which is the value we want) at the start % of each paragraph, so we need not do anything with that. \hangindent = 2em % % When the entry text needs to be broken, just fill out the first line % with blank space. \rightskip = 0pt plus1fil % % A bit of stretch before each entry for the benefit of balancing % columns. \vskip 0pt plus1pt % % When reading the text of entry, convert explicit line breaks % from @* into spaces. The user might give these in long section % titles, for instance. \def\*{\unskip\space\ignorespaces}% \def\entrybreak{\hfil\break}% % % Swallow the left brace of the text (first parameter): \afterassignment\doentry \let\temp = } \def\entrybreak{\unskip\space\ignorespaces}% \def\doentry{% \bgroup % Instead of the swallowed brace. \noindent \aftergroup\finishentry % And now comes the text of the entry. } \def\finishentry#1{% % #1 is the page number. % % The following is kludged to not output a line of dots in the index if % there are no page numbers. The next person who breaks this will be % cursed by a Unix daemon. \setbox\boxA = \hbox{#1}% \ifdim\wd\boxA = 0pt \ % \else % % If we must, put the page number on a line of its own, and fill out % this line with blank space. (The \hfil is overwhelmed with the % fill leaders glue in \indexdotfill if the page number does fit.) \hfil\penalty50 \null\nobreak\indexdotfill % Have leaders before the page number. % % The `\ ' here is removed by the implicit \unskip that TeX does as % part of (the primitive) \par. Without it, a spurious underfull % \hbox ensues. \ifpdf \pdfgettoks#1.% \ \the\toksA \else \ #1% \fi \fi \par \endgroup } % Like plain.tex's \dotfill, except uses up at least 1 em. \def\indexdotfill{\cleaders \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill} \def\primary #1{\line{#1\hfil}} \newskip\secondaryindent \secondaryindent=0.5cm \def\secondary#1#2{{% \parfillskip=0in \parskip=0in \hangindent=1in \hangafter=1 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill \ifpdf \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. \else #2 \fi \par }} % Define two-column mode, which we use to typeset indexes. % Adapted from the TeXbook, page 416, which is to say, % the manmac.tex format used to print the TeXbook itself. \catcode`\@=11 \newbox\partialpage \newdimen\doublecolumnhsize \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns % Grab any single-column material above us. \output = {% % % Here is a possibility not foreseen in manmac: if we accumulate a % whole lot of material, we might end up calling this \output % routine twice in a row (see the doublecol-lose test, which is % essentially a couple of indexes with @setchapternewpage off). In % that case we just ship out what is in \partialpage with the normal % output routine. Generally, \partialpage will be empty when this % runs and this will be a no-op. See the indexspread.tex test case. \ifvoid\partialpage \else \onepageout{\pagecontents\partialpage}% \fi % \global\setbox\partialpage = \vbox{% % Unvbox the main output page. \unvbox\PAGE \kern-\topskip \kern\baselineskip }% }% \eject % run that output routine to set \partialpage % % Use the double-column output routine for subsequent pages. \output = {\doublecolumnout}% % % Change the page size parameters. We could do this once outside this % routine, in each of @smallbook, @afourpaper, and the default 8.5x11 % format, but then we repeat the same computation. Repeating a couple % of assignments once per index is clearly meaningless for the % execution time, so we may as well do it in one place. % % First we halve the line length, less a little for the gutter between % the columns. We compute the gutter based on the line length, so it % changes automatically with the paper format. The magic constant % below is chosen so that the gutter has the same value (well, +-<1pt) % as it did when we hard-coded it. % % We put the result in a separate register, \doublecolumhsize, so we % can restore it in \pagesofar, after \hsize itself has (potentially) % been clobbered. % \doublecolumnhsize = \hsize \advance\doublecolumnhsize by -.04154\hsize \divide\doublecolumnhsize by 2 \hsize = \doublecolumnhsize % % Double the \vsize as well. (We don't need a separate register here, % since nobody clobbers \vsize.) \vsize = 2\vsize } % The double-column output routine for all double-column pages except % the last. % \def\doublecolumnout{% \splittopskip=\topskip \splitmaxdepth=\maxdepth % Get the available space for the double columns -- the normal % (undoubled) page height minus any material left over from the % previous page. \dimen@ = \vsize \divide\dimen@ by 2 \advance\dimen@ by -\ht\partialpage % % box0 will be the left-hand column, box2 the right. \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@ \onepageout\pagesofar \unvbox255 \penalty\outputpenalty } % % Re-output the contents of the output page -- any previous material, % followed by the two boxes we just split, in box0 and box2. \def\pagesofar{% \unvbox\partialpage % \hsize = \doublecolumnhsize \wd0=\hsize \wd2=\hsize \hbox to\pagewidth{\box0\hfil\box2}% } % % All done with double columns. \def\enddoublecolumns{% % The following penalty ensures that the page builder is exercised % _before_ we change the output routine. This is necessary in the % following situation: % % The last section of the index consists only of a single entry. % Before this section, \pagetotal is less than \pagegoal, so no % break occurs before the last section starts. However, the last % section, consisting of \initial and the single \entry, does not % fit on the page and has to be broken off. Without the following % penalty the page builder will not be exercised until \eject % below, and by that time we'll already have changed the output % routine to the \balancecolumns version, so the next-to-last % double-column page will be processed with \balancecolumns, which % is wrong: The two columns will go to the main vertical list, with % the broken-off section in the recent contributions. As soon as % the output routine finishes, TeX starts reconsidering the page % break. The two columns and the broken-off section both fit on the % page, because the two columns now take up only half of the page % goal. When TeX sees \eject from below which follows the final % section, it invokes the new output routine that we've set after % \balancecolumns below; \onepageout will try to fit the two columns % and the final section into the vbox of \pageheight (see % \pagebody), causing an overfull box. % % Note that glue won't work here, because glue does not exercise the % page builder, unlike penalties (see The TeXbook, pp. 280-281). \penalty0 % \output = {% % Split the last of the double-column material. Leave it on the % current page, no automatic page break. \balancecolumns % % If we end up splitting too much material for the current page, % though, there will be another page break right after this \output % invocation ends. Having called \balancecolumns once, we do not % want to call it again. Therefore, reset \output to its normal % definition right away. (We hope \balancecolumns will never be % called on to balance too much material, but if it is, this makes % the output somewhat more palatable.) \global\output = {\onepageout{\pagecontents\PAGE}}% }% \eject \endgroup % started in \begindoublecolumns % % \pagegoal was set to the doubled \vsize above, since we restarted % the current page. We're now back to normal single-column % typesetting, so reset \pagegoal to the normal \vsize (after the % \endgroup where \vsize got restored). \pagegoal = \vsize } % % Called at the end of the double column material. \def\balancecolumns{% \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120. \dimen@ = \ht0 \advance\dimen@ by \topskip \advance\dimen@ by-\baselineskip \divide\dimen@ by 2 % target to split to %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}% \splittopskip = \topskip % Loop until we get a decent breakpoint. {% \vbadness = 10000 \loop \global\setbox3 = \copy0 \global\setbox1 = \vsplit3 to \dimen@ \ifdim\ht3>\dimen@ \global\advance\dimen@ by 1pt \repeat }% %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}% \setbox0=\vbox to\dimen@{\unvbox1}% \setbox2=\vbox to\dimen@{\unvbox3}% % \pagesofar } \catcode`\@ = \other \message{sectioning,} % Chapters, sections, etc. % Let's start with @part. \outer\parseargdef\part{\partzzz{#1}} \def\partzzz#1{% \chapoddpage \null \vskip.3\vsize % move it down on the page a bit \begingroup \noindent \titlefonts\rmisbold #1\par % the text \let\lastnode=\empty % no node to associate with \writetocentry{part}{#1}{}% but put it in the toc \headingsoff % no headline or footline on the part page \chapoddpage \endgroup } % \unnumberedno is an oxymoron. But we count the unnumbered % sections so that we can refer to them unambiguously in the pdf % outlines by their "section number". We avoid collisions with chapter % numbers by starting them at 10000. (If a document ever has 10000 % chapters, we're in trouble anyway, I'm sure.) \newcount\unnumberedno \unnumberedno = 10000 \newcount\chapno \newcount\secno \secno=0 \newcount\subsecno \subsecno=0 \newcount\subsubsecno \subsubsecno=0 % This counter is funny since it counts through charcodes of letters A, B, ... \newcount\appendixno \appendixno = `\@ % % \def\appendixletter{\char\the\appendixno} % We do the following ugly conditional instead of the above simple % construct for the sake of pdftex, which needs the actual % letter in the expansion, not just typeset. % \def\appendixletter{% \ifnum\appendixno=`A A% \else\ifnum\appendixno=`B B% \else\ifnum\appendixno=`C C% \else\ifnum\appendixno=`D D% \else\ifnum\appendixno=`E E% \else\ifnum\appendixno=`F F% \else\ifnum\appendixno=`G G% \else\ifnum\appendixno=`H H% \else\ifnum\appendixno=`I I% \else\ifnum\appendixno=`J J% \else\ifnum\appendixno=`K K% \else\ifnum\appendixno=`L L% \else\ifnum\appendixno=`M M% \else\ifnum\appendixno=`N N% \else\ifnum\appendixno=`O O% \else\ifnum\appendixno=`P P% \else\ifnum\appendixno=`Q Q% \else\ifnum\appendixno=`R R% \else\ifnum\appendixno=`S S% \else\ifnum\appendixno=`T T% \else\ifnum\appendixno=`U U% \else\ifnum\appendixno=`V V% \else\ifnum\appendixno=`W W% \else\ifnum\appendixno=`X X% \else\ifnum\appendixno=`Y Y% \else\ifnum\appendixno=`Z Z% % The \the is necessary, despite appearances, because \appendixletter is % expanded while writing the .toc file. \char\appendixno is not % expandable, thus it is written literally, thus all appendixes come out % with the same letter (or @) in the toc without it. \else\char\the\appendixno \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} % Each @chapter defines these (using marks) as the number+name, number % and name of the chapter. Page headings and footings can use % these. @section does likewise. \def\thischapter{} \def\thischapternum{} \def\thischaptername{} \def\thissection{} \def\thissectionnum{} \def\thissectionname{} \newcount\absseclevel % used to calculate proper heading level \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count % @raisesections: treat @section as chapter, @subsection as section, etc. \def\raisesections{\global\advance\secbase by -1} \let\up=\raisesections % original BFox name % @lowersections: treat @chapter as section, @section as subsection, etc. \def\lowersections{\global\advance\secbase by 1} \let\down=\lowersections % original BFox name % we only have subsub. \chardef\maxseclevel = 3 % % A numbered section within an unnumbered changes to unnumbered too. % To achieve this, remember the "biggest" unnum. sec. we are currently in: \chardef\unnlevel = \maxseclevel % % Trace whether the current chapter is an appendix or not: % \chapheadtype is "N" or "A", unnumbered chapters are ignored. \def\chapheadtype{N} % Choose a heading macro % #1 is heading type % #2 is heading level % #3 is text for heading \def\genhead#1#2#3{% % Compute the abs. sec. level: \absseclevel=#2 \advance\absseclevel by \secbase % Make sure \absseclevel doesn't fall outside the range: \ifnum \absseclevel < 0 \absseclevel = 0 \else \ifnum \absseclevel > 3 \absseclevel = 3 \fi \fi % The heading type: \def\headtype{#1}% \if \headtype U% \ifnum \absseclevel < \unnlevel \chardef\unnlevel = \absseclevel \fi \else % Check for appendix sections: \ifnum \absseclevel = 0 \edef\chapheadtype{\headtype}% \else \if \headtype A\if \chapheadtype N% \errmessage{@appendix... within a non-appendix chapter}% \fi\fi \fi % Check for numbered within unnumbered: \ifnum \absseclevel > \unnlevel \def\headtype{U}% \else \chardef\unnlevel = 3 \fi \fi % Now print the heading: \if \headtype U% \ifcase\absseclevel \unnumberedzzz{#3}% \or \unnumberedseczzz{#3}% \or \unnumberedsubseczzz{#3}% \or \unnumberedsubsubseczzz{#3}% \fi \else \if \headtype A% \ifcase\absseclevel \appendixzzz{#3}% \or \appendixsectionzzz{#3}% \or \appendixsubseczzz{#3}% \or \appendixsubsubseczzz{#3}% \fi \else \ifcase\absseclevel \chapterzzz{#3}% \or \seczzz{#3}% \or \numberedsubseczzz{#3}% \or \numberedsubsubseczzz{#3}% \fi \fi \fi \suppressfirstparagraphindent } % an interface: \def\numhead{\genhead N} \def\apphead{\genhead A} \def\unnmhead{\genhead U} % @chapter, @appendix, @unnumbered. Increment top-level counter, reset % all lower-level sectioning counters to zero. % % Also set \chaplevelprefix, which we prepend to @float sequence numbers % (e.g., figures), q.v. By default (before any chapter), that is empty. \let\chaplevelprefix = \empty % \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz \def\chapterzzz#1{% % section resetting is \global in case the chapter is in a group, such % as an @include file. \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\chapno by 1 % % Used for \float. \gdef\chaplevelprefix{\the\chapno.}% \resetallfloatnos % % \putwordChapter can contain complex things in translations. \toks0=\expandafter{\putwordChapter}% \message{\the\toks0 \space \the\chapno}% % % Write the actual heading. \chapmacro{#1}{Ynumbered}{\the\chapno}% % % So @section and the like are numbered underneath this chapter. \global\let\section = \numberedsec \global\let\subsection = \numberedsubsec \global\let\subsubsection = \numberedsubsubsec } \outer\parseargdef\appendix{\apphead0{#1}} % normally calls appendixzzz % \def\appendixzzz#1{% \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\appendixno by 1 \gdef\chaplevelprefix{\appendixletter.}% \resetallfloatnos % % \putwordAppendix can contain complex things in translations. \toks0=\expandafter{\putwordAppendix}% \message{\the\toks0 \space \appendixletter}% % \chapmacro{#1}{Yappendix}{\appendixletter}% % \global\let\section = \appendixsec \global\let\subsection = \appendixsubsec \global\let\subsubsection = \appendixsubsubsec } % normally unnmhead0 calls unnumberedzzz: \outer\parseargdef\unnumbered{\unnmhead0{#1}} \def\unnumberedzzz#1{% \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\unnumberedno by 1 % % Since an unnumbered has no number, no prefix for figures. \global\let\chaplevelprefix = \empty \resetallfloatnos % % This used to be simply \message{#1}, but TeX fully expands the % argument to \message. Therefore, if #1 contained @-commands, TeX % expanded them. For example, in `@unnumbered The @cite{Book}', TeX % expanded @cite (which turns out to cause errors because \cite is meant % to be executed, not expanded). % % Anyway, we don't want the fully-expanded definition of @cite to appear % as a result of the \message, we just want `@cite' itself. We use % \the to achieve this: TeX expands \the only once, % simply yielding the contents of . (We also do this for % the toc entries.) \toks0 = {#1}% \message{(\the\toks0)}% % \chapmacro{#1}{Ynothing}{\the\unnumberedno}% % \global\let\section = \unnumberedsec \global\let\subsection = \unnumberedsubsec \global\let\subsubsection = \unnumberedsubsubsec } % @centerchap is like @unnumbered, but the heading is centered. \outer\parseargdef\centerchap{% % Well, we could do the following in a group, but that would break % an assumption that \chapmacro is called at the outermost level. % Thus we are safer this way: --kasal, 24feb04 \let\centerparametersmaybe = \centerparameters \unnmhead0{#1}% \let\centerparametersmaybe = \relax } % @top is like @unnumbered. \let\top\unnumbered % Sections. % \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz \def\seczzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}% } % normally calls appendixsectionzzz: \outer\parseargdef\appendixsection{\apphead1{#1}} \def\appendixsectionzzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}% } \let\appendixsec\appendixsection % normally calls unnumberedseczzz: \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} \def\unnumberedseczzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}% } % Subsections. % % normally calls numberedsubseczzz: \outer\parseargdef\numberedsubsec{\numhead2{#1}} \def\numberedsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}% } % normally calls appendixsubseczzz: \outer\parseargdef\appendixsubsec{\apphead2{#1}} \def\appendixsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Yappendix}% {\appendixletter.\the\secno.\the\subsecno}% } % normally calls unnumberedsubseczzz: \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} \def\unnumberedsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Ynothing}% {\the\unnumberedno.\the\secno.\the\subsecno}% } % Subsubsections. % % normally numberedsubsubseczzz: \outer\parseargdef\numberedsubsubsec{\numhead3{#1}} \def\numberedsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Ynumbered}% {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}% } % normally appendixsubsubseczzz: \outer\parseargdef\appendixsubsubsec{\apphead3{#1}} \def\appendixsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Yappendix}% {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}% } % normally unnumberedsubsubseczzz: \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} \def\unnumberedsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Ynothing}% {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}% } % These macros control what the section commands do, according % to what kind of chapter we are in (ordinary, appendix, or unnumbered). % Define them by default for a numbered chapter. \let\section = \numberedsec \let\subsection = \numberedsubsec \let\subsubsection = \numberedsubsubsec % Define @majorheading, @heading and @subheading \def\majorheading{% {\advance\chapheadingskip by 10pt \chapbreak }% \parsearg\chapheadingzzz } \def\chapheading{\chapbreak \parsearg\chapheadingzzz} \def\chapheadingzzz#1{% \vbox{\chapfonts \raggedtitlesettings #1\par}% \nobreak\bigskip \nobreak \suppressfirstparagraphindent } % @heading, @subheading, @subsubheading. \parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{} \suppressfirstparagraphindent} \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{} \suppressfirstparagraphindent} \parseargdef\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{} \suppressfirstparagraphindent} % These macros generate a chapter, section, etc. heading only % (including whitespace, linebreaking, etc. around it), % given all the information in convenient, parsed form. % Args are the skip and penalty (usually negative) \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi} % Parameter controlling skip before chapter headings (if needed) \newskip\chapheadingskip % Define plain chapter starts, and page on/off switching for it. \def\chapbreak{\dobreak \chapheadingskip {-4000}} \def\chappager{\par\vfill\supereject} % Because \domark is called before \chapoddpage, the filler page will % get the headings for the next chapter, which is wrong. But we don't % care -- we just disable all headings on the filler page. \def\chapoddpage{% \chappager \ifodd\pageno \else \begingroup \headingsoff \null \chappager \endgroup \fi } \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname} \def\CHAPPAGoff{% \global\let\contentsalignmacro = \chappager \global\let\pchapsepmacro=\chapbreak \global\let\pagealignmacro=\chappager} \def\CHAPPAGon{% \global\let\contentsalignmacro = \chappager \global\let\pchapsepmacro=\chappager \global\let\pagealignmacro=\chappager \global\def\HEADINGSon{\HEADINGSsingle}} \def\CHAPPAGodd{% \global\let\contentsalignmacro = \chapoddpage \global\let\pchapsepmacro=\chapoddpage \global\let\pagealignmacro=\chapoddpage \global\def\HEADINGSon{\HEADINGSdouble}} \CHAPPAGon % Chapter opening. % % #1 is the text, #2 is the section type (Ynumbered, Ynothing, % Yappendix, Yomitfromtoc), #3 the chapter number. % % To test against our argument. \def\Ynothingkeyword{Ynothing} \def\Yomitfromtockeyword{Yomitfromtoc} \def\Yappendixkeyword{Yappendix} % \def\chapmacro#1#2#3{% % Insert the first mark before the heading break (see notes for \domark). \let\prevchapterdefs=\lastchapterdefs \let\prevsectiondefs=\lastsectiondefs \gdef\lastsectiondefs{\gdef\thissectionname{}\gdef\thissectionnum{}% \gdef\thissection{}}% % \def\temptype{#2}% \ifx\temptype\Ynothingkeyword \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% \gdef\thischapter{\thischaptername}}% \else\ifx\temptype\Yomitfromtockeyword \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% \gdef\thischapter{}}% \else\ifx\temptype\Yappendixkeyword \toks0={#1}% \xdef\lastchapterdefs{% \gdef\noexpand\thischaptername{\the\toks0}% \gdef\noexpand\thischapternum{\appendixletter}% % \noexpand\putwordAppendix avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thischapter{\noexpand\putwordAppendix{} \noexpand\thischapternum: \noexpand\thischaptername}% }% \else \toks0={#1}% \xdef\lastchapterdefs{% \gdef\noexpand\thischaptername{\the\toks0}% \gdef\noexpand\thischapternum{\the\chapno}% % \noexpand\putwordChapter avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thischapter{\noexpand\putwordChapter{} \noexpand\thischapternum: \noexpand\thischaptername}% }% \fi\fi\fi % % Output the mark. Pass it through \safewhatsit, to take care of % the preceding space. \safewhatsit\domark % % Insert the chapter heading break. \pchapsepmacro % % Now the second mark, after the heading break. No break points % between here and the heading. \let\prevchapterdefs=\lastchapterdefs \let\prevsectiondefs=\lastsectiondefs \domark % {% \chapfonts \rmisbold % % Have to define \lastsection before calling \donoderef, because the % xref code eventually uses it. On the other hand, it has to be called % after \pchapsepmacro, or the headline will change too soon. \gdef\lastsection{#1}% % % Only insert the separating space if we have a chapter/appendix % number, and don't print the unnumbered ``number''. \ifx\temptype\Ynothingkeyword \setbox0 = \hbox{}% \def\toctype{unnchap}% \else\ifx\temptype\Yomitfromtockeyword \setbox0 = \hbox{}% contents like unnumbered, but no toc entry \def\toctype{omit}% \else\ifx\temptype\Yappendixkeyword \setbox0 = \hbox{\putwordAppendix{} #3\enspace}% \def\toctype{app}% \else \setbox0 = \hbox{#3\enspace}% \def\toctype{numchap}% \fi\fi\fi % % Write the toc entry for this chapter. Must come before the % \donoderef, because we include the current node name in the toc % entry, and \donoderef resets it to empty. \writetocentry{\toctype}{#1}{#3}% % % For pdftex, we have to write out the node definition (aka, make % the pdfdest) after any page break, but before the actual text has % been typeset. If the destination for the pdf outline is after the % text, then jumping from the outline may wind up with the text not % being visible, for instance under high magnification. \donoderef{#2}% % % Typeset the actual heading. \nobreak % Avoid page breaks at the interline glue. \vbox{\raggedtitlesettings \hangindent=\wd0 \centerparametersmaybe \unhbox0 #1\par}% }% \nobreak\bigskip % no page break after a chapter title \nobreak } % @centerchap -- centered and unnumbered. \let\centerparametersmaybe = \relax \def\centerparameters{% \advance\rightskip by 3\rightskip \leftskip = \rightskip \parfillskip = 0pt } % I don't think this chapter style is supported any more, so I'm not % updating it with the new noderef stuff. We'll see. --karl, 11aug03. % \def\setchapterstyle #1 {\csname CHAPF#1\endcsname} % \def\unnchfopen #1{% \chapoddpage \vbox{\chapfonts \raggedtitlesettings #1\par}% \nobreak\bigskip\nobreak } \def\chfopen #1#2{\chapoddpage {\chapfonts \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}% \par\penalty 5000 % } \def\centerchfopen #1{% \chapoddpage \vbox{\chapfonts \raggedtitlesettings \hfill #1\hfill}% \nobreak\bigskip \nobreak } \def\CHAPFopen{% \global\let\chapmacro=\chfopen \global\let\centerchapmacro=\centerchfopen} % Section titles. These macros combine the section number parts and % call the generic \sectionheading to do the printing. % \newskip\secheadingskip \def\secheadingbreak{\dobreak \secheadingskip{-1000}} % Subsection titles. \newskip\subsecheadingskip \def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}} % Subsubsection titles. \def\subsubsecheadingskip{\subsecheadingskip} \def\subsubsecheadingbreak{\subsecheadingbreak} % Print any size, any type, section title. % % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is % the section type for xrefs (Ynumbered, Ynothing, Yappendix), #4 is the % section number. % \def\seckeyword{sec} % \def\sectionheading#1#2#3#4{% {% \checkenv{}% should not be in an environment. % % Switch to the right set of fonts. \csname #2fonts\endcsname \rmisbold % \def\sectionlevel{#2}% \def\temptype{#3}% % % Insert first mark before the heading break (see notes for \domark). \let\prevsectiondefs=\lastsectiondefs \ifx\temptype\Ynothingkeyword \ifx\sectionlevel\seckeyword \gdef\lastsectiondefs{\gdef\thissectionname{#1}\gdef\thissectionnum{}% \gdef\thissection{\thissectionname}}% \fi \else\ifx\temptype\Yomitfromtockeyword % Don't redefine \thissection. \else\ifx\temptype\Yappendixkeyword \ifx\sectionlevel\seckeyword \toks0={#1}% \xdef\lastsectiondefs{% \gdef\noexpand\thissectionname{\the\toks0}% \gdef\noexpand\thissectionnum{#4}% % \noexpand\putwordSection avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thissection{\noexpand\putwordSection{} \noexpand\thissectionnum: \noexpand\thissectionname}% }% \fi \else \ifx\sectionlevel\seckeyword \toks0={#1}% \xdef\lastsectiondefs{% \gdef\noexpand\thissectionname{\the\toks0}% \gdef\noexpand\thissectionnum{#4}% % \noexpand\putwordSection avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thissection{\noexpand\putwordSection{} \noexpand\thissectionnum: \noexpand\thissectionname}% }% \fi \fi\fi\fi % % Go into vertical mode. Usually we'll already be there, but we % don't want the following whatsit to end up in a preceding paragraph % if the document didn't happen to have a blank line. \par % % Output the mark. Pass it through \safewhatsit, to take care of % the preceding space. \safewhatsit\domark % % Insert space above the heading. \csname #2headingbreak\endcsname % % Now the second mark, after the heading break. No break points % between here and the heading. \let\prevsectiondefs=\lastsectiondefs \domark % % Only insert the space after the number if we have a section number. \ifx\temptype\Ynothingkeyword \setbox0 = \hbox{}% \def\toctype{unn}% \gdef\lastsection{#1}% \else\ifx\temptype\Yomitfromtockeyword % for @headings -- no section number, don't include in toc, % and don't redefine \lastsection. \setbox0 = \hbox{}% \def\toctype{omit}% \let\sectionlevel=\empty \else\ifx\temptype\Yappendixkeyword \setbox0 = \hbox{#4\enspace}% \def\toctype{app}% \gdef\lastsection{#1}% \else \setbox0 = \hbox{#4\enspace}% \def\toctype{num}% \gdef\lastsection{#1}% \fi\fi\fi % % Write the toc entry (before \donoderef). See comments in \chapmacro. \writetocentry{\toctype\sectionlevel}{#1}{#4}% % % Write the node reference (= pdf destination for pdftex). % Again, see comments in \chapmacro. \donoderef{#3}% % % Interline glue will be inserted when the vbox is completed. % That glue will be a valid breakpoint for the page, since it'll be % preceded by a whatsit (usually from the \donoderef, or from the % \writetocentry if there was no node). We don't want to allow that % break, since then the whatsits could end up on page n while the % section is on page n+1, thus toc/etc. are wrong. Debian bug 276000. \nobreak % % Output the actual section heading. \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright \hangindent=\wd0 % zero if no section number \unhbox0 #1}% }% % Add extra space after the heading -- half of whatever came above it. % Don't allow stretch, though. \kern .5 \csname #2headingskip\endcsname % % Do not let the kern be a potential breakpoint, as it would be if it % was followed by glue. \nobreak % % We'll almost certainly start a paragraph next, so don't let that % glue accumulate. (Not a breakpoint because it's preceded by a % discardable item.) However, when a paragraph is not started next % (\startdefun, \cartouche, \center, etc.), this needs to be wiped out % or the negative glue will cause weirdly wrong output, typically % obscuring the section heading with something else. \vskip-\parskip % % This is so the last item on the main vertical list is a known % \penalty > 10000, so \startdefun, etc., can recognize the situation % and do the needful. \penalty 10001 } \message{toc,} % Table of contents. \newwrite\tocfile % Write an entry to the toc file, opening it if necessary. % Called from @chapter, etc. % % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno} % We append the current node name (if any) and page number as additional % arguments for the \{chap,sec,...}entry macros which will eventually % read this. The node name is used in the pdf outlines as the % destination to jump to. % % We open the .toc file for writing here instead of at @setfilename (or % any other fixed time) so that @contents can be anywhere in the document. % But if #1 is `omit', then we don't do anything. This is used for the % table of contents chapter openings themselves. % \newif\iftocfileopened \def\omitkeyword{omit}% % \def\writetocentry#1#2#3{% \edef\writetoctype{#1}% \ifx\writetoctype\omitkeyword \else \iftocfileopened\else \immediate\openout\tocfile = \jobname.toc \global\tocfileopenedtrue \fi % \iflinks {\atdummies \edef\temp{% \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}% \temp }% \fi \fi % % Tell \shipout to create a pdf destination on each page, if we're % writing pdf. These are used in the table of contents. We can't % just write one on every page because the title pages are numbered % 1 and 2 (the page numbers aren't printed), and so are the first % two pages of the document. Thus, we'd have two destinations named % `1', and two named `2'. \ifpdf \global\pdfmakepagedesttrue \fi } % These characters do not print properly in the Computer Modern roman % fonts, so we must take special care. This is more or less redundant % with the Texinfo input format setup at the end of this file. % \def\activecatcodes{% \catcode`\"=\active \catcode`\$=\active \catcode`\<=\active \catcode`\>=\active \catcode`\\=\active \catcode`\^=\active \catcode`\_=\active \catcode`\|=\active \catcode`\~=\active } % Read the toc file, which is essentially Texinfo input. \def\readtocfile{% \setupdatafile \activecatcodes \input \tocreadfilename } \newskip\contentsrightmargin \contentsrightmargin=1in \newcount\savepageno \newcount\lastnegativepageno \lastnegativepageno = -1 % Prepare to read what we've written to \tocfile. % \def\startcontents#1{% % If @setchapternewpage on, and @headings double, the contents should % start on an odd page, unlike chapters. Thus, we maintain % \contentsalignmacro in parallel with \pagealignmacro. % From: Torbjorn Granlund \contentsalignmacro \immediate\closeout\tocfile % % Don't need to put `Contents' or `Short Contents' in the headline. % It is abundantly clear what they are. \chapmacro{#1}{Yomitfromtoc}{}% % \savepageno = \pageno \begingroup % Set up to handle contents files properly. \raggedbottom % Worry more about breakpoints than the bottom. \advance\hsize by -\contentsrightmargin % Don't use the full line length. % % Roman numerals for page numbers. \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi } % redefined for the two-volume lispref. We always output on % \jobname.toc even if this is redefined. % \def\tocreadfilename{\jobname.toc} % Normal (long) toc. % \def\contents{% \startcontents{\putwordTOC}% \openin 1 \tocreadfilename\space \ifeof 1 \else \readtocfile \fi \vfill \eject \contentsalignmacro % in case @setchapternewpage odd is in effect \ifeof 1 \else \pdfmakeoutlines \fi \closein 1 \endgroup \lastnegativepageno = \pageno \global\pageno = \savepageno } % And just the chapters. \def\summarycontents{% \startcontents{\putwordShortTOC}% % \let\partentry = \shortpartentry \let\numchapentry = \shortchapentry \let\appentry = \shortchapentry \let\unnchapentry = \shortunnchapentry % We want a true roman here for the page numbers. \secfonts \let\rm=\shortcontrm \let\bf=\shortcontbf \let\sl=\shortcontsl \let\tt=\shortconttt \rm \hyphenpenalty = 10000 \advance\baselineskip by 1pt % Open it up a little. \def\numsecentry##1##2##3##4{} \let\appsecentry = \numsecentry \let\unnsecentry = \numsecentry \let\numsubsecentry = \numsecentry \let\appsubsecentry = \numsecentry \let\unnsubsecentry = \numsecentry \let\numsubsubsecentry = \numsecentry \let\appsubsubsecentry = \numsecentry \let\unnsubsubsecentry = \numsecentry \openin 1 \tocreadfilename\space \ifeof 1 \else \readtocfile \fi \closein 1 \vfill \eject \contentsalignmacro % in case @setchapternewpage odd is in effect \endgroup \lastnegativepageno = \pageno \global\pageno = \savepageno } \let\shortcontents = \summarycontents % Typeset the label for a chapter or appendix for the short contents. % The arg is, e.g., `A' for an appendix, or `3' for a chapter. % \def\shortchaplabel#1{% % This space should be enough, since a single number is .5em, and the % widest letter (M) is 1em, at least in the Computer Modern fonts. % But use \hss just in case. % (This space doesn't include the extra space that gets added after % the label; that gets put in by \shortchapentry above.) % % We'd like to right-justify chapter numbers, but that looks strange % with appendix letters. And right-justifying numbers and % left-justifying letters looks strange when there is less than 10 % chapters. Have to read the whole toc once to know how many chapters % there are before deciding ... \hbox to 1em{#1\hss}% } % These macros generate individual entries in the table of contents. % The first argument is the chapter or section name. % The last argument is the page number. % The arguments in between are the chapter number, section number, ... % Parts, in the main contents. Replace the part number, which doesn't % exist, with an empty box. Let's hope all the numbers have the same width. % Also ignore the page number, which is conventionally not printed. \def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}} \def\partentry#1#2#3#4{\dochapentry{\numeralbox\labelspace#1}{}} % % Parts, in the short toc. \def\shortpartentry#1#2#3#4{% \penalty-300 \vskip.5\baselineskip plus.15\baselineskip minus.1\baselineskip \shortchapentry{{\bf #1}}{\numeralbox}{}{}% } % Chapters, in the main contents. \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}} % % Chapters, in the short toc. % See comments in \dochapentry re vbox and related settings. \def\shortchapentry#1#2#3#4{% \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}% } % Appendices, in the main contents. % Need the word Appendix, and a fixed-size box. % \def\appendixbox#1{% % We use M since it's probably the widest letter. \setbox0 = \hbox{\putwordAppendix{} M}% \hbox to \wd0{\putwordAppendix{} #1\hss}} % \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\labelspace#1}{#4}} % Unnumbered chapters. \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}} \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}} % Sections. \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}} \let\appsecentry=\numsecentry \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}} % Subsections. \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}} \let\appsubsecentry=\numsubsecentry \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}} % And subsubsections. \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}} \let\appsubsubsecentry=\numsubsubsecentry \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}} % This parameter controls the indentation of the various levels. % Same as \defaultparindent. \newdimen\tocindent \tocindent = 15pt % Now for the actual typesetting. In all these, #1 is the text and #2 is the % page number. % % If the toc has to be broken over pages, we want it to be at chapters % if at all possible; hence the \penalty. \def\dochapentry#1#2{% \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip \begingroup \chapentryfonts \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup \nobreak\vskip .25\baselineskip plus.1\baselineskip } \def\dosecentry#1#2{\begingroup \secentryfonts \leftskip=\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} \def\dosubsecentry#1#2{\begingroup \subsecentryfonts \leftskip=2\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} \def\dosubsubsecentry#1#2{\begingroup \subsubsecentryfonts \leftskip=3\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} % We use the same \entry macro as for the index entries. \let\tocentry = \entry % Space between chapter (or whatever) number and the title. \def\labelspace{\hskip1em \relax} \def\dopageno#1{{\rm #1}} \def\doshortpageno#1{{\rm #1}} \def\chapentryfonts{\secfonts \rm} \def\secentryfonts{\textfonts} \def\subsecentryfonts{\textfonts} \def\subsubsecentryfonts{\textfonts} \message{environments,} % @foo ... @end foo. % @tex ... @end tex escapes into raw TeX temporarily. % One exception: @ is still an escape character, so that @end tex works. % But \@ or @@ will get a plain @ character. \envdef\tex{% \setupmarkupstyle{tex}% \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie \catcode `\%=14 \catcode `\+=\other \catcode `\"=\other \catcode `\|=\other \catcode `\<=\other \catcode `\>=\other \catcode`\`=\other \catcode`\'=\other \escapechar=`\\ % % ' is active in math mode (mathcode"8000). So reset it, and all our % other math active characters (just in case), to plain's definitions. \mathactive % \let\b=\ptexb \let\bullet=\ptexbullet \let\c=\ptexc \let\,=\ptexcomma \let\.=\ptexdot \let\dots=\ptexdots \let\equiv=\ptexequiv \let\!=\ptexexclam \let\i=\ptexi \let\indent=\ptexindent \let\noindent=\ptexnoindent \let\{=\ptexlbrace \let\+=\tabalign \let\}=\ptexrbrace \let\/=\ptexslash \let\*=\ptexstar \let\t=\ptext \expandafter \let\csname top\endcsname=\ptextop % outer \let\frenchspacing=\plainfrenchspacing % \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}% \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}% \def\@{@}% } % There is no need to define \Etex. % Define @lisp ... @end lisp. % @lisp environment forms a group so it can rebind things, % including the definition of @end lisp (which normally is erroneous). % Amount to narrow the margins by for @lisp. \newskip\lispnarrowing \lispnarrowing=0.4in % This is the definition that ^^M gets inside @lisp, @example, and other % such environments. \null is better than a space, since it doesn't % have any width. \def\lisppar{\null\endgraf} % This space is always present above and below environments. \newskip\envskipamount \envskipamount = 0pt % Make spacing and below environment symmetrical. We use \parskip here % to help in doing that, since in @example-like environments \parskip % is reset to zero; thus the \afterenvbreak inserts no space -- but the % start of the next paragraph will insert \parskip. % \def\aboveenvbreak{{% % =10000 instead of <10000 because of a special case in \itemzzz and % \sectionheading, q.v. \ifnum \lastpenalty=10000 \else \advance\envskipamount by \parskip \endgraf \ifdim\lastskip<\envskipamount \removelastskip % it's not a good place to break if the last penalty was \nobreak % or better ... \ifnum\lastpenalty<10000 \penalty-50 \fi \vskip\envskipamount \fi \fi }} \let\afterenvbreak = \aboveenvbreak % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will % also clear it, so that its embedded environments do the narrowing again. \let\nonarrowing=\relax % @cartouche ... @end cartouche: draw rectangle w/rounded corners around % environment contents. \font\circle=lcircle10 \newdimen\circthick \newdimen\cartouter\newdimen\cartinner \newskip\normbskip\newskip\normpskip\newskip\normlskip \circthick=\fontdimen8\circle % \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth \def\ctr{{\hskip 6pt\circle\char'010}} \def\cbl{{\circle\char'012\hskip -6pt}} \def\cbr{{\hskip 6pt\circle\char'011}} \def\carttop{\hbox to \cartouter{\hskip\lskip \ctl\leaders\hrule height\circthick\hfil\ctr \hskip\rskip}} \def\cartbot{\hbox to \cartouter{\hskip\lskip \cbl\leaders\hrule height\circthick\hfil\cbr \hskip\rskip}} % \newskip\lskip\newskip\rskip \envdef\cartouche{% \ifhmode\par\fi % can't be in the midst of a paragraph. \startsavinginserts \lskip=\leftskip \rskip=\rightskip \leftskip=0pt\rightskip=0pt % we want these *outside*. \cartinner=\hsize \advance\cartinner by-\lskip \advance\cartinner by-\rskip \cartouter=\hsize \advance\cartouter by 18.4pt % allow for 3pt kerns on either % side, and for 6pt waste from % each corner char, and rule thickness \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip % Flag to tell @lisp, etc., not to narrow margin. \let\nonarrowing = t% % % If this cartouche directly follows a sectioning command, we need the % \parskip glue (backspaced over by default) or the cartouche can % collide with the section heading. \ifnum\lastpenalty>10000 \vskip\parskip \penalty\lastpenalty \fi % \vbox\bgroup \baselineskip=0pt\parskip=0pt\lineskip=0pt \carttop \hbox\bgroup \hskip\lskip \vrule\kern3pt \vbox\bgroup \kern3pt \hsize=\cartinner \baselineskip=\normbskip \lineskip=\normlskip \parskip=\normpskip \vskip -\parskip \comment % For explanation, see the end of def\group. } \def\Ecartouche{% \ifhmode\par\fi \kern3pt \egroup \kern3pt\vrule \hskip\rskip \egroup \cartbot \egroup \checkinserts } % This macro is called at the beginning of all the @example variants, % inside a group. \newdimen\nonfillparindent \def\nonfillstart{% \aboveenvbreak \hfuzz = 12pt % Don't be fussy \sepspaces % Make spaces be word-separators rather than space tokens. \let\par = \lisppar % don't ignore blank lines \obeylines % each line of input is a line of output \parskip = 0pt % Turn off paragraph indentation but redefine \indent to emulate % the normal \indent. \nonfillparindent=\parindent \parindent = 0pt \let\indent\nonfillindent % \emergencystretch = 0pt % don't try to avoid overfull boxes \ifx\nonarrowing\relax \advance \leftskip by \lispnarrowing \exdentamount=\lispnarrowing \else \let\nonarrowing = \relax \fi \let\exdent=\nofillexdent } \begingroup \obeyspaces % We want to swallow spaces (but not other tokens) after the fake % @indent in our nonfill-environments, where spaces are normally % active and set to @tie, resulting in them not being ignored after % @indent. \gdef\nonfillindent{\futurelet\temp\nonfillindentcheck}% \gdef\nonfillindentcheck{% \ifx\temp % \expandafter\nonfillindentgobble% \else% \leavevmode\nonfillindentbox% \fi% }% \endgroup \def\nonfillindentgobble#1{\nonfillindent} \def\nonfillindentbox{\hbox to \nonfillparindent{\hss}} % If you want all examples etc. small: @set dispenvsize small. % If you want even small examples the full size: @set dispenvsize nosmall. % This affects the following displayed environments: % @example, @display, @format, @lisp % \def\smallword{small} \def\nosmallword{nosmall} \let\SETdispenvsize\relax \def\setnormaldispenv{% \ifx\SETdispenvsize\smallword % end paragraph for sake of leading, in case document has no blank % line. This is redundant with what happens in \aboveenvbreak, but % we need to do it before changing the fonts, and it's inconvenient % to change the fonts afterward. \ifnum \lastpenalty=10000 \else \endgraf \fi \smallexamplefonts \rm \fi } \def\setsmalldispenv{% \ifx\SETdispenvsize\nosmallword \else \ifnum \lastpenalty=10000 \else \endgraf \fi \smallexamplefonts \rm \fi } % We often define two environments, @foo and @smallfoo. % Let's do it in one command. #1 is the env name, #2 the definition. \def\makedispenvdef#1#2{% \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2}% \expandafter\envdef\csname small#1\endcsname {\setsmalldispenv #2}% \expandafter\let\csname E#1\endcsname \afterenvbreak \expandafter\let\csname Esmall#1\endcsname \afterenvbreak } % Define two environment synonyms (#1 and #2) for an environment. \def\maketwodispenvdef#1#2#3{% \makedispenvdef{#1}{#3}% \makedispenvdef{#2}{#3}% } % % @lisp: indented, narrowed, typewriter font; % @example: same as @lisp. % % @smallexample and @smalllisp: use smaller fonts. % Originally contributed by Pavel@xerox. % \maketwodispenvdef{lisp}{example}{% \nonfillstart \tt\setupmarkupstyle{example}% \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special. \gobble % eat return } % @display/@smalldisplay: same as @lisp except keep current font. % \makedispenvdef{display}{% \nonfillstart \gobble } % @format/@smallformat: same as @display except don't narrow margins. % \makedispenvdef{format}{% \let\nonarrowing = t% \nonfillstart \gobble } % @flushleft: same as @format, but doesn't obey \SETdispenvsize. \envdef\flushleft{% \let\nonarrowing = t% \nonfillstart \gobble } \let\Eflushleft = \afterenvbreak % @flushright. % \envdef\flushright{% \let\nonarrowing = t% \nonfillstart \advance\leftskip by 0pt plus 1fill\relax \gobble } \let\Eflushright = \afterenvbreak % @raggedright does more-or-less normal line breaking but no right % justification. From plain.tex. \envdef\raggedright{% \rightskip0pt plus2em \spaceskip.3333em \xspaceskip.5em\relax } \let\Eraggedright\par \envdef\raggedleft{% \parindent=0pt \leftskip0pt plus2em \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt \hbadness=10000 % Last line will usually be underfull, so turn off % badness reporting. } \let\Eraggedleft\par \envdef\raggedcenter{% \parindent=0pt \rightskip0pt plus1em \leftskip0pt plus1em \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt \hbadness=10000 % Last line will usually be underfull, so turn off % badness reporting. } \let\Eraggedcenter\par % @quotation does normal linebreaking (hence we can't use \nonfillstart) % and narrows the margins. We keep \parskip nonzero in general, since % we're doing normal filling. So, when using \aboveenvbreak and % \afterenvbreak, temporarily make \parskip 0. % \makedispenvdef{quotation}{\quotationstart} % \def\quotationstart{% \indentedblockstart % same as \indentedblock, but increase right margin too. \ifx\nonarrowing\relax \advance\rightskip by \lispnarrowing \fi \parsearg\quotationlabel } % We have retained a nonzero parskip for the environment, since we're % doing normal filling. % \def\Equotation{% \par \ifx\quotationauthor\thisisundefined\else % indent a bit. \leftline{\kern 2\leftskip \sl ---\quotationauthor}% \fi {\parskip=0pt \afterenvbreak}% } \def\Esmallquotation{\Equotation} % If we're given an argument, typeset it in bold with a colon after. \def\quotationlabel#1{% \def\temp{#1}% \ifx\temp\empty \else {\bf #1: }% \fi } % @indentedblock is like @quotation, but indents only on the left and % has no optional argument. % \makedispenvdef{indentedblock}{\indentedblockstart} % \def\indentedblockstart{% {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip \parindent=0pt % % @cartouche defines \nonarrowing to inhibit narrowing at next level down. \ifx\nonarrowing\relax \advance\leftskip by \lispnarrowing \exdentamount = \lispnarrowing \else \let\nonarrowing = \relax \fi } % Keep a nonzero parskip for the environment, since we're doing normal filling. % \def\Eindentedblock{% \par {\parskip=0pt \afterenvbreak}% } \def\Esmallindentedblock{\Eindentedblock} % LaTeX-like @verbatim...@end verbatim and @verb{...} % If we want to allow any as delimiter, % we need the curly braces so that makeinfo sees the @verb command, eg: % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org % % [Knuth]: Donald Ervin Knuth, 1996. The TeXbook. % % [Knuth] p.344; only we need to do the other characters Texinfo sets % active too. Otherwise, they get lost as the first character on a % verbatim line. \def\dospecials{% \do\ \do\\\do\{\do\}\do\$\do\&% \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~% \do\<\do\>\do\|\do\@\do+\do\"% % Don't do the quotes -- if we do, @set txicodequoteundirected and % @set txicodequotebacktick will not have effect on @verb and % @verbatim, and ?` and !` ligatures won't get disabled. %\do\`\do\'% } % % [Knuth] p. 380 \def\uncatcodespecials{% \def\do##1{\catcode`##1=\other}\dospecials} % % Setup for the @verb command. % % Eight spaces for a tab \begingroup \catcode`\^^I=\active \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }} \endgroup % \def\setupverb{% \tt % easiest (and conventionally used) font for verbatim \def\par{\leavevmode\endgraf}% \setupmarkupstyle{verb}% \tabeightspaces % Respect line breaks, % print special symbols as themselves, and % make each space count % must do in this order: \obeylines \uncatcodespecials \sepspaces } % Setup for the @verbatim environment % % Real tab expansion. \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount % % We typeset each line of the verbatim in an \hbox, so we can handle % tabs. The \global is in case the verbatim line starts with an accent, % or some other command that starts with a begin-group. Otherwise, the % entire \verbbox would disappear at the corresponding end-group, before % it is typeset. Meanwhile, we can't have nested verbatim commands % (can we?), so the \global won't be overwriting itself. \newbox\verbbox \def\starttabbox{\global\setbox\verbbox=\hbox\bgroup} % \begingroup \catcode`\^^I=\active \gdef\tabexpand{% \catcode`\^^I=\active \def^^I{\leavevmode\egroup \dimen\verbbox=\wd\verbbox % the width so far, or since the previous tab \divide\dimen\verbbox by\tabw \multiply\dimen\verbbox by\tabw % compute previous multiple of \tabw \advance\dimen\verbbox by\tabw % advance to next multiple of \tabw \wd\verbbox=\dimen\verbbox \box\verbbox \starttabbox }% } \endgroup % start the verbatim environment. \def\setupverbatim{% \let\nonarrowing = t% \nonfillstart \tt % easiest (and conventionally used) font for verbatim % The \leavevmode here is for blank lines. Otherwise, we would % never \starttabox and the \egroup would end verbatim mode. \def\par{\leavevmode\egroup\box\verbbox\endgraf}% \tabexpand \setupmarkupstyle{verbatim}% % Respect line breaks, % print special symbols as themselves, and % make each space count. % Must do in this order: \obeylines \uncatcodespecials \sepspaces \everypar{\starttabbox}% } % Do the @verb magic: verbatim text is quoted by unique % delimiter characters. Before first delimiter expect a % right brace, after last delimiter expect closing brace: % % \def\doverb'{'#1'}'{#1} % % [Knuth] p. 382; only eat outer {} \begingroup \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next] \endgroup % \def\verb{\begingroup\setupverb\doverb} % % % Do the @verbatim magic: define the macro \doverbatim so that % the (first) argument ends when '@end verbatim' is reached, ie: % % \def\doverbatim#1@end verbatim{#1} % % For Texinfo it's a lot easier than for LaTeX, % because texinfo's \verbatim doesn't stop at '\end{verbatim}': % we need not redefine '\', '{' and '}'. % % Inspired by LaTeX's verbatim command set [latex.ltx] % \begingroup \catcode`\ =\active \obeylines % % ignore everything up to the first ^^M, that's the newline at the end % of the @verbatim input line itself. Otherwise we get an extra blank % line in the output. \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}% % We really want {...\end verbatim} in the body of the macro, but % without the active space; thus we have to use \xdef and \gobble. \endgroup % \envdef\verbatim{% \setupverbatim\doverbatim } \let\Everbatim = \afterenvbreak % @verbatiminclude FILE - insert text of file in verbatim environment. % \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude} % \def\doverbatiminclude#1{% {% \makevalueexpandable \setupverbatim \indexnofonts % Allow `@@' and other weird things in file names. \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% \input #1 \afterenvbreak }% } % @copying ... @end copying. % Save the text away for @insertcopying later. % % We save the uninterpreted tokens, rather than creating a box. % Saving the text in a box would be much easier, but then all the % typesetting commands (@smallbook, font changes, etc.) have to be done % beforehand -- and a) we want @copying to be done first in the source % file; b) letting users define the frontmatter in as flexible order as % possible is very desirable. % \def\copying{\checkenv{}\begingroup\scanargctxt\docopying} \def\docopying#1@end copying{\endgroup\def\copyingtext{#1}} % \def\insertcopying{% \begingroup \parindent = 0pt % paragraph indentation looks wrong on title page \scanexp\copyingtext \endgroup } \message{defuns,} % @defun etc. \newskip\defbodyindent \defbodyindent=.4in \newskip\defargsindent \defargsindent=50pt \newskip\deflastargmargin \deflastargmargin=18pt \newcount\defunpenalty % Start the processing of @deffn: \def\startdefun{% \ifnum\lastpenalty<10000 \medbreak \defunpenalty=10003 % Will keep this @deffn together with the % following @def command, see below. \else % If there are two @def commands in a row, we'll have a \nobreak, % which is there to keep the function description together with its % header. But if there's nothing but headers, we need to allow a % break somewhere. Check specifically for penalty 10002, inserted % by \printdefunline, instead of 10000, since the sectioning % commands also insert a nobreak penalty, and we don't want to allow % a break between a section heading and a defun. % % As a further refinement, we avoid "club" headers by signalling % with penalty of 10003 after the very first @deffn in the % sequence (see above), and penalty of 10002 after any following % @def command. \ifnum\lastpenalty=10002 \penalty2000 \else \defunpenalty=10002 \fi % % Similarly, after a section heading, do not allow a break. % But do insert the glue. \medskip % preceded by discardable penalty, so not a breakpoint \fi % \parindent=0in \advance\leftskip by \defbodyindent \exdentamount=\defbodyindent } \def\dodefunx#1{% % First, check whether we are in the right environment: \checkenv#1% % % As above, allow line break if we have multiple x headers in a row. % It's not a great place, though. \ifnum\lastpenalty=10002 \penalty3000 \else \defunpenalty=10002 \fi % % And now, it's time to reuse the body of the original defun: \expandafter\gobbledefun#1% } \def\gobbledefun#1\startdefun{} % \printdefunline \deffnheader{text} % \def\printdefunline#1#2{% \begingroup % call \deffnheader: #1#2 \endheader % common ending: \interlinepenalty = 10000 \advance\rightskip by 0pt plus 1fil\relax \endgraf \nobreak\vskip -\parskip \penalty\defunpenalty % signal to \startdefun and \dodefunx % Some of the @defun-type tags do not enable magic parentheses, % rendering the following check redundant. But we don't optimize. \checkparencounts \endgroup } \def\Edefun{\endgraf\medbreak} % \makedefun{deffn} creates \deffn, \deffnx and \Edeffn; % the only thing remaining is to define \deffnheader. % \def\makedefun#1{% \expandafter\let\csname E#1\endcsname = \Edefun \edef\temp{\noexpand\domakedefun \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}% \temp } % \domakedefun \deffn \deffnx \deffnheader % % Define \deffn and \deffnx, without parameters. % \deffnheader has to be defined explicitly. % \def\domakedefun#1#2#3{% \envdef#1{% \startdefun \doingtypefnfalse % distinguish typed functions from all else \parseargusing\activeparens{\printdefunline#3}% }% \def#2{\dodefunx#1}% \def#3% } \newif\ifdoingtypefn % doing typed function? \newif\ifrettypeownline % typeset return type on its own line? % @deftypefnnewline on|off says whether the return type of typed functions % are printed on their own line. This affects @deftypefn, @deftypefun, % @deftypeop, and @deftypemethod. % \parseargdef\deftypefnnewline{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxideftypefnnl\endcsname = \empty \else\ifx\temp\offword \expandafter\let\csname SETtxideftypefnnl\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @txideftypefnnl value `\temp', must be on|off}% \fi\fi } % Untyped functions: % @deffn category name args \makedefun{deffn}{\deffngeneral{}} % @deffn category class name args \makedefun{defop}#1 {\defopon{#1\ \putwordon}} % \defopon {category on}class name args \def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } % \deffngeneral {subind}category name args % \def\deffngeneral#1#2 #3 #4\endheader{% % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}. \dosubind{fn}{\code{#3}}{#1}% \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}% } % Typed functions: % @deftypefn category type name args \makedefun{deftypefn}{\deftypefngeneral{}} % @deftypeop category class type name args \makedefun{deftypeop}#1 {\deftypeopon{#1\ \putwordon}} % \deftypeopon {category on}class type name args \def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } % \deftypefngeneral {subind}category type name args % \def\deftypefngeneral#1#2 #3 #4 #5\endheader{% \dosubind{fn}{\code{#4}}{#1}% \doingtypefntrue \defname{#2}{#3}{#4}\defunargs{#5\unskip}% } % Typed variables: % @deftypevr category type var args \makedefun{deftypevr}{\deftypecvgeneral{}} % @deftypecv category class type var args \makedefun{deftypecv}#1 {\deftypecvof{#1\ \putwordof}} % \deftypecvof {category of}class type var args \def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} } % \deftypecvgeneral {subind}category type var args % \def\deftypecvgeneral#1#2 #3 #4 #5\endheader{% \dosubind{vr}{\code{#4}}{#1}% \defname{#2}{#3}{#4}\defunargs{#5\unskip}% } % Untyped variables: % @defvr category var args \makedefun{defvr}#1 {\deftypevrheader{#1} {} } % @defcv category class var args \makedefun{defcv}#1 {\defcvof{#1\ \putwordof}} % \defcvof {category of}class var args \def\defcvof#1#2 {\deftypecvof{#1}#2 {} } % Types: % @deftp category name args \makedefun{deftp}#1 #2 #3\endheader{% \doind{tp}{\code{#2}}% \defname{#1}{}{#2}\defunargs{#3\unskip}% } % Remaining @defun-like shortcuts: \makedefun{defun}{\deffnheader{\putwordDeffunc} } \makedefun{defmac}{\deffnheader{\putwordDefmac} } \makedefun{defspec}{\deffnheader{\putwordDefspec} } \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} } \makedefun{defvar}{\defvrheader{\putwordDefvar} } \makedefun{defopt}{\defvrheader{\putwordDefopt} } \makedefun{deftypevar}{\deftypevrheader{\putwordDefvar} } \makedefun{defmethod}{\defopon\putwordMethodon} \makedefun{deftypemethod}{\deftypeopon\putwordMethodon} \makedefun{defivar}{\defcvof\putwordInstanceVariableof} \makedefun{deftypeivar}{\deftypecvof\putwordInstanceVariableof} % \defname, which formats the name of the @def (not the args). % #1 is the category, such as "Function". % #2 is the return type, if any. % #3 is the function name. % % We are followed by (but not passed) the arguments, if any. % \def\defname#1#2#3{% \par % Get the values of \leftskip and \rightskip as they were outside the @def... \advance\leftskip by -\defbodyindent % % Determine if we are typesetting the return type of a typed function % on a line by itself. \rettypeownlinefalse \ifdoingtypefn % doing a typed function specifically? % then check user option for putting return type on its own line: \expandafter\ifx\csname SETtxideftypefnnl\endcsname\relax \else \rettypeownlinetrue \fi \fi % % How we'll format the category name. Putting it in brackets helps % distinguish it from the body text that may end up on the next line % just below it. \def\temp{#1}% \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi} % % Figure out line sizes for the paragraph shape. We'll always have at % least two. \tempnum = 2 % % The first line needs space for \box0; but if \rightskip is nonzero, % we need only space for the part of \box0 which exceeds it: \dimen0=\hsize \advance\dimen0 by -\wd0 \advance\dimen0 by \rightskip % % If doing a return type on its own line, we'll have another line. \ifrettypeownline \advance\tempnum by 1 \def\maybeshapeline{0in \hsize}% \else \def\maybeshapeline{}% \fi % % The continuations: \dimen2=\hsize \advance\dimen2 by -\defargsindent % % The final paragraph shape: \parshape \tempnum 0in \dimen0 \maybeshapeline \defargsindent \dimen2 % % Put the category name at the right margin. \noindent \hbox to 0pt{% \hfil\box0 \kern-\hsize % \hsize has to be shortened this way: \kern\leftskip % Intentionally do not respect \rightskip, since we need the space. }% % % Allow all lines to be underfull without complaint: \tolerance=10000 \hbadness=10000 \exdentamount=\defbodyindent {% % defun fonts. We use typewriter by default (used to be bold) because: % . we're printing identifiers, they should be in tt in principle. % . in languages with many accents, such as Czech or French, it's % common to leave accents off identifiers. The result looks ok in % tt, but exceedingly strange in rm. % . we don't want -- and --- to be treated as ligatures. % . this still does not fix the ?` and !` ligatures, but so far no % one has made identifiers using them :). \df \tt \def\temp{#2}% text of the return type \ifx\temp\empty\else \tclose{\temp}% typeset the return type \ifrettypeownline % put return type on its own line; prohibit line break following: \hfil\vadjust{\nobreak}\break \else \space % type on same line, so just followed by a space \fi \fi % no return type #3% output function name }% {\rm\enskip}% hskip 0.5 em of \tenrm % \boldbrax % arguments will be output next, if any. } % Print arguments in slanted roman (not ttsl), inconsistently with using % tt for the name. This is because literal text is sometimes needed in % the argument list (groff manual), and ttsl and tt are not very % distinguishable. Prevent hyphenation at `-' chars. % \def\defunargs#1{% % use sl by default (not ttsl), % tt for the names. \df \sl \hyphenchar\font=0 % % On the other hand, if an argument has two dashes (for instance), we % want a way to get ttsl. We used to recommend @var for that, so % leave the code in, but it's strange for @var to lead to typewriter. % Nowadays we recommend @code, since the difference between a ttsl hyphen % and a tt hyphen is pretty tiny. @code also disables ?` !`. \def\var##1{{\setupmarkupstyle{var}\ttslanted{##1}}}% #1% \sl\hyphenchar\font=45 } % We want ()&[] to print specially on the defun line. % \def\activeparens{% \catcode`\(=\active \catcode`\)=\active \catcode`\[=\active \catcode`\]=\active \catcode`\&=\active } % Make control sequences which act like normal parenthesis chars. \let\lparen = ( \let\rparen = ) % Be sure that we always have a definition for `(', etc. For example, % if the fn name has parens in it, \boldbrax will not be in effect yet, % so TeX would otherwise complain about undefined control sequence. { \activeparens \global\let(=\lparen \global\let)=\rparen \global\let[=\lbrack \global\let]=\rbrack \global\let& = \& \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb} \gdef\magicamp{\let&=\amprm} } \newcount\parencount % If we encounter &foo, then turn on ()-hacking afterwards \newif\ifampseen \def\amprm#1 {\ampseentrue{\bf\ }} \def\parenfont{% \ifampseen % At the first level, print parens in roman, % otherwise use the default font. \ifnum \parencount=1 \rm \fi \else % The \sf parens (in \boldbrax) actually are a little bolder than % the contained text. This is especially needed for [ and ] . \sf \fi } \def\infirstlevel#1{% \ifampseen \ifnum\parencount=1 #1% \fi \fi } \def\bfafterword#1 {#1 \bf} \def\opnr{% \global\advance\parencount by 1 {\parenfont(}% \infirstlevel \bfafterword } \def\clnr{% {\parenfont)}% \infirstlevel \sl \global\advance\parencount by -1 } \newcount\brackcount \def\lbrb{% \global\advance\brackcount by 1 {\bf[}% } \def\rbrb{% {\bf]}% \global\advance\brackcount by -1 } \def\checkparencounts{% \ifnum\parencount=0 \else \badparencount \fi \ifnum\brackcount=0 \else \badbrackcount \fi } % these should not use \errmessage; the glibc manual, at least, actually % has such constructs (when documenting function pointers). \def\badparencount{% \message{Warning: unbalanced parentheses in @def...}% \global\parencount=0 } \def\badbrackcount{% \message{Warning: unbalanced square brackets in @def...}% \global\brackcount=0 } \message{macros,} % @macro. % To do this right we need a feature of e-TeX, \scantokens, % which we arrange to emulate with a temporary file in ordinary TeX. \ifx\eTeXversion\thisisundefined \newwrite\macscribble \def\scantokens#1{% \toks0={#1}% \immediate\openout\macscribble=\jobname.tmp \immediate\write\macscribble{\the\toks0}% \immediate\closeout\macscribble \input \jobname.tmp } \fi \def\scanmacro#1{\begingroup \newlinechar`\^^M \let\xeatspaces\eatspaces % % Undo catcode changes of \startcontents and \doprintindex % When called from @insertcopying or (short)caption, we need active % backslash to get it printed correctly. Previously, we had % \catcode`\\=\other instead. We'll see whether a problem appears % with macro expansion. --kasal, 19aug04 \catcode`\@=0 \catcode`\\=\active \escapechar=`\@ % % ... and for \example: \spaceisspace % % The \empty here causes a following catcode 5 newline to be eaten as % part of reading whitespace after a control sequence. It does not % eat a catcode 13 newline. There's no good way to handle the two % cases (untried: maybe e-TeX's \everyeof could help, though plain TeX % would then have different behavior). See the Macro Details node in % the manual for the workaround we recommend for macros and % line-oriented commands. % \scantokens{#1\empty}% \endgroup} \def\scanexp#1{% \edef\temp{\noexpand\scanmacro{#1}}% \temp } \newcount\paramno % Count of parameters \newtoks\macname % Macro name \newif\ifrecursive % Is it recursive? % List of all defined macros in the form % \definedummyword\macro1\definedummyword\macro2... % Currently is also contains all @aliases; the list can be split % if there is a need. \def\macrolist{} % Add the macro to \macrolist \def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname} \def\addtomacrolistxxx#1{% \toks0 = \expandafter{\macrolist\definedummyword#1}% \xdef\macrolist{\the\toks0}% } % Utility routines. % This does \let #1 = #2, with \csnames; that is, % \let \csname#1\endcsname = \csname#2\endcsname % (except of course we have to play expansion games). % \def\cslet#1#2{% \expandafter\let \csname#1\expandafter\endcsname \csname#2\endcsname } % Trim leading and trailing spaces off a string. % Concepts from aro-bend problem 15 (see CTAN). {\catcode`\@=11 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }} \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@} \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @} \def\unbrace#1{#1} \unbrace{\gdef\trim@@@ #1 } #2@{#1} } % Trim a single trailing ^^M off a string. {\catcode`\^^M=\other \catcode`\Q=3% \gdef\eatcr #1{\eatcra #1Q^^MQ}% \gdef\eatcra#1^^MQ{\eatcrb#1Q}% \gdef\eatcrb#1Q#2Q{#1}% } % Macro bodies are absorbed as an argument in a context where % all characters are catcode 10, 11 or 12, except \ which is active % (as in normal texinfo). It is necessary to change the definition of \ % to recognize macro arguments; this is the job of \mbodybackslash. % % Non-ASCII encodings make 8-bit characters active, so un-activate % them to avoid their expansion. Must do this non-globally, to % confine the change to the current group. % % It's necessary to have hard CRs when the macro is executed. This is % done by making ^^M (\endlinechar) catcode 12 when reading the macro % body, and then making it the \newlinechar in \scanmacro. % \def\scanctxt{% used as subroutine \catcode`\"=\other \catcode`\+=\other \catcode`\<=\other \catcode`\>=\other \catcode`\@=\other \catcode`\^=\other \catcode`\_=\other \catcode`\|=\other \catcode`\~=\other \ifx\declaredencoding\ascii \else \setnonasciicharscatcodenonglobal\other \fi } \def\scanargctxt{% used for copying and captions, not macros. \scanctxt \catcode`\\=\other \catcode`\^^M=\other } \def\macrobodyctxt{% used for @macro definitions \scanctxt \catcode`\{=\other \catcode`\}=\other \catcode`\^^M=\other \usembodybackslash } \def\macroargctxt{% used when scanning invocations \scanctxt \catcode`\\=0 } % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes" % for the single characters \ { }. Thus, we end up with the "commands" % that would be written @\ @{ @} in a Texinfo document. % % We already have @{ and @}. For @\, we define it here, and only for % this purpose, to produce a typewriter backslash (so, the @\ that we % define for @math can't be used with @macro calls): % \def\\{\normalbackslash}% % % We would like to do this for \, too, since that is what makeinfo does. % But it is not possible, because Texinfo already has a command @, for a % cedilla accent. Documents must use @comma{} instead. % % \anythingelse will almost certainly be an error of some kind. % \mbodybackslash is the definition of \ in @macro bodies. % It maps \foo\ => \csname macarg.foo\endcsname => #N % where N is the macro parameter number. % We define \csname macarg.\endcsname to be \realbackslash, so % \\ in macro replacement text gets you a backslash. % {\catcode`@=0 @catcode`@\=@active @gdef@usembodybackslash{@let\=@mbodybackslash} @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname} } \expandafter\def\csname macarg.\endcsname{\realbackslash} \def\margbackslash#1{\char`\#1 } \def\macro{\recursivefalse\parsearg\macroxxx} \def\rmacro{\recursivetrue\parsearg\macroxxx} \def\macroxxx#1{% \getargs{#1}% now \macname is the macname and \argl the arglist \ifx\argl\empty % no arguments \paramno=0\relax \else \expandafter\parsemargdef \argl;% \if\paramno>256\relax \ifx\eTeXversion\thisisundefined \errhelp = \EMsimple \errmessage{You need eTeX to compile a file with macros with more than 256 arguments} \fi \fi \fi \if1\csname ismacro.\the\macname\endcsname \message{Warning: redefining \the\macname}% \else \expandafter\ifx\csname \the\macname\endcsname \relax \else \errmessage{Macro name \the\macname\space already defined}\fi \global\cslet{macsave.\the\macname}{\the\macname}% \global\expandafter\let\csname ismacro.\the\macname\endcsname=1% \addtomacrolist{\the\macname}% \fi \begingroup \macrobodyctxt \ifrecursive \expandafter\parsermacbody \else \expandafter\parsemacbody \fi} \parseargdef\unmacro{% \if1\csname ismacro.#1\endcsname \global\cslet{#1}{macsave.#1}% \global\expandafter\let \csname ismacro.#1\endcsname=0% % Remove the macro name from \macrolist: \begingroup \expandafter\let\csname#1\endcsname \relax \let\definedummyword\unmacrodo \xdef\macrolist{\macrolist}% \endgroup \else \errmessage{Macro #1 not defined}% \fi } % Called by \do from \dounmacro on each macro. The idea is to omit any % macro definitions that have been changed to \relax. % \def\unmacrodo#1{% \ifx #1\relax % remove this \else \noexpand\definedummyword \noexpand#1% \fi } % This makes use of the obscure feature that if the last token of a % is #, then the preceding argument is delimited by % an opening brace, and that opening brace is not consumed. \def\getargs#1{\getargsxxx#1{}} \def\getargsxxx#1#{\getmacname #1 \relax\getmacargs} \def\getmacname#1 #2\relax{\macname={#1}} \def\getmacargs#1{\def\argl{#1}} % For macro processing make @ a letter so that we can make Texinfo private macro names. \edef\texiatcatcode{\the\catcode`\@} \catcode `@=11\relax % Parse the optional {params} list. Set up \paramno and \paramlist % so \defmacro knows what to do. Define \macarg.BLAH for each BLAH % in the params list to some hook where the argument si to be expanded. If % there are less than 10 arguments that hook is to be replaced by ##N where N % is the position in that list, that is to say the macro arguments are to be % defined `a la TeX in the macro body. % % That gets used by \mbodybackslash (above). % % We need to get `macro parameter char #' into several definitions. % The technique used is stolen from LaTeX: let \hash be something % unexpandable, insert that wherever you need a #, and then redefine % it to # just before using the token list produced. % % The same technique is used to protect \eatspaces till just before % the macro is used. % % If there are 10 or more arguments, a different technique is used, where the % hook remains in the body, and when macro is to be expanded the body is % processed again to replace the arguments. % % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the % argument N value and then \edef the body (nothing else will expand because of % the catcode regime underwhich the body was input). % % If you compile with TeX (not eTeX), and you have macros with 10 or more % arguments, you need that no macro has more than 256 arguments, otherwise an % error is produced. \def\parsemargdef#1;{% \paramno=0\def\paramlist{}% \let\hash\relax \let\xeatspaces\relax \parsemargdefxxx#1,;,% % In case that there are 10 or more arguments we parse again the arguments % list to set new definitions for the \macarg.BLAH macros corresponding to % each BLAH argument. It was anyhow needed to parse already once this list % in order to count the arguments, and as macros with at most 9 arguments % are by far more frequent than macro with 10 or more arguments, defining % twice the \macarg.BLAH macros does not cost too much processing power. \ifnum\paramno<10\relax\else \paramno0\relax \parsemmanyargdef@@#1,;,% 10 or more arguments \fi } \def\parsemargdefxxx#1,{% \if#1;\let\next=\relax \else \let\next=\parsemargdefxxx \advance\paramno by 1 \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname {\xeatspaces{\hash\the\paramno}}% \edef\paramlist{\paramlist\hash\the\paramno,}% \fi\next} \def\parsemmanyargdef@@#1,{% \if#1;\let\next=\relax \else \let\next=\parsemmanyargdef@@ \edef\tempb{\eatspaces{#1}}% \expandafter\def\expandafter\tempa \expandafter{\csname macarg.\tempb\endcsname}% % Note that we need some extra \noexpand\noexpand, this is because we % don't want \the to be expanded in the \parsermacbody as it uses an % \xdef . \expandafter\edef\tempa {\noexpand\noexpand\noexpand\the\toks\the\paramno}% \advance\paramno by 1\relax \fi\next} % These two commands read recursive and nonrecursive macro bodies. % (They're different since rec and nonrec macros end differently.) % \catcode `\@\texiatcatcode \long\def\parsemacbody#1@end macro% {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}% \long\def\parsermacbody#1@end rmacro% {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}% \catcode `\@=11\relax \let\endargs@\relax \let\nil@\relax \def\nilm@{\nil@}% \long\def\nillm@{\nil@}% % This macro is expanded during the Texinfo macro expansion, not during its % definition. It gets all the arguments values and assigns them to macros % macarg.ARGNAME % % #1 is the macro name % #2 is the list of argument names % #3 is the list of argument values \def\getargvals@#1#2#3{% \def\macargdeflist@{}% \def\saveparamlist@{#2}% Need to keep a copy for parameter expansion. \def\paramlist{#2,\nil@}% \def\macroname{#1}% \begingroup \macroargctxt \def\argvaluelist{#3,\nil@}% \def\@tempa{#3}% \ifx\@tempa\empty \setemptyargvalues@ \else \getargvals@@ \fi } % \def\getargvals@@{% \ifx\paramlist\nilm@ % Some sanity check needed here that \argvaluelist is also empty. \ifx\argvaluelist\nillm@ \else \errhelp = \EMsimple \errmessage{Too many arguments in macro `\macroname'!}% \fi \let\next\macargexpandinbody@ \else \ifx\argvaluelist\nillm@ % No more arguments values passed to macro. Set remaining named-arg % macros to empty. \let\next\setemptyargvalues@ \else % pop current arg name into \@tempb \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% \expandafter\@tempa\expandafter{\paramlist}% % pop current argument value into \@tempc \def\@tempa##1{\longpop@{\@tempc}{\argvaluelist}##1\endargs@}% \expandafter\@tempa\expandafter{\argvaluelist}% % Here \@tempb is the current arg name and \@tempc is the current arg value. % First place the new argument macro definition into \@tempd \expandafter\macname\expandafter{\@tempc}% \expandafter\let\csname macarg.\@tempb\endcsname\relax \expandafter\def\expandafter\@tempe\expandafter{% \csname macarg.\@tempb\endcsname}% \edef\@tempd{\long\def\@tempe{\the\macname}}% \push@\@tempd\macargdeflist@ \let\next\getargvals@@ \fi \fi \next } \def\push@#1#2{% \expandafter\expandafter\expandafter\def \expandafter\expandafter\expandafter#2% \expandafter\expandafter\expandafter{% \expandafter#1#2}% } % Replace arguments by their values in the macro body, and place the result % in macro \@tempa \def\macvalstoargs@{% % To do this we use the property that token registers that are \the'ed % within an \edef expand only once. So we are going to place all argument % values into respective token registers. % % First we save the token context, and initialize argument numbering. \begingroup \paramno0\relax % Then, for each argument number #N, we place the corresponding argument % value into a new token list register \toks#N \expandafter\putargsintokens@\saveparamlist@,;,% % Then, we expand the body so that argument are replaced by their % values. The trick for values not to be expanded themselves is that they % are within tokens and that tokens expand only once in an \edef . \edef\@tempc{\csname mac.\macroname .body\endcsname}% % Now we restore the token stack pointer to free the token list registers % which we have used, but we make sure that expanded body is saved after % group. \expandafter \endgroup \expandafter\def\expandafter\@tempa\expandafter{\@tempc}% } \def\macargexpandinbody@{% %% Define the named-macro outside of this group and then close this group. \expandafter \endgroup \macargdeflist@ % First the replace in body the macro arguments by their values, the result % is in \@tempa . \macvalstoargs@ % Then we point at the \norecurse or \gobble (for recursive) macro value % with \@tempb . \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname % Depending on whether it is recursive or not, we need some tailing % \egroup . \ifx\@tempb\gobble \let\@tempc\relax \else \let\@tempc\egroup \fi % And now we do the real job: \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}% \@tempd } \def\putargsintokens@#1,{% \if#1;\let\next\relax \else \let\next\putargsintokens@ % First we allocate the new token list register, and give it a temporary % alias \@tempb . \toksdef\@tempb\the\paramno % Then we place the argument value into that token list register. \expandafter\let\expandafter\@tempa\csname macarg.#1\endcsname \expandafter\@tempb\expandafter{\@tempa}% \advance\paramno by 1\relax \fi \next } % Save the token stack pointer into macro #1 \def\texisavetoksstackpoint#1{\edef#1{\the\@cclvi}} % Restore the token stack pointer from number in macro #1 \def\texirestoretoksstackpoint#1{\expandafter\mathchardef\expandafter\@cclvi#1\relax} % newtoks that can be used non \outer . \def\texinonouternewtoks{\alloc@ 5\toks \toksdef \@cclvi} % Tailing missing arguments are set to empty \def\setemptyargvalues@{% \ifx\paramlist\nilm@ \let\next\macargexpandinbody@ \else \expandafter\setemptyargvaluesparser@\paramlist\endargs@ \let\next\setemptyargvalues@ \fi \next } \def\setemptyargvaluesparser@#1,#2\endargs@{% \expandafter\def\expandafter\@tempa\expandafter{% \expandafter\def\csname macarg.#1\endcsname{}}% \push@\@tempa\macargdeflist@ \def\paramlist{#2}% } % #1 is the element target macro % #2 is the list macro % #3,#4\endargs@ is the list value \def\pop@#1#2#3,#4\endargs@{% \def#1{#3}% \def#2{#4}% } \long\def\longpop@#1#2#3,#4\endargs@{% \long\def#1{#3}% \long\def#2{#4}% } % This defines a Texinfo @macro. There are eight cases: recursive and % nonrecursive macros of zero, one, up to nine, and many arguments. % Much magic with \expandafter here. % \xdef is used so that macro definitions will survive the file % they're defined in; @include reads the file inside a group. % \def\defmacro{% \let\hash=##% convert placeholders to macro parameter chars \ifrecursive \ifcase\paramno % 0 \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\scanmacro{\temp}}% \or % 1 \expandafter\xdef\csname\the\macname\endcsname{% \bgroup\noexpand\macroargctxt \noexpand\braceorline \expandafter\noexpand\csname\the\macname xxx\endcsname}% \expandafter\xdef\csname\the\macname xxx\endcsname##1{% \egroup\noexpand\scanmacro{\temp}}% \else \ifnum\paramno<10\relax % at most 9 \expandafter\xdef\csname\the\macname\endcsname{% \bgroup\noexpand\macroargctxt \noexpand\csname\the\macname xx\endcsname}% \expandafter\xdef\csname\the\macname xx\endcsname##1{% \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}% \expandafter\expandafter \expandafter\xdef \expandafter\expandafter \csname\the\macname xxx\endcsname \paramlist{\egroup\noexpand\scanmacro{\temp}}% \else % 10 or more \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\getargvals@{\the\macname}{\argl}% }% \global\expandafter\let\csname mac.\the\macname .body\endcsname\temp \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\gobble \fi \fi \else \ifcase\paramno % 0 \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\norecurse{\the\macname}% \noexpand\scanmacro{\temp}\egroup}% \or % 1 \expandafter\xdef\csname\the\macname\endcsname{% \bgroup\noexpand\macroargctxt \noexpand\braceorline \expandafter\noexpand\csname\the\macname xxx\endcsname}% \expandafter\xdef\csname\the\macname xxx\endcsname##1{% \egroup \noexpand\norecurse{\the\macname}% \noexpand\scanmacro{\temp}\egroup}% \else % at most 9 \ifnum\paramno<10\relax \expandafter\xdef\csname\the\macname\endcsname{% \bgroup\noexpand\macroargctxt \expandafter\noexpand\csname\the\macname xx\endcsname}% \expandafter\xdef\csname\the\macname xx\endcsname##1{% \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}% \expandafter\expandafter \expandafter\xdef \expandafter\expandafter \csname\the\macname xxx\endcsname \paramlist{% \egroup \noexpand\norecurse{\the\macname}% \noexpand\scanmacro{\temp}\egroup}% \else % 10 or more: \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\getargvals@{\the\macname}{\argl}% }% \global\expandafter\let\csname mac.\the\macname .body\endcsname\temp \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\norecurse \fi \fi \fi} \catcode `\@\texiatcatcode\relax \def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}} % \braceorline decides whether the next nonwhitespace character is a % {. If so it reads up to the closing }, if not, it reads the whole % line. Whatever was read is then fed to the next control sequence % as an argument (by \parsebrace or \parsearg). % \def\braceorline#1{\let\macnamexxx=#1\futurelet\nchar\braceorlinexxx} \def\braceorlinexxx{% \ifx\nchar\bgroup\else \expandafter\parsearg \fi \macnamexxx} % @alias. % We need some trickery to remove the optional spaces around the equal % sign. Make them active and then expand them all to nothing. % \def\alias{\parseargusing\obeyspaces\aliasxxx} \def\aliasxxx #1{\aliasyyy#1\relax} \def\aliasyyy #1=#2\relax{% {% \expandafter\let\obeyedspace=\empty \addtomacrolist{#1}% \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}% }% \next } \message{cross references,} \newwrite\auxfile \newif\ifhavexrefs % True if xref values are known. \newif\ifwarnedxrefs % True if we warned once that they aren't known. % @inforef is relatively simple. \def\inforef #1{\inforefzzz #1,,,,**} \def\inforefzzz #1,#2,#3,#4**{% \putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}}, node \samp{\ignorespaces#1{}}} % @node's only job in TeX is to define \lastnode, which is used in % cross-references. The @node line might or might not have commas, and % might or might not have spaces before the first comma, like: % @node foo , bar , ... % We don't want such trailing spaces in the node name. % \parseargdef\node{\checkenv{}\donode #1 ,\finishnodeparse} % % also remove a trailing comma, in case of something like this: % @node Help-Cross, , , Cross-refs \def\donode#1 ,#2\finishnodeparse{\dodonode #1,\finishnodeparse} \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}} \let\nwnode=\node \let\lastnode=\empty % Write a cross-reference definition for the current node. #1 is the % type (Ynumbered, Yappendix, Ynothing). % \def\donoderef#1{% \ifx\lastnode\empty\else \setref{\lastnode}{#1}% \global\let\lastnode=\empty \fi } % @anchor{NAME} -- define xref target at arbitrary point. % \newcount\savesfregister % \def\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi} \def\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi} \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an % anchor), which consists of three parts: % 1) NAME-title - the current sectioning name taken from \lastsection, % or the anchor name. % 2) NAME-snt - section number and type, passed as the SNT arg, or % empty for anchors. % 3) NAME-pg - the page number. % % This is called from \donoderef, \anchor, and \dofloat. In the case of % floats, there is an additional part, which is not written here: % 4) NAME-lof - the text as it should appear in a @listoffloats. % \def\setref#1#2{% \pdfmkdest{#1}% \iflinks {% \atdummies % preserve commands, but don't expand them \edef\writexrdef##1##2{% \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef ##1}{##2}}% these are parameters of \writexrdef }% \toks0 = \expandafter{\lastsection}% \immediate \writexrdef{title}{\the\toks0 }% \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc. \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, at \shipout }% \fi } % @xrefautosectiontitle on|off says whether @section(ing) names are used % automatically in xrefs, if the third arg is not explicitly specified. % This was provided as a "secret" @set xref-automatic-section-title % variable, now it's official. % \parseargdef\xrefautomaticsectiontitle{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETxref-automatic-section-title\endcsname = \empty \else\ifx\temp\offword \expandafter\let\csname SETxref-automatic-section-title\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @xrefautomaticsectiontitle value `\temp', must be on|off}% \fi\fi } % % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is % the node name, #2 the name of the Info cross-reference, #3 the printed % node name, #4 the name of the Info file, #5 the name of the printed % manual. All but the node name can be omitted. % \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]} \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]} \def\ref#1{\xrefX[#1,,,,,,,]} % \newbox\toprefbox \newbox\printedrefnamebox \newbox\infofilenamebox \newbox\printedmanualbox % \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup \unsepspaces % % Get args without leading/trailing spaces. \def\printedrefname{\ignorespaces #3}% \setbox\printedrefnamebox = \hbox{\printedrefname\unskip}% % \def\infofilename{\ignorespaces #4}% \setbox\infofilenamebox = \hbox{\infofilename\unskip}% % \def\printedmanual{\ignorespaces #5}% \setbox\printedmanualbox = \hbox{\printedmanual\unskip}% % % If the printed reference name (arg #3) was not explicitly given in % the @xref, figure out what we want to use. \ifdim \wd\printedrefnamebox = 0pt % No printed node name was explicitly given. \expandafter\ifx\csname SETxref-automatic-section-title\endcsname \relax % Not auto section-title: use node name inside the square brackets. \def\printedrefname{\ignorespaces #1}% \else % Auto section-title: use chapter/section title inside % the square brackets if we have it. \ifdim \wd\printedmanualbox > 0pt % It is in another manual, so we don't have it; use node name. \def\printedrefname{\ignorespaces #1}% \else \ifhavexrefs % We (should) know the real title if we have the xref values. \def\printedrefname{\refx{#1-title}{}}% \else % Otherwise just copy the Info node name. \def\printedrefname{\ignorespaces #1}% \fi% \fi \fi \fi % % Make link in pdf output. \ifpdf {\indexnofonts \turnoffactive \makevalueexpandable % This expands tokens, so do it after making catcode changes, so _ % etc. don't get their TeX definitions. This ignores all spaces in % #4, including (wrongly) those in the middle of the filename. \getfilename{#4}% % % This (wrongly) does not take account of leading or trailing % spaces in #1, which should be ignored. \edef\pdfxrefdest{#1}% \ifx\pdfxrefdest\empty \def\pdfxrefdest{Top}% no empty targets \else \txiescapepdf\pdfxrefdest % escape PDF special chars \fi % \leavevmode \startlink attr{/Border [0 0 0]}% \ifnum\filenamelength>0 goto file{\the\filename.pdf} name{\pdfxrefdest}% \else goto name{\pdfmkpgn{\pdfxrefdest}}% \fi }% \setcolor{\linkcolor}% \fi % % Float references are printed completely differently: "Figure 1.2" % instead of "[somenode], p.3". We distinguish them by the % LABEL-title being set to a magic string. {% % Have to otherify everything special to allow the \csname to % include an _ in the xref name, etc. \indexnofonts \turnoffactive \expandafter\global\expandafter\let\expandafter\Xthisreftitle \csname XR#1-title\endcsname }% \iffloat\Xthisreftitle % If the user specified the print name (third arg) to the ref, % print it instead of our usual "Figure 1.2". \ifdim\wd\printedrefnamebox = 0pt \refx{#1-snt}{}% \else \printedrefname \fi % % If the user also gave the printed manual name (fifth arg), append % "in MANUALNAME". \ifdim \wd\printedmanualbox > 0pt \space \putwordin{} \cite{\printedmanual}% \fi \else % node/anchor (non-float) references. % % If we use \unhbox to print the node names, TeX does not insert % empty discretionaries after hyphens, which means that it will not % find a line break at a hyphen in a node names. Since some manuals % are best written with fairly long node names, containing hyphens, % this is a loss. Therefore, we give the text of the node name % again, so it is as if TeX is seeing it for the first time. % \ifdim \wd\printedmanualbox > 0pt % Cross-manual reference with a printed manual name. % \crossmanualxref{\cite{\printedmanual\unskip}}% % \else\ifdim \wd\infofilenamebox > 0pt % Cross-manual reference with only an info filename (arg 4), no % printed manual name (arg 5). This is essentially the same as % the case above; we output the filename, since we have nothing else. % \crossmanualxref{\code{\infofilename\unskip}}% % \else % Reference within this manual. % % _ (for example) has to be the character _ for the purposes of the % control sequence corresponding to the node, but it has to expand % into the usual \leavevmode...\vrule stuff for purposes of % printing. So we \turnoffactive for the \refx-snt, back on for the % printing, back off for the \refx-pg. {\turnoffactive % Only output a following space if the -snt ref is nonempty; for % @unnumbered and @anchor, it won't be. \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}% \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi }% % output the `[mynode]' via the macro below so it can be overridden. \xrefprintnodename\printedrefname % % But we always want a comma and a space: ,\space % % output the `page 3'. \turnoffactive \putwordpage\tie\refx{#1-pg}{}% \fi\fi \fi \endlink \endgroup} % Output a cross-manual xref to #1. Used just above (twice). % % Only include the text "Section ``foo'' in" if the foo is neither % missing or Top. Thus, @xref{,,,foo,The Foo Manual} outputs simply % "see The Foo Manual", the idea being to refer to the whole manual. % % But, this being TeX, we can't easily compare our node name against the % string "Top" while ignoring the possible spaces before and after in % the input. By adding the arbitrary 7sp below, we make it much less % likely that a real node name would have the same width as "Top" (e.g., % in a monospaced font). Hopefully it will never happen in practice. % % For the same basic reason, we retypeset the "Top" at every % reference, since the current font is indeterminate. % \def\crossmanualxref#1{% \setbox\toprefbox = \hbox{Top\kern7sp}% \setbox2 = \hbox{\ignorespaces \printedrefname \unskip \kern7sp}% \ifdim \wd2 > 7sp % nonempty? \ifdim \wd2 = \wd\toprefbox \else % same as Top? \putwordSection{} ``\printedrefname'' \putwordin{}\space \fi \fi #1% } % This macro is called from \xrefX for the `[nodename]' part of xref % output. It's a separate macro only so it can be changed more easily, % since square brackets don't work well in some documents. Particularly % one that Bob is working on :). % \def\xrefprintnodename#1{[#1]} % Things referred to by \setref. % \def\Ynothing{} \def\Yomitfromtoc{} \def\Ynumbered{% \ifnum\secno=0 \putwordChapter@tie \the\chapno \else \ifnum\subsecno=0 \putwordSection@tie \the\chapno.\the\secno \else \ifnum\subsubsecno=0 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno \else \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno \fi\fi\fi } \def\Yappendix{% \ifnum\secno=0 \putwordAppendix@tie @char\the\appendixno{}% \else \ifnum\subsecno=0 \putwordSection@tie @char\the\appendixno.\the\secno \else \ifnum\subsubsecno=0 \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno \else \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno \fi\fi\fi } % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME. % If its value is nonempty, SUFFIX is output afterward. % \def\refx#1#2{% {% \indexnofonts \otherbackslash \expandafter\global\expandafter\let\expandafter\thisrefX \csname XR#1\endcsname }% \ifx\thisrefX\relax % If not defined, say something at least. \angleleft un\-de\-fined\angleright \iflinks \ifhavexrefs {\toks0 = {#1}% avoid expansion of possibly-complex value \message{\linenumber Undefined cross reference `\the\toks0'.}}% \else \ifwarnedxrefs\else \global\warnedxrefstrue \message{Cross reference values unknown; you must run TeX again.}% \fi \fi \fi \else % It's defined, so just use it. \thisrefX \fi #2% Output the suffix in any case. } % This is the macro invoked by entries in the aux file. Usually it's % just a \def (we prepend XR to the control sequence name to avoid % collisions). But if this is a float type, we have more work to do. % \def\xrdef#1#2{% {% The node name might contain 8-bit characters, which in our current % implementation are changed to commands like @'e. Don't let these % mess up the control sequence name. \indexnofonts \turnoffactive \xdef\safexrefname{#1}% }% % \expandafter\gdef\csname XR\safexrefname\endcsname{#2}% remember this xref % % Was that xref control sequence that we just defined for a float? \expandafter\iffloat\csname XR\safexrefname\endcsname % it was a float, and we have the (safe) float type in \iffloattype. \expandafter\let\expandafter\floatlist \csname floatlist\iffloattype\endcsname % % Is this the first time we've seen this float type? \expandafter\ifx\floatlist\relax \toks0 = {\do}% yes, so just \do \else % had it before, so preserve previous elements in list. \toks0 = \expandafter{\floatlist\do}% \fi % % Remember this xref in the control sequence \floatlistFLOATTYPE, % for later use in \listoffloats. \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0 {\safexrefname}}% \fi } % Read the last existing aux file, if any. No error if none exists. % \def\tryauxfile{% \openin 1 \jobname.aux \ifeof 1 \else \readdatafile{aux}% \global\havexrefstrue \fi \closein 1 } \def\setupdatafile{% \catcode`\^^@=\other \catcode`\^^A=\other \catcode`\^^B=\other \catcode`\^^C=\other \catcode`\^^D=\other \catcode`\^^E=\other \catcode`\^^F=\other \catcode`\^^G=\other \catcode`\^^H=\other \catcode`\^^K=\other \catcode`\^^L=\other \catcode`\^^N=\other \catcode`\^^P=\other \catcode`\^^Q=\other \catcode`\^^R=\other \catcode`\^^S=\other \catcode`\^^T=\other \catcode`\^^U=\other \catcode`\^^V=\other \catcode`\^^W=\other \catcode`\^^X=\other \catcode`\^^Z=\other \catcode`\^^[=\other \catcode`\^^\=\other \catcode`\^^]=\other \catcode`\^^^=\other \catcode`\^^_=\other % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc. % in xref tags, i.e., node names. But since ^^e4 notation isn't % supported in the main text, it doesn't seem desirable. Furthermore, % that is not enough: for node names that actually contain a ^ % character, we would end up writing a line like this: 'xrdef {'hat % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first % argument, and \hat is not an expandable control sequence. It could % all be worked out, but why? Either we support ^^ or we don't. % % The other change necessary for this was to define \auxhat: % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter % and then to call \auxhat in \setq. % \catcode`\^=\other % % Special characters. Should be turned off anyway, but... \catcode`\~=\other \catcode`\[=\other \catcode`\]=\other \catcode`\"=\other \catcode`\_=\other \catcode`\|=\other \catcode`\<=\other \catcode`\>=\other \catcode`\$=\other \catcode`\#=\other \catcode`\&=\other \catcode`\%=\other \catcode`+=\other % avoid \+ for paranoia even though we've turned it off % % This is to support \ in node names and titles, since the \ % characters end up in a \csname. It's easier than % leaving it active and making its active definition an actual \ % character. What I don't understand is why it works in the *value* % of the xrdef. Seems like it should be a catcode12 \, and that % should not typeset properly. But it works, so I'm moving on for % now. --karl, 15jan04. \catcode`\\=\other % % Make the characters 128-255 be printing characters. {% \count1=128 \def\loop{% \catcode\count1=\other \advance\count1 by 1 \ifnum \count1<256 \loop \fi }% }% % % @ is our escape character in .aux files, and we need braces. \catcode`\{=1 \catcode`\}=2 \catcode`\@=0 } \def\readdatafile#1{% \begingroup \setupdatafile \input\jobname.#1 \endgroup} \message{insertions,} % including footnotes. \newcount \footnoteno % The trailing space in the following definition for supereject is % vital for proper filling; pages come out unaligned when you do a % pagealignmacro call if that space before the closing brace is % removed. (Generally, numeric constants should always be followed by a % space to prevent strange expansion errors.) \def\supereject{\par\penalty -20000\footnoteno =0 } % @footnotestyle is meaningful for Info output only. \let\footnotestyle=\comment {\catcode `\@=11 % % Auto-number footnotes. Otherwise like plain. \gdef\footnote{% \let\indent=\ptexindent \let\noindent=\ptexnoindent \global\advance\footnoteno by \@ne \edef\thisfootno{$^{\the\footnoteno}$}% % % In case the footnote comes at the end of a sentence, preserve the % extra spacing after we do the footnote number. \let\@sf\empty \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi % % Remove inadvertent blank space before typesetting the footnote number. \unskip \thisfootno\@sf \dofootnote }% % Don't bother with the trickery in plain.tex to not require the % footnote text as a parameter. Our footnotes don't need to be so general. % % Oh yes, they do; otherwise, @ifset (and anything else that uses % \parseargline) fails inside footnotes because the tokens are fixed when % the footnote is read. --karl, 16nov96. % \gdef\dofootnote{% \insert\footins\bgroup % We want to typeset this text as a normal paragraph, even if the % footnote reference occurs in (for example) a display environment. % So reset some parameters. \hsize=\pagewidth \interlinepenalty\interfootnotelinepenalty \splittopskip\ht\strutbox % top baseline for broken footnotes \splitmaxdepth\dp\strutbox \floatingpenalty\@MM \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip \parindent\defaultparindent % \smallfonts \rm % % Because we use hanging indentation in footnotes, a @noindent appears % to exdent this text, so make it be a no-op. makeinfo does not use % hanging indentation so @noindent can still be needed within footnote % text after an @example or the like (not that this is good style). \let\noindent = \relax % % Hang the footnote text off the number. Use \everypar in case the % footnote extends for more than one paragraph. \everypar = {\hang}% \textindent{\thisfootno}% % % Don't crash into the line above the footnote text. Since this % expands into a box, it must come within the paragraph, lest it % provide a place where TeX can split the footnote. \footstrut % % Invoke rest of plain TeX footnote routine. \futurelet\next\fo@t } }%end \catcode `\@=11 % In case a @footnote appears in a vbox, save the footnote text and create % the real \insert just after the vbox finished. Otherwise, the insertion % would be lost. % Similarly, if a @footnote appears inside an alignment, save the footnote % text to a box and make the \insert when a row of the table is finished. % And the same can be done for other insert classes. --kasal, 16nov03. % Replace the \insert primitive by a cheating macro. % Deeper inside, just make sure that the saved insertions are not spilled % out prematurely. % \def\startsavinginserts{% \ifx \insert\ptexinsert \let\insert\saveinsert \else \let\checkinserts\relax \fi } % This \insert replacement works for both \insert\footins{foo} and % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}. % \def\saveinsert#1{% \edef\next{\noexpand\savetobox \makeSAVEname#1}% \afterassignment\next % swallow the left brace \let\temp = } \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}} \def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1} \def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi} \def\placesaveins#1{% \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname {\box#1}% } % eat @SAVE -- beware, all of them have catcode \other: { \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials % ;-) \gdef\gobblesave @SAVE{} } % initialization: \def\newsaveins #1{% \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}% \next } \def\newsaveinsX #1{% \csname newbox\endcsname #1% \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts \checksaveins #1}% } % initialize: \let\checkinserts\empty \newsaveins\footins \newsaveins\margin % @image. We use the macros from epsf.tex to support this. % If epsf.tex is not installed and @image is used, we complain. % % Check for and read epsf.tex up front. If we read it only at @image % time, we might be inside a group, and then its definitions would get % undone and the next image would fail. \openin 1 = epsf.tex \ifeof 1 \else % Do not bother showing banner with epsf.tex v2.7k (available in % doc/epsf.tex and on ctan). \def\epsfannounce{\toks0 = }% \input epsf.tex \fi \closein 1 % % We will only complain once about lack of epsf.tex. \newif\ifwarnednoepsf \newhelp\noepsfhelp{epsf.tex must be installed for images to work. It is also included in the Texinfo distribution, or you can get it from ftp://tug.org/tex/epsf.tex.} % \def\image#1{% \ifx\epsfbox\thisisundefined \ifwarnednoepsf \else \errhelp = \noepsfhelp \errmessage{epsf.tex not found, images will be ignored}% \global\warnednoepsftrue \fi \else \imagexxx #1,,,,,\finish \fi } % % Arguments to @image: % #1 is (mandatory) image filename; we tack on .eps extension. % #2 is (optional) width, #3 is (optional) height. % #4 is (ignored optional) html alt text. % #5 is (ignored optional) extension. % #6 is just the usual extra ignored arg for parsing stuff. \newif\ifimagevmode \def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup \catcode`\^^M = 5 % in case we're inside an example \normalturnoffactive % allow _ et al. in names % If the image is by itself, center it. \ifvmode \imagevmodetrue \else \ifx\centersub\centerV % for @center @image, we need a vbox so we can have our vertical space \imagevmodetrue \vbox\bgroup % vbox has better behavior than vtop herev \fi\fi % \ifimagevmode \nobreak\medskip % Usually we'll have text after the image which will insert % \parskip glue, so insert it here too to equalize the space % above and below. \nobreak\vskip\parskip \nobreak \fi % % Leave vertical mode so that indentation from an enclosing % environment such as @quotation is respected. % However, if we're at the top level, we don't want the % normal paragraph indentation. % On the other hand, if we are in the case of @center @image, we don't % want to start a paragraph, which will create a hsize-width box and % eradicate the centering. \ifx\centersub\centerV\else \noindent \fi % % Output the image. \ifpdf \dopdfimage{#1}{#2}{#3}% \else % \epsfbox itself resets \epsf?size at each figure. \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi \epsfbox{#1.eps}% \fi % \ifimagevmode \medskip % space after a standalone image \fi \ifx\centersub\centerV \egroup \fi \endgroup} % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables, % etc. We don't actually implement floating yet, we always include the % float "here". But it seemed the best name for the future. % \envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,\finish} % There may be a space before second and/or third parameter; delete it. \def\eatcommaspace#1, {#1,} % #1 is the optional FLOATTYPE, the text label for this float, typically % "Figure", "Table", "Example", etc. Can't contain commas. If omitted, % this float will not be numbered and cannot be referred to. % % #2 is the optional xref label. Also must be present for the float to % be referable. % % #3 is the optional positioning argument; for now, it is ignored. It % will somehow specify the positions allowed to float to (here, top, bottom). % % We keep a separate counter for each FLOATTYPE, which we reset at each % chapter-level command. \let\resetallfloatnos=\empty % \def\dofloat#1,#2,#3,#4\finish{% \let\thiscaption=\empty \let\thisshortcaption=\empty % % don't lose footnotes inside @float. % % BEWARE: when the floats start float, we have to issue warning whenever an % insert appears inside a float which could possibly float. --kasal, 26may04 % \startsavinginserts % % We can't be used inside a paragraph. \par % \vtop\bgroup \def\floattype{#1}% \def\floatlabel{#2}% \def\floatloc{#3}% we do nothing with this yet. % \ifx\floattype\empty \let\safefloattype=\empty \else {% % the floattype might have accents or other special characters, % but we need to use it in a control sequence name. \indexnofonts \turnoffactive \xdef\safefloattype{\floattype}% }% \fi % % If label is given but no type, we handle that as the empty type. \ifx\floatlabel\empty \else % We want each FLOATTYPE to be numbered separately (Figure 1, % Table 1, Figure 2, ...). (And if no label, no number.) % \expandafter\getfloatno\csname\safefloattype floatno\endcsname \global\advance\floatno by 1 % {% % This magic value for \lastsection is output by \setref as the % XREFLABEL-title value. \xrefX uses it to distinguish float % labels (which have a completely different output format) from % node and anchor labels. And \xrdef uses it to construct the % lists of floats. % \edef\lastsection{\floatmagic=\safefloattype}% \setref{\floatlabel}{Yfloat}% }% \fi % % start with \parskip glue, I guess. \vskip\parskip % % Don't suppress indentation if a float happens to start a section. \restorefirstparagraphindent } % we have these possibilities: % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap % @float Foo,lbl & no caption: Foo 1.1 % @float Foo & @caption{Cap}: Foo: Cap % @float Foo & no caption: Foo % @float ,lbl & Caption{Cap}: 1.1: Cap % @float ,lbl & no caption: 1.1 % @float & @caption{Cap}: Cap % @float & no caption: % \def\Efloat{% \let\floatident = \empty % % In all cases, if we have a float type, it comes first. \ifx\floattype\empty \else \def\floatident{\floattype}\fi % % If we have an xref label, the number comes next. \ifx\floatlabel\empty \else \ifx\floattype\empty \else % if also had float type, need tie first. \appendtomacro\floatident{\tie}% \fi % the number. \appendtomacro\floatident{\chaplevelprefix\the\floatno}% \fi % % Start the printed caption with what we've constructed in % \floatident, but keep it separate; we need \floatident again. \let\captionline = \floatident % \ifx\thiscaption\empty \else \ifx\floatident\empty \else \appendtomacro\captionline{: }% had ident, so need a colon between \fi % % caption text. \appendtomacro\captionline{\scanexp\thiscaption}% \fi % % If we have anything to print, print it, with space before. % Eventually this needs to become an \insert. \ifx\captionline\empty \else \vskip.5\parskip \captionline % % Space below caption. \vskip\parskip \fi % % If have an xref label, write the list of floats info. Do this % after the caption, to avoid chance of it being a breakpoint. \ifx\floatlabel\empty \else % Write the text that goes in the lof to the aux file as % \floatlabel-lof. Besides \floatident, we include the short % caption if specified, else the full caption if specified, else nothing. {% \atdummies % % since we read the caption text in the macro world, where ^^M % is turned into a normal character, we have to scan it back, so % we don't write the literal three characters "^^M" into the aux file. \scanexp{% \xdef\noexpand\gtemp{% \ifx\thisshortcaption\empty \thiscaption \else \thisshortcaption \fi }% }% \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident \ifx\gtemp\empty \else : \gtemp \fi}}% }% \fi \egroup % end of \vtop % % place the captured inserts % % BEWARE: when the floats start floating, we have to issue warning % whenever an insert appears inside a float which could possibly % float. --kasal, 26may04 % \checkinserts } % Append the tokens #2 to the definition of macro #1, not expanding either. % \def\appendtomacro#1#2{% \expandafter\def\expandafter#1\expandafter{#1#2}% } % @caption, @shortcaption % \def\caption{\docaption\thiscaption} \def\shortcaption{\docaption\thisshortcaption} \def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption} \def\defcaption#1#2{\egroup \def#1{#2}} % The parameter is the control sequence identifying the counter we are % going to use. Create it if it doesn't exist and assign it to \floatno. \def\getfloatno#1{% \ifx#1\relax % Haven't seen this figure type before. \csname newcount\endcsname #1% % % Remember to reset this floatno at the next chap. \expandafter\gdef\expandafter\resetallfloatnos \expandafter{\resetallfloatnos #1=0 }% \fi \let\floatno#1% } % \setref calls this to get the XREFLABEL-snt value. We want an @xref % to the FLOATLABEL to expand to "Figure 3.1". We call \setref when we % first read the @float command. % \def\Yfloat{\floattype@tie \chaplevelprefix\the\floatno}% % Magic string used for the XREFLABEL-title value, so \xrefX can % distinguish floats from other xref types. \def\floatmagic{!!float!!} % #1 is the control sequence we are passed; we expand into a conditional % which is true if #1 represents a float ref. That is, the magic % \lastsection value which we \setref above. % \def\iffloat#1{\expandafter\doiffloat#1==\finish} % % #1 is (maybe) the \floatmagic string. If so, #2 will be the % (safe) float type for this float. We set \iffloattype to #2. % \def\doiffloat#1=#2=#3\finish{% \def\temp{#1}% \def\iffloattype{#2}% \ifx\temp\floatmagic } % @listoffloats FLOATTYPE - print a list of floats like a table of contents. % \parseargdef\listoffloats{% \def\floattype{#1}% floattype {% % the floattype might have accents or other special characters, % but we need to use it in a control sequence name. \indexnofonts \turnoffactive \xdef\safefloattype{\floattype}% }% % % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE. \expandafter\ifx\csname floatlist\safefloattype\endcsname \relax \ifhavexrefs % if the user said @listoffloats foo but never @float foo. \message{\linenumber No `\safefloattype' floats to list.}% \fi \else \begingroup \leftskip=\tocindent % indent these entries like a toc \let\do=\listoffloatsdo \csname floatlist\safefloattype\endcsname \endgroup \fi } % This is called on each entry in a list of floats. We're passed the % xref label, in the form LABEL-title, which is how we save it in the % aux file. We strip off the -title and look up \XRLABEL-lof, which % has the text we're supposed to typeset here. % % Figures without xref labels will not be included in the list (since % they won't appear in the aux file). % \def\listoffloatsdo#1{\listoffloatsdoentry#1\finish} \def\listoffloatsdoentry#1-title\finish{{% % Can't fully expand XR#1-lof because it can contain anything. Just % pass the control sequence. On the other hand, XR#1-pg is just the % page number, and we want to fully expand that so we can get a link % in pdf output. \toksA = \expandafter{\csname XR#1-lof\endcsname}% % % use the same \entry macro we use to generate the TOC and index. \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}% \writeentry }} \message{localization,} % For single-language documents, @documentlanguage is usually given very % early, just after @documentencoding. Single argument is the language % (de) or locale (de_DE) abbreviation. % { \catcode`\_ = \active \globaldefs=1 \parseargdef\documentlanguage{\begingroup \let_=\normalunderscore % normal _ character for filenames \tex % read txi-??.tex file in plain TeX. % Read the file by the name they passed if it exists. \openin 1 txi-#1.tex \ifeof 1 \documentlanguagetrywithoutunderscore{#1_\finish}% \else \globaldefs = 1 % everything in the txi-LL files needs to persist \input txi-#1.tex \fi \closein 1 \endgroup % end raw TeX \endgroup} % % If they passed de_DE, and txi-de_DE.tex doesn't exist, % try txi-de.tex. % \gdef\documentlanguagetrywithoutunderscore#1_#2\finish{% \openin 1 txi-#1.tex \ifeof 1 \errhelp = \nolanghelp \errmessage{Cannot read language file txi-#1.tex}% \else \globaldefs = 1 % everything in the txi-LL files needs to persist \input txi-#1.tex \fi \closein 1 } }% end of special _ catcode % \newhelp\nolanghelp{The given language definition file cannot be found or is empty. Maybe you need to install it? Putting it in the current directory should work if nowhere else does.} % This macro is called from txi-??.tex files; the first argument is the % \language name to set (without the "\lang@" prefix), the second and % third args are \{left,right}hyphenmin. % % The language names to pass are determined when the format is built. % See the etex.log file created at that time, e.g., % /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log. % % With TeX Live 2008, etex now includes hyphenation patterns for all % available languages. This means we can support hyphenation in % Texinfo, at least to some extent. (This still doesn't solve the % accented characters problem.) % \catcode`@=11 \def\txisetlanguage#1#2#3{% % do not set the language if the name is undefined in the current TeX. \expandafter\ifx\csname lang@#1\endcsname \relax \message{no patterns for #1}% \else \global\language = \csname lang@#1\endcsname \fi % but there is no harm in adjusting the hyphenmin values regardless. \global\lefthyphenmin = #2\relax \global\righthyphenmin = #3\relax } % Helpers for encodings. % Set the catcode of characters 128 through 255 to the specified number. % \def\setnonasciicharscatcode#1{% \count255=128 \loop\ifnum\count255<256 \global\catcode\count255=#1\relax \advance\count255 by 1 \repeat } \def\setnonasciicharscatcodenonglobal#1{% \count255=128 \loop\ifnum\count255<256 \catcode\count255=#1\relax \advance\count255 by 1 \repeat } % @documentencoding sets the definition of non-ASCII characters % according to the specified encoding. % \parseargdef\documentencoding{% % Encoding being declared for the document. \def\declaredencoding{\csname #1.enc\endcsname}% % % Supported encodings: names converted to tokens in order to be able % to compare them with \ifx. \def\ascii{\csname US-ASCII.enc\endcsname}% \def\latnine{\csname ISO-8859-15.enc\endcsname}% \def\latone{\csname ISO-8859-1.enc\endcsname}% \def\lattwo{\csname ISO-8859-2.enc\endcsname}% \def\utfeight{\csname UTF-8.enc\endcsname}% % \ifx \declaredencoding \ascii \asciichardefs % \else \ifx \declaredencoding \lattwo \setnonasciicharscatcode\active \lattwochardefs % \else \ifx \declaredencoding \latone \setnonasciicharscatcode\active \latonechardefs % \else \ifx \declaredencoding \latnine \setnonasciicharscatcode\active \latninechardefs % \else \ifx \declaredencoding \utfeight \setnonasciicharscatcode\active \utfeightchardefs % \else \message{Unknown document encoding #1, ignoring.}% % \fi % utfeight \fi % latnine \fi % latone \fi % lattwo \fi % ascii } % A message to be logged when using a character that isn't available % the default font encoding (OT1). % \def\missingcharmsg#1{\message{Character missing in OT1 encoding: #1.}} % Take account of \c (plain) vs. \, (Texinfo) difference. \def\cedilla#1{\ifx\c\ptexc\c{#1}\else\,{#1}\fi} % First, make active non-ASCII characters in order for them to be % correctly categorized when TeX reads the replacement text of % macros containing the character definitions. \setnonasciicharscatcode\active % % Latin1 (ISO-8859-1) character definitions. \def\latonechardefs{% \gdef^^a0{\tie} \gdef^^a1{\exclamdown} \gdef^^a2{\missingcharmsg{CENT SIGN}} \gdef^^a3{{\pounds}} \gdef^^a4{\missingcharmsg{CURRENCY SIGN}} \gdef^^a5{\missingcharmsg{YEN SIGN}} \gdef^^a6{\missingcharmsg{BROKEN BAR}} \gdef^^a7{\S} \gdef^^a8{\"{}} \gdef^^a9{\copyright} \gdef^^aa{\ordf} \gdef^^ab{\guillemetleft} \gdef^^ac{$\lnot$} \gdef^^ad{\-} \gdef^^ae{\registeredsymbol} \gdef^^af{\={}} % \gdef^^b0{\textdegree} \gdef^^b1{$\pm$} \gdef^^b2{$^2$} \gdef^^b3{$^3$} \gdef^^b4{\'{}} \gdef^^b5{$\mu$} \gdef^^b6{\P} % \gdef^^b7{$^.$} \gdef^^b8{\cedilla\ } \gdef^^b9{$^1$} \gdef^^ba{\ordm} % \gdef^^bb{\guillemetright} \gdef^^bc{$1\over4$} \gdef^^bd{$1\over2$} \gdef^^be{$3\over4$} \gdef^^bf{\questiondown} % \gdef^^c0{\`A} \gdef^^c1{\'A} \gdef^^c2{\^A} \gdef^^c3{\~A} \gdef^^c4{\"A} \gdef^^c5{\ringaccent A} \gdef^^c6{\AE} \gdef^^c7{\cedilla C} \gdef^^c8{\`E} \gdef^^c9{\'E} \gdef^^ca{\^E} \gdef^^cb{\"E} \gdef^^cc{\`I} \gdef^^cd{\'I} \gdef^^ce{\^I} \gdef^^cf{\"I} % \gdef^^d0{\DH} \gdef^^d1{\~N} \gdef^^d2{\`O} \gdef^^d3{\'O} \gdef^^d4{\^O} \gdef^^d5{\~O} \gdef^^d6{\"O} \gdef^^d7{$\times$} \gdef^^d8{\O} \gdef^^d9{\`U} \gdef^^da{\'U} \gdef^^db{\^U} \gdef^^dc{\"U} \gdef^^dd{\'Y} \gdef^^de{\TH} \gdef^^df{\ss} % \gdef^^e0{\`a} \gdef^^e1{\'a} \gdef^^e2{\^a} \gdef^^e3{\~a} \gdef^^e4{\"a} \gdef^^e5{\ringaccent a} \gdef^^e6{\ae} \gdef^^e7{\cedilla c} \gdef^^e8{\`e} \gdef^^e9{\'e} \gdef^^ea{\^e} \gdef^^eb{\"e} \gdef^^ec{\`{\dotless i}} \gdef^^ed{\'{\dotless i}} \gdef^^ee{\^{\dotless i}} \gdef^^ef{\"{\dotless i}} % \gdef^^f0{\dh} \gdef^^f1{\~n} \gdef^^f2{\`o} \gdef^^f3{\'o} \gdef^^f4{\^o} \gdef^^f5{\~o} \gdef^^f6{\"o} \gdef^^f7{$\div$} \gdef^^f8{\o} \gdef^^f9{\`u} \gdef^^fa{\'u} \gdef^^fb{\^u} \gdef^^fc{\"u} \gdef^^fd{\'y} \gdef^^fe{\th} \gdef^^ff{\"y} } % Latin9 (ISO-8859-15) encoding character definitions. \def\latninechardefs{% % Encoding is almost identical to Latin1. \latonechardefs % \gdef^^a4{\euro} \gdef^^a6{\v S} \gdef^^a8{\v s} \gdef^^b4{\v Z} \gdef^^b8{\v z} \gdef^^bc{\OE} \gdef^^bd{\oe} \gdef^^be{\"Y} } % Latin2 (ISO-8859-2) character definitions. \def\lattwochardefs{% \gdef^^a0{\tie} \gdef^^a1{\ogonek{A}} \gdef^^a2{\u{}} \gdef^^a3{\L} \gdef^^a4{\missingcharmsg{CURRENCY SIGN}} \gdef^^a5{\v L} \gdef^^a6{\'S} \gdef^^a7{\S} \gdef^^a8{\"{}} \gdef^^a9{\v S} \gdef^^aa{\cedilla S} \gdef^^ab{\v T} \gdef^^ac{\'Z} \gdef^^ad{\-} \gdef^^ae{\v Z} \gdef^^af{\dotaccent Z} % \gdef^^b0{\textdegree} \gdef^^b1{\ogonek{a}} \gdef^^b2{\ogonek{ }} \gdef^^b3{\l} \gdef^^b4{\'{}} \gdef^^b5{\v l} \gdef^^b6{\'s} \gdef^^b7{\v{}} \gdef^^b8{\cedilla\ } \gdef^^b9{\v s} \gdef^^ba{\cedilla s} \gdef^^bb{\v t} \gdef^^bc{\'z} \gdef^^bd{\H{}} \gdef^^be{\v z} \gdef^^bf{\dotaccent z} % \gdef^^c0{\'R} \gdef^^c1{\'A} \gdef^^c2{\^A} \gdef^^c3{\u A} \gdef^^c4{\"A} \gdef^^c5{\'L} \gdef^^c6{\'C} \gdef^^c7{\cedilla C} \gdef^^c8{\v C} \gdef^^c9{\'E} \gdef^^ca{\ogonek{E}} \gdef^^cb{\"E} \gdef^^cc{\v E} \gdef^^cd{\'I} \gdef^^ce{\^I} \gdef^^cf{\v D} % \gdef^^d0{\DH} \gdef^^d1{\'N} \gdef^^d2{\v N} \gdef^^d3{\'O} \gdef^^d4{\^O} \gdef^^d5{\H O} \gdef^^d6{\"O} \gdef^^d7{$\times$} \gdef^^d8{\v R} \gdef^^d9{\ringaccent U} \gdef^^da{\'U} \gdef^^db{\H U} \gdef^^dc{\"U} \gdef^^dd{\'Y} \gdef^^de{\cedilla T} \gdef^^df{\ss} % \gdef^^e0{\'r} \gdef^^e1{\'a} \gdef^^e2{\^a} \gdef^^e3{\u a} \gdef^^e4{\"a} \gdef^^e5{\'l} \gdef^^e6{\'c} \gdef^^e7{\cedilla c} \gdef^^e8{\v c} \gdef^^e9{\'e} \gdef^^ea{\ogonek{e}} \gdef^^eb{\"e} \gdef^^ec{\v e} \gdef^^ed{\'{\dotless{i}}} \gdef^^ee{\^{\dotless{i}}} \gdef^^ef{\v d} % \gdef^^f0{\dh} \gdef^^f1{\'n} \gdef^^f2{\v n} \gdef^^f3{\'o} \gdef^^f4{\^o} \gdef^^f5{\H o} \gdef^^f6{\"o} \gdef^^f7{$\div$} \gdef^^f8{\v r} \gdef^^f9{\ringaccent u} \gdef^^fa{\'u} \gdef^^fb{\H u} \gdef^^fc{\"u} \gdef^^fd{\'y} \gdef^^fe{\cedilla t} \gdef^^ff{\dotaccent{}} } % UTF-8 character definitions. % % This code to support UTF-8 is based on LaTeX's utf8.def, with some % changes for Texinfo conventions. It is included here under the GPL by % permission from Frank Mittelbach and the LaTeX team. % \newcount\countUTFx \newcount\countUTFy \newcount\countUTFz \gdef\UTFviiiTwoOctets#1#2{\expandafter \UTFviiiDefined\csname u8:#1\string #2\endcsname} % \gdef\UTFviiiThreeOctets#1#2#3{\expandafter \UTFviiiDefined\csname u8:#1\string #2\string #3\endcsname} % \gdef\UTFviiiFourOctets#1#2#3#4{\expandafter \UTFviiiDefined\csname u8:#1\string #2\string #3\string #4\endcsname} \gdef\UTFviiiDefined#1{% \ifx #1\relax \message{\linenumber Unicode char \string #1 not defined for Texinfo}% \else \expandafter #1% \fi } \begingroup \catcode`\~13 \catcode`\"12 \def\UTFviiiLoop{% \global\catcode\countUTFx\active \uccode`\~\countUTFx \uppercase\expandafter{\UTFviiiTmp}% \advance\countUTFx by 1 \ifnum\countUTFx < \countUTFy \expandafter\UTFviiiLoop \fi} \countUTFx = "C2 \countUTFy = "E0 \def\UTFviiiTmp{% \xdef~{\noexpand\UTFviiiTwoOctets\string~}} \UTFviiiLoop \countUTFx = "E0 \countUTFy = "F0 \def\UTFviiiTmp{% \xdef~{\noexpand\UTFviiiThreeOctets\string~}} \UTFviiiLoop \countUTFx = "F0 \countUTFy = "F4 \def\UTFviiiTmp{% \xdef~{\noexpand\UTFviiiFourOctets\string~}} \UTFviiiLoop \endgroup \begingroup \catcode`\"=12 \catcode`\<=12 \catcode`\.=12 \catcode`\,=12 \catcode`\;=12 \catcode`\!=12 \catcode`\~=13 \gdef\DeclareUnicodeCharacter#1#2{% \countUTFz = "#1\relax %\wlog{\space\space defining Unicode char U+#1 (decimal \the\countUTFz)}% \begingroup \parseXMLCharref \def\UTFviiiTwoOctets##1##2{% \csname u8:##1\string ##2\endcsname}% \def\UTFviiiThreeOctets##1##2##3{% \csname u8:##1\string ##2\string ##3\endcsname}% \def\UTFviiiFourOctets##1##2##3##4{% \csname u8:##1\string ##2\string ##3\string ##4\endcsname}% \expandafter\expandafter\expandafter\expandafter \expandafter\expandafter\expandafter \gdef\UTFviiiTmp{#2}% \endgroup} \gdef\parseXMLCharref{% \ifnum\countUTFz < "A0\relax \errhelp = \EMsimple \errmessage{Cannot define Unicode char value < 00A0}% \else\ifnum\countUTFz < "800\relax \parseUTFviiiA,% \parseUTFviiiB C\UTFviiiTwoOctets.,% \else\ifnum\countUTFz < "10000\relax \parseUTFviiiA;% \parseUTFviiiA,% \parseUTFviiiB E\UTFviiiThreeOctets.{,;}% \else \parseUTFviiiA;% \parseUTFviiiA,% \parseUTFviiiA!% \parseUTFviiiB F\UTFviiiFourOctets.{!,;}% \fi\fi\fi } \gdef\parseUTFviiiA#1{% \countUTFx = \countUTFz \divide\countUTFz by 64 \countUTFy = \countUTFz \multiply\countUTFz by 64 \advance\countUTFx by -\countUTFz \advance\countUTFx by 128 \uccode `#1\countUTFx \countUTFz = \countUTFy} \gdef\parseUTFviiiB#1#2#3#4{% \advance\countUTFz by "#10\relax \uccode `#3\countUTFz \uppercase{\gdef\UTFviiiTmp{#2#3#4}}} \endgroup \def\utfeightchardefs{% \DeclareUnicodeCharacter{00A0}{\tie} \DeclareUnicodeCharacter{00A1}{\exclamdown} \DeclareUnicodeCharacter{00A3}{\pounds} \DeclareUnicodeCharacter{00A8}{\"{ }} \DeclareUnicodeCharacter{00A9}{\copyright} \DeclareUnicodeCharacter{00AA}{\ordf} \DeclareUnicodeCharacter{00AB}{\guillemetleft} \DeclareUnicodeCharacter{00AD}{\-} \DeclareUnicodeCharacter{00AE}{\registeredsymbol} \DeclareUnicodeCharacter{00AF}{\={ }} \DeclareUnicodeCharacter{00B0}{\ringaccent{ }} \DeclareUnicodeCharacter{00B4}{\'{ }} \DeclareUnicodeCharacter{00B8}{\cedilla{ }} \DeclareUnicodeCharacter{00BA}{\ordm} \DeclareUnicodeCharacter{00BB}{\guillemetright} \DeclareUnicodeCharacter{00BF}{\questiondown} \DeclareUnicodeCharacter{00C0}{\`A} \DeclareUnicodeCharacter{00C1}{\'A} \DeclareUnicodeCharacter{00C2}{\^A} \DeclareUnicodeCharacter{00C3}{\~A} \DeclareUnicodeCharacter{00C4}{\"A} \DeclareUnicodeCharacter{00C5}{\AA} \DeclareUnicodeCharacter{00C6}{\AE} \DeclareUnicodeCharacter{00C7}{\cedilla{C}} \DeclareUnicodeCharacter{00C8}{\`E} \DeclareUnicodeCharacter{00C9}{\'E} \DeclareUnicodeCharacter{00CA}{\^E} \DeclareUnicodeCharacter{00CB}{\"E} \DeclareUnicodeCharacter{00CC}{\`I} \DeclareUnicodeCharacter{00CD}{\'I} \DeclareUnicodeCharacter{00CE}{\^I} \DeclareUnicodeCharacter{00CF}{\"I} \DeclareUnicodeCharacter{00D0}{\DH} \DeclareUnicodeCharacter{00D1}{\~N} \DeclareUnicodeCharacter{00D2}{\`O} \DeclareUnicodeCharacter{00D3}{\'O} \DeclareUnicodeCharacter{00D4}{\^O} \DeclareUnicodeCharacter{00D5}{\~O} \DeclareUnicodeCharacter{00D6}{\"O} \DeclareUnicodeCharacter{00D8}{\O} \DeclareUnicodeCharacter{00D9}{\`U} \DeclareUnicodeCharacter{00DA}{\'U} \DeclareUnicodeCharacter{00DB}{\^U} \DeclareUnicodeCharacter{00DC}{\"U} \DeclareUnicodeCharacter{00DD}{\'Y} \DeclareUnicodeCharacter{00DE}{\TH} \DeclareUnicodeCharacter{00DF}{\ss} \DeclareUnicodeCharacter{00E0}{\`a} \DeclareUnicodeCharacter{00E1}{\'a} \DeclareUnicodeCharacter{00E2}{\^a} \DeclareUnicodeCharacter{00E3}{\~a} \DeclareUnicodeCharacter{00E4}{\"a} \DeclareUnicodeCharacter{00E5}{\aa} \DeclareUnicodeCharacter{00E6}{\ae} \DeclareUnicodeCharacter{00E7}{\cedilla{c}} \DeclareUnicodeCharacter{00E8}{\`e} \DeclareUnicodeCharacter{00E9}{\'e} \DeclareUnicodeCharacter{00EA}{\^e} \DeclareUnicodeCharacter{00EB}{\"e} \DeclareUnicodeCharacter{00EC}{\`{\dotless{i}}} \DeclareUnicodeCharacter{00ED}{\'{\dotless{i}}} \DeclareUnicodeCharacter{00EE}{\^{\dotless{i}}} \DeclareUnicodeCharacter{00EF}{\"{\dotless{i}}} \DeclareUnicodeCharacter{00F0}{\dh} \DeclareUnicodeCharacter{00F1}{\~n} \DeclareUnicodeCharacter{00F2}{\`o} \DeclareUnicodeCharacter{00F3}{\'o} \DeclareUnicodeCharacter{00F4}{\^o} \DeclareUnicodeCharacter{00F5}{\~o} \DeclareUnicodeCharacter{00F6}{\"o} \DeclareUnicodeCharacter{00F8}{\o} \DeclareUnicodeCharacter{00F9}{\`u} \DeclareUnicodeCharacter{00FA}{\'u} \DeclareUnicodeCharacter{00FB}{\^u} \DeclareUnicodeCharacter{00FC}{\"u} \DeclareUnicodeCharacter{00FD}{\'y} \DeclareUnicodeCharacter{00FE}{\th} \DeclareUnicodeCharacter{00FF}{\"y} \DeclareUnicodeCharacter{0100}{\=A} \DeclareUnicodeCharacter{0101}{\=a} \DeclareUnicodeCharacter{0102}{\u{A}} \DeclareUnicodeCharacter{0103}{\u{a}} \DeclareUnicodeCharacter{0104}{\ogonek{A}} \DeclareUnicodeCharacter{0105}{\ogonek{a}} \DeclareUnicodeCharacter{0106}{\'C} \DeclareUnicodeCharacter{0107}{\'c} \DeclareUnicodeCharacter{0108}{\^C} \DeclareUnicodeCharacter{0109}{\^c} \DeclareUnicodeCharacter{0118}{\ogonek{E}} \DeclareUnicodeCharacter{0119}{\ogonek{e}} \DeclareUnicodeCharacter{010A}{\dotaccent{C}} \DeclareUnicodeCharacter{010B}{\dotaccent{c}} \DeclareUnicodeCharacter{010C}{\v{C}} \DeclareUnicodeCharacter{010D}{\v{c}} \DeclareUnicodeCharacter{010E}{\v{D}} \DeclareUnicodeCharacter{0112}{\=E} \DeclareUnicodeCharacter{0113}{\=e} \DeclareUnicodeCharacter{0114}{\u{E}} \DeclareUnicodeCharacter{0115}{\u{e}} \DeclareUnicodeCharacter{0116}{\dotaccent{E}} \DeclareUnicodeCharacter{0117}{\dotaccent{e}} \DeclareUnicodeCharacter{011A}{\v{E}} \DeclareUnicodeCharacter{011B}{\v{e}} \DeclareUnicodeCharacter{011C}{\^G} \DeclareUnicodeCharacter{011D}{\^g} \DeclareUnicodeCharacter{011E}{\u{G}} \DeclareUnicodeCharacter{011F}{\u{g}} \DeclareUnicodeCharacter{0120}{\dotaccent{G}} \DeclareUnicodeCharacter{0121}{\dotaccent{g}} \DeclareUnicodeCharacter{0124}{\^H} \DeclareUnicodeCharacter{0125}{\^h} \DeclareUnicodeCharacter{0128}{\~I} \DeclareUnicodeCharacter{0129}{\~{\dotless{i}}} \DeclareUnicodeCharacter{012A}{\=I} \DeclareUnicodeCharacter{012B}{\={\dotless{i}}} \DeclareUnicodeCharacter{012C}{\u{I}} \DeclareUnicodeCharacter{012D}{\u{\dotless{i}}} \DeclareUnicodeCharacter{0130}{\dotaccent{I}} \DeclareUnicodeCharacter{0131}{\dotless{i}} \DeclareUnicodeCharacter{0132}{IJ} \DeclareUnicodeCharacter{0133}{ij} \DeclareUnicodeCharacter{0134}{\^J} \DeclareUnicodeCharacter{0135}{\^{\dotless{j}}} \DeclareUnicodeCharacter{0139}{\'L} \DeclareUnicodeCharacter{013A}{\'l} \DeclareUnicodeCharacter{0141}{\L} \DeclareUnicodeCharacter{0142}{\l} \DeclareUnicodeCharacter{0143}{\'N} \DeclareUnicodeCharacter{0144}{\'n} \DeclareUnicodeCharacter{0147}{\v{N}} \DeclareUnicodeCharacter{0148}{\v{n}} \DeclareUnicodeCharacter{014C}{\=O} \DeclareUnicodeCharacter{014D}{\=o} \DeclareUnicodeCharacter{014E}{\u{O}} \DeclareUnicodeCharacter{014F}{\u{o}} \DeclareUnicodeCharacter{0150}{\H{O}} \DeclareUnicodeCharacter{0151}{\H{o}} \DeclareUnicodeCharacter{0152}{\OE} \DeclareUnicodeCharacter{0153}{\oe} \DeclareUnicodeCharacter{0154}{\'R} \DeclareUnicodeCharacter{0155}{\'r} \DeclareUnicodeCharacter{0158}{\v{R}} \DeclareUnicodeCharacter{0159}{\v{r}} \DeclareUnicodeCharacter{015A}{\'S} \DeclareUnicodeCharacter{015B}{\'s} \DeclareUnicodeCharacter{015C}{\^S} \DeclareUnicodeCharacter{015D}{\^s} \DeclareUnicodeCharacter{015E}{\cedilla{S}} \DeclareUnicodeCharacter{015F}{\cedilla{s}} \DeclareUnicodeCharacter{0160}{\v{S}} \DeclareUnicodeCharacter{0161}{\v{s}} \DeclareUnicodeCharacter{0162}{\cedilla{t}} \DeclareUnicodeCharacter{0163}{\cedilla{T}} \DeclareUnicodeCharacter{0164}{\v{T}} \DeclareUnicodeCharacter{0168}{\~U} \DeclareUnicodeCharacter{0169}{\~u} \DeclareUnicodeCharacter{016A}{\=U} \DeclareUnicodeCharacter{016B}{\=u} \DeclareUnicodeCharacter{016C}{\u{U}} \DeclareUnicodeCharacter{016D}{\u{u}} \DeclareUnicodeCharacter{016E}{\ringaccent{U}} \DeclareUnicodeCharacter{016F}{\ringaccent{u}} \DeclareUnicodeCharacter{0170}{\H{U}} \DeclareUnicodeCharacter{0171}{\H{u}} \DeclareUnicodeCharacter{0174}{\^W} \DeclareUnicodeCharacter{0175}{\^w} \DeclareUnicodeCharacter{0176}{\^Y} \DeclareUnicodeCharacter{0177}{\^y} \DeclareUnicodeCharacter{0178}{\"Y} \DeclareUnicodeCharacter{0179}{\'Z} \DeclareUnicodeCharacter{017A}{\'z} \DeclareUnicodeCharacter{017B}{\dotaccent{Z}} \DeclareUnicodeCharacter{017C}{\dotaccent{z}} \DeclareUnicodeCharacter{017D}{\v{Z}} \DeclareUnicodeCharacter{017E}{\v{z}} \DeclareUnicodeCharacter{01C4}{D\v{Z}} \DeclareUnicodeCharacter{01C5}{D\v{z}} \DeclareUnicodeCharacter{01C6}{d\v{z}} \DeclareUnicodeCharacter{01C7}{LJ} \DeclareUnicodeCharacter{01C8}{Lj} \DeclareUnicodeCharacter{01C9}{lj} \DeclareUnicodeCharacter{01CA}{NJ} \DeclareUnicodeCharacter{01CB}{Nj} \DeclareUnicodeCharacter{01CC}{nj} \DeclareUnicodeCharacter{01CD}{\v{A}} \DeclareUnicodeCharacter{01CE}{\v{a}} \DeclareUnicodeCharacter{01CF}{\v{I}} \DeclareUnicodeCharacter{01D0}{\v{\dotless{i}}} \DeclareUnicodeCharacter{01D1}{\v{O}} \DeclareUnicodeCharacter{01D2}{\v{o}} \DeclareUnicodeCharacter{01D3}{\v{U}} \DeclareUnicodeCharacter{01D4}{\v{u}} \DeclareUnicodeCharacter{01E2}{\={\AE}} \DeclareUnicodeCharacter{01E3}{\={\ae}} \DeclareUnicodeCharacter{01E6}{\v{G}} \DeclareUnicodeCharacter{01E7}{\v{g}} \DeclareUnicodeCharacter{01E8}{\v{K}} \DeclareUnicodeCharacter{01E9}{\v{k}} \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}} \DeclareUnicodeCharacter{01F1}{DZ} \DeclareUnicodeCharacter{01F2}{Dz} \DeclareUnicodeCharacter{01F3}{dz} \DeclareUnicodeCharacter{01F4}{\'G} \DeclareUnicodeCharacter{01F5}{\'g} \DeclareUnicodeCharacter{01F8}{\`N} \DeclareUnicodeCharacter{01F9}{\`n} \DeclareUnicodeCharacter{01FC}{\'{\AE}} \DeclareUnicodeCharacter{01FD}{\'{\ae}} \DeclareUnicodeCharacter{01FE}{\'{\O}} \DeclareUnicodeCharacter{01FF}{\'{\o}} \DeclareUnicodeCharacter{021E}{\v{H}} \DeclareUnicodeCharacter{021F}{\v{h}} \DeclareUnicodeCharacter{0226}{\dotaccent{A}} \DeclareUnicodeCharacter{0227}{\dotaccent{a}} \DeclareUnicodeCharacter{0228}{\cedilla{E}} \DeclareUnicodeCharacter{0229}{\cedilla{e}} \DeclareUnicodeCharacter{022E}{\dotaccent{O}} \DeclareUnicodeCharacter{022F}{\dotaccent{o}} \DeclareUnicodeCharacter{0232}{\=Y} \DeclareUnicodeCharacter{0233}{\=y} \DeclareUnicodeCharacter{0237}{\dotless{j}} \DeclareUnicodeCharacter{02DB}{\ogonek{ }} \DeclareUnicodeCharacter{1E02}{\dotaccent{B}} \DeclareUnicodeCharacter{1E03}{\dotaccent{b}} \DeclareUnicodeCharacter{1E04}{\udotaccent{B}} \DeclareUnicodeCharacter{1E05}{\udotaccent{b}} \DeclareUnicodeCharacter{1E06}{\ubaraccent{B}} \DeclareUnicodeCharacter{1E07}{\ubaraccent{b}} \DeclareUnicodeCharacter{1E0A}{\dotaccent{D}} \DeclareUnicodeCharacter{1E0B}{\dotaccent{d}} \DeclareUnicodeCharacter{1E0C}{\udotaccent{D}} \DeclareUnicodeCharacter{1E0D}{\udotaccent{d}} \DeclareUnicodeCharacter{1E0E}{\ubaraccent{D}} \DeclareUnicodeCharacter{1E0F}{\ubaraccent{d}} \DeclareUnicodeCharacter{1E1E}{\dotaccent{F}} \DeclareUnicodeCharacter{1E1F}{\dotaccent{f}} \DeclareUnicodeCharacter{1E20}{\=G} \DeclareUnicodeCharacter{1E21}{\=g} \DeclareUnicodeCharacter{1E22}{\dotaccent{H}} \DeclareUnicodeCharacter{1E23}{\dotaccent{h}} \DeclareUnicodeCharacter{1E24}{\udotaccent{H}} \DeclareUnicodeCharacter{1E25}{\udotaccent{h}} \DeclareUnicodeCharacter{1E26}{\"H} \DeclareUnicodeCharacter{1E27}{\"h} \DeclareUnicodeCharacter{1E30}{\'K} \DeclareUnicodeCharacter{1E31}{\'k} \DeclareUnicodeCharacter{1E32}{\udotaccent{K}} \DeclareUnicodeCharacter{1E33}{\udotaccent{k}} \DeclareUnicodeCharacter{1E34}{\ubaraccent{K}} \DeclareUnicodeCharacter{1E35}{\ubaraccent{k}} \DeclareUnicodeCharacter{1E36}{\udotaccent{L}} \DeclareUnicodeCharacter{1E37}{\udotaccent{l}} \DeclareUnicodeCharacter{1E3A}{\ubaraccent{L}} \DeclareUnicodeCharacter{1E3B}{\ubaraccent{l}} \DeclareUnicodeCharacter{1E3E}{\'M} \DeclareUnicodeCharacter{1E3F}{\'m} \DeclareUnicodeCharacter{1E40}{\dotaccent{M}} \DeclareUnicodeCharacter{1E41}{\dotaccent{m}} \DeclareUnicodeCharacter{1E42}{\udotaccent{M}} \DeclareUnicodeCharacter{1E43}{\udotaccent{m}} \DeclareUnicodeCharacter{1E44}{\dotaccent{N}} \DeclareUnicodeCharacter{1E45}{\dotaccent{n}} \DeclareUnicodeCharacter{1E46}{\udotaccent{N}} \DeclareUnicodeCharacter{1E47}{\udotaccent{n}} \DeclareUnicodeCharacter{1E48}{\ubaraccent{N}} \DeclareUnicodeCharacter{1E49}{\ubaraccent{n}} \DeclareUnicodeCharacter{1E54}{\'P} \DeclareUnicodeCharacter{1E55}{\'p} \DeclareUnicodeCharacter{1E56}{\dotaccent{P}} \DeclareUnicodeCharacter{1E57}{\dotaccent{p}} \DeclareUnicodeCharacter{1E58}{\dotaccent{R}} \DeclareUnicodeCharacter{1E59}{\dotaccent{r}} \DeclareUnicodeCharacter{1E5A}{\udotaccent{R}} \DeclareUnicodeCharacter{1E5B}{\udotaccent{r}} \DeclareUnicodeCharacter{1E5E}{\ubaraccent{R}} \DeclareUnicodeCharacter{1E5F}{\ubaraccent{r}} \DeclareUnicodeCharacter{1E60}{\dotaccent{S}} \DeclareUnicodeCharacter{1E61}{\dotaccent{s}} \DeclareUnicodeCharacter{1E62}{\udotaccent{S}} \DeclareUnicodeCharacter{1E63}{\udotaccent{s}} \DeclareUnicodeCharacter{1E6A}{\dotaccent{T}} \DeclareUnicodeCharacter{1E6B}{\dotaccent{t}} \DeclareUnicodeCharacter{1E6C}{\udotaccent{T}} \DeclareUnicodeCharacter{1E6D}{\udotaccent{t}} \DeclareUnicodeCharacter{1E6E}{\ubaraccent{T}} \DeclareUnicodeCharacter{1E6F}{\ubaraccent{t}} \DeclareUnicodeCharacter{1E7C}{\~V} \DeclareUnicodeCharacter{1E7D}{\~v} \DeclareUnicodeCharacter{1E7E}{\udotaccent{V}} \DeclareUnicodeCharacter{1E7F}{\udotaccent{v}} \DeclareUnicodeCharacter{1E80}{\`W} \DeclareUnicodeCharacter{1E81}{\`w} \DeclareUnicodeCharacter{1E82}{\'W} \DeclareUnicodeCharacter{1E83}{\'w} \DeclareUnicodeCharacter{1E84}{\"W} \DeclareUnicodeCharacter{1E85}{\"w} \DeclareUnicodeCharacter{1E86}{\dotaccent{W}} \DeclareUnicodeCharacter{1E87}{\dotaccent{w}} \DeclareUnicodeCharacter{1E88}{\udotaccent{W}} \DeclareUnicodeCharacter{1E89}{\udotaccent{w}} \DeclareUnicodeCharacter{1E8A}{\dotaccent{X}} \DeclareUnicodeCharacter{1E8B}{\dotaccent{x}} \DeclareUnicodeCharacter{1E8C}{\"X} \DeclareUnicodeCharacter{1E8D}{\"x} \DeclareUnicodeCharacter{1E8E}{\dotaccent{Y}} \DeclareUnicodeCharacter{1E8F}{\dotaccent{y}} \DeclareUnicodeCharacter{1E90}{\^Z} \DeclareUnicodeCharacter{1E91}{\^z} \DeclareUnicodeCharacter{1E92}{\udotaccent{Z}} \DeclareUnicodeCharacter{1E93}{\udotaccent{z}} \DeclareUnicodeCharacter{1E94}{\ubaraccent{Z}} \DeclareUnicodeCharacter{1E95}{\ubaraccent{z}} \DeclareUnicodeCharacter{1E96}{\ubaraccent{h}} \DeclareUnicodeCharacter{1E97}{\"t} \DeclareUnicodeCharacter{1E98}{\ringaccent{w}} \DeclareUnicodeCharacter{1E99}{\ringaccent{y}} \DeclareUnicodeCharacter{1EA0}{\udotaccent{A}} \DeclareUnicodeCharacter{1EA1}{\udotaccent{a}} \DeclareUnicodeCharacter{1EB8}{\udotaccent{E}} \DeclareUnicodeCharacter{1EB9}{\udotaccent{e}} \DeclareUnicodeCharacter{1EBC}{\~E} \DeclareUnicodeCharacter{1EBD}{\~e} \DeclareUnicodeCharacter{1ECA}{\udotaccent{I}} \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}} \DeclareUnicodeCharacter{1ECC}{\udotaccent{O}} \DeclareUnicodeCharacter{1ECD}{\udotaccent{o}} \DeclareUnicodeCharacter{1EE4}{\udotaccent{U}} \DeclareUnicodeCharacter{1EE5}{\udotaccent{u}} \DeclareUnicodeCharacter{1EF2}{\`Y} \DeclareUnicodeCharacter{1EF3}{\`y} \DeclareUnicodeCharacter{1EF4}{\udotaccent{Y}} \DeclareUnicodeCharacter{1EF8}{\~Y} \DeclareUnicodeCharacter{1EF9}{\~y} \DeclareUnicodeCharacter{2013}{--} \DeclareUnicodeCharacter{2014}{---} \DeclareUnicodeCharacter{2018}{\quoteleft} \DeclareUnicodeCharacter{2019}{\quoteright} \DeclareUnicodeCharacter{201A}{\quotesinglbase} \DeclareUnicodeCharacter{201C}{\quotedblleft} \DeclareUnicodeCharacter{201D}{\quotedblright} \DeclareUnicodeCharacter{201E}{\quotedblbase} \DeclareUnicodeCharacter{2022}{\bullet} \DeclareUnicodeCharacter{2026}{\dots} \DeclareUnicodeCharacter{2039}{\guilsinglleft} \DeclareUnicodeCharacter{203A}{\guilsinglright} \DeclareUnicodeCharacter{20AC}{\euro} \DeclareUnicodeCharacter{2192}{\expansion} \DeclareUnicodeCharacter{21D2}{\result} \DeclareUnicodeCharacter{2212}{\minus} \DeclareUnicodeCharacter{2217}{\point} \DeclareUnicodeCharacter{2261}{\equiv} }% end of \utfeightchardefs % US-ASCII character definitions. \def\asciichardefs{% nothing need be done \relax } % Make non-ASCII characters printable again for compatibility with % existing Texinfo documents that may use them, even without declaring a % document encoding. % \setnonasciicharscatcode \other \message{formatting,} \newdimen\defaultparindent \defaultparindent = 15pt \chapheadingskip = 15pt plus 4pt minus 2pt \secheadingskip = 12pt plus 3pt minus 2pt \subsecheadingskip = 9pt plus 2pt minus 2pt % Prevent underfull vbox error messages. \vbadness = 10000 % Don't be very finicky about underfull hboxes, either. \hbadness = 6666 % Following George Bush, get rid of widows and orphans. \widowpenalty=10000 \clubpenalty=10000 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're % using an old version of TeX, don't do anything. We want the amount of % stretch added to depend on the line length, hence the dependence on % \hsize. We call this whenever the paper size is set. % \def\setemergencystretch{% \ifx\emergencystretch\thisisundefined % Allow us to assign to \emergencystretch anyway. \def\emergencystretch{\dimen0}% \else \emergencystretch = .15\hsize \fi } % Parameters in order: 1) textheight; 2) textwidth; % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip; % 7) physical page height; 8) physical page width. % % We also call \setleading{\textleading}, so the caller should define % \textleading. The caller should also set \parskip. % \def\internalpagesizes#1#2#3#4#5#6#7#8{% \voffset = #3\relax \topskip = #6\relax \splittopskip = \topskip % \vsize = #1\relax \advance\vsize by \topskip \outervsize = \vsize \advance\outervsize by 2\topandbottommargin \pageheight = \vsize % \hsize = #2\relax \outerhsize = \hsize \advance\outerhsize by 0.5in \pagewidth = \hsize % \normaloffset = #4\relax \bindingoffset = #5\relax % \ifpdf \pdfpageheight #7\relax \pdfpagewidth #8\relax % if we don't reset these, they will remain at "1 true in" of % whatever layout pdftex was dumped with. \pdfhorigin = 1 true in \pdfvorigin = 1 true in \fi % \setleading{\textleading} % \parindent = \defaultparindent \setemergencystretch } % @letterpaper (the default). \def\letterpaper{{\globaldefs = 1 \parskip = 3pt plus 2pt minus 1pt \textleading = 13.2pt % % If page is nothing but text, make it come out even. \internalpagesizes{607.2pt}{6in}% that's 46 lines {\voffset}{.25in}% {\bindingoffset}{36pt}% {11in}{8.5in}% }} % Use @smallbook to reset parameters for 7x9.25 trim size. \def\smallbook{{\globaldefs = 1 \parskip = 2pt plus 1pt \textleading = 12pt % \internalpagesizes{7.5in}{5in}% {-.2in}{0in}% {\bindingoffset}{16pt}% {9.25in}{7in}% % \lispnarrowing = 0.3in \tolerance = 700 \hfuzz = 1pt \contentsrightmargin = 0pt \defbodyindent = .5cm }} % Use @smallerbook to reset parameters for 6x9 trim size. % (Just testing, parameters still in flux.) \def\smallerbook{{\globaldefs = 1 \parskip = 1.5pt plus 1pt \textleading = 12pt % \internalpagesizes{7.4in}{4.8in}% {-.2in}{-.4in}% {0pt}{14pt}% {9in}{6in}% % \lispnarrowing = 0.25in \tolerance = 700 \hfuzz = 1pt \contentsrightmargin = 0pt \defbodyindent = .4cm }} % Use @afourpaper to print on European A4 paper. \def\afourpaper{{\globaldefs = 1 \parskip = 3pt plus 2pt minus 1pt \textleading = 13.2pt % % Double-side printing via postscript on Laserjet 4050 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm. % To change the settings for a different printer or situation, adjust % \normaloffset until the front-side and back-side texts align. Then % do the same for \bindingoffset. You can set these for testing in % your texinfo source file like this: % @tex % \global\normaloffset = -6mm % \global\bindingoffset = 10mm % @end tex \internalpagesizes{673.2pt}{160mm}% that's 51 lines {\voffset}{\hoffset}% {\bindingoffset}{44pt}% {297mm}{210mm}% % \tolerance = 700 \hfuzz = 1pt \contentsrightmargin = 0pt \defbodyindent = 5mm }} % Use @afivepaper to print on European A5 paper. % From romildo@urano.iceb.ufop.br, 2 July 2000. % He also recommends making @example and @lisp be small. \def\afivepaper{{\globaldefs = 1 \parskip = 2pt plus 1pt minus 0.1pt \textleading = 12.5pt % \internalpagesizes{160mm}{120mm}% {\voffset}{\hoffset}% {\bindingoffset}{8pt}% {210mm}{148mm}% % \lispnarrowing = 0.2in \tolerance = 800 \hfuzz = 1.2pt \contentsrightmargin = 0pt \defbodyindent = 2mm \tableindent = 12mm }} % A specific text layout, 24x15cm overall, intended for A4 paper. \def\afourlatex{{\globaldefs = 1 \afourpaper \internalpagesizes{237mm}{150mm}% {\voffset}{4.6mm}% {\bindingoffset}{7mm}% {297mm}{210mm}% % % Must explicitly reset to 0 because we call \afourpaper. \globaldefs = 0 }} % Use @afourwide to print on A4 paper in landscape format. \def\afourwide{{\globaldefs = 1 \afourpaper \internalpagesizes{241mm}{165mm}% {\voffset}{-2.95mm}% {\bindingoffset}{7mm}% {297mm}{210mm}% \globaldefs = 0 }} % @pagesizes TEXTHEIGHT[,TEXTWIDTH] % Perhaps we should allow setting the margins, \topskip, \parskip, % and/or leading, also. Or perhaps we should compute them somehow. % \parseargdef\pagesizes{\pagesizesyyy #1,,\finish} \def\pagesizesyyy#1,#2,#3\finish{{% \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi \globaldefs = 1 % \parskip = 3pt plus 2pt minus 1pt \setleading{\textleading}% % \dimen0 = #1\relax \advance\dimen0 by \voffset % \dimen2 = \hsize \advance\dimen2 by \normaloffset % \internalpagesizes{#1}{\hsize}% {\voffset}{\normaloffset}% {\bindingoffset}{44pt}% {\dimen0}{\dimen2}% }} % Set default to letter. % \letterpaper \message{and turning on texinfo input format.} \def^^L{\par} % remove \outer, so ^L can appear in an @comment % DEL is a comment character, in case @c does not suffice. \catcode`\^^? = 14 % Define macros to output various characters with catcode for normal text. \catcode`\"=\other \def\normaldoublequote{"} \catcode`\$=\other \def\normaldollar{$}%$ font-lock fix \catcode`\+=\other \def\normalplus{+} \catcode`\<=\other \def\normalless{<} \catcode`\>=\other \def\normalgreater{>} \catcode`\^=\other \def\normalcaret{^} \catcode`\_=\other \def\normalunderscore{_} \catcode`\|=\other \def\normalverticalbar{|} \catcode`\~=\other \def\normaltilde{~} % This macro is used to make a character print one way in \tt % (where it can probably be output as-is), and another way in other fonts, % where something hairier probably needs to be done. % % #1 is what to print if we are indeed using \tt; #2 is what to print % otherwise. Since all the Computer Modern typewriter fonts have zero % interword stretch (and shrink), and it is reasonable to expect all % typewriter fonts to have this, we can check that font parameter. % \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi} % Same as above, but check for italic font. Actually this also catches % non-italic slanted fonts since it is impossible to distinguish them from % italic fonts. But since this is only used by $ and it uses \sl anyway % this is not a problem. \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi} % Turn off all special characters except @ % (and those which the user can use as if they were ordinary). % Most of these we simply print from the \tt font, but for some, we can % use math or other variants that look better in normal text. \catcode`\"=\active \def\activedoublequote{{\tt\char34}} \let"=\activedoublequote \catcode`\~=\active \def~{{\tt\char126}} \chardef\hat=`\^ \catcode`\^=\active \def^{{\tt \hat}} \catcode`\_=\active \def_{\ifusingtt\normalunderscore\_} \let\realunder=_ % Subroutine for the previous macro. \def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em } \catcode`\|=\active \def|{{\tt\char124}} \chardef \less=`\< \catcode`\<=\active \def<{{\tt \less}} \chardef \gtr=`\> \catcode`\>=\active \def>{{\tt \gtr}} \catcode`\+=\active \def+{{\tt \char 43}} \catcode`\$=\active \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix % If a .fmt file is being used, characters that might appear in a file % name cannot be active until we have parsed the command line. % So turn them off again, and have \everyjob (or @setfilename) turn them on. % \otherifyactive is called near the end of this file. \def\otherifyactive{\catcode`+=\other \catcode`\_=\other} % Used sometimes to turn off (effectively) the active characters even after % parsing them. \def\turnoffactive{% \normalturnoffactive \otherbackslash } \catcode`\@=0 % \backslashcurfont outputs one backslash character in current font, % as in \char`\\. \global\chardef\backslashcurfont=`\\ \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work % \realbackslash is an actual character `\' with catcode other, and % \doublebackslash is two of them (for the pdf outlines). {\catcode`\\=\other @gdef@realbackslash{\} @gdef@doublebackslash{\\}} % In texinfo, backslash is an active character; it prints the backslash % in fixed width font. \catcode`\\=\active % @ for escape char from now on. % The story here is that in math mode, the \char of \backslashcurfont % ends up printing the roman \ from the math symbol font (because \char % in math mode uses the \mathcode, and plain.tex sets % \mathcode`\\="026E). It seems better for @backslashchar{} to always % print a typewriter backslash, hence we use an explicit \mathchar, % which is the decimal equivalent of "715c (class 7, e.g., use \fam; % ignored family value; char position "5C). We can't use " for the % usual hex value because it has already been made active. @def@normalbackslash{{@tt @ifmmode @mathchar29020 @else @backslashcurfont @fi}} @let@backslashchar = @normalbackslash % @backslashchar{} is for user documents. % On startup, @fixbackslash assigns: % @let \ = @normalbackslash % \rawbackslash defines an active \ to do \backslashcurfont. % \otherbackslash defines an active \ to be a literal `\' character with % catcode other. We switch back and forth between these. @gdef@rawbackslash{@let\=@backslashcurfont} @gdef@otherbackslash{@let\=@realbackslash} % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of % the literal character `\'. Also revert - to its normal character, in % case the active - from code has slipped in. % {@catcode`- = @active @gdef@normalturnoffactive{% @let-=@normaldash @let"=@normaldoublequote @let$=@normaldollar %$ font-lock fix @let+=@normalplus @let<=@normalless @let>=@normalgreater @let\=@normalbackslash @let^=@normalcaret @let_=@normalunderscore @let|=@normalverticalbar @let~=@normaltilde @markupsetuplqdefault @markupsetuprqdefault @unsepspaces } } % Make _ and + \other characters, temporarily. % This is canceled by @fixbackslash. @otherifyactive % If a .fmt file is being used, we don't want the `\input texinfo' to show up. % That is what \eatinput is for; after that, the `\' should revert to printing % a backslash. % @gdef@eatinput input texinfo{@fixbackslash} @global@let\ = @eatinput % On the other hand, perhaps the file did not have a `\input texinfo'. Then % the first `\' in the file would cause an error. This macro tries to fix % that, assuming it is called before the first `\' could plausibly occur. % Also turn back on active characters that might appear in the input % file name, in case not using a pre-dumped format. % @gdef@fixbackslash{% @ifx\@eatinput @let\ = @normalbackslash @fi @catcode`+=@active @catcode`@_=@active } % Say @foo, not \foo, in error messages. @escapechar = `@@ % These (along with & and #) are made active for url-breaking, so need % active definitions as the normal characters. @def@normaldot{.} @def@normalquest{?} @def@normalslash{/} % These look ok in all fonts, so just make them not special. % @hashchar{} gets its own user-level command, because of #line. @catcode`@& = @other @def@normalamp{&} @catcode`@# = @other @def@normalhash{#} @catcode`@% = @other @def@normalpercent{%} @let @hashchar = @normalhash @c Finally, make ` and ' active, so that txicodequoteundirected and @c txicodequotebacktick work right in, e.g., @w{@code{`foo'}}. If we @c don't make ` and ' active, @code will not get them as active chars. @c Do this last of all since we use ` in the previous @catcode assignments. @catcode`@'=@active @catcode`@`=@active @markupsetuplqdefault @markupsetuprqdefault @c Local variables: @c eval: (add-hook 'write-file-hooks 'time-stamp) @c page-delimiter: "^\\\\message" @c time-stamp-start: "def\\\\texinfoversion{" @c time-stamp-format: "%:y-%02m-%02d.%02H" @c time-stamp-end: "}" @c End: @c vim:sw=2: @ignore arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115 @end ignore libcdio-2.0.0/doc/Makefile.in0000664000175000017500000006547013222217403012663 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003, 2004, 2008, 2012, 2016 Rocky Bernstein # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/version.texi \ $(srcdir)/stamp-vti $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = AM_V_DVIPS = $(am__v_DVIPS_@AM_V@) am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@) am__v_DVIPS_0 = @echo " DVIPS " $@; am__v_DVIPS_1 = AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@) am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@) am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; am__v_MAKEINFO_1 = AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@) am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@) am__v_INFOHTML_0 = @echo " INFOHTML" $@; am__v_INFOHTML_1 = AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@) am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@) am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; am__v_TEXI2DVI_1 = AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@) am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@) am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; am__v_TEXI2PDF_1 = AM_V_texinfo = $(am__v_texinfo_@AM_V@) am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@) am__v_texinfo_0 = -q am__v_texinfo_1 = AM_V_texidevnull = $(am__v_texidevnull_@AM_V@) am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = INFO_DEPS = $(srcdir)/libcdio.info am__TEXINFO_TEX_DIR = $(srcdir) DVIS = libcdio.dvi PDFS = libcdio.pdf PSS = libcdio.ps HTMLS = libcdio.html TEXINFOS = libcdio.texi TEXI2DVI = texi2dvi TEXI2PDF = $(TEXI2DVI) --pdf --batch MAKEINFOHTML = $(MAKEINFO) --html AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) DVIPS = dvips am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__installdirs = "$(DESTDIR)$(infodir)" am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(libcdio_TEXINFOS) $(srcdir)/Makefile.in mdate-sh \ texinfo.tex DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = doxygen/Doxyfile.in doxygen/run_doxygen info_TEXINFOS = libcdio.texi libcdio_TEXINFOS = fdl.texi glossary.texi MOSTLYCLEANFILES = \ libcdio.html libcdio.pdf libcdio.ps.gz \ cd-text-foramt.html cd-text-format.pdf cd-text-foramt.ps.gz all: all-am .SUFFIXES: .SUFFIXES: .dvi .html .info .pdf .ps .texi .txt $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs .texi.info: $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ am__cwd=`pwd` && $(am__cd) $(srcdir) && \ rm -rf $$backupdir && mkdir $$backupdir && \ if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$$am__cwd"; \ if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $@ $<; \ then \ rc=0; \ $(am__cd) $(srcdir); \ else \ rc=$$?; \ $(am__cd) $(srcdir) && \ $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ fi; \ rm -rf $$backupdir; exit $$rc $(srcdir)/libcdio.info: libcdio.texi $(srcdir)/version.texi $(libcdio_TEXINFOS) libcdio.dvi: libcdio.texi $(srcdir)/version.texi $(libcdio_TEXINFOS) libcdio.pdf: libcdio.texi $(srcdir)/version.texi $(libcdio_TEXINFOS) libcdio.html: libcdio.texi $(srcdir)/version.texi $(libcdio_TEXINFOS) $(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-vti $(srcdir)/stamp-vti: libcdio.texi $(top_srcdir)/configure @(dir=.; test -f ./libcdio.texi || dir=$(srcdir); \ set `$(SHELL) $(srcdir)/mdate-sh $$dir/libcdio.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > vti.tmp$$$$ && \ (cmp -s vti.tmp$$$$ $(srcdir)/version.texi \ || (echo "Updating $(srcdir)/version.texi" && \ cp vti.tmp$$$$ $(srcdir)/version.texi.tmp$$$$ && \ mv $(srcdir)/version.texi.tmp$$$$ $(srcdir)/version.texi)) && \ rm -f vti.tmp$$$$ $(srcdir)/version.texi.$$$$ @cp $(srcdir)/version.texi $@ mostlyclean-vti: -rm -f vti.tmp* $(srcdir)/version.texi.tmp* maintainer-clean-vti: @MAINTAINER_MODE_TRUE@ -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi .dvi.ps: $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ $(DVIPS) $(AM_V_texinfo) -o $@ $< uninstall-dvi-am: @$(NORMAL_UNINSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ rm -f "$(DESTDIR)$(dvidir)/$$f"; \ done uninstall-html-am: @$(NORMAL_UNINSTALL) @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ done uninstall-info-am: @$(PRE_UNINSTALL) @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ done; \ else :; fi @$(NORMAL_UNINSTALL) @list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ else :; fi); \ done uninstall-pdf-am: @$(NORMAL_UNINSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ done uninstall-ps-am: @$(NORMAL_UNINSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ rm -f "$(DESTDIR)$(psdir)/$$f"; \ done dist-info: $(INFO_DEPS) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; \ for base in $$list; do \ case $$base in \ $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$base; then d=.; else d=$(srcdir); fi; \ base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ if test -f $$file; then \ relfile=`expr "$$file" : "$$d/\(.*\)"`; \ test -f "$(distdir)/$$relfile" || \ cp -p $$file "$(distdir)/$$relfile"; \ else :; fi; \ done; \ done mostlyclean-aminfo: -rm -rf libcdio.t2d libcdio.t2p clean-aminfo: -test -z "libcdio.dvi libcdio.pdf libcdio.ps libcdio.html" \ || rm -rf libcdio.dvi libcdio.pdf libcdio.ps libcdio.html maintainer-clean-aminfo: @list='$(INFO_DEPS)'; for i in $$list; do \ i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ done tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-info check-am: all-am check: check-am all-am: Makefile $(INFO_DEPS) installdirs: for dir in "$(DESTDIR)$(infodir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-aminfo clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: $(DVIS) html-am: $(HTMLS) info: info-am info-am: $(INFO_DEPS) install-data-am: install-info-am install-dvi: install-dvi-am install-dvi-am: $(DVIS) @$(NORMAL_INSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ done install-exec-am: install-html: install-html-am install-html-am: $(HTMLS) @$(NORMAL_INSTALL) @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ $(am__strip_dir) \ d2=$$d$$p; \ if test -d "$$d2"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ else \ list2="$$list2 $$d2"; \ fi; \ done; \ test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ done; } install-info: install-info-am install-info-am: $(INFO_DEPS) @$(NORMAL_INSTALL) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ fi; \ for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ if test -f $$ifile; then \ echo "$$ifile"; \ else : ; fi; \ done; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done @$(POST_INSTALL) @if $(am__can_run_installinfo); then \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ done; \ else : ; fi install-man: install-pdf: install-pdf-am install-pdf-am: $(PDFS) @$(NORMAL_INSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done install-ps: install-ps-am install-ps-am: $(PSS) @$(NORMAL_INSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-aminfo \ maintainer-clean-generic maintainer-clean-vti mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \ mostlyclean-libtool mostlyclean-vti pdf-am: $(PDFS) ps-am: $(PSS) uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ uninstall-pdf-am uninstall-ps-am .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-aminfo clean-generic \ clean-libtool cscopelist-am ctags-am dist-info distclean \ distclean-generic distclean-libtool distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-aminfo maintainer-clean-generic \ maintainer-clean-vti mostlyclean mostlyclean-aminfo \ mostlyclean-generic mostlyclean-libtool mostlyclean-vti pdf \ pdf-am ps ps-am tags-am uninstall uninstall-am \ uninstall-dvi-am uninstall-html-am uninstall-info-am \ uninstall-pdf-am uninstall-ps-am .PRECIOUS: Makefile reference: -( cd ${top_srcdir} && $(MAKE) doxygen ) #: Create documentation in PDF format pdf: libcdio.pdf cd-text-foramt.pdf #: Create documentation as a text file txt: libcdio.txt #: Create documentation in PostScript format ps: libcdio.ps cd-text-format.ps #: Create documentation in HTML format html: libcdio.html cd-text-format.html %.ps.gz: %.ps gzip -9c $< > $@ .texi.dvi: @echo texi2dvi is broken .texi.pdf: stamp-vti texi2pdf $< .texi.html: stamp-vti texi2html $< .texi.txt: makeinfo --no-headers $< > $@ #: Create documentation in all formats, e.g. PDF, DVI, plain text and HTML all-formats: pdf txt ps html # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/doc/stamp-vti0000644000175000017500000000014513222217423012451 00000000000000@set UPDATED 18 November 2017 @set UPDATED-MONTH November 2017 @set EDITION 2.0.0 @set VERSION 2.0.0 libcdio-2.0.0/doc/libcdio.texi0000644000175000017500000030322613204104700013101 00000000000000\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename libcdio.info @include version.texi @settitle GNU @code{libcdio}: Compact Disc Input, Output, and Control Library @c %**end of header @c Karl Berry informs me that this will add straight quotes in @c typewriter text. @c See the "Inserting Quote Characters" node in the Texinfo manual @set txicodequoteundirected @set txicodequotebacktick @copying This manual documents @code{libcdio}, the GNU CD Input, Output, and Control Library. Copyright @copyright{} 2003-2008, 2010, 2012-2014 Rocky Bernstein and Herbert Valerio Riedel. @quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @end quotation @end copying @paragraphindent 0 @exampleindent 0 @set libcdio @code{libcdio} @set program @kbd{libcdio} @c A macro for defining terms variables. @macro term{varname} @c @cindex{\varname\} @emph{\varname\} @end macro @dircategory Software libraries @direntry * libcdio: (libcdio). GNU Compact Disc Input, Output, and Control Library. @end direntry @titlepage @title GNU @code{libcdio} @subtitle GNU Compact Disc Input, Output, and Control Library @subtitle for version @value{VERSION}, @value{UPDATED} @author Rocky Bernstein et al. (@email{bug-libcdio@@gnu.org}) @page @vskip 0pt plus 1filll @insertcopying @end titlepage @contents @ifnottex @node Top @top GNU @value{libcdio} @insertcopying @menu * History:: How this came about * Previous Work:: The problem and previous work * Purpose:: What is in this package (and what's not) * CD Formats:: A tour through the CD-specification spectrum * CD Image Formats:: A tour through various CD-image formats * CD Units:: The units that make up a CD * How to use:: Okay enough babble, lemme at the library! * Utility Programs:: Diagnostic programs that come with this library * CD-ROM Access and Drivers:: CD-ROM access and drivers * Internal Program Organization:: Looking under the hood Appendices * ISO-9660 Character Sets:: * Glossary:: * GNU Free Documentation License:: Indices * General Index:: Overall index @end menu @end ifnottex @node History @chapter History As a result of the repressive Digital Millennium Copyright Act, DMCA, I became aware of Video CD's (VCD's). Video CD's are not subject to the DMCA and therefore enjoy the protection afforded by copyright but no more. But in order for VCD's to be competitive with DVD's, good tools -- including GPL tools -- are needed for authoring and playing them. And so through VCD's I became aware of the excellent Video CD tools by Herbert Valerio Riedel which form the @kbd{vcdimager} package. Although vcdimager is great for authoring, examining and extracting parts of a Video CD, it is not a VCD player. And when I looked at the state of Video CD handling in existing VCD players: @code{xine}, @code{MPlayer}, and @code{vlc}, I was a bit disappointed. None handled playback control, menu selections, or playing still frames and segments from track 1. Version 0.7.12 of vcdimager was very impressive, however it lacked exportable libraries that could be used in other projects. So with the blessing and encouragement of Herbert Valerio Riedel, I took to extract and create libraries from this code base. The result was two libraries: one to extract information from a VCD which I called libvcdinfo, and another to do the reading and control of a VCD. Well, actually, at this point I should say that a Video CD is really just Video put on a existing well-established Compact Disc or CD format. So the library for this is called @value{libcdio} rather than @kbd{libvcdio}. While on the topic of the name @value{libcdio}, I should also explain that the library really doesn't handle writing or output (the final "o" in the name). However it was felt that if I put @code{libcdi} that might be confused with a particular CD format called CD-I. Later on, the ISO-9660 filesystem handling component from @kbd{vcdimager} was extracted, expanded and made a separate library. Next the ability to add MMC commands was added, and then CD paranoia support. And from there, the rest is history. @node Previous Work @chapter The problem and previous work If around the year 2002 you were to look at the code for a number of free software CD or media players that work on several platforms such as vlc, MPlayer, xine, or xmms to name but a few, you'd find the code to read a CD sprinkled with conditional compilation for this or that platform. That is there was @emph{no} OS-independent programmer library for CD reading and control even though the technology was over 10 years old; yet there are media players which strive for OS independence. One early CD player, @kbd{xmcd} by Ti Kan, was I think a bit better than most in that it tried to @emph{encapsulate} the kinds of CD control mechanisms, e.g.\ SCSI, Linux ioctl, Toshiba, in a "CD Audio Device Interface Library" called @code{libdi}. However this library is for Audio CD's only and I don't believe this library has been used outside of xmcd. Another project, Simple DirectMedia Layer also encapsulates CD reading. @quotation SDL is a library that allows you portable low-level access to a video framebuffer, audio output, mouse, and keyboard. With SDL, it is easy to write portable games which run on ... @end quotation Many of the media players mentioned above do in fact can make use of the SDL library but for @emph{video} output only. Because the encapsulation is over @emph{many} kinds of I/O (video, joysticks, mice, as well as CD's), I believe that the level of control provided for CD a little bit limited. (However to be fair, it may have only been intended for games and may be suitable for that). Applications that just want the CD reading and control portion I think will find quite a bit overhead. Another related project is J@"org Schilling's SCSI library. You can use that to make a non-SCSI CD-ROM act like one that understands SCSI MMC commands which is a neat thing to do. However it is a little weird to have to install drivers just so you can run a particular user-level program. Installing drivers often requires special privileges and permissions and it is pervasive on a system. It is a little sad that along the way to creating such a SCSI library a library similar to @value{libcdio} wasn't created which could be used. Were that the case, this library certainly never would have been written. At the OS level there is the ``A Linux CD-ROM Standard'' by David van Leeuwen from around 1999. This defines a set of definitions and ioctl's that mask hardware differences of various Compact Disc hardware. It is a great idea, however this ``standard'' lacked adoption on OS's other than GNU/Linux. Or maybe it's the case that the standard on other OS's lacked adoption on GNU/Linux. For example on FreeBSD there is a ``Common Access Method'' (CAM) used for all SCSI access which seems not to be adopted in GNU/Linux.@footnote{And I'm thankful for that since, at least for MMC commands, it is inordinately complicated and in some places arcane.} Finally at the hardware level where a similar chaos exists, there has been an attempt to do something similar with the MMC (multimedia commands). This attempts to provide a uniform command set for CD devices like PostScript does for printer commands.@footnote{I wrote ``attempts'' because over time the command set has changed and now there are several different commands to do a particular function like read a CD table of contents and some hardware understands some of the version of the commands set but might not others} In contrast to PostScript where there one in theory can write a PostScript program in a uniform ASCII representation and send that to a printer, for MMC although there are common internal structures defined, there is no common syntax for representing the structures or an OS-independent library or API for issuing MMC-commands which a programmer would need to use. Instead each Operating System has its own interface. For example Adaptec's ASPI or Microsoft's DeviceIoControl on Microsoft Windows, or IOKit for Apple's OS/X, or FreeBSD's CAM. I've been positively awed at how many different variations and differing levels of complexity there are for doing basically the same thing. How easy it is to issue an MMC command from a program varies from easy to very difficult. And mastering the boilerplate code to issue an MMC command on one OS really doesn't help much in figuring out how to do it on another OS. So in @value{libcdio} we provide a common (and hopefully simple) API to issue MMC commands. @node Purpose @chapter What is in this package (and what's not) The library, @command{libcdio}, encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. Also included is a library, @command{libiso9660}, for working with ISO-9660 filesystems. Some support for disk-image types like cdrdao's TOC, CDRWIN's BIN/CUE and Ahead Nero's NRG format is available, so applications that use this library also have the ability to read disc images as though they were CDs. @command{libcdio} also provides a way to issue SCSI ``MultiMedia Commands'', MMC. MMC is supported by many hardware CD-ROM manufacturers; and in some cases where a CD-ROM doesn't understand MMC directly, some Operating Systems (such as GNU/Linux, Solaris, or FreeBSD or Microsoft Windows ASPI to name a few) provide the MMC emulation.@footnote{This concept of software emulation of a common hardware command language is common for printers such as using ghostscript to private postscript emulation for a non-postscript printer.} As a separate package under a separate GPL2 license are @command{libcdio_paranoia}, and @command{libcdio_cdda} libraries for applications which want to use cdparanoia's error-correction and jitter detection. The first use of the library in this package are the Video CD authoring and ripping tools, VCDImager (@url{http://vcdimager.org}). See @url{http://www.gnu.org/software/libcdio/projects.html} for a list of projects using @command{libcdio}. A version of the CD-DA extraction tool cdparanoia, @url{http://www.xiph.org/paranoia}, and its library which corrects for CD-ROM jitter are part of the distribution. Also included in the libcdio package is a utility program @command{cd-info} which displays CD information: number of tracks, CD-format and if possible basic information about the format. If libcddb (@url{http://libcddb.sourceforge.net}) is available, the @command{cd-info} program will display CDDB matches on CD-DA discs. And if a new enough version of libvcdinfo is available from the vcdimager project, then @command{cd-info} shows basic VCD information. Other utility programs in the libcdio package are: @table @code @item @code{cdda-player} shows off @value{libcdio} audio and CD-ROM control commands. It can play a track, eject or load media and show the the status of a CD-DA that is might be currently played via the audio control commands. It can be run in batch mode or has a simple curses-based interface. If libcddb is available or a CD has CD-Text and your CD-ROM drive supports CD-Text, track/album information about the CD can be shown. @item @code{cd-drive} shows what drivers are available and some basic properties of cd-drives attached to the system. Media may have to be inserted in order to get this info. The program also lists out drive capabilities @item cd-read performs low-level block reading of a CD or CD image @item @code{iso-info} displays ISO-9660 information from an ISO-9660 image. Below is some sample output @smallexample iso-info version 0.82 x86_64-unknown-linux-gnu Copyright (c) 2003, 2004, 2005, 2007, 2008 R. Bernstein This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. __________________________________ ISO 9660 image: ../test/joliet.iso Application: K3B THE CD KREATOR VERSION 0.11.12 (C) 2003 SEBASTIAN TRUEG AND... Preparer : K3b - Version 0.11.12 Publisher : Rocky Bernstein System : LINUX Volume : K3b data project Volume Set : __________________________________ ISO-9660 Information /: Oct 22 2004 19:44 . Oct 22 2004 19:44 .. Oct 22 2004 19:44 libcdio /libcdio/: Oct 22 2004 19:44 . Oct 22 2004 19:44 .. Mar 12 2004 02:18 COPYING Jun 26 2004 07:01 README Aug 12 2004 06:22 README.libcdio Oct 22 2004 19:44 test /libcdio/test/: Oct 22 2004 19:44 . Oct 22 2004 19:44 .. Jul 25 2004 06:52 isofs-m1.cue @end smallexample @item @code{iso-read} extracts files from an ISO-9660 image. @item @code{mmc-tool} a program for issuing some MMC commands @end table Historically, @code{libcdio} did not support write access to drives. In conjunction with additional work in a separate project @code{libburn}, Thomas Schmitt has modified @code{libcdio} to enable sending SCSI write commands on some of the drivers. This enables other programs like @code{libburn} to write to CD's, DVD's and Blu-Ray discs. For the OS drivers which are lacking write access, volunteers are welcome. @node CD Formats @chapter CD Formats Much of what I write in this section can be found elsewhere. See for example @url{http://www.pctechguide.com/08cd-rom.htm} or @url{http://www.pcguide.com/ref/cd/format.htm} We give just enough background here to cover Compact Discs and Compact Disc formats that are handled by this library. The Sony and Philips Corporations invented and Compact Disc (CD) in the early 1980s. The specifications for the layout is often referred to by the color of the cover on the specification. @menu * Red Book:: Red Book (CD-DA) CD Text, CDDB * Yellow Book:: Yellow Book (CD-ROM Digital Data) * Green Book:: Green Book (CD-i) * White Book:: White Book (DV, Video CD) @end menu @node Red Book @section Red Book (CD-DA) @cindex Red Book @menu * CD Text:: CD Text and CD+G * CDDB:: Internet CD Database (CDDB) @end menu The first type of CD that was produced was the Compact Disc Digital Audio (CD-DA) or just plain ``audio CD''. The specification, ICE 60908 (formerly IEC 908) is commonly called the ``Red Book'', @cite{@url{http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard)}}. Music CD's are recorded in this format which basically allows for around 74 minutes of audio per disc and for that information to be split up into tracks. Tracks are broken up into "sectors" and each sector contains up to 2,352 bytes. To play one 44.1 kHz CD-DA sampled audio second, 75 sectors are used. The minute/second/frame numbering of sectors or MSF format is based on the fact that 75 sectors are used in a second of playing of sound. (And for almost every other CD format and application the MSF format doesn't make that much sense). In @value{libcdio} when you you want to read an audio sector, you call @code{cdio_read_audio_sector()} or @code{cdio_read_audio_sectors()}. @cindex subchannel In addition the the audio data ``channel'' a provision for other information or @term{subchannel} information) can be stored in a sector. Other subchannels include a Media Catalog Number (also abbreviated as MCN and sometimes a UPC), or album meta data (also called CD-Text). Karioke graphics can also be stored in a format called @term{CD+G}. @node CD Text @subsection CD Text, CD+G @cindex CD Text @cindex CD+G CD Text is an extension to the CD-DA standard that adds the ability to album and track meta data (titles, artist/performer names, song titles) and graphical (e.g. Karaoke) information. For an alternative way to get album and track meta-data see @xref{CDDB}. Information is stored in such a way that it doesn't interfere with the normal operation of any CD players or CDROM drives. There are two different parts of the CD where the data can be stored. The first place the information can be recorded is in the R-W sub codes in the lead in area of the CD. This information is stored as a single block of data and is the format. The method for reading this data from a CDROM drive is covered under the Sony proposal to the MMC specification. The format of the data is partially covered in the MMC specification. CD Text information is stored in this area. The format that follows the Interactive Text Transmission System (ITTS) is the same data transmission standard used by such things as Digital Audio Broadcasting (DAB), and virtually the same as the data standard for the MiniDisc. The second place the information can be recorded is in the R-W sub codes in the program area of the CD giving a data capacity of roughly 31MB. CD+G (CD w/graphics) uses this method. The methods for reading this data from a CD-ROM drive were first covered by the programming specs from the individual drive manufacturers. In the case of ATAPI drives, the SFF8020 spec covers the reading of the RW subcodes. Subsequently it has been encorporated into the MMC specifications. Not all drives support reading the RW subcodes from the program area. However for those that do, @value{libcdio} provides a way to get at this information via @code{cdtext_get()} and its friends. There is a separate document in this distribution describing CD-Text information and how it is encoded. @node CDDB @subsection Internet CD Database (CDDB) @cindex CDDB CDDB is an database on the Internet of of CD album/track, artist, and genre information similar to CD Text information. Using track information (number of tracks and length of the tracks), devices that have access to the Internet can query for meta information and contribute information for CD's where there is no existing information. When storage is available (such as you'd expect for any program using @value{libcdio}, the information is often saved for later use when the Internet is not available; people tend request the same information since they via programs play the same music. Obtaining CD meta information when none is encoded in an audio CD is useful in media players or making ones own compilations from audio CDs. There are currently two popular CDDB services on the Internet. The original database has been renamed Gracenote and is a profit making entity. FreeDB (@url{http://freedb.org} is an open source CD information resource that is free for developers and the public to use. As there already is an excellent library for handling CDDB libcddb (@url{http://libcddb.sourceforge.net} we suggest using that. Our utility program @command{cd-info} will make use it if it is available and it's what we use in our applications that need it. @node Yellow Book @section Yellow Book (CD-ROM Digital Data) The CD-ROM specification or the ``Yellow Book'' followed a few years later (Standards ISO/IEC 10149), and describes the extension of CD's to store computer data, i.e. CD-ROM (Compact Disk Read Only Memory). The specification in the Yellow Book defines two modes: Mode 1 and Mode 2. @menu * ISO 9660:: * Mode 1:: Mode 1 Format * Mode 2:: Mode 2 Format @end menu @node ISO 9660 @subsection ISO 9660 @cindex ISO 9660 @menu * ISO 9660 Level 1:: * ISO 9660 Level 2:: * ISO 9660 Level 3:: * Joliet Extensions:: * Rock Ridge Extensions:: @end menu The Yellow Book doesn't specify how data is to be stored on a CD-ROM. It was feared that different companies would implement proprietary data storage formats using this specification, resulting in incompatible data CDs. To prevent this, representatives of major manufacturers met at the High Sierra Hotel and Casino in Lake Tahoe, NV, in 1985, to define a standard for storing data on CDs. This format was nicknamed High Sierra Format. In a slightly modified form it was later adopted as ISO the ISO 9660 standard. This standard is further broken down into 3 "levels", the higher the level, the more permissive. @node ISO 9660 Level 1 @subsubsection ISO 9660 Level 1 Level 1 ISO 9660 defines names in the 8+3 convention so familiar to MS-DOS: eight characters for the filename, a period, and then three characters for the file type, all in upper case. The allowed characters are A-Z, 0-9, ".", and "_".Level 1 ISO 9660 requires that files occupy a contiguous range of sectors. This allows a file to be specified with a start block and a count. The maximum directory depth is 8. For a table of the characters, see @xref{ISO-9660 Character Sets}. @node ISO 9660 Level 2 @subsubsection ISO 9660 Level 2 Level 2 ISO 9660 allows far more flexibility in filenames, but isn't usable on some systems, notably MS-DOS. @node ISO 9660 Level 3 @subsubsection ISO 9660 Level 3 Level 3 ISO-9660 allows non-contiguous files, useful if the file was written in multiple packets with packet-writing software. There have been a number of extensions to the ISO 9660 CD-ROM file format. One extension is Microsoft's Joliet specification, designed to resolve a number of deficiencies in the original ISO 9660 Level 1 file system, and in particular to support the long file names used in Windows 95 and subsequent versions of Windows. Another extension is the Rock Ridge Interchange Protocol (RRIP), which enables the recording of sufficient information to support POSIX File System semantics. @node Joliet Extensions @subsubsection Joliet Extensions @cindex Joliet extensions Joliet extensions were an upward-compatible extension to the ISO 9660 specification that removes the limitation initially put in to deal with the limited filename conventions found in Microsoft DOS OS. In particular, the Joliet specification allows for long filenames and allows for UCS-BE (BigEndian Unicode) encoding of filenames which include mixed case letter, accented characters spaces and various symbols. The way all of this is encoded is by adding a second directory and filesystem structure in addition to or in parallels to original ISO 9600 filesystem. The root node of the ISO 9660 filesystem is found via the @term{Primary Volume Descriptor} or @term{PVD}. The root of the Joliet-encode filesystem is found in a Supplementary Volume Descriptor or @term{SVD} defined in the ISO 9660 specification. The SVD structure is almost identical to a PVD with a couple of unused fields getting used and with the filename encoding changed to UCS-BE. @node Rock Ridge Extensions @subsubsection Rock Ridge Extensions @cindex Rock Ridge extensions Using the Joliet Extension one overcome the limitedness of the original ISO-9660 naming scheme. But another and probably better method is to use the Rock Ridge Extension. Not only can one store a filename as one does in a POSIX OS, but the other file attributes, such as the various timestamps (creation, modification, access), file attributes (user, group, file mode permissions, device type, symbolic links) can be stored. This is much as one would do in XA attributes; however the two are not completely interchangeable in the information they store: XA does @emph{not} address filename limitations, and the Rock Ridge extensions don't indicate if a sector is in Mode 1 or Mode 2 format. The Rock Ridge extension makes use of a hook that was defined as part of the ISO 9660 standard. @node Mode 1 @subsection Mode 1 (2048 data bytes per sector) @cindex Mode 1 Mode 1 is the data storage mode used by to store computer data. There are 3 layers of error correction. A Compact Disc using only this format can hold at most 650 MB. The data is laid out in basically the same way as in and audio CD format, except that the 2,352 bytes of data in each block are broken down further. 2,048 of these bytes are for ``real'' data. The other 304 bytes are used for an additional level of error detecting and correcting code. This is necessary because data CDs cannot tolerate the loss of a handful of bits now and then, the way audio CDs can. In @value{libcdio} when you you want to read a mode1 sector you call the @code{cdio_read_mode1_sector()} or @code{cdio_read_mode1_sectors()}. @node Mode 2 @subsection Mode 2 (2336 data bytes per sector) @cindex Mode 2 Mode 2 data CDs are the same as mode 1 CDs except that the error detecting and correcting codes are omitted. So still there are 2 layers of error correction. A Compact Disc using only this mode can thus hold at most 742 MB. Similar to audio CDs, the mode 2 format provides a more flexible vehicle for storing types of data that do not require high data integrity: for example, graphics and video can use this format. But in contrast to the Red Book standard, different modes can be mixed together; this is the basis for the extensions to the original data CD standards known as CD-ROM Extended Architecture, or CD-ROM XA. CD-ROM XA formats currently in use are CD-I Bridge formats, Photo CD and Video CD plus Sony's Playstation. In @value{libcdio} when you you want to read a mode1 sector you call the @code{cdio_read_mode2_sector()} or @code{cdio_read_mode2_sectors()}. @node Green Book @section Green Book (CD-i) @cindex Green Book This was a CD-ROM format developed by Philips for CD-i (an obsolete embedded CD-ROM application allowing limited user user interaction with films, games and educational applications). The format is ISO 9660 compliant and introduced mode 2 form 2 addressing. It also contains XA (Extended Architecture) attributes. Although some Green Book discs contain CD-i applications which can only be played on a CD-i player, others have films or music videos. Video CDs in Green-Book format are labeled "Digital Video on CD." The Green Book for video is largely superseded by White book CD-ROM which draws on this specification. @node White Book @section White Book (DV, Video CD) @cindex Green Book The White Book was released by Sony, Philips, Matsushita, and JVC in 1993, defines the Video CD specification. The White Book is also known as Digital Video (DV). A Video CD contains one data track recorded in CD-ROM XA Mode 2 Form 2. It is always the first track on the disc (Track 1). The ISO-9660 file structure and a CD-i application program are recorded in this track, as well as the Video CD Information Area which gives general information about the Video Compact Disc. After the data track, video is written in one or more subsequent tracks within the same session. These tracks are also recorded in Mode 2 Form 2. In @value{libcdio} when you you want to read a mode2 format 2 audio sector you call the @code{cdio_read_mode2_sector()} or @code{cdio_read_mode2_sectors()} setting @code{b_form2} to @code{true}. @node CD Image Formats @chapter CD Image Formats @menu * CDRDAO TOC Format:: * CDRWIN BIN/CUE Format:: * NRG Format:: @end menu In both the @command{cdrdao} and bin/cue formats there is one meta-file with extensions @code{.toc} or @code{.cue} respectively and one or more files (often with the extension @code{.bin}) which contains the content of tracks. The format of the track data is often interchangeable between the two formats. For example, in @value{libcdio}'s regression tests we make use of this to reduce the size of the test data and just provide alternate meta-data files (@code{.toc} or @code{.cue}). In contrast to the first two formats, the NRG format consists of a single file. This has the advantage of being a self-contained unit: in the other two formats it is possible for the meta file to refer to a file that can't be found. A disadvantage of the NRG format is that the meta data can't be easily viewed or modified say in a text file as it can be with the first two formats. In conjunction with this disadvantage is another disadvantage that the format is not documented, so how @value{libcdio} interprets an NRG image is based on inference. It is recommended that one of the other forms be used instead of NRG where possible. @node CDRDAO TOC Format @section CDRDAO TOC Format This is @command{cdrdao}'s CD-image description format. Since this program is GPL and everything about it is in the open, it is the preferred format to use. (Alas, at present it isn't as well supported in @value{libcdio} as the BIN/CUE format.) The @emph{toc}-file describes what data is written to the media in the @acronym{CD-ROM}; it allows control over track/index positions, pre-gaps and sub-channel information. It is a text file, so a text editor can be used to create, view or modify it. The @cite{cdrdao(1) manual page}, contains more information about this format. @subsection CDRDAO Grammar Below are the lexical tokens and grammar for a cdrdao TOC. It was taken from the cdrdao's pacct grammar; the token and nonterminal names are the same. @example #lexclass START #token Eof "@@" #token "[\t\r\ ]+" #token Comment "//~[\n@@]*" #token "\n" #token BeginString "\"" #token Integer "[0-9]+" #tokclass AudioFile @{ "AUDIOFILE" "FILE" @} #lexclass STRING #token EndString "\"" #token StringQuote "\\\"" #token StringOctal "\\[0-9][0-9][0-9]" #token String "\\" #token String "[ ]+" #token String "~[\\\n\"\t ]*" @end example @example ::= ( "CATALOG" | )* @{ @} ( )+ Eof ::= "TRACK" @{ @} ( "ISRC" | @{ "NO" @} "COPY" | @{ "NO" @} "PRE_EMPHASIS" | "TWO_CHANNEL_AUDIO" | "FOUR_CHANNEL_AUDIO" )* @{ @} @{ "PREGAP" @} ( | "START" @{ msf @} | "END" @{ msf @} )+ ( "INDEX" )* ::= AudioFile @{ "SWAP" @} @{ "#" @} | "DATAFILE" @{ "#" @{ @} @} | "FIFO" | "SILENCE" | "ZERO" @{ dataMode @} @{ @} ::= BeginString ( String | StringQuote | StringOctal )+ EndString ::= BeginString ( String | StringQuote | StringOctal )* EndString ::= Integer ::= Integer ::= Integer ":" Integer ":" Integer ::= | ::= | ::= "AUDIO" | "MODE0" | "MODE1" | "MODE1_RAW" | "MODE2" | "MODE2_RAW" | "MODE2_FORM1" | "MODE2_FORM2" | "MODE2_FORM_MIX" ::= "AUDIO" | "MODE1" | "MODE1_RAW" | "MODE2" | "MODE2_RAW" | "MODE2_FORM1" | "MODE2_FORM2" | "MODE2_FORM_MIX" ::= "RW" | "RW_RAW" ::= "CD_DA" | "CD_ROM" | "CD_ROM_XA" | "CD_I" ::= "TITLE" | "PERFORMER" | "SONGWRITER" | "COMPOSER" | "ARRANGER" | "MESSAGE" | "DISC_ID" | "GENRE" | "TOC_INFO1" | "TOC_INFO2" | "RESERVED1" | "RESERVED2" | "RESERVED3" | "RESERVED4" | "UPC_EAN" | "ISRC" | "SIZE_INFO" ::= "@{" @{ Integer ( "," Integer )* @} "@}" ::= ( | ) ::= "LANGUAGE" Integer "@{" ( )* "@}" ::= "LANGUAGE_MAP" "@{" ( Integer ":" ( Integer | "EN" ) )+ "@}" ::= "CD_TEXT" "@{" ( )* "@}" ::= "CD_TEXT" "@{" @{ @} ( )* "@}" @end example @node CDRWIN BIN/CUE Format @section CDRWIN BIN/CUE Format @cindex BIN/CUE, CD Image Format The format referred to as @emph{CDRWIN BIN/CUE Format} in this manual is a popular CD image format used in the @acronym{PC} world. Not unlike @command{cdrdao}'s TOC file, the @emph{cue} file describes the track layout, i.e. how the sectors are to be placed on the CD media. The @emph{cue} file usually contains a reference to a file traditionally having the @file{.bin} extension in its filename, the @emph{bin} file. This @emph{bin} file contains the sector data payload which is to be written to the CD medium according to the description in the @emph{cue} file. The following is an attempt to describe the subset of the @file{.cue} file syntax used in @value{libcdio} and vcdimager in an EBNF-like notation: @subsection BIN/CUE Grammar @example @cartouche ::= +( + ) ::= "0" | "1" ... "8" | "9" ::= + ::= ":" ":" ::= "FILE" ::= [ "\"" ] [ "\"" ] | "\"" "\"" ::= "BINARY" ::= [ ] [ ] * [ ] ::= "FLAGS" * ::= "DCP" ::= "TRACK" ::= "PREGAP" ::= "INDEX" ::= "POSTGAP" ::= "AUDIO" | "MODE1/2048" | "MODE1/2352" | "MODE2/2336" | "MODE2/2352" ::= "REM" * @end cartouche @end example @node NRG Format @section NRG Format @cindex Nero NRG, CD-Image format The format referred to as @emph{NRG Format} in this manual is another popular CD image format. It is available only on Nero software on a Microsoft Windows Operating System. It is proprietary and not generally published, so the information we have comes from guessing based on sample CD images. So support for this is incomplete and using this format is not recommended. Unlike @command{cdrdao}'s TOC file the BIN/CUE format everything is contained in one file that one can edit. Meta information such as the number of tracks and track format is contained at the end of the file. This information is not intended to be edited through a text editor. @node CD Units @chapter The units that make up a CD @menu * Tracks:: Tracks * Sectors:: Block addressing (MSF, LSN, LBA) * Pre-gaps:: Track pre-gaps @end menu @node Tracks @section tracks --- disc subdivisions @cindex track @cindex gaps In this section we describe CD properties and terms that we make use of in @value{libcdio}. A CD is formatted into a number of @term{tracks}, and a CD can hold at most 99 such tracks. This is defined by @code{CDIO_CD_MAX_TRACKS} in @file{cdio/sector.h}. Between some tracks CD specifications require a ``2 second'' in gap (called a @term{lead-in gap}. This is unused space with no ``data'' similar to the space between tracks on an old phonograph. The word ``second'' here really refers to a measure of space and not really necessarily an amount of time. However in the special case that the CD encodes an audio CD or CD-DA, the amount of time to play a gap of this size will take 2 seconds. @cindex lead out The beginning (or inner edge) of the CD is supposed to have a ``2 second'' lead-in gap and there is supposed to be another ``2 second'' @term{lead-out} gap at the end (or outer edge) of the CD. People have discovered that they can put useful data in the @term{lead-in} and @term{lead-out} gaps, and their equipment can read this, violating the standards but allowing a CD to store more data. In order to determine the number of tracks on a CD and where they start, commands are used to get this table-of-contents or @term{TOC} information. Asking about the start of the @term{lead-out track} gives the amount of data stored on the Compact Disk. To make it easy to specify this leadout track, special constant 0xAA (decimal 170) is used to indicate it. This is safe since this is higher than the largest legal track position. In @value{libcdio}, @code{CDIO_CDROM_LEADOUT_TRACK} is defined to be this special value. @node Sectors @section block addressing (MSF, LSN, LBA) @cindex MSF @cindex LSN @cindex LBA @cindex sectors @cindex frames A track is broken up into a number of 2352-byte @emph{blocks} which we sometimes call @emph{sectors} or @emph{frames}. Whereas tracks may have a gap between them, a block or sector does not. (In @value{libcdio} the block size constant is defined using @code{CDIO_CD_FRAMESIZE_RAW}). A Compact Disc has a limit on the number of blocks or sectors. This values is defined by constant @code{CDIO_CD_MAX_LSN} in @file{cdio/sector.h}. One can addressing a block in one of three formats. The oldest format is by it's minute/second/frame number, also referred to as @term{MSF} and written in time-like format MM:SS:FF (e.g. 30:01:40). It is best suited in audio (Red Book) applications. In @value{libcdio}, the type @code{msf_t} can be used to declare variables to hold such values. Minute, second and frame values are one byte @emph{and stored BCD notation}.@footnote{Perhaps this is a @value{libcdio} design flaw. It was originally done I guess because it was convenient for VCDs.} There are @value{libcdio} conversion routines @code{cdio_from_bcd8()} and @code{cdio_to_bcd8()} to convert the minute, second, and frame values into or out of integers. If you want to print a field in a BCD-encoded MSF, one can use the format specifier @code{%x} @emph{(not @code{%d})} and things will come out right. In the MSF notation, there are 75 ``frames'' in a ``second,'' and the familiar (if awkward) 60 seconds in a minute. @emph{Frame} here is what we called a @emph{block} above. The CD specification defines ``frame'' to be @emph{another} unit which makes up a block. Very confusing. A frame is also sometimes called a sector, analogous to hard-disk terminology. Even more confusing is using this time-like notation for an address or for a length. Too often people confuse the MSF notation this with an amount of time. A ``second'' (or @code{CDIO_CD_FRAMES_PER_SEC} blocks) in this notation is only a second of playing time for something encoded as CD-DA. It does @emph{not} necessarily represent the amount time that it will take to play a of Video CD---usually you need more blocks than this. Nor does it represent the amount of data used to play a second of an MP3---usually you need fewer blocks than this. It is also not the amount of time your CD-ROM will take to read a ``second'' of data off a Compact Disc: for example a 12x CD player will read 12x @code{CDIO_CD_FRAMES_PER_SEC} @code{CDIO_CD_FRAMSIZE_RAW}-byte blocks in a one second of time. When programming, unless one is working with a CD-DA (and even here, only in a time-like fashion), is generally more cumbersome to use an MSF rather than a LBA or LSN described below, since subtraction of two MSF's has the awkwardness akin to subtraction using Roman Numerals. A simpler way to address a block is to use a ``Logical Sector Number'' (@term{LSN}) or a ``Logical Block Address (@term{LBA}). In the MMC-5 glossary these are synonymous terms. However historically it has been used differently. In libcdio, to convert a LBA into an LSN you just subtract 150. Both LBA's and LSN's can be negative. @node Pre-gaps @section track pre-gaps -- @acronym{CD-DA} discs and gaps @cindex CD-DA @cindex gaps @cindex lead in @cindex lead out @cindex pre-gap @cindex Q sub-channel Gaps are possibly one of the least understood topics in audio discs. In the case of @acronym{CD-DA} discs, standards require a silent 2 second gap before the first audio track and after the last audio track (in each session.) These are respectively referred to as @term{lead-in} and @term{lead-out} gaps. No other gaps are required. It is important not to confuse the required @term{lead-in} and @term{lead-out} gaps with the optional track @term{pre-gap}s. Track @term{pre-gap}s are the gaps that may occur between audio tracks. Typically, track @term{pre-gap}s are filled with silence so that the listener knows that one song has ended, and the next will soon begin. However, track @term{pre-gap}s do not have to contain silence. One exception is an audio disc of a live performance. Because the performer may seamlessly move from one piece of the performance to the next, it would be unnatural for the disc to contain silence between the two pieces. Instead, the track number updates with no interruption in the performance. This allows the listener to either hear the entire performance without unnatural interruptions, or to conveniently skip to certain pieces of the performance. Finally, some @acronym{CD-DA} discs--whose behavior will be described below--lack track @term{pre-gap}s altogether although they must still include the @term{lead-in} and @term{lead-out} gaps. In order to understand the track @term{pre-gap}s that occur between audio tracks, it is necessary to understand how CD players display the track number and time. Embedded in each block of audio data is non-audio information known as the @term{Q sub-channel}. The @term{Q sub-channel} data tells the CD player what track number and time it should display while it is playing the block of audio data in which the @term{Q sub-channel} data is embedded. Near the end of some tracks, the @term{Q sub-channel} may instruct the CD player to update the track number to the next track, and display a count down to the next track, often starting at -2 seconds and proceeding to zero. This is known as an audio track @term{pre-gap}. It may either contain silence, or as previously discussed--in the case of live performances--it may contain audio. Almost as often as not, there is no @term{pre-gap} whatsoever. Regardless, an audio track @term{pre-gap} is purely determined by the contents of the @term{Q sub-channel}, which is embedded in each audio sector. This has some interesting implications for the track forward button. When the track forward button is pressed on a CD player, the CD player advances to the next track, skipping that track's @term{pre-gap}. This is because the CD player uses the starting address of the track from the disc's table of contents (TOC) to determine where to start playing a track when either the track forward or track backward buttons are pressed. So to hear a @term{pre-gap} for track 4, the listener must either listen to track 3 first, or use the track forward or backward buttons to go to track 4, then use the seek backward button to back up into track 4's @term{pre-gap}, which is really part of track 3, at least according to the TOC. Track 1 @term{pre-gap}s are especially interesting because some commercial discs have audio hidden before the beginning of the first track! The only way to hear this hidden audio with a standard player is to use the seek backward button as soon as track 1 begins playing! Audio track @term{pre-gap}s may be specified in a couple of different ways in the popular cue file format. The first way of specifying a @term{pre-gap} is to use the @command{PREGAP} command. This will place a @term{pre-gap} containing silence before a track. The second way of specifying a @term{pre-gap} is to give a track an @command{INDEX 00} as well as the more normal @command{INDEX 01}. @command{INDEX 01} will be used to specify the start of the track in the disc's TOC, while @command{INDEX 00} will be used to specify the start of the track's @term{pre-gap} as recorded in the @term{Q sub-channel}. @command{INDEX 00} is ordinarily used for specifying track @term{pre-gap}s that contain audio rather than silence. Thus, the cue file format may be used to specify track @term{pre-gap}s with silence or audio, depending on whether the @command{PREGAP} or @command{INDEX 00} commands are specified. If neither type of @term{pre-gap} is specified for a track, no @term{pre-gap} is created for that track, which merely means the absence of @term{pre-gap} information in the @term{Q sub-channel}, and the lack of a short count down to the next track. Various @acronym{CD-DA} ripping programs take various approaches to track @term{pre-gap}s. Some ripping programs ignore track @term{pre-gap}s altogether, relying solely on the disc's TOC to determine where tracks begin and end. If a disc is ripped with such a program, then re-burned later, the resulting disc will lack track @term{pre-gap}s, and thereby lack the playback behavior of counting down to the next track. Other ripping programs detect track @term{pre-gap}s and record them in the popular cue file format among others. Such ripping programs sometimes allow the user to determine whether track @term{pre-gap}s will be appended to the prior track or pre-pended to the track to which they "belong". Note that if a ripping program is ignorant of track @term{pre-gap}s, the track @term{pre-gap}s will be appended to the prior track, because that is where the disc's TOC puts them. Thus, there are many different ways an application may chose to deal with track @term{pre-gap}s. Consequently, @kbd{libcdio} does not dictate the policy a ripping program should use in dealing with track @term{pre-gap}s. Hence, @kbd{libcdio} provides the @code{cdio_get_track_pregap_[lba|lsn]()} interfaces to allow the application to deal with track @term{pre-gap}s as it sees fit. Note that the @code{cdio_get_track_pregap_[lba|lsn]()} interfaces currently only provide information for CDRDAO TOC, CDRWIN BIN/CUE, and NRG images. Getting the track @term{pre-gap}s from a CD drive is a more complicated problem because not all CD drives support reading the @term{Q sub-channel} @emph{directly} at @emph{high} speed, and there is no interface to determine whether or not a drive supports this optional feature, aside from trying to read the @term{Q sub-channel}, and possibly incurring IO errors. However, all drives @emph{do} support reading the @term{Q sub-channel} @emph{indirectly} while playing an audio disc by asking the drive for the current position. Unfortunately, this occurs at normal playback speed, and requires a certain settling time after the disc starts playing. Thus, using this @emph{slow} interface requires a more sophisticated algorithm, such as binary search or some heuristic, like backing up progressively from the end of the prior track to look for the next track's @term{pre-gap}. Note that CD drives seek @emph{slow}ly, so it is better to simply use a drive that can read the @term{Q sub-channel} directly at @emph{high} speed, and avoid complicated software solutions. (Not to mention that if the user has an older system with an analog audio cable hooked up between their soundboard and their drive, and a ripping program uses the @emph{slow} interface, the user will hear bits of the audio on the disc!) Consequently, because there is no good universal solution to the problem of reading the @term{Q sub-channel} from a drive, @kbd{libcdio} currently leaves this problem up to the application, a problem which is readily approachable through either @kbd{libcdio}'s MMC interface or @kbd{libcdio}'s cdda interface. For an example of one such application, see @url{https://gna.org/projects/cued/}. The preceding section on track @term{pre-gaps} and @acronym{CD-DA} was contributed by Robert William Fuller (@email{hydrologiccycle@@gmail.com}). @node How to use @chapter How to use The @value{libcdio} package comes with a number of small example programs in the directory @file{example} which demonstrate different aspects of the library and show how to use the library. The source code to all of the examples here are contained on the package. Other sources for examples would be the larger utility programs @command{cd-drive}, @command{cd-info}, @command{cd-read}, @command{iso-info}, and @command{iso-read} which are all in the @file{src} directory of the @value{libcdio} package. See also @xref{Utility Programs}. @menu * Include problem:: A note about including * Example 1:: list out tracks and LSNs * Example 2:: list drivers available and default CD device * Example 3:: figure out what kind of CD (image) we've got * Example 4:: use libiso9660 to extract a file from an ISO-9660 image * Example 5:: list CD-Text and CD disc mode info * Example 6:: run a MMC INQUIRY command * Example 7:: using the CD Paranoia library for CD-DA reading * Example 8:: Setting output verbosity * All sample programs:: list of all programs in the example directory @end menu @node Include problem @section A note about including @code{} libcdio installs @code{}. This file contains all of the C Preprocessor values from @code{config.h} (created by configure). This header can be used to consult exactly how libcdio was built. Initially I had selected ``interesting'' values, but this became too hard to maintain. One set of values that libdio needs internally is the whether the CPU that was used to compile libcdio is BigEndian or not; it can get this from libcdio's @code{config.h} which is not installed and preferred or @code{cdio/cdio_config.h}. Some of the libcdio programs like the demo programs include @code{config.h} for the generic reasons that the configuration-created @code{config.h} file is used: to figure out what headers are available. For example, do we have @code{}? The file @code{config.h} is generated by an autotools-generated @code{configure} script. It doesn't check to see if it has been included previously. Later, the demo programs include @code{} to get libcdio headers. But because libcdio needs some of the same information like the BigEndian value, this creates a duplicate include. The way I get around this in the demo programs is by defining @code{__CDIO_CONFIG_H__} after including @code{config.h} as follows: @smallexample #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif @end smallexample Applications using libcdio may find it handy to do something like this as well. Defining @code{__CDIO_CONFIG_H__} will make sure @code{config_cdio.h} which is internally used, doesn't try to redefine preprocessor symbols. Ok. But now what about the problem that there are common preprocessor symbols in @code{config_cdio.h} that an application may want to define in a different manner, like @code{PACKAGE_NAME}? For this, there is yet another header, @code{}. This file undefines any symbol that @code{config.h} defines. And now we bounce to the problem that there may be symbols that are normally defined (@code{HAVE_UNISTD_H}) and you want to keep that way, but others that you don't. So here is what I suggest: @smallexample // for cdio: #include #include # remove *all* symbols libcdio defines // Add back in the ones you want your program #include @end smallexample The solution isn't the most simple or natural, but programming sometimes can be difficult. If someone has a better solution, let me know. Between header files @code{cdio_config.h} and @code{cdio_unconfig.h} and all the fact that almost all headers@footnote{@code{} is one of the few headers that doesn't set a preprocessor symbol: it does its thing every time it is @code{#included}} define a symbol to indicate they have been included, I think there is enough mechanism to cover most situations that may arise. @node Example 1 @section Example 1: list out tracks and LSNs Here we will give an annotated example which can be found in the distribution as @file{example/tracks.c}. @smallexample 1: #include 2: #include 3: #include 4: int 5: main(int argc, const char *argv[]) 6: @{ 7: CdIo_t *p_cdio = cdio_open ("/dev/cdrom", DRIVER_DEVICE); 8: track_t first_track_num = cdio_get_first_track_num(p_cdio); 9: track_t i_tracks = cdio_get_num_tracks(p_cdio); 10: int j, i=first_track_num; 11: 12: printf("CD-ROM Track List (%i - %i)\n", first_track_num, i_tracks); 13 14: printf(" #: LSN\n"); 15: 16: for (j = 0; j < i_tracks; i++, j++) @{ 17: lsn_t lsn = cdio_get_track_lsn(p_cdio, i); 18: if (CDIO_INVALID_LSN != lsn) 19: printf("%3d: %06d\n", (int) i, lsn); 20: @} 21: printf("%3X: %06d leadout\n", CDIO_CDROM_LEADOUT_TRACK, 22: cdio_get_track_lsn(p_cdio, CDIO_CDROM_LEADOUT_TRACK)); 23: cdio_destroy(p_cdio); 24: return 0; 25: @} @end smallexample Already from the beginning on line 2 we see something odd. The @code{#include } is needed because @value{libcdio} assumes type definitions exist for @code{uint32_t}, @code{uint16_t} and so on. Alternatively you change line 2 to: @smallexample #define HAVE_SYS_TYPES_H @end smallexample and @code{} will insert line 2. If you use GNU autoconf to configure your program, add @code{sys/types.h} to @code{AC_HAVE_HEADERS} and @emph{it} will arrange for @code{HAVE_SYS_TYPES_H} to get defined. If you don't have @code{} but have some other include that defines these types, put that instead of line 2. Or you could roll your own typedefs. (Note: In the future, this will probably get ``fixed'' by requiring glib.h.) Okay after getting over the hurdle of line 2, the next line pretty straightforward: you need to include this to get cdio definitions. One of the types that is defined via line 3 is @code{CdIo_t} and a pointer that is used pretty much in all operations. Line 6 initializes the variable @code{cdio} which we will be using in all of the subsequent libcdio calls. It does this via a call to @code{cdio_open()}. The second parameter of @code{cdio_open} is DRIVER_UNKNOWN. For any given installation a number of Compact Disc device drivers may be available. In particular it's not uncommon to have several drivers that can read CD disk-image formats as well as a driver that handles some CD-ROM piece of hardware. Using DRIVER_UNKNOWN as that second parameter we let the library select a driver amongst those that are available; generally the first hardware driver that is available is the one selected. If there is no CD in any of the CD-ROM drives or one does not have access to the CD-ROM, it is possible that @value{libcdio} will find a CD image in the directory you run this program and will pick a suitable CD-image driver. If this is not what you want, but always want some sort of CD-ROM driver (or failure if none), then use DRIVER_DEVICE instead of DRIVER_UNKNOWN. Note that in contrast to what is typically done using ioctls to read a CD, you don't issue any sort of CD-ROM read TOC command---that is all done by the driver. Of course, the information that you get from reading the TOC is often desired: many tracks are on the CD, or what number the first one is called. This is done through calls on lines 8 and 9. For each track, we call a cdio routine to get the logical sector number, @code{cdio_get_track_lsn()} on line 17 and print the track number and LSN value. Finally we print out the ``lead-out track'' information and we finally call @code{cdio_destroy()} in line 23 to indicate we're done with the CD. @node Example 2 @section Example 2: list drivers available and default CD device One thing that's a bit hockey in Example 1 is hard-coding the name of the device used: @code{/dev/cdrom}. Although often this is the name of a CD-ROM device on GNU/Linux and possibly some other Unix derivatives, there are many OSs for which use a different device name. In the next example, we'll let the driver give us the name of the CD-ROM device that is right for it. @smallexample 1: #include 2: #include 3: #include 4: int 5: main(int argc, const char *argv[]) 6: @{ 7: CdIo_t *p_cdio = cdio_open (NULL, DRIVER_DEVICE); 8: const driver_id_t *driver_id_p; 9: 10: if (NULL != p_cdio) @{ 11: printf("The driver selected is %s\n", cdio_get_driver_name(p_cdio)); 12: printf("The default device for this driver is %s\n\n", 13: cdio_get_default_device(p_cdio)); 14: cdio_destroy(p_cdio); 15: @} else @{ 16: printf("Problem in trying to find a driver.\n\n"); 17: @} 18: 19: for (driver_id_p=cdio_drivers; *driver_id_p!=DRIVER_UNKNOWN; driver_id_p++) 20: if (cdio_have_driver(*driver_id_p)) 21: printf("We have: %s\n", cdio_driver_describe(*driver_id_p)); 22: else 23: printf("We don't have: %s\n", cdio_driver_describe(*driver_id_p)); 24: return 0; 25: @} @end smallexample @node Example 3 @section Example 3: figure out what kind of CD (image) we've got In this example is a somewhat simplified program to show the use of @command{cdio_guess_cd_type()} to figure out the kind of CD image we've got. This can be found in the distribution as @file{example/sample3.c}. @smallexample #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include #include #include static void print_analysis(cdio_iso_analysis_t cdio_iso_analysis, cdio_fs_anal_t fs, int first_data, unsigned int num_audio, track_t i_tracks, track_t first_track_num, CdIo_t *cdio) @{ switch(CDIO_FSTYPE(fs)) @{ case CDIO_FS_AUDIO: break; case CDIO_FS_ISO_9660: printf("CD-ROM with ISO 9660 filesystem"); if (fs & CDIO_FS_ANAL_JOLIET) @{ printf(" and joliet extension level %d", cdio_iso_analysis.joliet_level); @} if (fs & CDIO_FS_ANAL_ROCKRIDGE) printf(" and rockridge extensions"); printf("\n"); break; case CDIO_FS_ISO_9660_INTERACTIVE: printf("CD-ROM with CD-RTOS and ISO 9660 filesystem\n"); break; case CDIO_FS_HIGH_SIERRA: printf("CD-ROM with High Sierra filesystem\n"); break; case CDIO_FS_INTERACTIVE: printf("CD-Interactive%s\n", num_audio > 0 ? "/Ready" : ""); break; case CDIO_FS_HFS: printf("CD-ROM with Macintosh HFS\n"); break; case CDIO_FS_ISO_HFS: printf("CD-ROM with both Macintosh HFS and ISO 9660 filesystem\n"); break; case CDIO_FS_UFS: printf("CD-ROM with Unix UFS\n"); break; case CDIO_FS_EXT2: printf("CD-ROM with Linux second extended filesystem\n"); break; case CDIO_FS_3DO: printf("CD-ROM with Panasonic 3DO filesystem\n"); break; case CDIO_FS_UNKNOWN: printf("CD-ROM with unknown filesystem\n"); break; @} switch(CDIO_FSTYPE(fs)) @{ case CDIO_FS_ISO_9660: case CDIO_FS_ISO_9660_INTERACTIVE: case CDIO_FS_ISO_HFS: printf("ISO 9660: %i blocks, label `%.32s'\n", cdio_iso_analysis.isofs_size, cdio_iso_analysis.iso_label); break; @} if (first_data == 1 && num_audio > 0) printf("mixed mode CD "); if (fs & CDIO_FS_ANAL_XA) printf("XA sectors "); if (fs & CDIO_FS_ANAL_MULTISESSION) printf("Multisession"); if (fs & CDIO_FS_ANAL_HIDDEN_TRACK) printf("Hidden Track "); if (fs & CDIO_FS_ANAL_PHOTO_CD) printf("%sPhoto CD ", num_audio > 0 ? " Portfolio " : ""); if (fs & CDIO_FS_ANAL_CDTV) printf("Commodore CDTV "); if (first_data > 1) printf("CD-Plus/Extra "); if (fs & CDIO_FS_ANAL_BOOTABLE) printf("bootable CD "); if (fs & CDIO_FS_ANAL_VIDEOCD && num_audio == 0) @{ printf("Video CD "); @} if (fs & CDIO_FS_ANAL_SVCD) printf("Super Video CD (SVCD) or Chaoji Video CD (CVD)"); if (fs & CDIO_FS_ANAL_CVD) printf("Chaoji Video CD (CVD)"); printf("\n"); @} int main(int argc, const char *argv[]) @{ CdIo_t *p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); cdio_fs_anal_t fs=0; track_t i_tracks; track_t first_track_num; lsn_t start_track; /* first sector of track */ lsn_t data_start =0; /* start of data area */ int first_data = -1; /* # of first data track */ int first_audio = -1; /* # of first audio track */ unsigned int num_data = 0; /* # of data tracks */ unsigned int num_audio = 0; /* # of audio tracks */ unsigned int i; if (NULL == p_cdio) @{ printf("Problem in trying to find a driver.\n\n"); return 1; @} first_track_num = cdio_get_first_track_num(p_cdio); i_tracks = cdio_get_num_tracks(p_cdio); /* Count the number of data and audio tracks. */ for (i = first_track_num; i <= i_tracks; i++) @{ if (TRACK_FORMAT_AUDIO == cdio_get_track_format(p_cdio, i)) @{ num_audio++; if (-1 == first_audio) first_audio = i; @} else @{ num_data++; if (-1 == first_data) first_data = i; @} @} /* try to find out what sort of CD we have */ if (0 == num_data) @{ printf("Audio CD\n"); @} else @{ /* we have data track(s) */ int j; cdio_iso_analysis_t cdio_iso_analysis; memset(&cdio_iso_analysis, 0, sizeof(cdio_iso_analysis)); for (j = 2, i = first_data; i <= i_tracks; i++) @{ lsn_t lsn; track_format_t track_format = cdio_get_track_format(p_cdio, i); lsn = cdio_get_track_lsn(p_cdio, i); switch ( track_format ) @{ case TRACK_FORMAT_AUDIO: case TRACK_FORMAT_ERROR: break; case TRACK_FORMAT_CDI: case TRACK_FORMAT_XA: case TRACK_FORMAT_DATA: case TRACK_FORMAT_PSX: ; @} start_track = (i == 1) ? 0 : lsn; /* save the start of the data area */ if (i == first_data) data_start = start_track; /* skip tracks which belong to the current walked session */ if (start_track < data_start + cdio_iso_analysis.isofs_size) continue; fs = cdio_guess_cd_type(p_cdio, start_track, i, &cdio_iso_analysis); print_analysis(cdio_iso_analysis, fs, first_data, num_audio, i_tracks, first_track_num, p_cdio); if ( !(CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660 || CDIO_FSTYPE(fs) == CDIO_FS_ISO_HFS || CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660_INTERACTIVE) ) /* no method for non-ISO9660 multisessions */ break; @} @} cdio_destroy(p_cdio); return 0; @} @end smallexample @node Example 4 @section Example 4: use libiso9660 to extract a file from an ISO-9660 image Next a program to show using @command{libiso9660} to extract a file from an ISO-9660 image. This can be found in the distribution as @file{example/isofile.c}. A more complete and expanded version of this is @command{iso-read}, part of this distribution. @smallexample /* This is the ISO 9660 image. */ #define ISO9660_IMAGE_PATH "../" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "test/copying.iso" #define LOCAL_FILENAME "copying" #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include #include #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #define my_exit(rc) \ fclose (p_outfd); \ free(p_statbuf); \ iso9660_close(p_iso); \ return rc; \ int main(int argc, const char *argv[]) @{ iso9660_stat_t *p_statbuf; FILE *p_outfd; int i; iso9660_t *p_iso = iso9660_open (ISO9660_IMAGE); if (NULL == p_iso) @{ fprintf(stderr, "Sorry, couldn't open ISO 9660 image %s\n", ISO9660_IMAGE); return 1; @} p_statbuf = iso9660_ifs_stat_translate (p_iso, LOCAL_FILENAME); if (NULL == p_statbuf) @{ fprintf(stderr, "Could not get ISO-9660 file information for file %s\n", LOCAL_FILENAME); iso9660_close(p_iso); return 2; @} if (!(p_outfd = fopen (LOCAL_FILENAME, "wb"))) @{ perror ("fopen()"); free(p_statbuf); iso9660_close(p_iso); return 3; @} /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ for (i = 0; i < p_statbuf->size; i += ISO_BLOCKSIZE) @{ char buf[ISO_BLOCKSIZE]; memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != iso9660_iso_seek_read (p_iso, buf, p_statbuf->lsn + (i / ISO_BLOCKSIZE), 1) ) @{ fprintf(stderr, "Error reading ISO 9660 file at lsn %lu\n", (long unsigned int) p_statbuf->lsn + (i / ISO_BLOCKSIZE)); my_exit(4); @} fwrite (buf, ISO_BLOCKSIZE, 1, p_outfd); if (ferror (p_outfd)) @{ perror ("fwrite()"); my_exit(5); @} @} fflush (p_outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (p_outfd), p_statbuf->size)) perror ("ftruncate()"); my_exit(0); @} @end smallexample @node Example 5 @section Example 5: list CD-Text and disc mode info Next a program to show using @command{libcdio} to list CD-TEXT data. This can be found in the distribution as @file{example/cdtext.c}. @smallexample /* Simple program to list CD-Text info of a Compact Disc using libcdio. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include #include static void print_cdtext_track_info(CdIo_t *p_cdio, track_t i_track, const char *message) @{ const cdtext_t *cdtext = cdio_get_cdtext(p_cdio, 0); if (NULL != cdtext) @{ cdtext_field_t i; printf("%s\n", message); for (i=0; i < MAX_CDTEXT_FIELDS; i++) @{ if (cdtext->field[i]) @{ printf("\t%s: %s\n", cdtext_field2str(i), cdtext->field[i]); @} @} @} @} static void print_disc_info(CdIo_t *p_cdio, track_t i_tracks, track_t i_first_track) @{ track_t i_last_track = i_first_track+i_tracks; discmode_t cd_discmode = cdio_get_discmode(p_cdio); printf("%s\n", discmode2str[cd_discmode]); print_cdtext_track_info(p_cdio, 0, "\nCD-Text for Disc:"); for ( ; i_first_track < i_last_track; i_first_track++ ) @{ char psz_msg[50]; sprintf(msg, "CD-Text for Track %d:", i_first_track); print_cdtext_track_info(p_cdio, i_first_track, psz_msg); @} @} int main(int argc, const char *argv[]) @{ track_t i_first_track; track_t i_tracks; CdIo_t *p_cdio; cdio = cdio_open (NULL, DRIVER_UNKNOWN); i_first_track = cdio_get_first_track_num(p_cdio); i_tracks = cdio_get_num_tracks(p_cdio); if (NULL == p_cdio) @{ printf("Couldn't find CD\n"); return 1; @} else @{ print_disc_info(p_cdio, i_tracks, i_first_track); @} cdio_destroy(p_cdio); return 0; @} @end smallexample @node Example 6 @section Example 6: Using MMC to run an @code{INQURY} command Now a program to show issuing a simple MMC command (@code{INQUIRY}). This MMC command retrieves the vendor, model and firmware revision number of a CD drive. For this command to work, usually a CD to be loaded into the drive; odd since the CD itself is not used. This can be found in the distribution as @file{example/mmc1.c}. @smallexample #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 /* assumes config.h is libcdio's config.h / #endif #include #include #include #include #include /* Set how long to wait for MMC commands to complete */ #define DEFAULT_TIMEOUT_MS 10000 int main(int argc, const char *argv[]) @{ CdIo_t *p_cdio; p_cdio = cdio_open (NULL, DRIVER_UNKNOWN); if (NULL == p_cdio) @{ printf("Couldn't find CD\n"); return 1; @} else @{ int i_status; /* Result of MMC command */ char buf[36] = @{ 0, @}; /* Place to hold returned data */ scsi_mmc_cdb_t cdb = @{@{0, @}@}; /* Command Descriptor Buffer */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_INQUIRY); cdb.field[4] = sizeof(buf); i_status = scsi_mmc_run_cmd(p_cdio, DEFAULT_TIMEOUT_MS, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) @{ char psz_vendor[CDIO_MMC_HW_VENDOR_LEN+1]; char psz_model[CDIO_MMC_HW_MODEL_LEN+1]; char psz_rev[CDIO_MMC_HW_REVISION_LEN+1]; memcpy(psz_vendor, buf + 8, sizeof(psz_vendor)-1); psz_vendor[sizeof(psz_vendor)-1] = '\0'; memcpy(psz_model, buf + 8 + CDIO_MMC_HW_VENDOR_LEN, sizeof(psz_model)-1); psz_model[sizeof(psz_model)-1] = '\0'; memcpy(psz_rev, buf + 8 + CDIO_MMC_HW_VENDOR_LEN +CDIO_MMC_HW_MODEL_LEN, sizeof(psz_rev)-1); psz_rev[sizeof(psz_rev)-1] = '\0'; printf("Vendor: %s\nModel: %s\nRevision: %s\n", psz_vendor, psz_model, psz_rev); @} else @{ printf("Couldn't get INQUIRY data (vendor, model, and revision\n"); @} @} cdio_destroy(p_cdio); return 0; @} @end smallexample Note the include of @code{#define} of @code{__CDIO_CONFIG_H__} towards the beginning. This is useful if the prior @code{#include} of @code{config.h} refers to libcdio's configuration header. It indicates that libcdio's configuration settings have been used. Without it, you may get messages about C Preprocessor symbols getting redefined in the @code{#include} of @code{}. @node Example 7 @section Example 7: Using the CD Paranoia library for CD-DA reading The below program reads CD-DA data. For a more complete program to add a WAV header so that the CD can be played from a copy on a hard disk, see the corresponding distribution program. This can be found in the distribution as @file{example/paranoia.c}. @smallexample #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 /* assumes config.h is libcdio's config.h / #endif #include #include #include #ifdef HAVE_STDLIB_H #include #endif int main(int argc, const char *argv[]) @{ cdrom_drive_t *d = NULL; /* Place to store handle given by cd-paranoia. */ char **ppsz_cd_drives; /* List of all drives with a loaded CDDA in it. */ /* See if we can find a device with a loaded CD-DA in it. */ ppsz_cd_drives = cdio_get_devices_with_cap(NULL, CDIO_FS_AUDIO, false); if (ppsz_cd_drives) @{ /* Found such a CD-ROM with a CD-DA loaded. Use the first drive in the list. */ d=cdio_cddap_identify(*ppsz_cd_drives, 1, NULL); @} else @{ printf("Unable find or access a CD-ROM drive with an audio CD in it.\n"); exit(1); @} /* Don't need a list of CD's with CD-DA's any more. */ cdio_free_device_list(ppsz_cd_drives); /* We'll set for verbose paranoia messages. */ cdio_cddap_verbose_set(d, CDDA_MESSAGE_PRINTIT, CDDA_MESSAGE_PRINTIT); if ( 0 != cdio_cddap_open(d) ) @{ printf("Unable to open disc.\n"); exit(1); @} /* Okay now set up to read up to the first 300 frames of the first audio track of the Audio CD. */ @{ cdrom_paranoia_t *p = cdio_paranoia_init(d); lsn_t i_first_lsn = cdio_cddap_disc_firstsector(d); if ( -1 == i_first_lsn ) @{ printf("Trouble getting starting LSN\n"); @} else @{ lsn_t i_cursor; track_t i_track = cdio_cddap_sector_gettrack(d, i_first_lsn); lsn_t i_last_lsn = cdio_cddap_track_lastsector(d, i_track); /* For demo purposes we'll read only 300 frames (about 4 seconds). We don't want this to take too long. On the other hand, I suppose it should be something close to a real test. */ if ( i_last_lsn - i_first_lsn > 300) i_last_lsn = i_first_lsn + 299; printf("Reading track %d from LSN %ld to LSN %ld\n", i_track, (long int) i_first_lsn, (long int) i_last_lsn); /* Set reading mode for full paranoia, but allow skipping sectors. */ paranoia_modeset(p, PARANOIA_MODE_FULL^PARANOIA_MODE_NEVERSKIP); paranoia_seek(p, i_first_lsn, SEEK_SET); for ( i_cursor = i_first_lsn; i_cursor <= i_last_lsn; i_cursor ++) @{ /* read a sector */ int16_t *p_readbuf=cdio_paranoia_read(p, NULL); char *psz_err=cdio_cddap_errors(d); char *psz_mes=cdio_cddap_messages(d); if (psz_mes || psz_err) printf("%s%s\n", psz_mes ? psz_mes: "", psz_err ? psz_err: ""); if (psz_err) cdio_cddap_free_messages(psz_err); if (psz_mes) cdio_cddap_free_messages(psz_mes); if( !p_readbuf ) @{ printf("paranoia read error. Stopping.\n"); break; @} @} @} cdio_paranoia_free(p); @} cdio_cdda_close(d); exit(0); @} @end smallexample Those who are die-hard cdparanoia programmers will notice that the @value{libcdio} paranoia names are similar but a little bit different. In particular instead of @code{paranoia_read} we have above @code{cdio_paranoia_read} and instead of @code{cdda_open} we have @code{cdio_cddap_open}. This was done intentionally so that it is possible for the original paranoia program can co-exist both in source code and linked libraries and not conflict with @value{libcdio}'s paranoia source and libraries. In general in place of any paranoia routine that begins @code{paranoia_}, use @code{cdio_paranoia_} and in place of any paranoia routine that begins @code{cdda_}, use @code{cdio_cddap_}. But for a limited time @value{libcdio} will accept the old paranoia names which may be useful for legacy paranoia code. The way this magic works is by defining the old paranoia name to be the @value{libcdio} name. In the unusual case where you do want to use both the original paranoia and @value{libcdio} routines in a single source, the C preprocessor symbol @code{DO_NOT_WANT_PARANOIA_COMPATIBILITY} can be @code{define}'d and this disables the @code{#define} substitution done automatically. The may still be a problem with conflicting structure definitions like @code{cdrom_drive_t}. @node Example 8 @section Example 8: Setting output verbosity Sometimes in tracking down a problem in your code or libcdio's you may want more information about what is going on inside the @command{libcdio} library. The setting global variable @code{cdio_loglevel_default} defined in header file @code{} controls the verbosity level. By default, only warnings, errors, and fatal errors are printed. However by setting this variable you can get either debug or informational messages, or cause the normal messages that appear to be suppressed. The verbosity levels defined in the library are from lowest number to highest are: @table @code @item @code{CDIO_LOG_DEBUG} (value 1) These are of a debugging nature and are give the most verbose output. @item @code{CDIO_LOG_INFO} (value 2) These are informational message. @item @code{CDIO_LOG_WARN} (value 3) These are warning message. Not an error, per se, but something that might be of concern. @item @code{CDIO_LOG_ERROR} (value 4) These are error messages that force program termination. @item @code{CDIO_LOG_ASSERT} (value 5) These are error messages that represent an internal inconsistency in the @command{libcdio} library. In the absence of @command{libcdio} bugs, these should never appear. @end table Setting a lower or more verbose log level will cause higher-level messages to appear, but not those that are less than the set verbosity level. The ``debug'' level is the lowest. So setting @code{cdio_loglevel_default} to level causes all other levels of messages to be displayed. However setting the verbosity level to ``warn'' will cause debug and informational messages (lower level messages) to be ignored while still showing warning, error, and fatal error messages. Another thing that can be done is to write a custom log handler that will be used instead of @command{libcdio}'s default handlers. Using this, you have complete control of how you want logging to be handled. Here is an example adapted from example program @command{logging.c}. @smallexample #include #include #include #include #include #include #include #include #include /* Here is an example of a custom log handler. */ static void custom_log_handler (cdio_log_level_t level, const char *message) @{ switch(level) @{ case CDIO_LOG_DEBUG: printf("-- custom debug message: %s\n", message); return; case CDIO_LOG_INFO: printf("-- custom info message: %s\n", message); return; case CDIO_LOG_WARN: printf("-- custom warning message: %s\n", message); return; case CDIO_LOG_ERROR: printf("-- custom error message: %s\n", message); return; case CDIO_LOG_ASSERT: printf("-- custom fatal error message: %s\n", message); return; default: printf("custom level %d message: %s\n", level, message); @} @} static void print_drives() @{ char **ppsz_cd_drives=NULL, **c; /* Print out a list of CD-drives with the above set log level. */ ppsz_cd_drives = cdio_get_devices(DRIVER_DEVICE); if (NULL != ppsz_cd_drives) for( c = ppsz_cd_drives; *c != NULL; c++ ) @{ printf("-- Drive %s\n", *c); @} cdio_free_device_list(ppsz_cd_drives); @} int main(int argc, const char *argv[]) @{ /* Set the log level to the warning verbosity. */ cdio_loglevel_default = CDIO_LOG_WARN; print_drives(); /* Do the same thing again but with a custom log handler. */ cdio_log_set_handler (custom_log_handler); print_drives(); return 0; @} @end smallexample @node All sample programs @section A list of all sample programs in the @code{example} directory The @code{example} directory contains some simple examples of the use of the @value{libcdio} library. A larger more-complicated example are the @command{cd-drive}, @command{cd-info}, @command{cd-read}, @command{iso-info} and @command{iso-info} programs in the @command{src} directory. Descriptions of the sample are as follows... @table @code @item @code{audio.c} A program to show audio controls. @item @code{cdchange.c} A program to test if a CD has been changed since the last change test. @item @code{cd-eject.c} A a stripped-down "eject" command to open or close a CD-ROM tray. @item @code{cdtext.c} A program to show CD-Text and CD disc mode info. @item @code{drives.c} A program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. @item @code{eject.c} A program eject a CD from a CD-ROM drive and then close the door again. @item @code{isofile.c} A program to show using libiso9660 to extract a file from an ISO-9660 image. @item @code{isofile2.c} A program to show using libiso9660 to extract a file from a CDRWIN cue/bin CD image. @item @code{C++/isofile2.cpp} The same program as @code{isofile2.c} written in C++. @item @code{isofuzzy.c} A program showing fuzzy ISO-9660 detection/reading. @item @code{isolist.c} A program to show using @code{libiso9660} to list files in a directory of an ISO-9660 image. @item @code{C++/isolist.cpp} The same program as @code{isolist.c} written in C++. @item @code{isofuzzy.c} A program showing fuzzy ISO-9660 detection/reading. @item @code{logging.c} A program to show to to set log verbosity levels and how to write a custom log handler. @item @code{mmc1.c} A program to show issuing a simple MMC command (@code{INQUIRY}). @item @code{C++/mmc1.cpp} The same program as @code{mmc1.c} written in C++. @item @code{mmc2.c} A more involved MMC command to list CD and drive features from a SCSI-MMC @code{GET_CONFIGURATION} command. @item @code{mmc2a.c} Prints MMC @command{MODE_SENSE} page 2A parameters. Page 2a are the CD/DVD Capabilities and Mechanical Status. @item @code{C++/mmc2.cpp} The same program as @code{mmc2.c} written in C++. @item @code{paranoia.c} A program to show using libcdio's version of the CD-DA paranoia. @item @code{paranoia2.c} A program to show using libcdio's version of the CD-DA paranoia library. But in this version, we'll open a cdio object before calling paranoia's open. I imagine in many cases such as media players this may be what will be done since, one may want to get CDDB/CD-Text info beforehand. @item @code{tracks.c} A simple program to list track numbers and logical sector numbers of a Compact Disc using @value{libcdio}. @item @code{sample2.c} A simple program to show drivers installed and what the default CD-ROM drive is. @item @code{sample3.c} A simple program to show the use of @code{cdio_guess_cd_type()}. Figures out the kind of CD image we've got. @item @code{sample4.c} A slightly improved sample3 program: we handle cdio logging and take an optional CD-location. @item @code{udf1.c} A program to show using libudf to list files in a directory of an UDF image. @item @code{udf2.c} A program to show using libudf to extract a file from an UDF image. @end table @node Utility Programs @chapter Diagnostic programs: @command{cd-drive}, @command{cd-info}, @command{cd-read}, @command{iso-info}, @command{iso-read} @menu * cd-drive:: list out CD-ROM drive information * cd-info:: list out CD or CD-image information * cd-read:: read blocks of a CD or CD image * iso-info:: list out ISO-9600 image information * iso-read:: extract a file from an ISO 9660 image @end menu @node cd-drive @section @samp{cd-drive} @samp{cd-drive} lists out drive information, what features drive supports, and information about what hardware drivers are available. @node cd-info @section @samp{cd-info} @samp{cd-info} will print out the structure of a CD medium which could either be a Compact Disc in a CD ROM or an CD image. It can try to analyze the medium to give characteristics of the medium, such as how many tracks are in the CD and the format of each track, whether a CD contains a Video CD, CD-DA, PhotoCD, whether a track has an ISO-9660 filesystem. @node cd-read @section @samp{cd-read} @samp{cd-info} can be used to read blocks a CD medium which could either be a Compact Disc in a CD ROM or an CD image. You specify the beginning and ending LSN and what mode format to use in the reading. @node iso-info @section @samp{iso-info} @samp{iso-info} can be used to print out the structure of an ISO 9660 image. @node iso-read @section @samp{iso-read} @samp{iso-read} can be used to extract a file in an ISO-9660 image. @node CD-ROM Access and Drivers @chapter CD-ROM Access and Drivers @menu * SCSI mess:: SCSI, SCSI commands, and MMC commands * Access Modes:: Access Modes * Accessing Driver Parameters:: Accessing Driver Parameters * GNU/Linux:: GNU/Linux ioctl * Microsoft:: Microsoft Windows ioctl and ASPI * Solaris:: Solaris ATAPI and SCSI * FreeBSD:: FreeBSD ioctl and CAM * OS X:: OSX (non-exclussive access) @end menu @node SCSI mess @section SCSI, SCSI commands, and MMC commands Historically, SCSI referred to a class of hardware devices and device controllers, bus technology and the data cables and protocols which attached to such devices. This is now called ``Parallel SCSI''. A specification standard grew out of the @emph{commands} that controlled such SCSI devices, but now covers a wider variety of bus technologies including Parallel SCSI, ATA/ATAPI, Serial ATA, Universal Serial Bus (USB versions 1.1 and 2.0), and High Performance Serial Bus (IEEE 1394, 1394A, and 1394B). Another similar class of hardware devices and controllers is called ATA and a command interface to that is called ATAPI (ATA Packetized Interface). ATAPI provides a mechanism for transferring and executing SCSI commands. MMC (Multimedia commands) is a specification which adds special SCSI commands for CD, DVD, Blu-Ray devices. If your optical drive understands MMC commands as most do nowadays, this probably gives the most flexibility in control. SCSI and ATAPI CD-ROM devices generally support a fairly large set of MMC commands. Unfortunately, on most Operating Systems one may need to do some additional setup, such as install drivers or modules, to allow access in this manner. The name ``SCSI MMC'' is often found in the literature in specifications and on the Internet. The ``SCSI'' part is probably a little bit misleading because a drive can understand ``SCSI MMC'' commands but not use a SCSI bus protocol---ATAPI CD-ROMs are one such broad class of examples. In fact there are drivers to ``encapsulate'' non-SCSI drives to make them act like more like SCSI drives, such as by adding SCSI address naming. For clarity and precision we will use the term ``MMC'' rather than ``SCSI MMC''. One of the problems with MMC is that there are so many different ``standards''. In particular: @itemize @item MMC --- @url{ftp://ftp.t10.org/t10/drafts/mmc/}, @item MMC 2 --- @url{ftp://ftp.t10.org/t10/drafts/mmc2/} @item MMC 3 --- @url{ftp://ftp.t10.org/t10/drafts/mmc3/} @item MMC 4 --- @url{ftp://ftp.t10.org/t10/drafts/mmc4/} @item MMC 5 --- @url{ftp://ftp.t10.org/t10/drafts/mmc5/} @end itemize along with the several ``drafts'' of these. Another problem with the MMC commands related to the variations in standards is the variation in the commands themselves and there are perhaps two or three ways to do many of the basic commands like read a CD frame. There seems to be a fascination with the number of bytes a command takes in the MMC-specification world. (Size matters?) So often the name of an operation will have a suffix with the number of bytes of the command (actually in MMC jargon this is called a ``CDB'' @cindex CDB (Command Descriptor Block) or command descriptor block). So for example there is a 6-byte ``MODE SELECT'' often called ``MODE SELECT 6'' and a 10-byte ``MODE SELECT'' often called ``MODE SELECT 10''. Presumably the 6-byte command came first and it was discovered that there was some deficiency causing the longer command. In @value{libcdio} where there are two formats we add the suffix in the name, e.g. @code{CDIO_MMC_GPCMD_MODE_SELECT_6} or @code{CDIO_MMC_GPCMD_MODE_SELECT_10}. If the fascination and emphasis in the MMC specifications of CDB size is a bit odd, equally so is the fact that this too often has bled through at the OS programming API. However in @value{libcdio}, you just give the opcode in @code{scsi_mmc_run_cmd()} and we'll do the work to figure out how many bytes of the CDB are used. Down the line it is hoped that @value{libcdio} will have a way to remove a distinction between the various alternative and alternative-size MMC commands. In @code{cdio/scsi-mmc.h} you will find a little bit of this for example via the routine @code{scsi_mmc_get_drive_cap()}. However much more work is needed. Finally, in @code{libcdio} there is a driver access mode (not a driver) called ``MMC''. It tells the specific drivers to use MMC commands instead of other OS-specific mechanisms. @node Access Modes @section Access Modes There are serveral ways that you can open a CD-ROM drive for subsequent use. Each way is called an @emph{access mode}. Historically libcdio only supported a reading kind of access. Adding the abilty to writing to a drive for ``burning'' is being added by Thomas Schmitt, and this is accomplished by opening the drive in a read-write mode. Currently writing modes are only supported via the MMC command interface. Under this, one can get exclusive read-write access or non-exclusive read-write access. The names of these two modes are @code{MMC_RDWR_EXCL} and @code{MMC_RDWR} respectively. On various OS's often there are two kinds of read modes that are supported, one which uses MMC commands and one which uses some sort of OS-specific native command interface. For example on Unix, there is often a access mode associated with issuing an device-specific @code{ioctl}'s that the OS supports. To specify a particular kind of access mode, use @code{cdio_open_am} which is like @code{cdio_open} but it requires one to specify an access mode. @node Accessing Driver Parameters @section Accessing Driver Parameters --- @code{cdio_get_arg} Once a driver is opened, you can use call @code{cdio_get_arg} to get information about the driver. Each driver can have specific features that can be queried, but there are features that are common to all drivers. These are listed below: @table @code @item @code{access-mode} This returns a string which is the name of the access mode in use. @item @code{mmc-supported?} This returns a string ``true'' or ``false'' depending whether the driver with this access mode support MMC commands. @item @code{scsi-tuple} On drivers that support MMC commands, this returns the SCSI name or a faked-up SCSI name that ripping front ends typically use. @end table @node GNU/Linux @section GNU/Linux The GNU/Linux uses a hybrid of methods. Somethings are done via ioctl and some things via MMC. GNU/Linux has a rather nice and complete ioctl mechanism. On the other hand, the MMC mechanism is more universal. There are other ``access modes'' listed which are not really access modes and should probably be redone/rethought. They are just different ways to run the read command. But for completeness These are ``READ_CD'' and ``READ_10''. Writing/burning to a drive is supported via access modes @code{MMC_RDWR_EXCL} or @code{MMC_RDWR}. @node Microsoft @section Microsoft Windows ioctl and ASPI There are two CD drive access methods on Microsoft Windows platforms: ioctl and ASPI. The ASPI interface specification was developed by Adaptec for sending commands to a SCSI host adapter (such as those controlling CD and DVD drives) and used on Window 9x/NT and later. Emulation for ATAPI drives was added so that the same sets of commands worked those even though the drives might not be SCSI nor might there even be a SCSI controller attached. The DLL is not part of Microsoft Windows and has to be downloaded and installed separately. However in Windows NT/2K/XP, Microsoft provides their Win32 ioctl interface, and has taken steps to make using ASPI more inaccessible (e.g. requiring administrative access to use ASPI). @node Solaris @section Solaris ATAPI and SCSI There is currently only one CD drive access methods in Solaris: SCSI (called ``USCSI'' or ``user SCSI'' in Solaris). There used to be an ATAPI method and it could be resurrected if needed. USCSI was preferred since on newer releases of Solaris and Solaris environments one need to have root access for ATAPI. @node FreeBSD @section FreeBSD ioctl and CAM There are two classes of access methods on FreeBSD: ioctl and CAM (common access method). CAM is preferred when possible, especially on newer releases. However CAM is right now sort of a hybrid and includes some ioctl code. Writing/burning to a drive is supported via access modes @code{MMC_RDWR_EXCL} or @code{MMC_RDWR} which underneath use CAM access. @node OS X @section OS X (non-exclusive access) A problem with libcdio on OS/X is that if the OS thinks it understands the drive, it will get exclusive access to the drive and thus prevents a library like this from obtaining non-exclusive access. Currently @value{libcdio} access the CD-ROM non-exclusively. However in order to be able to issue MMC, the current belief is that exclusive access is needed. Probably in a future @value{libcdio}, there will be some way to specify which kind of access is desired (with the inherent consequences of each). More work on this driver is needed. Volunteers? @node Internal Program Organization @chapter Internal Program Organization @menu * File Organization:: * Library Organization:: * Programming Conventions:: @end menu @node File Organization @section File Organization Here is a list of @value{libcdio} directories. @itemize @item @code{include/cdio} This contains the headers that are public. One that will probably be used quite a bit is @code{}. @item @code{lib} Code for installed libraries. See below for further breakout @item @code{lib/driver} Code for various OS-specific CD-ROM drivers, image drivers, and common MMC routines. This code comprises @code{libcdio.a} (or the shared version of it). @item @code{lib/iso9660} Code for to extract or query ISO-9660 images. This code comprises @code{libiso9660.a} (or the shared version of it). @item @code{lib/paranoia} This is from cdparanoia. It is the OS- and hardware- dependent code to detect and correct jitter for CD-DA CDs. @item @code{lib/cdda_interface} This is also from cdparanoia. It is the OS- and hardware- independent code to detect and correct jitter for CD-DA CDs. @item @code{doc} A home for fine documentation such as this masterpiece. @item @code{example} Here you will find various small example programs using @value{libcdio} which are largely for pedagogical purposes. You might be able to find one that is similar to what you want to do that could be extended. In fact some these are contain the kernel ideas behind of some of the larger programs in @file{src}. @item @code{src} Various stand-alone utility programs. See below. @item @code{src/paranoia} @value{libcdio}'s version of @code{cdparanoia}. Except for the fact that the back-end CD-reading code has been replaced by @value{libcdio}'s routines the code is pretty much identical. @item @code{test} Regression tests @item @code{test/data} Disk images and image meta-data used in tests @item @code{test/driver} Unit tests centered around the libcdio library (@code{libcdio}, source location @code{lib/driver} @end itemize @node Library Organization @section Library Organization @menu * libcdio:: * libcdio_cdda:: Access to CD-DA via the CD Paranoia library * libcdio_paranoia:: Access to the CD Paranoia library * libiso9660:: Access to ISO 9660 file systems and structures * libudf:: Access to UDF file systems and structures @end menu @node libcdio @subsection @samp{libcdio} @value{libcdio} exports one opaque type @code{CdIo_t}. Internally this a structure containing an enumeration for the driver, a structure containing function pointers and a generic ``environment'' pointer which is passed as a parameter on a function call. See @file{lib/driver/cdio_private.h}. The initialization routine for each driver sets up the function pointers and allocates memory for the environment. When a particular user-level cdio routine is called (e.g @code{cdio_get_first_track_num} for lib/driver/track.c), the environment pointer is passed to a device-specific routine which will then cast this pointer into something of the appropriate type. Because function pointers are used, there can be and is quite a bit of sharing of common routines. Some of the common routines are found in the file @file{lib/driver/_cdio_generic.c}. Another set of routines that one is likely to find shared amongst drivers are the MMC commands. These are located in @file{lib/driver/scsi_mmc.c}. There is not only an attempt to share functions but we've tried to create a generic CD structure @code{generic_img_private_t} of file @file{lib/driver/generic.h}. By putting information into a common structure, we increase the likelihood of being able to have a common routine to perform some sort of function. The generic CD structure would also be useful in a utility to convert one CD-image format to another. Basically the first image format is ``parsed'' into the common internal format and then from this structure it is not parsed. @node libcdio_cdda @subsection @samp{libcdio_cdda} This library is intended to give access CD-DA disks using Monty's cd-paranoia library underneath. To be completed.... @node libcdio_paranoia @subsection @samp{libcdio_paranoia} This library is intended to give access Monty's cd-paranoia library. It is the gap detection and jitter correction part without the part dealing with CD-DA reading. To be completed.... @node libiso9660 @subsection @samp{libiso9660} This library is intended to give access and manipulate a ISO-9600 file image. One part of it is concerned with the the entire ISO-9660 file system image, and the other part access routines for manipulating data structures and fields that go into such an image. To be completed.... @node libudf @subsection @samp{libudf} This library is intended to give access and manipulate a UDF file image. To be completed.... @node Programming Conventions @section Programming Conventions @menu * Coding Conventions:: * Namespace Conventions:: @end menu @node Coding Conventions @subsection Coding Conventions In @value{libcdio} there are a number of conventions used. If you understand some of these conventions it may facilitate understanding the code a little. @node Namespace Conventions @subsection Namespace Conventions For the most part, the visible external @value{libcdio} names follow conventions so as not to be confused with other applications or libraries. If you understand these conventions, there will be little or no chance that the names you use will conflict with @value{libcdio} and @code{libiso9660} and vice versa. All of the external @value{libcdio} C routines start out with @code{cdio_}, e.g. @code{cdio_open}; as a corollary, the @value{libcdio} CD-Paranoia routines start @code{cdio_cddap_}, e.g. @code{cdio_cddap_open}. @code{libiso9660} routines start @code{iso9660_}, e.g. @code{iso9660_open}. @value{libcdio} C-Preprocessor names generally start @code{CDIO_}, for example @code{CDIO_CD_FRAMESIZE_RAW}; @code{libiso9660} C-preprocessor names start @code{ISO9660_}, e.g. @code{ISO9660_FRAMESIZE}. @subsubsection suffixes (type and structure names) A few suffixes are used in type and structure names: @itemize @item @code{_e} An enumeration tag. Generally though the same name will appear with the @code{_t} suffix and probably that should be used instead. @item @code{_s} A structure tag. Generally though the same name will appear with the @code{_t} suffix and probably that should be used instead. @item @code{_t} A type suffix. @end itemize @subsubsection prefixes (variable names) A number of prefixes are used in variable names here's what they mean @itemize @item @code{i_} An integer type of some sort. A variable of this ilk one might find being iterated over in @code{for} loops or used as the index of an array for example. @item @code{b_} A Boolean type of some sort. A variable of this ilk one might find being in an @code{if} condition for example. @item @code{p_} A pointer of some sort. A variable of this ilk, say @code{p_foo} one is like likely to see @code{*p_foo} or @code{p_foo->...}. @item @code{pp_} A pointer to a pointer of some sort. A variable of this ilk, say @code{pp_foo} one is like likely to see @code{**p_foo} or @code{p_foo[x][y]} for example @item @code{psz_} A @code{char *} pointer of some sort. A variable of this ilk, say @code{psz_foo} may be used in a string operation. For example @code{printf(%s\n", psz_foo)} or @code{strdup(psz_foo)}. @item @code{ppsz_} A pointer to a @code{char *} pointer of some sort. A variable of this ilk, say @code{ppsz_foo} is used for example to return a list of CD-ROM device names @end itemize There are a some other naming conventions. Generally if a routine name starts @code{cdio_}, e.g. @code{cdio_open}, then it is an externally visible routine in @code{libcdio}. If a name starts @code{iso9660_}, e.g. @code{iso9660_is_dchar} then it is an externally visible routine in @code{libiso9660}. If a name starts @code{scsi_mmc_}, e.g. @code{scsi_mmc_get_discmode}, then it is an externally visible MMC routine. (We don't have a separate library for this yet. Names using entirely capital letters and that start @code{CDIO_} are externally visible @code{#defines}. @node ISO-9660 Character Sets @appendix ISO-9660 Character Sets For a description of where are used see @xref{ISO 9660 Level 1}. @menu * ISO646 d-Characters:: * ISO646 a-Characters:: @end menu @node ISO646 d-Characters @appendixsec ISO646 d-Characters @example | 0 1 2 3 4 5 6 7 --+----------------- 0 | 0 P 1 | 1 A Q 2 | 2 B R 3 | 3 C S 4 | 4 D T 5 | 5 E U 6 | 6 F V 7 | 7 G W 8 | 8 H X 9 | 9 I Y a | J Z b | K c | L d | M e | N f | O _ @end example @node ISO646 a-Characters @appendixsec ISO646 a-Characters @example | 0 1 2 3 4 5 6 7 --+----------------- 0 | 0 P 1 | ! 1 A Q 2 | " 2 B R 3 | 3 C S 4 | 4 D T 5 | % 5 E U 6 | & 6 F V 7 | ' 7 G W 8 | ( 8 H X 9 | ) 9 I Y a | * : J Z b | + ; K c | , < L d | - = M e | . > N f | / ? O _ @end example @node Glossary @appendix Glossary @include glossary.texi @node GNU Free Documentation License @appendix GNU Free Documentation License @cindex FDL, GNU Free Documentation License @include fdl.texi @node General Index @unnumbered General Index @printindex cp @bye libcdio-2.0.0/doc/version.texi0000664000175000017500000000014513222217313013162 00000000000000@set UPDATED 18 November 2017 @set UPDATED-MONTH November 2017 @set EDITION 2.0.0 @set VERSION 2.0.0 libcdio-2.0.0/doc/fdl.texi0000644000175000017500000005103011114145233012236 00000000000000@c The GNU Free Documentation License. @center Version 1.2, November 2002 @c This file is intended to be included within another document, @c hence no sectioning command or @node. @display Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @end display @enumerate 0 @item PREAMBLE The purpose of this License is to make a manual, textbook, or other functional and useful document @dfn{free} in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of ``copyleft'', which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. @item APPLICABILITY AND DEFINITIONS This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The ``Document'', below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as ``you''. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. A ``Modified Version'' of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. A ``Secondary Section'' is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. The ``Invariant Sections'' are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. The ``Cover Texts'' are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. A ``Transparent'' copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not ``Transparent'' is called ``Opaque''. Examples of suitable formats for Transparent copies include plain @sc{ascii} without markup, Texinfo input format, La@TeX{} input format, @acronym{SGML} or @acronym{XML} using a publicly available @acronym{DTD}, and standard-conforming simple @acronym{HTML}, PostScript or @acronym{PDF} designed for human modification. Examples of transparent image formats include @acronym{PNG}, @acronym{XCF} and @acronym{JPG}. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, @acronym{SGML} or @acronym{XML} for which the @acronym{DTD} and/or processing tools are not generally available, and the machine-generated @acronym{HTML}, PostScript or @acronym{PDF} produced by some word processors for output purposes only. The ``Title Page'' means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, ``Title Page'' means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. A section ``Entitled XYZ'' means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as ``Acknowledgements'', ``Dedications'', ``Endorsements'', or ``History''.) To ``Preserve the Title'' of such a section when you modify the Document means that it remains a section ``Entitled XYZ'' according to this definition. The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. @item VERBATIM COPYING You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. @item COPYING IN QUANTITY If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. @item MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: @enumerate A @item Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. @item List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. @item State on the Title page the name of the publisher of the Modified Version, as the publisher. @item Preserve all the copyright notices of the Document. @item Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. @item Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. @item Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. @item Include an unaltered copy of this License. @item Preserve the section Entitled ``History'', Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled ``History'' in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. @item Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the ``History'' section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. @item For any section Entitled ``Acknowledgements'' or ``Dedications'', Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. @item Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. @item Delete any section Entitled ``Endorsements''. Such a section may not be included in the Modified Version. @item Do not retitle any existing section to be Entitled ``Endorsements'' or to conflict in title with any Invariant Section. @item Preserve any Warranty Disclaimers. @end enumerate If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. You may add a section Entitled ``Endorsements'', provided it contains nothing but endorsements of your Modified Version by various parties---for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. @item COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections Entitled ``History'' in the various original documents, forming one section Entitled ``History''; likewise combine any sections Entitled ``Acknowledgements'', and any sections Entitled ``Dedications''. You must delete all sections Entitled ``Endorsements.'' @item COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. @item AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an ``aggregate'' if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. @item TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. If a section in the Document is Entitled ``Acknowledgements'', ``Dedications'', or ``History'', the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. @item TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. @item FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See @uref{http://www.gnu.org/copyleft/}. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License ``or any later version'' applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. @end enumerate @page @heading ADDENDUM: How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: @smallexample @group Copyright (C) @var{year} @var{your name}. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @end group @end smallexample If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the ``with@dots{}Texts.'' line with this: @smallexample @group with the Invariant Sections being @var{list their titles}, with the Front-Cover Texts being @var{list}, and with the Back-Cover Texts being @var{list}. @end group @end smallexample If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. @c Local Variables: @c ispell-local-pdict: "ispell-dict" @c End: libcdio-2.0.0/doc/Makefile.am0000644000175000017500000000312213204104700012625 00000000000000# Copyright (C) 2003, 2004, 2008, 2012, 2016 Rocky Bernstein # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . EXTRA_DIST = doxygen/Doxyfile.in doxygen/run_doxygen info_TEXINFOS = libcdio.texi libcdio_TEXINFOS = fdl.texi glossary.texi reference: -( cd ${top_srcdir} && $(MAKE) doxygen ) #: Create documentation in PDF format pdf: libcdio.pdf cd-text-foramt.pdf #: Create documentation as a text file txt: libcdio.txt #: Create documentation in PostScript format ps: libcdio.ps cd-text-format.ps #: Create documentation in HTML format html: libcdio.html cd-text-format.html %.ps.gz: %.ps gzip -9c $< > $@ .texi.dvi: @echo texi2dvi is broken .texi.pdf: stamp-vti texi2pdf $< .texi.html: stamp-vti texi2html $< .texi.txt: makeinfo --no-headers $< > $@ #: Create documentation in all formats, e.g. PDF, DVI, plain text and HTML all-formats: pdf txt ps html MOSTLYCLEANFILES = \ libcdio.html libcdio.pdf libcdio.ps.gz \ cd-text-foramt.html cd-text-format.pdf cd-text-foramt.ps.gz libcdio-2.0.0/doc/doxygen/0000775000175000017500000000000013222221716012341 500000000000000libcdio-2.0.0/doc/doxygen/Doxyfile.in0000644000175000017500000022517212043027376014411 00000000000000# Doxyfile 1.7.6.1 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # # All text after a hash (#) is considered a comment and will be ignored. # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" "). #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all # text before the first occurrence of this tag. Doxygen uses libiconv (or the # iconv built into libc) for the transcoding. See # http://www.gnu.org/software/libiconv for the list of possible encodings. DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or sequence of words) that should # identify the project. Note that if you do not use Doxywizard you need # to put quotes around the project name if it contains spaces. PROJECT_NAME = @PACKAGE@ # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = @VERSION@ # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. PROJECT_BRIEF = # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. PROJECT_LOGO = # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output # format and will distribute the generated files over these directories. # Enabling this option can be useful when feeding doxygen a huge amount of # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, # Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, # Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. OUTPUT_LANGUAGE = English # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = YES # This tag implements a quasi-intelligent brief description abbreviator # that is used to form the text in various listings. Each string # in this list, if found as the leading text of the brief description, will be # stripped from the text and the result after processing the whole list, is # used as the annotated text. Otherwise, the brief description is used as-is. # If left blank, the following values are used ("$name" is automatically # replaced with the name of the entity): "The $name class" "The $name widget" # "The $name file" "is" "provides" "specifies" "contains" # "represents" "a" "an" "the" ABBREVIATE_BRIEF = "The $name class " \ "The $name widget " \ "The $name file " \ is \ provides \ specifies \ contains \ represents \ a \ an \ the # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. INLINE_INHERITED_MEMB = NO # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = NO # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user-defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. The tag can be used to show relative paths in the file list. # If left blank the directory from which doxygen is run is used as the # path to strip. STRIP_FROM_PATH = @LIBCDIO_SOURCE_PATH@ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells # the reader which header file to include in order to use a class. # If left blank only the name of the header file containing the class # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. STRIP_FROM_INC_PATH = # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful if your file system # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) JAVADOC_AUTOBRIEF = NO # If the QT_AUTOBRIEF tag is set to YES then Doxygen will # interpret the first line (until the first dot) of a Qt-style # comment as the brief description. If set to NO, the comments # will behave just like regular Qt-style comments (thus requiring # an explicit \brief command for a brief description.) QT_AUTOBRIEF = NO # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// # comments) as a brief description. This used to be the default behaviour. # The new default is to treat a multi-line C++ comment block as a detailed # description. Set this tag to YES if you prefer the old behaviour instead. MULTILINE_CPP_IS_BRIEF = NO # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements. INHERIT_DOCS = YES # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce # a new page for each member. If set to NO, the documentation of a member will # be part of the file/class/namespace that contains it. SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 8 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". # For example adding "sideeffect=\par Side Effects:\n" will allow you to # put the command \sideeffect (or @sideeffect) in the documentation, which # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. ALIASES = # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding # "class=itcl::class" will allow you to use the command class in the # itcl::class meaning. TCL_SUBST = # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java # sources only. Doxygen will then generate output that is more tailored for # Java. For instance, namespaces will be presented as packages, qualified # scopes will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran # sources only. Doxygen will then generate output that is more tailored for # Fortran. OPTIMIZE_FOR_FORTRAN = NO # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL # sources. Doxygen will then generate output that is tailored for # VHDL. OPTIMIZE_OUTPUT_VHDL = NO # Doxygen selects the parser to use depending on the extension of the files it # parses. With this tag you can assign which parser to use for a given extension. # Doxygen has a built-in mapping, but you can override or extend it using this # tag. The format is ext=language, where ext is a file extension, and language # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, # C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C # (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. EXTENSION_MAPPING = # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should # set this tag to YES in order to let doxygen match functions declarations and # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. # func(std::string) {}). This also makes the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. BUILTIN_STL_SUPPORT = NO # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. # Doxygen will parse them like normal C++ but will assume all classes use public # instead of private inheritance when no explicit protection keyword is present. SIP_SUPPORT = NO # For Microsoft's IDL there are propget and propput attributes to indicate getter # and setter methods for a property. Setting this option to YES (the default) # will make doxygen replace the get and set methods by a property in the # documentation. This will only work if the methods are indeed getting or # setting a simple type. If this is not the case, or you want to show the # methods anyway, you should set this option to NO. IDL_PROPERTY_SUPPORT = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a # subgroup of that type (e.g. under the Public Functions section). Set it to # NO to prevent subgrouping. Alternatively, this can be done per class using # the \nosubgrouping command. SUBGROUPING = YES # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and # unions are shown inside the group in which they are included (e.g. using # @ingroup) instead of on a separate page (for HTML and Man pages) or # section (for LaTeX and RTF). INLINE_GROUPED_CLASSES = NO # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and # unions with only public data fields will be shown inline in the documentation # of the scope in which they are defined (i.e. file, namespace, or group # documentation), provided this scope is documented. If set to NO (the default), # structs, classes, and unions are shown on a separate page (for HTML and Man # pages) or section (for LaTeX and RTF). INLINE_SIMPLE_STRUCTS = NO # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum # is documented as struct, union, or enum with the name of the typedef. So # typedef struct TypeS {} TypeT, will appear in the documentation as a struct # with name TypeT. When disabled the typedef will appear as a member of a file, # namespace, or class. And the struct will be named TypeS. This can typically # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. TYPEDEF_HIDES_STRUCT = NO # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to # determine which symbols to keep in memory and which to flush to disk. # When the cache is full, less often used symbols will be written to disk. # For small to medium size projects (<1000 input files) the default value is # probably good enough. For larger projects a too small cache size can cause # doxygen to be busy swapping symbols to and from disk most of the time # causing a significant performance penalty. # If the system has enough physical memory increasing the cache will improve the # performance by keeping more symbols in memory. Note that the value works on # a logarithmic scale so increasing the size by one will roughly double the # memory usage. The cache size is given by this formula: # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, # corresponding to a cache size of 2^16 = 65536 symbols. SYMBOL_CACHE_SIZE = 0 # Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be # set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given # their name and scope. Since this can be an expensive process and often the # same symbol appear multiple times in the code, doxygen keeps a cache of # pre-resolved symbols. If the cache is too small doxygen will become slower. # If the cache is too large, memory is wasted. The cache size is given by this # formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0, # corresponding to a cache size of 2^16 = 65536 symbols. LOOKUP_CACHE_SIZE = 0 #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in # the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. EXTRACT_LOCAL_METHODS = NO # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called # 'anonymous_namespace{file}', where file will be replaced with the base # name of the file that contains the anonymous namespace. By default # anonymous namespaces are hidden. EXTRACT_ANON_NSPACES = NO # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. # If set to NO (the default) these members will be included in the # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these classes will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations. # If set to NO (the default) these declarations will be included in the # documentation. HIDE_FRIEND_COMPOUNDS = NO # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any # documentation blocks found inside the body of a function. # If set to NO (the default) these blocks will be appended to the # function's detailed documentation block. HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = NO # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower-case letters. If set to YES upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. HIDE_SCOPE_NAMES = NO # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation # of that file. SHOW_INCLUDE_FILES = YES # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen # will list include files with double quotes in the documentation # rather than with sharp brackets. FORCE_LOCAL_INCLUDES = NO # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = YES # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically # by member name. If set to NO (the default) the members will appear in # declaration order. SORT_BRIEF_DOCS = NO # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen # will sort the (brief and detailed) documentation of class members so that # constructors and destructors are listed first. If set to NO (the default) # the constructors will appear in the respective orders defined by # SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. SORT_MEMBERS_CTORS_1ST = NO # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the # hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order. SORT_GROUP_NAMES = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to # NO (the default), the class list will be sorted only by class name, # not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. # Note: This option applies only to the class list, not to the # alphabetical list. SORT_BY_SCOPE_NAME = NO # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to # do proper type resolution of all parameters of a function it will reject a # match between the prototype and the implementation of a member function even # if there is only one candidate or it is obvious which candidate to choose # by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen # will still accept a match between prototype and implementation in such cases. STRICT_PROTO_MATCHING = NO # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or macro consists of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and macros in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES # If the sources in your project are distributed over multiple directories # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy # in the documentation. The default is NO. SHOW_DIRECTORIES = NO # Set the SHOW_FILES tag to NO to disable the generation of the Files page. # This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. SHOW_FILES = YES # Set the SHOW_NAMESPACES tag to NO to disable the generation of the # Namespaces page. # This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via # popen()) the command , where is the value of # the FILE_VERSION_FILTER tag, and is the name of an input file # provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. FILE_VERSION_FILTER = # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed # by doxygen. The layout file controls the global structure of the generated # output files in an output format independent way. The create the layout file # that represents doxygen's defaults, run doxygen with the -l option. # You can optionally specify a file name after the option, if omitted # DoxygenLayout.xml will be used as the name of the layout file. LAYOUT_FILE = # The CITE_BIB_FILES tag can be used to specify one or more bib files # containing the references data. This must be a list of .bib files. The # .bib extension is automatically appended if omitted. Using this command # requires the bibtex tool to be installed. See also # http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style # of the bibliography can be controlled using LATEX_BIB_STYLE. To use this # feature you need bibtex and perl available in the search path. CITE_BIB_FILES = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some # parameters in a documented function, or documenting parameters that # don't exist or using markup commands wrongly. WARN_IF_DOC_ERROR = YES # The WARN_NO_PARAMDOC option can be enabled to get warnings for # functions that are documented, but have no documentation for their parameters # or return value. If set to NO (the default) doxygen will only warn about # wrong or incomplete parameter documentation, but not about the absence of # documentation. WARN_NO_PARAMDOC = NO # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. Optionally the format may contain # $version, which will be replaced by the version of the file (if it could # be obtained via FILE_VERSION_FILTER) WARN_FORMAT = "$file:$line: $text " # The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr. WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = ../../include/cdio/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for # the list of possible encodings. INPUT_ENCODING = UTF-8 # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.f90 *.f *.for *.vhd *.vhdl FILE_PATTERNS = *.h # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should be # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. # Note that relative paths are relative to the directory from which doxygen is # run. EXCLUDE = ../../include/cdio/cdio_config.h # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded # from the input. EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. Note that the wildcards are matched # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* EXCLUDE_PATTERNS = # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test EXCLUDE_SYMBOLS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). EXAMPLE_PATH = ../../example # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude # commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see # the \image command). IMAGE_PATH = # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. # If FILTER_PATTERNS is specified, this tag will be # ignored. INPUT_FILTER = # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. # Doxygen will compare the file name with each pattern and apply the # filter if there is a match. # The filters are a list of the form: # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further # info on how filters are used. If FILTER_PATTERNS is empty or if # non of the patterns match the file name, INPUT_FILTER is applied. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source # files to browse (i.e. when SOURCE_BROWSER is set to YES). FILTER_SOURCE_FILES = NO # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file # pattern. A pattern will override the setting for FILTER_PATTERN (if any) # and it is also possible to disable source filtering for a specific pattern # using *.ext= (so without naming a filter). This option only has effect when # FILTER_SOURCE_FILES is enabled. FILTER_SOURCE_PATTERNS = #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = YES # If the REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = YES # If the REFERENCES_RELATION tag is set to YES # then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = YES # If the REFERENCES_LINK_SOURCE tag is set to YES (the default) # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will # link to the source code. # Otherwise they will link to the documentation. REFERENCES_LINK_SOURCE = YES # If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen # built-in source browser. The htags tool is part of GNU's global source # tagging system (see http://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = NO # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .html # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a # standard header. Note that when using a custom header you are responsible # for the proper inclusion of any scripts and style sheets that doxygen # needs, which is dependent on the configuration options used. # It is advised to generate a default header using "doxygen -w html # header.html footer.html stylesheet.css YourConfigFile" and then modify # that header. Note that the header is subject to change so you typically # have to redo this when upgrading to a newer version of doxygen or when # changing the value of configuration settings such as GENERATE_TREEVIEW! HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet. Note that doxygen will try to copy # the style sheet file to the HTML output directory, so don't put your own # style sheet in the HTML output directory as well, or it will be erased! HTML_STYLESHEET = # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note # that these files will be copied to the base HTML output directory. Use the # $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these # files. In the HTML_STYLESHEET file, use the file name only. Also note that # the files will be copied as-is; there are no commands or markers available. HTML_EXTRA_FILES = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. # Doxygen will adjust the colors in the style sheet and background images # according to this color. Hue is specified as an angle on a colorwheel, # see http://en.wikipedia.org/wiki/Hue for more information. # For instance the value 0 represents red, 60 is yellow, 120 is green, # 180 is cyan, 240 is blue, 300 purple, and 360 is red again. # The allowed range is 0 to 359. HTML_COLORSTYLE_HUE = 220 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of # the colors in the HTML output. For a value of 0 the output will use # grayscales only. A value of 255 will produce the most vivid colors. HTML_COLORSTYLE_SAT = 100 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to # the luminance component of the colors in the HTML output. Values below # 100 gradually make the output lighter, whereas values above 100 make # the output darker. The value divided by 100 is the actual gamma applied, # so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, # and 100 does not change the gamma. HTML_COLORSTYLE_GAMMA = 80 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML # page will contain the date and time when the page was generated. Setting # this to NO can help when comparing the output of multiple runs. HTML_TIMESTAMP = YES # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. HTML_ALIGN_MEMBERS = YES # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. For this to work a browser that supports # JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). HTML_DYNAMIC_SECTIONS = NO # If the GENERATE_DOCSET tag is set to YES, additional index files # will be generated that can be used as input for Apple's Xcode 3 # integrated development environment, introduced with OSX 10.5 (Leopard). # To create a documentation set, doxygen will generate a Makefile in the # HTML output directory. Running make will produce the docset in that # directory and running "make install" will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find # it at startup. # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html # for more information. GENERATE_DOCSET = NO # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the # feed. A documentation feed provides an umbrella under which multiple # documentation sets from a single provider (such as a company or product suite) # can be grouped. DOCSET_FEEDNAME = "Doxygen generated docs" # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that # should uniquely identify the documentation set bundle. This should be a # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. DOCSET_BUNDLE_ID = org.doxygen.Project # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify # the documentation publisher. This should be a reverse domain-name style # string, e.g. com.mycompany.MyDocSet.documentation. DOCSET_PUBLISHER_ID = org.doxygen.Publisher # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compiled HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be # written to the html output directory. CHM_FILE = # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # be used to specify the location (absolute path including file name) of # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run # the HTML help compiler on the generated index.hhp. HHC_LOCATION = # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING # is used to encode HtmlHelp index (hhk), content (hhc) and project file # content. CHM_INDEX_ENCODING = # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. TOC_EXPAND = NO # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated # that can be used as input for Qt's qhelpgenerator to generate a # Qt Compressed Help (.qch) of the generated HTML documentation. GENERATE_QHP = NO # If the QHG_LOCATION tag is specified, the QCH_FILE tag can # be used to specify the file name of the resulting .qch file. # The path specified is relative to the HTML output folder. QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#namespace QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#virtual-folders QHP_VIRTUAL_FOLDER = doc # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to # add. For more information please see # http://doc.trolltech.com/qthelpproject.html#custom-filters QHP_CUST_FILTER_NAME = # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see # # Qt Help Project / Custom Filters. QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's # filter section matches. # # Qt Help Project / Filter Attributes. QHP_SECT_FILTER_ATTRS = # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can # be used to specify the location of Qt's qhelpgenerator. # If non-empty doxygen will try to run qhelpgenerator on the generated # .qhp file. QHG_LOCATION = # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files # will be generated, which together with the HTML files, form an Eclipse help # plugin. To install this plugin and make it available under the help contents # menu in Eclipse, the contents of the directory containing the HTML and XML # files needs to be copied into the plugins directory of eclipse. The name of # the directory within the plugins directory should be the same as # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before # the help appears. GENERATE_ECLIPSEHELP = NO # A unique identifier for the eclipse help plugin. When installing the plugin # the directory name containing the HTML and XML files should also have # this name. ECLIPSE_DOC_ID = org.doxygen.Project # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) # at top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. Since the tabs have the same information as the # navigation tree you can set this option to NO if you already set # GENERATE_TREEVIEW to YES. DISABLE_INDEX = NO # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. # If the tag value is set to YES, a side panel will be generated # containing a tree-like index structure (just like the one that # is generated for HTML Help). For this to work a browser that supports # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). # Windows users are probably better off using the HTML help feature. # Since the tree basically has the same information as the tab index you # could consider to set DISABLE_INDEX to NO when enabling this option. GENERATE_TREEVIEW = NO # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values # (range [0,1..20]) that doxygen will group on one line in the generated HTML # documentation. Note that a value of 0 will completely suppress the enum # values from appearing in the overview section. ENUM_VALUES_PER_LINE = 4 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, # and Class Hierarchy pages using a tree view instead of an ordered list. USE_INLINE_TREES = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open # links to external symbols imported via tag files in a separate window. EXT_LINKS_IN_WINDOW = NO # Use this tag to change the font size of Latex formulas included # as images in the HTML documentation. The default is 10. Note that # when you change the font size after a successful doxygen run you need # to manually remove any form_*.png images from the HTML output directory # to force them to be regenerated. FORMULA_FONTSIZE = 10 # Use the FORMULA_TRANPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are # not supported properly for IE 6.0, but are supported on all modern browsers. # Note that when changing this option you need to delete any form_*.png files # in the HTML output before the changes have effect. FORMULA_TRANSPARENT = YES # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax # (see http://www.mathjax.org) which uses client side Javascript for the # rendering instead of using prerendered bitmaps. Use this if you do not # have LaTeX installed or if you want to formulas look prettier in the HTML # output. When enabled you also need to install MathJax separately and # configure the path to it using the MATHJAX_RELPATH option. USE_MATHJAX = NO # When MathJax is enabled you need to specify the location relative to the # HTML output directory using the MATHJAX_RELPATH option. The destination # directory should contain the MathJax.js script. For instance, if the mathjax # directory is located at the same level as the HTML output directory, then # MATHJAX_RELPATH should be ../mathjax. The default value points to the # mathjax.org site, so you can quickly see the result without installing # MathJax, but it is strongly recommended to install a local copy of MathJax # before deployment. MATHJAX_RELPATH = http://www.mathjax.org/mathjax # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension # names that should be enabled during MathJax rendering. MATHJAX_EXTENSIONS = # When the SEARCHENGINE tag is enabled doxygen will generate a search box # for the HTML output. The underlying search engine uses javascript # and DHTML and should work on any modern browser. Note that when using # HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets # (GENERATE_DOCSET) there is already a search function so this one should # typically be disabled. For large projects the javascript based search engine # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. SEARCHENGINE = NO # When the SERVER_BASED_SEARCH tag is enabled the search engine will be # implemented using a PHP enabled web server instead of at the web client # using Javascript. Doxygen will generate the search PHP script and index # file to put on the web server. The advantage of the server # based approach is that it scales better to large projects and allows # full text search. The disadvantages are that it is more difficult to setup # and does not have live searching capabilities. SERVER_BASED_SEARCH = NO #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = YES # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = latex # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be # invoked. If left blank `latex' will be used as the default command name. # Note that when enabling USE_PDFLATEX this option is only used for # generating bitmaps for formulas in the HTML output, but not in the # Makefile that is written to the output directory. LATEX_CMD_NAME = latex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to # generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = letter # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. EXTRA_PACKAGES = # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for # the generated latex document. The footer should contain everything after # the last chapter. If it is left blank doxygen will generate a # standard footer. Notice: only use this tag if you know what you are doing! LATEX_FOOTER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = NO # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. USE_PDFLATEX = NO # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. LATEX_BATCHMODE = NO # If LATEX_HIDE_INDICES is set to YES then doxygen will not # include the index chapters (such as File Index, Compound Index, etc.) # in the output. LATEX_HIDE_INDICES = NO # If LATEX_SOURCE_CODE is set to YES then doxygen will include # source code with syntax highlighting in the LaTeX output. # Note that which sources are shown also depends on other settings # such as SOURCE_BROWSER. LATEX_SOURCE_CODE = NO # The LATEX_BIB_STYLE tag can be used to specify the style to use for the # bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See # http://en.wikipedia.org/wiki/BibTeX for more info. LATEX_BIB_STYLE = plain #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output # The RTF output is optimized for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf # If the COMPACT_RTF tag is set to YES Doxygen generates more compact # RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated # will contain hyperlink fields. The RTF file will # contain links (just like the HTML output) instead of page references. # This makes the output suitable for online browsing using WORD or other # programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO # Load style sheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assignments. You only have to provide # replacements, missing definitions are set to their default value. RTF_STYLESHEET_FILE = # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = man # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `xml' will be used as the default path. XML_OUTPUT = xml # The XML_SCHEMA tag can be used to specify an XML schema, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_SCHEMA = # The XML_DTD tag can be used to specify an XML DTD, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_DTD = # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output. XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # configuration options related to the Perl module output #--------------------------------------------------------------------------- # If the GENERATE_PERLMOD tag is set to YES Doxygen will # generate a Perl module file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment. GENERATE_PERLMOD = NO # If the PERLMOD_LATEX tag is set to YES Doxygen will generate # the necessary Makefile rules, Perl scripts and LaTeX code to be able # to generate PDF and DVI output from the Perl module output. PERLMOD_LATEX = NO # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be # nicely formatted so it can be parsed by a human reader. # This is useful # if you want to understand what is going on. # On the other hand, if this # tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same. PERLMOD_PRETTY = YES # The names of the make variables in the generated doxyrules.make file # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. # This is useful so different doxyrules.make files included by the same # Makefile don't overwrite each other's variables. PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = NO # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_DEFINED tags. EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # pointed to by INCLUDE_PATH will be searched when a #include is found. SEARCH_INCLUDES = YES # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. INCLUDE_PATH = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. INCLUDE_FILE_PATTERNS = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. To prevent a macro definition from being # undefined via #undef or recursively expanded use the := operator # instead of the = operator. PREDEFINED = # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition that # overrules the definition found in the source code. EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all references to function-like macros # that are alone on a line, have an all uppercase name, and do not end with a # semicolon, because these will confuse the parser if not removed. SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- # The TAGFILES option can be used to specify one or more tagfiles. # Optionally an initial location of the external documentation # can be added for each tagfile. The format of a tag file without # this location is as follows: # # TAGFILES = file1 file2 ... # Adding location for the tag files is done as follows: # # TAGFILES = file1=loc1 "file2 = loc2" ... # where "loc1" and "loc2" can be relative or absolute paths or # URLs. If a location is present for each tag, the installdox tool # does not have to be run to correct the links. # Note that each tag file must have a unique name # (where the name does NOT include the path) # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = libcdio.xml # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base # or super classes. Setting the tag to NO turns the diagrams off. Note that # this option also works with HAVE_DOT disabled, but it is recommended to # install and use dot, since it yields more powerful graphs. CLASS_DIAGRAMS = YES # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the # documentation. The MSCGEN_PATH tag allows you to specify the directory where # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. MSCGEN_PATH = # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = NO # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is # allowed to run in parallel. When set to 0 (the default) doxygen will # base this on the number of processors available in the system. You can set it # explicitly to a value larger than 0 to get control over the balance # between CPU load and processing speed. DOT_NUM_THREADS = 0 # By default doxygen will use the Helvetica font for all dot files that # doxygen generates. When you want a differently looking font you can specify # the font name using DOT_FONTNAME. You need to make sure dot is able to find # the font, which can be done by putting it in a standard location or by setting # the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the # directory containing the font. DOT_FONTNAME = Helvetica # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The default size is 10pt. DOT_FONTSIZE = 10 # By default doxygen will tell dot to use the Helvetica font. # If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to # set the path where dot can find it. DOT_FONTPATH = # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = YES # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen # will generate a graph for groups, showing the direct groups dependencies GROUP_GRAPHS = YES # If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. UML_LOOK = NO # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. INCLUDED_BY_GRAPH = YES # If the CALL_GRAPH and HAVE_DOT options are set to YES then # doxygen will generate a call dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. CALL_GRAPH = NO # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then # doxygen will generate a caller dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable caller # graphs for selected functions only using the \callergraph command. CALLER_GRAPH = NO # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will generate a graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES # then doxygen will show the dependencies a directory has on other directories # in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. DIRECTORY_GRAPH = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are svg, png, jpg, or gif. # If left blank png will be used. If you choose svg you need to set # HTML_FILE_EXTENSION to xhtml in order to make the SVG files # visible in IE 9+ (other browsers do not have this requirement). DOT_IMAGE_FORMAT = png # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to # enable generation of interactive SVG images that allow zooming and panning. # Note that this requires a modern browser other than Internet Explorer. # Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you # need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files # visible. Older versions of IE do not have SVG support. INTERACTIVE_SVG = NO # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). DOTFILE_DIRS = # The MSCFILE_DIRS tag can be used to specify one or more directories that # contain msc files that are included in the documentation (see the # \mscfile command). MSCFILE_DIRS = # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of # nodes that will be shown in the graph. If the number of nodes in a graph # becomes larger than this value, doxygen will truncate the graph, which is # visualized by representing a node as a red box. Note that doxygen if the # number of direct children of the root node in a graph is already larger than # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. DOT_GRAPH_MAX_NODES = 50 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes # that lay further from the root node will be omitted. Note that setting this # option to 1 or 2 may greatly reduce the computation time needed for large # code bases. Also note that the size of a graph can be further restricted by # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. MAX_DOT_GRAPH_DEPTH = 0 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is disabled by default, because dot on Windows does not # seem to support this out of the box. Warning: Depending on the platform used, # enabling this option may lead to badly anti-aliased labels on the edges of # a graph (i.e. they become hard to read). DOT_TRANSPARENT = NO # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. DOT_MULTI_TARGETS = NO # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::additions related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO libcdio-2.0.0/doc/doxygen/run_doxygen0000755000175000017500000000527611114145233014555 00000000000000#!/bin/sh # $Id: run_doxygen,v 1.1 2003/11/09 14:11:02 rocky Exp $ # Runs doxygen and massages the output files. # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. # # Synopsis: run_doxygen --mode=[user|maint|man] v3srcdir v3builddir # # Originally hacked together by Phil Edwards # We can check now that the version of doxygen is >= this variable. DOXYVER=1.2.15 doxygen= find_doxygen() { v_required=`echo $DOXYVER | \ awk -F. '{if(NF<3)$3=0;print ($1*100+$2)*100+$3}'` testing_version= # thank you goat book set `IFS=:; X="$PATH:/usr/local/bin:/bin:/usr/bin"; echo $X` for dir do # AC_EXEEXT could come in useful here maybedoxy="$dir/doxygen" test -f "$maybedoxy" && testing_version=`$maybedoxy --version` if test -n "$testing_version"; then v_found=`echo $testing_version | \ awk -F. '{if(NF<3)$3=0;print ($1*100+$2)*100+$3}'` if test $v_found -ge $v_required; then doxygen="$maybedoxy" break fi fi done if test -z "$doxygen"; then echo run_doxygen error: Could not find Doxygen $DOXYVER in path. 1>&2 print_usage fi } print_usage() { cat 1>&2 <] MODE is one of: user Generate user-level HTML library documentation. maint Generate maintainers' HTML documentation (lots more; exposes non-public members, etc). man Generate user-level man pages. more options when i think of them Note: Requires Doxygen ${DOXYVER} or later; get it at ftp://ftp.stack.nl/pub/users/dimitri/doxygen-${DOXYVER}.src.tar.gz EOF exit 1 } parse_options() { for o do # Blatantly ripped from autoconf, er, I mean, "gratefully standing # on the shoulders of those giants who have gone before us." case "$o" in -*=*) arg=`echo "$o" | sed 's/[-_a-zA-Z0-9]*=//'` ;; *) arg= ;; esac case "$o" in --mode=*) mode=$arg ;; --mode | --help | -h) print_usage ;; *) # this turned out to be a mess, maybe change to --srcdir=, etc if test $srcdir = unset; then srcdir=$o elif test $outdir = unset; then builddir=${o} outdir=${o}/doc/doxygen else echo run_doxygen error: Too many arguments 1>&2 exit 1 fi ;; esac done } # script begins here mode=unset srcdir=unset outdir=unset do_html=no do_man=no enabled_sections= DATEtext=`date '+%Y-%m-%d'` parse_options $* find_doxygen $doxygen ./Doxyfile exit 0 # vim:ts=4:et: libcdio-2.0.0/doc/mdate-sh0000755000175000017500000001372613222217403012241 00000000000000#!/bin/sh # Get modification time of a file or directory and pretty-print it. scriptversion=2015-04-09.19; # UTC # Copyright (C) 1995-2014 Free Software Foundation, Inc. # written by Ulrich Drepper , June 1995 # # This program 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, or (at your option) # any later version. # # This program 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 this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . 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 fi case $1 in '') echo "$0: No file. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: mdate-sh [--help] [--version] FILE Pretty-print the modification day of FILE, in the format: 1 January 1970 Report bugs to . EOF exit $? ;; -v | --v*) echo "mdate-sh $scriptversion" exit $? ;; esac error () { echo "$0: $1" >&2 exit 1 } # Prevent date giving response in another language. LANG=C export LANG LC_ALL=C export LC_ALL LC_TIME=C export LC_TIME # Use UTC to get reproducible result TZ=UTC export TZ # GNU ls changes its time format in response to the TIME_STYLE # variable. Since we cannot assume 'unset' works, revert this # variable to its documented default. if test "${TIME_STYLE+set}" = set; then TIME_STYLE=posix-long-iso export TIME_STYLE fi save_arg1=$1 # Find out how to get the extended ls output of a file or directory. if ls -L /dev/null 1>/dev/null 2>&1; then ls_command='ls -L -l -d' else ls_command='ls -l -d' fi # Avoid user/group names that might have spaces, when possible. if ls -n /dev/null 1>/dev/null 2>&1; then ls_command="$ls_command -n" fi # A 'ls -l' line looks as follows on OS/2. # drwxrwx--- 0 Aug 11 2001 foo # This differs from Unix, which adds ownership information. # drwxrwx--- 2 root root 4096 Aug 11 2001 foo # # To find the date, we split the line on spaces and iterate on words # until we find a month. This cannot work with files whose owner is a # user named "Jan", or "Feb", etc. However, it's unlikely that '/' # will be owned by a user whose name is a month. So we first look at # the extended ls output of the root directory to decide how many # words should be skipped to get the date. # On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below. set x`$ls_command /` # Find which argument is the month. month= command= until test $month do test $# -gt 0 || error "failed parsing '$ls_command /' output" shift # Add another shift to the command. command="$command shift;" case $1 in Jan) month=January; nummonth=1;; Feb) month=February; nummonth=2;; Mar) month=March; nummonth=3;; Apr) month=April; nummonth=4;; May) month=May; nummonth=5;; Jun) month=June; nummonth=6;; Jul) month=July; nummonth=7;; Aug) month=August; nummonth=8;; Sep) month=September; nummonth=9;; Oct) month=October; nummonth=10;; Nov) month=November; nummonth=11;; Dec) month=December; nummonth=12;; esac done test -n "$month" || error "failed parsing '$ls_command /' output" # Get the extended ls output of the file or directory. set dummy x`eval "$ls_command \"\\\$save_arg1\""` # Remove all preceding arguments eval $command # Because of the dummy argument above, month is in $2. # # On a POSIX system, we should have # # $# = 5 # $1 = file size # $2 = month # $3 = day # $4 = year or time # $5 = filename # # On Darwin 7.7.0 and 7.6.0, we have # # $# = 4 # $1 = day # $2 = month # $3 = year or time # $4 = filename # Get the month. case $2 in Jan) month=January; nummonth=1;; Feb) month=February; nummonth=2;; Mar) month=March; nummonth=3;; Apr) month=April; nummonth=4;; May) month=May; nummonth=5;; Jun) month=June; nummonth=6;; Jul) month=July; nummonth=7;; Aug) month=August; nummonth=8;; Sep) month=September; nummonth=9;; Oct) month=October; nummonth=10;; Nov) month=November; nummonth=11;; Dec) month=December; nummonth=12;; esac case $3 in ???*) day=$1;; *) day=$3; shift;; esac # Here we have to deal with the problem that the ls output gives either # the time of day or the year. case $3 in *:*) set `date`; eval year=\$$# case $2 in Jan) nummonthtod=1;; Feb) nummonthtod=2;; Mar) nummonthtod=3;; Apr) nummonthtod=4;; May) nummonthtod=5;; Jun) nummonthtod=6;; Jul) nummonthtod=7;; Aug) nummonthtod=8;; Sep) nummonthtod=9;; Oct) nummonthtod=10;; Nov) nummonthtod=11;; Dec) nummonthtod=12;; esac # For the first six month of the year the time notation can also # be used for files modified in the last year. if (expr $nummonth \> $nummonthtod) > /dev/null; then year=`expr $year - 1` fi;; *) year=$3;; esac # The result. echo $day $month $year # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libcdio-2.0.0/compile0000755000175000017500000001624513222217403011421 00000000000000#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program 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, or (at your option) # any later version. # # This program 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 this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libcdio-2.0.0/AUTHORS0000644000175000017500000000010511114147141011076 00000000000000Herbert Valerio Riedel Rocky Bernstein libcdio-2.0.0/config.sub0000755000175000017500000010676313222217403012033 00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. timestamp='2016-11-04' # This file 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 3 of the License, or # (at your option) any later version. # # This program 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 this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright 1992-2016 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." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | ba \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pru \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pru-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; asmjs) basic_machine=asmjs-unknown ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; e500v[12]) basic_machine=powerpc-unknown os=$os"spe" ;; e500v[12]-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i686-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ | -onefs* | -tirtos* | -phoenix* | -fuchsia*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -ios) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; c8051-*) os=-elf ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libcdio-2.0.0/THANKS0000664000175000017500000000537613222217327010770 00000000000000Burkhard Plaum some GNU/Linux and CD-Text patches Carlo Bramini fixes for Mingw+MSYS and DLL support Chris Clayton 2.0.0 testing Christophe Fergeau Add UDF reading to iso-read and iso-info Dagobert Michelsen Solaris compilation issues and the wonderful test Solaris test platform opencsw.org Diego 'Flameeyes' Pettenò patches to FreeBSD and making Gentoo-friendly Frank Endres mmc_get_disc_erasable Frantisek Dvorak : bug reports and miscellaneous fixes Geoff Bailey FreeBSD debugging & testing Heiner FreeBSD CAM support and FreeBSD debugging & testing Ian MacIntosh Sun-related things. Justin B. Ruggles SCSI MMC discmode determination via Read TOC. Justin F. Hallett Fink packaging and matters OSX KO Myung-Hun OS/2 Driver Kris Verbeeck : CDDB library support from libcddb http://libcddb.sourceforge.net Gentoo ebuild-file Leon Merten Lohse Redo CD-Text handling Manfred Tremmel : RPM spec file and inclusion of libcdio into http://packman.links2linux.de/ Michael Kukat , for the hints in extractnrg.pl Natalia Portillo OSX BluRay support on OSX 10 and other OSX fixes Nicolas Boullis Build issues, library symbol versioning, Debian packaging and issues Nigel Pearson nigel at ind dot tansu dot com dot au OSX 10 fixes Patrick Guimond CD-Extra audio data boundaries Pete Batard UDF, MinGW and Microsoft Visual C++ support. "offset" type fixes for Joliet and Rock Ridge. Peter Hartley Cross-compiling to mingw32 Peter J. Creath removal of libpopt, paranoia documentation, some bug fixes to cd-* programs and the paranoia lib Steven M. Schultz All things BSDI and the use of a really fabulous Darwin G5 box. Svend S. Sorensen cdrdao TOC-reading and CDRWin CUE parsing code based on cuetools http://cuetools.sourceforge.net/ xboxmediacenter team (www.xboxmediacenter.de) X-Box detection and XDF filesystem things Thomas Schmitt Recording and retrieval of SCSI sense reply. Write/burning interface. MMC bug fixes Daniel Schwarz log-summary option in cd-paranoia. Robert Kausch Portability fixes on Windows, and other OS's. Add mmc_get_track_isrc Robert William Fuller get_track_pregap_lba, get_track_pregap_lsn. Section on "CD-DA pregap" in libcdio manual. various fixes to Nero driver and cd-text for Nero Scot C. Bontrager mmc routine to get the ISRC information on a CD that is in the q subchannel but not showing up in the CDTEXT. Addition of this information to cd-info. libcdio-2.0.0/test/0000775000175000017500000000000013222221717011077 500000000000000libcdio-2.0.0/test/isofs-m1-test2.right0000664000175000017500000000227712210743265014566 00000000000000__________________________________ CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): not available Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : ISO9660 filesystem /: drwxrwxr-x 3 715 715 [LSN 23] 2048 Apr 20 2003 11:26:46 . drwxrwxr-x 3 715 715 [LSN 23] 2048 Apr 20 2003 11:26:46 .. -rw-r--r-- 1 715 715 [LSN 26] 17992 Jul 29 2002 12:39:53 COPYING drwxrwxr-x 2 715 715 [LSN 24] 2048 Apr 20 2003 16:18:53 doc /doc/: drwxrwxr-x 2 715 715 [LSN 24] 2048 Apr 20 2003 16:18:53 . drwxrwxr-x 3 715 715 [LSN 23] 2048 Apr 20 2003 11:26:46 .. -rw-rw-r-- 1 715 715 [LSN 35] 648 Apr 20 2003 16:18:53 readme.txt libcdio-2.0.0/test/check_iso.sh0000775000175000017500000000404413222220144013300 00000000000000#!/bin/bash if test -z $srcdir ; then srcdir=$(pwd) fi if test "X$top_builddir" = "X" ; then top_builddir=$(pwd)/.. fi . ${top_builddir}/test/check_common_fn if test ! -x ../src/iso-info ; then exit 77 fi BASE=$(basename $0 .sh) fname=copying opts="--quiet ${srcdir}/data/${fname}.iso --iso9660 " test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right RC=$? check_result $RC 'iso-info basic test' "$ISO_INFO $opts" opts="--ignore --image ${srcdir}/data/${fname}.iso --extract $fname " test_iso_read "$opts" ${fname} ${srcdir}/copying.gpl RC=$? check_result $RC 'iso-read basic test' "$ISO_READ $opts" if test -n "1"; then fname=copying-rr if test -n ""; then right_file=${fname}-mingw.right else right_file=${fname}.right fi opts="--quiet ${srcdir}/data/${fname}.iso --iso9660 " test_iso_info "$opts" ${fname}.dump ${srcdir}/${right_file} RC=$? check_result $RC 'iso-info Rock Ridge test' "$ISO_INFO $opts" opts="--image ${srcdir}/data/${fname}.iso --extract COPYING" test_iso_read "$opts" ${fname} ${srcdir}/copying-rr.gpl RC=$? check_result $RC 'iso-read RR test' "$ISO_READ $opts" fi if test -n "1" ; then BASE=$(basename $0 .sh) fname=joliet opts="--quiet ${srcdir}/data/${fname}.iso --iso9660 " test_iso_info "$opts" ${fname}-nojoliet.dump ${srcdir}/${fname}.right RC=$? check_result $RC 'iso-info Joliet test' "$cmdline" opts="--quiet ${srcdir}/data/${fname}.iso --iso9660 --no-joliet " test_iso_info "$opts" ${fname}-nojoliet.dump \ ${srcdir}/${fname}-nojoliet.right RC=$? check_result $RC 'iso-info --no-joliet test' "$cmdline" fi for fname in malformed malformed2; do opts="--quiet ${srcdir}/data/${fname}.iso -f " test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right BAD_RC=$? if test $BAD_RC -ne 0 ; then check_result 0 "iso-info $fname test" "$cmdline" else echo "$0: in $fname Expecting nonzero return" RC=1 fi done exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/testisocd.c0000664000175000017500000001132313221563253013167 00000000000000/* Copyright (C) 2003-2008, 2011, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Tests reading ISO 9660 info from a CD. */ #include "portable.h" #include "cdio_assert.h" #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #include #include #include #define SKIP_TEST_RC 77 int main(int argc, const char *argv[]) { char **ppsz_cd_drives = NULL; /* All drives with an ISO9660 filesystem. */ driver_id_t driver_id; /* Driver ID found */ char *psz_drive; /* Name of drive */ CdIo_t *p_cdio; /* See if we can find a device with a loaded CD-DA in it. If successful drive_id will be set. */ ppsz_cd_drives = cdio_get_devices_with_cap_ret(NULL, CDIO_FS_ANAL_ISO9660_ANY, true, &driver_id); if (ppsz_cd_drives && ppsz_cd_drives[0]) { /* Found such a CD-ROM with an ISO 9660 filesystem. Use the first drive in the list. */ psz_drive = strdup(ppsz_cd_drives[0]); /* Don't need a list of CD's with CD-DA's any more. */ cdio_free_device_list(ppsz_cd_drives); ppsz_cd_drives = NULL; } else { printf("-- Unable find or access a CD-ROM drive with an ISO-9660 " "filesystem.\n"); if (ppsz_cd_drives) cdio_free_device_list(ppsz_cd_drives); exit(SKIP_TEST_RC); } p_cdio = cdio_open (psz_drive, driver_id); if (!p_cdio) { fprintf(stderr, "Sorry, couldn't open %s\n", psz_drive); free(psz_drive); return 1; } else { /* You make get different results looking up "/" versus "/." and the latter may give more complete information. "/" will take information from the PVD only, whereas "/." will force a directory read of "/" and find "." and in that Rock-Ridge information might be found which fills in more stat information that iso9660_fs_find_lsn also will find. . Ideally iso9660_fs_stat should be fixed. */ iso9660_stat_t *p_statbuf = iso9660_fs_stat (p_cdio, "/."); free(psz_drive); if (NULL == p_statbuf) { fprintf(stderr, "Could not get ISO-9660 file information for file /.\n"); cdio_destroy(p_cdio); exit(2); } else { /* Now try getting the statbuf another way */ char buf[ISO_BLOCKSIZE]; char *psz_path = NULL; const lsn_t i_lsn = p_statbuf->lsn; iso9660_stat_t *p_statbuf2 = iso9660_fs_find_lsn (p_cdio, i_lsn); iso9660_stat_t *p_statbuf3 = iso9660_fs_find_lsn_with_path (p_cdio, i_lsn, &psz_path); int rc=0; const unsigned int statbuf_test_size = 100; /* Compare the two statbufs. */ if (p_statbuf->lsn != p_statbuf2->lsn || p_statbuf->size != p_statbuf2->size || p_statbuf->type != p_statbuf2->type) { fprintf(stderr, "File stat information between fs_stat and " "fs_find_lsn isn't the same\n"); rc=3; goto exit; } cdio_assert(statbuf_test_size < sizeof(iso9660_stat_t)); if (0 != memcmp(p_statbuf3, p_statbuf2, statbuf_test_size)) { fprintf(stderr, "File stat information between fs_find_lsn and " "fs_find_lsn_with_path isn't the same\n"); rc=4; goto exit; } if (psz_path != NULL) { if (0 != strncmp("/./", psz_path, strlen("/./"))) { fprintf(stderr, "Path returned for fs_find_lsn_with_path " "is not correct should be /./, is %s\n", psz_path); free(psz_path); rc=5; goto exit; } } else { fprintf(stderr, "Path returned for fs_find_lsn_with_path is NULL\n"); rc=6; goto exit; } /* Try reading from the directory. */ memset (buf, 0, ISO_BLOCKSIZE); if ( 0 != cdio_read_data_sectors (p_cdio, buf, i_lsn, ISO_BLOCKSIZE, 1) ) { fprintf(stderr, "Error reading ISO 9660 file at lsn %lu\n", (long unsigned int) p_statbuf->lsn); rc=7; } exit: iso9660_stat_free(p_statbuf); iso9660_stat_free(p_statbuf2); iso9660_stat_free(p_statbuf3); cdio_destroy(p_cdio); exit(rc); } } exit(0); } libcdio-2.0.0/test/malformed2.right0000644000175000017500000000020013204104700014064 00000000000000Error getting above directory information __________________________________ ISO-9660 Information 2048 /a 0 /b.txt libcdio-2.0.0/test/check_common_fn.in0000664000175000017500000000755713217072766014511 00000000000000# Copyright (C) 2003, 2004, 2005, 2006, 2008, 2012 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # Common routines and setup for regression testing. SKIP_TEST_EXITCODE=77 # Some output changes depending on TZ and locale. Set this so we get known # results TZ=CUT # both 'en_US' and 'en_US.utf8' might be defined on some platforms if locale -a >/dev/null 2>&1 ; then # Note: Solaris 10's shell can't handle $(..) so we use `...` LC_TIME=`locale -a | grep 'en_US' | grep -v 'utf8' | grep -v 'iso88591' &2>/dev/null` fi [ -z "$LC_TIME" ] && { LC_TIME=${LC_TIME:-en_US} }>/dev/null 2>&1 export TZ LC_TIME DIFF="@DIFF@" DIFF_OPTS="@DIFF_OPTS@" RM="@RM@" check_result() { RC=$1 shift msg=$1 shift cmdline="$cmd $*" if test $RC -ne 0 ; then if test $RC -ne $SKIP_TEST_EXITCODE ; then echo "$0: $msg failed." if test -n "$cmdline" ; then echo "$0: failed command:" echo " $cmdline" fi exit $RC else echo "-- $0: $msg skipped." fi else echo "-- $0: $msg ok." fi } test_common() { cmdname="$1" cmd="../src/${cmdname}@EXEEXT@" opts="$2" outfile="$3" rightfile="$4" if [ ! -x "${cmd}" ]; then echo "-- $0: No ${cmd}" return 1 fi cmdline="${cmd}" if "${cmd}" --no-header ${opts} >"${outfile}" 2>&1 ; then if test "@DIFF@" != no; then if @DIFF@ @DIFF_OPTS@ "${outfile}" "${rightfile}" ; then rm -f "${outfile}" return 0 else return 3 fi else echo "$0: No diff(1) or cmp(1) found - cannot test ${cmdname}" rm -f "${outfile}" return $SKIP_TEST_EXITCODE fi else echo "$0 failed running: ${cmdname} ${opts}" return 2 fi } test_cdinfo() { test_common cd-info "$@" } test_iso_info() { test_common iso-info "$@" } test_cd_read() { test_common cd-read "$@" } test_iso_read() { # not test_common, as we use an output file not stdout. opts="$1" outfile="$2" rightfile="$3" ISO_READ="../src/iso-read@EXEEXT@" if [ ! -x ${ISO_READ} ]; then echo "-- $0: No ${ISO_READ}" return 1 fi if "${ISO_READ}" ${opts} -o "${outfile}" 2>&1 ; then if test "@DIFF@" != no; then if @DIFF@ @DIFF_OPTS@ "${outfile}" "${rightfile}" ; then rm -f "${outfile}" return 0 else return 3 fi else echo "$0: No diff(1) or cmp(1) found - cannot test ${ISO_READ}" rm -f "${outfile}" return 77 fi else echo "$0 failed running: ${ISO_READ} ${opts} -o ${outfile}" return 2 fi } test_legal_header() { cmdname="$1" cmd="../src/${cmdname}@EXEEXT@" opts="$2" outfile="$3" if test "@GREP@" = no; then echo "$0: No grep(1) found - cannot test ${cmd}." echo "$0: Legal header test skipped." exit $SKIP_TEST_EXITCODE fi "${cmd}" ${opts} > ${outfile} 2>&1 while read line; do @GREP@ "${line}" ${outfile} >/dev/null 2>&1 if [ "$?" -ne 0 ] ; then echo "$0: Legal header test failed due to missing expected line:" echo " ${line}" echo "$0: Failed command:" echo " ${cmd} ${opts}" exit 4 fi done < ${srcdir}/check_legal.regex rm -f ${outfile} echo "-- $0: Legal header of ${cmd} ${opts} ok." } #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/malformed.right0000644000175000017500000000014213204104700014007 00000000000000Error getting above directory information __________________________________ ISO-9660 Information libcdio-2.0.0/test/isofs-m1.right0000664000175000017500000000227712210743224013522 00000000000000__________________________________ CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : ISO9660 filesystem /: drwxrwxr-x 3 715 715 [LSN 23] 2048 Apr 20 2003 11:26:46 . drwxrwxr-x 3 715 715 [LSN 23] 2048 Apr 20 2003 11:26:46 .. -rw-r--r-- 1 715 715 [LSN 26] 17992 Jul 29 2002 12:39:53 COPYING drwxrwxr-x 2 715 715 [LSN 24] 2048 Apr 20 2003 16:18:53 doc /doc/: drwxrwxr-x 2 715 715 [LSN 24] 2048 Apr 20 2003 16:18:53 . drwxrwxr-x 3 715 715 [LSN 23] 2048 Apr 20 2003 11:26:46 .. -rw-rw-r-- 1 715 715 [LSN 35] 648 Apr 20 2003 16:18:53 readme.txt libcdio-2.0.0/test/test_lib_driver_util.c0000644000175000017500000000263311727007454015412 00000000000000/* -*- C -*- Copyright (C) 2009, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Unit test for lib/driver/util.c */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include int main(int argc, const char *argv[]) { if (0 != strncmp(cdio_version_string, CDIO_VERSION, strlen(CDIO_VERSION))) { fprintf(stderr, "CDIO VERSION string mismatch %s vs %s\n", cdio_version_string, CDIO_VERSION); exit(1); } if (libcdio_version_num != LIBCDIO_VERSION_NUM) { fprintf(stderr, "LIBCDIO_VERSION_NUM value mismatch %d vs %d\n", libcdio_version_num, LIBCDIO_VERSION_NUM); exit(2); } exit(0); } libcdio-2.0.0/test/copying-rr-mingw.right0000644000175000017500000000207613204104700015261 00000000000000__________________________________ ISO-9660 Information /: dr-xr-xr-x 4 0 0 [LSN 23] 2048 Oct 22 2004 02:21:14 . dr-xr-xr-x 2 0 0 [LSN 23] 2048 Oct 22 2004 02:21:14 .. dr-xr-xr-x 2 0 0 [LSN 24] 2048 Mar 05 2005 16:12:25 copy -r-xr-xr-x 1 0 0 [LSN 27] 0 Mar 05 2005 15:26:00 Copy2 -r--r--r-- 1 0 0 [LSN 27] 17992 Mar 05 2005 15:25:51 COPYING -r--r--r-- 1 0 0 [LSN 36] 0 Mar 05 2005 15:32:05 fd0 dr-xr-xr-x 2 0 0 [LSN 25] 2048 Mar 05 2005 16:12:25 tmp cr--r--r-- 1 0 0 [LSN 36] 0 Mar 05 2005 15:31:42 zero /copy/: dr-xr-xr-x 2 0 0 [LSN 24] 2048 Mar 05 2005 16:12:25 . dr-xr-xr-x 4 0 0 [LSN 23] 2048 Mar 05 2005 16:12:25 .. -r-xr-xr-x 1 0 0 [LSN 36] 0 Mar 05 2005 15:27:05 COPYING /tmp/: dr-xr-xr-x 2 0 0 [LSN 25] 2048 Mar 05 2005 16:12:25 . dr-xr-xr-x 4 0 0 [LSN 23] 2048 Mar 05 2005 16:12:25 .. -r-xr-xr-x 1 0 0 [LSN 36] 0 Mar 05 2005 15:51:05 COPYING libcdio-2.0.0/test/check_cue.sh0000775000175000017500000000721613222220144013266 00000000000000#!/bin/sh # Tests to see that BIN/CUE and cdrdao TOC file iamge reading is correct # (via cd-info). if test ! -d "" ; then vcd_opt='--no-vcd' fi if test ! -d "$abs_top_srcdir" ; then abs_top_srcdir=/src/external-vcs/savannah/libcdio fi if test ! -d "$top_builddir" ; then top_builddir=/src/external-vcs/savannah/libcdio fi . ${top_builddir}/test/check_common_fn CD_INFO=$abs_top_srcdir/src/cd-info if test ! -x $CD_INFO ; then exit 77 fi BASE=`basename $0 .sh` fname=cdda testnum=CD-DA if test -f ${abs_top_srcdir}/test/data/${fname}.bin ; then opts="--quiet --no-device-info --cue-file ${abs_top_srcdir}/test/data/${fname}.cue --no-cddb" test_cdinfo "$opts" ${fname}.dump ${abs_top_srcdir}/test/${fname}.right RC=$? check_result $RC "cd-info CUE test $testnum" "${CD_INFO} $opts" opts="--quiet --no-device-info --bin-file ${abs_top_srcdir}/test/data/${fname}.bin --no-cddb" test_cdinfo "$opts" ${fname}.dump ${abs_top_srcdir}/test/${fname}.right RC=$? check_result $RC "cd-info BIN test $testnum" "${CD_INFO} $opts" else echo "-- Don't see BIN file ${abs_top_srcdir}/test/data/${fname}.bin. Test $testnum skipped." fi fname=isofs-m1 if test -f ${abs_top_srcdir}/test/data/${fname}.bin ; then testnum='ISO 9660 mode1 CUE' if test -n "1"; then opts="-q --no-device-info --no-disc-mode --cue-file ${abs_top_srcdir}/test/data/${fname}.cue --iso9660" ( cd ${abs_top_srcdir}/test/ test_cdinfo "$opts" ${fname}.dump ${fname}.right RC=$? check_result $RC "cd-info Rock-Ridge CUE test $testnum" "${CD_INFO} $opts" ) else opts="-q --no-device-info --no-disc-mode --no-rock-ridge --cue-file ${abs_top_srcdir}/test/data/${fname}.cue --iso9660" ( cd ${abs_top_srcdir}/test/ test_cdinfo "$opts" ${fname}.dump ${fname}-no-rr.right RC=$? check_result $RC "cd-info no Rock-Ridge CUE test $testnum" "${CD_INFO} $opts" ) fi testnum='ISO 9660 mode1 TOC' if test -n "1"; then opts="-q --no-device-info --no-disc-mode --toc-file ${abs_top_srcdir}/test/data/${fname}.toc --iso9660" ( cd ${abs_top_srcdir}/test/ test_cdinfo "$opts" ${fname}.dump ${fname}-test2.right RC=$? check_result $RC "cd-info TOC test $testnum" "${CD_INFO} $opts" ) fi else echo "-- Don't see BIN file ${abs_top_srcdir}/test/data/${fname}.bin. Test $testnum skipped." fi fname=vcd_demo testnum='Video CD' if test -f ${abs_top_srcdir}/test/data/${fname}.bin ; then if test -z "" ; then right=${abs_top_srcdir}/test/${fname}.right else right=${abs_top_srcdir}/test/${fname}_vcdinfo.right fi opts="-q --no-device-info --no-disc-mode -c ${abs_top_srcdir}/test/data/${fname}.cue --iso9660" test_cdinfo "$opts" ${fname}.dump $right RC=$? check_result $RC "cd-info CUE test $testnum" "${CD_INFO} $opts" opts="-q --no-device-info --no-disc-mode -t ${abs_top_srcdir}/test/data/${fname}.toc --iso9660" test_cdinfo "$opts" ${fname}.dump $right RC=$? check_result $RC "cd-info TOC test $testnum" "${CD_INFO} $opts" else echo "-- Don't see BIN file ${abs_top_srcdir}/test/data/${fname}.bin. Test $testnum skipped." fi fname=svcd_ogt_test_ntsc testnum='Super Video CD' if test -f ${abs_top_srcdir}/test/data/${fname}.bin ; then opts="-q --no-device-info --no-disc-mode --cue-file ${abs_top_srcdir}/test/data/${fname}.cue $vcd_opt --iso9660" test_cdinfo "$opts" ${fname}.dump ${abs_top_srcdir}/test/${fname}.right RC=$? check_result $RC "cd-info CUE test $testnum" "${CD_INFO} $opts" else echo "-- Don't see BIN file ${abs_top_srcdir}/test/data/${fname}.bin. Test $testnum skipped." fi exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/testisorr.c0000644000175000017500000000507613204104700013217 00000000000000/* Copyright (C) 2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Tests reading ISO 9660 info from an ISO 9660 image. */ #ifndef DATA_DIR #define DATA_DIR "./data" #endif /* Set up a CD-DA image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH DATA_DIR "/" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "copying.iso" #define ISO9660_IMAGE_RR ISO9660_IMAGE_PATH "copying-rr.iso" #define SKIP_TEST_RC 77 #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include int main(int argc, const char *argv[]) { char const *psz_fname; iso9660_t *p_iso; psz_fname = ISO9660_IMAGE; p_iso = iso9660_open (psz_fname); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open %s as an ISO-9660 image\n", psz_fname); return 1; } if (iso9660_have_rr(p_iso, 0) != nope) { fprintf(stderr, "-- Should not find Rock Ridge for %s\n", psz_fname); return 2; } else { printf("-- Good! Did not find Rock Ridge in %s\n", psz_fname); } iso9660_close(p_iso); psz_fname = ISO9660_IMAGE_RR; p_iso = iso9660_open (psz_fname); if (NULL == p_iso) { fprintf(stderr, "Sorry, couldn't open %s as an ISO-9660 image\n", psz_fname); return 3; } if (iso9660_have_rr(p_iso, 0) == yep) { printf("-- Good! found Rock Ridge in %s\n", psz_fname); } else { fprintf(stderr, "-- Should have found Rock Ridge for %s\n", psz_fname); return 2; } if (iso9660_have_rr(p_iso, 3) == yep) { printf("-- Good! Found Rock Ridge again in %s\n", psz_fname); } else { fprintf(stderr, "-- Should have found Rock Ridge for %s\n", psz_fname); return 3; } iso9660_close(p_iso); return 0; } libcdio-2.0.0/test/check_udf.sh0000775000175000017500000000273313222221317013272 00000000000000#!/bin/sh # Copyright (C) 2012 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # Tests to see that CD reading is correct (via cd-read). if test "X$abs_top_srcdir" = "X" ; then abs_top_srcdir=/src/external-vcs/savannah/libcdio fi if test "X$top_builddir" = "X" ; then top_builddir=/src/external-vcs/savannah/libcdio fi if test ! -x $top_builddir/example/extract ; then exit 77 fi . ${top_builddir}/test/check_common_fn extract_dir=/tmp/udf-$$ if test -d $extract_dir ; then rm -fr $extract_dir fi udf_iso=$abs_top_srcdir/test/data/test-udf1.iso extract_program=$top_builddir/example/extract cmd="$extract_program $udf_iso $extract_dir" $cmd RC=$? check_result $RC "$cmd" if test $RC -eq 0 ; then rm -fr $extract_dir fi exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/Makefile.in0000664000175000017500000015616713222217404013102 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003-2006, 2008-2013, 2017 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = $(am__EXEEXT_1) XFAIL_TESTS = testassert$(EXEEXT) subdir = test ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = check_common_fn check_cue.sh check_iso.sh \ check_nrg.sh check_udf.sh check_iso_read.sh CONFIG_CLEAN_VPATH_FILES = am__EXEEXT_1 = check_sizeof$(EXEEXT) testassert$(EXEEXT) \ testgetdevices$(EXEEXT) testischar$(EXEEXT) testisocd$(EXEEXT) \ testisocd2$(EXEEXT) testisocd_joliet$(EXEEXT) \ testiso9660$(EXEEXT) testisorr$(EXEEXT) \ test_lib_driver_util$(EXEEXT) testudf$(EXEEXT) \ testpregap$(EXEEXT) check_sizeof_SOURCES = check_sizeof.c check_sizeof_OBJECTS = check_sizeof.$(OBJEXT) am__DEPENDENCIES_1 = check_sizeof_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = test_lib_driver_util_SOURCES = test_lib_driver_util.c test_lib_driver_util_OBJECTS = test_lib_driver_util.$(OBJEXT) test_lib_driver_util_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) testassert_SOURCES = testassert.c testassert_OBJECTS = testassert.$(OBJEXT) testassert_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) testgetdevices_SOURCES = testgetdevices.c testgetdevices_OBJECTS = testgetdevices.$(OBJEXT) testgetdevices_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) testischar_SOURCES = testischar.c testischar_OBJECTS = testischar.$(OBJEXT) testischar_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) testiso9660_SOURCES = testiso9660.c testiso9660_OBJECTS = testiso9660.$(OBJEXT) testiso9660_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) testisocd_SOURCES = testisocd.c testisocd_OBJECTS = testisocd.$(OBJEXT) testisocd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) testisocd2_SOURCES = testisocd2.c testisocd2_OBJECTS = testisocd2.$(OBJEXT) testisocd2_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) testisocd_joliet_SOURCES = testisocd_joliet.c testisocd_joliet_OBJECTS = testisocd_joliet.$(OBJEXT) testisocd_joliet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) testisorr_SOURCES = testisorr.c testisorr_OBJECTS = testisorr.$(OBJEXT) testisorr_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) testpregap_SOURCES = testpregap.c testpregap_OBJECTS = testpregap.$(OBJEXT) testpregap_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) testudf_SOURCES = testudf.c testudf_OBJECTS = testudf.$(OBJEXT) testudf_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = check_sizeof.c test_lib_driver_util.c testassert.c \ testgetdevices.c testischar.c testiso9660.c testisocd.c \ testisocd2.c testisocd_joliet.c testisorr.c testpregap.c \ testudf.c DIST_SOURCES = check_sizeof.c test_lib_driver_util.c testassert.c \ testgetdevices.c testischar.c testiso9660.c testisocd.c \ testisocd2.c testisocd_joliet.c testisorr.c testpregap.c \ testudf.c RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ check recheck distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/check_common_fn.in \ $(srcdir)/check_cue.sh.in $(srcdir)/check_iso.sh.in \ $(srcdir)/check_iso_read.sh.in $(srcdir)/check_nrg.sh.in \ $(srcdir)/check_udf.sh.in $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = data driver hack = check_sizeof testassert testgetdevices testischar \ testisocd testisocd2 testisocd_joliet testiso9660 \ testisorr test_lib_driver_util testudf \ testpregap DATA_DIR = @abs_top_srcdir@/test/data AM_CPPFLAGS = $(LIBCDIO_CFLAGS) $(LIBISO9660_CFLAGS) -DDATA_DIR=\"$(DATA_DIR)\" check_sizeof_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testassert_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) testgetdevices_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) testischar_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testiso9660_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testisocd_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testisocd2_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testisocd_joliet_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testisorr_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testudf_LDADD = $(LIBUDF_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) test_lib_driver_util_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) testpregap_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) check_SCRIPTS = check_nrg.sh check_cue.sh check_cd_read.sh check_udf.sh \ check_iso.sh check_bad_iso.sh \ check_fuzzyiso.sh check_opts.sh \ check_iso_read.sh check_cdtext.sh check_DATA = vcd_demo.right vcd_demo_vcdinfo.right \ videocd.right \ cdda.right \ isofs-m1.right isofs-m1-no-rr.right isofs-m1-test2.right \ check_opts0.right check_opts1.right check_opts2.right \ check_opts3.right check_opts4.right check_opts5.right \ check_opts6.right check_opts7.right \ isofs-m1-read.right cdda-read.right \ copying.right copying-rr.right \ joliet.right joliet-nojoliet.right \ malformed.right malformed2.right \ copying.gpl copying-rr.gpl copying-rr-mingw.right \ cdtext.right cdtext-libburnia.right EXTRA_DIST = $(check_SCRIPTS) $(check_DATA) \ check_common_fn check_cue.sh.in check_nrg.sh.in \ check_legal.regex \ check_iso.sh.in \ check_iso_read.sh.in TESTS = $(check_PROGRAMS) $(check_SCRIPTS) MOSTLYCLEANFILES = \ core core.* *.dump cdda-orig.wav cdda-try.wav *.raw \ *file?s-read.txt exampleIso*.iso* all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): check_common_fn: $(top_builddir)/config.status $(srcdir)/check_common_fn.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ check_cue.sh: $(top_builddir)/config.status $(srcdir)/check_cue.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ check_iso.sh: $(top_builddir)/config.status $(srcdir)/check_iso.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ check_nrg.sh: $(top_builddir)/config.status $(srcdir)/check_nrg.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ check_udf.sh: $(top_builddir)/config.status $(srcdir)/check_udf.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ check_iso_read.sh: $(top_builddir)/config.status $(srcdir)/check_iso_read.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list check_sizeof$(EXEEXT): $(check_sizeof_OBJECTS) $(check_sizeof_DEPENDENCIES) $(EXTRA_check_sizeof_DEPENDENCIES) @rm -f check_sizeof$(EXEEXT) $(AM_V_CCLD)$(LINK) $(check_sizeof_OBJECTS) $(check_sizeof_LDADD) $(LIBS) test_lib_driver_util$(EXEEXT): $(test_lib_driver_util_OBJECTS) $(test_lib_driver_util_DEPENDENCIES) $(EXTRA_test_lib_driver_util_DEPENDENCIES) @rm -f test_lib_driver_util$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_lib_driver_util_OBJECTS) $(test_lib_driver_util_LDADD) $(LIBS) testassert$(EXEEXT): $(testassert_OBJECTS) $(testassert_DEPENDENCIES) $(EXTRA_testassert_DEPENDENCIES) @rm -f testassert$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testassert_OBJECTS) $(testassert_LDADD) $(LIBS) testgetdevices$(EXEEXT): $(testgetdevices_OBJECTS) $(testgetdevices_DEPENDENCIES) $(EXTRA_testgetdevices_DEPENDENCIES) @rm -f testgetdevices$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testgetdevices_OBJECTS) $(testgetdevices_LDADD) $(LIBS) testischar$(EXEEXT): $(testischar_OBJECTS) $(testischar_DEPENDENCIES) $(EXTRA_testischar_DEPENDENCIES) @rm -f testischar$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testischar_OBJECTS) $(testischar_LDADD) $(LIBS) testiso9660$(EXEEXT): $(testiso9660_OBJECTS) $(testiso9660_DEPENDENCIES) $(EXTRA_testiso9660_DEPENDENCIES) @rm -f testiso9660$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testiso9660_OBJECTS) $(testiso9660_LDADD) $(LIBS) testisocd$(EXEEXT): $(testisocd_OBJECTS) $(testisocd_DEPENDENCIES) $(EXTRA_testisocd_DEPENDENCIES) @rm -f testisocd$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testisocd_OBJECTS) $(testisocd_LDADD) $(LIBS) testisocd2$(EXEEXT): $(testisocd2_OBJECTS) $(testisocd2_DEPENDENCIES) $(EXTRA_testisocd2_DEPENDENCIES) @rm -f testisocd2$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testisocd2_OBJECTS) $(testisocd2_LDADD) $(LIBS) testisocd_joliet$(EXEEXT): $(testisocd_joliet_OBJECTS) $(testisocd_joliet_DEPENDENCIES) $(EXTRA_testisocd_joliet_DEPENDENCIES) @rm -f testisocd_joliet$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testisocd_joliet_OBJECTS) $(testisocd_joliet_LDADD) $(LIBS) testisorr$(EXEEXT): $(testisorr_OBJECTS) $(testisorr_DEPENDENCIES) $(EXTRA_testisorr_DEPENDENCIES) @rm -f testisorr$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testisorr_OBJECTS) $(testisorr_LDADD) $(LIBS) testpregap$(EXEEXT): $(testpregap_OBJECTS) $(testpregap_DEPENDENCIES) $(EXTRA_testpregap_DEPENDENCIES) @rm -f testpregap$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testpregap_OBJECTS) $(testpregap_LDADD) $(LIBS) testudf$(EXEEXT): $(testudf_OBJECTS) $(testudf_DEPENDENCIES) $(EXTRA_testudf_DEPENDENCIES) @rm -f testudf$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testudf_OBJECTS) $(testudf_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_sizeof.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib_driver_util.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testassert.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testgetdevices.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testischar.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testiso9660.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testisocd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testisocd2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testisocd_joliet.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testisorr.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testpregap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testudf.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA) @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? check_sizeof.log: check_sizeof$(EXEEXT) @p='check_sizeof$(EXEEXT)'; \ b='check_sizeof'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testassert.log: testassert$(EXEEXT) @p='testassert$(EXEEXT)'; \ b='testassert'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testgetdevices.log: testgetdevices$(EXEEXT) @p='testgetdevices$(EXEEXT)'; \ b='testgetdevices'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testischar.log: testischar$(EXEEXT) @p='testischar$(EXEEXT)'; \ b='testischar'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testisocd.log: testisocd$(EXEEXT) @p='testisocd$(EXEEXT)'; \ b='testisocd'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testisocd2.log: testisocd2$(EXEEXT) @p='testisocd2$(EXEEXT)'; \ b='testisocd2'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testisocd_joliet.log: testisocd_joliet$(EXEEXT) @p='testisocd_joliet$(EXEEXT)'; \ b='testisocd_joliet'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testiso9660.log: testiso9660$(EXEEXT) @p='testiso9660$(EXEEXT)'; \ b='testiso9660'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testisorr.log: testisorr$(EXEEXT) @p='testisorr$(EXEEXT)'; \ b='testisorr'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) test_lib_driver_util.log: test_lib_driver_util$(EXEEXT) @p='test_lib_driver_util$(EXEEXT)'; \ b='test_lib_driver_util'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testudf.log: testudf$(EXEEXT) @p='testudf$(EXEEXT)'; \ b='testudf'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) testpregap.log: testpregap$(EXEEXT) @p='testpregap$(EXEEXT)'; \ b='testpregap'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_nrg.sh.log: check_nrg.sh @p='check_nrg.sh'; \ b='check_nrg.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_cue.sh.log: check_cue.sh @p='check_cue.sh'; \ b='check_cue.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_cd_read.sh.log: check_cd_read.sh @p='check_cd_read.sh'; \ b='check_cd_read.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_udf.sh.log: check_udf.sh @p='check_udf.sh'; \ b='check_udf.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_iso.sh.log: check_iso.sh @p='check_iso.sh'; \ b='check_iso.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_bad_iso.sh.log: check_bad_iso.sh @p='check_bad_iso.sh'; \ b='check_bad_iso.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_fuzzyiso.sh.log: check_fuzzyiso.sh @p='check_fuzzyiso.sh'; \ b='check_fuzzyiso.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_opts.sh.log: check_opts.sh @p='check_opts.sh'; \ b='check_opts.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_iso_read.sh.log: check_iso_read.sh @p='check_iso_read.sh'; \ b='check_iso_read.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) check_cdtext.sh.log: check_cdtext.sh @p='check_cdtext.sh'; \ b='check_cdtext.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS) \ $(check_DATA) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \ mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) check-am install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-TESTS check-am clean clean-checkPROGRAMS clean-generic \ clean-libtool clean-local cscopelist-am ctags ctags-am \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am .PRECIOUS: Makefile #################################################### # Things for regression testing #################################################### # # .PHONY: test check-short check-iso_read_large check-iso-read-terse \ make-executable clean-local-check check-leaks check_udf.sh: @abs_top_builddir@/example/extract$(EXEEXT) @abs_top_builddir@/example/extract$(EXEEXT): $(MAKE) -C @abs_top_builddir@/example extract$(EXEEXT) #: run regression tests. "test" is the same thing as "check" test: check-am #: Run all tests without bloated output check-short: @$(MAKE) check 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb #: Run 5GB ISO 9660 read test # Stripped down greatly from automakes check-TESTS check-iso-read-large: @if ./check_iso_read.sh 5000; then \ echo test of 5M iso_read succeeded; \ elif test $? -ne 77; then \ echo iso_read large file test failed; \ else \ echo iso_read large file test skipped; \ fi #: Run 5GB ISO 9660 read test without some of the bloated output check-iso-read-large-terse: @$(MAKE) check-iso-read-large 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb # This is a really bad hack to make sure check_nrg and check_cue.sh # are executable. Automake will remake check_nrg.sh and check_cue.sh # but not run the configure default commands for them to make sure # they are executable. You know it would be nice one could just set # permissions and mode when it makes the files. I'm sure there's some # cleaner a way to do this, but frankly I've wasted far too much of my # life the crappy automess system that I've really lost interest in # learning any more of this awful system than I need to. check-am: make-executable make-executable: check_nrg.sh check_cue.sh @chmod +x *.sh @if test ! -f cdda.bin -a ! -s cdda.bin ; then \ test -L cdda.bin && $(RM) cdda.bin ; \ $(LN_S) $(abs_top_srcdir)/test/data/cdda.bin cdda.bin ; \ fi @if test ! -f @abs_top_builddir@/test/data/isofs-m1.bin -a ! -s @abs_top_builddir@/test/data/isofs-m1.bin ; then \ test -L isofs-m1.bin && $(RM) isofs-m1.bin ; \ $(LN_S) $(abs_top_srcdir)/test/data/isofs-m1.bin @abs_top_builddir@/test/data/isofs-m1.bin ; \ fi @if test ! -f @abs_top_builddir@/test/data/isofs-m1.cue -a ! -s isofs-m1.cue -a ! -f @abs_top_builddir@/test/data/isofs-m1.cue; then \ test -L isofs-m1.bin && $(RM) isofs-m1.cue ; \ $(LN_S) $(abs_top_srcdir)/test/data/isofs-m1.cue @abs_top_builddir@/test/data/isofs-m1.cue ; \ fi clean-local: clean-local-check clean-local-check: -rm -rf exampleIso*.iso.prep *.log *.trs *.orig *.rej #: run valgrind on C programs check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/test/check_opts.sh0000775000175000017500000000157512230615362013511 00000000000000#!/bin/sh #$Id: check_opts.sh,v 1.10 2007/12/28 02:11:01 rocky Exp $ # Check cd-info options if test -z "$srcdir" ; then srcdir=`pwd` fi if test "X$top_builddir" = "X" ; then top_builddir=`pwd`/.. fi . ${top_builddir}/test/check_common_fn if test ! -x ../src/cd-info ; then exit 77 fi BASE=`basename $0 .sh` fname=isofs-m1 i=0 for opt in '-T' '--no-tracks' '-A' '--no-analyze' '-I' '--no-ioctl' \ '-q' '--quiet' ; do testname=${BASE}$i opts="--no-device-info --cue-file ${srcdir}/data/${fname}.cue $opt --quiet" test_cdinfo "$opts" ${testname}.dump ${srcdir}/${testname}.right RC=$? check_result $RC "cd-info option test $opt" "../src/cd-info $opts" i=`expr $i + 1` done test_legal_header cd-info "${srcdir}/data/${fname}.cue" cd-info_legal.dump exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/check_opts5.right0000644000175000017500000000127611733647734014311 00000000000000__________________________________ Disc mode is listed as: CD-DATA (Mode 1) CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : libcdio-2.0.0/test/isofs-m1-read.right0000644000175000017500000004140211642541561014432 000000000000000x0000: 0909 2020 2020 474e 5520 4745 4e45 5241 .. GNU GENERA 0x0010: 4c20 5055 424c 4943 204c 4943 454e 5345 L PUBLIC LICENSE 0x0020: 0a09 0920 2020 2020 2020 5665 7273 696f ... Versio 0x0030: 6e20 322c 204a 756e 6520 3139 3931 0a0a n 2, June 1991.. 0x0040: 2043 6f70 7972 6967 6874 2028 4329 2031 Copyright (C) 1 0x0050: 3938 392c 2031 3939 3120 4672 6565 2053 989, 1991 Free S 0x0060: 6f66 7477 6172 6520 466f 756e 6461 7469 oftware Foundati 0x0070: 6f6e 2c20 496e 632e 0a20 2020 2020 3539 on, Inc.. 59 0x0080: 2054 656d 706c 6520 506c 6163 652c 2053 Temple Place, S 0x0090: 7569 7465 2033 3330 2c20 426f 7374 6f6e uite 330, Boston 0x00a0: 2c20 4d41 2020 3032 3131 312d 3133 3037 , MA 02111-1307 0x00b0: 2020 5553 410a 2045 7665 7279 6f6e 6520 USA. Everyone 0x00c0: 6973 2070 6572 6d69 7474 6564 2074 6f20 is permitted to 0x00d0: 636f 7079 2061 6e64 2064 6973 7472 6962 copy and distrib 0x00e0: 7574 6520 7665 7262 6174 696d 2063 6f70 ute verbatim cop 0x00f0: 6965 730a 206f 6620 7468 6973 206c 6963 ies. of this lic 0x0100: 656e 7365 2064 6f63 756d 656e 742c 2062 ense document, b 0x0110: 7574 2063 6861 6e67 696e 6720 6974 2069 ut changing it i 0x0120: 7320 6e6f 7420 616c 6c6f 7765 642e 0a0a s not allowed... 0x0130: 0909 0920 2020 2050 7265 616d 626c 650a ... Preamble. 0x0140: 0a20 2054 6865 206c 6963 656e 7365 7320 . The licenses 0x0150: 666f 7220 6d6f 7374 2073 6f66 7477 6172 for most softwar 0x0160: 6520 6172 6520 6465 7369 676e 6564 2074 e are designed t 0x0170: 6f20 7461 6b65 2061 7761 7920 796f 7572 o take away your 0x0180: 0a66 7265 6564 6f6d 2074 6f20 7368 6172 .freedom to shar 0x0190: 6520 616e 6420 6368 616e 6765 2069 742e e and change it. 0x01a0: 2020 4279 2063 6f6e 7472 6173 742c 2074 By contrast, t 0x01b0: 6865 2047 4e55 2047 656e 6572 616c 2050 he GNU General P 0x01c0: 7562 6c69 630a 4c69 6365 6e73 6520 6973 ublic.License is 0x01d0: 2069 6e74 656e 6465 6420 746f 2067 7561 intended to gua 0x01e0: 7261 6e74 6565 2079 6f75 7220 6672 6565 rantee your free 0x01f0: 646f 6d20 746f 2073 6861 7265 2061 6e64 dom to share and 0x0200: 2063 6861 6e67 6520 6672 6565 0a73 6f66 change free.sof 0x0210: 7477 6172 652d 2d74 6f20 6d61 6b65 2073 tware--to make s 0x0220: 7572 6520 7468 6520 736f 6674 7761 7265 ure the software 0x0230: 2069 7320 6672 6565 2066 6f72 2061 6c6c is free for all 0x0240: 2069 7473 2075 7365 7273 2e20 2054 6869 its users. Thi 0x0250: 730a 4765 6e65 7261 6c20 5075 626c 6963 s.General Public 0x0260: 204c 6963 656e 7365 2061 7070 6c69 6573 License applies 0x0270: 2074 6f20 6d6f 7374 206f 6620 7468 6520 to most of the 0x0280: 4672 6565 2053 6f66 7477 6172 650a 466f Free Software.Fo 0x0290: 756e 6461 7469 6f6e 2773 2073 6f66 7477 undation's softw 0x02a0: 6172 6520 616e 6420 746f 2061 6e79 206f are and to any o 0x02b0: 7468 6572 2070 726f 6772 616d 2077 686f ther program who 0x02c0: 7365 2061 7574 686f 7273 2063 6f6d 6d69 se authors commi 0x02d0: 7420 746f 0a75 7369 6e67 2069 742e 2020 t to.using it. 0x02e0: 2853 6f6d 6520 6f74 6865 7220 4672 6565 (Some other Free 0x02f0: 2053 6f66 7477 6172 6520 466f 756e 6461 Software Founda 0x0300: 7469 6f6e 2073 6f66 7477 6172 6520 6973 tion software is 0x0310: 2063 6f76 6572 6564 2062 790a 7468 6520 covered by.the 0x0320: 474e 5520 4c69 6272 6172 7920 4765 6e65 GNU Library Gene 0x0330: 7261 6c20 5075 626c 6963 204c 6963 656e ral Public Licen 0x0340: 7365 2069 6e73 7465 6164 2e29 2020 596f se instead.) Yo 0x0350: 7520 6361 6e20 6170 706c 7920 6974 2074 u can apply it t 0x0360: 6f0a 796f 7572 2070 726f 6772 616d 732c o.your programs, 0x0370: 2074 6f6f 2e0a 0a20 2057 6865 6e20 7765 too... When we 0x0380: 2073 7065 616b 206f 6620 6672 6565 2073 speak of free s 0x0390: 6f66 7477 6172 652c 2077 6520 6172 6520 oftware, we are 0x03a0: 7265 6665 7272 696e 6720 746f 2066 7265 referring to fre 0x03b0: 6564 6f6d 2c20 6e6f 740a 7072 6963 652e edom, not.price. 0x03c0: 2020 4f75 7220 4765 6e65 7261 6c20 5075 Our General Pu 0x03d0: 626c 6963 204c 6963 656e 7365 7320 6172 blic Licenses ar 0x03e0: 6520 6465 7369 676e 6564 2074 6f20 6d61 e designed to ma 0x03f0: 6b65 2073 7572 6520 7468 6174 2079 6f75 ke sure that you 0x0400: 0a68 6176 6520 7468 6520 6672 6565 646f .have the freedo 0x0410: 6d20 746f 2064 6973 7472 6962 7574 6520 m to distribute 0x0420: 636f 7069 6573 206f 6620 6672 6565 2073 copies of free s 0x0430: 6f66 7477 6172 6520 2861 6e64 2063 6861 oftware (and cha 0x0440: 7267 6520 666f 720a 7468 6973 2073 6572 rge for.this ser 0x0450: 7669 6365 2069 6620 796f 7520 7769 7368 vice if you wish 0x0460: 292c 2074 6861 7420 796f 7520 7265 6365 ), that you rece 0x0470: 6976 6520 736f 7572 6365 2063 6f64 6520 ive source code 0x0480: 6f72 2063 616e 2067 6574 2069 740a 6966 or can get it.if 0x0490: 2079 6f75 2077 616e 7420 6974 2c20 7468 you want it, th 0x04a0: 6174 2079 6f75 2063 616e 2063 6861 6e67 at you can chang 0x04b0: 6520 7468 6520 736f 6674 7761 7265 206f e the software o 0x04c0: 7220 7573 6520 7069 6563 6573 206f 6620 r use pieces of 0x04d0: 6974 0a69 6e20 6e65 7720 6672 6565 2070 it.in new free p 0x04e0: 726f 6772 616d 733b 2061 6e64 2074 6861 rograms; and tha 0x04f0: 7420 796f 7520 6b6e 6f77 2079 6f75 2063 t you know you c 0x0500: 616e 2064 6f20 7468 6573 6520 7468 696e an do these thin 0x0510: 6773 2e0a 0a20 2054 6f20 7072 6f74 6563 gs... To protec 0x0520: 7420 796f 7572 2072 6967 6874 732c 2077 t your rights, w 0x0530: 6520 6e65 6564 2074 6f20 6d61 6b65 2072 e need to make r 0x0540: 6573 7472 6963 7469 6f6e 7320 7468 6174 estrictions that 0x0550: 2066 6f72 6269 640a 616e 796f 6e65 2074 forbid.anyone t 0x0560: 6f20 6465 6e79 2079 6f75 2074 6865 7365 o deny you these 0x0570: 2072 6967 6874 7320 6f72 2074 6f20 6173 rights or to as 0x0580: 6b20 796f 7520 746f 2073 7572 7265 6e64 k you to surrend 0x0590: 6572 2074 6865 2072 6967 6874 732e 0a54 er the rights..T 0x05a0: 6865 7365 2072 6573 7472 6963 7469 6f6e hese restriction 0x05b0: 7320 7472 616e 736c 6174 6520 746f 2063 s translate to c 0x05c0: 6572 7461 696e 2072 6573 706f 6e73 6962 ertain responsib 0x05d0: 696c 6974 6965 7320 666f 7220 796f 7520 ilities for you 0x05e0: 6966 2079 6f75 0a64 6973 7472 6962 7574 if you.distribut 0x05f0: 6520 636f 7069 6573 206f 6620 7468 6520 e copies of the 0x0600: 736f 6674 7761 7265 2c20 6f72 2069 6620 software, or if 0x0610: 796f 7520 6d6f 6469 6679 2069 742e 0a0a you modify it... 0x0620: 2020 466f 7220 6578 616d 706c 652c 2069 For example, i 0x0630: 6620 796f 7520 6469 7374 7269 6275 7465 f you distribute 0x0640: 2063 6f70 6965 7320 6f66 2073 7563 6820 copies of such 0x0650: 6120 7072 6f67 7261 6d2c 2077 6865 7468 a program, wheth 0x0660: 6572 0a67 7261 7469 7320 6f72 2066 6f72 er.gratis or for 0x0670: 2061 2066 6565 2c20 796f 7520 6d75 7374 a fee, you must 0x0680: 2067 6976 6520 7468 6520 7265 6369 7069 give the recipi 0x0690: 656e 7473 2061 6c6c 2074 6865 2072 6967 ents all the rig 0x06a0: 6874 7320 7468 6174 0a79 6f75 2068 6176 hts that.you hav 0x06b0: 652e 2020 596f 7520 6d75 7374 206d 616b e. You must mak 0x06c0: 6520 7375 7265 2074 6861 7420 7468 6579 e sure that they 0x06d0: 2c20 746f 6f2c 2072 6563 6569 7665 206f , too, receive o 0x06e0: 7220 6361 6e20 6765 7420 7468 650a 736f r can get the.so 0x06f0: 7572 6365 2063 6f64 652e 2020 416e 6420 urce code. And 0x0700: 796f 7520 6d75 7374 2073 686f 7720 7468 you must show th 0x0710: 656d 2074 6865 7365 2074 6572 6d73 2073 em these terms s 0x0720: 6f20 7468 6579 206b 6e6f 7720 7468 6569 o they know thei 0x0730: 720a 7269 6768 7473 2e0a 0a20 2057 6520 r.rights... We 0x0740: 7072 6f74 6563 7420 796f 7572 2072 6967 protect your rig 0x0750: 6874 7320 7769 7468 2074 776f 2073 7465 hts with two ste 0x0760: 7073 3a20 2831 2920 636f 7079 7269 6768 ps: (1) copyrigh 0x0770: 7420 7468 6520 736f 6674 7761 7265 2c20 t the software, 0x0780: 616e 640a 2832 2920 6f66 6665 7220 796f and.(2) offer yo 0x0790: 7520 7468 6973 206c 6963 656e 7365 2077 u this license w 0x07a0: 6869 6368 2067 6976 6573 2079 6f75 206c hich gives you l 0x07b0: 6567 616c 2070 6572 6d69 7373 696f 6e20 egal permission 0x07c0: 746f 2063 6f70 792c 0a64 6973 7472 6962 to copy,.distrib 0x07d0: 7574 6520 616e 642f 6f72 206d 6f64 6966 ute and/or modif 0x07e0: 7920 7468 6520 736f 6674 7761 7265 2e0a y the software.. 0x07f0: 0a20 2041 6c73 6f2c 2066 6f72 2065 6163 . Also, for eac 0x0000: 6820 6175 7468 6f72 2773 2070 726f 7465 h author's prote 0x0010: 6374 696f 6e20 616e 6420 6f75 7273 2c20 ction and ours, 0x0020: 7765 2077 616e 7420 746f 206d 616b 6520 we want to make 0x0030: 6365 7274 6169 6e0a 7468 6174 2065 7665 certain.that eve 0x0040: 7279 6f6e 6520 756e 6465 7273 7461 6e64 ryone understand 0x0050: 7320 7468 6174 2074 6865 7265 2069 7320 s that there is 0x0060: 6e6f 2077 6172 7261 6e74 7920 666f 7220 no warranty for 0x0070: 7468 6973 2066 7265 650a 736f 6674 7761 this free.softwa 0x0080: 7265 2e20 2049 6620 7468 6520 736f 6674 re. If the soft 0x0090: 7761 7265 2069 7320 6d6f 6469 6669 6564 ware is modified 0x00a0: 2062 7920 736f 6d65 6f6e 6520 656c 7365 by someone else 0x00b0: 2061 6e64 2070 6173 7365 6420 6f6e 2c20 and passed on, 0x00c0: 7765 0a77 616e 7420 6974 7320 7265 6369 we.want its reci 0x00d0: 7069 656e 7473 2074 6f20 6b6e 6f77 2074 pients to know t 0x00e0: 6861 7420 7768 6174 2074 6865 7920 6861 hat what they ha 0x00f0: 7665 2069 7320 6e6f 7420 7468 6520 6f72 ve is not the or 0x0100: 6967 696e 616c 2c20 736f 0a74 6861 7420 iginal, so.that 0x0110: 616e 7920 7072 6f62 6c65 6d73 2069 6e74 any problems int 0x0120: 726f 6475 6365 6420 6279 206f 7468 6572 roduced by other 0x0130: 7320 7769 6c6c 206e 6f74 2072 6566 6c65 s will not refle 0x0140: 6374 206f 6e20 7468 6520 6f72 6967 696e ct on the origin 0x0150: 616c 0a61 7574 686f 7273 2720 7265 7075 al.authors' repu 0x0160: 7461 7469 6f6e 732e 0a0a 2020 4669 6e61 tations... Fina 0x0170: 6c6c 792c 2061 6e79 2066 7265 6520 7072 lly, any free pr 0x0180: 6f67 7261 6d20 6973 2074 6872 6561 7465 ogram is threate 0x0190: 6e65 6420 636f 6e73 7461 6e74 6c79 2062 ned constantly b 0x01a0: 7920 736f 6674 7761 7265 0a70 6174 656e y software.paten 0x01b0: 7473 2e20 2057 6520 7769 7368 2074 6f20 ts. We wish to 0x01c0: 6176 6f69 6420 7468 6520 6461 6e67 6572 avoid the danger 0x01d0: 2074 6861 7420 7265 6469 7374 7269 6275 that redistribu 0x01e0: 746f 7273 206f 6620 6120 6672 6565 0a70 tors of a free.p 0x01f0: 726f 6772 616d 2077 696c 6c20 696e 6469 rogram will indi 0x0200: 7669 6475 616c 6c79 206f 6274 6169 6e20 vidually obtain 0x0210: 7061 7465 6e74 206c 6963 656e 7365 732c patent licenses, 0x0220: 2069 6e20 6566 6665 6374 206d 616b 696e in effect makin 0x0230: 6720 7468 650a 7072 6f67 7261 6d20 7072 g the.program pr 0x0240: 6f70 7269 6574 6172 792e 2020 546f 2070 oprietary. To p 0x0250: 7265 7665 6e74 2074 6869 732c 2077 6520 revent this, we 0x0260: 6861 7665 206d 6164 6520 6974 2063 6c65 have made it cle 0x0270: 6172 2074 6861 7420 616e 790a 7061 7465 ar that any.pate 0x0280: 6e74 206d 7573 7420 6265 206c 6963 656e nt must be licen 0x0290: 7365 6420 666f 7220 6576 6572 796f 6e65 sed for everyone 0x02a0: 2773 2066 7265 6520 7573 6520 6f72 206e 's free use or n 0x02b0: 6f74 206c 6963 656e 7365 6420 6174 2061 ot licensed at a 0x02c0: 6c6c 2e0a 0a20 2054 6865 2070 7265 6369 ll... The preci 0x02d0: 7365 2074 6572 6d73 2061 6e64 2063 6f6e se terms and con 0x02e0: 6469 7469 6f6e 7320 666f 7220 636f 7079 ditions for copy 0x02f0: 696e 672c 2064 6973 7472 6962 7574 696f ing, distributio 0x0300: 6e20 616e 640a 6d6f 6469 6669 6361 7469 n and.modificati 0x0310: 6f6e 2066 6f6c 6c6f 772e 0a0c 0a09 0920 on follow...... 0x0320: 2020 2047 4e55 2047 454e 4552 414c 2050 GNU GENERAL P 0x0330: 5542 4c49 4320 4c49 4345 4e53 450a 2020 UBLIC LICENSE. 0x0340: 2054 4552 4d53 2041 4e44 2043 4f4e 4449 TERMS AND CONDI 0x0350: 5449 4f4e 5320 464f 5220 434f 5059 494e TIONS FOR COPYIN 0x0360: 472c 2044 4953 5452 4942 5554 494f 4e20 G, DISTRIBUTION 0x0370: 414e 4420 4d4f 4449 4649 4341 5449 4f4e AND MODIFICATION 0x0380: 0a0a 2020 302e 2054 6869 7320 4c69 6365 .. 0. This Lice 0x0390: 6e73 6520 6170 706c 6965 7320 746f 2061 nse applies to a 0x03a0: 6e79 2070 726f 6772 616d 206f 7220 6f74 ny program or ot 0x03b0: 6865 7220 776f 726b 2077 6869 6368 2063 her work which c 0x03c0: 6f6e 7461 696e 730a 6120 6e6f 7469 6365 ontains.a notice 0x03d0: 2070 6c61 6365 6420 6279 2074 6865 2063 placed by the c 0x03e0: 6f70 7972 6967 6874 2068 6f6c 6465 7220 opyright holder 0x03f0: 7361 7969 6e67 2069 7420 6d61 7920 6265 saying it may be 0x0400: 2064 6973 7472 6962 7574 6564 0a75 6e64 distributed.und 0x0410: 6572 2074 6865 2074 6572 6d73 206f 6620 er the terms of 0x0420: 7468 6973 2047 656e 6572 616c 2050 7562 this General Pub 0x0430: 6c69 6320 4c69 6365 6e73 652e 2020 5468 lic License. Th 0x0440: 6520 2250 726f 6772 616d 222c 2062 656c e "Program", bel 0x0450: 6f77 2c0a 7265 6665 7273 2074 6f20 616e ow,.refers to an 0x0460: 7920 7375 6368 2070 726f 6772 616d 206f y such program o 0x0470: 7220 776f 726b 2c20 616e 6420 6120 2277 r work, and a "w 0x0480: 6f72 6b20 6261 7365 6420 6f6e 2074 6865 ork based on the 0x0490: 2050 726f 6772 616d 220a 6d65 616e 7320 Program".means 0x04a0: 6569 7468 6572 2074 6865 2050 726f 6772 either the Progr 0x04b0: 616d 206f 7220 616e 7920 6465 7269 7661 am or any deriva 0x04c0: 7469 7665 2077 6f72 6b20 756e 6465 7220 tive work under 0x04d0: 636f 7079 7269 6768 7420 6c61 773a 0a74 copyright law:.t 0x04e0: 6861 7420 6973 2074 6f20 7361 792c 2061 hat is to say, a 0x04f0: 2077 6f72 6b20 636f 6e74 6169 6e69 6e67 work containing 0x0500: 2074 6865 2050 726f 6772 616d 206f 7220 the Program or 0x0510: 6120 706f 7274 696f 6e20 6f66 2069 742c a portion of it, 0x0520: 0a65 6974 6865 7220 7665 7262 6174 696d .either verbatim 0x0530: 206f 7220 7769 7468 206d 6f64 6966 6963 or with modific 0x0540: 6174 696f 6e73 2061 6e64 2f6f 7220 7472 ations and/or tr 0x0550: 616e 736c 6174 6564 2069 6e74 6f20 616e anslated into an 0x0560: 6f74 6865 720a 6c61 6e67 7561 6765 2e20 other.language. 0x0570: 2028 4865 7265 696e 6166 7465 722c 2074 (Hereinafter, t 0x0580: 7261 6e73 6c61 7469 6f6e 2069 7320 696e ranslation is in 0x0590: 636c 7564 6564 2077 6974 686f 7574 206c cluded without l 0x05a0: 696d 6974 6174 696f 6e20 696e 0a74 6865 imitation in.the 0x05b0: 2074 6572 6d20 226d 6f64 6966 6963 6174 term "modificat 0x05c0: 696f 6e22 2e29 2020 4561 6368 206c 6963 ion".) Each lic 0x05d0: 656e 7365 6520 6973 2061 6464 7265 7373 ensee is address 0x05e0: 6564 2061 7320 2279 6f75 222e 0a0a 4163 ed as "you"...Ac 0x05f0: 7469 7669 7469 6573 206f 7468 6572 2074 tivities other t 0x0600: 6861 6e20 636f 7079 696e 672c 2064 6973 han copying, dis 0x0610: 7472 6962 7574 696f 6e20 616e 6420 6d6f tribution and mo 0x0620: 6469 6669 6361 7469 6f6e 2061 7265 206e dification are n 0x0630: 6f74 0a63 6f76 6572 6564 2062 7920 7468 ot.covered by th 0x0640: 6973 204c 6963 656e 7365 3b20 7468 6579 is License; they 0x0650: 2061 7265 206f 7574 7369 6465 2069 7473 are outside its 0x0660: 2073 636f 7065 2e20 2054 6865 2061 6374 scope. The act 0x0670: 206f 660a 7275 6e6e 696e 6720 7468 6520 of.running the 0x0680: 5072 6f67 7261 6d20 6973 206e 6f74 2072 Program is not r 0x0690: 6573 7472 6963 7465 642c 2061 6e64 2074 estricted, and t 0x06a0: 6865 206f 7574 7075 7420 6672 6f6d 2074 he output from t 0x06b0: 6865 2050 726f 6772 616d 0a69 7320 636f he Program.is co 0x06c0: 7665 7265 6420 6f6e 6c79 2069 6620 6974 vered only if it 0x06d0: 7320 636f 6e74 656e 7473 2063 6f6e 7374 s contents const 0x06e0: 6974 7574 6520 6120 776f 726b 2062 6173 itute a work bas 0x06f0: 6564 206f 6e20 7468 650a 5072 6f67 7261 ed on the.Progra 0x0700: 6d20 2869 6e64 6570 656e 6465 6e74 206f m (independent o 0x0710: 6620 6861 7669 6e67 2062 6565 6e20 6d61 f having been ma 0x0720: 6465 2062 7920 7275 6e6e 696e 6720 7468 de by running th 0x0730: 6520 5072 6f67 7261 6d29 2e0a 5768 6574 e Program)..Whet 0x0740: 6865 7220 7468 6174 2069 7320 7472 7565 her that is true 0x0750: 2064 6570 656e 6473 206f 6e20 7768 6174 depends on what 0x0760: 2074 6865 2050 726f 6772 616d 2064 6f65 the Program doe 0x0770: 732e 0a0a 2020 312e 2059 6f75 206d 6179 s... 1. You may 0x0780: 2063 6f70 7920 616e 6420 6469 7374 7269 copy and distri 0x0790: 6275 7465 2076 6572 6261 7469 6d20 636f bute verbatim co 0x07a0: 7069 6573 206f 6620 7468 6520 5072 6f67 pies of the Prog 0x07b0: 7261 6d27 730a 736f 7572 6365 2063 6f64 ram's.source cod 0x07c0: 6520 6173 2079 6f75 2072 6563 6569 7665 e as you receive 0x07d0: 2069 742c 2069 6e20 616e 7920 6d65 6469 it, in any medi 0x07e0: 756d 2c20 7072 6f76 6964 6564 2074 6861 um, provided tha 0x07f0: 7420 796f 750a 636f 6e73 7069 6375 6f75 t you.conspicuou libcdio-2.0.0/test/cdtext-libburnia.right0000644000175000017500000000324413204104700015307 00000000000000 Language 0 'English': CD-TEXT for Disc: TITLE: Night Cats II PERFORMER: United Cat Orchestra SONGWRITER: Various Songwriters COMPOSER: Various Composers MESSAGE: For all our fans ARRANGER: Tom Cat UPC_EAN: 1234567890123 GENRE: Feline classic music DISC_ID: 1234567890 GENRE_CODE: 5 (Classical) CD-TEXT for Track 1: TITLE: Song of Joy PERFORMER: Felix and The Purrs SONGWRITER: Friedrich Schiller COMPOSER: Ludwig van Beethoven MESSAGE: Fritz and Louie once were punks ARRANGER: Tom Cat ISRC: XYBLG1101234 CD-TEXT for Track 2: TITLE: The Hunt PERFORMER: Catwalk Beauties SONGWRITER: Mother Nature COMPOSER: unknown ARRANGER: Tom Cat ISRC: XYBLG1100005 CD-TEXT for Track 3: TITLE: Mee Owwww PERFORMER: Mia Kitten SONGWRITER: Mia Kitten COMPOSER: Mia Kitten ARRANGER: Mia Kitten ISRC: XYBLG1100006 Language 1 'German': CD-TEXT for Disc: TITLE: Nachtkratz II PERFORMER: Vereinigtes Katzenorchester SONGWRITER: Verschiedene Liedschreiber COMPOSER: Verschiedene Komponisten MESSAGE: Für alle unsere Fans ARRANGER: Tom Cat UPC_EAN: 1234567890123 GENRE: Klassische Katzenmusik DISC_ID: 1234567890 GENRE_CODE: 5 (Classical) CD-TEXT for Track 1: TITLE: Freudenlied PERFORMER: Felix und Die Schnurrer SONGWRITER: Friedrich Schiller COMPOSER: Ludwig van Beethoven MESSAGE: Fritz und Louie waren einmal Punks ARRANGER: Tom Cat ISRC: XYBLG1101234 CD-TEXT for Track 2: TITLE: Die Jagd PERFORMER: Laufsteg Miezen SONGWRITER: Mutter Natur COMPOSER: unbekannt ARRANGER: Tom Cat ISRC: XYBLG1100005 CD-TEXT for Track 3: TITLE: Mie auu PERFORMER: Mia Kätzchen SONGWRITER: Mia Kätzchen COMPOSER: Mia Kätzchen ARRANGER: Mia Kätzchen ISRC: XYBLG1100006 libcdio-2.0.0/test/check_nrg.sh.in0000755000175000017500000000356612030632541013713 00000000000000#!/bin/sh #$Id: check_nrg.sh.in,v 1.17 2007/12/28 02:11:01 rocky Exp $ if test "@VCDINFO_LIBS@X" != "X" ; then vcd_opt='--no-vcd' fi if test "X$srcdir" = "X" ; then srcdir=`pwd` fi if test "X$top_srcdir" = "X" ; then top_srcdir=`pwd`/.. fi if test "X$top_builddir" = "X" ; then top_builddir=`pwd`/.. fi . ${top_builddir}/test/check_common_fn if test ! -x $top_srcdir/src/cd-info ; then exit 77 fi BASE=`basename $0 .sh` test_name=videocd opts="--quiet --no-device-info --nrg-file ${srcdir}/data/${test_name}.nrg $vcd_opt --iso9660" test_cdinfo "$opts" ${test_name}.dump ${srcdir}/${test_name}.right RC=$? check_result $RC 'cd-info NRG test 1' "${CD_INFO} $opts" BASE=`basename $0 .sh` nrg_file=${srcdir}/data/monvoisin.nrg if test -f $nrg_file ; then test_cdinfo "-q --no-device-info --nrg-file $nrg_file $vcd_opt --iso9660 " \ monvoisin.dump ${srcdir}/monvoisin.right RC=$? check_result $RC 'cd-info NRG test 2' else echo "-- Don't see NRG file ${nrg_file}. Test skipped." exit 0 fi test_name='svcdgs' nrg_file=${srcdir}/data/${test_name}.nrg opts="-q --no-device-info --nrg-file $nrg_file $vcd_opt --iso9660" if test -f $nrg_file ; then test_cdinfo "$opts" ${test_name}.dump ${srcdir}/${test_name}.right RC=$? check_result $RC "cd-info NRG $test_name" "${CD_INFO} $opts" else echo "-- Don't see NRG file ${nrg_file}. Test skipped." exit $SKIP_TEST_EXITCODE fi test_name='cdda-mcn' nrg_file=${srcdir}/data/${test_name}.nrg opts="-q --no-device-info --nrg-file $nrg_file --no-cddb" if test -f $nrg_file ; then test_cdinfo "$opts" ${test_name}.dump ${srcdir}/${test_name}.right RC=$? check_result $RC "cd-info NRG $test_name" "${CD_INFO} $opts" exit $RC else echo "-- Don't see NRG file ${nrg_file}. Test skipped." exit $SKIP_TEST_EXITCODE fi #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/vcd_demo_vcdinfo.right0000644000175000017500000001146211642541561015356 00000000000000__________________________________ CD-ROM Track List (1 - 3) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 XA true yes 2: 00:17:57 001182 XA true yes 3: 00:24:71 001721 XA true yes 170: 00:30:10 002110 leadout (4 MB raw, 4 MB formatted) Media Catalog Number (MCN): not available Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with CD-RTOS and ISO 9660 filesystem ISO 9660: 1032 blocks, label `V0469 ' Application: Preparer : LKVCDIMAGER 5.0.7.10(WIN32) Publisher : LAURENS KOEHOORN System : CD-RTOS CD-BRIDGE Volume : V0469 Volume Set : ISO9660 filesystem /: d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. d---1xrxrxr 0 0 [fn 00] [LSN 19] 2048 Jul 14 1978 00:00:00 ext d---1xrxrxr 0 0 [fn 00] [LSN 20] 2048 Jul 14 1978 00:00:00 mpegav d---1xrxrxr 0 0 [fn 00] [LSN 21] 2048 Jul 14 1978 00:00:00 segment d---1xrxrxr 0 0 [fn 00] [LSN 22] 2048 Jul 14 1978 00:00:00 sources d---1xrxrxr 0 0 [fn 00] [LSN 25] 2048 Jul 14 1978 00:00:00 vcd /EXT/: d---1xrxrxr 0 0 [fn 00] [LSN 19] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 01] [LSN 375] 65536 Jul 14 1978 00:00:00 lot_x.vcd ----1xrxrxr 0 0 [fn 01] [LSN 407] 144 Jul 14 1978 00:00:00 psd_x.vcd /MPEGAV/: d---1xrxrxr 0 0 [fn 00] [LSN 20] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ---2-xrxrxr 0 0 [fn 01] [LSN 1182] 904036 ( 796672) Jul 14 1978 00:00:00 avseq01.dat ---2-xrxrxr 0 0 [fn 02] [LSN 1721] 904036 ( 796672) Jul 14 1978 00:00:00 avseq02.dat /SEGMENT/: d---1xrxrxr 0 0 [fn 00] [LSN 21] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ---2-xrxrxr 0 0 [fn 01] [LSN 225] 220780 ( 194560) Jul 14 1978 00:00:00 item0001.dat /Sources/: d---1xrxrxr 0 0 [fn 00] [LSN 22] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. d---1xrxrxr 0 0 [fn 00] [LSN 23] 2048 Jul 14 1978 00:00:00 html ----1xrxrxr 0 0 [fn 01] [LSN 434] 842 Dec 11 2002 10:33:47 index.htm ----1xrxrxr 0 0 [fn 01] [LSN 435] 1216557 Jan 07 2003 18:01:37 menu.ppm ----1xrxrxr 0 0 [fn 01] [LSN 1030] 2793 Jan 07 2003 18:08:20 source.xml /Sources/HTML/: d---1xrxrxr 0 0 [fn 00] [LSN 23] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 22] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 01] [LSN 425] 1067 Jan 07 2003 17:51:17 0.xml ----1xrxrxr 0 0 [fn 01] [LSN 426] 1067 Jan 07 2003 17:51:17 1.xml d---1xrxrxr 0 0 [fn 00] [LSN 24] 2048 Jul 14 1978 00:00:00 img ----1xrxrxr 0 0 [fn 01] [LSN 427] 1327 Jan 07 2003 17:51:16 movies.css ----1xrxrxr 0 0 [fn 01] [LSN 428] 12024 Jan 07 2003 17:51:16 toc.xsl /Sources/HTML/img/: d---1xrxrxr 0 0 [fn 00] [LSN 24] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 23] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 01] [LSN 408] 1999 Nov 13 2002 07:27:30 al.gif ----1xrxrxr 0 0 [fn 01] [LSN 409] 7626 Jan 07 2003 17:42:53 loeki_groep_01.gif ----1xrxrxr 0 0 [fn 01] [LSN 413] 9986 Jan 07 2003 17:42:53 loeki_groep_02.gif ----1xrxrxr 0 0 [fn 01] [LSN 418] 207 Nov 14 2002 19:33:19 a_left.gif ----1xrxrxr 0 0 [fn 01] [LSN 419] 207 Nov 14 2002 19:33:19 a_right.gif ----1xrxrxr 0 0 [fn 01] [LSN 420] 441 Nov 13 2002 10:54:14 animatie.gif ----1xrxrxr 0 0 [fn 01] [LSN 421] 250 Nov 14 2002 11:44:14 face_up2.gif ----1xrxrxr 0 0 [fn 01] [LSN 422] 259 Nov 13 2002 11:09:06 familie.gif ----1xrxrxr 0 0 [fn 01] [LSN 423] 1010 Nov 14 2002 11:52:28 goldstar2.gif ----1xrxrxr 0 0 [fn 01] [LSN 424] 1783 Nov 13 2002 07:15:09 vcd.gif /VCD/: d---1xrxrxr 0 0 [fn 00] [LSN 25] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 00] [LSN 151] 2048 Jul 14 1978 00:00:00 entries.vcd ----1xrxrxr 0 0 [fn 00] [LSN 150] 2048 Jul 14 1978 00:00:00 info.vcd ----1xrxrxr 0 0 [fn 00] [LSN 152] 65536 Jul 14 1978 00:00:00 lot.vcd ----1xrxrxr 0 0 [fn 00] [LSN 184] 72 Jul 14 1978 00:00:00 psd.vcd XA sectors Video CD Format : VCD 2.0 Album : `LOEKI' Volume count: 1 volume number: 1 session #2 starts at track 2, LSN: 1182, ISO 9660 blocks: 1032 ISO 9660: 1032 blocks, label `V0469 ' libcdio-2.0.0/test/check_iso.sh.in0000755000175000017500000000411113204104700013675 00000000000000#!@SHELL@ if test -z $srcdir ; then srcdir=$(pwd) fi if test "X$top_builddir" = "X" ; then top_builddir=$(pwd)/.. fi . ${top_builddir}/test/check_common_fn if test ! -x ../src/iso-info@EXEEXT@ ; then exit 77 fi BASE=$(basename $0 .sh) fname=copying opts="--quiet ${srcdir}/data/${fname}.iso --iso9660 " test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right RC=$? check_result $RC 'iso-info basic test' "$ISO_INFO $opts" opts="--ignore --image ${srcdir}/data/${fname}.iso --extract $fname " test_iso_read "$opts" ${fname} ${srcdir}/copying.gpl RC=$? check_result $RC 'iso-read basic test' "$ISO_READ $opts" if test -n "@HAVE_ROCK@"; then fname=copying-rr if test -n "@MINGW32@"; then right_file=${fname}-mingw.right else right_file=${fname}.right fi opts="--quiet ${srcdir}/data/${fname}.iso --iso9660 " test_iso_info "$opts" ${fname}.dump ${srcdir}/${right_file} RC=$? check_result $RC 'iso-info Rock Ridge test' "$ISO_INFO $opts" opts="--image ${srcdir}/data/${fname}.iso --extract COPYING" test_iso_read "$opts" ${fname} ${srcdir}/copying-rr.gpl RC=$? check_result $RC 'iso-read RR test' "$ISO_READ $opts" fi if test -n "@HAVE_JOLIET@" ; then BASE=$(basename $0 .sh) fname=joliet opts="--quiet ${srcdir}/data/${fname}.iso --iso9660 " test_iso_info "$opts" ${fname}-nojoliet.dump ${srcdir}/${fname}.right RC=$? check_result $RC 'iso-info Joliet test' "$cmdline" opts="--quiet ${srcdir}/data/${fname}.iso --iso9660 --no-joliet " test_iso_info "$opts" ${fname}-nojoliet.dump \ ${srcdir}/${fname}-nojoliet.right RC=$? check_result $RC 'iso-info --no-joliet test' "$cmdline" fi for fname in malformed malformed2; do opts="--quiet ${srcdir}/data/${fname}.iso -f " test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right BAD_RC=$? if test $BAD_RC -ne 0 ; then check_result 0 "iso-info $fname test" "$cmdline" else echo "$0: in $fname Expecting nonzero return" RC=1 fi done exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/check_opts1.right0000644000175000017500000000102311733631615014262 00000000000000__________________________________ Disc mode is listed as: CD-DATA (Mode 1) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : libcdio-2.0.0/test/isofs-m1-no-rr.right0000664000175000017500000000205412042113402014536 00000000000000__________________________________ CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : ISO9660 filesystem /: d [LSN 23] 2048 Apr 20 2003 11:26:46 . d [LSN 23] 2048 Apr 20 2003 11:26:46 .. - [LSN 26] 17992 Jul 29 2002 12:39:53 copying d [LSN 24] 2048 Apr 20 2003 16:18:53 doc /DOC/: d [LSN 24] 2048 Apr 20 2003 16:18:53 . d [LSN 23] 2048 Apr 20 2003 11:26:46 .. - [LSN 35] 648 Apr 20 2003 16:18:53 readme.txt libcdio-2.0.0/test/check_legal.regex0000644000175000017500000000032211727007454014277 00000000000000cd-info.* version [0-9] ^Copyright (c) 20 Bernstein ^This is free software; see the source for copying conditions\.$ ^There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A$ ^PARTICULAR PURPOSE\.$ libcdio-2.0.0/test/cdtext.right0000644000175000017500000000341113204104700013336 00000000000000 Language 0 'English': CD-TEXT for Disc: TITLE: Joyful Nights PERFORMER: United Cat Orchestra SONGWRITER: Various Songwriters COMPOSER: Various Composers MESSAGE: For all our fans ARRANGER: Tom Cat UPC_EAN: 1234567890123 GENRE: Feline classic music DISC_ID: 1234567890 GENRE_CODE: 5 (Classical) CD-TEXT for Track 1: TITLE: Song of Joy PERFORMER: Felix and The Purrs SONGWRITER: Friedrich Schiller COMPOSER: Ludwig van Beethoven MESSAGE: Fritz and Louie once were punks ARRANGER: Tom Cat ISRC: XYBLG1101234 CD-TEXT for Track 2: TITLE: Humpty Dumpty PERFORMER: Catwalk Beauties SONGWRITER: Mother Goose COMPOSER: unknown MESSAGE: Pluck the goose ARRANGER: Tom Cat ISRC: XYBLG1100005 CD-TEXT for Track 3: TITLE: Mee Owwww PERFORMER: Mia Kitten SONGWRITER: Mia Kitten COMPOSER: Mia Kitten ARRANGER: Mia Kitten ISRC: XYBLG1100006 Language 1 'German': CD-TEXT for Disc: TITLE: Freudvolle Nächte PERFORMER: Vereinigtes Katzenorchester SONGWRITER: Verschiedene Liedschreiber COMPOSER: Verschiedene Komponisten MESSAGE: Für alle unsere Fans ARRANGER: Tom Cat UPC_EAN: 1234567890123 GENRE: Katzenhafte Klassik DISC_ID: 1234567890 GENRE_CODE: 5 (Classical) CD-TEXT for Track 1: TITLE: Lied der Freude PERFORMER: Felix und Die Schnurrer SONGWRITER: Friedrich Schiller COMPOSER: Ludwig van Beethoven MESSAGE: Fritz und Louie waren einmal Punks ARRANGER: Tom Cat ISRC: XYBLG1101234 CD-TEXT for Track 2: TITLE: Rubbeldiekatz PERFORMER: Katzengang Schönheiten SONGWRITER: Mutter Gans COMPOSER: unbekannt MESSAGE: Rupft die Gans ARRANGER: Tom Cat ISRC: XYBLG1100005 CD-TEXT for Track 3: TITLE: Mie auu PERFORMER: Mia Kätzchen SONGWRITER: Mia Kätzchen COMPOSER: Mia Kätzchen ARRANGER: Mia Kätzchen ISRC: XYBLG1100006 libcdio-2.0.0/test/data/0000775000175000017500000000000013222221717012010 500000000000000libcdio-2.0.0/test/data/bad-cat3.toc0000644000175000017500000000025711114145233014013 00000000000000// $Id: bad-cat3.toc,v 1.1 2004/05/08 20:36:02 rocky Exp $ // test catalog number - non-digit catalog name CATALOG "123456789A123" TRACK AUDIO NO COPY FILE "cdda.bin" 1:0:0 libcdio-2.0.0/test/data/bad-cat1.cue0000644000175000017500000000027311114145233013776 00000000000000REM $Id: bad-cat1.cue,v 1.1 2004/07/12 03:59:59 rocky Exp $ REM test catalog number - no catalog after word CATALOG CATALOG FILE "cdda.bin" BINARY TRACK 01 AUDIO INDEX 01 00:00:00 libcdio-2.0.0/test/data/t2.toc0000644000175000017500000000026411114145233012760 00000000000000// additional pre-gap for track 1 TRACK AUDIO NO COPY // so that all CTL flags are 0 FILE "cdda.bin" 0:59:0 // Seconds are just under 60 START 0:10:0 // 10 second pre-gap libcdio-2.0.0/test/data/cdda.bin0000644000175000017500000255324011114153226013323 00000000000000ðÿðÿãÿðÿãÿðÿØÿãÿØÿãÿßÿèÿßÿèÿõÿüÿõÿüÿ    ( (   éÿúÿéÿúÿÕÿòÿÕÿòÿµÿÛÿµÿÛÿœÿÈÿœÿÈÿ©ÿÉÿ©ÿÉÿÄÿÚÿÄÿÚÿêÿøÿêÿøÿ>#>#k1k1;;vBvBa6a6>+>+êÿûÿêÿûÿËÿéÿËÿéÿ²ÿÚÿ²ÿÚÿÎÿÞÿÎÿÞÿåÿñÿåÿñÿøÿøÿ   æÿòÿæÿòÿÇÿÝÿÇÿÝÿ®ÿÌÿ®ÿÌÿŠÿ¿ÿŠÿ¿ÿnÿµÿnÿµÿ™ÿÎÿ™ÿÎÿÐÿãÿÐÿãÿ€>€>ÚlÚlB©B©)›)›ÐmÐmq5q5dÿ¿ÿdÿ¿ÿçþ†ÿçþ†ÿ§þYÿ§þYÿ˜þGÿ˜þGÿ±þKÿ±þKÿêþqÿêþqÿ\ÿ¢ÿ\ÿ¢ÿÎÿëÿÎÿëÿ<&<&”U”UÙyÙy½d½d£Q£Q_0_0üÿüÿ øÿ øÿCCj0j0ˆ>ˆ>ŽHŽH`/`/éÿùÿéÿùÿˆÿÍÿˆÿÍÿ;ÿšÿ;ÿšÿìþrÿìþrÿÒþcÿÒþcÿÿyÿÿyÿ+ÿŒÿ+ÿŒÿƒÿ½ÿƒÿ½ÿüÿõÿüÿõÿ^2^2¬b¬bè‡è‡‚‚ØkØkVVjCjC>">"êÿïÿêÿïÿäÿìÿäÿìÿßÿéÿßÿéÿ»ÿæÿ»ÿæÿžÿÓÿžÿÓÿwÿÄÿwÿÄÿ9ÿ¨ÿ9ÿ¨ÿÿ’ÿÿ’ÿ"ÿ‘ÿ"ÿ‘ÿ\ÿ±ÿ\ÿ±ÿÍÿìÿÍÿìÿu<u<ŒŒ‹Ê‹ÊçùçùÚûÚûd¸d¸ŠEŠE’ÿÄÿ’ÿÄÿŽþLÿŽþLÿ¦ýÍþ¦ýÍþ ýzþ ýzþ!ýŒþ!ýŒþýÒþýÒþ³þgÿ³þgÿ00èèèèEE0!0!$$O¢O¢¸ϸÏäÿäÿäÿäÿºý×þºý×þüþüþ`û«ý`û«ý^ûœý^ûœý2üþ2üþÕýÇþÕýÇþ˜é˜éÔ‹Ô‹êêØüØüH*H*!! þÿ þÿ†ü5þ†ü5þ¬ûÃý¬ûÃýÀûÝýÀûÝýµü@þµü@þFþ2ÿFþ2ÿÊÿùÿÊÿùÿ8š8š\\£Z£ZvJvJõõ‘‘`3`3­ÿåÿ­ÿåÿNÿ¦ÿNÿ¦ÿÿ”ÿÿ”ÿPÿ§ÿPÿ§ÿÿÇÿÿÇÿ÷ÿ÷ÿ@ @ **¡ÿÎÿ¡ÿÎÿfÿ¥ÿfÿ¥ÿ(ÿ…ÿ(ÿ…ÿùþlÿùþlÿ&ÿŠÿ&ÿŠÿÿ´ÿÿ´ÿõÿ÷ÿõÿ÷ÿ¡M¡M*‘*‘ÍåÍåÜ÷Ü÷„Ç„ǪXªX˜ÿÔÿ˜ÿÔÿ‘þGÿ‘þGÿÁý×þÁý×þ ýþ ýþVýœþVýœþþ÷þþ÷þúþ‡ÿúþ‡ÿ66¼Ô¼Ô„Q„Qðð Q Qø ø Ã_Ã_ÄÿÑÿÄÿÑÿõþ^ÿõþ^ÿžþTÿžþTÿèþfÿèþfÿQÿ¡ÿQÿ¡ÿ©ÿÒÿ©ÿÒÿqÿºÿqÿºÿEÿ”ÿEÿ”ÿœþCÿœþCÿðýôþðýôþýÈþýÈþ"þÿ"þÿ4ÿ„ÿ4ÿ„ÿ††¥U¥UdWdW½ô½ô=©=©=%=%ˆ݈ÝÂþQÿÂþQÿ üÙý üÙýâù°üâù°ü:ø÷û:ø÷ûùüùüHû\ýHû\ýÂýÿÂýÿxÁxÁv^v^Ò¤Ò¤ÕÿÕÿÁ|Á|£[£[ÔÔ„ÿÿ„ÿÿÔü_þÔü_þûpýûpýVú4ýVú4ýIû}ýIû}ý!üþ!üþ³ýíþ³ýíþaÿÐÿaÿÐÿ‰‰rr·b·bä€ä€[,[,âãâãM¤M¤ÎnÎn§W§W„B„Be/e/îÿþÿîÿþÿWÿ¦ÿWÿ¦ÿ–þ?ÿ–þ?ÿ¿ýÎþ¿ýÎþývþývþü4þü4þ§üEþ§üEþ;ý’þ;ý’þŠþMÿŠþMÿl7l7¨]¨]¤e¤e.1.1SQSQUÅUÅŠÁŠÁònònÜýïþÜýïþbû¼ýbû¼ý²ùËü²ùËüàøDüàøDüíøcüíøcüUú2ýUú2ýlüIþlüIþñþŠÿñþŠÿ±Þ±Þ55/!/!5»5»ááههNÌNÌãzãzŽaŽa9ýwþ9ýwþúïüúïüª÷¼ûª÷¼ûÏõÓúÏõÓúnõeúnõeú»ö+û»ö+ûÆùÛüÆùÛüþýÜþþýÜþoJoJã¶ã¶Ê žÊ ž¼ ¶¼ ¶= X= Xd *d *ïïThThøûôýøûôý­÷û­÷ûQôÌùQôÌù}óvù}óvùŽôæùŽôæùq÷·ûq÷·û’û°ý’û°ýxxq q 4›4›íCíC`K`K¥H¥H@@ÔdÔdgÿ¯ÿgÿ¯ÿÿ™ÿÿ™ÿ[ÿ­ÿ[ÿ­ÿÍÿßÿÍÿßÿ**“ÿÁÿ“ÿÁÿÓþiÿÓþiÿ½ýíþ½ýíþäütþäütþ@üþ@üþÉûÓýÉûÓý ûÄý ûÄýbü þbü þTý²þTý²þÝþeÿÝþeÿŽCŽCëöëöV¼V¼ä™ä™YBYBnÏnÏû"û"¥¥\E\E[Ô[Ô9*9*öûÆýöûÆý øÝû øÝûýô`úýô`ú¬ò@ù¬ò@ù3ó%ù3ó%ùKõhúKõhúÉùÂüÉùÂüÿvÿÿvÿžå#TÆŸk ë| î ò²‡²‡• • O <O <è}¬+pÛÿîýÈþlû·ýkù·ük÷¹ûk÷¹ûóõîúóõîúáöEûáöEû‹ùmü‹ùmüÜü_þÜü_þúÿúÿ¯H¯H?¤?¤¿€¿€|¤|¤Xÿ·ÿXÿ·ÿýÆþýÆþ>üþ>üþ³ûÁý³ûÁýðücþðücþ11'Q'Qå%å%Ï ÒÏ Ò– +– +í Bí Bgvgvn€n€‘û ý‘û ýÒöéúÒöéúUòÈøUòÈøHðÔ÷HðÔ÷÷ñªø÷ñªø‹ôîù‹ôîù}ù½ü}ù½ü3ÿ“ÿ3ÿ“ÿÿÈÿÈÈ WÈ WZ ùZ ù¯ :¯ :å vå v' ù' ùNÇNÇÅiÅi­ü=þ­ü=þ²øJü²øJü“õÃú“õÃú$õFú$õFúIö)ûIö)ûøôûøôû û_ý û_ýýáþýáþ**; ; ßìßì$Š$ŠEÓEÓJ³J³ÊkÊk»è»èK?K?˜˜ÐÿãÿÐÿãÿjþ,ÿjþ,ÿMýšþMýšþèüXþèüXþîüiþîüiþ‡ý¶þ‡ý¶þ þ ÿ þ ÿêþrÿêþrÿÀÿØÿÀÿØÿ8+8+8877g2g2¢L¢L©_©_$üÿ$üÿÿ…ÿÿ…ÿþÿþÿWýŸþWýŸþýlþýlþ§ý»þ§ý»þÈþHÿÈþHÿ;;œeœe”e”eÈ'È'—ú—úIIçfçf¯þÿ¯þÿüØýüØýÓù¿üÓù¿üøçûøçû´÷˜û´÷˜û øáû øáûcùžücùžüñûÍýñûÍýŽþCÿŽþCÿ ˜ ˜2ª2ª%0%0ïï'¨'¨½½ÆsÆs¾d¾d(’(’­é­énCnC››lÜlÜU¹U¹T1T1}I}Iüþ‹ÿüþ‹ÿÇýÔþÇýÔþÔüDþÔüDþ…ü1þ…ü1þ°üCþ°üCþàüXþàüXþýoþýoþiý™þiý™þþÿþÿŸþDÿŸþDÿêþmÿêþmÿÿ€ÿÿ€ÿûþqÿûþqÿèþgÿèþgÿBÿ‘ÿBÿ‘ÿ88ÿ~ÿ~Œ^Œ^\:\:à à ϦϦ!¹!¹ÇüÇüvÖvÖ„4„4ªý¬þªý¬þûúEýûúEý˜ù|ü˜ù|ü‡ù¸ü‡ù¸üû;ýû;ýºü,þºü,þþþeÿþþeÿÙeÙe^¯^¯æsæs€@€@ÿzÿÿzÿÓýÛþÓýÛþãü^þãü^þ ýsþ ýsþFþÿFþÿÛkÛkîîÏ{Ï{ Õ Õÿ "ÿ "gpgpuÉuÉBåÿBåÿ7ûŒý7ûŒý½õcú½õcúrñJørñJøñøñøòÙøòÙøLö ûLö ûîü«þîü«þ¬¬c Zc Zl= l= ñP ñP   ¢ v¢ v,|,|Óû"þÓû"þõªùõªùÑïöÑïöÉìöÉìö,ï÷,ï÷»õ8ú»õ8ú†ü(þ†ü(þbb£û£û  Ü ÄÜ Ä á áe+e+¯O¯O  ý3þý3þÄúýÄúýúÚüúÚüÁû­ýÁû­ýAý¦þAý¦þAÿuÿAÿuÿãUãUO©O©””n4n4«ÿåÿ«ÿåÿMþ-ÿMþ-ÿ7ýšþ7ýšþ_ý¤þ_ý¤þÛýÖþÛýÖþ ÿ¨ÿ ÿ¨ÿëˆëˆ——¾¾û6û6“ “ Ô´Ô´cScS›þbÿ›þbÿŽûÐýŽûÐý%ùAü%ùAüK÷SûK÷SûÌ÷¤ûÌ÷¤û‡ùÛü‡ùÛüµý°þµý°þýéýéoéoé%}%}› Ü› ÜãIãI| | Þ Þ æþŽÿæþŽÿ€üIþ€üIþ½û­ý½û­ý3üþ3üþþý½þþý½þªþHÿªþHÿþÿþÿlý‡þlý‡þ#ûký#ûký[ùŽü[ùŽüAùDüAùDü€û5ý€û5ýáþ)ÿáþ)ÿ¢"¢"Ð ìÐ ì®Ø®Ø!p !p m=m=… A… A - -{úµü{úµü$òPø$òPø”ëÜô”ëÜôêè>óêè>óbìLõbìLõßòNùßòNù_û£ý_û£ýjïjïIùIù*> *> ´Ù ´Ù Lë Lë  Û ÛÞÞÉûÈýÉûÈý õú õúðé÷ðé÷¸ð{÷¸ð{÷LòùLòù ÷û ÷û ûAý ûAý?ÿ€ÿ?ÿ€ÿrºrºÍ‚Í‚+F+FyÿyÿJvJvTPTPªWªWý ý hÉhÉ2³2³³ÿËÿ³ÿËÿìýãþìýãþÞû¸ýÞû¸ý±ùŠü±ùŠüø¢ûø¢û÷*û÷*û÷|û÷|ûVùuüVùuüný¤þný¤þ‰Y‰Y4X4X® µ® µ……ÝdÝd¼ ¼ ššs\s\ÆùãüÆùãürô¸ùrô¸ù›ï>÷›ï>÷ÇíMöÇíMöTï÷Tï÷|ó(ù|ó(ùlù$ülù$üÿ®ÿÿ®ÿ‹/‹/º ûº ûÅ(Å(^[ ^[ ”g ”g ššw )w )‹u‹u§ÿ§ÿeøßûeøßûñøñøqëõqëõ¾çÕò¾çÕòÊçóÊçóœëmõœëmõó,ùó,ùýZþýZþxfxf›É ›É ¢¢c|c|¼â¼âMè Mè ? d? dnÿŸÿnÿŸÿ4ó:ù4ó:ùxé#ôxé#ô×ä¡ñ×ä¡ñpåÂñpåÂñ°è?ó°è?óéï@÷éï@÷øKüøKüô0ô0 % %–G–Gù ù á1á1 y yݘݘ­§­§3º3ºëþlÿëþlÿ—þVÿ—þVÿËþFÿËþFÿÈÿÈÿÞÿçÿÞÿçÿ¨þhÿ¨þhÿOývþOývþáú9ýáú9ýüøBüüøBüJøÊûJøÊû„÷\û„÷\ûP÷cûP÷cûÚøüÚøü¼úfý¼úfý°þ@ÿ°þ@ÿëÄëădƒd%Ú%ÚÇ ÇÇ Ç @ @›U›UB¬B¬ÐêÐê8 8 ƒ ƒ qþóþqþóþìõªúìõªú(ïÕö(ïÕö,éyó,éyóæøñæøñ èÑò èÑò÷ìõ÷ìõ"õ(ú"õ(ú”õÿ”õÿB ÙB Ù  Z0Z0LÐLÐ   ¸ ¸ ð1ð1†ÿŠÿ†ÿŠÿŸöœúŸöœúˆï°öˆï°ö[íóõ[íóõÞîùöÞîùöÕôéùÕôéùGûúüGûúü––ãýãý@>@>~e~e*8*8þ ÿþ ÿ«úêü«úêü øáû øáû¬øõû¬øõû¯ûÜý¯ûÜý¦¦ÒˆÒˆýýÃn Ãn Ÿ Ÿ øÂøÂåçåçk¶ÿk¶ÿï÷èúï÷èúPîŽöPîŽöÅæ*óÅæ*óÁæLòÁæLòöèÒóöèÒóeî ÷eî ÷€÷äú€÷äú«ù«ùç æç æpÎ pÎ } } ÕM ÕM ³r ³r ñªñª[J[Jå$å$ ù^ü ù^üÅò[ùÅò[ùMï÷Mï÷JïïöJïïöÓñ#øÓñ#øyõ>úyõ>úÓù}üÓù}ütýÅþtýÅþï¤ï¤¿&¿&ùùV¾V¾>>œ-œ-êàêà••¡ù¡ùÁ Á þÿíÿþÿíÿÓýÔþÓýÔþüÞýüÞý#ûjý#ûjýûXýûXýËû³ýËû³ýÃüBþÃüBþ=þ ÿ=þ ÿwÿÉÿwÿÉÿx<x<\2\2C)C)¹{¹{¡¡¶a¶a?ÿ¤ÿ?ÿ¤ÿ¯ýµþ¯ýµþüÑýüÑýâúBýâúBýûPýûPý•ü8þ•ü8þÿ‡ÿÿ‡ÿ·×·×j÷j÷Ó¥Ó¥u =u =  )  )ž Xž XaœaœG±G±®ÿîÿ®ÿîÿiûWýiûWýˆ÷Fûˆ÷Fûƒô«ùƒô«ùó´øó´øóäøóäøqô©ùqô©ù ÷Jû ÷Jûƒû~ýƒû~ýÉÿ Éÿ ººss¯«¯«““ * *C'C'ƌƌw­w­õõ×ר‡¨‡† † ÀÀtjtjõõcÿÿcÿÿ4ýTþ4ýTþyûfýyûfýgúÝügúÝüÏúGýÏúGý8û¨ý8û¨ý ûÆý ûÆýTüþTüþ:ý•þ:ý•þ=þýþ=þýþÿUÿÿUÿ6ÿŸÿ6ÿŸÿÏþlÿÏþlÿ€þ#ÿ€þ#ÿEþÿEþÿôþwÿôþwÿÐÿüÿÐÿüÿÍøÍøÌÌvŽvކ±†±Å bÅ bR -R -#Ú#Ú@ @ qÿÿqÿÿÒû¦ýÒû¦ýñøüñøüø…ûø…ûäøüäøüû7ýû7ýÇý¸þÇý¸þþÿõÿþÿõÿ"ˆ"ˆ“9“9.ÿƒÿ.ÿƒÿ;ý‰þ;ý‰þòú9ýòú9ýÔù®üÔù®ü4ú¶ü4ú¶üü©ýü©ýóÿóÿ"Á"Á¨ Õ¨ Õú=ú=£¹ £¹ 7ò7ò€ X€ X‰ñ‰ñ¤úý¤úýóùóù í’õ í’õëêfôëêfôâëíôâëíô„ðu÷„ðu÷è÷ûè÷û€€7 †7 †èP èP FFŸ… Ÿ… € ê€ êâþ@âþ@¦ôÒù¦ôÒù‚ì±ô‚ì±ô2ænñ2ænñìæIòìæIò+ë=ô+ë=ôDö²úDö²úoÿoÿäZäZºÌºÌÜy Üy p‹ p‹ (³(³ø ‚ø ‚ÉÔÉÔßý]ÿßý]ÿIøüIøüëôRúëôRú"öÓú"öÓúhø`ühø`ücû±ýcû±ýáýÌþáýÌþïÿ¶ÿïÿ¶ÿßußuN$N$ÖÿáÿÖÿáÿuÿ«ÿuÿ«ÿ°þIÿ°þIÿþüþþüþ~ÿÉÿ~ÿÉÿ>p>p·â·â%M%Msâsâ0 ©0 ©°¬°¬MËMËiyiyºü.þºü.þîõ´úîõ´úðö÷ðö÷iïÚöiïÚöŸð“÷Ÿð“÷<õ/ú<õ/ú.û‡ý.û‡ý¹Î¹Î› ´› ´ÈÈPk Pk .ý.ýa ¶a ¶‚â‚â”ÿöÿ”ÿöÿ$ùü$ùü=õ:ú=õ:ú‡õ}ú‡õ}úÝùIüÝùIü{ý@þ{ý@þfÿxÿfÿxÿþÿþÿgûeýgûeýø¹ûø¹ûDönúDönúpö³úpö³ú•ú4ý•ú4ýþÀþÀY –Y –™ ™ è蜜q q ÊôÊô«€«€yó\ùyó\ù"èÙò"èÙòJßÃíJßÃí±Ýªì±Ýªìã2ðã2ðßðB÷ßðB÷_üOþ_üOþý =ý = a aó!@ó!@5M5M} } ý†ý†ÉKÉKŸú5üŸú5üBó"øBó"øëòôëòô*ë§ó*ë§ókíÑõkíÑõ£ô‰ù£ô‰ù­ú¨ü­ú¨üªÿ>ÿªÿ>ÿ¸¸ô5ô5x jx j´ê´êñnñnÆ9Æ9ë1ë1}é}é˜ê˜êŸãŸã[3[3tÿ¯ÿtÿ¯ÿ„ü)þ„ü)þœøãûœøãûõúõú:ó¾ø:ó¾ø©ò€ø©ò€øôOùôOùø©ûø©ûæþ;ÿæþ;ÿy y DwDwYì Yì · · ~… ~… øjøjŠnŠnIüïýIüïý!òBø!òBøêÄóêÄóûäLñûäLñ åMñ åMñMê¨óMê¨ó<ð¬÷<ð¬÷ ùÆü ùÆü§þ§þ7 7 á) á) ËFËFMDMD< < WÜ WÜ 7 7 ÑàÑà›úý›úýnïönïöhå”ðhå”ð­Ýïì­ÝïìÜÙÏêÜÙÏêˆÜKìˆÜKì)æ¦ñ)æ¦ñ‡ò‡ø‡ò‡øMM†T †T ß Pß P7*ƒ7*ƒ±*Ʊ*Æ­"Q­"QNNû û ù7üù7ü êÝó êÝó(Ü(ì(Ü(ìÒÖ1éÒÖ1é1Ûœë1ÛœëwäQïwäQï¾îkö¾îkö•ý þ•ý þ­ W­ W‚ ‚ hh. . e e ‘›‘› ÿ ÿŠüŠü´ÿÿ´ÿÿ·üþ·üþüÀýüÀýÅýÐþÅýÐþ:ÿ±ÿ:ÿ±ÿ›þÿ›þÿ~ü4þ~ü4þÔú*ýÔú*ýc÷ûc÷û¹ô…ù¹ô…ùZóýøZóýø‹óBù‹óBùàõúàõúùüùüúýäþúýäþ˜†˜†àñàñ? Ø? ؽ Ƚ ÈÅ; Å; øt øt uH uH á+ á+ Æv Æv F ÅF Å¥ ¥ Ó÷ìúÓ÷ìúYî8õYî8õåÀðåÀðÚÝ>ìÚÝ>ì¢Ûãê¢Ûãêéßµíéßµíêóêó_ùDü_ùDüVqVqÁR ÁR Ž"WŽ"WÚ)Ú)<(Ã<(Ãf­f­š× š× ''ˆ÷éûˆ÷éûhí&öhí&öxå²ðxå²ð;äÐï;äÐïhéQóhéQóhñŒ÷hñŒ÷®ù.ü®ù.üãõãõ†Ò†ÒŽ XŽ XÖkÖkäºäº›› ý­þ ý­þFùUüFùUüé÷«ûé÷«ûü¨ýü¨ý&ü&ü ï ïÈÜ ÈÜ Ìå Ìå Gq Gq ×F ×F úqúqÀû¸ýÀû¸ýéï›öéï›öŠæùðŠæùðpà÷ípà÷íùàÊîùàÊîå®ðå®ð•îàõ•îàõúMüúMüUU@Ê @Ê Ø Ø AnAnÁvÁvµË µË ¨ ¨ «æ«æzü3þzü3þFóÊøFóÊøþëôþëôoçòoçò­êüó­êüó¤íOö¤íOö^ôú^ôúÒûýÒûýð­ÿð­ÿl\l\+€+€E °E °Ñ Ñ  £ £zËzËLŸLŸààdd5þ¦þ5þ¦þuüþuüþ‡û†ý‡û†ýŸû”ýŸû”ývüþvüþý–þý–þ©þ4ÿ©þ4ÿžÿ·ÿžÿ·ÿ/"/"sDsDÌÿÔÿÌÿÔÿEÿyÿEÿyÿ”ÿÕÿ”ÿÕÿz z \\ ïÿ ïÿµý‚þµý‚þwúýwúýê÷×ûê÷×ûµöóúµöóúÝ÷QûÝ÷QûBúäüBúäüssyy  KE KE   õð õð ô° ô°  ’’Ïù#üÏù#ümñö÷mñö÷×ê±ô×ê±ôæè¸òæè¸ò†é"ó†é"ó±íLõ±íLõYó(ùYó(ùÐúúüÐúúüÁ(Á(ˆˆs 3s 3É ¨É ¨¯ ¯ ÓûÓûßzßzÍþkÿÍþkÿgüSþgüSþ²ýÿþ²ýÿþ°x°xöö³³‘÷‘÷r Tr TB;B;|Ú|Ú••±üYþ±üYþ”ù“ü”ù“üHø¹ûHø¹ûßøÏûßøÏûvùñûvùñû¢ùü¢ùü<úÏü<úÏüvûmývûmý‡üþ‡üþrýpþrýpþOýnþOýnþ÷üDþ÷üDþ»üþ»üþ<ýkþ<ýkþÿÐÿÿÐÿRQRQšƒšƒô !ô !Q(Q(Ó­ Ó­ Ñ Ñ Ÿ ‰Ÿ ‰)=)=ÿ~ÿÿ~ÿ(÷û(÷ûÓð˜÷Óð˜÷RîøõRîøõ'ð÷'ð÷-ôªù-ôªù¶úü¶úü66N,N,s ‡s ‡®®»ê»ê¹£¹£%þ ÿ%þ ÿtúóütúóüŠ÷KûŠ÷Kûø ûø ûû<ýû<ý ÿ ÿ ÿ ÿdÒdÒ1 ¢1 ¢¶¬ ¶¬ é é ñ ñÀºÀºhý þhý þõ0ùõ0ù;íÜô;íÜô5èÑò5èÑòÝéKóÝéKó"ïXö"ïXöãösúãösú‰~‰~üüBBôô@n@np½ p½ ƸƸ°ûý°ûýGíÉõGíÉõÜá¢ïÜá¢ïAßDíAßDí^á0ï^á0ïçëiôçëiôÆôÙùÆôÙùTTõõ  ppŸ Ÿ r r ªuªuîî¡ú\ý¡ú\ý—õqú—õqúÒóøøÒóøø‚ôUù‚ôUùØ÷ ûØ÷ ûuûýuûývþÊþvþÊþM1M1<}<}|X|XÞÿâÿÞÿâÿ’þ5ÿ’þ5ÿ‰ý«þ‰ý«þÿýºþÿýºþ¬E¬E——•Û•Û… °… °Ù Ù e xe x# ª# ª*l*l¶ÿ´ÿ¶ÿ´ÿ«÷û«÷ûmðP÷mðP÷ÈêüóÈêüóâépóâépóµìõµìõõcùõcùüäýüäý¦Í¦ÍÄW ÄW Õ­Õ­  j j Ž9Ž9]üçý]üçýÂõ(úÂõ(úIò)øIò)øõ=ùõ=ù–÷Âû–÷ÂûeûßýeûßýþÿþÿýÖþýÖþŽùAüŽùAü°õ6ú°õ6ú´ò¤ø´ò¤øÒô]ùÒô]ùÝúÝüÝúÝüVVÒ ¿Ò ¿Ía Ía Y ¿Y ¿o!Eo!E¬ ¬ ¢ €¢ €3pÿ3pÿ|ðÔö|ðÔö%ãÙî%ãÙîÁØ¡èÁØ¡èØsèØsè”Þþì”Þþìèï&öèï&ö<þÕ<þÕ[  [  ncnc×"×"ð$¹ð$¹ÕþÕþ3 3 >ó>óqóûqóûësõësõÓæòÓæòêžóêžóíõíõ&ó­÷&ó­÷KøöúKøöú¨¡ÿ¨¡ÿpmpm ¯ ¯' ' ¹ÿ¹ÿll????1‡1‡@M@Mìoìo € €x«x«µÿ·ÿµÿ·ÿ¿û»ý¿û»ý’÷û’÷ûÚóùÚóùño÷ño÷kð ÷kð ÷ÌòhøÌòhø÷;û÷;û³þÿ³þÿ: C: C¢Š ¢Š /©/©¶“¶“ÚÅ ÚÅ e.e.nnùüùü°îö°îöƒæzñƒæzñ†áîí†áîívâ(ïvâ(ï½ç¹ñ½ç¹ñ?ñ‹÷?ñ‹÷ütýütýùKùKq¸q¸ôÍ ôÍ ‚¶‚¶± ȱ Èÿ·ÿ·R!R!p p t²t²ø‚ûø‚ûlêólêó¬ß.í¬ß.íq×Wèq×WèÔêæÔêædÚýédÚýéÿâdïÿâdï/ò¢ø/ò¢ø__pž pž È#VÈ#Và.à.(.å(.åÙ&_Ù&_7f7f±r±r•òg÷•òg÷ âÀí âÀí8Õ1æ8Õ1æÒÔ"çÒÔ"ç+ÕIè+ÕIè8ä—ï8ä—ïáð”÷áð”÷qÿÐÿqÿÐÿH H ¹# ¹# üüÜ Ü ±ê ±ê ÒåÒåèèö­ö­áÿZÿáÿZÿü2þü2þ5ý”þ5ý”þÆýéþÆýéþ—ÿ·ÿ—ÿ·ÿ²þúþ²þúþìüúýìüúý¨ø¶û¨ø¶ûNõïùNõïù„óúø„óúøñò©øñò©øéóÔøéóÔøüõ/úüõ/úIú´üIú´ü§þ2ÿ§þ2ÿ I I<Â<ÂÙ ±Ù ±ååõ‹ õ‹ fé fé Õ Õ ) ) þ þ Ž ¸Ž ¸šxšx]ôBù]ôBù™êó™êóUàríUàrí|Ø…é|Ø…éØ6éØ6é1ßí1ßí”éøò”éøòŒûYýŒûYý7 Ò7 Ò;·;·¡(‚¡(‚¥.ú¥.ú5+ç5+ç1#'1#'ø. ø. ضضô·ùô·ù«æ°ñ«æ°ñsáuísáuíqâîqâîùçòùçò¬ð¤ö¬ð¤öDú)ýDú)ý-€-€] ] º –º –| É| ɳM³Mé;é;=ýÈþ=ýÈþ¬ø$ü¬ø$ü÷§ú÷§ú–úEý–úEýjpÿjpÿd Íd ÍUá Uá ÕÕ‡c ‡c ?Z ?Z ''’û·ý’û·ýfð÷fð÷çÚñçÚñÃàÐíÃàÐíSâðîSâðî*æ~ñ*æ~ñ_ïCö_ïCö5ü›ý5ü›ý8š8šÙ6 Ù6 d›d›·Í·Í»š»š. . > e> eŽÌŽÌßù{üßù{üUñŽ÷UñŽ÷Ÿê¯óŸê¯óÒé×òÒé×òxìàôxìàôæò5øæò5øSø ûSø ûëýŸþëýŸþh¤h¤ãiãi X XÚ ¡Ú ¡ m mD@D@ªôªôz^z^©©Òþ-ÿÒþ-ÿHþ)ÿHþ)ÿlþ)ÿlþ)ÿPþ,ÿPþ,ÿXÿ¬ÿXÿ¬ÿ1919àŠàŠ˜Y˜Y¸ÿÐÿ¸ÿÐÿÿjÿÿjÿKþëþKþëþþìþþìþÎþmÿÎþmÿÆÿØÿÆÿØÿF/F/ ÿŒÿ ÿŒÿ û­ý û­ýÙø1üÙø1ü³ö®ú³ö®úõˆùõˆù{÷¹ú{÷¹úäû'ýäû'ý££ Ô ÔØ  Ø  ê[ê[Œ÷Œ÷a-a-,^ ,^ y2y2ˆüUþˆüUþâòÈøâòÈø?ëbô?ëbôNæýðNæýðèæ7ñèæ7ñ"é‚ò"é‚òëî"öëî"ö öðù öðùæþ§ÿæþ§ÿMMÝ TÝ T÷ ÷ † $† $¨ õ¨ õ#T#T–ÿWÿ–ÿWÿåûdýåûdý-üðý-üðývüjþvüjþVÿkÿVÿkÿ:Ö:ÖVÅVÅÃHÃHîJîJrÚrÚõgõgGþÿGþÿPûýPûýúøáûúøáû8ùúû8ùúû…ùü…ùüÝùJüÝùJü=úºü=úºü€ûYý€ûYý˜üäý˜üäý‰ý]þ‰ý]þËü)þËü)þ=üþ=üþØûŸýØûŸý–ûTý–ûTýÚüþÚüþÚ]Ú]ÞÞX cX cx Yx Yœ@ œ@ Nä Nä x àx àÞMÞM¤8¤8òùüòùü™ôÊø™ôÊø;ï†õ;ï†õZîˆõZîˆõÅñ1÷Åñ1÷÷®ú÷®ú™ýÊþ™ýÊþÜ%Ü%ãQãQ˜ …˜ …Ï {Ï {nTnTÉûÉû§üþ§üþˆøPûˆøPûLõëùLõëù´öEú´öEúuú·üuú·ü²þiÿ²þiÿ ` ` ‹ ‹¡ ¡ tÄtÄû iû iàýàý”û¥ý”û¥ýÌóÜøÌóÜø¬ìô¬ìô¿ê5ó¿ê5ó¥ë4ô¥ë4ôzñó÷zñó÷ûàüûàüøøËß Ëß ODODÛaÛaîOîO' ' "æ"æŠøûŠøûfìôfìô×â”î×â”îgáígáíüåãðüåãðmðs÷mðs÷ïüüýïüüý$I$IRV RV ºK ºK %9%9%¦ %¦ ÈaÈaÏϰ ° èù@üèù@ü}ô;ù}ô;ùÒò›øÒò›øõó>ùõó>ù&øµû&øµû­ûÆý­ûÆý›þ|ÿ›þ|ÿCpCpðjðjàcàcG[G[Éÿ Éÿ cÿËÿcÿËÿ÷w÷woOoOvÅvÅÇ Ç ¿ À¿ À1n1nd ;d ;£†£†ºJºJ¹ùü¹ùüòà÷òà÷Ùì™ôÙì™ôèlñèlñ5êÅò5êÅò.ðŠö.ðŠöùõûùõûhhººTO TO BB~ç~çÔy Ôy F ±F ±±ÿ³ÿ±ÿ³ÿ©ôú©ôú½ïšö½ïšövïôõvïôõ(ôAø(ôAø(ø û(ø û‡ûaý‡ûaýVþRÿVþRÿ ü þ ü þúüúü÷™ú÷™ú¯ôtù¯ôtù"ø@û"ø@ûÈüZþÈüZþÏiÏiÙC ÙC &&ë"Œë"Œ Û Û$$/ z/ zRû—ûRû—ûçécòçécòÜëÜëòÓŠæòÓŠæHÙyéHÙyéÑáZîÑáZîêòqöêòqöéWéWCø Cø ;!š;!šñ$ñ$¸!ð¸!ðììV gV g¡ÿ¡ÿ­ó4ù­ó4ùŸë´óŸë´ó¥êKó¥êKóÁë(óÁë(óÊïöÊïö–ôxù–ôxùÌùÓüÌùÓü*™ÿ*™ÿU’U’ ò ò² ¦² ¦qqJ’J’=¨=¨Á:Á:}}ë¥ë¥T¦T¦\Ù\Ù|ý‡þ|ý‡þùêûùêûžõ¡ùžõ¡ùFòß÷Fòß÷Åï‘öÅï‘öçï¿öçï¿öÔôCùÔôCù!ü£ý!ü£ýíŽíŽA JA JñÑ ñÑ ÙÑÙÑææf f p àp à¤ÿéÿ¤ÿéÿåô˜ùåô˜ùëçóëçóqãwïqãwï±á°í±á°í&ãßî&ãßî,êVò,êVò¨ó´ø¨ó´øýýýýýýö/ö/uò uò ÿ9ÿ9ƒ!Aƒ!A°"¾°"¾Í™Í™Nì Nì d ‰d ‰óÿóÿ¹ñçö¹ñçöæä‘ïæä‘ï‘Ùõè‘Ùõè'Òòã'ÒòãDÓ^åDÓ^åJÛ«èJÛ«èêîñêîñû‰ûû‰û l lJÂJ *Ü *ÜD2›D2›g-­g-­µ$æµ$æ4 4 ¢ÿVÿ¢ÿVÿ¡íƒó¡íƒóªÜêªÜê"Ôæ"ÔæRÖyçRÖyçÍÝ¡ëÍÝ¡ë8ëÚó8ëÚó{ø¸ú{ø¸úÛEÛEö ö {ï{ï((¹¨ ¹¨ û§ û§ ™ )™ )é9é966cü~ýcü~ýÒûÅýÒûÅý*üþ*üþÔýDþÔýDþžþ|þžþ|þŸü0þŸü0þ4ú1ü4ú1üÐö¡úÐö¡úáôqùáôqù{ó”ø{ó”ø¢óÀø¢óÀøçõúçõúùüùüÒý—þÒý—þõõ£õ£õQ ÀQ À= = ý ý ˆ ˆ ×  ×  Ÿõ Ÿõ wi wi À EÀ ERR³üæý³üæý]òø]òøßçùñßçùñ¹ß”ì¹ß”ìwÛDêwÛDêfÞãëfÞãëLã ïLã ï«ð³ö«ð³ö þýÿ þýÿ‘ ‘ D2D2ƒ&ñƒ&ñ«(ª«(ª #ñ #ñÂÂÁÁÁÁIýóþIýóþ"ï ö"ï öåãÒïåãÒïfá îfá îã¯îã¯îÀêºòÀêºòfõ#ùfõ#ù7þsþ7þsþãŽãŽ  Ü ‘Ü ‘@ š@ šD6D6nOnOÐûŠýÐûŠý øSû øSûü÷8ûü÷8ûYüÉýYüÉý»‹»‹  G™ G™ V V 6: 6: Ø Ø qŠqŠf÷¨úf÷¨ú¿íUô¿íUô0æFð0æFð£äÔî£äÔîOæÐðOæÐðqë†óqë†óøôÉùøôÉù}þøþ}þøþ• ƒ• ƒ>‰ >‰ HH--³” ³” ÍE ÍE °g°g]þ‘ÿ]þ‘ÿ ÷‹ú ÷‹úð‹öð‹öëpóëpópì}ópì}ó…ï‘ö…ï‘ö?õú?õú»üÁý»üÁýÜxÜxËvËv̸̸y (y ( ˆ ˆDŠDŠk›k›í®í®þÿþÿ«üþ«üþ,ý^þ,ý^þ ý þ ý þáþ*ÿáþ*ÿK)K)tstsÝyÝy””lÉlÉÍÍ•ÿýÿ•ÿýÿþÈþþÈþäüÑýäüÑý²üíý²üíýþÿþÿÃÿÃÿÀÿôÿÀÿôÿþ¹þþ¹þYú›üYú›üb÷ðúb÷ðúõ©ùõ©ùªôþøªôþøA÷AúA÷AúýBþýBþ߉߉+ |+ |„3 „3 *Ö*Ö„¿„¿rrKÅKÅ55û/üû/ü]ñ‰ö]ñ‰ö³éò³éòÒã²îÒã²î äaï äaïÃèòÃèòiï6öiï6özùÿûzùÿûÁqÁq¢ ×¢ ×âR âR Ú† Ú† å°å°ˆ -ˆ -”¨”¨ãüõýãüõýGúAüGúAüåú£üåú£üý‰þý‰þHHˆ/ˆ/¯Ø¯Ø# !# !( ( ¿ ¿ âAâA‘ýšþ‘ýšþHùwüHùwüEøXûEøXûFøûFøû©ù)ü©ù)üâú(ýâú(ýrûJýrûJýùûÂýùûÂýÞü,þÞü,þ¤ý‰þ¤ý‰þUýfþUýfþÕüþÕüþõû‰ýõû‰ývüéývüéý ÿ„ÿ ÿ„ÿ : :®¬®¬å áå áö` ö` Ç9 Ç9 PÓ PÓ ® (® (;;ÿDÿÿDÿ½öú½öú)ðñõ)ðñõëDóëDóQí’ôQí’ô„ñ ø„ñ øáøûáøû¥+¥+ñ]ñ]ò ´ò ´i Yi Y: þ: þ:´:´AZAZÎûýÎûýq÷qúq÷qúôeøôeøpô=ùpô=ù‹øŸû‹øŸûJÅÿJÅÿ”Ȕȕ û• ûwx wx – – r r p-p-ûÐýûÐýlóšølóšøtí{ôtí{ô ëqó ëqóPìôPìô±ó.ø±ó.øóûìýóûìýpªpª† † uu-ƒ-ƒåæ åæ nÃn÷ÿå·ÿåSñåøSñåø[éò[éò<ã…í<ã…í‡á4í‡á4í5è]ñ5è]ñÓô¬øÓô¬ø@ÿ¹þ@ÿ¹þ ¤ ¤È, È, /±/±g¿ g¿ ~Ÿ ~Ÿ ! ª! ª*i*iœþÿœþÿð÷Óúð÷Óú¤òø¤òøóòbøóòbø¹ônù¹ônù´øû´øû üƒý üƒýÕþ”ÿÕþ”ÿÏÏiûiûñ`ñ`íÿàÿíÿàÿÿxÿÿxÿnÿ©ÿnÿ©ÿxùxù(Â(£&£&$ $ ̫̫MñMñÈ ÎÈ Îãöãöùþ§ÿùþ§ÿ÷'ú÷'úJïÆõJïÆõGé`òGé`òùæ°ðùæ°ð}ê¦ò}ê¦òàðMöàðMöwýcþwýcþ»û»ûóB óB 8b8b‚‚×}×}Î Î  ô ôîÿîÿIöùIöùvîövîö™î ö™î ö’ôÐø’ôÐøšù-ûšù-ûÊý+ýÊý+ý‡þÔþ‡þÔþñý|þñý|þ@ú±ü@ú±üW÷ÔúW÷ÔúúõÎùúõÎù°ù£û°ù£û[þóþ[þóþÀÐÀЛd ›d "Ž"ŽJ »J »ðìðìÛ Û mKmK¿õKú¿õKúèAñèAñ¿Ûöè¿Ûöè¿ÖÍæ¿ÖÍæ¼Ü|ê¼Ü|ê˜èÖð˜èÖðbø§ûbø§ûí‚í‚n n EÙEÙé#°é#°~b~b  $ /$ /ˆþ*ÿˆþ*ÿüóDøüóDøšëÈòšëÈòÑéhòÑéhòñìyóñìyóÇïœöÇïœö›ôNù›ôNùÃûCýÃûCý¤…¤…’(’(­?­?h Sh S¸-¸-6)6) E E°ô°ô“»“»ÁÁäÿ¾ÿäÿ¾ÿ”ûfý”ûfý ÷æú ÷æú‹ôòø‹ôòø7òw÷7òw÷Gñ×öGñ×ö¼òÞ÷¼òÞ÷r÷¼úr÷¼ú†ýIþ†ýIþLÁLÁvôvôÞ Þ ¿%¿%ççtQ tQ ÃÃÔýþÔýþ0ñ÷0ñ÷&çñ&çñmâ£ímâ£íjàìjàì-äFï-äFïšêÔòšêÔòðVölõØù°ú½üôÿ£ÿ¥ V uh× h× uÓuÓÁ ÖÁ Ö·"™Ç „Øq‘8K oH ” ” ûÆýûÆýðíÚõðíÚõ°á)î°á)î5Ø0è5Ø0è Ñ´ã Ñ´ãDÓ™åDÓ™åÝÌêÝÌêaî.õaî.õ]ÿ‡ÿ]ÿ‡ÿê ê ´ H´ H.´.´o1²o1²#+…#+…öwöw] ] ‹÷”ú‹÷”ú"ååî"ååîpÙ@çpÙ@çÓBäÓBäÎ׿Î׿Áá†ìÁá†ìÆìÌôÆìÌô¨üëü¨üëü Ä ÄýÝ ýÝ éÄéÄ8´8´µ© µ© 9 9 ~ L~ L   ÿƒÿ ÿƒÿ÷ûeý÷ûeý3ü¯ý3ü¯ý?ý‹þ?ý‹þÛþCÿÛþCÿäþbÿäþbÿwûaýwûaýÀøÊûÀøÊû¨öú¨öúõùõùô„øô„øÉôùÉôùïöªúïöªú6ûÇü6ûÇüyÿÇÿyÿÇÿ9•9•ÒÒt t E àE à Ñ Ñq q ~Z ~Z Yí Yí q5 q5  f fˆðˆðüjýüjý(ñÃö(ñÃö‡è€ñ‡è€ñâáÜìâáÜìïÝøêïÝøê‡à˜ì‡à˜ìfèÿñfèÿñyõúyõú&œ&œÍ Í **Ä%Ä%¤%ͤ%Íó$úó$ú£– £– § ާ Ž¿½¿½%õbø%õbø¶è¶ñ¶è¶ñ¬ä÷í¬ä÷íïæïïæïÁíÿôÁíÿô´÷Yû´÷Yûêÿ”êÿ”–Ñ–Ñç /ç / * *Š 9Š 9%q%q²ÿTÿ²ÿTÿ[úÏü[úÏüàöÏúàöÏúVø#ûVø#ûhüEþhüEþ»»m çm ç°¶ °¶ Í; Í; ‡j ‡j D ðD ð µ µìö¥úìö¥úÆîêôÆîêôPçnðPçnðžå)ïžå)ïçððçððìíæôìíæô7÷Wú7÷Wúo°o° | | e e êlêlé¼ é¼ ø´ ø´ ä ¾ä ¾°/°/*þœþ*þœþ€öú€öúkð‡ökð‡öôìÅóôìÅóJîfôJîfôJòíöJòíöøÄúøÄú þ´þ þ´þßìßìÁÁEzEzÿ<ÿ<jjí_í_YëYë;ÿkÿ;ÿkÿ…ý{þ…ý{þ“ýxþ“ýxþéþWÿéþWÿcOcO””ééS¹S¹G³G³¿ß¿ßu·u·“ÿÃÿ“ÿÃÿ þýþ þýþ×üþ×üþçûwýçûwýÀüæýÀüæýþàþþàþƒÿ¯ÿƒÿ¯ÿ¬þ'ÿ¬þ'ÿ°üùý°üùý[ù¯û[ù¯ûÀöäùÀöäùÇô‡øÇô‡øMöÎùMöÎù¶ù~ü¶ù~ü44»»wž wž I;I;r%r%• • q¿ q¿ Y ÿY ÿ±ÿÇÿ±ÿÇÿiõùiõùÛëÉóÛëÉóhäÕîhäÕî,ãî,ãîŽækïŽækïàê/óàê/óýó“øýó“øCýúþCýúþY1Y1¡ \¡ \³ ³ a a  ÿ ÿ²-²-"{"{˜üxý˜üxý¥úPü¥úPüjûNýjûNýxýÀþxýÀþôPôP–!–!o`o`åuåuiÊiʺþ—ÿºþ—ÿÀûÏýÀûÏýeùeüeùeüMøMûMøMûwùüwùüû¾üû¾ü|üXý|üXý6ýßý6ýßýØýUþØýUþdþ ÿdþ ÿ‡þÿ‡þÿÅý¢þÅý¢þý?þdüÝýúûýûEýÿûýoüÜý·ÿ¿ÿ·ÿ¿ÿb±b±®X®X· ÂD ¯Ó u* ¹ (  ˜ ˜{n{nDãDãÓýÀþcúžüâô²øâô²øUòŸõÈïŸõÃîLõÃîLõ£ñ÷£ñ÷G÷vúG÷vú×ýÎþ×ýÎþÐAÐ{ p{ î< m< mY …Y …šPšPâ£â£®û‹ý®û‹ýµöAúµöAú ômø ômøAôkøAôkø“ø÷ú“ø÷ú…ý×ý…ý×ýñ-ñ-( @( @ v v 8 8 Ž ’Ž ’¿¨¿¨£ýþ£ýþôÅøôÅø“ìøó“ìøóQêúñQêúñöê£òöê£ò¨ïÙõ¨ïÙõVøÔúVøÔú¥A¥AN N SãSã‡W‡Wóó$ $ ‰³‰³ãû¤üãû¤üšîiôšîiôäçíäçí¦à­ë¦à­ëöãXîöãXîÏíÅôÏíÅôúŒüúŒü5ë5ëV V 3ó 3ó [h[h>J >J   ·~·~œœˆúÕüˆúÕü‡ôÿø‡ôÿøóé÷óé÷õàøõàøÄöIúÄöIútûçütûçüUÿ}ÿUÿ}ÿÒ{Ò{DDïjïj > >SÿbÿSÿbÿ¿þ±þ¿þ±þ•ÿvÿ•ÿvÿ.q.qynyn´ m´ mz Âz ÂtÀ tÀ ± ¯± ¯ß –ß –4V4V4üJý4üJý`ò%÷`ò%÷šêJòšêJònæªïnæªïPèÃðPèÃðvíàóvíàóNö(úNö(ú‘j‘j \ \&¯&¯4 4 ºÁºÁÃÃû hû h.ï.ïNù–ûNù–û’ðö’ðöšïæõšïæõšò–öšò–öÕöúÕöúÕûçüÕûçügýþgýþ“ýŸþ“ýŸþ²ûîü²ûîüdøûdøûÓõ¦ùÓõ¦ùùƒûùƒûÙûýÙûý‡ê‡êk ˜k ˜%Ù %Ù ã¶ã¶ÆCÆC™Â™Âv jv jÉý3þÉý3þ¸ì÷ó¸ì÷ó'ßÖë'ßÖëÜ׋åÜ׋å;Ûâæ;ÛâæSäìSäìUñõUñõÉ?É?‚ ‚ ÒíÒí$“$“È!ðÈ!ðCC· ™ · ™ ^^ìö¨úìö¨ú+íãó+íãóÄéñÄéñiì‰óiì‰óÝî¹õÝî¹õ×ó©÷×ó©÷Jù‡ûJù‡ûêþµÿêþµÿ{{îÑîÑ ‰ ‰ e e« « eéeé¼Î¼Î¿>¿>F¼F¼uGuGx.x.AýxþAýxþ™ø—û™ø—ûîôÞøîôÞøòÄöòÄö ñ£ö ñ£ö0ò÷0ò÷üõŠùüõŠùürýürýLLÏ 'Ï '†È †È *Ò*Ò··Cj Cj í àí àù®ù®,ö6ú,ö6úŒíhôŒíhôÓæMïÓæMï¹âòì¹âòìPãíPãíeèŸðeèŸðÜñ‘öÜñ‘öÅù•üÅù•üùOùO—„ —„ ñeñeR R t#pt#pK! K!   Æ* Æ* ¢¢²õù²õù¨çað¨çað¡Ü7é¡Ü7é8ÔÀã8ÔÀã5Ò$â5Ò$â·ØMæ·ØMæ æ7ï æ7ï¹õÊù¹õÊù› › híhí (& (&»2< »2< Ê/NÊ/N¿%±¿%±±‚ ±‚ í}í}vîüôvîüôëÞBêëÞBêÒÔ©äÒÔ©ä†ÔGä†ÔGäwÛÞèwÛÞè‚ç÷ð‚ç÷ðéö-úéö-ú"Ó"Ó¼ ¼ h3h3ûóŽ´a~t jù 8 |8 |ÒˆÒˆËwËwâû'ýÍûý¹ûý@üoýÉüÎý=ýþ²ýpþ²ýpþxþùþxþùþýRþýRþúWüúWüœ÷Éúœ÷ÉúWõ5ùWõ5ùµô»øµô»øÖôÄøÖôÄø^öú^öú£ùÉû£ùÉû/þÅþ/þÅþè6è6ÜÜú;ú;^ @^ @ ›É ÷i v ÷qL Ø£   'Ï 'Ï J J H ݬARülý”ø™ú£ó\÷²î ô²î ôïæ ïïæ ïá1ëá1ëïàêëïàêënæïnæïÚïïôÚïïô6ýfþ6ýfþ½ ½ :• :• ŠpŠp¸"Ù¸"Ùò!†ò!†7Â7Â4Ÿ 4Ÿ LúLúÆ÷ ùÆ÷ ù†íÚò†íÚòçïçï2èyð2èyðøìLôøìLôQô²øQô²øäûaýäûaý99SS Æ Æƒ ƒ p¦p¦œZœZ©ý¦þ©ý¦þ|úyü|úyü…ø@û…ø@û`úúü`úúü¬¬“.“.â oâ oÊò Êò ; ; y y».».MüpýMüpýóÒ÷óÒ÷¦ìbó¦ìbó@èùï@èùï&éñ&éñ‹ë5ó‹ë5óÖôBùÖôBùüGþüGþŒ— Œ— +‡ +‡ ¤(¤(”V ”V à Çà Çp/p/Ó¬6*Õüþtùü÷õ¤ùzò5÷ºíXôºíXôœî5õœî5õ¥ò÷¥ò÷Ýø‹ûqûaýþ8ÿ°·[7ü¾žGžG ~ ~W PW Pˆ£ˆ£GÆGÆ  šüŒýšüŒýÛù#üÛù#ü_ùßû_ùßû ûîü ûîüªý9þªý9þZUZU  †ª†ª|í|í3Àë•Jù«_åw ‘6ÿ»ÿ6ÿ»ÿÛü>þÛü>þýúýýúý*üZý«üàý-ýgþûýÖþÊþGÿtÿ¢ÿÿÿÿÿÉþ6ÿÉþ6ÿHü·ýHü·ýù_ûù_ûäõ2ùäõ2ù‚ó×÷‚ó×÷þôÇøþôÇø¯ù›û¯ù›û”ÿP”ÿP· :· :Ì Ì ®Ó®Ó?Ö?Öaaü6ü6) û) ûdêÿdêÿ~ô<ø~ô<øëòëòŸã[íŸã[íWâìWâìßæ‹ïßæ‹ïî7ôî7ôvõùvõùbÿÿbÿÿtÏtÏä  ä    ² ² æ æ È)È)¼ÿæÿ¼ÿæÿ£û?ý£û?ý€üÊý€üÊýAýCþAýCþ9Î9ÎmÛmÛõzõzç¹ç¹3F3FKÆKÆÿdÿÿdÿ¸ú¦ü¸ú¦üQ÷óùQ÷óùmõÉømõÉø²ö ú²ö ú©ø&û©ø&ûÉû¸üÉû¸üÿÿÿÿ©©Ç¡Ç¡¸ø¸øÐfÐfœþKÿœþKÿMûýMûý¯øaû¯øaû™ùõû™ùõû_û}ü_û}üdÿµÿdÿµÿjj ‹ ‹b? b? À¨ À¨ þb þb ¬ ƒ¬ ƒÖ©Ö©ù‰ûù‰û@ñ ö@ñ öëÈòëÈòwêíñwêíñï'õï'õðõ-ùðõ-ùBþÃþBþÃþ3O3OŽ ¿Ž ¿—Ÿ —Ÿ Õ Õ   žžxýþxýþO÷húO÷húpò÷pò÷–ñÚö–ñÚöLö‚ùLö‚ùüâýüâýÌkÌk ê êAu Au ¬ ¬ Œ  Œ  0…0…áüüþáüüþ›ó)ø›ó)øCì¼òCì¼ò£ç`ï£ç`ïÖésñÖésñ°ïàô°ïàô³ùéû³ùéûk k þÔ þÔ RæRæðËðËääôp ôp jjLõ}ùLõ}ù€é†ñ€é†ñDàGëDàGëÞ.êÞ.ê„åî„åîÛîôÛîôæû”üæû”ü³³5 5 ——DPDP—p—p£( £( ShShþªÿþªÿK÷ÅúK÷Åú#óÎ÷#óÎ÷ò2÷ò2÷*õù*õùüøfûüøfû2üYý2üYýÝþùþÝþùþ<Ôÿ<Ôÿ*ÿ<ÿ*ÿ<ÿNþÃþNþÃþ¢ýeþ¢ýeþýþýþÿKÿÿKÿ3Ž3ޱ‡±‡Õ 7Õ 7˜ ˜ [` [` Yó Yó ) Š) ŠŠºŠº‘ýþ‘ýþ&ô ø&ô ø®ìCó®ìCóéæ’ïéæ’ï0æóî0æóîêåñêåñëóŽ÷ëóŽ÷ûþÿûþÿt èt è!ß !ß ±T±TM!M!*b*b¿h ¿h ã®ã®«úåü«úåüAñÎõAñÎõ®ësó®ësóî£ôî£ôOòƒ÷Oòƒ÷»÷Áú»÷ÁúCü*þCü*þWWwâÿwâÿ9ü…ý9ü…ýÕø£ûÕø£ûm÷,úm÷,ú-ûÏü-ûÏüˆZˆZKyKyÀ À bbININ Ú ÚÖÐ ÖÐ Ô`Ô`¿÷×ú¿÷×úêéñêéñkÜékÜé×zå×zåÜéÜéÈé¥ñÈé¥ñâùüâùüI I §½§½ô"òô"ò…#1…#1Ù «Ù «é{é{XÖXÖœø ûœø û`îô`îôUæîUæî–åï–åïžèñžèñËïƒõËïƒõ-÷_ú-÷_úOýhþOýhþyƒyƒ š š¡ ¡ …¤ …¤ d ™d ™××ÑüÑüD2D2$µ$µþ˜þþ˜þ û€ü û€ü¤øÚú¤øÚúTö—ùTö—ù™ôbø™ôbø^ó…÷^ó…÷šô‚øšô‚ø÷õù÷õùFû¨üFû¨üƚƚüÐüÐq (q (ö ö øÝøÝÇeÇeè× è× s ÷s ÷›Åÿ›Åÿ„÷íù„÷íùKïEõKïEõßèçðßèçðÊä—íÊä—í_å1î_å1î^çëï^çëïYïõYïõøiûøiûMÿ«Mÿ«™ l™ lhŠ hŠ L LÉ"àÉ"à!$ç!$çê Uê U33- á- á8ÿsÿ8ÿsÿñ·õñ·õÞáìÞáìÖ›äÖ›ä)Ðnà)ÐnàÊÐÞàÊÐÞàñÚ çñÚ ç¼æÙï¼æÙï^û]ý^û]ý4 b4 b||ù+ÿù+ÿ/3"/3"ß-¸ß-¸†%µ†%µC C Ãþ“ÿÃþ“ÿïîŸôïîŸôWâæëWâæëþÕ åþÕ åÓGáÓGáhÖ-ähÖ-äÔàêÔàêì'óì'ók÷aúk÷aúÑVÑV P P ü üú 7 ú 7   Â`§`§NÞNÞ¾_¾_¢ÿ"¢ÿ"ìýÿìýÿü½ýü½ýƒû*ýƒû*ý>úGü>úGü÷_ú÷_úÿôŠøÿôŠøó*÷ó*÷bó«÷bó«÷Ïõ'ùÏõ'ùð÷ãúð÷ãúëû"ýëû"ý ³ ³V–V–/ à/ à* * ü X ü X >; >; h h xt xt 3Í3ÍVzVz””ÙZÙZQË QË Ì™Ì™-û³ü-û³üñíÉòñíÉò¼áïê¼áïêJØâäJØâä5تä5تäýÚ£çýÚ£çÓé‹ðÓé‹ð9úíû9úíû: ¾: ¾Z)Z)G.èG.èâ,Ëâ,ËÁ$øÁ$øíkík¤¤þ÷+úþ÷+ú´éðð´éððUãÖìUãÖìvä•ívä•íPé½ðPé½ðTò–öTò–öGûdüGûdüŸ)Ÿ)¯ z¯ z6 ¹6 ¹T {T {'k'kªüªüþiþþiþŸù‡ûŸù‡û ûCü ûCüôýÖþôýÖþê‰ê‰Û Û O¡ O¡ _· _· ¦ ¦ ÙÛÙÛ[ûÿü[ûÿüKîúóKîúóôãÖìôãÖìýÛUçýÛUçÖ5äÖ5äØŽåØŽåCÞ"éCÞ"ééðéðjõBøjõBølÿlÿó úó úL„L„•» •» 9% 9% Ñ ÂÑ Â±ÿåÿ±ÿåÿ²õ¡ø²õ¡ø%ì¸ñ%ì¸ñDãSìDãSìœá×ëœá×ëUåèíUåèíåìºóåìºóÎõ¥øÎõ¥øjÿÜÿjÿÜÿ;¹;¹w w …É …É e½ e½ Ñ· Ñ· þä þä ˆ Gˆ Gâ˜â˜?-?-mÿ]ÿmÿ]ÿþðþþðþ¤ÿ×ÿ¤ÿ×ÿ¾ ¾ ì ì  { {, , † † -2 -2 |Î |Î œ£ œ£ é ¡é ¡ Ü Ü# D# D‰ Љ Š é é  ? U? U×e×eÀÀ:®:®fÿšÿfÿšÿΥΥå"å"FåFå± Õ± Õ    f f d  d  ÐGÐG0éÿ0éÿÀ÷¼úÀ÷¼ú¿ïgõ¿ïgõé<ñé<ñÅäîÅäîöåeîöåeîÎè´ïÎè´ïÌìÍóÌìÍóõ'øõ'øøûŽüøûŽü¢Ú¢Ú5T5TÍzÍzááh™h™^ÿ®ÿ^ÿ®ÿ6ûÛü6ûÛüè÷œúè÷œúÅöøùÅöøù,ù‚û,ù‚û;ûÔü;ûÔüÌþÿÌþÿ¶…¶…ÈqÈq‹‡‹‡³–³–¬ã¬ã¿õ¿õ€'€'....Š`Š`ßßräräŬŬïÿÃÿïÿÃÿµûýµûýWøÔúWøÔú-ôÝ÷-ôÝ÷úð”õúð”õÈí‹óÈí‹óxëòxëò<ìó<ìóVðKõVðKõµ÷;úµ÷;úöþDÿöþDÿòàòà"§ "§ höhöÁÊÁʈ‡ˆ‡â â ?6?6øúøú¬çð¬çð¸ÚËå¸ÚËåiÏåÝiÏåݦʽۦʽÛÍïÜÍïÜ"ÕÍã"ÕÍãœâ‡ëœâ‡ëæï0õæï0õTþ”þTþ”þ : :wW wW WW ) )„Ì„Ìy Ñy Ñî¬î¬íúœüíúœüàòÐöàòÐöë?òë?ò¯ç~ï¯ç~ï é+ð é+ðÖí"ôÖí"ô÷öpù÷öpù…þÿ…þÿZ ÏZ ÏÍ™ Í™ ++\~\~ÒsÒs˜˜íívbvb¯×¯×Ö'Ö'öWöWÀé Àé §Ë §Ë  ¶ ¶ÀæÀæ Ó Ó•ã•ãÍ DÍ D„4 „4 _Ò_Ò¿K¿K!¹!¹á!‡á!‡$h$hxx b b TeTeIý&þIý&þúõùúõù±îô±îôí÷òí÷òFí óFí óÍî6ôÍî6ô?ò£ö?ò£ö öÁø öÁø§ø–ú§ø–ú¼ø±ú¼ø±úKøÜúKøÜúø¯úø¯ú}÷Fú}÷FúEöiùEöiùnõÏønõÏø3ôò÷3ôò÷ò‚öò‚öï¹ôï¹ôëê¢ñëê¢ñ{åüí{åüíà±êà±êjÛAçjÛAçÍ×[äÍ×[ä~ÕÞâ~ÕÞâË×täË×tä¢Ü„è¢Ü„èRå”íRå”í î:ó î:ó®÷?ú®÷?ú¢ÿ ¢ÿ IóIó_2_2U8U8r§r§ëú~üëú~ü±õ*ù±õ*ù›ñö›ñö‚íó‚íóCìKòCìKòøíÎóøíÎó‡ò÷‡ò÷ùûùûøÿÙÿøÿÙÿ›¾›¾ Ù Ù– C – C ¶ ¶ M< M< †r †r r6 r6 Ø Ø ãê ãê ²p ²p ¯ ¯ $³ $³ ê® ê® çï çï ” [ ” [  k kÎFÎFc c [[vívíPáPáò÷ò÷9Ñ9Ñ1v1vqîqî¿G¿G¾h¾h?ã?ã2ÿhÿ2ÿhÿýÌýýÌýgû†ügû†üú üú üzúGüzúGü¦û ý¦û ý«ü·ý«ü·ý|þúþ|þúþ‰r‰r-4-4ÛðÛððpðpÍÍêqêq>>´Æ´ÆTþÕþTþÕþ^ù¥û^ù¥ûpõùpõù*ó-÷*ó-÷Žów÷Žów÷öýøöýøýûmýýûmý   Ê Ê±T ±T ”Ö”Ö¦ ¦ ®m®mÜš Üš ! €! €à:à:ïüèýïüèý'ømú'ømú}ø÷ú}ø÷úàø{ûàø{ûÐûèüÐûèü…Êÿ…ÊÿU"U"ttsÙsÙ*I*I—P—PMþÿMþÿ§ûSý§ûSý‘ùëû‘ùëûÎøÖúÎøÖú ù&û ù&û°ùÏû°ùÏûúÑûúÑû¼øû¼øû3ö%ù3ö%ù^ò·ö^ò·öQî›óQî›óEêäðEêäðÜæëîÜæëîåä•íåä•íÕäíÕäíˆæ`îˆæ`îãé±ðãé±ð`î®ó`î®ó$ó÷$ó÷—÷Nú—÷Nú­ûý­ûýtþÿþtþÿþ/"/"ÜŸÜŸeeÎNÎN˜8˜8¢r¢rÿaÿÿaÿšüÁýšüÁý/úÉû/úÉû‹÷ ú‹÷ ú‡õºø‡õºø\ôø\ôø;õˆø;õˆøKøúúKøúú‚ý¶ý‚ý¶ý ù ùÕ 3Õ 3\? \? d'd' a a› › ³³à à ` ™` ™ddëþëÿëþëÿùûýùûýjühýjühý˜þTÿ˜þTÿġġ>q>q t t¼> ¼> »! »! « Ÿ« Ÿ' "' "-­-­ý¸ý¸’ýNþ’ýNþ‘üý‘üý“þCÿ“þCÿþjþjR€R€r ïr ï¢ Y ¢ Y Þ/ Þ/ ‘ „‘ „t£t£$÷$÷óýeþóýeþùûùû!õZø!õZø~ôå÷~ôå÷FöùFöùgúFügúFüIIÌÂÌ Q Q@ @ fD fD Pz Pz “ Ë“ ËÛÏÛÏžžßúüßúü°õþø°õþø+òö+òöÜòóöÜòóöèõëøèõëø–úªü–úªüOÂÿOÂÿô^ô^¦?¦?àLàLW‹W‹ûûVLVL¡ú ü¡ú üöËøöËø‡ò2ö‡ò2öfð0õfð0õUñÐõUñÐõQòÛöQòÛöôØ÷ôØ÷—õÆø—õÆø÷¤ù÷¤ùÖ÷3úÖ÷3úH÷«ùH÷«ùÅõ§øÅõ§øýó£÷ýó£÷iò«öiò«öÇðŠõÇðŠõ°ïÉô°ïÉôòïìôòïìô3ñ¸õ3ñ¸õáó—÷áó—÷>ö=ù>ö=ùPø®úPø®ú[ù[û[ù[û÷ùúû÷ùúûúPüúPüû¤üû¤üýþýþ2W2Wâ,â,N ˜N ˜<© <© ÐÌ ÐÌ 9€9€¡¡† † ‹5‹5Ö Ö 3# 3# B FB FåÕåÕ„„\\ø áø áLš Lš   WWðð¥ Ù¥ Ù Ë Ë7*7*··/ / v Êv Ê»»ø¯ø¯©~©~<€<€¥þIÿ¥þIÿ<ü>ý<ü>ýKø­úKø­úÚóŒ÷ÚóŒ÷6ï!ô6ï!ô'ë<ñ'ë<ñ±çï±çï"æäí"æäíÕærîÕærîBè—ïBè—ï3êÆð3êÆð¿ë¢ñ¿ë¢ñþêVñþêVñéÞïéÞïå1íå1íÞÞ¶èÞÞ¶èOÚoåOÚoå]Õqâ]ÕqâÒÎßÒÎß4Òòß4Òòß³Õ'â³Õ'â Ý¿ç Ý¿çõä«ìõä«ìþíóþíóõ`øõ`ø÷ûÙü÷ûÙüôýPþôýPþ©ý5þ©ý5þÛúaüÛúaü÷^ù÷^ù0ô÷0ô÷Þó^÷Þó^÷‘ö ù‘ö ùpüýpüýaxaxÝ vÝ v Ž  Ž ‡ ‡ÓÁÓÁù"Ùù"ÙË%ùË%ù~'ò~'ò*|*|ñ+üñ+ü´.« ´.« Y1¦"Y1¦"½3c$½3c$;6"&;6"&h7ô&h7ô&Ä6ˆ&Ä6ˆ&Ä3$Ä3$|/!|/!á)¢á)¢m#Äm#ÄBlBlZZŒ²Œ²²]²]3"3"ÛMÛMOZOZ±Ü±Ü}²}²Ì  Ì  ““Jó’÷Jó’÷Aæ(ïAæ(ï±Ùbå±ÙbåÐÛÝÐÛÝÉEØÉEØ#ÄäÕ#ÄäÕ¸Å]׸Å]× ÌªÛ ÌªÛÒ¹ßҹ߫Ø/䫨/ä²Þ>è²Þ>è£ßFé£ßFé{ß é{ß éÜ}æÜ}æ~×"ã~×"ã[ѳÞ[ѳÞiɰÙiɰÙÎÃYÕÎÃYÕ0ÀBÓ0ÀBÓÀóÒÀóÒ{Â¥Ô{Â¥ÔLÈëØLÈëØ¿ÎªÝ¿ÎªÝ ×>ã ×>ãÐßIéÐßIé èï èïï`ôï`ôöçøöçøû±üû±ü]þšþ]þšþ¹,¹, Ä ÄöRöRQ ×Q ×|Y |Y ÷r÷r¼¼É!ŠÉ!Šm&dm&d**<-Ð<-е.· µ.· |.ï |.ï m/h!m/h!0["0["°1=#°1=#F2±#F2±#%3$%3$ 3·# 3·#M0"M0"O-»O-»`'’`'’ ! !Âcc¥ ¥ ¤~ ¤~   6 Ð6 Ð' º' º²²¯8¯8ýáýýáý÷øéú÷øéúdõ“ødõ“ø‡ô²÷‡ô²÷¡ô0ø¡ô0ø÷«ù÷«ùHùŠûHùŠû$ûàü$ûàü–ú2ü–ú2ü÷©ù÷©ùîoóîoóåíåí´ØTä´ØTä<Ï Ý<Ï ÝÒÆ©×ÒÆ©×àÀqÓàÀqÓ-ÄËÕ-ÄËÕŽÌÚŽÌÚrØ0ärØ0䑿Úì‘æÚìoòÒõoòÒõIüDýIüDýX[X[֌֌{={=²ûZý²ûZý?ölù?ölùøñTöøñTö­ï÷ó­ï÷óîîÝóîîÝó;óäö;óäöú>ûú>û55( ¼( ¼¢ ¢ ¦¦ffB\B\0‹0‹ú¥ú¥Û Û SÍ SÍ à ò à ò  æ æK ºK ºC k C k × Õ × Õ Á Á Ò  Ò  y Xy Xg~g~22BöBöÍÿ½ÿÍÿ½ÿyÿ“ÿyÿ“ÿ{/{/±±¦Ù¦ÙÈ6È6CC9ýþ9ýþÂùÈûÂùÈûðõÜøðõÜø­ñæõ­ñæõoî¦óoî¦óì½ñì½ñìÜñìÜñÁì©òÁì©òmïóómïóóÛñõõÛñõõþôøþôøúøÝúúøÝúRü3ýRü3ýoÿ ÿoÿ ÿFšFšsjsjºçºç””ÆþÑþÆþÑþÜúyüÜúyüD÷µùD÷µù ôŽ÷ ôŽ÷šñðõšñðõNò¿öNò¿ösöÜøsöÜøûý4þûý4þU¾U¾ˆI ˆI “a“a½½H"H"ÛêÛê‡Ý‡Ý“j “j  ö öXlXlýâýýâýùûùûÞøâúÞøâú#ýþ#ýþ¦—¦—7a7ao / o / zh zh é é 3§ 3§ t  t   Á Á ¿ ¿§ § ’D’DææfÖfÖoÁoÁøÿøÿŸüâýŸüâý6ø…ú6ø…ú¿ôß÷¿ôß÷3ñdõ3ñdõŒîŠóŒîŠóªì:òªì:òhìòhìòòíñòòíñòfðªôfðªôvó)÷vó)÷B÷™ùB÷™ùzúëûzúëû-ýÝý-ýÝýiÿzÿiÿzÿy÷y÷VOVOœ]œ]æpæpB3B3=ª=ª›ÿˆÿ›ÿˆÿêúFüêúFü.÷:ù.÷:ùÂòröÂòröð³ôð³ôðÅôðÅôióôöióôö4ù»ú4ù»úh h œ² œ² £ £ %b%b]V]Vñ ñ 6 Š6 Š]é]é°ûúü°ûúü„õ3ø„õ3øªòˆöªòˆö@ó2÷@ó2÷ò÷úò÷ú+ýþ+ýþÂfÂf F FN N aQ aQ ón ón á ·á ·™×™×ððþ¬þþ¬þ,ú ü,ú ü¡ùZû¡ùZû¿ûïü¿ûïüDþíþDþíþÿÿ2g2gîcîcƒƒ‚6‚6ûTüûTüÁö;ùÁö;ù`óÑö`óÑöÓðÿôÓðÿôÎï4ôÎï4ôõïªôõïªôLò öLò ö•õnø•õnøïø&ûïø&û<üný<ünýùþRÿùþRÿÖ Ö ª@ª@OOüoüoù¸ù¸€ÿ™ÿ€ÿ™ÿ_ýþ_ýþ®ûÚü®ûÚü_úéû_úéû–ú8ü–ú8üšûßüšûßüƒýþƒýþãÿãÿ ^ ^ªÃªÃ"Ú"Ú>­>­‡©‡©Z“Z“nn.b.bſſppÊÊbûbû~ ~ ””¿I¿I¾S¾Sll{s{s®®ÕäÕä9ò9òÿYÿÿYÿýþýþ;üBý;üBýÑû ýÑû ýYûüYûüZúìûZúìû úšû úšû—ú"ü—ú"üŽûÝüŽûÝü]ý&þ]ý&þ{ÿšÿ{ÿšÿyyÊ`Ê`Ñ–Ñ–h ‚h ‚  Âç šç š‘ §‘ §%7%7@'@'ÔmÔmFÿ›ÿFÿ›ÿ5ý!þ5ý!þ’ûõü’ûõüýþýýþýVÿ‡ÿVÿ‡ÿàøàøƒƒº A º A š“ š“ ItItx1x1PQPQgŒ gŒ ô  ô  l ël ë—9—9™a™aì•ì•== ð ð¥ÿÿ¥ÿÿbüGýbüGýjøªújøªútóìötóìö„î{ó„î{óÆêfðÆêfðÛåGíÛåGíDâ¦êDâ¦êqà0éqà0ésß[èsß[è&ß è&ß èÞzçÞzçåÝPçåÝPç–Ýç–ÝçåÜŸæåÜŸæôÛýåôÛýå¨Úìä¨ÚìäãØÞããØÞãØsãØsãZØŽãZØŽãÛ(åÛ(åÕÝŽçÕÝŽç_ãë_ãëQè ïQè ï´ì,ò´ì,ò‘ðïô‘ðïô®òQö®òQöxóùöxóùöNô¥÷Nô¥÷žõøžõøàøíúàøíú”ýuþ”ýuþX-X-¡ ™¡ ™UUú¤ú¤#5#5)U)UÁ- !Á- !a1í#a1í#3³%3³%ä4&ä4&/6+'/6+'P7?(P7?(9@)9@) ;Ç* ;Ç*c=‘,c=‘,s@Æ.s@Æ.îAÕ/îAÕ/Bñ/Bñ/§@—.§@—.û;‡+û;‡+á4…&á4…&“-C!“-C!%æ%æðNðNkmkm­ô ­ô û› û› *f *f ý ý œ œ æ L æ L ¤v¤v;þZÿ;þZÿœóéöœóéö!çî!çîÁÙnäÁÙnäQÍ}ÚQÍ}ÚÂÿÒÂÿÒž»HΞ»HιÔ˹ÔË'¼lÎ'¼lÎ*ÁMÑ*ÁMÑ7ƆÕ7ƆÕ8ËžÙ8ËžÙЋÝЋÝ;ÑñÝ;ÑñݧÏÎܧÏÎÜ2ͤÚ2ͤÚgɪØgɪØfÆ<ÖfÆ<Ö*ÄéÔ*ÄéÔHÃÔHÃÔŸÄÚÔŸÄÚÔ È0× È0×ÎËÛÎËÛÕÂàÕÂàÂÜÞåÂÜÞåÏåíÏåíAî4óAî4óžö%ùžö%ùþÁþþÁþ·T·Ts ‰s ‰ Í Í äóäóRžRžÄ!Ä!q'™q'™o+Ïo+Ïy.ë!y.ë!.ž!.ž! -Ø -Ø +³+³a'Âa'Âi#ëi#ëc!lc!lÊ êÊ êš"eš"eh%úh%úž)Ÿž)Ÿ¦.ï!¦.ï!2$2$ò3H%ò3H%Š2%Š2%·, ·, ü%cü%c˜A˜AEäEäN ‹ N ‹ Ô<Ô<í˜í˜iþôþiþôþdü¢ýdü¢ý0ùû0ùû@õü÷@õü÷€ðaô€ðaôYëßðYëßð{çAî{çAî.çíí.çíí$èéî$èéîÃêiðÃêið‰îkó‰îkó¡óúö¡óúöéö˜ùéö˜ù_÷÷ù_÷÷ù¤õ—ø¤õ—ø¸ïlô¸ïlôé)ðé)ðâ)éâ)éÛÔãÛÔã-×÷á-×÷áÆØ¦ãÆØ¦ã)Ýç)ÝçÐæííÐæííÑðíôÑðíôÄúÔûÄúÔûî€î€„ ë„ ëm öm öu su såNåNÂIÂIŽýºýŽýºý-úÞú-úÞú¥ù9û¥ù9ûCú]üCú]üFþ¼þFþ¼þMMëëÂzÂzP æP æº º ö ö Hì Hì ¦ß ¦ß Û` Û` òŽ òŽ ï  ï  * * ëßëß00ÍuÍuýÌýýÌýFúçûFúçû°ø¢ú°ø¢ú=ø<ú=ø<úùüúùüúÝúTüÝúTü;þ¦þ;þ¦þš@š@höhöiiH €H €„̄̚åšå2þ¦þ2þ¦þ"÷`ù"÷`ù°ð]ô°ð]ôîêyðîêyð”æí”æíàå§ìàå§ìççYîççYîåëFñåëFñaò)öaò)öËø÷úËø÷úŸÉŸÉ8 š8 šg³ g³ ÇtÇt ¦ ¦&„&„KËKËKkKk—? —? êèêè§çÃîúÁûîúÁû‹õÀ÷‹õÀ÷ƒô¬÷ƒô¬÷æö¶øæö¶ø‡ýþ‡ýþÛÂÛ¿ ¿ ±é±é"%¿"%¿«,Ý «,Ý r,I!r,I!÷'6÷'6;2;2‰ ‰ •a•a)ögù)ögùÎìfñÎìfñèÏíèÏíÜç—íÜç—í'íò'íò¿ñÙõ¿ñÙõ—øFú—øFúDþÿDþÿ½ý½ý\\»üÖý»üÖý¶øú¶øúó÷ó÷§îó§îóUé+ïUé+ï]å9ì]å9ìŽâ…êŽâ…êPáxéPáxéÈà÷èÈà÷èèß^èèß^èÌÜPæÌÜPæÔÙQäÔÙQä;Ö+á;Ö+áõÓßõÓßÌÒpÞÌÒpÞ{ÔÖß{ÔÖßfÙ%ãfÙ%ãéÞÈçéÞÈç]æÓì]æÓìíÔòíÔò¥õdø¥õdøaüýaüýÜuÜu|<|<ǿǿt „t „šš šš ºí ºí ù˜ù˜Ô>Ô>œäœäQAQA&³ &³ © © $7 $7 +O+Oðsðs “ “œ*ºœ*º¼3'¼3'˜>4.˜>4.*EJ3*EJ3ÿEº3ÿEº3ˆCi2ˆCi2¸=u-¸=u-¼4Þ&¼4Þ&¢*?¢*?üÒüÒÕjÕj¿ï ¿ï ó ó Ù  Ù  4 § 4 § O° O° æø æø K. K. Þ ìÞ ì¿˜¿˜¤þ¡þ¤þ¡þÝöÀøÝöÀø$îúò$îúòUçþíUçþí/âÇé/âÇéwÞçwÞç³Þç³Þçhßwçhßwç}à'è}à'èÜá‰éÜá‰éñàúèñàúèóÜIæóÜIæÙ¹ãÙ¹ãKÓ›ÞKÓ›ÞXÎøÚXÎøÚ_ɘ×_ɘ×/Æ{Õ/Æ{ÕáÅmÔáÅmÔgÈgÖgÈgÖnÌòÙnÌòÙüÒ“ÞüÒ“ÞaÛgäaÛgäÅâ}êÅâ}êÝéÄïÝéÄïhïïóhïïó©óØö©óØöóõÁøóõÁø'÷[ù'÷[ù-÷¡ù-÷¡ù÷cù÷cùoö ùoö ùößøößøíö=ùíö=ùÒø²úÒø²úÄûýÄûýbÿ’ÿbÿ’ÿ55v‹v‹ð òð ò¶C ¶C °°¸¸B}B}å’å’GëGë!¯!¯ñœñœÚ|Ú|ÈiÈiFFììa…a…mßmß=â=âáÈáÈ…¹…¹FçFçüüDeDe-j-jkrkrO>O>óG óG ²™ ²™  ¥  ¥ è 轇½‡hJhJá«á«  í ‡ í ‡ °7 °7 w1w1ßß´ ´ å óå ó<J<JÙûiüÙûiüÍò6öÍò6ö ê#ð ê#ð=åûë=åûëâdéâdéþâžêþâžê åòë åòëïç@îïç@îÈì8ñÈì8ññ˜ôñ˜ô ôÛö ôÛö@ó~ö@ó~öƒñòôƒñòôîœòîœò«é>ï«é>ïƒåÄëƒåÄëÁáAéÁáAé,ß‘ç,ß‘çÜÞ§çÜÞ§ç±ßè±ßèbá ébá é<ã‘ê<ã‘ê0åì0åì1çfí1çfí‘ç°í‘ç°í®æ!í®æ!íjåìjåìÍähëÍähëºä~ëºä~ëoæÉìoæÉì8è"î8è"îë8ðë8ðÂîóÂîóŽòøõŽòøõ÷lù÷lù]û˜ü]û˜üšÿ³ÿšÿ³ÿ : :<Þ<Þí#í# Ô Ô    pX pX ÈÈŸžŸž–!ù–!ùè%è%Ó(=Ó(=_)+_)+w(Ow(O(&Í(&ͯ#Ó¯#Ó›!›!ì ­ì ­l!gl!g>"˜>"˜ #| #|1$"1$"l$<l$<p#žp#ž!»!»Þ…Þ…mm÷ý÷ý} } Î s Î s / Õ/ Õ÷÷WÒWÒ»€»€%Ö%Öšðšð=M=Mgû>ügû>ü õÜ÷ õÜ÷íÝñíÝñúåeìúåeì àAè àAè ÜBå ÜBåˆÙ=ãˆÙ=ãfÚãfÚãÝÄåÝÄå¦á-é¦á-é×å­ì×å­ì&êÒï&êÒï5ìñ5ìñë}ðë}ð(çXí(çXíá@éá@éÚÑãÚÑãŠÓ_ÞŠÓ_ÞîÎ ÛîÎ ÛÐþÛÐþÛ±Õà±ÕàuÞ^æuÞ^æGéäîGéäî_óö_óöÅûüÅûü¨»¨»Ê³Ê³rvrv¶¶RDRDƒƒ8þ ÿ8þ ÿçþÿçþÿ::¦`¦`ÉdÉdT ýT ý ý ýy y ƒƒ ƒƒ m- m- é† é† 8X 8X gÄ gÄ Éô Éô Gk Gk ))ZZ6‚6‚MüMüñ‚ñ‚––p¿p¿“õ “õ • å• åþÿþÿ³ÿ¾ÿ³ÿ¾ÿ–E–Eü±ü±F 5F 5_ _ ¼Ö¼Öêåêåãaãa+ + ÀâÀâ‰ÿ‰ÿ¦û2ü¦û2üÌøºúÌøºúù ûù û³û£ü³û£üáýýýáýýýâ§â§;ä;äT£T£§M§MÄþ5ÿÄþ5ÿ@ý þ@ý þ…þòþ…þòþdSdSOÊOÊ W Wü ü ÅôÅôknknáö áö eeNü ýNü ýZó<öZó<öFìÙðFìÙðÔæµìÔæµìè¦íè¦í6ë_ñ6ë_ñfô÷fô÷ üÒü üÒüPŒPŒ^(^(þ ìþ ìÛ'Û's ÿs ÿŠø÷ùŠø÷ù§ð­ó§ð­ó{êÂî{êÂîÍå¿ëÍå¿ë®ä‰ë®ä‰ë7å®ë7å®ëåç©íåç©íDëðDëðTî—òTî—ò¿ñCõ¿ñCõ¾ô™÷¾ô™÷Èõ$øÈõ$øaõ;øaõ;ø óPö óPö~ñçô~ñçô4ïTó4ïTó#î?ò#î?ò€îŠò€îŠòïüòïüòï*óï*óDï‚óDï‚óî¿òî¿òÇíUòÇíUòzí5òzí5òcîòcîò,ððó,ððó@ó#ö@ó#ößö/ùßö/ùüÃüüÃü—€—€ÛëÛëY ò Y ò   ==X× X× ¦ h ¦ h ˆ 0ˆ 0 u u`½`½]ÿâÿ]ÿâÿÖÿÀÿÖÿÀÿÜrÜrå å ÚÃÚÃÓÝÓÝ:'~:'~p-š!p-š!Ï0j$Ï0j$È2!&È2!& 2ë% 2ë%–.Y#–.Y#Î) Î) #Î #ÎËËámámù  ù  ààKK< < b? b? ;O;O‚ }‚ }[)®[)®å/7$å/7$0?$90I$.#ð+Ô!ß%ÏUt<t<Ð Ð iúDûiúDû›ïÃñWëÛîçõë0æìMåìÈäSìEä‹ìEä‹ìùèlîùèlî'íRñ'íRñ×ðçó×ðçóô0öô0öuòÑõuòÑõµîÔòµîÔòŽéçîŽéçî…â±é…â±éYÛpäYÛpäÖüßÖüß´ÑPÜ´ÑPÜ,ÎãÙ,ÎãÙÌØÌØ0Ë6×0Ë6×JË×JË×mÊ×mÊ×úÈöÕúÈöÕ=ÇÊÔ=ÇÊÔrÅTÓrÅTÓçÄÖÒçÄÖÒbÅ$ÓbÅ$ÓèÇ2ÕèÇ2ÕËÝ×ËÝ×¤ÐØÛ¤ÐØÛHÖZàHÖZà4Ü‚ä4Ü‚äÎâpéÎâpéãçËíãçËí¸ìñ¸ìñò{õò{õj÷€ùj÷€ùxü€ýxü€ýs*s*·u·uàêàê‰ #‰ #Ð ^Ð ^Þ lÞ l7 «7 «Ì Å Ì Å ç ç ÿùÿù Ç ÇP+!P+! 7Y* 7Y*CÁ3CÁ3_L–:_L–:ºR8?ºR8?™V²B™V²B&VöA&VöAmPQ=mPQ=.I•8.I•8ó@;2ó@;2,8Ö*,8Ö* 1t% 1t%[,="[,="m,°!m,°!U-2#U-2#"0Z%"0Z%¨1…&¨1…&2E&2E&µ/ï$µ/ï$4+ã 4+ã ¦#‘¦#‘ýtýt¼R¼R` 5` 5ŸPŸPêûðüêûðüùšúùšú¿öÉø¿öÉøõ»÷õ»÷§ò¢õ§ò¢õkî[òkî[òØçNíØçNíÒßçÒßç%ÖPß%ÖPßÊéÖÊéÖúÁîÏúÁîÏù»Ëù»Ë·ÖÇ·ÖÇJ´"ÆJ´"Æ·µ0Ç·µ0ÇŒ¹ØÉŒ¹ØÉ¿}ο}ÎàÅ ÓàÅ Ó.Ën×.Ën×ÙÎÚÙÎÚhÐiÛhÐiÛÑÔÛÑÔÛÑýÛÑýۢЯۢЯÛÐÛÐÛèÏôÚèÏôÚ‡ÐgÛ‡ÐgÛÓÐÝÓÐÝfØPáfØPá~ßáæ~ßáæ0èðí0èðíñ˜ôñ˜ôuúçûuúçû,ç,çh¿h¿Eý Eý ϢϢ’]’]FOFO÷b÷b>r>rÏ -Ï -## ## Û&ÄÛ&ÄE)ëE)ë ," ,"@.#@.#R/B$R/B$s/$s/$Ð.÷#Ð.÷#-ê"-ê"Õ+ƒ!Õ+ƒ!½); ½); I(I(¾&Þ¾&Þ%»%»o#[o#[’ ’ ŒŒžž‚‚å„ å„ é @é @€½€½h6h6UzUzÞ¯Þ¯99áŽáŽç)ç)ÿfÿÿfÿ!ùÏú!ùÏú#ð¹ó#ð¹óé(îé(îüßñçüßñçÙDãÙDãÕßÕßOÔ°ÝOÔ°Ý&ÕøÞ&ÕøÞð×áð×áhÝYåhÝYåcâ8écâ8é忏ì忏ìóêÝïóêÝïxíÉñxíÉñXí˜ñXí˜ñˆí©ñˆí©ñìÐðìÐðì\ðì\ðí•ñí•ñEðšóEðšó­ó'ö­ó'öÊøLúÊøLúýÀýýÀý%—%—÷ë÷ëýýkkÖˆÖˆAøAøâ â GG„[„[%%L pL p Ñ Ñ¬ ÿ ¬ ÿ Ï Ì Ï Ì „G „G Ý} Ý} ¥[ ¥[ < < …8 …8 †ê †ê ü. ü. çç!5!5e… e… fÿ fÿ ©  ©  >b>bfefe´úü´úüÅô­÷Åô­÷›ïó›ïóªëðªëðCë×ïCë×ïêìñêìñÈð^ôÈð^ôÓô;÷Óô;÷xùÍúxùÍúXýÈýXýÈý þæþ þæþúý:þúý:þòû;ýòû;ýüøÂúüøÂúGöÔøGöÔø:ôëö:ôëö¾ò‚õ¾ò‚õêòúõêòúõXõÐ÷XõÐ÷àø—úàø—úzüFýzüFýllaùaù¹‹¹‹%w%w. . þ|þþ|þý„ýý„ý€þ®þ€þ®þcLcLÙ‰Ù‰Ñ Æ Ñ Æ tŒtŒ¦¾¦¾ £ £r!œr!œ××çsçsÎÎþ l þ l ÉHÉHÚþ|ÿÚþ|ÿ>þŒþ>þŒþ,ÿÆÿ,ÿÆÿr¨r¨q q 0u 0u Ô© Ô© H2 H2 ± Þ ± Þ Ù0Ù0]]•û˜ü•û˜üœõõ÷œõõ÷ëðPôëðPôWíˆñWíˆñ¹êï¹êïëðëðîìÜðîìÜð¿î=ò¿î=ò}ð’ó}ð’óÆðüóÆðüólð¾ólð¾ó¥ï ó¥ï óðî¯òðî¯òuíÆñuíÆñ=íAñ=íAñ–îYò–îYò¯ðáó¯ðáóôò±õôò±õ–õ«÷–õ«÷ã÷gùã÷gùzøúzøú2÷Kù2÷Kù»õCø»õCø³ó>ö³ó>öäð]ôäð]ôqîTòqîTò¹ìãð¹ìãðÞíÝñÞíÝñ$ò|õ$ò|õª÷_ùª÷_ùÁþmÿÁþmÿ¿0¿0I I ¬¬}}ŽŽWcWcЦ Ц  a a ³ ³MBMB·?·?¢µ¢µ× t× tv ½ v ½ • ¡ • ¡ w Íw ͪkªkrara¾§¾§MMâîâî ð ðð Ô ð Ô ³Ñ ³Ñ ÏÏ9š9š¾S ¾S **þÿþÿ9÷ù9÷ùÊñaôÊñaô˜í~ñ˜í~ñ!ñ(ô!ñ(ôsö$øsö$øçþèÿçþèÿ“7“7€> €> æ&æ&c"c"ÈÈJ J  ç çBÀBÀQûüQûüøÙùøÙùÔøúÔøú•úÇû•úÇû»üÖý»üÖý??oo]K]KJîJîuJuJAaAarrÓÿÚÿÓÿÚÿºýAþºýAþUüAýUüAý¿û¹ü¿û¹üûWüûWüù¿úù¿ú™÷ù™÷ùfô—öfô—öºðûóºðûóûí òûí òìfðìfðÀêMïÀêMï@ë›ï@ë›ï³ì©ð³ì©ððzóðzó¿óŒö¿óŒö ø·ù ø·ù.üÜü.üÜüÀýžþÀýžþÛüjýÛüjý2ú’û2ú’û,õ´÷,õ´÷`ï<ó`ï<óêîêîæëêæëêKãcéKãcéããæéããæéºç*íºç*íÙíÈñÙíÈñuõA÷uõA÷ü.ýü.ýÌ×Ì׸ Î ¸ Î ÀKÀKí£í£í í ——/2/2ÔGÔGÛ \ Û \ û4û4II×û‚ü×û‚ü ù û ù ûÄûãüÄûãü"t"tEøEøàSàSnþnþÚ$¬Ú$¬+¢"+¢"Ü,S#Ü,S#þ''þ''—œ—œÖ„Ö„±x±xOý4þOý4þô¦öô¦öï4òï4ò&îCò&îCòKñ óKñ óI÷áøI÷áøJüBýJüBýëëg¬g¬4 ì4 ìgÄgÄ  –ýþ–ýþiø7úiø7úæòÒõæòÒõŸîhòŸîhò íæð íæð½íSñ½íSñ…îæñ…îæñmï•òmï•ò¯ïXó¯ïXó:îóñ:îóñÝìßðÝìßðëËïëËï¸ê+ï¸ê+ï½ê0ï½ê0ïì+ðì+ð3îêñ3îêñkñ–ôkñ–ô\õ—÷\õ—÷¶ù û¶ù ûîý.þîý.þcÂcÂà«à«v¶v¶>  >  û  û  .Ô .Ô ÚN ÚN ~E ~E   èèÑõÑõkËkË¢þ±þ¢þ±þ þ‚þ þ‚þ“m“m˜n˜n] Y] YC®C®¹¤¹¤a)a)/!Â/!ÂÁ !Á !00‘ǑLj ± ˆ ± ||9û—ü9û—üøôÚ÷øôÚ÷}ñ˜ô}ñ˜ôòõòõÑó‰öÑó‰ö)ø±ù)ø±ùÏûZüÏûZüÖþ‘þÖþ‘þ¬þÿ¬þÿÅýhþÅýhþ¨ûPü¨ûPü½ø5ú½ø5úYõX÷YõX÷¾ñiô¾ñiô•î5ò•î5òí…ñí…ñ»î?ò»î?ò»ñ¢ô»ñ¢ôèô@÷èô@÷øƒùøƒùoúsûoúsûoù”úoù”úœ÷ùœ÷ùBó¯õBó¯õïbòïbò ëKï ëKï è í è íèüìèüì½êÿî½êÿîQïzòQïzòÇõá÷Çõá÷«ü&ý«ü&ý¥Ó¥ÓA dA d" q " q Á Á ² ² +s +s ’ © ’ © ÷  ÷  ­Ö­Ö®F®F Ï ÏQóQóñ èñ è™Î ™Î "‹"‹n n ÆÒÆÒ¼¼ÀÀyoyoMM@Ë @Ë T_ T_ Í 8 Í 8  Ç  Ç ° D ° D 3 ´3 ´v v h €h €_ë_ë7-7-Y Y ¬ÿ³ÿ¬ÿ³ÿ®üHý®üHýÐùåúÐùåú]÷ù]÷ùFö\øFö\øþõî÷þõî÷ëõ´÷ëõ´÷“ôöö“ôöö•òGõ•òGõ6ð«ó6ð«óîÓñîÓñ©ìŒð©ìŒð#ìTð#ìTð.î¯ñ.î¯ñÛð=ôÛð=ô?õ™÷?õ™÷)úqû)úqû>þíþ>þíþººyyëýþëýþ'ùaú'ùaúóòaõóòaõî{ñî{ñ&éùí&éùíyååêyååêþä‰êþä‰ê†çÀì†çÀìtëïtëïMð»óMð»óàöføàöfø[üÆü[üÆüÝ`Ý`ðKðKOIOIì:ì:ä´ä´5p5pFÿgÿFÿgÿ˜ÿ˜ÿ0•0•DDŒÞŒÞ‹ O ‹ O Ì % Ì % # # ‰z ‰z á ­ á ­ ˆ gˆ gõpõpÁÁÁÁ··ŽÍŽÍ^’^’Á)Á)F—F—ââ±D±DTSTSóÏóÏ*T*TvâvâííéØéØGØGØülülŽ šŽ š® ©® ©³ –³ – p p­­¤7¤7‚ýßý‚ýßý6ùFú6ùFúÓõp÷Óõp÷/õx÷/õx÷ö\øö\ø¹ùƒú¹ùƒúÈü„ýÈü„ýç„ç„<ñ<ñ=Ý=Ý|y|yÉ|É|MŽM޲ÿöÿ²ÿöÿ•ýÎý•ýÎýçûxüçûxüøü€ýøü€ý«þÿ«þÿå2å2HAHA± ¨± ¨O î O î >Ÿ >Ÿ g ´ g ´ 4  4  ååIÎIέÿÿ­ÿÿ¿üý¿üýjüTýjüTý0ÿ§ÿ0ÿ§ÿ\\C 7C 7é  é  x x 88~-~-' I' I^^¨ùû¨ùûTñPôTñPôÊê ïÊê ïçìçìéç¼ìéç¼ìíðíð’ñ‰ô’ñ‰ôöUøöUø¾ú‰û¾ú‰û:þ5þ:þ5þåý{þåý{þÀûýÀûý7ùLú7ùLúnóâõnóâõìîtòìîtò†ëàï†ëàïêîêîWèÐìWèÐìè—ìè—ìüèŒíüèŒíVë\ïVë\ï‘íñ‘íñ'ïmò'ïmòÊïêòÊïêò&ðFó&ðFó°ðó°ðóµð˜óµð˜óöðýóöðýóøò‰õøò‰õSõª÷Sõª÷Ïø(úÏø(ú–üeý–üeýë:ë:¬$¬$:[:[ä6ä6¼g¼g™ý+þ™ý+þûaüûaüüÏüüÏü þmþ þmþ÷ó÷ó  ˆè ˆè OO²1²1‚#Â#æ%‹¦%‹ÿ"†ÿ"†þ{þ{ë ë —O—Oä™ ä™ ( ( • • ()()Á Á IŽIŽ:û:û­ÿ­ÿOÇ OÇ ‚ Æ ‚ Æ =  =  Íà Íà nt nt ¯†¯†ÑÂÑÂýGýGèè÷—÷—9 ^9 ^5ÿLÿ5ÿLÿSõÑ÷SõÑ÷víñvíñ\çþê\çþêÉânèÉânèXæíêXæíê¢é¹î¢é¹î»ð©ô»ð©ô¼ö©ù¼ö©ùÁûÒýÁûÒýæÿ`ÿæÿ`ÿªüQýªüQýú÷²øú÷²øðDóðDó¬ê@î¬ê@î¾äé¾äéYàåYàå Ü]â Ü]âiÜ+ãiÜ+ã@ÞEä@ÞEä(áç(áç•åbê•åbê—éjí—éjí2í*ð2í*ðÙï¥òÙï¥òAòÞôAòÞô‚óö‚óö¸ôèö¸ôèöáõµ÷áõµ÷ö÷ùö÷ù]ú+û]ú+ûgüÕügüÕüáý;þáý;þ}þðþ}þðþþƒþþƒþÉý0þÉý0þ“ýóý“ýóý¬ý þ¬ý þþ×þþ×þbUbUG†G†oPoP[ ý [ ý ''··gg0x0x¬˜¬˜’`’`& ¹ & ¹ u†u†ë6ë6-ý°ý-ý°ý@üÔü@üÔüÌü[ýÌü[ý‚ÿhÿ‚ÿhÿ_q_qAªAªi ‡ i ‡ c€ c€ XÊXÊð2ð2:Œ:Œúúí“í“­ a ­ a ° °õúwûõúwûÍòÚôÍòÚôaì§ïaì§ïÉæ®ëÉæ®ëåxêåxê{èÞì{èÞìŠîÁòŠîÁò\öÕø\öÕø‘ϑϥ  ¥  ÚŽÚŽK‚K‚}y}y£X £X »/»/EýþEýþÐô—÷Ðô—÷î°ðî°ðóèÝìóèÝì-ê4î-ê4îƒë‘ïƒë‘ï~ôæõ~ôæõ÷û°ü÷û°üE—E—æ W æ W õ–õ–¥é¥éY Y     a a ³³€‹€‹ØtØt$$9-9-uõuõé“é“_]_]ÿ_ÿÿ_ÿšýþšýþöû ýöû ýûAüûAü-ûü-ûüRû9üRû9ü¦üKý¦üKýþuþþuþóÿóÿpqpq#É#É››HÑHÑt!t!fäfä ª ª<ø<ø‹ÿªÿ‹ÿªÿüÃüüÃü³øÃù³øÃù’ó-ö’ó-ö˜ïNò˜ïNòõë_ïõë_ïPé?íPé?í’èœì’èœì+ëâî+ëâîpð³òpð³ò÷ù÷ùäþSþäþSþ–C–Cð  ð  y Ä y Ä á B á B NNu†u†îýVþîýVþ¨ø%ú¨ø%ú|ô:ö|ô:öòÐôòÐô5óÂõ5óÂõŸøŽùŸøŽù"ý½ü"ý½üÖÖ ò ò, ˆ, ˆ]  ]  [ á [ á l  l  Ô ÛÔ ÛÊøÊøzSzSáÎáÎ_1_1É ÝÉ Ý\ Õ \ Õ   þ±þ±--æp æp 4 Â4 ÂnÕnÕgÿ ÿgÿ ÿ\úZû\úZûYöó÷Yöó÷Éô¯öÉô¯öÃõ§÷Ãõ§÷3ùÅú3ùÅú×übý×übý,º,º¬n¬né’é’¶ˆ¶ˆ»æ»æœœöýþöýþ ùWú ùWú®ô€ö®ô€öÞð‡óÞð‡óîNñîNñ îEñ îEñ¾ïòò¾ïòò=ódõ=ódõÕöUøÕöUøåù×úåù×úzüõüzüõüÕý+þÕý+þ‹ýóý‹ýóýXýÍýXýÍýü«üü«ürú}ûrú}ûäøSúäøSúIøµùIøµùù)úù)úKúaûKúaû]üý]üý¸þûþ¸þûþ3Þ3ÞpÝpÝ3p3pÈÅÈÅ{^{^òøòø@•@•žžSªSªè0è055r{r{YOYO³’³’¥â¥â  y~y~ÀÿäÿÀÿäÿþÿþÿÔíÔíÁýÁý> Š> а € "v ö âwý‘­™P™Pù ù @ 2@ 2Á—Jjþþýïû#üuùIú~÷Òøˆõ\÷ˆõ\÷õ.÷õ.÷Y÷ùY÷ù³øúú,ûƒüýøþ÷þùÎú§ã"ã"• Ý• ÝK  K  ø ñ òêÙI¡¨jö&EãEã;;XiXi00öJöJ[L[Lkk4s4s&Œ&ŒiÿÿiÿÿaüüaüüZøúZøú2õ÷2õ÷ró˜õró˜õŒô‘öŒô‘öžõ÷žõ÷¦öeø¦öeø/ø<ù/ø<ùùúùúÃúºûÃúºûÕùûÕùûŠøtùŠøtùçõÔ÷çõÔ÷êóÎõêóÎõòQôòQôˆñôóˆñôóÍòõÍòõ¢ó»õxôoö4öÝ÷ð÷Mùhù„úáú¼ûYýÇýYýÇýeÿxÿeÿxÿkþ±þkþ±þûìûAù/ú‚÷rø»ôƒöõñ•ôÏï×òªíñªíñvêƒîvêƒîíêUîíêUîCíñðCíñð_òßô_òßô|ø¦ù|ø¦ù‘ýCþ‘ýCþ#š#šºº - -µ÷µ÷oo·ÿÙÿ·ÿÙÿúü¿ýúü¿ý…üý…üý¿ý*þ¿ý*þŸˆŸˆ&§&§ í í~¸ ~¸ ܞܞ^=^=V›V›j& j& ü Zü Zj"j"ÉÉ=3=3®w®w9í9í; Ê; ÊæÎæÎÙFÙFOfOf–p–pêKêKºÝºÝ°4 °4 ÛñÛñ–þöþ–þöþ³øú³øúDöv÷Döv÷rø'ùrø'ùý.ýý.ýô¢ô¢EEó ¼ ó ¼ ±‡ ±‡ šŽ šŽ ? ? ÇpÇp=©=©ÏüGýÏüGýrøÂùrøÂùõþöõþöRô>öRô>öƒô1öƒô1ö\õ÷\õ÷6öØ÷6öØ÷÷¢ø÷¢øéö~øÄö[øcöý÷ö¡÷Çõe÷Œõ+÷UõîöUõîöRõ÷Rõ÷ˆöøˆöøù7úvúIûíû]ü$ý•ý]þÎþ†ÿÎÿ°Î°Îjjßß?ÿ\ÿ?ÿ\ÿ¤û¸ü¤û¸ü*ø‡ù*ø‡ùBóõBóõÏî¤ñÏî¤ñ¤ìð¤ìðXînñXînñò7ôò7ôTöý÷Töý÷Lý%þLý%þ,,i i ¥ å ¥ å ® ® Z ¨ Z ¨ xxJnJnoûÙûoûÙû¿ö0ø¿ö0ø7ôõõ7ôõõcõ÷cõ÷SøðùSøðù¥ûWü¥ûWüiþYþiþYþ^ÿ^ÿûþ ÿûþ ÿ¢ýJþ¢ýJþ“üý“üýÄû#üÄû#ü¬üfý¬üfýAÿ¤ÿAÿ¤ÿ  Ò/Ò/“ F “ F ­H ­H _ü _ü Î Ú > ¹ üûº?>ÿ0ÿÃû"ücô9÷cô9÷“îåñ“îåñŽëïŽëïØïÖñ¼òyô¡õ÷Ñú;ûZÿ9Fp2p2£t £t ´S´SI…I…¦;¦;ô ‘ ô ‘ ùùÐâÐâ÷ûü÷ûüûö>øûö>ø ÷©ø ÷©øjøùjøùÙü~ýÙü~ýtt,ý,ý¦ (¦ (" j " j   ý¢ ý¢ ô  ô   ø  ø Ö &Ö &ÜŠÜŠI[I[»+»+œ[œ[’þšþ’þšþ©ü2ý©ü2ý)ûü)ûüàú¤ûàú¤û|û3ü|û3üôüBýôüBý»þãþ»þãþ%ß%ߨ ¨ %F%Fäyäyûûá>á>|åÿ|åÿÜùúÜùú’ôKö’ôKösðüòsðüòXíðXíðë·îë·îÛë©îÛë©îîæðîæðò'ôò'ôïõ…÷ïõ…÷3ûÔû3ûÔû @ @¤8¤8²`²`Ú Ó Ú Ó ` K ` K m ¥ m ¥ ÈßÈßæ¶æ¶úçúúçúëò£ôëò£ôWí¹ïWí¹ï1æ¦ê1æ¦êÉàÛæÉàÛæ½â`ç½â`ç§æë§æëDï³òDï³òøùøù¯¯ãã ãã ñnñnÓ¡Ó¡Y÷Y÷$Ä$Äé é uDuD$÷“ù$÷“ù:ñ<ô:ñ<ô¦ìð¦ìð­ëŸï­ëŸï~îñ~îñócõócõnú¿únú¿ú‰¶‰¶|‹|‹k Ãk Ãw # w # ±  ±   _  _ Ï : Ï : Í Í……ßß]Ü]ÜËËöâöâ  çýFþçýFþîû…üîû…üŸúlûŸúlûâúÐûâúÐû–û2ü–û2ü÷ü˜ý÷ü˜ýËþÄþËþÄþäŽäŽ”ÿ”ÿbb‘–‘–P|P|TTµÜµÜ-n-nÃÃ} ½} ½} i} iýý”†”†§ÿŸÿ§ÿŸÿãøBúãøBúàðóàðóšê6îšê6îÖå0êÖå0êãä éãä éÑé.ìÑé.ì+î–ñ+î–ñwøÄúwøÄúãNãN Ø Ø œœPÔPÔæ*æ*žÓžÓ£» £» ôôÇŠÿÇŠÿÕùUúÕùUú(õ÷(õ÷nõh÷nõh÷Oø ùOø ùýèýýèýÛÖÛÖ] Ì] Ì è  è a A a A G X G X › å› å……nÀnÀÙÆÙÆ4.4.Þ‡Þ‡”Ñ”ÑR&R&k îk ît Ë t Ë …/…/N•N•šü­üšü­ü õùö õùöîÄðîÄð½èõë½èõë…å é…å éæ êæ ê¢èSì¢èSì î/ð î/ðeõ½öeõ½ö‰û5ü‰û5ü˜µ˜µ — —¾u¾uAhAh¾ûÇü¾ûÇüêõA÷êõA÷VðçòVðçò&ëÞî&ëÞîBç:ëBç:ë¦æGê¦æGê~è]ì~è]ìDíùïDíùï]ò™ô]ò™ôŒ÷.ùŒ÷.ùäûýäûý{ÿ*{ÿ*g¹g¹4„4„££ / /¿c¿cõÿõÿ}ÿ‰ÿ}ÿ‰ÿ“þ¡þ“þ¡þŒÿ¢ÿŒÿ¢ÿì ì ’:’: å å d dë ë H H ªmªmþ„þ„Á\Á\à” à” é» é» »‡ »‡ ®b ®b 4Þ 4Þ "h"hðKðKýÒ ýÒ + l + l {  {  ´ à´ àï n ï n à O à O Ò ` Ò ` /ü /ü  cca a § Ö § Ö ¯Ê¯ÊÀIÀI—û™ü—û™ü§ödø§ödø|ôåõ|ôåõëóvõëóvõô!öô!övö—÷vö—÷ãø˜ùãø˜ùKûðûKûðû0þsþ0þsþ  óÿóÿ7þ¹þ7þ¹þ[ûÆû[ûÆû8øqù8øqù›ôŽö›ôŽöÙñ[ôÙñ[ôñ0óñ0óÊñœóÊñœóAó×ôAó×ôðôRöðôRö¾öò÷¾öò÷ødùødù·øÏù·øÏù‘ø¼ù‘ø¼ùVø‹ùVø‹ùøIùøIùø÷.ùø÷.ù{ø…ù{ø…ùùuúùuú‰úNû‰úNûiûüiûü±ûYü±ûYüûÐûûÐûËùãúËùãú‘ø¸ù‘ø¸ùøö6øøö6ø-õ·ö-õ·öãó¤õãó¤õ2óõ2óõßóÁõßóÁõ¾öø¾öø¤úû¤úûpopoªªªªü § ü § êGêG!!ã1ã1>S >S ÊnÊnT@T@²ö±÷²ö±÷3îÞð3îÞð“çÕê“çÕêÚå,êÚå,êÍçHëÍçHëGíðGíðó+õó+õ¾ûXü¾ûXüÚ;Ú;˜ ~˜ ~ìr ìr dndnññZj Zj ­ ­ S¾S¾¨þçþ¨þçþúüúúüúoöa÷oöa÷ôîõôîõÁôöÁôö÷’ø÷’øKûüKûüºYºY¶ï¶ï0 •0 •ª i ª i ܇ ܇ Hì Hì ´± ´± üþ üþ *8 *8 À à À à ž Õ ž Õ  l  l û h û h á k á k H ïH ï^r^r²ÿ²ÿ––Œ Œ QMQM| 4 | 4 ýå ýå SSUU=}=}jûjû] ] ^  ^  ¡†¡†äÿ(äÿ( ü›ü ü›üløÆùløÆù÷}ø÷}øi÷Íøi÷Íøêøãùêøãù úÜú úÜú÷ú§û÷ú§ûXû÷ûXû÷ûGûâûGûâûû¥ûû¥ûpú6ûpú6û úÀú úÀúqùMúqùMúùõùùõù‘ø•ù‘ø•ù¡÷àø¡÷àøFõéöFõéöïòäôïòäô§ïéñ§ïéñÒë\îÒë\îÁçòêÁçòêÔä€èÔä€èŽã…çŽã…çåÐèåÐè9è]ë9è]ëíÎïíÎïóäôóäôºø¿ùºø¿ùeýÉýeýÉýd¨d¨QfQf@@=ýâý=ýâý1úšú1úšú;÷ø;÷ørô örô ö\ò—ô\ò—ôˆò<ôˆò<ôßó“õßó“õ`÷«ø`÷«øÇûeüÇûeüøÿøÿPPQúQúÑ Ñ ß š ß š Ž á Ž á í ó í ó ¿  ¿  ­ 3 ­ 3 ç Q ç Q P µ P µ £ þ £ þ ³ ³ ì ì Ø - Ø - „  „  »“»“û û O“O“þmþm - -ll““V V ß ß d±d±!h!hVV88Oþ{þOþ{þJüÍüJüÍüÙú|ûÙú|ûfú$ûfú$û†ú!û†ú!ûmûümûü:üÞü:üÞü ý“ý ý“ýÂþÔþÂþÔþododµtµtQÞQÞŽ0Ž0ßßÀþÐþÀþÐþ‘ûü‘ûü ùÇù ùÇùÂöÂ÷ÂöÂ÷»ô>ö»ô>öæô_öæô_öÙöÉ÷ÙöÉ÷‡úû‡úûYÿHÿYÿHÿÕèÕè6 '6 's y s y Oý Oý ¸× ¸× þß þß – ¢ – ¢ ÅÕÅÕÄÛÄÛ|þ&þ|þ&þ×ûúû×ûúû#ûþû#ûþûâû”üâû”üSÿdÿSÿdÿ!¯!¯_…_…ŠŠr‘r‘llóhóh±ƒ±ƒÐîÐîEÿ¡ÿEÿ¡ÿþ“þþ“þ9þaþ9þaþiþ‡þiþ‡þ–þ«þ–þ«þ2þYþ2þYþmüäümüäü ûYû ûYû¬øpù¬øpùöV÷öV÷ôÃõôÃõó¤ôó¤ôàò™ôàò™ôôó\õôó\õšõ÷šõ÷&øáø&øáø÷úÆû÷úÆû›ý0þ›ý0þÉÿÍÿÉÿÍÿùvùv»?»?Ô[Ô[ÙdÙdÍ]Í]ËËÊÿÎÿÊÿÎÿFýÓýFýÓýEûÁûEûÁûzù#úzù#úøêøøêøä÷äøä÷äøcùYúcùYúLüëüLüëü ™ ™EEõõE º E º ò  ò  @ @ ¸ € ¸ € ìÿìÿR R  þ[þ þ[þ¾úaû¾úaûøùøù"ø'ù"ø'ù½ù£ú½ù£úÈû€üÈû€ü©þÿ©þÿ88ëìëìÂÆÂÆ—I—I++jý¥ýjý¥ý½ú¹û½ú¹û¥øÚù¥øÚù1øoù1øoù¤ù³ú¤ù³úˆüÅüˆüÅüjÿÊÿjÿÊÿŸ>Ÿ>/3/3}}MM··|þŒþ|þŒþæúûæúûø5ùø5ù«öÆ÷«öÆ÷p÷jøp÷jøPùúPùúðü…ýðü…ý‡ä‡ä“¥“¥– ‹– ‹² ) ² ) ý ÿ ý ÿ ù ( ù ( × ‚ × ‚ ô÷ô÷(Ú(Úüümþ£þmþ£þ[üÀü[üÀüdü¢üdü¢ü±þêþ±þêþè†è†HH¥ ¥ g · g · V Ó V Ó l 0 l 0 èèqqÙzÙzΡΡQþNþQþNþýRýýRý=ýXý=ýXývý£ývý£ý®ýéý®ýéýäý*þäý*þþfþþfþIþxþIþxþØýþØýþÈüýÈüý‡ûü‡ûübú ûbú û^ù ú^ù ú~øQù~øQùæ÷ñøæ÷ñøcøUùcøUù1ùòù1ùòùóùµúóùµúmúûmúû|úû|úûoú&ûoú&ûPúûPúû—úAû—úAû¬ûü¬ûüdý¾ýdý¾ýúÿúÿ-É-Éa«a«, ", "L  L  ¬ W ¬ W O j O j å åýýPžPž°k°k‡ÿ›ÿ‡ÿ›ÿ€ÿWÿ€ÿWÿôÿôÿ˜˜±#±#DXDX Õ Õ ’ Q ’ Q Ò$Ò$•´ •´ i ú i ú g Ög Öß%ß%årårj2j2  7ÿXÿ7ÿXÿŽþÏþŽþÏþ þdþ þdþÎü;ýÎü;ýÚú”ûÚú”û(øøø(øøø`õõö`õõö÷òªô÷òªô5ñúò5ñúò‚ðqò‚ðqòñÇòñÇòòÁóòÁóAó½ôAó½ôôƒõôƒõ·óõ·óõçòvôçòvôÄðEòÄðEò2îð2îðñê†íñê†í2è;ë2è;ë¸æ±é¸æ±é¢çRê¢çRêeêÿìeêÿìóíðóíðNóªôNóªôÚ÷ŸøÚ÷Ÿø¬ûóû¬ûóû×þ·þ×þ·þï‘ï‘d4d4…þ¹þ…þ¹þbüýbüý´ú2û´ú2ûqúûqúû™üëü™üëü!ÿ®ÿ!ÿ®ÿ΋΋S–S–C C xxââÝËÝË”î”îšÄšÄh¿h¿ñÂñÂ&å&å¸=¸=%¥%¥\ È\ È× A× A· .· .%˜%˜w%w%¿¿]$]${¡{¡ Œ  Œ = ô = ô ñ Óñ Ó Ê  Ê ¼ k ¼ k ˆ  ˆ  hª hª Í Í í x í x *C*CF.F.íù²úíù²ú.ðò.ðò‚èPë‚èPë¤â'å¤â'åUÞqáUÞqá?Üyà?ÜyàLÞ•áLÞ•á}à7ä}à7äxäéçxäéç"èIë"èIë{ëYî{ëYîçíçïçíçïfíBïfíBï¤êÖì¤êÖìñç…êñç…êä=çä=çšàíãšàíã2Ý6á2Ý6áøÚßøÚß1Ú7Þ1Ú7Þ–Ü_à–Ü_àßžâßžâãœåãœålç\êlç\ê‚ìŽî‚ìŽîñð¿òñð¿ò?õ[ö?õ[öéøÙùéøÙùÿûiüÿûiüäý8þäý8þvÿlÿvÿlÿ¾h¾hççEêEêNxNx ¼ ¼Æ 9 Æ 9  µ µ~N~N„%„%ÒWÒW†þ†þæéæé ô ôqq{|{|––ÏŽÏŽV1V1JHJH;-;-ñúñú7À7À]+]+îý îý … ï … ï ¹ ¹yÉyÉvævæ#ˆ#ˆûû¥þäþ¥þäþîû~üîû~üÉù™úÉù™ú•ùDú•ùDú„ùuú„ùuú¢û ü¢û ükýÉýkýÉýèþ=ÿèþ=ÿŒþÔþŒþÔþqûôûqûôû÷ ø÷ øxïXñxïXñ-èöê-èöêiáåiáådܯàdܯà×ÙtÞ×ÙtÞ¸Üêà¸Üêàÿà˜äÿà˜äðéKìðéKìŒñÛòŒñÛò¢ú°ú¢ú°ú""å€å€)®)®×È×Èÿfÿÿfÿ ûû ûûþöª÷þöª÷SõëöSõëöÎö˜÷Îö˜÷ÀùRúÀùRú­ýÙý­ýÙý0Ù0Ù‹‹Ê A Ê A   7 7ê ê ÐÐËo Ëo     › y › y ã üã üÓêÓ겫²«tYtY^^îDîDêIêISåSå]]_F_F»ÿÓÿ»ÿÓÿ8ÿiÿ8ÿiÿ¢ÿ‘ÿ¢ÿ‘ÿuXuXøø¢v¢vþìþìlÿŽÿlÿŽÿëüýëüýÔù¯úÔù¯úÂö¨÷Âö¨÷‡óûô‡óûôñúòñúòÑïñÑïñÜï–ñÜï–ñ!ñ´ò!ñ´òúòUôúòUô®ôÖõ®ôÖõ-÷ ø-÷ øžù4úžù4ú³ûDü³ûDüåýÿýåýÿýRÿnÿRÿnÿ¡ÿ°ÿ¡ÿ°ÿÿJÿÿJÿgý›ýgý›ýRû×ûRû×ûSøìøSøìøö©öö©öêó÷ôêó÷ôºò!ôºò!ôôKõôKõZ÷ƒøZ÷ƒø±ü!ý±ü!ý’œ’œ¤¤;¦ ;¦ XXBÑBÑ+C+Cãóãóx ` x ` ""’’×ýîý×ýîýü“üü“üýfýýfý_ÿÈÿ_ÿÈÿý¸ý¸­u­u ` ` • • r¿ r¿ Îò Îò     ¸ ù ¸ ù ™™ppP“P“ÝOÝO¥¥`¯`¯"œ"œß–ß–Kÿ‘ÿKÿ‘ÿ“üý“üýkú÷úkú÷ú€ø%ù€ø%ù÷Å÷÷Å÷löZ÷löZ÷îöÕ÷îöÕ÷PøõøPøõøÍù…úÍù…úûûZüûûZüÐýåýÐýåýÿÿÿÿòÿòÿÑÊÑʬ”¬” å åϛϛùÔùÔ3ÿEÿ3ÿEÿ±üý±üýù¼ùù¼ùÇõöÇõöÇòôÇòôôðOòôðOòpð×ñpð×ñòÄóòÄóØö›÷Øö›÷“ü¸ü“ü¸üHzHzUÎUÎ"  "  p å p å ! ! ñXñXz³z³·þ^ÿ·þ^ÿ ú û ú ûZö›÷Zö›÷{ô~õ{ô~õÉõföÉõföã÷øã÷øüýüýJ)J)öyöy­­ÿNÿNL¶L¶#Ï#ÏI—I—Š6Š6ÂþËþÂþËþ„üØü„üØüÖü*ýÖü*ýÏýþÏýþjdjdÁÁ'¡'¡jûjû‹j‹jvþ¨þvþ¨þUûÚûUûÚûGøùGøùêõ÷êõ÷ö©öö©ö=öE÷=öE÷øåøøåøûƒûûƒûÞýþÞýþ•{•{v(v(ª;ª;Õ›Õ›¯A¯Aèè†U†UÁÿÂÿÁÿÂÿ"þQþ"þQþ®üý®üýûüûüšûðûšûðû£üý£üýŸþÁþŸþÁþA$A$“Œ“Œ#ë#ë[ü[üGÉGÉ““wówóLÁLÁ¡¡RØRØoñoñ” ” › › ŠöŠö±&±&¹8¹8¨1¨1 ˜ ˜QßQß>ï>ï¶œ¶œp[p[eÿwÿeÿwÿÿ;ÿÿ;ÿÚþ ÿÚþ ÿ`þˆþ`þˆþ—ýçý—ýçýýüRýýüRýßü(ýßü(ý7ýuý7ýuýýý9þýý9þqÿsÿqÿsÿåÌå̉V‰V¬;¬;U´U´”Ï”ÏeeŒŒvïvïHÃHà ÿüþ ÿüþÑüýÑüýû–ûû–û\úÏú\úÏú¾úDû¾úDûlüülüü©þÖþ©þÖþ™ž™žEþEþ+¨+¨e ³ e ³ l c l c *  *  TOTOˆ<ˆ<,,4%4%k[k[&_&_C`C`Y_Y_šÿ¥ÿšÿ¥ÿIþmþIþmþ0ü…ü0ü…üˆù"úˆù"ú’ö}÷’ö}÷ ôþô ôþô+ò"ó+ò"óÝðòÝðò ðOñ ðOñHï¬ðHï¬ðÇîBðÇîBð£î*ð£î*ðËî;ðËî;ð”îð”îðEîÈïEîÈïÁíkïÁíkï#í¹î#í¹î^ì5î^ì5î ìÞí ìÞí±ì7î±ì7îÞíbïÞíbïãïOñãïOñ„ò¿ó„ò¿óLõMöLõMöë÷‡øë÷‡ø¨ùMú¨ùMú@ú¼ú@ú¼ú6úÂú6úÂúEúÛúEúÛúhúûhúû?û‚û?û‚ûWýýWýýtKtKoÜoÜe ~e ~3 ú 3 ú eieiÁÁÏ)Ï)ŸÄŸÄ±²±²$$jøjøÏ˜Ï˜ÅYÅY´´ÆÆ"ð"ðS#ûS#ûÓ#T Ó#T # # _ —_ —ÊuÊu[C[C“µ“µÏ ¾ Ï ¾ ¸ R ¸ R ©ß©ß¶¶º×º×nÒnÒh çh ç’ è’ ègygyÊÒÊÒ«ÿŽÿŒüKü6øŒøàóÎôrðYñíäíœäÂæœäÂæ5Þà5ÞàˆÙ¸ÜˆÙ¸Ü•ØtÛØÙ­ÜÛçÝmÜ)ß¿ÝlàÍßâÝáËãÝáËã­å¸ç­å¸ç/éIë/éIëÀèëêÀèëêÂèòêÂèòêææ'éææ'éÇåçÇåçzãÍåzãÍå?ácä?ácäêßúâêßúâûßHâûßHâGâfäGâfä¥å6ç¥å6ç¸éªë¸éªë4î™ï4î™ïÝòôÝòô„÷0ø„÷0ø¹ûü¹ûü½ÿ½ÿ>->-?´?´† ¢† ¢¡ ¾ ¡ ¾ HÛHÛjji®i®,3,3·«·«uSuSÕªÕªyºyº0202•Ö•Ö,å,åô–ô–0!0!€)€)͢͢äÌäÌ[çÓtµiÂ@n²õ²õFF  ¬ önÓ0°òê´$7ÿ°ÿºý=þºý=þ+ýVý+ýVý6ü¤ü6ü¤üúœúúœúx÷#øx÷#ø½ôØõ½ôØõò óò óþïúðþïúðnï¯ðnï¯ð¯ð·ñ¯ð·ñññdóññdóÈõ—öÈõ—öùVùùVùÔû«ûÔû«û\ûáû\ûáû8úû8úûeö3÷eö3÷¥ñó¥ñóhìèíhìèítèþétèþé›å'ç›å'çæèæè…éë…éëðŒñðŒñŒ÷÷Œ÷÷ÉýÒüÉýÒüã†ã†üüHH{Ô{Ô"‘"‘YÜYÜTþ¥þTþ¥þæû?üæû?ü)ûuû)ûuûºüYýºüYý þìþ þìþbëbë''0 0 áLáLí ÿ í ÿ ý Ñ ý Ñ H P H P S ‰ S ‰ Û ÷ Û ÷ J T J T i ¦ i ¦ ã"ã" ˆ ˆ=é=éÀÀËóËóúþDÿúþDÿÌýèýÌýèýýPýýPýaý“ýaý“ýjþ~þjþ~þ¯t¯tüÖüÖ¤¤uuD µD µG–G–ŠŠççÇüƒýÇüƒý.ø£ø.ø£ø ôÊô ôÊôàðÖñàðÖñ0ð4ñ0ð4ñÞðMòÞðMòoó<ôoó<ôO÷Ø÷O÷Ø÷‹ûü‹ûü.+.+½Á½Áö c ö c È ó È ó «¤«¤ppÖ±Ö±l . l . X&X&iiþ'þþ'þBù/úBù/úÛõ ÷Ûõ ÷%õ³õ%õ³õD÷øD÷øfûOûfûOûŒŒ$Œ$ŒŒYŒYùcùcÙùÙù3-3-±&±& š šÛ9 Û9 ÈÿAÈÿAiøöøiøöøŠò%óŠò%óÌîîïÌîîïöîëïöîëïÿñDòÿñDòxõGöxõGöHûbûHûbûšÿšÿ±­±­ðIðI³ÿ&ÿ³ÿ&ÿ‚ü]ý‚ü]ýQùdúQùdú=ö]÷=ö]÷]óiô]óiôÁð1òÁð1òßîšðßîšð»îÿï»îÿïâî(ðâî(ðîtïîtïœìÛíœìÛíÃêìÃêì¼è˜ê¼è˜ê2çé2çéçÍèçÍèÜçféÜçfé.ê†ë.ê†ëCímîCímîùñøòùñøòöÝööÝöûCûûCûKÿèþKÿèþGâGâFEFEÔËÔËíŽíŽ™ ° ™ ° š ‚ š ‚ ¾ Î ¾ Î ® ³ ® ³ C € C € ë  ë  «D«Dÿ«ÿ«ÖjÖj°g°g j j &n&n¸¸—°—°A%â"A%â"F)&F)&Z*ã'Z*ã'€(ú%€(ú%‚$R"‚$R" É É ; ;)¹)¹7 , 7 , ªZªZô­ô­||ÐÖÐÖ—V—Væ l æ l „ ”„ ”†I†Iõõsœsœ&ûnû&ûnûêöJ÷êöJ÷9òjó9òjó îvð îvðíMîíMîî ïî ï7ïð7ïð`ðñ`ðññòñò/ðñ/ðñ¯îÚï¯îÚïêÁëêÁëŒç½èŒç½èˆã¦åˆã¦å¶à¦â¶à¦âèÞ«àèÞ«àBÝŒßBÝŒßVÞpàVÞpàøáfãøáfãæÏçæÏç’ë*í’ë*í^ðÏñ^ðÏñ‚ôÍõ‚ôÍõ ø4ù ø4ùçùJúçùJú€ûBû€ûBûû–ûû–û³ú÷ú³ú÷úùùúùùúûø ùûø ùHønøHønø:øåø:øåøµù4úµù4úØûüØûüþPþþPþÓêÓêd=d=;ã;ãd ¬d ¬Ï  Ï  – ½ – ½ Ññ Ññ •³•³õòõò±«±«‚¢‚¢]€]€UbUbC[C[O]O]88´á ´á %B %B V ‹ V ‹ ˆ Ä ˆ Ä Î # Î # ' s ' s ²  ²  ­ ) ­ )  X  X ø T ø T  s  s ‰‰ö~ö~’’__[[ñ©ñ©VúVúQ×Q×£  £  › â › â W ’ W ’ " n " n ùƒùƒjjþ<þþ<þ=ø²ø=ø²øåò©óåò©óÁîÃïÁîÃïÜííîÜííî¼îÁï¼îÁïNð<ñNð<ñhó(ôhó(ôö·öö·ö{øðø{øðøƒúÚúƒúÚúŒú–úŒú–ú•ùÒù•ùÒùt÷)øt÷)øÿôëõÿôëõgòäògòäò)ð¢ð)ð¢ðäîÃïäîÃï¬î¡ï¬î¡ï»ï¤ð»ï¤ðØð³ñØð³ñüñÈòüñÈò!óÝó!óÝówôõwôõrôüôrôüô,ôô,ôôZóóóZóóóáò¤óáò¤ó³ò•ó³ò•óÂòºóÂòºó½ó—ô½ó—ô'õ·õ'õ·õ ÷r÷ ÷r÷<ù’ù<ù’ùºûéûºûéûÑýþÑýþ  ®’®’¾‘¾‘UU©d©d‹T‹T²1²1@ © @ © òKòKssP½P½ÒËÒËJáJáÖmÖmãñãñ##7k7kÅ Å ëPëP"_"_ÞýÞýççv´v´  »³»³ã ã ® $ ® $ ÷¼÷¼žWžW==gQgQ½†½†¿š¿šûÜûÜ# # ÍÍl|l|þìýþìý#ùªù#ùªùGõ™õGõ™õmñÓñmñÓñ»íúî»íúîëíìëíìÄéëÄéëÏêöëÏêöë…í@î…í@îwð‰ñwð‰ñëónôëónôéöl÷éöl÷Óø(ùÓø(ù%øø%øøõõnöõõnö.ñò.ñò•ìËí•ìËí&éšê&éšê·æWè·æWè}æŽç}æŽç#é]ê#é]ê‘îïî‘îïîàõiöàõiöøû¢üøû¢üûÍûÍ , , Ø Ø3á3áÌ–Ì–*ç*çÅyÅyEEEE™¨™¨O-O-DDrr%P%PmÞmÞYYF ÔF Ôá X á X » 4 » 4  ” ”PïPï¢ñ¢ñr ( r ( D D — í — í ø 7 ø 7 â c â c s ¹ s ¹ G ˆ G ˆ ” ”   ÕÕ‰ÿ–ÿ‰ÿ–ÿÝüÃüÝüÃü™ü‘ü™ü‘üþkþþkþTTÜÜÒÒk  k  Ì Ì M M {ê{ê9 9 ²Õ²Õ¹üÃü¹üÃüú'úú'ú°ùÞù°ùÞù™ûÏû™ûÏû7ýsý7ýsý’þÒþ’þÒþ±ÿóÿ±ÿóÿ(l(lSÿ4ÿSÿ4ÿ”ý¿ý”ý¿ýÖüýÖüýµýýýµýýýÏÿ¶ÿÏÿ¶ÿ$½$½@›@›y  y  í ¼ í ¼ W ¢ W ¢ / š / š ÿ±ÿ±cý×ýcý×ý>÷;ø>÷;øbòËóbòËó¥î`ð¥î`ðsïcðsïcðÈórôÈórôƒøì÷ƒøì÷cý ýcý ýÜ7Ü7”L”L€$€$“â“âîoîoÒü ýÒü ýÄ÷)øÄ÷)øÉóQôÉóQô½ð`ñ½ð`ñ/ï.ð/ï.ð¢ð0ñ¢ð0ñ òÁò òÁòô²ôô²ô÷G÷÷G÷¢ùáù¢ùáùâúûâúûûÚûûÚû û5û û5û úVú úVúùVùùVùøIøøIøU÷Û÷U÷Û÷Š÷è÷Š÷è÷Ö÷PøÖ÷Pø4øŒø4øŒøá÷Gøá÷GøF÷©÷F÷©÷µö"÷µö"÷5ö´ö5ö´öHö½öHö½ö\÷¦÷\÷¦÷¨øù¨øùÛú ûÛú ûDþ>þDþ>þ  ø…ø…t B t B " Š " Š Ž Ø Ž Ø µ µ ª ª°­°­Ý¾Ý¾†P†PþUþþUþþ;þþ;þÙÿÙÿu?u?¥N¥N¯ L ¯ L  ? ?ÕÿÕÿS•S•$$ý½ý½êÂêÂ&K&KÙXÙX¡¡] W ] W ‡R‡R{ { #ªÿ#ªÿhÿ‚ÿhÿ‚ÿz3z3NÎNÎ m  m V¡V¡¬0¬0ssÑѼ¼4Q4Qw £ w £ /g/gÓú’ûÓú’ûLóvôLóvôHîÝîHîÝî·í³í·í³í‚îæî‚îæî(ñÍñ(ñÍñõ õõ õvø©øvø©ø±úsú±úsú^úbú^úbú3ø~ø3ø~ø_õìõ_õìõñíññíñâíæîâíæîfê ëfê ëçç@èçç@èËåXæËåXæ}ä—å}ä—åÛãcåÛãcåÇãSåÇãSåFãMäFãMä‡âæã‡âæã­áÓâ­áÓâÖàâÖàâtà•átà•á¢à¬á¢à¬áiáwâiáwâlãªälãªämæ9çmæ9çÐéêÐéê£í?î£í?îñyññyñô‰ôô‰ôÍö3÷Íö3÷øù0úøù0ú£ü´ü£ü´ü·ÿ²ÿ·ÿ²ÿ8!8!77ŕŕݵݵٸٸjqjqŒŒñÓñÓ? Ô? Ôô Å ô Å s¹s¹€þ€þ$#$#Å*)Å*)ƒ/I-ƒ/I-É10É10š0I/š0I/Ý,T+Ý,T+ë'¦&ë'¦&2"Ö 2"Ö ‡™‡™yéyéKÂKÂ|}|}ýý…Š…Š1414#)#)ä䢴¢´ÆvÆv“Þ“Þ‘ ë ‘ ë ÛÛªªèýóýèýóý,üfü,üfüûûüûûüãûÇûãûÇû£úÄú£úÄú<øtø<øtøõõõõ”ï=ð”ï=ð/êë/êë äqä äqäŠÞ†ßŠÞ†ß—ÚPÛ—ÚPÛ5×vØ5×vØÆÕÃÖÆÕÃÖךØ×šØæÙˆÛæÙˆÛ<Þ7ß<Þ7ßHâ¸âHâ¸âæ›ææ›æèéèéäè¢éäè¢éˆégêˆégêéÝééÝéàçßèàçßèíæŸçíæŸç;æüæ;æüææÛææÛæRçÿçRçÿçåéÒêåéÒêjîøîjîøîóƒóóƒó¦÷5ø¦÷5ø,ý;ý,ý;ý´Z´Z[A[A=W=WÎ · Î · ¸ z ¸ z ¶ ¶ ô©ô©á}á}.±.±®.®.sËsËÑ5Ñ5zÂzÂuáu᜜?¥?¥ÆûÆûÕÕ±ô±ô¬¬ðð¾<¾<Ð\Ð\ç\ç\‚‚=Ä =Ä × a × a Ó§Ó§ùùŽŽ)")"ЄЄª­ª­…c…cgwgw  AxAxZYZY˜üöü˜üöü÷û÷÷û÷ òò òò|íeí|íeíáèaéáèaéåxæåxæåÐååÐåGæÜæGæÜæ¯è%é¯è%éêë—ìêë—ì¬ïð¬ïðúò óúò óÝõÑõÝõÑõæö÷æö÷j÷®÷j÷®÷¹ö›ö¹ö›öõáõõáõÈôrõÈôrõ6õBõ6õBõ÷C÷÷C÷ùùùùüCüüCü#ÿóþ#ÿóþ­&­&¶R¶RNN: : ¦–¦–ÌÌAA  ʣʣÀ¹À¹«‡«‡µpµpžaža<<›m›mŞŞ©s©sW.W.qAqAŠ + Š + H  H   ³  ³ ‰  ‰  u  u  | [ | [ «w«wɫɫ%ö%öþþþþ(úLú(úLú~ö¥ö~ö¥ö+ôdô+ôdô ô„ô ô„ô8õfõ8õfõN÷^÷N÷^÷oúŽúoúŽúý:ýý:ý–ÿpÿ–ÿpÿ·Ž·Ž@8@8‘þ×þ‘þ×þrülürülüÇúƒúÇúƒú1ù ù1ù ù¼÷õ÷¼÷õ÷"øKø"øKøúûùúûùªûÕûªûÕûšþÆþšþÆþ..òò\R\R¥§¥§!!ÿÿÿÿ1ý7ý1ý7ýTü=üTü=üÿüýÿüý{þ²þ{þ²þ¸ë¸ëš™š™d s d s ¢:¢:ÙÙð¦ð¦L'L'55Ñ Ñ L$L$ŽŽÞüØüÞüØü¡û#ü¡û#ü¼üÃü¼üÃüÀcÀcSS”¨”¨‘v‘v Ï Ï“r“r¼¼ü=ü=²ý7þ²ý7þ´ù7ú´ù7úŽö÷Žö÷$ô ô$ô ô†óìó†óìóçóôçóôõ,õõ,õöEööEö÷P÷÷P÷©÷­÷©÷­÷F÷÷F÷÷÷÷÷÷Šö¥öŠö¥ö<ö;ö<ö;ö#ö ö#ö öÉöõöÉöõö$ø%ø$ø%øùù úùù úŽû±ûŽû±ûèüàüèüàü5ýOý5ýOý¦üü¦üüÿûäûÿûäûøù\úøù\úâ÷ä÷â÷ä÷ÖõöÖõöTô¢ôTô¢ô.õ<õ.õ<õ>÷^÷>÷^÷6ûû6ûûÌÿœÿÌÿœÿÖ¹Ö¹¦ ™ ¦ ™ dddd  ¾ò¾òi - i - ÿ É ÿ É ààððõçõçüÑüÑŃŃù›ù›«8«8ž$ž$HeHe“ª“ª¥º¥º  ––4+4+óóɕɕ¶ l ¶ l … … · a · a  7  7 cËcËDþ…þDþ…þQù‰ùQù‰ùfõ–õfõ–õèòóèòóeôoôeôoô øÂ÷ øÂ÷/þNþ/þNþ¦¦ÚîÚî‘ H ‘ H Ô Ô X X W % W % <ž<žÿ³ÿÿ³ÿçúµûçúµûù‡øù‡øÉùgùÉùgùpú7úpú7ú±üÃü±üÃü“þáþ“þáþ++,ë,ë^¶^¶1B1BÿÿÿÿBþJþBþJþÏý­ýÏý­ýzý6ýzý6ýGütüGütüÿúôúÿúôúù8ùù8ùM÷b÷M÷b÷~õŒõ~õŒõ/ô7ô/ô7ôƒóóƒóó¶óöó¶óöó6õQõ6õQõa÷L÷a÷L÷Qú„úQú„úý7ýý7ýgÿsÿgÿsÿÌÞÌÞ2Ùÿ2ÙÿjþMþjþMþ­ú#û­ú#û÷èö÷èö•óœó•óœóúðñúðñïTïïTï¸îßî¸îßîññññôëóôëósùõùsùõù÷ýõþ÷ýõþ2 2 ‹ ‹ ø0ø0ppž<ž<ê:ê:Û ó Û ó mmS¢S¢þ²þþ²þªúûªúû°øÿø°øÿøpùNùpùNùúý€ýúý€ýë:ë: z  z æ@æ@ülül‘‘{{‡¶‡¶FçFçà ð à ð UUý‹ýý‹ý«ö@÷«ö@÷óóôóóôôôóôôó%öýõ%öýõAú¿úAú¿úÿ±þÿ±þæêæêÿ7ÿ7ø?ø?¸¸$$Iý;ýIý;ýSú„úSú„ú­÷³÷­÷³÷ˆöwöˆöwöEönöEönö­öÊö­öÊö&÷9÷&÷9÷|÷…÷|÷…÷çöÜöçöÜöêõöêõö®ô¿ô®ô¿ôÚóÎóÚóÎóÖóôóÖóôómôzômôzôÑõØõÑõØõú÷Ë÷ú÷Ë÷aúQúaúQúãüðüãüðü.ÿÿ.ÿÿåå7/7/þþ¿ ¿ EGEG` } ` } à Πà Π ° °ÌºÌºÔÌÔÌèýèý„þ\þ„þ\þ<ü?ü<ü?üfû¢ûfû¢ûÉüýÉüý**ÜÊÜÊ , , ë 2ë 2˜˜NDNDZrZrTT Ö  Ö „`„`üü´ûÆû´ûÆûu÷›÷u÷›÷sõŸõsõŸõSöáõSöáõâ÷È÷â÷È÷&ûHû&ûHûàý2þàý2þŸÿÿŸÿÿ²ÿåÿ²ÿåÿ[ÿ»ÿ[ÿ»ÿ^þŽþ^þŽþNücüNücü¯ú®ú¯ú®ú»÷¼÷»÷¼÷uõxõuõxõºõªõºõªõ°öŠö°öŠö±ùeù±ùeù;üÑû;üÑûZþÙýZþÙýÿˆÿÿˆÿeþTþeþTþ¥ü`ý¥ü`ýÚùUúÚùUúÓöB÷ÓöB÷‚ôGô‚ôGôwò òwò òîñèñîñèñ óXó óXó€ö®ö€ö®ö(ú*ú(ú*úOÿVÿOÿVÿŒŒÛéÛéx ˆ x ˆ q ƒ q ƒ Ú Ê Ú Ê 3  3  ï¥ï¥¼Ô¼ÔaBaBeeÛåÛåaa:æ:æ=h=hÒ « Ò « à ¨ à ¨ '  '  ² Í ² Í • … • … ] P ] P . # . # ™ ™ 22öíöíGYGYÒÓÒÓ……0$0$ÖÅÖÅÑÚÑÚooÕºÕº ÿEÿ ÿEÿ”ý”ý”ý”ý üïû üïûßú©úßú©úúúúúúúúúúñùúñùYùUùYùUùøô÷øô÷ÇöªöÇöªö5õúô5õúôôÇóôÇó3ô<ô3ô<ôƒõ4õƒõ4õ­÷¤÷­÷¤÷eú1úeú1úëýîýëýîýÐÿÐÿt t 44ÿÿ­ÿÿÿ­ÿnü´ünü´üˆøåøˆøåøõ õõ õåñ·ñåñ·ñ•ï:ï•ï:ïQïQïQïQï”ðDð”ðDð©ó|ó©ó|óïöôöïöôöÄú€úÄú€úöýþýöýþýÜÜt,t,»|»|×Ç×Ç™À™Àãã¶ÿ…ÿ¶ÿ…ÿ´ÿÜÿ´ÿÜÿ™™µnµn]Ÿ]ŸjTjTúéúé    DqDqqRqR0q0qFsFsªÆªÆ_L_Lºµºµýý+:+:G]G]¶Ç¶Ç99ÊÀÊÀdgdg3H3H1:1:òñòñK)K)NFNF=C=C‚u‚uDWDW&w&wwSwStþJþtþJþüÙûüÙûúíùúíùƒùtùƒùtù¥ú[ú¥ú[ú(ü>ü(ü>üÍþÈþÍþÈþ÷Ý÷Ý  h‰h‰úú¨¨ƒ¥ƒ¥tÿ€ÿtÿ€ÿÊýÃýÊýÃýý&ýý&ýPýaýPýaýüþ×þüþ×þÕ%Õ%OO‹Ï‹Ï}»}»·ë·ë¬Ô¬Ôh.h.µòµò % %þÝýþÝýXüküXükü?üNü?üNüÅýÆýÅýÆýlqlq¤R¤Rþmþm. ¡ . ¡ Š Ñ Š Ñ œ  œ  ü›ü›ccü üü ünöøönöøöòƒòòƒòÐðuðÐðuð»ð?ð»ð?ðÕó&ôÕó&ôy÷÷y÷÷ú\úú\ú¨þÞþ¨þÞþŒŒGGN9N9„ýòü„ýòüRúTúRúTúÐ÷R÷Ð÷R÷!õõ!õõóNóóNóNòòNòòÛñûñÛñûñ3ó3ó3ó3ó}ôcô}ôcô·õˆõ·õˆõßöŸößöŸö£÷L÷£÷L÷‹÷Y÷‹÷Y÷™÷†÷™÷†÷Å÷Ì÷Å÷Ì÷ øì÷ øì÷Aù%ùAù%ù úú úúÎü¢üÎü¢üëþÿëþÿé&é&ƒ”ƒ”',',…ª…ª÷5÷5×ÿÜÿ×ÿÜÿþôýþôýEüoüEüoüªûÉûªûÉûý:ýý:ý & &,‘,‘Ì ì Ì ì 6«6«CÉCÉDÖDÖ¸e¸eE›E›‘!‘!L L n e n e ï®ï®Ê+Ê+ÿËÿË‘ ¹ ‘ ¹ ± # ± # p  p  Õ 9 Õ 9 µ â µ â ÐÙÐÙ&l&l±¹±¹±Ú±Ú’ û ’ û Š ¿ Š ¿ ÁËÁËR9R9¯á¯áO Ý O Ý ó2ó2Rÿ®ÿRÿ®ÿ£øÄø£øÄøRóBóRóBó2ïûî2ïûîsî‡ísî‡íœïÆïœïÆï%ôòó%ôòóùeùùeù1ýìý1ýìý“¢“¢‹˜‹˜ªéªéþ\ýþ\ýöø’øöø’øôô6ôôô6ôHðUðHðUð»ì~ì»ì~ìÈêêÈêêÏësëÏësëõì‰ìõì‰ìjï ïjï ï«ñZñ«ñZñ¹ósó¹ósóöÓõöÓõ øé÷ øé÷vùZùvùZùfúIúfúIú?û"û?û"ûÃûŸûÃûŸûwüTüwüTü{ýcý{ýcýXþIþXþIþÿ ÿÿ ÿCÿ5ÿCÿ5ÿñþòþñþòþþþþþAþ+þAþ+þíýÔýíýÔýþþþþÿKÿÿKÿòò¼¼¼¼¼ß¼ßo o F ¿ F ¿ _v_vll’ ’ & = & =  ô ô#R#RÉÿQÉÿQý/ýý/ýDûKûDûKû5ûîú5ûîúþýªýþýªýIìÿIìÿÖ…Ö…©c©c‡ S ‡ S Q 3 Q 3 <›<›ààd ¿ d ¿ © ô © ô ºîºî " "¶û«û¶û«û¢ö{ö¢ö{ö§òjò§òjòöî¤îöî¤îîíîíïÏîïÏî˜óúó˜óúó“øhù“øhùÔ¸Ô¸…¦…¦Ö  Ö  ÷[÷[Ò ¼Ò ¼Ü a Ü a ;;Ôý³þÔý³þøøøøróßòróßòêïÒîêïÒî;ñð;ñð‡òò‡òò÷öUö÷öUöýˆýýˆýôkôkJ%J%² ý ² ý t ’ t ’ É * É * ˜Ë˜Ë<º<º8r8rƒ…ƒ…êêuNuNopop\\Œ«Œ«àÿãÿàÿãÿ¶þÚþ¶þÚþÉý¬ýÉý¬ýOýýOýý-ý-ý-ý-ý¯ýý¯ýýyþZþyþZþqÿkÿqÿkÿȥȥÛÉÛÉkiki–£–£®Ç®Ç¶Ù¶ÙÇÜÇܶÁ¶Á&@&@ÿÿÿÿEüGüEüGüù¥øù¥øõaõõaõ·òƒò·òƒòGñ»ðGñ»ð´ñYñ´ñYñ#ó¯ò#ó¯ò5÷¶ö5÷¶ö“ûÿú“ûÿúÙæÙæ®®ÙÙï * ï * X “ X “ ϳϳîÔîÔ8ÿ£ÿ8ÿ£ÿMûSûMûSû0øä÷0øä÷áöœöáöœöí÷_÷í÷_÷ùœùùœùTýOýTýOýnãnã‘Ç‘Ç}Ô}Ô/p/pkwkw²’²’SS¨Ü¨Üü÷ü÷þþÙ"Ù"?I?I i  i l ý l ý Q … Q … èŽèŽe…e…ÈýÂýÈýÂýáú¼úáú¼ú™ø\ø™ø\ø øØ÷ øØ÷ù¶øù¶ø…û?û…û?û,þíý,þíýÖÖj­j­°ì°ìžÐžÐ¹¹ŒiŒiêþÿêþÿìû¤ûìû¤û ùëø ùëøÌöÑöÌöÑöõáôõáô6õÎô6õÎôSööSööøøøøÒú úÒú ú¾üÕü¾üÕü þ¬þ þ¬þsÿˆÿsÿˆÿ{ÿtÿ{ÿtÿðþïþðþïþÿýèýÿýèýõü¼üõü¼ü)üÕû)üÕû±û˜û±û˜ûüÛûüÛûõüÐüõüÐüöýÝýöýÝý¥ÿÿ¥ÿÿ11—¶—¶ÔÔ6K6KÈÈ_k_ku•u•­Ü­Ü²Â²ÂAAÍûÍû|¯|¯#2#2ë ë Ñ÷Ñ÷ŸrŸre0e0dÿ)ÿdÿ)ÿ©ÿšÿ©ÿšÿšÏšÏõJõJV´V´ ›  › Û   Û    ·  · û Ó û Ó d d 3‚3‚Ö Ö CþñýCþñýïú£úïú£úOø øOø øøñ÷øñ÷-ùŸø-ùŸø0ûüú0ûüú¹þþ¹þþ××l…l…¢ý¢ý‹é‹éÆÍÆÍ6Ë6˿ҿҳ\³\RÿtÿRÿtÿÍÿµÿÍÿµÿ1[1[uEuEvXvX<.<.ÊúÊúÆÇÆÇÓÿåÿÓÿåÿ˜ý”ý˜ý”ý‡ûCû‡ûCûëùtùëùtù´øtø´øtøGùèøGùèøÙùÆùÙùÆùÚú“úÚú“ú¿ûžû¿ûžûŠüˆüŠüˆü<ýý<ýý·ü¹ü·ü¹ü¬ûvû¬ûvûJú4úJú4ú·øvø·øvøŒ÷)÷Œ÷)÷’÷K÷’÷K÷8øß÷8øß÷Âù^ùÂù^ù+üü+üü/þBþ/þBþÙÿÙÿ³å³åDKDK|þTþ|þTþÈûrûÈûrû"øœ÷"øœ÷JõŸôJõŸô%ó^ò%ó^òóšòóšòëôÅôëôÅô)øÂ÷)øÂ÷Øû»ûØû»ûPÿrÿPÿrÿ$x$x55cUcU‚‚y¸y¸ËÿÖÿËÿÖÿnþOþnþOþXýýXýý˜ý‹ý˜ý‹ýÇÿšÿÇÿšÿŽÆŽÆM¼M¼BÜB܈ B ˆ B ¨ ã ¨ ã g ­ g ­ ''rrNENE·ÿŽÿ·ÿŽÿÀþÒþÀþÒþXÿ+ÿXÿ+ÿÞòÞò‰ÿ‰ÿ ]  ] €r€rÔŠÔŠbWbW $ $ ÞdÞdxqxqeþCþeþCþKúúKúúËø‰øËø‰øÃùùÃùùÀý‰ýÀý‰ýÚÚsTsT''8 * 8 * Ð i Ð i .³.³--»»}þ[þ}þ[þàûYûàûYûÐùNùÐùNùùïøùïø2ù¾ø2ù¾øú¦ùú¦ùáú{úáú{ú<û>û<û>ûCû ûCû ûÃú±úÃú±úoú@úoú@úiúûùiúûùzú úzú ú8ûû8ûûxümüxümüfþUþfþUþCCÅÀÅÀÀáÀá))»{»{êý¸ýêý¸ý¨û‚û¨û‚û“øø“øø/öjõ/öjõeôjóeôjóªôôªôô‰öýõ‰öýõøù~ùøù~ùoþ„þoþ„þ==¶¶8 ~ 8 ~ i  i  C}C}ÂRÂRêèêèBýNýBýNýÞù»ùÞù»ù øŠ÷ øŠ÷Dù¥øDù¥ø^ú‰ú^ú‰ú$ü(ü$ü(ü¤ýˆý¤ýˆýåþQÿåþQÿ\ÿ¥ÿ\ÿ¥ÿ¹þdþ¹þdþOýeýOýeýœü üœü üýýýý@ÿÿ@ÿÿ2a2a{›{›z°z° ' ¶ ' ¶ övöv__,ý1ý,ý1ý5ù ø5ù øUõ!ôUõ!ôóÊñóÊñõ¦ôõ¦ô;ù´ø;ù´øÛýýÛýý‘1‘1¾ [ ¾ [ …/…/\\Ž sŽ sz   z   ŽŽ¦¦Jü¥ûJü¥ûvùîøvùîø›ùù›ùùëûKûëûKûÜýÅýÜýÅý–Z–ZJgJgâAâAåyåyg Ì g Ì 3 Ë 3 Ë   ¦¦á$á$;o;oÓúÓúlqlqžþ…þžþ…þvýPývýPý²üü²üüºü}üºü}ü/ýúü/ýúüñýÚýñýÚýYÿ^ÿYÿ^ÿ¾Ý¾Ý¹ü¹üJ©J©~ò~òúwúwAAÞ Þ O)O)üoüüoüwù¢øwù¢øœö¨õœö¨õoô»óoô»óØò[òØò[ò~óƒò~óƒòÄôôÄôô÷ö¼ö÷ö¼ö:ú°ù:ú°ù]ýgý]ýgý©Ó©Ó¥—¥—[[×€×€ˆ0 ˆ0 Ã<Ã<k˜k˜…Í…Í0ýÔü0ýÔüª÷,÷ª÷,÷Nó7òNó7òiïgîiïgîì”ëì”ë‰íì‰íì¸ï_ï¸ï_ï‹õ•ô‹õ•ô“û û“û ûšošo 2  2 )‡)‡—Ô—ÔZKZKK ú K ú µWµW@z@zˆûäúˆûäúôönöôönö_óúñ_óúñzò3ñzò3ñ˜ó'ó˜ó'óž÷ ÷ž÷ ÷äû›ûäû›ûmÿ`ÿmÿ`ÿóóßÎß΋¡‹¡EEï^ï^&V&Vff<„<„}ž}ž×Ø×ØH/H/ºÿÄÿºÿÄÿwþžþwþžþvý8ývý8ýfü üfü üÜü£üÜü£üHýýHýýþïýþïýžÿ`ÿžÿ`ÿëâëâõõÿNÿNË<Ë<MM$I$IP²P²ÂÂÏÏ’’RÌRÌ]É]É~Ý~ݬÿ¬ÿ"ü´û"ü´û;÷Õö;÷Õöbóròbóròtðšïtðšï$ð`ï$ð`ïÆññÆññ@ö¥õ@ö¥õþûuûþûuûxàxàzÛzÛ9 G9 GßußuR0R0oo î  î ÒMÒM•ÿÖÿ•ÿÖÿUûeûUûeû¤øÛ÷¤øÛ÷nøønøø˜ú!ú˜ú!úÃýšýÃýšýö4ö4ŠhŠh–,–,.Ž.Ž\\ÓAÓAózóze”e”þÿÄÿþÿÄÿôôŠÓŠÓãÆãƷзÐìhìhå7å7ǀǀZý5ýZý5ý>ùóø>ùóøõ÷óõ÷óÀñðÀñð·ï†î·ï†îð¯îð¯îÆñ§ðÆñ§ðeõÕôeõÕôùgøùgøPýmýPýmýŌŌ²D²D«+«+ÂvÂvþAþþAþ÷úòú÷úòú.÷Fö.÷Fö=ô¡ò=ô¡òòmðòmðÄðÝïÄðÝïêñlñêñlñeôqóeôqó_ø¤÷_ø¤÷¸û.û¸û.ûþ!þþ!þÊÊA‚A‚h“h“übübLlLl¶ ¶ eŸeŸQÿcÿQÿcÿéþ¹þéþ¹þ¡ÿcÿ¡ÿcÿ‹¥‹¥'J'JónónH™H™zzg Þ g Þ U × U × % Õ % Õ Õ y Õ y  °  ° 2å2åææ‹Õ‹ÕF F ¸ Œ ¸ Œ a ï a ï x x *°*°ý{ý{tðtðØ4Ø4­­…#…#’E ’E J J º ƒ º ƒ æš æš rrIMIM+áÿ+áÿøüýøüýjúªùjúªùlø…÷lø…÷Ý÷âöÝ÷âöaøÒ÷aøÒ÷ ú}ù ú}ù€ûJû€ûJû”ü]ü©ýqýþUþsÿ:ÿ-éîËËËËÓÿ¥ÿÓÿ¥ÿ‚ýXý‚ýXýªû„ûòúŸú;ú»ùRù¹økø¸÷øg÷¸÷÷¸÷÷(ø€÷(ø€÷åø3øåø3ø{ùÚøú‚ù²úFúSû ûÞûžûjü2ü³üSü³üSüûü|üûü|üeü'üeü'üùûñûóûâûïûÕû)üüeü,ü´üüýÖüýÖü‘ýlý‘ýlý þðý þðýþïýþïý×ý®ýžýný<ýýÛü—üæûŒûæûŒûžú)úžú)ú{ùîø{ùîø¨ø ø`ø½÷øp÷Nø«÷„øç÷^ùÖø8úÆù8úÆùãü±üãü±ü+F+FiiÉÆÉÆÚ  Ú  Å å Å å ø Ñ ø Ñ ± û ± û w'w'&¼ÿ&¼ÿßùÎøßùÎøÝôIóÝôIó÷ðÿî÷ðÿî\ïší\ïší°ð}ï°ð}ïmó&òmó&òdø¦÷dø¦÷‹ü?ü‹ü?üV¶V¶55Ò› Ò› ¢ ¯ ¢ ¯ ,  ,  • • CCêê&þãý&þãýû}úû}ú»øÐ÷»øÐ÷¡÷÷¡÷÷|øÕ÷|øÕ÷ÐùCùÐùCùÕügüÕügüâÿ¢ÿâÿ¢ÿÛaÛa^^¦% ¦% à Û à Û g ÿ g ÿ L L ¹‘ ¹‘ èÒèÒê‡ê‡Ë'Ë'\æ\æä‘ä‘fåfåtÝtÝwÓwӗΗÎT„T„Ý=Ý=@»@»å¸å¸3 ü 3 ü í ! í ! ( y ( y u o u o %  %  ÿü ÿü L¡L¡GNGNDýýDýý?û¹ú?û¹ú™úú™úúùúrúùúrú[ûÎú[ûÎú+üÅû+üÅûãüžüãüžü„ý[ý„ý[ýtý'ýtý'ýCýýCýý&ýúü&ýúüõüÇüõüÇü™üPü™üPü[üþû[üþûüËûüËûû6ûû6û3úÍù3úÍù‹øø‹øøröŠõröŠõôêòôêòéòŸñ¶ñTðØðfïûïxî•ïî1ïÁíÌïeîÌïeîÚñÚðÚñÚð…ô£ó…ô£óšø”÷Qúwùü[ûtýìüáþþ Èÿ55â2â2ûÓûÓaÿ²ÿaÿ²ÿTýDýTýDý]û§ú]û§ú:ùœø:ùœøÞ÷÷Þ÷÷Û÷ìöÛ÷ìö×øCø×øCø û¤ú û¤úPýýPýý‘ÿ–ÿ‘ÿ–ÿ<< Y Y›ÿ›ÿÇ=Ç=ËrËr³³¼k¼k¨=¨=ÕfÕf,É,ÉVúVúZZ?æ?æÄdÄdeô„ôùeW¶! õ õßߙʙÊÑö6=wc¥‹Õ¥õÀÀ°ù°ùIIRRùÿùÿÍþ®þÍþ®þÞý›ýÞý›ý ýÅü ýÅü€ü>ü€ü>ü©üiü©üiüýÈüýÈü]ý"ý]ý"ýþâýþâýÿæþÿæþúÿõÿúÿõÿ÷÷ÀñÀñ 7 7‰³‰³ÓÈÓÈ„ÿfÿ„ÿfÿgý.ýgý.ý¹ûkû¹ûkûlúúlúúsù ùsù ù<ù•ø<ù•ø¤ú÷ù¤ú÷ù^üLü^üLü,ÿ?ÿ,ÿ?ÿ««wwJ J â Ä â Ä À × À × H H =á=á××ùFùF þ›þ þ›þ1ý%ý1ý%ýJý<ýJý<ý9þþ9þþ_ÿtÿ_ÿtÿö)ö)†Ê†ÊÀÀ: : ƒ¸ƒ¸àìàìºÖºÖ““€ÿŠÿ€ÿŠÿÿúþÿúþûþÇþûþÇþ9ÿÿ9ÿÿ“ÿ€ÿ“ÿ€ÿ8ÿ-ÿ8ÿ-ÿ!þþ!þþÉü‹üÉü‹ü‡ûû‡ûûÏùAùÏùAù‚øÚ÷‚øÚ÷Å÷ ÷Å÷ ÷ø<÷ø<÷Žø¾÷Žø¾÷®ù ù®ù ù5û«ú5û«úúü­üúü­ü™þ[þ™þ[þ!*!*ËêËêFF<‡<‡H…H…(f(f¥Ý¥Ýóó¶ÿ²ÿ¶ÿ²ÿEþþEþþîü¤üîü¤üãû„ûãû„ûû«úû«úû¡úû¡úüÂûüÂûöýuýöýuýZ(Z(  jÍjÍ@å@åììÖ¦Ö¦=Ø=Ø Ï ÏÒÖÒÖZÿÿZÿÿ[ý¿ü[ý¿üÆûóúÆûóúuû)ûuû)ûžüðûžüðû þþ þþ›ÿÏÿ›ÿÏÿâ;â;è]è]o£o£œ¹œ¹‡ ‡ óþ‘þóþ‘þ_ýêü_ýêü!üžû!üžûlû-ûlû-ûlüXülüXüÍýYýÍýYýÞÿðÿÞÿðÿŒ Œ A¶A¶›Ä›ÄôaôaTZTZ\ÿ'ÿ\ÿ'ÿ~ý`ý~ý`ýÄûŒûÄûŒû¥ú!ú¥ú!úýúmúýúmú¼û)û¼û)ûÌýIýÌýIýUZUZ œ œX3X344ââ—S—S±)±)ÐФԤÔ]o]oþ'þþ'þýéüýéü¨ý„ý¨ý„ýÔþÿÔþÿæÚæÚ‘°‘°RãRã­˜­˜°F°F'¢'¢á^á^o¯o¯œÀœÀÖÿìÿÖÿìÿeþpþeþpþáýýáýýÞýŸýÞýŸý:þÛý:þÛý‹þ@þ‹þ@þÒþ™þÒþ™þÿæþÿæþÿêþÿêþ»þ þ»þ þ(þñý(þñýoýýoýý£ü]ü£ü]üøû‘ûøû‘û]ûâú]ûâúAûÄúAûÄúoûöúoûöúèûzûèûzûmü ümü üÅünüÅünüÙü{üÙü{üâü“üâü“üäüˆüäüˆü"ýÅü"ýÅüÏýzýÏýzýÖþ·þÖþ·þZJZJ5b5b>‘>‘Ô€Ô€øø|M|MÍXÍXÉsÉs>²>²^¦^¦ÎñÎñ…ÿŠÿ…ÿŠÿuÿ]ÿuÿ]ÿ$$    Ñ6Ñ6hhÖŠÖŠc' c' „ Q „ Q ] { ] { 6 6 ïïI±I±wËwËò4ò4²ÿäÿ²ÿäÿwÿOÿwÿOÿIÿÿIÿÿñþ­þñþ­þ þ þ þ þÕü|üÕü|üpûéúpûéú„ùù„ùùø_÷ø_÷;÷"ö;÷"ö²ö½õ²ö½õ+÷2ö+÷2öê÷çöê÷çö¥øÈ÷¥øÈ÷,ùzø,ùzøùbøùbøRø¦÷Rø¦÷íööíöö õ!ô õ!ô—óqò—óqòçñgðçñgðÀðýîÀðýî:ñ¾ï:ñ¾ï¦ò*ñ¦ò*ñõóõó4ø{÷4ø{÷#ûÎú#ûÎúÙý–ýÙý–ýâÿâÿáüáüŠ}Š}cÿAÿcÿAÿ3þåý3þåýýÒüýÒü¿üJü¿üJüÙý|ýÙý|ý6ÿÿ6ÿÿH&H&½8½87!7!œ Ð œ Ð g Ò g Ò ® @® @ß ‚ß ‚ŸIŸI©©’b’b<<KKêêH H (e(eé é ž_ž_.À.Àú _ ú _ ² ø ² ø °°,ú,úÒÒbbC@C@Šw Šw q M q M 4 E 4 E §¡§¡¹9¹9â£â£üÞûüÞûÄöJõÄöJõ#òð#òð—î&ì—î&ìúë=éúë=éëŽèëŽè$ìé$ìé/îMì/îMì†ð×î†ð×îªò+ñªò+ñœôJóœôJóÌõˆôÌõˆôeõ2ôeõ2ô7ô§ò7ô§òˆò½ðˆò½ðTïXíTïXíñì¬êñì¬ê<ëÅè<ëÅè,ê†ç,ê†çÆé$çÆé$ç<ê¼ç<ê¼çüëÓéüëÓéÉî´ìÉî´ì¥ñ¸ï¥ñ¸ïÁônóÁônót÷¤öt÷¤öúeùúeù)ü¼û)ü¼ûùý³ýùý³ýÿôþÿôþÝÿÒÿÝÿÒÿ‡‡99ZZ ÷ ÷?Þ?Þèèû û  a  a { { { { ÊÊYY­­öö¹£¹£Œ¡Œ¡!$!$|£|£€»€»¢•¢•z[z[ ¸ ¸ò X ò X ªÕ ªÕ ¬K¬K=»=»ÆwÆwRÖRÖxõxõ[ª[ªììtÿjÿtÿjÿáý­ýáý­ý¢üLü¢üLübüõûbüõûöüªüöüªüèýýèýýÿÿÿÿHH¢ÿ¾ÿ¢ÿ¾ÿÕþ»þÕþ»þëúQúëúQúÑ÷•õÑ÷•õQôåñQôåñ«ï"í«ï"íAë«èAë«èaêÿæaêÿæoëãèoëãè,ï~ì,ï~ì<óò<óòøj÷øj÷ÏüŒüÏüŒü­Å­ÅP²P²2]2]X(X([Y[Yœýsýœýsýjûújûú™úäù™úäùkúúkúúËûûËûûCþ¶ýCþ¶ýTT??SŒSŒÈÈ2 u 2 u î G î G 9 l 9 l   q[q[v>v>99¾L¾L¥$¥$¯"¯"¤ ¤ ˆäˆäöhöhóQóQï.ï.±Þ±Þ«ÿÉÿ«ÿÉÿYÿ.ÿYÿ.ÿAÿNÿAÿNÿäÿÌÿäÿÌÿh3h3ž…ž…@9@9Rÿ-ÿRÿ-ÿþÔýþÔý‚üü‚üüÀúúÀúú;ùAø;ùAøøÛöøÛö+÷Üõ+÷ÜõÊö•õÊö•õ]÷Hö]÷Hö6øC÷6øC÷>ùmø>ùmøÈúúÈúúü‘ûü‘ûiý%ýiý%ýÇþþÇþþÉÿ³ÿÉÿ³ÿÞÿèÿÞÿèÿ¯ÿeÿ¯ÿeÿ¦þ”þ¦þ”þý7ýý7ýüûüûËúþùËúþù„ù¯ø„ù¯ø”ø¼÷”ø¼÷øø øøø ø,û^ú,û^úšý£ýšý£ý"~"~ã£ã£¬Ø ¬Ø œ  œ  „ p„ på ¢ å ¢ „ = „ = aa··`£`££þyþ£þyþÁýHýÁýHýAþ/þAþ/þ½ÿ}ÿ½ÿ}ÿ2‚2‚ææÚÚ ¢  ¢ x¯ x¯ 5’ 5’ UUææ. . Z€Z€œðœð˜û˜û†ô†ô=’=’1h1h((Dÿ+ÿDÿ+ÿÑýýÑýý8üÉû8üÉûúúhúúúhúgúÇùgúÇùWú‹ùWú‹ùÌúúÌúúŸûûŸûû“ü/ü“ü/üÊýýÊýýÏþšþÏþšþ§ÿ…ÿ§ÿ…ÿ@E@E»Ç»Ç - -7W7W33–±–±–ÿÿ–ÿÿ:þ.þ:þ.þTü×ûTü×û”úú”úú=ù:ø=ù:ø øèö øèöÁ÷‘öÁ÷‘öËøøËøøëúhúëúhúþÚýþÚý'‰'‰XCXCÞÞÞÞŸòŸò    ……ÉîÉîŸÿâÿŸÿâÿ§ü<ü§ü<üJúTùJúTùùNøùNøòùùòùùLûûLûûþýýþýý:¸:¸qíqí3¬3¬;Æ;ÆÐÐ „ „ l l‡®‡®8ÿ@ÿ8ÿ@ÿ*þþ*þþÛýrýÛýrý“þVþ“þVþ¼ÿ‹ÿ¼ÿ‹ÿíñíñáámðmðùùzxzx@ÿÿ@ÿÿýçüýçühû%ûhû%ûgúÊùgúÊù8úTù8úTù¤úú¤úúûøúûøúÕüTüÕüTü{þ.þ{þ.þ×ÿëÿ×ÿëÿÏöÏöWwWw¥Ù¥Ù•ß•ßW…W…ÅçÅç÷ÿðÿ÷ÿðÿÿÿÿÿYþþYþþÀý\ýÀý\ý²ýYý²ýYý{þKþ{þKþhÿÿhÿÿ*J*JüCüC¢¢MŸMŸÎÎ+„+„ìjìjÚYÚYçUçU˜˜CÀCÀXÑXÑ[â[â`à`à††–#–#„„'“'“•ý•ýá#á#÷÷5E5E¬ÿ“ÿ¬ÿ“ÿdÿHÿdÿHÿ+ÿ ÿ+ÿ ÿÿàþÿàþ±þþ±þþfþ#þfþ#þOþþOþþ“þ[þ“þ[þÿçþÿçþ·ÿµÿ·ÿµÿ©Å©ÅÜÜ««¤¤EÜEÜþÒþÒ*¨*¨ºûºûˆ–ˆ–-ÿ,ÿ-ÿ,ÿëýýëýýÇüIüÇüIüLüÞûLüÞûÈünüÈünüÇýyýÇýyýÿÿÿÿ;;îvîvqq÷÷Q7Q7ÁIÁIHÉHÉÁÁ|¡|¡((ÉÿÅÿÉÿÅÿ  B5B5àÿìÿàÿìÿ>ÿÿ>ÿÿ þÄý þÄýjüæûjüæû'ûrú'ûrúù´øù´ø@øf÷@øf÷Š÷yöŠ÷yö÷Þõ÷ÞõÝöˆõÝöˆõö.õö.õwöõôwöõônöòônöòôŒöõŒöõRöéôRöéô!ö–ô!ö–ô”õèó”õèóKõ‹óKõ‹ó:õqó:õqóWõ±óWõ±óíõsôíõsô%÷Åõ%÷Åõwø÷wø÷Óù ùÓù ù-ûfú-ûfúYü´ûYü´ûßüRüßüRüéüfüéüfüÜü`üÜü`üÁüIüÁüIü:ýÑü:ýÑütþTþtþTþ}E}EoÄoÄÈ’È’‘»‘»¶ ) ¶ ) M 7 M 7  # #XvXv"G"G77 j jK¶K¶§§gþgþ+¹+¹AAÙÀÙÀ;;=Ü=ܹY¹YÁ!Á! Ö ÖX í X í     L’L’^6^6ÛzÛz66íeíemømø))©9©9‹‹ÿýËýÿýËýõùïøõùïø­ôäò­ôäòð/îð/îtí£êtí£ê8ëè8ëè êUç êUç¯ë^è¯ë^è”í¶ê”í¶êgïòìgïòìmñ\ïmñ\ïLóNñLóNñnókñnókñ0ó¼ñ0ó¼ñ8ò&ð8ò&ð6ñï6ñï<ðøí<ðøíWïÕìWïÕìîÄëîÄë4î7ë4î7ëfïÙìfïÙìñïñï˜ó’ñ˜ó’ñáõNôáõNôpø÷pø÷û>úû>ú^ýàü^ýàüžÿ¢ÿžÿ¢ÿŸáŸá9¬9¬(â(âÜÔÜÔæ\ æ\ ¤ A ¤ A K 6K 6Ÿ ÚŸ Ú|ï|ïA°A°Ø :Ø :² ±² ± ñ ñ ƒ Q ƒ Q ‰ ‰ tò tò Õy Õy  ¾  ¾ Æ Ë Æ Ë š šÈ%È%Œ!Œ!‹#‹#ì ì ß ß ,Û ,Û A Ah:h:;·;·Úþ©þÚþ©þþòýþòýƒýeýƒýeýýœüýœüÇûûÇûû4ú2ù4ú2ùÀø÷Àø÷®÷Xö®÷XöZ÷ïõZ÷ïõÅ÷öÅ÷öºø÷ºø÷|ú‹ù|ú‹ùÿûAûÿûAûIý·üIý·üéýtýéýtýËüOüËüOü±úú±úúƒø2÷ƒø2÷^õçó^õçóúòjñúòjñ<ñ0ï<ñ0ïÓñŽïÓñŽï¨óðñ¨óðñ^÷»õ^÷»õûóùûóùÊþÈþÊþÈþɹɹ1Ö1Öˆ>ˆ>ÐcÐcW£W£¼á¼áÿéþÿéþÂýSýÂýSý‚ýý‚ýýKþöýKþöý‡ÿEÿ‡ÿEÿ‰›‰›Ì&Ì&3È3È¥j¥j¿§¿§ECEC˜¤˜¤ÁÔÁÔcscsýý’v’v±‡±‡9þÃv:¿² Zu­;E;E:ÿÿ:ÿÿ’þNþ’þNþSþ þnþ*þŠþJþÑþ©þÿÿ¥ÿ¥ÿ2B2BÊÊ¥¥º^[‡Lµ_ ¼àcàchhdþ'þdþ'þtû¹úKú^ù#ùølø/÷¶÷Zö‚÷öN÷äõN÷äõñ÷Vöñ÷VöRù øRù ø£û›ú£û›ú–ýiý–ýiýq’q’áᓺ“ºÅïÅïn à n à u ü u ü õ@ õ@ **¨¨èIèIÿøþÿøþ®üJü®üJüÕú+úÕú+úIú1ùIú1ù=ûßù=ûßùWý×üWý×ü–É–ÉNN… … R TR T““.}.}E æE æL S L S ˆ‰ˆ‰–½–½1ü^û1ü^û®ø÷®ø÷[÷{õ[÷{õÖöeõÖöeõsø]÷sø]÷zú¨ùzú¨ù¿üü¿üü¤þ þ¤þ þ3¯3¯P0P0¶ÿÈÿ¶ÿÈÿþý…ýþý…ýBü¸ûBü¸ûèúRúèúRúMùYøMùYøøsöøsö÷õ÷õxöÁôxöÁô]ö¯ô]ö¯ôCö‰ôCö‰ôQõfóQõfó_ôJò_ôJò*óìð*óìðbò½ïbò½ïõñ“ïõñ“ïyò.ðyò.ðÞóÇñÞóÇñÞõôÞõôøÇöøÇöÚúñùÚúñù4ý›ü4ý›ü(ÿÒþ(ÿÒþÁ£Á£ F F ‘ ‘üÕüÕ>%>%.S.Sþ+þ+%P%P°È°ÈÍÅÍÅÞ´Þ´#Þ#Þ"Ù"ÙôÁôÁ".".Ú Í Ú Í V žV žÏçÏç    +_+_@0@0/5/5„ S„ S# â # â ;;ƒßƒß…Ú…Ú„ö„ö9â9âõõ¯¼¯¼‹ž‹ž_þ_þ{${$¥Æ¥Æýý¿ýýý¿ý ûYú ûYúßø¬÷ßø¬÷&÷^õ&÷^õãõôãõôõõTôõõTôröõröõ<÷¹õ<÷¹õøwöøwö4÷Ïõ4÷Ïõ¯ö÷ô¯ö÷ôÖôÇòÖôÇò’ò4ð’ò4ðððèíððèíïRìïRìÜíúêÜíúêpí6êpí6êìíêìíêï–ìï–ì³ñï³ñïnôMònôMòÔöõÔöõùð÷ùð÷ûZúûZú÷û>û÷û>û½ü ü½ü ü¼ü!ü¼ü!ü”üýû”üýûSü±ûSü±ûüMûüMû­ûÝú­ûÝúØûûØûû{üÔû{üÔû²ý*ý²ý*ý·þ‚þ·þ‚þ22µèµè ¹ ¹ºŒºŒôôÛ/Û/·' ·' JË JË r r pü pü ]ì ]ì l÷ l÷ |þ |þ gÛ gÛ t÷ t÷ \å \å '® '® ÛA ÛA mÃmÃõ9õ9w§w§!!ââßûßûÛÕÛÕÓÖÓÖOSOSΰΰÙrÙr]]GžGž,¤,¤Ž7Ž7‘(‘(‘{‘{¸Ö¸Ö¿þ¿þû:û:ççÏÏYjYjnþ2þnþ2þwûoúwûoúÚøv÷Úøv÷×ö-õ×ö-õ5öNô5öNô›öýô›öýôÁ÷öÁ÷ö8ùÙ÷8ùÙ÷±ú³ù±ú³ù!üMû!üMû[ýêü[ýêüdýÄüdýÄüý²üý²üˆûÜúˆûÜúWúrùWúrùùé÷ùé÷2øÊö2øÊö•÷ö•÷ö7÷Œõ7÷ŒõG÷¢õG÷¢õø¯öø¯öù®÷ù®÷äùžøäùžøFúMùFúMù,úù,úùúÄøúÄøœù]øœù]ø]ù'ø]ù'øDùé÷Dùé÷JùøJùøõùÒøõùÒø˜ú—ù˜ú—ù†û¢ú†û¢ú£üüû£üüûÚýeýÚýeýüþÌþüþÌþ  ÜÜs¦s¦ÅÅP¼P¼4å4å|w|w,F,F©. ©. R  R  † p † p V Y V Y " 2 " 2 ” £ ” £ ” ` ” ` q, q, b b :¬:¬BèBèåŽ åŽ € € Û Û  â  â û½ û½ FÑ FÑ héhéHHxfxf"È"Èÿhÿh(h(h¨Ø¨Ø°¼°¼³ó³óÒÒËãËã‘þLþ‘þLþ‹üü‹üüµú ùµú ù§ø÷§ø÷èö7õèö7õ¡õ˜ó¡õ˜ó5õó5õó·õ°ó·õ°óîöõîöõpø÷pø÷óùèøóùèøEû~úEû~ú$üJû$üJûðûúúðûúú¿úÅù¿úÅùø÷ø÷„öòô„öòô¨ôRò¨ôRòRófðRófðúògðúògð˜ô:ò˜ô:ò>÷Wõ>÷Wõú¹ùú¹ùÌýaýÌýaývcvcž:ž:ªgªg)÷)÷oëoëyy_Î_ÎtÍtÍ%øÿ%øÿ}s}s--è]è]©J©Jyýyý/ì/첚²š    ­¥­¥e=e=~Z~ZæÝæÝDUDUý%ý%¤¤““ k k)o)oÑÓÑÓò˜ò˜,z,zXÿKÿXÿKÿþ‡ýþ‡ýþUýþUý³þrþ³þrþÓ5Ó5‰n‰nS.S.uu¿ï¿ïš²š²••••X”X”æýýæýýwüðûwüðûÂüüÂüü~ý¼ü~ý¼ü‡þfþ‡þfþÀÿÆÿÀÿÆÿmLmLe/e/ÚÿÙÿÚÿÙÿiÿ'ÿiÿ'ÿÛþ™þÛþ™þöþ×þöþ×þÝÿÚÿÝÿÚÿ\Þ\Þ¯;¯;ƒlƒl—Ì—Ì8l8l#"#" « «ÄþCþÄþCþüµúüµúrùæ÷rùæ÷_÷¾õ_÷¾õ²÷£õ²÷£õÃùbøÃùbø ü»ú ü»ú×þPþ×þPþ#?#?XœXœÍSÍSöÎöÎÛÛOþÿýOþÿýˆûêúˆûêúXù}øXù}ø«÷¢ö«÷¢ö¾÷5ö¾÷5öî÷nöî÷nöõø‚÷õø‚÷æù„øæù„ø\ûZú\ûZúžüîûžüîûtý ýtý ýÀýXýÀýXý¦ýý¦ýýýŽüýŽüŒü¾ûŒü¾û'ü&û'ü&ûäûùúäûùúòûûòûû üLû üLû2üqû2üqû ü*û ü*ûÃûûÃûû‚û±ú‚û±ú_ûƒú_ûƒúUûsúUûsúÏûôúÏûôúŽüãûŽüãûàý_ýàý_ýgÿ@ÿgÿ@ÿ7‰7‰W W J€J€rÒrÒú8ú8 † †î¶î¶ßßRXRXZÿÿZÿÿ;ÿ*ÿ;ÿ*ÿìÿéÿìÿéÿ£ £ ´´`©`©ÿ ÿ ? ¹ ? ¹ æ £æ £ ò ò¿¾¿¾™w™w† d† dI ã I ã J  J  ‰Å‰Åœƒœƒ-Ë-˦ÿŽÿ¦ÿŽÿrÿ†ÿrÿ†ÿ™±™±²9²9¿"¿"öÄ öÄ Í Í ì ƒì ƒ=m=m~ S~ S¾ ž ¾ ž W¢W¢5r5rýeüýeü¨ùXø¨ùXø÷,õ÷,õ÷/õ÷3õ3÷JõM÷cõø‡öµø¬÷uú¨ùuú¨ù÷û^û÷û^û@ýÔü@ýÔüEýdü©ü½ûüû7û&ú`ú6ùùøÁøüöÁøüö¢ö˜ô¢ö˜ôõÔòõÔòuóñuóñZò‹ïZò‹ïªñ˜îªñ˜î¬ñ€î¬ñ€îæñ²îæñ²î{ñRî{ñRîñ îñ îÅð¡íÅð¡íðÅìðÅìÌï_ìÌï_ìÎïZìÎïZì7ðÕì7ðÕìzñaîzñaîñò/ðñò/ð·ô#ò·ô#òö•ôö•ôBø¿öBø¿öÍù¦øÍù¦ø&ûOú&ûOú½üü½üüþ—ýþ—ý†ÿnÿ†ÿnÿææooÊ{Ê{ë’ë’ÒZÒZNâNâ–"–"r'r'\\êo êo  p  p ÛøÛøâ´â´Ü1Ü1ïï>">"å å ¸Ã¸Ã˜Þ˜Þ¯—¯—  O ýO ýÒ ü Ò ü  7  7  â  â q qq qQ wQ wÑ Ñ O [O [ Á Á „  „ Æ@ Æ@ 's'sÀhÀh•á•áÏþÏþÏþÏþîýbýîýbýhýåühýåü)ý‹ü)ý‹üáüOüáüOüÒûýúÒûýú^úù^úùÏ÷öÏ÷övôàñvôàñëñ­îëñ­îõîRëõîRëÑìuèÑìuè`ëæ`ëæëgæëgæ™ë ç™ë çýìØèýìØèÊîìêÊîìê°ð,í°ð,ídòcïdòcïló¥ðló¥ðôdñôdñ6ôñ6ôñ>ô¨ñ>ô¨ñÉóñÉóñdó¦ðdó¦ðDóHðDóHð1ó:ð1ó:ðÆó%ñÆó%ñ;õûò;õûò÷.õ÷.õùù¸øùù¸øcüµûcüµû¾þ3þ¾þ3þ¬¬ÆxÆxpSpS¸¿¸¿««U U šl šl ùÌ ùÌ ƒv ƒv s ™ s ™ F • F • ( ( Þ ŸÞ Ÿh 6h 6¦ š¦ š¥ ¬¥ ¬‹ {‹ {O  Ä \p ô  ƒ ¼   ]  ] µ ç µ ç K p K p Ïá ja â 9 ø‘Dµ‘Ú‘Ú4040èèÎGÎGùDùDÆéÆé™Â™ÂNN†ñ†ñçmçmÀÀH|H|þ˜ýþ˜ýÏûªúÏûªúÿøC÷ÿøC÷Òö¢ôÒö¢ô ô;ò ô;òóðóðÑòªïÑòªïfóðfóðNô´ñNô´ñGö!ôGö!ôøIöøIö”ù0ø”ù0ø4ûÚù4ûÚù¥ûÀú¥ûÀúÉûÕúÉûÕú¶ûŒú¶ûŒú ûú ûúúùúùûúÌùûúÌùÔûÙúÔûÙúÆü6üÆü6üþÂýþÂý…ÿdÿ…ÿdÿ­á­áØ6Ø6¨B¨Bž6ž6‹‹ · ·šš¯7¯7"{"{vvËcËc4ê4ꦆ¦†ôòôò##(( é éãÀãÀûû‡‰‡‰ïïHuHu‘ç‘ç£ú£úMMV/V/((,!,! ÿ•þ ÿ•þ ýEü ýEüzû6úzû6úDú øDú øõùøõùø|úWù|úWùüûüûPý‹üPý‹ü³þ”þ³þ”þAAŒ“Œ“||àÿÖÿàÿÖÿ¹þ„þ¹þ„þÎýwýÎýwýýqüýqüfüªûfüªûpü—ûpü—ûý-üý-üþ’ýþ’ý"ÿÿ"ÿÿ(2(2ü^ü^¤¤oÐoÐÂÿÂÿ22‹ÿRÿ‹ÿRÿÿ·þÿ·þÿîþÿîþÍÿºÿÍÿºÿ t tÍÍQ{Q{FÂF¿Р¿Ð ó ó 6 6 ®®S©S©cãcãiGiGÌþ'þÌþ'þËýlýËýlýÑþšþÑþšþªÿ”ÿªÿ”ÿuìuìäËäËAAu>u>X'X'c›c›r>r>†þþ†þþ¯ü¥û¯ü¥ûøúÌùøúÌù§ùdø§ùdøPùÃ÷PùÃ÷´ùø´ùøú¬øú¬ø‹úDù‹úDùûÚùûÚù…ûlú…ûlúkûSúkûSúhûUúhûUú/ûú/ûúûñùûñùûïùûïùƒûeúƒûeú-ü/û-ü/ûýJüýJüÛý>ýÛý>ý…þþ…þþâþ©þâþ©þ²þ‹þ²þ‹þ0þÄý0þÄýwýÁüwýÁü,ü?û,ü?û.ûú.ûúÜú£ùÜú£ùiûeúiûeú]üqû]üqûþ6þþ6þÔÔýý––ŠçŠçj j 2â 2â ,9 ,9 ˜ ˜ Ù'Ù'^"^"¸)¸)ÞLÞLɃɃ|q|qÿ ÿ YSYSˆoˆoÐZÐZàkàkddç'ç'cÛcÛ·F·F((››Ô®Ô®³ö³ö[·[·ª&ª&sÿ7ÿsÿ7ÿÖü#üÖü#üeúùeúù'ùÎ÷'ùÎ÷MúìøMúìøRûŠúRûŠúþþþþïï9ñ9ñBBžží í e‹e‹`ÿ ÿ`ÿ ÿ¾ý ý¾ý ýsüÄûsüÄûªü¤ûªü¤ûäü[üäü[üÏýpýÏýpýåþÁþåþÁþËÿ×ÿËÿ×ÿ†¹†¹JJ-]-]ÞúÞúLeLe±ÿ–ÿ±ÿ–ÿ4ÿïþ4ÿïþ"ÿïþ"ÿïþÿóþÿóþåþ¬þåþ¬þgþþgþþÏý8ýÏý8ýøü)üøü)ü8ü<û8ü<û]û:ú]û:ú½úù½úùxúùxúù«úcù«úcùUûúUûúQü…ûQü…û¸ýý¸ýýÿçþÿçþRwRw§Þ§Þ{¢{¢‘ÿvÿ‘ÿvÿìý\ýìý\ýYüYûYüYû¦úzù¦úzùYùÈ÷YùÈ÷eøˆöeøˆöiø…öiø…ö#ùk÷#ùk÷ûÞùûÞùý~üý~ü–ÿ*ÿ–ÿ*ÿî7î7gngnWôWôÐá Ðá ­¾ ­¾ MŒ MŒ ‘] ‘] ÉüÉüŠŠ:g:gDÿÔþDÿÔþvýÁüvýÁünü ûnü ûàü"üàü"üõþkþõþkþ*b*bIµIµµ µ u R u R ¦ ¦ Î ZÎ Z_ Ü _ Ü 7 ž 7 ž #É#ɾç¾çôþçýôþçýü¯úü¯úßù&øßù&øúføúføÉú_ùÉú_ù}üü}üüFÿÁþFÿÁþŒvŒv££/Ù/Ù´‚´‚‚ø‚øÕÿœÿÕÿœÿEþ²ýEþ²ýý-üý-üüûüûTûúTûúOûúOûú©û‹ú©û‹úüûúüûú ü"û ü"û«û•ú«û•ú]ûøù]ûøùÔúùÔúùyú"ùyú"ùiúùiúùÒúnùÒúnùtû_útû_úmü‹ûmü‹ûœý ýœý ýÏþtþÏþtþäÿÚÿäÿÚÿÅýÅý¼!¼!‘9‘9U&U&öýöýx—x—Ÿ½Ÿ½,?,?--&&¯Ø¯ØNÿ:ÿNÿ:ÿYþþYþþGþÌýGþÌýäþ þäþ þ]J]J)€)€h‹h‹¥V¥V[y [y ; · ; · ð ð ê ê p¿p¿BBë¥ë¥ŠþÚýŠþÚý7ü$û7ü$ûÁúoùÁúoùOû úOû ú\ü;û\ü;ûEýÏüEýÏüyþ$þyþ$þyÿ@ÿyÿ@ÿôÿÇÿôÿÇÿ Ýÿ ÝÿIÿÿIÿÿ3þÈý3þÈý!ý“ü!ý“üMü7ûMü7ûƒû/úƒû/úûóùûóù¤ûvú¤ûvúnü€ûnü€ûœýýœýýšþ]þšþ]þmÿGÿmÿGÿ>ÿ÷þ>ÿ÷þŽþþŽþþJý™üJý™üßûîúßûîúÈúeùÈúeùúù@øúù@ø¸ùø¸ùøú ùú ù¨ûwú¨ûwúzýóüzýóüÄÿgÿÄÿgÿ¡¡AAvðvðý>ý> d d¡å¡åàðàðàà••,},}LL¬ ¬ „*„*°À°À•ö•ö¥ ¥ LÏLÏNN6æ6æÑSÑSRRGgGg’’ëëà«à«×‚ׂ¹p¹p¥U¥UŠ1Š1 † †xðxðŒÂŒÂÊÿÉÿÊÿÉÿÿÒþÿÒþHþ¾ýHþ¾ý•ýæü•ýæü5ý€ü5ý€üGýŒüGýŒü`ý£ü`ý£üýEüýEüƒü‰ûƒü‰ûòûÝúòûÝúRûúRûúÈúhùÈúhùÈúmùÈúmùHû&úHû&úBü5ûBü5ûÚý,ýÚý,ý.ÿÐþ.ÿÐþzyzyVÐVÐ1k1kE—E—”þ,þ”þ,þ«ü·û«ü·û­úRù­úRù#ùz÷#ùz÷0øö0øö9ø&ö9ø&öÇøíöÇøíö=úÂø=úÂøÌû­úÌû­úbýáübýáü*ÿ÷þ*ÿ÷þŸ­Ÿ­oÛoÛEºEº˜˜„Ö„ÖÑÿ§ÿÑÿ§ÿ@ÿñþ@ÿñþqÿAÿqÿAÿýÿ ýÿ ò%ò%ÜpÜp’s’s:7:7µÅµÅz_z_ܸܸ%«%«aÅażԼÔoŠoŠbpbpƒ¼ƒ¼›ö›öÎ!Î!ô?ô?ffooPPï!ï!ÈöÈöååjÑjÑÐZÐZ$ò$òqqyiyiìÉìÉõ`õ`Þ1Þ1\ÿBÿ\ÿBÿ$þ²ý$þ²ý-ývü-ývü ý1ü ý1ü…ý ý…ý ýmþþmþþ›ÿ”ÿ›ÿ”ÿÑ Ñ ånånYYssüzüzj­j­œœÁÿžÿÁÿžÿ]ÿÿ]ÿÿYÿ.ÿYÿ.ÿÆÿÍÿÆÿÍÿ«Ï«ÏÝ[Ý[ΓΓ¦·¦·*b*b¼Û¼Ûãfãfí í ìÿ°ÿìÿ°ÿÿÌþÿÌþòþÓþòþÓþ²ÿ…ÿ²ÿ…ÿ™ß™ßà༻¼»**iÍiÍ®®NNã7ã7~þìý~þìý2üÝú2üÝúcúuøcúuøùóöùóöQùY÷QùY÷úÀøúÀøôûØúôûØú†ý ü†ý üÖþ þÖþ þëÿ­ÿëÿ­ÿÔÿØÿÔÿØÿ.ÿÿ.ÿÿ&þÄý&þÄý¥üÂû¥üÂûDû1úDû1ú8ú¼ø8ú¼øuùª÷uùª÷ðøìöðøìö$ù9÷$ù9÷ùš÷ùš÷$úrø$úrø³ú?ù³ú?ù<û×ù<û×ùvû#úvû#ú¢ûxú¢ûxúÅû›úÅû›úÒû›úÒû›úíûÆúíûÆúsüoûsüoûNý|üNý|ü&þ¨ý&þ¨ý@ÿÿþ@ÿÿþ(3(3ã,ã,yy)a)a·Þ·Þ ôÿ ôÿ÷þÇþ÷þÇþBþ×ýBþ×ýdþçýdþçý+ÿËþ+ÿËþ”º”ºŸ Ÿ  < <-" -"  X  X Y I Y I ›  ›  Ú Ä Ú Ä › › î îvÓvÓÏÉÏÉýýÒNÒNFFòòÔ|Ô|4»4»Q‹Q‹‡}‡}¦©¦©°º°º¥¥¤\¤\ŸVŸVPN PN ¹”¹”ÓÓlAlA¼ÿšÿ¼ÿšÿ¡üÏû¡üÏû(úkø(úkø=øÈõ=øÈõà÷Hõà÷Hõbøuöbøuö"úgø"úgøüÜúüÜú=þý=þýÉÿãÿÉÿãÿE^E^¼ÿsÿ¼ÿsÿ{þðý{þðýFüûFüû&ú¹ø&ú¹øƒø{öƒø{öýöÎôýöÎôpöžópöžóŸöãóŸöãó!÷šô!÷šôø¢õø¢õù÷ù÷útøútøû¨ùû¨ùúûçúúûçúÄüþûÄüþûEýdüEýdü£ýÅü£ýÅüøýDýøýDýeþöýeþöýãþŽþãþŽþMÿ(ÿMÿ(ÿ¥ÿ’ÿ¥ÿ’ÿÍÿ°ÿÍÿ°ÿ®ÿ–ÿ®ÿ–ÿƒÿbÿƒÿbÿbÿ:ÿbÿ:ÿIÿÿIÿÿ—ÿwÿ—ÿwÿð4ð4¿¿„„ŽŽYY?= ?=   c,c,zz@@ÀòÀò < <Çþ›þÇþ›þBþ·ýBþ·ý•þ þ•þ þÿÚþÿÚþ[q[q__    ŸÞŸÞÓAÓA€D€Dáá6ì6ì°°ÆÆáìáìàý9ýàý9ýwûBúwûBú“ùð÷“ùð÷#øÕõ#øÕõ£÷ƒõ£÷ƒõ’ø„ö’ø„öšúùšúùýbüýbüEEçÔçÔSÙSÙŸ…Ÿ…££àÌàÌÉÉ¥ÿ{ÿ¥ÿ{ÿºüáûºüáûhúùhúù›øÌö›øÌöjù!÷jù!÷,ú¹ø,ú¹ø*ü¹û*ü¹ûÿþ´þÿþ´þP’P’,à,ࢢ&&««Õ0Õ0¥Ž¥Ž£,£,ÊÊFSFS/>/>AbAbp}p}”¼”¼zžzžïÿ÷ÿïÿ÷ÿ~ÿoÿ~ÿoÿ$ÿÿ$ÿÿÿÍþÿÍþÿÂþÿÂþ!ÿðþ!ÿðþ’ÿqÿ’ÿqÿïÿÜÿïÿÜÿˆ¦ˆ¦GGddvveeQQý;ý;å$å$½ì½ìIZIZSÿ!ÿSÿ!ÿ[þæý[þæýèü üèü ü’ûSú’ûSúúÈøúÈøÎùøÎùøÛùø÷Ûùø÷ªú2ùªú2ù3üû3üûûýrýûýrýýhýhŽŽ8R8RÏ Ï ÊÊX‘X‘ÿ¼ÿÿ¼ÿþ¤ýþ¤ý÷üùû÷üùûQü*ûQü*ûzüqûzüqû™ýý™ýý#ÿ¸þ#ÿ¸þf}f}§=§=Û Û ipipx“x“ÍÍwwúúXÄXÄQQdÿdÿ,„,„ßßòéòé’­’­p¿p¿Š­Š­RRé#é#<ÿÿ<ÿÿâýýâýýÑüÀûÑüÀû{üxû{üxû×ü¿û×ü¿û²ýÑü²ýÑüâþmþâþmþ÷ÿ÷ÿ77¢ ¢ qÒqÒ › ›L_L_)ÿ¾þ)ÿ¾þïýpýïýpý²ü°û²ü°û½ûUú½ûUúû‚ùû‚ùûtùûtù”ûlú”ûlúüKûüKû±ýåü±ýåüÉþ>þÉþ>þ“ÿ]ÿ“ÿ]ÿœÿ„ÿœÿ„ÿ¤ÿ¥ÿ¤ÿ¥ÿ}ÿYÿ}ÿYÿ ÿÁþ ÿÁþ‘þ!þ‘þ!þ1þ¦ý1þ¦ýþkýþký5þµý5þµýºþ<þºþ<þ_ÿAÿ_ÿAÿþÿþÿãã™™&Á&ÁGùGù.Ï.ÏÚuÚuŽüŽü:‘:‘SS,‹,‹‹þ‹þÒuÒu6é6é&Ó&Ó¨¨{{ŠÇŠÇ  ~~}õ}õºRºR22$á$áÀ~À~OêOêMlMljMjM× × ÿÁþÿÁþŒý¹üŒý¹üdüKûdüKûqüEûqüEûÕü üÕü üþýeýþýeý4ÿÿ4ÿÿŸÂŸÂóóÿ÷ÿ÷4"4"˞˞Ê[Ê[òKòK33©ÿ}ÿ©ÿ}ÿ¶ÿ“ÿ¶ÿ“ÿûÿØÿûÿØÿghgh½½ÿXÿXì;ì;œÍœÍÐÿ°ÿÐÿ°ÿøþÉþøþÉþþ’ýþ’ýNýfüNýfüÑü³ûÑü³ûÕüæûÕüæûPýTüPýTü¾ýëü¾ýëü þrý þrýwþþwþþÃþRþÃþRþ€þþý€þþýOþÁýOþÁýýËüýËüùüüùüüŒü†ûŒü†ûfü(ûfü(û¸ü§û¸ü§û^ýü^ýüqþèýqþèýVÿ ÿVÿ ÿùÿùÿjujuFÿÝþFÿÝþäýIýäýIýVüEûVüEû!û´ù!û´ù9ú‡ø9ú‡øeú›øeú›ø%û©ù%û©ùÄü©ûÄü©û"þZý"þZýÃÿàÿÃÿàÿNíNí%«%«ööÖpÖp::;n;njÿXÿjÿXÿ"ÿÄþ"ÿÄþ"ÿúþ"ÿúþÔÿËÿÔÿËÿÛ5Û5ÈÈmmuuÊuÊuVÉVɲ&²&e=e=L¢L¢bMbMÎÿâÿÎÿâÿ%%Ñ)Ñ)v(v(ÂÂ\J\J“ó“óuâ uâ ÄÊÄÊ«/«/ммi¿i¿YÿJÿYÿJÿ®ýîü®ýîüØü¹ûØü¹û€ý—ü€ý—üîþ‰þîþ‰þ##cc«š«šX’X’@@gšg𢢡ý¡ýJÿ?ÿJÿ?ÿþýþý ýü ýü×ü˜û×ü˜ûåü÷ûåü÷û"ýTü"ýTüý®üý®üØýýØýýóýUýóýUýÌýýÌýýµýìüµýìü«ý×ü«ý×ü¬ýòü¬ýòüþhýþhý³þOþ³þOþoÿ_ÿoÿ_ÿ#>#>ÊÊN¸N¸,x,x  !ÿÿ!ÿÿeþÕýeþÕýýüýüÑûúÑûúÜúLùÜúLù7û»ù7û»ùHüûHüû„ý§ü„ý§ücÿkÿcÿkÿ§§w?w?””¥¥g„g„<4<4ZZ]þþ]þþùü+üùü+üÐü£ûÐü£û»ü¯û»ü¯û¯ýçü¯ýçü~þEþ~þEþnÿhÿnÿhÿøÿÎÿøÿÎÿÉÿ§ÿÉÿ§ÿtÿRÿtÿRÿÝþþÝþþfþÙýfþÙýòþdþòþdþgÿ6ÿgÿ6ÿšÖšÖ ü üi®i®PP²ò²ò``‡è‡èŸþ4þŸþ4þ”ülû”ülûøú;ùøú;ù\ú†ø\ú†ø<ûÌù<ûÌùåüûåüûvÿŠÿvÿŠÿæÓæÓÙsÙs¥¥ Þ Þi…i…Æ>Æ>ÄÀÄÀ®®Áþ‰þÁþ‰þ¬ýÐü¬ýÐü÷ýIý÷ýIýžþ(þžþ(þwÿLÿwÿLÿ¸¸¥&¥&¢ˆ¢ˆe™e™õdõdii¢û¢û1d1d k kü“ü“nÙnÙÙ!Ù!DZDZŸÿ}ÿŸÿ}ÿÿËþÿËþÁþOþÁþOþ­þAþ­þAþâþ‡þâþ‡þJÿÿJÿÿöÿ÷ÿöÿ÷ÿœºœºPÍPÍÈÈ“ˆ“ˆª©ª©NNLÄLÄ;1;1ŒþþŒþþ3ýü3ýü%ü•ú%ü•ú(ûlù(ûlùÅúïøÅúïø×úù×úù†ûéù†ûéùOüùúOüùúmýžümýžüÿþ¬þÿþ¬þII€€ž™ž™{¢{¢Ã à LpLpîîõõ„þþ„þþŽü*ûŽü*ûúø÷úø÷øõøõm÷^ôm÷^ô¬÷éô¬÷éô8ù÷8ù÷NûdùNûdù^þÚý^þÚýD‚D‚ñ0ñ0  ¾ ¾ «Õ«Õ T T™Á™ÁõÿõÿCý‘üCý‘ü[û»ù[û»ùOúøOúøPúqøPúqøûmùûmùdü>ûdü>û:þœý:þœý,M,MŽ'Ž'§Ÿ§Ÿäùäù ö öʮʮŠdŠd Æ Æ›:›:9¿9¿ä7ä7›Ã›Ã]a]aÉÿ«ÿÉÿ«ÿ1ÿùþ1ÿùþ¸þ6þ¸þ6þZþÎýZþÎý®þþ®þþ÷þˆþ÷þˆþdÿÿdÿÿèÿÜÿèÿÜÿwŸwŸ Y Y{{¸X¸X¶S¶S­E­EÀ`À`èœèœ`2`2¸Ÿ¸Ÿôéôéͻͻò¶ò¶rŸrŸÂþŒþÂþŒþÈü–ûÈü–û û?ù û?ù³ùs÷³ùs÷“ù[÷“ù[÷pú„øpú„øAüãúAüãú¶þtþ¶þtþF×F×ddB1B1.¬ .¬ ]Õ ]Õ ÅòÅòbIbI¤²¤²5‚5‚9þèý9þèýý<üý<ü%ý ü%ý üæý?ýæý?ýÿ©þÿ©þŽßŽßó§ó§  a¥a¥"h"hy`y`Æ|Æ|÷P÷P))ùÿÜÿùÿÜÿ11*}*} Ü Ü·í·íòéòéà à ù'ù'Ùþ8þÙþ8þºüÜûºüÜû ûù ûùpùÕöpùÕöÐø]öÐø]ö­ø"ö­ø"öùU÷ùU÷û-ùû-ù¿üÃû¿üÃûiþíýiþíýÉÿ·ÿÉÿ·ÿ»ð»ðk¬k¬((¤þþ¤þþnýlünýlüÌûcúÌûcú‰úxø‰úxø˜ù÷˜ù÷+ùÔö+ùÔöÉùË÷ÉùË÷äúJùäúJùŒüeûŒüeû&þ¥ý&þ¥ýzÿMÿzÿMÿ>J>JÜÜ8·8·))ÿdÿd–á–á+J+JÂÿªÿÂÿªÿÿiÿÿiÿðÿúÿðÿúÿYoYo4€4€ Á ÁóóÄÄ^Þ^Þ±b±b·\·\s s )–)–Ü"Ü"Î&Î&ÿdÿdBÆBÆzzQßQßöuöu‹Ñ‹Ñ¬©¬©É¿É¿!H!HŸÎŸÎmmb÷b÷xxtt--ªFªF"7"7”þþ”þþyýŸüyýŸü¼üvû¼üvû€ü.û€ü.û½üû½üû3ý;ü3ý;üþcýþcýßþ†þßþ†þ¥ÿœÿ¥ÿœÿ(( üÿ üÿ›ÿ‡ÿ›ÿ‡ÿöþþöþþìýýìýýýäûýäû~üû~üû*ü´ú*ü´úFüÿúFüÿú³ürû³ürû-ýü-ýü­ýÖü­ýÖüþ_ýþ_ýAþ®ýAþ®ýdþÓýdþÓýBþ©ýBþ©ý-þwý-þwý#þný#þnýRþ©ýRþ©ýŽþþŽþþäþuþäþuþÿÖþÿÖþÿÉþÿÉþõþ£þõþ£þŽþýýŽþýý%þ~ý%þ~ý¿ýùü¿ýùü`ývü`ývüùüúûùüúûÑü¥ûÑü¥ûýüéûýüéû±ýîü±ýîüÓþ‚þÓþ‚þ;o;oê¹ê¹’ú’úܺܺt‡t‡1þ1þ[[õ¥õ¥ ÿ=ÿ ÿ=ÿ.ý#ü.ý#ü<û^ù<û^ùºù8÷ºù8÷/ùÒö/ùÒöµùi÷µùi÷ ûù ûù´ülû´ülûôþ‚þôþ‚þÌ\Ì\¼§¼§D·D·¹a¹a`ÿ`ÿsÝsÝL8L8·à·àÿ§þÿ§þºýÞüºýÞü®üwû®üwûAüÓúAüÓúŸüWûŸüWû0ý"ü0ý"ü«þ4þ«þ4þäÿéÿäÿéÿ(¯(¯¦É¦ÉÑÑð”ð”ùÜùÜð‘𑪠ª b‹b‹77ñ'ñ'à à ÆàÆàE E Ý’Ý’##pðpð».».K;K;Ó&Ó&§6§6/ú/ú¤p¤pïcïc¶‘¶‘ÁÁÏÿÏÿ¾þ\þ¾þ\þþ>ýþ>ýÏýäüÏýäüùýCýùýCý:þ›ý:þ›ý‰þìý‰þìýÏþZþÏþZþ ÿ¹þ ÿ¹þÿ·þÿ·þøþˆþøþˆþ×þgþ×þgþ°þ,þ°þ,þ…þòý…þòýgþËýgþËýUþ¤ýUþ¤ýþ]ýþ]ý‡ý­ü‡ý­üñüËûñüËûûûxúûûxúóúùóúù úá÷ úá÷JùàöJùàöüøVöüøVöPùåöPùåöûùÇ÷ûùÇ÷jû§ùjû§ùêüäûêüäûkþÆýkþÆýªÿ”ÿªÿ”ÿ~Ÿ~Ÿ§â§âSS§ÿˆÿ§ÿˆÿàþuþàþuþôý-ýôý-ý%ý-ü%ý-üœülûœülû±ü}û±ü}ûýøûýøûìýýìýý÷þ’þ÷þ’þ ýÿ ýÿqqřř]`]`¿Ù¿ÙãûãûôôæþæþÏçÏçáôáôôô// < <%%ëëŽƒŽƒ%õ%õ¶_¶_4¢4¢Åŧè§è²ô²ôÉ%É%èHèHý_ý_ l lÀÀg¤g¤ñÿÎÿñÿÎÿXÿ ÿXÿ ÿÞþ–þÞþ–þþ þþ þtþÙýtþÙý„þèý„þèý–þþ–þþÊþ^þÊþ^þÿÃþÿÃþlÿ:ÿlÿ:ÿÁÿ­ÿÁÿ­ÿ';';‰½‰½¶ó¶ów«w«AGAG¤ÿŽÿ¤ÿŽÿãþþãþþ-þfý-þfý†ýŠü†ýŠüýüýü:ýü:ýü¸ýÑü¸ýÑü®þ(þ®þ(þÑÿ°ÿÑÿ°ÿ0«0«ŒxŒxœàœà6Å6Å/Ë/ËÐ.Ð.ÓõÓõÇSÇS¹ö¹ö²ÿˆÿ²ÿˆÿÿ¦þÿ¦þÿ­þÿ­þNÿõþNÿõþØÿØÿŸóŸó]Õ]Õñ…ñ…õ õ //7Ê7ÊÐ Ð MoMoáÿìÿáÿìÿÞÿÆÿÞÿÆÿÜÿÐÿÜÿÐÿÚÿØÿÚÿØÿíÿïÿíÿïÿØÿÁÿØÿÁÿgÿ*ÿgÿ*ÿíþfþíþfþ:þgý:þgý}ý„ü}ý„üíü¿ûíü¿ûªü]ûªü]û‘üGû‘üGûêü¿ûêü¿û^ýYü^ýYüþý*ýþý*ýºþ<þºþ<þƒÿWÿƒÿWÿ(?(?z¦z¦º÷º÷Û4Û4Ò'Ò'ÇǺºœÒœÒAeAeãÿÑÿãÿÑÿBÿóþBÿóþÂþBþÂþBþFþ›ýFþ›ýèýýèýýÚýýÚýýGþ®ýGþ®ýòþ®þòþ®þ  , , MM%W%WMM’¯’¯€3€3›¯›¯~ÿqÿ~ÿqÿ˜þþ˜þþþAýþAýþ3ýþ3ý—þõý—þõýÿØþÿØþÖÿÌÿÖÿÌÿq“q“í2í2Ú9Ú9¥ó¥ó`ÿ:ÿ`ÿ:ÿ±þ.þ±þ.þ(þ[ý(þ[ýóý#ýóý#ý@þ›ý@þ›ý÷þhþ÷þhþõÿðÿõÿðÿÃ.Ã.gígíss.”.”‘Ï‘Ï×ÿ¶ÿ×ÿ¶ÿ'ÿÒþ'ÿÒþoþÀýoþÀýßýýßýýéý ýéý ý!þzý!þzýÿ™þÿ™þ÷ÿ÷ÿ‘‘5ÿ5ÿlÍlÍ.}.}¤¢¤¢ç¤ç¤(•(•:R:RØÿÎÿwÿJÿFÿÿÿÂþ+ÿâþAÿÿ¶ÿ¥ÿ¶ÿ¥ÿ\Š\Š>Â> ÞY:©—®­µÄ£´’¥’¥ÜÜ‹-‹-Ð4Ð4 lÿÿlÿÿÿÃþÿÃþÿ¾þÿ¾þ6ÿÙþ6ÿÙþ]ÿ#ÿ]ÿ#ÿÿbÿÿbÿ¬ÿ—ÿ¬ÿ—ÿ±ÿ“ÿ±ÿ“ÿ–ÿqÿ–ÿqÿQÿÿQÿÿ ÿ›þ ÿ›þ¥þþ¥þþWþ©ýWþ©ýþTýþTý÷ý)ý÷ý)ýþQýþQýGþýGþýþÜýþÜý²þ#þ²þ#þÀþ4þÀþ4þÀþ9þÀþ9þÅþDþÅþDþÍþSþÍþSþÿ¥þÿ¥þ{ÿLÿ{ÿLÿÒ4Ò4¹l¹lm_m_áá**­Æ­Æ^+^+¤R¤RjjddÞÿ¾ÿÞÿ¾ÿ¶ÿ’ÿ¶ÿ’ÿÒÿ»ÿÒÿ»ÿ`©`©!g!gÿ²ÿ²éêéê¶¶¯¯öˆöˆmËm˧¦§¦»c»cØ4Ø499ÚÿÌÿÚÿÌÿ¤ÿÿ¤ÿÿÿaÿÿaÿÿ=ÿÿ=ÿ2ÿÖþ2ÿÖþ¹þ.þ¹þ.þ(þ^ý(þ^ýyýzüyýzüÎü’ûÎü’û`üøú`üøúUüßúUüßú€üû€üûÁüyûÁüyûýßûýßûOý1üOý1ü;ýü;ýüýâûýâû]üÝú]üÝú¸ûú¸ûúûùûùGúøGúø°ùM÷°ùM÷ðùu÷ðùu÷rú>ørú>ø±ûðù±ûðùÅühûÅühûåý9ýåý9ý1ÿ½þ1ÿ½þýÿýÿll1@1@Ûÿ­ÿÛÿ­ÿSÿøþSÿøþÊþ2þÊþ2þ­þ+þ­þ+þ ÿ°þ ÿ°þÊÿ½ÿÊÿ½ÿÄ"Ä"üºüºffç°ç°¸Á¸ÁNƒNƒ²²ìIìI””JîJîL L ëÙ ëÙ RF RF œÏ œÏ ¹ù ¹ù ±Ø ±Ø ;- ;- ¥Z ¥Z ¸¸ÆÊÆÊ×e×eOO£µ£µ~‘~‘µáµá77|ð|ðÇrÇr¨9¨9QQÿ¿ÿ¿J…J…"þZý"þZý.üÑú.üÑúsúøsúøóøöõóøöõ×÷gô×÷gô ÷#ô ÷#ôøÕôøÕôßøößøöãùK÷ãùK÷ìúÒøìúÒø×û,ú×û,úüŠúüŠúÙûúÙûúaû˜ùaû˜ù¥úlø¥úløùÓöùÓözøqõzøqõ•÷Gô•÷GôüöUóüöUóéö>óéö>óZ÷ÊóZ÷Êó)øìô)øìô ùOö ùOöCúÚ÷CúÚ÷ ûÑù ûÑùÍü‚ûÍü‚ûÎýóüÎýóü§þ+þ§þ+þ6ÿÌþ6ÿÌþœÿSÿœÿSÿðÿÝÿðÿÝÿ$6$6M}M}­ø­øDÐDÐå å †„†„uéué)÷)÷ͺͺ?=?=†¶†¶©ù©ùÃÃå]å])°)°€0 €0 ¬s ¬s Õµ Õµ Ú­ Ú­ ‚3 ‚3 úiúi  8ô8ô>š>šnnèèŔŔˆEˆEPûPûÝ4Ý4VVÕÿ»ÿÕÿ»ÿ<ÿñþ<ÿñþÂþQþÂþQþ“þîý“þîýÒþ?þÒþ?þ ÿ»þ ÿ»þ©ÿ€ÿ©ÿ€ÿ " "æÿÍÿæÿÍÿbÿ@ÿbÿ@ÿ'þPý'þPý üGû üGûñúÌøñúÌøoù}öoù}öøÂôøÂôU÷ÙóU÷Ùóæ÷¹ôæ÷¹ô6ùö6ùöûîøûîøàü^ûàü^û®þIþ®þIþe®e®^í^ífûfû.r.r ÿÚþ ÿÚþHþªýHþªý¯ý÷ü¯ý÷üþEýþEýsþ þsþ þqÿ'ÿqÿ'ÿu¥u¥¢0¢0¹Ý¹ÝlÁlÁï†ï†ÙÙÑuÑuw w  y yªÈªÈ?)?)ï¹ï¹æ¡æ¡ê°ê°å±å±Ù§Ù§—D—D+¸+¸¾ý¾ýBNBNÜÿ¾ÿÜÿ¾ÿ™ÿjÿ™ÿjÿ”ÿhÿ”ÿhÿ±ÿŽÿ±ÿŽÿÙÿÐÿÙÿÐÿúÿúÿäÿÑÿäÿÑÿ‚ÿFÿ‚ÿFÿÿŸþÿŸþqþÑýqþÑýÈýÄüÈýÄüýÓûýÓûüûüû-ü ú-ü ú.ü–ú.ü–údüâúdüâú¯üFû¯üFûýÚûýÚûšý’üšý’ü,þUý,þUý©þþ©þþ3ÿèþ3ÿèþ¦ÿ€ÿ¦ÿ€ÿÄÿ­ÿÄÿ­ÿ¤ÿnÿ¤ÿnÿiÿ ÿiÿ ÿÛþbþÛþbþLþ¥ýLþ¥ý¦ý¨ü¦ý¨ü(ýü(ýüùü°ûùü°û=ýü=ýüþ5ýþ5ý*ÿ¤þ*ÿ¤þŒ§Œ§óÄóÄqàqà™ƒ™ƒ99ÞìÞì33qq§‡§‡x´x´žÿiÿžÿiÿZÿÿZÿÿ…ÿDÿ…ÿDÿ5050øóøóé+é+¡¡ 2 2eÝeÝ'„'„¤å¤å/6/6ǚǚǃǃ¿f¿f±D±D‰‰,­,­‹Å‹ÅíÿÙÿíÿÙÿVÿòþVÿòþ·þþ·þþ:þlý:þlýÛýëüÛýëüÖýîüÖýîüþýþýLþýLþý°þþ°þþ&ÿÍþ&ÿÍþ‰ÿjÿ‰ÿjÿÛÿØÿÛÿØÿ!!C[C[PhPhYpYpNtNt²ÿ‡ÿ²ÿ‡ÿ$ÿÁþ$ÿÁþhþ¨ýhþ¨ý©ý¦ü©ý¦üý¾ûý¾û¼üPû¼üPûžü$ûžü$ûý»ûý»ûÓýñüÓýñü ÿ’þ ÿ’þ^ž^ž’E’E…“…“ÔÔÈÈï×ï×óvóvæÿ¡ÿæÿ¡ÿ¡þ%þ¡þ%þžý÷üžý÷ü)ý ü)ý üŽýqüŽýqüéý'ýéý'ýÚþbþÚþbþ::B¸B¸ø°ø°! ! âÆâƧ[§[ýnýnJ~J~·ÿ•ÿ·ÿ•ÿ@ÿÙþ@ÿÙþûþ˜þûþ˜þ5ÿåþ5ÿåþ­ÿœÿ­ÿœÿ.2.2±±èEèE½½3:3:¥ÿŠÿ¥ÿŠÿÿ˜þÿ˜þ|þÙý|þÙýþFýþFýûýüüûýüüýý ýýý ýNþ¦ýNþ¦ý«þ.þ«þ.þUÿïþUÿïþáÿÔÿáÿÔÿ:R:Rkk~À~À‹Å‹ÅƒÅƒÅJaJa  Åÿ®ÿÅÿ®ÿmÿ/ÿmÿ/ÿ7ÿáþ7ÿáþNÿòþNÿòþ‰ÿ\ÿ‰ÿ\ÿËÿ´ÿËÿ´ÿ!*!*v±v±ÉÉ | |8Ä8ÄI×I×QßQßRÞRÞMÕMÕCÆCÆEâEâaarrzzz"z"„2„2†6†600VòVò§§Ú3Ú3pŸpŸ$$àÿßÿàÿßÿÓÿ·ÿÓÿ·ÿÉÿ—ÿÉÿ—ÿ±ÿ~ÿ±ÿ~ÿŽÿ[ÿŽÿ[ÿsÿ1ÿsÿ1ÿ_ÿ"ÿ_ÿ"ÿqÿ9ÿqÿ9ÿ¡ÿ~ÿ¡ÿ~ÿéÿèÿéÿèÿ3N3NžßžßòdòdRìRìšBšBnn$¸$¸«î«î%%ƒÿGÿƒÿGÿüþ•þüþ•þ’þ þ’þ þþÜýþÜý²þþ²þþÿþÿþ¥ÿƒÿ¥ÿƒÿKXKXiiϛϛSaSaUhUh·p·p … …{£{£÷ÿëÿ÷ÿëÿìÿÙÿìÿÙÿãÿÊÿãÿÊÿïÿÙÿïÿÙÿùÿåÿùÿåÿ±ÿ†ÿ±ÿ†ÿEÿøþEÿøþÄþ1þÄþ1þþHýþHýŒý~üŒý~ü'ýÓû'ýÓûàüXûàüXû²ü&û²ü&û™üû™üû‚üåú‚üåúmüÓúmüÓúzüéúzüéú‚üïú‚üïúvüØúvüØúZü©úZü©ú1ühú1ühúþûúþûúäûðùäûðùÿû&úÿû&ú4ü|ú4ü|úžüûžüû1ýëû1ýëû³ýµü³ýµüEþvýEþvý²þþ²þþÏþ:þÏþ:þÅþYþÅþYþ°þ4þ°þ4þ¤þþ¤þþßþ_þßþ_þ_ÿÿ_ÿÿ xxÑÍÑͱ±˜>˜>jojoð2ð2I³I³Œ Œ ¬5¬5¯4¯4ÊbÊbè—è—(÷(÷‰ ‰ Þø Þø E E %r %r W W ‹™ ‹™ À‚À‚Ì Ì ÙœÙœ[[JDJDܰܰ«c«c̪̪ßÙßÙæóæóäÖäÖc c |¸|¸2ÿãþ2ÿãþ…ýMü…ýMüüAúüAúQú»÷Qú»÷ùÏõùÏõ;ø¨ô;ø¨ôøôøô“øõ“øõFù*öFù*öòù6÷òù6÷·ú2ø·ú2øNûùNûùYû:ùYû:ùKû,ùKû,ù ûÉø ûÉøiúü÷iúü÷üùH÷üùH÷™ù°ö™ù°öbùYöbùYöiùWöiùWöÎùèöÎùèötúâ÷túâ÷fû=ùfû=ù=üqú=üqú*ýõû*ýõû4þbý4þbýÿ³þÿ³þûÿäÿûÿäÿ·ó·óLóLóïÝïݫ߫ßLìLìôÈôȜœÂrr]ã]ãDÃDɉ°Û°ÛúúŠ+Š+)°)°-˜-˜CêCêÓ¤Ó¤dvdv––µaµa¾¾¸€¸€ww) ) ]]ÈÀÈÀÃ;Ã;ëÿúÿëÿúÿ‹ÿXÿ‹ÿXÿUÿÿUÿÿ+ÿÁþ+ÿÁþÈþ(þÈþ(þTþ}ýTþ}ý¸ý´ü¸ý´ü.ýÞû.ýÞûÉü@ûÉü@û³ü"û³ü"ûîühûîühû=ýõû=ýõûÝýÖüÝýÖügþ™ýgþ™ýÝþ[þÝþ[þÿuþÿuþ¸þ4þ¸þ4þñýýñýýýŠûýŠû#ü^ú#ü^ú:ûþø:ûþø­úü÷­úü÷ÑúNøÑúNø¦ûUù¦ûUùÆümûÆümû@þ2ý@þ2ýzÿKÿzÿKÿ{{I$I$šbšbu(u(Å@Å@2J2J¹ÿ€ÿ¹ÿ€ÿWÿÝþWÿÝþ)ÿÉþ)ÿÉþrÿ=ÿrÿ=ÿÏÿÄÿÏÿÄÿSvSvÕ"Õ"Q÷Q÷ÜÜdd˜Å˜Å—Η΋¶‹¶g“g“0808Ú±Ú±|(|( € €—Ñ—Ñ//ÀÿªÿÀÿªÿyÿOÿyÿOÿaÿ'ÿaÿ'ÿÿIÿÿIÿ¹ÿ ÿ¹ÿ ÿ)=)=© © 0°0°˜C˜CÆŸÆŸt_t_aa9ÿ«þ9ÿ«þ<þ…ý<þ…ýuýxüuýxüøü«ûøü«ûÎüSûÎüSû÷üŠû÷üŠû~ýHü~ýHüIþcýIþcý&ÿ¹þ&ÿ¹þ--FÜFÜ1212ç;ç;oo“9“9*»*» Ý Ý¼•¼•žäžä³ÿ€ÿ³ÿ€ÿÅþ7þÅþ7þþ2ýþ2ýâýéüâýéü7þxý7þxý#ÿªþ#ÿªþL{L{ïï<Þ<ބ„Â]]UØUØÍÚÍÚ[÷[÷ˆ|ˆ|êÿêÿþ˜ýþ˜ý.ý¿û.ý¿ûÚü:ûÚü:ûÛü,ûÛü,ûNýüûNýüûþ-ýþ-ýÿeþÿeþÏÿ—ÿÏÿ—ÿ==þÿ þÿ ¢ÿ£ÿ¢ÿ£ÿÿ²þÿ²þwþÄýwþÄýÉý·üÉý·üDýéûDýéûâüQûâüQûžüûžüûtüÛútüÛú`ü¶ú`ü¶ú.ü]ú.ü]úäûæùäûæùhû9ùhû9ùüú‰øüú‰ø¸úø¸úø»ú"ø»ú"øôútøôútøvû@ùvû@ù=ülú=ülúý¶ûý¶ûþ'ýþ'ýÿwþÿwþªÿŽÿªÿŽÿ3L3L¡å¡åu/u/ØÉØÉAZAZ נ×t˜t˜&0&0Þ½Þ½œdœd¯‚¯‚×)×)àÔàÔ1‘1‘€´ €´ šI šI `d `d §å §å Zf Zf †. †. wv wv ––ɧɧ¶þ¶þæÎæÎ}M}MŠUŠUКК''TpTp1919ϨϨ#¥#¥APAP@ÿñþ@ÿñþ3þXý3þXýMýüMýüœüþúœüþúIüˆúIüˆúTürúTürú~ü»ú~ü»ú®üû®üûâüPûâüPû¸ü û¸ü ûCü„úCü„úžûùžûù÷ú•ø÷ú•øWú˜÷Wú˜÷²ùœö²ùœöEùôõEùôõù²õù²õMùöõMùöõßùÍößùÍöšúì÷šúì÷“û[ù“û[ùoüŸúoüŸú0ý»û0ý»ûØý²üØý²üIþsýIþsý‹þÖý‹þÖý¦þóý¦þóý¡þðý¡þðý‚þÅý‚þÅýnþšýnþšýdþ€ýdþ€ýbþ¤ýbþ¤ý¶þ þ¶þ þÿþþÿþþjÿ;ÿjÿ;ÿüÿþÿüÿþÿƒÂƒÂ¢¢ªyªy"?"?šâšâñVñV ’ ’°°µµ¦¦··±±.¹.¹2¼2¼(«(«ššõyõyÐ,Ð,–Ü–Ül›l›@W@W#B#B2S2S5S5S.E.Eÿüÿü°„°„ii)§)§àDàDÑ>Ñ>ñfñfGîGî­w­w,X,XŠÜŠÜœÔœÔ - -‚‚z¡z¡UÿåþUÿåþ%þ*ý%þ*ý5ýÍû5ýÍû}üÂú}üÂúhü”úhü”ú‰ü³ú‰ü³úñü_ûñü_û‰ýGü‰ýGü'þ3ý'þ3ýÄþþÄþþ"ÿÃþ"ÿÃþÿ°þÿ°þäþnþäþnþrþ«ýrþ«ýÜýéüÜýéüjý üjý üýbûýbûâüIûâüIûàüGûàüGû ýˆû ýˆûGýãûGýãûƒýOüƒýOüÍýµüÍýµüþýþýþýþýþþüþþüàýÄüàýÄü½ýŽü½ýŽü©ý€ü©ý€üÂý¢üÂý¢üïýÛüïýÛü+þEý+þEýƒþÆýƒþÆýðþgþðþgþLÿÿLÿÿ¹ÿ ÿ¹ÿ ÿ##ZŒZŒ“ϓϯ¯ÓGÓG¹¹’m’m$O$OÅ-Å-LþLþ¼“¼“èäèäÜÎÜÎ’k’k7â7âàOàOÆÆo§o§|¿|¿¬û¬ûØ4Ø4}}¦¦÷÷Ã0Ã0m­m­ýóýóz=z=  ©û©ûHnHn##**!/!/%2%2×ÿ¼ÿ×ÿ¼ÿfÿ ÿfÿ ÿÊþþÊþþþýüþýüUýìûUýìûÑüûÑüûrüŸúrüŸúCü_úCü_úkü‘úkü‘úÒü3ûÒü3ûeý üeý üæýðüæýðügþ¥ýgþ¥ý¶þþ¶þþ›þãý›þãý þý þývý!üvý!ü¡üû¡üûüúüúŽûCùŽûCùžû`ùžû`ù(üJú(üJúGýúûGýúûnþªýnþªýcÿÿcÿÿT¢T¢äägg€[€[MçMçæeæeŽÜŽÜDSDS,A,A9O9Or§r§¾0¾0šš@ú@úx@x@ŸŸ¸¨¸¨Å¾Å¾¸”¸”–g–g”h”h¼Ÿ¼ŸåçåçHHc™c™‘Ì‘ÌL†L† ? ?”l”lûŠûŠ8W8W˜ÿ\ÿ˜ÿ\ÿJÿïþJÿïþ]ÿÿ]ÿÿ¹ÿ|ÿ¹ÿ|ÿ\…\…’’º˜º˜:b:bDƒDƒòò__ŽÛŽÛÈÿšÿÈÿšÿ(ÿ–þ(ÿ–þ¼þþ¼þþ¾þþ¾þþÿºþÿºþwÿ=ÿwÿ=ÿÈÿªÿÈÿªÿ  //ïÿîÿïÿîÿÈÿœÿÈÿœÿ˜ÿZÿ˜ÿZÿ¢ÿ‚ÿ¢ÿ‚ÿûÿõÿûÿõÿŽÊŽÊ/å/åÓÃÓÃ.N.N//ee›Â›ÂjÿÿjÿÿUþ‚ýUþ‚ýzý>üzý>üý|ûý|û*ý´û*ý´ûÓý üÓý ü¯þ þ¯þ þ©ÿ’ÿ©ÿ’ÿ’Ó’Ó°°&¼&¼¿%¿%(K(K<ÿÐþ<ÿÐþ^þ ý^þ ý°ý²ü°ý²üEýýûEýýû&ý¥û&ý¥û@ýãû@ýãû¤ýHü¤ýHüþýæüþýæü`þý`þýÆþþÆþþ ÿ›þ ÿ›þ:ÿÐþ:ÿÐþ!ÿ¯þ!ÿ¯þýþ€þýþ€þÒþ3þÒþ3þ³þûý³þûýŸþæýŸþæý¤þýý¤þýý­þþ­þþ¹þþ¹þþ·þþ·þþšþÕýšþÕýˆþµýˆþµýþ¤ýþ¤ý}þ¯ý}þ¯ý±þþ±þþðþ^þðþ^þgÿÿgÿÿðÿóÿðÿóÿ££EðEðåÙåÙ?v?vOO77ŸvŸv¬¬‰â‰â»ÿ˜ÿ»ÿ˜ÿÇÿ©ÿÇÿ©ÿ  ··r"r"R“R“!ß!ßúúšýšý ¬ ¬:þ:þÒÒ¤¤û!û! ½ ½"<"<+Ô+Ô]¨]¨ØÿËÿØÿËÿÌÿ¹ÿÌÿ¹ÿ#P#Püü(ê(ê3g3gû‚û‚ý¶ý¶o¹o¹Y Y èÒèÒh¡h¡ ÿ˜þ ÿ˜þõýöüõýöüý®ûý®ûæü8ûæü8ûý`ûý`û}ýBü}ýBüþýþý›þ´ý›þ´ýõþHþõþHþãþRþãþRþ~þ±ý~þ±ýãýÉüãýÉü?ýèû?ýèû°üéú°üéúüàùüàù‰û!ù‰û!ù6û¡ø6û¡øûVøûVøñú7øñú7øôú<øôú<øÚúøÚúø©úÄ÷©úÄ÷vúˆ÷vúˆ÷RúM÷RúM÷Kú?÷Kú?÷\úV÷\úV÷€ú‹÷€ú‹÷ãúøãúøgûôøgûôøüÙùüÙù³ü÷ú³ü÷úNýÝûNýÝûÖý¨üÖý¨üMþZýMþZýÄþ%þÄþ%þIÿáþIÿáþÇÿ®ÿÇÿ®ÿ>e>eçhçhÿÿþŠþŠénénÔQÔQÿ„ÿ„V V ýýâFâF[[OTOTÍ Í °Å °Å ‡/ ‡/ ¿¤ ¿¤ °^ °^ ý\ ý\   N’ N’ DDVÑVÑ H Hç+ç+,Z,Zuçuç¼=¼=â‡â‡¿K¿K+{+{ƒƒ¶)¶)ÔõÔõ||+C+CÿCÿÿCÿ>ÿÃþ>ÿÃþÿþÿþîþfþîþfþÆþþÆþþjþ’ýjþ’ýÆý˜üÆý˜ü ývû ývûüìùüìùãú(øãú(øúØöúØöZùÂõZùÂõáø õáø õ›øžô›øžô×øõ×øõ>ù§õ>ù§õÚùöÚùö…úš÷…úš÷%û‚ø%û‚øŠû&ùŠû&ù½ûfù½ûfù×û˜ù×û˜ùÌûùÌûù³û_ù³û_ùŸû,ùŸû,ùûùûù•û,ù•û,ùÚû“ùÚû“ùbü_úbü_ú*ý“û*ý“ûíýÁüíýÁüßþ?þßþ?þ¾ÿ|ÿ¾ÿ|ÿtÁtÁÆÆ—’—’ø-ø-NžNžŠëŠë°°ÄMÄMù¦ù¦HH«®«®ìì1~1~xäx䟟Œ Œ jÑjÑ<†<†õ.õ.«Í«ÍpfpfRR,ë,믯À;À;Q›Q›ÍÚÍÚZZçeçe…Ã…ÃC\C\66+F+FFqFqzÂzÂ’ð’ðc¡c¡ïÿìÿïÿìÿ#ÿ¯þ#ÿ¯þ]þ|ý]þ|ýeýüûeýüûŠü©úŠü©úåûªùåûªùoûôøoûôø{ûôø{ûôø²ûVù²ûVù!üþù!üþù¶üïú¶üïúbýßûbýßûøýÇüøýÇüjþ~ýjþ~ýŒþ¼ýŒþ¼ýšþ×ýšþ×ýfþ…ýfþ…ýBþLýBþLý+þ(ý+þ(ýOþdýOþdý“þÍý“þÍýïþgþïþgþ^ÿ ÿ^ÿ ÿêÿÕÿêÿÕÿ\‹\‹··þ}þ}ó…ó…æ_æ_×:×:··ªªÌPÌPäyäy””(Ó(ÓAþAþPPV$V$U%U%NNSSa)a)–v–vºªºªàëàë÷÷ñ ñ ÄÃÄÃh/h/çcçcJ_J_yÿ<ÿyÿ<ÿÑþ;þÑþ;þMþ]ýMþ]ýèýÄüèýÄüóýÄüóýÄüþýþý’þÕý’þÕýÿ‘þÿ‘þ§ÿcÿ§ÿcÿ/L/L/M/M  ¯ÿ‰ÿ¯ÿ‰ÿdÿÿdÿÿÿ˜þÿ˜þÝþ2þÝþ2þÑþþÑþþ ÿþ ÿþPÿÿþPÿÿþ½ÿ‹ÿ½ÿ‹ÿ]‘]‘…օփ΃Î_‘_‘0=0= ÷ÿ ÷ÿéÿÎÿéÿÎÿÿÿýÿÿÿýÿ # #šÛšÛÕյƵÆE~E~°)°)éƒéƒ”ö”ö00I I ˜˜ÿGÿÿGÿWÿìþWÿìþ‡ÿKÿ‡ÿKÿ€Æ€Æãaãa/Ù/Ù5Ó5Óårår‡¹‡¹àÿÈÿàÿÈÿ$ÿ·þ$ÿ·þŽþ°ýŽþ°ýþãüþãü°ýHü°ýHüƒý(üƒý(ü˜ý6ü˜ý6üÂý|üÂý|üýýÕüýýÕü4þ)ý4þ)ýWþhýWþhýZþuýZþuýcþyýcþyý`þfý`þfýTþPýTþPýPþHýPþHýsþœýsþœýµþéýµþéýÿþqþÿþqþ?ÿåþ?ÿåþ†ÿGÿ†ÿGÿ¡ÿiÿ¡ÿiÿˆÿ6ÿˆÿ6ÿeÿÿeÿÿÿ›þÿ›þÐþ(þÐþ(þˆþºýˆþºýcþ}ýcþ}ý›þÌý›þÌýÿþÿþÄÿ»ÿÄÿ»ÿ®®‡Q‡QK—K—á‘á‘'å'åþ¾þ¾š#š#VVQQ‹‹ÌLÌLëvëvÌÌe$e$ŠbŠbvv^'^'¨¨º"º"r°r°u¼u¼ˆÂˆÂêcêcPPµ™µ™ëûëûDzDz$ð$ðq–q–“ÿAÿ“ÿAÿ¿þûý¿þûýþúüþúü°ý]ü°ý]üïý½üïý½ü†þ¤ý†þ¤ý/ÿåþ/ÿåþ%%ÏYÏYU!U!qEqE?ð?ð²'²'55qÿ-ÿqÿ-ÿæþYþæþYþ¡þçý¡þçýÃþþÃþþãþNþãþNþ1ÿ¦þ1ÿ¦þˆÿ:ÿˆÿ:ÿÐÿµÿÐÿµÿ  *9*92Q2Q**ðÿçÿðÿçÿÐÿ°ÿÐÿ°ÿ¶ÿ„ÿ¶ÿ„ÿ¢ÿ‚ÿ¢ÿ‚ÿ£ÿ‚ÿ£ÿ‚ÿ¥ÿsÿ¥ÿsÿˆÿ9ÿˆÿ9ÿRÿìþRÿìþÿþÿþÌþ þÌþ þ“þ¸ý“þ¸ýjþlýjþlýOþHýOþHý_þuý_þuý’þÉý’þÉýñþZþñþZþbÿÿbÿÿÐÿ¼ÿÐÿ¼ÿ*G*Gb–b–=c=cìÿìÿgÿ%ÿgÿ%ÿéþJþéþJþgþPýgþPýèýüèýü¡ý;ü¡ý;ü¯ýIü¯ýIüùýÇüùýÇüþ¶ýþ¶ý$ÿ¦þ$ÿ¦þúÿòÿúÿòÿÁ&Á&vava+W+Wµ,µ,ê˜ê˜ÙtÙtoáoáÝÝÀÀA‰A‰ŽÿfÿŽÿfÿþþ{þþþ{þÍþþÍþþõþaþõþaþÿlÿÿlÿS‚S‚jjpìpìQQú4ú43È3Ȩ²¨²¸¹¸¹¸…¸…‰°‰°iÿ0ÿiÿ0ÿþûýþûýþýþýþýÎüþýÎü]þVý]þVýÿhþÿhþ¨ÿzÿ¨ÿzÿZ‚Z‚éVéVó€ó€³³^¢^¢ãÿ×ÿãÿ×ÿhÿÿhÿÿòþQþòþQþ–þ½ý–þ½ý€þ­ý€þ­ý„þ©ý„þ©ýþÈýþÈý¶þêý¶þêý¯þçý¯þçýžþÊýžþÊýuþ‹ýuþ‹ýYþQýYþQýHþ<ýHþ<ýAþ6ýAþ6ýbþlýbþlý“þÂý“þÂýðþPþðþPþOÿÝþOÿÝþ¾ÿ˜ÿ¾ÿ˜ÿ11b¬b¬› › æwæwÇÇHHdCdCucuc\3\3··± ± ?d?dÑÿºÿÑÿºÿˆÿ@ÿˆÿ@ÿ~ÿ/ÿ~ÿ/ÿ§ÿoÿ§ÿoÿ.J.JÎIÎI|c|c#W#W¢%¢%Þ•Þ•ÃfÃfiÞiÞŸ±Ÿ±ôzôzRÿÆþRÿÆþ®þºý®þºý^þuý^þuýwþ™ýwþ™ýÃþþÃþþ1ÿ¨þ1ÿ¨þÿ0ÿÿ0ÿÈÿ¡ÿÈÿ¡ÿèÿÒÿèÿÒÿÒÿ®ÿÒÿ®ÿ ÿfÿ ÿfÿhÿÿhÿÿ ÿyþ ÿyþµþãýµþãýsþqýsþqýSþ^ýSþ^ýþ¥ýþ¥ýÞþ*þÞþ*þ8ÿÃþ8ÿÃþ„ÿDÿ„ÿDÿÃÿŸÿÃÿŸÿÇÿšÿÇÿšÿ{ÿ3ÿ{ÿ3ÿ?ÿ¨þ?ÿ¨þÏþþÏþþeþvýeþvýþ ýþ ýþýþýMþTýMþTý¯þçý¯þçýCÿÞþCÿÞþ÷ÿûÿ÷ÿûÿ‰â‰âýšýšW)W)š”š”š¡š¡ƒkƒkJJ––º(º(yÊyÊrºrºšöšöèzèzCùCù§§ññKKXXEEÙøÙøŸŸY+Y+ÒÒò’ò’ÝwÝwèkèkí{í{í‚í‚ééâzâz¸.¸.ƒØƒØ5J5JôÿÕÿôÿÕÿŸÿeÿŸÿeÿ[ÿüþ[ÿüþ&ÿªþ&ÿªþÿŒþÿŒþÿ‰þÿ‰þÿŒþÿŒþ ÿ”þ ÿ”þöþ@þöþ@þ¸þþ¸þþŠþŸýŠþŸýjþXýjþXýVþTýVþTýŒþ§ýŒþ§ýãþ5þãþ5þPÿèþPÿèþËÿ°ÿËÿ°ÿ/S/S¶¶^“^“}ÿ&ÿ}ÿ&ÿáþ:þáþ:þPþ3ýPþ3ýÍýhüÍýhü|ýùû|ýùû„ýü„ýüºýQüºýQü2þý2þý®þÃý®þÃý:ÿ½þ:ÿ½þ¾ÿ«ÿ¾ÿ«ÿ:m:mm¬m¬d¦d¦;V;VþÿþÿÎÿ¶ÿÎÿ¶ÿŸÿ|ÿŸÿ|ÿºÿŽÿºÿŽÿäÿ×ÿäÿ×ÿ(E(E~Í~ÍÁ8Á8ôŠôŠÆÆŸŸËFËF‹â‹âTT&4&4** ! !**$@$@+P+P0[0[3b3bDfDfPgPgHfHf0S0SKrKro¹o¹šÿšÿÚSÚS ± ±,æ,æ2Ù2Ù——¶¶5e5eËÿ¹ÿËÿ¹ÿŸÿiÿuÿÿRÿÜþ1ÿžþ&ÿþÿþNÿáþNÿáþ²ÿpÿ²ÿpÿv¶£ôÐ3âbõ“ñ†ïzïzÖ_Ö_ž ž ~Í^()()ûÿúÿûÿúÿæÿäÿæÿäÿ""`ž`ž››Bè„„"é"éL#L#8ù8ùµµâtÂ4žóz³S|-GýÿîÿýÿîÿæÿåÿæÿåÿZ”™îØH š;í`+†k†kŒŒJJÖIÖI::SÿùþSÿùþ¯þÛý¯þÛý/þûü/þûüàýüàýüèý üèý üBþýBþý¨þîý¨þîýÿ¤þÿ¤þmÿ"ÿmÿ"ÿ¨ÿsÿ¨ÿsÿ©ÿcÿ©ÿcÿkÿ ÿkÿ ÿÿˆþÿˆþ¯þÕý¯þÕýBþ ýBþ ýðý˜üðý˜üµý7üµý7üŽýüŽýü˜ýü˜ýü¹ýEü¹ýEüÜýüÜýüþØüþØü'þý'þýMþGýMþGýrþoýrþoývþyývþyýþ‹ýþ‹ýŒþ£ýŒþ£ý¼þïý¼þïýÿeþÿeþYÿëþYÿëþÿlÿÿlÿõÿ÷ÿõÿ÷ÿ<h<hHmTrMuFx7c)Oðÿàÿðÿàÿ±ÿ†ÿ±ÿ†ÿÿ>ÿÿ>ÿˆÿJÿ´ÿŒÿáÿÎÿ,[Š·¬¬ÚâÚ⊊֠"'Y‰ì•å›Þ\‰\‰ùÕùÕ\á\áÓ °Ìއ~oŸ¬Ÿ¬ÐîÐî00XXXXÙÙ•£•£WHWH_4_4sSsSŸ¦Ÿ¦ìì"|"|55ûIûIŠwŠw±*±*Õÿ¼ÿÕÿ¼ÿÿþCþÿþCþ6þôü6þôü™ýðû™ýðûkýÏûkýÏû£ý0ü£ý0ü þîü þîü“þ¿ý“þ¿ý@ÿ½þ@ÿ½þœÿnÿœÿnÿ¸ÿˆÿ¸ÿˆÿÿYÿÿYÿ#ÿ{þ#ÿ{þ¢þÌý¢þÌýòý¡üòý¡üký»ûký»ûôüûôüûÒüÁúÒüÁúãüÚúãüÚú ý@û ý@ûZýÀûZýÀû£ý9ü£ý9üþ¿üþ¿ü`þJý`þJý®þÅý®þÅýÈþúýâþ1þùþOþÿoþÿŠþ)ÿ§þPÿÙþPÿÙþ‚ÿ6ÿ‚ÿ6ÿ¬ÿ„ÿ¬ÿ„ÿÏÿÅÿÝÿ×ÿìÿêÿ÷ÿñÿøÿûÿõÿõÿóÿõÿóÿéÿßÿéÿßÿßÿÏÿßÿÏÿçÿÒÿçÿÒÿýÿõÿýÿõÿ.Q.QuÀuÀÜlÜl< < µÏµÏvvQËQË< < üNüNžªžªÏÏœÿœÿ2R2RÛÿÄÿÛÿÄÿ¤ÿaÿ¤ÿaÿ¨ÿcÿ¨ÿcÿÜÿËÿÜÿËÿ&=&=ææø™ø™d8d8¶Ò¶Òñ3ñ3 E EÔÔhThTènèn,G,G`ÿÞþ`ÿÞþþ½ýþ½ýìýüìýüoýÀûoýÀûcý­ûcý­û®ýü®ýü6þý6þý ÿaþ ÿaþöÿÌÿöÿÌÿÏkÏk|“|“ÆýÆý¦³¦³4è4èrÆrÆšÿKÿšÿKÿÓþþÓþþ6þý6þýöýüöýüþâüþâüeþ3ýeþ3ýÿzþÿzþ©ÿ‰ÿ©ÿ‰ÿu­u­——tNtNxwxwb6b6ÑÑÕTÕT°Œém»NŽ<g*A,@,@,P,P;[;[Fb9T-F!2ôÿíÿôÿíÿ×ÿÅÿ×ÿÅÿÐÿµÿÐÿµÿÍÿ¶ÿËÿ¹ÿÐÿºÿ×ÿ½ÿãÿÖÿñÿñÿ++3Y3YIŒIŒY“VŒT†QNyBj7\7\#C#C"-"- * *ýÿöÿýÿöÿÐÿ›ÿÐÿ›ÿ|ÿ"ÿ|ÿ"ÿÿƒþÿƒþ¼þáý¼þáýuþeýuþeýAþýAþý=þ(ý=þ(ý€þŠý€þŠýõþ;þõþ;þzÿÿzÿÿ  ‹î‹îó¤ó¤#Ñ#ÑÎÎÕTÕT]ˆ]ˆçÿÃÿçÿÃÿvÿ#ÿvÿ#ÿÿþÿþÿhþÿhþ(ÿ•þ(ÿ•þgÿÿgÿÿÌÿºÿÌÿºÿ>n>n™þ™þàoàoÅÅÃÃþ§þ§àgàg¤¤pÌpÌd—d—xÉxɦ¦èyèyããN1N1CC¾¾ž ž 7Y7YÂÿ’ÿÂÿ’ÿcÿòþcÿòþÿtþÿtþîþ5þîþ5þÿXþÿXþ2ÿ­þ2ÿ­þ}ÿ9ÿ}ÿ9ÿËÿÀÿËÿÀÿ . .>f>fFaFa++çÿÎÿçÿÎÿÿCÿÿCÿEÿÂþEÿÂþíþ+þíþ+þ©þ·ý©þ·ýwþaýwþaýtþeýtþeý§þÑý§þÑýõþOþõþOþHÿ¼þHÿ¼þŽÿ0ÿŽÿ0ÿÈÿ‘ÿÈÿ‘ÿØÿ®ÿØÿ®ÿÕÿ¶ÿÕÿ¶ÿÃÿÿÃÿÿ¥ÿ]ÿ¥ÿ]ÿ~ÿ(ÿ~ÿ(ÿ`ÿÿ`ÿÿZÿóþZÿóþwÿÿwÿÿ ÿ`ÿ ÿ`ÿâÿÉÿâÿÉÿ(?(?`­`­œœÊTÊTÜpÜp×a×a¿/¿/˜˜u×u×fÁfÁx¼x¼”õ”õ¨¨ÅMÅMÉ=É=© © |¾|¾ElEl''!>!>HH†÷†÷æyæyP1P1 ½ ½ºÛºÛ˜¨˜¨66¨4¨4!C!C¢ÿbÿ¢ÿbÿ<ÿ­þ<ÿ­þìþ5þìþ5þïþ&þïþ&þÿyþÿyþdÿöþdÿöþÑÿ¤ÿÑÿ¤ÿ*F*FÙÙÅMÅMÙVÙVÅ>Å>qÍqÍ*S*SïÿîÿïÿîÿÏÿ°ÿÏÿ°ÿÅÿ ÿÅÿ ÿÝÿÔÿÝÿÔÿþÿþÿ115Y5Y6X6X%%ÙÿºÿÙÿºÿ˜ÿ>ÿ˜ÿ>ÿTÿÜþTÿÜþÿþÿþÿhþÿhþÿ}þÿ}þ7ÿ´þ7ÿ´þTÿåþTÿåþnÿÿnÿÿ…ÿ8ÿ…ÿ8ÿ™ÿJÿ™ÿJÿŠÿ;ÿŠÿ;ÿ_ÿñþ_ÿñþ>ÿ¹þ>ÿ¹þÿnþÿnþéþ'þéþ'þèþ4þèþ4þ ÿkþ ÿkþ;ÿÀþ;ÿÀþ…ÿ:ÿ…ÿ:ÿÓÿ°ÿÓÿ°ÿ&/&/Èÿ˜ÿÈÿ˜ÿXÿèþXÿèþìþ)þìþ)þ˜þ•ý˜þ•ýYþ:ýYþ:ý\þPý\þPý•þ¢ý•þ¢ýÿfþÿfþ|ÿ1ÿ|ÿ1ÿþÿûÿþÿûÿgŸgŸªª½)½)©©vÀvÀ:b:bßÿµÿßÿµÿÎÿ¶ÿÎÿ¶ÿ;m;múúêŠêŠ$ø$øN9N9J$J$ÑÑÎSÎS”ç”çb‹b‹7N7N3[3[n°n°ÂJÂJ6õ6õÑÑÿSÿS¼ø¼ø^B^Bðzðz`…`…Óÿ»ÿÓÿ»ÿaÿùþaÿùþJÿÇþJÿÇþbÿÿbÿÿÌÿžÿÌÿžÿ=_=_—ú—úÝtÝtÑѶ¶Û]Û]ƒÛƒÛ??²ÿƒÿ²ÿƒÿ_ÿÛþ_ÿÛþÿ‡þÿ‡þ ÿhþ ÿhþÿuþÿuþ(ÿ¥þ(ÿ¥þ>ÿÑþ>ÿÑþRÿéþRÿéþdÿÿdÿÿeÿöþeÿöþhÿòþhÿòþlÿòþlÿòþqÿöþqÿöþwÿ-ÿwÿ-ÿ®ÿlÿ®ÿlÿëÿáÿëÿáÿ@@CŒCŒa·a·W—W—ÍÿµÿÍÿµÿ|ÿ/ÿ|ÿ/ÿÿ€þÿ€þÑþ÷ýÑþ÷ý¨þ±ý¨þ±ý¼þáý¼þáýÿpþÿpþlÿÿlÿÿüÿüÿ…Ë…Ëòò6 6 88ô™ô™’ ’ MMŸÿXÿŸÿXÿ9ÿ­þ9ÿ­þ ÿlþ ÿlþÿyþÿyþRÿÞþRÿÞþ†ÿ4ÿ†ÿ4ÿ²ÿ}ÿ²ÿ}ÿÖÿºÿÖÿºÿãÿÈÿãÿÈÿÎÿ¤ÿÎÿ¤ÿ­ÿhÿ­ÿhÿ“ÿIÿ“ÿIÿ¯ÿrÿ¯ÿrÿçÿÎÿçÿÎÿ$L$LuÑuÑÄYÄYñ’ñ’ázáz""‰ÿ&ÿ‰ÿ&ÿûþ\þûþ\þ›þ¾ý›þ¾ý‚þvý‚þvý³þØý³þØý?ÿ”þ?ÿ”þÑÿ¶ÿÑÿ¶ÿ|É|ÉÈÈppޡޡpypy¶¶‰ã‰ã  «ÿ]ÿ«ÿ]ÿlÿðþlÿðþ{ÿ"ÿ{ÿ"ÿœÿNÿœÿNÿÚÿÀÿÚÿÀÿ,?,?}Ã}üE¼Eü©ü©,ó,ó>>'ê'êÿ«ÿ«ÚqÚq¸,¸,‰ß‰ßPŒPŒ F Føÿüÿøÿüÿ×ÿ¿ÿ×ÿ¿ÿ¼ÿžÿ¼ÿžÿ·ÿ”ÿ·ÿ”ÿÄÿÿÄÿÿïÿåÿïÿåÿ>o>op¾p¾– – ÂEÂEÂ?Â?žž^ž^ž’ÿLÿ’ÿLÿ3ÿ¶þ3ÿ¶þéþ0þéþ0þ±þÊý±þÊýˆþýˆþýœþ¨ýœþ¨ý±þØý±þØý÷þKþ÷þKþDÿÃþDÿÃþ¥ÿ\ÿ¥ÿ\ÿ  R—R—ŸŸÛŠÛб±ØyØy”ú”ú66ŒÿGÿŒÿGÿéþ+þéþ+þXþ0ýXþ0ýèýoüèýoü¥ý ü¥ý üÇý3üÇý3üþ«üþ«üÂþÙýÂþÙýÿÿÿÿLL»»“©“©ÁÁ¦É¦É4 4 œøœøîÿÖÿîÿÖÿKÿÏþKÿÏþÉþþýÉþþýtþ\ýtþ\ýuþgýuþgý¡þ§ý¡þ§ýÿ\þÿ\þ~ÿÿ~ÿÿìÿÓÿìÿÓÿE†E†ŒŒ³0³0¿A¿A¥¥ûûwÊwÊcŸcŸAiAi$K$K11ìÿØÿìÿØÿÌÿ¢ÿÌÿ¢ÿ²ÿwÿ²ÿwÿžÿVÿžÿVÿŸÿ]ÿŸÿ]ÿÁÿ•ÿÁÿ•ÿÝÿÄÿÝÿÄÿ  3T3TXŽXŽtºtºˆÚˆÚ†Ð†Ð‚Ä‚Ä|Ç|ÇuÆuÆ®.®.ÆMÆMÆPÆP’í’í5X5X¸ÿ‰ÿ¸ÿ‰ÿCÿÉþCÿÉþÖþþÖþþ‚þ€ý‚þ€ýƒþrýƒþrýÂþÜýÂþÜý-ÿzþ-ÿzþÇÿ¨ÿÇÿ¨ÿ~Ö~ÖÈÈ¢±¢±òcòcûZûZšÊšÊD%D%Á6Á6:R:RËÿ—ÿËÿ—ÿqÿÿqÿÿÿÿÿÿŒÿJÿŒÿJÿøÿõÿøÿõÿO€O€” ” É{É{ðžðžì“é‰Óa¿;£‰æJmJmùÿõÿùÿõÿ 59`Nd£tÄ…ç…çúú^¥^¥Žÿ>ÿŽÿ>ÿÿjþÿjþ²þÄý²þÄýHþýHþýþ¤üþ¤ü þ¦ü þ¨üþÇü5þæüYþ-ý~þtýßþþßþþRÿÙþRÿÙþ²ÿtÿ²ÿtÿáÿÄÿÛÿ¼ÿ×ÿµÿÂÿ•ÿ¯ÿwÿ†ÿ2ÿ_ÿîþ_ÿîþÿhþÿhþ³þ¼ý³þ¼ý\þ%ý\þ%ýþÆüþÆüþÅüþÅüFþ ýFþ ýžþ¢ýžþ¢ýûþAþûþAþZÿáþZÿáþ©ÿgÿ©ÿgÿêÿèÿêÿèÿ119[9[=[=[/9/9  úÿçÿúÿçÿæÿÉÿæÿÉÿÖÿÁÿÖÿÁÿùÿûÿùÿûÿ5c5ctÆtƵCµCö³ö³66e_e_u€u€lplp_Y_Y>,>,þþ//8)8)JEJESRSRUSUSQ:Q:(ì(ì´´ïŸïŸû§û§ÖÖ,,>1>1GLGLYXYX22í¢í¢ææ'.'.­ÿÿ­ÿÿKÿÝþKÿÝþÿþÿþ ÿ\þ ÿ\þ!ÿtþ!ÿtþEÿ½þEÿ½þuÿÿuÿÿžÿnÿžÿnÿÐÿ²ÿÐÿ²ÿùÿêÿùÿêÿúÿçÿúÿçÿÊÿ”ÿÊÿ”ÿ“ÿ9ÿ“ÿ9ÿHÿÆþHÿÆþ ÿZþ ÿZþàþþàþþÏþíýÏþíýÕþÿýÕþÿýîþ%þîþ%þÿ[þÿ[þÿþÿþCÿ»þCÿ»þdÿåþdÿåþqÿûþqÿûþmÿÿmÿÿlÿøþlÿøþmÿõþmÿõþpÿÿpÿÿ„ÿ'ÿ„ÿ'ÿ–ÿUÿ–ÿUÿ¦ÿ}ÿ¦ÿ}ÿ´ÿÿ´ÿÿ°ÿrÿ°ÿrÿžÿIÿžÿIÿ€ÿ*ÿ€ÿ*ÿiÿôþiÿôþXÿÌþXÿÌþ<ÿ°þ<ÿ°þ8ÿžþ8ÿžþGÿÔþGÿÔþ†ÿ*ÿ†ÿ*ÿÛÿ·ÿÛÿ·ÿ0R0R””»»WKWKvvvvYCYCü¸ü¸†ò†òñÿÚÿñÿÚÿXÿ÷þXÿ÷þÞþþÞþþþ^ýþ^ýgþGýgþGý™þyý™þyýÚþþÚþþhÿôþhÿôþÝÿÊÿÝÿÊÿTTƒé³CàˆÏ!ë5 ßß؃؃ŠðŠð(éÿÖÿ»ÿ„ÿÿ/ÿ`ÿÚþ<ÿ—þÿTþÿTþÿ=þÿ=þÿcþÿcþSÿÊþSÿÊþªÿ[ÿªÿ[ÿi°i°»7»7úŸúŸ Í Í»»ö•ö•ÙoÙo¾:¾:¥ ¥ ™Žþ‹÷‰ð…è‚àzßzßÚÚ„Ò„ÒtÈlÂe¼mÅwÏ„ì“ “ ÇgÇgî¬î¬Ìí'78 :&ççö™ö™§ § T‰1J òÿÙÿÖÿ¦ÿ¿ÿ}ÿ¨ÿTÿ¨ÿTÿ„ÿ4ÿ„ÿ4ÿˆÿ=ÿˆÿ=ÿÿWÿÿWÿ¯ÿnÿ¯ÿnÿ¾ÿ’ÿ¾ÿ’ÿËÿ°ÿËÿ°ÿÖÿ¹ÿÖÿ¹ÿßÿ±ÿßÿ±ÿÆÿ›ÿÆÿ›ÿ²ÿŠÿ²ÿŠÿ²ÿ~ÿ²ÿ~ÿ³ÿfÿ³ÿfÿ¥ÿTÿ¥ÿTÿ›ÿHÿ›ÿHÿtÿÿtÿÿFÿ¸þFÿ¸þÿdþÿdþÝþöýÝþöý¥þ”ý¥þ”ý|þNý|þNý`þý`þý_þ4ý_þ4ý¤þý¤þýôþþôþþJÿ¹þJÿ¹þ’ÿLÿ’ÿLÿÞÿÆÿÞÿÆÿ**#>#>  óÿòÿóÿòÿÊÿ”ÿÊÿ”ÿ‰ÿ6ÿ‰ÿ6ÿVÿØþVÿØþ/ÿšþ/ÿšþ2ÿœþ2ÿœþWÿ×þWÿ×þ‡ÿ4ÿ‡ÿ4ÿ¿ÿ‘ÿ¿ÿ‘ÿýÿþÿýÿþÿ?k?ksØsØ››¹2¹2»@¾O¾M¿L½J¼I¶6¶6®#®#¤0¤0¹=¿CÇJÂP¿W¹MµDµDª!ª!ŽþŽþÜu»a™Nx=^-E!2!2<< Y!W"V"L#C"9#0#0  óÿÚÿóÿÚÿÚÿ§ÿÚÿ§ÿÆÿtÿÆÿtÿ¶ÿaÿ¶ÿaÿªÿNÿªÿNÿ¡ÿ;ÿ¡ÿ;ÿ›ÿHÿ›ÿHÿ§ÿeÿ§ÿeÿ²ÿ‚ÿ²ÿ‚ÿ¼ÿÿ¼ÿÿÕÿ¬ÿÕÿ¬ÿéÿÙÿéÿÙÿùÿùÿÿÿ# ! ÷ÿíÿâÿºÿâÿºÿÁÿ‡ÿÁÿ‡ÿ—ÿ4ÿ—ÿ4ÿfÿáþ[ÿÏþPÿ¾þPÿÌþPÿÛþaÿòþrÿ ÿrÿ ÿ¯ÿnÿ¯ÿnÿñÿñÿñÿñÿ26tY­}ç  ÄZêêååÍjÍjÍjÍjÍjÍjÍjd¨üÿçÿüÿçÿåÿÑÿåÿÑÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿ,MŸMŸcÑcÑsÃsÃ^¢T‘KBp:`2O+?+?,,;;JJ))ýÿøÿýÿøÿãÿ·ÿãÿ·ÿ®ÿfÿ®ÿfÿ„ÿÿ„ÿÿcÿÔþcÿÔþJÿÃþJÿÃþHÿÂþHÿÂþYÿÑþYÿÑþyÿÿyÿÿ¥ÿ_ÿ¥ÿ_ÿÊÿ®ÿÊÿ®ÿèÿýÿèÿýÿ,,0K0K9Z9Z?Y?Y2X2X&W&WVV55óÿóÿÙÿÂÿÙÿÂÿ¹ÿ‘ÿ¹ÿ‘ÿ ÿ`ÿ ÿ`ÿÿ?ÿÿ?ÿÿ.ÿÿ.ÿ¢ÿ]ÿ¢ÿ]ÿÂÿŒÿÂÿŒÿìÿîÿìÿîÿPPV¢V¢‚ä‚ä“ö“öŽøŽøgºgº5i5i  Øÿ¥ÿØÿ¥ÿŸÿCÿŸÿCÿ‚ÿ!ÿ‚ÿ!ÿ|ÿ%ÿ|ÿ%ÿ™ÿKÿ™ÿKÿÂÿ‘ÿÂÿ‘ÿäÿ×ÿäÿ×ÿ33'9'9ôÿõÿôÿõÿÚÿ«ÿÚÿ«ÿ¥ÿaÿ¥ÿaÿ{ÿ'ÿ{ÿ'ÿzÿÿzÿÿ‹ÿ3ÿ‹ÿ3ÿªÿyÿªÿyÿÔÿ¿ÿÔÿ¿ÿöÿöÿ!K!KCaCa=g=g'='=óÿóÿ×ÿ©ÿ×ÿ©ÿ³ÿoÿ³ÿoÿ–ÿUÿ–ÿUÿ ÿKÿ ÿKÿ©ÿqÿ©ÿqÿÑÿ·ÿÑÿ·ÿ  9c9cd¹d¹……55®+®+™™u·u·EmEm##úÿéÿúÿéÿîÿßÿîÿßÿäÿåÿäÿåÿ  ,a,aU§U§„í„í¨¨¢¢ŠÿŠÿtÕtÕP‹P‹1A1A÷ÿ÷ÿäÿÍÿäÿÍÿØÿ³ÿØÿ³ÿÞÿÉÿÞÿÉÿãÿßÿãÿßÿ÷ÿõÿ÷ÿõÿ  !!    óÿóÿìÿÉÿìÿÉÿÛÿŸÿÛÿŸÿ½ÿuÿ½ÿuÿ¥ÿKÿ¥ÿKÿ’ÿAÿ’ÿAÿ”ÿGÿ”ÿGÿ§ÿmÿ§ÿmÿ·ÿ“ÿ·ÿ“ÿÅÿ™ÿÅÿ™ÿÑÿŸÿÑÿŸÿËÿ•ÿËÿ•ÿÆÿ‹ÿÆÿ‹ÿÂÿÿÂÿÿ¿ÿ—ÿ¿ÿ—ÿÝÿ½ÿÝÿ½ÿõÿóÿõÿóÿ99DDfÅfÅ€û€û“ñ“ñ€ç€ç^ª^ª@m@m&0&0óÿóÿáÿÆÿáÿÆÿØÿ¹ÿØÿ¹ÿáÿÌÿáÿÌÿøÿÿÿøÿÿÿ*R*RQ¥Q¥øø¢;¢;»N»N¼A¼A™™zÇzÇNzNzíÿðÿíÿðÿÙÿÃÿÙÿÃÿÙÿÆÿÙÿÆÿÙÿÉÿÙÿÉÿÙÿ¼ÿÙÿ¼ÿÙÿ¯ÿÙÿ¯ÿÉÿ¢ÿÉÿ¢ÿ¬ÿeÿ¬ÿeÿ•ÿ(ÿ•ÿ(ÿsÿëþsÿëþYÿÞþYÿÞþVÿÑþVÿÑþfÿäþfÿäþuÿÿuÿÿƒÿ*ÿƒÿ*ÿÿ=ÿÿ=ÿœÿ@ÿœÿ@ÿ‡ÿ3ÿ‡ÿ3ÿwÿöþwÿöþLÿ¹þLÿ¹þ+ÿlþ+ÿlþÿ/þÿ/þæþþæþþòþþòþþÿNþÿNþJÿ©þJÿ©þ|ÿ$ÿ|ÿ$ÿ¶ÿŸÿ¶ÿŸÿöÿúÿöÿúÿ%%&@&@++åÿÑÿåÿÑÿÈÿ¬ÿÈÿ¬ÿÁÿ—ÿÁÿ—ÿÜÿ²ÿÜÿ²ÿòÿýÿòÿýÿHHO“O“}î}î°I°IÖtÖtñŸñŸÊÊ å åððûû))/'/'/2/2*-*-!!ããæžæž¼Y¼Y––tßtßfÊfÊiÅiÅyàyà„û„ûŠŠœ!œ!˜˜‚ׂ×NN´ÿ{ÿ´ÿ{ÿeÿáþeÿáþÿGþÿGþÛþíýÛþíý¾þ¹ý¾þ¹ý»þ¸ý»þ¸ýÍþ×ýÍþ×ýðþþðþþ ÿeþ ÿeþJÿ´þJÿ´þnÿÿnÿÿ}ÿÿ}ÿÿ{ÿÿ{ÿÿkÿ×þkÿ×þ@ÿ þ@ÿ þÿYþÿYþÜþòýÜþòý¶þ›ý¶þ›ýœþtýœþtýŒþ]ýŒþ]ý”þfý”þfý°þ¯ý°þ¯ýÜþøýÜþøýÿRþÿRþEÿ¼þEÿ¼þÿ&ÿÿ&ÿ¼ÿÿ¼ÿÿáÿÊÿáÿÊÿÿÿôÿÿÿôÿþÿþÿ  ÷ÿüÿ÷ÿüÿïÿöÿïÿöÿ::;t;tc®c®èè—"—"¦L¦L¿f¿fÐpÐpÚzÚzÞ„Þ„ÝŽÝŽè¨è¨í²í²í¬í¬é¦é¦â â ØzØz¬4¬4…î…îc¨c¨E‚E‚;l;l1f1f(`(` J J44  öÿâÿöÿâÿäÿ¼ÿäÿ¼ÿÕÿ¶ÿÕÿ¶ÿÙÿ°ÿÙÿ°ÿìÿÚÿìÿÚÿûÿûÿ÷ÿòÿ÷ÿòÿÒÿ¬ÿÒÿ¬ÿ¤ÿFÿ¤ÿFÿ`ÿÐþ`ÿÐþÿZþÿZþæþþæþþÏþîýÏþîýáþþýáþþýÿcþÿcþQÿÈþQÿÈþ¥ÿ]ÿ¥ÿ]ÿêÿòÿêÿòÿ"?"?NŒNŒP‘P‘PP.M.M  ÜÿÅÿÜÿÅÿÎÿ¡ÿÎÿ¡ÿÓÿ­ÿÓÿ­ÿ×ÿ¹ÿ×ÿ¹ÿêÿåÿêÿåÿ11>}>}[¹[¹õõ!!¡¡¡¡ŽõŽõ|Ñ|Ñk­k­[™[™L…L…>q>qAmAmByByA…A…?q?q<]<](9(9ìÿñÿìÿñÿÖÿÍÿÖÿÍÿÔÿ¹ÿÔÿ¹ÿÓÿµÿÓÿµÿÒÿ±ÿÒÿ±ÿÑÿ½ÿÑÿ½ÿàÿÉÿàÿÉÿÜÿµÿÜÿµÿÉÿ‘ÿÉÿ‘ÿºÿmÿºÿmÿ®ÿIÿ®ÿIÿ•ÿ5ÿ•ÿ5ÿ‚ÿ!ÿ‚ÿ!ÿtÿ ÿtÿ ÿjÿùþjÿùþdÿõþdÿõþaÿñþaÿñþqÿýþqÿýþ€ÿÿ€ÿÿŽÿ5ÿŽÿ5ÿ›ÿaÿ›ÿaÿ·ÿÿ·ÿÿÎÿ©ÿÎÿ©ÿáÿÅÿáÿÅÿàÿÁÿàÿÁÿßÿ½ÿßÿ½ÿÎÿ©ÿÎÿ©ÿÀÿ…ÿÀÿ…ÿµÿaÿµÿaÿ­ÿMÿ­ÿMÿ—ÿ9ÿ—ÿ9ÿ–ÿEÿ–ÿEÿ¦ÿqÿ¦ÿqÿÔÿ½ÿÔÿ½ÿ 5u5ugágᎎ«9«9¯5¯5ŸŸÝÝS‰S‰-5-5     EE>q>qW­W­yéyé’’””“ý“ýééyÕyÕeÁeÁS­S­S™S™Q¥Q¥^±^±WWOyOy7U7U!!óÿíÿóÿíÿÚÿ¹ÿÚÿ¹ÿÆÿ•ÿÆÿ•ÿ¶ÿÿ¶ÿÿºÿÿºÿÿ¾ÿ™ÿ¾ÿ™ÿÂÿ¥ÿÂÿ¥ÿÖÿÁÿÖÿÁÿæÿÝÿæÿÝÿóÿùÿóÿùÿýÿýÿ ÿÿ ÿÿ õÿõÿõÿõÿíÿáÿíÿáÿæÿÍÿæÿÍÿàÿ¹ÿàÿ¹ÿÛÿ¥ÿÛÿ¥ÿÇÿ‘ÿÇÿ‘ÿ·ÿmÿ·ÿmÿ«ÿIÿ«ÿIÿ¢ÿ5ÿ¢ÿ5ÿœÿ!ÿœÿ!ÿ˜ÿMÿ˜ÿMÿ¦ÿyÿ¦ÿyÿÒÿ¥ÿÒÿ¥ÿöÿñÿöÿñÿ==*i*i<u<u9a9a%M%M  éÿÅÿéÿÅÿÃÿÿÃÿÿ¥ÿ]ÿ¥ÿ]ÿžÿIÿžÿIÿ©ÿeÿ©ÿeÿ³ÿÿ³ÿÿÜÿ½ÿÜÿ½ÿýÿùÿýÿùÿ55+a+a:}:}EyEy<u<u#A#A  üÿÙÿüÿÙÿÝÿµÿÝÿµÿÔÿ¡ÿÔÿ¡ÿÍÿ­ÿÍÿ­ÿØÿ¹ÿØÿ¹ÿáÿÕÿáÿÕÿøÿñÿøÿñÿ íÿíÿðÿÉÿðÿÉÿáÿµÿáÿµÿÕÿ±ÿÕÿ±ÿËÿ­ÿËÿ­ÿÓÿ¹ÿÓÿ¹ÿÚÿÅÿÚÿÅÿàÿÑÿàÿÑÿåÿÝÿåÿÝÿéÿéÿéÿéÿìÿõÿìÿõÿîÿñÿîÿñÿïÿíÿïÿíÿ  !!  ÿÿõÿÿÿõÿùÿñÿùÿñÿôÿýÿôÿýÿ  !!==IIEEAA==II(U(U2Q2Q9M9M=I=I?U?U?a?a>}>}<‰<‰9u9u5a5a0M0M+I+I&E&E!1!1 úÿùÿúÿùÿëÿåÿëÿåÿïÿñÿïÿñÿòÿýÿòÿýÿôÿ ôÿ õÿõÿõÿñÿõÿñÿõÿÝÿõÿÝÿõÿéÿõÿéÿõÿõÿ)) 5 5$A$A--  ÷ÿáÿ÷ÿáÿßÿ­ÿßÿ­ÿÌÿ™ÿÌÿ™ÿ½ÿ…ÿ½ÿ…ÿ±ÿÿ±ÿÿ¸ÿÿ¸ÿÿÎÿ©ÿÎÿ©ÿàÿÅÿàÿÅÿïÿñÿïÿñÿ - -!I!I2U2U/a/a+M+M'9'9ñÿñÿôÿÍÿôÿÍÿèÿÙÿèÿÙÿîÿåÿîÿåÿóÿáÿóÿáÿ÷ÿÝÿ÷ÿÝÿúÿÙÿúÿÙÿüÿåÿüÿåÿýÿñÿýÿñÿýÿíÿýÿíÿíÿÉÿíÿÉÿàÿ¥ÿàÿ¥ÿÕÿ‘ÿÕÿ‘ÿÌÿÿÌÿÿÅÿ‰ÿÅÿ‰ÿÀÿ…ÿÀÿ…ÿ¼ÿÿ¼ÿÿ¹ÿ}ÿ¹ÿ}ÿ·ÿ‰ÿ·ÿ‰ÿ¶ÿ•ÿ¶ÿ•ÿÆÿ¡ÿÆÿ¡ÿÃÿÿÃÿÿÁÿyÿÁÿyÿÀÿeÿÀÿeÿÀÿaÿÀÿaÿÁÿmÿÁÿmÿÂÿyÿÂÿyÿÃÿ…ÿÃÿ…ÿÄÿ‘ÿÄÿ‘ÿÅÿ­ÿÅÿ­ÿÖÿÉÿÖÿÉÿäÿÕÿäÿÕÿïÿáÿïÿáÿøÿÝÿøÿÝÿïÿÙÿïÿÙÿçÿÕÿçÿÕÿàÿÑÿàÿÑÿêÿÝÿêÿÝÿòÿéÿòÿéÿAA&]&]?y?yR•R•`±`±iÍiÍnÉnÉpÅpÅoÁoÁlÍlÍgÙgÙqåqåwáwázÝzÝzÙzÙxÕxÕtátánínígÙgÙ_µ_µW‘W‘OmOm7Y7Y"E"E Q Q-]-]6Y6Y<U<U/Q/Q#M#Mþÿåÿþÿåÿèÿ±ÿèÿ±ÿÆÿ}ÿÆÿ}ÿ«ÿIÿ«ÿIÿ†ÿÿ†ÿÿyÿÿyÿÿpÿýþpÿýþzÿ ÿzÿ ÿ„ÿ%ÿ„ÿ%ÿŽÿAÿŽÿAÿ§ÿ]ÿ§ÿ]ÿ¼ÿyÿ¼ÿyÿ¾ÿ…ÿ¾ÿ…ÿÀÿÿÀÿÿ²ÿmÿ²ÿmÿ§ÿYÿ§ÿYÿŸÿEÿŸÿEÿŠÿ1ÿŠÿ1ÿzÿÿzÿÿÿ ÿÿ ÿ…ÿÿ…ÿÿ‹ÿ!ÿ‹ÿ!ÿ¡ÿMÿ¡ÿMÿ´ÿyÿ´ÿyÿÄÿ•ÿÄÿ•ÿÑÿ±ÿÑÿ±ÿÜÿÍÿÜÿÍÿõÿùÿõÿùÿ % %AA%]%].i.i4u4uHHWWa©a©gµgµZ±Z±NNC‰C‰9u9u/a/a&M&M.I.I3U3U6a6a7}7}V™V™mµmµmÑmÑk½k½W©W©E…E…5a5a--þÿùÿþÿùÿéÿÕÿéÿÕÿèÿÑÿèÿÑÿçÿÍÿçÿÍÿæÿÙÿæÿÙÿåÿåÿåÿåÿäÿáÿäÿáÿãÿÍÿãÿÍÿÒÿ©ÿÒÿ©ÿÄÿ…ÿÄÿ…ÿ¹ÿÿ¹ÿÿÁÿÿÁÿÿÈÿ™ÿÈÿ™ÿÎÿ¥ÿÎÿ¥ÿÓÿ±ÿÓÿ±ÿ×ÿÍÿ×ÿÍÿêÿéÿêÿéÿéÿÕÿéÿÕÿèÿÁÿèÿÁÿ×ÿ­ÿ×ÿ­ÿÉÿ™ÿÉÿ™ÿ¾ÿuÿ¾ÿuÿ¶ÿaÿ¶ÿaÿ°ÿ]ÿ°ÿ]ÿ¬ÿyÿ¬ÿyÿÊÿ•ÿÊÿ•ÿãÿ±ÿãÿ±ÿ÷ÿÝÿ÷ÿÝÿ  %%AA"-"-  øÿýÿøÿýÿðÿùÿðÿùÿùÿõÿùÿõÿñÿñÿýÿýÿ  % %AA(M(M1Y1Y7e7e;q;q=m=m=i=i,U,UAA--))%%  þÿýÿþÿýÿôÿéÿôÿéÿüÿõÿüÿõÿ    ! !==99%% ýÿ ýÿøÿéÿøÿéÿçÿÕÿçÿÕÿÙÿÁÿÙÿÁÿÎÿ­ÿÎÿ­ÿÅÿ™ÿÅÿ™ÿÎÿ¥ÿÎÿ¥ÿÖÿ±ÿÖÿ±ÿÝÿ½ÿÝÿ½ÿãÿÙÿãÿÙÿøÿõÿøÿõÿ ! !== Y Y'e'e<q<q<m<m;Y;Y)E)E!! ýÿ ýÿÿÿÙÿÿÿÙÿåÿÅÿåÿÅÿÐÿ±ÿÐÿ±ÿßÿÍÿßÿÍÿëÿéÿëÿéÿõÿõÿ11=]=]V‰V‰X¥X¥X¡X¡FF6i6i(E(E  õÿÝÿõÿÝÿâÿ©ÿâÿ©ÿÓÿ¥ÿÓÿ¥ÿÇÿ¡ÿÇÿ¡ÿÞÿ½ÿÞÿ½ÿñÿÙÿñÿÙÿõÿõÿüÿüÿøÿýÿøÿýÿôÿùÿôÿùÿðÿåÿðÿåÿíÿÑÿíÿÑÿêÿ½ÿêÿ½ÿçÿ¹ÿçÿ¹ÿäÿµÿäÿµÿÒÿ±ÿÒÿ±ÿÄÿ­ÿÄÿ­ÿÉÿ©ÿÉÿ©ÿÍÿ¥ÿÍÿ¥ÿÑÿ‘ÿÑÿ‘ÿÄÿ}ÿÄÿ}ÿºÿiÿºÿiÿ²ÿeÿ²ÿeÿ¬ÿaÿ¬ÿaÿ¨ÿ]ÿ¨ÿ]ÿ¦ÿYÿ¦ÿYÿµÿeÿµÿeÿÂÿ‘ÿÂÿ‘ÿÍÿ½ÿÍÿ½ÿæÿéÿæÿéÿúÿõÿúÿõÿ      þÿþÿúÿúÿ  %%11==IIEEAA==99&U&U/q/qEEU©U©`Å`ÅgágákÝkÝlÙlÙkÅkÅX±X±GG8i8i*E*EAA==995511==IIUUAA--  óÿåÿóÿåÿæÿÁÿæÿÁÿÛÿ­ÿÛÿ­ÿÒÿ™ÿÒÿ™ÿËÿ•ÿËÿ•ÿÆÿ¡ÿÆÿ¡ÿÒÿ­ÿÒÿ­ÿÜÿ¹ÿÜÿ¹ÿäÿµÿäÿµÿÚÿ±ÿÚÿ±ÿÒÿ­ÿÒÿ­ÿÌÿ™ÿÌÿ™ÿÇÿ…ÿÇÿ…ÿÃÿqÿÃÿqÿÀÿmÿÀÿmÿ¾ÿiÿ¾ÿiÿ­ÿeÿ­ÿeÿ ÿaÿ ÿaÿ¦ÿmÿ¦ÿmÿ¼ÿyÿ¼ÿyÿÎÿ…ÿÎÿ…ÿÝÿ¡ÿÝÿ¡ÿÙÿ­ÿÙÿ­ÿÖÿ¹ÿÖÿ¹ÿÔÿµÿÔÿµÿÓÿÁÿÓÿÁÿâÿÍÿâÿÍÿîÿÙÿîÿÙÿøÿåÿøÿåÿðÿáÿðÿáÿéÿÝÿéÿÝÿãÿÙÿãÿÙÿîÿåÿîÿåÿ÷ÿñÿ÷ÿñÿþÿíÿþÿíÿéÿéÿõÿõÿ   - -99*E*E#A#A==99EE$Q$Q(M(M*I*I*E*E)Q)Q'M'M$I$I!E!EAA==))%%!!-- 9 9 5 5!!  ýÿýÿ  ))%%!!  ))55íÿíÿëÿÉÿëÿÉÿãÿÅÿãÿÅÿÜÿÁÿÜÿÁÿÖÿ½ÿÖÿ½ÿÑÿ¹ÿÑÿ¹ÿÍÿµÿÍÿµÿÚÿÁÿÚÿÁÿåÿÍÿåÿÍÿîÿéÿîÿéÿõÿõÿúÿúÿþÿ þÿ   ñÿñÿïÿÞÿïÿÞÿëÿØÿëÿØÿìÿàÿìÿàÿíÿàÿíÿàÿîÿàÿîÿàÿïÿðÿïÿðÿðÿðÿðÿðÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿlibcdio-2.0.0/test/data/t5.toc0000644000175000017500000000013411114145233012757 00000000000000// test catalog number CATALOG "1234567890123" TRACK AUDIO NO COPY FILE "cdda.bin" 1:0:0 libcdio-2.0.0/test/data/t6.toc0000644000175000017500000000012211114145233012755 00000000000000// test ISRC code TRACK AUDIO NO COPY ISRC "DEMUA9800001" FILE "cdda.bin" 1:0:0 libcdio-2.0.0/test/data/t10.toc0000644000175000017500000000016011661060320013032 00000000000000// non default CTL flag of track 1 TRACK AUDIO COPY NO PRE_EMPHASIS FOUR_CHANNEL_AUDIO FILE "cdda.bin" 1:0:0 libcdio-2.0.0/test/data/bad-msf-3.toc0000644000175000017500000000027711114145233014110 00000000000000// $Id: bad-msf-3.toc,v 1.1 2004/07/10 01:18:02 rocky Exp $ // bad MSF in second field TRACK AUDIO NO COPY // so that all CTL flags are 0 FILE "cdda.bin" xx:yy:zz // Should be digits libcdio-2.0.0/test/data/malformed2.iso0000644000175000017500000014400013204104700014461 00000000000000CD001LINUX CDROM "s% 2015030420413962201503042041396200000000000000002015030420413962 ÿCD001MKI Wed Mar 4 20:41:39 2015 3.01a27 -appid -no-pad -o .../test1.iso -l .§AAs%"s%"s%A(ðÿÿÿÿÿÿðs%B.TXT;1"s%"s%(s%C.TXT;1libcdio-2.0.0/test/data/bad-msf-1.toc0000644000175000017500000000031111114145233014073 00000000000000// $Id: bad-msf-1.toc,v 1.1 2004/05/07 10:57:50 rocky Exp $ // bad MSF in second field TRACK AUDIO NO COPY // so that all CTL flags are 0 FILE "cdda.bin" 0:0:75 // frame should be less than 75 libcdio-2.0.0/test/data/vcd2.toc0000644000175000017500000000054611710153474013304 00000000000000// Taken from one of Steve Schultz's VCD collection. // The .bin and offsets have been changed and are wrong. CD_ROM_XA // Track 1 TRACK MODE2_FORM_MIX COPY DATAFILE "../data/cdda.bin" 00:00:00 // comment // Track 2 TRACK MODE2_FORM_MIX COPY DATAFILE "cdda.bin" #100 00:00:03 // Track 3 TRACK MODE2_FORM_MIX COPY DATAFILE "cdda.bin" #200 00:00:25 libcdio-2.0.0/test/data/malformed.iso0000644000175000017500000013417513204104700014413 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000CD0010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ÿÿÿ0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000libcdio-2.0.0/test/data/t9.toc0000644000175000017500000000060611114145233012767 00000000000000CD_DA // check mulitple tracks CATALOG "0724385356926" TRACK AUDIO ISRC "USEM39600078" COPY FILE "cdda.bin" 0:10:0 START 0:5:0 TRACK AUDIO NO COPY ISRC "USEM39600079" FILE "cdda.bin" 0:10:0 START 0:2:0 TRACK AUDIO COPY FILE "cdda.bin" 0:10:0 START 0:1:30 TRACK AUDIO NO COPY START 0:0:0 FILE "cdda.bin" 0:10:0 TRACK AUDIO ISRC "EDUMA9892346" NO COPY FILE "cdda.bin" 0:10:0 START 0:2:1 libcdio-2.0.0/test/data/bad-mode1.cue0000644000175000017500000000025111114145233014147 00000000000000REM $Id: bad-mode1.cue,v 1.1 2004/07/10 01:18:02 rocky Exp $ REM "MODE1_FORM45" is not a valid mode. FILE "cdda.bin" BINARY TRACK 01 MODE3_FORM1 INDEX 01 00:00:00 libcdio-2.0.0/test/data/Makefile.in0000664000175000017500000003461013222217404013777 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = test/data ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ check_DATA = \ bad-cat1.cue \ bad-cat1.toc \ bad-cat2.cue \ bad-cat2.toc \ bad-cat3.cue \ bad-cat3.toc \ bad-dir.iso \ bad-file.toc \ bad-mode1.cue \ bad-mode1.toc \ bad-msf-1.cue \ bad-msf-1.toc \ bad-msf-2.cue \ bad-msf-2.toc \ bad-msf-3.cue \ bad-msf-3.toc \ cdda.bin \ cdda.cue \ cdda.bin \ copying-rr.iso \ copying.iso \ data1.toc \ data2.toc \ isofs-m1.bin \ isofs-m1.cue \ isofs-m1.toc \ joliet.iso \ malformed.iso \ malformed2.iso \ p1.bin \ p1.cue \ p1.nrg \ t1.toc \ t2.toc \ t3.toc \ t4.toc \ t5.toc \ t6.toc \ t7.toc \ t8.toc \ t9.toc \ t10.toc \ vcd2.toc \ videocd.nrg \ cdtext.toc \ data5.toc \ data6.toc \ data7.toc \ test-udf1.iso \ udf102.iso \ cdtext.cdt \ cdtext-libburnia.cdt EXTRA_DIST = $(check_DATA) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/data/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/data/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_DATA) check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/test/data/bad-msf-1.cue0000644000175000017500000000026711114145233014074 00000000000000REM $Id: bad-msf-1.cue,v 1.1 2004/07/12 03:57:28 rocky Exp $ REM bad MSF in second field - frame should be less than 75 FILE "cdda.bin" BINARY TRACK 01 AUDIO INDEX 01 00:00:100 libcdio-2.0.0/test/data/p1.bin0000644000175000017500000255324011114145233012747 00000000000000ðÿðÿãÿðÿãÿðÿØÿãÿØÿãÿßÿèÿßÿèÿõÿüÿõÿüÿ    ( (   éÿúÿéÿúÿÕÿòÿÕÿòÿµÿÛÿµÿÛÿœÿÈÿœÿÈÿ©ÿÉÿ©ÿÉÿÄÿÚÿÄÿÚÿêÿøÿêÿøÿ>#>#k1k1;;vBvBa6a6>+>+êÿûÿêÿûÿËÿéÿËÿéÿ²ÿÚÿ²ÿÚÿÎÿÞÿÎÿÞÿåÿñÿåÿñÿøÿøÿ   æÿòÿæÿòÿÇÿÝÿÇÿÝÿ®ÿÌÿ®ÿÌÿŠÿ¿ÿŠÿ¿ÿnÿµÿnÿµÿ™ÿÎÿ™ÿÎÿÐÿãÿÐÿãÿ€>€>ÚlÚlB©B©)›)›ÐmÐmq5q5dÿ¿ÿdÿ¿ÿçþ†ÿçþ†ÿ§þYÿ§þYÿ˜þGÿ˜þGÿ±þKÿ±þKÿêþqÿêþqÿ\ÿ¢ÿ\ÿ¢ÿÎÿëÿÎÿëÿ<&<&”U”UÙyÙy½d½d£Q£Q_0_0üÿüÿ øÿ øÿCCj0j0ˆ>ˆ>ŽHŽH`/`/éÿùÿéÿùÿˆÿÍÿˆÿÍÿ;ÿšÿ;ÿšÿìþrÿìþrÿÒþcÿÒþcÿÿyÿÿyÿ+ÿŒÿ+ÿŒÿƒÿ½ÿƒÿ½ÿüÿõÿüÿõÿ^2^2¬b¬bè‡è‡‚‚ØkØkVVjCjC>">"êÿïÿêÿïÿäÿìÿäÿìÿßÿéÿßÿéÿ»ÿæÿ»ÿæÿžÿÓÿžÿÓÿwÿÄÿwÿÄÿ9ÿ¨ÿ9ÿ¨ÿÿ’ÿÿ’ÿ"ÿ‘ÿ"ÿ‘ÿ\ÿ±ÿ\ÿ±ÿÍÿìÿÍÿìÿu<u<ŒŒ‹Ê‹ÊçùçùÚûÚûd¸d¸ŠEŠE’ÿÄÿ’ÿÄÿŽþLÿŽþLÿ¦ýÍþ¦ýÍþ ýzþ ýzþ!ýŒþ!ýŒþýÒþýÒþ³þgÿ³þgÿ00èèèèEE0!0!$$O¢O¢¸ϸÏäÿäÿäÿäÿºý×þºý×þüþüþ`û«ý`û«ý^ûœý^ûœý2üþ2üþÕýÇþÕýÇþ˜é˜éÔ‹Ô‹êêØüØüH*H*!! þÿ þÿ†ü5þ†ü5þ¬ûÃý¬ûÃýÀûÝýÀûÝýµü@þµü@þFþ2ÿFþ2ÿÊÿùÿÊÿùÿ8š8š\\£Z£ZvJvJõõ‘‘`3`3­ÿåÿ­ÿåÿNÿ¦ÿNÿ¦ÿÿ”ÿÿ”ÿPÿ§ÿPÿ§ÿÿÇÿÿÇÿ÷ÿ÷ÿ@ @ **¡ÿÎÿ¡ÿÎÿfÿ¥ÿfÿ¥ÿ(ÿ…ÿ(ÿ…ÿùþlÿùþlÿ&ÿŠÿ&ÿŠÿÿ´ÿÿ´ÿõÿ÷ÿõÿ÷ÿ¡M¡M*‘*‘ÍåÍåÜ÷Ü÷„Ç„ǪXªX˜ÿÔÿ˜ÿÔÿ‘þGÿ‘þGÿÁý×þÁý×þ ýþ ýþVýœþVýœþþ÷þþ÷þúþ‡ÿúþ‡ÿ66¼Ô¼Ô„Q„Qðð Q Qø ø Ã_Ã_ÄÿÑÿÄÿÑÿõþ^ÿõþ^ÿžþTÿžþTÿèþfÿèþfÿQÿ¡ÿQÿ¡ÿ©ÿÒÿ©ÿÒÿqÿºÿqÿºÿEÿ”ÿEÿ”ÿœþCÿœþCÿðýôþðýôþýÈþýÈþ"þÿ"þÿ4ÿ„ÿ4ÿ„ÿ††¥U¥UdWdW½ô½ô=©=©=%=%ˆ݈ÝÂþQÿÂþQÿ üÙý üÙýâù°üâù°ü:ø÷û:ø÷ûùüùüHû\ýHû\ýÂýÿÂýÿxÁxÁv^v^Ò¤Ò¤ÕÿÕÿÁ|Á|£[£[ÔÔ„ÿÿ„ÿÿÔü_þÔü_þûpýûpýVú4ýVú4ýIû}ýIû}ý!üþ!üþ³ýíþ³ýíþaÿÐÿaÿÐÿ‰‰rr·b·bä€ä€[,[,âãâãM¤M¤ÎnÎn§W§W„B„Be/e/îÿþÿîÿþÿWÿ¦ÿWÿ¦ÿ–þ?ÿ–þ?ÿ¿ýÎþ¿ýÎþývþývþü4þü4þ§üEþ§üEþ;ý’þ;ý’þŠþMÿŠþMÿl7l7¨]¨]¤e¤e.1.1SQSQUÅUÅŠÁŠÁònònÜýïþÜýïþbû¼ýbû¼ý²ùËü²ùËüàøDüàøDüíøcüíøcüUú2ýUú2ýlüIþlüIþñþŠÿñþŠÿ±Þ±Þ55/!/!5»5»ááههNÌNÌãzãzŽaŽa9ýwþ9ýwþúïüúïüª÷¼ûª÷¼ûÏõÓúÏõÓúnõeúnõeú»ö+û»ö+ûÆùÛüÆùÛüþýÜþþýÜþoJoJã¶ã¶Ê žÊ ž¼ ¶¼ ¶= X= Xd *d *ïïThThøûôýøûôý­÷û­÷ûQôÌùQôÌù}óvù}óvùŽôæùŽôæùq÷·ûq÷·û’û°ý’û°ýxxq q 4›4›íCíC`K`K¥H¥H@@ÔdÔdgÿ¯ÿgÿ¯ÿÿ™ÿÿ™ÿ[ÿ­ÿ[ÿ­ÿÍÿßÿÍÿßÿ**“ÿÁÿ“ÿÁÿÓþiÿÓþiÿ½ýíþ½ýíþäütþäütþ@üþ@üþÉûÓýÉûÓý ûÄý ûÄýbü þbü þTý²þTý²þÝþeÿÝþeÿŽCŽCëöëöV¼V¼ä™ä™YBYBnÏnÏû"û"¥¥\E\E[Ô[Ô9*9*öûÆýöûÆý øÝû øÝûýô`úýô`ú¬ò@ù¬ò@ù3ó%ù3ó%ùKõhúKõhúÉùÂüÉùÂüÿvÿÿvÿžå#TÆŸk ë| î ò²‡²‡• • O <O <è}¬+pÛÿîýÈþlû·ýkù·ük÷¹ûk÷¹ûóõîúóõîúáöEûáöEû‹ùmü‹ùmüÜü_þÜü_þúÿúÿ¯H¯H?¤?¤¿€¿€|¤|¤Xÿ·ÿXÿ·ÿýÆþýÆþ>üþ>üþ³ûÁý³ûÁýðücþðücþ11'Q'Qå%å%Ï ÒÏ Ò– +– +í Bí Bgvgvn€n€‘û ý‘û ýÒöéúÒöéúUòÈøUòÈøHðÔ÷HðÔ÷÷ñªø÷ñªø‹ôîù‹ôîù}ù½ü}ù½ü3ÿ“ÿ3ÿ“ÿÿÈÿÈÈ WÈ WZ ùZ ù¯ :¯ :å vå v' ù' ùNÇNÇÅiÅi­ü=þ­ü=þ²øJü²øJü“õÃú“õÃú$õFú$õFúIö)ûIö)ûøôûøôû û_ý û_ýýáþýáþ**; ; ßìßì$Š$ŠEÓEÓJ³J³ÊkÊk»è»èK?K?˜˜ÐÿãÿÐÿãÿjþ,ÿjþ,ÿMýšþMýšþèüXþèüXþîüiþîüiþ‡ý¶þ‡ý¶þ þ ÿ þ ÿêþrÿêþrÿÀÿØÿÀÿØÿ8+8+8877g2g2¢L¢L©_©_$üÿ$üÿÿ…ÿÿ…ÿþÿþÿWýŸþWýŸþýlþýlþ§ý»þ§ý»þÈþHÿÈþHÿ;;œeœe”e”eÈ'È'—ú—úIIçfçf¯þÿ¯þÿüØýüØýÓù¿üÓù¿üøçûøçû´÷˜û´÷˜û øáû øáûcùžücùžüñûÍýñûÍýŽþCÿŽþCÿ ˜ ˜2ª2ª%0%0ïï'¨'¨½½ÆsÆs¾d¾d(’(’­é­énCnC››lÜlÜU¹U¹T1T1}I}Iüþ‹ÿüþ‹ÿÇýÔþÇýÔþÔüDþÔüDþ…ü1þ…ü1þ°üCþ°üCþàüXþàüXþýoþýoþiý™þiý™þþÿþÿŸþDÿŸþDÿêþmÿêþmÿÿ€ÿÿ€ÿûþqÿûþqÿèþgÿèþgÿBÿ‘ÿBÿ‘ÿ88ÿ~ÿ~Œ^Œ^\:\:à à ϦϦ!¹!¹ÇüÇüvÖvÖ„4„4ªý¬þªý¬þûúEýûúEý˜ù|ü˜ù|ü‡ù¸ü‡ù¸üû;ýû;ýºü,þºü,þþþeÿþþeÿÙeÙe^¯^¯æsæs€@€@ÿzÿÿzÿÓýÛþÓýÛþãü^þãü^þ ýsþ ýsþFþÿFþÿÛkÛkîîÏ{Ï{ Õ Õÿ "ÿ "gpgpuÉuÉBåÿBåÿ7ûŒý7ûŒý½õcú½õcúrñJørñJøñøñøòÙøòÙøLö ûLö ûîü«þîü«þ¬¬c Zc Zl= l= ñP ñP   ¢ v¢ v,|,|Óû"þÓû"þõªùõªùÑïöÑïöÉìöÉìö,ï÷,ï÷»õ8ú»õ8ú†ü(þ†ü(þbb£û£û  Ü ÄÜ Ä á áe+e+¯O¯O  ý3þý3þÄúýÄúýúÚüúÚüÁû­ýÁû­ýAý¦þAý¦þAÿuÿAÿuÿãUãUO©O©””n4n4«ÿåÿ«ÿåÿMþ-ÿMþ-ÿ7ýšþ7ýšþ_ý¤þ_ý¤þÛýÖþÛýÖþ ÿ¨ÿ ÿ¨ÿëˆëˆ——¾¾û6û6“ “ Ô´Ô´cScS›þbÿ›þbÿŽûÐýŽûÐý%ùAü%ùAüK÷SûK÷SûÌ÷¤ûÌ÷¤û‡ùÛü‡ùÛüµý°þµý°þýéýéoéoé%}%}› Ü› ÜãIãI| | Þ Þ æþŽÿæþŽÿ€üIþ€üIþ½û­ý½û­ý3üþ3üþþý½þþý½þªþHÿªþHÿþÿþÿlý‡þlý‡þ#ûký#ûký[ùŽü[ùŽüAùDüAùDü€û5ý€û5ýáþ)ÿáþ)ÿ¢"¢"Ð ìÐ ì®Ø®Ø!p !p m=m=… A… A - -{úµü{úµü$òPø$òPø”ëÜô”ëÜôêè>óêè>óbìLõbìLõßòNùßòNù_û£ý_û£ýjïjïIùIù*> *> ´Ù ´Ù Lë Lë  Û ÛÞÞÉûÈýÉûÈý õú õúðé÷ðé÷¸ð{÷¸ð{÷LòùLòù ÷û ÷û ûAý ûAý?ÿ€ÿ?ÿ€ÿrºrºÍ‚Í‚+F+FyÿyÿJvJvTPTPªWªWý ý hÉhÉ2³2³³ÿËÿ³ÿËÿìýãþìýãþÞû¸ýÞû¸ý±ùŠü±ùŠüø¢ûø¢û÷*û÷*û÷|û÷|ûVùuüVùuüný¤þný¤þ‰Y‰Y4X4X® µ® µ……ÝdÝd¼ ¼ ššs\s\ÆùãüÆùãürô¸ùrô¸ù›ï>÷›ï>÷ÇíMöÇíMöTï÷Tï÷|ó(ù|ó(ùlù$ülù$üÿ®ÿÿ®ÿ‹/‹/º ûº ûÅ(Å(^[ ^[ ”g ”g ššw )w )‹u‹u§ÿ§ÿeøßûeøßûñøñøqëõqëõ¾çÕò¾çÕòÊçóÊçóœëmõœëmõó,ùó,ùýZþýZþxfxf›É ›É ¢¢c|c|¼â¼âMè Mè ? d? dnÿŸÿnÿŸÿ4ó:ù4ó:ùxé#ôxé#ô×ä¡ñ×ä¡ñpåÂñpåÂñ°è?ó°è?óéï@÷éï@÷øKüøKüô0ô0 % %–G–Gù ù á1á1 y yݘݘ­§­§3º3ºëþlÿëþlÿ—þVÿ—þVÿËþFÿËþFÿÈÿÈÿÞÿçÿÞÿçÿ¨þhÿ¨þhÿOývþOývþáú9ýáú9ýüøBüüøBüJøÊûJøÊû„÷\û„÷\ûP÷cûP÷cûÚøüÚøü¼úfý¼úfý°þ@ÿ°þ@ÿëÄëădƒd%Ú%ÚÇ ÇÇ Ç @ @›U›UB¬B¬ÐêÐê8 8 ƒ ƒ qþóþqþóþìõªúìõªú(ïÕö(ïÕö,éyó,éyóæøñæøñ èÑò èÑò÷ìõ÷ìõ"õ(ú"õ(ú”õÿ”õÿB ÙB Ù  Z0Z0LÐLÐ   ¸ ¸ ð1ð1†ÿŠÿ†ÿŠÿŸöœúŸöœúˆï°öˆï°ö[íóõ[íóõÞîùöÞîùöÕôéùÕôéùGûúüGûúü––ãýãý@>@>~e~e*8*8þ ÿþ ÿ«úêü«úêü øáû øáû¬øõû¬øõû¯ûÜý¯ûÜý¦¦ÒˆÒˆýýÃn Ãn Ÿ Ÿ øÂøÂåçåçk¶ÿk¶ÿï÷èúï÷èúPîŽöPîŽöÅæ*óÅæ*óÁæLòÁæLòöèÒóöèÒóeî ÷eî ÷€÷äú€÷äú«ù«ùç æç æpÎ pÎ } } ÕM ÕM ³r ³r ñªñª[J[Jå$å$ ù^ü ù^üÅò[ùÅò[ùMï÷Mï÷JïïöJïïöÓñ#øÓñ#øyõ>úyõ>úÓù}üÓù}ütýÅþtýÅþï¤ï¤¿&¿&ùùV¾V¾>>œ-œ-êàêà••¡ù¡ùÁ Á þÿíÿþÿíÿÓýÔþÓýÔþüÞýüÞý#ûjý#ûjýûXýûXýËû³ýËû³ýÃüBþÃüBþ=þ ÿ=þ ÿwÿÉÿwÿÉÿx<x<\2\2C)C)¹{¹{¡¡¶a¶a?ÿ¤ÿ?ÿ¤ÿ¯ýµþ¯ýµþüÑýüÑýâúBýâúBýûPýûPý•ü8þ•ü8þÿ‡ÿÿ‡ÿ·×·×j÷j÷Ó¥Ó¥u =u =  )  )ž Xž XaœaœG±G±®ÿîÿ®ÿîÿiûWýiûWýˆ÷Fûˆ÷Fûƒô«ùƒô«ùó´øó´øóäøóäøqô©ùqô©ù ÷Jû ÷Jûƒû~ýƒû~ýÉÿ Éÿ ººss¯«¯«““ * *C'C'ƌƌw­w­õõ×ר‡¨‡† † ÀÀtjtjõõcÿÿcÿÿ4ýTþ4ýTþyûfýyûfýgúÝügúÝüÏúGýÏúGý8û¨ý8û¨ý ûÆý ûÆýTüþTüþ:ý•þ:ý•þ=þýþ=þýþÿUÿÿUÿ6ÿŸÿ6ÿŸÿÏþlÿÏþlÿ€þ#ÿ€þ#ÿEþÿEþÿôþwÿôþwÿÐÿüÿÐÿüÿÍøÍøÌÌvŽvކ±†±Å bÅ bR -R -#Ú#Ú@ @ qÿÿqÿÿÒû¦ýÒû¦ýñøüñøüø…ûø…ûäøüäøüû7ýû7ýÇý¸þÇý¸þþÿõÿþÿõÿ"ˆ"ˆ“9“9.ÿƒÿ.ÿƒÿ;ý‰þ;ý‰þòú9ýòú9ýÔù®üÔù®ü4ú¶ü4ú¶üü©ýü©ýóÿóÿ"Á"Á¨ Õ¨ Õú=ú=£¹ £¹ 7ò7ò€ X€ X‰ñ‰ñ¤úý¤úýóùóù í’õ í’õëêfôëêfôâëíôâëíô„ðu÷„ðu÷è÷ûè÷û€€7 †7 †èP èP FFŸ… Ÿ… € ê€ êâþ@âþ@¦ôÒù¦ôÒù‚ì±ô‚ì±ô2ænñ2ænñìæIòìæIò+ë=ô+ë=ôDö²úDö²úoÿoÿäZäZºÌºÌÜy Üy p‹ p‹ (³(³ø ‚ø ‚ÉÔÉÔßý]ÿßý]ÿIøüIøüëôRúëôRú"öÓú"öÓúhø`ühø`ücû±ýcû±ýáýÌþáýÌþïÿ¶ÿïÿ¶ÿßußuN$N$ÖÿáÿÖÿáÿuÿ«ÿuÿ«ÿ°þIÿ°þIÿþüþþüþ~ÿÉÿ~ÿÉÿ>p>p·â·â%M%Msâsâ0 ©0 ©°¬°¬MËMËiyiyºü.þºü.þîõ´úîõ´úðö÷ðö÷iïÚöiïÚöŸð“÷Ÿð“÷<õ/ú<õ/ú.û‡ý.û‡ý¹Î¹Î› ´› ´ÈÈPk Pk .ý.ýa ¶a ¶‚â‚â”ÿöÿ”ÿöÿ$ùü$ùü=õ:ú=õ:ú‡õ}ú‡õ}úÝùIüÝùIü{ý@þ{ý@þfÿxÿfÿxÿþÿþÿgûeýgûeýø¹ûø¹ûDönúDönúpö³úpö³ú•ú4ý•ú4ýþÀþÀY –Y –™ ™ è蜜q q ÊôÊô«€«€yó\ùyó\ù"èÙò"èÙòJßÃíJßÃí±Ýªì±Ýªìã2ðã2ðßðB÷ßðB÷_üOþ_üOþý =ý = a aó!@ó!@5M5M} } ý†ý†ÉKÉKŸú5üŸú5üBó"øBó"øëòôëòô*ë§ó*ë§ókíÑõkíÑõ£ô‰ù£ô‰ù­ú¨ü­ú¨üªÿ>ÿªÿ>ÿ¸¸ô5ô5x jx j´ê´êñnñnÆ9Æ9ë1ë1}é}é˜ê˜êŸãŸã[3[3tÿ¯ÿtÿ¯ÿ„ü)þ„ü)þœøãûœøãûõúõú:ó¾ø:ó¾ø©ò€ø©ò€øôOùôOùø©ûø©ûæþ;ÿæþ;ÿy y DwDwYì Yì · · ~… ~… øjøjŠnŠnIüïýIüïý!òBø!òBøêÄóêÄóûäLñûäLñ åMñ åMñMê¨óMê¨ó<ð¬÷<ð¬÷ ùÆü ùÆü§þ§þ7 7 á) á) ËFËFMDMD< < WÜ WÜ 7 7 ÑàÑà›úý›úýnïönïöhå”ðhå”ð­Ýïì­ÝïìÜÙÏêÜÙÏêˆÜKìˆÜKì)æ¦ñ)æ¦ñ‡ò‡ø‡ò‡øMM†T †T ß Pß P7*ƒ7*ƒ±*Ʊ*Æ­"Q­"QNNû û ù7üù7ü êÝó êÝó(Ü(ì(Ü(ìÒÖ1éÒÖ1é1Ûœë1ÛœëwäQïwäQï¾îkö¾îkö•ý þ•ý þ­ W­ W‚ ‚ hh. . e e ‘›‘› ÿ ÿŠüŠü´ÿÿ´ÿÿ·üþ·üþüÀýüÀýÅýÐþÅýÐþ:ÿ±ÿ:ÿ±ÿ›þÿ›þÿ~ü4þ~ü4þÔú*ýÔú*ýc÷ûc÷û¹ô…ù¹ô…ùZóýøZóýø‹óBù‹óBùàõúàõúùüùüúýäþúýäþ˜†˜†àñàñ? Ø? ؽ Ƚ ÈÅ; Å; øt øt uH uH á+ á+ Æv Æv F ÅF Å¥ ¥ Ó÷ìúÓ÷ìúYî8õYî8õåÀðåÀðÚÝ>ìÚÝ>ì¢Ûãê¢Ûãêéßµíéßµíêóêó_ùDü_ùDüVqVqÁR ÁR Ž"WŽ"WÚ)Ú)<(Ã<(Ãf­f­š× š× ''ˆ÷éûˆ÷éûhí&öhí&öxå²ðxå²ð;äÐï;äÐïhéQóhéQóhñŒ÷hñŒ÷®ù.ü®ù.üãõãõ†Ò†ÒŽ XŽ XÖkÖkäºäº›› ý­þ ý­þFùUüFùUüé÷«ûé÷«ûü¨ýü¨ý&ü&ü ï ïÈÜ ÈÜ Ìå Ìå Gq Gq ×F ×F úqúqÀû¸ýÀû¸ýéï›öéï›öŠæùðŠæùðpà÷ípà÷íùàÊîùàÊîå®ðå®ð•îàõ•îàõúMüúMüUU@Ê @Ê Ø Ø AnAnÁvÁvµË µË ¨ ¨ «æ«æzü3þzü3þFóÊøFóÊøþëôþëôoçòoçò­êüó­êüó¤íOö¤íOö^ôú^ôúÒûýÒûýð­ÿð­ÿl\l\+€+€E °E °Ñ Ñ  £ £zËzËLŸLŸààdd5þ¦þ5þ¦þuüþuüþ‡û†ý‡û†ýŸû”ýŸû”ývüþvüþý–þý–þ©þ4ÿ©þ4ÿžÿ·ÿžÿ·ÿ/"/"sDsDÌÿÔÿÌÿÔÿEÿyÿEÿyÿ”ÿÕÿ”ÿÕÿz z \\ ïÿ ïÿµý‚þµý‚þwúýwúýê÷×ûê÷×ûµöóúµöóúÝ÷QûÝ÷QûBúäüBúäüssyy  KE KE   õð õð ô° ô°  ’’Ïù#üÏù#ümñö÷mñö÷×ê±ô×ê±ôæè¸òæè¸ò†é"ó†é"ó±íLõ±íLõYó(ùYó(ùÐúúüÐúúüÁ(Á(ˆˆs 3s 3É ¨É ¨¯ ¯ ÓûÓûßzßzÍþkÿÍþkÿgüSþgüSþ²ýÿþ²ýÿþ°x°xöö³³‘÷‘÷r Tr TB;B;|Ú|Ú••±üYþ±üYþ”ù“ü”ù“üHø¹ûHø¹ûßøÏûßøÏûvùñûvùñû¢ùü¢ùü<úÏü<úÏüvûmývûmý‡üþ‡üþrýpþrýpþOýnþOýnþ÷üDþ÷üDþ»üþ»üþ<ýkþ<ýkþÿÐÿÿÐÿRQRQšƒšƒô !ô !Q(Q(Ó­ Ó­ Ñ Ñ Ÿ ‰Ÿ ‰)=)=ÿ~ÿÿ~ÿ(÷û(÷ûÓð˜÷Óð˜÷RîøõRîøõ'ð÷'ð÷-ôªù-ôªù¶úü¶úü66N,N,s ‡s ‡®®»ê»ê¹£¹£%þ ÿ%þ ÿtúóütúóüŠ÷KûŠ÷Kûø ûø ûû<ýû<ý ÿ ÿ ÿ ÿdÒdÒ1 ¢1 ¢¶¬ ¶¬ é é ñ ñÀºÀºhý þhý þõ0ùõ0ù;íÜô;íÜô5èÑò5èÑòÝéKóÝéKó"ïXö"ïXöãösúãösú‰~‰~üüBBôô@n@np½ p½ ƸƸ°ûý°ûýGíÉõGíÉõÜá¢ïÜá¢ïAßDíAßDí^á0ï^á0ïçëiôçëiôÆôÙùÆôÙùTTõõ  ppŸ Ÿ r r ªuªuîî¡ú\ý¡ú\ý—õqú—õqúÒóøøÒóøø‚ôUù‚ôUùØ÷ ûØ÷ ûuûýuûývþÊþvþÊþM1M1<}<}|X|XÞÿâÿÞÿâÿ’þ5ÿ’þ5ÿ‰ý«þ‰ý«þÿýºþÿýºþ¬E¬E——•Û•Û… °… °Ù Ù e xe x# ª# ª*l*l¶ÿ´ÿ¶ÿ´ÿ«÷û«÷ûmðP÷mðP÷ÈêüóÈêüóâépóâépóµìõµìõõcùõcùüäýüäý¦Í¦ÍÄW ÄW Õ­Õ­  j j Ž9Ž9]üçý]üçýÂõ(úÂõ(úIò)øIò)øõ=ùõ=ù–÷Âû–÷ÂûeûßýeûßýþÿþÿýÖþýÖþŽùAüŽùAü°õ6ú°õ6ú´ò¤ø´ò¤øÒô]ùÒô]ùÝúÝüÝúÝüVVÒ ¿Ò ¿Ía Ía Y ¿Y ¿o!Eo!E¬ ¬ ¢ €¢ €3pÿ3pÿ|ðÔö|ðÔö%ãÙî%ãÙîÁØ¡èÁØ¡èØsèØsè”Þþì”Þþìèï&öèï&ö<þÕ<þÕ[  [  ncnc×"×"ð$¹ð$¹ÕþÕþ3 3 >ó>óqóûqóûësõësõÓæòÓæòêžóêžóíõíõ&ó­÷&ó­÷KøöúKøöú¨¡ÿ¨¡ÿpmpm ¯ ¯' ' ¹ÿ¹ÿll????1‡1‡@M@Mìoìo € €x«x«µÿ·ÿµÿ·ÿ¿û»ý¿û»ý’÷û’÷ûÚóùÚóùño÷ño÷kð ÷kð ÷ÌòhøÌòhø÷;û÷;û³þÿ³þÿ: C: C¢Š ¢Š /©/©¶“¶“ÚÅ ÚÅ e.e.nnùüùü°îö°îöƒæzñƒæzñ†áîí†áîívâ(ïvâ(ï½ç¹ñ½ç¹ñ?ñ‹÷?ñ‹÷ütýütýùKùKq¸q¸ôÍ ôÍ ‚¶‚¶± ȱ Èÿ·ÿ·R!R!p p t²t²ø‚ûø‚ûlêólêó¬ß.í¬ß.íq×Wèq×WèÔêæÔêædÚýédÚýéÿâdïÿâdï/ò¢ø/ò¢ø__pž pž È#VÈ#Và.à.(.å(.åÙ&_Ù&_7f7f±r±r•òg÷•òg÷ âÀí âÀí8Õ1æ8Õ1æÒÔ"çÒÔ"ç+ÕIè+ÕIè8ä—ï8ä—ïáð”÷áð”÷qÿÐÿqÿÐÿH H ¹# ¹# üüÜ Ü ±ê ±ê ÒåÒåèèö­ö­áÿZÿáÿZÿü2þü2þ5ý”þ5ý”þÆýéþÆýéþ—ÿ·ÿ—ÿ·ÿ²þúþ²þúþìüúýìüúý¨ø¶û¨ø¶ûNõïùNõïù„óúø„óúøñò©øñò©øéóÔøéóÔøüõ/úüõ/úIú´üIú´ü§þ2ÿ§þ2ÿ I I<Â<ÂÙ ±Ù ±ååõ‹ õ‹ fé fé Õ Õ ) ) þ þ Ž ¸Ž ¸šxšx]ôBù]ôBù™êó™êóUàríUàrí|Ø…é|Ø…éØ6éØ6é1ßí1ßí”éøò”éøòŒûYýŒûYý7 Ò7 Ò;·;·¡(‚¡(‚¥.ú¥.ú5+ç5+ç1#'1#'ø. ø. ضضô·ùô·ù«æ°ñ«æ°ñsáuísáuíqâîqâîùçòùçò¬ð¤ö¬ð¤öDú)ýDú)ý-€-€] ] º –º –| É| ɳM³Mé;é;=ýÈþ=ýÈþ¬ø$ü¬ø$ü÷§ú÷§ú–úEý–úEýjpÿjpÿd Íd ÍUá Uá ÕÕ‡c ‡c ?Z ?Z ''’û·ý’û·ýfð÷fð÷çÚñçÚñÃàÐíÃàÐíSâðîSâðî*æ~ñ*æ~ñ_ïCö_ïCö5ü›ý5ü›ý8š8šÙ6 Ù6 d›d›·Í·Í»š»š. . > e> eŽÌŽÌßù{üßù{üUñŽ÷UñŽ÷Ÿê¯óŸê¯óÒé×òÒé×òxìàôxìàôæò5øæò5øSø ûSø ûëýŸþëýŸþh¤h¤ãiãi X XÚ ¡Ú ¡ m mD@D@ªôªôz^z^©©Òþ-ÿÒþ-ÿHþ)ÿHþ)ÿlþ)ÿlþ)ÿPþ,ÿPþ,ÿXÿ¬ÿXÿ¬ÿ1919àŠàŠ˜Y˜Y¸ÿÐÿ¸ÿÐÿÿjÿÿjÿKþëþKþëþþìþþìþÎþmÿÎþmÿÆÿØÿÆÿØÿF/F/ ÿŒÿ ÿŒÿ û­ý û­ýÙø1üÙø1ü³ö®ú³ö®úõˆùõˆù{÷¹ú{÷¹úäû'ýäû'ý££ Ô ÔØ  Ø  ê[ê[Œ÷Œ÷a-a-,^ ,^ y2y2ˆüUþˆüUþâòÈøâòÈø?ëbô?ëbôNæýðNæýðèæ7ñèæ7ñ"é‚ò"é‚òëî"öëî"ö öðù öðùæþ§ÿæþ§ÿMMÝ TÝ T÷ ÷ † $† $¨ õ¨ õ#T#T–ÿWÿ–ÿWÿåûdýåûdý-üðý-üðývüjþvüjþVÿkÿVÿkÿ:Ö:ÖVÅVÅÃHÃHîJîJrÚrÚõgõgGþÿGþÿPûýPûýúøáûúøáû8ùúû8ùúû…ùü…ùüÝùJüÝùJü=úºü=úºü€ûYý€ûYý˜üäý˜üäý‰ý]þ‰ý]þËü)þËü)þ=üþ=üþØûŸýØûŸý–ûTý–ûTýÚüþÚüþÚ]Ú]ÞÞX cX cx Yx Yœ@ œ@ Nä Nä x àx àÞMÞM¤8¤8òùüòùü™ôÊø™ôÊø;ï†õ;ï†õZîˆõZîˆõÅñ1÷Åñ1÷÷®ú÷®ú™ýÊþ™ýÊþÜ%Ü%ãQãQ˜ …˜ …Ï {Ï {nTnTÉûÉû§üþ§üþˆøPûˆøPûLõëùLõëù´öEú´öEúuú·üuú·ü²þiÿ²þiÿ ` ` ‹ ‹¡ ¡ tÄtÄû iû iàýàý”û¥ý”û¥ýÌóÜøÌóÜø¬ìô¬ìô¿ê5ó¿ê5ó¥ë4ô¥ë4ôzñó÷zñó÷ûàüûàüøøËß Ëß ODODÛaÛaîOîO' ' "æ"æŠøûŠøûfìôfìô×â”î×â”îgáígáíüåãðüåãðmðs÷mðs÷ïüüýïüüý$I$IRV RV ºK ºK %9%9%¦ %¦ ÈaÈaÏϰ ° èù@üèù@ü}ô;ù}ô;ùÒò›øÒò›øõó>ùõó>ù&øµû&øµû­ûÆý­ûÆý›þ|ÿ›þ|ÿCpCpðjðjàcàcG[G[Éÿ Éÿ cÿËÿcÿËÿ÷w÷woOoOvÅvÅÇ Ç ¿ À¿ À1n1nd ;d ;£†£†ºJºJ¹ùü¹ùüòà÷òà÷Ùì™ôÙì™ôèlñèlñ5êÅò5êÅò.ðŠö.ðŠöùõûùõûhhººTO TO BB~ç~çÔy Ôy F ±F ±±ÿ³ÿ±ÿ³ÿ©ôú©ôú½ïšö½ïšövïôõvïôõ(ôAø(ôAø(ø û(ø û‡ûaý‡ûaýVþRÿVþRÿ ü þ ü þúüúü÷™ú÷™ú¯ôtù¯ôtù"ø@û"ø@ûÈüZþÈüZþÏiÏiÙC ÙC &&ë"Œë"Œ Û Û$$/ z/ zRû—ûRû—ûçécòçécòÜëÜëòÓŠæòÓŠæHÙyéHÙyéÑáZîÑáZîêòqöêòqöéWéWCø Cø ;!š;!šñ$ñ$¸!ð¸!ðììV gV g¡ÿ¡ÿ­ó4ù­ó4ùŸë´óŸë´ó¥êKó¥êKóÁë(óÁë(óÊïöÊïö–ôxù–ôxùÌùÓüÌùÓü*™ÿ*™ÿU’U’ ò ò² ¦² ¦qqJ’J’=¨=¨Á:Á:}}ë¥ë¥T¦T¦\Ù\Ù|ý‡þ|ý‡þùêûùêûžõ¡ùžõ¡ùFòß÷Fòß÷Åï‘öÅï‘öçï¿öçï¿öÔôCùÔôCù!ü£ý!ü£ýíŽíŽA JA JñÑ ñÑ ÙÑÙÑææf f p àp à¤ÿéÿ¤ÿéÿåô˜ùåô˜ùëçóëçóqãwïqãwï±á°í±á°í&ãßî&ãßî,êVò,êVò¨ó´ø¨ó´øýýýýýýö/ö/uò uò ÿ9ÿ9ƒ!Aƒ!A°"¾°"¾Í™Í™Nì Nì d ‰d ‰óÿóÿ¹ñçö¹ñçöæä‘ïæä‘ï‘Ùõè‘Ùõè'Òòã'ÒòãDÓ^åDÓ^åJÛ«èJÛ«èêîñêîñû‰ûû‰û l lJÂJ *Ü *ÜD2›D2›g-­g-­µ$æµ$æ4 4 ¢ÿVÿ¢ÿVÿ¡íƒó¡íƒóªÜêªÜê"Ôæ"ÔæRÖyçRÖyçÍÝ¡ëÍÝ¡ë8ëÚó8ëÚó{ø¸ú{ø¸úÛEÛEö ö {ï{ï((¹¨ ¹¨ û§ û§ ™ )™ )é9é966cü~ýcü~ýÒûÅýÒûÅý*üþ*üþÔýDþÔýDþžþ|þžþ|þŸü0þŸü0þ4ú1ü4ú1üÐö¡úÐö¡úáôqùáôqù{ó”ø{ó”ø¢óÀø¢óÀøçõúçõúùüùüÒý—þÒý—þõõ£õ£õQ ÀQ À= = ý ý ˆ ˆ ×  ×  Ÿõ Ÿõ wi wi À EÀ ERR³üæý³üæý]òø]òøßçùñßçùñ¹ß”ì¹ß”ìwÛDêwÛDêfÞãëfÞãëLã ïLã ï«ð³ö«ð³ö þýÿ þýÿ‘ ‘ D2D2ƒ&ñƒ&ñ«(ª«(ª #ñ #ñÂÂÁÁÁÁIýóþIýóþ"ï ö"ï öåãÒïåãÒïfá îfá îã¯îã¯îÀêºòÀêºòfõ#ùfõ#ù7þsþ7þsþãŽãŽ  Ü ‘Ü ‘@ š@ šD6D6nOnOÐûŠýÐûŠý øSû øSûü÷8ûü÷8ûYüÉýYüÉý»‹»‹  G™ G™ V V 6: 6: Ø Ø qŠqŠf÷¨úf÷¨ú¿íUô¿íUô0æFð0æFð£äÔî£äÔîOæÐðOæÐðqë†óqë†óøôÉùøôÉù}þøþ}þøþ• ƒ• ƒ>‰ >‰ HH--³” ³” ÍE ÍE °g°g]þ‘ÿ]þ‘ÿ ÷‹ú ÷‹úð‹öð‹öëpóëpópì}ópì}ó…ï‘ö…ï‘ö?õú?õú»üÁý»üÁýÜxÜxËvËv̸̸y (y ( ˆ ˆDŠDŠk›k›í®í®þÿþÿ«üþ«üþ,ý^þ,ý^þ ý þ ý þáþ*ÿáþ*ÿK)K)tstsÝyÝy””lÉlÉÍÍ•ÿýÿ•ÿýÿþÈþþÈþäüÑýäüÑý²üíý²üíýþÿþÿÃÿÃÿÀÿôÿÀÿôÿþ¹þþ¹þYú›üYú›üb÷ðúb÷ðúõ©ùõ©ùªôþøªôþøA÷AúA÷AúýBþýBþ߉߉+ |+ |„3 „3 *Ö*Ö„¿„¿rrKÅKÅ55û/üû/ü]ñ‰ö]ñ‰ö³éò³éòÒã²îÒã²î äaï äaïÃèòÃèòiï6öiï6özùÿûzùÿûÁqÁq¢ ×¢ ×âR âR Ú† Ú† å°å°ˆ -ˆ -”¨”¨ãüõýãüõýGúAüGúAüåú£üåú£üý‰þý‰þHHˆ/ˆ/¯Ø¯Ø# !# !( ( ¿ ¿ âAâA‘ýšþ‘ýšþHùwüHùwüEøXûEøXûFøûFøû©ù)ü©ù)üâú(ýâú(ýrûJýrûJýùûÂýùûÂýÞü,þÞü,þ¤ý‰þ¤ý‰þUýfþUýfþÕüþÕüþõû‰ýõû‰ývüéývüéý ÿ„ÿ ÿ„ÿ : :®¬®¬å áå áö` ö` Ç9 Ç9 PÓ PÓ ® (® (;;ÿDÿÿDÿ½öú½öú)ðñõ)ðñõëDóëDóQí’ôQí’ô„ñ ø„ñ øáøûáøû¥+¥+ñ]ñ]ò ´ò ´i Yi Y: þ: þ:´:´AZAZÎûýÎûýq÷qúq÷qúôeøôeøpô=ùpô=ù‹øŸû‹øŸûJÅÿJÅÿ”Ȕȕ û• ûwx wx – – r r p-p-ûÐýûÐýlóšølóšøtí{ôtí{ô ëqó ëqóPìôPìô±ó.ø±ó.øóûìýóûìýpªpª† † uu-ƒ-ƒåæ åæ nÃn÷ÿå·ÿåSñåøSñåø[éò[éò<ã…í<ã…í‡á4í‡á4í5è]ñ5è]ñÓô¬øÓô¬ø@ÿ¹þ@ÿ¹þ ¤ ¤È, È, /±/±g¿ g¿ ~Ÿ ~Ÿ ! ª! ª*i*iœþÿœþÿð÷Óúð÷Óú¤òø¤òøóòbøóòbø¹ônù¹ônù´øû´øû üƒý üƒýÕþ”ÿÕþ”ÿÏÏiûiûñ`ñ`íÿàÿíÿàÿÿxÿÿxÿnÿ©ÿnÿ©ÿxùxù(Â(£&£&$ $ ̫̫MñMñÈ ÎÈ Îãöãöùþ§ÿùþ§ÿ÷'ú÷'úJïÆõJïÆõGé`òGé`òùæ°ðùæ°ð}ê¦ò}ê¦òàðMöàðMöwýcþwýcþ»û»ûóB óB 8b8b‚‚×}×}Î Î  ô ôîÿîÿIöùIöùvîövîö™î ö™î ö’ôÐø’ôÐøšù-ûšù-ûÊý+ýÊý+ý‡þÔþ‡þÔþñý|þñý|þ@ú±ü@ú±üW÷ÔúW÷ÔúúõÎùúõÎù°ù£û°ù£û[þóþ[þóþÀÐÀЛd ›d "Ž"ŽJ »J »ðìðìÛ Û mKmK¿õKú¿õKúèAñèAñ¿Ûöè¿Ûöè¿ÖÍæ¿ÖÍæ¼Ü|ê¼Ü|ê˜èÖð˜èÖðbø§ûbø§ûí‚í‚n n EÙEÙé#°é#°~b~b  $ /$ /ˆþ*ÿˆþ*ÿüóDøüóDøšëÈòšëÈòÑéhòÑéhòñìyóñìyóÇïœöÇïœö›ôNù›ôNùÃûCýÃûCý¤…¤…’(’(­?­?h Sh S¸-¸-6)6) E E°ô°ô“»“»ÁÁäÿ¾ÿäÿ¾ÿ”ûfý”ûfý ÷æú ÷æú‹ôòø‹ôòø7òw÷7òw÷Gñ×öGñ×ö¼òÞ÷¼òÞ÷r÷¼úr÷¼ú†ýIþ†ýIþLÁLÁvôvôÞ Þ ¿%¿%ççtQ tQ ÃÃÔýþÔýþ0ñ÷0ñ÷&çñ&çñmâ£ímâ£íjàìjàì-äFï-äFïšêÔòšêÔòðVölõØù°ú½üôÿ£ÿ¥ V uh× h× uÓuÓÁ ÖÁ Ö·"™Ç „Øq‘8K oH ” ” ûÆýûÆýðíÚõðíÚõ°á)î°á)î5Ø0è5Ø0è Ñ´ã Ñ´ãDÓ™åDÓ™åÝÌêÝÌêaî.õaî.õ]ÿ‡ÿ]ÿ‡ÿê ê ´ H´ H.´.´o1²o1²#+…#+…öwöw] ] ‹÷”ú‹÷”ú"ååî"ååîpÙ@çpÙ@çÓBäÓBäÎ׿Î׿Áá†ìÁá†ìÆìÌôÆìÌô¨üëü¨üëü Ä ÄýÝ ýÝ éÄéÄ8´8´µ© µ© 9 9 ~ L~ L   ÿƒÿ ÿƒÿ÷ûeý÷ûeý3ü¯ý3ü¯ý?ý‹þ?ý‹þÛþCÿÛþCÿäþbÿäþbÿwûaýwûaýÀøÊûÀøÊû¨öú¨öúõùõùô„øô„øÉôùÉôùïöªúïöªú6ûÇü6ûÇüyÿÇÿyÿÇÿ9•9•ÒÒt t E àE à Ñ Ñq q ~Z ~Z Yí Yí q5 q5  f fˆðˆðüjýüjý(ñÃö(ñÃö‡è€ñ‡è€ñâáÜìâáÜìïÝøêïÝøê‡à˜ì‡à˜ìfèÿñfèÿñyõúyõú&œ&œÍ Í **Ä%Ä%¤%ͤ%Íó$úó$ú£– £– § ާ Ž¿½¿½%õbø%õbø¶è¶ñ¶è¶ñ¬ä÷í¬ä÷íïæïïæïÁíÿôÁíÿô´÷Yû´÷Yûêÿ”êÿ”–Ñ–Ñç /ç / * *Š 9Š 9%q%q²ÿTÿ²ÿTÿ[úÏü[úÏüàöÏúàöÏúVø#ûVø#ûhüEþhüEþ»»m çm ç°¶ °¶ Í; Í; ‡j ‡j D ðD ð µ µìö¥úìö¥úÆîêôÆîêôPçnðPçnðžå)ïžå)ïçððçððìíæôìíæô7÷Wú7÷Wúo°o° | | e e êlêlé¼ é¼ ø´ ø´ ä ¾ä ¾°/°/*þœþ*þœþ€öú€öúkð‡ökð‡öôìÅóôìÅóJîfôJîfôJòíöJòíöøÄúøÄú þ´þ þ´þßìßìÁÁEzEzÿ<ÿ<jjí_í_YëYë;ÿkÿ;ÿkÿ…ý{þ…ý{þ“ýxþ“ýxþéþWÿéþWÿcOcO””ééS¹S¹G³G³¿ß¿ßu·u·“ÿÃÿ“ÿÃÿ þýþ þýþ×üþ×üþçûwýçûwýÀüæýÀüæýþàþþàþƒÿ¯ÿƒÿ¯ÿ¬þ'ÿ¬þ'ÿ°üùý°üùý[ù¯û[ù¯ûÀöäùÀöäùÇô‡øÇô‡øMöÎùMöÎù¶ù~ü¶ù~ü44»»wž wž I;I;r%r%• • q¿ q¿ Y ÿY ÿ±ÿÇÿ±ÿÇÿiõùiõùÛëÉóÛëÉóhäÕîhäÕî,ãî,ãîŽækïŽækïàê/óàê/óýó“øýó“øCýúþCýúþY1Y1¡ \¡ \³ ³ a a  ÿ ÿ²-²-"{"{˜üxý˜üxý¥úPü¥úPüjûNýjûNýxýÀþxýÀþôPôP–!–!o`o`åuåuiÊiʺþ—ÿºþ—ÿÀûÏýÀûÏýeùeüeùeüMøMûMøMûwùüwùüû¾üû¾ü|üXý|üXý6ýßý6ýßýØýUþØýUþdþ ÿdþ ÿ‡þÿ‡þÿÅý¢þÅý¢þý?þdüÝýúûýûEýÿûýoüÜý·ÿ¿ÿ·ÿ¿ÿb±b±®X®X· ÂD ¯Ó u* ¹ (  ˜ ˜{n{nDãDãÓýÀþcúžüâô²øâô²øUòŸõÈïŸõÃîLõÃîLõ£ñ÷£ñ÷G÷vúG÷vú×ýÎþ×ýÎþÐAÐ{ p{ î< m< mY …Y …šPšPâ£â£®û‹ý®û‹ýµöAúµöAú ômø ômøAôkøAôkø“ø÷ú“ø÷ú…ý×ý…ý×ýñ-ñ-( @( @ v v 8 8 Ž ’Ž ’¿¨¿¨£ýþ£ýþôÅøôÅø“ìøó“ìøóQêúñQêúñöê£òöê£ò¨ïÙõ¨ïÙõVøÔúVøÔú¥A¥AN N SãSã‡W‡Wóó$ $ ‰³‰³ãû¤üãû¤üšîiôšîiôäçíäçí¦à­ë¦à­ëöãXîöãXîÏíÅôÏíÅôúŒüúŒü5ë5ëV V 3ó 3ó [h[h>J >J   ·~·~œœˆúÕüˆúÕü‡ôÿø‡ôÿøóé÷óé÷õàøõàøÄöIúÄöIútûçütûçüUÿ}ÿUÿ}ÿÒ{Ò{DDïjïj > >SÿbÿSÿbÿ¿þ±þ¿þ±þ•ÿvÿ•ÿvÿ.q.qynyn´ m´ mz Âz ÂtÀ tÀ ± ¯± ¯ß –ß –4V4V4üJý4üJý`ò%÷`ò%÷šêJòšêJònæªïnæªïPèÃðPèÃðvíàóvíàóNö(úNö(ú‘j‘j \ \&¯&¯4 4 ºÁºÁÃÃû hû h.ï.ïNù–ûNù–û’ðö’ðöšïæõšïæõšò–öšò–öÕöúÕöúÕûçüÕûçügýþgýþ“ýŸþ“ýŸþ²ûîü²ûîüdøûdøûÓõ¦ùÓõ¦ùùƒûùƒûÙûýÙûý‡ê‡êk ˜k ˜%Ù %Ù ã¶ã¶ÆCÆC™Â™Âv jv jÉý3þÉý3þ¸ì÷ó¸ì÷ó'ßÖë'ßÖëÜ׋åÜ׋å;Ûâæ;ÛâæSäìSäìUñõUñõÉ?É?‚ ‚ ÒíÒí$“$“È!ðÈ!ðCC· ™ · ™ ^^ìö¨úìö¨ú+íãó+íãóÄéñÄéñiì‰óiì‰óÝî¹õÝî¹õ×ó©÷×ó©÷Jù‡ûJù‡ûêþµÿêþµÿ{{îÑîÑ ‰ ‰ e e« « eéeé¼Î¼Î¿>¿>F¼F¼uGuGx.x.AýxþAýxþ™ø—û™ø—ûîôÞøîôÞøòÄöòÄö ñ£ö ñ£ö0ò÷0ò÷üõŠùüõŠùürýürýLLÏ 'Ï '†È †È *Ò*Ò··Cj Cj í àí àù®ù®,ö6ú,ö6úŒíhôŒíhôÓæMïÓæMï¹âòì¹âòìPãíPãíeèŸðeèŸðÜñ‘öÜñ‘öÅù•üÅù•üùOùO—„ —„ ñeñeR R t#pt#pK! K!   Æ* Æ* ¢¢²õù²õù¨çað¨çað¡Ü7é¡Ü7é8ÔÀã8ÔÀã5Ò$â5Ò$â·ØMæ·ØMæ æ7ï æ7ï¹õÊù¹õÊù› › híhí (& (&»2< »2< Ê/NÊ/N¿%±¿%±±‚ ±‚ í}í}vîüôvîüôëÞBêëÞBêÒÔ©äÒÔ©ä†ÔGä†ÔGäwÛÞèwÛÞè‚ç÷ð‚ç÷ðéö-úéö-ú"Ó"Ó¼ ¼ h3h3ûóŽ´a~t jù 8 |8 |ÒˆÒˆËwËwâû'ýÍûý¹ûý@üoýÉüÎý=ýþ²ýpþ²ýpþxþùþxþùþýRþýRþúWüúWüœ÷Éúœ÷ÉúWõ5ùWõ5ùµô»øµô»øÖôÄøÖôÄø^öú^öú£ùÉû£ùÉû/þÅþ/þÅþè6è6ÜÜú;ú;^ @^ @ ›É ÷i v ÷qL Ø£   'Ï 'Ï J J H ݬARülý”ø™ú£ó\÷²î ô²î ôïæ ïïæ ïá1ëá1ëïàêëïàêënæïnæïÚïïôÚïïô6ýfþ6ýfþ½ ½ :• :• ŠpŠp¸"Ù¸"Ùò!†ò!†7Â7Â4Ÿ 4Ÿ LúLúÆ÷ ùÆ÷ ù†íÚò†íÚòçïçï2èyð2èyðøìLôøìLôQô²øQô²øäûaýäûaý99SS Æ Æƒ ƒ p¦p¦œZœZ©ý¦þ©ý¦þ|úyü|úyü…ø@û…ø@û`úúü`úúü¬¬“.“.â oâ oÊò Êò ; ; y y».».MüpýMüpýóÒ÷óÒ÷¦ìbó¦ìbó@èùï@èùï&éñ&éñ‹ë5ó‹ë5óÖôBùÖôBùüGþüGþŒ— Œ— +‡ +‡ ¤(¤(”V ”V à Çà Çp/p/Ó¬6*Õüþtùü÷õ¤ùzò5÷ºíXôºíXôœî5õœî5õ¥ò÷¥ò÷Ýø‹ûqûaýþ8ÿ°·[7ü¾žGžG ~ ~W PW Pˆ£ˆ£GÆGÆ  šüŒýšüŒýÛù#üÛù#ü_ùßû_ùßû ûîü ûîüªý9þªý9þZUZU  †ª†ª|í|í3Àë•Jù«_åw ‘6ÿ»ÿ6ÿ»ÿÛü>þÛü>þýúýýúý*üZý«üàý-ýgþûýÖþÊþGÿtÿ¢ÿÿÿÿÿÉþ6ÿÉþ6ÿHü·ýHü·ýù_ûù_ûäõ2ùäõ2ù‚ó×÷‚ó×÷þôÇøþôÇø¯ù›û¯ù›û”ÿP”ÿP· :· :Ì Ì ®Ó®Ó?Ö?Öaaü6ü6) û) ûdêÿdêÿ~ô<ø~ô<øëòëòŸã[íŸã[íWâìWâìßæ‹ïßæ‹ïî7ôî7ôvõùvõùbÿÿbÿÿtÏtÏä  ä    ² ² æ æ È)È)¼ÿæÿ¼ÿæÿ£û?ý£û?ý€üÊý€üÊýAýCþAýCþ9Î9ÎmÛmÛõzõzç¹ç¹3F3FKÆKÆÿdÿÿdÿ¸ú¦ü¸ú¦üQ÷óùQ÷óùmõÉømõÉø²ö ú²ö ú©ø&û©ø&ûÉû¸üÉû¸üÿÿÿÿ©©Ç¡Ç¡¸ø¸øÐfÐfœþKÿœþKÿMûýMûý¯øaû¯øaû™ùõû™ùõû_û}ü_û}üdÿµÿdÿµÿjj ‹ ‹b? b? À¨ À¨ þb þb ¬ ƒ¬ ƒÖ©Ö©ù‰ûù‰û@ñ ö@ñ öëÈòëÈòwêíñwêíñï'õï'õðõ-ùðõ-ùBþÃþBþÃþ3O3OŽ ¿Ž ¿—Ÿ —Ÿ Õ Õ   žžxýþxýþO÷húO÷húpò÷pò÷–ñÚö–ñÚöLö‚ùLö‚ùüâýüâýÌkÌk ê êAu Au ¬ ¬ Œ  Œ  0…0…áüüþáüüþ›ó)ø›ó)øCì¼òCì¼ò£ç`ï£ç`ïÖésñÖésñ°ïàô°ïàô³ùéû³ùéûk k þÔ þÔ RæRæðËðËääôp ôp jjLõ}ùLõ}ù€é†ñ€é†ñDàGëDàGëÞ.êÞ.ê„åî„åîÛîôÛîôæû”üæû”ü³³5 5 ——DPDP—p—p£( £( ShShþªÿþªÿK÷ÅúK÷Åú#óÎ÷#óÎ÷ò2÷ò2÷*õù*õùüøfûüøfû2üYý2üYýÝþùþÝþùþ<Ôÿ<Ôÿ*ÿ<ÿ*ÿ<ÿNþÃþNþÃþ¢ýeþ¢ýeþýþýþÿKÿÿKÿ3Ž3ޱ‡±‡Õ 7Õ 7˜ ˜ [` [` Yó Yó ) Š) ŠŠºŠº‘ýþ‘ýþ&ô ø&ô ø®ìCó®ìCóéæ’ïéæ’ï0æóî0æóîêåñêåñëóŽ÷ëóŽ÷ûþÿûþÿt èt è!ß !ß ±T±TM!M!*b*b¿h ¿h ã®ã®«úåü«úåüAñÎõAñÎõ®ësó®ësóî£ôî£ôOòƒ÷Oòƒ÷»÷Áú»÷ÁúCü*þCü*þWWwâÿwâÿ9ü…ý9ü…ýÕø£ûÕø£ûm÷,úm÷,ú-ûÏü-ûÏüˆZˆZKyKyÀ À bbININ Ú ÚÖÐ ÖÐ Ô`Ô`¿÷×ú¿÷×úêéñêéñkÜékÜé×zå×zåÜéÜéÈé¥ñÈé¥ñâùüâùüI I §½§½ô"òô"ò…#1…#1Ù «Ù «é{é{XÖXÖœø ûœø û`îô`îôUæîUæî–åï–åïžèñžèñËïƒõËïƒõ-÷_ú-÷_úOýhþOýhþyƒyƒ š š¡ ¡ …¤ …¤ d ™d ™××ÑüÑüD2D2$µ$µþ˜þþ˜þ û€ü û€ü¤øÚú¤øÚúTö—ùTö—ù™ôbø™ôbø^ó…÷^ó…÷šô‚øšô‚ø÷õù÷õùFû¨üFû¨üƚƚüÐüÐq (q (ö ö øÝøÝÇeÇeè× è× s ÷s ÷›Åÿ›Åÿ„÷íù„÷íùKïEõKïEõßèçðßèçðÊä—íÊä—í_å1î_å1î^çëï^çëïYïõYïõøiûøiûMÿ«Mÿ«™ l™ lhŠ hŠ L LÉ"àÉ"à!$ç!$çê Uê U33- á- á8ÿsÿ8ÿsÿñ·õñ·õÞáìÞáìÖ›äÖ›ä)Ðnà)ÐnàÊÐÞàÊÐÞàñÚ çñÚ ç¼æÙï¼æÙï^û]ý^û]ý4 b4 b||ù+ÿù+ÿ/3"/3"ß-¸ß-¸†%µ†%µC C Ãþ“ÿÃþ“ÿïîŸôïîŸôWâæëWâæëþÕ åþÕ åÓGáÓGáhÖ-ähÖ-äÔàêÔàêì'óì'ók÷aúk÷aúÑVÑV P P ü üú 7 ú 7   Â`§`§NÞNÞ¾_¾_¢ÿ"¢ÿ"ìýÿìýÿü½ýü½ýƒû*ýƒû*ý>úGü>úGü÷_ú÷_úÿôŠøÿôŠøó*÷ó*÷bó«÷bó«÷Ïõ'ùÏõ'ùð÷ãúð÷ãúëû"ýëû"ý ³ ³V–V–/ à/ à* * ü X ü X >; >; h h xt xt 3Í3ÍVzVz””ÙZÙZQË QË Ì™Ì™-û³ü-û³üñíÉòñíÉò¼áïê¼áïêJØâäJØâä5تä5تäýÚ£çýÚ£çÓé‹ðÓé‹ð9úíû9úíû: ¾: ¾Z)Z)G.èG.èâ,Ëâ,ËÁ$øÁ$øíkík¤¤þ÷+úþ÷+ú´éðð´éððUãÖìUãÖìvä•ívä•íPé½ðPé½ðTò–öTò–öGûdüGûdüŸ)Ÿ)¯ z¯ z6 ¹6 ¹T {T {'k'kªüªüþiþþiþŸù‡ûŸù‡û ûCü ûCüôýÖþôýÖþê‰ê‰Û Û O¡ O¡ _· _· ¦ ¦ ÙÛÙÛ[ûÿü[ûÿüKîúóKîúóôãÖìôãÖìýÛUçýÛUçÖ5äÖ5äØŽåØŽåCÞ"éCÞ"ééðéðjõBøjõBølÿlÿó úó úL„L„•» •» 9% 9% Ñ ÂÑ Â±ÿåÿ±ÿåÿ²õ¡ø²õ¡ø%ì¸ñ%ì¸ñDãSìDãSìœá×ëœá×ëUåèíUåèíåìºóåìºóÎõ¥øÎõ¥øjÿÜÿjÿÜÿ;¹;¹w w …É …É e½ e½ Ñ· Ñ· þä þä ˆ Gˆ Gâ˜â˜?-?-mÿ]ÿmÿ]ÿþðþþðþ¤ÿ×ÿ¤ÿ×ÿ¾ ¾ ì ì  { {, , † † -2 -2 |Î |Î œ£ œ£ é ¡é ¡ Ü Ü# D# D‰ Љ Š é é  ? U? U×e×eÀÀ:®:®fÿšÿfÿšÿΥΥå"å"FåFå± Õ± Õ    f f d  d  ÐGÐG0éÿ0éÿÀ÷¼úÀ÷¼ú¿ïgõ¿ïgõé<ñé<ñÅäîÅäîöåeîöåeîÎè´ïÎè´ïÌìÍóÌìÍóõ'øõ'øøûŽüøûŽü¢Ú¢Ú5T5TÍzÍzááh™h™^ÿ®ÿ^ÿ®ÿ6ûÛü6ûÛüè÷œúè÷œúÅöøùÅöøù,ù‚û,ù‚û;ûÔü;ûÔüÌþÿÌþÿ¶…¶…ÈqÈq‹‡‹‡³–³–¬ã¬ã¿õ¿õ€'€'....Š`Š`ßßräräŬŬïÿÃÿïÿÃÿµûýµûýWøÔúWøÔú-ôÝ÷-ôÝ÷úð”õúð”õÈí‹óÈí‹óxëòxëò<ìó<ìóVðKõVðKõµ÷;úµ÷;úöþDÿöþDÿòàòà"§ "§ höhöÁÊÁʈ‡ˆ‡â â ?6?6øúøú¬çð¬çð¸ÚËå¸ÚËåiÏåÝiÏåݦʽۦʽÛÍïÜÍïÜ"ÕÍã"ÕÍãœâ‡ëœâ‡ëæï0õæï0õTþ”þTþ”þ : :wW wW WW ) )„Ì„Ìy Ñy Ñî¬î¬íúœüíúœüàòÐöàòÐöë?òë?ò¯ç~ï¯ç~ï é+ð é+ðÖí"ôÖí"ô÷öpù÷öpù…þÿ…þÿZ ÏZ ÏÍ™ Í™ ++\~\~ÒsÒs˜˜íívbvb¯×¯×Ö'Ö'öWöWÀé Àé §Ë §Ë  ¶ ¶ÀæÀæ Ó Ó•ã•ãÍ DÍ D„4 „4 _Ò_Ò¿K¿K!¹!¹á!‡á!‡$h$hxx b b TeTeIý&þIý&þúõùúõù±îô±îôí÷òí÷òFí óFí óÍî6ôÍî6ô?ò£ö?ò£ö öÁø öÁø§ø–ú§ø–ú¼ø±ú¼ø±úKøÜúKøÜúø¯úø¯ú}÷Fú}÷FúEöiùEöiùnõÏønõÏø3ôò÷3ôò÷ò‚öò‚öï¹ôï¹ôëê¢ñëê¢ñ{åüí{åüíà±êà±êjÛAçjÛAçÍ×[äÍ×[ä~ÕÞâ~ÕÞâË×täË×tä¢Ü„è¢Ü„èRå”íRå”í î:ó î:ó®÷?ú®÷?ú¢ÿ ¢ÿ IóIó_2_2U8U8r§r§ëú~üëú~ü±õ*ù±õ*ù›ñö›ñö‚íó‚íóCìKòCìKòøíÎóøíÎó‡ò÷‡ò÷ùûùûøÿÙÿøÿÙÿ›¾›¾ Ù Ù– C – C ¶ ¶ M< M< †r †r r6 r6 Ø Ø ãê ãê ²p ²p ¯ ¯ $³ $³ ê® ê® çï çï ” [ ” [  k kÎFÎFc c [[vívíPáPáò÷ò÷9Ñ9Ñ1v1vqîqî¿G¿G¾h¾h?ã?ã2ÿhÿ2ÿhÿýÌýýÌýgû†ügû†üú üú üzúGüzúGü¦û ý¦û ý«ü·ý«ü·ý|þúþ|þúþ‰r‰r-4-4ÛðÛððpðpÍÍêqêq>>´Æ´ÆTþÕþTþÕþ^ù¥û^ù¥ûpõùpõù*ó-÷*ó-÷Žów÷Žów÷öýøöýøýûmýýûmý   Ê Ê±T ±T ”Ö”Ö¦ ¦ ®m®mÜš Üš ! €! €à:à:ïüèýïüèý'ømú'ømú}ø÷ú}ø÷úàø{ûàø{ûÐûèüÐûèü…Êÿ…ÊÿU"U"ttsÙsÙ*I*I—P—PMþÿMþÿ§ûSý§ûSý‘ùëû‘ùëûÎøÖúÎøÖú ù&û ù&û°ùÏû°ùÏûúÑûúÑû¼øû¼øû3ö%ù3ö%ù^ò·ö^ò·öQî›óQî›óEêäðEêäðÜæëîÜæëîåä•íåä•íÕäíÕäíˆæ`îˆæ`îãé±ðãé±ð`î®ó`î®ó$ó÷$ó÷—÷Nú—÷Nú­ûý­ûýtþÿþtþÿþ/"/"ÜŸÜŸeeÎNÎN˜8˜8¢r¢rÿaÿÿaÿšüÁýšüÁý/úÉû/úÉû‹÷ ú‹÷ ú‡õºø‡õºø\ôø\ôø;õˆø;õˆøKøúúKøúú‚ý¶ý‚ý¶ý ù ùÕ 3Õ 3\? \? d'd' a a› › ³³à à ` ™` ™ddëþëÿëþëÿùûýùûýjühýjühý˜þTÿ˜þTÿġġ>q>q t t¼> ¼> »! »! « Ÿ« Ÿ' "' "-­-­ý¸ý¸’ýNþ’ýNþ‘üý‘üý“þCÿ“þCÿþjþjR€R€r ïr ï¢ Y ¢ Y Þ/ Þ/ ‘ „‘ „t£t£$÷$÷óýeþóýeþùûùû!õZø!õZø~ôå÷~ôå÷FöùFöùgúFügúFüIIÌÂÌ Q Q@ @ fD fD Pz Pz “ Ë“ ËÛÏÛÏžžßúüßúü°õþø°õþø+òö+òöÜòóöÜòóöèõëøèõëø–úªü–úªüOÂÿOÂÿô^ô^¦?¦?àLàLW‹W‹ûûVLVL¡ú ü¡ú üöËøöËø‡ò2ö‡ò2öfð0õfð0õUñÐõUñÐõQòÛöQòÛöôØ÷ôØ÷—õÆø—õÆø÷¤ù÷¤ùÖ÷3úÖ÷3úH÷«ùH÷«ùÅõ§øÅõ§øýó£÷ýó£÷iò«öiò«öÇðŠõÇðŠõ°ïÉô°ïÉôòïìôòïìô3ñ¸õ3ñ¸õáó—÷áó—÷>ö=ù>ö=ùPø®úPø®ú[ù[û[ù[û÷ùúû÷ùúûúPüúPüû¤üû¤üýþýþ2W2Wâ,â,N ˜N ˜<© <© ÐÌ ÐÌ 9€9€¡¡† † ‹5‹5Ö Ö 3# 3# B FB FåÕåÕ„„\\ø áø áLš Lš   WWðð¥ Ù¥ Ù Ë Ë7*7*··/ / v Êv Ê»»ø¯ø¯©~©~<€<€¥þIÿ¥þIÿ<ü>ý<ü>ýKø­úKø­úÚóŒ÷ÚóŒ÷6ï!ô6ï!ô'ë<ñ'ë<ñ±çï±çï"æäí"æäíÕærîÕærîBè—ïBè—ï3êÆð3êÆð¿ë¢ñ¿ë¢ñþêVñþêVñéÞïéÞïå1íå1íÞÞ¶èÞÞ¶èOÚoåOÚoå]Õqâ]ÕqâÒÎßÒÎß4Òòß4Òòß³Õ'â³Õ'â Ý¿ç Ý¿çõä«ìõä«ìþíóþíóõ`øõ`ø÷ûÙü÷ûÙüôýPþôýPþ©ý5þ©ý5þÛúaüÛúaü÷^ù÷^ù0ô÷0ô÷Þó^÷Þó^÷‘ö ù‘ö ùpüýpüýaxaxÝ vÝ v Ž  Ž ‡ ‡ÓÁÓÁù"Ùù"ÙË%ùË%ù~'ò~'ò*|*|ñ+üñ+ü´.« ´.« Y1¦"Y1¦"½3c$½3c$;6"&;6"&h7ô&h7ô&Ä6ˆ&Ä6ˆ&Ä3$Ä3$|/!|/!á)¢á)¢m#Äm#ÄBlBlZZŒ²Œ²²]²]3"3"ÛMÛMOZOZ±Ü±Ü}²}²Ì  Ì  ““Jó’÷Jó’÷Aæ(ïAæ(ï±Ùbå±ÙbåÐÛÝÐÛÝÉEØÉEØ#ÄäÕ#ÄäÕ¸Å]׸Å]× ÌªÛ ÌªÛÒ¹ßҹ߫Ø/䫨/ä²Þ>è²Þ>è£ßFé£ßFé{ß é{ß éÜ}æÜ}æ~×"ã~×"ã[ѳÞ[ѳÞiɰÙiɰÙÎÃYÕÎÃYÕ0ÀBÓ0ÀBÓÀóÒÀóÒ{Â¥Ô{Â¥ÔLÈëØLÈëØ¿ÎªÝ¿ÎªÝ ×>ã ×>ãÐßIéÐßIé èï èïï`ôï`ôöçøöçøû±üû±ü]þšþ]þšþ¹,¹, Ä ÄöRöRQ ×Q ×|Y |Y ÷r÷r¼¼É!ŠÉ!Šm&dm&d**<-Ð<-е.· µ.· |.ï |.ï m/h!m/h!0["0["°1=#°1=#F2±#F2±#%3$%3$ 3·# 3·#M0"M0"O-»O-»`'’`'’ ! !Âcc¥ ¥ ¤~ ¤~   6 Ð6 Ð' º' º²²¯8¯8ýáýýáý÷øéú÷øéúdõ“ødõ“ø‡ô²÷‡ô²÷¡ô0ø¡ô0ø÷«ù÷«ùHùŠûHùŠû$ûàü$ûàü–ú2ü–ú2ü÷©ù÷©ùîoóîoóåíåí´ØTä´ØTä<Ï Ý<Ï ÝÒÆ©×ÒÆ©×àÀqÓàÀqÓ-ÄËÕ-ÄËÕŽÌÚŽÌÚrØ0ärØ0䑿Úì‘æÚìoòÒõoòÒõIüDýIüDýX[X[֌֌{={=²ûZý²ûZý?ölù?ölùøñTöøñTö­ï÷ó­ï÷óîîÝóîîÝó;óäö;óäöú>ûú>û55( ¼( ¼¢ ¢ ¦¦ffB\B\0‹0‹ú¥ú¥Û Û SÍ SÍ à ò à ò  æ æK ºK ºC k C k × Õ × Õ Á Á Ò  Ò  y Xy Xg~g~22BöBöÍÿ½ÿÍÿ½ÿyÿ“ÿyÿ“ÿ{/{/±±¦Ù¦ÙÈ6È6CC9ýþ9ýþÂùÈûÂùÈûðõÜøðõÜø­ñæõ­ñæõoî¦óoî¦óì½ñì½ñìÜñìÜñÁì©òÁì©òmïóómïóóÛñõõÛñõõþôøþôøúøÝúúøÝúRü3ýRü3ýoÿ ÿoÿ ÿFšFšsjsjºçºç””ÆþÑþÆþÑþÜúyüÜúyüD÷µùD÷µù ôŽ÷ ôŽ÷šñðõšñðõNò¿öNò¿ösöÜøsöÜøûý4þûý4þU¾U¾ˆI ˆI “a“a½½H"H"ÛêÛê‡Ý‡Ý“j “j  ö öXlXlýâýýâýùûùûÞøâúÞøâú#ýþ#ýþ¦—¦—7a7ao / o / zh zh é é 3§ 3§ t  t   Á Á ¿ ¿§ § ’D’DææfÖfÖoÁoÁøÿøÿŸüâýŸüâý6ø…ú6ø…ú¿ôß÷¿ôß÷3ñdõ3ñdõŒîŠóŒîŠóªì:òªì:òhìòhìòòíñòòíñòfðªôfðªôvó)÷vó)÷B÷™ùB÷™ùzúëûzúëû-ýÝý-ýÝýiÿzÿiÿzÿy÷y÷VOVOœ]œ]æpæpB3B3=ª=ª›ÿˆÿ›ÿˆÿêúFüêúFü.÷:ù.÷:ùÂòröÂòröð³ôð³ôðÅôðÅôióôöióôö4ù»ú4ù»úh h œ² œ² £ £ %b%b]V]Vñ ñ 6 Š6 Š]é]é°ûúü°ûúü„õ3ø„õ3øªòˆöªòˆö@ó2÷@ó2÷ò÷úò÷ú+ýþ+ýþÂfÂf F FN N aQ aQ ón ón á ·á ·™×™×ððþ¬þþ¬þ,ú ü,ú ü¡ùZû¡ùZû¿ûïü¿ûïüDþíþDþíþÿÿ2g2gîcîcƒƒ‚6‚6ûTüûTüÁö;ùÁö;ù`óÑö`óÑöÓðÿôÓðÿôÎï4ôÎï4ôõïªôõïªôLò öLò ö•õnø•õnøïø&ûïø&û<üný<ünýùþRÿùþRÿÖ Ö ª@ª@OOüoüoù¸ù¸€ÿ™ÿ€ÿ™ÿ_ýþ_ýþ®ûÚü®ûÚü_úéû_úéû–ú8ü–ú8üšûßüšûßüƒýþƒýþãÿãÿ ^ ^ªÃªÃ"Ú"Ú>­>­‡©‡©Z“Z“nn.b.bſſppÊÊbûbû~ ~ ””¿I¿I¾S¾Sll{s{s®®ÕäÕä9ò9òÿYÿÿYÿýþýþ;üBý;üBýÑû ýÑû ýYûüYûüZúìûZúìû úšû úšû—ú"ü—ú"üŽûÝüŽûÝü]ý&þ]ý&þ{ÿšÿ{ÿšÿyyÊ`Ê`Ñ–Ñ–h ‚h ‚  Âç šç š‘ §‘ §%7%7@'@'ÔmÔmFÿ›ÿFÿ›ÿ5ý!þ5ý!þ’ûõü’ûõüýþýýþýVÿ‡ÿVÿ‡ÿàøàøƒƒº A º A š“ š“ ItItx1x1PQPQgŒ gŒ ô  ô  l ël ë—9—9™a™aì•ì•== ð ð¥ÿÿ¥ÿÿbüGýbüGýjøªújøªútóìötóìö„î{ó„î{óÆêfðÆêfðÛåGíÛåGíDâ¦êDâ¦êqà0éqà0ésß[èsß[è&ß è&ß èÞzçÞzçåÝPçåÝPç–Ýç–ÝçåÜŸæåÜŸæôÛýåôÛýå¨Úìä¨ÚìäãØÞããØÞãØsãØsãZØŽãZØŽãÛ(åÛ(åÕÝŽçÕÝŽç_ãë_ãëQè ïQè ï´ì,ò´ì,ò‘ðïô‘ðïô®òQö®òQöxóùöxóùöNô¥÷Nô¥÷žõøžõøàøíúàøíú”ýuþ”ýuþX-X-¡ ™¡ ™UUú¤ú¤#5#5)U)UÁ- !Á- !a1í#a1í#3³%3³%ä4&ä4&/6+'/6+'P7?(P7?(9@)9@) ;Ç* ;Ç*c=‘,c=‘,s@Æ.s@Æ.îAÕ/îAÕ/Bñ/Bñ/§@—.§@—.û;‡+û;‡+á4…&á4…&“-C!“-C!%æ%æðNðNkmkm­ô ­ô û› û› *f *f ý ý œ œ æ L æ L ¤v¤v;þZÿ;þZÿœóéöœóéö!çî!çîÁÙnäÁÙnäQÍ}ÚQÍ}ÚÂÿÒÂÿÒž»HΞ»HιÔ˹ÔË'¼lÎ'¼lÎ*ÁMÑ*ÁMÑ7ƆÕ7ƆÕ8ËžÙ8ËžÙЋÝЋÝ;ÑñÝ;ÑñݧÏÎܧÏÎÜ2ͤÚ2ͤÚgɪØgɪØfÆ<ÖfÆ<Ö*ÄéÔ*ÄéÔHÃÔHÃÔŸÄÚÔŸÄÚÔ È0× È0×ÎËÛÎËÛÕÂàÕÂàÂÜÞåÂÜÞåÏåíÏåíAî4óAî4óžö%ùžö%ùþÁþþÁþ·T·Ts ‰s ‰ Í Í äóäóRžRžÄ!Ä!q'™q'™o+Ïo+Ïy.ë!y.ë!.ž!.ž! -Ø -Ø +³+³a'Âa'Âi#ëi#ëc!lc!lÊ êÊ êš"eš"eh%úh%úž)Ÿž)Ÿ¦.ï!¦.ï!2$2$ò3H%ò3H%Š2%Š2%·, ·, ü%cü%c˜A˜AEäEäN ‹ N ‹ Ô<Ô<í˜í˜iþôþiþôþdü¢ýdü¢ý0ùû0ùû@õü÷@õü÷€ðaô€ðaôYëßðYëßð{çAî{çAî.çíí.çíí$èéî$èéîÃêiðÃêið‰îkó‰îkó¡óúö¡óúöéö˜ùéö˜ù_÷÷ù_÷÷ù¤õ—ø¤õ—ø¸ïlô¸ïlôé)ðé)ðâ)éâ)éÛÔãÛÔã-×÷á-×÷áÆØ¦ãÆØ¦ã)Ýç)ÝçÐæííÐæííÑðíôÑðíôÄúÔûÄúÔûî€î€„ ë„ ëm öm öu su såNåNÂIÂIŽýºýŽýºý-úÞú-úÞú¥ù9û¥ù9ûCú]üCú]üFþ¼þFþ¼þMMëëÂzÂzP æP æº º ö ö Hì Hì ¦ß ¦ß Û` Û` òŽ òŽ ï  ï  * * ëßëß00ÍuÍuýÌýýÌýFúçûFúçû°ø¢ú°ø¢ú=ø<ú=ø<úùüúùüúÝúTüÝúTü;þ¦þ;þ¦þš@š@höhöiiH €H €„̄̚åšå2þ¦þ2þ¦þ"÷`ù"÷`ù°ð]ô°ð]ôîêyðîêyð”æí”æíàå§ìàå§ìççYîççYîåëFñåëFñaò)öaò)öËø÷úËø÷úŸÉŸÉ8 š8 šg³ g³ ÇtÇt ¦ ¦&„&„KËKËKkKk—? —? êèêè§çÃîúÁûîúÁû‹õÀ÷‹õÀ÷ƒô¬÷ƒô¬÷æö¶øæö¶ø‡ýþ‡ýþÛÂÛ¿ ¿ ±é±é"%¿"%¿«,Ý «,Ý r,I!r,I!÷'6÷'6;2;2‰ ‰ •a•a)ögù)ögùÎìfñÎìfñèÏíèÏíÜç—íÜç—í'íò'íò¿ñÙõ¿ñÙõ—øFú—øFúDþÿDþÿ½ý½ý\\»üÖý»üÖý¶øú¶øúó÷ó÷§îó§îóUé+ïUé+ï]å9ì]å9ìŽâ…êŽâ…êPáxéPáxéÈà÷èÈà÷èèß^èèß^èÌÜPæÌÜPæÔÙQäÔÙQä;Ö+á;Ö+áõÓßõÓßÌÒpÞÌÒpÞ{ÔÖß{ÔÖßfÙ%ãfÙ%ãéÞÈçéÞÈç]æÓì]æÓìíÔòíÔò¥õdø¥õdøaüýaüýÜuÜu|<|<ǿǿt „t „šš šš ºí ºí ù˜ù˜Ô>Ô>œäœäQAQA&³ &³ © © $7 $7 +O+Oðsðs “ “œ*ºœ*º¼3'¼3'˜>4.˜>4.*EJ3*EJ3ÿEº3ÿEº3ˆCi2ˆCi2¸=u-¸=u-¼4Þ&¼4Þ&¢*?¢*?üÒüÒÕjÕj¿ï ¿ï ó ó Ù  Ù  4 § 4 § O° O° æø æø K. K. Þ ìÞ ì¿˜¿˜¤þ¡þ¤þ¡þÝöÀøÝöÀø$îúò$îúòUçþíUçþí/âÇé/âÇéwÞçwÞç³Þç³Þçhßwçhßwç}à'è}à'èÜá‰éÜá‰éñàúèñàúèóÜIæóÜIæÙ¹ãÙ¹ãKÓ›ÞKÓ›ÞXÎøÚXÎøÚ_ɘ×_ɘ×/Æ{Õ/Æ{ÕáÅmÔáÅmÔgÈgÖgÈgÖnÌòÙnÌòÙüÒ“ÞüÒ“ÞaÛgäaÛgäÅâ}êÅâ}êÝéÄïÝéÄïhïïóhïïó©óØö©óØöóõÁøóõÁø'÷[ù'÷[ù-÷¡ù-÷¡ù÷cù÷cùoö ùoö ùößøößøíö=ùíö=ùÒø²úÒø²úÄûýÄûýbÿ’ÿbÿ’ÿ55v‹v‹ð òð ò¶C ¶C °°¸¸B}B}å’å’GëGë!¯!¯ñœñœÚ|Ú|ÈiÈiFFììa…a…mßmß=â=âáÈáÈ…¹…¹FçFçüüDeDe-j-jkrkrO>O>óG óG ²™ ²™  ¥  ¥ è 轇½‡hJhJá«á«  í ‡ í ‡ °7 °7 w1w1ßß´ ´ å óå ó<J<JÙûiüÙûiüÍò6öÍò6ö ê#ð ê#ð=åûë=åûëâdéâdéþâžêþâžê åòë åòëïç@îïç@îÈì8ñÈì8ññ˜ôñ˜ô ôÛö ôÛö@ó~ö@ó~öƒñòôƒñòôîœòîœò«é>ï«é>ïƒåÄëƒåÄëÁáAéÁáAé,ß‘ç,ß‘çÜÞ§çÜÞ§ç±ßè±ßèbá ébá é<ã‘ê<ã‘ê0åì0åì1çfí1çfí‘ç°í‘ç°í®æ!í®æ!íjåìjåìÍähëÍähëºä~ëºä~ëoæÉìoæÉì8è"î8è"îë8ðë8ðÂîóÂîóŽòøõŽòøõ÷lù÷lù]û˜ü]û˜üšÿ³ÿšÿ³ÿ : :<Þ<Þí#í# Ô Ô    pX pX ÈÈŸžŸž–!ù–!ùè%è%Ó(=Ó(=_)+_)+w(Ow(O(&Í(&ͯ#Ó¯#Ó›!›!ì ­ì ­l!gl!g>"˜>"˜ #| #|1$"1$"l$<l$<p#žp#ž!»!»Þ…Þ…mm÷ý÷ý} } Î s Î s / Õ/ Õ÷÷WÒWÒ»€»€%Ö%Öšðšð=M=Mgû>ügû>ü õÜ÷ õÜ÷íÝñíÝñúåeìúåeì àAè àAè ÜBå ÜBåˆÙ=ãˆÙ=ãfÚãfÚãÝÄåÝÄå¦á-é¦á-é×å­ì×å­ì&êÒï&êÒï5ìñ5ìñë}ðë}ð(çXí(çXíá@éá@éÚÑãÚÑãŠÓ_ÞŠÓ_ÞîÎ ÛîÎ ÛÐþÛÐþÛ±Õà±ÕàuÞ^æuÞ^æGéäîGéäî_óö_óöÅûüÅûü¨»¨»Ê³Ê³rvrv¶¶RDRDƒƒ8þ ÿ8þ ÿçþÿçþÿ::¦`¦`ÉdÉdT ýT ý ý ýy y ƒƒ ƒƒ m- m- é† é† 8X 8X gÄ gÄ Éô Éô Gk Gk ))ZZ6‚6‚MüMüñ‚ñ‚––p¿p¿“õ “õ • å• åþÿþÿ³ÿ¾ÿ³ÿ¾ÿ–E–Eü±ü±F 5F 5_ _ ¼Ö¼Öêåêåãaãa+ + ÀâÀâ‰ÿ‰ÿ¦û2ü¦û2üÌøºúÌøºúù ûù û³û£ü³û£üáýýýáýýýâ§â§;ä;äT£T£§M§MÄþ5ÿÄþ5ÿ@ý þ@ý þ…þòþ…þòþdSdSOÊOÊ W Wü ü ÅôÅôknknáö áö eeNü ýNü ýZó<öZó<öFìÙðFìÙðÔæµìÔæµìè¦íè¦í6ë_ñ6ë_ñfô÷fô÷ üÒü üÒüPŒPŒ^(^(þ ìþ ìÛ'Û's ÿs ÿŠø÷ùŠø÷ù§ð­ó§ð­ó{êÂî{êÂîÍå¿ëÍå¿ë®ä‰ë®ä‰ë7å®ë7å®ëåç©íåç©íDëðDëðTî—òTî—ò¿ñCõ¿ñCõ¾ô™÷¾ô™÷Èõ$øÈõ$øaõ;øaõ;ø óPö óPö~ñçô~ñçô4ïTó4ïTó#î?ò#î?ò€îŠò€îŠòïüòïüòï*óï*óDï‚óDï‚óî¿òî¿òÇíUòÇíUòzí5òzí5òcîòcîò,ððó,ððó@ó#ö@ó#ößö/ùßö/ùüÃüüÃü—€—€ÛëÛëY ò Y ò   ==X× X× ¦ h ¦ h ˆ 0ˆ 0 u u`½`½]ÿâÿ]ÿâÿÖÿÀÿÖÿÀÿÜrÜrå å ÚÃÚÃÓÝÓÝ:'~:'~p-š!p-š!Ï0j$Ï0j$È2!&È2!& 2ë% 2ë%–.Y#–.Y#Î) Î) #Î #ÎËËámámù  ù  ààKK< < b? b? ;O;O‚ }‚ }[)®[)®å/7$å/7$0?$90I$.#ð+Ô!ß%ÏUt<t<Ð Ð iúDûiúDû›ïÃñWëÛîçõë0æìMåìÈäSìEä‹ìEä‹ìùèlîùèlî'íRñ'íRñ×ðçó×ðçóô0öô0öuòÑõuòÑõµîÔòµîÔòŽéçîŽéçî…â±é…â±éYÛpäYÛpäÖüßÖüß´ÑPÜ´ÑPÜ,ÎãÙ,ÎãÙÌØÌØ0Ë6×0Ë6×JË×JË×mÊ×mÊ×úÈöÕúÈöÕ=ÇÊÔ=ÇÊÔrÅTÓrÅTÓçÄÖÒçÄÖÒbÅ$ÓbÅ$ÓèÇ2ÕèÇ2ÕËÝ×ËÝ×¤ÐØÛ¤ÐØÛHÖZàHÖZà4Ü‚ä4Ü‚äÎâpéÎâpéãçËíãçËí¸ìñ¸ìñò{õò{õj÷€ùj÷€ùxü€ýxü€ýs*s*·u·uàêàê‰ #‰ #Ð ^Ð ^Þ lÞ l7 «7 «Ì Å Ì Å ç ç ÿùÿù Ç ÇP+!P+! 7Y* 7Y*CÁ3CÁ3_L–:_L–:ºR8?ºR8?™V²B™V²B&VöA&VöAmPQ=mPQ=.I•8.I•8ó@;2ó@;2,8Ö*,8Ö* 1t% 1t%[,="[,="m,°!m,°!U-2#U-2#"0Z%"0Z%¨1…&¨1…&2E&2E&µ/ï$µ/ï$4+ã 4+ã ¦#‘¦#‘ýtýt¼R¼R` 5` 5ŸPŸPêûðüêûðüùšúùšú¿öÉø¿öÉøõ»÷õ»÷§ò¢õ§ò¢õkî[òkî[òØçNíØçNíÒßçÒßç%ÖPß%ÖPßÊéÖÊéÖúÁîÏúÁîÏù»Ëù»Ë·ÖÇ·ÖÇJ´"ÆJ´"Æ·µ0Ç·µ0ÇŒ¹ØÉŒ¹ØÉ¿}ο}ÎàÅ ÓàÅ Ó.Ën×.Ën×ÙÎÚÙÎÚhÐiÛhÐiÛÑÔÛÑÔÛÑýÛÑýۢЯۢЯÛÐÛÐÛèÏôÚèÏôÚ‡ÐgÛ‡ÐgÛÓÐÝÓÐÝfØPáfØPá~ßáæ~ßáæ0èðí0èðíñ˜ôñ˜ôuúçûuúçû,ç,çh¿h¿Eý Eý ϢϢ’]’]FOFO÷b÷b>r>rÏ -Ï -## ## Û&ÄÛ&ÄE)ëE)ë ," ,"@.#@.#R/B$R/B$s/$s/$Ð.÷#Ð.÷#-ê"-ê"Õ+ƒ!Õ+ƒ!½); ½); I(I(¾&Þ¾&Þ%»%»o#[o#[’ ’ ŒŒžž‚‚å„ å„ é @é @€½€½h6h6UzUzÞ¯Þ¯99áŽáŽç)ç)ÿfÿÿfÿ!ùÏú!ùÏú#ð¹ó#ð¹óé(îé(îüßñçüßñçÙDãÙDãÕßÕßOÔ°ÝOÔ°Ý&ÕøÞ&ÕøÞð×áð×áhÝYåhÝYåcâ8écâ8é忏ì忏ìóêÝïóêÝïxíÉñxíÉñXí˜ñXí˜ñˆí©ñˆí©ñìÐðìÐðì\ðì\ðí•ñí•ñEðšóEðšó­ó'ö­ó'öÊøLúÊøLúýÀýýÀý%—%—÷ë÷ëýýkkÖˆÖˆAøAøâ â GG„[„[%%L pL p Ñ Ñ¬ ÿ ¬ ÿ Ï Ì Ï Ì „G „G Ý} Ý} ¥[ ¥[ < < …8 …8 †ê †ê ü. ü. çç!5!5e… e… fÿ fÿ ©  ©  >b>bfefe´úü´úüÅô­÷Åô­÷›ïó›ïóªëðªëðCë×ïCë×ïêìñêìñÈð^ôÈð^ôÓô;÷Óô;÷xùÍúxùÍúXýÈýXýÈý þæþ þæþúý:þúý:þòû;ýòû;ýüøÂúüøÂúGöÔøGöÔø:ôëö:ôëö¾ò‚õ¾ò‚õêòúõêòúõXõÐ÷XõÐ÷àø—úàø—úzüFýzüFýllaùaù¹‹¹‹%w%w. . þ|þþ|þý„ýý„ý€þ®þ€þ®þcLcLÙ‰Ù‰Ñ Æ Ñ Æ tŒtŒ¦¾¦¾ £ £r!œr!œ××çsçsÎÎþ l þ l ÉHÉHÚþ|ÿÚþ|ÿ>þŒþ>þŒþ,ÿÆÿ,ÿÆÿr¨r¨q q 0u 0u Ô© Ô© H2 H2 ± Þ ± Þ Ù0Ù0]]•û˜ü•û˜üœõõ÷œõõ÷ëðPôëðPôWíˆñWíˆñ¹êï¹êïëðëðîìÜðîìÜð¿î=ò¿î=ò}ð’ó}ð’óÆðüóÆðüólð¾ólð¾ó¥ï ó¥ï óðî¯òðî¯òuíÆñuíÆñ=íAñ=íAñ–îYò–îYò¯ðáó¯ðáóôò±õôò±õ–õ«÷–õ«÷ã÷gùã÷gùzøúzøú2÷Kù2÷Kù»õCø»õCø³ó>ö³ó>öäð]ôäð]ôqîTòqîTò¹ìãð¹ìãðÞíÝñÞíÝñ$ò|õ$ò|õª÷_ùª÷_ùÁþmÿÁþmÿ¿0¿0I I ¬¬}}ŽŽWcWcЦ Ц  a a ³ ³MBMB·?·?¢µ¢µ× t× tv ½ v ½ • ¡ • ¡ w Íw ͪkªkrara¾§¾§MMâîâî ð ðð Ô ð Ô ³Ñ ³Ñ ÏÏ9š9š¾S ¾S **þÿþÿ9÷ù9÷ùÊñaôÊñaô˜í~ñ˜í~ñ!ñ(ô!ñ(ôsö$øsö$øçþèÿçþèÿ“7“7€> €> æ&æ&c"c"ÈÈJ J  ç çBÀBÀQûüQûüøÙùøÙùÔøúÔøú•úÇû•úÇû»üÖý»üÖý??oo]K]KJîJîuJuJAaAarrÓÿÚÿÓÿÚÿºýAþºýAþUüAýUüAý¿û¹ü¿û¹üûWüûWüù¿úù¿ú™÷ù™÷ùfô—öfô—öºðûóºðûóûí òûí òìfðìfðÀêMïÀêMï@ë›ï@ë›ï³ì©ð³ì©ððzóðzó¿óŒö¿óŒö ø·ù ø·ù.üÜü.üÜüÀýžþÀýžþÛüjýÛüjý2ú’û2ú’û,õ´÷,õ´÷`ï<ó`ï<óêîêîæëêæëêKãcéKãcéããæéããæéºç*íºç*íÙíÈñÙíÈñuõA÷uõA÷ü.ýü.ýÌ×Ì׸ Î ¸ Î ÀKÀKí£í£í í ——/2/2ÔGÔGÛ \ Û \ û4û4II×û‚ü×û‚ü ù û ù ûÄûãüÄûãü"t"tEøEøàSàSnþnþÚ$¬Ú$¬+¢"+¢"Ü,S#Ü,S#þ''þ''—œ—œÖ„Ö„±x±xOý4þOý4þô¦öô¦öï4òï4ò&îCò&îCòKñ óKñ óI÷áøI÷áøJüBýJüBýëëg¬g¬4 ì4 ìgÄgÄ  –ýþ–ýþiø7úiø7úæòÒõæòÒõŸîhòŸîhò íæð íæð½íSñ½íSñ…îæñ…îæñmï•òmï•ò¯ïXó¯ïXó:îóñ:îóñÝìßðÝìßðëËïëËï¸ê+ï¸ê+ï½ê0ï½ê0ïì+ðì+ð3îêñ3îêñkñ–ôkñ–ô\õ—÷\õ—÷¶ù û¶ù ûîý.þîý.þcÂcÂà«à«v¶v¶>  >  û  û  .Ô .Ô ÚN ÚN ~E ~E   èèÑõÑõkËkË¢þ±þ¢þ±þ þ‚þ þ‚þ“m“m˜n˜n] Y] YC®C®¹¤¹¤a)a)/!Â/!ÂÁ !Á !00‘ǑLj ± ˆ ± ||9û—ü9û—üøôÚ÷øôÚ÷}ñ˜ô}ñ˜ôòõòõÑó‰öÑó‰ö)ø±ù)ø±ùÏûZüÏûZüÖþ‘þÖþ‘þ¬þÿ¬þÿÅýhþÅýhþ¨ûPü¨ûPü½ø5ú½ø5úYõX÷YõX÷¾ñiô¾ñiô•î5ò•î5òí…ñí…ñ»î?ò»î?ò»ñ¢ô»ñ¢ôèô@÷èô@÷øƒùøƒùoúsûoúsûoù”úoù”úœ÷ùœ÷ùBó¯õBó¯õïbòïbò ëKï ëKï è í è íèüìèüì½êÿî½êÿîQïzòQïzòÇõá÷Çõá÷«ü&ý«ü&ý¥Ó¥ÓA dA d" q " q Á Á ² ² +s +s ’ © ’ © ÷  ÷  ­Ö­Ö®F®F Ï ÏQóQóñ èñ è™Î ™Î "‹"‹n n ÆÒÆÒ¼¼ÀÀyoyoMM@Ë @Ë T_ T_ Í 8 Í 8  Ç  Ç ° D ° D 3 ´3 ´v v h €h €_ë_ë7-7-Y Y ¬ÿ³ÿ¬ÿ³ÿ®üHý®üHýÐùåúÐùåú]÷ù]÷ùFö\øFö\øþõî÷þõî÷ëõ´÷ëõ´÷“ôöö“ôöö•òGõ•òGõ6ð«ó6ð«óîÓñîÓñ©ìŒð©ìŒð#ìTð#ìTð.î¯ñ.î¯ñÛð=ôÛð=ô?õ™÷?õ™÷)úqû)úqû>þíþ>þíþººyyëýþëýþ'ùaú'ùaúóòaõóòaõî{ñî{ñ&éùí&éùíyååêyååêþä‰êþä‰ê†çÀì†çÀìtëïtëïMð»óMð»óàöføàöfø[üÆü[üÆüÝ`Ý`ðKðKOIOIì:ì:ä´ä´5p5pFÿgÿFÿgÿ˜ÿ˜ÿ0•0•DDŒÞŒÞ‹ O ‹ O Ì % Ì % # # ‰z ‰z á ­ á ­ ˆ gˆ gõpõpÁÁÁÁ··ŽÍŽÍ^’^’Á)Á)F—F—ââ±D±DTSTSóÏóÏ*T*TvâvâííéØéØGØGØülülŽ šŽ š® ©® ©³ –³ – p p­­¤7¤7‚ýßý‚ýßý6ùFú6ùFúÓõp÷Óõp÷/õx÷/õx÷ö\øö\ø¹ùƒú¹ùƒúÈü„ýÈü„ýç„ç„<ñ<ñ=Ý=Ý|y|yÉ|É|MŽM޲ÿöÿ²ÿöÿ•ýÎý•ýÎýçûxüçûxüøü€ýøü€ý«þÿ«þÿå2å2HAHA± ¨± ¨O î O î >Ÿ >Ÿ g ´ g ´ 4  4  ååIÎIέÿÿ­ÿÿ¿üý¿üýjüTýjüTý0ÿ§ÿ0ÿ§ÿ\\C 7C 7é  é  x x 88~-~-' I' I^^¨ùû¨ùûTñPôTñPôÊê ïÊê ïçìçìéç¼ìéç¼ìíðíð’ñ‰ô’ñ‰ôöUøöUø¾ú‰û¾ú‰û:þ5þ:þ5þåý{þåý{þÀûýÀûý7ùLú7ùLúnóâõnóâõìîtòìîtò†ëàï†ëàïêîêîWèÐìWèÐìè—ìè—ìüèŒíüèŒíVë\ïVë\ï‘íñ‘íñ'ïmò'ïmòÊïêòÊïêò&ðFó&ðFó°ðó°ðóµð˜óµð˜óöðýóöðýóøò‰õøò‰õSõª÷Sõª÷Ïø(úÏø(ú–üeý–üeýë:ë:¬$¬$:[:[ä6ä6¼g¼g™ý+þ™ý+þûaüûaüüÏüüÏü þmþ þmþ÷ó÷ó  ˆè ˆè OO²1²1‚#Â#æ%‹¦%‹ÿ"†ÿ"†þ{þ{ë ë —O—Oä™ ä™ ( ( • • ()()Á Á IŽIŽ:û:û­ÿ­ÿOÇ OÇ ‚ Æ ‚ Æ =  =  Íà Íà nt nt ¯†¯†ÑÂÑÂýGýGèè÷—÷—9 ^9 ^5ÿLÿ5ÿLÿSõÑ÷SõÑ÷víñvíñ\çþê\çþêÉânèÉânèXæíêXæíê¢é¹î¢é¹î»ð©ô»ð©ô¼ö©ù¼ö©ùÁûÒýÁûÒýæÿ`ÿæÿ`ÿªüQýªüQýú÷²øú÷²øðDóðDó¬ê@î¬ê@î¾äé¾äéYàåYàå Ü]â Ü]âiÜ+ãiÜ+ã@ÞEä@ÞEä(áç(áç•åbê•åbê—éjí—éjí2í*ð2í*ðÙï¥òÙï¥òAòÞôAòÞô‚óö‚óö¸ôèö¸ôèöáõµ÷áõµ÷ö÷ùö÷ù]ú+û]ú+ûgüÕügüÕüáý;þáý;þ}þðþ}þðþþƒþþƒþÉý0þÉý0þ“ýóý“ýóý¬ý þ¬ý þþ×þþ×þbUbUG†G†oPoP[ ý [ ý ''··gg0x0x¬˜¬˜’`’`& ¹ & ¹ u†u†ë6ë6-ý°ý-ý°ý@üÔü@üÔüÌü[ýÌü[ý‚ÿhÿ‚ÿhÿ_q_qAªAªi ‡ i ‡ c€ c€ XÊXÊð2ð2:Œ:Œúúí“í“­ a ­ a ° °õúwûõúwûÍòÚôÍòÚôaì§ïaì§ïÉæ®ëÉæ®ëåxêåxê{èÞì{èÞìŠîÁòŠîÁò\öÕø\öÕø‘ϑϥ  ¥  ÚŽÚŽK‚K‚}y}y£X £X »/»/EýþEýþÐô—÷Ðô—÷î°ðî°ðóèÝìóèÝì-ê4î-ê4îƒë‘ïƒë‘ï~ôæõ~ôæõ÷û°ü÷û°üE—E—æ W æ W õ–õ–¥é¥éY Y     a a ³³€‹€‹ØtØt$$9-9-uõuõé“é“_]_]ÿ_ÿÿ_ÿšýþšýþöû ýöû ýûAüûAü-ûü-ûüRû9üRû9ü¦üKý¦üKýþuþþuþóÿóÿpqpq#É#É››HÑHÑt!t!fäfä ª ª<ø<ø‹ÿªÿ‹ÿªÿüÃüüÃü³øÃù³øÃù’ó-ö’ó-ö˜ïNò˜ïNòõë_ïõë_ïPé?íPé?í’èœì’èœì+ëâî+ëâîpð³òpð³ò÷ù÷ùäþSþäþSþ–C–Cð  ð  y Ä y Ä á B á B NNu†u†îýVþîýVþ¨ø%ú¨ø%ú|ô:ö|ô:öòÐôòÐô5óÂõ5óÂõŸøŽùŸøŽù"ý½ü"ý½üÖÖ ò ò, ˆ, ˆ]  ]  [ á [ á l  l  Ô ÛÔ ÛÊøÊøzSzSáÎáÎ_1_1É ÝÉ Ý\ Õ \ Õ   þ±þ±--æp æp 4 Â4 ÂnÕnÕgÿ ÿgÿ ÿ\úZû\úZûYöó÷Yöó÷Éô¯öÉô¯öÃõ§÷Ãõ§÷3ùÅú3ùÅú×übý×übý,º,º¬n¬né’é’¶ˆ¶ˆ»æ»æœœöýþöýþ ùWú ùWú®ô€ö®ô€öÞð‡óÞð‡óîNñîNñ îEñ îEñ¾ïòò¾ïòò=ódõ=ódõÕöUøÕöUøåù×úåù×úzüõüzüõüÕý+þÕý+þ‹ýóý‹ýóýXýÍýXýÍýü«üü«ürú}ûrú}ûäøSúäøSúIøµùIøµùù)úù)úKúaûKúaû]üý]üý¸þûþ¸þûþ3Þ3ÞpÝpÝ3p3pÈÅÈÅ{^{^òøòø@•@•žžSªSªè0è055r{r{YOYO³’³’¥â¥â  y~y~ÀÿäÿÀÿäÿþÿþÿÔíÔíÁýÁý> Š> а € "v ö âwý‘­™P™Pù ù @ 2@ 2Á—Jjþþýïû#üuùIú~÷Òøˆõ\÷ˆõ\÷õ.÷õ.÷Y÷ùY÷ù³øúú,ûƒüýøþ÷þùÎú§ã"ã"• Ý• ÝK  K  ø ñ òêÙI¡¨jö&EãEã;;XiXi00öJöJ[L[Lkk4s4s&Œ&ŒiÿÿiÿÿaüüaüüZøúZøú2õ÷2õ÷ró˜õró˜õŒô‘öŒô‘öžõ÷žõ÷¦öeø¦öeø/ø<ù/ø<ùùúùúÃúºûÃúºûÕùûÕùûŠøtùŠøtùçõÔ÷çõÔ÷êóÎõêóÎõòQôòQôˆñôóˆñôóÍòõÍòõ¢ó»õxôoö4öÝ÷ð÷Mùhù„úáú¼ûYýÇýYýÇýeÿxÿeÿxÿkþ±þkþ±þûìûAù/ú‚÷rø»ôƒöõñ•ôÏï×òªíñªíñvêƒîvêƒîíêUîíêUîCíñðCíñð_òßô_òßô|ø¦ù|ø¦ù‘ýCþ‘ýCþ#š#šºº - -µ÷µ÷oo·ÿÙÿ·ÿÙÿúü¿ýúü¿ý…üý…üý¿ý*þ¿ý*þŸˆŸˆ&§&§ í í~¸ ~¸ ܞܞ^=^=V›V›j& j& ü Zü Zj"j"ÉÉ=3=3®w®w9í9í; Ê; ÊæÎæÎÙFÙFOfOf–p–pêKêKºÝºÝ°4 °4 ÛñÛñ–þöþ–þöþ³øú³øúDöv÷Döv÷rø'ùrø'ùý.ýý.ýô¢ô¢EEó ¼ ó ¼ ±‡ ±‡ šŽ šŽ ? ? ÇpÇp=©=©ÏüGýÏüGýrøÂùrøÂùõþöõþöRô>öRô>öƒô1öƒô1ö\õ÷\õ÷6öØ÷6öØ÷÷¢ø÷¢øéö~øÄö[øcöý÷ö¡÷Çõe÷Œõ+÷UõîöUõîöRõ÷Rõ÷ˆöøˆöøù7úvúIûíû]ü$ý•ý]þÎþ†ÿÎÿ°Î°Îjjßß?ÿ\ÿ?ÿ\ÿ¤û¸ü¤û¸ü*ø‡ù*ø‡ùBóõBóõÏî¤ñÏî¤ñ¤ìð¤ìðXînñXînñò7ôò7ôTöý÷Töý÷Lý%þLý%þ,,i i ¥ å ¥ å ® ® Z ¨ Z ¨ xxJnJnoûÙûoûÙû¿ö0ø¿ö0ø7ôõõ7ôõõcõ÷cõ÷SøðùSøðù¥ûWü¥ûWüiþYþiþYþ^ÿ^ÿûþ ÿûþ ÿ¢ýJþ¢ýJþ“üý“üýÄû#üÄû#ü¬üfý¬üfýAÿ¤ÿAÿ¤ÿ  Ò/Ò/“ F “ F ­H ­H _ü _ü Î Ú > ¹ üûº?>ÿ0ÿÃû"ücô9÷cô9÷“îåñ“îåñŽëïŽëïØïÖñ¼òyô¡õ÷Ñú;ûZÿ9Fp2p2£t £t ´S´SI…I…¦;¦;ô ‘ ô ‘ ùùÐâÐâ÷ûü÷ûüûö>øûö>ø ÷©ø ÷©øjøùjøùÙü~ýÙü~ýtt,ý,ý¦ (¦ (" j " j   ý¢ ý¢ ô  ô   ø  ø Ö &Ö &ÜŠÜŠI[I[»+»+œ[œ[’þšþ’þšþ©ü2ý©ü2ý)ûü)ûüàú¤ûàú¤û|û3ü|û3üôüBýôüBý»þãþ»þãþ%ß%ߨ ¨ %F%Fäyäyûûá>á>|åÿ|åÿÜùúÜùú’ôKö’ôKösðüòsðüòXíðXíðë·îë·îÛë©îÛë©îîæðîæðò'ôò'ôïõ…÷ïõ…÷3ûÔû3ûÔû @ @¤8¤8²`²`Ú Ó Ú Ó ` K ` K m ¥ m ¥ ÈßÈßæ¶æ¶úçúúçúëò£ôëò£ôWí¹ïWí¹ï1æ¦ê1æ¦êÉàÛæÉàÛæ½â`ç½â`ç§æë§æëDï³òDï³òøùøù¯¯ãã ãã ñnñnÓ¡Ó¡Y÷Y÷$Ä$Äé é uDuD$÷“ù$÷“ù:ñ<ô:ñ<ô¦ìð¦ìð­ëŸï­ëŸï~îñ~îñócõócõnú¿únú¿ú‰¶‰¶|‹|‹k Ãk Ãw # w # ±  ±   _  _ Ï : Ï : Í Í……ßß]Ü]ÜËËöâöâ  çýFþçýFþîû…üîû…üŸúlûŸúlûâúÐûâúÐû–û2ü–û2ü÷ü˜ý÷ü˜ýËþÄþËþÄþäŽäŽ”ÿ”ÿbb‘–‘–P|P|TTµÜµÜ-n-nÃÃ} ½} ½} i} iýý”†”†§ÿŸÿ§ÿŸÿãøBúãøBúàðóàðóšê6îšê6îÖå0êÖå0êãä éãä éÑé.ìÑé.ì+î–ñ+î–ñwøÄúwøÄúãNãN Ø Ø œœPÔPÔæ*æ*žÓžÓ£» £» ôôÇŠÿÇŠÿÕùUúÕùUú(õ÷(õ÷nõh÷nõh÷Oø ùOø ùýèýýèýÛÖÛÖ] Ì] Ì è  è a A a A G X G X › å› å……nÀnÀÙÆÙÆ4.4.Þ‡Þ‡”Ñ”ÑR&R&k îk ît Ë t Ë …/…/N•N•šü­üšü­ü õùö õùöîÄðîÄð½èõë½èõë…å é…å éæ êæ ê¢èSì¢èSì î/ð î/ðeõ½öeõ½ö‰û5ü‰û5ü˜µ˜µ — —¾u¾uAhAh¾ûÇü¾ûÇüêõA÷êõA÷VðçòVðçò&ëÞî&ëÞîBç:ëBç:ë¦æGê¦æGê~è]ì~è]ìDíùïDíùï]ò™ô]ò™ôŒ÷.ùŒ÷.ùäûýäûý{ÿ*{ÿ*g¹g¹4„4„££ / /¿c¿cõÿõÿ}ÿ‰ÿ}ÿ‰ÿ“þ¡þ“þ¡þŒÿ¢ÿŒÿ¢ÿì ì ’:’: å å d dë ë H H ªmªmþ„þ„Á\Á\à” à” é» é» »‡ »‡ ®b ®b 4Þ 4Þ "h"hðKðKýÒ ýÒ + l + l {  {  ´ à´ àï n ï n à O à O Ò ` Ò ` /ü /ü  cca a § Ö § Ö ¯Ê¯ÊÀIÀI—û™ü—û™ü§ödø§ödø|ôåõ|ôåõëóvõëóvõô!öô!övö—÷vö—÷ãø˜ùãø˜ùKûðûKûðû0þsþ0þsþ  óÿóÿ7þ¹þ7þ¹þ[ûÆû[ûÆû8øqù8øqù›ôŽö›ôŽöÙñ[ôÙñ[ôñ0óñ0óÊñœóÊñœóAó×ôAó×ôðôRöðôRö¾öò÷¾öò÷ødùødù·øÏù·øÏù‘ø¼ù‘ø¼ùVø‹ùVø‹ùøIùøIùø÷.ùø÷.ù{ø…ù{ø…ùùuúùuú‰úNû‰úNûiûüiûü±ûYü±ûYüûÐûûÐûËùãúËùãú‘ø¸ù‘ø¸ùøö6øøö6ø-õ·ö-õ·öãó¤õãó¤õ2óõ2óõßóÁõßóÁõ¾öø¾öø¤úû¤úûpopoªªªªü § ü § êGêG!!ã1ã1>S >S ÊnÊnT@T@²ö±÷²ö±÷3îÞð3îÞð“çÕê“çÕêÚå,êÚå,êÍçHëÍçHëGíðGíðó+õó+õ¾ûXü¾ûXüÚ;Ú;˜ ~˜ ~ìr ìr dndnññZj Zj ­ ­ S¾S¾¨þçþ¨þçþúüúúüúoöa÷oöa÷ôîõôîõÁôöÁôö÷’ø÷’øKûüKûüºYºY¶ï¶ï0 •0 •ª i ª i ܇ ܇ Hì Hì ´± ´± üþ üþ *8 *8 À à À à ž Õ ž Õ  l  l û h û h á k á k H ïH ï^r^r²ÿ²ÿ––Œ Œ QMQM| 4 | 4 ýå ýå SSUU=}=}jûjû] ] ^  ^  ¡†¡†äÿ(äÿ( ü›ü ü›üløÆùløÆù÷}ø÷}øi÷Íøi÷Íøêøãùêøãù úÜú úÜú÷ú§û÷ú§ûXû÷ûXû÷ûGûâûGûâûû¥ûû¥ûpú6ûpú6û úÀú úÀúqùMúqùMúùõùùõù‘ø•ù‘ø•ù¡÷àø¡÷àøFõéöFõéöïòäôïòäô§ïéñ§ïéñÒë\îÒë\îÁçòêÁçòêÔä€èÔä€èŽã…çŽã…çåÐèåÐè9è]ë9è]ëíÎïíÎïóäôóäôºø¿ùºø¿ùeýÉýeýÉýd¨d¨QfQf@@=ýâý=ýâý1úšú1úšú;÷ø;÷ørô örô ö\ò—ô\ò—ôˆò<ôˆò<ôßó“õßó“õ`÷«ø`÷«øÇûeüÇûeüøÿøÿPPQúQúÑ Ñ ß š ß š Ž á Ž á í ó í ó ¿  ¿  ­ 3 ­ 3 ç Q ç Q P µ P µ £ þ £ þ ³ ³ ì ì Ø - Ø - „  „  »“»“û û O“O“þmþm - -ll““V V ß ß d±d±!h!hVV88Oþ{þOþ{þJüÍüJüÍüÙú|ûÙú|ûfú$ûfú$û†ú!û†ú!ûmûümûü:üÞü:üÞü ý“ý ý“ýÂþÔþÂþÔþododµtµtQÞQÞŽ0Ž0ßßÀþÐþÀþÐþ‘ûü‘ûü ùÇù ùÇùÂöÂ÷ÂöÂ÷»ô>ö»ô>öæô_öæô_öÙöÉ÷ÙöÉ÷‡úû‡úûYÿHÿYÿHÿÕèÕè6 '6 's y s y Oý Oý ¸× ¸× þß þß – ¢ – ¢ ÅÕÅÕÄÛÄÛ|þ&þ|þ&þ×ûúû×ûúû#ûþû#ûþûâû”üâû”üSÿdÿSÿdÿ!¯!¯_…_…ŠŠr‘r‘llóhóh±ƒ±ƒÐîÐîEÿ¡ÿEÿ¡ÿþ“þþ“þ9þaþ9þaþiþ‡þiþ‡þ–þ«þ–þ«þ2þYþ2þYþmüäümüäü ûYû ûYû¬øpù¬øpùöV÷öV÷ôÃõôÃõó¤ôó¤ôàò™ôàò™ôôó\õôó\õšõ÷šõ÷&øáø&øáø÷úÆû÷úÆû›ý0þ›ý0þÉÿÍÿÉÿÍÿùvùv»?»?Ô[Ô[ÙdÙdÍ]Í]ËËÊÿÎÿÊÿÎÿFýÓýFýÓýEûÁûEûÁûzù#úzù#úøêøøêøä÷äøä÷äøcùYúcùYúLüëüLüëü ™ ™EEõõE º E º ò  ò  @ @ ¸ € ¸ € ìÿìÿR R  þ[þ þ[þ¾úaû¾úaûøùøù"ø'ù"ø'ù½ù£ú½ù£úÈû€üÈû€ü©þÿ©þÿ88ëìëìÂÆÂÆ—I—I++jý¥ýjý¥ý½ú¹û½ú¹û¥øÚù¥øÚù1øoù1øoù¤ù³ú¤ù³úˆüÅüˆüÅüjÿÊÿjÿÊÿŸ>Ÿ>/3/3}}MM··|þŒþ|þŒþæúûæúûø5ùø5ù«öÆ÷«öÆ÷p÷jøp÷jøPùúPùúðü…ýðü…ý‡ä‡ä“¥“¥– ‹– ‹² ) ² ) ý ÿ ý ÿ ù ( ù ( × ‚ × ‚ ô÷ô÷(Ú(Úüümþ£þmþ£þ[üÀü[üÀüdü¢üdü¢ü±þêþ±þêþè†è†HH¥ ¥ g · g · V Ó V Ó l 0 l 0 èèqqÙzÙzΡΡQþNþQþNþýRýýRý=ýXý=ýXývý£ývý£ý®ýéý®ýéýäý*þäý*þþfþþfþIþxþIþxþØýþØýþÈüýÈüý‡ûü‡ûübú ûbú û^ù ú^ù ú~øQù~øQùæ÷ñøæ÷ñøcøUùcøUù1ùòù1ùòùóùµúóùµúmúûmúû|úû|úûoú&ûoú&ûPúûPúû—úAû—úAû¬ûü¬ûüdý¾ýdý¾ýúÿúÿ-É-Éa«a«, ", "L  L  ¬ W ¬ W O j O j å åýýPžPž°k°k‡ÿ›ÿ‡ÿ›ÿ€ÿWÿ€ÿWÿôÿôÿ˜˜±#±#DXDX Õ Õ ’ Q ’ Q Ò$Ò$•´ •´ i ú i ú g Ög Öß%ß%årårj2j2  7ÿXÿ7ÿXÿŽþÏþŽþÏþ þdþ þdþÎü;ýÎü;ýÚú”ûÚú”û(øøø(øøø`õõö`õõö÷òªô÷òªô5ñúò5ñúò‚ðqò‚ðqòñÇòñÇòòÁóòÁóAó½ôAó½ôôƒõôƒõ·óõ·óõçòvôçòvôÄðEòÄðEò2îð2îðñê†íñê†í2è;ë2è;ë¸æ±é¸æ±é¢çRê¢çRêeêÿìeêÿìóíðóíðNóªôNóªôÚ÷ŸøÚ÷Ÿø¬ûóû¬ûóû×þ·þ×þ·þï‘ï‘d4d4…þ¹þ…þ¹þbüýbüý´ú2û´ú2ûqúûqúû™üëü™üëü!ÿ®ÿ!ÿ®ÿ΋΋S–S–C C xxââÝËÝË”î”îšÄšÄh¿h¿ñÂñÂ&å&å¸=¸=%¥%¥\ È\ È× A× A· .· .%˜%˜w%w%¿¿]$]${¡{¡ Œ  Œ = ô = ô ñ Óñ Ó Ê  Ê ¼ k ¼ k ˆ  ˆ  hª hª Í Í í x í x *C*CF.F.íù²úíù²ú.ðò.ðò‚èPë‚èPë¤â'å¤â'åUÞqáUÞqá?Üyà?ÜyàLÞ•áLÞ•á}à7ä}à7äxäéçxäéç"èIë"èIë{ëYî{ëYîçíçïçíçïfíBïfíBï¤êÖì¤êÖìñç…êñç…êä=çä=çšàíãšàíã2Ý6á2Ý6áøÚßøÚß1Ú7Þ1Ú7Þ–Ü_à–Ü_àßžâßžâãœåãœålç\êlç\ê‚ìŽî‚ìŽîñð¿òñð¿ò?õ[ö?õ[öéøÙùéøÙùÿûiüÿûiüäý8þäý8þvÿlÿvÿlÿ¾h¾hççEêEêNxNx ¼ ¼Æ 9 Æ 9  µ µ~N~N„%„%ÒWÒW†þ†þæéæé ô ôqq{|{|––ÏŽÏŽV1V1JHJH;-;-ñúñú7À7À]+]+îý îý … ï … ï ¹ ¹yÉyÉvævæ#ˆ#ˆûû¥þäþ¥þäþîû~üîû~üÉù™úÉù™ú•ùDú•ùDú„ùuú„ùuú¢û ü¢û ükýÉýkýÉýèþ=ÿèþ=ÿŒþÔþŒþÔþqûôûqûôû÷ ø÷ øxïXñxïXñ-èöê-èöêiáåiáådܯàdܯà×ÙtÞ×ÙtÞ¸Üêà¸Üêàÿà˜äÿà˜äðéKìðéKìŒñÛòŒñÛò¢ú°ú¢ú°ú""å€å€)®)®×È×Èÿfÿÿfÿ ûû ûûþöª÷þöª÷SõëöSõëöÎö˜÷Îö˜÷ÀùRúÀùRú­ýÙý­ýÙý0Ù0Ù‹‹Ê A Ê A   7 7ê ê ÐÐËo Ëo     › y › y ã üã üÓêÓ겫²«tYtY^^îDîDêIêISåSå]]_F_F»ÿÓÿ»ÿÓÿ8ÿiÿ8ÿiÿ¢ÿ‘ÿ¢ÿ‘ÿuXuXøø¢v¢vþìþìlÿŽÿlÿŽÿëüýëüýÔù¯úÔù¯úÂö¨÷Âö¨÷‡óûô‡óûôñúòñúòÑïñÑïñÜï–ñÜï–ñ!ñ´ò!ñ´òúòUôúòUô®ôÖõ®ôÖõ-÷ ø-÷ øžù4úžù4ú³ûDü³ûDüåýÿýåýÿýRÿnÿRÿnÿ¡ÿ°ÿ¡ÿ°ÿÿJÿÿJÿgý›ýgý›ýRû×ûRû×ûSøìøSøìøö©öö©öêó÷ôêó÷ôºò!ôºò!ôôKõôKõZ÷ƒøZ÷ƒø±ü!ý±ü!ý’œ’œ¤¤;¦ ;¦ XXBÑBÑ+C+Cãóãóx ` x ` ""’’×ýîý×ýîýü“üü“üýfýýfý_ÿÈÿ_ÿÈÿý¸ý¸­u­u ` ` • • r¿ r¿ Îò Îò     ¸ ù ¸ ù ™™ppP“P“ÝOÝO¥¥`¯`¯"œ"œß–ß–Kÿ‘ÿKÿ‘ÿ“üý“üýkú÷úkú÷ú€ø%ù€ø%ù÷Å÷÷Å÷löZ÷löZ÷îöÕ÷îöÕ÷PøõøPøõøÍù…úÍù…úûûZüûûZüÐýåýÐýåýÿÿÿÿòÿòÿÑÊÑʬ”¬” å åϛϛùÔùÔ3ÿEÿ3ÿEÿ±üý±üýù¼ùù¼ùÇõöÇõöÇòôÇòôôðOòôðOòpð×ñpð×ñòÄóòÄóØö›÷Øö›÷“ü¸ü“ü¸üHzHzUÎUÎ"  "  p å p å ! ! ñXñXz³z³·þ^ÿ·þ^ÿ ú û ú ûZö›÷Zö›÷{ô~õ{ô~õÉõföÉõföã÷øã÷øüýüýJ)J)öyöy­­ÿNÿNL¶L¶#Ï#ÏI—I—Š6Š6ÂþËþÂþËþ„üØü„üØüÖü*ýÖü*ýÏýþÏýþjdjdÁÁ'¡'¡jûjû‹j‹jvþ¨þvþ¨þUûÚûUûÚûGøùGøùêõ÷êõ÷ö©öö©ö=öE÷=öE÷øåøøåøûƒûûƒûÞýþÞýþ•{•{v(v(ª;ª;Õ›Õ›¯A¯Aèè†U†UÁÿÂÿÁÿÂÿ"þQþ"þQþ®üý®üýûüûüšûðûšûðû£üý£üýŸþÁþŸþÁþA$A$“Œ“Œ#ë#ë[ü[üGÉGÉ““wówóLÁLÁ¡¡RØRØoñoñ” ” › › ŠöŠö±&±&¹8¹8¨1¨1 ˜ ˜QßQß>ï>ï¶œ¶œp[p[eÿwÿeÿwÿÿ;ÿÿ;ÿÚþ ÿÚþ ÿ`þˆþ`þˆþ—ýçý—ýçýýüRýýüRýßü(ýßü(ý7ýuý7ýuýýý9þýý9þqÿsÿqÿsÿåÌå̉V‰V¬;¬;U´U´”Ï”ÏeeŒŒvïvïHÃHà ÿüþ ÿüþÑüýÑüýû–ûû–û\úÏú\úÏú¾úDû¾úDûlüülüü©þÖþ©þÖþ™ž™žEþEþ+¨+¨e ³ e ³ l c l c *  *  TOTOˆ<ˆ<,,4%4%k[k[&_&_C`C`Y_Y_šÿ¥ÿšÿ¥ÿIþmþIþmþ0ü…ü0ü…üˆù"úˆù"ú’ö}÷’ö}÷ ôþô ôþô+ò"ó+ò"óÝðòÝðò ðOñ ðOñHï¬ðHï¬ðÇîBðÇîBð£î*ð£î*ðËî;ðËî;ð”îð”îðEîÈïEîÈïÁíkïÁíkï#í¹î#í¹î^ì5î^ì5î ìÞí ìÞí±ì7î±ì7îÞíbïÞíbïãïOñãïOñ„ò¿ó„ò¿óLõMöLõMöë÷‡øë÷‡ø¨ùMú¨ùMú@ú¼ú@ú¼ú6úÂú6úÂúEúÛúEúÛúhúûhúû?û‚û?û‚ûWýýWýýtKtKoÜoÜe ~e ~3 ú 3 ú eieiÁÁÏ)Ï)ŸÄŸÄ±²±²$$jøjøÏ˜Ï˜ÅYÅY´´ÆÆ"ð"ðS#ûS#ûÓ#T Ó#T # # _ —_ —ÊuÊu[C[C“µ“µÏ ¾ Ï ¾ ¸ R ¸ R ©ß©ß¶¶º×º×nÒnÒh çh ç’ è’ ègygyÊÒÊÒ«ÿŽÿŒüKü6øŒøàóÎôrðYñíäíœäÂæœäÂæ5Þà5ÞàˆÙ¸ÜˆÙ¸Ü•ØtÛØÙ­ÜÛçÝmÜ)ß¿ÝlàÍßâÝáËãÝáËã­å¸ç­å¸ç/éIë/éIëÀèëêÀèëêÂèòêÂèòêææ'éææ'éÇåçÇåçzãÍåzãÍå?ácä?ácäêßúâêßúâûßHâûßHâGâfäGâfä¥å6ç¥å6ç¸éªë¸éªë4î™ï4î™ïÝòôÝòô„÷0ø„÷0ø¹ûü¹ûü½ÿ½ÿ>->-?´?´† ¢† ¢¡ ¾ ¡ ¾ HÛHÛjji®i®,3,3·«·«uSuSÕªÕªyºyº0202•Ö•Ö,å,åô–ô–0!0!€)€)͢͢äÌäÌ[çÓtµiÂ@n²õ²õFF  ¬ önÓ0°òê´$7ÿ°ÿºý=þºý=þ+ýVý+ýVý6ü¤ü6ü¤üúœúúœúx÷#øx÷#ø½ôØõ½ôØõò óò óþïúðþïúðnï¯ðnï¯ð¯ð·ñ¯ð·ñññdóññdóÈõ—öÈõ—öùVùùVùÔû«ûÔû«û\ûáû\ûáû8úû8úûeö3÷eö3÷¥ñó¥ñóhìèíhìèítèþétèþé›å'ç›å'çæèæè…éë…éëðŒñðŒñŒ÷÷Œ÷÷ÉýÒüÉýÒüã†ã†üüHH{Ô{Ô"‘"‘YÜYÜTþ¥þTþ¥þæû?üæû?ü)ûuû)ûuûºüYýºüYý þìþ þìþbëbë''0 0 áLáLí ÿ í ÿ ý Ñ ý Ñ H P H P S ‰ S ‰ Û ÷ Û ÷ J T J T i ¦ i ¦ ã"ã" ˆ ˆ=é=éÀÀËóËóúþDÿúþDÿÌýèýÌýèýýPýýPýaý“ýaý“ýjþ~þjþ~þ¯t¯tüÖüÖ¤¤uuD µD µG–G–ŠŠççÇüƒýÇüƒý.ø£ø.ø£ø ôÊô ôÊôàðÖñàðÖñ0ð4ñ0ð4ñÞðMòÞðMòoó<ôoó<ôO÷Ø÷O÷Ø÷‹ûü‹ûü.+.+½Á½Áö c ö c È ó È ó «¤«¤ppÖ±Ö±l . l . X&X&iiþ'þþ'þBù/úBù/úÛõ ÷Ûõ ÷%õ³õ%õ³õD÷øD÷øfûOûfûOûŒŒ$Œ$ŒŒYŒYùcùcÙùÙù3-3-±&±& š šÛ9 Û9 ÈÿAÈÿAiøöøiøöøŠò%óŠò%óÌîîïÌîîïöîëïöîëïÿñDòÿñDòxõGöxõGöHûbûHûbûšÿšÿ±­±­ðIðI³ÿ&ÿ³ÿ&ÿ‚ü]ý‚ü]ýQùdúQùdú=ö]÷=ö]÷]óiô]óiôÁð1òÁð1òßîšðßîšð»îÿï»îÿïâî(ðâî(ðîtïîtïœìÛíœìÛíÃêìÃêì¼è˜ê¼è˜ê2çé2çéçÍèçÍèÜçféÜçfé.ê†ë.ê†ëCímîCímîùñøòùñøòöÝööÝöûCûûCûKÿèþKÿèþGâGâFEFEÔËÔËíŽíŽ™ ° ™ ° š ‚ š ‚ ¾ Î ¾ Î ® ³ ® ³ C € C € ë  ë  «D«Dÿ«ÿ«ÖjÖj°g°g j j &n&n¸¸—°—°A%â"A%â"F)&F)&Z*ã'Z*ã'€(ú%€(ú%‚$R"‚$R" É É ; ;)¹)¹7 , 7 , ªZªZô­ô­||ÐÖÐÖ—V—Væ l æ l „ ”„ ”†I†Iõõsœsœ&ûnû&ûnûêöJ÷êöJ÷9òjó9òjó îvð îvðíMîíMîî ïî ï7ïð7ïð`ðñ`ðññòñò/ðñ/ðñ¯îÚï¯îÚïêÁëêÁëŒç½èŒç½èˆã¦åˆã¦å¶à¦â¶à¦âèÞ«àèÞ«àBÝŒßBÝŒßVÞpàVÞpàøáfãøáfãæÏçæÏç’ë*í’ë*í^ðÏñ^ðÏñ‚ôÍõ‚ôÍõ ø4ù ø4ùçùJúçùJú€ûBû€ûBûû–ûû–û³ú÷ú³ú÷úùùúùùúûø ùûø ùHønøHønø:øåø:øåøµù4úµù4úØûüØûüþPþþPþÓêÓêd=d=;ã;ãd ¬d ¬Ï  Ï  – ½ – ½ Ññ Ññ •³•³õòõò±«±«‚¢‚¢]€]€UbUbC[C[O]O]88´á ´á %B %B V ‹ V ‹ ˆ Ä ˆ Ä Î # Î # ' s ' s ²  ²  ­ ) ­ )  X  X ø T ø T  s  s ‰‰ö~ö~’’__[[ñ©ñ©VúVúQ×Q×£  £  › â › â W ’ W ’ " n " n ùƒùƒjjþ<þþ<þ=ø²ø=ø²øåò©óåò©óÁîÃïÁîÃïÜííîÜííî¼îÁï¼îÁïNð<ñNð<ñhó(ôhó(ôö·öö·ö{øðø{øðøƒúÚúƒúÚúŒú–úŒú–ú•ùÒù•ùÒùt÷)øt÷)øÿôëõÿôëõgòäògòäò)ð¢ð)ð¢ðäîÃïäîÃï¬î¡ï¬î¡ï»ï¤ð»ï¤ðØð³ñØð³ñüñÈòüñÈò!óÝó!óÝówôõwôõrôüôrôüô,ôô,ôôZóóóZóóóáò¤óáò¤ó³ò•ó³ò•óÂòºóÂòºó½ó—ô½ó—ô'õ·õ'õ·õ ÷r÷ ÷r÷<ù’ù<ù’ùºûéûºûéûÑýþÑýþ  ®’®’¾‘¾‘UU©d©d‹T‹T²1²1@ © @ © òKòKssP½P½ÒËÒËJáJáÖmÖmãñãñ##7k7kÅ Å ëPëP"_"_ÞýÞýççv´v´  »³»³ã ã ® $ ® $ ÷¼÷¼žWžW==gQgQ½†½†¿š¿šûÜûÜ# # ÍÍl|l|þìýþìý#ùªù#ùªùGõ™õGõ™õmñÓñmñÓñ»íúî»íúîëíìëíìÄéëÄéëÏêöëÏêöë…í@î…í@îwð‰ñwð‰ñëónôëónôéöl÷éöl÷Óø(ùÓø(ù%øø%øøõõnöõõnö.ñò.ñò•ìËí•ìËí&éšê&éšê·æWè·æWè}æŽç}æŽç#é]ê#é]ê‘îïî‘îïîàõiöàõiöøû¢üøû¢üûÍûÍ , , Ø Ø3á3áÌ–Ì–*ç*çÅyÅyEEEE™¨™¨O-O-DDrr%P%PmÞmÞYYF ÔF Ôá X á X » 4 » 4  ” ”PïPï¢ñ¢ñr ( r ( D D — í — í ø 7 ø 7 â c â c s ¹ s ¹ G ˆ G ˆ ” ”   ÕÕ‰ÿ–ÿ‰ÿ–ÿÝüÃüÝüÃü™ü‘ü™ü‘üþkþþkþTTÜÜÒÒk  k  Ì Ì M M {ê{ê9 9 ²Õ²Õ¹üÃü¹üÃüú'úú'ú°ùÞù°ùÞù™ûÏû™ûÏû7ýsý7ýsý’þÒþ’þÒþ±ÿóÿ±ÿóÿ(l(lSÿ4ÿSÿ4ÿ”ý¿ý”ý¿ýÖüýÖüýµýýýµýýýÏÿ¶ÿÏÿ¶ÿ$½$½@›@›y  y  í ¼ í ¼ W ¢ W ¢ / š / š ÿ±ÿ±cý×ýcý×ý>÷;ø>÷;øbòËóbòËó¥î`ð¥î`ðsïcðsïcðÈórôÈórôƒøì÷ƒøì÷cý ýcý ýÜ7Ü7”L”L€$€$“â“âîoîoÒü ýÒü ýÄ÷)øÄ÷)øÉóQôÉóQô½ð`ñ½ð`ñ/ï.ð/ï.ð¢ð0ñ¢ð0ñ òÁò òÁòô²ôô²ô÷G÷÷G÷¢ùáù¢ùáùâúûâúûûÚûûÚû û5û û5û úVú úVúùVùùVùøIøøIøU÷Û÷U÷Û÷Š÷è÷Š÷è÷Ö÷PøÖ÷Pø4øŒø4øŒøá÷Gøá÷GøF÷©÷F÷©÷µö"÷µö"÷5ö´ö5ö´öHö½öHö½ö\÷¦÷\÷¦÷¨øù¨øùÛú ûÛú ûDþ>þDþ>þ  ø…ø…t B t B " Š " Š Ž Ø Ž Ø µ µ ª ª°­°­Ý¾Ý¾†P†PþUþþUþþ;þþ;þÙÿÙÿu?u?¥N¥N¯ L ¯ L  ? ?ÕÿÕÿS•S•$$ý½ý½êÂêÂ&K&KÙXÙX¡¡] W ] W ‡R‡R{ { #ªÿ#ªÿhÿ‚ÿhÿ‚ÿz3z3NÎNÎ m  m V¡V¡¬0¬0ssÑѼ¼4Q4Qw £ w £ /g/gÓú’ûÓú’ûLóvôLóvôHîÝîHîÝî·í³í·í³í‚îæî‚îæî(ñÍñ(ñÍñõ õõ õvø©øvø©ø±úsú±úsú^úbú^úbú3ø~ø3ø~ø_õìõ_õìõñíññíñâíæîâíæîfê ëfê ëçç@èçç@èËåXæËåXæ}ä—å}ä—åÛãcåÛãcåÇãSåÇãSåFãMäFãMä‡âæã‡âæã­áÓâ­áÓâÖàâÖàâtà•átà•á¢à¬á¢à¬áiáwâiáwâlãªälãªämæ9çmæ9çÐéêÐéê£í?î£í?îñyññyñô‰ôô‰ôÍö3÷Íö3÷øù0úøù0ú£ü´ü£ü´ü·ÿ²ÿ·ÿ²ÿ8!8!77ŕŕݵݵٸٸjqjqŒŒñÓñÓ? Ô? Ôô Å ô Å s¹s¹€þ€þ$#$#Å*)Å*)ƒ/I-ƒ/I-É10É10š0I/š0I/Ý,T+Ý,T+ë'¦&ë'¦&2"Ö 2"Ö ‡™‡™yéyéKÂKÂ|}|}ýý…Š…Š1414#)#)ä䢴¢´ÆvÆv“Þ“Þ‘ ë ‘ ë ÛÛªªèýóýèýóý,üfü,üfüûûüûûüãûÇûãûÇû£úÄú£úÄú<øtø<øtøõõõõ”ï=ð”ï=ð/êë/êë äqä äqäŠÞ†ßŠÞ†ß—ÚPÛ—ÚPÛ5×vØ5×vØÆÕÃÖÆÕÃÖךØ×šØæÙˆÛæÙˆÛ<Þ7ß<Þ7ßHâ¸âHâ¸âæ›ææ›æèéèéäè¢éäè¢éˆégêˆégêéÝééÝéàçßèàçßèíæŸçíæŸç;æüæ;æüææÛææÛæRçÿçRçÿçåéÒêåéÒêjîøîjîøîóƒóóƒó¦÷5ø¦÷5ø,ý;ý,ý;ý´Z´Z[A[A=W=WÎ · Î · ¸ z ¸ z ¶ ¶ ô©ô©á}á}.±.±®.®.sËsËÑ5Ñ5zÂzÂuáu᜜?¥?¥ÆûÆûÕÕ±ô±ô¬¬ðð¾<¾<Ð\Ð\ç\ç\‚‚=Ä =Ä × a × a Ó§Ó§ùùŽŽ)")"ЄЄª­ª­…c…cgwgw  AxAxZYZY˜üöü˜üöü÷û÷÷û÷ òò òò|íeí|íeíáèaéáèaéåxæåxæåÐååÐåGæÜæGæÜæ¯è%é¯è%éêë—ìêë—ì¬ïð¬ïðúò óúò óÝõÑõÝõÑõæö÷æö÷j÷®÷j÷®÷¹ö›ö¹ö›öõáõõáõÈôrõÈôrõ6õBõ6õBõ÷C÷÷C÷ùùùùüCüüCü#ÿóþ#ÿóþ­&­&¶R¶RNN: : ¦–¦–ÌÌAA  ʣʣÀ¹À¹«‡«‡µpµpžaža<<›m›mŞŞ©s©sW.W.qAqAŠ + Š + H  H   ³  ³ ‰  ‰  u  u  | [ | [ «w«wɫɫ%ö%öþþþþ(úLú(úLú~ö¥ö~ö¥ö+ôdô+ôdô ô„ô ô„ô8õfõ8õfõN÷^÷N÷^÷oúŽúoúŽúý:ýý:ý–ÿpÿ–ÿpÿ·Ž·Ž@8@8‘þ×þ‘þ×þrülürülüÇúƒúÇúƒú1ù ù1ù ù¼÷õ÷¼÷õ÷"øKø"øKøúûùúûùªûÕûªûÕûšþÆþšþÆþ..òò\R\R¥§¥§!!ÿÿÿÿ1ý7ý1ý7ýTü=üTü=üÿüýÿüý{þ²þ{þ²þ¸ë¸ëš™š™d s d s ¢:¢:ÙÙð¦ð¦L'L'55Ñ Ñ L$L$ŽŽÞüØüÞüØü¡û#ü¡û#ü¼üÃü¼üÃüÀcÀcSS”¨”¨‘v‘v Ï Ï“r“r¼¼ü=ü=²ý7þ²ý7þ´ù7ú´ù7úŽö÷Žö÷$ô ô$ô ô†óìó†óìóçóôçóôõ,õõ,õöEööEö÷P÷÷P÷©÷­÷©÷­÷F÷÷F÷÷÷÷÷÷Šö¥öŠö¥ö<ö;ö<ö;ö#ö ö#ö öÉöõöÉöõö$ø%ø$ø%øùù úùù úŽû±ûŽû±ûèüàüèüàü5ýOý5ýOý¦üü¦üüÿûäûÿûäûøù\úøù\úâ÷ä÷â÷ä÷ÖõöÖõöTô¢ôTô¢ô.õ<õ.õ<õ>÷^÷>÷^÷6ûû6ûûÌÿœÿÌÿœÿÖ¹Ö¹¦ ™ ¦ ™ dddd  ¾ò¾òi - i - ÿ É ÿ É ààððõçõçüÑüÑŃŃù›ù›«8«8ž$ž$HeHe“ª“ª¥º¥º  ––4+4+óóɕɕ¶ l ¶ l … … · a · a  7  7 cËcËDþ…þDþ…þQù‰ùQù‰ùfõ–õfõ–õèòóèòóeôoôeôoô øÂ÷ øÂ÷/þNþ/þNþ¦¦ÚîÚî‘ H ‘ H Ô Ô X X W % W % <ž<žÿ³ÿÿ³ÿçúµûçúµûù‡øù‡øÉùgùÉùgùpú7úpú7ú±üÃü±üÃü“þáþ“þáþ++,ë,ë^¶^¶1B1BÿÿÿÿBþJþBþJþÏý­ýÏý­ýzý6ýzý6ýGütüGütüÿúôúÿúôúù8ùù8ùM÷b÷M÷b÷~õŒõ~õŒõ/ô7ô/ô7ôƒóóƒóó¶óöó¶óöó6õQõ6õQõa÷L÷a÷L÷Qú„úQú„úý7ýý7ýgÿsÿgÿsÿÌÞÌÞ2Ùÿ2ÙÿjþMþjþMþ­ú#û­ú#û÷èö÷èö•óœó•óœóúðñúðñïTïïTï¸îßî¸îßîññññôëóôëósùõùsùõù÷ýõþ÷ýõþ2 2 ‹ ‹ ø0ø0ppž<ž<ê:ê:Û ó Û ó mmS¢S¢þ²þþ²þªúûªúû°øÿø°øÿøpùNùpùNùúý€ýúý€ýë:ë: z  z æ@æ@ülül‘‘{{‡¶‡¶FçFçà ð à ð UUý‹ýý‹ý«ö@÷«ö@÷óóôóóôôôóôôó%öýõ%öýõAú¿úAú¿úÿ±þÿ±þæêæêÿ7ÿ7ø?ø?¸¸$$Iý;ýIý;ýSú„úSú„ú­÷³÷­÷³÷ˆöwöˆöwöEönöEönö­öÊö­öÊö&÷9÷&÷9÷|÷…÷|÷…÷çöÜöçöÜöêõöêõö®ô¿ô®ô¿ôÚóÎóÚóÎóÖóôóÖóôómôzômôzôÑõØõÑõØõú÷Ë÷ú÷Ë÷aúQúaúQúãüðüãüðü.ÿÿ.ÿÿåå7/7/þþ¿ ¿ EGEG` } ` } à Πà Π ° °ÌºÌºÔÌÔÌèýèý„þ\þ„þ\þ<ü?ü<ü?üfû¢ûfû¢ûÉüýÉüý**ÜÊÜÊ , , ë 2ë 2˜˜NDNDZrZrTT Ö  Ö „`„`üü´ûÆû´ûÆûu÷›÷u÷›÷sõŸõsõŸõSöáõSöáõâ÷È÷â÷È÷&ûHû&ûHûàý2þàý2þŸÿÿŸÿÿ²ÿåÿ²ÿåÿ[ÿ»ÿ[ÿ»ÿ^þŽþ^þŽþNücüNücü¯ú®ú¯ú®ú»÷¼÷»÷¼÷uõxõuõxõºõªõºõªõ°öŠö°öŠö±ùeù±ùeù;üÑû;üÑûZþÙýZþÙýÿˆÿÿˆÿeþTþeþTþ¥ü`ý¥ü`ýÚùUúÚùUúÓöB÷ÓöB÷‚ôGô‚ôGôwò òwò òîñèñîñèñ óXó óXó€ö®ö€ö®ö(ú*ú(ú*úOÿVÿOÿVÿŒŒÛéÛéx ˆ x ˆ q ƒ q ƒ Ú Ê Ú Ê 3  3  ï¥ï¥¼Ô¼ÔaBaBeeÛåÛåaa:æ:æ=h=hÒ « Ò « à ¨ à ¨ '  '  ² Í ² Í • … • … ] P ] P . # . # ™ ™ 22öíöíGYGYÒÓÒÓ……0$0$ÖÅÖÅÑÚÑÚooÕºÕº ÿEÿ ÿEÿ”ý”ý”ý”ý üïû üïûßú©úßú©úúúúúúúúúúñùúñùYùUùYùUùøô÷øô÷ÇöªöÇöªö5õúô5õúôôÇóôÇó3ô<ô3ô<ôƒõ4õƒõ4õ­÷¤÷­÷¤÷eú1úeú1úëýîýëýîýÐÿÐÿt t 44ÿÿ­ÿÿÿ­ÿnü´ünü´üˆøåøˆøåøõ õõ õåñ·ñåñ·ñ•ï:ï•ï:ïQïQïQïQï”ðDð”ðDð©ó|ó©ó|óïöôöïöôöÄú€úÄú€úöýþýöýþýÜÜt,t,»|»|×Ç×Ç™À™Àãã¶ÿ…ÿ¶ÿ…ÿ´ÿÜÿ´ÿÜÿ™™µnµn]Ÿ]ŸjTjTúéúé    DqDqqRqR0q0qFsFsªÆªÆ_L_Lºµºµýý+:+:G]G]¶Ç¶Ç99ÊÀÊÀdgdg3H3H1:1:òñòñK)K)NFNF=C=C‚u‚uDWDW&w&wwSwStþJþtþJþüÙûüÙûúíùúíùƒùtùƒùtù¥ú[ú¥ú[ú(ü>ü(ü>üÍþÈþÍþÈþ÷Ý÷Ý  h‰h‰úú¨¨ƒ¥ƒ¥tÿ€ÿtÿ€ÿÊýÃýÊýÃýý&ýý&ýPýaýPýaýüþ×þüþ×þÕ%Õ%OO‹Ï‹Ï}»}»·ë·ë¬Ô¬Ôh.h.µòµò % %þÝýþÝýXüküXükü?üNü?üNüÅýÆýÅýÆýlqlq¤R¤Rþmþm. ¡ . ¡ Š Ñ Š Ñ œ  œ  ü›ü›ccü üü ünöøönöøöòƒòòƒòÐðuðÐðuð»ð?ð»ð?ðÕó&ôÕó&ôy÷÷y÷÷ú\úú\ú¨þÞþ¨þÞþŒŒGGN9N9„ýòü„ýòüRúTúRúTúÐ÷R÷Ð÷R÷!õõ!õõóNóóNóNòòNòòÛñûñÛñûñ3ó3ó3ó3ó}ôcô}ôcô·õˆõ·õˆõßöŸößöŸö£÷L÷£÷L÷‹÷Y÷‹÷Y÷™÷†÷™÷†÷Å÷Ì÷Å÷Ì÷ øì÷ øì÷Aù%ùAù%ù úú úúÎü¢üÎü¢üëþÿëþÿé&é&ƒ”ƒ”',',…ª…ª÷5÷5×ÿÜÿ×ÿÜÿþôýþôýEüoüEüoüªûÉûªûÉûý:ýý:ý & &,‘,‘Ì ì Ì ì 6«6«CÉCÉDÖDÖ¸e¸eE›E›‘!‘!L L n e n e ï®ï®Ê+Ê+ÿËÿË‘ ¹ ‘ ¹ ± # ± # p  p  Õ 9 Õ 9 µ â µ â ÐÙÐÙ&l&l±¹±¹±Ú±Ú’ û ’ û Š ¿ Š ¿ ÁËÁËR9R9¯á¯áO Ý O Ý ó2ó2Rÿ®ÿRÿ®ÿ£øÄø£øÄøRóBóRóBó2ïûî2ïûîsî‡ísî‡íœïÆïœïÆï%ôòó%ôòóùeùùeù1ýìý1ýìý“¢“¢‹˜‹˜ªéªéþ\ýþ\ýöø’øöø’øôô6ôôô6ôHðUðHðUð»ì~ì»ì~ìÈêêÈêêÏësëÏësëõì‰ìõì‰ìjï ïjï ï«ñZñ«ñZñ¹ósó¹ósóöÓõöÓõ øé÷ øé÷vùZùvùZùfúIúfúIú?û"û?û"ûÃûŸûÃûŸûwüTüwüTü{ýcý{ýcýXþIþXþIþÿ ÿÿ ÿCÿ5ÿCÿ5ÿñþòþñþòþþþþþAþ+þAþ+þíýÔýíýÔýþþþþÿKÿÿKÿòò¼¼¼¼¼ß¼ßo o F ¿ F ¿ _v_vll’ ’ & = & =  ô ô#R#RÉÿQÉÿQý/ýý/ýDûKûDûKû5ûîú5ûîúþýªýþýªýIìÿIìÿÖ…Ö…©c©c‡ S ‡ S Q 3 Q 3 <›<›ààd ¿ d ¿ © ô © ô ºîºî " "¶û«û¶û«û¢ö{ö¢ö{ö§òjò§òjòöî¤îöî¤îîíîíïÏîïÏî˜óúó˜óúó“øhù“øhùÔ¸Ô¸…¦…¦Ö  Ö  ÷[÷[Ò ¼Ò ¼Ü a Ü a ;;Ôý³þÔý³þøøøøróßòróßòêïÒîêïÒî;ñð;ñð‡òò‡òò÷öUö÷öUöýˆýýˆýôkôkJ%J%² ý ² ý t ’ t ’ É * É * ˜Ë˜Ë<º<º8r8rƒ…ƒ…êêuNuNopop\\Œ«Œ«àÿãÿàÿãÿ¶þÚþ¶þÚþÉý¬ýÉý¬ýOýýOýý-ý-ý-ý-ý¯ýý¯ýýyþZþyþZþqÿkÿqÿkÿȥȥÛÉÛÉkiki–£–£®Ç®Ç¶Ù¶ÙÇÜÇܶÁ¶Á&@&@ÿÿÿÿEüGüEüGüù¥øù¥øõaõõaõ·òƒò·òƒòGñ»ðGñ»ð´ñYñ´ñYñ#ó¯ò#ó¯ò5÷¶ö5÷¶ö“ûÿú“ûÿúÙæÙæ®®ÙÙï * ï * X “ X “ ϳϳîÔîÔ8ÿ£ÿ8ÿ£ÿMûSûMûSû0øä÷0øä÷áöœöáöœöí÷_÷í÷_÷ùœùùœùTýOýTýOýnãnã‘Ç‘Ç}Ô}Ô/p/pkwkw²’²’SS¨Ü¨Üü÷ü÷þþÙ"Ù"?I?I i  i l ý l ý Q … Q … èŽèŽe…e…ÈýÂýÈýÂýáú¼úáú¼ú™ø\ø™ø\ø øØ÷ øØ÷ù¶øù¶ø…û?û…û?û,þíý,þíýÖÖj­j­°ì°ìžÐžÐ¹¹ŒiŒiêþÿêþÿìû¤ûìû¤û ùëø ùëøÌöÑöÌöÑöõáôõáô6õÎô6õÎôSööSööøøøøÒú úÒú ú¾üÕü¾üÕü þ¬þ þ¬þsÿˆÿsÿˆÿ{ÿtÿ{ÿtÿðþïþðþïþÿýèýÿýèýõü¼üõü¼ü)üÕû)üÕû±û˜û±û˜ûüÛûüÛûõüÐüõüÐüöýÝýöýÝý¥ÿÿ¥ÿÿ11—¶—¶ÔÔ6K6KÈÈ_k_ku•u•­Ü­Ü²Â²ÂAAÍûÍû|¯|¯#2#2ë ë Ñ÷Ñ÷ŸrŸre0e0dÿ)ÿdÿ)ÿ©ÿšÿ©ÿšÿšÏšÏõJõJV´V´ ›  › Û   Û    ·  · û Ó û Ó d d 3‚3‚Ö Ö CþñýCþñýïú£úïú£úOø øOø øøñ÷øñ÷-ùŸø-ùŸø0ûüú0ûüú¹þþ¹þþ××l…l…¢ý¢ý‹é‹éÆÍÆÍ6Ë6˿ҿҳ\³\RÿtÿRÿtÿÍÿµÿÍÿµÿ1[1[uEuEvXvX<.<.ÊúÊúÆÇÆÇÓÿåÿÓÿåÿ˜ý”ý˜ý”ý‡ûCû‡ûCûëùtùëùtù´øtø´øtøGùèøGùèøÙùÆùÙùÆùÚú“úÚú“ú¿ûžû¿ûžûŠüˆüŠüˆü<ýý<ýý·ü¹ü·ü¹ü¬ûvû¬ûvûJú4úJú4ú·øvø·øvøŒ÷)÷Œ÷)÷’÷K÷’÷K÷8øß÷8øß÷Âù^ùÂù^ù+üü+üü/þBþ/þBþÙÿÙÿ³å³åDKDK|þTþ|þTþÈûrûÈûrû"øœ÷"øœ÷JõŸôJõŸô%ó^ò%ó^òóšòóšòëôÅôëôÅô)øÂ÷)øÂ÷Øû»ûØû»ûPÿrÿPÿrÿ$x$x55cUcU‚‚y¸y¸ËÿÖÿËÿÖÿnþOþnþOþXýýXýý˜ý‹ý˜ý‹ýÇÿšÿÇÿšÿŽÆŽÆM¼M¼BÜB܈ B ˆ B ¨ ã ¨ ã g ­ g ­ ''rrNENE·ÿŽÿ·ÿŽÿÀþÒþÀþÒþXÿ+ÿXÿ+ÿÞòÞò‰ÿ‰ÿ ]  ] €r€rÔŠÔŠbWbW $ $ ÞdÞdxqxqeþCþeþCþKúúKúúËø‰øËø‰øÃùùÃùùÀý‰ýÀý‰ýÚÚsTsT''8 * 8 * Ð i Ð i .³.³--»»}þ[þ}þ[þàûYûàûYûÐùNùÐùNùùïøùïø2ù¾ø2ù¾øú¦ùú¦ùáú{úáú{ú<û>û<û>ûCû ûCû ûÃú±úÃú±úoú@úoú@úiúûùiúûùzú úzú ú8ûû8ûûxümüxümüfþUþfþUþCCÅÀÅÀÀáÀá))»{»{êý¸ýêý¸ý¨û‚û¨û‚û“øø“øø/öjõ/öjõeôjóeôjóªôôªôô‰öýõ‰öýõøù~ùøù~ùoþ„þoþ„þ==¶¶8 ~ 8 ~ i  i  C}C}ÂRÂRêèêèBýNýBýNýÞù»ùÞù»ù øŠ÷ øŠ÷Dù¥øDù¥ø^ú‰ú^ú‰ú$ü(ü$ü(ü¤ýˆý¤ýˆýåþQÿåþQÿ\ÿ¥ÿ\ÿ¥ÿ¹þdþ¹þdþOýeýOýeýœü üœü üýýýý@ÿÿ@ÿÿ2a2a{›{›z°z° ' ¶ ' ¶ övöv__,ý1ý,ý1ý5ù ø5ù øUõ!ôUõ!ôóÊñóÊñõ¦ôõ¦ô;ù´ø;ù´øÛýýÛýý‘1‘1¾ [ ¾ [ …/…/\\Ž sŽ sz   z   ŽŽ¦¦Jü¥ûJü¥ûvùîøvùîø›ùù›ùùëûKûëûKûÜýÅýÜýÅý–Z–ZJgJgâAâAåyåyg Ì g Ì 3 Ë 3 Ë   ¦¦á$á$;o;oÓúÓúlqlqžþ…þžþ…þvýPývýPý²üü²üüºü}üºü}ü/ýúü/ýúüñýÚýñýÚýYÿ^ÿYÿ^ÿ¾Ý¾Ý¹ü¹üJ©J©~ò~òúwúwAAÞ Þ O)O)üoüüoüwù¢øwù¢øœö¨õœö¨õoô»óoô»óØò[òØò[ò~óƒò~óƒòÄôôÄôô÷ö¼ö÷ö¼ö:ú°ù:ú°ù]ýgý]ýgý©Ó©Ó¥—¥—[[×€×€ˆ0 ˆ0 Ã<Ã<k˜k˜…Í…Í0ýÔü0ýÔüª÷,÷ª÷,÷Nó7òNó7òiïgîiïgîì”ëì”ë‰íì‰íì¸ï_ï¸ï_ï‹õ•ô‹õ•ô“û û“û ûšošo 2  2 )‡)‡—Ô—ÔZKZKK ú K ú µWµW@z@zˆûäúˆûäúôönöôönö_óúñ_óúñzò3ñzò3ñ˜ó'ó˜ó'óž÷ ÷ž÷ ÷äû›ûäû›ûmÿ`ÿmÿ`ÿóóßÎß΋¡‹¡EEï^ï^&V&Vff<„<„}ž}ž×Ø×ØH/H/ºÿÄÿºÿÄÿwþžþwþžþvý8ývý8ýfü üfü üÜü£üÜü£üHýýHýýþïýþïýžÿ`ÿžÿ`ÿëâëâõõÿNÿNË<Ë<MM$I$IP²P²ÂÂÏÏ’’RÌRÌ]É]É~Ý~ݬÿ¬ÿ"ü´û"ü´û;÷Õö;÷Õöbóròbóròtðšïtðšï$ð`ï$ð`ïÆññÆññ@ö¥õ@ö¥õþûuûþûuûxàxàzÛzÛ9 G9 GßußuR0R0oo î  î ÒMÒM•ÿÖÿ•ÿÖÿUûeûUûeû¤øÛ÷¤øÛ÷nøønøø˜ú!ú˜ú!úÃýšýÃýšýö4ö4ŠhŠh–,–,.Ž.Ž\\ÓAÓAózóze”e”þÿÄÿþÿÄÿôôŠÓŠÓãÆãƷзÐìhìhå7å7ǀǀZý5ýZý5ý>ùóø>ùóøõ÷óõ÷óÀñðÀñð·ï†î·ï†îð¯îð¯îÆñ§ðÆñ§ðeõÕôeõÕôùgøùgøPýmýPýmýŌŌ²D²D«+«+ÂvÂvþAþþAþ÷úòú÷úòú.÷Fö.÷Fö=ô¡ò=ô¡òòmðòmðÄðÝïÄðÝïêñlñêñlñeôqóeôqó_ø¤÷_ø¤÷¸û.û¸û.ûþ!þþ!þÊÊA‚A‚h“h“übübLlLl¶ ¶ eŸeŸQÿcÿQÿcÿéþ¹þéþ¹þ¡ÿcÿ¡ÿcÿ‹¥‹¥'J'JónónH™H™zzg Þ g Þ U × U × % Õ % Õ Õ y Õ y  °  ° 2å2åææ‹Õ‹ÕF F ¸ Œ ¸ Œ a ï a ï x x *°*°ý{ý{tðtðØ4Ø4­­…#…#’E ’E J J º ƒ º ƒ æš æš rrIMIM+áÿ+áÿøüýøüýjúªùjúªùlø…÷lø…÷Ý÷âöÝ÷âöaøÒ÷aøÒ÷ ú}ù ú}ù€ûJû€ûJû”ü]ü©ýqýþUþsÿ:ÿ-éîËËËËÓÿ¥ÿÓÿ¥ÿ‚ýXý‚ýXýªû„ûòúŸú;ú»ùRù¹økø¸÷øg÷¸÷÷¸÷÷(ø€÷(ø€÷åø3øåø3ø{ùÚøú‚ù²úFúSû ûÞûžûjü2ü³üSü³üSüûü|üûü|üeü'üeü'üùûñûóûâûïûÕû)üüeü,ü´üüýÖüýÖü‘ýlý‘ýlý þðý þðýþïýþïý×ý®ýžýný<ýýÛü—üæûŒûæûŒûžú)úžú)ú{ùîø{ùîø¨ø ø`ø½÷øp÷Nø«÷„øç÷^ùÖø8úÆù8úÆùãü±üãü±ü+F+FiiÉÆÉÆÚ  Ú  Å å Å å ø Ñ ø Ñ ± û ± û w'w'&¼ÿ&¼ÿßùÎøßùÎøÝôIóÝôIó÷ðÿî÷ðÿî\ïší\ïší°ð}ï°ð}ïmó&òmó&òdø¦÷dø¦÷‹ü?ü‹ü?üV¶V¶55Ò› Ò› ¢ ¯ ¢ ¯ ,  ,  • • CCêê&þãý&þãýû}úû}ú»øÐ÷»øÐ÷¡÷÷¡÷÷|øÕ÷|øÕ÷ÐùCùÐùCùÕügüÕügüâÿ¢ÿâÿ¢ÿÛaÛa^^¦% ¦% à Û à Û g ÿ g ÿ L L ¹‘ ¹‘ èÒèÒê‡ê‡Ë'Ë'\æ\æä‘ä‘fåfåtÝtÝwÓwӗΗÎT„T„Ý=Ý=@»@»å¸å¸3 ü 3 ü í ! í ! ( y ( y u o u o %  %  ÿü ÿü L¡L¡GNGNDýýDýý?û¹ú?û¹ú™úú™úúùúrúùúrú[ûÎú[ûÎú+üÅû+üÅûãüžüãüžü„ý[ý„ý[ýtý'ýtý'ýCýýCýý&ýúü&ýúüõüÇüõüÇü™üPü™üPü[üþû[üþûüËûüËûû6ûû6û3úÍù3úÍù‹øø‹øøröŠõröŠõôêòôêòéòŸñ¶ñTðØðfïûïxî•ïî1ïÁíÌïeîÌïeîÚñÚðÚñÚð…ô£ó…ô£óšø”÷Qúwùü[ûtýìüáþþ Èÿ55â2â2ûÓûÓaÿ²ÿaÿ²ÿTýDýTýDý]û§ú]û§ú:ùœø:ùœøÞ÷÷Þ÷÷Û÷ìöÛ÷ìö×øCø×øCø û¤ú û¤úPýýPýý‘ÿ–ÿ‘ÿ–ÿ<< Y Y›ÿ›ÿÇ=Ç=ËrËr³³¼k¼k¨=¨=ÕfÕf,É,ÉVúVúZZ?æ?æÄdÄdeô„ôùeW¶! õ õßߙʙÊÑö6=wc¥‹Õ¥õÀÀ°ù°ùIIRRùÿùÿÍþ®þÍþ®þÞý›ýÞý›ý ýÅü ýÅü€ü>ü€ü>ü©üiü©üiüýÈüýÈü]ý"ý]ý"ýþâýþâýÿæþÿæþúÿõÿúÿõÿ÷÷ÀñÀñ 7 7‰³‰³ÓÈÓÈ„ÿfÿ„ÿfÿgý.ýgý.ý¹ûkû¹ûkûlúúlúúsù ùsù ù<ù•ø<ù•ø¤ú÷ù¤ú÷ù^üLü^üLü,ÿ?ÿ,ÿ?ÿ««wwJ J â Ä â Ä À × À × H H =á=á××ùFùF þ›þ þ›þ1ý%ý1ý%ýJý<ýJý<ý9þþ9þþ_ÿtÿ_ÿtÿö)ö)†Ê†ÊÀÀ: : ƒ¸ƒ¸àìàìºÖºÖ““€ÿŠÿ€ÿŠÿÿúþÿúþûþÇþûþÇþ9ÿÿ9ÿÿ“ÿ€ÿ“ÿ€ÿ8ÿ-ÿ8ÿ-ÿ!þþ!þþÉü‹üÉü‹ü‡ûû‡ûûÏùAùÏùAù‚øÚ÷‚øÚ÷Å÷ ÷Å÷ ÷ø<÷ø<÷Žø¾÷Žø¾÷®ù ù®ù ù5û«ú5û«úúü­üúü­ü™þ[þ™þ[þ!*!*ËêËêFF<‡<‡H…H…(f(f¥Ý¥Ýóó¶ÿ²ÿ¶ÿ²ÿEþþEþþîü¤üîü¤üãû„ûãû„ûû«úû«úû¡úû¡úüÂûüÂûöýuýöýuýZ(Z(  jÍjÍ@å@åììÖ¦Ö¦=Ø=Ø Ï ÏÒÖÒÖZÿÿZÿÿ[ý¿ü[ý¿üÆûóúÆûóúuû)ûuû)ûžüðûžüðû þþ þþ›ÿÏÿ›ÿÏÿâ;â;è]è]o£o£œ¹œ¹‡ ‡ óþ‘þóþ‘þ_ýêü_ýêü!üžû!üžûlû-ûlû-ûlüXülüXüÍýYýÍýYýÞÿðÿÞÿðÿŒ Œ A¶A¶›Ä›ÄôaôaTZTZ\ÿ'ÿ\ÿ'ÿ~ý`ý~ý`ýÄûŒûÄûŒû¥ú!ú¥ú!úýúmúýúmú¼û)û¼û)ûÌýIýÌýIýUZUZ œ œX3X344ââ—S—S±)±)ÐФԤÔ]o]oþ'þþ'þýéüýéü¨ý„ý¨ý„ýÔþÿÔþÿæÚæÚ‘°‘°RãRã­˜­˜°F°F'¢'¢á^á^o¯o¯œÀœÀÖÿìÿÖÿìÿeþpþeþpþáýýáýýÞýŸýÞýŸý:þÛý:þÛý‹þ@þ‹þ@þÒþ™þÒþ™þÿæþÿæþÿêþÿêþ»þ þ»þ þ(þñý(þñýoýýoýý£ü]ü£ü]üøû‘ûøû‘û]ûâú]ûâúAûÄúAûÄúoûöúoûöúèûzûèûzûmü ümü üÅünüÅünüÙü{üÙü{üâü“üâü“üäüˆüäüˆü"ýÅü"ýÅüÏýzýÏýzýÖþ·þÖþ·þZJZJ5b5b>‘>‘Ô€Ô€øø|M|MÍXÍXÉsÉs>²>²^¦^¦ÎñÎñ…ÿŠÿ…ÿŠÿuÿ]ÿuÿ]ÿ$$    Ñ6Ñ6hhÖŠÖŠc' c' „ Q „ Q ] { ] { 6 6 ïïI±I±wËwËò4ò4²ÿäÿ²ÿäÿwÿOÿwÿOÿIÿÿIÿÿñþ­þñþ­þ þ þ þ þÕü|üÕü|üpûéúpûéú„ùù„ùùø_÷ø_÷;÷"ö;÷"ö²ö½õ²ö½õ+÷2ö+÷2öê÷çöê÷çö¥øÈ÷¥øÈ÷,ùzø,ùzøùbøùbøRø¦÷Rø¦÷íööíöö õ!ô õ!ô—óqò—óqòçñgðçñgðÀðýîÀðýî:ñ¾ï:ñ¾ï¦ò*ñ¦ò*ñõóõó4ø{÷4ø{÷#ûÎú#ûÎúÙý–ýÙý–ýâÿâÿáüáüŠ}Š}cÿAÿcÿAÿ3þåý3þåýýÒüýÒü¿üJü¿üJüÙý|ýÙý|ý6ÿÿ6ÿÿH&H&½8½87!7!œ Ð œ Ð g Ò g Ò ® @® @ß ‚ß ‚ŸIŸI©©’b’b<<KKêêH H (e(eé é ž_ž_.À.Àú _ ú _ ² ø ² ø °°,ú,úÒÒbbC@C@Šw Šw q M q M 4 E 4 E §¡§¡¹9¹9â£â£üÞûüÞûÄöJõÄöJõ#òð#òð—î&ì—î&ìúë=éúë=éëŽèëŽè$ìé$ìé/îMì/îMì†ð×î†ð×îªò+ñªò+ñœôJóœôJóÌõˆôÌõˆôeõ2ôeõ2ô7ô§ò7ô§òˆò½ðˆò½ðTïXíTïXíñì¬êñì¬ê<ëÅè<ëÅè,ê†ç,ê†çÆé$çÆé$ç<ê¼ç<ê¼çüëÓéüëÓéÉî´ìÉî´ì¥ñ¸ï¥ñ¸ïÁônóÁônót÷¤öt÷¤öúeùúeù)ü¼û)ü¼ûùý³ýùý³ýÿôþÿôþÝÿÒÿÝÿÒÿ‡‡99ZZ ÷ ÷?Þ?Þèèû û  a  a { { { { ÊÊYY­­öö¹£¹£Œ¡Œ¡!$!$|£|£€»€»¢•¢•z[z[ ¸ ¸ò X ò X ªÕ ªÕ ¬K¬K=»=»ÆwÆwRÖRÖxõxõ[ª[ªììtÿjÿtÿjÿáý­ýáý­ý¢üLü¢üLübüõûbüõûöüªüöüªüèýýèýýÿÿÿÿHH¢ÿ¾ÿ¢ÿ¾ÿÕþ»þÕþ»þëúQúëúQúÑ÷•õÑ÷•õQôåñQôåñ«ï"í«ï"íAë«èAë«èaêÿæaêÿæoëãèoëãè,ï~ì,ï~ì<óò<óòøj÷øj÷ÏüŒüÏüŒü­Å­ÅP²P²2]2]X(X([Y[Yœýsýœýsýjûújûú™úäù™úäùkúúkúúËûûËûûCþ¶ýCþ¶ýTT??SŒSŒÈÈ2 u 2 u î G î G 9 l 9 l   q[q[v>v>99¾L¾L¥$¥$¯"¯"¤ ¤ ˆäˆäöhöhóQóQï.ï.±Þ±Þ«ÿÉÿ«ÿÉÿYÿ.ÿYÿ.ÿAÿNÿAÿNÿäÿÌÿäÿÌÿh3h3ž…ž…@9@9Rÿ-ÿRÿ-ÿþÔýþÔý‚üü‚üüÀúúÀúú;ùAø;ùAøøÛöøÛö+÷Üõ+÷ÜõÊö•õÊö•õ]÷Hö]÷Hö6øC÷6øC÷>ùmø>ùmøÈúúÈúúü‘ûü‘ûiý%ýiý%ýÇþþÇþþÉÿ³ÿÉÿ³ÿÞÿèÿÞÿèÿ¯ÿeÿ¯ÿeÿ¦þ”þ¦þ”þý7ýý7ýüûüûËúþùËúþù„ù¯ø„ù¯ø”ø¼÷”ø¼÷øø øøø ø,û^ú,û^úšý£ýšý£ý"~"~ã£ã£¬Ø ¬Ø œ  œ  „ p„ på ¢ å ¢ „ = „ = aa··`£`££þyþ£þyþÁýHýÁýHýAþ/þAþ/þ½ÿ}ÿ½ÿ}ÿ2‚2‚ææÚÚ ¢  ¢ x¯ x¯ 5’ 5’ UUææ. . Z€Z€œðœð˜û˜û†ô†ô=’=’1h1h((Dÿ+ÿDÿ+ÿÑýýÑýý8üÉû8üÉûúúhúúúhúgúÇùgúÇùWú‹ùWú‹ùÌúúÌúúŸûûŸûû“ü/ü“ü/üÊýýÊýýÏþšþÏþšþ§ÿ…ÿ§ÿ…ÿ@E@E»Ç»Ç - -7W7W33–±–±–ÿÿ–ÿÿ:þ.þ:þ.þTü×ûTü×û”úú”úú=ù:ø=ù:ø øèö øèöÁ÷‘öÁ÷‘öËøøËøøëúhúëúhúþÚýþÚý'‰'‰XCXCÞÞÞÞŸòŸò    ……ÉîÉîŸÿâÿŸÿâÿ§ü<ü§ü<üJúTùJúTùùNøùNøòùùòùùLûûLûûþýýþýý:¸:¸qíqí3¬3¬;Æ;ÆÐÐ „ „ l l‡®‡®8ÿ@ÿ8ÿ@ÿ*þþ*þþÛýrýÛýrý“þVþ“þVþ¼ÿ‹ÿ¼ÿ‹ÿíñíñáámðmðùùzxzx@ÿÿ@ÿÿýçüýçühû%ûhû%ûgúÊùgúÊù8úTù8úTù¤úú¤úúûøúûøúÕüTüÕüTü{þ.þ{þ.þ×ÿëÿ×ÿëÿÏöÏöWwWw¥Ù¥Ù•ß•ßW…W…ÅçÅç÷ÿðÿ÷ÿðÿÿÿÿÿYþþYþþÀý\ýÀý\ý²ýYý²ýYý{þKþ{þKþhÿÿhÿÿ*J*JüCüC¢¢MŸMŸÎÎ+„+„ìjìjÚYÚYçUçU˜˜CÀCÀXÑXÑ[â[â`à`à††–#–#„„'“'“•ý•ýá#á#÷÷5E5E¬ÿ“ÿ¬ÿ“ÿdÿHÿdÿHÿ+ÿ ÿ+ÿ ÿÿàþÿàþ±þþ±þþfþ#þfþ#þOþþOþþ“þ[þ“þ[þÿçþÿçþ·ÿµÿ·ÿµÿ©Å©ÅÜÜ««¤¤EÜEÜþÒþÒ*¨*¨ºûºûˆ–ˆ–-ÿ,ÿ-ÿ,ÿëýýëýýÇüIüÇüIüLüÞûLüÞûÈünüÈünüÇýyýÇýyýÿÿÿÿ;;îvîvqq÷÷Q7Q7ÁIÁIHÉHÉÁÁ|¡|¡((ÉÿÅÿÉÿÅÿ  B5B5àÿìÿàÿìÿ>ÿÿ>ÿÿ þÄý þÄýjüæûjüæû'ûrú'ûrúù´øù´ø@øf÷@øf÷Š÷yöŠ÷yö÷Þõ÷ÞõÝöˆõÝöˆõö.õö.õwöõôwöõônöòônöòôŒöõŒöõRöéôRöéô!ö–ô!ö–ô”õèó”õèóKõ‹óKõ‹ó:õqó:õqóWõ±óWõ±óíõsôíõsô%÷Åõ%÷Åõwø÷wø÷Óù ùÓù ù-ûfú-ûfúYü´ûYü´ûßüRüßüRüéüfüéüfüÜü`üÜü`üÁüIüÁüIü:ýÑü:ýÑütþTþtþTþ}E}EoÄoÄÈ’È’‘»‘»¶ ) ¶ ) M 7 M 7  # #XvXv"G"G77 j jK¶K¶§§gþgþ+¹+¹AAÙÀÙÀ;;=Ü=ܹY¹YÁ!Á! Ö ÖX í X í     L’L’^6^6ÛzÛz66íeíemømø))©9©9‹‹ÿýËýÿýËýõùïøõùïø­ôäò­ôäòð/îð/îtí£êtí£ê8ëè8ëè êUç êUç¯ë^è¯ë^è”í¶ê”í¶êgïòìgïòìmñ\ïmñ\ïLóNñLóNñnókñnókñ0ó¼ñ0ó¼ñ8ò&ð8ò&ð6ñï6ñï<ðøí<ðøíWïÕìWïÕìîÄëîÄë4î7ë4î7ëfïÙìfïÙìñïñï˜ó’ñ˜ó’ñáõNôáõNôpø÷pø÷û>úû>ú^ýàü^ýàüžÿ¢ÿžÿ¢ÿŸáŸá9¬9¬(â(âÜÔÜÔæ\ æ\ ¤ A ¤ A K 6K 6Ÿ ÚŸ Ú|ï|ïA°A°Ø :Ø :² ±² ± ñ ñ ƒ Q ƒ Q ‰ ‰ tò tò Õy Õy  ¾  ¾ Æ Ë Æ Ë š šÈ%È%Œ!Œ!‹#‹#ì ì ß ß ,Û ,Û A Ah:h:;·;·Úþ©þÚþ©þþòýþòýƒýeýƒýeýýœüýœüÇûûÇûû4ú2ù4ú2ùÀø÷Àø÷®÷Xö®÷XöZ÷ïõZ÷ïõÅ÷öÅ÷öºø÷ºø÷|ú‹ù|ú‹ùÿûAûÿûAûIý·üIý·üéýtýéýtýËüOüËüOü±úú±úúƒø2÷ƒø2÷^õçó^õçóúòjñúòjñ<ñ0ï<ñ0ïÓñŽïÓñŽï¨óðñ¨óðñ^÷»õ^÷»õûóùûóùÊþÈþÊþÈþɹɹ1Ö1Öˆ>ˆ>ÐcÐcW£W£¼á¼áÿéþÿéþÂýSýÂýSý‚ýý‚ýýKþöýKþöý‡ÿEÿ‡ÿEÿ‰›‰›Ì&Ì&3È3È¥j¥j¿§¿§ECEC˜¤˜¤ÁÔÁÔcscsýý’v’v±‡±‡9þÃv:¿² Zu­;E;E:ÿÿ:ÿÿ’þNþ’þNþSþ þnþ*þŠþJþÑþ©þÿÿ¥ÿ¥ÿ2B2BÊÊ¥¥º^[‡Lµ_ ¼àcàchhdþ'þdþ'þtû¹úKú^ù#ùølø/÷¶÷Zö‚÷öN÷äõN÷äõñ÷Vöñ÷VöRù øRù ø£û›ú£û›ú–ýiý–ýiýq’q’áᓺ“ºÅïÅïn à n à u ü u ü õ@ õ@ **¨¨èIèIÿøþÿøþ®üJü®üJüÕú+úÕú+úIú1ùIú1ù=ûßù=ûßùWý×üWý×ü–É–ÉNN… … R TR T““.}.}E æE æL S L S ˆ‰ˆ‰–½–½1ü^û1ü^û®ø÷®ø÷[÷{õ[÷{õÖöeõÖöeõsø]÷sø]÷zú¨ùzú¨ù¿üü¿üü¤þ þ¤þ þ3¯3¯P0P0¶ÿÈÿ¶ÿÈÿþý…ýþý…ýBü¸ûBü¸ûèúRúèúRúMùYøMùYøøsöøsö÷õ÷õxöÁôxöÁô]ö¯ô]ö¯ôCö‰ôCö‰ôQõfóQõfó_ôJò_ôJò*óìð*óìðbò½ïbò½ïõñ“ïõñ“ïyò.ðyò.ðÞóÇñÞóÇñÞõôÞõôøÇöøÇöÚúñùÚúñù4ý›ü4ý›ü(ÿÒþ(ÿÒþÁ£Á£ F F ‘ ‘üÕüÕ>%>%.S.Sþ+þ+%P%P°È°ÈÍÅÍÅÞ´Þ´#Þ#Þ"Ù"ÙôÁôÁ".".Ú Í Ú Í V žV žÏçÏç    +_+_@0@0/5/5„ S„ S# â # â ;;ƒßƒß…Ú…Ú„ö„ö9â9âõõ¯¼¯¼‹ž‹ž_þ_þ{${$¥Æ¥Æýý¿ýýý¿ý ûYú ûYúßø¬÷ßø¬÷&÷^õ&÷^õãõôãõôõõTôõõTôröõröõ<÷¹õ<÷¹õøwöøwö4÷Ïõ4÷Ïõ¯ö÷ô¯ö÷ôÖôÇòÖôÇò’ò4ð’ò4ðððèíððèíïRìïRìÜíúêÜíúêpí6êpí6êìíêìíêï–ìï–ì³ñï³ñïnôMònôMòÔöõÔöõùð÷ùð÷ûZúûZú÷û>û÷û>û½ü ü½ü ü¼ü!ü¼ü!ü”üýû”üýûSü±ûSü±ûüMûüMû­ûÝú­ûÝúØûûØûû{üÔû{üÔû²ý*ý²ý*ý·þ‚þ·þ‚þ22µèµè ¹ ¹ºŒºŒôôÛ/Û/·' ·' JË JË r r pü pü ]ì ]ì l÷ l÷ |þ |þ gÛ gÛ t÷ t÷ \å \å '® '® ÛA ÛA mÃmÃõ9õ9w§w§!!ââßûßûÛÕÛÕÓÖÓÖOSOSΰΰÙrÙr]]GžGž,¤,¤Ž7Ž7‘(‘(‘{‘{¸Ö¸Ö¿þ¿þû:û:ççÏÏYjYjnþ2þnþ2þwûoúwûoúÚøv÷Úøv÷×ö-õ×ö-õ5öNô5öNô›öýô›öýôÁ÷öÁ÷ö8ùÙ÷8ùÙ÷±ú³ù±ú³ù!üMû!üMû[ýêü[ýêüdýÄüdýÄüý²üý²üˆûÜúˆûÜúWúrùWúrùùé÷ùé÷2øÊö2øÊö•÷ö•÷ö7÷Œõ7÷ŒõG÷¢õG÷¢õø¯öø¯öù®÷ù®÷äùžøäùžøFúMùFúMù,úù,úùúÄøúÄøœù]øœù]ø]ù'ø]ù'øDùé÷Dùé÷JùøJùøõùÒøõùÒø˜ú—ù˜ú—ù†û¢ú†û¢ú£üüû£üüûÚýeýÚýeýüþÌþüþÌþ  ÜÜs¦s¦ÅÅP¼P¼4å4å|w|w,F,F©. ©. R  R  † p † p V Y V Y " 2 " 2 ” £ ” £ ” ` ” ` q, q, b b :¬:¬BèBèåŽ åŽ € € Û Û  â  â û½ û½ FÑ FÑ héhéHHxfxf"È"Èÿhÿh(h(h¨Ø¨Ø°¼°¼³ó³óÒÒËãËã‘þLþ‘þLþ‹üü‹üüµú ùµú ù§ø÷§ø÷èö7õèö7õ¡õ˜ó¡õ˜ó5õó5õó·õ°ó·õ°óîöõîöõpø÷pø÷óùèøóùèøEû~úEû~ú$üJû$üJûðûúúðûúú¿úÅù¿úÅùø÷ø÷„öòô„öòô¨ôRò¨ôRòRófðRófðúògðúògð˜ô:ò˜ô:ò>÷Wõ>÷Wõú¹ùú¹ùÌýaýÌýaývcvcž:ž:ªgªg)÷)÷oëoëyy_Î_ÎtÍtÍ%øÿ%øÿ}s}s--è]è]©J©Jyýyý/ì/첚²š    ­¥­¥e=e=~Z~ZæÝæÝDUDUý%ý%¤¤““ k k)o)oÑÓÑÓò˜ò˜,z,zXÿKÿXÿKÿþ‡ýþ‡ýþUýþUý³þrþ³þrþÓ5Ó5‰n‰nS.S.uu¿ï¿ïš²š²••••X”X”æýýæýýwüðûwüðûÂüüÂüü~ý¼ü~ý¼ü‡þfþ‡þfþÀÿÆÿÀÿÆÿmLmLe/e/ÚÿÙÿÚÿÙÿiÿ'ÿiÿ'ÿÛþ™þÛþ™þöþ×þöþ×þÝÿÚÿÝÿÚÿ\Þ\Þ¯;¯;ƒlƒl—Ì—Ì8l8l#"#" « «ÄþCþÄþCþüµúüµúrùæ÷rùæ÷_÷¾õ_÷¾õ²÷£õ²÷£õÃùbøÃùbø ü»ú ü»ú×þPþ×þPþ#?#?XœXœÍSÍSöÎöÎÛÛOþÿýOþÿýˆûêúˆûêúXù}øXù}ø«÷¢ö«÷¢ö¾÷5ö¾÷5öî÷nöî÷nöõø‚÷õø‚÷æù„øæù„ø\ûZú\ûZúžüîûžüîûtý ýtý ýÀýXýÀýXý¦ýý¦ýýýŽüýŽüŒü¾ûŒü¾û'ü&û'ü&ûäûùúäûùúòûûòûû üLû üLû2üqû2üqû ü*û ü*ûÃûûÃûû‚û±ú‚û±ú_ûƒú_ûƒúUûsúUûsúÏûôúÏûôúŽüãûŽüãûàý_ýàý_ýgÿ@ÿgÿ@ÿ7‰7‰W W J€J€rÒrÒú8ú8 † †î¶î¶ßßRXRXZÿÿZÿÿ;ÿ*ÿ;ÿ*ÿìÿéÿìÿéÿ£ £ ´´`©`©ÿ ÿ ? ¹ ? ¹ æ £æ £ ò ò¿¾¿¾™w™w† d† dI ã I ã J  J  ‰Å‰Åœƒœƒ-Ë-˦ÿŽÿ¦ÿŽÿrÿ†ÿrÿ†ÿ™±™±²9²9¿"¿"öÄ öÄ Í Í ì ƒì ƒ=m=m~ S~ S¾ ž ¾ ž W¢W¢5r5rýeüýeü¨ùXø¨ùXø÷,õ÷,õ÷/õ÷3õ3÷JõM÷cõø‡öµø¬÷uú¨ùuú¨ù÷û^û÷û^û@ýÔü@ýÔüEýdü©ü½ûüû7û&ú`ú6ùùøÁøüöÁøüö¢ö˜ô¢ö˜ôõÔòõÔòuóñuóñZò‹ïZò‹ïªñ˜îªñ˜î¬ñ€î¬ñ€îæñ²îæñ²î{ñRî{ñRîñ îñ îÅð¡íÅð¡íðÅìðÅìÌï_ìÌï_ìÎïZìÎïZì7ðÕì7ðÕìzñaîzñaîñò/ðñò/ð·ô#ò·ô#òö•ôö•ôBø¿öBø¿öÍù¦øÍù¦ø&ûOú&ûOú½üü½üüþ—ýþ—ý†ÿnÿ†ÿnÿææooÊ{Ê{ë’ë’ÒZÒZNâNâ–"–"r'r'\\êo êo  p  p ÛøÛøâ´â´Ü1Ü1ïï>">"å å ¸Ã¸Ã˜Þ˜Þ¯—¯—  O ýO ýÒ ü Ò ü  7  7  â  â q qq qQ wQ wÑ Ñ O [O [ Á Á „  „ Æ@ Æ@ 's'sÀhÀh•á•áÏþÏþÏþÏþîýbýîýbýhýåühýåü)ý‹ü)ý‹üáüOüáüOüÒûýúÒûýú^úù^úùÏ÷öÏ÷övôàñvôàñëñ­îëñ­îõîRëõîRëÑìuèÑìuè`ëæ`ëæëgæëgæ™ë ç™ë çýìØèýìØèÊîìêÊîìê°ð,í°ð,ídòcïdòcïló¥ðló¥ðôdñôdñ6ôñ6ôñ>ô¨ñ>ô¨ñÉóñÉóñdó¦ðdó¦ðDóHðDóHð1ó:ð1ó:ðÆó%ñÆó%ñ;õûò;õûò÷.õ÷.õùù¸øùù¸øcüµûcüµû¾þ3þ¾þ3þ¬¬ÆxÆxpSpS¸¿¸¿««U U šl šl ùÌ ùÌ ƒv ƒv s ™ s ™ F • F • ( ( Þ ŸÞ Ÿh 6h 6¦ š¦ š¥ ¬¥ ¬‹ {‹ {O  Ä \p ô  ƒ ¼   ]  ] µ ç µ ç K p K p Ïá ja â 9 ø‘Dµ‘Ú‘Ú4040èèÎGÎGùDùDÆéÆé™Â™ÂNN†ñ†ñçmçmÀÀH|H|þ˜ýþ˜ýÏûªúÏûªúÿøC÷ÿøC÷Òö¢ôÒö¢ô ô;ò ô;òóðóðÑòªïÑòªïfóðfóðNô´ñNô´ñGö!ôGö!ôøIöøIö”ù0ø”ù0ø4ûÚù4ûÚù¥ûÀú¥ûÀúÉûÕúÉûÕú¶ûŒú¶ûŒú ûú ûúúùúùûúÌùûúÌùÔûÙúÔûÙúÆü6üÆü6üþÂýþÂý…ÿdÿ…ÿdÿ­á­áØ6Ø6¨B¨Bž6ž6‹‹ · ·šš¯7¯7"{"{vvËcËc4ê4ꦆ¦†ôòôò##(( é éãÀãÀûû‡‰‡‰ïïHuHu‘ç‘ç£ú£úMMV/V/((,!,! ÿ•þ ÿ•þ ýEü ýEüzû6úzû6úDú øDú øõùøõùø|úWù|úWùüûüûPý‹üPý‹ü³þ”þ³þ”þAAŒ“Œ“||àÿÖÿàÿÖÿ¹þ„þ¹þ„þÎýwýÎýwýýqüýqüfüªûfüªûpü—ûpü—ûý-üý-üþ’ýþ’ý"ÿÿ"ÿÿ(2(2ü^ü^¤¤oÐoÐÂÿÂÿ22‹ÿRÿ‹ÿRÿÿ·þÿ·þÿîþÿîþÍÿºÿÍÿºÿ t tÍÍQ{Q{FÂF¿Р¿Ð ó ó 6 6 ®®S©S©cãcãiGiGÌþ'þÌþ'þËýlýËýlýÑþšþÑþšþªÿ”ÿªÿ”ÿuìuìäËäËAAu>u>X'X'c›c›r>r>†þþ†þþ¯ü¥û¯ü¥ûøúÌùøúÌù§ùdø§ùdøPùÃ÷PùÃ÷´ùø´ùøú¬øú¬ø‹úDù‹úDùûÚùûÚù…ûlú…ûlúkûSúkûSúhûUúhûUú/ûú/ûúûñùûñùûïùûïùƒûeúƒûeú-ü/û-ü/ûýJüýJüÛý>ýÛý>ý…þþ…þþâþ©þâþ©þ²þ‹þ²þ‹þ0þÄý0þÄýwýÁüwýÁü,ü?û,ü?û.ûú.ûúÜú£ùÜú£ùiûeúiûeú]üqû]üqûþ6þþ6þÔÔýý––ŠçŠçj j 2â 2â ,9 ,9 ˜ ˜ Ù'Ù'^"^"¸)¸)ÞLÞLɃɃ|q|qÿ ÿ YSYSˆoˆoÐZÐZàkàkddç'ç'cÛcÛ·F·F((››Ô®Ô®³ö³ö[·[·ª&ª&sÿ7ÿsÿ7ÿÖü#üÖü#üeúùeúù'ùÎ÷'ùÎ÷MúìøMúìøRûŠúRûŠúþþþþïï9ñ9ñBBžží í e‹e‹`ÿ ÿ`ÿ ÿ¾ý ý¾ý ýsüÄûsüÄûªü¤ûªü¤ûäü[üäü[üÏýpýÏýpýåþÁþåþÁþËÿ×ÿËÿ×ÿ†¹†¹JJ-]-]ÞúÞúLeLe±ÿ–ÿ±ÿ–ÿ4ÿïþ4ÿïþ"ÿïþ"ÿïþÿóþÿóþåþ¬þåþ¬þgþþgþþÏý8ýÏý8ýøü)üøü)ü8ü<û8ü<û]û:ú]û:ú½úù½úùxúùxúù«úcù«úcùUûúUûúQü…ûQü…û¸ýý¸ýýÿçþÿçþRwRw§Þ§Þ{¢{¢‘ÿvÿ‘ÿvÿìý\ýìý\ýYüYûYüYû¦úzù¦úzùYùÈ÷YùÈ÷eøˆöeøˆöiø…öiø…ö#ùk÷#ùk÷ûÞùûÞùý~üý~ü–ÿ*ÿ–ÿ*ÿî7î7gngnWôWôÐá Ðá ­¾ ­¾ MŒ MŒ ‘] ‘] ÉüÉüŠŠ:g:gDÿÔþDÿÔþvýÁüvýÁünü ûnü ûàü"üàü"üõþkþõþkþ*b*bIµIµµ µ u R u R ¦ ¦ Î ZÎ Z_ Ü _ Ü 7 ž 7 ž #É#ɾç¾çôþçýôþçýü¯úü¯úßù&øßù&øúføúføÉú_ùÉú_ù}üü}üüFÿÁþFÿÁþŒvŒv££/Ù/Ù´‚´‚‚ø‚øÕÿœÿÕÿœÿEþ²ýEþ²ýý-üý-üüûüûTûúTûúOûúOûú©û‹ú©û‹úüûúüûú ü"û ü"û«û•ú«û•ú]ûøù]ûøùÔúùÔúùyú"ùyú"ùiúùiúùÒúnùÒúnùtû_útû_úmü‹ûmü‹ûœý ýœý ýÏþtþÏþtþäÿÚÿäÿÚÿÅýÅý¼!¼!‘9‘9U&U&öýöýx—x—Ÿ½Ÿ½,?,?--&&¯Ø¯ØNÿ:ÿNÿ:ÿYþþYþþGþÌýGþÌýäþ þäþ þ]J]J)€)€h‹h‹¥V¥V[y [y ; · ; · ð ð ê ê p¿p¿BBë¥ë¥ŠþÚýŠþÚý7ü$û7ü$ûÁúoùÁúoùOû úOû ú\ü;û\ü;ûEýÏüEýÏüyþ$þyþ$þyÿ@ÿyÿ@ÿôÿÇÿôÿÇÿ Ýÿ ÝÿIÿÿIÿÿ3þÈý3þÈý!ý“ü!ý“üMü7ûMü7ûƒû/úƒû/úûóùûóù¤ûvú¤ûvúnü€ûnü€ûœýýœýýšþ]þšþ]þmÿGÿmÿGÿ>ÿ÷þ>ÿ÷þŽþþŽþþJý™üJý™üßûîúßûîúÈúeùÈúeùúù@øúù@ø¸ùø¸ùøú ùú ù¨ûwú¨ûwúzýóüzýóüÄÿgÿÄÿgÿ¡¡AAvðvðý>ý> d d¡å¡åàðàðàà••,},}LL¬ ¬ „*„*°À°À•ö•ö¥ ¥ LÏLÏNN6æ6æÑSÑSRRGgGg’’ëëà«à«×‚ׂ¹p¹p¥U¥UŠ1Š1 † †xðxðŒÂŒÂÊÿÉÿÊÿÉÿÿÒþÿÒþHþ¾ýHþ¾ý•ýæü•ýæü5ý€ü5ý€üGýŒüGýŒü`ý£ü`ý£üýEüýEüƒü‰ûƒü‰ûòûÝúòûÝúRûúRûúÈúhùÈúhùÈúmùÈúmùHû&úHû&úBü5ûBü5ûÚý,ýÚý,ý.ÿÐþ.ÿÐþzyzyVÐVÐ1k1kE—E—”þ,þ”þ,þ«ü·û«ü·û­úRù­úRù#ùz÷#ùz÷0øö0øö9ø&ö9ø&öÇøíöÇøíö=úÂø=úÂøÌû­úÌû­úbýáübýáü*ÿ÷þ*ÿ÷þŸ­Ÿ­oÛoÛEºEº˜˜„Ö„ÖÑÿ§ÿÑÿ§ÿ@ÿñþ@ÿñþqÿAÿqÿAÿýÿ ýÿ ò%ò%ÜpÜp’s’s:7:7µÅµÅz_z_ܸܸ%«%«aÅażԼÔoŠoŠbpbpƒ¼ƒ¼›ö›öÎ!Î!ô?ô?ffooPPï!ï!ÈöÈöååjÑjÑÐZÐZ$ò$òqqyiyiìÉìÉõ`õ`Þ1Þ1\ÿBÿ\ÿBÿ$þ²ý$þ²ý-ývü-ývü ý1ü ý1ü…ý ý…ý ýmþþmþþ›ÿ”ÿ›ÿ”ÿÑ Ñ ånånYYssüzüzj­j­œœÁÿžÿÁÿžÿ]ÿÿ]ÿÿYÿ.ÿYÿ.ÿÆÿÍÿÆÿÍÿ«Ï«ÏÝ[Ý[ΓΓ¦·¦·*b*b¼Û¼Ûãfãfí í ìÿ°ÿìÿ°ÿÿÌþÿÌþòþÓþòþÓþ²ÿ…ÿ²ÿ…ÿ™ß™ßà༻¼»**iÍiÍ®®NNã7ã7~þìý~þìý2üÝú2üÝúcúuøcúuøùóöùóöQùY÷QùY÷úÀøúÀøôûØúôûØú†ý ü†ý üÖþ þÖþ þëÿ­ÿëÿ­ÿÔÿØÿÔÿØÿ.ÿÿ.ÿÿ&þÄý&þÄý¥üÂû¥üÂûDû1úDû1ú8ú¼ø8ú¼øuùª÷uùª÷ðøìöðøìö$ù9÷$ù9÷ùš÷ùš÷$úrø$úrø³ú?ù³ú?ù<û×ù<û×ùvû#úvû#ú¢ûxú¢ûxúÅû›úÅû›úÒû›úÒû›úíûÆúíûÆúsüoûsüoûNý|üNý|ü&þ¨ý&þ¨ý@ÿÿþ@ÿÿþ(3(3ã,ã,yy)a)a·Þ·Þ ôÿ ôÿ÷þÇþ÷þÇþBþ×ýBþ×ýdþçýdþçý+ÿËþ+ÿËþ”º”ºŸ Ÿ  < <-" -"  X  X Y I Y I ›  ›  Ú Ä Ú Ä › › î îvÓvÓÏÉÏÉýýÒNÒNFFòòÔ|Ô|4»4»Q‹Q‹‡}‡}¦©¦©°º°º¥¥¤\¤\ŸVŸVPN PN ¹”¹”ÓÓlAlA¼ÿšÿ¼ÿšÿ¡üÏû¡üÏû(úkø(úkø=øÈõ=øÈõà÷Hõà÷Hõbøuöbøuö"úgø"úgøüÜúüÜú=þý=þýÉÿãÿÉÿãÿE^E^¼ÿsÿ¼ÿsÿ{þðý{þðýFüûFüû&ú¹ø&ú¹øƒø{öƒø{öýöÎôýöÎôpöžópöžóŸöãóŸöãó!÷šô!÷šôø¢õø¢õù÷ù÷útøútøû¨ùû¨ùúûçúúûçúÄüþûÄüþûEýdüEýdü£ýÅü£ýÅüøýDýøýDýeþöýeþöýãþŽþãþŽþMÿ(ÿMÿ(ÿ¥ÿ’ÿ¥ÿ’ÿÍÿ°ÿÍÿ°ÿ®ÿ–ÿ®ÿ–ÿƒÿbÿƒÿbÿbÿ:ÿbÿ:ÿIÿÿIÿÿ—ÿwÿ—ÿwÿð4ð4¿¿„„ŽŽYY?= ?=   c,c,zz@@ÀòÀò < <Çþ›þÇþ›þBþ·ýBþ·ý•þ þ•þ þÿÚþÿÚþ[q[q__    ŸÞŸÞÓAÓA€D€Dáá6ì6ì°°ÆÆáìáìàý9ýàý9ýwûBúwûBú“ùð÷“ùð÷#øÕõ#øÕõ£÷ƒõ£÷ƒõ’ø„ö’ø„öšúùšúùýbüýbüEEçÔçÔSÙSÙŸ…Ÿ…££àÌàÌÉÉ¥ÿ{ÿ¥ÿ{ÿºüáûºüáûhúùhúù›øÌö›øÌöjù!÷jù!÷,ú¹ø,ú¹ø*ü¹û*ü¹ûÿþ´þÿþ´þP’P’,à,ࢢ&&««Õ0Õ0¥Ž¥Ž£,£,ÊÊFSFS/>/>AbAbp}p}”¼”¼zžzžïÿ÷ÿïÿ÷ÿ~ÿoÿ~ÿoÿ$ÿÿ$ÿÿÿÍþÿÍþÿÂþÿÂþ!ÿðþ!ÿðþ’ÿqÿ’ÿqÿïÿÜÿïÿÜÿˆ¦ˆ¦GGddvveeQQý;ý;å$å$½ì½ìIZIZSÿ!ÿSÿ!ÿ[þæý[þæýèü üèü ü’ûSú’ûSúúÈøúÈøÎùøÎùøÛùø÷Ûùø÷ªú2ùªú2ù3üû3üûûýrýûýrýýhýhŽŽ8R8RÏ Ï ÊÊX‘X‘ÿ¼ÿÿ¼ÿþ¤ýþ¤ý÷üùû÷üùûQü*ûQü*ûzüqûzüqû™ýý™ýý#ÿ¸þ#ÿ¸þf}f}§=§=Û Û ipipx“x“ÍÍwwúúXÄXÄQQdÿdÿ,„,„ßßòéòé’­’­p¿p¿Š­Š­RRé#é#<ÿÿ<ÿÿâýýâýýÑüÀûÑüÀû{üxû{üxû×ü¿û×ü¿û²ýÑü²ýÑüâþmþâþmþ÷ÿ÷ÿ77¢ ¢ qÒqÒ › ›L_L_)ÿ¾þ)ÿ¾þïýpýïýpý²ü°û²ü°û½ûUú½ûUúû‚ùû‚ùûtùûtù”ûlú”ûlúüKûüKû±ýåü±ýåüÉþ>þÉþ>þ“ÿ]ÿ“ÿ]ÿœÿ„ÿœÿ„ÿ¤ÿ¥ÿ¤ÿ¥ÿ}ÿYÿ}ÿYÿ ÿÁþ ÿÁþ‘þ!þ‘þ!þ1þ¦ý1þ¦ýþkýþký5þµý5þµýºþ<þºþ<þ_ÿAÿ_ÿAÿþÿþÿãã™™&Á&ÁGùGù.Ï.ÏÚuÚuŽüŽü:‘:‘SS,‹,‹‹þ‹þÒuÒu6é6é&Ó&Ó¨¨{{ŠÇŠÇ  ~~}õ}õºRºR22$á$áÀ~À~OêOêMlMljMjM× × ÿÁþÿÁþŒý¹üŒý¹üdüKûdüKûqüEûqüEûÕü üÕü üþýeýþýeý4ÿÿ4ÿÿŸÂŸÂóóÿ÷ÿ÷4"4"˞˞Ê[Ê[òKòK33©ÿ}ÿ©ÿ}ÿ¶ÿ“ÿ¶ÿ“ÿûÿØÿûÿØÿghgh½½ÿXÿXì;ì;œÍœÍÐÿ°ÿÐÿ°ÿøþÉþøþÉþþ’ýþ’ýNýfüNýfüÑü³ûÑü³ûÕüæûÕüæûPýTüPýTü¾ýëü¾ýëü þrý þrýwþþwþþÃþRþÃþRþ€þþý€þþýOþÁýOþÁýýËüýËüùüüùüüŒü†ûŒü†ûfü(ûfü(û¸ü§û¸ü§û^ýü^ýüqþèýqþèýVÿ ÿVÿ ÿùÿùÿjujuFÿÝþFÿÝþäýIýäýIýVüEûVüEû!û´ù!û´ù9ú‡ø9ú‡øeú›øeú›ø%û©ù%û©ùÄü©ûÄü©û"þZý"þZýÃÿàÿÃÿàÿNíNí%«%«ööÖpÖp::;n;njÿXÿjÿXÿ"ÿÄþ"ÿÄþ"ÿúþ"ÿúþÔÿËÿÔÿËÿÛ5Û5ÈÈmmuuÊuÊuVÉVɲ&²&e=e=L¢L¢bMbMÎÿâÿÎÿâÿ%%Ñ)Ñ)v(v(ÂÂ\J\J“ó“óuâ uâ ÄÊÄÊ«/«/ммi¿i¿YÿJÿYÿJÿ®ýîü®ýîüØü¹ûØü¹û€ý—ü€ý—üîþ‰þîþ‰þ##cc«š«šX’X’@@gšg𢢡ý¡ýJÿ?ÿJÿ?ÿþýþý ýü ýü×ü˜û×ü˜ûåü÷ûåü÷û"ýTü"ýTüý®üý®üØýýØýýóýUýóýUýÌýýÌýýµýìüµýìü«ý×ü«ý×ü¬ýòü¬ýòüþhýþhý³þOþ³þOþoÿ_ÿoÿ_ÿ#>#>ÊÊN¸N¸,x,x  !ÿÿ!ÿÿeþÕýeþÕýýüýüÑûúÑûúÜúLùÜúLù7û»ù7û»ùHüûHüû„ý§ü„ý§ücÿkÿcÿkÿ§§w?w?””¥¥g„g„<4<4ZZ]þþ]þþùü+üùü+üÐü£ûÐü£û»ü¯û»ü¯û¯ýçü¯ýçü~þEþ~þEþnÿhÿnÿhÿøÿÎÿøÿÎÿÉÿ§ÿÉÿ§ÿtÿRÿtÿRÿÝþþÝþþfþÙýfþÙýòþdþòþdþgÿ6ÿgÿ6ÿšÖšÖ ü üi®i®PP²ò²ò``‡è‡èŸþ4þŸþ4þ”ülû”ülûøú;ùøú;ù\ú†ø\ú†ø<ûÌù<ûÌùåüûåüûvÿŠÿvÿŠÿæÓæÓÙsÙs¥¥ Þ Þi…i…Æ>Æ>ÄÀÄÀ®®Áþ‰þÁþ‰þ¬ýÐü¬ýÐü÷ýIý÷ýIýžþ(þžþ(þwÿLÿwÿLÿ¸¸¥&¥&¢ˆ¢ˆe™e™õdõdii¢û¢û1d1d k kü“ü“nÙnÙÙ!Ù!DZDZŸÿ}ÿŸÿ}ÿÿËþÿËþÁþOþÁþOþ­þAþ­þAþâþ‡þâþ‡þJÿÿJÿÿöÿ÷ÿöÿ÷ÿœºœºPÍPÍÈÈ“ˆ“ˆª©ª©NNLÄLÄ;1;1ŒþþŒþþ3ýü3ýü%ü•ú%ü•ú(ûlù(ûlùÅúïøÅúïø×úù×úù†ûéù†ûéùOüùúOüùúmýžümýžüÿþ¬þÿþ¬þII€€ž™ž™{¢{¢Ã à LpLpîîõõ„þþ„þþŽü*ûŽü*ûúø÷úø÷øõøõm÷^ôm÷^ô¬÷éô¬÷éô8ù÷8ù÷NûdùNûdù^þÚý^þÚýD‚D‚ñ0ñ0  ¾ ¾ «Õ«Õ T T™Á™ÁõÿõÿCý‘üCý‘ü[û»ù[û»ùOúøOúøPúqøPúqøûmùûmùdü>ûdü>û:þœý:þœý,M,MŽ'Ž'§Ÿ§Ÿäùäù ö öʮʮŠdŠd Æ Æ›:›:9¿9¿ä7ä7›Ã›Ã]a]aÉÿ«ÿÉÿ«ÿ1ÿùþ1ÿùþ¸þ6þ¸þ6þZþÎýZþÎý®þþ®þþ÷þˆþ÷þˆþdÿÿdÿÿèÿÜÿèÿÜÿwŸwŸ Y Y{{¸X¸X¶S¶S­E­EÀ`À`èœèœ`2`2¸Ÿ¸Ÿôéôéͻͻò¶ò¶rŸrŸÂþŒþÂþŒþÈü–ûÈü–û û?ù û?ù³ùs÷³ùs÷“ù[÷“ù[÷pú„øpú„øAüãúAüãú¶þtþ¶þtþF×F×ddB1B1.¬ .¬ ]Õ ]Õ ÅòÅòbIbI¤²¤²5‚5‚9þèý9þèýý<üý<ü%ý ü%ý üæý?ýæý?ýÿ©þÿ©þŽßŽßó§ó§  a¥a¥"h"hy`y`Æ|Æ|÷P÷P))ùÿÜÿùÿÜÿ11*}*} Ü Ü·í·íòéòéà à ù'ù'Ùþ8þÙþ8þºüÜûºüÜû ûù ûùpùÕöpùÕöÐø]öÐø]ö­ø"ö­ø"öùU÷ùU÷û-ùû-ù¿üÃû¿üÃûiþíýiþíýÉÿ·ÿÉÿ·ÿ»ð»ðk¬k¬((¤þþ¤þþnýlünýlüÌûcúÌûcú‰úxø‰úxø˜ù÷˜ù÷+ùÔö+ùÔöÉùË÷ÉùË÷äúJùäúJùŒüeûŒüeû&þ¥ý&þ¥ýzÿMÿzÿMÿ>J>JÜÜ8·8·))ÿdÿd–á–á+J+JÂÿªÿÂÿªÿÿiÿÿiÿðÿúÿðÿúÿYoYo4€4€ Á ÁóóÄÄ^Þ^Þ±b±b·\·\s s )–)–Ü"Ü"Î&Î&ÿdÿdBÆBÆzzQßQßöuöu‹Ñ‹Ñ¬©¬©É¿É¿!H!HŸÎŸÎmmb÷b÷xxtt--ªFªF"7"7”þþ”þþyýŸüyýŸü¼üvû¼üvû€ü.û€ü.û½üû½üû3ý;ü3ý;üþcýþcýßþ†þßþ†þ¥ÿœÿ¥ÿœÿ(( üÿ üÿ›ÿ‡ÿ›ÿ‡ÿöþþöþþìýýìýýýäûýäû~üû~üû*ü´ú*ü´úFüÿúFüÿú³ürû³ürû-ýü-ýü­ýÖü­ýÖüþ_ýþ_ýAþ®ýAþ®ýdþÓýdþÓýBþ©ýBþ©ý-þwý-þwý#þný#þnýRþ©ýRþ©ýŽþþŽþþäþuþäþuþÿÖþÿÖþÿÉþÿÉþõþ£þõþ£þŽþýýŽþýý%þ~ý%þ~ý¿ýùü¿ýùü`ývü`ývüùüúûùüúûÑü¥ûÑü¥ûýüéûýüéû±ýîü±ýîüÓþ‚þÓþ‚þ;o;oê¹ê¹’ú’úܺܺt‡t‡1þ1þ[[õ¥õ¥ ÿ=ÿ ÿ=ÿ.ý#ü.ý#ü<û^ù<û^ùºù8÷ºù8÷/ùÒö/ùÒöµùi÷µùi÷ ûù ûù´ülû´ülûôþ‚þôþ‚þÌ\Ì\¼§¼§D·D·¹a¹a`ÿ`ÿsÝsÝL8L8·à·àÿ§þÿ§þºýÞüºýÞü®üwû®üwûAüÓúAüÓúŸüWûŸüWû0ý"ü0ý"ü«þ4þ«þ4þäÿéÿäÿéÿ(¯(¯¦É¦ÉÑÑð”ð”ùÜùÜð‘𑪠ª b‹b‹77ñ'ñ'à à ÆàÆàE E Ý’Ý’##pðpð».».K;K;Ó&Ó&§6§6/ú/ú¤p¤pïcïc¶‘¶‘ÁÁÏÿÏÿ¾þ\þ¾þ\þþ>ýþ>ýÏýäüÏýäüùýCýùýCý:þ›ý:þ›ý‰þìý‰þìýÏþZþÏþZþ ÿ¹þ ÿ¹þÿ·þÿ·þøþˆþøþˆþ×þgþ×þgþ°þ,þ°þ,þ…þòý…þòýgþËýgþËýUþ¤ýUþ¤ýþ]ýþ]ý‡ý­ü‡ý­üñüËûñüËûûûxúûûxúóúùóúù úá÷ úá÷JùàöJùàöüøVöüøVöPùåöPùåöûùÇ÷ûùÇ÷jû§ùjû§ùêüäûêüäûkþÆýkþÆýªÿ”ÿªÿ”ÿ~Ÿ~Ÿ§â§âSS§ÿˆÿ§ÿˆÿàþuþàþuþôý-ýôý-ý%ý-ü%ý-üœülûœülû±ü}û±ü}ûýøûýøûìýýìýý÷þ’þ÷þ’þ ýÿ ýÿqqřř]`]`¿Ù¿ÙãûãûôôæþæþÏçÏçáôáôôô// < <%%ëëŽƒŽƒ%õ%õ¶_¶_4¢4¢Åŧè§è²ô²ôÉ%É%èHèHý_ý_ l lÀÀg¤g¤ñÿÎÿñÿÎÿXÿ ÿXÿ ÿÞþ–þÞþ–þþ þþ þtþÙýtþÙý„þèý„þèý–þþ–þþÊþ^þÊþ^þÿÃþÿÃþlÿ:ÿlÿ:ÿÁÿ­ÿÁÿ­ÿ';';‰½‰½¶ó¶ów«w«AGAG¤ÿŽÿ¤ÿŽÿãþþãþþ-þfý-þfý†ýŠü†ýŠüýüýü:ýü:ýü¸ýÑü¸ýÑü®þ(þ®þ(þÑÿ°ÿÑÿ°ÿ0«0«ŒxŒxœàœà6Å6Å/Ë/ËÐ.Ð.ÓõÓõÇSÇS¹ö¹ö²ÿˆÿ²ÿˆÿÿ¦þÿ¦þÿ­þÿ­þNÿõþNÿõþØÿØÿŸóŸó]Õ]Õñ…ñ…õ õ //7Ê7ÊÐ Ð MoMoáÿìÿáÿìÿÞÿÆÿÞÿÆÿÜÿÐÿÜÿÐÿÚÿØÿÚÿØÿíÿïÿíÿïÿØÿÁÿØÿÁÿgÿ*ÿgÿ*ÿíþfþíþfþ:þgý:þgý}ý„ü}ý„üíü¿ûíü¿ûªü]ûªü]û‘üGû‘üGûêü¿ûêü¿û^ýYü^ýYüþý*ýþý*ýºþ<þºþ<þƒÿWÿƒÿWÿ(?(?z¦z¦º÷º÷Û4Û4Ò'Ò'ÇǺºœÒœÒAeAeãÿÑÿãÿÑÿBÿóþBÿóþÂþBþÂþBþFþ›ýFþ›ýèýýèýýÚýýÚýýGþ®ýGþ®ýòþ®þòþ®þ  , , MM%W%WMM’¯’¯€3€3›¯›¯~ÿqÿ~ÿqÿ˜þþ˜þþþAýþAýþ3ýþ3ý—þõý—þõýÿØþÿØþÖÿÌÿÖÿÌÿq“q“í2í2Ú9Ú9¥ó¥ó`ÿ:ÿ`ÿ:ÿ±þ.þ±þ.þ(þ[ý(þ[ýóý#ýóý#ý@þ›ý@þ›ý÷þhþ÷þhþõÿðÿõÿðÿÃ.Ã.gígíss.”.”‘Ï‘Ï×ÿ¶ÿ×ÿ¶ÿ'ÿÒþ'ÿÒþoþÀýoþÀýßýýßýýéý ýéý ý!þzý!þzýÿ™þÿ™þ÷ÿ÷ÿ‘‘5ÿ5ÿlÍlÍ.}.}¤¢¤¢ç¤ç¤(•(•:R:RØÿÎÿwÿJÿFÿÿÿÂþ+ÿâþAÿÿ¶ÿ¥ÿ¶ÿ¥ÿ\Š\Š>Â> ÞY:©—®­µÄ£´’¥’¥ÜÜ‹-‹-Ð4Ð4 lÿÿlÿÿÿÃþÿÃþÿ¾þÿ¾þ6ÿÙþ6ÿÙþ]ÿ#ÿ]ÿ#ÿÿbÿÿbÿ¬ÿ—ÿ¬ÿ—ÿ±ÿ“ÿ±ÿ“ÿ–ÿqÿ–ÿqÿQÿÿQÿÿ ÿ›þ ÿ›þ¥þþ¥þþWþ©ýWþ©ýþTýþTý÷ý)ý÷ý)ýþQýþQýGþýGþýþÜýþÜý²þ#þ²þ#þÀþ4þÀþ4þÀþ9þÀþ9þÅþDþÅþDþÍþSþÍþSþÿ¥þÿ¥þ{ÿLÿ{ÿLÿÒ4Ò4¹l¹lm_m_áá**­Æ­Æ^+^+¤R¤RjjddÞÿ¾ÿÞÿ¾ÿ¶ÿ’ÿ¶ÿ’ÿÒÿ»ÿÒÿ»ÿ`©`©!g!gÿ²ÿ²éêéê¶¶¯¯öˆöˆmËm˧¦§¦»c»cØ4Ø499ÚÿÌÿÚÿÌÿ¤ÿÿ¤ÿÿÿaÿÿaÿÿ=ÿÿ=ÿ2ÿÖþ2ÿÖþ¹þ.þ¹þ.þ(þ^ý(þ^ýyýzüyýzüÎü’ûÎü’û`üøú`üøúUüßúUüßú€üû€üûÁüyûÁüyûýßûýßûOý1üOý1ü;ýü;ýüýâûýâû]üÝú]üÝú¸ûú¸ûúûùûùGúøGúø°ùM÷°ùM÷ðùu÷ðùu÷rú>ørú>ø±ûðù±ûðùÅühûÅühûåý9ýåý9ý1ÿ½þ1ÿ½þýÿýÿll1@1@Ûÿ­ÿÛÿ­ÿSÿøþSÿøþÊþ2þÊþ2þ­þ+þ­þ+þ ÿ°þ ÿ°þÊÿ½ÿÊÿ½ÿÄ"Ä"üºüºffç°ç°¸Á¸ÁNƒNƒ²²ìIìI””JîJîL L ëÙ ëÙ RF RF œÏ œÏ ¹ù ¹ù ±Ø ±Ø ;- ;- ¥Z ¥Z ¸¸ÆÊÆÊ×e×eOO£µ£µ~‘~‘µáµá77|ð|ðÇrÇr¨9¨9QQÿ¿ÿ¿J…J…"þZý"þZý.üÑú.üÑúsúøsúøóøöõóøöõ×÷gô×÷gô ÷#ô ÷#ôøÕôøÕôßøößøöãùK÷ãùK÷ìúÒøìúÒø×û,ú×û,úüŠúüŠúÙûúÙûúaû˜ùaû˜ù¥úlø¥úløùÓöùÓözøqõzøqõ•÷Gô•÷GôüöUóüöUóéö>óéö>óZ÷ÊóZ÷Êó)øìô)øìô ùOö ùOöCúÚ÷CúÚ÷ ûÑù ûÑùÍü‚ûÍü‚ûÎýóüÎýóü§þ+þ§þ+þ6ÿÌþ6ÿÌþœÿSÿœÿSÿðÿÝÿðÿÝÿ$6$6M}M}­ø­øDÐDÐå å †„†„uéué)÷)÷ͺͺ?=?=†¶†¶©ù©ùÃÃå]å])°)°€0 €0 ¬s ¬s Õµ Õµ Ú­ Ú­ ‚3 ‚3 úiúi  8ô8ô>š>šnnèèŔŔˆEˆEPûPûÝ4Ý4VVÕÿ»ÿÕÿ»ÿ<ÿñþ<ÿñþÂþQþÂþQþ“þîý“þîýÒþ?þÒþ?þ ÿ»þ ÿ»þ©ÿ€ÿ©ÿ€ÿ " "æÿÍÿæÿÍÿbÿ@ÿbÿ@ÿ'þPý'þPý üGû üGûñúÌøñúÌøoù}öoù}öøÂôøÂôU÷ÙóU÷Ùóæ÷¹ôæ÷¹ô6ùö6ùöûîøûîøàü^ûàü^û®þIþ®þIþe®e®^í^ífûfû.r.r ÿÚþ ÿÚþHþªýHþªý¯ý÷ü¯ý÷üþEýþEýsþ þsþ þqÿ'ÿqÿ'ÿu¥u¥¢0¢0¹Ý¹ÝlÁlÁï†ï†ÙÙÑuÑuw w  y yªÈªÈ?)?)ï¹ï¹æ¡æ¡ê°ê°å±å±Ù§Ù§—D—D+¸+¸¾ý¾ýBNBNÜÿ¾ÿÜÿ¾ÿ™ÿjÿ™ÿjÿ”ÿhÿ”ÿhÿ±ÿŽÿ±ÿŽÿÙÿÐÿÙÿÐÿúÿúÿäÿÑÿäÿÑÿ‚ÿFÿ‚ÿFÿÿŸþÿŸþqþÑýqþÑýÈýÄüÈýÄüýÓûýÓûüûüû-ü ú-ü ú.ü–ú.ü–údüâúdüâú¯üFû¯üFûýÚûýÚûšý’üšý’ü,þUý,þUý©þþ©þþ3ÿèþ3ÿèþ¦ÿ€ÿ¦ÿ€ÿÄÿ­ÿÄÿ­ÿ¤ÿnÿ¤ÿnÿiÿ ÿiÿ ÿÛþbþÛþbþLþ¥ýLþ¥ý¦ý¨ü¦ý¨ü(ýü(ýüùü°ûùü°û=ýü=ýüþ5ýþ5ý*ÿ¤þ*ÿ¤þŒ§Œ§óÄóÄqàqà™ƒ™ƒ99ÞìÞì33qq§‡§‡x´x´žÿiÿžÿiÿZÿÿZÿÿ…ÿDÿ…ÿDÿ5050øóøóé+é+¡¡ 2 2eÝeÝ'„'„¤å¤å/6/6ǚǚǃǃ¿f¿f±D±D‰‰,­,­‹Å‹ÅíÿÙÿíÿÙÿVÿòþVÿòþ·þþ·þþ:þlý:þlýÛýëüÛýëüÖýîüÖýîüþýþýLþýLþý°þþ°þþ&ÿÍþ&ÿÍþ‰ÿjÿ‰ÿjÿÛÿØÿÛÿØÿ!!C[C[PhPhYpYpNtNt²ÿ‡ÿ²ÿ‡ÿ$ÿÁþ$ÿÁþhþ¨ýhþ¨ý©ý¦ü©ý¦üý¾ûý¾û¼üPû¼üPûžü$ûžü$ûý»ûý»ûÓýñüÓýñü ÿ’þ ÿ’þ^ž^ž’E’E…“…“ÔÔÈÈï×ï×óvóvæÿ¡ÿæÿ¡ÿ¡þ%þ¡þ%þžý÷üžý÷ü)ý ü)ý üŽýqüŽýqüéý'ýéý'ýÚþbþÚþbþ::B¸B¸ø°ø°! ! âÆâƧ[§[ýnýnJ~J~·ÿ•ÿ·ÿ•ÿ@ÿÙþ@ÿÙþûþ˜þûþ˜þ5ÿåþ5ÿåþ­ÿœÿ­ÿœÿ.2.2±±èEèE½½3:3:¥ÿŠÿ¥ÿŠÿÿ˜þÿ˜þ|þÙý|þÙýþFýþFýûýüüûýüüýý ýýý ýNþ¦ýNþ¦ý«þ.þ«þ.þUÿïþUÿïþáÿÔÿáÿÔÿ:R:Rkk~À~À‹Å‹ÅƒÅƒÅJaJa  Åÿ®ÿÅÿ®ÿmÿ/ÿmÿ/ÿ7ÿáþ7ÿáþNÿòþNÿòþ‰ÿ\ÿ‰ÿ\ÿËÿ´ÿËÿ´ÿ!*!*v±v±ÉÉ | |8Ä8ÄI×I×QßQßRÞRÞMÕMÕCÆCÆEâEâaarrzzz"z"„2„2†6†600VòVò§§Ú3Ú3pŸpŸ$$àÿßÿàÿßÿÓÿ·ÿÓÿ·ÿÉÿ—ÿÉÿ—ÿ±ÿ~ÿ±ÿ~ÿŽÿ[ÿŽÿ[ÿsÿ1ÿsÿ1ÿ_ÿ"ÿ_ÿ"ÿqÿ9ÿqÿ9ÿ¡ÿ~ÿ¡ÿ~ÿéÿèÿéÿèÿ3N3NžßžßòdòdRìRìšBšBnn$¸$¸«î«î%%ƒÿGÿƒÿGÿüþ•þüþ•þ’þ þ’þ þþÜýþÜý²þþ²þþÿþÿþ¥ÿƒÿ¥ÿƒÿKXKXiiϛϛSaSaUhUh·p·p … …{£{£÷ÿëÿ÷ÿëÿìÿÙÿìÿÙÿãÿÊÿãÿÊÿïÿÙÿïÿÙÿùÿåÿùÿåÿ±ÿ†ÿ±ÿ†ÿEÿøþEÿøþÄþ1þÄþ1þþHýþHýŒý~üŒý~ü'ýÓû'ýÓûàüXûàüXû²ü&û²ü&û™üû™üû‚üåú‚üåúmüÓúmüÓúzüéúzüéú‚üïú‚üïúvüØúvüØúZü©úZü©ú1ühú1ühúþûúþûúäûðùäûðùÿû&úÿû&ú4ü|ú4ü|úžüûžüû1ýëû1ýëû³ýµü³ýµüEþvýEþvý²þþ²þþÏþ:þÏþ:þÅþYþÅþYþ°þ4þ°þ4þ¤þþ¤þþßþ_þßþ_þ_ÿÿ_ÿÿ xxÑÍÑͱ±˜>˜>jojoð2ð2I³I³Œ Œ ¬5¬5¯4¯4ÊbÊbè—è—(÷(÷‰ ‰ Þø Þø E E %r %r W W ‹™ ‹™ À‚À‚Ì Ì ÙœÙœ[[JDJDܰܰ«c«c̪̪ßÙßÙæóæóäÖäÖc c |¸|¸2ÿãþ2ÿãþ…ýMü…ýMüüAúüAúQú»÷Qú»÷ùÏõùÏõ;ø¨ô;ø¨ôøôøô“øõ“øõFù*öFù*öòù6÷òù6÷·ú2ø·ú2øNûùNûùYû:ùYû:ùKû,ùKû,ù ûÉø ûÉøiúü÷iúü÷üùH÷üùH÷™ù°ö™ù°öbùYöbùYöiùWöiùWöÎùèöÎùèötúâ÷túâ÷fû=ùfû=ù=üqú=üqú*ýõû*ýõû4þbý4þbýÿ³þÿ³þûÿäÿûÿäÿ·ó·óLóLóïÝïݫ߫ßLìLìôÈôȜœÂrr]ã]ãDÃDɉ°Û°ÛúúŠ+Š+)°)°-˜-˜CêCêÓ¤Ó¤dvdv––µaµa¾¾¸€¸€ww) ) ]]ÈÀÈÀÃ;Ã;ëÿúÿëÿúÿ‹ÿXÿ‹ÿXÿUÿÿUÿÿ+ÿÁþ+ÿÁþÈþ(þÈþ(þTþ}ýTþ}ý¸ý´ü¸ý´ü.ýÞû.ýÞûÉü@ûÉü@û³ü"û³ü"ûîühûîühû=ýõû=ýõûÝýÖüÝýÖügþ™ýgþ™ýÝþ[þÝþ[þÿuþÿuþ¸þ4þ¸þ4þñýýñýýýŠûýŠû#ü^ú#ü^ú:ûþø:ûþø­úü÷­úü÷ÑúNøÑúNø¦ûUù¦ûUùÆümûÆümû@þ2ý@þ2ýzÿKÿzÿKÿ{{I$I$šbšbu(u(Å@Å@2J2J¹ÿ€ÿ¹ÿ€ÿWÿÝþWÿÝþ)ÿÉþ)ÿÉþrÿ=ÿrÿ=ÿÏÿÄÿÏÿÄÿSvSvÕ"Õ"Q÷Q÷ÜÜdd˜Å˜Å—Η΋¶‹¶g“g“0808Ú±Ú±|(|( € €—Ñ—Ñ//ÀÿªÿÀÿªÿyÿOÿyÿOÿaÿ'ÿaÿ'ÿÿIÿÿIÿ¹ÿ ÿ¹ÿ ÿ)=)=© © 0°0°˜C˜CÆŸÆŸt_t_aa9ÿ«þ9ÿ«þ<þ…ý<þ…ýuýxüuýxüøü«ûøü«ûÎüSûÎüSû÷üŠû÷üŠû~ýHü~ýHüIþcýIþcý&ÿ¹þ&ÿ¹þ--FÜFÜ1212ç;ç;oo“9“9*»*» Ý Ý¼•¼•žäžä³ÿ€ÿ³ÿ€ÿÅþ7þÅþ7þþ2ýþ2ýâýéüâýéü7þxý7þxý#ÿªþ#ÿªþL{L{ïï<Þ<ބ„Â]]UØUØÍÚÍÚ[÷[÷ˆ|ˆ|êÿêÿþ˜ýþ˜ý.ý¿û.ý¿ûÚü:ûÚü:ûÛü,ûÛü,ûNýüûNýüûþ-ýþ-ýÿeþÿeþÏÿ—ÿÏÿ—ÿ==þÿ þÿ ¢ÿ£ÿ¢ÿ£ÿÿ²þÿ²þwþÄýwþÄýÉý·üÉý·üDýéûDýéûâüQûâüQûžüûžüûtüÛútüÛú`ü¶ú`ü¶ú.ü]ú.ü]úäûæùäûæùhû9ùhû9ùüú‰øüú‰ø¸úø¸úø»ú"ø»ú"øôútøôútøvû@ùvû@ù=ülú=ülúý¶ûý¶ûþ'ýþ'ýÿwþÿwþªÿŽÿªÿŽÿ3L3L¡å¡åu/u/ØÉØÉAZAZ נ×t˜t˜&0&0Þ½Þ½œdœd¯‚¯‚×)×)àÔàÔ1‘1‘€´ €´ šI šI `d `d §å §å Zf Zf †. †. wv wv ––ɧɧ¶þ¶þæÎæÎ}M}MŠUŠUКК''TpTp1919ϨϨ#¥#¥APAP@ÿñþ@ÿñþ3þXý3þXýMýüMýüœüþúœüþúIüˆúIüˆúTürúTürú~ü»ú~ü»ú®üû®üûâüPûâüPû¸ü û¸ü ûCü„úCü„úžûùžûù÷ú•ø÷ú•øWú˜÷Wú˜÷²ùœö²ùœöEùôõEùôõù²õù²õMùöõMùöõßùÍößùÍöšúì÷šúì÷“û[ù“û[ùoüŸúoüŸú0ý»û0ý»ûØý²üØý²üIþsýIþsý‹þÖý‹þÖý¦þóý¦þóý¡þðý¡þðý‚þÅý‚þÅýnþšýnþšýdþ€ýdþ€ýbþ¤ýbþ¤ý¶þ þ¶þ þÿþþÿþþjÿ;ÿjÿ;ÿüÿþÿüÿþÿƒÂƒÂ¢¢ªyªy"?"?šâšâñVñV ’ ’°°µµ¦¦··±±.¹.¹2¼2¼(«(«ššõyõyÐ,Ð,–Ü–Ül›l›@W@W#B#B2S2S5S5S.E.Eÿüÿü°„°„ii)§)§àDàDÑ>Ñ>ñfñfGîGî­w­w,X,XŠÜŠÜœÔœÔ - -‚‚z¡z¡UÿåþUÿåþ%þ*ý%þ*ý5ýÍû5ýÍû}üÂú}üÂúhü”úhü”ú‰ü³ú‰ü³úñü_ûñü_û‰ýGü‰ýGü'þ3ý'þ3ýÄþþÄþþ"ÿÃþ"ÿÃþÿ°þÿ°þäþnþäþnþrþ«ýrþ«ýÜýéüÜýéüjý üjý üýbûýbûâüIûâüIûàüGûàüGû ýˆû ýˆûGýãûGýãûƒýOüƒýOüÍýµüÍýµüþýþýþýþýþþüþþüàýÄüàýÄü½ýŽü½ýŽü©ý€ü©ý€üÂý¢üÂý¢üïýÛüïýÛü+þEý+þEýƒþÆýƒþÆýðþgþðþgþLÿÿLÿÿ¹ÿ ÿ¹ÿ ÿ##ZŒZŒ“ϓϯ¯ÓGÓG¹¹’m’m$O$OÅ-Å-LþLþ¼“¼“èäèäÜÎÜÎ’k’k7â7âàOàOÆÆo§o§|¿|¿¬û¬ûØ4Ø4}}¦¦÷÷Ã0Ã0m­m­ýóýóz=z=  ©û©ûHnHn##**!/!/%2%2×ÿ¼ÿ×ÿ¼ÿfÿ ÿfÿ ÿÊþþÊþþþýüþýüUýìûUýìûÑüûÑüûrüŸúrüŸúCü_úCü_úkü‘úkü‘úÒü3ûÒü3ûeý üeý üæýðüæýðügþ¥ýgþ¥ý¶þþ¶þþ›þãý›þãý þý þývý!üvý!ü¡üû¡üûüúüúŽûCùŽûCùžû`ùžû`ù(üJú(üJúGýúûGýúûnþªýnþªýcÿÿcÿÿT¢T¢äägg€[€[MçMçæeæeŽÜŽÜDSDS,A,A9O9Or§r§¾0¾0šš@ú@úx@x@ŸŸ¸¨¸¨Å¾Å¾¸”¸”–g–g”h”h¼Ÿ¼ŸåçåçHHc™c™‘Ì‘ÌL†L† ? ?”l”lûŠûŠ8W8W˜ÿ\ÿ˜ÿ\ÿJÿïþJÿïþ]ÿÿ]ÿÿ¹ÿ|ÿ¹ÿ|ÿ\…\…’’º˜º˜:b:bDƒDƒòò__ŽÛŽÛÈÿšÿÈÿšÿ(ÿ–þ(ÿ–þ¼þþ¼þþ¾þþ¾þþÿºþÿºþwÿ=ÿwÿ=ÿÈÿªÿÈÿªÿ  //ïÿîÿïÿîÿÈÿœÿÈÿœÿ˜ÿZÿ˜ÿZÿ¢ÿ‚ÿ¢ÿ‚ÿûÿõÿûÿõÿŽÊŽÊ/å/åÓÃÓÃ.N.N//ee›Â›ÂjÿÿjÿÿUþ‚ýUþ‚ýzý>üzý>üý|ûý|û*ý´û*ý´ûÓý üÓý ü¯þ þ¯þ þ©ÿ’ÿ©ÿ’ÿ’Ó’Ó°°&¼&¼¿%¿%(K(K<ÿÐþ<ÿÐþ^þ ý^þ ý°ý²ü°ý²üEýýûEýýû&ý¥û&ý¥û@ýãû@ýãû¤ýHü¤ýHüþýæüþýæü`þý`þýÆþþÆþþ ÿ›þ ÿ›þ:ÿÐþ:ÿÐþ!ÿ¯þ!ÿ¯þýþ€þýþ€þÒþ3þÒþ3þ³þûý³þûýŸþæýŸþæý¤þýý¤þýý­þþ­þþ¹þþ¹þþ·þþ·þþšþÕýšþÕýˆþµýˆþµýþ¤ýþ¤ý}þ¯ý}þ¯ý±þþ±þþðþ^þðþ^þgÿÿgÿÿðÿóÿðÿóÿ££EðEðåÙåÙ?v?vOO77ŸvŸv¬¬‰â‰â»ÿ˜ÿ»ÿ˜ÿÇÿ©ÿÇÿ©ÿ  ··r"r"R“R“!ß!ßúúšýšý ¬ ¬:þ:þÒÒ¤¤û!û! ½ ½"<"<+Ô+Ô]¨]¨ØÿËÿØÿËÿÌÿ¹ÿÌÿ¹ÿ#P#Püü(ê(ê3g3gû‚û‚ý¶ý¶o¹o¹Y Y èÒèÒh¡h¡ ÿ˜þ ÿ˜þõýöüõýöüý®ûý®ûæü8ûæü8ûý`ûý`û}ýBü}ýBüþýþý›þ´ý›þ´ýõþHþõþHþãþRþãþRþ~þ±ý~þ±ýãýÉüãýÉü?ýèû?ýèû°üéú°üéúüàùüàù‰û!ù‰û!ù6û¡ø6û¡øûVøûVøñú7øñú7øôú<øôú<øÚúøÚúø©úÄ÷©úÄ÷vúˆ÷vúˆ÷RúM÷RúM÷Kú?÷Kú?÷\úV÷\úV÷€ú‹÷€ú‹÷ãúøãúøgûôøgûôøüÙùüÙù³ü÷ú³ü÷úNýÝûNýÝûÖý¨üÖý¨üMþZýMþZýÄþ%þÄþ%þIÿáþIÿáþÇÿ®ÿÇÿ®ÿ>e>eçhçhÿÿþŠþŠénénÔQÔQÿ„ÿ„V V ýýâFâF[[OTOTÍ Í °Å °Å ‡/ ‡/ ¿¤ ¿¤ °^ °^ ý\ ý\   N’ N’ DDVÑVÑ H Hç+ç+,Z,Zuçuç¼=¼=â‡â‡¿K¿K+{+{ƒƒ¶)¶)ÔõÔõ||+C+CÿCÿÿCÿ>ÿÃþ>ÿÃþÿþÿþîþfþîþfþÆþþÆþþjþ’ýjþ’ýÆý˜üÆý˜ü ývû ývûüìùüìùãú(øãú(øúØöúØöZùÂõZùÂõáø õáø õ›øžô›øžô×øõ×øõ>ù§õ>ù§õÚùöÚùö…úš÷…úš÷%û‚ø%û‚øŠû&ùŠû&ù½ûfù½ûfù×û˜ù×û˜ùÌûùÌûù³û_ù³û_ùŸû,ùŸû,ùûùûù•û,ù•û,ùÚû“ùÚû“ùbü_úbü_ú*ý“û*ý“ûíýÁüíýÁüßþ?þßþ?þ¾ÿ|ÿ¾ÿ|ÿtÁtÁÆÆ—’—’ø-ø-NžNžŠëŠë°°ÄMÄMù¦ù¦HH«®«®ìì1~1~xäx䟟Œ Œ jÑjÑ<†<†õ.õ.«Í«ÍpfpfRR,ë,믯À;À;Q›Q›ÍÚÍÚZZçeçe…Ã…ÃC\C\66+F+FFqFqzÂzÂ’ð’ðc¡c¡ïÿìÿïÿìÿ#ÿ¯þ#ÿ¯þ]þ|ý]þ|ýeýüûeýüûŠü©úŠü©úåûªùåûªùoûôøoûôø{ûôø{ûôø²ûVù²ûVù!üþù!üþù¶üïú¶üïúbýßûbýßûøýÇüøýÇüjþ~ýjþ~ýŒþ¼ýŒþ¼ýšþ×ýšþ×ýfþ…ýfþ…ýBþLýBþLý+þ(ý+þ(ýOþdýOþdý“þÍý“þÍýïþgþïþgþ^ÿ ÿ^ÿ ÿêÿÕÿêÿÕÿ\‹\‹··þ}þ}ó…ó…æ_æ_×:×:··ªªÌPÌPäyäy””(Ó(ÓAþAþPPV$V$U%U%NNSSa)a)–v–vºªºªàëàë÷÷ñ ñ ÄÃÄÃh/h/çcçcJ_J_yÿ<ÿyÿ<ÿÑþ;þÑþ;þMþ]ýMþ]ýèýÄüèýÄüóýÄüóýÄüþýþý’þÕý’þÕýÿ‘þÿ‘þ§ÿcÿ§ÿcÿ/L/L/M/M  ¯ÿ‰ÿ¯ÿ‰ÿdÿÿdÿÿÿ˜þÿ˜þÝþ2þÝþ2þÑþþÑþþ ÿþ ÿþPÿÿþPÿÿþ½ÿ‹ÿ½ÿ‹ÿ]‘]‘…օփ΃Î_‘_‘0=0= ÷ÿ ÷ÿéÿÎÿéÿÎÿÿÿýÿÿÿýÿ # #šÛšÛÕյƵÆE~E~°)°)éƒéƒ”ö”ö00I I ˜˜ÿGÿÿGÿWÿìþWÿìþ‡ÿKÿ‡ÿKÿ€Æ€Æãaãa/Ù/Ù5Ó5Óårår‡¹‡¹àÿÈÿàÿÈÿ$ÿ·þ$ÿ·þŽþ°ýŽþ°ýþãüþãü°ýHü°ýHüƒý(üƒý(ü˜ý6ü˜ý6üÂý|üÂý|üýýÕüýýÕü4þ)ý4þ)ýWþhýWþhýZþuýZþuýcþyýcþyý`þfý`þfýTþPýTþPýPþHýPþHýsþœýsþœýµþéýµþéýÿþqþÿþqþ?ÿåþ?ÿåþ†ÿGÿ†ÿGÿ¡ÿiÿ¡ÿiÿˆÿ6ÿˆÿ6ÿeÿÿeÿÿÿ›þÿ›þÐþ(þÐþ(þˆþºýˆþºýcþ}ýcþ}ý›þÌý›þÌýÿþÿþÄÿ»ÿÄÿ»ÿ®®‡Q‡QK—K—á‘á‘'å'åþ¾þ¾š#š#VVQQ‹‹ÌLÌLëvëvÌÌe$e$ŠbŠbvv^'^'¨¨º"º"r°r°u¼u¼ˆÂˆÂêcêcPPµ™µ™ëûëûDzDz$ð$ðq–q–“ÿAÿ“ÿAÿ¿þûý¿þûýþúüþúü°ý]ü°ý]üïý½üïý½ü†þ¤ý†þ¤ý/ÿåþ/ÿåþ%%ÏYÏYU!U!qEqE?ð?ð²'²'55qÿ-ÿqÿ-ÿæþYþæþYþ¡þçý¡þçýÃþþÃþþãþNþãþNþ1ÿ¦þ1ÿ¦þˆÿ:ÿˆÿ:ÿÐÿµÿÐÿµÿ  *9*92Q2Q**ðÿçÿðÿçÿÐÿ°ÿÐÿ°ÿ¶ÿ„ÿ¶ÿ„ÿ¢ÿ‚ÿ¢ÿ‚ÿ£ÿ‚ÿ£ÿ‚ÿ¥ÿsÿ¥ÿsÿˆÿ9ÿˆÿ9ÿRÿìþRÿìþÿþÿþÌþ þÌþ þ“þ¸ý“þ¸ýjþlýjþlýOþHýOþHý_þuý_þuý’þÉý’þÉýñþZþñþZþbÿÿbÿÿÐÿ¼ÿÐÿ¼ÿ*G*Gb–b–=c=cìÿìÿgÿ%ÿgÿ%ÿéþJþéþJþgþPýgþPýèýüèýü¡ý;ü¡ý;ü¯ýIü¯ýIüùýÇüùýÇüþ¶ýþ¶ý$ÿ¦þ$ÿ¦þúÿòÿúÿòÿÁ&Á&vava+W+Wµ,µ,ê˜ê˜ÙtÙtoáoáÝÝÀÀA‰A‰ŽÿfÿŽÿfÿþþ{þþþ{þÍþþÍþþõþaþõþaþÿlÿÿlÿS‚S‚jjpìpìQQú4ú43È3Ȩ²¨²¸¹¸¹¸…¸…‰°‰°iÿ0ÿiÿ0ÿþûýþûýþýþýþýÎüþýÎü]þVý]þVýÿhþÿhþ¨ÿzÿ¨ÿzÿZ‚Z‚éVéVó€ó€³³^¢^¢ãÿ×ÿãÿ×ÿhÿÿhÿÿòþQþòþQþ–þ½ý–þ½ý€þ­ý€þ­ý„þ©ý„þ©ýþÈýþÈý¶þêý¶þêý¯þçý¯þçýžþÊýžþÊýuþ‹ýuþ‹ýYþQýYþQýHþ<ýHþ<ýAþ6ýAþ6ýbþlýbþlý“þÂý“þÂýðþPþðþPþOÿÝþOÿÝþ¾ÿ˜ÿ¾ÿ˜ÿ11b¬b¬› › æwæwÇÇHHdCdCucuc\3\3··± ± ?d?dÑÿºÿÑÿºÿˆÿ@ÿˆÿ@ÿ~ÿ/ÿ~ÿ/ÿ§ÿoÿ§ÿoÿ.J.JÎIÎI|c|c#W#W¢%¢%Þ•Þ•ÃfÃfiÞiÞŸ±Ÿ±ôzôzRÿÆþRÿÆþ®þºý®þºý^þuý^þuýwþ™ýwþ™ýÃþþÃþþ1ÿ¨þ1ÿ¨þÿ0ÿÿ0ÿÈÿ¡ÿÈÿ¡ÿèÿÒÿèÿÒÿÒÿ®ÿÒÿ®ÿ ÿfÿ ÿfÿhÿÿhÿÿ ÿyþ ÿyþµþãýµþãýsþqýsþqýSþ^ýSþ^ýþ¥ýþ¥ýÞþ*þÞþ*þ8ÿÃþ8ÿÃþ„ÿDÿ„ÿDÿÃÿŸÿÃÿŸÿÇÿšÿÇÿšÿ{ÿ3ÿ{ÿ3ÿ?ÿ¨þ?ÿ¨þÏþþÏþþeþvýeþvýþ ýþ ýþýþýMþTýMþTý¯þçý¯þçýCÿÞþCÿÞþ÷ÿûÿ÷ÿûÿ‰â‰âýšýšW)W)š”š”š¡š¡ƒkƒkJJ––º(º(yÊyÊrºrºšöšöèzèzCùCù§§ññKKXXEEÙøÙøŸŸY+Y+ÒÒò’ò’ÝwÝwèkèkí{í{í‚í‚ééâzâz¸.¸.ƒØƒØ5J5JôÿÕÿôÿÕÿŸÿeÿŸÿeÿ[ÿüþ[ÿüþ&ÿªþ&ÿªþÿŒþÿŒþÿ‰þÿ‰þÿŒþÿŒþ ÿ”þ ÿ”þöþ@þöþ@þ¸þþ¸þþŠþŸýŠþŸýjþXýjþXýVþTýVþTýŒþ§ýŒþ§ýãþ5þãþ5þPÿèþPÿèþËÿ°ÿËÿ°ÿ/S/S¶¶^“^“}ÿ&ÿ}ÿ&ÿáþ:þáþ:þPþ3ýPþ3ýÍýhüÍýhü|ýùû|ýùû„ýü„ýüºýQüºýQü2þý2þý®þÃý®þÃý:ÿ½þ:ÿ½þ¾ÿ«ÿ¾ÿ«ÿ:m:mm¬m¬d¦d¦;V;VþÿþÿÎÿ¶ÿÎÿ¶ÿŸÿ|ÿŸÿ|ÿºÿŽÿºÿŽÿäÿ×ÿäÿ×ÿ(E(E~Í~ÍÁ8Á8ôŠôŠÆÆŸŸËFËF‹â‹âTT&4&4** ! !**$@$@+P+P0[0[3b3bDfDfPgPgHfHf0S0SKrKro¹o¹šÿšÿÚSÚS ± ±,æ,æ2Ù2Ù——¶¶5e5eËÿ¹ÿËÿ¹ÿŸÿiÿuÿÿRÿÜþ1ÿžþ&ÿþÿþNÿáþNÿáþ²ÿpÿ²ÿpÿv¶£ôÐ3âbõ“ñ†ïzïzÖ_Ö_ž ž ~Í^()()ûÿúÿûÿúÿæÿäÿæÿäÿ""`ž`ž››Bè„„"é"éL#L#8ù8ùµµâtÂ4žóz³S|-GýÿîÿýÿîÿæÿåÿæÿåÿZ”™îØH š;í`+†k†kŒŒJJÖIÖI::SÿùþSÿùþ¯þÛý¯þÛý/þûü/þûüàýüàýüèý üèý üBþýBþý¨þîý¨þîýÿ¤þÿ¤þmÿ"ÿmÿ"ÿ¨ÿsÿ¨ÿsÿ©ÿcÿ©ÿcÿkÿ ÿkÿ ÿÿˆþÿˆþ¯þÕý¯þÕýBþ ýBþ ýðý˜üðý˜üµý7üµý7üŽýüŽýü˜ýü˜ýü¹ýEü¹ýEüÜýüÜýüþØüþØü'þý'þýMþGýMþGýrþoýrþoývþyývþyýþ‹ýþ‹ýŒþ£ýŒþ£ý¼þïý¼þïýÿeþÿeþYÿëþYÿëþÿlÿÿlÿõÿ÷ÿõÿ÷ÿ<h<hHmTrMuFx7c)Oðÿàÿðÿàÿ±ÿ†ÿ±ÿ†ÿÿ>ÿÿ>ÿˆÿJÿ´ÿŒÿáÿÎÿ,[Š·¬¬ÚâÚ⊊֠"'Y‰ì•å›Þ\‰\‰ùÕùÕ\á\áÓ °Ìއ~oŸ¬Ÿ¬ÐîÐî00XXXXÙÙ•£•£WHWH_4_4sSsSŸ¦Ÿ¦ìì"|"|55ûIûIŠwŠw±*±*Õÿ¼ÿÕÿ¼ÿÿþCþÿþCþ6þôü6þôü™ýðû™ýðûkýÏûkýÏû£ý0ü£ý0ü þîü þîü“þ¿ý“þ¿ý@ÿ½þ@ÿ½þœÿnÿœÿnÿ¸ÿˆÿ¸ÿˆÿÿYÿÿYÿ#ÿ{þ#ÿ{þ¢þÌý¢þÌýòý¡üòý¡üký»ûký»ûôüûôüûÒüÁúÒüÁúãüÚúãüÚú ý@û ý@ûZýÀûZýÀû£ý9ü£ý9üþ¿üþ¿ü`þJý`þJý®þÅý®þÅýÈþúýâþ1þùþOþÿoþÿŠþ)ÿ§þPÿÙþPÿÙþ‚ÿ6ÿ‚ÿ6ÿ¬ÿ„ÿ¬ÿ„ÿÏÿÅÿÝÿ×ÿìÿêÿ÷ÿñÿøÿûÿõÿõÿóÿõÿóÿéÿßÿéÿßÿßÿÏÿßÿÏÿçÿÒÿçÿÒÿýÿõÿýÿõÿ.Q.QuÀuÀÜlÜl< < µÏµÏvvQËQË< < üNüNžªžªÏÏœÿœÿ2R2RÛÿÄÿÛÿÄÿ¤ÿaÿ¤ÿaÿ¨ÿcÿ¨ÿcÿÜÿËÿÜÿËÿ&=&=ææø™ø™d8d8¶Ò¶Òñ3ñ3 E EÔÔhThTènèn,G,G`ÿÞþ`ÿÞþþ½ýþ½ýìýüìýüoýÀûoýÀûcý­ûcý­û®ýü®ýü6þý6þý ÿaþ ÿaþöÿÌÿöÿÌÿÏkÏk|“|“ÆýÆý¦³¦³4è4èrÆrÆšÿKÿšÿKÿÓþþÓþþ6þý6þýöýüöýüþâüþâüeþ3ýeþ3ýÿzþÿzþ©ÿ‰ÿ©ÿ‰ÿu­u­——tNtNxwxwb6b6ÑÑÕTÕT°Œém»NŽ<g*A,@,@,P,P;[;[Fb9T-F!2ôÿíÿôÿíÿ×ÿÅÿ×ÿÅÿÐÿµÿÐÿµÿÍÿ¶ÿËÿ¹ÿÐÿºÿ×ÿ½ÿãÿÖÿñÿñÿ++3Y3YIŒIŒY“VŒT†QNyBj7\7\#C#C"-"- * *ýÿöÿýÿöÿÐÿ›ÿÐÿ›ÿ|ÿ"ÿ|ÿ"ÿÿƒþÿƒþ¼þáý¼þáýuþeýuþeýAþýAþý=þ(ý=þ(ý€þŠý€þŠýõþ;þõþ;þzÿÿzÿÿ  ‹î‹îó¤ó¤#Ñ#ÑÎÎÕTÕT]ˆ]ˆçÿÃÿçÿÃÿvÿ#ÿvÿ#ÿÿþÿþÿhþÿhþ(ÿ•þ(ÿ•þgÿÿgÿÿÌÿºÿÌÿºÿ>n>n™þ™þàoàoÅÅÃÃþ§þ§àgàg¤¤pÌpÌd—d—xÉxɦ¦èyèyããN1N1CC¾¾ž ž 7Y7YÂÿ’ÿÂÿ’ÿcÿòþcÿòþÿtþÿtþîþ5þîþ5þÿXþÿXþ2ÿ­þ2ÿ­þ}ÿ9ÿ}ÿ9ÿËÿÀÿËÿÀÿ . .>f>fFaFa++çÿÎÿçÿÎÿÿCÿÿCÿEÿÂþEÿÂþíþ+þíþ+þ©þ·ý©þ·ýwþaýwþaýtþeýtþeý§þÑý§þÑýõþOþõþOþHÿ¼þHÿ¼þŽÿ0ÿŽÿ0ÿÈÿ‘ÿÈÿ‘ÿØÿ®ÿØÿ®ÿÕÿ¶ÿÕÿ¶ÿÃÿÿÃÿÿ¥ÿ]ÿ¥ÿ]ÿ~ÿ(ÿ~ÿ(ÿ`ÿÿ`ÿÿZÿóþZÿóþwÿÿwÿÿ ÿ`ÿ ÿ`ÿâÿÉÿâÿÉÿ(?(?`­`­œœÊTÊTÜpÜp×a×a¿/¿/˜˜u×u×fÁfÁx¼x¼”õ”õ¨¨ÅMÅMÉ=É=© © |¾|¾ElEl''!>!>HH†÷†÷æyæyP1P1 ½ ½ºÛºÛ˜¨˜¨66¨4¨4!C!C¢ÿbÿ¢ÿbÿ<ÿ­þ<ÿ­þìþ5þìþ5þïþ&þïþ&þÿyþÿyþdÿöþdÿöþÑÿ¤ÿÑÿ¤ÿ*F*FÙÙÅMÅMÙVÙVÅ>Å>qÍqÍ*S*SïÿîÿïÿîÿÏÿ°ÿÏÿ°ÿÅÿ ÿÅÿ ÿÝÿÔÿÝÿÔÿþÿþÿ115Y5Y6X6X%%ÙÿºÿÙÿºÿ˜ÿ>ÿ˜ÿ>ÿTÿÜþTÿÜþÿþÿþÿhþÿhþÿ}þÿ}þ7ÿ´þ7ÿ´þTÿåþTÿåþnÿÿnÿÿ…ÿ8ÿ…ÿ8ÿ™ÿJÿ™ÿJÿŠÿ;ÿŠÿ;ÿ_ÿñþ_ÿñþ>ÿ¹þ>ÿ¹þÿnþÿnþéþ'þéþ'þèþ4þèþ4þ ÿkþ ÿkþ;ÿÀþ;ÿÀþ…ÿ:ÿ…ÿ:ÿÓÿ°ÿÓÿ°ÿ&/&/Èÿ˜ÿÈÿ˜ÿXÿèþXÿèþìþ)þìþ)þ˜þ•ý˜þ•ýYþ:ýYþ:ý\þPý\þPý•þ¢ý•þ¢ýÿfþÿfþ|ÿ1ÿ|ÿ1ÿþÿûÿþÿûÿgŸgŸªª½)½)©©vÀvÀ:b:bßÿµÿßÿµÿÎÿ¶ÿÎÿ¶ÿ;m;múúêŠêŠ$ø$øN9N9J$J$ÑÑÎSÎS”ç”çb‹b‹7N7N3[3[n°n°ÂJÂJ6õ6õÑÑÿSÿS¼ø¼ø^B^Bðzðz`…`…Óÿ»ÿÓÿ»ÿaÿùþaÿùþJÿÇþJÿÇþbÿÿbÿÿÌÿžÿÌÿžÿ=_=_—ú—úÝtÝtÑѶ¶Û]Û]ƒÛƒÛ??²ÿƒÿ²ÿƒÿ_ÿÛþ_ÿÛþÿ‡þÿ‡þ ÿhþ ÿhþÿuþÿuþ(ÿ¥þ(ÿ¥þ>ÿÑþ>ÿÑþRÿéþRÿéþdÿÿdÿÿeÿöþeÿöþhÿòþhÿòþlÿòþlÿòþqÿöþqÿöþwÿ-ÿwÿ-ÿ®ÿlÿ®ÿlÿëÿáÿëÿáÿ@@CŒCŒa·a·W—W—ÍÿµÿÍÿµÿ|ÿ/ÿ|ÿ/ÿÿ€þÿ€þÑþ÷ýÑþ÷ý¨þ±ý¨þ±ý¼þáý¼þáýÿpþÿpþlÿÿlÿÿüÿüÿ…Ë…Ëòò6 6 88ô™ô™’ ’ MMŸÿXÿŸÿXÿ9ÿ­þ9ÿ­þ ÿlþ ÿlþÿyþÿyþRÿÞþRÿÞþ†ÿ4ÿ†ÿ4ÿ²ÿ}ÿ²ÿ}ÿÖÿºÿÖÿºÿãÿÈÿãÿÈÿÎÿ¤ÿÎÿ¤ÿ­ÿhÿ­ÿhÿ“ÿIÿ“ÿIÿ¯ÿrÿ¯ÿrÿçÿÎÿçÿÎÿ$L$LuÑuÑÄYÄYñ’ñ’ázáz""‰ÿ&ÿ‰ÿ&ÿûþ\þûþ\þ›þ¾ý›þ¾ý‚þvý‚þvý³þØý³þØý?ÿ”þ?ÿ”þÑÿ¶ÿÑÿ¶ÿ|É|ÉÈÈppޡޡpypy¶¶‰ã‰ã  «ÿ]ÿ«ÿ]ÿlÿðþlÿðþ{ÿ"ÿ{ÿ"ÿœÿNÿœÿNÿÚÿÀÿÚÿÀÿ,?,?}Ã}üE¼Eü©ü©,ó,ó>>'ê'êÿ«ÿ«ÚqÚq¸,¸,‰ß‰ßPŒPŒ F Føÿüÿøÿüÿ×ÿ¿ÿ×ÿ¿ÿ¼ÿžÿ¼ÿžÿ·ÿ”ÿ·ÿ”ÿÄÿÿÄÿÿïÿåÿïÿåÿ>o>op¾p¾– – ÂEÂEÂ?Â?žž^ž^ž’ÿLÿ’ÿLÿ3ÿ¶þ3ÿ¶þéþ0þéþ0þ±þÊý±þÊýˆþýˆþýœþ¨ýœþ¨ý±þØý±þØý÷þKþ÷þKþDÿÃþDÿÃþ¥ÿ\ÿ¥ÿ\ÿ  R—R—ŸŸÛŠÛб±ØyØy”ú”ú66ŒÿGÿŒÿGÿéþ+þéþ+þXþ0ýXþ0ýèýoüèýoü¥ý ü¥ý üÇý3üÇý3üþ«üþ«üÂþÙýÂþÙýÿÿÿÿLL»»“©“©ÁÁ¦É¦É4 4 œøœøîÿÖÿîÿÖÿKÿÏþKÿÏþÉþþýÉþþýtþ\ýtþ\ýuþgýuþgý¡þ§ý¡þ§ýÿ\þÿ\þ~ÿÿ~ÿÿìÿÓÿìÿÓÿE†E†ŒŒ³0³0¿A¿A¥¥ûûwÊwÊcŸcŸAiAi$K$K11ìÿØÿìÿØÿÌÿ¢ÿÌÿ¢ÿ²ÿwÿ²ÿwÿžÿVÿžÿVÿŸÿ]ÿŸÿ]ÿÁÿ•ÿÁÿ•ÿÝÿÄÿÝÿÄÿ  3T3TXŽXŽtºtºˆÚˆÚ†Ð†Ð‚Ä‚Ä|Ç|ÇuÆuÆ®.®.ÆMÆMÆPÆP’í’í5X5X¸ÿ‰ÿ¸ÿ‰ÿCÿÉþCÿÉþÖþþÖþþ‚þ€ý‚þ€ýƒþrýƒþrýÂþÜýÂþÜý-ÿzþ-ÿzþÇÿ¨ÿÇÿ¨ÿ~Ö~ÖÈÈ¢±¢±òcòcûZûZšÊšÊD%D%Á6Á6:R:RËÿ—ÿËÿ—ÿqÿÿqÿÿÿÿÿÿŒÿJÿŒÿJÿøÿõÿøÿõÿO€O€” ” É{É{ðžðžì“é‰Óa¿;£‰æJmJmùÿõÿùÿõÿ 59`Nd£tÄ…ç…çúú^¥^¥Žÿ>ÿŽÿ>ÿÿjþÿjþ²þÄý²þÄýHþýHþýþ¤üþ¤ü þ¦ü þ¨üþÇü5þæüYþ-ý~þtýßþþßþþRÿÙþRÿÙþ²ÿtÿ²ÿtÿáÿÄÿÛÿ¼ÿ×ÿµÿÂÿ•ÿ¯ÿwÿ†ÿ2ÿ_ÿîþ_ÿîþÿhþÿhþ³þ¼ý³þ¼ý\þ%ý\þ%ýþÆüþÆüþÅüþÅüFþ ýFþ ýžþ¢ýžþ¢ýûþAþûþAþZÿáþZÿáþ©ÿgÿ©ÿgÿêÿèÿêÿèÿ119[9[=[=[/9/9  úÿçÿúÿçÿæÿÉÿæÿÉÿÖÿÁÿÖÿÁÿùÿûÿùÿûÿ5c5ctÆtƵCµCö³ö³66e_e_u€u€lplp_Y_Y>,>,þþ//8)8)JEJESRSRUSUSQ:Q:(ì(ì´´ïŸïŸû§û§ÖÖ,,>1>1GLGLYXYX22í¢í¢ææ'.'.­ÿÿ­ÿÿKÿÝþKÿÝþÿþÿþ ÿ\þ ÿ\þ!ÿtþ!ÿtþEÿ½þEÿ½þuÿÿuÿÿžÿnÿžÿnÿÐÿ²ÿÐÿ²ÿùÿêÿùÿêÿúÿçÿúÿçÿÊÿ”ÿÊÿ”ÿ“ÿ9ÿ“ÿ9ÿHÿÆþHÿÆþ ÿZþ ÿZþàþþàþþÏþíýÏþíýÕþÿýÕþÿýîþ%þîþ%þÿ[þÿ[þÿþÿþCÿ»þCÿ»þdÿåþdÿåþqÿûþqÿûþmÿÿmÿÿlÿøþlÿøþmÿõþmÿõþpÿÿpÿÿ„ÿ'ÿ„ÿ'ÿ–ÿUÿ–ÿUÿ¦ÿ}ÿ¦ÿ}ÿ´ÿÿ´ÿÿ°ÿrÿ°ÿrÿžÿIÿžÿIÿ€ÿ*ÿ€ÿ*ÿiÿôþiÿôþXÿÌþXÿÌþ<ÿ°þ<ÿ°þ8ÿžþ8ÿžþGÿÔþGÿÔþ†ÿ*ÿ†ÿ*ÿÛÿ·ÿÛÿ·ÿ0R0R””»»WKWKvvvvYCYCü¸ü¸†ò†òñÿÚÿñÿÚÿXÿ÷þXÿ÷þÞþþÞþþþ^ýþ^ýgþGýgþGý™þyý™þyýÚþþÚþþhÿôþhÿôþÝÿÊÿÝÿÊÿTTƒé³CàˆÏ!ë5 ßß؃؃ŠðŠð(éÿÖÿ»ÿ„ÿÿ/ÿ`ÿÚþ<ÿ—þÿTþÿTþÿ=þÿ=þÿcþÿcþSÿÊþSÿÊþªÿ[ÿªÿ[ÿi°i°»7»7úŸúŸ Í Í»»ö•ö•ÙoÙo¾:¾:¥ ¥ ™Žþ‹÷‰ð…è‚àzßzßÚÚ„Ò„ÒtÈlÂe¼mÅwÏ„ì“ “ ÇgÇgî¬î¬Ìí'78 :&ççö™ö™§ § T‰1J òÿÙÿÖÿ¦ÿ¿ÿ}ÿ¨ÿTÿ¨ÿTÿ„ÿ4ÿ„ÿ4ÿˆÿ=ÿˆÿ=ÿÿWÿÿWÿ¯ÿnÿ¯ÿnÿ¾ÿ’ÿ¾ÿ’ÿËÿ°ÿËÿ°ÿÖÿ¹ÿÖÿ¹ÿßÿ±ÿßÿ±ÿÆÿ›ÿÆÿ›ÿ²ÿŠÿ²ÿŠÿ²ÿ~ÿ²ÿ~ÿ³ÿfÿ³ÿfÿ¥ÿTÿ¥ÿTÿ›ÿHÿ›ÿHÿtÿÿtÿÿFÿ¸þFÿ¸þÿdþÿdþÝþöýÝþöý¥þ”ý¥þ”ý|þNý|þNý`þý`þý_þ4ý_þ4ý¤þý¤þýôþþôþþJÿ¹þJÿ¹þ’ÿLÿ’ÿLÿÞÿÆÿÞÿÆÿ**#>#>  óÿòÿóÿòÿÊÿ”ÿÊÿ”ÿ‰ÿ6ÿ‰ÿ6ÿVÿØþVÿØþ/ÿšþ/ÿšþ2ÿœþ2ÿœþWÿ×þWÿ×þ‡ÿ4ÿ‡ÿ4ÿ¿ÿ‘ÿ¿ÿ‘ÿýÿþÿýÿþÿ?k?ksØsØ››¹2¹2»@¾O¾M¿L½J¼I¶6¶6®#®#¤0¤0¹=¿CÇJÂP¿W¹MµDµDª!ª!ŽþŽþÜu»a™Nx=^-E!2!2<< Y!W"V"L#C"9#0#0  óÿÚÿóÿÚÿÚÿ§ÿÚÿ§ÿÆÿtÿÆÿtÿ¶ÿaÿ¶ÿaÿªÿNÿªÿNÿ¡ÿ;ÿ¡ÿ;ÿ›ÿHÿ›ÿHÿ§ÿeÿ§ÿeÿ²ÿ‚ÿ²ÿ‚ÿ¼ÿÿ¼ÿÿÕÿ¬ÿÕÿ¬ÿéÿÙÿéÿÙÿùÿùÿÿÿ# ! ÷ÿíÿâÿºÿâÿºÿÁÿ‡ÿÁÿ‡ÿ—ÿ4ÿ—ÿ4ÿfÿáþ[ÿÏþPÿ¾þPÿÌþPÿÛþaÿòþrÿ ÿrÿ ÿ¯ÿnÿ¯ÿnÿñÿñÿñÿñÿ26tY­}ç  ÄZêêååÍjÍjÍjÍjÍjÍjÍjd¨üÿçÿüÿçÿåÿÑÿåÿÑÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿ,MŸMŸcÑcÑsÃsÃ^¢T‘KBp:`2O+?+?,,;;JJ))ýÿøÿýÿøÿãÿ·ÿãÿ·ÿ®ÿfÿ®ÿfÿ„ÿÿ„ÿÿcÿÔþcÿÔþJÿÃþJÿÃþHÿÂþHÿÂþYÿÑþYÿÑþyÿÿyÿÿ¥ÿ_ÿ¥ÿ_ÿÊÿ®ÿÊÿ®ÿèÿýÿèÿýÿ,,0K0K9Z9Z?Y?Y2X2X&W&WVV55óÿóÿÙÿÂÿÙÿÂÿ¹ÿ‘ÿ¹ÿ‘ÿ ÿ`ÿ ÿ`ÿÿ?ÿÿ?ÿÿ.ÿÿ.ÿ¢ÿ]ÿ¢ÿ]ÿÂÿŒÿÂÿŒÿìÿîÿìÿîÿPPV¢V¢‚ä‚ä“ö“öŽøŽøgºgº5i5i  Øÿ¥ÿØÿ¥ÿŸÿCÿŸÿCÿ‚ÿ!ÿ‚ÿ!ÿ|ÿ%ÿ|ÿ%ÿ™ÿKÿ™ÿKÿÂÿ‘ÿÂÿ‘ÿäÿ×ÿäÿ×ÿ33'9'9ôÿõÿôÿõÿÚÿ«ÿÚÿ«ÿ¥ÿaÿ¥ÿaÿ{ÿ'ÿ{ÿ'ÿzÿÿzÿÿ‹ÿ3ÿ‹ÿ3ÿªÿyÿªÿyÿÔÿ¿ÿÔÿ¿ÿöÿöÿ!K!KCaCa=g=g'='=óÿóÿ×ÿ©ÿ×ÿ©ÿ³ÿoÿ³ÿoÿ–ÿUÿ–ÿUÿ ÿKÿ ÿKÿ©ÿqÿ©ÿqÿÑÿ·ÿÑÿ·ÿ  9c9cd¹d¹……55®+®+™™u·u·EmEm##úÿéÿúÿéÿîÿßÿîÿßÿäÿåÿäÿåÿ  ,a,aU§U§„í„í¨¨¢¢ŠÿŠÿtÕtÕP‹P‹1A1A÷ÿ÷ÿäÿÍÿäÿÍÿØÿ³ÿØÿ³ÿÞÿÉÿÞÿÉÿãÿßÿãÿßÿ÷ÿõÿ÷ÿõÿ  !!    óÿóÿìÿÉÿìÿÉÿÛÿŸÿÛÿŸÿ½ÿuÿ½ÿuÿ¥ÿKÿ¥ÿKÿ’ÿAÿ’ÿAÿ”ÿGÿ”ÿGÿ§ÿmÿ§ÿmÿ·ÿ“ÿ·ÿ“ÿÅÿ™ÿÅÿ™ÿÑÿŸÿÑÿŸÿËÿ•ÿËÿ•ÿÆÿ‹ÿÆÿ‹ÿÂÿÿÂÿÿ¿ÿ—ÿ¿ÿ—ÿÝÿ½ÿÝÿ½ÿõÿóÿõÿóÿ99DDfÅfÅ€û€û“ñ“ñ€ç€ç^ª^ª@m@m&0&0óÿóÿáÿÆÿáÿÆÿØÿ¹ÿØÿ¹ÿáÿÌÿáÿÌÿøÿÿÿøÿÿÿ*R*RQ¥Q¥øø¢;¢;»N»N¼A¼A™™zÇzÇNzNzíÿðÿíÿðÿÙÿÃÿÙÿÃÿÙÿÆÿÙÿÆÿÙÿÉÿÙÿÉÿÙÿ¼ÿÙÿ¼ÿÙÿ¯ÿÙÿ¯ÿÉÿ¢ÿÉÿ¢ÿ¬ÿeÿ¬ÿeÿ•ÿ(ÿ•ÿ(ÿsÿëþsÿëþYÿÞþYÿÞþVÿÑþVÿÑþfÿäþfÿäþuÿÿuÿÿƒÿ*ÿƒÿ*ÿÿ=ÿÿ=ÿœÿ@ÿœÿ@ÿ‡ÿ3ÿ‡ÿ3ÿwÿöþwÿöþLÿ¹þLÿ¹þ+ÿlþ+ÿlþÿ/þÿ/þæþþæþþòþþòþþÿNþÿNþJÿ©þJÿ©þ|ÿ$ÿ|ÿ$ÿ¶ÿŸÿ¶ÿŸÿöÿúÿöÿúÿ%%&@&@++åÿÑÿåÿÑÿÈÿ¬ÿÈÿ¬ÿÁÿ—ÿÁÿ—ÿÜÿ²ÿÜÿ²ÿòÿýÿòÿýÿHHO“O“}î}î°I°IÖtÖtñŸñŸÊÊ å åððûû))/'/'/2/2*-*-!!ããæžæž¼Y¼Y––tßtßfÊfÊiÅiÅyàyà„û„ûŠŠœ!œ!˜˜‚ׂ×NN´ÿ{ÿ´ÿ{ÿeÿáþeÿáþÿGþÿGþÛþíýÛþíý¾þ¹ý¾þ¹ý»þ¸ý»þ¸ýÍþ×ýÍþ×ýðþþðþþ ÿeþ ÿeþJÿ´þJÿ´þnÿÿnÿÿ}ÿÿ}ÿÿ{ÿÿ{ÿÿkÿ×þkÿ×þ@ÿ þ@ÿ þÿYþÿYþÜþòýÜþòý¶þ›ý¶þ›ýœþtýœþtýŒþ]ýŒþ]ý”þfý”þfý°þ¯ý°þ¯ýÜþøýÜþøýÿRþÿRþEÿ¼þEÿ¼þÿ&ÿÿ&ÿ¼ÿÿ¼ÿÿáÿÊÿáÿÊÿÿÿôÿÿÿôÿþÿþÿ  ÷ÿüÿ÷ÿüÿïÿöÿïÿöÿ::;t;tc®c®èè—"—"¦L¦L¿f¿fÐpÐpÚzÚzÞ„Þ„ÝŽÝŽè¨è¨í²í²í¬í¬é¦é¦â â ØzØz¬4¬4…î…îc¨c¨E‚E‚;l;l1f1f(`(` J J44  öÿâÿöÿâÿäÿ¼ÿäÿ¼ÿÕÿ¶ÿÕÿ¶ÿÙÿ°ÿÙÿ°ÿìÿÚÿìÿÚÿûÿûÿ÷ÿòÿ÷ÿòÿÒÿ¬ÿÒÿ¬ÿ¤ÿFÿ¤ÿFÿ`ÿÐþ`ÿÐþÿZþÿZþæþþæþþÏþîýÏþîýáþþýáþþýÿcþÿcþQÿÈþQÿÈþ¥ÿ]ÿ¥ÿ]ÿêÿòÿêÿòÿ"?"?NŒNŒP‘P‘PP.M.M  ÜÿÅÿÜÿÅÿÎÿ¡ÿÎÿ¡ÿÓÿ­ÿÓÿ­ÿ×ÿ¹ÿ×ÿ¹ÿêÿåÿêÿåÿ11>}>}[¹[¹õõ!!¡¡¡¡ŽõŽõ|Ñ|Ñk­k­[™[™L…L…>q>qAmAmByByA…A…?q?q<]<](9(9ìÿñÿìÿñÿÖÿÍÿÖÿÍÿÔÿ¹ÿÔÿ¹ÿÓÿµÿÓÿµÿÒÿ±ÿÒÿ±ÿÑÿ½ÿÑÿ½ÿàÿÉÿàÿÉÿÜÿµÿÜÿµÿÉÿ‘ÿÉÿ‘ÿºÿmÿºÿmÿ®ÿIÿ®ÿIÿ•ÿ5ÿ•ÿ5ÿ‚ÿ!ÿ‚ÿ!ÿtÿ ÿtÿ ÿjÿùþjÿùþdÿõþdÿõþaÿñþaÿñþqÿýþqÿýþ€ÿÿ€ÿÿŽÿ5ÿŽÿ5ÿ›ÿaÿ›ÿaÿ·ÿÿ·ÿÿÎÿ©ÿÎÿ©ÿáÿÅÿáÿÅÿàÿÁÿàÿÁÿßÿ½ÿßÿ½ÿÎÿ©ÿÎÿ©ÿÀÿ…ÿÀÿ…ÿµÿaÿµÿaÿ­ÿMÿ­ÿMÿ—ÿ9ÿ—ÿ9ÿ–ÿEÿ–ÿEÿ¦ÿqÿ¦ÿqÿÔÿ½ÿÔÿ½ÿ 5u5ugágᎎ«9«9¯5¯5ŸŸÝÝS‰S‰-5-5     EE>q>qW­W­yéyé’’””“ý“ýééyÕyÕeÁeÁS­S­S™S™Q¥Q¥^±^±WWOyOy7U7U!!óÿíÿóÿíÿÚÿ¹ÿÚÿ¹ÿÆÿ•ÿÆÿ•ÿ¶ÿÿ¶ÿÿºÿÿºÿÿ¾ÿ™ÿ¾ÿ™ÿÂÿ¥ÿÂÿ¥ÿÖÿÁÿÖÿÁÿæÿÝÿæÿÝÿóÿùÿóÿùÿýÿýÿ ÿÿ ÿÿ õÿõÿõÿõÿíÿáÿíÿáÿæÿÍÿæÿÍÿàÿ¹ÿàÿ¹ÿÛÿ¥ÿÛÿ¥ÿÇÿ‘ÿÇÿ‘ÿ·ÿmÿ·ÿmÿ«ÿIÿ«ÿIÿ¢ÿ5ÿ¢ÿ5ÿœÿ!ÿœÿ!ÿ˜ÿMÿ˜ÿMÿ¦ÿyÿ¦ÿyÿÒÿ¥ÿÒÿ¥ÿöÿñÿöÿñÿ==*i*i<u<u9a9a%M%M  éÿÅÿéÿÅÿÃÿÿÃÿÿ¥ÿ]ÿ¥ÿ]ÿžÿIÿžÿIÿ©ÿeÿ©ÿeÿ³ÿÿ³ÿÿÜÿ½ÿÜÿ½ÿýÿùÿýÿùÿ55+a+a:}:}EyEy<u<u#A#A  üÿÙÿüÿÙÿÝÿµÿÝÿµÿÔÿ¡ÿÔÿ¡ÿÍÿ­ÿÍÿ­ÿØÿ¹ÿØÿ¹ÿáÿÕÿáÿÕÿøÿñÿøÿñÿ íÿíÿðÿÉÿðÿÉÿáÿµÿáÿµÿÕÿ±ÿÕÿ±ÿËÿ­ÿËÿ­ÿÓÿ¹ÿÓÿ¹ÿÚÿÅÿÚÿÅÿàÿÑÿàÿÑÿåÿÝÿåÿÝÿéÿéÿéÿéÿìÿõÿìÿõÿîÿñÿîÿñÿïÿíÿïÿíÿ  !!  ÿÿõÿÿÿõÿùÿñÿùÿñÿôÿýÿôÿýÿ  !!==IIEEAA==II(U(U2Q2Q9M9M=I=I?U?U?a?a>}>}<‰<‰9u9u5a5a0M0M+I+I&E&E!1!1 úÿùÿúÿùÿëÿåÿëÿåÿïÿñÿïÿñÿòÿýÿòÿýÿôÿ ôÿ õÿõÿõÿñÿõÿñÿõÿÝÿõÿÝÿõÿéÿõÿéÿõÿõÿ)) 5 5$A$A--  ÷ÿáÿ÷ÿáÿßÿ­ÿßÿ­ÿÌÿ™ÿÌÿ™ÿ½ÿ…ÿ½ÿ…ÿ±ÿÿ±ÿÿ¸ÿÿ¸ÿÿÎÿ©ÿÎÿ©ÿàÿÅÿàÿÅÿïÿñÿïÿñÿ - -!I!I2U2U/a/a+M+M'9'9ñÿñÿôÿÍÿôÿÍÿèÿÙÿèÿÙÿîÿåÿîÿåÿóÿáÿóÿáÿ÷ÿÝÿ÷ÿÝÿúÿÙÿúÿÙÿüÿåÿüÿåÿýÿñÿýÿñÿýÿíÿýÿíÿíÿÉÿíÿÉÿàÿ¥ÿàÿ¥ÿÕÿ‘ÿÕÿ‘ÿÌÿÿÌÿÿÅÿ‰ÿÅÿ‰ÿÀÿ…ÿÀÿ…ÿ¼ÿÿ¼ÿÿ¹ÿ}ÿ¹ÿ}ÿ·ÿ‰ÿ·ÿ‰ÿ¶ÿ•ÿ¶ÿ•ÿÆÿ¡ÿÆÿ¡ÿÃÿÿÃÿÿÁÿyÿÁÿyÿÀÿeÿÀÿeÿÀÿaÿÀÿaÿÁÿmÿÁÿmÿÂÿyÿÂÿyÿÃÿ…ÿÃÿ…ÿÄÿ‘ÿÄÿ‘ÿÅÿ­ÿÅÿ­ÿÖÿÉÿÖÿÉÿäÿÕÿäÿÕÿïÿáÿïÿáÿøÿÝÿøÿÝÿïÿÙÿïÿÙÿçÿÕÿçÿÕÿàÿÑÿàÿÑÿêÿÝÿêÿÝÿòÿéÿòÿéÿAA&]&]?y?yR•R•`±`±iÍiÍnÉnÉpÅpÅoÁoÁlÍlÍgÙgÙqåqåwáwázÝzÝzÙzÙxÕxÕtátánínígÙgÙ_µ_µW‘W‘OmOm7Y7Y"E"E Q Q-]-]6Y6Y<U<U/Q/Q#M#Mþÿåÿþÿåÿèÿ±ÿèÿ±ÿÆÿ}ÿÆÿ}ÿ«ÿIÿ«ÿIÿ†ÿÿ†ÿÿyÿÿyÿÿpÿýþpÿýþzÿ ÿzÿ ÿ„ÿ%ÿ„ÿ%ÿŽÿAÿŽÿAÿ§ÿ]ÿ§ÿ]ÿ¼ÿyÿ¼ÿyÿ¾ÿ…ÿ¾ÿ…ÿÀÿÿÀÿÿ²ÿmÿ²ÿmÿ§ÿYÿ§ÿYÿŸÿEÿŸÿEÿŠÿ1ÿŠÿ1ÿzÿÿzÿÿÿ ÿÿ ÿ…ÿÿ…ÿÿ‹ÿ!ÿ‹ÿ!ÿ¡ÿMÿ¡ÿMÿ´ÿyÿ´ÿyÿÄÿ•ÿÄÿ•ÿÑÿ±ÿÑÿ±ÿÜÿÍÿÜÿÍÿõÿùÿõÿùÿ % %AA%]%].i.i4u4uHHWWa©a©gµgµZ±Z±NNC‰C‰9u9u/a/a&M&M.I.I3U3U6a6a7}7}V™V™mµmµmÑmÑk½k½W©W©E…E…5a5a--þÿùÿþÿùÿéÿÕÿéÿÕÿèÿÑÿèÿÑÿçÿÍÿçÿÍÿæÿÙÿæÿÙÿåÿåÿåÿåÿäÿáÿäÿáÿãÿÍÿãÿÍÿÒÿ©ÿÒÿ©ÿÄÿ…ÿÄÿ…ÿ¹ÿÿ¹ÿÿÁÿÿÁÿÿÈÿ™ÿÈÿ™ÿÎÿ¥ÿÎÿ¥ÿÓÿ±ÿÓÿ±ÿ×ÿÍÿ×ÿÍÿêÿéÿêÿéÿéÿÕÿéÿÕÿèÿÁÿèÿÁÿ×ÿ­ÿ×ÿ­ÿÉÿ™ÿÉÿ™ÿ¾ÿuÿ¾ÿuÿ¶ÿaÿ¶ÿaÿ°ÿ]ÿ°ÿ]ÿ¬ÿyÿ¬ÿyÿÊÿ•ÿÊÿ•ÿãÿ±ÿãÿ±ÿ÷ÿÝÿ÷ÿÝÿ  %%AA"-"-  øÿýÿøÿýÿðÿùÿðÿùÿùÿõÿùÿõÿñÿñÿýÿýÿ  % %AA(M(M1Y1Y7e7e;q;q=m=m=i=i,U,UAA--))%%  þÿýÿþÿýÿôÿéÿôÿéÿüÿõÿüÿõÿ    ! !==99%% ýÿ ýÿøÿéÿøÿéÿçÿÕÿçÿÕÿÙÿÁÿÙÿÁÿÎÿ­ÿÎÿ­ÿÅÿ™ÿÅÿ™ÿÎÿ¥ÿÎÿ¥ÿÖÿ±ÿÖÿ±ÿÝÿ½ÿÝÿ½ÿãÿÙÿãÿÙÿøÿõÿøÿõÿ ! !== Y Y'e'e<q<q<m<m;Y;Y)E)E!! ýÿ ýÿÿÿÙÿÿÿÙÿåÿÅÿåÿÅÿÐÿ±ÿÐÿ±ÿßÿÍÿßÿÍÿëÿéÿëÿéÿõÿõÿ11=]=]V‰V‰X¥X¥X¡X¡FF6i6i(E(E  õÿÝÿõÿÝÿâÿ©ÿâÿ©ÿÓÿ¥ÿÓÿ¥ÿÇÿ¡ÿÇÿ¡ÿÞÿ½ÿÞÿ½ÿñÿÙÿñÿÙÿõÿõÿüÿüÿøÿýÿøÿýÿôÿùÿôÿùÿðÿåÿðÿåÿíÿÑÿíÿÑÿêÿ½ÿêÿ½ÿçÿ¹ÿçÿ¹ÿäÿµÿäÿµÿÒÿ±ÿÒÿ±ÿÄÿ­ÿÄÿ­ÿÉÿ©ÿÉÿ©ÿÍÿ¥ÿÍÿ¥ÿÑÿ‘ÿÑÿ‘ÿÄÿ}ÿÄÿ}ÿºÿiÿºÿiÿ²ÿeÿ²ÿeÿ¬ÿaÿ¬ÿaÿ¨ÿ]ÿ¨ÿ]ÿ¦ÿYÿ¦ÿYÿµÿeÿµÿeÿÂÿ‘ÿÂÿ‘ÿÍÿ½ÿÍÿ½ÿæÿéÿæÿéÿúÿõÿúÿõÿ      þÿþÿúÿúÿ  %%11==IIEEAA==99&U&U/q/qEEU©U©`Å`ÅgágákÝkÝlÙlÙkÅkÅX±X±GG8i8i*E*EAA==995511==IIUUAA--  óÿåÿóÿåÿæÿÁÿæÿÁÿÛÿ­ÿÛÿ­ÿÒÿ™ÿÒÿ™ÿËÿ•ÿËÿ•ÿÆÿ¡ÿÆÿ¡ÿÒÿ­ÿÒÿ­ÿÜÿ¹ÿÜÿ¹ÿäÿµÿäÿµÿÚÿ±ÿÚÿ±ÿÒÿ­ÿÒÿ­ÿÌÿ™ÿÌÿ™ÿÇÿ…ÿÇÿ…ÿÃÿqÿÃÿqÿÀÿmÿÀÿmÿ¾ÿiÿ¾ÿiÿ­ÿeÿ­ÿeÿ ÿaÿ ÿaÿ¦ÿmÿ¦ÿmÿ¼ÿyÿ¼ÿyÿÎÿ…ÿÎÿ…ÿÝÿ¡ÿÝÿ¡ÿÙÿ­ÿÙÿ­ÿÖÿ¹ÿÖÿ¹ÿÔÿµÿÔÿµÿÓÿÁÿÓÿÁÿâÿÍÿâÿÍÿîÿÙÿîÿÙÿøÿåÿøÿåÿðÿáÿðÿáÿéÿÝÿéÿÝÿãÿÙÿãÿÙÿîÿåÿîÿåÿ÷ÿñÿ÷ÿñÿþÿíÿþÿíÿéÿéÿõÿõÿ   - -99*E*E#A#A==99EE$Q$Q(M(M*I*I*E*E)Q)Q'M'M$I$I!E!EAA==))%%!!-- 9 9 5 5!!  ýÿýÿ  ))%%!!  ))55íÿíÿëÿÉÿëÿÉÿãÿÅÿãÿÅÿÜÿÁÿÜÿÁÿÖÿ½ÿÖÿ½ÿÑÿ¹ÿÑÿ¹ÿÍÿµÿÍÿµÿÚÿÁÿÚÿÁÿåÿÍÿåÿÍÿîÿéÿîÿéÿõÿõÿúÿúÿþÿ þÿ   ñÿñÿïÿÞÿïÿÞÿëÿØÿëÿØÿìÿàÿìÿàÿíÿàÿíÿàÿîÿàÿîÿàÿïÿðÿïÿðÿðÿðÿðÿðÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿlibcdio-2.0.0/test/data/bad-mode1.toc0000644000175000017500000000021511114145233014160 00000000000000// $Id: bad-mode1.toc,v 1.1 2004/05/07 10:57:50 rocky Exp $ CD_DA TRACK MODE1_FORM45 // "MODE1_FORM45" is not a valid mode. SILENCE 10:0:0 libcdio-2.0.0/test/data/isofs-m1.bin0000644000175000017500000255324011114145233014065 00000000000000ÿÿÿÿÿÿÿÿÿÿÅh+÷õR5¸}õô—&ÐVA-.±H²DeÂæCECù8¬åkÊee¯æCÖÞ|œ6Æ=Á­ÿÿÿÿÿÿÿÿÿÿv½Ø…÷õšÚu’õôìg­A¿5—/¢¯eÙÂvæCg°Ž¸§âNê­ØÁuÿÿÿÿÿÿÿÿÿÿ‚…* ÷óõ›’~õ÷ôTA(&÷…Ü`ÉeÊÂCæC+ èÔz=ÁGÿÿÿÿÿÿÿÿÿÿàºh÷õ5=Ó¸õô&ÝiÐA -9ëtãD%ìevšæC³Eù³(bøêuÁŸÿÿÿÿÿÿÿÿÿÿ N Æ÷õýÒWõô]œ‘A›šgU„TìCe¯ÂìæC‘É$~¼Ç pG­Áêÿÿÿÿÿÿÿÿÿÿ1+š£÷ñõS}³øõöôbV)[AºT ý &eÂ5æC §ÖÚ‡!q\×åÁ2ÿÿÿÿÿÿÿÿÿÿK?íg÷ûõÝA*©õóô–~ÇÎAuÀØ#ÍŽe‰Â†æCõ¡N¬[ðôzÁŽÿÿÿÿÿÿÿÿÿÿ ÚZ}÷õsî‡õô©´úA9~¶½ Šhje5Â_æCD|Sê4J#Üd2ÁVÿÿÿÿÿÿÿÿÿÿÙJb²÷ëõvÞ¦Ëõûô¯”ÄyA¶ì¾ a•3eÂæCÔ^|?’Æ:§õôÁÿÿÿÿÿÿÿÿÿÿH/ò×÷õØq dõô^ù³A—çÍЈâÒÕ{e³ÂÈæCe0Ž›© B‹e¼ÁÙÿÿÿÿÿÿÿÿÿÿûBy÷õžÆ‹õôë„òAÅn\©…ÂÔej¾æCG¼SV=é)ÈdÁ¬ÿÿÿÿÿÿÿÿÿÿjäÒ÷éõ¾1k$õúôÔÕ¹8A$Π2…ú±eÖÂgæCöÒ¡òQ/X,ÁtÿÿÿÿÿÿÿÿÿÿžÜ ”÷õ¿y`¡õ ô!¥@5A³ÝÚ MI$´—eÅÂRæC“I$]²ÉÁFÿÿÿÿÿÿÿÿÿÿ¹°ñ÷íõÖÍõøôo}ÿA’ÖNåÊcRòey‹æC"'Öù‰ã}=ÁžÿÿÿÿÿÿÿÿÿÿCD001LINUX CDROM @@"g.ð MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING 2003042012291800ð2003042012291800ð00000000000000002003042012291800ð E)5…_©,Ü‚ŽÃHʼnõZ™\—qÖ…$tYîÃàî{îœYà{š¸“š}bÞ¶ïkJ}à†K»2ìÿ Nq8„=Öx¸Ü/TÎê Ö¾ìMJýZÍyšƒ]¾'ݵôð§Ø=EtKK« Ë3‹ö{šªî²/ª-ª¼²?ÛìÝÉO91–áTÄThO·±ìa¡hY\Laˉ:Žž|öÎî’GOñ$£*àqYè­é*< „ü]EöûÇnv°Õ9Ãr“ª*ð霖¶0”Mó¡¢ þßêB§hÒ`ÇáÒ š~ˆ‡Ô»˜BDËfh¤1 §¨µ3¡]l®ÿ‰ÞÜ#½ÞÂú ¥¸MafÿÿÿÿÿÿÿÿÿÿÿCD001£‘¸•÷õª‰x Õõø®Õ¢õ ôUÊ<äô[?m7Awâ2–3KGºÃqÆLŽ-Ët$æCÏwD¥›ªxOÖvµ`ä…"943ÿÿÿÿÿÿÿÿÿÿMKI Sun Apr 20 12:29:18 2003 mkisofs 1.15a22 -R -o cdimage.raw /tmp/cdio-test §dÏ÷õvr…Ëb­¿Ë~«\Ë× ËÕ×,×.,ÕÛË× " ½¹N©JD©ËÕ4Õ&µ××Ë6—Ë6JËB³N½µ±F4\µZËÁX½«ÁB³U¾šF©Xõô;9Ìë1ØÑë?Û.ëåëäååäãëåÐÒ'Ú%"ÚëääÔååëÅë%ë!×'ÐÔÖ#.Ô-ëî,ÐÛî!×5vÓ¯#Ú,ÿ0c÷³YLEOïLy€ïm¿ eÃ2Ëâ…aÛÕn:(•˜ÝÁ¾Ð[&ÐÁ+9O^u¦jþÄ3Dí ÔeÍtø^¿…\¤(C\¡Ûºr§öå<^iüÃHÎ,NuRÿÿÿÿÿÿÿÿÿÿDOCÈ_æ÷åõõõõx‰E6á7õüôô ôô<ÎÊ$¾ÑAô¼r„ÿÆ]˜êf’ñ]lƒeVÂNæC«ZÒ¡¶ ZrZ)˜©w{«ÁWÿÿÿÿÿÿÿÿÿÿ þ¡©÷Ëõþæõëôá_þOAGŸ6é’Üãªõõõõx‰£e\ õôô ôô<ÎÊÂFhËA˜šLi¤+ô[?ºrœ9Kº›„H¥}eÎÂûæC¬qøjÝ1–‰”³p„8HOuˆ½²·ÐÁÚÿÿÿÿÿÿÿÿÿÿ"Üj_b÷<õy¾á¦õô¥Ô¾ÄAô¶[ 8´…öe{ÂæC«ÔfÇÜBQÊeÁ¯ÿÿÿÿÿÿÿÿÿÿ#ˆg.ðSP¾ïRRPX$ýAAýËËËËTFg.ðg ðg.ðCEíífg.ðRRPX$ýAAýËËËËTFg.ðg ðg.ð|HFFHf'5ð COPYING.;1RR‰NM COPYINGPX$¤¤ËËËËTFf'5ðg ðg ðpg 5ðDOCRR‰NMdocPX$ýAAýËËËËTFg 5ðg ðg 5ðÔ¡± ˜[š?hâøöP¯s»÷ɃŒå‡ˆR¾ÜÉCëƒ09ÉõåõJý É´ª‡¥MåTÅëj&fÖ$~õëŸúpíù;*iQÄköÌá®:íQŠbÓr¿àû…P¡h߸‚”ÔÚéJýÑ×Åç%¶¯d€Ê7Åèõ²¯¬¿ü/™Í$Cús&<&ý½4i0;y&9ò±nñÀ ù:`‡jÜè¥vù­þb_xϹ,(·,­îôPl:ï\(´Ïé?¿ÊKÔz–—Öd®hUJ¼!”9j5~ñÐiÆÑÆ®eô•Á¥}áXˆ“•Ô]&÷Jç¢V ߨn’кy2¤Ó´3!4šo9´…!6ªV_&™ß>CMÿÿÿÿÿÿÿÿÿÿ$fg 5ðRRPX$ýAAýËËËËTFg 5ðg ðg 5ðfg.ðRRPX$ýAAýËËËËTFg.ðg ðg.ð€##ˆˆg 5ð README.TXT;1RR‰NMreadme.txtPX$´´ËËËËTFg 5ðg ðg 5ðÂúÜFU5k‚q> ¯Q5'£4qËÆrÄÏúCZ¾ÿ‰ É€Ÿl¬è²×b޼,òU¯&²;BV´¿ÃLÁE»gky€8Þù!£ïNÇn%ïÔ窠ô´)Í,)¢ ì˜!–ÞFS,×béX"»êRÛÏi˜Æ›±œ¬ª°Á4ˆ%™‘R&ÙD°ñØÜá ©Û°¬s¡N}”5Ç zÏá¶Å‚c¹K¡ýùü–³g@ÖéÝ÷û»E%vVülEºëäo™ô¬@Ä…Hp'˜Ú»3ÜÚ­/U­¾N4ñ¾…Ý)}Vˆ„ÿ,¯=p$ÀдoŒºšo*.ôKÏü‹ðMú%ÄÍ&Øíeàã“>ÿÿÿÿÿÿÿÿÿÿ%ERí T‡RRIP_1991ATHE ROCK RIDGE INTERCHANGE PROTOCOL PROVIDES SUPPORT FOR POSIX FILE SYSTEM SEMANTICSPLEASE CONTACT DISC PUBLISHER FOR SPECIFICATION SOURCE. SEE PUBLISHER IDENTIFIER IN PRIMARY VOLUME DESCRIPTOR FOR CONTACT INFORMATION.ÙåŠ47Qø› †ÏÒ˜5jšKž¨œ’˜‰DÉMú³Gi~v¬ ANñ±Ò‚Æû´r¶ÄˆiA­ K7¡+ó^{ý9œÂ>o÷mò÷°}H4¯zz„"é2"ÎÙ÷–Οv!4À \"ò¦¡JÄÁõݹúf71FI{YÌôÌÓï2ä–»2ÿ<_-öyº>¬aÉãGòpãægÂ&ÊyžN浂âÆà± ¦¤rˆ°I)åeè(•ØÕ]í$Ò‘¢C—­ Ô!iñ'GEÂÚwàiOUº)Ê¿€ë³X¬[Kÿ$ÏÉgwMÞS_šOO1˜P-­;­‘‘Ñ Eˆ·ó˜ 3Mÿÿÿÿÿÿÿÿÿÿ& GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for eacjx†§øYuœ\k Ü~ %862‡L8®ÛS´n3Iƒýô¡WÆópealqrX0‹‚ˆ-“ÑÞM ¼ªñ¶ [©ø€C²éBˆ…WD³dOô0†ò1*ü’¯mySUí];o? #•j2#‡Ñê>3&Ã’ôÐMÊáSIsPvt ‘)êÔK‹m…¯3aÌp˜®¡O ªˆæ/†¥5”D`m81'yÂ2¡ÊVV@î_¶šá©Ø>­•ÅfGÛ*KÚ-ÚEÁ-îæÒa%çwáÐÒ%½Á µQì{åë9è9½5ðÔn‡ëè;Ò5…Òœ?‡Z`÷s_^Ü9zŸãEÕ3ªT8•jHQ3pŠù@÷Ýâ<ùõÇÿÿÿÿÿÿÿÿÿÿ'h author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuou¯Ê®a_xÁl™3ø¡›ÔX®í÷8²i$Õà ?8ŒLo™ñ^âÂð4c¤äª ƒk)»c¶\CÆ¥xfóQ\Y>x~S Ìš¡ÕìD)]æÄΜ¶žP) Õ({Úoî:šú¶†g†ÌŒI¦z0üÖkÓ.*’S ®×lo•ÓSv%•Ϩe•Dyý`«_'Úí^IF{fî8Q~L$$àÀ¼¢§yœÑìXÇáÐû[H/mêB~ºÑã4jÀƃK',…|NŽùWÇmõ\Àr$$kNW\Çä/j‚”ÅD¾ Ü©ó 5Ëú50€"Ú½aß‹XÞy–üÑû—úzœañõâ·FÁZ…IÐP{³t©°­­ÿÔ–™Q‰ÿÿÿÿÿÿÿÿÿÿ(sly and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute thèJ?ѳ’vµ°Õ77¶¡¼iÕÖœ:¾.Üs¸CÈ ½[óft´ð)„¨à0š^E°µ ð{ÂÎ% àøÀ`Ï—g¼u=À½Å;G€‡ôÓU­#°ÿg;a±åºØí«™Œ¦ø§ÜE¼5QÝQ9‰ ìò÷c³ATò˜#†°ú6KŠa¨Úï%®€*AE&Æ«Œ^· Ü=¢qM6‚¹ÞEW‡Ø¢¶ÜqÑ:ÐwSKÉVƦàÄãO]‡.C±‡Ú§Ü¯'4oðþ¬qÁ$©%+ˆÄÆv¿ í´GŒv®H½€“U!Fƒêµ*Nõ—ÔfpÑ7zP"G}¶Õ©šÃ“Üìß³Š8†òš¼M´HX÷ ‰ÙBú&ÿÿÿÿÿÿÿÿÿÿ)em as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executar¨|D³ÑÌ‘ªùL Fé$ J7lžŸFK¨Æ\kSÿÛ€è›xŽº[Uæn(Vø òº¿cOýJñüOãuõƒª0ù8ˆëÃWI^žW‰CX^ÇæÀÜ ˆ oµáHnJu(Q­xuC:/ÈõU á£b;ÕŠ¸ÂêRƳJå0T…i£©ŽfQñLñ\¦ÈcLØ·\§WÝ®¶X-Á”nY™WWûÊúò€Be¢mÇÒÞîÊ€šÄ‚‹ÕøÁ>zQ³:üM×óáã8शfÊÜ<|qT"4›ó´9d³F¾—‘|>ëˆÁ>P0¥nPkjÓ®¬!0–âÙ4¸ Ð0mB¤Øÿÿÿÿÿÿÿÿÿÿ0ble work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may n2 XáQuÒ„.Fݱè 4è ;Úˆ ï9vü&b9½ÞWÚ8Ð:Þ9h=“D¨fÊ«þ=:ìØÊm‡ñmRÙ@t@U”a&ñ]”â…<ž}¿ÇU;Ùª‚ +¶Â`yêÇî W³A…Ý€š•]W~ÿcaï…t+‘2ËÅ[N.(š þyŽÿøyFp݃äY!‘Õj!Þ}I\A ÄOª\܉Ó<£ý3IžÊðx0)‡.Ÿ'×6*>“EÆ&Jë@õm¶`¦­ããÌ£«32'û²c °.^ï:`!o+žÞ·ßV÷/j_§ñ4 )ªµQíˆó—’)åŽÎÜQQí•ø2ÚíLZÎ9t1ý+0üKÿÿÿÿÿÿÿÿÿÿ1ot impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents E’æMÂ$W¸Ì–ääx¡ôï ç4 ï© ànUÝuÏ€px7š;×ﺩ+,ñ¥ðì=Å‚(Á”§Ps;Ó”K¡h³n5/ð¡Ï°àxó¨YZðd<˜b¡v=˜šà½¤ouÛÙlÁvÞ6}è_¦ +Ü'väu–€)Iã1®ðÂà_<–øä/ÛØ1ÌgíÐ7kã*”ê¶lø1aëõÁÀ±úŸ8`Ô¸ —öŽsºÆdpœ»ÌpJàZÜGÖë¨ß·ütz•Ïú¡`6 Ö¶ØBQý®Záu¤¬í€A”}ÉZ–û¬<ímñ¨£IÒÃêlW?Æ1b7ç¡ÓÄ?É1f•« ¦WQ‰#i8G­ÿÿÿÿÿÿÿÿÿÿ2or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANÐ÷Õ,¿T·B1úêýĵÏÞ:ô~'n˜Òa5ÍÇes=ê#Û;ì€yéd'›kºØ6¹ÛöDÑ•§O‹É9NñQÔqUÑJ÷;Q:TœzW¾³´Xˆ$Uds¡$;³ºÃ¥š°ÿ›„KÜ ^w Ñý9x¾bD'N¶Î9©‹/µpY„ ýòI¾©ãKÔ °Ñ¨ÏŠZXøZåb«˜ãúÿ&Qëu<—ä´*ü‹õf?\Ìg•m© ¢Îc `"Ÿë½ZmíÉù%O’JC?M|²ÐÉi@¿ì©"y‘§v9‹-4;àF*Í?÷Ú1S·ãäv*–ý‡Æ2Õ\º.úªyzkÑòBÿ¾ˆÿÿÿÿÿÿÿÿÿÿ3CE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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. This program 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 alonˆ¾v™æd­ß> ¯|òñ1[i,QA†ù×t”F½”•5ŽM fŸúf¡$`i–G—Á []7ÉÇ p‘&²·ÎºÕ¸²È £Á }8ðLq3Š‘lÚ³PqþZᯠ.KWQ*âæ»lúÿ‘§‚jŒÞf-á¥/Ö1/í@šœ9eZ5“þrlbJ5êO‡^¦ºXÑÅSšˆ½r“·í¦<(¿Q@nߘÀ+¨lºOvÔÄY¼9(4»èÀ‰j?"õ™îg³É~™ð3f,&ïÿ\j»lˆ¹j#7 ᕤ0 y’*³o™ÜO©çÎ?¸§Šk]ÖÏ}ÓvnÊ~ì©^äL:mZTÆ’uYÞÿÿÿÿÿÿÿÿÿÿ4g with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. µ„²·ó#.lÝ$økò Çe—ðÁ¸Û«ÎpKöƒ³îö[xÁïÄ/ùW¶8,Ù¢è‡?`Ýc³aiùÕè34ÜÌDš|—Vø€DLáäýhçK.'}i?ë†w$òD†Wš…€áÕĽ¿÷gƒû•ÄZ0ŠÿœhGǶ*vÛß)ƒ³š ùkI4š¾Gb©úé ã0çSƒNß 2È)øa‹¼N3EWg”{&Õß忢ÝMç±oM³0[üªÊËXÊñ7eÃRÕÒxJnK¸Eæ¹lŒ¿qðÆeë;]WF8\þ4øs„ŒÓñAÊÊYMt뙘˜>&¶Ueu8+¾7'Ÿ\Î5ù¡ ÿÿÿÿÿÿÿÿÿÿ5This library is to encapsulate CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. Some support for disk image types like BIN/CUE and NRG is available, so applications that use this library also have the ability to read disc images as though they were CD's. Immediate uses are VCDImager, a navigation-capable Video CD plugin and CD-DA plugin for the media player xine. A sample utility, cdinfo, is included which displayings CD info. If libcddb (http://libcddb.sourceforge.net) is available, the cdinfo program will display CDDB matches on CD-DA discs. £Úö’©@?í8i?‡]´”T,Õž¾ZÝ1 XzkñZ€™Ò-,LФA´MN\šMmdE•§u2”¥êQŽ^më†Ì‡ÅܬõQÅ4kÅ*ð|GÿÚ35OÞC a!U×âÅ|AûƒáP^ÏD?QyKÛkë¦ ¾s4mÊÄIõlO6MΔ–6\²§²G ì’ÅÄðNó®‚1Á©.–°çô>?Ù]|níšGÓV~OûñÑdxI«Û;× mä[Ñ·§ÅñWXþ[~ÈÏ•ëä¬AȨ¥gWÐ qʲ»êu;ËËûnp£Tm{2ÈC=qfôì¯Û±?ζ¥D ´åûXð;Êÿÿÿÿÿÿÿÿÿÿ6‡¥Ý÷$õ”ò9zõôW.§Aj|¯0ç9"uae¾ÂßæC}¡ï]l1"E¬Áéÿÿÿÿÿÿÿÿÿÿ7À‡¸÷Ñõ:]”Õõæô,mAKwa^Oºe“eÂæCÌÏãKfŠIÕäÁ1ÿÿÿÿÿÿÿÿÿÿ8lÔð|÷Ûõ´a „õãôصýøAéõ§ž»-e˜ÂµæCz”ßîc¢ö{Áÿÿÿÿÿÿÿÿÿÿ9ý±`÷.õΠ+õôçÀ2AÈ ;áüñHe$ÂlæC¨f{ÕáŽf3ÁUÿÿÿÿÿÿÿÿÿÿ@°wDŸ÷‹õ͙̼õËô}îˆ#A‡y¥•€\xe<ÂDæCÃæanÐ:r²ó÷ÁÿÿÿÿÿÿÿÿÿÿA!Ôú÷~õc6aõ?ôB$µéA¦rÓË=Hºe€ÂæCrˆ“ÊëÜ žc¿ÁÜÿÿÿÿÿÿÿÿÿÿB’¼dT÷|õ«Ù¬üõ>ô9eȨA4PpGdXs²eYÂëæCPNaÎgÁ©ÿÿÿÿÿÿÿÿÿÿCÙô1÷‰õvSõÊô¯õbA[¾)´ç•×eåÂ2æCáj¼£Dó:^/ÁqÿÿÿÿÿÿÿÿÿÿD÷á¹÷xõ> Öõ<ôóß oA‚HÄ;ø¨¾ÛñeöÂæC„ñ9 ðùM‰ÊÁCÿÿÿÿÿÿÿÿÿÿEf„–Ü÷õª‘§yõÈôÌ1¥A£C UP+ù=”eJÂÞæC5ŸË¨Ë5(‚Á›ÿÿÿÿÿÿÿÿÿÿFÕ*&r÷õb~j–õÉô·TLäA1a©ÙqLéô;e“¨æCe_Ö^ ´ZÁîÿÿÿÿÿÿÿÿÿÿGDO¶÷zõÌÑÇ9õ=ôˆžq.Ajg·ÙÏ®^e/ÂqæC¦}äÁd0&Œ$Á6ÿÿÿÿÿÿÿÿÿÿH>[ÁÓ÷põBí^hõ8ô|¶Ÿ»A²óf1ëp–weµÂÂæCsÈ“Uì½ ÁŠÿÿÿÿÿÿÿÿÿÿI¯>Q¶÷…õìBóÇõÌôC|¢qA“=™h7pe ÂæC¦añ×[t —ÅÁRÿÿÿÿÿÿÿÿÿÿP¬.N÷`õérÒ õ0ôE\œ A‚0©(+fe3ÂUæCR„N$q×mwÁÿÿÿÿÿÿÿÿÿÿQ=KÞc÷•õGÝ¥õÄôz–¡ÆA=‰þn¬*oÍeÂŒæCãê¼€J1[–KÁÝÿÿÿÿÿÿÿÿÿÿRŽånÍ÷—õ2²JõÅô×܇A¯«]âM¬eVÂúæCÁfaMÞø~Ó;“Á¨ÿÿÿÿÿÿÿÿÿÿS€þ¨÷bõ!åõ1ô>áMAŽ “Œ%Î8âÉeêÂ#æCp“éåÿ«ÛÁpÿÿÿÿÿÿÿÿÿÿTë¸ ÷“õ Õ`õÇôËm@A³éži™¬ïeùÂæC“FQRÁ|>ÁBÿÿÿÿÿÿÿÿÿÿUzÝœE÷fõŽz¹Ïõ3ôô§%ŠA8¸'ðÁÞJŠeEÂÏæC¤ýäâjò*íìvÁšÿÿÿÿÿÿÿÿÿÿVÉs,ë÷dõF•t õ2ôæXËAªš„|àe΃%eœÂ¹æC†q9/þ;AeA®ÁïÿÿÿÿÿÿÿÿÿÿWX¼Ž÷‘õè:ÙõÆô°,eA‹‘JHæ‰e@e Â`æC7Ë‹ÅÝ9IÑæÁ7ÿÿÿÿÿÿÿÿÿÿX"ËJ÷›õf@ÞõÃôD‹”A)àÞàÂWáieºÂÓæC⪼MPåòyÁ‹ÿÿÿÿÿÿÿÿÿÿY³g[/÷nõÈ©íqõ7ô{ζ^Aë­A e æCSÄN»v¶kÉb1ÁSÿÿÿÿÿÿÿÿÿÿ`‹ÅS÷@õ€Rõ'õ ô —¦:AíñW¶^²De"ÂfæC¾ì{µ|U%Áÿÿÿÿÿÿÿÿÿÿa Ãx÷µõ.ýXˆõÔô4]›ðAÌúË9—T!ežÂ¿æC‚‰«š- ”JÁÞÿÿÿÿÿÿÿÿÿÿb©sÖ÷·õæ•gõÕôOæ±A^Øhµ?ð ŽeGÂÉæC-TÜ?SF9’Á«ÿÿÿÿÿÿÿÿÿÿc8kã³÷BõH½8Èõ!ôpÖÛ{AÓ¦Û—sN{ëeûÂæCœ`¦xµ>­©ÚÁsÿÿÿÿÿÿÿÿÿÿdÌS;÷³õIõ3Mõ×ô…¦"vAèÀÜÉÛ<ï5ÍeèÂ%æCùû#×°¿j“~?ÁAÿÿÿÿÿÿÿÿÿÿe]6^÷FõçZžâõ#ôºl¼AÉ˧s¿¨Ó¨eTÂüæCH•Ñs‹Y¿îwÁ™ÿÿÿÿÿÿÿÿÿÿfî˜1ð÷Dõ/µS õ"ôÁ-býA[é±+RظeŠæCj ¾y7C¯Áìÿÿÿÿÿÿÿÿÿÿgý¡•÷±õþ¢õÖôþç_7AzâEú[ÿübe1ÂSæCÛwþ$vÓçÁ4ÿÿÿÿÿÿÿÿÿÿhéÖQ÷»õ&góõÓô ϱ¢AØ“ë”!xKe«ÂàæCÂ‰Ž¬û+·ðxÁˆÿÿÿÿÿÿÿÿÿÿi”ŒF4÷Nõ¡‰Ê\õ'ô5ŒhAù˜%úºüfž.eÂ9æC¿¬{*—S›`0ÁPÿÿÿÿÿÿÿÿÿÿp—œY„÷«õ¤¹ë‘õÛô3%²Av (ò'=yÅZe-ÂwæC/ŽTÿ1‘JàñöÁÿÿÿÿÿÿÿÿÿÿqùÉá÷^õ F>õ/ô ïßAW朾>#?e‘®æCžà¦[ w2Ìa¾ÁßÿÿÿÿÿÿÿÿÿÿrµWyO÷\õÂù‹Ñõ.ôw®òžAÅ#E®Ù.êeHÂØæC¼l{–ž¾YDÌfÁªÿÿÿÿÿÿÿÿÿÿs$2é*÷©õlV&~õÚôHdÏTAä(‹~Zi õeôÂæC ‰2¥X!h\.ÁrÿÿÿÿÿÿÿÿÿÿtÐ ¢÷Xõm-ûõ,ô½6YAs;ñlJÈBÓeçÂ4æCh™ RuV‹ËÁ@ÿÿÿÿÿÿÿÿÿÿ¡œúõþ6¹ô_$%éï8r˪ºeýw줈ÊTÜõž wÿÿÿÿÿÿÿÿÿÿ0w ŸõõP™¼ôô`î#ïyÓ¥'€í\ee¼ýÙwìæ÷no:²H ØwÿÿÿÿÿÿÿÿÿÿƒÙ¼1÷õ˜vÙSõô¯ebï‹[p)çý•Êeeý¯wì7j*£ûóæ:= ­wÿÿÿÿÿÿÿÿÿÿ¼,Tõ6Ùtüô$eX¨ïªP¾G®dºs¯eÙývwì†ØÀž­Ø uwÿÿÿÿÿÿÿÿÿÿæ„ÞÜóõ7‘y÷ôÑ¡¥ï=CÄUâ+=‰eÊýCwìãŸ]¨tÊ(z= GwÿÿÿÿÿÿÿÿÿÿwáN¹õ™>ÒÖôîßœoïH ;J¨\ÛìevýšwìRñ¯ Où²êu ŸwÿÿÿÿÿÿÿÿÿÿÄOþõQÑ9ô•žá.ïŽj©·kÏLCe¯ýìwìp}rÁÛ0ÙŒG­ êwÿÿÿÿÿÿÿÿÿÿU*nrñõÿ~²–öôªTÜäï¯agÙÃL ô&eý5wìÁ€eàÖ¡ ×å 2wÿÿÿÿÿÿÿÿÿÿ/>¶ûõqB+Çóô^|2qï ó+hÕpe‰ý†wì¦÷ñh[‹ ôz Žwÿÿÿÿÿÿÿÿÿÿ ¾[‰Óõßí†hôa¶»ï,=fƒë’–je5ý_wì¥ÈUS½ó d2 Vwÿÿÿÿÿÿÿÿÿÿ½K–cëõÚݧ¥ûôg–1Æï£‰0n*Íeýwì5ê*€õ1ê[õô wÿÿÿÿÿÿÿÿÿÿ,.õtr ôX\ ï‚‚þ¶©Ê+{e³ýÈwì„„Ø$Î×’we¼ ÙwÿÿÿÿÿÿÿÿÿÿŸ€¶¨õ¼Çåô#qMï ]Œ—ÎÚâÔejý¾wì¦éZùÿÈd ¬wÿÿÿÿÿÿÿÿÿÿå&Íéõ2jJúô×L‡ï1«“â?M±eÖýgwìf÷MaøÓX, twÿÿÿÿÿÿÿÿÿÿúÝÔEõzaÏ ôé§µŠï¦¸éðsõR-'ô—6:ïsñËW¼²Ye¢ýûwìhìíµ/|ª%g½ Úwÿÿÿÿÿÿÿÿÿÿ"¸k«³<õÕ½àÈômÖK{ïáÓhÛ%s¬{öe{ýwìJ`0x»µÁ­Êe ¯wÿÿÿÿÿÿÿÿÿÿ#);ÖÉõ{MgêôRv±ïÀئµðë“eÇýTwìûÂÜ€S¹Z- wwÿÿÿÿÿÿÿÿÿÿ$Ý6É^8õzZFâô§l¼ïWËܧÁ¿JÓµeÔýawìž•Gs4Yí¿È Ewÿÿÿÿÿÿÿÿÿÿ%LSY;ÍõÔõëMèô˜¦²vïvÀÉi< 5Ðehý¸wì/ûµ×¿•“€ wÿÿÿÿÿÿÿÿÿÿ&ÿýé•Ïõ&¢éôãçÏ7ïäâ±EH[üe±ýÎwì wh›vþ°X èwÿÿÿÿÿÿÿÿÿÿ'n˜yð:õ²µ‹ ôÜ-òýïÅé+àØZe ýw켚¾ †7  0wÿÿÿÿÿÿÿÿÿÿ(Œ40õ<‰\ô(hïg˜ëúü„ž3e—ý¤wìi¬í*(¬› Œwÿÿÿÿÿÿÿÿÿÿ)…éžQÅõ’&¿óìôÏ!¢ïF“%” ÃxVe+ý}wìØÂŽûÔ·“Ç Twÿÿÿÿÿÿÿÿÿÿ0†ùá õ—ž>ôïßïÉ(œ=¾Ü#"eý3wìHà0[µwÍÌ wÿÿÿÿÿÿÿÿÿÿ1œ„Õõ9¹3‘äô.%"ïè æò•=›ÅGe­ýêwìùŽÂÿŽ‘µà’I Ûwÿÿÿÿÿÿÿÿÿÿ2¤2¡*×õñVþ~åôUd_Tïz(E~´Z‹ èetýœwìÛ2XÞh?‘ ®wÿÿÿÿÿÿÿÿÿÿ35W1O"õ_ùSÑôj®bžï[#‹ÙÌêeÈýEwìjlí–!¾¦D¯Ù vwÿÿÿÿÿÿÿÿÿÿ4ÁoÃÇÓõ^±XTçôŸÞ›“ïÌ0ñP–m¤«eÛýpwì÷h9•´òzx< Dwÿÿÿÿÿÿÿÿÿÿ5P S¢&õðõûô ¦Yïí;?lø*BÎegý©wì¾™š®RŠVèt œwÿÿÿÿÿÿÿÿÿÿ6ã¤ã $õ8ñ8ôÛUÛïœàÙr:‹ae¾ýßwìœGP:›áÞE¬ éwÿÿÿÿÿÿÿÿÿÿ7rÁsiÑõ–^•»æôäŸæÒï^RŽqñ}meýwì-{µô}™òÕä 1wÿÿÿÿÿÿÿÿÿÿ8Õ­Ûõb êãô·GïücÆ_™Õ£é-e˜ýµwìøÎÂ`‰ð³^ö{ wÿÿÿÿÿÿÿÿÿÿ9™°”È.õ¶Í¡Eô/}5ïÝh11VäHe$ýlwìI 0IJËrf3 Uwÿÿÿÿÿÿÿÿÿÿ@Ôv°N‹õašÍÒËôµì}œï’.u«Ë¢xe<ýDwì"R7Ñ·Í¢Nó÷ wÿÿÿÿÿÿÿÿÿÿAE +~õÏ5`}?ôŠ&@Vï³àHPDe€ýwì“<ÅuŒ+Úbc¿ ÜwÿÿÿÿÿÿÿÿÿÿBö½…|õÚ­’>ôñg=ï!5C—"/@²eYýëwì±°¸â±êÎg ©wÿÿÿÿÿÿÿÿÿÿCgØà‰õ©u=ÊôέÝï>ùЬk×eåý2wìÞê#ÉÆ^/ qwÿÿÿÿÿÿÿÿÿÿD“àòhxõ¨= ¸<ô;ÝùÐï—-÷ëÆã¦%ñeöýwìeEo³—ø‰Ê CwÿÿÿÿÿÿÿÿÿÿE…b õ’¦ÈôÄï¶&9…n`áÔeJýÞwìÔ+¬èåÔ‚ ›wÿÿÿÿÿÿÿÿÿÿF±+Ò£õÎ}køÉôV¹[ï$š Oñ ;e“ý¨wìö§@Ú8!Ž\´Z îwÿÿÿÿÿÿÿÿÿÿG NBÆzõ`ÒÆW=ô@œ„‘ïTgç„¶ì^e/ýqwìGɲ~Çöp$ 6wÿÿÿÿÿÿÿÿÿÿHZZ5põîî_8ô´´jï§~À¶ hhweµýÂwì’|Åê‹JÜÜ ŠwÿÿÿÿÿÿÿÿÿÿIË?¥g…õ@Aò©Ìô‹~WÎï†uا#/Že ýwì#7N°¬¤ð—Å RwÿÿÿÿÿÿÿÿÿÿPÈ/º×`õEqÓd0ô^i³ï çÐ:â0Õfe3ýUwì³0› ½‹ wÿÿÿÿÿÿÿÿÿÿQYJ*²•õëÞ~ËÄô²”Tyï(ì;’aw3eýŒwì^ê?-ÆÅ§–K ÝwÿÿÿÿÿÿÿÿÿÿRêäš—õ#1³$ÅôÉÕ)8ïºÎn2³gú¬eVýúwì Ò7ò¹®/;“ ¨wÿÿÿÿÿÿÿÿÿÿS{ ybõž‹1ôöòï›Å \… Éeêý#w쑼ÅV‚éÖ«Û pwÿÿÿÿÿÿÿÿÿÿT¹øñ“õŒÖÇôoíÿï ÖÚNWÊRïeùýwìô'@ù6ã‚=|> BwÿÿÿÿÿÿÿÿÿÿUÜh”fõ"y¸¡3ô<¥Ð5ï-Ý ÿIÆ´ŠeEýÏwìEI²] úìv šwÿÿÿÿÿÿÿÿÿÿV­rØ:dõê–uN2ôGä­tï¿ÿ·¬Þ.Ö}%eœý¹wìgÅo™Ì‘™A® ïwÿÿÿÿÿÿÿÿÿÿW<H_‘õD9ØáÆôx.¾ïžôyÂv­‘›@e ý`wìÖ«4¢*éµÑæ 7wÿÿÿÿÿÿÿÿÿÿXF?››õÊA°ÃôŒ~+ï<…힉OieºýÓwìê *§Ãòy ‹wÿÿÿÿÿÿÿÿÿÿY×f¯þnõdªì7ô³ÌCáïŽ#}6 ù eý wì²pA»5b1 Swÿÿÿÿÿÿÿÿÿÿ`ïħÌ@õ,QôI ôÕS…ïø”6‡ˆ_FLDe"ýfwì_X- ÷‹…Ù wÿÿÿÿÿÿÿÿÿÿa~¡7©µõ‚þYæÔôü_nOïÙŸøé ܪ!ežý¿wìî6ß®Ìmýõ”J Þwÿÿÿÿÿÿÿÿÿÿb͇·õJ” Õô‡ïK½[e»cŽeGýÉwì̺cX¤–}9’ «wÿÿÿÿÿÿÿÿÿÿc\jbBõä¾9¦!ô¸Ô.Äïj¶• ©8V…ëeûýwì}ÔðÇcBîQ©Ú swÿÿÿÿÿÿÿÿÿÿd¨Råê³õåö2#×ôM¤×Éïý¥ïåw÷ËÍeèý%wìOuh×Hºo~? Awÿÿÿÿÿÿÿÿÿÿe97uFõKYŸŒ#ôrnêïÜ®!wMô°-¨eTýüwì©!‡Ìì®ÂCîw ™wÿÿÿÿÿÿÿÿÿÿfŠ™Å!Dõƒ¶Rc"ô /—BïNŒ‚ûl“ äeýŠwì‹­Zxg©ËC¯ ìwÿÿÿÿÿÿÿÿÿÿgüUD±õ-ÿÌÖô6媈ïo‡L•Äçbe1ýSwì:è¥CÑçÓç 4wÿÿÿÿÿÿÿÿÿÿhaè"€»õ£%fÓôÂÍDïÍöØD,49†Ke«ýàwìïvß1Ë ûKðx ˆwÿÿÿÿÿÿÿÿÿÿið²åNõ ŠË2'ôýy×ïìý*„·~`.eý9wì^-•ðêƒg`0 Pwÿÿÿÿÿÿÿÿÿÿpó­U«õºêÿÛôû'Gªïco"va;Ze-ýwwìÎ:@Vfšñö wÿÿÿÿÿÿÿÿÿÿqbø=0^õ¦GP/ôÄíz`ïBdÕL±õ&Ý?e‘ý®wìTðäm€â0a¾ ßwÿÿÿÿÿÿÿÿÿÿrÑVž\õnúŠ¿.ô¿¬!ïÐFvÀ’6eHýØwì]Ø-)ùI‰¸Ìf ªwÿÿÿÿÿÿÿÿÿÿs@3û©õÀU'Úô€f:ëïñM¸®8qòõeôýwìì¶ß¯ñ”\. rwÿÿÿÿÿÿÿÿÿÿt´ ïsXõÁ,•,ôuÃæïf^¼t^мÓeçý4wì‰-Z"v¥¥ª‹Ë @wÿÿÿÿÿÿÿÿÿÿ˜Uóõµ<ÿ!÷ô-(ª>‚o¼ÎÉÅ„e@§†:ÛûÖÇ7¬GQÿÿÿÿÿÿÿÿÿÿ qÅzóõõ“RŽ÷ôôâ—ô‚N„r aF]bee¼@Ù§†‹þ)_í!O€HGØQÿÿÿÿÿÿÿÿÿÿºßuÔó÷õÓ|Ÿa÷õôi£êµ‚ܦÑ,@!M«Êee@¯§†©rô’yè$=G­Qÿÿÿÿÿÿÿÿÿÿ+ºå±óõ}Ó2Î÷ôViׂý­Bè¢ M¯eÙ@v§†6B\$­ØGuQÿÿÿÿÿÿÿÿÿÿß‚9óóõ|›9K÷÷ô£.r‚j¾eP¤í«‰eÊ@C§†}‡ƒ™öz=GGQÿÿÿÿÿÿÿÿÿÿNç‡\óõÒ4”ä÷ôœÓ¸‚Kµ«> nìåìev@š§†Ìéq=Íâp6êuGŸQÿÿÿÿÿÿÿÿÿÿýI7òóõÛY ÷ôç’nù‚Ù—²- ü,Ce¯@짆îe¬ðY+¾G­GêQÿÿÿÿÿÿÿÿÿÿl,§—óñõ´tô¤÷öôØXS3‚øœÆÜ…Š»Ê&e@5§†_ ^TbÍc’×åG2Qÿÿÿÿÿÿÿÿÿÿ8ÐSóûõ:Hmõ÷óô,p½¦‚ZíR m®eNe‰@†§†Š¾)Àê@I>ôzGŽQÿÿÿÿÿÿÿÿÿÿ ‡]@6óõ”çÀZ÷ôº€l‚{æœcÅ-"¨je5@_§†;ÐÛdѦ1d2GVQÿÿÿÿÿÿÿÿÿÿ„M_†óëõ‘×á—÷ûôš¾‚ôt‘kXì=óe@§†«òô±w*(iõôGQÿÿÿÿÿÿÿÿÿÿ(Ïãóõ?xL8÷ô*PƒÛ‚Õ_ðoz{e³@ȧ†œLÌPEe¼GÙQÿÿÿÿÿÿÿÿÿÿ¦†Móõ÷—×÷ôQþš‚G]ü‰ÑjÜÔej@¾§†8ÛØØ;ÍÈdG¬Qÿÿÿÿÿÿÿÿÿÿ7ãï(óéõY8,x÷úônÛÃP‚fV2çy‹-:±eÖ@g§†‰~)|ããCáX,GtQÿÿÿÿÿÿÿÿÿÿÃÛ óõXp'ý÷ ô›«:]‚ñEHõ5ÄŒt—eÅ@R§†ìå¬ÓWéßÉGFQÿÿÿÿÿÿÿÿÿÿR¾ÅóíõöߊR÷øô¤a—‚ÐN†›GË’òey@‹§†]‹^wloóGžQÿÿÿÿÿÿÿÿÿÿá=kóïõ>0G½÷ùôß zÖ‚Bl%¼ Û[]e @ý§†ƒºøÆ{²YGëQÿÿÿÿÿÿÿÿÿÿpu­óõŸê÷ ôàêG‚cgëy£œ½8e@$§†Îiqà |W"G3Qÿÿÿÿÿÿÿÿÿÿ aÚÊóõ£sC÷ô©‰‚Á¨ü‡B9e†@—§†ÜŠK­VûŽGQÿÿÿÿÿÿÿÿÿÿ›J¯óåõ° Þì÷üô+”C‚à±ÆTßte:@N§†ª²ô.pK.בÆGWQÿÿÿÿÿÿÿÿÿÿ £¦BóËõø÷ƺ÷ëô[Q„'‚¤<êQKjõVXk÷ôd›¹í‚$ jRBÒ ŒYe¢@û§†öô3„­ghg½GÚQÿÿÿÿÿÿÿÿÿÿ"mbVó<õž·¦ú÷ôÚĬ‚¶.ÉÞcµEöe{@§†ÔxîI9®ŸÊeG¯Qÿÿÿÿÿÿÿÿÿÿ#ò3óÉõ0 U÷êô ùf‚—%°Ë6[£“eÇ@T§†eíH{³Z-GwQÿÿÿÿÿÿÿÿÿÿ$ä0»ó8õ1PÐ÷ôÕ`k‚6}¢‡yúíµeÔ@a§†™B¶B/ÈGEQÿÿÿÿÿÿÿÿÿÿ%uUÞóÍõŸÿ­÷èôêª=¡‚!=³Ì/ú½ Ðeh@¸§†±ãkæ¤W¡€GQÿÿÿÿÿÿÿÿÿÿ&Æû póÏõW`÷éô‘ë@à‚³@­Âe±@Χ†“o¶+m<)°XGèQÿÿÿÿÿÿÿÿÿÿ'Wž°ó:õù¿Í?÷ô®!}*‚’Þ.¦ê$e @§†"D"‹D G0Qÿÿÿÿÿÿÿÿÿÿ(-ŠÇÑó0õwƒTn÷ôZ “¿‚0eJÿN:4 3e—@¤§†÷´3ªn©GŒQÿÿÿÿÿÿÿÿÿÿ)¼ïW´óÅõÙ,ùÁ÷ìôeîu‚n„‘æ¹sFVe+@}§†FÚÁ¿‘à…“ÇGTQÿÿÿÿÿÿÿÿÿÿ0¿ÿHó õÜØ ÷ôcゞü‰™{xl"e@3§†Öøîj7lþGQÿÿÿÿÿÿÿÿÿÿ1.šØaóÕõr³u£÷äô\)­Â‚¿÷G÷Óû+ûGe­@꧆g–Î ŠwÒ’IGÛQÿÿÿÿÿÿÿÿÿÿ24hÏó×õº\¸L÷åô'hЃ‚-Õä{òœ;2èet@œ§†EÁ˜CZ?‘G®Qÿÿÿÿÿÿÿÿÿÿ3 Qøªó"õóã÷ô¢íI‚ Þ*Z|ÔeÈ@E§†ôt3§£¥dv¯ÙGvQÿÿÿÿÿÿÿÿÿÿ4øi "óÓõ»f÷çôíÒD‚›ÍPPÝš«eÛ@p§†‘ﶯ0Hxôƒk²À‚vÈâ’déð³²eY@맆/¨Æ‰šùsØÎgG©QÿÿÿÿÿÿÿÿÿÿC^ÞÉó‰õâF÷Êô¼¡ ‚WÃ,üÌj·U×eå@2§†žÆ4-¡ ô^/GqQÿÿÿÿÿÿÿÿÿÿDªæ;óxõã7MŠ÷<ôIÑv‚ÀÐVî€%ñeö@§†û]±‚_ʉÊGCQÿÿÿÿÿÿÿÿÿÿE;ƒ«èóõM˜à%÷ÈôvKÍ‚áÛ˜€(¦Qý”eJ@Þ§†J3C&.ó'æ‚G›QÿÿÿÿÿÿÿÿÿÿFˆ-Fóõ…w-Ê÷Éô Z6Œ‚sù; ÁA4;e“@¨§†h¿žëº:Ln´ZGîQÿÿÿÿÿÿÿÿÿÿGH‹#ózõ+Ø€e÷=ô2 F‚Ròõb¡BÒ^e/@q§†ÙÑlOÜ4B$G6QÿÿÿÿÿÿÿÿÿÿHc\üçópõ¥ä4÷8ôƸåÓ‚ðƒa³IfØVweµ@§† dÛ QîGŠQÿÿÿÿÿÿÿÿÿÿIò9l‚ó…õ K´›÷ÌôùrØ‚ш¯Ýá埰e @§†½ é2·f—ÅGRQÿÿÿÿÿÿÿÿÿÿPñ)s2ó`õ{•V÷0ôÿRæd‚^¢Õ|$€ëfe3@U§†-(ƪ”;¹GQÿÿÿÿÿÿÿÿÿÿQ`LãWó•õ Ô8ù÷ÄôÀ˜Û®‚l»Ô§Ç e@Œ§†œF4¯Ý•–KGÝQÿÿÿÿÿÿÿÿÿÿRÓâSùó—õh;õ÷Åô»Ù¦ï‚í3Ï7õÀ×ĬeV@ú§†¾ÊéÃ;l;“G¨QÿÿÿÿÿÿÿÿÿÿSB‡ÃœóbõÆ”X¹÷1ô„›%‚Ì8Y]C"Éeê@#§†¤gò1«ÛGpQÿÿÿÿÿÿÿÿÿÿT¶¿1ó“õÇÜS<÷Çôqcb(‚[+{K 1lïeù@§†j?žÈ´ø@|>GBQÿÿÿÿÿÿÿÿÿÿU'Ú¡qófõisþ“÷3ôN©_â‚z µ%¹vŠŠeE@ϧ†ÛQll8#ìvGšQÿÿÿÿÿÿÿÿÿÿV”tßódõ¡œ3|÷2ô5è"£‚詘èfC%eœ@¹§†ùݱ¡×S«A®GïQÿÿÿÿÿÿÿÿÿÿWºó‘õ3žÓ÷Æô "i‚É ØÇ0k!¥@e @`§†H³C 1+‡ÑæG7QÿÿÿÿÿÿÿÿÿÿXö~ó›õ‚÷Ãôþ ñü‚kxLØOÿ!ieº@Ó§†4‘¨¼+òyG‹QÿÿÿÿÿÿÿÿÿÿYî`fónõ/ ª-÷7ôÁÀÌ6‚Js‚xpÌ¸Ç e@ §†,hÆ5“Zyb1GSQÿÿÿÿÿÿÿÿÿÿ`ÖÂn)ó@õg[²{÷ ô±™ÜR‚¯i—‚ΙörDe"@f§†Á@ó;uGëGQÿÿÿÿÿÿÿÿÿÿaG§þLóµõÉôÔ÷ÔôŽSᘂŽbYìf±”!ež@¿§†p.ŸNv?Ç”JGÞQÿÿÿÿÿÿÿÿÿÿbô Nâó·õÒ;÷ÕôõœÙ‚@ú`G}¡]ŽeG@ɧ†R¢ÜRÚ¿TO9’G«QÿÿÿÿÿÿÿÿÿÿcelÞ‡óBõ¯´”÷!ôÊØ¡‚=K4ïþæ»ëeû@§†ãÌ.öáY,c©ÚGsQÿÿÿÿÿÿÿÿÿÿd‘T,ó³õ®üt÷×ô?¨X‚ªXN£±GõÍeè@%§††W«YUSx]~?GAQÿÿÿÿÿÿÿÿÿÿe1¼jóFõSÙ¾÷#ôbeÔ‚‹S€r 2¨eT@ü§†79YýnµqîwG™Qÿÿÿÿÿÿÿÿÿÿf³Ÿ ÄóDõȼQ÷"ô{#•‚q#þ*UÚe@Ч†µ„0ú|kùC¯GìQÿÿÿÿÿÿÿÿÿÿg"úœ¡ó±õf¹þ÷ÖôDé%_‚8zí‚ÖW<be1@S§†¤Ûv”ÁšÕÓçG4QÿÿÿÿÿÿÿÿÿÿhXîëeó»õè/ ¯÷Óô°ÁËÊ‚š yAjò‰¸Ke«@৆qnI9yðxGˆQÿÿÿÿÿÿÿÿÿÿiÉ‹{óNõF€÷'ô ö‚»·/ÂqÎ^.e@9§†Àó¤rñAU`0GPQÿÿÿÿÿÿÿÿÿÿpÊ›d°ó«õC°¬Í÷Ûô‰+È}‚4’º'_°ÑZe-@w§†P"ÜqÔ}X.ñöGQÿÿÿÿÿÿÿÿÿÿq[þôÕó^õíb÷/ô¶áõ·‚™tI÷3–ã?e‘@®§†áL.Õï› a¾GßQÿÿÿÿÿÿÿÿÿÿrèPD{ó\õ%ðÌ÷.ôÍ ˆö‚‡»×ÅÖT†*eH@ا†ÃÀó{RKŠÌfGªQÿÿÿÿÿÿÿÿÿÿsy5Ôó©õ‹_a"÷Úôòjµ<‚¦°«~×ÁÌõeô@§†r®¼@´3¦\.GrQÿÿÿÿÿÿÿÿÿÿt &–óXõŠj§÷,ôL1‚1£c¹2˜`‚Óeç@4§†5„ô¾g˜‹ËG@Qÿÿÿÿÿÿÿÿÿÿü¡Îõ?þOôå*_,zê÷Žze6)Û$D±0çP4ÿÿÿÿÿÿÿÿÿÿmp1«õõ·SàôôÚàbK,[áAp_ Eœee¼Ù6)jJàŠÖŸ|HØ4ÿÿÿÿÿÿÿÿÿÿÞÞ÷õžõô¡¡ ,ÉÃâü~jUUÊee¯6)HÆ¢-ôô=­4ÿÿÿÿÿÿÿÿÿÿO»`õÑÐ3 ôžk"À,èÈ,’Ö鳯eÙv6)ù¨P‰%ùŒØ­Øu4ÿÿÿÿÿÿÿÿÿÿ»ƒãèóõИ8%÷ôkÛÍ,ÛV€š¦³ý‰eÊC6)œ3Õ&‘óØæz=G4ÿÿÿÿÿÿÿÿÿÿ*æsõ~7•ŠôTÑæ,^Иî2%ôìevš6)-]'‚ª ÊêuŸ4ÿÿÿÿÿÿÿÿÿÿ™HÃ#õ¶ØXeô/›F,Ìò;bBäÒCe¯ì6)ÑúO>ÜËBG­ê4ÿÿÿÿÿÿÿÿÿÿ-SFñõwõÊöôZ¦Œ,íùõ »Á£4&e56)¾¿ë:³n×å24ÿÿÿÿÿÿÿÿÿÿr9$‚ûõ–Kl›óôärH,OˆaÝSå}°e‰†6)k ·™ÂôzŽ4ÿÿÿÿÿÿÿÿÿÿ ã\´çõ8äÁ4ôÛ¸uÓ,nƒ¯³ûf:Vje5_6)ÚdÛ¶Qáîd2V4ÿÿÿÿÿÿÿÿÿÿàL«Wëõ=ÔàùûôݘK®,ᢻf§% e6)JF¢Ýø•õô4ÿÿÿÿÿÿÿÿÿÿq);2õ“{MVôâRvd,ÀlÕÎ$bë{e³È6)û(Pª+;€¹e¼Ù4ÿÿÿÿÿÿÿÿÿÿ‡‹œõ[”€¹ô™ %,R8ÏYïCr"Ôej¾6)Ù¤g¿òë1Èd¬4ÿÿÿÿÿÿÿÿÿÿSâùéõõ;-úô¦Ù6ï,s37GÀ5ıeÖg6)hÊÄ“X,t4ÿÿÿÿÿÿÿÿÿÿ§Úéqõôs&“ ôS©Ïâ,ä {% ”Š—eÅR6) Qúl0Ç#ÉF4ÿÿÿÿÿÿÿÿÿÿ6¿yíõZÜ‹<øôlcò(,Å+µK£ Ólòey‹6)¼?È ø¿ž4ÿÿÿÿÿÿÿÿÿÿ…ɺïõ’3FÓùô"i,W Ç‚kÃ¥]e ý6)ž³ÕŸ1Ô‡²Yë4ÿÿÿÿÿÿÿÿÿÿtYßõ<œë| ô(è²£,vØ©*è„C8e$6)/Ý'¡¤×¬«"34ÿÿÿÿÿÿÿÿÿÿn`.õ² r-ôÜÀ\6,ÔsLxÂÌZÇe†—6)úhP5,Z†Ž4ÿÿÿÿÿÿÿÿÿÿÿ¾~åõß‚üôã aü,õx‚jO!te:N6)K¢‘¼þ+‘ÆW4ÿÿÿÿÿÿÿÿÿÿ ǧ¶LËõTôÇÔëô“Sq˜,b—ìÔS”õú[j{ô¬™LR,1iY‚|™rYe¢û6)@e;ʸëg½Ú4ÿÿÿÿÿÿÿÿÿÿ"ål–‡<õ2´§”ôר1,£Kú]þ»öe{6)5̸ö^YÓcÊe¯4ÿÿÿÿÿÿÿÿÿÿ#t âÉõœ ;êôè Ù,‚@4`õ}C]“eÇT6)„¢JRe¿«OZ-w4ÿÿÿÿÿÿÿÿÿÿ$€1ôj8õS¾ôbõÔ,SNr¹2âµeÔa6)á9ÏýѵÿqÈE4ÿÿÿÿÿÿÿÿÿÿ%TdÍõ3ü¬èô"¨È,4X€±¥õÐeh¸6)PW=YêS‡]€4ÿÿÿÿÿÿÿÿÿÿ&¢úÔ¡ÏõûaþéôYéµ_,¦z#0Öµ<e±Î6)rÛà”~šìÕ°Xè4ÿÿÿÿÿÿÿÿÿÿ'3ŸDÄ:õU¼ÌQôf#ˆ•,‡qíþ˜UòÚe 6)õ0E|”ù 04ÿÿÿÿÿÿÿÿÿÿ(I‹30õÛ€Uô’ f,%y/pq,^3e—¤6)e¤Íñ¾UŒ4ÿÿÿÿÿÿÿÿÿÿ)Øî£eÅõu/ø¯ìô­Á[Ê, ·AØòk¸Ve+}6)§n—öÆy“ÇT4ÿÿÿÿÿÿÿÿÿÿ0Ûþ¼Õ õpÙbô«áe·,‹™ºIE3tã"e36)7L¸ÕP›ß4ÿÿÿÿÿÿÿÿÿÿ1J›,°ÕõÞ°tÍäô”+X},ª’t'í°3Ge­ê6)†"Jqk}§.’IÛ4ÿÿÿÿÿÿÿÿÿÿ2ù5œ×õ_¹"åôïj%<,8°×«Ì×#Ìèetœ6)¤®—¼ÿ´Ì¦?‘®4ÿÿÿÿÿÿÿÿÿÿ3hP {"õ¸ðôРö,»ÅdTd*eÈE6)ÀeÄR´Š¯Ùv4ÿÿÿÿÿÿÿÿÿÿ4œhþóÓõ¹¸çô%Ðáû,ލc×(Åd«eÛp6)p[à·pXà´x,ñrÎ{Åø„e€6)ìMûiÇȬc¿Ü4ÿÿÿÿÿÿÿÿÿÿB«º­±|õàÓêÎ>ôKiG,c­ÑBZ¢èM²eYë6)Î6ý£$Îg©4ÿÿÿÿÿÿÿÿÿÿC:ß=Ô‰õN|GaÊôt£zµ,B¦,ò!¯«×eå26)rb’ÆèÛ^/q4ÿÿÿÿÿÿÿÿÿÿDÎçÏ\xõO4Lä<ôÓƒ¸,Õµe>¾nåñeö6)éç=râ6‰ÊC4ÿÿÿÿÿÿÿÿÿÿE_‚_9õá›áKÈô¾¾r,ô¾«PíI”eJÞ6)«‡™I÷‚›4ÿÿÿÿÿÿÿÿÿÿFì,ï—õ)t,¤ÉôÅXÃ3,fœÜ7ŠYÊ;e“¨6)‰ ÈTÝÍœ’´Zî4ÿÿÿÿÿÿÿÿÿÿG}Iòzõ‡Û =ôú’þù,G—ƲŸ ,^e/q6)8e:ðæ+ä¾$64ÿÿÿÿÿÿÿÿÿÿH]6põ çZ8ôºl,åæRcw-À¨weµÂ6)íÐMdn¦ÎŠ4ÿÿÿÿÿÿÿÿÿÿI–8˜S…õ§HµõÌô1p-¦,Äíœ ß®‡Ne 6)\¾¿ÀU@¶>—ÅR4ÿÿÿÿÿÿÿÿÿÿP•(‡ã`õ¢x”80ô7PÛ,K‘Bo˜fe3U6)Ìœó̯E4ÿÿÿÿÿÿÿÿÿÿQM†•õ ×9—Äôš.,jt_kêìßóeŒ6)}òb±È*×i–KÝ4ÿÿÿÿÿÿÿÿÿÿR·ã§(—õÄ8ôxÅôsÛSP,øVüçË‹Ï:¬eVú6)_~¿|\ã¼á;“¨4ÿÿÿÿÿÿÿÿÿÿS&†7Mbõj—Y×1ôLnš,Ù]2‰cˆÜÉeê#6)îMØgÄÍ«Ûp4ÿÿÿÿÿÿÿÿÿÿTÒ¾ÅÅ“õkßRRÇô¹a——,NNH›/G)’ïeù6)‹‹ÈwÓó|>B4ÿÿÿÿÿÿÿÿÿÿUCÛU fõÅpÿý3ô†«ª],oE†õ‡ÄntŠeEÏ6):å:Óèéèßìvš4ÿÿÿÿÿÿÿÿÿÿVðuådõ Ÿ22ôýê×,ýg%y¦£~½%eœ¹6)iç| ƒWA®ï4ÿÿÿÿÿÿÿÿÿÿWauk‘õ£0Ÿ½Æô êÖ,Ülë 9[@e `6)©ºGÆû{Ñæ74ÿÿÿÿÿÿÿÿÿÿX¯›õ- ìÃô6C,~ÆæçßieºÓ6)|²b.ÏKÑ×òy‹4ÿÿÿÿÿÿÿÿÿÿYŠa’Ênõƒ£«C7ô Â9‰,_±¨N‡ 9 e 6)ÍÜŠô­©ûb1S4ÿÿÿÿÿÿÿÿÿÿ`²Ãšø@õËX³ ôy›)í,º ¤RðÒîŒDe"f6) ô¥„g—4ÿÿÿÿÿÿÿÿÿÿa#¦ µõe÷ºÔôFQ',›ju,nJ‘T¹‘FKe«à6)ÚW¿.àé…ðxˆ4ÿÿÿÿÿÿÿÿÿÿi­ŠÑNõꃌn'ôG ¿,®e„ÿü:Ö .e96)!´¥‘©`0P4ÿÿÿÿÿÿÿÿÿÿp®ša«õï³­£ÛôA)=Â,!÷‰÷aûÉûZe-w6)±–ŠÎ³ŠˆÒñö4ÿÿÿÿÿÿÿÿÿÿq?ÿ^õA /ô~ã,üG™ÉxŽ?e‘®6)øxjˆlðþa¾ß4ÿÿÿÿÿÿÿÿÿÿrŒQ°ª\õ‰óÍã.ô¢}I,’ÞäèžÔeHØ6)"t¥§¥›vÌfª4ÿÿÿÿÿÿÿÿÿÿs4 Ï©õ'\`LÚô:h@ƒ,³Õ*{@œÙ2õeô6)“W'CãZ\.r4ÿÿÿÿÿÿÿÿÿÿté ÒGXõ&kÉ,ôϹŽ,$ÆPi Óx|Óeç46)öÒ¬“I·d‹Ë@4ÿÿÿÿÿÿÿÿÿÿS¾ õõ:ßô¦,aÃõ–—Vë5ee>˜ÅK•ÂÉ“IΛÿÿÿÿÿÿÿÿÿÿÂs.iõõ[•r»ôô™æ\ÒÃÔXùþhrƒee¼>Ù˜Åú{è1ù/ëeHÎØ›libcdio-2.0.0/test/data/data2.toc0000644000175000017500000000024411114145233013424 00000000000000// $Id // MODE1 track followed by an AUDIO track CD_ROM TRACK MODE1 FILE "isofs-m1.bin" 00:00:00 ZERO 1:0:0 TRACK AUDIO PREGAP 0:2:0 FILE "cdda.bin" 00:00:00 libcdio-2.0.0/test/data/bad-msf-2.toc0000644000175000017500000000031311114145233014076 00000000000000// $Id: bad-msf-2.toc,v 1.1 2004/05/07 10:57:50 rocky Exp $ // bad MSF in second field TRACK AUDIO NO COPY // so that all CTL flags are 0 FILE "cdda.bin" 0:60:0 // seconds should be less than 60 libcdio-2.0.0/test/data/cdtext.toc0000644000175000017500000000173611663760607013754 00000000000000CD_DA // global CD-TEXT data CD_TEXT { // Mapping from language number (0..7) used in 'LANGUAGE' statements // to language code. /// LANGUAGE_MAP { /// 0 : EN // 9 is the code for ENGLISH, /// // I don't know any other language code, yet /// } // Language number should always start with 0 LANGUAGE 0 { // Required fields - at least all CD-TEXT CDs I've seen so far have them. TITLE "CD Title" PERFORMER "Performer" DISC_ID "XY12345" UPC_EAN "" // usually empty // Further possible items, all of them are optional ARRANGER "" SONGWRITER "" MESSAGE "" GENRE "" // I'm not sure if this should be really ascii data } } TRACK AUDIO // track specific CD-TEXT data CD_TEXT { LANGUAGE 0 { // if an item is defined for one track it should be defined for all tracks TITLE "Track Title" PERFORMER "Performer" ISRC "US-XX1-98-01234" ARRANGER "" SONGWRITER "" MESSAGE "" } } SILENCE 1:0:0 libcdio-2.0.0/test/data/bad-cat2.cue0000644000175000017500000000027511114145233014001 00000000000000REM $Id: bad-cat2.cue,v 1.1 2004/07/09 20:47:08 rocky Exp $ REM test catalog number. -- not enough digits CATALOG "167890123" FILE "cdda.bin" BINARY TRACK 01 AUDIO INDEX 01 00:00:00 libcdio-2.0.0/test/data/cdda.cue0000664000175000017500000000033412042113402013307 00000000000000TITLE "Join us now we have the software" CATALOG 0000010271955 PERFORMER "Richard Stallman" FILE "CDDA.BIN" BINARY TRACK 01 AUDIO TITLE "Soft" PERFORMER "Richard S" FLAGS DCP INDEX 01 00:00:00 libcdio-2.0.0/test/data/udf102.iso0000664000175000017500000460000012306760745013460 00000000000000BEA01NSR02TEA01Æ_Rð Fé6˜vrier44540B4A00000257!OSTA Compressed UnicodeOSTA Compressed Unicode*ImgBurn v2.5.8.0ÞV *ImgBurnÒ:ð!*UDF LV InfoOSTA Compressed UnicodeFé6˜vrier*ImgBurn#W±ð"+NSR02Q*ImgBurnî§l®#OSTA Compressed UnicodeFé6˜vrier*OSTA UDF Compliant*ImgBurn@²m$!ð%Ö_Rð0Fé6˜vrier44540B4A00000257!OSTA Compressed UnicodeOSTA Compressed Unicode*ImgBurn v2.5.8.0ÞV *ImgBurnâ:ð1*UDF LV InfoOSTA Compressed UnicodeFé6˜vrier*ImgBurn3W±ð2+NSR02Q*ImgBurnþ§l®3OSTA Compressed UnicodeFé6˜vrier*OSTA UDF Compliant*ImgBurn@Âm41ð5 w—v@ÞV .*ImgBurn=ðAÏ×ð€ €0B3ðÞV OSTA Compressed UnicodeFé6˜vrierOSTA Compressed UnicodeFé?Tvrier*OSTA UDF CompliantýðÝð"À ÿÿÿÿÿÿÿÿ¥dÞV ÞV ÞV *ImgBurnÛ ½dÉGb ¿©â,Fé6˜vrierÄŸXÀ ÿÿÿÿÿÿÿÿ¥ Þ !A Þ P!.Þ P!.*ImgBurnÝ ½ 0123456789/×ð_€ €0libcdio-2.0.0/test/data/isofs-m1.toc0000644000175000017500000000007611114145233014072 00000000000000CD_ROM TRACK MODE1_RAW FILE "isofs-m1.bin" 00:00:00 00:00:00 libcdio-2.0.0/test/data/copying.iso0000644000175000017500000040000011114145233014100 00000000000000CD001LINUX CDROM @@ "E ì MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING 2006010516501900ì2006010516501900ì00000000000000002006010516501900ì ÿCD001MKI Thu Jan 5 16:50:19 2006 mkisofs 1.15a40 -o copying-new.iso COPYING"j2ì"j2ì,RFFRj.ì COPYING.;1 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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. This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. libcdio-2.0.0/test/data/bad-dir.iso0000644000175000017500000014000013204104700013727 00000000000000úÿþñ¢¶ÿÿÿþßòÿ#èCD001LINUX CDROM ®® "u -  GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM 2017092217451500 2017092217451500 00000000000000002017092217451500  ÿCD001ä@üÿãâ"u - "u - Î///////////////////////////@‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚‚ÿùúÿÿÿlibcdio-2.0.0/test/data/t3.toc0000644000175000017500000000047511114145233012765 00000000000000// simplest cue sheet for two tracks TRACK AUDIO NO COPY // so that all CTL flags are 0 FILE "cdda.bin" 180:0:0 // 180 for number of minutes is okay, although // it is not for a second or a frame value. TRACK AUDIO NO COPY // so that all CTL flags are 0 FILE "cdda.bin" 1:0:0 libcdio-2.0.0/test/data/cdtext-libburnia.cdt0000644000175000017500000000314613204104700015656 00000000000000€Night Cats I8:€ ISong of Jo®€ yThe HuntM¼x€ee OwwwwåµUnited Cat OKM rchestraFelûTix and The P•nurrsCatwalkñy BeautiesMiìe a Kitten?`‚ Various SongÙ‚ writersFrieÉ ‚ drich Schillš}‚ erMother Naÿ‚ tureMia Kit§3‚ten™ƒVarious Comp^ƒ osersLudwigoƒ van BeethovÚYƒenunknownM¥ãƒia KittennK„Tom CatTom ö€„Cat Mia KiÄó„ttenÌg…For all our d9… fansFritz a¯…nd Louie oncß±…e were punksq§…`ï†1234567890èZ‡Feline cla˜ô‡ ssic music This is not Ü ! to be shown *"by CD playerظ#sžìŽ$123456789012XŽ% 3XYBLG11012@MŽ& 34XYBLG1100ëìŽ' 005XYBLG110£àŽ(0006Í)Š*+.x+ òî€Nachtkratz ICK€IFreudenlieþé€dDie JagdMA(€ie auu)<Vereinigtes pKatzenorchesÏ.terFelix un¬d Die Schnurz®rerLaufsteg"   MiezenMia } KätzchenÞê‚ Verschiedeney‚  Liedschreib÷É‚ erFriedrichœ‚ SchillerMu,%‚tter NaturM±N‚ia Kätzchen´šƒVerschiedene oƒ Komponisten?6ƒLudwig van ø‰ƒBeethovenunƒUƒbekanntMia `úƒKätzchenNº„Tom CatTom ö„Cat Mia Kärn„tzchen…Für alle uns„ç…ere FansFri‚É…tz und LouieP6… waren einmaØr…l PunksÕ†1234567890,‡ KlassischeP‰‡! Katzenmusik7‡"#ú#Dies solltenÇÙ$ CD-Spieler D˜%nicht anzeigôá&en.ÞŽ'123456789012‰OŽ(3XYBLG11012;VŽ)34XYBLG1100f5Ž*005XYBLG110ØûŽ+0006†Ú,_”-+.?. bžlibcdio-2.0.0/test/data/cdtext.cdt0000644000175000017500000000330111727007514013717 00000000000000€Joyful Nightð÷€ sSong of JoC€ yHumpty DumCù€ ptyMee Owww$r€wn¯United Cat O0, rchestraFelv÷ix and The PîurrsCatwalkj  BeautiesMi— a Kitten²Ã‚ Various Songz¸‚ writersFrie¹ ‚ drich Schillá‚erMother GoÆ ‚ oseMia Kitt`ÿ‚en™ûƒVarious Comp%àƒ osersLudwig⢃ van Beethov¡8ƒenunknownMÕåƒia Kitten*„Tom CatTom {#„CatTom Catâ„Mia Kittenlƒ…For all our X… fansFritz až …nd Louie onc¤Ð…e were punks¡…Pluck the gÐE… ooseT†1234567890˜‡ Feline cla#À‡! ssic music¾3"This is not *È# to be shown ÜO$by CD playerÓß%s•‹Ž&123456789012䚎' 3XYBLG11012¶Ž( 34XYBLG1100 àŽ) 005XYBLG110CìŽ*0006ë+bB,-1;!- ù‰€Freudvolle Nÿ€ächteLied d½©€er FreudeRul{€bbeldiekatz«Ç€Mie auu¼0Vereinigtes zKatzenorchesBterFelix unuÍd Die Schnuráà rerKatzengaêœ ng SchönheitâF enMia KätzcDò henOÆ‚ Verschiedenerr‚ Liedschreib ‚erFriedrichjÒ‚ SchillerMu Þ‚tter GansMip ‚a Kätzchen—6ƒVerschiedeneü­ƒ Komponisten4QƒLudwig van óîƒBeethovenunu—ƒbekanntMia –8ƒKätzchen®¶„Tom CatTom öú„CatTom Catôù„Mia Kätzchen•A„\…Für alle unsôá…ere FansFri …tz und LouieÝ•…  waren einmaîå…!l PunksRupfºÃ…"t die GansÕŒ†#1234567890EÚ‡$Katzenhaft¯‡%e Klassik+;&Dies solltenA' CD-Spieler É;(nicht anzeig™N)en.³Ž*123456789012äàŽ+3XYBLG11012¶õŽ,34XYBLG1100àñŽ-005XYBLG110¨ýŽ.0006/Q0-1ý¬1 ?libcdio-2.0.0/test/data/t1.toc0000644000175000017500000000016611661057474013000 00000000000000// simplest cue sheet TRACK AUDIO NO COPY // so that all CTL flags are 0 SILENCE 0:0:74 // frames are just under 75 libcdio-2.0.0/test/data/bad-msf-3.cue0000644000175000017500000000022711114145233014072 00000000000000REM $Id: bad-msf-3.cue,v 1.1 2004/07/12 03:58:55 rocky Exp $ REM bad MSF in second field FILE "cdda.bin" BINARY TRACK 01 AUDIO INDEX 01 xx:yy:0 libcdio-2.0.0/test/data/data6.toc0000644000175000017500000000020611661061303013430 00000000000000// $Id: data6.toc,v 1.2 2005/01/23 00:45:57 rocky Exp $ // MODE2 track // CD_ROM TRACK MODE2 FILE "isofs-m1.bin" 00:00:00 00:01:57 libcdio-2.0.0/test/data/bad-cat3.cue0000644000175000017500000000030311114145233013772 00000000000000REM $Id: bad-cat3.cue,v 1.2 2004/07/10 01:18:02 rocky Exp $ REM test catalog number. -- invalid decimal digit CATALOG 123456789b123 FILE "cdda.bin" BINARY TRACK 01 AUDIO INDEX 01 00:00:00 libcdio-2.0.0/test/data/bad-cat2.toc0000644000175000017500000000027611114145233014013 00000000000000// $Id: bad-cat2.toc,v 1.2 2004/07/09 20:47:08 rocky Exp $ // test catalog number. -- not enough digits CATALOG 167890123 // Should be 13 digits TRACK AUDIO NO COPY FILE "cdda.bin" 1:0:0 libcdio-2.0.0/test/data/data7.toc0000644000175000017500000000041511661062004013432 00000000000000// $Id: data7.toc,v 1.2 2005/01/23 00:45:57 rocky Exp $ // Video CD // CD_ROM_XA TRACK MODE1 // ISO filesystem FILE "isofs-m1.bin" 00:00:00 00:03:57 TRACK MODE2_FORM_MIX // XA track with form 1 and form 2 sectors PREGAP 0:2:0 FILE "isofs-m1.bin" 00:20:71 00:00:00 libcdio-2.0.0/test/data/joliet.iso0000644000175000017500000143000011114145233013722 00000000000000CD001LINUX K3b data project ÆÆ&&"E ì Rocky Bernstein K3b - Version 0.11.12 K3B THE CD KREATOR VERSION 0.11.12 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM 2004102218445900ð2004102218445900ð00000000000000002004102218445900ð CD001LINUX K3b data projectÆÆ%/E00"E ì Rocky Bernstein K3b - Version 0.11.12 K3B THE CD KREATOR VERSION 0.11.12 (C) 2003 SEBASTIAN TRUEG AND 2004102218445900ð2004102218445900ð00000000000000002004102218445900ð ÿCD001MKI Fri Oct 22 18:44:59 2004 mkisofs 2.01a17 -gui -graft-points -volid K3b data project -volset -appid K3B THE CD KREATOR VERSION 0.11.12 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher Rocky Bernstein -preparer K3b - Version 0.11.12 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort .../k3bQERxJa.tmp -joliet -hide-joliet-list .../k3b2BiYra.tmp -full-iso9660-filenames -follow-links -iso-level 2 -path-list .../k3b40QqIa.tmpLIBCDIOTESTLIBCDIOTEST libcdio!test libcdio!test"h ,;ð"h ,;ð(h ,;ðLIBCDIO"h ,;ð"h ,;ð,""HFFHh ì COPYING.;1*++llh ð README.;12--! !h ðREADME.LIBCDIO;1&h ,;ðTEST"h ,;ð"h ,;ð0//JJh4 ðISOFS_M1.CUE;1"h ,;ð"h ,;ð0 h ,;ðlibcdio" h ,;ð"h ,;ð0""HFFHh ìCOPYING.++llh ð README>--! !h ðREADME.libcdio*!!h ,;ðtest"!!h ,;ð" h ,;ð://JJh4 ðisofs-m1.cue GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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. This program 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 this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. Also included is a library for working with ISO-9660 filesystems. Some support for disk image types like CDRWin's BIN/CUE format, cdrdao's TOC format, and Nero's NRG format are available. Therefore, applications that use this library also have the ability to read disc images as though they were CD's. Projects using libcdio are the Video CD authoring and ripping tools VCDImager (http://vcdimager.org), a navigation-capable Video CD plugin and CD-DA plugins for the media players xine (http://xinehq.de), videolan's vlc (http://videolan.org), and kiso, a KDE GUI for creating, extracting and editing of ISO-Images (http://kiso.sourceforge.net). Also included in the libcdio package is a utility program cd-info which displays CD information: number of tracks, CD-format and if possible basic information about the format. If libcddb (http://libcdddb.sourceforge.net) is available, the cd-info program will display CDDB matches on CD-DA discs. And if a new enough version of libvcdinfo is available (from the vcdimager project), then cd-info shows basic VCD information. Other utility programs in the libcdio package are cd-read, for performing low-level block reading of a CD or CD image, iso-info for displaying ISO-9660 information from an ISO-9660 image, and iso-read for extracting files from an ISO-9660 image. At present, there is no support for directing CD Audio control, e.g. playing, stopping, or pausing of a CD-CA where the blocks are not actually read into the computer. Nor is there any support for writing CD's. Nor is there any support for reading or writing DVDs. For some of these, there are other libraries (e.g. libdi, libscg, or libdvdread) may be helpful. I'm not theoretically opposed to putting support like this into libcdio. However at present there are already many gaps in this library so narrowing its scope in order to focus on these things I think is a good idea. $Id: joliet.iso,v 1.1 2004/10/28 11:13:40 rocky Exp $ If you check out the source from CVS run ./autogen.sh then follow as below, except you don't need to run ./configure. To compile the source: ./configure MAKE=gmake make make check make install # may have to do this as root If you have problems linking libcdio or libiso9660, see the BSD section. You might also try the option --without-versioned-libs. However this option does help with the situtation described below so it is preferred all other things being equal. VCD dependency: --------------- One thing that confuses people is the "dependency" on libvcdinfo from vcdimager, while vcdimager has a dependency on libcdio. This libcdio dependency on vcdimager is optional (i.e. not mandatory) dependency, while the vcdimager dependency right now is mandatory. libvcdinfo is used only by the utility program cd-info. If you want cd-info to use the VCD reporting portion and you don't already have vcdimager installed, build and install libcdio, then vcdimager, then configure libcdio again and it should find libvcdinfo. People who make packages might consider making two packages, a libcdio package with just the libraries (and no dependency on libvcdinfo) and a libcdio-utils which contains cd-info and iso-info, cd-read, iso-read. Should you want cd-info with VCD support then you'd add a dependency in that package to libvcdinfo. Another thing one can do is "make install" inside the library, or run "configure --without-vcd-info --without-cddb" (since libcddb also has an optional dependency on libcdio). BSD --- Unless you use --without-versioned-libs (not recommended), you need to use GNU make which usually can be found under the name "gmake". If you use another make you are likely to get problems linking libcdio and libiso9660. Solaris ------- You may need to use --without-versioned-libs if you get a problem building libcdio or libiso9660. OS Support --------------- Support for Operating Systems's other than GNU/Linux is really based on the desire, ability and willingness of others to help out. To date it's been almost zip. I use GNU/Linux so that probably works best. Occasionally, I'll test on an old Solaris box I have. Steve Shultz has done a great job making BSDI CD support look like GNU/Linux and usually let's me know where I've blown things on BSDI. Derk-Jan Hartman started Mac OSX, but that's not complete yet. Calls for help in FreeBSD (NetBSD whatever) and Solaris have gone out but no one yet seems all that interested. Maybe it's just as well. Microsoft support is also meager. It works on my Windows 98 laptop sort of. Personally I find it a drag to develop on Microsoft Operating Systems and have spent far more time on this platform than I care for. If someone is interested in fixing the Microsoft OS support great. $Id: joliet.iso,v 1.1 2004/10/28 11:13:40 rocky Exp $ FILE "ISOFS-M1.BIN" BINARY TRACK 01 MODE1/2352 INDEX 01 00:00:00 libcdio-2.0.0/test/data/bad-cat1.toc0000644000175000017500000000024611114145233014007 00000000000000// $Id: bad-cat1.toc,v 1.1 2004/05/08 20:36:02 rocky Exp $ // test catalog number - no catalog after word CATALOG CATALOG TRACK AUDIO NO COPY FILE "cdda.bin" 1:0:0 libcdio-2.0.0/test/data/t4.toc0000644000175000017500000000015511114145233012761 00000000000000// non default CTL flag of track 1 TRACK AUDIO COPY PRE_EMPHASIS FOUR_CHANNEL_AUDIO FILE "cdda.bin" 1:0:0 libcdio-2.0.0/test/data/bad-msf-2.cue0000644000175000017500000000027011114145233014067 00000000000000REM $Id: bad-msf-2.cue,v 1.1 2004/07/10 01:18:02 rocky Exp $ REM bad MSF in second field - seconds should be less than 60 FILE "cdda.bin" BINARY TRACK 01 AUDIO INDEX 01 00:90:00 libcdio-2.0.0/test/data/bad-file.toc0000644000175000017500000000031411114145233014072 00000000000000// $Id: bad-file.toc,v 1.1 2005/01/23 00:45:57 rocky Exp $ // XA disk // CD_ROM_XA TRACK MODE2_FORM2 FILE "foo.bin" 00:00:00 00:13:57 TRACK MODE2_FORM1 PREGAP 0:2:0 FILE "foo.bin" 00:20:71 00:00:00 libcdio-2.0.0/test/data/videocd.nrg0000644000175000017500001202151011114145233014051 00000000000000 ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ CD001CD-RTOS CD-BRIDGE SVIDEOCD ¤¤@@"N PUBL_ID GNU VCDIMAGER CHECK MODE SVIDEOCD.APP;1 1978071400000000197807140000000000000000000000000000000000000000CD-XA001ÿd‚Ta}Цn’œêVÅNFÏï“,:›xbì‚[…½²Ækô™xîï™î x-z{5¸›d«ÿžª\ïïïïïgKÔ ;!®ìR‚üüE=Ø 2;ä?²µ:ñ¡ßYhîþ ÀOÏÄ;SÙ¸3÷!–’èC‚óÜQX­§Ü­jX`4>aòÛ5÷¥À½ßßßßßt@Kå(BÁ >‚ÉÓ¼¼³x¬œm¡nS«S0§›½”=¡\0¥eð¨—Èlg÷Ò?¡oºEB¨R‚_€C'B#DœèÃq¢j*WÀ AcDxçlG¨3|ó9z"êêÆ!ÿ’èªÙEÇV§ìãw×ÐþD`ʼn‰ÿCD001%º0Ǫ‰x ÕõoÓPTŒŒUÊ<äôJi`“PT ý°«ë ,DªQ/"3Þ1S`“~¿ë¡kþø‘Õ‰ŠÉ­Gœ½Ú0NUXA0NUXA2NEXTUXA4NMPEG2UXA6NSEGMENTUXA4NSVCDUXAE¡)ç‹§D’z2û{“—@£AEo$‚뜇’9äa¡Vÿ÷Y®Ñ£SLõõNIëDü›dHÓ| ¯ì¯>cåiž\ÒtñÿÐh®«‚éB¡{$óy. ôH@"tÕ–¦Ú•7a4·ñÿX­%‚¯ôôYĶèÃDt!^€r0»·Ð²¼9L¢0Û†:öñ”ߪý?I¬dë)B褽Ë,(˜Ãb´ Ä™›« +„Î,JË7õ¤HáZ É`}ÁlýDúvåX=Sܾ™:áÕÖã]9·¢W@GÓ=ùÉÀ3ŒH-FRÓXÙ5vHÏ6g64©0NUXA0NUXA>££NNNSCANDATA.DAT;1 UXAÏ0ú`zzzû“—‘éþû¾ôû€Oâ÷è{öõõŒf›ö–e‘±í ‘íqrûx—‘tñÿLPW{{ˆ{ó.ÂMÐúÀóöóÌë¢õS§|øôô3ÃDøÅ&ÐSZÀ¹Þ#ZйJCóuÂDÐ:öñƒ`é5Q:t¬Ö)èKD7ìP¸ïtw©qjc@k/æº4ªýêº ¡‹Ù/45"{0ö?· XÔÜùì$ “ºíAÇ×’ªýí=Aû.ýÊe§œLösÊ¥¬¤.BË×\uÿ<”0NUXA0NUXA<::XXN AVSEQ01.MPG;1UXA<XXN AVSEQ02.MPG;1UXA<üüXXN AVSEQ03.MPG;1UXA<ÝÝXXN AVSEQ04.MPG;1UXAÍ|Ó Y¨šmbÌmý-j|Æ_à|ÙÂa¸Ž³OhÎXègŸlë–ÍDõõ²ra/úµf›x‘–V”(+à *’ÄmsÖ‘“ÆGà‡tñ&ˆQX¤ÛU$.Ä_Î %ÉÔf—rÌC¦(ƒ²J)éx„TÚU±!æ ¹rHôô°?49¼73ÃDuÐhÅîÁ(òÂìü_UøÖŽÔj—:ö=O!#˜ª8ô¸ Ë:WôºÞWˆ¯ÑEç¨Ueè^yõVN]ñKÝ›U;îV#o®€-(Üš»dbÜÆªN“™±y”~–bÕ¥‚Ã\ÎI$ûyN…¾æÚ™8ð0ö%¬×–Sà Äš0NUXA0NUXA>ááààNITEM0001.MPG;1UXA>wwààNITEM0002.MPG;1UXA>  ààNITEM0003.MPG;1UXAÍüø×ù³## ëCpê…lG¶-Oíþû¡j3)É-Eo뼟‡_ÐZ6Nlöfíd“HÚv“q ¨h|—‡‘ÓσJ듎²## ÔÕ¯&äò(µSd4~øÀó@~OciHfwà",,Ùn±…Zêj¯Nmø/¹!Þ8v8ôZÞH×J:·€iÂ7ÐÓσ‡å-F‰Š:ª Gg®1LÞ¦Y Šr^<ÐÄ¥Ù”Æm^¶KðlÞYßÝ­µ›Ï¾ùÛyÌ·MßDf‘›8^8}lˆÝ^ Z3ÆX} q}äiVhSőÅõò-†¡ò©íè,׉‰0NUXA0NUXA<——N ENTRIES.SVD;1 UXA:––N INFO.SVD;1 UXA8˜˜N LOT.SVD;1 UXA8¸¸ppN PSD.SVD;1 UXA<ºº((N SEARCH.DAT;1 UXA<¹¹N TRACKS.SVD;1 UXAÁ™œ4E®H§>º‡„– ?S൴šv~¾&û,²ò"z¾_YkFJ¨Ègè® g™È‹ŒfÂK=Ò×=Ü’GàH,Âr¯¯áM÷‘ûtñb¶€4@¶T{5 {nã[õã¦âÛ{+Péóº- erìÊPÛ!]¸Êo§ÙLa–È‹3›DBy´Ó<ÑÉGŠ~{QøC¼ª¼ã^Ðó:öPF/вIáþÁ{œSÐ)v@$ó0eŒ³„ä@äÀ£ªn¾Òmˆ¥’€d¨2(ª}»¹MÌÆ~?Ó½t‡ù–ޤ^½»…¹fB®Þó½¥ÍÌ“¹È?S¦a`fš&Ù97óµ2ܱ/Œ…—ûD‰‰EXTMPEG2SEGMENTSVCDh©d(õõéõ›“õv`z×ñíõbzvt“óïõbd‰x¸æ¬xŒŒôôúôÈÃÇ ô;0È=åöøô1È=;È:Ç÷ùô12Ê<ÐOÈP…Ÿ•«üaM²$BªxXðÞ¿` *Ցĺ„i³Br\wÇ¢„FH¨Öý‘±âŒ¹ðï'¡ê: t[ÄP!á’Ù‘r=áé~âõà­æÖî ÞPÜx6ô‰‰EXTMPEG2SEGMENTSVCDÚÈ:(õõéõ›“õv`z×ñíõbzvt“óïõbd‰xsENxŒŒôôúôÈÃÇ ô;0È=åöøô1È=;È:Ç÷ùô12Ê<©tPA"ÜŸ•«üÆêoérT`~ÊLñŠñìîßKº3Þfh“ToÇ¢„FH¨Œ§¼ i°7ýðï'¡¸h"Uh\zz¿J©W•´ââB¨5ÍdR úÖî ÞPs×ïü ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ˆˆSUPERVCDCHECK p3*ž?ððbf`—d‰xõ‰p‰rËËËËËËËËËËËõó ÷«ûóU~¿Axx130ÈÅ2Ê<ôÊ8ÈÊ9ëëëëëëëëëëëô÷õÛó÷fT!~ŠE¦Ïõ9Ÿ”Ÿ˜ÈrB|â[¦Èõ:+‘.^î]íLša:m'@YëíZî€@UÀ÷ò¤*£B¶â¦\· Qê%¦«TˆðC?É_à!ßcj¯ìˆˆENTRYVCD"›Ó>ððt“—nd‰xõó÷éõïõóåõ<õ9°hBxxÈ:ÇÅ72Ê<ô÷õúôùô÷üôô.+»|(¦SHÍpRûÔ$<ël½—ŠVUoï6ÈÉBß@'YëS§_ݸ]ÑÃRÚÈå˜ðO`}+)Ê·þ×Û..·}W_!c ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?PÌÌÌÌÌÌ7ÌÌÌ7ÌÌÌÌÌÌ=ÌÀffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff;ŠFh333333À333À333333Å35ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffû%­™VV°°¯¯‘‘ííøø1bk©‰hhÖÖcc£íöB¾³ç©OPõB%1˜ÿÿmmVVOOPPnnêê ?†¥n‡Ë5——ýý))œœö´öµALVCb\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ8ðhÌÌÌÌÌÌ7ÌÌÌ7Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffx2wÂ333333À333À3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffrõxUVV°°¯¯‘‘ííøø.›„±-1ƒhhÖÖccúú;;¤¤Ép¿mPõB%1˜ÿÿmmVVOOPPnnêêÞóbNµÚï——ýý))œœëëÄÄ[[g%Lm\ NÚÆg¡¡ˆˆÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿT¸ù°ÌÌÌÌÌÌ<ÌÌÌ<Ìffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff†¯l·333333K333K3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff-èjøVV°°¯¯‘‘ííøø5îr¼G3±ÐhhÖÖccúú;;¤¤–pmÒõ|%s˜ÿÿmmVVOOPPnnêêÌ^µLT›¡——ýý))œœëëÄÄ[[3%fmU ûÚg¡¡ˆˆÿÿ ÿÿÿÿè ÿÿ éÿÿ ê([fKŽVŽŽT¤õ%ªr$rªªõ}°ñ ýë÷ªª ýxªß¿›#[ôßUzØgUUôaXöðûõUUðPCÌ—ï–GªD;o”)Ç­ò¿]$ŋڵ¸@äZá£æYä@Cs‹ëk츯ìºÌó¹]èöG[;цÓÞöÆksàâÛå­¹¥b=ËMùch†¹5ˆˆTRACKSVD2uðð“—~‰rbdxõóõõõõŒVŸxxÇÅ?Ê912<ô÷ôôôô dêï,ÕÚFe!"Qºš¡%\%BÖ积æà"Ó¡P'Yëù1òÖ+^QÑoRIiQ"_‚#Ö®¦ù¾,¥'|F_!cˆˆSEARCHSV """hðœ3ððb~—‰pbdõõééïïåå<<<¸ ¹Uxx1È?ÅÊ812ôôúúùùüüÐý%fyÂd…(Ý»èî¿…ÝY‹ªbQdyÔ§Ebb– ¥æ‚1¾x{ï23'Y먙eÃGºÁ§ËÍYc#§“.½l:¨`¯ím…›ÿ¢pïˆSYâf{o¨?v_!c”› ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡ ˆ”ûû…ž¡óó 5ž¡Žarãb#¹Ò¥g©5HpSt.B!V”¡b€b€º!€‘» €‘âÿáà.âà&¾ðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜Ö$b€b€º! a€‘á `.1þ_æé³ #ˆ  ¸@d¸R—áô¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥" +ø})H‹”¥".Rú° Á °b° $†’ šLÝ;ãK²R¸¬¤üû;?aõ  ì(€@4,"_ÅbÒKÈ/ƒw&r‘ÀšÙO¶]ÇÀ4»9)Lêèý„;Ô7¿—Òé;¼0Ð@; mÐB åíÒ35’Ä´üÛ¯Þì` b€€jP  &à&,€Âñ7Ɔ¥(B ˆE|ïÂ]³-KÖŃCP’Ðòà5ò}¯æQ½0XpA` @*?%ÐL%0ÃJ-#\”XŒÌiò€"JLN MA\„°ÒÉË„–QIÅŒFHÐ0“7̼wó±`` °C³¨ò<>v¿6ë…ae £ïh^CÀUÐÒˆd½Òo %% ®@Åàß,Ω”RCSŒÿ•ˆñÕ~—|0(„Ð š?áˆ!rjPÀ]KèèlÊvï›·½hÀ@Ì,¸`@`@Æ%0Ü5$ÔÀv -‰`ÂfB³¥=;lÇЀ(œŸ¤vIÙ¼>¿šzMÀ0â@bÂS%Wä–4˜€ÞÅ`(_Sç=°„Áˆ¨ Ôñ ç¤ ”¡ùü1$Âg?ïøíî|*”dâŸ|ùº„;Ìn¿”<- *L¤ÄÉ… °ÂÑ’‚Ñß'stpÊ÷SSy¢õ¨& 5[Õ§íŸÎ,Kg Z8R»D^'zV¤5gRëJˆ¼Ô´ð•ªƒpn}u”ˆ¹JR"+ø})H‹”¥"*ïÕ ;HÀ^)&ྜE±“S€b‹Äă¶ìvÛ¯¾Ùÿum¯<@@C Øi{~7†¥¤’HÖ^Cn|y …''ÿÓÒ[ûqÏrönz­ª¿ª€;¥”ˆIRC\´ Ô¿åð~Eô‘¨ -¯Õ³·ûþÁ-Û1ÿkå À@C@Bt£–VØb (²øÄîÅ6t¹üÛ4Q,HèKÙ£à̇`¹A›ˆ_ÒAhB3óÝÇ.*øô4à RËÎÇ8ÄîÁõ ‰ Q@—úw€*!“@aÉܤâÝ( Ï™;änV9JÇ®é Ô MÒ‡l`¡¼ïù¤Î?Ú6ÐøùT¿ Äô^˜”vÄ`°ÒÊ<ðÍúvØþ’†£aÿW€4Ìè H@`ðÀГ2?¥@Ð)‰¼²ÃBPi„2‡èÍÆãWïLÂkØ ¸ç+î¥îìÏÕwê\X &”ିÜV¯* (@äÔðgÉhrrÛ   !üß”5ðĤ!Îtó°»åA€Q ÉAÅ“PŸÝó$¼w5Y°uâ–œÊ7½­ý@ ¤D"oÝC ì× B8pÛ¨BÒ@Oßô¥)tÿÒÍ·güb{þvy0 €@—,˜^íÊ Ý#ÛþÍþÛõ>a×] rÊü¤d¶Öp˜ÿÖsz:Yž/°’qIÎGp ÀßvM¿é å¥?©¾Û`ýšó IEçBS¿~ÈK1(¼ÝöÆÌX&€Á.V-!{$–€Æt=óÒ5|[`€ë–)œaì½³=j]°0¤€j—OéJÙm¶Ùû„%²öÛclQ$²nå²wèÙ!©F Ëëù¶~–²r "úC(îÝ'l£ú¶ç¹¾~Í“ôX…–+ÈIîÎù û¶;¥Ü )7pC -Bø&Þ”„ !—Óÿ/—ÂKÄ„!CBYº~VÈ:ù/! -ÒR?ôoÉúì/£uçì³)¿¯€=!€ZÎß1KÜ'¯ã³©¯  (Z:RŒŸÒ†íò„ôlŒvʰ€„ ÂjòÐÛlü÷Ø{awÒ7Ô7Œìã6éÏÞ•‘Ù‡Îü P˜P KFÙ±Ë,0Àc¯Fø0¢Ð„%†}»pÓ­A€TšL ÒKÃzS“‘Ó’S7N~¤s”uÔ(0áˆù(ß2ƒ §?ç‡7ÐÁs¼Tö€Å€ þ‡% -|3ðÍËHHÓ=g_ À; (†Ýd¢‹ØpÔnÄûëHa¿'â[âi 4®S!$”MÄ´–^ÿ”£mžøèj2;#m³m±Ûc5Ô£’¶ïå{Ù•b€b€º!Á€‘á ÿÿÿÿÿÿÿÿÿÑ›úQW}Ôà‡êMp> `·Œ¼  Ò~B÷ÌÙ–øqê{Ñj ­%ï‚s+%<‘‘ß!®a€;!÷&€Ý8PadçB„ÜŠä®7fÚª®Â`d0iÃþ?ŒàKbOƺg1”»Ô§†2±}&§§3š¦üA }ú_3e€Û!Ûs¿ýøÞwýG^¯  :ÝìfÉHhi[+) R;÷: Gvgu˜ä¯žv’âj îœ1“úÓ°iNâ,ÛÔYÒ¢[§’¶ëHB2Cz2—ßýÿ;^h„¢h ,§%¥(ìžM˜°Î3%8bÛ¹Ùw8„¡5 0&“t~‚fÜ´Vÿ–žÃQ¿WÆT5;6 Ü;Ê®ô¸˜²`Þ”¤”WJøB[/ÿÆqÂî N’€`[¬•¸ÁMÑ–+t殀P°0C oºIƒ7JŒÿ†4n§Î«H€0èIdÂníÊ Gã²øc7J6ý_æ{_÷»+ï¥~  ™ !îý)û§þ–Û;gä¤÷ÿv®D2É©…÷Æ;’>ã+öÛW£œî^+•Ðó±ì{mÏRå“ËÝ|'’×·oþÈÿ:JÓÎU)o»üÆN¤øè„ÌM NI—0˜‚fmu@Ú\ö¸÷ÐØØ¥)r”¤D#ø})H‹”¥".R”ˆ²¨Mú1þ d '¢-)9,¡ú€d '¢/¦ìò®qd×HïÉÞæ@ #D]Vü‚ý¶ÏÿVÛýšõ€ @1(4 ÐÅ€XLK·nC&å€Ûp$Qá¼F=¢*(èã9)M)p4}zQÒ´#,Ô„—Ø÷ýHâ62Ødñe§˜Â°œ8RØû´‚ 8ýÇ(á{¨g\E÷’Lfé—^éüÅ…6§);|f rùd°ÒoÈB¥»Ÿ•²¸¿PJýx0¾èè~Víûœ2"ïA 9by˜bBw~9/‰Öü@t–ù¹ýn/p=Īã / "s’»Œß·9rr‹ nÛcÊÙF¿uÄTšÀ¨’i)À7·H!}Ÿ¶7÷u{†¢i- èm«0XJJI¸0¬„âÐB+ô„줆—Ö”¡jÁ¯ï?}° ¾C;ûJé‡ °vED_¤¿lJõ ÃC@`ð®RK€—†¥,¶¸AUÀ;…œ˜Y04^nÇãwÂ÷^ˆª½q0iË៱¨aÿ’â^&Ý*B!'‰HáTƒQÉ@(â~ëq«xëàðHÄBð6"ô†Jã˜8—Ö`Åf,7u÷~°8}ÐKáèS1h%8…§ ;YJø¤­û/î~8Œ¥›Ûc¢/¤Q{ºP”€ Q˜¼~yð(—A(¶ÿçBpÄn±”žêÆ1éc˜rî©{¡#0²ÊZËZðtEIG IÅsìd2‰¤2‘Ø4D4ì˜MÌÑ’~ìøá8î.¦"ýaa¤ÎýΜY5 8]ç¹Hç훢/XÎWÜ÷·€œ Ô“Sò?×Pˆ¾À8†ž”|úäÒ-¢,¡‹”¥" #ø})H‹”¥".VCq0®že]ÔwÔzp §÷lõXàÐ'`1X¢b,ï}€15É$xp ƒ]ÆÜ„§#?ºE€=Ù?!."£´°Þ´¤ë”LA(1µ¸@ Б…áŽuÎÑ>À“y03üIì‚°ôóˆ7ÐHl[ìý™Ÿo÷ZÓ×¾ÉïÜóµäÀ/-º„_ؤq;¦õÈFèu»¨bs€E‚C󈈼 &éFíÔ'›‰Ø¹—!hI4fÛ!/þì2?=€Ÿïö1Þ¬E'm•ú[wÇnh±‡°£îAH `2ÍÃSø„e#Û*"£ ÐB`±+ôt­)ýÒZMIi7óÇÖ0AS,  «,EM×H ‰HümÑ&kðÔ`3ÐIOù…­=AÚ@ 'Ý BYPjqî …÷š:ô€&!€ì±‰A(­’0¬rxxþ¿Ìh‹à¤ú@ø IˆøA …¥ibu»9ÙŒ)$ÀÝŒd†'‡¤ 9¡Ò“@@0jjư…ìÊXÞ¥uk» ­Û‘'«„t}Å3:—jB-$?ÐéAxò’¤àãpŠKI3Œt–_8¢·JDñØMnÑlŒ±™%b“”XbŽ»÷G8ýrˆ@0+dŒ¿øS÷ÝÓúÿ| TEöI`‚(?¢iN ³“y5$¡©(° Ý '«W:äð)¾Û¿Ù+}úüEy4[†|ɬ„²9î~dŸ¹Ži±4Ì^é€0 ìKíÍZ* (^’À nF ‰{ä†%(ÉÄÀ¾ÙÛ¶ ;šk\ SzŽK%$'s÷^áÞÒC€¹ú>é 5(èZJÝÇ?CÎZîxh!üT€b¢aA ŠX‹}DPí‘ÙØè)N3O7›Ý®è Ò´¥>œå}Ñ‘°üj»W²#8Ëœÿl¥nÌý]Í=c¬T84¢QHጽ÷-ñß 1 X‹` 0È,3€UÂqæ ع€ÒMp$8&kŠøDEöI@;€;s9 ­ÙêòrsïQölÿ©¼lýŸ¾qc}€À`T…ò ¨u›šäZQ’ŽûÚÀ“ I ¥³ã½hÜ3 \Eó·ïÞ[èD\¥)ø})H‹”¥".]`d˒פ ð C@:ÔRfG 0bC1{ò¹dÂae£'nÑþÎßv6"ø00T«â¯Ñ &VÀT°@ @‚@@ð†ÀvžM!€C€(L!#îß ²º11£lÚð@ˆÄz vb€b€º!!€‘á ÿÿÿÿÿÿÿÿÿø €/€0(y4? :!€(8dÖÁ¸¡   ° 01 ÅÜa@(Jr0A7 ˆ©¾~²66@ß—ï¦BË!0&€=Ì*Cà'G,ƒSЬÆ`À(Æ š„öý¶)8aÛÿz@fx €/lYE€=À: 5#fCÄ2’’‘Óƒ±)±{ïÝß}â/â 1 B0ܯ`!Ã÷ÚÀt˜p À†pà!&bœ‚ƒR¯ÃHx¦ÿº²Ê(fJ–®©†xÀ vŠ@€f‚À@CÄÀŠ&ò”%$Çá©C_HGJTÍ'n°ÒÅbaAÜ–’>Öòb„%²·!ý9…½îÀ€œ!©P É¥p€tY7•ÆÒœѱ+’RÛ£åõ4@Xh p 0&É„0(Kø†2’bvOΞVÙþ1 /9Ï~TPÀ Ã:@tQe#ZŽ‚Øô†æÎ²Ìø^¼bs˜…€ 5÷P„2h€ BP‚ï+t·?´ VùoúÔ+Ôd q4à ’Ä¼ž€c€bK, ÞVBHG±C?ù)çÞ"ÿ?€èmiÀl‚Q_”îÎqH4´ŽØÁþûHð€^P`WË{Àu²y vJ (03¤o&£^éGÜ ôòº:8f¼ Â€Nq0ši 8¼”¤4†9lZv)=) æ'ç9´EæÄÇÃvØ oÖ¾~tó÷~ß2µˆ˜’ ˆDÐ*C/PféJVÛmÖÙÿüÍŸóµï@v˜€d€ì:0 2C  tÿ‰œ þã@sö³÷®&€f@?4 ɼ1 Ѫ! –JëJ0vÿñ£D_Êt¼„Ô¼` E7è!“Iƒ …ì‘€X±½ø¥uq׈+l"ûX¢Ë0€¢q4 “IdÂgC&òÊ ÝDÄ6Å!’Ãv(°a¥D¸(„„d†”bø`Ƨ|ŽŸ·I(þ€†íÝmâ*¯–œ%€„Y4¼ž‚†>FXOÈÌÿcGÛðÐJV +%¹û'>vuçÄûìüá À;åìî€1¾&–‘¨ãVßsNcÕgÙd߀.È&–ŽMAHJr~?`•­Ö>"¦ù 0ÏÝ dô§¡ì÷Ç'Ü𞯴²`P€aÀ€gɈ&_/€-JŠNF&§'†7/å`–o‡Y@^´h¬˜C&“Hi1DÐùiᥔ ný?ìèßwÿ­qó †¤5¾ÊFû  £å =³ë×PÊ 9Д“Jå“ d %l_bÂ_'º¾#ßQ Ô €dš/Í 1·”Âɽ$.V,›÷èg,ÉiJ”s^PÉ €`€À,AIKìíöß~?)g¨Ï7I£ZȈH%JXb0yx}ô{vŽ 5$0åRZp Ñ@0 lQ4bP—3ý³ñ¾ùÀ ÀNä&,šŽ€Ý’Žèn’iIá‰&§m†d3±/¶u`M :R„ ®ZzÕûó}É׊7Gå“?ß›€T7mÛÙ­`&+‹Èÿq†íNÀF¬ÒŸŠß¯vÃÅnÁßáûu€\À$Ö &iy, –£¥†À` üq,•… 1FäꘊŒÁ÷%—ÅþÒM!À0NãxÇUÁºÀ O+'‰¼˜a–J&¥)%”Ž‚—™™*ùŸ’{,Uêz±`X¥f)¶ÿ0·gõ@1Hi``¼J/Ãñùº÷Ñ?• lI  :ä>€Tà k^Nûá,x @Š …d ­òÓÙ)éá=úÓÿ#]rÓ‹ (½™:xíÖèÄþ´p K¶ÿa›unß'îÁÄh‹¤—€oÛ·ÏÑùÝ@ò<7ýÒ¯÷ßc@È : w&;ŒÒd ¥lÑ´¥".R”ˆ€ ø})H‹”¥".] ‡ðUÆ» Aܨ‹äá%iƒpÄ_P~Å ²iÁ «Xþ‡û ˜Ðñ¨»ta6` œ¤Z@ì7Ãì AB"/5ß-|_ 8BR””JÙ0®1$ұŕð"}în^W¸€ Á ±G½†í™xíÈœwÃ…>êÒ€í.QvÈ8Í”NÝÅ'\ÀdII%'ž­Ð£«Ý`€é% $1Gô†©@<-ú°åDT} ð2pakÅRÆþ@&6Xä–”§ã~Îuª¨44 $˜¢€¡/óܱ© -?§£mÿGAÇfÆVÄ]€TdÎËä$5?M8Î’’R8iÒP “V¸„4@'K£rWíÓ÷IE|5ÿ å¹À(ïÚ"îÙ  ^¼è@j5&ZK8Åt²Kå%°I5åŒÏ¾o·d²÷÷r´4 MËÁñÁNô'å …À¯Ä"g@dÝÊ,‡Ë G%q¨BSÏ·wSeÝ̰¿Zï–¶sþÇ;)g—^€ I‚þøî;Âñƒ¼Àl/ˆ¼à†;ÛA\0Ð@C0äÂÀ`!”P pjI¸›ù#p”•ew!%M¯"&ÀûÓ‚˜€8¢a1€ìÌ€•Ë(¤$¶(7 ¤ÒZ(FvNt©Iˆª|–Ô † šQöB߬£Ô[ð³Ï:ú œ ÒC+d:Ö°˜ÃùíÅÝ*Ø4„LÁ»’þéÁ¨ØÌ¼µå¬á÷|a 0b€Ä ò²° ðýÍ7sâ/ÉdîW+ÿ€þcߘ^#\À ebQA©ÜþŸŠG#þﲃ° ;N÷Í|üàH`& !£#€ì°‚þƒ3ì·SùÔ&"£ò0å€bठ܂òp ɰj6Ù%òÿ !¥¶XoæåëÇ_\ Pø À x À€è@P²ÀN {†„4šÊ×›ntŽÈN¿Å~û7¶7à¬LðAΈhòé<ˆ€0Ð ƒÀ ; (00°2J!§† 7$5ûbò~éˆ¿Ž€œÁ‹t}Ä4€jM` €œ „h@P0¨@ „Ôba 0„Y/ ‡’œQX ¤aE¡,†mѲh° À À @0@häÀXèK@ 8 &çA(„Òg&Ã# †4²`bÐèBòQ¯ˆ ÊÖZøëì @šœ@LnÔ`!&P H@¤PüÐÀ`Œ”$š„ð+É…†ËÀd–ŽŽ†Ö°P À À\` ËJ À€=ä/À$„t ¸a…€ €t4Ý%ƒRKOHnI@cª"þ`x f6p @rh –`ƒ ¡¼5#P…ðÀÄâ³§†ô õ«ÜÐAé)‰úÀð“`z˜¼™‹&H€„²`ÐCöåÁ!£2Y81#@C³ýØÎ×} @ À€:à @uD4édÞX…<uˆ Äï¡$ÄðÎM,ã ÉÙ!¨ÿ€Ác[§Ä_© ã=Œ@U;(n¾ž À€* É€1&€8  `ì B’ri „YedQˆa…† ´L& /”¥Ð.8 #€œ8R4X`†dt–hà ¢Ê&„ò‰`T 6¬²k£º1hÙ/þÀ8DEø<ð¥".R”ˆ€ ø})H‹”¥".] ‡îUÆ»PœC JNˆ¾H`"Yƒ>å#㚪"ú` Éqv@ @¢&Ä$ÆAùwD0P*¦¡Xè‹ÎÔ 3aþÈ€!Uìb€b€º!.ထá ÿÿÿÿÿÿÿÿÿ„"êpð¥å20Qãƒ10¤ŒÑ] 0C,EGzð ûBÄD^°À8,M× À y0HÒƒJIdÔ³§ AC ÝNZRÏÉû\ЀT˜ɤÔ⊠ÃSù˜‹ùÛeþ­{i×t—²ZR ˜òa—‹Ü7šM/ävÊB×Õ}2qhéØfOÿ#ú¶Ž« ©`:Á©G ì0²Ð[¥.0 ÁˆOJRÝ›0ÿ¬À€høÉa¸`! åô$néÉ/§;l3²S·ýJh‹ÔL»€Ä@;!–œL!ÿ-*Ý'd ßßïöúÚq  2½ÀÆÜ1³t’¾ûüêÿé7޹À @cÀ¨€¡)&¹IN&à N - Ÿ¶é,•ŸÒ°/þmîÀx‹ `U:HοŸ/v7 ­3 ë1$¢¤ tnÇè‹(Õ§!Oéûm³ÿùÛaþÍ€bpgè!“H}8ð  ,­Áõ$Ò†²÷l0r~€tL@oPO(5?êJNC ~-®^À˜ÜRÀ@q@SBƒ8À2†|„mÉ¿ärøoOW<çSÄ_`²û–BO&£/î‚Pj65%:s ))سßVBÂ@²øÀ€biü삃§O›ß$,÷м^ßt|†îQnœ1;íÐ^èNèãŸ>]Ú P@,À5C !@0øÈfè%ÿð@1+/—À¡{ÿÐÑûâðN舾H‘Ã@`Q5a å)9oØì’‘¶rJP›Þ€7P‚€€>- |CFÜ¢‹ /üAá?dòÉ‹G+Ù·ÕàÀ/Àˆ@Pc”WÄ0 dÈI4¾Šm™ Û®8À@-vœÙàà1à–_`À$4j147d#“y[Œœ„–Q3|Á)gÞ"ªè4AE ›ŸòoNìÙÆcwéÇþµsµóÔ€:;A[” K ·Èåí–îØq×h¤ „½ºQ¾C¤Ô¡Ûg7ïš\X,…€+ åu£ä‹Ã?a"£ô àà @10 @vü¨` Q&/€;ÞÙeDða´$3 NHG|”!(oªÀ` ˜À€=Jì@ƒI€3ÅÐ ²P„¡ À(LÛ olŽß¡.÷¼è4€¬‹q^"ý(ð@/¸ €#&†“@NX@`(L%“0 ¨ìR ˜7§âho ùÓÔ¬×TÀ @˜@ @a€¨¡©N‚j5¡¥¹âP1Ѐnœå%i6ðÅ –ŽŽmÚ P†Ñ¥eqÑô@È\ €ZÐÀb‡rXhÏ“²À@„“~åTBDŠ/BjrR„a„Á_ÜpA?xø¸ 5 €/b@a˜\¨¸èŸýña˜ÁŒœŸô#„ì7o¯&=Dݘ”°§!BdЧ6s@„Eì` À€íÀv~Œh¹@1,1%bƒy7–B!pÂ``iA‰ÄÞ’Z{! UÖ&¸€N`°0À “ËÉ|P¼P‰ Oå¹1S8aoñxhÔïÝ.»ÁlÛaЈ¿\¬ €;v= Ã@Nô°ÀĆè@¤„p 1lé&éP§Kn²jCWß„¡H@€ È P;i†C´À;I´ a‰äÎQ0¶NÈß’ðFù¿KÞxðCHŠð b@W|êDÝ‹”¥"  ø})H‹”¥",ë Ì™Ë&dìã.tRŒœÝ{Ä^Ð@;Ad,WN…1¶-šìP ˆ`:&’É‹ÇÈ€€^•7ÑÅÏ7&’J7žìZüåÓ@ã|Eñ„ ‘¶F»<°¬ïâ~Ž3ø‹â®¸\àPµ:®˜ øø¤° Ë@ĿѠÀÐ*j äÞQ4˜ɰ ÐQ{¤®ê^ZÝþ9ïH°WÞËJp¥=/ù(‡ÃphÜyiÌÎý½âRFæÿÊܘ’i3d/ï~¡ 8 € ¤2o(440>AA˜˜¤–‡%!!½%#¥;lèÛfÚô7œRX¤Âa0ÂPXx!…]¯fK>|€†d> ïÓËJK< ­úJÆ'½kÌ:ê`ìà@b^ &ôð(ÈHiKÜ´‹;Œèãvv6´ÂÉŸâ÷Éßï¾o¾?}vf’®qA¼†PaA¡½B6+ddvÙÆ!¶sËNÝ=ï%)GFzÌ›æ€èà€›€b‚RI{@Î945ó~+}¹iKm…ýmÈ2€0åq˜†‹ß—ÊO÷=¶ÈÙxôþ¶Í®(@Rid4¸ NÅvLœc’WÝi@ñoâ/˜LB@,€Æâb2ÐÿtžŸ¹ìîÏŽ¼ñ0˜‚f) mhÈ,mú{§›d\E÷À€CÓÿÛûŠQ5(ù5à!Р rqÞé 0PŠvñçFIùîÐ`øø»;ø‹äX"´fdk±ˆ`øø€Zÿâ/‹Ž\vcýØ´ÿ7 Ä›‰]ÖEˆº@€j4Š[ŸÅÙ.œ„Bl z±b€b€º!8A€‘á ÿÿÿÿÿÿÿÿÿó:í uÑÉdÞüö¹¼TEÅ»0|"·Ðˆ¹JR" ø})HŠŠR”ˆ¹ãþFÛh]``“CI¨\fýqˆ° #ýÃQÚ€ƒØ †’ÐÕ¬˜TQ+ßÓÖ¥h !0yA¬Fp3€:  öiÖpV A$!0éz !1€'ïy¨@EüÀ@{4_ÄuiBå/A$&/爪}Ø ÀbX€ @¡|4¾v€1Êéý-YЇ…’–-4nrÈ`!„ Òä “RRy\•Y(îvJ‡Œ±-¸° ƒF-!€ G€@퇵é‹Ô°*™5†¥‰ˆe°Õ!¸˜‹æ^€„8òB1d2$ì®È^æ îÿöVÞâ€è¢A  '&¡¸a4¾ZþgfweÞ¼4”pÔ–y(0a™íجÌn†ãŸ~«Å€eÃC ˆØae†ÿ‘ŠNJöuô³œþtEý$¤€f° I`'‰H&ìaY©„Xnêî­¶ÛfU¬ÀTšB© $¶ÎQ|þ+“Ï9ºýË»€é1nQ †LrÈ%–„;M8oÎÊ»¡Œ¨)&¡ùAˆl‘éùdþŸ…4EIâÐ|WtÑÇï÷Z¯dJ„8(€žPCˆÃIe† þZ f ƒU³{Íì0˜i ´üQ0¤–“{#?l=W´XLz°jM@ŽìnåàBgÁŽ” & š‚ËßöëVÜb·ˆ©ü`Ô˜\‡Ü²™›ÿ“ó|ÿ6°4``°þH΄%¶ÃX¶e;:Ö»ÜbZ@Ä„^àdIÈøðŒ^7»2NSmgÙ $²‚i\²Q3Ÿ tt8Aêo|ðà y003뤢ÃJAczö Nê[á¡ßõ€œ00@;&ŠAe ä Ü–WXÏÔ¶ÝOv”ÀMÇ€X `¾ä€=I° €¯&J-€Ã’“’ΆvüD[€ˆ Š !“Óº GO@ß#oÜóY…ÞPd2` Š%ÃJ ÆoÆ—ûŠ@Ô¸¶7Þ¼R·`û§Á/ŒÎ¬¾ß¯ºA»è²o£“ _êÅŒËã—Ñâ/Å`x €/I(¢n - ›º?Øÿ¾ÉGÎ춨!!ÀÁ¥’ÒA J#t“z] ±+0×/ ü§÷³ÔÀTP BJ ©ÅºI_%‘’Ž¿Ÿ+dñYwŽ,‚@€3OØha fã²CI¯ƒú0TEæfü@äÐDΘá©!R¸f+f&¤b€§t™Ð’3~®÷‘ÌÄÄ0 |7pß|¨HOF+7r_oײÞ¸Ä…Š¼frH ~¯À) @¦  òpÈã€#ÈÈÜLIh-ø`j#®”|㺺d0@ÖlL!€Ø–ZÙ!¥áˆû²ûäñ%!;™z€é€ !  :JKøüQ,z€­{€RÀ`  À0œÀT¢Ë-©Ù0 >-?ÅËGHFPÅdšR| € €d¨ÄÐÀÀѬ‚D¢ðÏ÷;¥(ô%8[½Í9!=zp ÎØ`€0&Ê&–QIJK&w üšÐ-ÀþĶÉì÷@Pñœä„õH@OZ@?@@OÄ^P²Ñ9!=i ú ~"¢ÈäÄÔ’°nzŒÝzëj ¹40¾ågYµ@€3,†„†ÝŽáqÎЉ°ˆ¹JR" ø})H‹‘ê…".]° Û5 e„â=Ä»@„5 ç„âé€6Id0†Oý Ô0*M¨ 8O$ü|EGÏHhfíË@^µ€.`p@ @<&Tb, ÃCFÔ†¤ “K,¾å¥=iìí•\€CP᡼–N¬!CÈx07¥%uaÑ”¨ @ ÀaÀLôÀ: ñ¸ *R ‘²¿YEä'ìY_'?ou¨ @h €À ßôT’À© §GGЖM ÉBzŠJ7ݽÏj7`ÂЖÏV€è¦ÿ~ˈ¿D@K0 À5!€b@MØ!†€ìšZ@B¯AdÒi|²ÓÃ@lÉOüf@Ã6kPð€&x@àB€t_¸ƒ¡E &üÄ2 (b7 Ù¨sÒŽ„oÿ¸12@t”lZW€&@¤!©K%»î„ã’ŽgÀr"þŒˆ@0zМ ƒFÐ4²œbrpIIBs'n¯V¢0"a…† @aHÆR2?§¶Ùþ>À”Ð ’Xg?¤}Ó¶dJùð úðj3ä'vì­u€tJ %Ï–ûá_+UtØá4 !¼š¸ˆ €'!¥%§ÑÐŒ„“žKO )ô#rÊÉé=?Ý@A4Lœv|LböHoņâRñxbphüÌÑømpÒÈD­€¾åô(“Ò‘”·ßeçòý%çS'ïQtKLè†è Ä0`ƒ¡@P5ÃP€Âb1El’ÿ,i[a…%ïœk®€  x€bð4$dp¼Ð¶b€b€º!A¡€‘á ÿÿÿÿÿÿÿÿÿ˜zB Ø @n¼¢ÀÈbC@N@¯åt$ âWÈK%+~„{œ©X˜ÀÌ3ð ½;l5 T1¡Edâ›+ ÿmÿ¯gˈ¿<$`€xx€òb@¨b D`Xð RYA€&·ˆ( ÃF¨˜„³véoÞ̨À@ @`TøÀ°  !d€Ìä $šLbgÑ0`jI`1ä5$ Âxkî^JwzÀïò` À J EB~èIE8l¥'MßÑúÝï.`'&€€˜˜KN@h`tõàЃ9 1I«Ý ¼‡fˆ· @@€V0Á€Š HÐ*tžp*¥x€ì†C¸d¤'“œ„ôoÑ“·× €?^x@`„8ð À“@ÀbM=¸4†K%Rha0 €ì›Æ€–fÙ¨B- À~J&Ž8Ú`߀â²xÇ8>"à@1,'¼pð` À18`ð€:&ð€Ä„xxi4–J!à  \DÎ0†€Ô37ï‚p0  P 4xà$À&Ôô(°-U  CÀ0-ð HxidĤ ž¬ÑcƒI  1üû+z²ÀýºiÉØy¡q@b`ÀÀ À0 r@dxà$À&Ô° ÀP´T$  CÀ0-ð Ha%“.z³_f1&¼¨dÀ`€ä€?Ä 1,@!p¤¸`‚M- $†eÒ‚ŒÜ†ž Ý 6!;kã@5Ø €bp·_Wæ¹@ôàÒaHOÀgì¡-Q÷A( P `U ¼šM!€Y‹Ah ¿pä„ô%“’_@@ NGù~ò$²²sñwG€8HÌ‚ZE€þ@(ù$"jËÿ`ÄT\üùÞnH[¬5Žÿolbí S „;†§²Õä …€Ä 2CSƒR¶1ÊÉÅçBwE»#@b¨hAeòɉ4Â-Ç& †R Aßà ÊÝï¤À`1´4€Ä”€Ð+À- ±\ÞŒ4i/€ã /¸ÍzRa,° €?( †NTPcnó–IØ,ñËs¨©R§ @ÓÙº¦õ'Á€¬¤H˜™0R`ƒ3bY4´‡gº~tö쌾eèÀ5Ø Ð ËÁ TšB@jKÌ‚ÂC?`?Ã:€õïn˜a@ Á9 &Çòh€ÐÀ#žA0š’Š B\²jK ßäg,¢fGÞè&LXhj–@fOOBß#°CãéýX]Oã0ÐÀ!/L‰]/¶Üi_ÿÙKÈÄ=æð Àtq²` Á   œà8q§,ã—}Xà @`˜h @b`HCKéß!%|ܬB ~éfç~½I 0†€bÔ˜Ÿø€Nɉer‘ønü¬n¶ÃîPätüSlGZ{eå7©ïæ Ë = G,¬_@:Pÿoþãn±J½BI¤Ä–È ))Cº2wNZßnùs€6! ø° @¤ @Spžü1уn\4 ɤ¢øÔ’UùhA,ó i/e-íRnµìR€z“¤÷ÈÄ0ÂjJ,¢Øñ‰Ýœ{uT†\V@ )¤ Ó²Øä ïÌRÌu€,hg,´¨ÞR¡ «ºŸ|PƒQðOÙ‡¥¾˜aÛ^°o)Îÿ8½'Uüø44…ƒ7-%3%)ÈC÷ã?Oñé@vB™É¡¨+sŸ¯ˆÙÿa[Þ1ƒØŸ,ð(g­ðidoŸoÏͲ‚k r¨ !  ÷F)·B2SÕó-‘› î|€ÆÙÿêÎ…ˆ3{ó8P4˜C(±%óº–¢‹œ„cÓöÎmå@@ ƒ0ÞprÓ† 3PÄüüДþ{a¥rL€5 ! 004š€u‰[fÛ€ãì­ø`Ôõoß9—xà  ) ­ŠJ ­ZxicF›¥Šÿ7ug2È¢aIÛ¹xic•ùËð÷ñòˆd HdÐÂfJFnZ ξΟ³«ªÔ €è`;ø˜C&~[Z l<#ûÞ€cÀlLòM-ˆ ýO@ÔC>H›ç>Ô4FHC¨iAŒJ@ÞÔ’Ù/»Œ+§_ w`b€b€º!K€‘á ÿÿÿÿÿÿÿÿÿa®tÀ,߯òùXæìhö‡¨¾Vï|Ü1lír­}¤¼P@Å€ gØä€€f<À ÀBhEüšX±1„ *XaEÄ–y/†¿ Hb‚‘r¸5€10 @@Çи(ð` Àbü°Â@:Š ” P ÂhäГ0o)€l’ѪHñ3–‚0¾W¹@k¥†fΖKŽÐsÏc=ø?°%“¾X|@¤i0Ä3QÑÈ·ÜA(1@€Tœ°0@À&Ò¯°0 À4&hLp.É@›ÃPR¤ðˆx†” ®€Ò·¯@À @A\p €èØ ‹€hÈ!'ÄädÐÉ„ÂÃI€ JR4˜S†‰E†4¾BF ¦ô†€(&“2’b MHjS‹@ BØ–Ÿ—þtäfoÓÙ´`ÝÌæ0·¿–œ†èó/· Udäš² I3£sZú€@ºVL´0ñ4˜@€€À€ À`†ˆhPÐ*LÀ€ì&€T‡¸ÐÂɽ.’~黸”/€€4!'`lX‰44 *¢€4HV”€)à („L%€VäσP²À¡h/±I+¸‘@ªR²i FŤnÝ$Ò±{}Û¡‘÷/÷øø¾Í'Òþ5ö [ЕduÜ„ö×ÖÁ(3Á   €€\À¨à €À“bR  p*’ƒCC@@Mü„°†JܙМMÁ9I×ÏAì €À(”¸€€7åË ;DÀÀdpÞ`Âf&˜GÈ&dtòÈY e)ÏѵÐ@0HˆA¥“HNMÃP“øhÁ©A-† èë:Y/þn£L¨ò5Ø õU>, €è¥3(*ÒÜ ££”ó ±˜ 0 C2µ¼­H`† X‹¨ÈrîY ÁKuN\EEÇ¥)r”¤Dø})H‹”ïJs¢,­îÈ8hR¶d_qnØtp(yDÔœ5Éþ"ù' äÒJšé¨äÌFdž°;s‰€Bj7Åå™àzLý†à¸‹èYy ;&ôãsÛ®€ 0> â h†–ü²ZJ!M&Bhi BÈa„€¡DÞÊ%‚Ù44¬Ô§#|¯/€vLà%Êì7ÐL¤Ò Á…¤¬W(±†•ÏGãíÏ1zýX ‚€@1)~b‘`!&€œð÷À;,„’`@Èx†€:7û#rÒZqXc¯½H@€¸X  À@CÃ@/945Ë&¤Òi1  †+Ë!hY ˆdÂg¯¡’Zv dºó †8p^Ù\I`€œ¾ž’oå ¢“ÿ_@gܤr>ß4Æ pþ~è 7 €@üð @ ËÀð €N‘`& “8ˆX#1`1€P0„ÀÀì†(›Ð–ÉNû½JÌ!4   †€bÌ„‘0 ð*Ð(M@'©äÐÒi( †¤BÉ…•‹-11  3 W{Åb1€s‚âzB•t¤Ø©,—À¨oI-®àd­ò R ;~ß‚R ½€TA0  €@… èBa0„B& L&Š(¤?9m°‹Ð‚¸ 4€ °-!À€2n¤!1 !ðÌŒL,š’À ¤„Œ00šV(4”ÈJR„‘y ÉŸv/(]À¢pp]¡$0’`ieòwNëù'îï¾æï¼}¾^{õà€€Ì° @bô0 €3fp @âðÀ€?Ù à22ZJ À0 +–Y5‰¥¤šPo,´n—:ÄP ´€P€ ¸ @b á ; ¨iA¡¤0ÒD"jÈDÀ(V+“VÈFVwuÞwœ…ÀJ€ºb p òÅÒ˜ I¤²Y ´’øbRÿ/†(£¶ÀÙ¶ˆÆäóê?F@€tÈ €2¦&€ÅðB÷à'á¼4¢W+¾(013nZº?rÒý®è ±"Å@¡@€'&˜†MÄÒÀ4(Rf‚RŽèÜ®ÒJÁIiI{÷]óð èpÃÆêP˜ P’ËÄ2òKû§¹ÿûãñŸ@Ä:¢ê,’ Èt‚  A˜˜ ˆÿâŠFlý)éJyé-?¥)ý)ÿÿîè e @Ç@0ÌšC‡ ¸   €ƒ“ &¤´±4 †J- Zݵm‹ÙïY3g%àº`“\j‚ih 9)%¸Ñ®ýÇ¿6M™ª?¤€\ € &@ ‘‰¨ JRQ 0šQ0›ÿýÒCÉÈžpGVvÙ®Ð`€x ?,RÉ @À¯IdÜ CY=)’ÈIŘ–1%±{nÄ¡˜‘|sÃ0Õ¤<`”J! 0šŽ±…ìœãóÇ|ºPI¥'¥§t’xóVï¼Û_ÕvDØ €@Ñ TT€:„Ü|Q0 ÐÝÐZK$ÀÐÒÂXklL&oú™ qt à ¨Ø 'r×ëlL&=Š©1tnV&~ŒØðÄå%^DÀhHD ÄbI}ÐR‘œZç€ZÀþ£j#£ËÛôõ|zI=ÙóšÞí Ÿb€b€º!Ta€‘á ÿÿÿÿÿÿÿÿÿ uú°P@AÈ5@¯ ÄÈ´¤ B HHÐ0²ŠåbÊ!݃~érÿé ùÙV€ A@ dø €9ˆ€@Mä2Y4a…P+ܶÄ2jH_ô!¤¤b±_ÙÕxÐ2Âàºrhf‚ç€B½ŠØ5;w)˜#³>Qí0ãïÒ^@0ÔÄ0H`1,$ÂDÀĤ0¢aCŽJF Á¯Éeþ459Ëê9®š(P²‹!€Ä5 Cq4ù!¡€X5ÐÒjB%0”Ó±d¼Ÿ|ïx€†!Cw ¥=<f Nd!¹È)#Q° ’¼.7îÉ€€´Ãà   @5&h€„04d93€é°`Ä `ÂRF'ç9®ð e6àT´ '!. dk‰„Â`ÔbPP 5À6+¸ % :èüÄýËÝ›µò`†K‚àr€ž² ¼†‚Æ—øhBQ·H͆ýÒHÍÝ–ùsèÂ/é €h €hÈé@ ÊA`;b”€jL,†oá˜hÌMAirhÒÃC@ÊzwNãFë0€ B¸¢b€) 4¢À ‹ÍBòq7†DŽ’Ö”fwýÞð7 ë%ì@ Cž¨° @vYa©%ôž7í°ÇÙ³o»6Ve´†e ¾ö €ƒÄpe†€Ä°€ÄH‰ ,°Ä€è˜„ ˜¤$Û”Ÿ‰‹àgà.Z—n €nL!€!€ pÀbX‰œ„B å†bErƒJû •€Ü¾°Óýä€nPѬ3rN´¬šîKHÀ6€FbP†T6'¸}úp@€v€ À€^P:@bå%¤44´“À§-%—À€(ÃKß`Ð3€².Â@€Rp \€€Ä404 –´¤e†K,¢Šë & `ÀÄ6=wÐÀ' r€ž„Riy9%§ä’†îË%fC¨c¡¶²C0RÄ]@@—`ˆÉ…é?+kx$'–”ã­%QqéCir”¤Dø})H‹”¥".h¼àÀ Cu'ìôlñØð*Vãx¦àr(L'çX¾@¸Ôˆ¾È `ð¿Lì?qz  0£@ Â¸ Pìš’f Ix4ÄÌZC8N±È0A¤ß€v %%n±ªÈ3¾ß¿Ã´ÓþÊ©¹€P†L!€€ €ßP„䆧5LŸøÍÜ óΫàY!¸š WFÁ¡¥†b‹éß²¿Nù–KBÇ× À`P+€À”L!€cÃIIx0 Å 6- %‰ Q%„l˜äïl@ zJ)ebhd–Ëù%h¤“ ¨û†7%þº¾=¬0a}F³¨=¦üuø‚€§ B‚òP’„£¾Nù÷ß+ïŽ÷¢€°(p@0pBó?³ä(ùÉd¶/³°C8¶¹ :ˆ€ € É@â`)¨JIX°Ô—Êãz2Ys„)•w€LDX@'ÄÒ7bˆD0­ËOø¡ƒB‚÷C`çèúöݪB €]Ë;„ Q‚¼.üϲWÙ3$˜‚Xj8j0¦q¥çt!–ý´ˆÈ-ÆJKt£±{²J$£±ÝmìÉ€@') W–K,˜¨bªKN-<  7!)A@P¦O倥%†VÊ+k(@ ƒVpQHGÚ’ÊØ0`Á)O@a|—‹+—ÕÉný;ù‚c° Ç-•Ç_‘Ajz0j:rŸ²wù q‰aÉÛÛ×íÄ"ÈdÒÆŽ”ñX–pÀa1¤¤ò€@)ò‰$,XÔŸ±iBF„!;d7ø“€Ä1$ÂÀ²MH‡Èæ%‰`{¯«lÒ®ûu¯b<ª*@ 8 À˜˜` p @`‰a…ï÷Üä”Z>tWt%{ë Ÿ÷á½Äò˜ € 0à 0 €& ô¢b ۀdž °ÔðÀ‚Ë,5úKÓÖ÷>КJÁ¥’œ”5#ïÆ:Ÿåu,ížûH¿¤7…øàÀ!p ø_ \jU?©Õ(À $ “zIEtdŒÏðÒò”wïÍc¥tË|L,†‚÷Ü¢Q\3~5Í;ï”λ@¨b·Ä0(·f&RƒyÛ­‘Ø]ì@5PC&àÐÀ(‚&‰…'|Y „’³!8Üݳ fúçF+åöëðŠ¡ †”ÆœZ:•„#îß««-V€vÐ+€tP C &ôò—|+à‡eŒq£Íuð€€p ø d€Ç^MBK û#¡!›B°oNå`Ä­¿þç€dÉ PR K €`ÓN‚`ÞÄÜXè啺Ãÿô¯£ÿ—G(3dw=Ž šï0 @©0ÀSPÒh9´åöp‡SžÏj!€b(Q05 U`‡Æ 5iNÎßç`ó©zØšÈ (i/~Y+#lž—%§1GõÞœ†¥XL! ¿8i,†Zßmö%•¸O4ÅúJA ºÀQ‘b€b€º!]Á€‘â `&1þ_æé³,@#ˆ  ¸@d¸R—áô¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)Hˆ+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”‹SDX¤Þš"Ö‘¤EŠGB"å#‹”‹ÓDX¤„EÊR‘)ø‹ZGGÄZÒ;B"å"Ј¹H¼".R:)HÄX¤^›¼EŠR‘)4šŒ<¢o üQ};Š>üþÐÈ €€0à0/†åsw5 Æ'õÞ  &økts“Ž+Ó““|ÝK`Þ õ ouÓ|ê_¡À²X°pF&_Ⱦ‚L°°„M!Œa `1%Œwg»;vy$ 7&É£ça‡Öœ¶ì×øâ—쀀>ù,psÄÒbÅp‹Ç" Ð ƒJý,Î b€b€º!g!€‘â ÿÿÿÿÿÿÿÿÿ@ ÃK¼²J!ñ¤4aåxOâ‹éG|‹d^C† 4QÎ#¿Ñƒpëüæ1r[€=00„Á¸4˜Ÿsw5 Ç¡(êûÙ‰¥’÷­÷Gûæøýìî¸]Lùµ»iÅâ›ûrCv$|œñ§é‰RWI¸­â.š]^¯Yõ¼T‹ˆ¾-.ÖÕ<}Y0<–Ýâ/™¹'%æ{b@wŸ®"ðRé´0 Þ"ùû4.‡;OÀB¨‹æLÖÐ(I~ÁghR‘)JD\¥)r”¤D#ø})H‹”¥".R”ˆ¹JR"«ý6¼üˆ` `ˆ  ·I0˜PÔ –tú;vNÛ®€ ÁȆ `–‹ÖbËC2S›Íþdà?…‹¾IÊ@ŒFº/ä€@.!À] җؤ¥ ~ëÛ«9Þú€ 7ä0Æx[ù4 ¥|°Þ-ÓÈ·˜&` CX üÅmYІüoñSüXÀ ¤†ÊýÀ*¤Ò8÷FÉÛ ×Ù @5;zÝSbf–Á×Ë! C!æ bÀªw”¶Å#‹áŽ÷è”§–ž”÷éÿþ?óýÖ¢·&†—ŽÝ±Žvª±¤…ÐB(4 §à #r.¼„ø|…Œ$àòºu¤†C @aX—WÇgå…œàjê† BqÀåçQÞÒÿo“·Ý÷ϸ¯~˜V~T,Ä€ph±Nà6ä 3•À"û_mV~T,²0ÀÔáÛ‘õ—:¤¬ `@¼¡«óEú\ `@¼¡«óCÚ7C@º÷pÇzÒžŸyð€ãˆ½á¡÷©gu”^{ï ŒÛ€:^^ÌP Ñ€ª ê ÂI{§€¯_šÀtŠ×ÐÈ–ÔrBR4 Üž<ÄÖ(¼’REmîD0íœXáçê/>«>˜øš1(â[€¨µ’3Üð!®P`ÏÄð8G½¸NAk퓺?æ‡uÖI©!†¤´ž“ï ”ÆŠµ¾(1( “x ¡<{Æâ‹€^ý–0¿÷nœËˆ÷p0…Ò€ëMHÒÀTy|°®ÈÐ7c @—ú‹°´„£N Ò×õÀ €N@ÊpÒÓ‚T”§îÏÏ|G€^LÀ =n3¸Ävß÷ù•ù¸*ý!ü0§¸`;OÀ€4AŸøQ|ƒfYY)ÁÁK}€*€…!)OsŠCŒ¶uA„ “JÅ Bqæ7Áˆ&†šR6ÂS|Ô :)% °+ÒZsü7ì‡1Mì’œR›1ÇN¤û}ñ®„3F”ü„#\”§«m€¡ÿÇm}¾ùˆ @ª@tB D¡_†:  @H òÄ 2VAÃvÁa¡…z¯¨¨’hOA3òŠ;2’‘ž±ÚïÅ!$¤ñ?8WïtÃy0¼^Ûü<â%ŸT–_I{ŠOKaˆö9šwÉ€ TÅà”¥„”ŸÉÎw¿;ì ÒBBÿ§Xå_ª‹HÔþÙ³¶þO¼†©&›mÁì1%| ÜÜ/õÖM&d·ÊôïW€^M!§ä~QFl¯Äò%Û>¼$g ÎGy€a²Hen=³ß>€° ÜšM¿ù³a_àÌ¥iŸ~È„Iý8Ô$ˆç_ A5´wÜÞû@ò@P‡±Y·+sÿ7ã_™r@0 å‡$¾Ãóâyë-(ÉÔÔ¿Ŷ²€èš”ö¿R$ÐèìŸ|g!îODÀ@ Á( ’ 0µ ~P€2%Šª?7€1!¤@ËÊø¯·Ò¸w÷鲑ËJOÛö¼`;&†6 Ñ%pàßœ#†€Ð3Â?/潸N(†žr Gáß{ˆE„jûqûWïR|ð„À€„FÀLŽp*‚OüÇÍúR9óñ®­y@¨Â90†X"ý¤d4¸ðR Ó‚‰X¬Ì°>X²?!IAÀ_µã~^÷¬p† 7”Rz2Ù])ûÓÏëô!¯Õ€f,bCx2H`:&¹@;-“ñxö_}¸(Oç”kè@Š¢h¨ÀÐJ&€`L CäŒ,¤“Pœèý¾ù÷û™~z17 Ûßs ¾à À`áäÀKùÝÎ𠆓@ª_ؾæ’¦^Û_«lM € €–Ya…àfIIèNrjwo›çݯ”ð@0 ϰ°©s  T˜M+ŠåBûá^úÈàCb  —õïÎ|û0dÒɉĤŒt¥Ûe² ¼ÊÛÕß @5€ñyo“Ÿ)„Üp€1àS¤ +§ vü9^ÆÔ½Ë A¨ßðö ^´X ‡Ç|®L³H5T¿›ÀNý6\qi&€>À´’R`%"y1Ù ÷ÒüÉøwø+ØUÿmrHp<5MÞ&~‚aï÷ËÂnCú@#àªoB`Ä0Hß2€ 8oRü›€gÀ`{˜M G„“>øUõðÜ€ÊØ¼YD4t£ä nŽ™þ7u)jÚüòΛì@ŠJHÀLBßt“ -"€ÏFÛ‚HÞˆ@Tš+‘Óþù.¬f¨NÍVjl~¤¥øWNíør¸]àÀ€?à:`ÀÆ%üÿž3}õÐ`€+ÌÄÄàþqê“CRM/¥'ö'mˆ—ŸÃ2K~eo|쀀Å`\±¨ŸÚ´¾@Lœ²Ã8®®¯:@vZJAJÈA™ó‰]zKÉFØ1¹oÀ#/âuʱ٧À0Ô2T^<¢ñô@ @vC&Êņ•€Æì„¥Æ¥j÷²c^2Ûb€b€º!p€‘â ÿÿÿÿÿÿÿÿÿ7ø ýÛàΜ%}r–CI‰d"¸_O½ V@h¦ê¥ÕzˆRɈ,5/ÿét¤¶m™×öQ—£ü4¤»¥ ܃yprÀ,B HÎqN8nÕ@À`|¹a½#_§Žc‡>äßd³lîÕZ€@vÌ€š^Z~‡‹½i`g%Ë%äK¹=wEðÂJñ)¸Ÿõæ€/Р(‚ÒM,5<½–HÎÕ—ÌV„³lþU~ Cþå÷fdñjYñ2…rù‡aüu÷0(Ÿ`Ž ’%ãÀ/OàPNÐ7‰‚ Ü’·/ äG¦ýPhÀ¨ÒÃR³ƒ‚ˆ6žB!†a£>¹ÙuÉEK7m°¾@ Y$Ñ¥—óð”æsõȔK¦úÀ°*B A多LOÛ•–Ìÿž”uã_B_o»îwÇ{ô¨ä$ÀPŠ$©41 /£µñЀ1JSÀ¢{„ ”(—†àÙ"»@5ˆlVgÏñJéG2ügÿûDÎl97ž&/jÊõ†{JD\¥)r”¤EÊR‘)JD@3ø})H‹”¥".R”ˆ¹JR"°ý6üýƒ@D `z@)Ò„$g,‡í¹ûf’ é!€¥?³¡ ù› Ì»× ‰É&!À+¶!”ŸÒWl¯œÉÝUµIâx €5J’^–4`Â\;à*úå€,  €® ²ðîø†“Šø”QÛã:z~1¯½¾PÃ[|±ˆBHͽ˜Íªï¬€/!±E0ãxŒp_#_]„ÌM-»í·ÿß¼$&¸j~Û BÔ9gäûèÀ6,¢‹@`‹–ÙÒQ^0gĦ֞÷ ^‚` Ó¹¸­ð^צ +”ŸºIÌ–1õù4 b0¢°FÁæð»Ö€b@;HHÔ ä0NÏÎn±Öˆ&­gI¯Ù6!±yâW€”†àëÕ€9?Rh, 8¢bI‹(„w}ó†)Ñ߃¯˜\lMý9”ŒvÙ1Ôkû7È-Çæýp˜@Æ(!ÆP{;q>ù¨ ó08%~pëÀ°"ƒ„@Àå°"ƒ„@Àå‡Å$üÌê_“€$ b€ð*R@txÂPÌy4 Åþ°3 ÓÞäp‡ßl tM!h€-@l² ’3‚ÆžR7Ês9—ÄÀJ{@!&ÊVK²fÙgóìÑÿ>üøà[Dà:( Pšs”C HbD'}Ã×(g»weê*ߨ¡¥pÂÒW=îPB( †¡úÄ|Dð…ôö ýCPSÎÁ‚×{ˆI! å@èû V ×ËàÜ”(ò-½øÀ…ÜdÒ… ¢(÷¨!…€ˆÿQr€.€À:)2~‘OOYö×£Ô²?,¢^+™K{ X»Ø ø™Ô4†“0ϰW´¤”·\RúËä ÐJCFÛ“CA‘ùؼLOGâ†ì÷¹@F&t€ÀÐÒÆºY£©ö ÿ>øþ~ê׉TX¼ À® ˜hò‰¤"ÊrQIB†ð¶üú€N²’WåsŽæ>-F]]ôÄt@ÕæJ:÷'ëÇh/9`'áœpƒIøy€À°á¼0'³8›ê€ë”IÅ I_“ò©Å ±\./†M¸¬€bÞàÙ/÷'\Ò`à!) ,‡†±c èF~ß+ªöÛ1ý)³÷¼0 »È_Ê(0–´€õx¸ÿl ¿´_БÒB Ý–Ž¼G×Ì@@¨&„§îªnoüA>áœP‚Gå9ú‚@`Q\ –Y@+ ä}þ‡A7-ôz€N@I¼¶lr0­yÂa\®À?Ãq`9n ÄÄpY &+¶¾|`„òi4=[,A¥)ÈØè©xÀÀ=å~@b®PÕ€è7rÆŒÈBFŒ`ÏíàP DÞÜè0à Ao+ò½œ“{È¡¥l„'íŽÊ"ë&ïÕ$ @45Ô€Äðô šV@Èe a43†˜ÈùÑÌù{_srð†Ø%@ÝÕÜ¢Ì,£ˆ¸Î«ò°W¯Vˆ€7&r`+sJK,¤Í÷aû|úãÐe†åþ”}·˜ÝWCWýhÀ€Tù;§v8õ(yt€9)‚ OâÛ¿½ 4ÖKØ~ļNoƒõÝSMüV+îO¼Ñ…%k®üˆ 3 I5)/„b¿ŽÙñØx›¦ô¼œrIˆùÅôøWû „B/ßrÒ¥ruå   °ÂºF(1ù ±˜Å/¹ÖŽ„'sŒ‹úÒ QhbHÅŽn÷„,É/ñ¤Mu@Áà’ R0"ljC\Üg?8³¿TÉ¥š”¦ñàcì€!e†ü4V¹…g±3p>ž² ùØL€(éüi|ôò6·I{1U/$$@ƒ R AH¶'k_ïîxý½—} ]ö€à‡ò€GÀTÞÅ£ - ‘‹ÝïŽfÂo%¥)t!›|½Ÿ«7]ôˆÏZl:Úø€5/à‚²þ4‰¯xÈeš”¦ó¸\Àï‰G"kŒ‚€®ÌlÔžOYœ’vh½€a²t…–ðÑZÜ`;Ô%b€b€º!yထâ ÿÿÿÿÿÿÿÿÿˆ°š¬“ˆºù˜ €Qÿÿ†¤ô¤¯:Q5 ϸõØvHühºZþàLßG á›f|V,B:ᤚVÊפV„µi4âW8¶ŒKÁDœOz±äÞ '^xG^#bwÊ&´¤®M|¤¬µ¨ñõ £!$Än7b[|k~°ú¢†N!—ÒŽ¿)dëÈ€eƒC JIcJ&!`=ŽÊïÜ]¯NBq˜r‡*ÇØBA0þD¸Á`+H`bw B „=±5 ý%(/^ €é;gÿ valz¸ëoöNâeh 0Rh$‘ï•€=0t?î&÷|3â‹B«¥‰(Å_!€é;(bÍß0ö⺗ û%\_è (Ÿ€Ž’%ó¸h„$åòŠGèÏz¾B· È !þÉ)Æ:8¼£¯D±3u|R3Aiføy*ßÓE1 Äâ~﯀–Ä)Ñùie gËþÚôà'xR,˜œô!”/#°Vâ5ïø&À¸jP+†'r}ˆ n±:úû$ †Iiÿ‡¯ûå X Ëcƒ ˜¢~÷¦&nH0¿ú¸jr°y×Ì€L Æq©Otñü­ ©ÌNØ‹¥â¥i¼øƽ !7žÊ׿ctzhR"å)H‹”¥".R”ˆ¹JR" +ø})H‹”¥".R”ˆ¹JR"å)H‹”¤b,LÒÅâ.B”ˆ¹JR"å)I¶¢ï!’=èxCïÝÆ1}Òæû"Û N'&€xvÉäø‹tîIÆÜðꄆ”Z41¸B‰×0¬ØVäú ÒRRq¤è‹õ%“C5â¼Ù†Q4åsuÖ&€À4IÉ+¾¥Ð‚û€L‘d€îdEKó¬^èg¶—Ñ¿^{Ö|š·fÜÐâ;=´°(  7–_ÝNËãúûÄ_ŒwÞÊ ºàÀ(”Ü ¢"î:Utƒ¹ 1 üë ‚b^"ù$dëP ÊȲ€ÁιyQÕCV$ú¬B,t¨…þtEòM€µÙ~I€P°.^@’÷ b÷ H@7vR ~Ž…gc9Áóa|dQ4¬”''suɃd_A 0kô€€‡ÝÀ&O^º½Ê+9Á¤ÔL?¤¢‰è ”U|P*Pa'‡z`“I 8Ã0ð:@²¤Æô’ÂØž}„4…ºöØr¢/ÑlLG ü7Š8.â‚aX â?õhB2µ„×S65ÇcüEO¸¤€gÜ=GÜBŽtx À5€9 Âön#æ¹x†kb?’x¾f—ù•czLänÒâ¢*¿RYa„>‚Wew@hZ8Ô Ê !$4÷ØŽNºûɉm¿@ãäEOå€0&†Ç)IÇ£‘ÜàÒc^˜ÌŒ(®…§cˆ÷˜ !à†ãÍüEôŸ)2’’òÙ>"ù\½Ê».ßÜòŠIÓBñ³uÜÔ'l}Ò!1@osmgUŒL˜™üEÖ 7è“{}`û¡ºîx+§ªØdÄ]‰_¸Å"ï„ޏDÍòt=!H‹ic¢,R”ˆ¹JR"å)Hˆ ;ø})H‹”¥".R”ˆ¹JR"å)H‹”¥",Ѩó Ñ”­%êôE× Â^‰/D]T­%êôEÒG½$ÜÓšîòLEð „g´ Ïr”¤EŸößõm{à—À1 ýÆ 4Š'Ü€ Èi!—€ti'‘cýé@3&£ ÀÀ þøñWA$ѼbŒv"ûÏ’€¶f?#ð»ÐB²zÖ°£oÓ‘—”?b@pîâ*m@ID00Ma¿ Ř^1fŠá×èP‡×°&¨¤äìÄ’yØòFäCpÄÒp¾~LÙG¸ D^BËrŠtw}Ûoûot°aiÈø¯øÔž¥q64 &áø‹ªÀvÖÂ'+DT½° (d!¥©ËÄÀÎùÀ);aYwàEÉ d<À!˜=ŒÛs@`Ð:oð Ò<¶`ä÷¢,í´B-g£y‰HWÑ6j3‘͇h6¨ª*"ãíwÀ€!¹;&䘶Çüî¡xûÚŠˆ«=ÐÄøÝ–jœ^“ )Ɔ}źHᆀÀ¢ûî3“­à`(8· è‹Ðå Áü‰Ž­»çý‰éäMb`Š‚ …ì;PEôzPŒ¯·þv¬†aYbùšÂžCÀ9 BpÀ–̓NàcŽë@\EçÃØþ,ì=$ LFëwØáÎ?‹» ýbpÃSÇç;T ´³˜B´EKÂ&•‰=)l²J (?ìü=6€0‚hJQcŸ>}ð^Ò„rn;H $âfZ0ƒ¿î¾}»ˆ«=Né‰t·É?•„MaÚ hËX÷[R>4¢4EKã#™¡‘±–àÀTü…þéa‰…ϰŠb€b€º!ƒA€‘â ÿÿÿÿÿÿÿÿÿ–jD]À6@é263KH‹¡Hï¼EÆÔl;B‘͇hQ¡v} ¤¤E³Ë„EÊR‘)JD\¥) +ø})H‹”¥".R”ˆ¹JF"Å)b?´-à'&ä!·\EÞCŽv×C“Sæ)´¹!€:Æè‹êâÒ.BZEÜpä€ò"/¸K.´ÜP䎂1‘ØIiŽ-:â#ÐñØå§×mÆë„x‰¸FçD] PÏ:3i".[5Þ€,7Ÿ³ _çXïRõ< ! †á–ääâ/«ÓÀLnž@1uš€Ã@#÷¡-¾ÎŒ¾Ø.å€jC¬†Ÿ”ŒŒ9Z¸ òɈB`Q¡‚9Ýc‹+¬=â*§ R[p%ÖŽ#ÞgÇ~ä”P>ô™ ÏÀ ?«ÜVên¼HO°4‹sŒbÃ2ß:;Š"»¼ùÎÌ<`¹…£$7à—dafðé „!€]+OẔ-€&|Yi´ ¹iëÈë`¸d¢ñžæ˜­òî G2"ýAbâ”'¼ð :œ˜ŽdEúbÇz$i·ÁˆÆ[ÀbVÚ"ö@ÞŽ× ¡Zr0ÿöÁ~öäШ&J&`2ì¥íÃâ¬Ø¤Ý‰ P1ŒCá¡Øì¿ˆ«x<dÌÜFõàa€= »œ²  ýo¨PR€:ˆ¿8vLa{Ö[’HûÞ㆔ž°À¯eA1 àY=wQ>"¦ò`¦` SuÃa :H9_ v'Žáל(˜Q5%|ÍѬ²èYu$<¤ /°ìozX ÀB`Á„¤0PRâ/ˆZbYws€:&ì4°üyÜ´Ÿ­ô¸à аÂH¯Ó‰É}â/ŠYt¬»°€“@§²b@W”.áß\&íC;Æá:"î­1¬»Ô"/xeÀÔØ8 4 ÖÇÄ_HÒë’¢` øN&…pó=Œ •‘0ˆªûrgÕ•Îã…⑹]·ÉOÌŽb>áÃÉ_~zdt¤˜I@Gâ*Œ…$ÉPJzÓù<‰®B2úÃ÷ ëÚì˜3mðÞzzÖ+*ê—¿~ïÿîöV¸‹Êp££í¸—Èq°­z0 ¨Àцº=ƨ3¯£ ë#û¦Mœ¤¡;£²ÔJÆŽÝüEó@0¼¤††s;‘=çÀ-½ º5Àˆ×›>ñ+§!ÄûЯd¿ å>óx‹€ÐÚUà}â,€[ h}ä>ñÀÇü Þ‰Rå(ûޱ 5 ;Þ!‰(Ï(`jP—x‹óT­ Åãê¢,¼+uq)JD\¥)r”¤D +ø})H‹”¥".R”ˆ¹JR"å)H‹rû#ÞŒšž”÷¼ðo÷¢ë,>"ù  Çýr­ :Ì‹?ˆ±I¡b”® ÅD]O´Ü´cnÙ )Omí²ù¾"üö G6¬ûÒbjq·0 Äko|ÚG.Éùþv_½Ò ¿œ<’0CWØF¼€%€R(ø-W¶ X@i|°Þ3¢/ ’jF†þd¼ †dŒÎÃ;~WX~0¢‹ühhƉËÕ´qýQ „ô†Lä‚j:„ç ÞW^˜üJzà>ØžÑWdšY-,ë;·8<Ì!vr3ã°R°YþÚŠJB¿4Xó÷0™ÿFXS°ÉÂâ/Ïb_?FüZÈ÷¢®Wù{ÁuiÀùb7)dÛRR•‹pGüADT¸ƒKp€\à "o!{@ÞbI5˜+íxȋڄ´ˆ´‹ÚËÞÝQ=DEâ¥yD4Tñ´".<"Ј»R„ã®Ð&®Ö EÜñ¬÷ô@:ì›Ï£¾ˆµ›w–;4EŠR‘)JD\¥) +ø})H‹”¥".R”ˆ¹JR"å)H‹ÐC${¾PûÏÉ (|Eð@¡"Íh!gˆ¹„ÍcÝÀ“xÖ¸¥©ôdÞéñ¤ÀΛŒ€#eµp l÷>"ú„ÐõÒXbD^oõ{¾¾åÄ_ ’Ѭ×@D2.|EWÝ×°`Ÿ¯PTœ€$„buç@3$»ÐÖCK¹ægñ©­–ø–]×åžb€b€º!Œ¡€‘â ÿÿÿÿÿÿÿÿÿÄk  />ãF.†AHî±Êœ‘É  +vü (°ÖÒ‚ÙhM&ƒI¨%XaI,¦øbRÒ†ëÍÔÝqåÉ™‘¶1AÕÊÂa"«Ä[#m¶ÆV¥(ã¹`ÒÒS G,ϱ˜zïzB”à €*(„X 7tØ”`ÂÊ}Ýâ*ŸwÙ÷ùÔøy•¥Ü3iÉÂõßÐô€j¡A¡¹Iy.1öß™ÿà{TPÂH«a{DT¾l˜™ ¤•¸Û~Ž£ñ>Ç‹BH÷Ð …Cá )å¯üœØ3`T<Ä4†K)jý;Šÿž."üP ÑÙ#A!ºô OZÃèK-ÏQ>"øà;è·~ºñç2‚ïR@ ÷„ÐCù p0.À{óE{ž”––_=øpº@')8¤¥—}Ç3"/„èè¥r`j‰¡ŠYéØÑ8Û„€Ü›í€ @À2Ñ0(JÄ0 PL ÉßïùE¤k!(ëµÞtˆH @€h@ª”T†lLÉÈŠ)/Æ–_wO6"üP©ßÖ›?µ'òýY(ñÃצr° ÀA…à­æ±×¨Š@È’±„Ä?ÛøŠ§Ñ¤˜rÉié_SvË2óà H R„t^ÛÉ¡½lkÞ,À:&Ÿ‰äçfˆ¾2@¡0³Ð€¢]  ßïóZ„r ÂHfØüðy$)î¹5 É ½÷g2"¥Ú_ß>Ùù$ÆìK»ÄûÚâ¾!€\…=ðy¸õ^L †’´Eé ;­u95<ßòZnq·ñÒÜ¿/ .á`(TJâ/Ò ´•ͱ€wúWe&€ÃuÝp~gw… „XÔYâ,½=uÔ:r®z¢/¢B˼ùJסœ&ó¨:"Ö”¤EÊR‘)JD\¥)+ø})H‹”¥".R”ˆ¹JR"ÚZR"ôREë@1̘ð @bCìQ3?cÿvÈÂÓÛa7‘!’/¯‚1,DÐ0àÐÁ *%€ Ú"±ë à€ïð ÛÈ'ô©îx€/&âh¸þ1Ù¾âÙMzÐ’¸D‡XǰWBhB”ðÒÑœþ‘¡˜àý¢*ß”=8 À@ņ 1!‡wÉtqlœ®g¹`bP H\7üŽVN1Äs/2Z”'·GÝÜæ¿]Æ‚SÃ?mÎ|î±ùÈ1‡É0ð*Hd¢E utä»>É×é!”Œl5=;u9b–>€LÀQÊZxGî8@불 Ò>ADŸùš"û &€=& —ÔŒzƒ9ýâ€.Ï€Äj Û%ßõô00™4„ÞñD®ŸºYÐÎráò2?”‚8'¢"üð@“@¡ °Ä 3ìÇäºÑ¹‰ÃïNMÌ)èG (Î1Éÿ5Õz~Á "°4_8!‚“A $h‹÷¤ %’†‰a yŽâvXUØHð C ê4bJb&I> €!ü¤Á8Õx"GèÊ"ü*I¸†B Êu±ßb@$ÐÒÀpùˆwvýóði0JA/õ7Ø€LE€ ùxa T1 Û¬÷çsrïr~À!Ïå¨Cp9e»°î/`¬â/è g¥I{å¤Ðà'|ý'aûé`,eŒiî ±5J'¿‘ˆ *zC eá±Dnï< xÿAl7g|wÄ×p C A)HNÌ7P}X €`C!R’Z22ÀúÎn¸‹ò '¿€ë’ŠÛ¤ßÎÁÃîs°ß” 0ŒI¯Ì5<4®Õ’‡[²‰×­äІ '†ŒÃÖ€¾ñ?Ë@jៀŸ`ÌB/ ¶G)Yï÷ü%`ró\˜v1·(1 )€˜¾?^ˆ”€;‰+”‚’Bè1ر®É[·W×Ï9Y}·`°5X{ €ï˜3ž¤añDß`*y5´`HA9Â|à \Ò‡”ÞùÁ5Ñ3>ÂAˆ¿V |šY(¶~wÆÞ°ù4šYc @Ä!%â¸Ï†çË~z˜á÷i `î€Eû| ió Kå‡èÊ"¥¬°8ðÀ& É,MX @€wØ Ò)äÔöìÙ—|Ì@' (¿¸n/$°ƒ=߯|“ðAÖ~À¨ÀCû.ʼn1˃@©D ÎZNÙĈ}˜J*žm‘°ìŽÓyòD°Á…öß)ĨŸ}4 ¸C‰G<8D_Š(0 Ê-7o¿Ùú1¼z\à€bM& aÜýÌaß½ñ@!&”–-x×ÍõÏ~€€#"D_@I`:=œ”‘ìå~ÆŽ½ª“NÀónîß^t˜° 8¢ƒx³Ò}é@7!÷“‘ôEÚ Àb„p’†#7¼Ù`Ãp!>FËùVÁtk@ÌÀ%s•Ïi>) •Ä_H†¤7ÉÛvÙ¹‡)¯ ¨j@@LÅ b/n5Ù{ó>}½ w‡ûÎÝ¥b€b€º!–€‘â ÿÿÿÿÿÿÿÿÿZ Ÿ·Í@¥ Žq/wâ.ÀÀ€„!œÄÄtïÝ9HÙ²°Ô­$C.€1&ân !›Æ~ÛtpæÇŸs@øa19Ÿù¼Õ dåôÐØ‹>nLÁ„$ ÀOkp’Pgü‘Ëø¯>ÄÁÐÿ˜h›ªë8‹s€Ï㸋€1½84ÀSd÷a¬ïÇ#]bÀNx º97fæ|Spò¯ MA7pÅ¿c[’UyR˜Ñ·pDËhгà€PåP(‚VùxwÇà»Ð Qa¼«o\ð˜MÄ$†„ÿ^ì߬UàCS¿À[`ŒdEOЄ¦Èè;õîü/ð»Ìêë† ¤©ØR®i ŒÑ„šÊGãì~LJ ½h,–„Œä´u¹Å£€÷Zà€Ç² hGI‰èQhÃŇݤ å•÷Ó±- ÿ‹ÃØØ‹Ì0½@t€ ·¸$=šì€è ÃKÇ#6UƧD_]yâ‰ô%oÿšÜ}ñ´ïH’LEý\„𬚀Á%‚ ‰Ø®Y òöGbfJ?K$œ¹@ /x˜i4$ 0W‰+rXbBya˜¢ÓÎÜUòbÖ8‹ûÐ0€À5v°*B„°ÂÀÀÄ’ba0¤u$½ÏÜËæàCCÐà ΒÈA¨FVt¤¯¶~Øñ÷IÞô¤˜‹ú0 €2Ì CI T„ HI[’ÃË+³ ¿ÎÜÆ¸à¬ØP`„À€ I`\1 4 0R‡vç_<ÑÖ‹÷ÀdC0¢`¨%†úPèK94´å£üwÝ^ýq@T4!ˆ×boJçœùœüøëññhÅ¡(æï‚ïÐ €„@žLÀ`×ÈId¾å%VÇõ¿Êˆªú|ð`1&¡?°¿ÑÛ¨§Xv¾DQ˜ÄŽÀ#ãø¢4åtì1ÏJx®,7~Û f'¯‡ÄUJTà$À ÈDÒÃ#–éW<¤ålŸúû+_.bÈ `Q°iK+™†’F{‹ݰqÂ0ñ7œ à[©ßoˆ¿ÐE`¬Ȱ™Æ†gNذΌ?à°ÍÞÊÀJˆ`!÷ådŒèK GÊn3e™|M Ë4#Ž; ×·8/ùJÝm¿ˆ¿pˆà pÒ°ÂiCKèűjFËÌ1”>€€ @†`(‰•ù¤7XÃ{w¾l·Êw=ø¢÷Ž)Y³b,Eú° °bhü–Ÿ¹i;vÊØVX]Ä!T¶ýnv¤‰Šsÿ;E^ä²Ò_éOâ*^h „˜Vä¢ad!¼…öV΄óþí„|í}#gœ a…“9ã:X´5ó Q"ý¨àœÄÜC¿$7—çÿÍì¡ÚÄ^è @° €7åÜhIHa¤¦$§;·:á”}ã€D#p“F±YÑŽq|Q˜|EYÛ€‰!À¬M䤄„+žžÇq×4 !÷ÿòuÏHk't’yØ b­&†Œ/Rú °†ì  Ù%â–ž’„¡,­þ͘־„`°bQ0¾”e`.B/l(ëÚùÙ_üýËAиà'> CvÝ9%íñe–Ì¥26lÊç)W¤` @€pÄ"À® ´ Hb:ŸèÛvç%'.ó’Xgt%(â¿Äh‹õ`0ÀdÀœ (a À;A(j:ËåŒÃw·Æ‰»@œà¡¡ ;&rŠH,¢IItô•öOæ;оvÈJ9ãGlû‹üibbX·&¡)@äv TúРP €fg (kdºÑ™Ùøt  ²(¤æøkåsÓùмa45 )1Á×L¢`ÔííVý ©!’P@¹Î÷(ðßÀ¢f ß97ÇÃv!Øóµõ DÊÙ8×XŽ;xŠ›Ü\#©<ÅìW/î€,ãF!n^Ç{˜ø±5<@wÖ„Èq©å»OúÏ>ò €€` <¤¤²| ó +gt!o½Í´Eö–p Á%   ½úP…b‹Bùcþ6âÀ`0 &ì 0”€ï¥jîPfBÊOÇîXkÍ è…ÝúHYØÞøYŽañO¿¼’CHi 0NGq½ü{¡8,‹i@RCr”Øþ@û‰€¸}ób8҉|¢ø#”Eˆ©­H˜špÁ :9h,²i $7+þ3òƒþßð…˜»ÈB€¡Y8¢ªÉ…âöà.ªOÃ8€¦ˆ¿DMà_£…ÀDÞLI),ß:8ñG+à!mŠü”ÃPpœ„³Y@T dõ,ÂNøö‰ñV>–NèûŠæqöÆA\²jeaÉõ»·Ûš¬9dNNñ C¥$?œ“‰øb€b€º!Ÿa€‘â ÿÿÿÿÿÿÿÿÿ[§š±â4EOÉxJ! ç—Ü8Ë:È„d##¶Ø:ÖNˆ¾¹Dy⎽ DyâŽÑ])H‹¸4ë½ö{†Mßë¼”}|pÂöÖr^»ØkDjb/€t@λãSGLEùð3­ä2ß[ƧOßÄ]DÃï?Ž»Á…w¸H:"Ò:ˆ¹JR"å)H‹”¥" ;ø})H‹”¥".R”ˆ¹JR"å)H‹ÜMê»$Ü‚×T¢LEð :ªt$EÊR1É;Þ‘$›Í¤ïzD’b/ŒB:Çl!cˆ¶IÞô¤›€“½ß $Ä_(GX-à::Árõ £€è†€£+¶H;¯-^M A4®RNñW³!”¹#y)9ѲñšÖZ”1±…bJ@WÇ\ÐÇGä$öû¹\X¶—ÕÙ =ȼôñZ"Àa7ïŽ8Fp~JQÝ_æ<‘ˆ7¤ RE‹08b}ÆInŽÄžë$²†öC¶aoìÀ6íÒ_Åeþ7˜ ûï1Ú@ªxÇb/Xṵ̈ HHFÏÓ߈-u0¡ƒ“ƒ±ì†dŸ²Kt:ö6Æ Á î,4EYäÃa„Ð'qF…uÜBa``½ÂÄ_¡9,„Y¨J=ò0P ß•ĨЧæ`•’Œ·ï¸ î·dòþØ8ØÈA© Ÿe–VPm @›n³ƒùñÆÁ¼¢gHè“@c¶ìç8—»x5ÃJ[,Q›3&â;D^ô–ÝÅíÄgµöønݽÑá·5 Ž.1[9a¼!ÿB K‘"*l'‰€–†`CG?¥mÄgáÖ@@Q,*Ó„Ûh„ÐḚCtbBŠÂ‡ûÉìÊʈ±nÙÖpΈ¾¹Dyâ‰ô%uçŠ$h‹®”¤E›BI›™g¤Eé³D¬:ÉH‹ÖV 0ë-"/_!hà)¬tˆ»ÐµDbñ´¥".R”ˆ¹JR"å)Hˆ3ø})H‹”¥".R”ˆ¹JR"å)H‹ÜNºá„›’³®°a&"üéGI9GIf:ZD[–H÷¤,’y´ïFIñLJXí ::Åâ-’w»äÜp‹ê»a¤˜‹çêçÝkr”¤EöÀ€ƒÐJ|Ró‡ Æ^”dÐГ ev&•˜´ð@ám|þö`@@Ä€Vœ´£/b>ˆª½0·Çó0±i÷§Øv|_2î„øÒ›+Ä\–´¾Ùiu:GѤ00QÃÅ ]߈iÛcÂIê¹OËý&†ñ˜R ÷`rÃGm¶ˆ©y¹éO¶J ieì¬áMhÔ €ZMÁX”Vˆ30/ /÷Á„"ØVê#ûdEÊR‘-D;-¨†tEì(ûÏ‚`CàO”ŒäKД}çÿ`ÌÃR¶Øâ/bsërr˜þ”2n8ÛŸZ^7+åï¢*Ÿ"v€#oúRÇ'ÜP¤šQ/²ÎÚú;bjù%›ˆºãÀ! QÐgDEù4,„XÃ:Ù¸ã¹÷¸IiJ’±ßŸ` –M@ÌWB >ê'¨¤8LEKmHÁ˜ÒúE«¾»_&í0º"óÕ“y0´ƒÑ÷µ€ßPú"®ÀŠ0á4šŽ~Áι:ûÈÙ$0ÍÎå£q¯† ņLç¾ÌáwÞË)$Äô'2Qâ*_Ìà'z€€›œ›‹?e64À Hi€Ò’ÉŠKíÝu“â*ÍÌ_ÉWâ˜ßî ƒS–ÅczmÄ€ì7=Xܬd¥a¥¸…“üEQé ¡¤ÀÄæ/¢ñÝ‚÷: É!¤ PäGaU €þ¿pÀ¤EKÍÛ#m¶Û´)H‹–àa·Äè‹ë†uçƒ ôA€9מ(‘¢.ªR‘#ûLZr5Ö!€ï™|ºƒuêÀBüØÄ0§>!ó³Œß³¬ó¯Z˜4C@€ Shf@g I`’Ù¾Û0 Š?ññògˆÝwðÓ´Ä_Ÿ¨7]üCL8Nˆ¿?K¤¢M͈²ð™¥ˆ¹JR"å)H‹”¥" +ø})H‹”¥".R”ˆ¹JR"å)H‹Þ®±0“r@buÖ&b/ΔHÒNQ#Ir”¤E¹dz0Õ—ÄÞp²G½"@sÄÄ_X™vÀbx‹´¼¯wˆjMçÓÕîøÌEòÀ@H°].|EÊR‘.N¹·H'D_¬ xKÁ S€ÝÝJß‘=‘ @@†Wf%fH~;áW< ç\0Òa ¡¥ ¼;ç VzÀtôTØ b€b€º!¨Á€‘â ÿÿÿÿÿÿÿÿÿýÊ- ØÃ»^40š5!|MâË:Ñú àvõDÔI‹%¾Aˆ©k10°€i,®ŽY(¬ê}ûûu4é & 1?ÿÉEþbÃ2¶þ×r”¤EËQ ë-¨†tEë $‡Þt(1˜™°`”°Ôð¿õÙÓ`ç~v÷žŠ€¡hý)JKéIƒyøHáQÕ¥#v$­íi J;£ü"çÒ"úiI 9’Yiú”3ðÍÒ±§aCø‘Ö˜uaÑÖdú MɇPf}fM"îHÌ:ƒ:"úÌ‘whŸ\C€a †XÀ±+d7 KŸ€$û ¸€ À3(à ‹!ýºIˆeóƒ±üV¾¶L(†ÜRŠInKÛ–“³Ÿø–ØÌ¨‹ß·oöêgøÁË2̓x I¥`PÑŠG HÐÞR~í‡o|`à ƒÀ4å!%‚Éy;p3ò8JG»¾eô ‹ÁÈd', ~³RLs=’ÅÄ_ƒpÈ@ €Ò)N|COÉÿp$ÊÛŠXÿpo®€,Rñ805ËŸ­òœ”EA¢o““ ¡€T¤†'Rsä㾈«¾¾C!†àÒö,½²Røñ7ÏÀ4/’Šéÿ»îë7ßP!‚Øh#þ¤|Ø…† œ-qóPp0_+Θ I€&ã–XÊa<˰7€X’ñ$™¿Ùï¬hHÉevrû›ÜÐÿTy€Ð Ó€nq°aãxa7æ[íx€ À À¡4šM)$‰%tu?ëÊl$û„”âÙ&'n}@Ä”  ƒ¡ 1;&–^C·èÈ'?ݲ•YsKwÒ‘„ Á¢û÷]³;&”–&“6º8R^ó@‰™"Y¥þ±[³^¨¯ÃC1»%Ävb7ˆ«¾&PjJÅ£º>}Å__À ñio³Ÿ’ü!‡‡Ü¢“À gç’»Gê{ïrÈ0hie$0z@æñ–d€^Qk ÛKä€uyÀ/ã„’Ôý?qˆ 9}4¿-±‹|'°‡Ø‹â/Õ€ôRÉE£oݺÃÿy@€ÇÁ#¿fv;ßdtPÐ*4 #ðþ¢ Ïn[†”PC‡ð5|*CJü¢z\ÇNØû`«ª3á¥â‹Û9ß9áï|ä€aOÃ×}ì0 'Ã#C·x‹ùX<”8~ÄR%ÙtƒKãØ)|orZà ºBÔD±†¹â¶W ùÀFüš"Ð4‘„"‰bÖ±.é“CÁ¤ÆÉG'½Ý2NÝ Sßc ]É&€è*ÀeYÙa˜ñD_ÇÆ&’°×ϱÎ(ÕßA&c‰¥är†9Ük¬qÚùÈ ƒL…“ó¸þýž)U c‹ìbMˆ©~fÜ3À`¨‡ˆA„À’nà)F  ÒJ-ÒÆQ¾ùø ÀBüÈ 1ÐÓ–²ƒ94 —Êe$¼`ÂWæ!}kì`€v°– Àªp &² x¤žKrJyè3y×À¢.R”ˆ¹JR"å)H‹”¥" +ø})H‹”¥".R”ˆ¹JR"å)H‹Þ®±0“r@buÖ&b/ΔHÒNQÒD\¥)nY#Þ°ñ7›,‘ïFMÏ|`eçÛL½aˆ»¹ÞîRMÁ/+ÝòoñÊ"Áo"Ár”¤Eˤ®mÒ ÑÑ€9×ÇkÑ@ëÎã´EÎuô0à;A °àÀ”ô­ŒøÂ â1&ò ¥ üŽÂzžú‰4° Š@À†ïÒY»;6lEÒ_À7û/#  ‘±BÖ²D\¥)r¼šÑÒf"™b& !—ŠF_ ع@ÊЀP3f,¼ñéish‹ô¬aX >[%"±˜<û”WI4@c/”_Nòšï¡=%ÿûÿ×î8/”û6†?3sâ.ÈÀ ¥üaÆn©x‹æÒéVšWâ/›K¤Zj‰‰ &—ŠAü+aüTEâ”bYÛ°öŸ€fP”BB N<š^wàùIÝ Ã÷ÍõôRÀ0ÔnáˆJ\3 ÿsŒ²p‹âäÂ` y» Q=Á!˜”’Yi˜ŠŸíEP`£@ ’¤6GHI3ŒÊZCRâF3Þ$˜¤€?Ș€ë£ud¡¶ès?lÜå^D†I¹À:ˆ¿¹€`ð„ÀÀÀ ƒKFü`Ð(Šÿ¿Ïε¾±€h\xp€€;ü¤ºQþ%±ÈÈBŠA†}ޯߤEý85C¨hD À Cw ßâ`bKÈ@b¾+vÏó¯&È4@ äÐÂÃI¡¿ôŽ„ä#mŸ}¹ïÃï•]*tEþŒÐ!Ô™A¤ÐRŠ,`e<°ÂÐŒŒ‘­ÿÛef¾NJ€–èÀP˜M!¤šVN )%ü„¿»gÛ\•õçŠï¢*ß§,Ñd ÀÔ–„””§fNû²1íÅûëô€œ0Ü…ô–J@¶Äkòá}9 èÏÛ¶ÙYwÛ€<Ø` PM(fC÷Žý›ŸÈ³ b€b€º!²!€‘â ÿÿÿÿÿÿÿÿÿÍxŠ›@`@@bLà àBߺI€P5ƒ˜ ¥)+ahúâ€$àœ†[Ró ËÁˆ79Ý<ß”f¾R¾Úì-1öÐ €€;bMå€ü3–Q0 Ð IYd 0`Çt»³_^¸  8ˆø3•Šä/ÎBC3!ØÏW¼ÙGUÄ_èÐ ˆ@ ¡¨!€45ü51 T˜ŸŽNäÎû‡î>óÈH(ri00`S€˜IJ€-Ù d”7 ß§“RùÂ2¹·Ä房¦€7s²@@øÿó€ì (Mûn‰‰È_^8Å®õ@~À - ¾¤Ò¹)`ÜýÒÇ–çã¶Uð{®‹ûÈq@À=Ã@@t‹H ˆd¢5(gPnèGÜg^øô;~o» &á7"Å#‹”¥".R”ˆ¹JR"3ø})H‹”¥".R”ˆ¹JR"å#‹è^«¨L$ÜriN‹®PBb/Ï é+ HÝWr”›Ä\ç^„‡™7µ†²b/h&ä+ÜÐë¸Y3£Öú"øäÐ+¶»<%2ä$¿s €:fþ"ó€éc˜éb.Fh‹H'\Û¨{ÈDyÜuèÈDs@B|b`ÓÓÔŒ?4Eìn²Š!$˜yeål`¿}\3†ÏAKýÚóÝ ` C@¹ µ£sÔ‹¯XCO,¾”÷ÿ¯Ä^b’ 1 ‡œ¢Ÿ9ï±ëÉ„Âbq3r7öïþ+qÛ#ïļEöl€0JK&nŸ‹cvßeË,°é‘É…Cqã#qÏÿ{Q4é4·%!Ç? “ÀG|þ€(¡\`,¥ñà ý….õÀ1-$Ôô§¿÷( v$âÐ_…çþíb/aGܽu >åè‹pÓ®™·44ë¤lEçÄÇ€–BŽ«ˆ½à\ÐÂ(IN$†¤•„=„0¿É”3ˆ±]I…Da»%Œ´ˆ¹Q¢,]ç×:è ˆ¾˜€s­@€¤ú• 00n@öGI?ÙˆJ/U?À4†’€¨û£7Ç Æ q'芧٧¤5.þ´²û% Jy™[·¼ö!ÇœR søFág…]2Àt·ÃT'"*̤³RN=Æ1êñ ¿öŒÃM_¸`0ˆ&g?½7Á`ûˆ±/J”¤EáÃ% T¤#;¾Nã-î°ðÏðïõÂÉ# èËå†#óq]Ü;ý·»@1Üj\ñ½Ââ/¢I¹h:ê”I¹h:"Ø4막78šHº($Ä_ž(†LB ÃX –Z2{ŽFï¶µ1Gk"F±A­Ðs¶t Üðã¢/Nõe'”œœ`WÅz†pÄôsS¶ & û~[ä9›Ä™zšç˜ð*' ày9ñ{¡HŠ£Ž~*M@ÜŒà[°äªb2I¦’­î‰_!;ó;…T†Ýï¸Yñ.ºR‘# DY¹à$4µ±DÀÑœ3`¿d€Bi4$4‚™û’XAáQN(†œ> GpÐÞz@{Å-|0ɰ[ð>”üF"V§ðÔÁ)ÈF)„+T€è3¥.ÑËÑ0•¬©;Ã*œè‹ô@UÉvv¬9L¶´“ ¤¯¢/ÎÅ«ƒh/eÔDY„Z+¸fõ4ˆ½ ÅPø«5".ÄdWIþñ‘ñÚX‹±üš}¢.~×lá¹=V`U6÷Už>"ñ€ —¸¾ÖB& E’"ä&ú›4E­)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ³ R"äaH‹•Á¡˜¼uM"/Ò“Jå$æ©!^QþäÈX7uK‡ÇD^0}7Ïo>.\ø‹Ã€3ÓÛ8“¡€`ŸxÀ t@ u¤é3&"òŠˆ˜ªüo¢/&×záöðäÄø¸‹ç€é€ Å[0 (âb/&ÏZ  ;%Îxš&"ÜYËמÇk²IBn6:"ÊN½ϼç»0(5*ˆ·€1%+ÞÌšÃcñ¤2¸%þ^C€Á:÷)&~8ågìEë?€þ¯³ÄÞ"ð“3I #JHÎGñß ¨!†à PݱE£í™«÷Ã’Ùþº 6÷+“9X˜… Gj8”b€b€º!»€‘â ÿÿÿÿÿÿÿÿÿ¢ÉŸ 0j]|=\TEõŠ_¹ˆ:ÕˆI OÉÍñú̈‹ri×Kv÷,¼úèÛ¼EЂhëH ¼mâ*ŽW&’·5Aœ‰0!„Œ1 (ò}¬1ù†áú¤dÆ ÿ/$'q1x àzòW¡+Ä]7€­h%z¼EÐzÞ¼•èJˆ¾i3ro÷œ!b`bwWæDÞ” ±È'˜8‚>(-#\ÃG¬þ&"øT<›À,&Âxðò=„¤`Ä @ïDLp%øIEüãuã „Ì^ßwÞ"¥ÐL å¤ëφŠÇD¢b 2©â.Rˆ»‰¡˜½vɤ.Wê¼íia˜¼tEúƒy\ûš€ vˬ,ÇÚx“x@ tÜ;`ò`x˜‹Êf*P]j:LÜ ÑŒ×P×[p“(âb/(œ u°ñ1>LEá5ÓÛ0“(âb/®´“@OÒw¯àPº²€aùñ¨$¾>æ@(·úÌ!v6Ú"áÔÝá1ѳnï lÑ)JD\¥)r”¤D+ø})H‹”¥".R”ˆ¹R"äa‹¤Ý9ÄZŵ± 'Fõ€:"ð àØu·ÇG€Ÿh‹ÂØtFaÖÜ}xDfmÀ'Ô;DEámFÖð@xaÔ‡[@Ñ@´DV?B~M!LRCÈêêGY‡ïyÀ `²zÓ”‘8ƒ¢b²gÂq×ÖÀÀÀjJç‰øDT¿Ûa×ÞÈ@ @€#À&Èà`Ðô±I á%¹dÄ¥ùH察Úð@¨¬LÀd®Á WTµ¸nãxqC~ãÚ÷€€ˆ¢ ËÄŒQ0Od†ñ; Û‹ñg“ÐVéOÛlÿó¶¾ÜåôŒÒ6Ç NÄ À÷±'?ÅBGÈJDc°Y¤p &bvå–HpB‹J3oÿ;º` ÀP€X‚b@ÈKÉì0c0Ä sâ/É6»I/2@¨`äY4š”BBT„%%â“¿JþÜveuœ ‚°¸ÀÀ&I(þ‰G Hé÷ÒC@@ÙdÐ Ùc’ÉlÎìâ݈¿ƒ¥ï›îßs=ô°@׉ 0!…CJ+D'¡ ùòËÏöëV×$Ð8` À/Јe˜¢^/pÔ 5 HÀÄ¥ JöÎ2í‚adÀáˆ/ àÈ7wÀd5jˆ¿èÀ@á KEÏm}Ad0(B!ˆD Æ& é —èFß쎆ÊRý̸„ÐÔÄ1 ûbÊÿ#~òl-Õ~ µXP³Z²a3'ÉN½{0  `Mä p R…$4²Æœr1[X¾5sÄ_šmF½ù3PBú|Ê7$a‰JI¤ÜóPÀÀ97Ø` èQa‰,%$s-÷ß+‰xŠ®’Ýh¡b¯28íÕ}° CCR‚±Y™÷ÿ«pž7=Ï F’¸À Åc¹oÿÛ¡‰ñ/À¯Ð  €€“@ Ê&Kü ŒØ’4ÀÂ`Ð/ñ\!Z™Û/½å@B À`ø€`‚Þ(”œ’€mÊ ø¶Á¨Nÿ” Ÿ†qw@ c€;nä@&¤À 0šFð‰¸¼0˜YyºHiÇ£:º¢/┽ðhÀd@`Q²ÒPñ7” á©ÿb‹+»£Ǫ÷ l@‰˜0αœéON!d¿bQY$¿¾n²óu,ø‹øSBûØ€l® À …†:ø%”^Ãö ,7$Cç|xÀ È@@À*BI,05(â…Žû«ã"þØu¾ `€1Ðo ¡,€¡‚ùä®S¾J7ËÊøõŸxP½x[Q·2ßÀO£€C¢/Ì: ‡[ÀQ@½xFaÐl:èè¢"ð6FíÀh Þˆ¼#0ê6o;EQ|øÝf( ¡1ž”Ýáf¤EŠR‘)JD\¥)+ø})H‹”¥".R”ˆ¹JR"å)H‹°²ò3ݲéê±€*ºDÄÓn‚’YÒTXë€Q1ÇUŒÑèÀlX¸€Ù#½ç Z„¤ˆ¿Dac¨bq—%j´EúÑ‘•”Œosošƒl„ËlEKhM ^ä¶»  @C€2ÀšØ²ÀPP Òhv~X} …òCcƒ°ï Íɰi:÷¤ÀCßæÙÙn@÷\Mà| ¾0ˆ¼à ,j9C—„{H $ê!À`Cd²»v9½ç€1Ê+‰"D^` G÷lPŒ‰qÀLM Á™;|çö5ï@jz21Ö%¢/ÎÃP€ò?½°"|‚GàÎùÈ  ð¯¾ŠžJ¿ó\ˆ©¾\J÷Ð@ RžpÁ¿ö!#gK.ùæ¼D’²©1<¿“ºOm†eå׿)?@ÀG@%þ—WøÀ(‚€,z7ë?ü"úQ­³çluó!‚†8×Ð@1?¼àxâ/‚Z~ÐÓFb{^”˜´ÿóŒb}â¹@dþR;o{@PLOÉVI£¾ˆ¿Y3¾*÷  KväÁ@bR?ÉÉì­»‘¯^gHhÓ‰þ"¥ÐèA@ @c‘²3FØÇÐg¾øð ŠÐ`b#bøÌá©e¤±ÿñç}¸30(päÀ‰—å’RD_¤@¹HÈB2¶Û6Û¶ÊÛ¿CvéN¦Àô `á·åAšýDùÀ À0€K &ÄV^îbb÷½¬ðb9IKgÎ)µç€‚:ó À† GüàDD_¢z±H-–5„¾ä€j@LÇâ^ÀnG¼ðpC@#þ`¢`ØÁ’ÿœhˆ‹ú¸„  q-Žìç=ó° ñX˜¶ø`ñaÍ},š`W†)žžÈ+q×!#õ€ì 0¢ß…*"¥óà€€‚jI€žJņÅ' ¾VbGY@4Р€PÁ%xkäòjyåôåÅ+m¶¸Ä¤ˆ¿DbGPÄŽ¼èÍš"ý ‰@$uç Xu H~ˆÂÇDÄŽ¼ØÍV~ŒÉ@$uç HBV~ŒÉ :󤤡+ˆ¿BQc§Ý!—š®C6ÊÑ u{–}éÃ;'^t3º".¨Â:"Å)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ¹JMkJR"¨ë[@$Ù@­¬„Iˆ©xš}¢.BrZЖñ”œ–ðÉx‹ 5ˆ±¹{C}â.=7–1-€!1@€è† ÜåÑ Ìø^? ³ðÔcü@nPø‹õà€A€EPBù= ©C–à ­ÙÃMÿþëR•xÊo¹Ðˆ²}ô  €~àÔ“@¢KÈ´÷è Ù$ǃ; „ä ¾jtFè‹û90I™.ô´ q@:Åpù4¼ó`À.LÊ0gÉHI¥ñ¤ÒÄ¥¶ØˆÙ®éÀÊÄ_Ó€‚Ø ó€= € À,´  ø–0”L(0’YNã‘k¬ Á™ )zZpâ€uŠá|†YøÑ-à7ˆª~–è@ƒP1âðÎZV•ž¶Ûm\Z9Ièæ{À€Ä¬C è4ü&öiJ¥+ã~ƉÇxŠ—¡z ’׆À ¸@%ºy®KA›l«ÎÇöˆ½ÀÀ0 #%e¥˜oýÿgçñ}µÏBz>ûýñßNúX‹î/@P°Ò€©DÜB& ¡¥`Á e»âщhXü¾9W<4±0 €:&ˆi´”„‘„¤ä ZRÜa¯ß»žÖ;oÄ"à9JrS€–ÙXJßÄ_Ò¸ ”5@'N@îLß…’ö'UA° rŠÁ€T²“†’Ò’‰c]™¶IY7ûŸx4 `ÌoÎÆç8.NLè(jT¿‘ÿ‡ˆ¾ÀÀ €L¢X% 1Æ—Òs¥cî˜@:zX Ƥ„MmºQ·Éc†£²ðýò¯6Ј¿` @- КC,>’É…”^ A ‰%’’Zv¬ À ‰  @v€ÐÂo(`f)±0nRSߤ–‰' ¼Ù].” ÂÚá“1ÈFؼŒcmÿaÙÆ# üØŠ¶ðÀC ( €±ØÌ#Ý@€2à1/Èc ħ7ð'‡ÞP0†ƒª@wŠÁ ýkˆº‰€& (¯²F!s³9æÞÔ €@ÿɉ4b÷‡‡ëÈ–~Gl¶ÄüdäÀo†–ÿõÄU]& ЀĚ”A1~Ë,|ô@9A„"‰D ÎâÓǧšžF¼_ÐPB‚µ¤fFÛÙ¢*_¦)°Açz@3€Th@á,a(˜Pa$²Æ9#3µòÙù{C'x‹}D0 ‚ÈÐ(˜œÐ È ‰CIa…”I¬¶a®Hç5òÿö‰-â/Ó€"ð `Xñ(  †KeÆZ %†0]ÜèLˆH@4 €`ä°*’, †QH¹aéb€b€º!ÎA€‘â ÿÿÿÿÿÿÿÿÿ0–#»šuæ€ÊÀ–ñé€ @ø€0¬ø”PC%€¸Â‹@Á„°À ]ÜèPH@4 €`ä°*’, Ù†”R %†€HîæyŒ—ˆj9e%)+¥d¡†£üIÃwÏϾYý¥ KN(šßu¡‰úê“@ؤ–wºžþ ˆe$iI-Æ$»`ÀCT_ìÒß¿ˆ©y@€’ˆ;8)ä 8ÈýñE ²‘Æ‹Xñ—Â/dLTâlh&° ɬٱÅ–ÈÂ]=|ͯ P>"Õ¡8@ø!9'DXybЈ³ À2Œˆ ÊuLñÅît‘^¤EËPöè³[vã"/®†‡Ü2fUè ìûÏ»¢"è¥)r”¤EÊR‘)JD@+ø})H‹”¥".R”ˆ¹JR"å)HŠ£°k@¡õVÔB$ÄT¾~Þ´ôkÑ?TEôÀn”öR–œHp‰Y²¢/¿Ë/ì¤ ŒW¹åD$uؤ.Wˆ¾Eâóê­tÀ4I—,²Gˆ¾²H¥¬'k¯Ôq „u¥9ýÖ!€‡»j“[5¸ NMîdEÙÒM7(5îD$uWFçí}Ò€b’”»ŽL ({¤ ^œÁ½ eÄ_ 7²=ܵ$³î pÔ^€5 ñÇ+rÑt‰¼¼–¹`S¹ZT“2RñÛpÜo¦&–sûM Ì­ur¸‹< õÝà @`M(¼c¾Î‡±ðåa‡DÙÎÑôPÐÌ”Ü3`?å'™Ås8uÕ&†Œ¼hà:q 1L-ñeìçáü;ÞÀäÄrÿ î‡8Ô9ÁÜÏzPÞÂŽöÐÒ&2wŽn#|g²;¢"ð€éEã“ ƒ²to}ôR‹ŽMÅëA …™õÒ)<¯~n5¥$n©ˆ¹^H¨µÉÝ÷˜uÞA&óá‡D]¥".R”ˆ¹JR"å)Hˆ;ø})H‹”¥".R”ˆ¹JR"å)H‹ëîÒ¢M˜v (Iˆ¿?t€vuͶS¢/¦ 7]à(I¸1-d<è²Ö†}ÐÎ17Ÿ=¤÷ž(‘}´€æâH»Ižâ”Hˆ¾Ù i¹€S6½à;À &þp0Ž–vŽÎ¶~«¶À¯€;Šu€LžX ƶF@6Aý±æØ 0´£§e ÿ7¿šÒé“@1’J&€Ä $ñ…“JB[ŠJw¬Hóî†û¯|½÷7{V㼯•ó×bb7¾ŠÜ¤DCA3@þVOàd”Ïþ`$sÞL@¤d"a5(%pÔ!#ØnvvÄk>”#'å$ás{á%Zô!½ÓyîH½d›Y_ ,–’a"íb´Üa ›‰`ŠVX~Ä€µ9=¶ÿŠ‹á†vs½zAHò{€c…òŠbpoä뎰^B Éù}t'aíÌŸY$˜Vt”„Mõø´ w@NÜ@„¬håïщE¥ögÂÇ›R°=Å€pi)†„ÙE¡Îud¤°Ñ‡²‚âîn5 :NAŸ~#_@ XÞv0óúšð @NBÐ3–C,”Æ;%+û©‘¿2ú €¨ÞO HцŒNÜPNÕ ìíØyr¼…’,Â-¤3ýj!€=0´†Md ü0¾cŸ‘ôˆ ÉÈJ“·Üåq+¾?x¾E¤7²î®n£ŒºÝ˜”xW,št}ñûè¼ä +ŽHaIÝ_çÉá]œ:æ0g/WÙðôvn';Þ#%<änž¯Ûlÿ©gU7Ð —à £R”d#ƒsŒoûôm•Œ×·íæÐ¾HbS˜’RG9ÜG;ŽíuŽWèù¾>ÊBKüŽa <ôã…ÝbP ‘ÒL!“p ýJ ýF~„}Ç ºN߈‹ÍJÁ¸`ßÛ3¿SanÌv’ÄÎYa¢ƒà§£=());~"wÁ@I7¨ì¿Åb„¸nçäÞfµ½  €È+’RZž9ÑËmVC90 –Rv+0-þÙ' Û~Üyþ9Ißn޳”|Uœ%f*TñÞ4¢€ÀfÁbov1À1|šéJ P€‹ƒ€3ÐPa5Ž;…vòœg Š—!Xhh}çJÌ‹²¢7@ ¨ 0Ð(C (4˜žQh°idãó ™ÑØW©$µ!"3‘¥T`!ŸdÑ×¹ Nñ=@T  šx ‹) Bòvøü®¼®¹r’ƒ÷ÂsNÐ Û]v*u¸„}¤ª^‹ÀÊh‹¼ •‹+½Ù‰%µÅ!ö+Ýôæ"ø„†]Â`A4>ã d5E‡Ä_ž%æy€n÷k¤¿”õ»‹ˆ¾D›äÝð/rÀ`츊£XˆBçÙ&Ê÷=%b€b€º!ס€‘â ÿÿÿÿÿÿÿÿÿˆ©y±„æÄZõïz£ »Ï]ð’b/˜o¹ZÉu€4O:äD\´€ì‘g´ì‘}äCï>B$^ûωE)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)HŠ£¬m$"M˜ Ú@¡&"¥à] õ\Û¢|¨‹ÞÜ uÞ‡Ù+¸;戱iÚYI-6ëÄ Vˆ¬~’jÄ00J(Ç-šùØ!àrúÌØ}ì „œhäkÊÅ<P ˜‚AG€ ù^1+gö—ÄÐ@Ëø”1³žäM0hÒPo @a-»8Ö~ g6ú` @*HoWØKæ¼øÂ&ðÔ¯OO gÊF~Êm;ð€'&âa[¤¬—û u`‹pØf!ñ¢†)Lé9O‘…^€º@¹HºBÔD¼Ð P $\Dº[b°¿Mý “@+&ðß™ÙNf1À iø ÈÇpãµô@…Àw¿Û¤ˆE¿?—Š))[ð­`ñ!„ ž¿Ó`'I, –;$`R¯"Xa¡Ÿ10b %îÿˆ·tÀw¿Ξï¼ø²Ü•„ûŸ°Ô!UTß-TÝ @0ÀW ”œžZö- ÕÇ}÷€hnÀ €Àøpgêä4†“x‚ÐîA`9÷ºMÈ@iydý¬±Õ—x ;àP0 ’•aCýôð›€Çô§ü×ÍüqÂ÷€¤¬("ûÆÀh  sÆåvïøõyX ¬Çóm/š €tÄ…îGbuÑÐ *-=ÝÙ‡‡ßV ,$ÄŒ,47qÄ¿Èßß#Ð#§ÿûõ÷#Ú§'bK¼¯è ËC`%¶"‘m`& à:¬•äáÀkÖ†È ðKpì²5çÀ“ A¸¼qg‰ÄyÊRê¯ ²Ü”<‰ˆ·B²[ý–éX /±–’Pç¶@›ó± €  Àx¡„Kµ9„ôßè¾I7°Jƒýñ²hf(¤§(f¾„D°*OÀ;¾l÷’‰ŒþÁÙt—(Ó©¾ÒØ„hd-ÎÉ%ðH #æ¾H¿mUÝpbÀb²Q¾@f ÏŸ~_~NA>ùÀÐØ0)ŽïÊ=… v€jØš3±=t ëõl„†”º:?4¿ñµõàI%f®ß›F¢-ñïÊJ7B™ÝXáä{ìœÀ1¨Ð¸Òñx~ ËÕÿ*¤Ð iÈ/h¡0–XJò;‰H }Ð!—ÀvMdr7É Á„Ì„h÷6@8@¿;ú€H|´ò±Øñ~ód Žÿõ±Û`ão ,š‡—8]ùÈ…†¤Z„„m´_¿ x‚ÓÍþ"ú9ÀÀÀÄ)û€E€íó²ÜšZÖ8Ö{ì` ˱€#`þ²,ƒ)ÎbãÖTh¡@;BRžœÝ³1{¼p¶ï¹ÜÛä  À`„k —ÐÀ/ Å—‘€ó¸Ÿr!?—ÇU/À7“H[ó÷øö¾–x(„÷OI}?¿ÄM¯˜€\æp?úBÎ'_W~XÐ+ðÛH¶¨Ïc¥p&A ®”ôå¶f"ï|؆|l€®êvfðÑD¢X~pµßRÅ#I¬¶ÄY€äµž/Å–zR5ÎæŸÑ„öÖ¢ùd´,ÁޱMyr°Õït锎̦ÈûÍ,é ¤¬™‘‡'%ØœF¾PB Ä0Ä”6û@’Üš„$ï‚j@Á«ì¬?õÔ†!³è’˜Oà`„ùÏdò3]ìyhH+ Ù÷'½ä Tm…b/UôÞXk´œaäÈÆä®wùt–€0Kp†⯲¤Ò– )Ç;ÿõÄÀÁ03Ô qY 5?…n×vÛ oÎ:›Ò%HfbÈ_$OAxa7BÄÔâV_=Õ¸} ùd°+ðÛH·šÇò`!0x¶"ûÆ)žv©½%¥ˆA"wü+g(ée%‰¡Œ=Ÿ|Þô:@PS°BAl >¹C@`©-Ù ÊúÄaG®wñÂi{Ë?lâU{â`Ô8Jf=߈ٵÎ&B d–F½°€:(›’’óçl¿ˆ×fBÇÓRü´À5ðˆ @©00 !ŠÉ)&ä§ô¥ŽV+lùøy׉kÐ2lð¦ 4!b ÆÀ¸icF8À Ë-˜o8}çß]ÄÞËü1Snxzý9͹λ 'û¦åÈx1ÝÅ“K¶•ò@@PÄ=†¼„ˆÖx‹–’,Ö ’"/º‚H}çÈD‹Ð ’yò""è¥)r”¤EÊR‘)JD@+ø})H‹”¥".R”ˆ¹JF"Ät#´EQÕ¶¢&ÊmS."¥àÛÀcŸX+‹@Ø‹ô(W{/ŠZæ€TŽfQØI4²àP,6ãà#³¡è‹ûØ h,½ ñ4&9 !K!ƒCvNéÌ4¤}“›v=zñ`€h˜4à 1ØbJˆ t£ °ÀÄuo’½ÓÝD@ ³&y3ÿ³¾iüõgè` € ÍÒœÉêÛŽ û”ZJ?(w׊,@ÂÖHâ­À@í_¿x¿´€œ"òxi3:ÝG/”˜M{”P Ù†9(쿈·ÇËÒI™ðƪê¸Å£ŠøÐ;s`ÞËÛ‰›_Lð`hCKÛ/cFñë÷Ñ@vBˆ&††€XCø´ÿ€PYΣ_éÅ£a»}™xöþR‹J‹¶lìOÚH&ôÛ.¦ú %•‰˜ ”²3ëlÛ ø.á*°Òɨ!€^Ã7cåðFüùóÛ÷6ø—&odR¥¾)9ýs~Ôœ @L¤: !ô¥)%ò`´b³o¸a{?ê8ëîTà“K!“@2̲ÃSÒZ@ ¹ÿ?¶+l#f¿)Ò@'± ƒù©[øèsoêà nM &ð pj1D¢‰…Bûmݶ(¯ñÚ÷ :t¨à J &€˜h&ZRY05Á™#[§¡°Fl÷çT†dÑ™ = -8¤b^ekú@ f” €¡ ˆdÑ¡¼²ÀÀae¶) ²FnÏÒùÇ[€@MÐOÃJ,0°ÐÔ§ ´t'lÈÛîßþ|ŸçµU¸ëP x€6m³»›á–÷ú ð 3zÄ4´€Àx04  ¢_&ä„|VHÞ†Øf{Æ€\ä ((Ž_œ· Aÿ½a‡e®ùHò!€¢5—:F†|€Æm–ÜÈcÅßÝÀa À„QHði ˜Z:ôö†¯«d'Û2¼†ÌDЀÀ% ü†M!”¨r×Ò‚S¶awçT!Œ’€žØ0¤ròþw.cÖEÄ $†„t/¡Ô?p5}„†bV)CÓ¾`õkæà'(iJ93¶ÙkÙb:¯d’`!¸bU¸²°Ñv$7è2uG¸Ó˜ðÎ_%¥$ÒY|~GÄ+_^—zBFGØ43þSÜô uX€&(öå–œMNoöF‡XŸïdZÈnŽQÅÉm @LCbãra@P´¡Üg IhÜ~år+^XNÜ‹Š8` I/”ú€‡ÂXõkå…©‰›Z$ »òQ[ð>lš¥ú `@ @1,B Lp*QH,4´“A¡¨ŸùHùöGQ웂XÈ4 @0(²’^Hhjº¹iÿd£¯|†ßuªð5=²@¯I Á›dwu¿<ð¸e½ýx3I€! Є (B!ÉdÒY`6 ,¶Å#¶HÍÙú_8ê˜ ˆ`€4©&“HA¤2i ´r’J)gdíÏJo•¤…ƒOÚp‚¤À*³#lïÒ·ëqË{ý„ `À€ì4  BZ9h )8 yLVÈ|‘Œ3ýûœ·¾:ˆ ƒ@4X²€tM-0ä ƒ’Ëÿ£n„#ÙÝY[^L¢f¨¤4<70Ͱc6~¶c£fqw÷`@8T¨n*pì ˜B,”’43rËù ¹hÎÒuðšLö€T‡À©d¿¶VÍŽT¶k[HÉ}iÙ"è•÷PI¼ù‘zCï°ú€ešd¼y57x‹M¹“ðÝ£‰»Ä]hse­á»N}yé\u0nˆº½+Ê(tD]T­(§ Ñ_ŽzÌMк".ªWݺ".¸VôIxTEÕJîMØt@-DEÑÐêßD]4­8UΈº­ WrUPÍt€v·Í¢/¤‚H}çˆ\"ï“0ÔÞx14EÕH¼".R”ˆ¹JR"å)Hˆ+ø})H‹”¥".R”ˆ¹JR"å#‹t n»¤2P›ÏÎ’²Oˆ¿K†áò /\PäMÀu¼EöqeÈK¹@š"ûD²àK¸Àˆ‡‚"/µ‹.²õÇÀ0E4Eö@ÉtÁ¥Ü`Ä@ñÙ%ø’˸àšPÄD_h —@2]Æ:E‘}¡¥‹€Òîò'à0ÑØ%§D —îHÖ“™"û#K”iw#€é<ÑÙÉ.%ÜŒ Í}¢YpÅ—ªÀ“Pèà ÀO¶L&'”çúŠqC~{Ø€8N°€€^MèHÀ`rºF#d†¶áŸ¡ €JÙ¬PB,²†ã‰x ôÍïÉËòþ^×P€å€3lLÙä“F–PoÛmú®Ù¶t|ì§¼ø!€h¤ 0†°(L,²BI¥”€«'ïêHbJ-%|ýîË:÷bˈÒÅÄ„ü àB` øevåÊW%ÂYÎc;©½Î !€dLHj@v I1°Ô$šR8b9É/tî„s?mæ3¶e¹™ß-–©^à—Y~冀vRI…”RV‚ÊNJ…%î*¢i4²@aI-"¿äíSwh¾¡,¸’ïX@ Ã@€˜ðÐôt€›€Ü#d11(OÈVXÂW_[|ö@@0vMR*ôri0‡ó¡””nŒØwœöÙ×s– ÐÂ[° :7ÍSîÂïÏ’ü—dÙ4 :0Àb )ÒHÄÒh`gâ iÏ j@LL A4² ÂþÈ HiH)='d'öÿ˜Ývã:•ÖrºÄS{F¦=%ØÃb4²``!††ä0 Ò’YF£~”ê±€P•Ã@Èa)’Y-3+º]³sæÜw ‹é .K¹¤ÐÀ‹&“C …'äd–ZÒvÝ?où˜Û8ò!¢ûD²âK.â€"õàÀ  rûpÔ¨¤ø1ÒQI-9Ïú´ÿkÂK,\0izЈè€€™¨ÎÌZ Ü¿ï=À`‰¥¤ô'7Êð}öxi~™%ë€`ˆ"©_k†—åÉ-®@Ò%>DEöÀÉp%—r@´ š"û$²âK,]Äô€'GH I»oÿ J²ù÷䌳m¶¯@À0‚R^+$´ÿúSã®Lu§ücmˆ¾¡•Ý@*&†’”©›Ÿ|,†"P¸ %nÖ` ƒ‡v×JR7 zj^e)KТå)H‹f–”ˆ³ã³KH‹”¥".R”ˆ¹JR"!+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR""+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"#+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"$+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"·¾ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑÞBŠã€ã€º!ý!€‘á˜ÿÿÿÿÿÿÿÿÿì4¿‚xPñPº‹Ë€h¼@€†"7€í$ЃҩšM1`PôøaE•øÔ[à†¸à‚<pEûá~ô€€v ‚€á€TâdЈ.H ‹8À¨adÐÐá  šÄÍ÷(®QY; ¬VýŸ÷¼¸¥è04¬¢ùera_§©==ÝÐüg9Ðê’?ùg¿¾¹@ÒÒ’oa?‘.p €L‘0”„‹©¦Û[JÎø.lïH‹”¥" ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥" ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)HІR”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚ·¾`ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹|<·; ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾b€b€º!€‘» €‘âÿáà.âà&¾ðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜Ö$b€b€º! a€‘á `.1þ_æé³ #ˆ  ¸@d¸R—áô¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥" +ø})H‹”¥".Rú° Á °b° $†’ šLÝ;ãK²R¸¬¤üû;?aõ  ì(€@4,"_ÅbÒKÈ/ƒw&r‘ÀšÙO¶]ÇÀ4»9)Lêèý„;Ô7¿—Òé;¼0Ð@; mÐB åíÒ35’Ä´üÛ¯Þì` b€€jP  &à&,€Âñ7Ɔ¥(B ˆE|ïÂ]³-KÖŃCP’Ðòà5ò}¯æQ½0XpA` @*?%ÐL%0ÃJ-#\”XŒÌiò€"JLN MA\„°ÒÉË„–QIÅŒFHÐ0“7̼wó±`` °C³¨ò<>v¿6ë…ae £ïh^CÀUÐÒˆd½Òo %% ®@Åàß,Ω”RCSŒÿ•ˆñÕ~—|0(„Ð š?áˆ!rjPÀ]KèèlÊvï›·½hÀ@Ì,¸`@`@Æ%0Ü5$ÔÀv -‰`ÂfB³¥=;lÇЀ(œŸ¤vIÙ¼>¿šzMÀ0â@bÂS%Wä–4˜€ÞÅ`(_Sç=°„Áˆ¨ Ôñ ç¤ ”¡ùü1$Âg?ïøíî|*”dâŸ|ùº„;Ìn¿”<- *L¤ÄÉ… °ÂÑ’‚Ñß'stpÊ÷SSy¢õ¨& 5[Õ§íŸÎ,Kg Z8R»D^'zV¤5gRëJˆ¼Ô´ð•ªƒpn}u”ˆ¹JR"+ø})H‹”¥"*ïÕ ;HÀ^)&ྜE±“S€b‹Äă¶ìvÛ¯¾Ùÿum¯<@@C Øi{~7†¥¤’HÖ^Cn|y …''ÿÓÒ[ûqÏrönz­ª¿ª€;¥”ˆIRC\´ Ô¿åð~Eô‘¨ -¯Õ³·ûþÁ-Û1ÿkå À@C@Bt£–VØb (²øÄîÅ6t¹üÛ4Q,HèKÙ£à̇`¹A›ˆ_ÒAhB3óÝÇ.*øô4à RËÎÇ8ÄîÁõ ‰ Q@—úw€*!“@aÉܤâÝ( Ï™;änV9JÇ®é Ô MÒ‡l`¡¼ïù¤Î?Ú6ÐøùT¿ Äô^˜”vÄ`°ÒÊ<ðÍúvØþ’†£aÿW€4Ìè H@`ðÀГ2?¥@Ð)‰¼²ÃBPi„2‡èÍÆãWïLÂkØ ¸ç+î¥îìÏÕwê\X &”ିÜV¯* (@äÔðgÉhrrÛ   !üß”5ðĤ!Îtó°»åA€Q ÉAÅ“PŸÝó$¼w5Y°uâ–œÊ7½­ý@ ¤D"oÝC ì× B8pÛ¨BÒ@Oßô¥)tÿÒÍ·güb{þvy0 €@—,˜^íÊ Ý#ÛþÍþÛõ>a×] rÊü¤d¶Öp˜ÿÖsz:Yž/°’qIÎGp ÀßvM¿é å¥?©¾Û`ýšó IEçBS¿~ÈK1(¼ÝöÆÌX&€Á.V-!{$–€Æt=óÒ5|[`€ë–)œaì½³=j]°0¤€j—OéJÙm¶Ùû„%²öÛclQ$²nå²wèÙ!©F Ëëù¶~–²r "úC(îÝ'l£ú¶ç¹¾~Í“ôX…–+ÈIîÎù û¶;¥Ü )7pC -Bø&Þ”„ !—Óÿ/—ÂKÄ„!CBYº~VÈ:ù/! -ÒR?ôoÉúì/£uçì³)¿¯€=!€ZÎß1KÜ'¯ã³©¯  (Z:RŒŸÒ†íò„ôlŒvʰ€„ ÂjòÐÛlü÷Ø{awÒ7Ô7Œìã6éÏÞ•‘Ù‡Îü P˜P KFÙ±Ë,0Àc¯Fø0¢Ð„%†}»pÓ­A€TšL ÒKÃzS“‘Ó’S7N~¤s”uÔ(0áˆù(ß2ƒ §?ç‡7ÐÁs¼Tö€Å€ þ‡% -|3ðÍËHHÓ=g_ À; (†Ýd¢‹ØpÔnÄûëHa¿'â[âi 4®S!$”MÄ´–^ÿ”£mžøèj2;#m³m±Ûc5Ô£’¶ïå{Ù•b€b€º!Á€‘á ÿÿÿÿÿÿÿÿÿÑ›úQW}Ôà‡êMp> `·Œ¼  Ò~B÷ÌÙ–øqê{Ñj ­%ï‚s+%<‘‘ß!®a€;!÷&€Ý8PadçB„ÜŠä®7fÚª®Â`d0iÃþ?ŒàKbOƺg1”»Ô§†2±}&§§3š¦üA }ú_3e€Û!Ûs¿ýøÞwýG^¯  :ÝìfÉHhi[+) R;÷: Gvgu˜ä¯žv’âj îœ1“úÓ°iNâ,ÛÔYÒ¢[§’¶ëHB2Cz2—ßýÿ;^h„¢h ,§%¥(ìžM˜°Î3%8bÛ¹Ùw8„¡5 0&“t~‚fÜ´Vÿ–žÃQ¿WÆT5;6 Ü;Ê®ô¸˜²`Þ”¤”WJøB[/ÿÆqÂî N’€`[¬•¸ÁMÑ–+t殀P°0C oºIƒ7JŒÿ†4n§Î«H€0èIdÂníÊ Gã²øc7J6ý_æ{_÷»+ï¥~  ™ !îý)û§þ–Û;gä¤÷ÿv®D2É©…÷Æ;’>ã+öÛW£œî^+•Ðó±ì{mÏRå“ËÝ|'’×·oþÈÿ:JÓÎU)o»üÆN¤øè„ÌM NI—0˜‚fmu@Ú\ö¸÷ÐØØ¥)r”¤D#ø})H‹”¥".R”ˆ²¨Mú1þ d '¢-)9,¡ú€d '¢/¦ìò®qd×HïÉÞæ@ #D]Vü‚ý¶ÏÿVÛýšõ€ @1(4 ÐÅ€XLK·nC&å€Ûp$Qá¼F=¢*(èã9)M)p4}zQÒ´#,Ô„—Ø÷ýHâ62Ødñe§˜Â°œ8RØû´‚ 8ýÇ(á{¨g\E÷’Lfé—^éüÅ…6§);|f rùd°ÒoÈB¥»Ÿ•²¸¿PJýx0¾èè~Víûœ2"ïA 9by˜bBw~9/‰Öü@t–ù¹ýn/p=Īã / "s’»Œß·9rr‹ nÛcÊÙF¿uÄTšÀ¨’i)À7·H!}Ÿ¶7÷u{†¢i- èm«0XJJI¸0¬„âÐB+ô„줆—Ö”¡jÁ¯ï?}° ¾C;ûJé‡ °vED_¤¿lJõ ÃC@`ð®RK€—†¥,¶¸AUÀ;…œ˜Y04^nÇãwÂ÷^ˆª½q0iË៱¨aÿ’â^&Ý*B!'‰HáTƒQÉ@(â~ëq«xëàðHÄBð6"ô†Jã˜8—Ö`Åf,7u÷~°8}ÐKáèS1h%8…§ ;YJø¤­û/î~8Œ¥›Ûc¢/¤Q{ºP”€ Q˜¼~yð(—A(¶ÿçBpÄn±”žêÆ1éc˜rî©{¡#0²ÊZËZðtEIG IÅsìd2‰¤2‘Ø4D4ì˜MÌÑ’~ìøá8î.¦"ýaa¤ÎýΜY5 8]ç¹Hç훢/XÎWÜ÷·€œ Ô“Sò?×Pˆ¾À8†ž”|úäÒ-¢,¡‹”¥" #ø})H‹”¥".VCq0®že]ÔwÔzp §÷lõXàÐ'`1X¢b,ï}€15É$xp ƒ]ÆÜ„§#?ºE€=Ù?!."£´°Þ´¤ë”LA(1µ¸@ Б…áŽuÎÑ>À“y03üIì‚°ôóˆ7ÐHl[ìý™Ÿo÷ZÓ×¾ÉïÜóµäÀ/-º„_ؤq;¦õÈFèu»¨bs€E‚C󈈼 &éFíÔ'›‰Ø¹—!hI4fÛ!/þì2?=€Ÿïö1Þ¬E'm•ú[wÇnh±‡°£îAH `2ÍÃSø„e#Û*"£ ÐB`±+ôt­)ýÒZMIi7óÇÖ0AS,  «,EM×H ‰HümÑ&kðÔ`3ÐIOù…­=AÚ@ 'Ý BYPjqî …÷š:ô€&!€ì±‰A(­’0¬rxxþ¿Ìh‹à¤ú@ø IˆøA …¥ibu»9ÙŒ)$ÀÝŒd†'‡¤ 9¡Ò“@@0jjư…ìÊXÞ¥uk» ­Û‘'«„t}Å3:—jB-$?ÐéAxò’¤àãpŠKI3Œt–_8¢·JDñØMnÑlŒ±™%b“”XbŽ»÷G8ýrˆ@0+dŒ¿øS÷ÝÓúÿ| TEöI`‚(?¢iN ³“y5$¡©(° Ý '«W:äð)¾Û¿Ù+}úüEy4[†|ɬ„²9î~dŸ¹Ži±4Ì^é€0 ìKíÍZ* (^’À nF ‰{ä†%(ÉÄÀ¾ÙÛ¶ ;šk\ SzŽK%$'s÷^áÞÒC€¹ú>é 5(èZJÝÇ?CÎZîxh!üT€b¢aA ŠX‹}DPí‘ÙØè)N3O7›Ý®è Ò´¥>œå}Ñ‘°üj»W²#8Ëœÿl¥nÌý]Í=c¬T84¢QHጽ÷-ñß 1 X‹` 0È,3€UÂqæ ع€ÒMp$8&kŠøDEöI@;€;s9 ­ÙêòrsïQölÿ©¼lýŸ¾qc}€À`T…ò ¨u›šäZQ’ŽûÚÀ“ I ¥³ã½hÜ3 \Eó·ïÞ[èD\¥)ø})H‹”¥".]`d˒פ ð C@:ÔRfG 0bC1{ò¹dÂae£'nÑþÎßv6"ø00T«â¯Ñ &VÀT°@ @‚@@ð†ÀvžM!€C€(L!#îß ²º11£lÚð@ˆÄz vb€b€º!!€‘á ÿÿÿÿÿÿÿÿÿø €/€0(y4? :!€(8dÖÁ¸¡   ° 01 ÅÜa@(Jr0A7 ˆ©¾~²66@ß—ï¦BË!0&€=Ì*Cà'G,ƒSЬÆ`À(Æ š„öý¶)8aÛÿz@fx €/lYE€=À: 5#fCÄ2’’‘Óƒ±)±{ïÝß}â/â 1 B0ܯ`!Ã÷ÚÀt˜p À†pà!&bœ‚ƒR¯ÃHx¦ÿº²Ê(fJ–®©†xÀ vŠ@€f‚À@CÄÀŠ&ò”%$Çá©C_HGJTÍ'n°ÒÅbaAÜ–’>Öòb„%²·!ý9…½îÀ€œ!©P É¥p€tY7•ÆÒœѱ+’RÛ£åõ4@Xh p 0&É„0(Kø†2’bvOΞVÙþ1 /9Ï~TPÀ Ã:@tQe#ZŽ‚Øô†æÎ²Ìø^¼bs˜…€ 5÷P„2h€ BP‚ï+t·?´ VùoúÔ+Ôd q4à ’Ä¼ž€c€bK, ÞVBHG±C?ù)çÞ"ÿ?€èmiÀl‚Q_”îÎqH4´ŽØÁþûHð€^P`WË{Àu²y vJ (03¤o&£^éGÜ ôòº:8f¼ Â€Nq0ši 8¼”¤4†9lZv)=) æ'ç9´EæÄÇÃvØ oÖ¾~tó÷~ß2µˆ˜’ ˆDÐ*C/PféJVÛmÖÙÿüÍŸóµï@v˜€d€ì:0 2C  tÿ‰œ þã@sö³÷®&€f@?4 ɼ1 Ѫ! –JëJ0vÿñ£D_Êt¼„Ô¼` E7è!“Iƒ …ì‘€X±½ø¥uq׈+l"ûX¢Ë0€¢q4 “IdÂgC&òÊ ÝDÄ6Å!’Ãv(°a¥D¸(„„d†”bø`Ƨ|ŽŸ·I(þ€†íÝmâ*¯–œ%€„Y4¼ž‚†>FXOÈÌÿcGÛðÐJV +%¹û'>vuçÄûìüá À;åìî€1¾&–‘¨ãVßsNcÕgÙd߀.È&–ŽMAHJr~?`•­Ö>"¦ù 0ÏÝ dô§¡ì÷Ç'Ü𞯴²`P€aÀ€gɈ&_/€-JŠNF&§'†7/å`–o‡Y@^´h¬˜C&“Hi1DÐùiᥔ ný?ìèßwÿ­qó †¤5¾ÊFû  £å =³ë×PÊ 9Д“Jå“ d %l_bÂ_'º¾#ßQ Ô €dš/Í 1·”Âɽ$.V,›÷èg,ÉiJ”s^PÉ €`€À,AIKìíöß~?)g¨Ï7I£ZȈH%JXb0yx}ô{vŽ 5$0åRZp Ñ@0 lQ4bP—3ý³ñ¾ùÀ ÀNä&,šŽ€Ý’Žèn’iIá‰&§m†d3±/¶u`M :R„ ®ZzÕûó}É׊7Gå“?ß›€T7mÛÙ­`&+‹Èÿq†íNÀF¬ÒŸŠß¯vÃÅnÁßáûu€\À$Ö &iy, –£¥†À` üq,•… 1FäꘊŒÁ÷%—ÅþÒM!À0NãxÇUÁºÀ O+'‰¼˜a–J&¥)%”Ž‚—™™*ùŸ’{,Uêz±`X¥f)¶ÿ0·gõ@1Hi``¼J/Ãñùº÷Ñ?• lI  :ä>€Tà k^Nûá,x @Š …d ­òÓÙ)éá=úÓÿ#]rÓ‹ (½™:xíÖèÄþ´p K¶ÿa›unß'îÁÄh‹¤—€oÛ·ÏÑùÝ@ò<7ýÒ¯÷ßc@È : w&;ŒÒd ¥lÑ´¥".R”ˆ€ ø})H‹”¥".] ‡ðUÆ» Aܨ‹äá%iƒpÄ_P~Å ²iÁ «Xþ‡û ˜Ðñ¨»ta6` œ¤Z@ì7Ãì AB"/5ß-|_ 8BR””JÙ0®1$ұŕð"}în^W¸€ Á ±G½†í™xíÈœwÃ…>êÒ€í.QvÈ8Í”NÝÅ'\ÀdII%'ž­Ð£«Ý`€é% $1Gô†©@<-ú°åDT} ð2pakÅRÆþ@&6Xä–”§ã~Îuª¨44 $˜¢€¡/óܱ© -?§£mÿGAÇfÆVÄ]€TdÎËä$5?M8Î’’R8iÒP “V¸„4@'K£rWíÓ÷IE|5ÿ å¹À(ïÚ"îÙ  ^¼è@j5&ZK8Åt²Kå%°I5åŒÏ¾o·d²÷÷r´4 MËÁñÁNô'å …À¯Ä"g@dÝÊ,‡Ë G%q¨BSÏ·wSeÝ̰¿Zï–¶sþÇ;)g—^€ I‚þøî;Âñƒ¼Àl/ˆ¼à†;ÛA\0Ð@C0äÂÀ`!”P pjI¸›ù#p”•ew!%M¯"&ÀûÓ‚˜€8¢a1€ìÌ€•Ë(¤$¶(7 ¤ÒZ(FvNt©Iˆª|–Ô † šQöB߬£Ô[ð³Ï:ú œ ÒC+d:Ö°˜ÃùíÅÝ*Ø4„LÁ»’þéÁ¨ØÌ¼µå¬á÷|a 0b€Ä ò²° ðýÍ7sâ/ÉdîW+ÿ€þcߘ^#\À ebQA©ÜþŸŠG#þﲃ° ;N÷Í|üàH`& !£#€ì°‚þƒ3ì·SùÔ&"£ò0å€bठ܂òp ɰj6Ù%òÿ !¥¶XoæåëÇ_\ Pø À x À€è@P²ÀN {†„4šÊ×›ntŽÈN¿Å~û7¶7à¬LðAΈhòé<ˆ€0Ð ƒÀ ; (00°2J!§† 7$5ûbò~éˆ¿Ž€œÁ‹t}Ä4€jM` €œ „h@P0¨@ „Ôba 0„Y/ ‡’œQX ¤aE¡,†mѲh° À À @0@häÀXèK@ 8 &çA(„Òg&Ã# †4²`bÐèBòQ¯ˆ ÊÖZøëì @šœ@LnÔ`!&P H@¤PüÐÀ`Œ”$š„ð+É…†ËÀd–ŽŽ†Ö°P À À\` ËJ À€=ä/À$„t ¸a…€ €t4Ý%ƒRKOHnI@cª"þ`x f6p @rh –`ƒ ¡¼5#P…ðÀÄâ³§†ô õ«ÜÐAé)‰úÀð“`z˜¼™‹&H€„²`ÐCöåÁ!£2Y81#@C³ýØÎ×} @ À€:à @uD4édÞX…<uˆ Äï¡$ÄðÎM,ã ÉÙ!¨ÿ€Ác[§Ä_© ã=Œ@U;(n¾ž À€* É€1&€8  `ì B’ri „YedQˆa…† ´L& /”¥Ð.8 #€œ8R4X`†dt–hà ¢Ê&„ò‰`T 6¬²k£º1hÙ/þÀ8DEø<ð¥".R”ˆ€ ø})H‹”¥".] ‡îUÆ»PœC JNˆ¾H`"Yƒ>å#㚪"ú` Éqv@ @¢&Ä$ÆAùwD0P*¦¡Xè‹ÎÔ 3aþÈ€!Uìb€b€º!.ထá ÿÿÿÿÿÿÿÿÿ„"êpð¥å20Qãƒ10¤ŒÑ] 0C,EGzð ûBÄD^°À8,M× À y0HÒƒJIdÔ³§ AC ÝNZRÏÉû\ЀT˜ɤÔ⊠ÃSù˜‹ùÛeþ­{i×t—²ZR ˜òa—‹Ü7šM/ävÊB×Õ}2qhéØfOÿ#ú¶Ž« ©`:Á©G ì0²Ð[¥.0 ÁˆOJRÝ›0ÿ¬À€høÉa¸`! åô$néÉ/§;l3²S·ýJh‹ÔL»€Ä@;!–œL!ÿ-*Ý'd ßßïöúÚq  2½ÀÆÜ1³t’¾ûüêÿé7޹À @cÀ¨€¡)&¹IN&à N - Ÿ¶é,•ŸÒ°/þmîÀx‹ `U:HοŸ/v7 ­3 ë1$¢¤ tnÇè‹(Õ§!Oéûm³ÿùÛaþÍ€bpgè!“H}8ð  ,­Áõ$Ò†²÷l0r~€tL@oPO(5?êJNC ~-®^À˜ÜRÀ@q@SBƒ8À2†|„mÉ¿ärøoOW<çSÄ_`²û–BO&£/î‚Pj65%:s ))سßVBÂ@²øÀ€biü삃§O›ß$,÷м^ßt|†îQnœ1;íÐ^èNèãŸ>]Ú P@,À5C !@0øÈfè%ÿð@1+/—À¡{ÿÐÑûâðN舾H‘Ã@`Q5a å)9oØì’‘¶rJP›Þ€7P‚€€>- |CFÜ¢‹ /üAá?dòÉ‹G+Ù·ÕàÀ/Àˆ@Pc”WÄ0 dÈI4¾Šm™ Û®8À@-vœÙàà1à–_`À$4j147d#“y[Œœ„–Q3|Á)gÞ"ªè4AE ›ŸòoNìÙÆcwéÇþµsµóÔ€:;A[” K ·Èåí–îØq×h¤ „½ºQ¾C¤Ô¡Ûg7ïš\X,…€+ åu£ä‹Ã?a"£ô àà @10 @vü¨` Q&/€;ÞÙeDða´$3 NHG|”!(oªÀ` ˜À€=Jì@ƒI€3ÅÐ ²P„¡ À(LÛ olŽß¡.÷¼è4€¬‹q^"ý(ð@/¸ €#&†“@NX@`(L%“0 ¨ìR ˜7§âho ùÓÔ¬×TÀ @˜@ @a€¨¡©N‚j5¡¥¹âP1Ѐnœå%i6ðÅ –ŽŽmÚ P†Ñ¥eqÑô@È\ €ZÐÀb‡rXhÏ“²À@„“~åTBDŠ/BjrR„a„Á_ÜpA?xø¸ 5 €/b@a˜\¨¸èŸýña˜ÁŒœŸô#„ì7o¯&=Dݘ”°§!BdЧ6s@„Eì` À€íÀv~Œh¹@1,1%bƒy7–B!pÂ``iA‰ÄÞ’Z{! UÖ&¸€N`°0À “ËÉ|P¼P‰ Oå¹1S8aoñxhÔïÝ.»ÁlÛaЈ¿\¬ €;v= Ã@Nô°ÀĆè@¤„p 1lé&éP§Kn²jCWß„¡H@€ È P;i†C´À;I´ a‰äÎQ0¶NÈß’ðFù¿KÞxðCHŠð b@W|êDÝ‹”¥"  ø})H‹”¥",ë Ì™Ë&dìã.tRŒœÝ{Ä^Ð@;Ad,WN…1¶-šìP ˆ`:&’É‹ÇÈ€€^•7ÑÅÏ7&’J7žìZüåÓ@ã|Eñ„ ‘¶F»<°¬ïâ~Ž3ø‹â®¸\àPµ:®˜ øø¤° Ë@ĿѠÀÐ*j äÞQ4˜ɰ ÐQ{¤®ê^ZÝþ9ïH°WÞËJp¥=/ù(‡ÃphÜyiÌÎý½âRFæÿÊܘ’i3d/ï~¡ 8 € ¤2o(440>AA˜˜¤–‡%!!½%#¥;lèÛfÚô7œRX¤Âa0ÂPXx!…]¯fK>|€†d> ïÓËJK< ­úJÆ'½kÌ:ê`ìà@b^ &ôð(ÈHiKÜ´‹;Œèãvv6´ÂÉŸâ÷Éßï¾o¾?}vf’®qA¼†PaA¡½B6+ddvÙÆ!¶sËNÝ=ï%)GFzÌ›æ€èà€›€b‚RI{@Î945ó~+}¹iKm…ýmÈ2€0åq˜†‹ß—ÊO÷=¶ÈÙxôþ¶Í®(@Rid4¸ NÅvLœc’WÝi@ñoâ/˜LB@,€Æâb2ÐÿtžŸ¹ìîÏŽ¼ñ0˜‚f) mhÈ,mú{§›d\E÷À€CÓÿÛûŠQ5(ù5à!Р rqÞé 0PŠvñçFIùîÐ`øø»;ø‹äX"´fdk±ˆ`øø€Zÿâ/‹Ž\vcýØ´ÿ7 Ä›‰]ÖEˆº@€j4Š[ŸÅÙ.œ„Bl z±b€b€º!8A€‘á ÿÿÿÿÿÿÿÿÿó:í uÑÉdÞüö¹¼TEÅ»0|"·Ðˆ¹JR" ø})HŠŠR”ˆ¹ãþFÛh]``“CI¨\fýqˆ° #ýÃQÚ€ƒØ †’ÐÕ¬˜TQ+ßÓÖ¥h !0yA¬Fp3€:  öiÖpV A$!0éz !1€'ïy¨@EüÀ@{4_ÄuiBå/A$&/爪}Ø ÀbX€ @¡|4¾v€1Êéý-YЇ…’–-4nrÈ`!„ Òä “RRy\•Y(îvJ‡Œ±-¸° ƒF-!€ G€@퇵é‹Ô°*™5†¥‰ˆe°Õ!¸˜‹æ^€„8òB1d2$ì®È^æ îÿöVÞâ€è¢A  '&¡¸a4¾ZþgfweÞ¼4”pÔ–y(0a™íجÌn†ãŸ~«Å€eÃC ˆØae†ÿ‘ŠNJöuô³œþtEý$¤€f° I`'‰H&ìaY©„Xnêî­¶ÛfU¬ÀTšB© $¶ÎQ|þ+“Ï9ºýË»€é1nQ †LrÈ%–„;M8oÎÊ»¡Œ¨)&¡ùAˆl‘éùdþŸ…4EIâÐ|WtÑÇï÷Z¯dJ„8(€žPCˆÃIe† þZ f ƒU³{Íì0˜i ´üQ0¤–“{#?l=W´XLz°jM@ŽìnåàBgÁŽ” & š‚ËßöëVÜb·ˆ©ü`Ô˜\‡Ü²™›ÿ“ó|ÿ6°4``°þH΄%¶ÃX¶e;:Ö»ÜbZ@Ä„^àdIÈøðŒ^7»2NSmgÙ $²‚i\²Q3Ÿ tt8Aêo|ðà y003뤢ÃJAczö Nê[á¡ßõ€œ00@;&ŠAe ä Ü–WXÏÔ¶ÝOv”ÀMÇ€X `¾ä€=I° €¯&J-€Ã’“’ΆvüD[€ˆ Š !“Óº GO@ß#oÜóY…ÞPd2` Š%ÃJ ÆoÆ—ûŠ@Ô¸¶7Þ¼R·`û§Á/ŒÎ¬¾ß¯ºA»è²o£“ _êÅŒËã—Ñâ/Å`x €/I(¢n - ›º?Øÿ¾ÉGÎ춨!!ÀÁ¥’ÒA J#t“z] ±+0×/ ü§÷³ÔÀTP BJ ©ÅºI_%‘’Ž¿Ÿ+dñYwŽ,‚@€3OØha fã²CI¯ƒú0TEæfü@äÐDΘá©!R¸f+f&¤b€§t™Ð’3~®÷‘ÌÄÄ0 |7pß|¨HOF+7r_oײÞ¸Ä…Š¼frH ~¯À) @¦  òpÈã€#ÈÈÜLIh-ø`j#®”|㺺d0@ÖlL!€Ø–ZÙ!¥áˆû²ûäñ%!;™z€é€ !  :JKøüQ,z€­{€RÀ`  À0œÀT¢Ë-©Ù0 >-?ÅËGHFPÅdšR| € €d¨ÄÐÀÀѬ‚D¢ðÏ÷;¥(ô%8[½Í9!=zp ÎØ`€0&Ê&–QIJK&w üšÐ-ÀþĶÉì÷@Pñœä„õH@OZ@?@@OÄ^P²Ñ9!=i ú ~"¢ÈäÄÔ’°nzŒÝzëj ¹40¾ågYµ@€3,†„†ÝŽáqÎЉ°ˆ¹JR" ø})H‹‘ê…".]° Û5 e„â=Ä»@„5 ç„âé€6Id0†Oý Ô0*M¨ 8O$ü|EGÏHhfíË@^µ€.`p@ @<&Tb, ÃCFÔ†¤ “K,¾å¥=iìí•\€CP᡼–N¬!CÈx07¥%uaÑ”¨ @ ÀaÀLôÀ: ñ¸ *R ‘²¿YEä'ìY_'?ou¨ @h €À ßôT’À© §GGЖM ÉBzŠJ7ݽÏj7`ÂЖÏV€è¦ÿ~ˈ¿D@K0 À5!€b@MØ!†€ìšZ@B¯AdÒi|²ÓÃ@lÉOüf@Ã6kPð€&x@àB€t_¸ƒ¡E &üÄ2 (b7 Ù¨sÒŽ„oÿ¸12@t”lZW€&@¤!©K%»î„ã’ŽgÀr"þŒˆ@0zМ ƒFÐ4²œbrpIIBs'n¯V¢0"a…† @aHÆR2?§¶Ùþ>À”Ð ’Xg?¤}Ó¶dJùð úðj3ä'vì­u€tJ %Ï–ûá_+UtØá4 !¼š¸ˆ €'!¥%§ÑÐŒ„“žKO )ô#rÊÉé=?Ý@A4Lœv|LböHoņâRñxbphüÌÑømpÒÈD­€¾åô(“Ò‘”·ßeçòý%çS'ïQtKLè†è Ä0`ƒ¡@P5ÃP€Âb1El’ÿ,i[a…%ïœk®€  x€bð4$dp¼Ð¶b€b€º!A¡€‘á ÿÿÿÿÿÿÿÿÿ˜zB Ø @n¼¢ÀÈbC@N@¯åt$ âWÈK%+~„{œ©X˜ÀÌ3ð ½;l5 T1¡Edâ›+ ÿmÿ¯gˈ¿<$`€xx€òb@¨b D`Xð RYA€&·ˆ( ÃF¨˜„³véoÞ̨À@ @`TøÀ°  !d€Ìä $šLbgÑ0`jI`1ä5$ Âxkî^JwzÀïò` À J EB~èIE8l¥'MßÑúÝï.`'&€€˜˜KN@h`tõàЃ9 1I«Ý ¼‡fˆ· @@€V0Á€Š HÐ*tžp*¥x€ì†C¸d¤'“œ„ôoÑ“·× €?^x@`„8ð À“@ÀbM=¸4†K%Rha0 €ì›Æ€–fÙ¨B- À~J&Ž8Ú`߀â²xÇ8>"à@1,'¼pð` À18`ð€:&ð€Ä„xxi4–J!à  \DÎ0†€Ô37ï‚p0  P 4xà$À&Ôô(°-U  CÀ0-ð HxidĤ ž¬ÑcƒI  1üû+z²ÀýºiÉØy¡q@b`ÀÀ À0 r@dxà$À&Ô° ÀP´T$  CÀ0-ð Ha%“.z³_f1&¼¨dÀ`€ä€?Ä 1,@!p¤¸`‚M- $†eÒ‚ŒÜ†ž Ý 6!;kã@5Ø €bp·_Wæ¹@ôàÒaHOÀgì¡-Q÷A( P `U ¼šM!€Y‹Ah ¿pä„ô%“’_@@ NGù~ò$²²sñwG€8HÌ‚ZE€þ@(ù$"jËÿ`ÄT\üùÞnH[¬5Žÿolbí S „;†§²Õä …€Ä 2CSƒR¶1ÊÉÅçBwE»#@b¨hAeòɉ4Â-Ç& †R Aßà ÊÝï¤À`1´4€Ä”€Ð+À- ±\ÞŒ4i/€ã /¸ÍzRa,° €?( †NTPcnó–IØ,ñËs¨©R§ @ÓÙº¦õ'Á€¬¤H˜™0R`ƒ3bY4´‡gº~tö쌾eèÀ5Ø Ð ËÁ TšB@jKÌ‚ÂC?`?Ã:€õïn˜a@ Á9 &Çòh€ÐÀ#žA0š’Š B\²jK ßäg,¢fGÞè&LXhj–@fOOBß#°CãéýX]Oã0ÐÀ!/L‰]/¶Üi_ÿÙKÈÄ=æð Àtq²` Á   œà8q§,ã—}Xà @`˜h @b`HCKéß!%|ܬB ~éfç~½I 0†€bÔ˜Ÿø€Nɉer‘ønü¬n¶ÃîPätüSlGZ{eå7©ïæ Ë = G,¬_@:Pÿoþãn±J½BI¤Ä–È ))Cº2wNZßnùs€6! ø° @¤ @Spžü1уn\4 ɤ¢øÔ’UùhA,ó i/e-íRnµìR€z“¤÷ÈÄ0ÂjJ,¢Øñ‰Ýœ{uT†\V@ )¤ Ó²Øä ïÌRÌu€,hg,´¨ÞR¡ «ºŸ|PƒQðOÙ‡¥¾˜aÛ^°o)Îÿ8½'Uüø44…ƒ7-%3%)ÈC÷ã?Oñé@vB™É¡¨+sŸ¯ˆÙÿa[Þ1ƒØŸ,ð(g­ðidoŸoÏͲ‚k r¨ !  ÷F)·B2SÕó-‘› î|€ÆÙÿêÎ…ˆ3{ó8P4˜C(±%óº–¢‹œ„cÓöÎmå@@ ƒ0ÞprÓ† 3PÄüüДþ{a¥rL€5 ! 004š€u‰[fÛ€ãì­ø`Ôõoß9—xà  ) ­ŠJ ­ZxicF›¥Šÿ7ug2È¢aIÛ¹xic•ùËð÷ñòˆd HdÐÂfJFnZ ξΟ³«ªÔ €è`;ø˜C&~[Z l<#ûÞ€cÀlLòM-ˆ ýO@ÔC>H›ç>Ô4FHC¨iAŒJ@ÞÔ’Ù/»Œ+§_ w`b€b€º!K€‘á ÿÿÿÿÿÿÿÿÿa®tÀ,߯òùXæìhö‡¨¾Vï|Ü1lír­}¤¼P@Å€ gØä€€f<À ÀBhEüšX±1„ *XaEÄ–y/†¿ Hb‚‘r¸5€10 @@Çи(ð` Àbü°Â@:Š ” P ÂhäГ0o)€l’ѪHñ3–‚0¾W¹@k¥†fΖKŽÐsÏc=ø?°%“¾X|@¤i0Ä3QÑÈ·ÜA(1@€Tœ°0@À&Ò¯°0 À4&hLp.É@›ÃPR¤ðˆx†” ®€Ò·¯@À @A\p €èØ ‹€hÈ!'ÄädÐÉ„ÂÃI€ JR4˜S†‰E†4¾BF ¦ô†€(&“2’b MHjS‹@ BØ–Ÿ—þtäfoÓÙ´`ÝÌæ0·¿–œ†èó/· Udäš² I3£sZú€@ºVL´0ñ4˜@€€À€ À`†ˆhPÐ*LÀ€ì&€T‡¸ÐÂɽ.’~黸”/€€4!'`lX‰44 *¢€4HV”€)à („L%€VäσP²À¡h/±I+¸‘@ªR²i FŤnÝ$Ò±{}Û¡‘÷/÷øø¾Í'Òþ5ö [ЕduÜ„ö×ÖÁ(3Á   €€\À¨à €À“bR  p*’ƒCC@@Mü„°†JܙМMÁ9I×ÏAì €À(”¸€€7åË ;DÀÀdpÞ`Âf&˜GÈ&dtòÈY e)ÏѵÐ@0HˆA¥“HNMÃP“øhÁ©A-† èë:Y/þn£L¨ò5Ø õU>, €è¥3(*ÒÜ ££”ó ±˜ 0 C2µ¼­H`† X‹¨ÈrîY ÁKuN\EEÇ¥)r”¤Dø})H‹”ïJs¢,­îÈ8hR¶d_qnØtp(yDÔœ5Éþ"ù' äÒJšé¨äÌFdž°;s‰€Bj7Åå™àzLý†à¸‹èYy ;&ôãsÛ®€ 0> â h†–ü²ZJ!M&Bhi BÈa„€¡DÞÊ%‚Ù44¬Ô§#|¯/€vLà%Êì7ÐL¤Ò Á…¤¬W(±†•ÏGãíÏ1zýX ‚€@1)~b‘`!&€œð÷À;,„’`@Èx†€:7û#rÒZqXc¯½H@€¸X  À@CÃ@/945Ë&¤Òi1  †+Ë!hY ˆdÂg¯¡’Zv dºó †8p^Ù\I`€œ¾ž’oå ¢“ÿ_@gܤr>ß4Æ pþ~è 7 €@üð @ ËÀð €N‘`& “8ˆX#1`1€P0„ÀÀì†(›Ð–ÉNû½JÌ!4   †€bÌ„‘0 ð*Ð(M@'©äÐÒi( †¤BÉ…•‹-11  3 W{Åb1€s‚âzB•t¤Ø©,—À¨oI-®àd­ò R ;~ß‚R ½€TA0  €@… èBa0„B& L&Š(¤?9m°‹Ð‚¸ 4€ °-!À€2n¤!1 !ðÌŒL,š’À ¤„Œ00šV(4”ÈJR„‘y ÉŸv/(]À¢pp]¡$0’`ieòwNëù'îï¾æï¼}¾^{õà€€Ì° @bô0 €3fp @âðÀ€?Ù à22ZJ À0 +–Y5‰¥¤šPo,´n—:ÄP ´€P€ ¸ @b á ; ¨iA¡¤0ÒD"jÈDÀ(V+“VÈFVwuÞwœ…ÀJ€ºb p òÅÒ˜ I¤²Y ´’øbRÿ/†(£¶ÀÙ¶ˆÆäóê?F@€tÈ €2¦&€ÅðB÷à'á¼4¢W+¾(013nZº?rÒý®è ±"Å@¡@€'&˜†MÄÒÀ4(Rf‚RŽèÜ®ÒJÁIiI{÷]óð èpÃÆêP˜ P’ËÄ2òKû§¹ÿûãñŸ@Ä:¢ê,’ Èt‚  A˜˜ ˆÿâŠFlý)éJyé-?¥)ý)ÿÿîè e @Ç@0ÌšC‡ ¸   €ƒ“ &¤´±4 †J- Zݵm‹ÙïY3g%àº`“\j‚ih 9)%¸Ñ®ýÇ¿6M™ª?¤€\ € &@ ‘‰¨ JRQ 0šQ0›ÿýÒCÉÈžpGVvÙ®Ð`€x ?,RÉ @À¯IdÜ CY=)’ÈIŘ–1%±{nÄ¡˜‘|sÃ0Õ¤<`”J! 0šŽ±…ìœãóÇ|ºPI¥'¥§t’xóVï¼Û_ÕvDØ €@Ñ TT€:„Ü|Q0 ÐÝÐZK$ÀÐÒÂXklL&oú™ qt à ¨Ø 'r×ëlL&=Š©1tnV&~ŒØðÄå%^DÀhHD ÄbI}ÐR‘œZç€ZÀþ£j#£ËÛôõ|zI=ÙóšÞí Ÿb€b€º!Ta€‘á ÿÿÿÿÿÿÿÿÿ uú°P@AÈ5@¯ ÄÈ´¤ B HHÐ0²ŠåbÊ!݃~érÿé ùÙV€ A@ dø €9ˆ€@Mä2Y4a…P+ܶÄ2jH_ô!¤¤b±_ÙÕxÐ2Âàºrhf‚ç€B½ŠØ5;w)˜#³>Qí0ãïÒ^@0ÔÄ0H`1,$ÂDÀĤ0¢aCŽJF Á¯Éeþ459Ëê9®š(P²‹!€Ä5 Cq4ù!¡€X5ÐÒjB%0”Ó±d¼Ÿ|ïx€†!Cw ¥=<f Nd!¹È)#Q° ’¼.7îÉ€€´Ãà   @5&h€„04d93€é°`Ä `ÂRF'ç9®ð e6àT´ '!. dk‰„Â`ÔbPP 5À6+¸ % :èüÄýËÝ›µò`†K‚àr€ž² ¼†‚Æ—øhBQ·H͆ýÒHÍÝ–ùsèÂ/é €h €hÈé@ ÊA`;b”€jL,†oá˜hÌMAirhÒÃC@ÊzwNãFë0€ B¸¢b€) 4¢À ‹ÍBòq7†DŽ’Ö”fwýÞð7 ë%ì@ Cž¨° @vYa©%ôž7í°ÇÙ³o»6Ve´†e ¾ö €ƒÄpe†€Ä°€ÄH‰ ,°Ä€è˜„ ˜¤$Û”Ÿ‰‹àgà.Z—n €nL!€!€ pÀbX‰œ„B å†bErƒJû •€Ü¾°Óýä€nPѬ3rN´¬šîKHÀ6€FbP†T6'¸}úp@€v€ À€^P:@bå%¤44´“À§-%—À€(ÃKß`Ð3€².Â@€Rp \€€Ä404 –´¤e†K,¢Šë & `ÀÄ6=wÐÀ' r€ž„Riy9%§ä’†îË%fC¨c¡¶²C0RÄ]@@—`ˆÉ…é?+kx$'–”ã­%QqéCir”¤Dø})H‹”¥".h¼àÀ Cu'ìôlñØð*Vãx¦àr(L'çX¾@¸Ôˆ¾È `ð¿Lì?qz  0£@ Â¸ Pìš’f Ix4ÄÌZC8N±È0A¤ß€v %%n±ªÈ3¾ß¿Ã´ÓþÊ©¹€P†L!€€ €ßP„䆧5LŸøÍÜ óΫàY!¸š WFÁ¡¥†b‹éß²¿Nù–KBÇ× À`P+€À”L!€cÃIIx0 Å 6- %‰ Q%„l˜äïl@ zJ)ebhd–Ëù%h¤“ ¨û†7%þº¾=¬0a}F³¨=¦üuø‚€§ B‚òP’„£¾Nù÷ß+ïŽ÷¢€°(p@0pBó?³ä(ùÉd¶/³°C8¶¹ :ˆ€ € É@â`)¨JIX°Ô—Êãz2Ys„)•w€LDX@'ÄÒ7bˆD0­ËOø¡ƒB‚÷C`çèúöݪB €]Ë;„ Q‚¼.üϲWÙ3$˜‚Xj8j0¦q¥çt!–ý´ˆÈ-ÆJKt£±{²J$£±ÝmìÉ€@') W–K,˜¨bªKN-<  7!)A@P¦O倥%†VÊ+k(@ ƒVpQHGÚ’ÊØ0`Á)O@a|—‹+—ÕÉný;ù‚c° Ç-•Ç_‘Ajz0j:rŸ²wù q‰aÉÛÛ×íÄ"ÈdÒÆŽ”ñX–pÀa1¤¤ò€@)ò‰$,XÔŸ±iBF„!;d7ø“€Ä1$ÂÀ²MH‡Èæ%‰`{¯«lÒ®ûu¯b<ª*@ 8 À˜˜` p @`‰a…ï÷Üä”Z>tWt%{ë Ÿ÷á½Äò˜ € 0à 0 €& ô¢b ۀdž °ÔðÀ‚Ë,5úKÓÖ÷>КJÁ¥’œ”5#ïÆ:Ÿåu,ížûH¿¤7…øàÀ!p ø_ \jU?©Õ(À $ “zIEtdŒÏðÒò”wïÍc¥tË|L,†‚÷Ü¢Q\3~5Í;ï”λ@¨b·Ä0(·f&RƒyÛ­‘Ø]ì@5PC&àÐÀ(‚&‰…'|Y „’³!8Üݳ fúçF+åöëðŠ¡ †”ÆœZ:•„#îß««-V€vÐ+€tP C &ôò—|+à‡eŒq£Íuð€€p ø d€Ç^MBK û#¡!›B°oNå`Ä­¿þç€dÉ PR K €`ÓN‚`ÞÄÜXè啺Ãÿô¯£ÿ—G(3dw=Ž šï0 @©0ÀSPÒh9´åöp‡SžÏj!€b(Q05 U`‡Æ 5iNÎßç`ó©zØšÈ (i/~Y+#lž—%§1GõÞœ†¥XL! ¿8i,†Zßmö%•¸O4ÅúJA ºÀQ‘b€b€º!]Á€‘â `&1þ_æé³,@#ˆ  ¸@d¸R—áô¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)Hˆ+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”‹SDX¤Þš"Ö‘¤EŠGB"å#‹”‹ÓDX¤„EÊR‘)ø‹ZGGÄZÒ;B"å"Ј¹H¼".R:)HÄX¤^›¼EŠR‘)4šŒ<¢o üQ};Š>üþÐÈ €€0à0/†åsw5 Æ'õÞ  &økts“Ž+Ó““|ÝK`Þ õ ouÓ|ê_¡À²X°pF&_Ⱦ‚L°°„M!Œa `1%Œwg»;vy$ 7&É£ça‡Öœ¶ì×øâ—쀀>ù,psÄÒbÅp‹Ç" Ð ƒJý,Î b€b€º!g!€‘â ÿÿÿÿÿÿÿÿÿ@ ÃK¼²J!ñ¤4aåxOâ‹éG|‹d^C† 4QÎ#¿Ñƒpëüæ1r[€=00„Á¸4˜Ÿsw5 Ç¡(êûÙ‰¥’÷­÷Gûæøýìî¸]Lùµ»iÅâ›ûrCv$|œñ§é‰RWI¸­â.š]^¯Yõ¼T‹ˆ¾-.ÖÕ<}Y0<–Ýâ/™¹'%æ{b@wŸ®"ðRé´0 Þ"ùû4.‡;OÀB¨‹æLÖÐ(I~ÁghR‘)JD\¥)r”¤D#ø})H‹”¥".R”ˆ¹JR"«ý6¼üˆ` `ˆ  ·I0˜PÔ –tú;vNÛ®€ ÁȆ `–‹ÖbËC2S›Íþdà?…‹¾IÊ@ŒFº/ä€@.!À] җؤ¥ ~ëÛ«9Þú€ 7ä0Æx[ù4 ¥|°Þ-ÓÈ·˜&` CX üÅmYІüoñSüXÀ ¤†ÊýÀ*¤Ò8÷FÉÛ ×Ù @5;zÝSbf–Á×Ë! C!æ bÀªw”¶Å#‹áŽ÷è”§–ž”÷éÿþ?óýÖ¢·&†—ŽÝ±Žvª±¤…ÐB(4 §à #r.¼„ø|…Œ$àòºu¤†C @aX—WÇgå…œàjê† BqÀåçQÞÒÿo“·Ý÷ϸ¯~˜V~T,Ä€ph±Nà6ä 3•À"û_mV~T,²0ÀÔáÛ‘õ—:¤¬ `@¼¡«óEú\ `@¼¡«óCÚ7C@º÷pÇzÒžŸyð€ãˆ½á¡÷©gu”^{ï ŒÛ€:^^ÌP Ñ€ª ê ÂI{§€¯_šÀtŠ×ÐÈ–ÔrBR4 Üž<ÄÖ(¼’REmîD0íœXáçê/>«>˜øš1(â[€¨µ’3Üð!®P`ÏÄð8G½¸NAk퓺?æ‡uÖI©!†¤´ž“ï ”ÆŠµ¾(1( “x ¡<{Æâ‹€^ý–0¿÷nœËˆ÷p0…Ò€ëMHÒÀTy|°®ÈÐ7c @—ú‹°´„£N Ò×õÀ €N@ÊpÒÓ‚T”§îÏÏ|G€^LÀ =n3¸Ävß÷ù•ù¸*ý!ü0§¸`;OÀ€4AŸøQ|ƒfYY)ÁÁK}€*€…!)OsŠCŒ¶uA„ “JÅ Bqæ7Áˆ&†šR6ÂS|Ô :)% °+ÒZsü7ì‡1Mì’œR›1ÇN¤û}ñ®„3F”ü„#\”§«m€¡ÿÇm}¾ùˆ @ª@tB D¡_†:  @H òÄ 2VAÃvÁa¡…z¯¨¨’hOA3òŠ;2’‘ž±ÚïÅ!$¤ñ?8WïtÃy0¼^Ûü<â%ŸT–_I{ŠOKaˆö9šwÉ€ TÅà”¥„”ŸÉÎw¿;ì ÒBBÿ§Xå_ª‹HÔþÙ³¶þO¼†©&›mÁì1%| ÜÜ/õÖM&d·ÊôïW€^M!§ä~QFl¯Äò%Û>¼$g ÎGy€a²Hen=³ß>€° ÜšM¿ù³a_àÌ¥iŸ~È„Iý8Ô$ˆç_ A5´wÜÞû@ò@P‡±Y·+sÿ7ã_™r@0 å‡$¾Ãóâyë-(ÉÔÔ¿Ŷ²€èš”ö¿R$ÐèìŸ|g!îODÀ@ Á( ’ 0µ ~P€2%Šª?7€1!¤@ËÊø¯·Ò¸w÷鲑ËJOÛö¼`;&†6 Ñ%pàßœ#†€Ð3Â?/潸N(†žr Gáß{ˆE„jûqûWïR|ð„À€„FÀLŽp*‚OüÇÍúR9óñ®­y@¨Â90†X"ý¤d4¸ðR Ó‚‰X¬Ì°>X²?!IAÀ_µã~^÷¬p† 7”Rz2Ù])ûÓÏëô!¯Õ€f,bCx2H`:&¹@;-“ñxö_}¸(Oç”kè@Š¢h¨ÀÐJ&€`L CäŒ,¤“Pœèý¾ù÷û™~z17 Ûßs ¾à À`áäÀKùÝÎ𠆓@ª_ؾæ’¦^Û_«lM € €–Ya…àfIIèNrjwo›çݯ”ð@0 ϰ°©s  T˜M+ŠåBûá^úÈàCb  —õïÎ|û0dÒɉĤŒt¥Ûe² ¼ÊÛÕß @5€ñyo“Ÿ)„Üp€1àS¤ +§ vü9^ÆÔ½Ë A¨ßðö ^´X ‡Ç|®L³H5T¿›ÀNý6\qi&€>À´’R`%"y1Ù ÷ÒüÉøwø+ØUÿmrHp<5MÞ&~‚aï÷ËÂnCú@#àªoB`Ä0Hß2€ 8oRü›€gÀ`{˜M G„“>øUõðÜ€ÊØ¼YD4t£ä nŽ™þ7u)jÚüòΛì@ŠJHÀLBßt“ -"€ÏFÛ‚HÞˆ@Tš+‘Óþù.¬f¨NÍVjl~¤¥øWNíør¸]àÀ€?à:`ÀÆ%üÿž3}õÐ`€+ÌÄÄàþqê“CRM/¥'ö'mˆ—ŸÃ2K~eo|쀀Å`\±¨ŸÚ´¾@Lœ²Ã8®®¯:@vZJAJÈA™ó‰]zKÉFØ1¹oÀ#/âuʱ٧À0Ô2T^<¢ñô@ @vC&Êņ•€Æì„¥Æ¥j÷²c^2Ûb€b€º!p€‘â ÿÿÿÿÿÿÿÿÿ7ø ýÛàΜ%}r–CI‰d"¸_O½ V@h¦ê¥ÕzˆRɈ,5/ÿét¤¶m™×öQ—£ü4¤»¥ ܃yprÀ,B HÎqN8nÕ@À`|¹a½#_§Žc‡>äßd³lîÕZ€@vÌ€š^Z~‡‹½i`g%Ë%äK¹=wEðÂJñ)¸Ÿõæ€/Р(‚ÒM,5<½–HÎÕ—ÌV„³lþU~ Cþå÷fdñjYñ2…rù‡aüu÷0(Ÿ`Ž ’%ãÀ/OàPNÐ7‰‚ Ü’·/ äG¦ýPhÀ¨ÒÃR³ƒ‚ˆ6žB!†a£>¹ÙuÉEK7m°¾@ Y$Ñ¥—óð”æsõȔK¦úÀ°*B A多LOÛ•–Ìÿž”uã_B_o»îwÇ{ô¨ä$ÀPŠ$©41 /£µñЀ1JSÀ¢{„ ”(—†àÙ"»@5ˆlVgÏñJéG2ügÿûDÎl97ž&/jÊõ†{JD\¥)r”¤EÊR‘)JD@3ø})H‹”¥".R”ˆ¹JR"°ý6üýƒ@D `z@)Ò„$g,‡í¹ûf’ é!€¥?³¡ ù› Ì»× ‰É&!À+¶!”ŸÒWl¯œÉÝUµIâx €5J’^–4`Â\;à*úå€,  €® ²ðîø†“Šø”QÛã:z~1¯½¾PÃ[|±ˆBHͽ˜Íªï¬€/!±E0ãxŒp_#_]„ÌM-»í·ÿß¼$&¸j~Û BÔ9gäûèÀ6,¢‹@`‹–ÙÒQ^0gĦ֞÷ ^‚` Ó¹¸­ð^צ +”ŸºIÌ–1õù4 b0¢°FÁæð»Ö€b@;HHÔ ä0NÏÎn±Öˆ&­gI¯Ù6!±yâW€”†àëÕ€9?Rh, 8¢bI‹(„w}ó†)Ñ߃¯˜\lMý9”ŒvÙ1Ôkû7È-Çæýp˜@Æ(!ÆP{;q>ù¨ ó08%~pëÀ°"ƒ„@Àå°"ƒ„@Àå‡Å$üÌê_“€$ b€ð*R@txÂPÌy4 Åþ°3 ÓÞäp‡ßl tM!h€-@l² ’3‚ÆžR7Ês9—ÄÀJ{@!&ÊVK²fÙgóìÑÿ>üøà[Dà:( Pšs”C HbD'}Ã×(g»weê*ߨ¡¥pÂÒW=îPB( †¡úÄ|Dð…ôö ýCPSÎÁ‚×{ˆI! å@èû V ×ËàÜ”(ò-½øÀ…ÜdÒ… ¢(÷¨!…€ˆÿQr€.€À:)2~‘OOYö×£Ô²?,¢^+™K{ X»Ø ø™Ô4†“0ϰW´¤”·\RúËä ÐJCFÛ“CA‘ùؼLOGâ†ì÷¹@F&t€ÀÐÒÆºY£©ö ÿ>øþ~ê׉TX¼ À® ˜hò‰¤"ÊrQIB†ð¶üú€N²’WåsŽæ>-F]]ôÄt@ÕæJ:÷'ëÇh/9`'áœpƒIøy€À°á¼0'³8›ê€ë”IÅ I_“ò©Å ±\./†M¸¬€bÞàÙ/÷'\Ò`à!) ,‡†±c èF~ß+ªöÛ1ý)³÷¼0 »È_Ê(0–´€õx¸ÿl ¿´_БÒB Ý–Ž¼G×Ì@@¨&„§îªnoüA>áœP‚Gå9ú‚@`Q\ –Y@+ ä}þ‡A7-ôz€N@I¼¶lr0­yÂa\®À?Ãq`9n ÄÄpY &+¶¾|`„òi4=[,A¥)ÈØè©xÀÀ=å~@b®PÕ€è7rÆŒÈBFŒ`ÏíàP DÞÜè0à Ao+ò½œ“{È¡¥l„'íŽÊ"ë&ïÕ$ @45Ô€Äðô šV@Èe a43†˜ÈùÑÌù{_srð†Ø%@ÝÕÜ¢Ì,£ˆ¸Î«ò°W¯Vˆ€7&r`+sJK,¤Í÷aû|úãÐe†åþ”}·˜ÝWCWýhÀ€Tù;§v8õ(yt€9)‚ OâÛ¿½ 4ÖKØ~ļNoƒõÝSMüV+îO¼Ñ…%k®üˆ 3 I5)/„b¿ŽÙñØx›¦ô¼œrIˆùÅôøWû „B/ßrÒ¥ruå   °ÂºF(1ù ±˜Å/¹ÖŽ„'sŒ‹úÒ QhbHÅŽn÷„,É/ñ¤Mu@Áà’ R0"ljC\Üg?8³¿TÉ¥š”¦ñàcì€!e†ü4V¹…g±3p>ž² ùØL€(éüi|ôò6·I{1U/$$@ƒ R AH¶'k_ïîxý½—} ]ö€à‡ò€GÀTÞÅ£ - ‘‹ÝïŽfÂo%¥)t!›|½Ÿ«7]ôˆÏZl:Úø€5/à‚²þ4‰¯xÈeš”¦ó¸\Àï‰G"kŒ‚€®ÌlÔžOYœ’vh½€a²t…–ðÑZÜ`;Ô%b€b€º!yထâ ÿÿÿÿÿÿÿÿÿˆ°š¬“ˆºù˜ €Qÿÿ†¤ô¤¯:Q5 ϸõØvHühºZþàLßG á›f|V,B:ᤚVÊפV„µi4âW8¶ŒKÁDœOz±äÞ '^xG^#bwÊ&´¤®M|¤¬µ¨ñõ £!$Än7b[|k~°ú¢†N!—ÒŽ¿)dëÈ€eƒC JIcJ&!`=ŽÊïÜ]¯NBq˜r‡*ÇØBA0þD¸Á`+H`bw B „=±5 ý%(/^ €é;gÿ valz¸ëoöNâeh 0Rh$‘ï•€=0t?î&÷|3â‹B«¥‰(Å_!€é;(bÍß0ö⺗ û%\_è (Ÿ€Ž’%ó¸h„$åòŠGèÏz¾B· È !þÉ)Æ:8¼£¯D±3u|R3Aiføy*ßÓE1 Äâ~﯀–Ä)Ñùie gËþÚôà'xR,˜œô!”/#°Vâ5ïø&À¸jP+†'r}ˆ n±:úû$ †Iiÿ‡¯ûå X Ëcƒ ˜¢~÷¦&nH0¿ú¸jr°y×Ì€L Æq©Otñü­ ©ÌNØ‹¥â¥i¼øƽ !7žÊ׿ctzhR"å)H‹”¥".R”ˆ¹JR" +ø})H‹”¥".R”ˆ¹JR"å)H‹”¤b,LÒÅâ.B”ˆ¹JR"å)I¶¢ï!’=èxCïÝÆ1}Òæû"Û N'&€xvÉäø‹tîIÆÜðꄆ”Z41¸B‰×0¬ØVäú ÒRRq¤è‹õ%“C5â¼Ù†Q4åsuÖ&€À4IÉ+¾¥Ð‚û€L‘d€îdEKó¬^èg¶—Ñ¿^{Ö|š·fÜÐâ;=´°(  7–_ÝNËãúûÄ_ŒwÞÊ ºàÀ(”Ü ¢"î:Utƒ¹ 1 üë ‚b^"ù$dëP ÊȲ€ÁιyQÕCV$ú¬B,t¨…þtEòM€µÙ~I€P°.^@’÷ b÷ H@7vR ~Ž…gc9Áóa|dQ4¬”''suɃd_A 0kô€€‡ÝÀ&O^º½Ê+9Á¤ÔL?¤¢‰è ”U|P*Pa'‡z`“I 8Ã0ð:@²¤Æô’ÂØž}„4…ºöØr¢/ÑlLG ü7Š8.â‚aX â?õhB2µ„×S65ÇcüEO¸¤€gÜ=GÜBŽtx À5€9 Âön#æ¹x†kb?’x¾f—ù•czLänÒâ¢*¿RYa„>‚Wew@hZ8Ô Ê !$4÷ØŽNºûɉm¿@ãäEOå€0&†Ç)IÇ£‘ÜàÒc^˜ÌŒ(®…§cˆ÷˜ !à†ãÍüEôŸ)2’’òÙ>"ù\½Ê».ßÜòŠIÓBñ³uÜÔ'l}Ò!1@osmgUŒL˜™üEÖ 7è“{}`û¡ºîx+§ªØdÄ]‰_¸Å"ï„ޏDÍòt=!H‹ic¢,R”ˆ¹JR"å)Hˆ ;ø})H‹”¥".R”ˆ¹JR"å)H‹”¥",Ѩó Ñ”­%êôE× Â^‰/D]T­%êôEÒG½$ÜÓšîòLEð „g´ Ïr”¤EŸößõm{à—À1 ýÆ 4Š'Ü€ Èi!—€ti'‘cýé@3&£ ÀÀ þøñWA$ѼbŒv"ûÏ’€¶f?#ð»ÐB²zÖ°£oÓ‘—”?b@pîâ*m@ID00Ma¿ Ř^1fŠá×èP‡×°&¨¤äìÄ’yØòFäCpÄÒp¾~LÙG¸ D^BËrŠtw}Ûoûot°aiÈø¯øÔž¥q64 &áø‹ªÀvÖÂ'+DT½° (d!¥©ËÄÀÎùÀ);aYwàEÉ d<À!˜=ŒÛs@`Ð:oð Ò<¶`ä÷¢,í´B-g£y‰HWÑ6j3‘͇h6¨ª*"ãíwÀ€!¹;&䘶Çüî¡xûÚŠˆ«=ÐÄøÝ–jœ^“ )Ɔ}źHᆀÀ¢ûî3“­à`(8· è‹Ðå Áü‰Ž­»çý‰éäMb`Š‚ …ì;PEôzPŒ¯·þv¬†aYbùšÂžCÀ9 BpÀ–̓NàcŽë@\EçÃØþ,ì=$ LFëwØáÎ?‹» ýbpÃSÇç;T ´³˜B´EKÂ&•‰=)l²J (?ìü=6€0‚hJQcŸ>}ð^Ò„rn;H $âfZ0ƒ¿î¾}»ˆ«=Né‰t·É?•„MaÚ hËX÷[R>4¢4EKã#™¡‘±–àÀTü…þéa‰…ϰŠb€b€º!ƒA€‘â ÿÿÿÿÿÿÿÿÿ–jD]À6@é263KH‹¡Hï¼EÆÔl;B‘͇hQ¡v} ¤¤E³Ë„EÊR‘)JD\¥) +ø})H‹”¥".R”ˆ¹JF"Å)b?´-à'&ä!·\EÞCŽv×C“Sæ)´¹!€:Æè‹êâÒ.BZEÜpä€ò"/¸K.´ÜP䎂1‘ØIiŽ-:â#ÐñØå§×mÆë„x‰¸FçD] PÏ:3i".[5Þ€,7Ÿ³ _çXïRõ< ! †á–ääâ/«ÓÀLnž@1uš€Ã@#÷¡-¾ÎŒ¾Ø.å€jC¬†Ÿ”ŒŒ9Z¸ òɈB`Q¡‚9Ýc‹+¬=â*§ R[p%ÖŽ#ÞgÇ~ä”P>ô™ ÏÀ ?«ÜVên¼HO°4‹sŒbÃ2ß:;Š"»¼ùÎÌ<`¹…£$7à—dafðé „!€]+OẔ-€&|Yi´ ¹iëÈë`¸d¢ñžæ˜­òî G2"ýAbâ”'¼ð :œ˜ŽdEúbÇz$i·ÁˆÆ[ÀbVÚ"ö@ÞŽ× ¡Zr0ÿöÁ~öäШ&J&`2ì¥íÃâ¬Ø¤Ý‰ P1ŒCá¡Øì¿ˆ«x<dÌÜFõàa€= »œ²  ýo¨PR€:ˆ¿8vLa{Ö[’HûÞ㆔ž°À¯eA1 àY=wQ>"¦ò`¦` SuÃa :H9_ v'Žáל(˜Q5%|ÍѬ²èYu$<¤ /°ìozX ÀB`Á„¤0PRâ/ˆZbYws€:&ì4°üyÜ´Ÿ­ô¸à аÂH¯Ó‰É}â/ŠYt¬»°€“@§²b@W”.áß\&íC;Æá:"î­1¬»Ô"/xeÀÔØ8 4 ÖÇÄ_HÒë’¢` øN&…pó=Œ •‘0ˆªûrgÕ•Îã…⑹]·ÉOÌŽb>áÃÉ_~zdt¤˜I@Gâ*Œ…$ÉPJzÓù<‰®B2úÃ÷ ëÚì˜3mðÞzzÖ+*ê—¿~ïÿîöV¸‹Êp££í¸—Èq°­z0 ¨Àцº=ƨ3¯£ ë#û¦Mœ¤¡;£²ÔJÆŽÝüEó@0¼¤††s;‘=çÀ-½ º5Àˆ×›>ñ+§!ÄûЯd¿ å>óx‹€ÐÚUà}â,€[ h}ä>ñÀÇü Þ‰Rå(ûޱ 5 ;Þ!‰(Ï(`jP—x‹óT­ Åãê¢,¼+uq)JD\¥)r”¤D +ø})H‹”¥".R”ˆ¹JR"å)H‹rû#ÞŒšž”÷¼ðo÷¢ë,>"ù  Çýr­ :Ì‹?ˆ±I¡b”® ÅD]O´Ü´cnÙ )Omí²ù¾"üö G6¬ûÒbjq·0 Äko|ÚG.Éùþv_½Ò ¿œ<’0CWØF¼€%€R(ø-W¶ X@i|°Þ3¢/ ’jF†þd¼ †dŒÎÃ;~WX~0¢‹ühhƉËÕ´qýQ „ô†Lä‚j:„ç ÞW^˜üJzà>ØžÑWdšY-,ë;·8<Ì!vr3ã°R°YþÚŠJB¿4Xó÷0™ÿFXS°ÉÂâ/Ïb_?FüZÈ÷¢®Wù{ÁuiÀùb7)dÛRR•‹pGüADT¸ƒKp€\à "o!{@ÞbI5˜+íxȋڄ´ˆ´‹ÚËÞÝQ=DEâ¥yD4Tñ´".<"Ј»R„ã®Ð&®Ö EÜñ¬÷ô@:ì›Ï£¾ˆµ›w–;4EŠR‘)JD\¥) +ø})H‹”¥".R”ˆ¹JR"å)H‹ÐC${¾PûÏÉ (|Eð@¡"Íh!gˆ¹„ÍcÝÀ“xÖ¸¥©ôdÞéñ¤ÀΛŒ€#eµp l÷>"ú„ÐõÒXbD^oõ{¾¾åÄ_ ’Ѭ×@D2.|EWÝ×°`Ÿ¯PTœ€$„buç@3$»ÐÖCK¹ægñ©­–ø–]×åžb€b€º!Œ¡€‘â ÿÿÿÿÿÿÿÿÿÄk  />ãF.†AHî±Êœ‘É  +vü (°ÖÒ‚ÙhM&ƒI¨%XaI,¦øbRÒ†ëÍÔÝqåÉ™‘¶1AÕÊÂa"«Ä[#m¶ÆV¥(ã¹`ÒÒS G,ϱ˜zïzB”à €*(„X 7tØ”`ÂÊ}Ýâ*ŸwÙ÷ùÔøy•¥Ü3iÉÂõßÐô€j¡A¡¹Iy.1öß™ÿà{TPÂH«a{DT¾l˜™ ¤•¸Û~Ž£ñ>Ç‹BH÷Ð …Cá )å¯üœØ3`T<Ä4†K)jý;Šÿž."üP ÑÙ#A!ºô OZÃèK-ÏQ>"øà;è·~ºñç2‚ïR@ ÷„ÐCù p0.À{óE{ž”––_=øpº@')8¤¥—}Ç3"/„èè¥r`j‰¡ŠYéØÑ8Û„€Ü›í€ @À2Ñ0(JÄ0 PL ÉßïùE¤k!(ëµÞtˆH @€h@ª”T†lLÉÈŠ)/Æ–_wO6"üP©ßÖ›?µ'òýY(ñÃצr° ÀA…à­æ±×¨Š@È’±„Ä?ÛøŠ§Ñ¤˜rÉié_SvË2óà H R„t^ÛÉ¡½lkÞ,À:&Ÿ‰äçfˆ¾2@¡0³Ð€¢]  ßïóZ„r ÂHfØüðy$)î¹5 É ½÷g2"¥Ú_ß>Ùù$ÆìK»ÄûÚâ¾!€\…=ðy¸õ^L †’´Eé ;­u95<ßòZnq·ñÒÜ¿/ .á`(TJâ/Ò ´•ͱ€wúWe&€ÃuÝp~gw… „XÔYâ,½=uÔ:r®z¢/¢B˼ùJסœ&ó¨:"Ö”¤EÊR‘)JD\¥)+ø})H‹”¥".R”ˆ¹JR"ÚZR"ôREë@1̘ð @bCìQ3?cÿvÈÂÓÛa7‘!’/¯‚1,DÐ0àÐÁ *%€ Ú"±ë à€ïð ÛÈ'ô©îx€/&âh¸þ1Ù¾âÙMzÐ’¸D‡XǰWBhB”ðÒÑœþ‘¡˜àý¢*ß”=8 À@ņ 1!‡wÉtqlœ®g¹`bP H\7üŽVN1Äs/2Z”'·GÝÜæ¿]Æ‚SÃ?mÎ|î±ùÈ1‡É0ð*Hd¢E utä»>É×é!”Œl5=;u9b–>€LÀQÊZxGî8@불 Ò>ADŸùš"û &€=& —ÔŒzƒ9ýâ€.Ï€Äj Û%ßõô00™4„ÞñD®ŸºYÐÎráò2?”‚8'¢"üð@“@¡ °Ä 3ìÇäºÑ¹‰ÃïNMÌ)èG (Î1Éÿ5Õz~Á "°4_8!‚“A $h‹÷¤ %’†‰a yŽâvXUØHð C ê4bJb&I> €!ü¤Á8Õx"GèÊ"ü*I¸†B Êu±ßb@$ÐÒÀpùˆwvýóði0JA/õ7Ø€LE€ ùxa T1 Û¬÷çsrïr~À!Ïå¨Cp9e»°î/`¬â/è g¥I{å¤Ðà'|ý'aûé`,eŒiî ±5J'¿‘ˆ *zC eá±Dnï< xÿAl7g|wÄ×p C A)HNÌ7P}X €`C!R’Z22ÀúÎn¸‹ò '¿€ë’ŠÛ¤ßÎÁÃîs°ß” 0ŒI¯Ì5<4®Õ’‡[²‰×­äІ '†ŒÃÖ€¾ñ?Ë@jៀŸ`ÌB/ ¶G)Yï÷ü%`ró\˜v1·(1 )€˜¾?^ˆ”€;‰+”‚’Bè1ر®É[·W×Ï9Y}·`°5X{ €ï˜3ž¤añDß`*y5´`HA9Â|à \Ò‡”ÞùÁ5Ñ3>ÂAˆ¿V |šY(¶~wÆÞ°ù4šYc @Ä!%â¸Ï†çË~z˜á÷i `î€Eû| ió Kå‡èÊ"¥¬°8ðÀ& É,MX @€wØ Ò)äÔöìÙ—|Ì@' (¿¸n/$°ƒ=߯|“ðAÖ~À¨ÀCû.ʼn1˃@©D ÎZNÙĈ}˜J*žm‘°ìŽÓyòD°Á…öß)ĨŸ}4 ¸C‰G<8D_Š(0 Ê-7o¿Ùú1¼z\à€bM& aÜýÌaß½ñ@!&”–-x×ÍõÏ~€€#"D_@I`:=œ”‘ìå~ÆŽ½ª“NÀónîß^t˜° 8¢ƒx³Ò}é@7!÷“‘ôEÚ Àb„p’†#7¼Ù`Ãp!>FËùVÁtk@ÌÀ%s•Ïi>) •Ä_H†¤7ÉÛvÙ¹‡)¯ ¨j@@LÅ b/n5Ù{ó>}½ w‡ûÎÝ¥b€b€º!–€‘â ÿÿÿÿÿÿÿÿÿZ Ÿ·Í@¥ Žq/wâ.ÀÀ€„!œÄÄtïÝ9HÙ²°Ô­$C.€1&ân !›Æ~ÛtpæÇŸs@øa19Ÿù¼Õ dåôÐØ‹>nLÁ„$ ÀOkp’Pgü‘Ëø¯>ÄÁÐÿ˜h›ªë8‹s€Ï㸋€1½84ÀSd÷a¬ïÇ#]bÀNx º97fæ|Spò¯ MA7pÅ¿c[’UyR˜Ñ·pDËhгà€PåP(‚VùxwÇà»Ð Qa¼«o\ð˜MÄ$†„ÿ^ì߬UàCS¿À[`ŒdEOЄ¦Èè;õîü/ð»Ìêë† ¤©ØR®i ŒÑ„šÊGãì~LJ ½h,–„Œä´u¹Å£€÷Zà€Ç² hGI‰èQhÃŇݤ å•÷Ó±- ÿ‹ÃØØ‹Ì0½@t€ ·¸$=šì€è ÃKÇ#6UƧD_]yâ‰ô%oÿšÜ}ñ´ïH’LEý\„𬚀Á%‚ ‰Ø®Y òöGbfJ?K$œ¹@ /x˜i4$ 0W‰+rXbBya˜¢ÓÎÜUòbÖ8‹ûÐ0€À5v°*B„°ÂÀÀÄ’ba0¤u$½ÏÜËæàCCÐà ΒÈA¨FVt¤¯¶~Øñ÷IÞô¤˜‹ú0 €2Ì CI T„ HI[’ÃË+³ ¿ÎÜÆ¸à¬ØP`„À€ I`\1 4 0R‡vç_<ÑÖ‹÷ÀdC0¢`¨%†úPèK94´å£üwÝ^ýq@T4!ˆ×boJçœùœüøëññhÅ¡(æï‚ïÐ €„@žLÀ`×ÈId¾å%VÇõ¿Êˆªú|ð`1&¡?°¿ÑÛ¨§Xv¾DQ˜ÄŽÀ#ãø¢4åtì1ÏJx®,7~Û f'¯‡ÄUJTà$À ÈDÒÃ#–éW<¤ålŸúû+_.bÈ `Q°iK+™†’F{‹ݰqÂ0ñ7œ à[©ßoˆ¿ÐE`¬Ȱ™Æ†gNذΌ?à°ÍÞÊÀJˆ`!÷ådŒèK GÊn3e™|M Ë4#Ž; ×·8/ùJÝm¿ˆ¿pˆà pÒ°ÂiCKèűjFËÌ1”>€€ @†`(‰•ù¤7XÃ{w¾l·Êw=ø¢÷Ž)Y³b,Eú° °bhü–Ÿ¹i;vÊØVX]Ä!T¶ýnv¤‰Šsÿ;E^ä²Ò_éOâ*^h „˜Vä¢ad!¼…öV΄óþí„|í}#gœ a…“9ã:X´5ó Q"ý¨àœÄÜC¿$7—çÿÍì¡ÚÄ^è @° €7åÜhIHa¤¦$§;·:á”}ã€D#p“F±YÑŽq|Q˜|EYÛ€‰!À¬M䤄„+žžÇq×4 !÷ÿòuÏHk't’yØ b­&†Œ/Rú °†ì  Ù%â–ž’„¡,­þ͘־„`°bQ0¾”e`.B/l(ëÚùÙ_üýËAиà'> CvÝ9%íñe–Ì¥26lÊç)W¤` @€pÄ"À® ´ Hb:ŸèÛvç%'.ó’Xgt%(â¿Äh‹õ`0ÀdÀœ (a À;A(j:ËåŒÃw·Æ‰»@œà¡¡ ;&rŠH,¢IItô•öOæ;оvÈJ9ãGlû‹üibbX·&¡)@äv TúРP €fg (kdºÑ™Ùøt  ²(¤æøkåsÓùмa45 )1Á×L¢`ÔííVý ©!’P@¹Î÷(ðßÀ¢f ß97ÇÃv!Øóµõ DÊÙ8×XŽ;xŠ›Ü\#©<ÅìW/î€,ãF!n^Ç{˜ø±5<@wÖ„Èq©å»OúÏ>ò €€` <¤¤²| ó +gt!o½Í´Eö–p Á%   ½úP…b‹Bùcþ6âÀ`0 &ì 0”€ï¥jîPfBÊOÇîXkÍ è…ÝúHYØÞøYŽañO¿¼’CHi 0NGq½ü{¡8,‹i@RCr”Øþ@û‰€¸}ób8҉|¢ø#”Eˆ©­H˜špÁ :9h,²i $7+þ3òƒþßð…˜»ÈB€¡Y8¢ªÉ…âöà.ªOÃ8€¦ˆ¿DMà_£…ÀDÞLI),ß:8ñG+à!mŠü”ÃPpœ„³Y@T dõ,ÂNøö‰ñV>–NèûŠæqöÆA\²jeaÉõ»·Ûš¬9dNNñ C¥$?œ“‰øb€b€º!Ÿa€‘â ÿÿÿÿÿÿÿÿÿ[§š±â4EOÉxJ! ç—Ü8Ë:È„d##¶Ø:ÖNˆ¾¹Dy⎽ DyâŽÑ])H‹¸4ë½ö{†Mßë¼”}|pÂöÖr^»ØkDjb/€t@λãSGLEùð3­ä2ß[ƧOßÄ]DÃï?Ž»Á…w¸H:"Ò:ˆ¹JR"å)H‹”¥" ;ø})H‹”¥".R”ˆ¹JR"å)H‹ÜMê»$Ü‚×T¢LEð :ªt$EÊR1É;Þ‘$›Í¤ïzD’b/ŒB:Çl!cˆ¶IÞô¤›€“½ß $Ä_(GX-à::Árõ £€è†€£+¶H;¯-^M A4®RNñW³!”¹#y)9ѲñšÖZ”1±…bJ@WÇ\ÐÇGä$öû¹\X¶—ÕÙ =ȼôñZ"Àa7ïŽ8Fp~JQÝ_æ<‘ˆ7¤ RE‹08b}ÆInŽÄžë$²†öC¶aoìÀ6íÒ_Åeþ7˜ ûï1Ú@ªxÇb/Xṵ̈ HHFÏÓ߈-u0¡ƒ“ƒ±ì†dŸ²Kt:ö6Æ Á î,4EYäÃa„Ð'qF…uÜBa``½ÂÄ_¡9,„Y¨J=ò0P ß•ĨЧæ`•’Œ·ï¸ î·dòþØ8ØÈA© Ÿe–VPm @›n³ƒùñÆÁ¼¢gHè“@c¶ìç8—»x5ÃJ[,Q›3&â;D^ô–ÝÅíÄgµöønݽÑá·5 Ž.1[9a¼!ÿB K‘"*l'‰€–†`CG?¥mÄgáÖ@@Q,*Ó„Ûh„ÐḚCtbBŠÂ‡ûÉìÊʈ±nÙÖpΈ¾¹Dyâ‰ô%uçŠ$h‹®”¤E›BI›™g¤Eé³D¬:ÉH‹ÖV 0ë-"/_!hà)¬tˆ»ÐµDbñ´¥".R”ˆ¹JR"å)Hˆ3ø})H‹”¥".R”ˆ¹JR"å)H‹ÜNºá„›’³®°a&"üéGI9GIf:ZD[–H÷¤,’y´ïFIñLJXí ::Åâ-’w»äÜp‹ê»a¤˜‹çêçÝkr”¤EöÀ€ƒÐJ|Ró‡ Æ^”dÐГ ev&•˜´ð@ám|þö`@@Ä€Vœ´£/b>ˆª½0·Çó0±i÷§Øv|_2î„øÒ›+Ä\–´¾Ùiu:GѤ00QÃÅ ]߈iÛcÂIê¹OËý&†ñ˜R ÷`rÃGm¶ˆ©y¹éO¶J ieì¬áMhÔ €ZMÁX”Vˆ30/ /÷Á„"ØVê#ûdEÊR‘-D;-¨†tEì(ûÏ‚`CàO”ŒäKД}çÿ`ÌÃR¶Øâ/bsërr˜þ”2n8ÛŸZ^7+åï¢*Ÿ"v€#oúRÇ'ÜP¤šQ/²ÎÚú;bjù%›ˆºãÀ! QÐgDEù4,„XÃ:Ù¸ã¹÷¸IiJ’±ßŸ` –M@ÌWB >ê'¨¤8LEKmHÁ˜ÒúE«¾»_&í0º"óÕ“y0´ƒÑ÷µ€ßPú"®ÀŠ0á4šŽ~Áι:ûÈÙ$0ÍÎå£q¯† ņLç¾ÌáwÞË)$Äô'2Qâ*_Ìà'z€€›œ›‹?e64À Hi€Ò’ÉŠKíÝu“â*ÍÌ_ÉWâ˜ßî ƒS–ÅczmÄ€ì7=Xܬd¥a¥¸…“üEQé ¡¤ÀÄæ/¢ñÝ‚÷: É!¤ PäGaU €þ¿pÀ¤EKÍÛ#m¶Û´)H‹–àa·Äè‹ë†uçƒ ôA€9מ(‘¢.ªR‘#ûLZr5Ö!€ï™|ºƒuêÀBüØÄ0§>!ó³Œß³¬ó¯Z˜4C@€ Shf@g I`’Ù¾Û0 Š?ññògˆÝwðÓ´Ä_Ÿ¨7]üCL8Nˆ¿?K¤¢M͈²ð™¥ˆ¹JR"å)H‹”¥" +ø})H‹”¥".R”ˆ¹JR"å)H‹Þ®±0“r@buÖ&b/ΔHÒNQ#Ir”¤E¹dz0Õ—ÄÞp²G½"@sÄÄ_X™vÀbx‹´¼¯wˆjMçÓÕîøÌEòÀ@H°].|EÊR‘.N¹·H'D_¬ xKÁ S€ÝÝJß‘=‘ @@†Wf%fH~;áW< ç\0Òa ¡¥ ¼;ç VzÀtôTØ b€b€º!¨Á€‘â ÿÿÿÿÿÿÿÿÿýÊ- ØÃ»^40š5!|MâË:Ñú àvõDÔI‹%¾Aˆ©k10°€i,®ŽY(¬ê}ûûu4é & 1?ÿÉEþbÃ2¶þ×r”¤EËQ ë-¨†tEë $‡Þt(1˜™°`”°Ôð¿õÙÓ`ç~v÷žŠ€¡hý)JKéIƒyøHáQÕ¥#v$­íi J;£ü"çÒ"úiI 9’Yiú”3ðÍÒ±§aCø‘Ö˜uaÑÖdú MɇPf}fM"îHÌ:ƒ:"úÌ‘whŸ\C€a †XÀ±+d7 KŸ€$û ¸€ À3(à ‹!ýºIˆeóƒ±üV¾¶L(†ÜRŠInKÛ–“³Ÿø–ØÌ¨‹ß·oöêgøÁË2̓x I¥`PÑŠG HÐÞR~í‡o|`à ƒÀ4å!%‚Éy;p3ò8JG»¾eô ‹ÁÈd', ~³RLs=’ÅÄ_ƒpÈ@ €Ò)N|COÉÿp$ÊÛŠXÿpo®€,Rñ805ËŸ­òœ”EA¢o““ ¡€T¤†'Rsä㾈«¾¾C!†àÒö,½²Røñ7ÏÀ4/’Šéÿ»îë7ßP!‚Øh#þ¤|Ø…† œ-qóPp0_+Θ I€&ã–XÊa<˰7€X’ñ$™¿Ùï¬hHÉevrû›ÜÐÿTy€Ð Ó€nq°aãxa7æ[íx€ À À¡4šM)$‰%tu?ëÊl$û„”âÙ&'n}@Ä”  ƒ¡ 1;&–^C·èÈ'?ݲ•YsKwÒ‘„ Á¢û÷]³;&”–&“6º8R^ó@‰™"Y¥þ±[³^¨¯ÃC1»%Ävb7ˆ«¾&PjJÅ£º>}Å__À ñio³Ÿ’ü!‡‡Ü¢“À gç’»Gê{ïrÈ0hie$0z@æñ–d€^Qk ÛKä€uyÀ/ã„’Ôý?qˆ 9}4¿-±‹|'°‡Ø‹â/Õ€ôRÉE£oݺÃÿy@€ÇÁ#¿fv;ßdtPÐ*4 #ðþ¢ Ïn[†”PC‡ð5|*CJü¢z\ÇNØû`«ª3á¥â‹Û9ß9áï|ä€aOÃ×}ì0 'Ã#C·x‹ùX<”8~ÄR%ÙtƒKãØ)|orZà ºBÔD±†¹â¶W ùÀFüš"Ð4‘„"‰bÖ±.é“CÁ¤ÆÉG'½Ý2NÝ Sßc ]É&€è*ÀeYÙa˜ñD_ÇÆ&’°×ϱÎ(ÕßA&c‰¥är†9Ük¬qÚùÈ ƒL…“ó¸þýž)U c‹ìbMˆ©~fÜ3À`¨‡ˆA„À’nà)F  ÒJ-ÒÆQ¾ùø ÀBüÈ 1ÐÓ–²ƒ94 —Êe$¼`ÂWæ!}kì`€v°– Àªp &² x¤žKrJyè3y×À¢.R”ˆ¹JR"å)H‹”¥" +ø})H‹”¥".R”ˆ¹JR"å)H‹Þ®±0“r@buÖ&b/ΔHÒNQÒD\¥)nY#Þ°ñ7›,‘ïFMÏ|`eçÛL½aˆ»¹ÞîRMÁ/+ÝòoñÊ"Áo"Ár”¤Eˤ®mÒ ÑÑ€9×ÇkÑ@ëÎã´EÎuô0à;A °àÀ”ô­ŒøÂ â1&ò ¥ üŽÂzžú‰4° Š@À†ïÒY»;6lEÒ_À7û/#  ‘±BÖ²D\¥)r¼šÑÒf"™b& !—ŠF_ ع@ÊЀP3f,¼ñéish‹ô¬aX >[%"±˜<û”WI4@c/”_Nòšï¡=%ÿûÿ×î8/”û6†?3sâ.ÈÀ ¥üaÆn©x‹æÒéVšWâ/›K¤Zj‰‰ &—ŠAü+aüTEâ”bYÛ°öŸ€fP”BB N<š^wàùIÝ Ã÷ÍõôRÀ0ÔnáˆJ\3 ÿsŒ²p‹âäÂ` y» Q=Á!˜”’Yi˜ŠŸíEP`£@ ’¤6GHI3ŒÊZCRâF3Þ$˜¤€?Ș€ë£ud¡¶ès?lÜå^D†I¹À:ˆ¿¹€`ð„ÀÀÀ ƒKFü`Ð(Šÿ¿Ïε¾±€h\xp€€;ü¤ºQþ%±ÈÈBŠA†}ޯߤEý85C¨hD À Cw ßâ`bKÈ@b¾+vÏó¯&È4@ äÐÂÃI¡¿ôŽ„ä#mŸ}¹ïÃï•]*tEþŒÐ!Ô™A¤ÐRŠ,`e<°ÂÐŒŒ‘­ÿÛef¾NJ€–èÀP˜M!¤šVN )%ü„¿»gÛ\•õçŠï¢*ß§,Ñd ÀÔ–„””§fNû²1íÅûëô€œ0Ü…ô–J@¶Äkòá}9 èÏÛ¶ÙYwÛ€<Ø` PM(fC÷Žý›ŸÈ³ b€b€º!²!€‘â ÿÿÿÿÿÿÿÿÿÍxŠ›@`@@bLà àBߺI€P5ƒ˜ ¥)+ahúâ€$àœ†[Ró ËÁˆ79Ý<ß”f¾R¾Úì-1öÐ €€;bMå€ü3–Q0 Ð IYd 0`Çt»³_^¸  8ˆø3•Šä/ÎBC3!ØÏW¼ÙGUÄ_èÐ ˆ@ ¡¨!€45ü51 T˜ŸŽNäÎû‡î>óÈH(ri00`S€˜IJ€-Ù d”7 ß§“RùÂ2¹·Ä房¦€7s²@@øÿó€ì (Mûn‰‰È_^8Å®õ@~À - ¾¤Ò¹)`ÜýÒÇ–çã¶Uð{®‹ûÈq@À=Ã@@t‹H ˆd¢5(gPnèGÜg^øô;~o» &á7"Å#‹”¥".R”ˆ¹JR"3ø})H‹”¥".R”ˆ¹JR"å#‹è^«¨L$ÜriN‹®PBb/Ï é+ HÝWr”›Ä\ç^„‡™7µ†²b/h&ä+ÜÐë¸Y3£Öú"øäÐ+¶»<%2ä$¿s €:fþ"ó€éc˜éb.Fh‹H'\Û¨{ÈDyÜuèÈDs@B|b`ÓÓÔŒ?4Eìn²Š!$˜yeål`¿}\3†ÏAKýÚóÝ ` C@¹ µ£sÔ‹¯XCO,¾”÷ÿ¯Ä^b’ 1 ‡œ¢Ÿ9ï±ëÉ„Âbq3r7öïþ+qÛ#ïļEöl€0JK&nŸ‹cvßeË,°é‘É…Cqã#qÏÿ{Q4é4·%!Ç? “ÀG|þ€(¡\`,¥ñà ý….õÀ1-$Ôô§¿÷( v$âÐ_…çþíb/aGܽu >åè‹pÓ®™·44ë¤lEçÄÇ€–BŽ«ˆ½à\ÐÂ(IN$†¤•„=„0¿É”3ˆ±]I…Da»%Œ´ˆ¹Q¢,]ç×:è ˆ¾˜€s­@€¤ú• 00n@öGI?ÙˆJ/U?À4†’€¨û£7Ç Æ q'芧٧¤5.þ´²û% Jy™[·¼ö!ÇœR søFág…]2Àt·ÃT'"*̤³RN=Æ1êñ ¿öŒÃM_¸`0ˆ&g?½7Á`ûˆ±/J”¤EáÃ% T¤#;¾Nã-î°ðÏðïõÂÉ# èËå†#óq]Ü;ý·»@1Üj\ñ½Ââ/¢I¹h:ê”I¹h:"Ø4막78šHº($Ä_ž(†LB ÃX –Z2{ŽFï¶µ1Gk"F±A­Ðs¶t Üðã¢/Nõe'”œœ`WÅz†pÄôsS¶ & û~[ä9›Ä™zšç˜ð*' ày9ñ{¡HŠ£Ž~*M@ÜŒà[°äªb2I¦’­î‰_!;ó;…T†Ýï¸Yñ.ºR‘# DY¹à$4µ±DÀÑœ3`¿d€Bi4$4‚™û’XAáQN(†œ> GpÐÞz@{Å-|0ɰ[ð>”üF"V§ðÔÁ)ÈF)„+T€è3¥.ÑËÑ0•¬©;Ã*œè‹ô@UÉvv¬9L¶´“ ¤¯¢/ÎÅ«ƒh/eÔDY„Z+¸fõ4ˆ½ ÅPø«5".ÄdWIþñ‘ñÚX‹±üš}¢.~×lá¹=V`U6÷Už>"ñ€ —¸¾ÖB& E’"ä&ú›4E­)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ³ R"äaH‹•Á¡˜¼uM"/Ò“Jå$æ©!^QþäÈX7uK‡ÇD^0}7Ïo>.\ø‹Ã€3ÓÛ8“¡€`ŸxÀ t@ u¤é3&"òŠˆ˜ªüo¢/&×záöðäÄø¸‹ç€é€ Å[0 (âb/&ÏZ  ;%Îxš&"ÜYËמÇk²IBn6:"ÊN½ϼç»0(5*ˆ·€1%+ÞÌšÃcñ¤2¸%þ^C€Á:÷)&~8ågìEë?€þ¯³ÄÞ"ð“3I #JHÎGñß ¨!†à PݱE£í™«÷Ã’Ùþº 6÷+“9X˜… Gj8”b€b€º!»€‘â ÿÿÿÿÿÿÿÿÿ¢ÉŸ 0j]|=\TEõŠ_¹ˆ:ÕˆI OÉÍñú̈‹ri×Kv÷,¼úèÛ¼EЂhëH ¼mâ*ŽW&’·5Aœ‰0!„Œ1 (ò}¬1ù†áú¤dÆ ÿ/$'q1x àzòW¡+Ä]7€­h%z¼EÐzÞ¼•èJˆ¾i3ro÷œ!b`bwWæDÞ” ±È'˜8‚>(-#\ÃG¬þ&"øT<›À,&Âxðò=„¤`Ä @ïDLp%øIEüãuã „Ì^ßwÞ"¥ÐL å¤ëφŠÇD¢b 2©â.Rˆ»‰¡˜½vɤ.Wê¼íia˜¼tEúƒy\ûš€ vˬ,ÇÚx“x@ tÜ;`ò`x˜‹Êf*P]j:LÜ ÑŒ×P×[p“(âb/(œ u°ñ1>LEá5ÓÛ0“(âb/®´“@OÒw¯àPº²€aùñ¨$¾>æ@(·úÌ!v6Ú"áÔÝá1ѳnï lÑ)JD\¥)r”¤D+ø})H‹”¥".R”ˆ¹R"äa‹¤Ý9ÄZŵ± 'Fõ€:"ð àØu·ÇG€Ÿh‹ÂØtFaÖÜ}xDfmÀ'Ô;DEámFÖð@xaÔ‡[@Ñ@´DV?B~M!LRCÈêêGY‡ïyÀ `²zÓ”‘8ƒ¢b²gÂq×ÖÀÀÀjJç‰øDT¿Ûa×ÞÈ@ @€#À&Èà`Ðô±I á%¹dÄ¥ùH察Úð@¨¬LÀd®Á WTµ¸nãxqC~ãÚ÷€€ˆ¢ ËÄŒQ0Od†ñ; Û‹ñg“ÐVéOÛlÿó¶¾ÜåôŒÒ6Ç NÄ À÷±'?ÅBGÈJDc°Y¤p &bvå–HpB‹J3oÿ;º` ÀP€X‚b@ÈKÉì0c0Ä sâ/É6»I/2@¨`äY4š”BBT„%%â“¿JþÜveuœ ‚°¸ÀÀ&I(þ‰G Hé÷ÒC@@ÙdÐ Ùc’ÉlÎìâ݈¿ƒ¥ï›îßs=ô°@׉ 0!…CJ+D'¡ ùòËÏöëV×$Ð8` À/Јe˜¢^/pÔ 5 HÀÄ¥ JöÎ2í‚adÀáˆ/ àÈ7wÀd5jˆ¿èÀ@á KEÏm}Ad0(B!ˆD Æ& é —èFß쎆ÊRý̸„ÐÔÄ1 ûbÊÿ#~òl-Õ~ µXP³Z²a3'ÉN½{0  `Mä p R…$4²Æœr1[X¾5sÄ_šmF½ù3PBú|Ê7$a‰JI¤ÜóPÀÀ97Ø` èQa‰,%$s-÷ß+‰xŠ®’Ýh¡b¯28íÕ}° CCR‚±Y™÷ÿ«pž7=Ï F’¸À Åc¹oÿÛ¡‰ñ/À¯Ð  €€“@ Ê&Kü ŒØ’4ÀÂ`Ð/ñ\!Z™Û/½å@B À`ø€`‚Þ(”œ’€mÊ ø¶Á¨Nÿ” Ÿ†qw@ c€;nä@&¤À 0šFð‰¸¼0˜YyºHiÇ£:º¢/┽ðhÀd@`Q²ÒPñ7” á©ÿb‹+»£Ǫ÷ l@‰˜0αœéON!d¿bQY$¿¾n²óu,ø‹øSBûØ€l® À …†:ø%”^Ãö ,7$Cç|xÀ È@@À*BI,05(â…Žû«ã"þØu¾ `€1Ðo ¡,€¡‚ùä®S¾J7ËÊøõŸxP½x[Q·2ßÀO£€C¢/Ì: ‡[ÀQ@½xFaÐl:èè¢"ð6FíÀh Þˆ¼#0ê6o;EQ|øÝf( ¡1ž”Ýáf¤EŠR‘)JD\¥)+ø})H‹”¥".R”ˆ¹JR"å)H‹°²ò3ݲéê±€*ºDÄÓn‚’YÒTXë€Q1ÇUŒÑèÀlX¸€Ù#½ç Z„¤ˆ¿Dac¨bq—%j´EúÑ‘•”Œosošƒl„ËlEKhM ^ä¶»  @C€2ÀšØ²ÀPP Òhv~X} …òCcƒ°ï Íɰi:÷¤ÀCßæÙÙn@÷\Mà| ¾0ˆ¼à ,j9C—„{H $ê!À`Cd²»v9½ç€1Ê+‰"D^` G÷lPŒ‰qÀLM Á™;|çö5ï@jz21Ö%¢/ÎÃP€ò?½°"|‚GàÎùÈ  ð¯¾ŠžJ¿ó\ˆ©¾\J÷Ð@ RžpÁ¿ö!#gK.ùæ¼D’²©1<¿“ºOm†eå׿)?@ÀG@%þ—WøÀ(‚€,z7ë?ü"úQ­³çluó!‚†8×Ð@1?¼àxâ/‚Z~ÐÓFb{^”˜´ÿóŒb}â¹@dþR;o{@PLOÉVI£¾ˆ¿Y3¾*÷  KväÁ@bR?ÉÉì­»‘¯^gHhÓ‰þ"¥ÐèA@ @c‘²3FØÇÐg¾øð ŠÐ`b#bøÌá©e¤±ÿñç}¸30(päÀ‰—å’RD_¤@¹HÈB2¶Û6Û¶ÊÛ¿CvéN¦Àô `á·åAšýDùÀ À0€K &ÄV^îbb÷½¬ðb9IKgÎ)µç€‚:ó À† GüàDD_¢z±H-–5„¾ä€j@LÇâ^ÀnG¼ðpC@#þ`¢`ØÁ’ÿœhˆ‹ú¸„  q-Žìç=ó° ñX˜¶ø`ñaÍ},š`W†)žžÈ+q×!#õ€ì 0¢ß…*"¥óà€€‚jI€žJņÅ' ¾VbGY@4Р€PÁ%xkäòjyåôåÅ+m¶¸Ä¤ˆ¿DbGPÄŽ¼èÍš"ý ‰@$uç Xu H~ˆÂÇDÄŽ¼ØÍV~ŒÉ@$uç HBV~ŒÉ :󤤡+ˆ¿BQc§Ý!—š®C6ÊÑ u{–}éÃ;'^t3º".¨Â:"Å)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ¹JMkJR"¨ë[@$Ù@­¬„Iˆ©xš}¢.BrZЖñ”œ–ðÉx‹ 5ˆ±¹{C}â.=7–1-€!1@€è† ÜåÑ Ìø^? ³ðÔcü@nPø‹õà€A€EPBù= ©C–à ­ÙÃMÿþëR•xÊo¹Ðˆ²}ô  €~àÔ“@¢KÈ´÷è Ù$ǃ; „ä ¾jtFè‹û90I™.ô´ q@:Åpù4¼ó`À.LÊ0gÉHI¥ñ¤ÒÄ¥¶ØˆÙ®éÀÊÄ_Ó€‚Ø ó€= € À,´  ø–0”L(0’YNã‘k¬ Á™ )zZpâ€uŠá|†YøÑ-à7ˆª~–è@ƒP1âðÎZV•ž¶Ûm\Z9Ièæ{À€Ä¬C è4ü&öiJ¥+ã~ƉÇxŠ—¡z ’׆À ¸@%ºy®KA›l«ÎÇöˆ½ÀÀ0 #%e¥˜oýÿgçñ}µÏBz>ûýñßNúX‹î/@P°Ò€©DÜB& ¡¥`Á e»âщhXü¾9W<4±0 €:&ˆi´”„‘„¤ä ZRÜa¯ß»žÖ;oÄ"à9JrS€–ÙXJßÄ_Ò¸ ”5@'N@îLß…’ö'UA° rŠÁ€T²“†’Ò’‰c]™¶IY7ûŸx4 `ÌoÎÆç8.NLè(jT¿‘ÿ‡ˆ¾ÀÀ €L¢X% 1Æ—Òs¥cî˜@:zX Ƥ„MmºQ·Éc†£²ðýò¯6Ј¿` @- КC,>’É…”^ A ‰%’’Zv¬ À ‰  @v€ÐÂo(`f)±0nRSߤ–‰' ¼Ù].” ÂÚá“1ÈFؼŒcmÿaÙÆ# üØŠ¶ðÀC ( €±ØÌ#Ý@€2à1/Èc ħ7ð'‡ÞP0†ƒª@wŠÁ ýkˆº‰€& (¯²F!s³9æÞÔ €@ÿɉ4b÷‡‡ëÈ–~Gl¶ÄüdäÀo†–ÿõÄU]& ЀĚ”A1~Ë,|ô@9A„"‰D ÎâÓǧšžF¼_ÐPB‚µ¤fFÛÙ¢*_¦)°Açz@3€Th@á,a(˜Pa$²Æ9#3µòÙù{C'x‹}D0 ‚ÈÐ(˜œÐ È ‰CIa…”I¬¶a®Hç5òÿö‰-â/Ó€"ð `Xñ(  †KeÆZ %†0]ÜèLˆH@4 €`ä°*’, †QH¹aéb€b€º!ÎA€‘â ÿÿÿÿÿÿÿÿÿ0–#»šuæ€ÊÀ–ñé€ @ø€0¬ø”PC%€¸Â‹@Á„°À ]ÜèPH@4 €`ä°*’, Ù†”R %†€HîæyŒ—ˆj9e%)+¥d¡†£üIÃwÏϾYý¥ KN(šßu¡‰úê“@ؤ–wºžþ ˆe$iI-Æ$»`ÀCT_ìÒß¿ˆ©y@€’ˆ;8)ä 8ÈýñE ²‘Æ‹Xñ—Â/dLTâlh&° ɬٱÅ–ÈÂ]=|ͯ P>"Õ¡8@ø!9'DXybЈ³ À2Œˆ ÊuLñÅît‘^¤EËPöè³[vã"/®†‡Ü2fUè ìûÏ»¢"è¥)r”¤EÊR‘)JD@+ø})H‹”¥".R”ˆ¹JR"å)HŠ£°k@¡õVÔB$ÄT¾~Þ´ôkÑ?TEôÀn”öR–œHp‰Y²¢/¿Ë/ì¤ ŒW¹åD$uؤ.Wˆ¾Eâóê­tÀ4I—,²Gˆ¾²H¥¬'k¯Ôq „u¥9ýÖ!€‡»j“[5¸ NMîdEÙÒM7(5îD$uWFçí}Ò€b’”»ŽL ({¤ ^œÁ½ eÄ_ 7²=ܵ$³î pÔ^€5 ñÇ+rÑt‰¼¼–¹`S¹ZT“2RñÛpÜo¦&–sûM Ì­ur¸‹< õÝà @`M(¼c¾Î‡±ðåa‡DÙÎÑôPÐÌ”Ü3`?å'™Ås8uÕ&†Œ¼hà:q 1L-ñeìçáü;ÞÀäÄrÿ î‡8Ô9ÁÜÏzPÞÂŽöÐÒ&2wŽn#|g²;¢"ð€éEã“ ƒ²to}ôR‹ŽMÅëA …™õÒ)<¯~n5¥$n©ˆ¹^H¨µÉÝ÷˜uÞA&óá‡D]¥".R”ˆ¹JR"å)Hˆ;ø})H‹”¥".R”ˆ¹JR"å)H‹ëîÒ¢M˜v (Iˆ¿?t€vuͶS¢/¦ 7]à(I¸1-d<è²Ö†}ÐÎ17Ÿ=¤÷ž(‘}´€æâH»Ižâ”Hˆ¾Ù i¹€S6½à;À &þp0Ž–vŽÎ¶~«¶À¯€;Šu€LžX ƶF@6Aý±æØ 0´£§e ÿ7¿šÒé“@1’J&€Ä $ñ…“JB[ŠJw¬Hóî†û¯|½÷7{V㼯•ó×bb7¾ŠÜ¤DCA3@þVOàd”Ïþ`$sÞL@¤d"a5(%pÔ!#ØnvvÄk>”#'å$ás{á%Zô!½ÓyîH½d›Y_ ,–’a"íb´Üa ›‰`ŠVX~Ä€µ9=¶ÿŠ‹á†vs½zAHò{€c…òŠbpoä뎰^B Éù}t'aíÌŸY$˜Vt”„Mõø´ w@NÜ@„¬håïщE¥ögÂÇ›R°=Å€pi)†„ÙE¡Îud¤°Ñ‡²‚âîn5 :NAŸ~#_@ XÞv0óúšð @NBÐ3–C,”Æ;%+û©‘¿2ú €¨ÞO HцŒNÜPNÕ ìíØyr¼…’,Â-¤3ýj!€=0´†Md ü0¾cŸ‘ôˆ ÉÈJ“·Üåq+¾?x¾E¤7²î®n£ŒºÝ˜”xW,št}ñûè¼ä +ŽHaIÝ_çÉá]œ:æ0g/WÙðôvn';Þ#%<änž¯Ûlÿ©gU7Ð —à £R”d#ƒsŒoûôm•Œ×·íæÐ¾HbS˜’RG9ÜG;ŽíuŽWèù¾>ÊBKüŽa <ôã…ÝbP ‘ÒL!“p ýJ ýF~„}Ç ºN߈‹ÍJÁ¸`ßÛ3¿SanÌv’ÄÎYa¢ƒà§£=());~"wÁ@I7¨ì¿Åb„¸nçäÞfµ½  €È+’RZž9ÑËmVC90 –Rv+0-þÙ' Û~Üyþ9Ißn޳”|Uœ%f*TñÞ4¢€ÀfÁbov1À1|šéJ P€‹ƒ€3ÐPa5Ž;…vòœg Š—!Xhh}çJÌ‹²¢7@ ¨ 0Ð(C (4˜žQh°idãó ™ÑØW©$µ!"3‘¥T`!ŸdÑ×¹ Nñ=@T  šx ‹) Bòvøü®¼®¹r’ƒ÷ÂsNÐ Û]v*u¸„}¤ª^‹ÀÊh‹¼ •‹+½Ù‰%µÅ!ö+Ýôæ"ø„†]Â`A4>ã d5E‡Ä_ž%æy€n÷k¤¿”õ»‹ˆ¾D›äÝð/rÀ`츊£XˆBçÙ&Ê÷=%b€b€º!ס€‘â ÿÿÿÿÿÿÿÿÿˆ©y±„æÄZõïz£ »Ï]ð’b/˜o¹ZÉu€4O:äD\´€ì‘g´ì‘}äCï>B$^ûωE)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)HŠ£¬m$"M˜ Ú@¡&"¥à] õ\Û¢|¨‹ÞÜ uÞ‡Ù+¸;戱iÚYI-6ëÄ Vˆ¬~’jÄ00J(Ç-šùØ!àrúÌØ}ì „œhäkÊÅ<P ˜‚AG€ ù^1+gö—ÄÐ@Ëø”1³žäM0hÒPo @a-»8Ö~ g6ú` @*HoWØKæ¼øÂ&ðÔ¯OO gÊF~Êm;ð€'&âa[¤¬—û u`‹pØf!ñ¢†)Lé9O‘…^€º@¹HºBÔD¼Ð P $\Dº[b°¿Mý “@+&ðß™ÙNf1À iø ÈÇpãµô@…Àw¿Û¤ˆE¿?—Š))[ð­`ñ!„ ž¿Ó`'I, –;$`R¯"Xa¡Ÿ10b %îÿˆ·tÀw¿Ξï¼ø²Ü•„ûŸ°Ô!UTß-TÝ @0ÀW ”œžZö- ÕÇ}÷€hnÀ €Àøpgêä4†“x‚ÐîA`9÷ºMÈ@iydý¬±Õ—x ;àP0 ’•aCýôð›€Çô§ü×ÍüqÂ÷€¤¬("ûÆÀh  sÆåvïøõyX ¬Çóm/š €tÄ…îGbuÑÐ *-=ÝÙ‡‡ßV ,$ÄŒ,47qÄ¿Èßß#Ð#§ÿûõ÷#Ú§'bK¼¯è ËC`%¶"‘m`& à:¬•äáÀkÖ†È ðKpì²5çÀ“ A¸¼qg‰ÄyÊRê¯ ²Ü”<‰ˆ·B²[ý–éX /±–’Pç¶@›ó± €  Àx¡„Kµ9„ôßè¾I7°Jƒýñ²hf(¤§(f¾„D°*OÀ;¾l÷’‰ŒþÁÙt—(Ó©¾ÒØ„hd-ÎÉ%ðH #æ¾H¿mUÝpbÀb²Q¾@f ÏŸ~_~NA>ùÀÐØ0)ŽïÊ=… v€jØš3±=t ëõl„†”º:?4¿ñµõàI%f®ß›F¢-ñïÊJ7B™ÝXáä{ìœÀ1¨Ð¸Òñx~ ËÕÿ*¤Ð iÈ/h¡0–XJò;‰H }Ð!—ÀvMdr7É Á„Ì„h÷6@8@¿;ú€H|´ò±Øñ~ód Žÿõ±Û`ão ,š‡—8]ùÈ…†¤Z„„m´_¿ x‚ÓÍþ"ú9ÀÀÀÄ)û€E€íó²ÜšZÖ8Ö{ì` ˱€#`þ²,ƒ)ÎbãÖTh¡@;BRžœÝ³1{¼p¶ï¹ÜÛä  À`„k —ÐÀ/ Å—‘€ó¸Ÿr!?—ÇU/À7“H[ó÷øö¾–x(„÷OI}?¿ÄM¯˜€\æp?úBÎ'_W~XÐ+ðÛH¶¨Ïc¥p&A ®”ôå¶f"ï|؆|l€®êvfðÑD¢X~pµßRÅ#I¬¶ÄY€äµž/Å–zR5ÎæŸÑ„öÖ¢ùd´,ÁޱMyr°Õït锎̦ÈûÍ,é ¤¬™‘‡'%ØœF¾PB Ä0Ä”6û@’Üš„$ï‚j@Á«ì¬?õÔ†!³è’˜Oà`„ùÏdò3]ìyhH+ Ù÷'½ä Tm…b/UôÞXk´œaäÈÆä®wùt–€0Kp†⯲¤Ò– )Ç;ÿõÄÀÁ03Ô qY 5?…n×vÛ oÎ:›Ò%HfbÈ_$OAxa7BÄÔâV_=Õ¸} ùd°+ðÛH·šÇò`!0x¶"ûÆ)žv©½%¥ˆA"wü+g(ée%‰¡Œ=Ÿ|Þô:@PS°BAl >¹C@`©-Ù ÊúÄaG®wñÂi{Ë?lâU{â`Ô8Jf=߈ٵÎ&B d–F½°€:(›’’óçl¿ˆ×fBÇÓRü´À5ðˆ @©00 !ŠÉ)&ä§ô¥ŽV+lùøy׉kÐ2lð¦ 4!b ÆÀ¸icF8À Ë-˜o8}çß]ÄÞËü1Snxzý9͹λ 'û¦åÈx1ÝÅ“K¶•ò@@PÄ=†¼„ˆÖx‹–’,Ö ’"/º‚H}çÈD‹Ð ’yò""è¥)r”¤EÊR‘)JD@+ø})H‹”¥".R”ˆ¹JF"Ät#´EQÕ¶¢&ÊmS."¥àÛÀcŸX+‹@Ø‹ô(W{/ŠZæ€TŽfQØI4²àP,6ãà#³¡è‹ûØ h,½ ñ4&9 !K!ƒCvNéÌ4¤}“›v=zñ`€h˜4à 1ØbJˆ t£ °ÀÄuo’½ÓÝD@ ³&y3ÿ³¾iüõgè` € ÍÒœÉêÛŽ û”ZJ?(w׊,@ÂÖHâ­À@í_¿x¿´€œ"òxi3:ÝG/”˜M{”P Ù†9(쿈·ÇËÒI™ðƪê¸Å£ŠøÐ;s`ÞËÛ‰›_Lð`hCKÛ/cFñë÷Ñ@vBˆ&††€XCø´ÿ€PYΣ_éÅ£a»}™xöþR‹J‹¶lìOÚH&ôÛ.¦ú %•‰˜ ”²3ëlÛ ø.á*°Òɨ!€^Ã7cåðFüùóÛ÷6ø—&odR¥¾)9ýs~Ôœ @L¤: !ô¥)%ò`´b³o¸a{?ê8ëîTà“K!“@2̲ÃSÒZ@ ¹ÿ?¶+l#f¿)Ò@'± ƒù©[øèsoêà nM &ð pj1D¢‰…Bûmݶ(¯ñÚ÷ :t¨à J &€˜h&ZRY05Á™#[§¡°Fl÷çT†dÑ™ = -8¤b^ekú@ f” €¡ ˆdÑ¡¼²ÀÀae¶) ²FnÏÒùÇ[€@MÐOÃJ,0°ÐÔ§ ´t'lÈÛîßþ|ŸçµU¸ëP x€6m³»›á–÷ú ð 3zÄ4´€Àx04  ¢_&ä„|VHÞ†Øf{Æ€\ä ((Ž_œ· Aÿ½a‡e®ùHò!€¢5—:F†|€Æm–ÜÈcÅßÝÀa À„QHði ˜Z:ôö†¯«d'Û2¼†ÌDЀÀ% ü†M!”¨r×Ò‚S¶awçT!Œ’€žØ0¤ròþw.cÖEÄ $†„t/¡Ô?p5}„†bV)CÓ¾`õkæà'(iJ93¶ÙkÙb:¯d’`!¸bU¸²°Ñv$7è2uG¸Ó˜ðÎ_%¥$ÒY|~GÄ+_^—zBFGØ43þSÜô uX€&(öå–œMNoöF‡XŸïdZÈnŽQÅÉm @LCbãra@P´¡Üg IhÜ~år+^XNÜ‹Š8` I/”ú€‡ÂXõkå…©‰›Z$ »òQ[ð>lš¥ú `@ @1,B Lp*QH,4´“A¡¨ŸùHùöGQ웂XÈ4 @0(²’^Hhjº¹iÿd£¯|†ßuªð5=²@¯I Á›dwu¿<ð¸e½ýx3I€! Є (B!ÉdÒY`6 ,¶Å#¶HÍÙú_8ê˜ ˆ`€4©&“HA¤2i ´r’J)gdíÏJo•¤…ƒOÚp‚¤À*³#lïÒ·ëqË{ý„ `À€ì4  BZ9h )8 yLVÈ|‘Œ3ýûœ·¾:ˆ ƒ@4X²€tM-0ä ƒ’Ëÿ£n„#ÙÝY[^L¢f¨¤4<70Ͱc6~¶c£fqw÷`@8T¨n*pì ˜B,”’43rËù ¹hÎÒuðšLö€T‡À©d¿¶VÍŽT¶k[HÉ}iÙ"è•÷PI¼ù‘zCï°ú€ešd¼y57x‹M¹“ðÝ£‰»Ä]hse­á»N}yé\u0nˆº½+Ê(tD]T­(§ Ñ_ŽzÌMк".ªWݺ".¸VôIxTEÕJîMØt@-DEÑÐêßD]4­8UΈº­ WrUPÍt€v·Í¢/¤‚H}çˆ\"ï“0ÔÞx14EÕH¼".R”ˆ¹JR"å)Hˆ+ø})H‹”¥".R”ˆ¹JR"å#‹t n»¤2P›ÏÎ’²Oˆ¿K†áò /\PäMÀu¼EöqeÈK¹@š"ûD²àK¸Àˆ‡‚"/µ‹.²õÇÀ0E4Eö@ÉtÁ¥Ü`Ä@ñÙ%ø’˸àšPÄD_h —@2]Æ:E‘}¡¥‹€Òîò'à0ÑØ%§D —îHÖ“™"û#K”iw#€é<ÑÙÉ.%ÜŒ Í}¢YpÅ—ªÀ“Pèà ÀO¶L&'”çúŠqC~{Ø€8N°€€^MèHÀ`rºF#d†¶áŸ¡ €JÙ¬PB,²†ã‰x ôÍïÉËòþ^×P€å€3lLÙä“F–PoÛmú®Ù¶t|ì§¼ø!€h¤ 0†°(L,²BI¥”€«'ïêHbJ-%|ýîË:÷bˈÒÅÄ„ü àB` øevåÊW%ÂYÎc;©½Î !€dLHj@v I1°Ô$šR8b9É/tî„s?mæ3¶e¹™ß-–©^à—Y~冀vRI…”RV‚ÊNJ…%î*¢i4²@aI-"¿äíSwh¾¡,¸’ïX@ Ã@€˜ðÐôt€›€Ü#d11(OÈVXÂW_[|ö@@0vMR*ôri0‡ó¡””nŒØwœöÙ×s– ÐÂ[° :7ÍSîÂïÏ’ü—dÙ4 :0Àb )ÒHÄÒh`gâ iÏ j@LL A4² ÂþÈ HiH)='d'öÿ˜Ývã:•ÖrºÄS{F¦=%ØÃb4²``!††ä0 Ò’YF£~”ê±€P•Ã@Èa)’Y-3+º]³sæÜw ‹é .K¹¤ÐÀ‹&“C …'äd–ZÒvÝ?où˜Û8ò!¢ûD²âK.â€"õàÀ  rûpÔ¨¤ø1ÒQI-9Ïú´ÿkÂK,\0izЈè€€™¨ÎÌZ Ü¿ï=À`‰¥¤ô'7Êð}öxi~™%ë€`ˆ"©_k†—åÉ-®@Ò%>DEöÀÉp%—r@´ š"û$²âK,]Äô€'GH I»oÿ J²ù÷䌳m¶¯@À0‚R^+$´ÿúSã®Lu§ücmˆ¾¡•Ý@*&†’”©›Ÿ|,†"P¸ %nÖ` ƒ‡v×JR7 zj^e)KТå)H‹f–”ˆ³ã³KH‹”¥".R”ˆ¹JR"!+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR""+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"#+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"$+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"·¾ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑÞBŠã€ã€º!ý!€‘á˜ÿÿÿÿÿÿÿÿÿì4¿‚xPñPº‹Ë€h¼@€†"7€í$ЃҩšM1`PôøaE•øÔ[à†¸à‚<pEûá~ô€€v ‚€á€TâdЈ.H ‹8À¨adÐÐá  šÄÍ÷(®QY; ¬VýŸ÷¼¸¥è04¬¢ùera_§©==ÝÐüg9Ðê’?ùg¿¾¹@ÒÒ’oa?‘.p €L‘0”„‹©¦Û[JÎø.lïH‹”¥" ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥" ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)HІR”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚ·¾`ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹|<·; ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾b€b€º!€‘» €‘âÿáà.âà&¾ðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜Ö$b€b€º! a€‘á `.1þ_æé³ #ˆ  ¸@d¸R—áô¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥" +ø})H‹”¥".Rú° Á °b° $†’ šLÝ;ãK²R¸¬¤üû;?aõ  ì(€@4,"_ÅbÒKÈ/ƒw&r‘ÀšÙO¶]ÇÀ4»9)Lêèý„;Ô7¿—Òé;¼0Ð@; mÐB åíÒ35’Ä´üÛ¯Þì` b€€jP  &à&,€Âñ7Ɔ¥(B ˆE|ïÂ]³-KÖŃCP’Ðòà5ò}¯æQ½0XpA` @*?%ÐL%0ÃJ-#\”XŒÌiò€"JLN MA\„°ÒÉË„–QIÅŒFHÐ0“7̼wó±`` °C³¨ò<>v¿6ë…ae £ïh^CÀUÐÒˆd½Òo %% ®@Åàß,Ω”RCSŒÿ•ˆñÕ~—|0(„Ð š?áˆ!rjPÀ]KèèlÊvï›·½hÀ@Ì,¸`@`@Æ%0Ü5$ÔÀv -‰`ÂfB³¥=;lÇЀ(œŸ¤vIÙ¼>¿šzMÀ0â@bÂS%Wä–4˜€ÞÅ`(_Sç=°„Áˆ¨ Ôñ ç¤ ”¡ùü1$Âg?ïøíî|*”dâŸ|ùº„;Ìn¿”<- *L¤ÄÉ… °ÂÑ’‚Ñß'stpÊ÷SSy¢õ¨& 5[Õ§íŸÎ,Kg Z8R»D^'zV¤5gRëJˆ¼Ô´ð•ªƒpn}u”ˆ¹JR"+ø})H‹”¥"*ïÕ ;HÀ^)&ྜE±“S€b‹Äă¶ìvÛ¯¾Ùÿum¯<@@C Øi{~7†¥¤’HÖ^Cn|y …''ÿÓÒ[ûqÏrönz­ª¿ª€;¥”ˆIRC\´ Ô¿åð~Eô‘¨ -¯Õ³·ûþÁ-Û1ÿkå À@C@Bt£–VØb (²øÄîÅ6t¹üÛ4Q,HèKÙ£à̇`¹A›ˆ_ÒAhB3óÝÇ.*øô4à RËÎÇ8ÄîÁõ ‰ Q@—úw€*!“@aÉܤâÝ( Ï™;änV9JÇ®é Ô MÒ‡l`¡¼ïù¤Î?Ú6ÐøùT¿ Äô^˜”vÄ`°ÒÊ<ðÍúvØþ’†£aÿW€4Ìè H@`ðÀГ2?¥@Ð)‰¼²ÃBPi„2‡èÍÆãWïLÂkØ ¸ç+î¥îìÏÕwê\X &”ିÜV¯* (@äÔðgÉhrrÛ   !üß”5ðĤ!Îtó°»åA€Q ÉAÅ“PŸÝó$¼w5Y°uâ–œÊ7½­ý@ ¤D"oÝC ì× B8pÛ¨BÒ@Oßô¥)tÿÒÍ·güb{þvy0 €@—,˜^íÊ Ý#ÛþÍþÛõ>a×] rÊü¤d¶Öp˜ÿÖsz:Yž/°’qIÎGp ÀßvM¿é å¥?©¾Û`ýšó IEçBS¿~ÈK1(¼ÝöÆÌX&€Á.V-!{$–€Æt=óÒ5|[`€ë–)œaì½³=j]°0¤€j—OéJÙm¶Ùû„%²öÛclQ$²nå²wèÙ!©F Ëëù¶~–²r "úC(îÝ'l£ú¶ç¹¾~Í“ôX…–+ÈIîÎù û¶;¥Ü )7pC -Bø&Þ”„ !—Óÿ/—ÂKÄ„!CBYº~VÈ:ù/! -ÒR?ôoÉúì/£uçì³)¿¯€=!€ZÎß1KÜ'¯ã³©¯  (Z:RŒŸÒ†íò„ôlŒvʰ€„ ÂjòÐÛlü÷Ø{awÒ7Ô7Œìã6éÏÞ•‘Ù‡Îü P˜P KFÙ±Ë,0Àc¯Fø0¢Ð„%†}»pÓ­A€TšL ÒKÃzS“‘Ó’S7N~¤s”uÔ(0áˆù(ß2ƒ §?ç‡7ÐÁs¼Tö€Å€ þ‡% -|3ðÍËHHÓ=g_ À; (†Ýd¢‹ØpÔnÄûëHa¿'â[âi 4®S!$”MÄ´–^ÿ”£mžøèj2;#m³m±Ûc5Ô£’¶ïå{Ù•b€b€º!Á€‘á ÿÿÿÿÿÿÿÿÿÑ›úQW}Ôà‡êMp> `·Œ¼  Ò~B÷ÌÙ–øqê{Ñj ­%ï‚s+%<‘‘ß!®a€;!÷&€Ý8PadçB„ÜŠä®7fÚª®Â`d0iÃþ?ŒàKbOƺg1”»Ô§†2±}&§§3š¦üA }ú_3e€Û!Ûs¿ýøÞwýG^¯  :ÝìfÉHhi[+) R;÷: Gvgu˜ä¯žv’âj îœ1“úÓ°iNâ,ÛÔYÒ¢[§’¶ëHB2Cz2—ßýÿ;^h„¢h ,§%¥(ìžM˜°Î3%8bÛ¹Ùw8„¡5 0&“t~‚fÜ´Vÿ–žÃQ¿WÆT5;6 Ü;Ê®ô¸˜²`Þ”¤”WJøB[/ÿÆqÂî N’€`[¬•¸ÁMÑ–+t殀P°0C oºIƒ7JŒÿ†4n§Î«H€0èIdÂníÊ Gã²øc7J6ý_æ{_÷»+ï¥~  ™ !îý)û§þ–Û;gä¤÷ÿv®D2É©…÷Æ;’>ã+öÛW£œî^+•Ðó±ì{mÏRå“ËÝ|'’×·oþÈÿ:JÓÎU)o»üÆN¤øè„ÌM NI—0˜‚fmu@Ú\ö¸÷ÐØØ¥)r”¤D#ø})H‹”¥".R”ˆ²¨Mú1þ d '¢-)9,¡ú€d '¢/¦ìò®qd×HïÉÞæ@ #D]Vü‚ý¶ÏÿVÛýšõ€ @1(4 ÐÅ€XLK·nC&å€Ûp$Qá¼F=¢*(èã9)M)p4}zQÒ´#,Ô„—Ø÷ýHâ62Ødñe§˜Â°œ8RØû´‚ 8ýÇ(á{¨g\E÷’Lfé—^éüÅ…6§);|f rùd°ÒoÈB¥»Ÿ•²¸¿PJýx0¾èè~Víûœ2"ïA 9by˜bBw~9/‰Öü@t–ù¹ýn/p=Īã / "s’»Œß·9rr‹ nÛcÊÙF¿uÄTšÀ¨’i)À7·H!}Ÿ¶7÷u{†¢i- èm«0XJJI¸0¬„âÐB+ô„줆—Ö”¡jÁ¯ï?}° ¾C;ûJé‡ °vED_¤¿lJõ ÃC@`ð®RK€—†¥,¶¸AUÀ;…œ˜Y04^nÇãwÂ÷^ˆª½q0iË៱¨aÿ’â^&Ý*B!'‰HáTƒQÉ@(â~ëq«xëàðHÄBð6"ô†Jã˜8—Ö`Åf,7u÷~°8}ÐKáèS1h%8…§ ;YJø¤­û/î~8Œ¥›Ûc¢/¤Q{ºP”€ Q˜¼~yð(—A(¶ÿçBpÄn±”žêÆ1éc˜rî©{¡#0²ÊZËZðtEIG IÅsìd2‰¤2‘Ø4D4ì˜MÌÑ’~ìøá8î.¦"ýaa¤ÎýΜY5 8]ç¹Hç훢/XÎWÜ÷·€œ Ô“Sò?×Pˆ¾À8†ž”|úäÒ-¢,¡‹”¥" #ø})H‹”¥".VCq0®že]ÔwÔzp §÷lõXàÐ'`1X¢b,ï}€15É$xp ƒ]ÆÜ„§#?ºE€=Ù?!."£´°Þ´¤ë”LA(1µ¸@ Б…áŽuÎÑ>À“y03üIì‚°ôóˆ7ÐHl[ìý™Ÿo÷ZÓ×¾ÉïÜóµäÀ/-º„_ؤq;¦õÈFèu»¨bs€E‚C󈈼 &éFíÔ'›‰Ø¹—!hI4fÛ!/þì2?=€Ÿïö1Þ¬E'm•ú[wÇnh±‡°£îAH `2ÍÃSø„e#Û*"£ ÐB`±+ôt­)ýÒZMIi7óÇÖ0AS,  «,EM×H ‰HümÑ&kðÔ`3ÐIOù…­=AÚ@ 'Ý BYPjqî …÷š:ô€&!€ì±‰A(­’0¬rxxþ¿Ìh‹à¤ú@ø IˆøA …¥ibu»9ÙŒ)$ÀÝŒd†'‡¤ 9¡Ò“@@0jjư…ìÊXÞ¥uk» ­Û‘'«„t}Å3:—jB-$?ÐéAxò’¤àãpŠKI3Œt–_8¢·JDñØMnÑlŒ±™%b“”XbŽ»÷G8ýrˆ@0+dŒ¿øS÷ÝÓúÿ| TEöI`‚(?¢iN ³“y5$¡©(° Ý '«W:äð)¾Û¿Ù+}úüEy4[†|ɬ„²9î~dŸ¹Ži±4Ì^é€0 ìKíÍZ* (^’À nF ‰{ä†%(ÉÄÀ¾ÙÛ¶ ;šk\ SzŽK%$'s÷^áÞÒC€¹ú>é 5(èZJÝÇ?CÎZîxh!üT€b¢aA ŠX‹}DPí‘ÙØè)N3O7›Ý®è Ò´¥>œå}Ñ‘°üj»W²#8Ëœÿl¥nÌý]Í=c¬T84¢QHጽ÷-ñß 1 X‹` 0È,3€UÂqæ ع€ÒMp$8&kŠøDEöI@;€;s9 ­ÙêòrsïQölÿ©¼lýŸ¾qc}€À`T…ò ¨u›šäZQ’ŽûÚÀ“ I ¥³ã½hÜ3 \Eó·ïÞ[èD\¥)ø})H‹”¥".]`d˒פ ð C@:ÔRfG 0bC1{ò¹dÂae£'nÑþÎßv6"ø00T«â¯Ñ &VÀT°@ @‚@@ð†ÀvžM!€C€(L!#îß ²º11£lÚð@ˆÄz vb€b€º!!€‘á ÿÿÿÿÿÿÿÿÿø €/€0(y4? :!€(8dÖÁ¸¡   ° 01 ÅÜa@(Jr0A7 ˆ©¾~²66@ß—ï¦BË!0&€=Ì*Cà'G,ƒSЬÆ`À(Æ š„öý¶)8aÛÿz@fx €/lYE€=À: 5#fCÄ2’’‘Óƒ±)±{ïÝß}â/â 1 B0ܯ`!Ã÷ÚÀt˜p À†pà!&bœ‚ƒR¯ÃHx¦ÿº²Ê(fJ–®©†xÀ vŠ@€f‚À@CÄÀŠ&ò”%$Çá©C_HGJTÍ'n°ÒÅbaAÜ–’>Öòb„%²·!ý9…½îÀ€œ!©P É¥p€tY7•ÆÒœѱ+’RÛ£åõ4@Xh p 0&É„0(Kø†2’bvOΞVÙþ1 /9Ï~TPÀ Ã:@tQe#ZŽ‚Øô†æÎ²Ìø^¼bs˜…€ 5÷P„2h€ BP‚ï+t·?´ VùoúÔ+Ôd q4à ’Ä¼ž€c€bK, ÞVBHG±C?ù)çÞ"ÿ?€èmiÀl‚Q_”îÎqH4´ŽØÁþûHð€^P`WË{Àu²y vJ (03¤o&£^éGÜ ôòº:8f¼ Â€Nq0ši 8¼”¤4†9lZv)=) æ'ç9´EæÄÇÃvØ oÖ¾~tó÷~ß2µˆ˜’ ˆDÐ*C/PféJVÛmÖÙÿüÍŸóµï@v˜€d€ì:0 2C  tÿ‰œ þã@sö³÷®&€f@?4 ɼ1 Ѫ! –JëJ0vÿñ£D_Êt¼„Ô¼` E7è!“Iƒ …ì‘€X±½ø¥uq׈+l"ûX¢Ë0€¢q4 “IdÂgC&òÊ ÝDÄ6Å!’Ãv(°a¥D¸(„„d†”bø`Ƨ|ŽŸ·I(þ€†íÝmâ*¯–œ%€„Y4¼ž‚†>FXOÈÌÿcGÛðÐJV +%¹û'>vuçÄûìüá À;åìî€1¾&–‘¨ãVßsNcÕgÙd߀.È&–ŽMAHJr~?`•­Ö>"¦ù 0ÏÝ dô§¡ì÷Ç'Ü𞯴²`P€aÀ€gɈ&_/€-JŠNF&§'†7/å`–o‡Y@^´h¬˜C&“Hi1DÐùiᥔ ný?ìèßwÿ­qó †¤5¾ÊFû  £å =³ë×PÊ 9Д“Jå“ d %l_bÂ_'º¾#ßQ Ô €dš/Í 1·”Âɽ$.V,›÷èg,ÉiJ”s^PÉ €`€À,AIKìíöß~?)g¨Ï7I£ZȈH%JXb0yx}ô{vŽ 5$0åRZp Ñ@0 lQ4bP—3ý³ñ¾ùÀ ÀNä&,šŽ€Ý’Žèn’iIá‰&§m†d3±/¶u`M :R„ ®ZzÕûó}É׊7Gå“?ß›€T7mÛÙ­`&+‹Èÿq†íNÀF¬ÒŸŠß¯vÃÅnÁßáûu€\À$Ö &iy, –£¥†À` üq,•… 1FäꘊŒÁ÷%—ÅþÒM!À0NãxÇUÁºÀ O+'‰¼˜a–J&¥)%”Ž‚—™™*ùŸ’{,Uêz±`X¥f)¶ÿ0·gõ@1Hi``¼J/Ãñùº÷Ñ?• lI  :ä>€Tà k^Nûá,x @Š …d ­òÓÙ)éá=úÓÿ#]rÓ‹ (½™:xíÖèÄþ´p K¶ÿa›unß'îÁÄh‹¤—€oÛ·ÏÑùÝ@ò<7ýÒ¯÷ßc@È : w&;ŒÒd ¥lÑ´¥".R”ˆ€ ø})H‹”¥".] ‡ðUÆ» Aܨ‹äá%iƒpÄ_P~Å ²iÁ «Xþ‡û ˜Ðñ¨»ta6` œ¤Z@ì7Ãì AB"/5ß-|_ 8BR””JÙ0®1$ұŕð"}în^W¸€ Á ±G½†í™xíÈœwÃ…>êÒ€í.QvÈ8Í”NÝÅ'\ÀdII%'ž­Ð£«Ý`€é% $1Gô†©@<-ú°åDT} ð2pakÅRÆþ@&6Xä–”§ã~Îuª¨44 $˜¢€¡/óܱ© -?§£mÿGAÇfÆVÄ]€TdÎËä$5?M8Î’’R8iÒP “V¸„4@'K£rWíÓ÷IE|5ÿ å¹À(ïÚ"îÙ  ^¼è@j5&ZK8Åt²Kå%°I5åŒÏ¾o·d²÷÷r´4 MËÁñÁNô'å …À¯Ä"g@dÝÊ,‡Ë G%q¨BSÏ·wSeÝ̰¿Zï–¶sþÇ;)g—^€ I‚þøî;Âñƒ¼Àl/ˆ¼à†;ÛA\0Ð@C0äÂÀ`!”P pjI¸›ù#p”•ew!%M¯"&ÀûÓ‚˜€8¢a1€ìÌ€•Ë(¤$¶(7 ¤ÒZ(FvNt©Iˆª|–Ô † šQöB߬£Ô[ð³Ï:ú œ ÒC+d:Ö°˜ÃùíÅÝ*Ø4„LÁ»’þéÁ¨ØÌ¼µå¬á÷|a 0b€Ä ò²° ðýÍ7sâ/ÉdîW+ÿ€þcߘ^#\À ebQA©ÜþŸŠG#þﲃ° ;N÷Í|üàH`& !£#€ì°‚þƒ3ì·SùÔ&"£ò0å€bठ܂òp ɰj6Ù%òÿ !¥¶XoæåëÇ_\ Pø À x À€è@P²ÀN {†„4šÊ×›ntŽÈN¿Å~û7¶7à¬LðAΈhòé<ˆ€0Ð ƒÀ ; (00°2J!§† 7$5ûbò~éˆ¿Ž€œÁ‹t}Ä4€jM` €œ „h@P0¨@ „Ôba 0„Y/ ‡’œQX ¤aE¡,†mѲh° À À @0@häÀXèK@ 8 &çA(„Òg&Ã# †4²`bÐèBòQ¯ˆ ÊÖZøëì @šœ@LnÔ`!&P H@¤PüÐÀ`Œ”$š„ð+É…†ËÀd–ŽŽ†Ö°P À À\` ËJ À€=ä/À$„t ¸a…€ €t4Ý%ƒRKOHnI@cª"þ`x f6p @rh –`ƒ ¡¼5#P…ðÀÄâ³§†ô õ«ÜÐAé)‰úÀð“`z˜¼™‹&H€„²`ÐCöåÁ!£2Y81#@C³ýØÎ×} @ À€:à @uD4édÞX…<uˆ Äï¡$ÄðÎM,ã ÉÙ!¨ÿ€Ác[§Ä_© ã=Œ@U;(n¾ž À€* É€1&€8  `ì B’ri „YedQˆa…† ´L& /”¥Ð.8 #€œ8R4X`†dt–hà ¢Ê&„ò‰`T 6¬²k£º1hÙ/þÀ8DEø<ð¥".R”ˆ€ ø})H‹”¥".] ‡îUÆ»PœC JNˆ¾H`"Yƒ>å#㚪"ú` Éqv@ @¢&Ä$ÆAùwD0P*¦¡Xè‹ÎÔ 3aþÈ€!Uìb€b€º!.ထá ÿÿÿÿÿÿÿÿÿ„"êpð¥å20Qãƒ10¤ŒÑ] 0C,EGzð ûBÄD^°À8,M× À y0HÒƒJIdÔ³§ AC ÝNZRÏÉû\ЀT˜ɤÔ⊠ÃSù˜‹ùÛeþ­{i×t—²ZR ˜òa—‹Ü7šM/ävÊB×Õ}2qhéØfOÿ#ú¶Ž« ©`:Á©G ì0²Ð[¥.0 ÁˆOJRÝ›0ÿ¬À€høÉa¸`! åô$néÉ/§;l3²S·ýJh‹ÔL»€Ä@;!–œL!ÿ-*Ý'd ßßïöúÚq  2½ÀÆÜ1³t’¾ûüêÿé7޹À @cÀ¨€¡)&¹IN&à N - Ÿ¶é,•ŸÒ°/þmîÀx‹ `U:HοŸ/v7 ­3 ë1$¢¤ tnÇè‹(Õ§!Oéûm³ÿùÛaþÍ€bpgè!“H}8ð  ,­Áõ$Ò†²÷l0r~€tL@oPO(5?êJNC ~-®^À˜ÜRÀ@q@SBƒ8À2†|„mÉ¿ärøoOW<çSÄ_`²û–BO&£/î‚Pj65%:s ))سßVBÂ@²øÀ€biü삃§O›ß$,÷м^ßt|†îQnœ1;íÐ^èNèãŸ>]Ú P@,À5C !@0øÈfè%ÿð@1+/—À¡{ÿÐÑûâðN舾H‘Ã@`Q5a å)9oØì’‘¶rJP›Þ€7P‚€€>- |CFÜ¢‹ /üAá?dòÉ‹G+Ù·ÕàÀ/Àˆ@Pc”WÄ0 dÈI4¾Šm™ Û®8À@-vœÙàà1à–_`À$4j147d#“y[Œœ„–Q3|Á)gÞ"ªè4AE ›ŸòoNìÙÆcwéÇþµsµóÔ€:;A[” K ·Èåí–îØq×h¤ „½ºQ¾C¤Ô¡Ûg7ïš\X,…€+ åu£ä‹Ã?a"£ô àà @10 @vü¨` Q&/€;ÞÙeDða´$3 NHG|”!(oªÀ` ˜À€=Jì@ƒI€3ÅÐ ²P„¡ À(LÛ olŽß¡.÷¼è4€¬‹q^"ý(ð@/¸ €#&†“@NX@`(L%“0 ¨ìR ˜7§âho ùÓÔ¬×TÀ @˜@ @a€¨¡©N‚j5¡¥¹âP1Ѐnœå%i6ðÅ –ŽŽmÚ P†Ñ¥eqÑô@È\ €ZÐÀb‡rXhÏ“²À@„“~åTBDŠ/BjrR„a„Á_ÜpA?xø¸ 5 €/b@a˜\¨¸èŸýña˜ÁŒœŸô#„ì7o¯&=Dݘ”°§!BdЧ6s@„Eì` À€íÀv~Œh¹@1,1%bƒy7–B!pÂ``iA‰ÄÞ’Z{! UÖ&¸€N`°0À “ËÉ|P¼P‰ Oå¹1S8aoñxhÔïÝ.»ÁlÛaЈ¿\¬ €;v= Ã@Nô°ÀĆè@¤„p 1lé&éP§Kn²jCWß„¡H@€ È P;i†C´À;I´ a‰äÎQ0¶NÈß’ðFù¿KÞxðCHŠð b@W|êDÝ‹”¥"  ø})H‹”¥",ë Ì™Ë&dìã.tRŒœÝ{Ä^Ð@;Ad,WN…1¶-šìP ˆ`:&’É‹ÇÈ€€^•7ÑÅÏ7&’J7žìZüåÓ@ã|Eñ„ ‘¶F»<°¬ïâ~Ž3ø‹â®¸\àPµ:®˜ øø¤° Ë@ĿѠÀÐ*j äÞQ4˜ɰ ÐQ{¤®ê^ZÝþ9ïH°WÞËJp¥=/ù(‡ÃphÜyiÌÎý½âRFæÿÊܘ’i3d/ï~¡ 8 € ¤2o(440>AA˜˜¤–‡%!!½%#¥;lèÛfÚô7œRX¤Âa0ÂPXx!…]¯fK>|€†d> ïÓËJK< ­úJÆ'½kÌ:ê`ìà@b^ &ôð(ÈHiKÜ´‹;Œèãvv6´ÂÉŸâ÷Éßï¾o¾?}vf’®qA¼†PaA¡½B6+ddvÙÆ!¶sËNÝ=ï%)GFzÌ›æ€èà€›€b‚RI{@Î945ó~+}¹iKm…ýmÈ2€0åq˜†‹ß—ÊO÷=¶ÈÙxôþ¶Í®(@Rid4¸ NÅvLœc’WÝi@ñoâ/˜LB@,€Æâb2ÐÿtžŸ¹ìîÏŽ¼ñ0˜‚f) mhÈ,mú{§›d\E÷À€CÓÿÛûŠQ5(ù5à!Р rqÞé 0PŠvñçFIùîÐ`øø»;ø‹äX"´fdk±ˆ`øø€Zÿâ/‹Ž\vcýØ´ÿ7 Ä›‰]ÖEˆº@€j4Š[ŸÅÙ.œ„Bl z±b€b€º!8A€‘á ÿÿÿÿÿÿÿÿÿó:í uÑÉdÞüö¹¼TEÅ»0|"·Ðˆ¹JR" ø})HŠŠR”ˆ¹ãþFÛh]``“CI¨\fýqˆ° #ýÃQÚ€ƒØ †’ÐÕ¬˜TQ+ßÓÖ¥h !0yA¬Fp3€:  öiÖpV A$!0éz !1€'ïy¨@EüÀ@{4_ÄuiBå/A$&/爪}Ø ÀbX€ @¡|4¾v€1Êéý-YЇ…’–-4nrÈ`!„ Òä “RRy\•Y(îvJ‡Œ±-¸° ƒF-!€ G€@퇵é‹Ô°*™5†¥‰ˆe°Õ!¸˜‹æ^€„8òB1d2$ì®È^æ îÿöVÞâ€è¢A  '&¡¸a4¾ZþgfweÞ¼4”pÔ–y(0a™íجÌn†ãŸ~«Å€eÃC ˆØae†ÿ‘ŠNJöuô³œþtEý$¤€f° I`'‰H&ìaY©„Xnêî­¶ÛfU¬ÀTšB© $¶ÎQ|þ+“Ï9ºýË»€é1nQ †LrÈ%–„;M8oÎÊ»¡Œ¨)&¡ùAˆl‘éùdþŸ…4EIâÐ|WtÑÇï÷Z¯dJ„8(€žPCˆÃIe† þZ f ƒU³{Íì0˜i ´üQ0¤–“{#?l=W´XLz°jM@ŽìnåàBgÁŽ” & š‚ËßöëVÜb·ˆ©ü`Ô˜\‡Ü²™›ÿ“ó|ÿ6°4``°þH΄%¶ÃX¶e;:Ö»ÜbZ@Ä„^àdIÈøðŒ^7»2NSmgÙ $²‚i\²Q3Ÿ tt8Aêo|ðà y003뤢ÃJAczö Nê[á¡ßõ€œ00@;&ŠAe ä Ü–WXÏÔ¶ÝOv”ÀMÇ€X `¾ä€=I° €¯&J-€Ã’“’ΆvüD[€ˆ Š !“Óº GO@ß#oÜóY…ÞPd2` Š%ÃJ ÆoÆ—ûŠ@Ô¸¶7Þ¼R·`û§Á/ŒÎ¬¾ß¯ºA»è²o£“ _êÅŒËã—Ñâ/Å`x €/I(¢n - ›º?Øÿ¾ÉGÎ춨!!ÀÁ¥’ÒA J#t“z] ±+0×/ ü§÷³ÔÀTP BJ ©ÅºI_%‘’Ž¿Ÿ+dñYwŽ,‚@€3OØha fã²CI¯ƒú0TEæfü@äÐDΘá©!R¸f+f&¤b€§t™Ð’3~®÷‘ÌÄÄ0 |7pß|¨HOF+7r_oײÞ¸Ä…Š¼frH ~¯À) @¦  òpÈã€#ÈÈÜLIh-ø`j#®”|㺺d0@ÖlL!€Ø–ZÙ!¥áˆû²ûäñ%!;™z€é€ !  :JKøüQ,z€­{€RÀ`  À0œÀT¢Ë-©Ù0 >-?ÅËGHFPÅdšR| € €d¨ÄÐÀÀѬ‚D¢ðÏ÷;¥(ô%8[½Í9!=zp ÎØ`€0&Ê&–QIJK&w üšÐ-ÀþĶÉì÷@Pñœä„õH@OZ@?@@OÄ^P²Ñ9!=i ú ~"¢ÈäÄÔ’°nzŒÝzëj ¹40¾ågYµ@€3,†„†ÝŽáqÎЉ°ˆ¹JR" ø})H‹‘ê…".]° Û5 e„â=Ä»@„5 ç„âé€6Id0†Oý Ô0*M¨ 8O$ü|EGÏHhfíË@^µ€.`p@ @<&Tb, ÃCFÔ†¤ “K,¾å¥=iìí•\€CP᡼–N¬!CÈx07¥%uaÑ”¨ @ ÀaÀLôÀ: ñ¸ *R ‘²¿YEä'ìY_'?ou¨ @h €À ßôT’À© §GGЖM ÉBzŠJ7ݽÏj7`ÂЖÏV€è¦ÿ~ˈ¿D@K0 À5!€b@MØ!†€ìšZ@B¯AdÒi|²ÓÃ@lÉOüf@Ã6kPð€&x@àB€t_¸ƒ¡E &üÄ2 (b7 Ù¨sÒŽ„oÿ¸12@t”lZW€&@¤!©K%»î„ã’ŽgÀr"þŒˆ@0zМ ƒFÐ4²œbrpIIBs'n¯V¢0"a…† @aHÆR2?§¶Ùþ>À”Ð ’Xg?¤}Ó¶dJùð úðj3ä'vì­u€tJ %Ï–ûá_+UtØá4 !¼š¸ˆ €'!¥%§ÑÐŒ„“žKO )ô#rÊÉé=?Ý@A4Lœv|LböHoņâRñxbphüÌÑømpÒÈD­€¾åô(“Ò‘”·ßeçòý%çS'ïQtKLè†è Ä0`ƒ¡@P5ÃP€Âb1El’ÿ,i[a…%ïœk®€  x€bð4$dp¼Ð¶b€b€º!A¡€‘á ÿÿÿÿÿÿÿÿÿ˜zB Ø @n¼¢ÀÈbC@N@¯åt$ âWÈK%+~„{œ©X˜ÀÌ3ð ½;l5 T1¡Edâ›+ ÿmÿ¯gˈ¿<$`€xx€òb@¨b D`Xð RYA€&·ˆ( ÃF¨˜„³véoÞ̨À@ @`TøÀ°  !d€Ìä $šLbgÑ0`jI`1ä5$ Âxkî^JwzÀïò` À J EB~èIE8l¥'MßÑúÝï.`'&€€˜˜KN@h`tõàЃ9 1I«Ý ¼‡fˆ· @@€V0Á€Š HÐ*tžp*¥x€ì†C¸d¤'“œ„ôoÑ“·× €?^x@`„8ð À“@ÀbM=¸4†K%Rha0 €ì›Æ€–fÙ¨B- À~J&Ž8Ú`߀â²xÇ8>"à@1,'¼pð` À18`ð€:&ð€Ä„xxi4–J!à  \DÎ0†€Ô37ï‚p0  P 4xà$À&Ôô(°-U  CÀ0-ð HxidĤ ž¬ÑcƒI  1üû+z²ÀýºiÉØy¡q@b`ÀÀ À0 r@dxà$À&Ô° ÀP´T$  CÀ0-ð Ha%“.z³_f1&¼¨dÀ`€ä€?Ä 1,@!p¤¸`‚M- $†eÒ‚ŒÜ†ž Ý 6!;kã@5Ø €bp·_Wæ¹@ôàÒaHOÀgì¡-Q÷A( P `U ¼šM!€Y‹Ah ¿pä„ô%“’_@@ NGù~ò$²²sñwG€8HÌ‚ZE€þ@(ù$"jËÿ`ÄT\üùÞnH[¬5Žÿolbí S „;†§²Õä …€Ä 2CSƒR¶1ÊÉÅçBwE»#@b¨hAeòɉ4Â-Ç& †R Aßà ÊÝï¤À`1´4€Ä”€Ð+À- ±\ÞŒ4i/€ã /¸ÍzRa,° €?( †NTPcnó–IØ,ñËs¨©R§ @ÓÙº¦õ'Á€¬¤H˜™0R`ƒ3bY4´‡gº~tö쌾eèÀ5Ø Ð ËÁ TšB@jKÌ‚ÂC?`?Ã:€õïn˜a@ Á9 &Çòh€ÐÀ#žA0š’Š B\²jK ßäg,¢fGÞè&LXhj–@fOOBß#°CãéýX]Oã0ÐÀ!/L‰]/¶Üi_ÿÙKÈÄ=æð Àtq²` Á   œà8q§,ã—}Xà @`˜h @b`HCKéß!%|ܬB ~éfç~½I 0†€bÔ˜Ÿø€Nɉer‘ønü¬n¶ÃîPätüSlGZ{eå7©ïæ Ë = G,¬_@:Pÿoþãn±J½BI¤Ä–È ))Cº2wNZßnùs€6! ø° @¤ @Spžü1уn\4 ɤ¢øÔ’UùhA,ó i/e-íRnµìR€z“¤÷ÈÄ0ÂjJ,¢Øñ‰Ýœ{uT†\V@ )¤ Ó²Øä ïÌRÌu€,hg,´¨ÞR¡ «ºŸ|PƒQðOÙ‡¥¾˜aÛ^°o)Îÿ8½'Uüø44…ƒ7-%3%)ÈC÷ã?Oñé@vB™É¡¨+sŸ¯ˆÙÿa[Þ1ƒØŸ,ð(g­ðidoŸoÏͲ‚k r¨ !  ÷F)·B2SÕó-‘› î|€ÆÙÿêÎ…ˆ3{ó8P4˜C(±%óº–¢‹œ„cÓöÎmå@@ ƒ0ÞprÓ† 3PÄüüДþ{a¥rL€5 ! 004š€u‰[fÛ€ãì­ø`Ôõoß9—xà  ) ­ŠJ ­ZxicF›¥Šÿ7ug2È¢aIÛ¹xic•ùËð÷ñòˆd HdÐÂfJFnZ ξΟ³«ªÔ €è`;ø˜C&~[Z l<#ûÞ€cÀlLòM-ˆ ýO@ÔC>H›ç>Ô4FHC¨iAŒJ@ÞÔ’Ù/»Œ+§_ w`b€b€º!K€‘á ÿÿÿÿÿÿÿÿÿa®tÀ,߯òùXæìhö‡¨¾Vï|Ü1lír­}¤¼P@Å€ gØä€€f<À ÀBhEüšX±1„ *XaEÄ–y/†¿ Hb‚‘r¸5€10 @@Çи(ð` Àbü°Â@:Š ” P ÂhäГ0o)€l’ѪHñ3–‚0¾W¹@k¥†fΖKŽÐsÏc=ø?°%“¾X|@¤i0Ä3QÑÈ·ÜA(1@€Tœ°0@À&Ò¯°0 À4&hLp.É@›ÃPR¤ðˆx†” ®€Ò·¯@À @A\p €èØ ‹€hÈ!'ÄädÐÉ„ÂÃI€ JR4˜S†‰E†4¾BF ¦ô†€(&“2’b MHjS‹@ BØ–Ÿ—þtäfoÓÙ´`ÝÌæ0·¿–œ†èó/· Udäš² I3£sZú€@ºVL´0ñ4˜@€€À€ À`†ˆhPÐ*LÀ€ì&€T‡¸ÐÂɽ.’~黸”/€€4!'`lX‰44 *¢€4HV”€)à („L%€VäσP²À¡h/±I+¸‘@ªR²i FŤnÝ$Ò±{}Û¡‘÷/÷øø¾Í'Òþ5ö [ЕduÜ„ö×ÖÁ(3Á   €€\À¨à €À“bR  p*’ƒCC@@Mü„°†JܙМMÁ9I×ÏAì €À(”¸€€7åË ;DÀÀdpÞ`Âf&˜GÈ&dtòÈY e)ÏѵÐ@0HˆA¥“HNMÃP“øhÁ©A-† èë:Y/þn£L¨ò5Ø õU>, €è¥3(*ÒÜ ££”ó ±˜ 0 C2µ¼­H`† X‹¨ÈrîY ÁKuN\EEÇ¥)r”¤Dø})H‹”ïJs¢,­îÈ8hR¶d_qnØtp(yDÔœ5Éþ"ù' äÒJšé¨äÌFdž°;s‰€Bj7Åå™àzLý†à¸‹èYy ;&ôãsÛ®€ 0> â h†–ü²ZJ!M&Bhi BÈa„€¡DÞÊ%‚Ù44¬Ô§#|¯/€vLà%Êì7ÐL¤Ò Á…¤¬W(±†•ÏGãíÏ1zýX ‚€@1)~b‘`!&€œð÷À;,„’`@Èx†€:7û#rÒZqXc¯½H@€¸X  À@CÃ@/945Ë&¤Òi1  †+Ë!hY ˆdÂg¯¡’Zv dºó †8p^Ù\I`€œ¾ž’oå ¢“ÿ_@gܤr>ß4Æ pþ~è 7 €@üð @ ËÀð €N‘`& “8ˆX#1`1€P0„ÀÀì†(›Ð–ÉNû½JÌ!4   †€bÌ„‘0 ð*Ð(M@'©äÐÒi( †¤BÉ…•‹-11  3 W{Åb1€s‚âzB•t¤Ø©,—À¨oI-®àd­ò R ;~ß‚R ½€TA0  €@… èBa0„B& L&Š(¤?9m°‹Ð‚¸ 4€ °-!À€2n¤!1 !ðÌŒL,š’À ¤„Œ00šV(4”ÈJR„‘y ÉŸv/(]À¢pp]¡$0’`ieòwNëù'îï¾æï¼}¾^{õà€€Ì° @bô0 €3fp @âðÀ€?Ù à22ZJ À0 +–Y5‰¥¤šPo,´n—:ÄP ´€P€ ¸ @b á ; ¨iA¡¤0ÒD"jÈDÀ(V+“VÈFVwuÞwœ…ÀJ€ºb p òÅÒ˜ I¤²Y ´’øbRÿ/†(£¶ÀÙ¶ˆÆäóê?F@€tÈ €2¦&€ÅðB÷à'á¼4¢W+¾(013nZº?rÒý®è ±"Å@¡@€'&˜†MÄÒÀ4(Rf‚RŽèÜ®ÒJÁIiI{÷]óð èpÃÆêP˜ P’ËÄ2òKû§¹ÿûãñŸ@Ä:¢ê,’ Èt‚  A˜˜ ˆÿâŠFlý)éJyé-?¥)ý)ÿÿîè e @Ç@0ÌšC‡ ¸   €ƒ“ &¤´±4 †J- Zݵm‹ÙïY3g%àº`“\j‚ih 9)%¸Ñ®ýÇ¿6M™ª?¤€\ € &@ ‘‰¨ JRQ 0šQ0›ÿýÒCÉÈžpGVvÙ®Ð`€x ?,RÉ @À¯IdÜ CY=)’ÈIŘ–1%±{nÄ¡˜‘|sÃ0Õ¤<`”J! 0šŽ±…ìœãóÇ|ºPI¥'¥§t’xóVï¼Û_ÕvDØ €@Ñ TT€:„Ü|Q0 ÐÝÐZK$ÀÐÒÂXklL&oú™ qt à ¨Ø 'r×ëlL&=Š©1tnV&~ŒØðÄå%^DÀhHD ÄbI}ÐR‘œZç€ZÀþ£j#£ËÛôõ|zI=ÙóšÞí Ÿb€b€º!Ta€‘á ÿÿÿÿÿÿÿÿÿ uú°P@AÈ5@¯ ÄÈ´¤ B HHÐ0²ŠåbÊ!݃~érÿé ùÙV€ A@ dø €9ˆ€@Mä2Y4a…P+ܶÄ2jH_ô!¤¤b±_ÙÕxÐ2Âàºrhf‚ç€B½ŠØ5;w)˜#³>Qí0ãïÒ^@0ÔÄ0H`1,$ÂDÀĤ0¢aCŽJF Á¯Éeþ459Ëê9®š(P²‹!€Ä5 Cq4ù!¡€X5ÐÒjB%0”Ó±d¼Ÿ|ïx€†!Cw ¥=<f Nd!¹È)#Q° ’¼.7îÉ€€´Ãà   @5&h€„04d93€é°`Ä `ÂRF'ç9®ð e6àT´ '!. dk‰„Â`ÔbPP 5À6+¸ % :èüÄýËÝ›µò`†K‚àr€ž² ¼†‚Æ—øhBQ·H͆ýÒHÍÝ–ùsèÂ/é €h €hÈé@ ÊA`;b”€jL,†oá˜hÌMAirhÒÃC@ÊzwNãFë0€ B¸¢b€) 4¢À ‹ÍBòq7†DŽ’Ö”fwýÞð7 ë%ì@ Cž¨° @vYa©%ôž7í°ÇÙ³o»6Ve´†e ¾ö €ƒÄpe†€Ä°€ÄH‰ ,°Ä€è˜„ ˜¤$Û”Ÿ‰‹àgà.Z—n €nL!€!€ pÀbX‰œ„B å†bErƒJû •€Ü¾°Óýä€nPѬ3rN´¬šîKHÀ6€FbP†T6'¸}úp@€v€ À€^P:@bå%¤44´“À§-%—À€(ÃKß`Ð3€².Â@€Rp \€€Ä404 –´¤e†K,¢Šë & `ÀÄ6=wÐÀ' r€ž„Riy9%§ä’†îË%fC¨c¡¶²C0RÄ]@@—`ˆÉ…é?+kx$'–”ã­%QqéCir”¤Dø})H‹”¥".h¼àÀ Cu'ìôlñØð*Vãx¦àr(L'çX¾@¸Ôˆ¾È `ð¿Lì?qz  0£@ Â¸ Pìš’f Ix4ÄÌZC8N±È0A¤ß€v %%n±ªÈ3¾ß¿Ã´ÓþÊ©¹€P†L!€€ €ßP„䆧5LŸøÍÜ óΫàY!¸š WFÁ¡¥†b‹éß²¿Nù–KBÇ× À`P+€À”L!€cÃIIx0 Å 6- %‰ Q%„l˜äïl@ zJ)ebhd–Ëù%h¤“ ¨û†7%þº¾=¬0a}F³¨=¦üuø‚€§ B‚òP’„£¾Nù÷ß+ïŽ÷¢€°(p@0pBó?³ä(ùÉd¶/³°C8¶¹ :ˆ€ € É@â`)¨JIX°Ô—Êãz2Ys„)•w€LDX@'ÄÒ7bˆD0­ËOø¡ƒB‚÷C`çèúöݪB €]Ë;„ Q‚¼.üϲWÙ3$˜‚Xj8j0¦q¥çt!–ý´ˆÈ-ÆJKt£±{²J$£±ÝmìÉ€@') W–K,˜¨bªKN-<  7!)A@P¦O倥%†VÊ+k(@ ƒVpQHGÚ’ÊØ0`Á)O@a|—‹+—ÕÉný;ù‚c° Ç-•Ç_‘Ajz0j:rŸ²wù q‰aÉÛÛ×íÄ"ÈdÒÆŽ”ñX–pÀa1¤¤ò€@)ò‰$,XÔŸ±iBF„!;d7ø“€Ä1$ÂÀ²MH‡Èæ%‰`{¯«lÒ®ûu¯b<ª*@ 8 À˜˜` p @`‰a…ï÷Üä”Z>tWt%{ë Ÿ÷á½Äò˜ € 0à 0 €& ô¢b ۀdž °ÔðÀ‚Ë,5úKÓÖ÷>КJÁ¥’œ”5#ïÆ:Ÿåu,ížûH¿¤7…øàÀ!p ø_ \jU?©Õ(À $ “zIEtdŒÏðÒò”wïÍc¥tË|L,†‚÷Ü¢Q\3~5Í;ï”λ@¨b·Ä0(·f&RƒyÛ­‘Ø]ì@5PC&àÐÀ(‚&‰…'|Y „’³!8Üݳ fúçF+åöëðŠ¡ †”ÆœZ:•„#îß««-V€vÐ+€tP C &ôò—|+à‡eŒq£Íuð€€p ø d€Ç^MBK û#¡!›B°oNå`Ä­¿þç€dÉ PR K €`ÓN‚`ÞÄÜXè啺Ãÿô¯£ÿ—G(3dw=Ž šï0 @©0ÀSPÒh9´åöp‡SžÏj!€b(Q05 U`‡Æ 5iNÎßç`ó©zØšÈ (i/~Y+#lž—%§1GõÞœ†¥XL! ¿8i,†Zßmö%•¸O4ÅúJA ºÀQ‘b€b€º!]Á€‘â `&1þ_æé³,@#ˆ  ¸@d¸R—áô¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)Hˆ+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”‹SDX¤Þš"Ö‘¤EŠGB"å#‹”‹ÓDX¤„EÊR‘)ø‹ZGGÄZÒ;B"å"Ј¹H¼".R:)HÄX¤^›¼EŠR‘)4šŒ<¢o üQ};Š>üþÐÈ €€0à0/†åsw5 Æ'õÞ  &økts“Ž+Ó““|ÝK`Þ õ ouÓ|ê_¡À²X°pF&_Ⱦ‚L°°„M!Œa `1%Œwg»;vy$ 7&É£ça‡Öœ¶ì×øâ—쀀>ù,psÄÒbÅp‹Ç" Ð ƒJý,Î b€b€º!g!€‘â ÿÿÿÿÿÿÿÿÿ@ ÃK¼²J!ñ¤4aåxOâ‹éG|‹d^C† 4QÎ#¿Ñƒpëüæ1r[€=00„Á¸4˜Ÿsw5 Ç¡(êûÙ‰¥’÷­÷Gûæøýìî¸]Lùµ»iÅâ›ûrCv$|œñ§é‰RWI¸­â.š]^¯Yõ¼T‹ˆ¾-.ÖÕ<}Y0<–Ýâ/™¹'%æ{b@wŸ®"ðRé´0 Þ"ùû4.‡;OÀB¨‹æLÖÐ(I~ÁghR‘)JD\¥)r”¤D#ø})H‹”¥".R”ˆ¹JR"«ý6¼üˆ` `ˆ  ·I0˜PÔ –tú;vNÛ®€ ÁȆ `–‹ÖbËC2S›Íþdà?…‹¾IÊ@ŒFº/ä€@.!À] җؤ¥ ~ëÛ«9Þú€ 7ä0Æx[ù4 ¥|°Þ-ÓÈ·˜&` CX üÅmYІüoñSüXÀ ¤†ÊýÀ*¤Ò8÷FÉÛ ×Ù @5;zÝSbf–Á×Ë! C!æ bÀªw”¶Å#‹áŽ÷è”§–ž”÷éÿþ?óýÖ¢·&†—ŽÝ±Žvª±¤…ÐB(4 §à #r.¼„ø|…Œ$àòºu¤†C @aX—WÇgå…œàjê† BqÀåçQÞÒÿo“·Ý÷ϸ¯~˜V~T,Ä€ph±Nà6ä 3•À"û_mV~T,²0ÀÔáÛ‘õ—:¤¬ `@¼¡«óEú\ `@¼¡«óCÚ7C@º÷pÇzÒžŸyð€ãˆ½á¡÷©gu”^{ï ŒÛ€:^^ÌP Ñ€ª ê ÂI{§€¯_šÀtŠ×ÐÈ–ÔrBR4 Üž<ÄÖ(¼’REmîD0íœXáçê/>«>˜øš1(â[€¨µ’3Üð!®P`ÏÄð8G½¸NAk퓺?æ‡uÖI©!†¤´ž“ï ”ÆŠµ¾(1( “x ¡<{Æâ‹€^ý–0¿÷nœËˆ÷p0…Ò€ëMHÒÀTy|°®ÈÐ7c @—ú‹°´„£N Ò×õÀ €N@ÊpÒÓ‚T”§îÏÏ|G€^LÀ =n3¸Ävß÷ù•ù¸*ý!ü0§¸`;OÀ€4AŸøQ|ƒfYY)ÁÁK}€*€…!)OsŠCŒ¶uA„ “JÅ Bqæ7Áˆ&†šR6ÂS|Ô :)% °+ÒZsü7ì‡1Mì’œR›1ÇN¤û}ñ®„3F”ü„#\”§«m€¡ÿÇm}¾ùˆ @ª@tB D¡_†:  @H òÄ 2VAÃvÁa¡…z¯¨¨’hOA3òŠ;2’‘ž±ÚïÅ!$¤ñ?8WïtÃy0¼^Ûü<â%ŸT–_I{ŠOKaˆö9šwÉ€ TÅà”¥„”ŸÉÎw¿;ì ÒBBÿ§Xå_ª‹HÔþÙ³¶þO¼†©&›mÁì1%| ÜÜ/õÖM&d·ÊôïW€^M!§ä~QFl¯Äò%Û>¼$g ÎGy€a²Hen=³ß>€° ÜšM¿ù³a_àÌ¥iŸ~È„Iý8Ô$ˆç_ A5´wÜÞû@ò@P‡±Y·+sÿ7ã_™r@0 å‡$¾Ãóâyë-(ÉÔÔ¿Ŷ²€èš”ö¿R$ÐèìŸ|g!îODÀ@ Á( ’ 0µ ~P€2%Šª?7€1!¤@ËÊø¯·Ò¸w÷鲑ËJOÛö¼`;&†6 Ñ%pàßœ#†€Ð3Â?/潸N(†žr Gáß{ˆE„jûqûWïR|ð„À€„FÀLŽp*‚OüÇÍúR9óñ®­y@¨Â90†X"ý¤d4¸ðR Ó‚‰X¬Ì°>X²?!IAÀ_µã~^÷¬p† 7”Rz2Ù])ûÓÏëô!¯Õ€f,bCx2H`:&¹@;-“ñxö_}¸(Oç”kè@Š¢h¨ÀÐJ&€`L CäŒ,¤“Pœèý¾ù÷û™~z17 Ûßs ¾à À`áäÀKùÝÎ𠆓@ª_ؾæ’¦^Û_«lM € €–Ya…àfIIèNrjwo›çݯ”ð@0 ϰ°©s  T˜M+ŠåBûá^úÈàCb  —õïÎ|û0dÒɉĤŒt¥Ûe² ¼ÊÛÕß @5€ñyo“Ÿ)„Üp€1àS¤ +§ vü9^ÆÔ½Ë A¨ßðö ^´X ‡Ç|®L³H5T¿›ÀNý6\qi&€>À´’R`%"y1Ù ÷ÒüÉøwø+ØUÿmrHp<5MÞ&~‚aï÷ËÂnCú@#àªoB`Ä0Hß2€ 8oRü›€gÀ`{˜M G„“>øUõðÜ€ÊØ¼YD4t£ä nŽ™þ7u)jÚüòΛì@ŠJHÀLBßt“ -"€ÏFÛ‚HÞˆ@Tš+‘Óþù.¬f¨NÍVjl~¤¥øWNíør¸]àÀ€?à:`ÀÆ%üÿž3}õÐ`€+ÌÄÄàþqê“CRM/¥'ö'mˆ—ŸÃ2K~eo|쀀Å`\±¨ŸÚ´¾@Lœ²Ã8®®¯:@vZJAJÈA™ó‰]zKÉFØ1¹oÀ#/âuʱ٧À0Ô2T^<¢ñô@ @vC&Êņ•€Æì„¥Æ¥j÷²c^2Ûb€b€º!p€‘â ÿÿÿÿÿÿÿÿÿ7ø ýÛàΜ%}r–CI‰d"¸_O½ V@h¦ê¥ÕzˆRɈ,5/ÿét¤¶m™×öQ—£ü4¤»¥ ܃yprÀ,B HÎqN8nÕ@À`|¹a½#_§Žc‡>äßd³lîÕZ€@vÌ€š^Z~‡‹½i`g%Ë%äK¹=wEðÂJñ)¸Ÿõæ€/Р(‚ÒM,5<½–HÎÕ—ÌV„³lþU~ Cþå÷fdñjYñ2…rù‡aüu÷0(Ÿ`Ž ’%ãÀ/OàPNÐ7‰‚ Ü’·/ äG¦ýPhÀ¨ÒÃR³ƒ‚ˆ6žB!†a£>¹ÙuÉEK7m°¾@ Y$Ñ¥—óð”æsõȔK¦úÀ°*B A多LOÛ•–Ìÿž”uã_B_o»îwÇ{ô¨ä$ÀPŠ$©41 /£µñЀ1JSÀ¢{„ ”(—†àÙ"»@5ˆlVgÏñJéG2ügÿûDÎl97ž&/jÊõ†{JD\¥)r”¤EÊR‘)JD@3ø})H‹”¥".R”ˆ¹JR"°ý6üýƒ@D `z@)Ò„$g,‡í¹ûf’ é!€¥?³¡ ù› Ì»× ‰É&!À+¶!”ŸÒWl¯œÉÝUµIâx €5J’^–4`Â\;à*úå€,  €® ²ðîø†“Šø”QÛã:z~1¯½¾PÃ[|±ˆBHͽ˜Íªï¬€/!±E0ãxŒp_#_]„ÌM-»í·ÿß¼$&¸j~Û BÔ9gäûèÀ6,¢‹@`‹–ÙÒQ^0gĦ֞÷ ^‚` Ó¹¸­ð^צ +”ŸºIÌ–1õù4 b0¢°FÁæð»Ö€b@;HHÔ ä0NÏÎn±Öˆ&­gI¯Ù6!±yâW€”†àëÕ€9?Rh, 8¢bI‹(„w}ó†)Ñ߃¯˜\lMý9”ŒvÙ1Ôkû7È-Çæýp˜@Æ(!ÆP{;q>ù¨ ó08%~pëÀ°"ƒ„@Àå°"ƒ„@Àå‡Å$üÌê_“€$ b€ð*R@txÂPÌy4 Åþ°3 ÓÞäp‡ßl tM!h€-@l² ’3‚ÆžR7Ês9—ÄÀJ{@!&ÊVK²fÙgóìÑÿ>üøà[Dà:( Pšs”C HbD'}Ã×(g»weê*ߨ¡¥pÂÒW=îPB( †¡úÄ|Dð…ôö ýCPSÎÁ‚×{ˆI! å@èû V ×ËàÜ”(ò-½øÀ…ÜdÒ… ¢(÷¨!…€ˆÿQr€.€À:)2~‘OOYö×£Ô²?,¢^+™K{ X»Ø ø™Ô4†“0ϰW´¤”·\RúËä ÐJCFÛ“CA‘ùؼLOGâ†ì÷¹@F&t€ÀÐÒÆºY£©ö ÿ>øþ~ê׉TX¼ À® ˜hò‰¤"ÊrQIB†ð¶üú€N²’WåsŽæ>-F]]ôÄt@ÕæJ:÷'ëÇh/9`'áœpƒIøy€À°á¼0'³8›ê€ë”IÅ I_“ò©Å ±\./†M¸¬€bÞàÙ/÷'\Ò`à!) ,‡†±c èF~ß+ªöÛ1ý)³÷¼0 »È_Ê(0–´€õx¸ÿl ¿´_БÒB Ý–Ž¼G×Ì@@¨&„§îªnoüA>áœP‚Gå9ú‚@`Q\ –Y@+ ä}þ‡A7-ôz€N@I¼¶lr0­yÂa\®À?Ãq`9n ÄÄpY &+¶¾|`„òi4=[,A¥)ÈØè©xÀÀ=å~@b®PÕ€è7rÆŒÈBFŒ`ÏíàP DÞÜè0à Ao+ò½œ“{È¡¥l„'íŽÊ"ë&ïÕ$ @45Ô€Äðô šV@Èe a43†˜ÈùÑÌù{_srð†Ø%@ÝÕÜ¢Ì,£ˆ¸Î«ò°W¯Vˆ€7&r`+sJK,¤Í÷aû|úãÐe†åþ”}·˜ÝWCWýhÀ€Tù;§v8õ(yt€9)‚ OâÛ¿½ 4ÖKØ~ļNoƒõÝSMüV+îO¼Ñ…%k®üˆ 3 I5)/„b¿ŽÙñØx›¦ô¼œrIˆùÅôøWû „B/ßrÒ¥ruå   °ÂºF(1ù ±˜Å/¹ÖŽ„'sŒ‹úÒ QhbHÅŽn÷„,É/ñ¤Mu@Áà’ R0"ljC\Üg?8³¿TÉ¥š”¦ñàcì€!e†ü4V¹…g±3p>ž² ùØL€(éüi|ôò6·I{1U/$$@ƒ R AH¶'k_ïîxý½—} ]ö€à‡ò€GÀTÞÅ£ - ‘‹ÝïŽfÂo%¥)t!›|½Ÿ«7]ôˆÏZl:Úø€5/à‚²þ4‰¯xÈeš”¦ó¸\Àï‰G"kŒ‚€®ÌlÔžOYœ’vh½€a²t…–ðÑZÜ`;Ô%b€b€º!yထâ ÿÿÿÿÿÿÿÿÿˆ°š¬“ˆºù˜ €Qÿÿ†¤ô¤¯:Q5 ϸõØvHühºZþàLßG á›f|V,B:ᤚVÊפV„µi4âW8¶ŒKÁDœOz±äÞ '^xG^#bwÊ&´¤®M|¤¬µ¨ñõ £!$Än7b[|k~°ú¢†N!—ÒŽ¿)dëÈ€eƒC JIcJ&!`=ŽÊïÜ]¯NBq˜r‡*ÇØBA0þD¸Á`+H`bw B „=±5 ý%(/^ €é;gÿ valz¸ëoöNâeh 0Rh$‘ï•€=0t?î&÷|3â‹B«¥‰(Å_!€é;(bÍß0ö⺗ û%\_è (Ÿ€Ž’%ó¸h„$åòŠGèÏz¾B· È !þÉ)Æ:8¼£¯D±3u|R3Aiføy*ßÓE1 Äâ~﯀–Ä)Ñùie gËþÚôà'xR,˜œô!”/#°Vâ5ïø&À¸jP+†'r}ˆ n±:úû$ †Iiÿ‡¯ûå X Ëcƒ ˜¢~÷¦&nH0¿ú¸jr°y×Ì€L Æq©Otñü­ ©ÌNØ‹¥â¥i¼øƽ !7žÊ׿ctzhR"å)H‹”¥".R”ˆ¹JR" +ø})H‹”¥".R”ˆ¹JR"å)H‹”¤b,LÒÅâ.B”ˆ¹JR"å)I¶¢ï!’=èxCïÝÆ1}Òæû"Û N'&€xvÉäø‹tîIÆÜðꄆ”Z41¸B‰×0¬ØVäú ÒRRq¤è‹õ%“C5â¼Ù†Q4åsuÖ&€À4IÉ+¾¥Ð‚û€L‘d€îdEKó¬^èg¶—Ñ¿^{Ö|š·fÜÐâ;=´°(  7–_ÝNËãúûÄ_ŒwÞÊ ºàÀ(”Ü ¢"î:Utƒ¹ 1 üë ‚b^"ù$dëP ÊȲ€ÁιyQÕCV$ú¬B,t¨…þtEòM€µÙ~I€P°.^@’÷ b÷ H@7vR ~Ž…gc9Áóa|dQ4¬”''suɃd_A 0kô€€‡ÝÀ&O^º½Ê+9Á¤ÔL?¤¢‰è ”U|P*Pa'‡z`“I 8Ã0ð:@²¤Æô’ÂØž}„4…ºöØr¢/ÑlLG ü7Š8.â‚aX â?õhB2µ„×S65ÇcüEO¸¤€gÜ=GÜBŽtx À5€9 Âön#æ¹x†kb?’x¾f—ù•czLänÒâ¢*¿RYa„>‚Wew@hZ8Ô Ê !$4÷ØŽNºûɉm¿@ãäEOå€0&†Ç)IÇ£‘ÜàÒc^˜ÌŒ(®…§cˆ÷˜ !à†ãÍüEôŸ)2’’òÙ>"ù\½Ê».ßÜòŠIÓBñ³uÜÔ'l}Ò!1@osmgUŒL˜™üEÖ 7è“{}`û¡ºîx+§ªØdÄ]‰_¸Å"ï„ޏDÍòt=!H‹ic¢,R”ˆ¹JR"å)Hˆ ;ø})H‹”¥".R”ˆ¹JR"å)H‹”¥",Ѩó Ñ”­%êôE× Â^‰/D]T­%êôEÒG½$ÜÓšîòLEð „g´ Ïr”¤EŸößõm{à—À1 ýÆ 4Š'Ü€ Èi!—€ti'‘cýé@3&£ ÀÀ þøñWA$ѼbŒv"ûÏ’€¶f?#ð»ÐB²zÖ°£oÓ‘—”?b@pîâ*m@ID00Ma¿ Ř^1fŠá×èP‡×°&¨¤äìÄ’yØòFäCpÄÒp¾~LÙG¸ D^BËrŠtw}Ûoûot°aiÈø¯øÔž¥q64 &áø‹ªÀvÖÂ'+DT½° (d!¥©ËÄÀÎùÀ);aYwàEÉ d<À!˜=ŒÛs@`Ð:oð Ò<¶`ä÷¢,í´B-g£y‰HWÑ6j3‘͇h6¨ª*"ãíwÀ€!¹;&䘶Çüî¡xûÚŠˆ«=ÐÄøÝ–jœ^“ )Ɔ}źHᆀÀ¢ûî3“­à`(8· è‹Ðå Áü‰Ž­»çý‰éäMb`Š‚ …ì;PEôzPŒ¯·þv¬†aYbùšÂžCÀ9 BpÀ–̓NàcŽë@\EçÃØþ,ì=$ LFëwØáÎ?‹» ýbpÃSÇç;T ´³˜B´EKÂ&•‰=)l²J (?ìü=6€0‚hJQcŸ>}ð^Ò„rn;H $âfZ0ƒ¿î¾}»ˆ«=Né‰t·É?•„MaÚ hËX÷[R>4¢4EKã#™¡‘±–àÀTü…þéa‰…ϰŠb€b€º!ƒA€‘â ÿÿÿÿÿÿÿÿÿ–jD]À6@é263KH‹¡Hï¼EÆÔl;B‘͇hQ¡v} ¤¤E³Ë„EÊR‘)JD\¥) +ø})H‹”¥".R”ˆ¹JF"Å)b?´-à'&ä!·\EÞCŽv×C“Sæ)´¹!€:Æè‹êâÒ.BZEÜpä€ò"/¸K.´ÜP䎂1‘ØIiŽ-:â#ÐñØå§×mÆë„x‰¸FçD] PÏ:3i".[5Þ€,7Ÿ³ _çXïRõ< ! †á–ääâ/«ÓÀLnž@1uš€Ã@#÷¡-¾ÎŒ¾Ø.å€jC¬†Ÿ”ŒŒ9Z¸ òɈB`Q¡‚9Ýc‹+¬=â*§ R[p%ÖŽ#ÞgÇ~ä”P>ô™ ÏÀ ?«ÜVên¼HO°4‹sŒbÃ2ß:;Š"»¼ùÎÌ<`¹…£$7à—dafðé „!€]+OẔ-€&|Yi´ ¹iëÈë`¸d¢ñžæ˜­òî G2"ýAbâ”'¼ð :œ˜ŽdEúbÇz$i·ÁˆÆ[ÀbVÚ"ö@ÞŽ× ¡Zr0ÿöÁ~öäШ&J&`2ì¥íÃâ¬Ø¤Ý‰ P1ŒCá¡Øì¿ˆ«x<dÌÜFõàa€= »œ²  ýo¨PR€:ˆ¿8vLa{Ö[’HûÞ㆔ž°À¯eA1 àY=wQ>"¦ò`¦` SuÃa :H9_ v'Žáל(˜Q5%|ÍѬ²èYu$<¤ /°ìozX ÀB`Á„¤0PRâ/ˆZbYws€:&ì4°üyÜ´Ÿ­ô¸à аÂH¯Ó‰É}â/ŠYt¬»°€“@§²b@W”.áß\&íC;Æá:"î­1¬»Ô"/xeÀÔØ8 4 ÖÇÄ_HÒë’¢` øN&…pó=Œ •‘0ˆªûrgÕ•Îã…⑹]·ÉOÌŽb>áÃÉ_~zdt¤˜I@Gâ*Œ…$ÉPJzÓù<‰®B2úÃ÷ ëÚì˜3mðÞzzÖ+*ê—¿~ïÿîöV¸‹Êp££í¸—Èq°­z0 ¨Àцº=ƨ3¯£ ë#û¦Mœ¤¡;£²ÔJÆŽÝüEó@0¼¤††s;‘=çÀ-½ º5Àˆ×›>ñ+§!ÄûЯd¿ å>óx‹€ÐÚUà}â,€[ h}ä>ñÀÇü Þ‰Rå(ûޱ 5 ;Þ!‰(Ï(`jP—x‹óT­ Åãê¢,¼+uq)JD\¥)r”¤D +ø})H‹”¥".R”ˆ¹JR"å)H‹rû#ÞŒšž”÷¼ðo÷¢ë,>"ù  Çýr­ :Ì‹?ˆ±I¡b”® ÅD]O´Ü´cnÙ )Omí²ù¾"üö G6¬ûÒbjq·0 Äko|ÚG.Éùþv_½Ò ¿œ<’0CWØF¼€%€R(ø-W¶ X@i|°Þ3¢/ ’jF†þd¼ †dŒÎÃ;~WX~0¢‹ühhƉËÕ´qýQ „ô†Lä‚j:„ç ÞW^˜üJzà>ØžÑWdšY-,ë;·8<Ì!vr3ã°R°YþÚŠJB¿4Xó÷0™ÿFXS°ÉÂâ/Ïb_?FüZÈ÷¢®Wù{ÁuiÀùb7)dÛRR•‹pGüADT¸ƒKp€\à "o!{@ÞbI5˜+íxȋڄ´ˆ´‹ÚËÞÝQ=DEâ¥yD4Tñ´".<"Ј»R„ã®Ð&®Ö EÜñ¬÷ô@:ì›Ï£¾ˆµ›w–;4EŠR‘)JD\¥) +ø})H‹”¥".R”ˆ¹JR"å)H‹ÐC${¾PûÏÉ (|Eð@¡"Íh!gˆ¹„ÍcÝÀ“xÖ¸¥©ôdÞéñ¤ÀΛŒ€#eµp l÷>"ú„ÐõÒXbD^oõ{¾¾åÄ_ ’Ѭ×@D2.|EWÝ×°`Ÿ¯PTœ€$„buç@3$»ÐÖCK¹ægñ©­–ø–]×åžb€b€º!Œ¡€‘â ÿÿÿÿÿÿÿÿÿÄk  />ãF.†AHî±Êœ‘É  +vü (°ÖÒ‚ÙhM&ƒI¨%XaI,¦øbRÒ†ëÍÔÝqåÉ™‘¶1AÕÊÂa"«Ä[#m¶ÆV¥(ã¹`ÒÒS G,ϱ˜zïzB”à €*(„X 7tØ”`ÂÊ}Ýâ*ŸwÙ÷ùÔøy•¥Ü3iÉÂõßÐô€j¡A¡¹Iy.1öß™ÿà{TPÂH«a{DT¾l˜™ ¤•¸Û~Ž£ñ>Ç‹BH÷Ð …Cá )å¯üœØ3`T<Ä4†K)jý;Šÿž."üP ÑÙ#A!ºô OZÃèK-ÏQ>"øà;è·~ºñç2‚ïR@ ÷„ÐCù p0.À{óE{ž”––_=øpº@')8¤¥—}Ç3"/„èè¥r`j‰¡ŠYéØÑ8Û„€Ü›í€ @À2Ñ0(JÄ0 PL ÉßïùE¤k!(ëµÞtˆH @€h@ª”T†lLÉÈŠ)/Æ–_wO6"üP©ßÖ›?µ'òýY(ñÃצr° ÀA…à­æ±×¨Š@È’±„Ä?ÛøŠ§Ñ¤˜rÉié_SvË2óà H R„t^ÛÉ¡½lkÞ,À:&Ÿ‰äçfˆ¾2@¡0³Ð€¢]  ßïóZ„r ÂHfØüðy$)î¹5 É ½÷g2"¥Ú_ß>Ùù$ÆìK»ÄûÚâ¾!€\…=ðy¸õ^L †’´Eé ;­u95<ßòZnq·ñÒÜ¿/ .á`(TJâ/Ò ´•ͱ€wúWe&€ÃuÝp~gw… „XÔYâ,½=uÔ:r®z¢/¢B˼ùJסœ&ó¨:"Ö”¤EÊR‘)JD\¥)+ø})H‹”¥".R”ˆ¹JR"ÚZR"ôREë@1̘ð @bCìQ3?cÿvÈÂÓÛa7‘!’/¯‚1,DÐ0àÐÁ *%€ Ú"±ë à€ïð ÛÈ'ô©îx€/&âh¸þ1Ù¾âÙMzÐ’¸D‡XǰWBhB”ðÒÑœþ‘¡˜àý¢*ß”=8 À@ņ 1!‡wÉtqlœ®g¹`bP H\7üŽVN1Äs/2Z”'·GÝÜæ¿]Æ‚SÃ?mÎ|î±ùÈ1‡É0ð*Hd¢E utä»>É×é!”Œl5=;u9b–>€LÀQÊZxGî8@불 Ò>ADŸùš"û &€=& —ÔŒzƒ9ýâ€.Ï€Äj Û%ßõô00™4„ÞñD®ŸºYÐÎráò2?”‚8'¢"üð@“@¡ °Ä 3ìÇäºÑ¹‰ÃïNMÌ)èG (Î1Éÿ5Õz~Á "°4_8!‚“A $h‹÷¤ %’†‰a yŽâvXUØHð C ê4bJb&I> €!ü¤Á8Õx"GèÊ"ü*I¸†B Êu±ßb@$ÐÒÀpùˆwvýóði0JA/õ7Ø€LE€ ùxa T1 Û¬÷çsrïr~À!Ïå¨Cp9e»°î/`¬â/è g¥I{å¤Ðà'|ý'aûé`,eŒiî ±5J'¿‘ˆ *zC eá±Dnï< xÿAl7g|wÄ×p C A)HNÌ7P}X €`C!R’Z22ÀúÎn¸‹ò '¿€ë’ŠÛ¤ßÎÁÃîs°ß” 0ŒI¯Ì5<4®Õ’‡[²‰×­äІ '†ŒÃÖ€¾ñ?Ë@jៀŸ`ÌB/ ¶G)Yï÷ü%`ró\˜v1·(1 )€˜¾?^ˆ”€;‰+”‚’Bè1ر®É[·W×Ï9Y}·`°5X{ €ï˜3ž¤añDß`*y5´`HA9Â|à \Ò‡”ÞùÁ5Ñ3>ÂAˆ¿V |šY(¶~wÆÞ°ù4šYc @Ä!%â¸Ï†çË~z˜á÷i `î€Eû| ió Kå‡èÊ"¥¬°8ðÀ& É,MX @€wØ Ò)äÔöìÙ—|Ì@' (¿¸n/$°ƒ=߯|“ðAÖ~À¨ÀCû.ʼn1˃@©D ÎZNÙĈ}˜J*žm‘°ìŽÓyòD°Á…öß)ĨŸ}4 ¸C‰G<8D_Š(0 Ê-7o¿Ùú1¼z\à€bM& aÜýÌaß½ñ@!&”–-x×ÍõÏ~€€#"D_@I`:=œ”‘ìå~ÆŽ½ª“NÀónîß^t˜° 8¢ƒx³Ò}é@7!÷“‘ôEÚ Àb„p’†#7¼Ù`Ãp!>FËùVÁtk@ÌÀ%s•Ïi>) •Ä_H†¤7ÉÛvÙ¹‡)¯ ¨j@@LÅ b/n5Ù{ó>}½ w‡ûÎÝ¥b€b€º!–€‘â ÿÿÿÿÿÿÿÿÿZ Ÿ·Í@¥ Žq/wâ.ÀÀ€„!œÄÄtïÝ9HÙ²°Ô­$C.€1&ân !›Æ~ÛtpæÇŸs@øa19Ÿù¼Õ dåôÐØ‹>nLÁ„$ ÀOkp’Pgü‘Ëø¯>ÄÁÐÿ˜h›ªë8‹s€Ï㸋€1½84ÀSd÷a¬ïÇ#]bÀNx º97fæ|Spò¯ MA7pÅ¿c[’UyR˜Ñ·pDËhгà€PåP(‚VùxwÇà»Ð Qa¼«o\ð˜MÄ$†„ÿ^ì߬UàCS¿À[`ŒdEOЄ¦Èè;õîü/ð»Ìêë† ¤©ØR®i ŒÑ„šÊGãì~LJ ½h,–„Œä´u¹Å£€÷Zà€Ç² hGI‰èQhÃŇݤ å•÷Ó±- ÿ‹ÃØØ‹Ì0½@t€ ·¸$=šì€è ÃKÇ#6UƧD_]yâ‰ô%oÿšÜ}ñ´ïH’LEý\„𬚀Á%‚ ‰Ø®Y òöGbfJ?K$œ¹@ /x˜i4$ 0W‰+rXbBya˜¢ÓÎÜUòbÖ8‹ûÐ0€À5v°*B„°ÂÀÀÄ’ba0¤u$½ÏÜËæàCCÐà ΒÈA¨FVt¤¯¶~Øñ÷IÞô¤˜‹ú0 €2Ì CI T„ HI[’ÃË+³ ¿ÎÜÆ¸à¬ØP`„À€ I`\1 4 0R‡vç_<ÑÖ‹÷ÀdC0¢`¨%†úPèK94´å£üwÝ^ýq@T4!ˆ×boJçœùœüøëññhÅ¡(æï‚ïÐ €„@žLÀ`×ÈId¾å%VÇõ¿Êˆªú|ð`1&¡?°¿ÑÛ¨§Xv¾DQ˜ÄŽÀ#ãø¢4åtì1ÏJx®,7~Û f'¯‡ÄUJTà$À ÈDÒÃ#–éW<¤ålŸúû+_.bÈ `Q°iK+™†’F{‹ݰqÂ0ñ7œ à[©ßoˆ¿ÐE`¬Ȱ™Æ†gNذΌ?à°ÍÞÊÀJˆ`!÷ådŒèK GÊn3e™|M Ë4#Ž; ×·8/ùJÝm¿ˆ¿pˆà pÒ°ÂiCKèűjFËÌ1”>€€ @†`(‰•ù¤7XÃ{w¾l·Êw=ø¢÷Ž)Y³b,Eú° °bhü–Ÿ¹i;vÊØVX]Ä!T¶ýnv¤‰Šsÿ;E^ä²Ò_éOâ*^h „˜Vä¢ad!¼…öV΄óþí„|í}#gœ a…“9ã:X´5ó Q"ý¨àœÄÜC¿$7—çÿÍì¡ÚÄ^è @° €7åÜhIHa¤¦$§;·:á”}ã€D#p“F±YÑŽq|Q˜|EYÛ€‰!À¬M䤄„+žžÇq×4 !÷ÿòuÏHk't’yØ b­&†Œ/Rú °†ì  Ù%â–ž’„¡,­þ͘־„`°bQ0¾”e`.B/l(ëÚùÙ_üýËAиà'> CvÝ9%íñe–Ì¥26lÊç)W¤` @€pÄ"À® ´ Hb:ŸèÛvç%'.ó’Xgt%(â¿Äh‹õ`0ÀdÀœ (a À;A(j:ËåŒÃw·Æ‰»@œà¡¡ ;&rŠH,¢IItô•öOæ;оvÈJ9ãGlû‹üibbX·&¡)@äv TúРP €fg (kdºÑ™Ùøt  ²(¤æøkåsÓùмa45 )1Á×L¢`ÔííVý ©!’P@¹Î÷(ðßÀ¢f ß97ÇÃv!Øóµõ DÊÙ8×XŽ;xŠ›Ü\#©<ÅìW/î€,ãF!n^Ç{˜ø±5<@wÖ„Èq©å»OúÏ>ò €€` <¤¤²| ó +gt!o½Í´Eö–p Á%   ½úP…b‹Bùcþ6âÀ`0 &ì 0”€ï¥jîPfBÊOÇîXkÍ è…ÝúHYØÞøYŽañO¿¼’CHi 0NGq½ü{¡8,‹i@RCr”Øþ@û‰€¸}ób8҉|¢ø#”Eˆ©­H˜špÁ :9h,²i $7+þ3òƒþßð…˜»ÈB€¡Y8¢ªÉ…âöà.ªOÃ8€¦ˆ¿DMà_£…ÀDÞLI),ß:8ñG+à!mŠü”ÃPpœ„³Y@T dõ,ÂNøö‰ñV>–NèûŠæqöÆA\²jeaÉõ»·Ûš¬9dNNñ C¥$?œ“‰øb€b€º!Ÿa€‘â ÿÿÿÿÿÿÿÿÿ[§š±â4EOÉxJ! ç—Ü8Ë:È„d##¶Ø:ÖNˆ¾¹Dy⎽ DyâŽÑ])H‹¸4ë½ö{†Mßë¼”}|pÂöÖr^»ØkDjb/€t@λãSGLEùð3­ä2ß[ƧOßÄ]DÃï?Ž»Á…w¸H:"Ò:ˆ¹JR"å)H‹”¥" ;ø})H‹”¥".R”ˆ¹JR"å)H‹ÜMê»$Ü‚×T¢LEð :ªt$EÊR1É;Þ‘$›Í¤ïzD’b/ŒB:Çl!cˆ¶IÞô¤›€“½ß $Ä_(GX-à::Árõ £€è†€£+¶H;¯-^M A4®RNñW³!”¹#y)9ѲñšÖZ”1±…bJ@WÇ\ÐÇGä$öû¹\X¶—ÕÙ =ȼôñZ"Àa7ïŽ8Fp~JQÝ_æ<‘ˆ7¤ RE‹08b}ÆInŽÄžë$²†öC¶aoìÀ6íÒ_Åeþ7˜ ûï1Ú@ªxÇb/Xṵ̈ HHFÏÓ߈-u0¡ƒ“ƒ±ì†dŸ²Kt:ö6Æ Á î,4EYäÃa„Ð'qF…uÜBa``½ÂÄ_¡9,„Y¨J=ò0P ß•ĨЧæ`•’Œ·ï¸ î·dòþØ8ØÈA© Ÿe–VPm @›n³ƒùñÆÁ¼¢gHè“@c¶ìç8—»x5ÃJ[,Q›3&â;D^ô–ÝÅíÄgµöønݽÑá·5 Ž.1[9a¼!ÿB K‘"*l'‰€–†`CG?¥mÄgáÖ@@Q,*Ó„Ûh„ÐḚCtbBŠÂ‡ûÉìÊʈ±nÙÖpΈ¾¹Dyâ‰ô%uçŠ$h‹®”¤E›BI›™g¤Eé³D¬:ÉH‹ÖV 0ë-"/_!hà)¬tˆ»ÐµDbñ´¥".R”ˆ¹JR"å)Hˆ3ø})H‹”¥".R”ˆ¹JR"å)H‹ÜNºá„›’³®°a&"üéGI9GIf:ZD[–H÷¤,’y´ïFIñLJXí ::Åâ-’w»äÜp‹ê»a¤˜‹çêçÝkr”¤EöÀ€ƒÐJ|Ró‡ Æ^”dÐГ ev&•˜´ð@ám|þö`@@Ä€Vœ´£/b>ˆª½0·Çó0±i÷§Øv|_2î„øÒ›+Ä\–´¾Ùiu:GѤ00QÃÅ ]߈iÛcÂIê¹OËý&†ñ˜R ÷`rÃGm¶ˆ©y¹éO¶J ieì¬áMhÔ €ZMÁX”Vˆ30/ /÷Á„"ØVê#ûdEÊR‘-D;-¨†tEì(ûÏ‚`CàO”ŒäKД}çÿ`ÌÃR¶Øâ/bsërr˜þ”2n8ÛŸZ^7+åï¢*Ÿ"v€#oúRÇ'ÜP¤šQ/²ÎÚú;bjù%›ˆºãÀ! QÐgDEù4,„XÃ:Ù¸ã¹÷¸IiJ’±ßŸ` –M@ÌWB >ê'¨¤8LEKmHÁ˜ÒúE«¾»_&í0º"óÕ“y0´ƒÑ÷µ€ßPú"®ÀŠ0á4šŽ~Áι:ûÈÙ$0ÍÎå£q¯† ņLç¾ÌáwÞË)$Äô'2Qâ*_Ìà'z€€›œ›‹?e64À Hi€Ò’ÉŠKíÝu“â*ÍÌ_ÉWâ˜ßî ƒS–ÅczmÄ€ì7=Xܬd¥a¥¸…“üEQé ¡¤ÀÄæ/¢ñÝ‚÷: É!¤ PäGaU €þ¿pÀ¤EKÍÛ#m¶Û´)H‹–àa·Äè‹ë†uçƒ ôA€9מ(‘¢.ªR‘#ûLZr5Ö!€ï™|ºƒuêÀBüØÄ0§>!ó³Œß³¬ó¯Z˜4C@€ Shf@g I`’Ù¾Û0 Š?ññògˆÝwðÓ´Ä_Ÿ¨7]üCL8Nˆ¿?K¤¢M͈²ð™¥ˆ¹JR"å)H‹”¥" +ø})H‹”¥".R”ˆ¹JR"å)H‹Þ®±0“r@buÖ&b/ΔHÒNQ#Ir”¤E¹dz0Õ—ÄÞp²G½"@sÄÄ_X™vÀbx‹´¼¯wˆjMçÓÕîøÌEòÀ@H°].|EÊR‘.N¹·H'D_¬ xKÁ S€ÝÝJß‘=‘ @@†Wf%fH~;áW< ç\0Òa ¡¥ ¼;ç VzÀtôTØ b€b€º!¨Á€‘â ÿÿÿÿÿÿÿÿÿýÊ- ØÃ»^40š5!|MâË:Ñú àvõDÔI‹%¾Aˆ©k10°€i,®ŽY(¬ê}ûûu4é & 1?ÿÉEþbÃ2¶þ×r”¤EËQ ë-¨†tEë $‡Þt(1˜™°`”°Ôð¿õÙÓ`ç~v÷žŠ€¡hý)JKéIƒyøHáQÕ¥#v$­íi J;£ü"çÒ"úiI 9’Yiú”3ðÍÒ±§aCø‘Ö˜uaÑÖdú MɇPf}fM"îHÌ:ƒ:"úÌ‘whŸ\C€a †XÀ±+d7 KŸ€$û ¸€ À3(à ‹!ýºIˆeóƒ±üV¾¶L(†ÜRŠInKÛ–“³Ÿø–ØÌ¨‹ß·oöêgøÁË2̓x I¥`PÑŠG HÐÞR~í‡o|`à ƒÀ4å!%‚Éy;p3ò8JG»¾eô ‹ÁÈd', ~³RLs=’ÅÄ_ƒpÈ@ €Ò)N|COÉÿp$ÊÛŠXÿpo®€,Rñ805ËŸ­òœ”EA¢o““ ¡€T¤†'Rsä㾈«¾¾C!†àÒö,½²Røñ7ÏÀ4/’Šéÿ»îë7ßP!‚Øh#þ¤|Ø…† œ-qóPp0_+Θ I€&ã–XÊa<˰7€X’ñ$™¿Ùï¬hHÉevrû›ÜÐÿTy€Ð Ó€nq°aãxa7æ[íx€ À À¡4šM)$‰%tu?ëÊl$û„”âÙ&'n}@Ä”  ƒ¡ 1;&–^C·èÈ'?ݲ•YsKwÒ‘„ Á¢û÷]³;&”–&“6º8R^ó@‰™"Y¥þ±[³^¨¯ÃC1»%Ävb7ˆ«¾&PjJÅ£º>}Å__À ñio³Ÿ’ü!‡‡Ü¢“À gç’»Gê{ïrÈ0hie$0z@æñ–d€^Qk ÛKä€uyÀ/ã„’Ôý?qˆ 9}4¿-±‹|'°‡Ø‹â/Õ€ôRÉE£oݺÃÿy@€ÇÁ#¿fv;ßdtPÐ*4 #ðþ¢ Ïn[†”PC‡ð5|*CJü¢z\ÇNØû`«ª3á¥â‹Û9ß9áï|ä€aOÃ×}ì0 'Ã#C·x‹ùX<”8~ÄR%ÙtƒKãØ)|orZà ºBÔD±†¹â¶W ùÀFüš"Ð4‘„"‰bÖ±.é“CÁ¤ÆÉG'½Ý2NÝ Sßc ]É&€è*ÀeYÙa˜ñD_ÇÆ&’°×ϱÎ(ÕßA&c‰¥är†9Ük¬qÚùÈ ƒL…“ó¸þýž)U c‹ìbMˆ©~fÜ3À`¨‡ˆA„À’nà)F  ÒJ-ÒÆQ¾ùø ÀBüÈ 1ÐÓ–²ƒ94 —Êe$¼`ÂWæ!}kì`€v°– Àªp &² x¤žKrJyè3y×À¢.R”ˆ¹JR"å)H‹”¥" +ø})H‹”¥".R”ˆ¹JR"å)H‹Þ®±0“r@buÖ&b/ΔHÒNQÒD\¥)nY#Þ°ñ7›,‘ïFMÏ|`eçÛL½aˆ»¹ÞîRMÁ/+ÝòoñÊ"Áo"Ár”¤Eˤ®mÒ ÑÑ€9×ÇkÑ@ëÎã´EÎuô0à;A °àÀ”ô­ŒøÂ â1&ò ¥ üŽÂzžú‰4° Š@À†ïÒY»;6lEÒ_À7û/#  ‘±BÖ²D\¥)r¼šÑÒf"™b& !—ŠF_ ع@ÊЀP3f,¼ñéish‹ô¬aX >[%"±˜<û”WI4@c/”_Nòšï¡=%ÿûÿ×î8/”û6†?3sâ.ÈÀ ¥üaÆn©x‹æÒéVšWâ/›K¤Zj‰‰ &—ŠAü+aüTEâ”bYÛ°öŸ€fP”BB N<š^wàùIÝ Ã÷ÍõôRÀ0ÔnáˆJ\3 ÿsŒ²p‹âäÂ` y» Q=Á!˜”’Yi˜ŠŸíEP`£@ ’¤6GHI3ŒÊZCRâF3Þ$˜¤€?Ș€ë£ud¡¶ès?lÜå^D†I¹À:ˆ¿¹€`ð„ÀÀÀ ƒKFü`Ð(Šÿ¿Ïε¾±€h\xp€€;ü¤ºQþ%±ÈÈBŠA†}ޯߤEý85C¨hD À Cw ßâ`bKÈ@b¾+vÏó¯&È4@ äÐÂÃI¡¿ôŽ„ä#mŸ}¹ïÃï•]*tEþŒÐ!Ô™A¤ÐRŠ,`e<°ÂÐŒŒ‘­ÿÛef¾NJ€–èÀP˜M!¤šVN )%ü„¿»gÛ\•õçŠï¢*ß§,Ñd ÀÔ–„””§fNû²1íÅûëô€œ0Ü…ô–J@¶Äkòá}9 èÏÛ¶ÙYwÛ€<Ø` PM(fC÷Žý›ŸÈ³ b€b€º!²!€‘â ÿÿÿÿÿÿÿÿÿÍxŠ›@`@@bLà àBߺI€P5ƒ˜ ¥)+ahúâ€$àœ†[Ró ËÁˆ79Ý<ß”f¾R¾Úì-1öÐ €€;bMå€ü3–Q0 Ð IYd 0`Çt»³_^¸  8ˆø3•Šä/ÎBC3!ØÏW¼ÙGUÄ_èÐ ˆ@ ¡¨!€45ü51 T˜ŸŽNäÎû‡î>óÈH(ri00`S€˜IJ€-Ù d”7 ß§“RùÂ2¹·Ä房¦€7s²@@øÿó€ì (Mûn‰‰È_^8Å®õ@~À - ¾¤Ò¹)`ÜýÒÇ–çã¶Uð{®‹ûÈq@À=Ã@@t‹H ˆd¢5(gPnèGÜg^øô;~o» &á7"Å#‹”¥".R”ˆ¹JR"3ø})H‹”¥".R”ˆ¹JR"å#‹è^«¨L$ÜriN‹®PBb/Ï é+ HÝWr”›Ä\ç^„‡™7µ†²b/h&ä+ÜÐë¸Y3£Öú"øäÐ+¶»<%2ä$¿s €:fþ"ó€éc˜éb.Fh‹H'\Û¨{ÈDyÜuèÈDs@B|b`ÓÓÔŒ?4Eìn²Š!$˜yeål`¿}\3†ÏAKýÚóÝ ` C@¹ µ£sÔ‹¯XCO,¾”÷ÿ¯Ä^b’ 1 ‡œ¢Ÿ9ï±ëÉ„Âbq3r7öïþ+qÛ#ïļEöl€0JK&nŸ‹cvßeË,°é‘É…Cqã#qÏÿ{Q4é4·%!Ç? “ÀG|þ€(¡\`,¥ñà ý….õÀ1-$Ôô§¿÷( v$âÐ_…çþíb/aGܽu >åè‹pÓ®™·44ë¤lEçÄÇ€–BŽ«ˆ½à\ÐÂ(IN$†¤•„=„0¿É”3ˆ±]I…Da»%Œ´ˆ¹Q¢,]ç×:è ˆ¾˜€s­@€¤ú• 00n@öGI?ÙˆJ/U?À4†’€¨û£7Ç Æ q'芧٧¤5.þ´²û% Jy™[·¼ö!ÇœR søFág…]2Àt·ÃT'"*̤³RN=Æ1êñ ¿öŒÃM_¸`0ˆ&g?½7Á`ûˆ±/J”¤EáÃ% T¤#;¾Nã-î°ðÏðïõÂÉ# èËå†#óq]Ü;ý·»@1Üj\ñ½Ââ/¢I¹h:ê”I¹h:"Ø4막78šHº($Ä_ž(†LB ÃX –Z2{ŽFï¶µ1Gk"F±A­Ðs¶t Üðã¢/Nõe'”œœ`WÅz†pÄôsS¶ & û~[ä9›Ä™zšç˜ð*' ày9ñ{¡HŠ£Ž~*M@ÜŒà[°äªb2I¦’­î‰_!;ó;…T†Ýï¸Yñ.ºR‘# DY¹à$4µ±DÀÑœ3`¿d€Bi4$4‚™û’XAáQN(†œ> GpÐÞz@{Å-|0ɰ[ð>”üF"V§ðÔÁ)ÈF)„+T€è3¥.ÑËÑ0•¬©;Ã*œè‹ô@UÉvv¬9L¶´“ ¤¯¢/ÎÅ«ƒh/eÔDY„Z+¸fõ4ˆ½ ÅPø«5".ÄdWIþñ‘ñÚX‹±üš}¢.~×lá¹=V`U6÷Už>"ñ€ —¸¾ÖB& E’"ä&ú›4E­)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ³ R"äaH‹•Á¡˜¼uM"/Ò“Jå$æ©!^QþäÈX7uK‡ÇD^0}7Ïo>.\ø‹Ã€3ÓÛ8“¡€`ŸxÀ t@ u¤é3&"òŠˆ˜ªüo¢/&×záöðäÄø¸‹ç€é€ Å[0 (âb/&ÏZ  ;%Îxš&"ÜYËמÇk²IBn6:"ÊN½ϼç»0(5*ˆ·€1%+ÞÌšÃcñ¤2¸%þ^C€Á:÷)&~8ågìEë?€þ¯³ÄÞ"ð“3I #JHÎGñß ¨!†à PݱE£í™«÷Ã’Ùþº 6÷+“9X˜… Gj8”b€b€º!»€‘â ÿÿÿÿÿÿÿÿÿ¢ÉŸ 0j]|=\TEõŠ_¹ˆ:ÕˆI OÉÍñú̈‹ri×Kv÷,¼úèÛ¼EЂhëH ¼mâ*ŽW&’·5Aœ‰0!„Œ1 (ò}¬1ù†áú¤dÆ ÿ/$'q1x àzòW¡+Ä]7€­h%z¼EÐzÞ¼•èJˆ¾i3ro÷œ!b`bwWæDÞ” ±È'˜8‚>(-#\ÃG¬þ&"øT<›À,&Âxðò=„¤`Ä @ïDLp%øIEüãuã „Ì^ßwÞ"¥ÐL å¤ëφŠÇD¢b 2©â.Rˆ»‰¡˜½vɤ.Wê¼íia˜¼tEúƒy\ûš€ vˬ,ÇÚx“x@ tÜ;`ò`x˜‹Êf*P]j:LÜ ÑŒ×P×[p“(âb/(œ u°ñ1>LEá5ÓÛ0“(âb/®´“@OÒw¯àPº²€aùñ¨$¾>æ@(·úÌ!v6Ú"áÔÝá1ѳnï lÑ)JD\¥)r”¤D+ø})H‹”¥".R”ˆ¹R"äa‹¤Ý9ÄZŵ± 'Fõ€:"ð àØu·ÇG€Ÿh‹ÂØtFaÖÜ}xDfmÀ'Ô;DEámFÖð@xaÔ‡[@Ñ@´DV?B~M!LRCÈêêGY‡ïyÀ `²zÓ”‘8ƒ¢b²gÂq×ÖÀÀÀjJç‰øDT¿Ûa×ÞÈ@ @€#À&Èà`Ðô±I á%¹dÄ¥ùH察Úð@¨¬LÀd®Á WTµ¸nãxqC~ãÚ÷€€ˆ¢ ËÄŒQ0Od†ñ; Û‹ñg“ÐVéOÛlÿó¶¾ÜåôŒÒ6Ç NÄ À÷±'?ÅBGÈJDc°Y¤p &bvå–HpB‹J3oÿ;º` ÀP€X‚b@ÈKÉì0c0Ä sâ/É6»I/2@¨`äY4š”BBT„%%â“¿JþÜveuœ ‚°¸ÀÀ&I(þ‰G Hé÷ÒC@@ÙdÐ Ùc’ÉlÎìâ݈¿ƒ¥ï›îßs=ô°@׉ 0!…CJ+D'¡ ùòËÏöëV×$Ð8` À/Јe˜¢^/pÔ 5 HÀÄ¥ JöÎ2í‚adÀáˆ/ àÈ7wÀd5jˆ¿èÀ@á KEÏm}Ad0(B!ˆD Æ& é —èFß쎆ÊRý̸„ÐÔÄ1 ûbÊÿ#~òl-Õ~ µXP³Z²a3'ÉN½{0  `Mä p R…$4²Æœr1[X¾5sÄ_šmF½ù3PBú|Ê7$a‰JI¤ÜóPÀÀ97Ø` èQa‰,%$s-÷ß+‰xŠ®’Ýh¡b¯28íÕ}° CCR‚±Y™÷ÿ«pž7=Ï F’¸À Åc¹oÿÛ¡‰ñ/À¯Ð  €€“@ Ê&Kü ŒØ’4ÀÂ`Ð/ñ\!Z™Û/½å@B À`ø€`‚Þ(”œ’€mÊ ø¶Á¨Nÿ” Ÿ†qw@ c€;nä@&¤À 0šFð‰¸¼0˜YyºHiÇ£:º¢/┽ðhÀd@`Q²ÒPñ7” á©ÿb‹+»£Ǫ÷ l@‰˜0αœéON!d¿bQY$¿¾n²óu,ø‹øSBûØ€l® À …†:ø%”^Ãö ,7$Cç|xÀ È@@À*BI,05(â…Žû«ã"þØu¾ `€1Ðo ¡,€¡‚ùä®S¾J7ËÊøõŸxP½x[Q·2ßÀO£€C¢/Ì: ‡[ÀQ@½xFaÐl:èè¢"ð6FíÀh Þˆ¼#0ê6o;EQ|øÝf( ¡1ž”Ýáf¤EŠR‘)JD\¥)+ø})H‹”¥".R”ˆ¹JR"å)H‹°²ò3ݲéê±€*ºDÄÓn‚’YÒTXë€Q1ÇUŒÑèÀlX¸€Ù#½ç Z„¤ˆ¿Dac¨bq—%j´EúÑ‘•”Œosošƒl„ËlEKhM ^ä¶»  @C€2ÀšØ²ÀPP Òhv~X} …òCcƒ°ï Íɰi:÷¤ÀCßæÙÙn@÷\Mà| ¾0ˆ¼à ,j9C—„{H $ê!À`Cd²»v9½ç€1Ê+‰"D^` G÷lPŒ‰qÀLM Á™;|çö5ï@jz21Ö%¢/ÎÃP€ò?½°"|‚GàÎùÈ  ð¯¾ŠžJ¿ó\ˆ©¾\J÷Ð@ RžpÁ¿ö!#gK.ùæ¼D’²©1<¿“ºOm†eå׿)?@ÀG@%þ—WøÀ(‚€,z7ë?ü"úQ­³çluó!‚†8×Ð@1?¼àxâ/‚Z~ÐÓFb{^”˜´ÿóŒb}â¹@dþR;o{@PLOÉVI£¾ˆ¿Y3¾*÷  KväÁ@bR?ÉÉì­»‘¯^gHhÓ‰þ"¥ÐèA@ @c‘²3FØÇÐg¾øð ŠÐ`b#bøÌá©e¤±ÿñç}¸30(päÀ‰—å’RD_¤@¹HÈB2¶Û6Û¶ÊÛ¿CvéN¦Àô `á·åAšýDùÀ À0€K &ÄV^îbb÷½¬ðb9IKgÎ)µç€‚:ó À† GüàDD_¢z±H-–5„¾ä€j@LÇâ^ÀnG¼ðpC@#þ`¢`ØÁ’ÿœhˆ‹ú¸„  q-Žìç=ó° ñX˜¶ø`ñaÍ},š`W†)žžÈ+q×!#õ€ì 0¢ß…*"¥óà€€‚jI€žJņÅ' ¾VbGY@4Р€PÁ%xkäòjyåôåÅ+m¶¸Ä¤ˆ¿DbGPÄŽ¼èÍš"ý ‰@$uç Xu H~ˆÂÇDÄŽ¼ØÍV~ŒÉ@$uç HBV~ŒÉ :󤤡+ˆ¿BQc§Ý!—š®C6ÊÑ u{–}éÃ;'^t3º".¨Â:"Å)H‹”¥".R”ˆ€+ø})H‹”¥".R”ˆ¹JMkJR"¨ë[@$Ù@­¬„Iˆ©xš}¢.BrZЖñ”œ–ðÉx‹ 5ˆ±¹{C}â.=7–1-€!1@€è† ÜåÑ Ìø^? ³ðÔcü@nPø‹õà€A€EPBù= ©C–à ­ÙÃMÿþëR•xÊo¹Ðˆ²}ô  €~àÔ“@¢KÈ´÷è Ù$ǃ; „ä ¾jtFè‹û90I™.ô´ q@:Åpù4¼ó`À.LÊ0gÉHI¥ñ¤ÒÄ¥¶ØˆÙ®éÀÊÄ_Ó€‚Ø ó€= € À,´  ø–0”L(0’YNã‘k¬ Á™ )zZpâ€uŠá|†YøÑ-à7ˆª~–è@ƒP1âðÎZV•ž¶Ûm\Z9Ièæ{À€Ä¬C è4ü&öiJ¥+ã~ƉÇxŠ—¡z ’׆À ¸@%ºy®KA›l«ÎÇöˆ½ÀÀ0 #%e¥˜oýÿgçñ}µÏBz>ûýñßNúX‹î/@P°Ò€©DÜB& ¡¥`Á e»âщhXü¾9W<4±0 €:&ˆi´”„‘„¤ä ZRÜa¯ß»žÖ;oÄ"à9JrS€–ÙXJßÄ_Ò¸ ”5@'N@îLß…’ö'UA° rŠÁ€T²“†’Ò’‰c]™¶IY7ûŸx4 `ÌoÎÆç8.NLè(jT¿‘ÿ‡ˆ¾ÀÀ €L¢X% 1Æ—Òs¥cî˜@:zX Ƥ„MmºQ·Éc†£²ðýò¯6Ј¿` @- КC,>’É…”^ A ‰%’’Zv¬ À ‰  @v€ÐÂo(`f)±0nRSߤ–‰' ¼Ù].” ÂÚá“1ÈFؼŒcmÿaÙÆ# üØŠ¶ðÀC ( €±ØÌ#Ý@€2à1/Èc ħ7ð'‡ÞP0†ƒª@wŠÁ ýkˆº‰€& (¯²F!s³9æÞÔ €@ÿɉ4b÷‡‡ëÈ–~Gl¶ÄüdäÀo†–ÿõÄU]& ЀĚ”A1~Ë,|ô@9A„"‰D ÎâÓǧšžF¼_ÐPB‚µ¤fFÛÙ¢*_¦)°Açz@3€Th@á,a(˜Pa$²Æ9#3µòÙù{C'x‹}D0 ‚ÈÐ(˜œÐ È ‰CIa…”I¬¶a®Hç5òÿö‰-â/Ó€"ð `Xñ(  †KeÆZ %†0]ÜèLˆH@4 €`ä°*’, †QH¹aéb€b€º!ÎA€‘â ÿÿÿÿÿÿÿÿÿ0–#»šuæ€ÊÀ–ñé€ @ø€0¬ø”PC%€¸Â‹@Á„°À ]ÜèPH@4 €`ä°*’, Ù†”R %†€HîæyŒ—ˆj9e%)+¥d¡†£üIÃwÏϾYý¥ KN(šßu¡‰úê“@ؤ–wºžþ ˆe$iI-Æ$»`ÀCT_ìÒß¿ˆ©y@€’ˆ;8)ä 8ÈýñE ²‘Æ‹Xñ—Â/dLTâlh&° ɬٱÅ–ÈÂ]=|ͯ P>"Õ¡8@ø!9'DXybЈ³ À2Œˆ ÊuLñÅît‘^¤EËPöè³[vã"/®†‡Ü2fUè ìûÏ»¢"è¥)r”¤EÊR‘)JD@+ø})H‹”¥".R”ˆ¹JR"å)HŠ£°k@¡õVÔB$ÄT¾~Þ´ôkÑ?TEôÀn”öR–œHp‰Y²¢/¿Ë/ì¤ ŒW¹åD$uؤ.Wˆ¾Eâóê­tÀ4I—,²Gˆ¾²H¥¬'k¯Ôq „u¥9ýÖ!€‡»j“[5¸ NMîdEÙÒM7(5îD$uWFçí}Ò€b’”»ŽL ({¤ ^œÁ½ eÄ_ 7²=ܵ$³î pÔ^€5 ñÇ+rÑt‰¼¼–¹`S¹ZT“2RñÛpÜo¦&–sûM Ì­ur¸‹< õÝà @`M(¼c¾Î‡±ðåa‡DÙÎÑôPÐÌ”Ü3`?å'™Ås8uÕ&†Œ¼hà:q 1L-ñeìçáü;ÞÀäÄrÿ î‡8Ô9ÁÜÏzPÞÂŽöÐÒ&2wŽn#|g²;¢"ð€éEã“ ƒ²to}ôR‹ŽMÅëA …™õÒ)<¯~n5¥$n©ˆ¹^H¨µÉÝ÷˜uÞA&óá‡D]¥".R”ˆ¹JR"å)Hˆ;ø})H‹”¥".R”ˆ¹JR"å)H‹ëîÒ¢M˜v (Iˆ¿?t€vuͶS¢/¦ 7]à(I¸1-d<è²Ö†}ÐÎ17Ÿ=¤÷ž(‘}´€æâH»Ižâ”Hˆ¾Ù i¹€S6½à;À &þp0Ž–vŽÎ¶~«¶À¯€;Šu€LžX ƶF@6Aý±æØ 0´£§e ÿ7¿šÒé“@1’J&€Ä $ñ…“JB[ŠJw¬Hóî†û¯|½÷7{V㼯•ó×bb7¾ŠÜ¤DCA3@þVOàd”Ïþ`$sÞL@¤d"a5(%pÔ!#ØnvvÄk>”#'å$ás{á%Zô!½ÓyîH½d›Y_ ,–’a"íb´Üa ›‰`ŠVX~Ä€µ9=¶ÿŠ‹á†vs½zAHò{€c…òŠbpoä뎰^B Éù}t'aíÌŸY$˜Vt”„Mõø´ w@NÜ@„¬håïщE¥ögÂÇ›R°=Å€pi)†„ÙE¡Îud¤°Ñ‡²‚âîn5 :NAŸ~#_@ XÞv0óúšð @NBÐ3–C,”Æ;%+û©‘¿2ú €¨ÞO HцŒNÜPNÕ ìíØyr¼…’,Â-¤3ýj!€=0´†Md ü0¾cŸ‘ôˆ ÉÈJ“·Üåq+¾?x¾E¤7²î®n£ŒºÝ˜”xW,št}ñûè¼ä +ŽHaIÝ_çÉá]œ:æ0g/WÙðôvn';Þ#%<änž¯Ûlÿ©gU7Ð —à £R”d#ƒsŒoûôm•Œ×·íæÐ¾HbS˜’RG9ÜG;ŽíuŽWèù¾>ÊBKüŽa <ôã…ÝbP ‘ÒL!“p ýJ ýF~„}Ç ºN߈‹ÍJÁ¸`ßÛ3¿SanÌv’ÄÎYa¢ƒà§£=());~"wÁ@I7¨ì¿Åb„¸nçäÞfµ½  €È+’RZž9ÑËmVC90 –Rv+0-þÙ' Û~Üyþ9Ißn޳”|Uœ%f*TñÞ4¢€ÀfÁbov1À1|šéJ P€‹ƒ€3ÐPa5Ž;…vòœg Š—!Xhh}çJÌ‹²¢7@ ¨ 0Ð(C (4˜žQh°idãó ™ÑØW©$µ!"3‘¥T`!ŸdÑ×¹ Nñ=@T  šx ‹) Bòvøü®¼®¹r’ƒ÷ÂsNÐ Û]v*u¸„}¤ª^‹ÀÊh‹¼ •‹+½Ù‰%µÅ!ö+Ýôæ"ø„†]Â`A4>ã d5E‡Ä_ž%æy€n÷k¤¿”õ»‹ˆ¾D›äÝð/rÀ`츊£XˆBçÙ&Ê÷=%b€b€º!ס€‘â ÿÿÿÿÿÿÿÿÿˆ©y±„æÄZõïz£ »Ï]ð’b/˜o¹ZÉu€4O:äD\´€ì‘g´ì‘}äCï>B$^ûωE)H‹”¥".R”ˆ¹JR"+ø})H‹”¥".R”ˆ¹JR"å)HŠ£¬m$"M˜ Ú@¡&"¥à] õ\Û¢|¨‹ÞÜ uÞ‡Ù+¸;戱iÚYI-6ëÄ Vˆ¬~’jÄ00J(Ç-šùØ!àrúÌØ}ì „œhäkÊÅ<P ˜‚AG€ ù^1+gö—ÄÐ@Ëø”1³žäM0hÒPo @a-»8Ö~ g6ú` @*HoWØKæ¼øÂ&ðÔ¯OO gÊF~Êm;ð€'&âa[¤¬—û u`‹pØf!ñ¢†)Lé9O‘…^€º@¹HºBÔD¼Ð P $\Dº[b°¿Mý “@+&ðß™ÙNf1À iø ÈÇpãµô@…Àw¿Û¤ˆE¿?—Š))[ð­`ñ!„ ž¿Ó`'I, –;$`R¯"Xa¡Ÿ10b %îÿˆ·tÀw¿Ξï¼ø²Ü•„ûŸ°Ô!UTß-TÝ @0ÀW ”œžZö- ÕÇ}÷€hnÀ €Àøpgêä4†“x‚ÐîA`9÷ºMÈ@iydý¬±Õ—x ;àP0 ’•aCýôð›€Çô§ü×ÍüqÂ÷€¤¬("ûÆÀh  sÆåvïøõyX ¬Çóm/š €tÄ…îGbuÑÐ *-=ÝÙ‡‡ßV ,$ÄŒ,47qÄ¿Èßß#Ð#§ÿûõ÷#Ú§'bK¼¯è ËC`%¶"‘m`& à:¬•äáÀkÖ†È ðKpì²5çÀ“ A¸¼qg‰ÄyÊRê¯ ²Ü”<‰ˆ·B²[ý–éX /±–’Pç¶@›ó± €  Àx¡„Kµ9„ôßè¾I7°Jƒýñ²hf(¤§(f¾„D°*OÀ;¾l÷’‰ŒþÁÙt—(Ó©¾ÒØ„hd-ÎÉ%ðH #æ¾H¿mUÝpbÀb²Q¾@f ÏŸ~_~NA>ùÀÐØ0)ŽïÊ=… v€jØš3±=t ëõl„†”º:?4¿ñµõàI%f®ß›F¢-ñïÊJ7B™ÝXáä{ìœÀ1¨Ð¸Òñx~ ËÕÿ*¤Ð iÈ/h¡0–XJò;‰H }Ð!—ÀvMdr7É Á„Ì„h÷6@8@¿;ú€H|´ò±Øñ~ód Žÿõ±Û`ão ,š‡—8]ùÈ…†¤Z„„m´_¿ x‚ÓÍþ"ú9ÀÀÀÄ)û€E€íó²ÜšZÖ8Ö{ì` ˱€#`þ²,ƒ)ÎbãÖTh¡@;BRžœÝ³1{¼p¶ï¹ÜÛä  À`„k —ÐÀ/ Å—‘€ó¸Ÿr!?—ÇU/À7“H[ó÷øö¾–x(„÷OI}?¿ÄM¯˜€\æp?úBÎ'_W~XÐ+ðÛH¶¨Ïc¥p&A ®”ôå¶f"ï|؆|l€®êvfðÑD¢X~pµßRÅ#I¬¶ÄY€äµž/Å–zR5ÎæŸÑ„öÖ¢ùd´,ÁޱMyr°Õït锎̦ÈûÍ,é ¤¬™‘‡'%ØœF¾PB Ä0Ä”6û@’Üš„$ï‚j@Á«ì¬?õÔ†!³è’˜Oà`„ùÏdò3]ìyhH+ Ù÷'½ä Tm…b/UôÞXk´œaäÈÆä®wùt–€0Kp†⯲¤Ò– )Ç;ÿõÄÀÁ03Ô qY 5?…n×vÛ oÎ:›Ò%HfbÈ_$OAxa7BÄÔâV_=Õ¸} ùd°+ðÛH·šÇò`!0x¶"ûÆ)žv©½%¥ˆA"wü+g(ée%‰¡Œ=Ÿ|Þô:@PS°BAl >¹C@`©-Ù ÊúÄaG®wñÂi{Ë?lâU{â`Ô8Jf=߈ٵÎ&B d–F½°€:(›’’óçl¿ˆ×fBÇÓRü´À5ðˆ @©00 !ŠÉ)&ä§ô¥ŽV+lùøy׉kÐ2lð¦ 4!b ÆÀ¸icF8À Ë-˜o8}çß]ÄÞËü1Snxzý9͹λ 'û¦åÈx1ÝÅ“K¶•ò@@PÄ=†¼„ˆÖx‹–’,Ö ’"/º‚H}çÈD‹Ð ’yò""è¥)r”¤EÊR‘)JD@+ø})H‹”¥".R”ˆ¹JF"Ät#´EQÕ¶¢&ÊmS."¥àÛÀcŸX+‹@Ø‹ô(W{/ŠZæ€TŽfQØI4²àP,6ãà#³¡è‹ûØ h,½ ñ4&9 !K!ƒCvNéÌ4¤}“›v=zñ`€h˜4à 1ØbJˆ t£ °ÀÄuo’½ÓÝD@ ³&y3ÿ³¾iüõgè` € ÍÒœÉêÛŽ û”ZJ?(w׊,@ÂÖHâ­À@í_¿x¿´€œ"òxi3:ÝG/”˜M{”P Ù†9(쿈·ÇËÒI™ðƪê¸Å£ŠøÐ;s`ÞËÛ‰›_Lð`hCKÛ/cFñë÷Ñ@vBˆ&††€XCø´ÿ€PYΣ_éÅ£a»}™xöþR‹J‹¶lìOÚH&ôÛ.¦ú %•‰˜ ”²3ëlÛ ø.á*°Òɨ!€^Ã7cåðFüùóÛ÷6ø—&odR¥¾)9ýs~Ôœ @L¤: !ô¥)%ò`´b³o¸a{?ê8ëîTà“K!“@2̲ÃSÒZ@ ¹ÿ?¶+l#f¿)Ò@'± ƒù©[øèsoêà nM &ð pj1D¢‰…Bûmݶ(¯ñÚ÷ :t¨à J &€˜h&ZRY05Á™#[§¡°Fl÷çT†dÑ™ = -8¤b^ekú@ f” €¡ ˆdÑ¡¼²ÀÀae¶) ²FnÏÒùÇ[€@MÐOÃJ,0°ÐÔ§ ´t'lÈÛîßþ|ŸçµU¸ëP x€6m³»›á–÷ú ð 3zÄ4´€Àx04  ¢_&ä„|VHÞ†Øf{Æ€\ä ((Ž_œ· Aÿ½a‡e®ùHò!€¢5—:F†|€Æm–ÜÈcÅßÝÀa À„QHði ˜Z:ôö†¯«d'Û2¼†ÌDЀÀ% ü†M!”¨r×Ò‚S¶awçT!Œ’€žØ0¤ròþw.cÖEÄ $†„t/¡Ô?p5}„†bV)CÓ¾`õkæà'(iJ93¶ÙkÙb:¯d’`!¸bU¸²°Ñv$7è2uG¸Ó˜ðÎ_%¥$ÒY|~GÄ+_^—zBFGØ43þSÜô uX€&(öå–œMNoöF‡XŸïdZÈnŽQÅÉm @LCbãra@P´¡Üg IhÜ~år+^XNÜ‹Š8` I/”ú€‡ÂXõkå…©‰›Z$ »òQ[ð>lš¥ú `@ @1,B Lp*QH,4´“A¡¨ŸùHùöGQ웂XÈ4 @0(²’^Hhjº¹iÿd£¯|†ßuªð5=²@¯I Á›dwu¿<ð¸e½ýx3I€! Є (B!ÉdÒY`6 ,¶Å#¶HÍÙú_8ê˜ ˆ`€4©&“HA¤2i ´r’J)gdíÏJo•¤…ƒOÚp‚¤À*³#lïÒ·ëqË{ý„ `À€ì4  BZ9h )8 yLVÈ|‘Œ3ýûœ·¾:ˆ ƒ@4X²€tM-0ä ƒ’Ëÿ£n„#ÙÝY[^L¢f¨¤4<70Ͱc6~¶c£fqw÷`@8T¨n*pì ˜B,”’43rËù ¹hÎÒuðšLö€T‡À©d¿¶VÍŽT¶k[HÉ}iÙ"è•÷PI¼ù‘zCï°ú€ešd¼y57x‹M¹“ðÝ£‰»Ä]hse­á»N}yé\u0nˆº½+Ê(tD]T­(§ Ñ_ŽzÌMк".ªWݺ".¸VôIxTEÕJîMØt@-DEÑÐêßD]4­8UΈº­ WrUPÍt€v·Í¢/¤‚H}çˆ\"ï“0ÔÞx14EÕH¼".R”ˆ¹JR"å)Hˆ+ø})H‹”¥".R”ˆ¹JR"å#‹t n»¤2P›ÏÎ’²Oˆ¿K†áò /\PäMÀu¼EöqeÈK¹@š"ûD²àK¸Àˆ‡‚"/µ‹.²õÇÀ0E4Eö@ÉtÁ¥Ü`Ä@ñÙ%ø’˸àšPÄD_h —@2]Æ:E‘}¡¥‹€Òîò'à0ÑØ%§D —îHÖ“™"û#K”iw#€é<ÑÙÉ.%ÜŒ Í}¢YpÅ—ªÀ“Pèà ÀO¶L&'”çúŠqC~{Ø€8N°€€^MèHÀ`rºF#d†¶áŸ¡ €JÙ¬PB,²†ã‰x ôÍïÉËòþ^×P€å€3lLÙä“F–PoÛmú®Ù¶t|ì§¼ø!€h¤ 0†°(L,²BI¥”€«'ïêHbJ-%|ýîË:÷bˈÒÅÄ„ü àB` øevåÊW%ÂYÎc;©½Î !€dLHj@v I1°Ô$šR8b9É/tî„s?mæ3¶e¹™ß-–©^à—Y~冀vRI…”RV‚ÊNJ…%î*¢i4²@aI-"¿äíSwh¾¡,¸’ïX@ Ã@€˜ðÐôt€›€Ü#d11(OÈVXÂW_[|ö@@0vMR*ôri0‡ó¡””nŒØwœöÙ×s– ÐÂ[° :7ÍSîÂïÏ’ü—dÙ4 :0Àb )ÒHÄÒh`gâ iÏ j@LL A4² ÂþÈ HiH)='d'öÿ˜Ývã:•ÖrºÄS{F¦=%ØÃb4²``!††ä0 Ò’YF£~”ê±€P•Ã@Èa)’Y-3+º]³sæÜw ‹é .K¹¤ÐÀ‹&“C …'äd–ZÒvÝ?où˜Û8ò!¢ûD²âK.â€"õàÀ  rûpÔ¨¤ø1ÒQI-9Ïú´ÿkÂK,\0izЈè€€™¨ÎÌZ Ü¿ï=À`‰¥¤ô'7Êð}öxi~™%ë€`ˆ"©_k†—åÉ-®@Ò%>DEöÀÉp%—r@´ š"û$²âK,]Äô€'GH I»oÿ J²ù÷䌳m¶¯@À0‚R^+$´ÿúSã®Lu§ücmˆ¾¡•Ý@*&†’”©›Ÿ|,†"P¸ %nÖ` ƒ‡v×JR7 zj^e)KТå)H‹f–”ˆ³ã³KH‹”¥".R”ˆ¹JR"!+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR""+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"#+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"$+ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"·¾ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑÞBŠã€ã€º!ý!€‘á˜ÿÿÿÿÿÿÿÿÿì4¿‚xPñPº‹Ë€h¼@€†"7€í$ЃҩšM1`PôøaE•øÔ[à†¸à‚<pEûá~ô€€v ‚€á€TâdЈ.H ‹8À¨adÐÐá  šÄÍ÷(®QY; ¬VýŸ÷¼¸¥è04¬¢ùera_§©==ÝÐüg9Ðê’?ùg¿¾¹@ÒÒ’oa?‘.p €L‘0”„‹©¦Û[JÎø.lïH‹”¥" ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥" ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)HІR”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚå)Hm ®R”†ÐÚ·¾`ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹|<·; ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ˆˆSCAN_VCD $  '"""\µ~ÃŽŽððb‰~tjd‰xõóõ÷ó8÷íó:éééïïïåååØÀ‚d-xx1Ê?:52Ê<ô÷ôõ÷õø÷ úúúùùùüüü¦vü…&6©¨+?¢Ù.Šá’go4d{?ƒIìÑÒ ÈwâE”ž•Ë,ŸæŸ‚ï‰â$+ýgA¤jØ+[(mñàxV£á,ߌ¦[ Ýð3à-挸RZzp‹ôX6tgý†„V² b€b€º!A€‘» €‘áÿàà.¾óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿË`ed€d€º!"¡€‘» €‘àÿÀÀ ¾ßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ+'–%b€b€º!,€‘à `.1ðáÔÁ³ ƒÎॠ!! !##$##!%&''&%)***)----010448¸@ » ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ѱ<žå/D„*@ @3Ìî`€„RR:I„Ѽ '¬ÿ®H “A\10*‚a@T ††ÐB|’Ž¡›¬‘` À4È  ËA@3‹;üeê€ Q@€.p @ À4„Ð*CbbÀ ÂˆA `µ§’r@õ㥼0L†À €;@P4d0âaE]ùCÒ–BÕu@ذ€?1 0p€(MØ`a5%âÐR{¿çé<(zÜ p*Q+%( HÅ£:ªF€dPJ$À€œe?¸ˆI`'@ÂÀb0!©æ_›¥ Pqô¬À @+Ä € ÀÐ( Ð0„Ê-!½;wèì}`€œ™ $ drÐW/HÅnÖŠ@€€ŒœH ( “RL& rid¤ Ix¬€››óô·ðh°I¼ò` ƒ@ªJ!`!(BJ@ãMuXjÄBhà†€èš0–¤Œãs‰¹@7Ðp@;,  @t@Äòa7:?BÙÇ\¥)]•ÊR‘)JD\¥)r”¤FÏöö ÷)z@ª%N°Hˆ@€3ˆ‰‰¸05%#üKá½dŽ»( ,+r¬å€?‰ )(hA\›™°Ã®pA !‚¸ õ€Ü˜d°ŒײT@ € Á40@-!>zB8„Ð I‰Ù7€“ÀAÙ=yl<«äÒ”º/å)H‹”¥".R”ˆ¹J~Î!$íýéÈ`.ZYh8dÜ`¤Ð=ø»€ €5Z@1\ 5#ruè‚ X€8yK‰@0 @€*œ†à1,k|0ü׿)^Tì €1\€ Uˆ&€Ä…ƒKÁ›â·àĮµØ,ÐÒl40´”‘(¸`²€B@T§%à &¡óq…á¹ñžå)IÓr”¤EÊR‘)JD\¥)r”¤CŒXå….ý@ M8:BB×`€ @u¿àöLW‚Ê àÜ 5Ãð†ÅÿsP`@5Ø$£þ8˜MàÝ`@[~hä"b{ R4 $8 ‘/(ä‚X Rgéé…<™Éel(ËîÀ¡E0 @8üX&\Ìá¡¿ü~Á€H@d”,0ýk %@€VÄ@ ·PuËH#þùÁWi’P’N^³¨ô€#1z¼X y00Z7YÌ«",RJCbÀ‹HX ¤=îp‰&6È€E¸Š?n~|C\A×¼E? À‚` e’h€+ˆ,  %: è×üíƒ90 1ë¿6 y@€€ÊR ,C à= ($+ëÛfÀ18ÀwÀrHa¡ #,µ.0`à@LjBð`F?r ÒàÀƒÒ„ÀŒø°”70 `JIÚÐÀà Šj¬ —Š(¤X®Š`2Â/$%À É nÄÀ¸ ‰`€4¸šžQcPLÔÀ kŠ@aÇ®ü€ €8€@€@ÍÃtW,ÿBK'Ýp@Ó ` €jð&Ë`’°i7YiQã5ÀË ¼0@6 ̆ ðˆH, €ÇñãkÐprÀ€ì† ’!””žYà*a7Ê‚` PØ X @6È  œ$Ô ¬``a(¢ÏÆïò0i^û@ƒBÈïøw‚Q‚þÖ@ @šà;Ø`^b1§ ìù¡¡‰Ãù’7 @*Ô˜X,  À5 NèH€¢¼g?^Œ ¤¢Y7“7A@_•¹ù£^x@ 4fPi@1P$‘/Ÿ¸îŸ|/_Z¬- ÁxÂÀÐ æè47“ ¤ÀÐ0€¡0š‚o ÃwÅBhÑà1by· ^À€:vˆèàĆBÉá©tàÎî(i&€*XZ{ô€dø¶½˜ j‚øÐGð8Öë&\`*´ ĬP &ãs¤ Öu{İ@Á#DWHô4àš3H @ÁD$’R ‰+RY oٯπ„'ÀhðÐ €À/¤À2lLŽadÞh­g@È ›À/¸ ‰€0:à:J/¤h¼ÑLˆÉ€ À˜ð*ä°ÀÐÀ3‰„Â_?Ü@6‚` €j` R|ª@`¢ÃpÀqà}àI¨@bBƒ¤<_… £b€b€º!5a€‘à ø4 |•”ƒŠd`7@ €j  À À;FQÀ &Ùd0BÀàÈ´€è†’Àb’Ë döçí¯¤¼'€1tì èàĆ2xj]83³ñ~Á[ @(d b@BYNC,šà‹¬xovX÷À‚?€ À·ž€@=*ˆ €5ˆàT$"YeÒž•±>À €>Dð€Ä ,–‚cÜ4´”á.†^È $‚ˆ N‚˜ @€4tFBœ03¤š† ²+IH@ 8‚~,µn–V6úȉ î€1&8Hf+†%€™ÄÞp`#|  ÀMܘPùÏGå$Z:¯\ €`\Zpƒr€tÁ„Òa_¹+–‡ç\0@g I`ÀW~à`ù5‰[ÔZÈÑ q@À4! 0,# Q}†}”7{Î0@È à A4( €=Hœø˜C/†ÒpÒ`ÀL‹(0†Ù%‹p¸à a‚àÁ´ÉB`0Ž ©,šÃwIlÄŽª€@>  h€˜$2h ˆ@&¨š€Í‰€}ñýZì !ï€ÄÉ€—ùì`€Þb@ ÁØ ¥  Šh%À 6Àà‹øé_¡‡;*`€Ž ¬¼&À€"ÌÈhtBÌ¢` ¸`ÈB h 0Ô0h@ ï8 a AÀ` !€@Bˆù1%þ_C7kÀ%À`rÀBr0@:!‹ìMp¤4¾„O­ Cðhá$Эh ,‚H@Òh°Ð¤.°€à07 1Ã]ùl{@À €`¢€/Ô 'õòË ü ð [l¶YÞéj@hÜ)@/°@Ê‚ 8È@& 90…À`B( Óûè°ßÑ–Qá7  6N’hÔqE( ºPÏ÷Á˜Pš‚ɈР:nM Gr’WOÀÃFÆ]0@¨ €0ÐðÀ0@ º@v|MAN0±¨tvç}h2jJ#ºƒ@4!¡"ñôÀ*Z¨ €œ0À0I ýÙ‹BC1-øÝÃä ”@€`က`Rœ°dÂi7@îžC(i Ü @tÒƒ &p'˜a~`¨p*Ȇ˜¡ 6!éäd#žf½0@—jC!§<€ LB3ð!ü= y*AHØj`ŽÅ@v€ŸBŠ µ‚È€@€œ`†`*BÀ ÎbI“CI±èí <€ ‹bü¬MC~Q]{l£”å¥#Õb@„`¨€€€` и Âñ°†$b@© ÀPÒɤ 2QDÄ)ÀÂO?Ý`¨€B €'PICH\hLNR¸'€1vì è`€Ä„:pj]7³ëž  9J0Ñ Ó”œ Ü®ç£ã¯R@‡¾°ü@5±X @!€T‡€ „Jão_»#í­€€‚° ‚ð €^Ð :¼†è4´€Š%€è`;á‰&òÊ,šž¢I-Úü2rÓ€Wˆ÷½nPÌ4"ð>ð)Ÿ‚?ï#Þð¼¢Pðè¨ p%~Ûc3 CÊÜ@ÃlÁÿÐ àFøoƒ€Éšüh  `F× Eš¸¹ € 8`J©»@¤hÐ øð“@·ÆÀ¬E ä@)°€ ¹JRÒ›”¥".R”ˆ¹JR"å)H‹”¥".àИˆààu€VÜ€GýÙÑÂïp`P€1 !“Ê&“Û€÷r-àoRV äÐà†€\øÐ€ì°Òx “ZÙ’µ^x 9€ , PdÒ‰…”‚÷ -)Ð~ lþû@€c @€#DøØ`' &€h²À0&@©`S9,’ˆHIh= \ëÔà Œá3çF¼a£˜0 ¬W÷(€pìÊ!‹„'Wˆ 5,Ì0 @€˜ñ< @”7'¹| æ¹ @.À @f§O€†üÂà”Hb@€dX&âi0BR@PÑÒ”vNWU˜ !xKà €/Èå?J'¼ØdÄ€À!€'!pB &'±a)ļ4÷¿r€ Ha€0!€›$‚ha4´,™™€€/Ôôåh¢Rð‡ÏŠÔ* œ¢¼}À¡àX@ †bB°à;ÚI¡¥ ÉVÌR r€€+À À€Ä“@w¶YIJIdŸò9ˆ6õÁÀ Cðà À;¸@ €`@B4øÀ;& ¤1€aÀÄÃ1@gÉh ׈ˆRøÐ 'BÒÈhR{À€g’C&þM ²ig¹5'þ)ï@ ` É„ÒnQ4¤†‡ ¼Þõ  €–”P Ë<1 ð àÀu‰if,¬´%P €j`ÀBQ4²ƒCPP ¹m‰Ἄmçè XðàH@ 8PÀ&&€*_!ìãI¡šç Äb€b€º!>Á€‘à ¡ a(@ÊÁ¬£Zø`T @2&p ¨n@I4 †–°ƒÆ`-‘zÀ¥¨eؤ@v„lpÍû5ÆPXàÃ`€jxÀK‰cJ“:CÕj8 +‚–&ÐLpÐÇ Á‰à;!n”îzžæ\Pø0€€+€;JY‘Èaa =I)šôÁÌp`¢`b %3L HnJI€ èé$'I ˜bg&à›ðœËòà€Xc  8B5ìTø‚?€@·‹. @ tPJ&€è0 & ñ…•‚sãÚô  €–€€/v(ã–L €ìšLHù (¾Û¯=ÐX˜ ˆ@ Ha T„Pa`Œ HjR\›ŽOíï( À €”‚*Èè°â€3¬ØT`6 €Ø¤’»=ðAøÊ@8N#ØÊ$ h#ÚA´ð @"x”`*BƒJ|‘ÇåYIÂqíbZ@€f”|”$ ú>^ûó÷6ùP„ Ò`@ÄÂÊIA¨lRJNd °†}×’êk÷ ª| AÀ [Éè!•0pœG»À €–€€/v(ã–L €ìšLHù (¾Û¯=ç´ð @ x†Ø €¡(4§É—9ò® ð ÀLC*tL ¤"ÃJ¨hbQËCwtnúúÐ@£ðdР €: &ŠÁ…€j Ò àéHäÒ‘’¥ªý P°h#…K– `†FGí&‚X&´‚È €!BX@\~8&K´0 ”™+°x€ @;0°KIJKAnÊØk¡GÒp À@@.«ì…È``˜@( ¨4G{0@b&Jà&A8è  €˜ ‚`@!  ¤ÀÉ`†%`†YX0±¨^ׯ¬€‡¼G&_籂x!‰7b€“€ €€€-Ð À`zL(ÂK¸aL‹ÿ¡’³¬À€¤LÌ  É€À`xY4  ²°(±¨ØðŠ€ @L&@À€-PP2€2.‡rí8 À À. à@N¸È€0 ÔjC5&€h°ÀƒC@·A %`Ï‹Í×{Á@ü8I4kV ‰Ä ¤Z @­à €\è@Ô€¡h à7 (gü²° -$ AíàèÐ €RQc@ÃÁÍ &0à È@‚((@?—Ã9p À É€ôX2À9(à¸é¤@à H]àò€lÝ*Á'Ü PC##ö“,Ý@@`=`ÀG ·,@ €€*Ð €èôšP%Ò‚Z `ÌWÝ.•op@:-@„ €?¸ø `(M(–haa);2  @LB.rL, Š /€ì`bCQ’— S#÷ï A¬¼†E3(€”€<5¹ th¾(-º@+ÅÙ•p“ìˆðA×g(¾€¢x䞀»P ,€€\`x Pn„À J&1 $„†‹¸ûÍ€'L xâhÀ¡ÃMÄÂñÁ¥s‹Ð€=p :&¤à €€á€{—ù5€(ê €à €b³€2¼7•òÕ’Ž·v- H ]È dp W €0À É„ÒÀ+ÀP14ÀÔ“,!†Ɉ/~ Á(&”­|À@à 0 .¼€ÀLH`1!‰€P°ô¥ÍH½( øÀGð0ÖÂü¨€  @€7(ÀÌ`(¥’ÃSÛbËPZÚ$“@ À! à`Q!ÈïîP€>À'À Š@b¼ “y n+«vÛ‹½0 ®”)àà  ˆ@ €OÀ¨ä@  %¤ `ñœ ¹eôzLã;ëðÜ~ÿ¿€Cw€‚@À€jAä(˜v°Ð** I(–—àel>á„’ŀܟ“zâÁ@2úRBdÓËO4”€ o@‰…ôj€'g A1 e—Ý€n•|È B@Ã@p‚èÐ@ÊMÊ4ˆð($à7GH‘š4Óðc•~L::€!d±0 Á£ÉYž[H \p ˜%€*B! (i,b\ ­ì×H(p+€Î!€RX8àÕ€ç3åÞÄ4€Ä@Ë!$I Ñ )!%Æ“?+£¾ÝÊ;«\¥)])JD\¥)r”¤EÊR‘)JD\¥)ûD\¥)»Ä\jR‘(ÿõ)qÞJD\£R‘)JD\jR‘)Jp¨‹”¥¸TEÊR‘)Fã¸W¤Eê ôİà8Ø›À¨\ b€ÝÜŒ·½8 Ð@Ë]€À¨ðÆ0`Pü¿J÷Žv£9›‚@IÜÀ “I„Ð @ 59 )e”]íà +€9 À Pˆ @ÒjPC&`P\  É(7_,—Àlpq«kö @€‚šPP C@1½¸@aD$â†FÏqÁ4ÀBÐøxpÀ¯ûæ?b€b€º!H!€‘à  JG:×Yhåå“CG(‹…°Ã2# µ,À1 òÈ` H €@`A…ï’JZ¹û2 Fq@ ‚(àÀ!€  À€fJì„2L,% ÄÜH!†àÒhÃI¡¥ ÐÖ@ë”jRí¾vå)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹{ @€! à@™°`šà!uÀ‰ €@t¨ìt€€4‡Á,üYøE¤‚÷…´¨ €2  @ À €€À €:^hÀBÎ,„pÇË+r¹ù:̰¤À €3€;&@À†¸i7 @h`ÍÅ2ÑÒ·neûà *è€4@µ»€h: ø €ÝP”3ºCIŽàÀÀB÷Aƒ=Ê À@ @¬Òh fÀ À.¨™4ˆ@` ’@ ¢ˆ`@¨vX!ƒn¬Œ6ûX ` ô‚0 Äe–è@à“  W$±„0 €4&–00â€NlBIwÆt €˜€Ã¯$¡@`°BЄ€`à7àÎL&tà “0Ÿ‹íy€ ƒ˜à¤°ð€¨!“JX@^‚Šk;P`jR47ìÌ.øÀA€7à €3 @,!j‚ÀÁa€TPa{·@i § GG$ޏàƒÀ°EÒ¤{@ªL Òäô3€]€4Fð£ðÀäe¤4í}@$A(#3R\à À @9¼à) ?ɘšdDà`¶NI'€æî‚X h€+~ê@ri4 9 qˆ†”B3€ÐI„!¯± €X‚Àm‚*Öà À€€y4 €$Ð@;€Pø † 0›É¡ aÀ¡)?æàÈÔ “²ÑÓ˜Qž¢ø°`` €D€ìÐà?!!<¤À@CA 37£¥ ¶0@€ @-0 =©€-8Ù@TÃN# eôP@¨`A>s¶ÊjÆl B?±Á÷P,¶Á šÙ ŽÛ'Ñ tj° Ø5<Øøb°H£ÄHi µÆ®à8 @6‚8 €9, Ð@¾"ÈðÂÀÁ4CHA¦†Àlø0¼j.x `€6jœ @,¸¸à €€à¼°1€L¨œ¢娔1 |Ç¿D Ä!´ð P‚ üX øhÀ€_À€Á!ŒÅ€TÜ šh’—!  ž´Ö`@ KÀ3¬ —‹Ö °  ÑD0’úÉIÙh( 2o e÷buüp œ°€€ ”@ :I ¸˜HÀ†írh²‰„<HJã ÝzØàÎH€ <‚è°@¯ D  p†Pà' 3Š@K&–B&:PQXa-;kÓ‚¨p@R^ˆX &hÜ AêËÀ9& †°–Ì $ €d‚j'ˆß$„YývÐ@R @W ð@ÀÌ-€€0Ù44ð€200‚Ph§ˆ@PÏÀu€¡hÀ)@ÅŸr–¨€€¨`ü(‚`x€dø˜j3³$%RÝ÷J9ši N-ó(ÑWñ0 À€:0p€€¸À†ÜÀ€dC@ÐÊà|˜…'®¸ˆ @6@ €5H`z ¼¢Àl 4¤„ !¤1Ê -:¯«( ^€‚X x‚ˆ°@1¤À€>B@\Y3¤h0vP ŠØà"‚¶!–^Hë×$4AÐAØÀ.+!(€@€†€-À€?!†“xÀ2: &E `Ô0i,·Jy%V ‚˜À ì†üà;H €@@…i4²f rÉ|aYpù”¥²6ÀÕÔ_)€À28 °¤ €èšW À; Ad.V<°3”3:´°P@ Ê,°@@0~Q3Œ Hªh)#“Ðw¾Ä €œ@LMH¸@Ä4OÜ Âñ,3òŒÀ7Aøå\À@¯`A/ÈFPáŸä P•ñ„z€N±:(ôžÌ¤†)‰x†Ç}·awó € À3!À À@.̆§´˜”M !:H]ôP@q àÐ@Ó @9v° @ „°â`k &0èaWT"öÀ’-‘èí°"|¤up <İ \/€vVXÐI¨ÃÒQ4¿‰ö8ð`y@° »§gܾdÆ¿(>¡ù@ eP )‚8ÐÀ@®` 1I+€œT”‚ú‹!†!ù¤™Ëkè €Ò€¢ lNDL â°@3ÄÀ¤0@è†L Q ˜ Ò€rÎ÷l=A¨ ب ^8 Z€a<¹0‰1 Ë ,¤€fZI '¨BÃzTÀPVÊÕ`€` à \·ùÚ¥b€b€º!Q€‘à @ ƒ8tÌ„ AƒI@: rQCW³Ò p@ÄÐà%$Ѐb`*C!ðÒa0è¢ÒR Ü 8 IhrL”–nvü÷ò *à€ˆà€6Ø e‚Yè ÂÉ €\Mb€5È Ì᥀Ąž43ëä%,-5ˆÀ€X €€jdrÉ &Ð;€í˜>ÐLKLÀ”«ì€ h l Á 4€p ÀÀ€„ €À˜MH8 RtŽPa †›É€M¹ à@| @3@ä"hÁ¡ “Aˆe“@* ¼ @À`t€¤4 xÀ×kB 6, ¸ !7ˆ‚€† U‚RKq ËT«¶nXËñ vx€ @0 €\Rì@@ @X @0±7@Âi,—Æ•(Ïž´/Á”ø ‚p@@GÐAó‚a :!1RÉ  ªQø HDÐ q`ÀP4 ÈJ @;ß; `é “¤ ’ˆ2Ctš@tŠÉÀ`ø–‚€y»_u @i‚ð@/&€"(°€¬¨ €+|Xx JI4$>^I\š^0¥c*ÌøH@  3‚€ ÜbI~òBÐ…gx %†3wpÐ "¢øp€à€’@b Ɉ ᜚ba˜¼N”ö2õ` bܘ Àvˆ`“@2ŠN¢± ˜IÈIùcï>`€fˆ À2&€\˜ìøÐ¤)&bÃKMø•ËpÕ’3½` @4‚ AÌ×@ 8°`Á©&p*LÀ)ÙúÖ7gÒ,‘ê`€Î €rÀ vÀ €`bÔ‚v(¡€roHoÀRcòb>ékÇ€6fðH:zè0?Èᘆ €€†P€&sƒI„ÔrRJ}TÁ¸@ A¨àA¨Å)8 €?bC/,†°’ :Ai Þ ü¢‰…3X`¿z @Y °@Î   @²€€Bb@F  B”îp€ v7&Á ˆ Phä0ÂZ®@`€Rø˜À¤á †@@Å:&†C Ó„ ’` º~Á‚¦~‚NÀ8¢-Eñ AÐ €.?À À÷ʯ$g”¡Y¸ :Ù$"€¨&†R`nM&'Z8Br¾¿B Á¸ Â +€Ähh¤"hÀ(vņ“\ †S|€pDç›|à!À€bà(€1È  É`ïḘ€œVp‚†­‡Ú?\ ˆiA’À¢r:’ Vß”‚‹éÌ90„ÿPüþ”¥èúnR”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å Ü+Ò‘î@ 0GA¹ 9`¸à€f$@‚2J?@ €€ÀŒ €#F,ëÊð €€ €1ðÐp€6b`À”Ž070H`!$„2h&$}†–`'b˜e€˜²iòÀ@B €Q;b¸`a3¹[r¶ZŸ\ñHFù>þ® @ü 0`‚p C?|@¤›‹x¡ Ô@*90 %¹/ÐèA4ûÆ‚ Q‚¸ 0‚hp@AӀĨ€€è!€@€ìa@'nX¤ RÈQ˜R ™”Uçv²DÐ*I¡€P„B I4šM HÀÀÀ³¤²ÓÉ#/ûH 8 ‚9 P@ÐÀ¤À‰€TšÀ`!€P7œQ5$À'ޱĔH0Ce! ,) €e(›€ì°Â±-gü 0¤ƒª/§€. 0` BC!@@ËÄ ˆià7!e‹€;¡‹Ü”û(–n¼À -Ø ¨‚@!t‚` öð Pà€Ý"ù,kÞ2ØøÄ` \äðd0Ñ0;(šL[¥$-R  À/Ô˜ZF”œ€2ÁˆXú~CÆFÕ p @€XZT“@.À @bÓ€„˜²h € à @†mó–~]ô‚ m‚é4ph †‚˜° @`:À@ `PËÈf+¹0›Òº3r²o–RÔÀp @Üø  FtâhˆD<å>¹Ið¨Hb <ïÚ– @¨ 5€$J°ˆbC0 €€ÄL¨!€bBˆa 4iÓ%€ÌL Ük @ œ tÌà €0  Œ<Ä4†€V&Á !Ø”4 Þf‡¼Dð¨àÈA¤ €í$Ò‰ !5-Їà;f%a­²²`¨†_°à@·\ €´V à @ 3€^p€jMàL€b ` 8@`ÒØ²‰@d¢ù7¥0 }‚X “€"0@‹r €††ðÐD0à*L Ü™ÆMX²h`À3¾UK4€´ìà;H(š€Ø´òUb€b€º!Zထà @ ,˜f`Ïɉ(•º1ßhäÄvQÙƒª/N€€¦À@Äñ0²À1&€^àp“q) 1è%!$ Cñ˜}ìÀ2 0  €€ï€8 Ð À:‰|å›L d'üÂÆrQl틾KI”Ä2ƒHa eÒX B’Ç+æQ3T>Ü(A$0% Á\X` f“@ ÀØ PÀ0#òñdÐ’Òz°žÙúêÁ .–à) <Z€@ѯ$îÀÓh€*R”ri- á…ðά>ñ”˜À@€ 1I4#x@¢tx&bY0¢BR˜zÆ B6$Pà@Ï€@Çj¬ÁŒð@<\¤ ðЀ\P ’MØ ‰…†ðÞ Æà6 ?O2CY$ǹ€€Ð‰à@ž hX ]€9 rÀ¨€bL PÎü †€ÇbXÀbÜ–’Æç$«ÁRÐ@ÎNM&$˜£’ÀaÀ@ €  É Sæ%Me*5Þ1¬a?ß³0@¸à@€}J@ƒ¢r=(×ð ‹Ø °ÌP!ø’ù,”ÎH]<-ÁP ÀÐ è€ÆÓð ‹Ü° ÎP!ø’ñ(–îHUã)Z À šB!àp( ˜3€À€( ¾.ÂcF‡ÜëqnO½ø @2‚ˆð@š @vÀ–X €€<Ѐ¢KH’%À ¤"g%€èe–‚õà‚ñÞÒàœDüœàà H`Å„ˆa€À°+ÐKÄ$Iªá£7HÁÕ4z˜`†ì$ôU¡X–4–®Q+ï’4sAhÅà›êø !‚ $?¸1A†` @1ZCz! )!˜: ! 1D);–¥?œ AÌ`A €h<@‚FX`&ÔJd%|€€ÃJrX÷¸@€€hÔ@b€ @ `   €Àà: ÄÐ(°(œ0†B Ê,˜^Zœ(À€¨P`À.`ø  À1~´ÀP ¤a@7!–Q-!äôðÐ(Õ±@!A ¤£Š(a40‘± øpÉtn†ç_Ó€‚° R€`ÀÒÁ¸ (€(°À;pX) ÀÂa1 …ò¯×€¡ia÷ @ª`@- ‚ß14Ø ¤ÀÐAêØdjük~÷§( /n¦PfÛ\€@€:€ @;¸ˆà’À*ÄðÐP0‘…€Ø†PAd¤„$w© ø k+Ì®© ”_†àÂ`’+¸C@lQ_¥|ÐL+~aê¿©€4@™¬@P A5X€šYa€€B¢nà:%žÙ äÎMdÐ̽my@Pà€Øà/ `à„ÄÄ``€9‰¨áœ˜Pĉ€7,¿ÊÃÕyª@àªÔȃ@ Ë!ˆc14°à(‚4aIJj1|.‚Ž#û”¥.™\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘ €‡`€Å(åàƒH}=81[ ÷ÓAä^!p Ã*@mÓÀ3JI¨ Å`ö m¯€ È` @B¤Ð 4&Ã:ÑÓŽåà zE_gdbä2 €1/ ðÐIQ€ë” 3‰N‚±19(4‘²Ô}ÀÀ„0À*M&“Q\¬¾M|ãBÏÄóª-,0Dà è À€;|Q4„L¨Ø «’4¯ÙJI_mõ0@p ò (ZBÀ ¨ˆ À¨¨&€Øâ‰ˆÜ$ “Q‚8íqÁ,ÍÁ(>Á,%1 €@ÕD\¸)@@€\ð´€fMA@T(&Xb7t”ƒËq–b`HRB(˜’iE|ýû­Ÿ.ný*ü@ &‚ø @¸, 4!€4z¢8i4"i`eÉ‹G,0µ~JJ‹Gϯj›`@È •#NvØ=ý` /† ¤'À À€6Gž±\ê‡ã„"`à &“ @h`iH,¢Êî‚Ê/ Ahæ¡(ûëÕ€ @&‚P D@2  €€€%A,ÀÐÐÎY(¢h Y)ÐÐ,BA[¤´ÜP@[dô #°`£pðÀ€ @ˆÕ§œ˜lrE¯=ô @€P@P À@º*&œ+À4 @Àpˆ!|Ü Ò€bØí IÀ”a '€÷è >ìXèñ`¨Èé Øˆ ;)%€é¥$Ò‰Ž0´bfIc8e$?Ѐ†p_4Á„H d ð@ϰ@ÍÐð€\¨þC,…É£àà*B)O²X @€Ð i À ¨( ]‚€Ì*¨@Ñ€ † ˜C!”‚Ë?èä¤fB >÷À€²`*  €†Ä.Ðà`@ | px €T4$àPé 0ä j‚0&ì˜û¤¤à€l`x b@`8P` C@. nèJ€€h©€h¿@ €`I˜ýJà(H÷@€dà†ä˜K p@1Ô1:ØK@ RLKlYE ä¡h Àõ@¤f_$³¶P¡×ó`@k€@r¤À@A @8J ` 'ÜÐ e¤šL¡¹°àÒÉ¥B¥¡d%‹9Þ "Á¬°AL @:0  v¤@(É`Ð5 *M)–Й“ïl `€m€A@5A\@Ã/!€˜ÐL˜ ÀàÀ Ia€ƒ@b`+ðƒ XÒ ú5ÚJp@4@º€Ð@³ 1„ˆPd0 ÀR‰ &Ä €Z8o@ €`rWß»@° ‹(05€@PЀ „XÀuòƒ ¤$IJ¾á( ܽ7 Û8gQÄg¿›X @ 4 €@Ä& iÈP@K% €dÌ´†“¨nA,ø4²iE@*ZBQ(³ïZÐ$9^ûY Aׂ "‚ k‚°ˆVZˆ@À 0b À3zJä Á 10èÐa¬†C~|Lç€Äÿ@¨w%¥A×h h€8t¡@P Š,™€vMÄ2`ÕÌi° I©Üܱ”ºS‚GŠ"T_Ì,3Ð&À¨Ð@a 0!PÒ` ²ÀÉd X5"C~NQ×#A\rÁPÀÐ ÀÀ ÐB<Ì  ]0/ dã’ep0 $Þˆð*!% ¤Ð€Ì@‘ÿ1*u˰ ‚ ;x¨€3!`eZ É&ÊcvNWk„``üw@ºÊ!}oÆ $Kò}`xµ›zÀ  €  Ð =Ä@ x `–žg!“´éÐ05Œ9ï ¨ Á<`@1|Mb äÀ†€dK°š_®œHIšIk¸$¸ @ëŒ)ÊX(쀄”a¹G‹»ˆ8 ½P°˜†CÄ4$˜X 󀜗JߤœsOÿ9¡~L˜0Ä <ðP\C`Ãp”˜° Àv~RäÂ’’JCRå¬íuÁÔÚ ˆÄš CÉ@ñ¥ò’øP‰\u@\DÜÀ 2/sÀìð” É@7(„˜dÐ0Jdž%roFäh h‚ €4, _€6J€Ð €èàùŒä Ð xa0„’@B÷õèà©4\’€É4ÜšP ÒCÈèÀøVà)6d¿˜FPþ{PÌ„Œ À P ÐÂ`ð `˜aAª @` C0j1x í×Ul `'+   €a€ÄÈ`@P ‚R2!€ì bˆGZ0g9XïXà À©0`À0M (`Ò[ ç Ä‘4\¥)\\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘À'0€3„0ĘL P †L&‰¥bÉ„ÐÀÜņ”•$¤å%ô   ! €À€\ y î@n0ЀÀ ¹0]|`$yŠP ÀB¡/è`T ß0h ƒK(—‡$gÎn~Þú`€f `€„` €€2$&|°àã@`0†, „–ŽR@n7Bî¢b€b€º!m¡€‘à óÑþºÀ AP#€`d@MAÈ@€W’B´@1ÅŠ‰\ø A×–¤Šbì04²i@€¡£ e †’Y(5#_Œ1ΟB9š÷‚ '‚¨ +.À À€ á©!™$0ߘà;©rh e êÕ€€f @€„` À€3$&x°ðî#8 1`d#K< ¿•w2“Hà! I )ØJ@¨!ý~ŸÉ ùÜ$>M}ð@µ @h øàž €j– à2  Èlpd07!üg-r‚€ J‚ 3… ‚° 8L†$˜n„“@v|’IEÈ|iHHcî%€€;@€0`'©†Xhh ˜q(hƘÄ;¶q÷/L`€ŠÀfœ À AÐàÀBžX @v°€d~óri ˜¯ƒ &¤—óûÌÒ bp ƒ@n`*C€k1,„İçGݥђ~Þú`à€Ê€¨ ° À8€0À€vPÜ‘E‰˜Ä0Cú!%Ñßãîˆ à =ˆÀ`€€ÈðÒa`d„ri ô@ÐEûˆ;”MƳëÍÒ’€€; A4¤f ‡úI¨ÀT7`Þ“ùxhOæ¼ ß»g¹v´"`%‰ P ‚8 €<B@t0 €1 I4 œ )¸Ü+!q¼™ºÐƒ=Å¥@:‰ ÄÔHDÒÈA¨$†'¡(”7ÑðÓ×}Ð@Q p@cp¤0@6`€ 5J9@ø €œ()$”¨ܲfH%g P@n @ŸÑ0 X €4C€¢‰ ; '!Ï  1ˆh 攽r©I` À/&€ï݀ŠUù4¾M q°336¿N@€ €Ì@ @  @ÀLM@Ð I¤0€f(C+¹D2f½Š +¬¤™îh Zh $‚ð !P 61°ÜL!€ì¢PIˆOt”cÐRzú®U š¼Ø&”C@3 dÐÀ ƒRCRY@*OK :cÌÙ¯Ó‚Ð d $3ÐР@CdðÐ@t `¤ ÊîQ ™€¯bƒJë)&{Ìu¿°ºR`!z˜ô䀜 T=ria¬ oí-†«î‚` I‚ø J€„ f€bpp€è0ÀÀ€Ü†€Y—‰¤0|’hfÈ,ê@@˜0À€€|€@5tX¤Ø Ë!À¡0Êå$$´ò_ èÿ.áRHný"€¦ q018²‰˜† /”!Û$^™)°Uîb €bŒ À@h„˜ phЬ 4#Üa +Eh ±‚   ’€<°Ed€Àèñ ‡ò‘72“€j¾ä0Cú? ‡ò¿G€N)$Éžúà‚Ð );Pà Á¼‘ ˆ"i`T R@*1 ´¥)!D¹,0›Ò”„áþé‚` k‚X 3&/X ˆ@‹ÄÐÀГ@vyEîø¼wø`Ôu w¼­$L^ì bn&bÌCOI7CPR“Ò[$'ó™)°UÊR–Žò¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”§ì»Ö@ @*6Ð@• °(HÌ @€bl˜þ  `P°Ä€>/£àéeT#ìLö`€„¹7“LLäÒðbI¿>ÌQD”þŸ³Gã~N”'“¼SþÉl7Œ/ìs§ú4²Ç{Fx±Kè@'€@–Ð0@¥‚`!l€bØ4X € øÀBúlPÒB7=Á€Hp'’ñד J‚Ǹ¬ €=RðàÁÈ !‚ˆ ¹7ÁŒ4å °$Ôf-»ìYJK=ˆ À^ƒ -Âñ5J¨`PnŽ‘„¶¡¿ h@Þ¡ª>x5 õòiv@‚è -$ò‚H@\¸€€`vCI0ìp Ò0 bB (†• “ë@‚ 64!€„ bÀ@À4 10 €v¾M(° PK€[¡ú…ôœP«4~“€4?<ƒLíÀñP5õði0€B€è0ä *B!€èšL@ ¡…¡$ ÒPKÄÒƒI3¡cNkªˆ!`Œ½À °øòɼ 2€! Ù ¹ÄÔ£€bMÝ\¢b¨0@“@É(„M,ÏÃFžJØò[`€ù;_"—t@€iÀ€œð`~P @4nXà€À`'± „ü1# …£å’’ÉÜ P¨0e`à Äô 4f¸„B¾+¯lŽ,[Àh€1!`Ɖ¥bkŽYIF-À—ùg™pû¢—ÑÁ¼ €€7xà  €Â¨p ‚H´$lJ` ðrÀbbXl„Ä ÌMGt——·R\à Aİ@@a@8`@P  ƒš€„†ÀšCbPÀ'؆Cå¡À(„´ã½‡t±ƒ†b€b€º!w€‘à Ðø4•É„'dÿÀ@@JÃ>GBC@-% ½þįƊ˜¥äï>¥ìÀ Aü4R€ÜÄ5AP.€ ˆÀ@.(´\°(ÇHÀ€œ›˜PAY“—qÁt.2I  À4 À@Mrà€2À$0 €9Ðð †…Öà:Á¥F/’€óêÀvð‹!à &! J$2 ü¤ŒI(˜K%£%CJGDb÷í|J^€3Á„˜œ Á<€À@À€?|M/-ÄÒÐ@ 6(‡Š)d0 @NMÄ Ãõ` A¸À €;l¼1@:Ä  CLˆ €v‚ ˆdÐ ›ò0/ü„U€fZ¢J!$4°ÎM @f%¤ d’‰}~„ Vy ÃðëáÒõÁìÐ"1@P±4 P@>,3Rc€wÿ@bS€P0 7 İ3`@€|@Ëw€& ÀÀ@/Ha š€ÈD0” å“x²0ä #t¤Áª„€2Ç|MJ &Ü ®‘…bÉNØ ¨%§‹ÜÑWÆ¥×`@RäX è0>~t=D´€TgÉ 68f%€VKQ)žî€Ø  X`à¬ð €;\ @vI¸†Ï=&’ÃI¡ƒ8ÄÌ1Ò¬‡\‰€ À-b! ih%$iû6C:R²F[.9h̼»ñtºà¨À€¨$0  @Ï`øšü`° ¾vXÀTÁ@1A`&!•€Lˆiù@ A„@ 0%n@€@¨Û €¤T/s2K‰cÐñµ€3Üð ±e‚¸-’XˆRÒ*Cpý|Ú^¸4Áp°4@z@€, p À.!€5&RÜؤv&ÛâjÀRQ7n‹Î‚h _‚` b_*Z¨`‰4à$Ð °(5&v,@€LM ( cñ”€Äp B`&BÐQ5 /)hÅJàg –ÞñÒë  D‚¨ -À € A( (ÀwÀnn7 ZM‹|3^âÀ À€nµ € A$¸ Ÿ‰‰àìà\…€®Ü˜¤¤$  7}Êä>»½E:Ì4”0À;HÝ!ŒL/’ö?¡KØT Ãõò)uT#D@“‚p@À'  ´„Œ¬Ñ}Š ¼è&”Ô1i2ê‚ @!H )‚H €”™0œà i74¸†Ø (à˜~€RXÏ€l‡P!Û¼€tÀøRLÄÀRÀ-,”LBX´ŽÉfŸ-Ý~R—lÈ @9‚¢j@A Á¥€6Èh`` CCI…“@_Ѐì˜RJ%–jS±AŒK p@€€ ` ‚BÔ1€ €.fäÄ$BVB,‡²I€1&¡„ÐÜœ0¢jrWüœ€`ä¿°«Á„Ÿ‚l†áúøô½0Dxp@€€/ <t€(ðp(€ ÃCK-! !&“PB!† #€˜'~”-¬à€î‚x@ #hBDà€`œ` € @Bo!€À Ô€À R 5&2C?[ªD0@@(Ye ”|P Àr –JÁ£bZ¸éäîO'_”¥¬®R”ˆ¹JR"å)H‹”¥".qK¾Š €@à,@ €Z ‰+P  €f¨Á\Àƒ¶=`P ”QbÀ`ÝÐå¹úùÔxb:úì@1,P ÀÃD"x043b€Îž€ÐÎ쥪e —™þ¾¨@Ð@³Ì0È`€‚¨ €p ‘€1&%€vpAà N¸„€é—Ã[¤½ØbZäѱí©h° ‡Êè„À(J@Æ !+q©%–_d¯Ø)`@Ñ @%áv, €` €Näü[79Hhàç/”ñÀÎÃ/P`€öÀ&J`¨€€. 0 €.Hð  »€d 8èà›‰d0*ž0%ƒ1ï|Ø ‚  €˜>@AH€„¤n&¨h0 é/œ}Òä¾â¤+¨0 À0Z €\ÈP@` ÀLôxL ó° I„ß‹+“rÃ2ÆåÜà€€;Ðð`¸0L (4˜~,™€v^ É+ÿƒMÜe\1Íü.ý° ` h 'Á”(H €`@jX C@1,ðd € @4-<° 7“K&C7&¶€‚H e€+Ri`€rè T2ˆ@ äÒi`MŠ@tœp…¥`³‘ƒo˜$È ÀÀƒÙÀ5Ñ À `7(ë€`Ðð s ¡$³šÖÀ€zLLxh j°¸@ 2f :b´ñˆ€0‰ “zUŠBÞI!fK&âfÅ‚7Å ”°ßb€b€º!€a€‘à š¤¤ ¬ÄµÓ˜QɈ#ð»ÜL É €öÈÀ1- €¤tPp܃Rèï|Pj@É1Eòh J<ËÝ$Ð@ j@ €Žˆ €,°( ¢p Á 7¸š˜ €.Ù-<À€tŒ~Øø$šoÉ÷Í€‚˜ €*bP`à¢DpRÉX À'f`(Š@ÎpÍ€¢Rû—¸Ýž© ¤@L^IN° `]À€„×Ô™€/€ìx T ä0Ò‚`p$À€„ éÄ`« £ &£t’`Âó¡ÔY-ä’Yþ¦à€j€ A €`'@œ¬3˜´ ¤Òn˜@ha 4d Ra£H[¤²`oß|Õ K¾›N#à€X >(pp0€’@B`€€2h À@.@€ ÀRÐéb˜¸—/^‘ ?°® 1¶@€À/lLbðÈÀ ÀÈI¤À &90†q4 ’C(;€Ù$Ìj]ªv¬Ø` !€v2©A¨H À\¤ éìÜÔhAHϰ濠@ m€p ‚À°@¹0z9` b¨©l˜Ô€fÀ°på¤À1€€Q<@2ShH»¶€,€‚ M3  Ø˜©1 À ÀN@ `€ç(° @X À¨/âÉIo¹C¯™ð@“îðH h €9 @€~ô˜ð˜ €© :!’Ê@2RžKSÛ T-Áð@@Å Fð¸À @vÒ`H `˜!@jPP €1+' ˜°*„Z Ìé,„d„½;8äÐHy#§(4ì À(ix²L±404¡½$$îóáŠC±¦ß®À"ÃA„0p€‚À€d@1°À€?8€é‚ð E*AèAX5A¨`'àK ` À À„,Pj1 `Là\ iiÝ“|¼¸+ 4€ð €x %Ç ¾tè˜ N…oÓðbz3,cÝP@mpÀX@@  @0|`H i9$!À3jL,à ¶àrÀbŠ@»°‹ú€#)€ìÈ $ @ K -  —Û¡d¯Æ¥,Èß €çñ÷ô0À@g  AL +d©0 €ŒH ð`‰Ž =!“2I€%@6o` °" ¹€à€Ô‚vx ÀP¤Pp€à;bÀ„` ˆXE‹Ì†B£@wƒD²Z d¹ZùàÀ@ÍðÐÀ AX€0@3àpà À.Ô âºøÐ C˜ÎM«L€€vBüD¨5€€€^|P À€€P€ç(`˲ròIÓ8ÐÒV'”  €&¨! †Rq|e¤™É… ¾Øô’ Ä7ð»úH G@‚` X€ °@ÔÀÀ€  °h`ÄÔ•‚A¤ ‹@ àÀ¾Í0 ‚Ø P‚È ‚PR €h^ÔÒBLV`€9Ëvf©i€àı $ “> Yݯš@@·Ð Àð¢ i€ì:?G\Ô P”J:É%Æ ú°PÀ@0yÀ€€1h˜ìQ3€„¸ C4 ìPg&†„bËä4‚ˆ À@2RMH0bi\|7}Ô‚óT¶Å|b€b€º!‰Á€‘à ݆”ÉìXƒßßÑAPÁ¬#€‚Ð P Ò %\ä3Ò„š¸Èn˜BP 0ÀHe€ëPÀ5×àBú<Ý%#ûÎ ‚ $HÌ2Á¬@1$z°d˜0€hR‡ß nÀSðÒ€NMÀ‡ð~Òïs@ Ah €0°@ÍB€ˆ€ jP@2Püˆ@6j¢i7€o€tRé0§–ûZAô Aà´AÀ3À @€Èh j6(ØlÔX@j“ða4½¸ЃCY¦ À1\  "É„Ä!À-(45ÒÃCxj_>^Jå²1ºÚý@@T à@Z @¥€€ ¸+à’05Ø:à !’º@/!; H`¾€¢•­€Áè)€ vÀ  @à R¤†ø¬šäð lì0èÙTp¤„Ù.pyÉÍ|ï “@¨¢%,,†‡A˜è’Xžéœì”ÉKÔ@@2,` @  îp*aaœø€Èä$c~8ÜÀ3×R€^Qx´€`žx ×@ ð áx ~0†œ¤ì°ÂSœ—˜ <~ô Á¤5@ )€œ  X˜ Á“`°àðœÜH£ `bàU(+¥„YµÖ0 S‚è p Á³a ® `@Òà€?}‹€Â7 ˜ V’MGG%'ŒbN¾`ð+ˆ à @. ð@*İlàÀ€À˜ `]Ô £‚>Zª@ 4 AM 1!"1D &&˜ €Ä0°ðf3Ã@LM¨!'€Ø åNêRà Ã2 †L!—ÒL& ah á¸hNÈ%nsè°«õà ¤œ @1; °0@7È„Pˆ $\q0OÀ?À”M I`¬ŽÀTY` J@ €•ßVà@À p€.€ªB  €/¸1¨p ‰€ÀRÊ!ÐÑÀ/àTöÎB³¶IʾO‘±š=ëmR@4Ž` HÒu‰€Œbˆ|†„¸ Écq| ·Êï  ŽO¿v @€ä`€z¤Ð0$ @ €@ @ ¼vÃ@B @0á€òÀ§HùXb_&–ÚÎà1À’` `‘Á€5 À4P[ ˜z MÀ`à0}†€è†¤œŸ¯CÑ%†Ʉ҉¥pÀÒƒP5¥$ò‹Æ£›¦Àà À0Àè…˜˜  €P™‡l„aÄŒ €; ˆéHäÒ¡, „€ À+I} pÞ•f†21LŸ‡ûJR—W\®R”ˆ¹JR"å)H‹”¥".R—µ @€X °@^ØÐ ‚8‚À` :À0@Ñ@è¿€¨iDÀ°0H!}ÀtKÈ@i#û0Àv܆`±I ed††VäÔ£tó‚xèJr¿îöìè κC„$Iù!Ó:~€` @t4À @tB90n0C0j Ä·^¬4²Ë( IýNC“ë- !%98g+ñ»™Êëp¨¿´€= @µ  @Õ`Ð@Wˆp@É^‰b Z € €ý;À Ëb’À P   8`¶2傘 K-! 0@€qj” €(vÀ€2° €h¨ŒNM}ËZB^d¥w$@ @‚X jH €àÀ@LXDÐ €;Ø `:pC-!€W€‡ šSÐñ˜ë¼ØP@€p    À- 01`r@€hp¤0 €À TÊ`IýNQFÞ` @€ƒ€ ™ €è—€“ÃHlY(‘„Âie€ë|ŒÅ1HV@bqâ‡.Ð@˜ `Ì€ \ñ4@€˜¸˜ppÀì‚ZÀh‰¨HÜ„ðƒ¯¦p -€;J$Ð@^ØÀ4r@€Ð A8„L!€° \À¢i$…‰ &&ð3‰Ÿ¾÷Ê@#88ƒºÀ €$ø˜˜²`T4†´gŠDÒð ¹øi`Ás€‚è <Шš % 5I@ €tQ0`@q©À C@¨b€NWdôR³í€.ZìBh0€ø ö†ñLX&Ä~‘þà\…™xÙ%HÅJ)°@½È&èP@YØ g‚ jœ˜` a$ò@@LI¨I4 @©` 8Ť (y#*¤xx€2p Aô0H 4À@bÜ ÀLÀRa `€ÄPЀ§•¾;€Neáp @=â@4SÁ(A@ €€;!€4¸ÒjCLpâ¸âb€b€º!“!€‘à  À§øš¢Zsd†}Æ¥*Ôz€ÀØP€ ! `À@ øð €ZXŸ€‡È@T4@P˜’d"nèI `Ãè(”)@cpÃrA½È@;/’ñ3 fd€£ŒÃR‚`Ç?Ì È×ô@5 @Î ],)ÒÀb@+v‰ 0 €3€ Р=¿“@`j¬`åì‚N>ù° U‚Øà‚Ø( (&&À2  €vp @ ÂhA¼$˜àµ@£¡ ²EÌ\R¸¼€RÐØ €8ˆH @  ÀÀtHHߤ°ÂÊÈÆïÇ]à€¤%àƒ™Á@€ ‘€€¬–à02‰`’ÔJg¶~¼ÈP Šà0NÀí< bZM,nÅçQjd™bVø}ûð@„@±l¼(â €l'ÀÀh°@Í(Dм  @ªPà04ÐÔ€?1/d¤ '|5v°€@G  @)Ð@5 €€– €4tH|p€` ÀNè†ix¨B5N`N! †q,£|Ø” Á` @†.F; („XÀ ÀcÀnB({$™ÀBÈJ4Á»î€ úìœ.¿€d`ƒÆ—Nˆ.œ@…òÉ T¦ß€’€-À£nÉÝv`1)j´âÈ`ðjHDÔnL!Œ H'¯ 4ð.©€ÙOŽ>þÂB€@´(x0 Ø5Ê@ Aà`@€†<À@”` 7Ô4°(€!†Ä00 \LFÚá– ` |ÐÁÐ ƒ¨à €ê€€3|B(@Pä$£ògX]††÷xtÈ -ðÀ €‚H€-vCdððÒa€0ØàSüCÒS€²C>ä¿Õ`DÀ@®U€@-°É(!¨r¤¥ &,0ù@1 ßìè&%t´€5 P{Xh\ Ò5ÐCAI,² Û%³|ˆÄ"‡ß×€ ¨0É€  À @gZ€¸ ‚0N@ 6yÀ è@ÓÃ@/À“ÀB©_RYdÕv¾ÁÈ „4À À [‚˜0 @€ H`ð@, Ì2ƒ@0²! ã7í}„˜ ”4À€0hÀ0@f˜ÐÜL¸ì4¢ÀwÀn900–ŒP®ãCF¤uÓ@€Zl„°@ª ÀP€@= À‚I>C 7Á‰b‹&”‚‹,ü4A DÀ/f”ù p`(€Ð*¹A£Hh¥”RvÀToa»l€Ã¡¬§<Ë÷`€  FM ð@m p €f€?`ôªLRh @ €d41(&,&0Å˹l’ÀNäµ «¸#Á¨† `†$ €Bx Š‚Ð@ËÌ ÀvC&D€€ Qd"Z@,!à DÕ&ù  àN`ܤ„ ‹d¸°€œ–QÀ$)%@P”Pˆ&¥A‰,¡žÈp@±P)@€†„àAì)2@1T‘/–C~Š< Q•€¦($ öCYÁL9\` Š”LèF! ¨† p3Ð3ŽÁû.10¡äkú` k` ai4 ÁL #bÀ L €€q40 f´xay t€6Rp)°)Ö^]@ ‚€0@) @Šj`ø‹€€€: àÀ0 'ØÀÒE€7å, €ïïå÷x @‡P@Ö/à@ $°î„h þXI ÀÉ@&!¥˜rÃ’ÐB-=,€@Q 0`:D¨3@=bp À3|Bpià†€„ñ@dá€2€,BùiW2¢h(t“ &¹A€`–0ÔBå|4´§þYKq¥¼‚‡‘ª/¬€$À@׸0 Àà €¤ à ÈD0 € Ì¡i´hé` ÿ7èè$“ q×ÆÜŽ]À #€R…©g^H( i€ØzÀ€À _†ÓË Øô ˜’_F5,Õà!Zà)tà T°AéGˆÀ0&£ì0(<šº€PÎ*´€^°†€˜ –E’À²;%²Å@ÌßT>ðð@` Ð@Ë p@µ à€€”ˆ ,H 35(؆L| `®œ 0+“@ ‹I ¡› e÷J­|Á|€Z à‚¨°ÐÀ è°@A€ ÁT@ ÂF>!P¸°À :K mó‚h @?ÈŒš  ˆ@ € A¥ –Xj¡0X``ÐAé`‚iA™À–Ðp@€®œ0 (@`‹V²a 4ƒÃ9 4a…¡0BÆ M(BÌ1(/6ü0 L‹ ÙcjJY}?§’ß?¨±“›¸b€b€º!œ€‘à @LŸ¯êÀÁh„èÀ5À€h%@¢ C%]€–B(š€P ~àúƒv Ð ìœÛ5‰€2@Ž1Vð  Žàœ`@»+ÉÉ€P†ÄÑ,h bɬRP€Bõ&è ð04 }|ðÀb€$²¹ AÀ2‰ ;&†* ÐPV%R`ŠP &`,7†U\À€À@†h€’EÀâj0&<&ŸdVPFÈ„Ct*‚FÑEÇP°p%† ! à t¹4a@0Û0ωx˜’ñ,µìðb¹¦6>þ™ÁÔ0€€. ÀL À/'p*¸40X À@fÄ„C 60 p vPVã3J0A÷Î0ÀX $XÐ`  1"HZt‘€Äø `Å é40$a¤"݉’¿ãTÜ l@ À? @ nð2À€\M!†€“5¨é Ò ™²Ò–Y)H6éø @!H T€. 0©Ä ¬è @`ˆ ô€ì”޲P`0 z1X Ä4  Žq z°à@€%twxÀ ² 440 Ô>Y) Qhÿœ"±EsÀ…ùJ]@=  @; €3H €>J$äÌ™@0¹D0Z`¼†B¡¥M@RØaf\û¼ BhƒRM(°ÂÐIA{¡8Në‘÷)JN.R”ˆ¹JR"å)H‹”¥".R”ˆ¹—ñ‹ÏÇg_>úx G$ @° 4€‚Q45ÁÒÀvШ@@ÌlÀ˜J@4HÐ €€%Ù5É¡ 0Jv,0ódï˜D Àòµü€ @P (´’ºXb¿O€ÀhbPŒKªe –o×Ùð@­~€'ð$ À@ˆ… @t¨À`V–ÄÐÀrL1JÀ!Ø ʸœa4™ùÈ&“Ä ½ù:9¨ìxx¬>  ÀbP Ò7蘠,ñ0ëwü¿É¡¡©é•ýh Að.Ì(Á0¬¨ E€dÁ€ Áä†^5€v@€@aÀC‹ Ô„£òÉ£0!}„„™g @£ `’h @'œ`€npà! B€p@<Ø I ƒ@¨dÐÂ’wÀ`M,$÷%ü7†Œ%Þ0 A0p j‚Ð _‚@ì00@9@9 ! H`°€T3†€ÀLÇ +w8ë°@€ Ð@=   *€ `ü„à@@L( ÁL &HÎ@L¬ªéIÇ\(¼´šlƒ$˜ ‰ƒP*LIx°)ÐŽ¾’XÀ ‡Î7TJ Û@¿F €$ü˜À@ М@Òp @ ’„p„]ÀN`Jˆ  †€Z(I A «Ð@`@, @V @@À’˜@LP €€À@gñ Àbå(D–A@:@O3\@ʨ @4 bh ,‚ †€`°@ÔGb (dü@ @4€•þ Ü $Ç·‚h @ "f€@+Ä„A< À€h€ € @1 !œQ `;À€¨&,@g„#ú@€€ì›ÿx‘4ÀÒɩزXÐýÀ()(?OB»’ðÁ€O¥úP@- @£Ð #‚pp@3!$ €H àà@1tH@0H@NXoÙk1 Nà† PøûŒ@€* 8@Ä`@@1HXA À°@€Zˆ€À ÀbÀªRXÀ`0(XÎøåp CQ7¤ÛŠ ¯t˜2 A@0À€&"à&€ €L0"‰3@È\¿’rˆEpBúHê¼È€p@àÀ @@CÅ€8và„ÌT›†i „^&—¹ 6° @ @ À¦äÐè¢a, ’›t†'€Ä¬€0±5))-€¶.0a]ðëîH &f €€ž€€,r“Àèà1Ð@  À`¬Pè!¤²Q    Sú&3í}¨@¨@€RJ €„˜˜ #‰0+€€<  ; ! °À ‹P ŸP€ 0".ò`0 B° €¤ 0@@5vŒH@2 b ˆ\M¼à6ÉáŽPn›Ÿx€.l€ @N\€€v¨Ä€Ä`PA„К‚Èa¨Ä²j» m@ƒÚÜ @1` è,È ƒHHÃpˆj`Þü7€Ü™–1 _HbF7$_ÒÀ Aä)€ 5  a€(€v@vð¬†äð oj€5G&:w6×34 @–`@ÀàP@øIA€x¿P¡€ 0 NJ&!\’i`X™ŠÜ´VP¸¡b€b€º!¥á€‘à œ«æ=çíÏÛÚˆ¡€`€`[€ÈÜC/’P`@b ¤§6` ]ý„ ÁÀ)`À€Þ`Ä ÈI €Pðp  €: P ¨ Ë à;-``$Â÷0r€¿Çß- °@0 :Ѐ0` €`( ‚É©A˜ŒQY'¶ÖR`ª†MBJ--î„¡9Дs÷Üýͨˆ8@€U€©DÂB©» yúF+-'dKdo‡ßÚÁìA&ÁŒ @8 $( âÁX0@Ã!€f’ ¥@ €øh €L€aXþ¡«(hhBIXË’p@y €(%@ €ÀAX)¸hìnÙ €3 OHh‚ ph¸ùd”$ á¨]òÐÀ.d À\  €0Ñ0h€&!Aƒ{¤”²ý}”…«,úN;&“I¼0:A0°ÒË×ᥡ?—Ò¿Æ3f(r'€¦RýýHÁˆ5h#x c;H ˆàPà„p€ Àð€AÒM P ¬*%”žV@aȺ €¤ €`@3AD02M¸ €1@7fJ,‚À@LÁ¡ @aÒÁ¬RQ ù)×Ç „"iE†L , Ôr‹)(Ý•ÏBq¨æéÀ8¸p à LpŠrP€@B „"†÷ã6F~} T2B(ý“ (4%À Ä†>@Ä.Ñ‹åòXnünTX…“ï뀀œ`X@Mx„ ÁDiÐ P &b@Ô,!` u‰©à;ÌÀÃ- À1(þÀ@M/ðÔþ»É‚è 7€-ðÀŒp@ÑÀ€=  Ðà €5-œ€*Ì ¤ÀMË…¬Æï¼a)í‚¡¶Ç*  Á0øðP¢ŠÚ'†`ÝÏÜ!É¿!ÙjiŠ¿ ‚° 5P e@Ô0@-%ØðÀ À €` €$@T²jF€:rà˜`ha  ¸Ð @ Kô{p Á¨ À ‚ c€ € ´%tVð @4@`ÂÀâà „4’€,Ø„X!|$„€.޾cЄŸ·‡Fçíë À@`›@†èìPÒ”wÉ ÿæ)g ŽBGs×t à@R @TPÀhP|Ôˆ @4˜ €  :Ì„„@ :dÌ’±A¥l|4ÔÜ€@@Ã!€>@@¥% ð€ A0¨ðÀ€h˜ ÀNa+¤˜¼ò0·@Æ!!‰l«äÀÀ:jˆfQ0†€†TR‰2±{äPayz!¸@ À`M0 ÀL €è†„Ð(I…HDÔ ÐÄá‰Â½Š; °Â@n”ÛA… ˆIiÛŒ)i,–)¦a%wõ0@H@½ P ÁI`€T @;. @;è°À @0&€^Œ°` *€&ÑÀ fìM/Ä%’ž} À€@`;p @j&‚耘@ f I -C€`’hç€jj!ƒÚ#I\Àžq÷ÈÀ``hL !è„L„ÂaH &€ÀÀÀÄ )R AˆÊЇvÎ>`! R| é 2HDÎ~ ðo/w,µõp $b8ûö €Ú  À \$P5A¤àxp‚`p J¸i4  ``€ìHbÉ $kY-’›Ð. 0@»€ &H "€‚i ¼@ ~@Öpˆ€@ ‰ ÀLÝÊà–À  À@3â`¸¢ÎÙï”í´IHZ²ÅZ åCKp I€0 èNÈ<îRJ’R\’Þl…i<:ý¨ X‚( O‚°P@ÏØ c€@€†:€'&€4Ä5°`™œØÐ…`:(à(—eâi‘vÚ–  À†€1 `' ![>! biÿÿÍÿÉfk”¥-bå)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¿¥‚  +p` e€8 @Y` @‚HP@9'&˜fNÀVÀ:Í/ó¤1ÿ' d€|@ž €l@!@À&/b  àT4e˜y¡…䚨h@ À-t”4Õëæátë¹@L@€h  ˆAˆ!j%ô~’Kba5`8Fÿfi€Ûõ¬œ"ý¨Ð@Å @@žP@¶L@bJà„€ @ bܘ€N À€œ0” À Юä¢÷ü÷«µë0 I‚8 0` 7€Ä@‚pÀ@1X@ ÁPH S‰€:xPoÀ4+”Pß›|³/ [6‡žüJÈðth4 @ +’a 3 Š@À! C !þžÂ8@¨äÁ½ÿüy»À’b€b€º!¯A€‘à 1)!ðáË'_ÓA”X L‚à9 P  œ@M4Hfˆ†¤; â€@P`€a©p‚ÒV¾F%y€@®À$ÐÀ€p€@Rn @ Áì‡É  À¨dÁ€À!€˜„`MȬÃJ+ °£³{Ì¿ýá~¢2‰  € € €¢×A`T’k¬7–å^0ãzúÄ_ÙÈ@€Ì Ax"€N 1Ș¸4ð`' ®ä X…9à€“ À)àWœ0’eñ’JBx‰… ƒå)Ky\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘“+ä€ p‰“Xx°¨±Ä G9¬jÅXf>¢iØ5‡‡ÊDZ<.KááëQ0èšÃƒþcÛÕ¼’qìE¨ò@î8ʤ‘g¼Ý€YQ0Ô\|ž=Ö ¯À?= ÓEôHœ<Ñ4aäA̦’Næ(‹Q䎒jÏýˆþÍ Xš˜ZaÁæy)Ľ V|y9{‘ì~ýyDY {¬€j`j â@Ô¸ ‹À>€ª@ò=Är §ÔÀ›,ŸÄ_ûÄ1Q7ˆqáÇØqÜ(|^$ÊaLÀudXšÃˆ0µ»SÿÖh8h4œfÃêacï[‡DÐk(h†,I8Ð"ë'áâj`tCcH³ *¼-öc:/r(³\EL àò²ÖN\XÜëa¤Y#öp™$8 Y¦Ø@ ¬gv€©dy EbΣ›ü8‚>&¨å8PüÈõ0šJ;õ‘ÀYaæDÐá"øïŤ¶c€×Eƒx+ ©¬D"è±çÁ¨ ü_ Il9døšá†Tı‚y&ŒÀز¢DÇÙ˜ž,tC0Àó€õ04a§E‰bñ ÄqjRcY°ðÁ¦8P q:¦cÉàÅŒÎ-RE,陎B" 8 ªa b›ÄÖbš´#àÒ1x©˜ D0ýl³,|ƒÚ¢Šmµ‹jP ! Sˆ˜)ôpk¨â!ë9Ì¥$p¢|œ ⩼Çòä ~ÀF/ž,çIQ FÅ«€|*,Ò"TÀŠÀ3h5 ™W²q?Ž>g y8+ 'TÀè#€ÝÌ> sÈ‚GZ/`¥¸’@2©…¸ø"1ª#E¨Œ+À;ÇÇÈD5ž|ªf`Ј‡1ñ5ÀØ{…‡±DŒšF2hi°’=„“9³š—.á&¸I'òOånVæ¾kç#ŽG‰¸œ%ÂmKQ¦Ó¯\Bè‘  >u‹ë¬_X‰ˆ˜ªTçµÏ†!ÄMÈ›ž]åÞYå‡'NIT•j†¨KRÑP©Û·&‚Oœš >µ­¨âZ%Žöít¢éF…%¡ICÇ‡Ê  ;#²%ÐK¢^åí*R¥6M‰Äëׯ£¾Œl5‘¨fff<Ðy¡X2°exe^pÖᮆhgOtôÑ)¢P:¦¦jgÙöP¨nÝrPiÉB=¬©eeK)ë²0`-¬ûY݇caM2šg,rÉ>“æˆÍ¡îôŸIéZUˆÄ@€cŠ7aŽ(Ý£+­]l¨Ê‰y’ó:˜u0­È«r':tõOC83­Ú=5ƒXÄœIœ'ÊeÓ¡ÎJ¯9*¼hú3GÑ¥Ö]W7.nê_Ô¿Ìœó'!(BP‘‰vwgI„“ b!Çœz€„b<G ¤m&‘¤‡$ sæÓ¦&Cd>7ãuy^DQÐtJ’¤Òj)4jÖLV &+ ŸaŸŸa—AUÐU¹[r·.\.{×½vçn+Šæå¹pHÒ.#qºõÚÓɧTñäÓªz%RÞ%R݈bb¨ÕÑ«šS4¥m’Û&Ùm“„8@P8N4+JÖ“I¢Ñ©RÖ]û \®ýÐ.Uf&•f&y^GÆŸ1E‚‹,ûÙ÷kF´zǬŒã4ñ<–%‡ÄR©aÄH£LÏÝV&gî¨Ï”(Ï”(K͉m,X81`bÁ†b’)%Ùv“¤éBP^—¤Òi(” „¨Ê|Ôe>yÏ!yÏ!HB²¯C&†Aâ-ùò5("‚xW….K•iZbز¤© I£çØÇ ú¢…}QÈÃÈÃ÷½ÃáœÃ9±Ác‡wwwë~¸ - Fù¾©êxärÉdáÁÎu P:È(a!Wa!Ye¦Yh8@p‰1’c ’3g–y'¢zXÖ2‚G‘è:J%o7¯T£¿¹EAßÜ¢¢º®º­Åqgh·Qnxð=¤;HsG4y*’¦©ª°lDÑ€ (ÜnG#J•Œÿý² ™ˆffwffDDDDm´I$PPª ª¡‰bG9CŽPçŸyùêšz¦²›)ºË¬» .ÂÌ.Âë±¾ìoºë®¾ü±¿,oÇ0Çåshùmñb€b€º!€‘à ³Ê?*¦/nÝŸp•æß)/×·pªÝgGÍѹû¾ÍÑ׸ý$g¶ÜÖnÝû¡ÙƒY´ß>J;:·1A9·ÿì*OÊì{­ÖæsŸæãóµîýxÇu….Øú‰l·G [b™Ž"y=Ïæ#;Æê™¬íǸ¥¬,g » ÒU³ñbŽ_ä&u¨Ö#QŒäâ,P,¸Cç[çPÅçgÏŸŠ½›öîíÎfÙyc{öëãó›7ÏÑ’çÛ»2ºÁæÇ­û©”Û¶8'ôÈß6Y‡ÔI*fs î ‡œ<@#;®ÄÔIG­Fñërfpüs)ÅÙŒäa͉Æ@TI'n8Þqâœó^cV ¦u3‘k _<)‡1::¢Vm¾Ý|’gÊV;mÝþgÎ3©Ü‘ß¿toÜô/?2ò—’c¯Œ1JŸnʨÿÝÜÁÌâÂý(Öf7õ¼{þãˆ1Äz‰l{©ÍY?ÊîüóŽ5³¸ð¡PáCÈ$J8ʉT8ÆbÇ0y>Î8sc„Z‰õ0\•º”báôbû(yÊ[“°·µ5LÝÿFØ Fqpí÷̼±xìOv‰ôs1ŒÇN £ ˜¬(8~Ûs‡,ãÇ?4ëÈÜW'Ø÷äjÙª$6Öq>H¯Ö c`þ%[æGL‚6±ÿgwØ)´îÝ·ì¿ÆõgZۉ㯾Éù}“Ÿ³cÏßë÷J]בŸ/lù¶lÝÛlò²ßn3£?JUÿfÈÏû‡h÷dqfjg»î¯ºµe|üóFŸ˜>cº»º16ß'ôì§Ûoüœw^盀?€zÿgû„’{£þ„[l7#>d K÷ `Œí¸|{»™×S<ΕðÓÍcÖÁÝÙ¼Ã3¶7¿³­'ýˆõ™Õº‚R;ïÛo…ýûu²þ›Øäü¯¾7ü8>¾Ì¥o·ùÿïû3õ¨’µÇÿ¿íL^ÃrÒ1ÑúÛ¦weŽÓ”7Á“Æöq‡²ÂU÷Ù½!÷ûÿ¾çvïò’iãœü¦F}÷Étw”Í¿ÿîϸ§þÛl¤;`޵ðŽêvÜïÜ>_wçw|Z™Å4‘ÿf(Úf;ñùbŸÑó¡Â~©‰í²?ÜåÛà?þÛ¨çýM{¾d>ÈOênÃ;v59úúηwß29ÎìyƒþsV­%ò³çé?wû|1Ÿ~ûe¨å^Á4æÇmŒråõ¥Å0 j`â›ìË¥)AƱǙkQ‡*û~9‚øáËôÙÖgbt{jf'qDs¯³±8 cEXíþn¡G¬Œê‡·=À<±9QùB¾T(MLH¦<ŸöqGåÙ­€^~:9]òŒQœ(|‘ûðñ<´;áÎ8ˆáÐì&¦%F‡ '—d?~Äs\ñ'øX ^Ô{¡bãÚ¦éìûs?uoŽø£—:Tó-[²›6ýG ¿ó¤oÙx“ö¾mÿù—Ô+ŸïüÛ¾mØ!»õ«u8(à†êùi·ÌOþw4yÁçÔÉY¶8fζR¾Ù—·Vÿ·2qœoû÷oÑ¿Gó:Pi¢Ú|†ßŽ|­—úÖcåqôaø/IÇt`“•ú÷[㛈 ¥ºwâΩ„ŒÉFã¥ÿÛ¬_Çõl÷Ÿ`ög}ÿËm¹ËÂ=m¾Cõ ìÈý‚[8>[/}ßæØÆ9ðÏ›ål¦H¦¨–¬ÍŽn€gwÍ…,@¥TI#¿0H (ðµ ;µ³vÛ¨aÚ¢G9°RðµÄq0_'€þš¢R¾^uœ/¬H|•;²Ä©GI~ÌA°íGãvb&8@áÔ¢xý¶"˜a?dz|Ì¥"ÙÙ`5`9&£YG­TiÎ@à°é$¨ þGy”Øù*S ©ŸŒb:™äšr”Ƹ“d©Ï4ã¹Jvü8žw» ãÇÈÒT>¦ )k|~ÙdJ4 |•(áÛ‡ "¬yªJªÙÀêÜ×#Y‹Æ­–çñÁñÊqLN1Í ¢ªÙg‘ÈÎqÕ0^Q€5ùžß ' l“i¿±Êç¨Tñ DµÚþ9Y›œµGj˜r»w4•¹ñëíŒ_8ÓáÎäSP•G3å,m%yfv)‡C°ª™›»Šâ°¡RGÿ…(÷Xâ }aOÔΣ\x¨yöâ€?¥²òÃÕg(gS9¸ò=cvÙû9ŒçFŽ}™ÝœÖunÌ>JVë"áÖð¯Àeάe‡ª¦ ÙGž°¸?³„fÀFœz²ú…hK6ÝØÓ$˜G1³õÁu0Èç‘Z1[oû ”¦?r5¨áX=ƒb€b€º!Ëa€‘à ! Hýc”çf–¶µ‡ÔÄó¶ØWb |³D/æü‹ ØÏó ñüßÌxå÷©‰Î¾#…÷/G¶0áú”s‘{G/ vp™BØ (ñV µLWuœwŽclÌÌ4ÇP£N’£8‘#åj˜P¥®I‡?¶º¡‡ü~lãÏ„)aÌNøBä‡ZÏc„³;z˜•ãy:„:Û)FÆ4.Äe0ó„ÁKVÆ p9c¡£øõYÔ}Ûò2ÉÕPt1@P¼;0…1HáqîÞ¦$Ï„°ƒÍáÊ£{œ¦Ø€1N(á@nrÍbˆ¹T(PñÙ©‘Ê„ZÎqã…rsއ岰þææŽvÁäÿˆÃã××Üá j‡.¦f/ÙGØÙÌ^lîcqXóò€Ûßõj©9Î'0Sm˜;˜µ(BØ.Çã¾í%L~8ˆï@áç‡ÐçÜÒp5À2©ƒÖbùËÎñí›'ð¹&¬QçìÙ‰Íðª{…óÖã•ä­÷ùÎcÅÇsS8 ç=ˆ!î0à7bßakgv"u©°±j7*ÖÂ\Ãÿf ¦`Yœ+€º¿9AäqЬ¡ÁáMA✔@µ°ÌÖ¡ã×S6/,Å®|y¤óÇn Že,œÎp³Ô¸ãyæ/‡QÊflÄø,ŸS_fgì·hKc¹NÜ]šØFõfvwXþ”üÝÖ$øå|%ÎËÊVA ý…ŽÆØüõ2Y¸yáâ‰ÇIç|äür…Ô¾þNcð•?.–¼…eLHöÎà@÷©&ï¶8{±Qmj€Öi*©‡©öPð÷#ÂðãëPíf}òÃÜÀ9B€~«Çz™±ØÍ×Ô=ÎcuFòNìŸ$8üO"ð:u¨}LKnxqáVg~³¡J8]1î89rp¢¨ö0s™…·s$ÔÌS…¶ðSœ ˆáv£ÛQÑ뛞=ã•SG[™ô{å/;ö7R‡X€7T<ðªfÊ^e˜Ì°:ªn9ˆ§~v*”n ­KÃÕðŒîØ[ƒÅÛ S;›ÉÆGý°_£3lÊ'IÔ·ÿ`±oJªáBÀe Pà»`Îáâà ×O IX8Ðûøì‚d.J€=±ëŒ×ð.nP’DQÔ¼‘Ö(XPÞþ`pð͘ÕG€m ¸î}üÎP3€ØìbÂã0v=p8O÷ð&$qòG*9wÌpñ÷ð7áp6>WŠF`зð*€?±c‰ÇÁOo°ëù‚Pµ,XÂlÀXбáà.{ù˜4ÿÀ>lq€?±ÊâïàQ|ë™°ö ìMüÎáN :ÈÁpìB@ÀmwóBáP¼«n.¼"Çh~¡ÀèR€<­ü . V(u€ÐDÙ8uü ¬X«¶Ü%€~?¿ÅÙ*ÉËT“" üo$U‰„‹üßÀ„‘,ZÈð|‡w'0P0ÿØ›2€Wóë–,(u`pÂ5‹'½ü…cÀ> èÊRÀÝxÁÊG£Pò·‡þ©ÿt'å H¡Dû0{aÄh,pUü …ˆÖëåþè;ÄA·þÀZôGªþ9ˆ!ÄqomÔMx0øAáq:¼ mÇG]x806À…Äjð|À:Ôt"Ø:½;ÿÂ̘¸*/ñÕàƒ”.Ïù@Áÿ^Ìn2—Uâ@3Œ F«Ô>‚Á“þp:&:'WÈðíQÐÎ…W ¢$Oªðlâ,Ì @0‚ ªð?oü8p5ÀÇÿ·ˆû^8=€dÒ”uxDqP¸ÿàgÿŒUx( ³Ç‘`w€;¯G„D°˜êò" ó«Ç üu}ƒ¿ýx‘€Ñv8W‰Ì «T ßõ^8p2Àà^D<¨úñey ëÇG€ Uxи?Ú¡•âB€Œp'ÄPâux1Áð§ºñ#žQ‘<€c«Ä³}gü¸*¼IÀsàè?ã­âzT  3|€˂Ā}^KàÈEy#ƒ€6oßø€`ù0ñqD'Ë›ü]~ÕâæLÀÖ*¼\œO˜6¿¼LÁÜòpv\ ªù€ÌPX1€×Ì㇞Å~ÌÚñ6>10‘o'k˜¨Ð¥WÀ<áW^(ÒtÌÔuxpQÊ‚Ôñâ W @â5ºØ¯iñ€Ô"^b”dñ‚¢=‘@Ñ>€ÖP kب|D#W yñàlÀ@ÐQ°â¼@ÔØHî½øðj€jaãëÁØ:8g ¿ëÀæDã¡$pØò þ«Ì"!bào²=€ÊƒëÌ ‚€gu `Ý"¸T£ÕaÒ«ø/WüD”«y=ux;ÇM€YL@¯Á«þêÀÝz¦ˆ ÅÿÀÁUà†8pp³ZN€Z9¯@ðtÀ„€°˜?ëÔô@Œ:ez 3²€Pî:ßø‹ÄZð•/ü ðã¥W˜F€ìB @|.àÀkÁØÁ@v"¨x•î`:ô9ªñAà3€0þ¼[,ÿá@?±Bà"*¼Àkÿ„a˃àbÿ €]ÊòDpc-ãx@,‚¨ƒü +Øyª¬Àû¯B¬?ááBÉñ Êl ×°8ðÁÐ5טð'‚‡Tt `5ê¡çŠåo…^ð7Øêð(€ð›TÀåÿ²¼ð ‚ΑL@Uà†Ž•(¿àø Œ¯P€8Žˆ€z¯‚ƒþPès^ ¨ò¡ÀµWò Ö$Ýg¨¿âwW¨Sã¬:#É@>]€º½˜ƒr¨êò`ý¼;ŰC¦UxÐèó׎@ ÀÆ^(jˆ¡@3¨Àmà ^T d€ p‰ñH>Ixg§ƒRLå/ÔL²6 cTMÄÂúÔOˆh ¨²ƒ9gT±e eœ¨h™ ¢·Ñeæàl‹"&ò lH˜è ‚uE”Ë8µ$Ÿs 0 †C`ÐÃà†N€1Ȫ` 8øXèV€vWx €  ”Pª˜Ÿ—kQ€)ÀF?:&*~LĬMXªRYñ5*-~DM ?„ ©€;ñ†DÜÇ€q„: 8=ÄÌ^Xa*¦j‰¸0]óÇÀ'AÚD„’ßS ¤¨²Ð2¼¹%–6)d%€X3±&¦@À¸†  äº I}ÀÑPá¨!ߢ¦RVŒd»è°ÒLQ°HeJÉ@ *`iE ’” H †“@7Šæ@! @›€º¦RÄ0D0Ã`*_h£` ÉDÀ ø*¦P1¤–SqR“ÿ€¨iÐa°e”RI„´b}LTC´M Ð-1\ö€BPaH )Õ0 ˆ†$”|~HñKЬL,1)%|úÀ5€Üt")0 &(pEÈŠ„t„\Z$&Ôí“¿©€',î¥A¥bie¹Ó ¨­œ4·!ïŒQ¦kPÓ ’ôYix…€ÐÐ*MA)AìÕD@CǼR` @uòÌõ0²Z`è ¹@?€vK* €†|£I¯SÿkæÀU¡ƒ¢ŒÐ@aØ–þ D¤ø~œú“Ïþ¦i%’|PZ:-'Á†À€í(ìÜŸSvHƒCOÑ ¢öË‹/ïÕn€NMøƒˆÕ0 †“@7ƒJNÙqe÷l¨jpˆÎ8I•0†lI¦ DÒ’Ï—òZ(Àôàæqu040𸠖H‹);uÄÒËßE€5ÉÀÌë>¦à €vZ. 7Ñ\|¨aa‰&¿`áj©¥#¼œ@T–ç²:NñTÿb±¶Yõ†‘Pê‰/H€©þÉU×àÍSn„åQ$ ø$¢¤q0(šJÍÑ“Q ŒÚ&–[«Hheß6CVè:" ¿öТ=W€bq[À@5Q `ñƒÂâu@ÆÜtuÔ˜`BÀŒâ5AóèQÐP‹`ê£øY“w@Åþ: ƒ”.Ïù@ÁÿT>cq”lº¨ àc€ˆª¨}ƒ'üàtLtN¨ÕüàèU@ŒÐÑ'ÕA³ˆ³05Â2ªàmÿ‡¯øÿávúŽ`4¥P*ˆâ¡p=ÿÀÏÿ ª‚€Ò f™‡®¨]P¤ÑI à8!hZ—EÑ.•Œ!!ã뜇®s~£zïÔoW43¹¡žé½Óv#‘ˆäsŽçn’Ý*Z–¨*™fljØìt·:µ*ã$«ŽtšÑ§ Z4á9d­Ë%cr&äiëªzé4êiÓ5Fj X¹nL“%Åqd’ITªÇ8+®«Ð®º¯X á@€Å”,š‹55€ `9èsÝA:‚hÚ8qÜxy<˜ŒFË)aÎ+«8®¬\Zàk‹]të ¿ä%Ȩ *ç1ÎŒkÕ°lC‘³lÕµlX,ÄâN­)ke ì­”3±éB@½(HŒ˜¼dÅÍ››9âªxª:2(dPÆñ¼F‘¤‰"XÖ;e±ÄâÛKZµ©ñe†§Å–Ù÷[›>ëU®­t„7Èo›ÇñÂâ}ÄôqHâ’T”j¬; À0#Q¬N&³ˆÄüïÞ³ó¿zÒræòN\Þ„°”%„š‘µ#iöZ}˜Õ1ªc”Ç).˺^—]—c˜æ „ kkSƒ}N Uõ¸æ7Ñ P@l,ØYÚmv›V9¬sj–Õ-dY È1u][FѸÜQ(*µc X¤2=b’žÌAÙ‰›1LÙ‰[2¶gÙ™öfša4Â1lbÕÑt2L•iZX–&Ói¶ÛD¸Äc{u@½íÕñ×=:ç¢ûçAß:ÆmŒú~nŸ™¯^15âkÍ@ jj˜( ¦Ö›NÃV²}Fd½õ’ææ4Â<ƘåìÇ/sxæñÚ;¶Žê2ôeÚ¶µmAPZ0 Æe²ó™Ã¢cÐÿý° ªwDffffUDUD’FÒHªª¯ªZ ªòF$‘‰<÷ßžzëºì-ÂÛïà oÆü0¾ünDZà qÃ1~l®‚¿6WAaíH¡íH»Õwª .^¨åQÌJø•Ó&8lfÆ) I¥šTe_Ó˜æq8 ÁT©‘EèÈ¢ô ÒbUÒbU.&_*T"ÎÅœÍ9šŒ]¹ë²c˜ÖAd ³._—ÁPTÚmråÓ§ &£†“Sx#ûx#ú’­%[¢·EW§/Nš“5&nÜݳ93™Êr4£JEÔ­+2L˜”J,Yó×nFk·# °ndÀndÇÑ£º~,üXùaòÉH)¦š`Ø6B¤)eYf)ˆ—%ÕŠÍZŸ>»'þÖ]“ÿkð‚Þð‚ÔÖ©­lFØŽQ”£!eÂË&L}—ÙA—¦zc|ß3 ÃLÓ¬ÖG™1Á&Ž–à“GKõ-žõ-ž†û ö‹}ø+0VW¸/pt èB]eÕ|_$†HgÅG—5Í4š6•!™G±X̣خh»Jh»K”‡)ÆÇ¹ò%”Ý)»LV˜¦²k ì;§Zu„$IlÛ5ªÕû÷ïÃí¤aö¿Ò59Å9Æ¥ÍK ¶ÁmC†:¤+G¾o|øïŽáhZ¶«iÖu–Õµ_WìV'.P 4îVšw+U&_U&_XÇ1ŽŒŸ>oTÞ¨*0T_º?tx"ˆ¤gFwÆKÒó¸îr9(Ñvï`µbí°Z±vu‹ou‹oŒ[¶1tbæ1lbè¶ÑmtàéÂ*"¢À°.bæÔõ%IZF’§SH‘*Yc…œL±ÂÎ&Y®bY®a&rLæÊí•Ñ "¢mDÚNdœÇ…xPlsg6>‡%É/ ÇC£~ö 7…€E›ÂÀ'7ø'7ø'Ž9bªÅšÛ5¶p´ác4æiå¦ZJrº›¨Ž#¬»-F e3çïßÿý° ªˆUfUfUUUUDm´›$ ªú¯¥ÿ ¡ÍsF4× yèšjë²ë.ºëï» °ºìoÆü°Ë ¯Êüq¿-/ËLq2ºÉŽ]dÇ ìŠl‘MV Õ‚z4j¢ª!B,F¤j·ë~›I´Æ£þ:¥@Ê6a@åÁb@>©/€!$pp0ÆÍßø€`ù0‹Š ±>\ ßâë‚5EÌ™¬UEÉÄø€ckQ3sÉÁÙp6>«0€Ê 0Ì㇞ÅpfÔM‡ÌL$EC@µ€ÌÔèÒ«ó…]B…N€9€:ލpQÊ‚Ôñâ U¨ÐÞÀí@AGš|p 5…ÔÅ(.Éã…D{"¢|;¬ ÕЇÄB5P<øð6` è(ØqPUP 4@M„Ú°8ðÁÐ5ÔÀ€y<: ó cª€èyâ‡ù@áW€Æ< ßö: Qà!6©ËþeA@È,à9ÄÀtuPCGJ” ßðüFU@Bâ:" ê ¡ðP0Êj ¨ò¡ÀµWN±&ë=@Õÿ¸úªøëˆÀrP—`.ª1åQÕ & 0Á‘lé•Q¡Ð ç¨àQÄ œ `55DP Ô`0çÜ|¤È xü‘¶Â/åÀ8ˆËßó¿’úáþ=v>,âü\uCÈ>þ<=¸¿á~ª ‹Çàñ÷ñ:¢Ì"@€ÊþõFAªò_Åh*.þ ¨¼qÄøuÕ@hØ4y€¢4<Ö ¹*øT(oàj fƒ@^|oà| À‰‹ @ßÈ&¶þ'BÅ*ũ޲ E‘oàPcÿ„@n,ÿã”×at¨³à ûø˜°#Pj¸p˜àíüOHDù(œ_ÓÂüH™h6`ù”.ÞÁ£þOdh«ù€tÖaE¨øÿïâ Â$ꉿ @f¨h6€ßÄøˆ½Æ§•¬€üÅœĀà×ñðn‹õ""Àð a@ßÍ,Èøø‹0¼3\hëÞÔ.ÐûÀÝxz Ux(g ÌÙX]y„é@Ìq÷_Áˆ̦•_ ÁƒþqÞ_®¯:6ëÓW³‡ñ$X@kà Ÿð•äPî¼¹ÑÕààr:p~¯ìtªð€¨Ä UàáÊ”î¼àú¿Šwuä€g/ùõâ`Ä04ÿÀÇÿÊüêÞ7¤H @à¯É«ú 9 _F€{^3Ž©Uòx|€6¯nèðê¼XÀ`7«Á>"JŽºððrÿŽªùb)ä{ø*¬s*ÁŸþ¾êWŒ(u^ ?þå@@žE¿<w`Ùÿxµ€}pð×”ÈÀùUâ‚€QÞ@Eàìäˆ xxš*'uUâtT܇#׉ò*«òe¼ž&Š‹‘o?ÄÇ\>K=ü{Ü _ðžaR5x© Dx  À>»ù‰Ðl\‰§6¿™› Û4ù<ëT”õàZEE€ÊEüÍ­¤ÅØ Öê¶‹Ñ`É(Ï^b(yAm%@è¡ÀB¼ÄTêHpbȵæð"EýY*¼ÄT"I€-ƒ æR$H’(¥×˜‡©4XÐa¸µàtPqRL'ˆŠ¯1@Á Ö^yb€b€º!ðထà 1Ñá}’`Ãk°9Pò+ÉÐawé&ÂüE2l|Z9÷óxÿv ÷'ž 7ó “΋{öp Þ K5üD¸·¹:þf¸6Õ%Vá~þ.Í’Ô‘à,"E Ðªú«ÀÁ’&ƒH8ŒDƒ03€×˜Uit  2`Ã}yˆò*¤˜Ø£@=¯1*¢Ìƒ ¯1ùÚ©$A†ßÀ©Ò@<‹{"Eæfð*þbt™.ะÝÁªn ?÷ð>÷ÀÒQ«àpu[ÃÿTÿºù_ÇRÚ丯âI·’ò\Uþè;Ë‘ê¾dxêóT$‘:þ'ÇG]~ƒ x83€Ç@lqýx |ÄO2¾ÀµèpXðQ:©â@3Œ F«ÆÀe«âÔuy¤ú¿ƒ`y l>àt«ø?vŸçG'Áÿ¾þC°µã&@ʯˆþ:¼ÐoŽ¿‘Ýy@mŽ›Ç8¿àîþn@±×ò8òÕ~õâJ@t*:¼ñdŽõŽ·‹ôó|ÀŒuü—Ú½÷Ϥa•âçAW7‹‘Ü]ƒWüªý8žo¼Ü.¦ýWàê¼x“åjÞO  à»•_xq½@Ãÿ …GW—£«Á2;@D:æ^°p”×° #+à¨AÖëþTO¯ ×Úßú÷€u ´¾Åp7^¨•^ #YÄHs¶V^a:P3ÆÜ}×ðb³)¥WȰ`ÿ€\A·—ë«ÅκôÕìáüIøgüåy»¯.tux8ހܫÆG€{*¼ *±Ux8r e»¯8>¯âÝy ÀËþ}x˜1‡Ì ?ð1ÿÀr¿:·éP8+òjþ¨@èG×Ñ ׌ãªU|€^0  «Û€º<Dú¯ð Äêð@ˆ’£®¼<¿ãª¾@˜Šyþ «ʰgÿ¯ú€Õã ]Wƒƒÿ¹P'‘oäØ6Áž-C _Ƈ\<µå20þUx  Ô@·€€x] € p‰€ïö_’Zy¢idÄ£?f¨™e7¬t¾BÍËÙ^ A0´ nÊ TO€ª ›£~òÛ., Ä—ÕQâËÙ·"L»ù»ÃDÀ©3#àÈy›A!#"jH_‹}&:ˆ…ŠécàÒƒìeI} Ÿª` H\! *CÇD2go„›€±>!¸Xz  @r SbBÊþfŒÛhá‰q°’·ðR˜¢QCÑSó%…¨ó•í(úÔ¾Èþ!Ü`  ä$ŒZyœP.žÿø  …»~ðj }XéÎÛ*!“>~4¢[SBd €ªHC‰ð²O}€>€ÀQþ9/?ÁˆNîL% ©”¼Bßnö“ü™G`H-!èà: AcFçú¦À,ÿñÚ ,¡ŒÀ.€v’hÎÍ”’ÙJƒ7³Ä7LxeLÚO·xh! Àã´C,´»DÇ/§íà᥃2?(;TÀ€ÙIJ´™\j"i ’Ø„RxÖþÊ(”‚Ñ™êa40¡¹àÐÒ‰L·€NL8>¤3ðˆ0o%±K +±y Rêa ¢±pä!b`Žð É©ùš&?%´~ ÄÌZPA©€'±Pie„@;&'÷Þ 4rvþ̲‰‰&І‡ÔÏ iÐ q ì„où° ɽ´ŸÝ°‘¤ÂŠ@`/ ¥L˜Ð RBÛ~ðhgãrüšIDú tŽÄÂÊ-9 y¢ª¿8Ð {A…€[j€¶â)›Ä‘å2¡ VWÜð0 Л?ƒ à @tZ6JðõÔÀ KìPñ4…Ù!Ñ 5;í´œ¦/ø˜„o„°Üj8aj¦b.‰7„4”> ã|…èø ( }’Žâêg€18:à 7|µ ƒ Ç@€Á(dçdÔÀÐ2XˆøèiHb Ð@nT ^R ¡Ia¨áâGÔĤþ&Ì¢F´’Cü|Z6Ë2 NØ: Œ5û¨e’R&,¾ÿÈÇi<“ÀVE©€”HÑa 9ð ñhÛ,É)î_ƒ Á¦Ä„w€vCÐ J—ɩݘ[ÁŒÜžgË@öCáªS‹©„Ò'À†€ãÁ¤Ï·ÿŽ€bY{¡·‰‰Ü—  òPWÏjqu0 ¹ú95;qÄi(HÎú&áÑ1(ã_j’’ íS ¥#Êf“¼|5;`  Ë$&ÑkgÐôb±0²R\õ‹¨‰[lÇ@!%H,Oì ðâŽ?e…ÔcQòKïû\ªmМª$”žÔa\ɧ5¢iA¨FnVJÍQ v)¢a¸íŠ5à¤âRJõnƒ¥ÈõY‘àªj„€Ò'T @¸è뮃 AÁœ:`ˆ¿êäqÌ­€j€w µ€oª¢XP€_ª€Ê:'V GTÒ}T'¬ ‡è“‡<ªƒð0À® 'ÁÛêA§þ£&@ʬ@ñÕ4ÀcªDvØu(Ɔøb€b€º!úA€‘à !™¡  1ÓG8¿àî«ÇTXÐ «½D” €0èTuOAˆàTH@cà ¬Ø3y€`úðÀ-¸ê†@r Çàlÿ ÄU}Häõˆû¨`øxj#ÆCã§›;®ƒ0 Sª´ ðdX?à 8@ªGŸRµUgT‰ÕØ]H“ hÿªê¬@j²uG€þ{ªÎ¨•ÐAVQ,t _ðÑÐ[0#\ô™à4Œ2¢çAW4\Žâì¿åWN'‡M7 ©º>®ª<Iòˆ5  à»•\êoP0ÿÀaQÕ.$ GT#´C®aõØ8 ÀÊj €0 Œ¬ªÐc'€XÒ€ePÍp }ÿ«À:…ÀÚ[ÀÝCÕÒª #YÄHs¶VS Ò˜6ãî¼€lÊiU`Áÿ¸ƒ ]Qs£n©ªÎÄ‘`a¬³þò¤Pî¥Îލ8Ž€Üª2<ØéU €ì@•Ppå@ÊwSƒê¤€jR@3—üú‰ƒ|ÀÓÿü+€BR$ pW&¯T ô#ëF€{QœuJ¬€^0  ªÜÑà2'ÕE¼q: €%G]CÁËþ:« ÌE¿‰liäÈpøÀÅÿ|û íüd<‡É«ø–Ü©2ƒþþjd_Ä8:HU_Är=I‘î.½ýLO€üO°üYF¿Ž“@rþCà ¤Ðëù©müp{$ƒ"þ`è»’í_ÀttX3€È 36þDäßáÄø7õOû¡•üÔÀjþ”ßîƒþ\}Wùžu…ßÍâuüOŽŽº~ƒ y# úx |ÄO2®ðÞªþ9ÀÕxß©ñê:þi>«Á¸rÀÔ2«Åxàc·‹ûêï* À rU~7Ž«½g[ïÀû¿¯_J¿ï^Ttu¾ñÞî­áß`Îøà˸êxa°t+ÅðgŒ`eÿ€åý}}×ø÷O o€ <GŒ‡ÇOoÿ;¿çNªú­áÞ,ðêïéÀ+UýgW‘:¯äIÖ_÷õ×õ÷õ“¯ã›wõ^Rªò 3Ç[Ã?N¯À8;{~WòG\ÞH*¿}oþnR]ãÀïÿU¼ž\«þuáÊ €ÕåÀ9^x¢=לb%}…oðTN¿´ë€Y ×Û¯²$ÞUU^:Dºð’teÝ{è*¾¼D·—ë«Éwô×ùwWz{ùs£¯á r:úñaŽ•^5ÀvUy>ïç`º¯ 7»ù"tšñðĨ_ó…ú| `7ü'WµPÓþ¾€YÇT«ü°»¯:^ªò/¯àœ¨ë¿‡ñÕ_`Î^ «bt¨€½|€}u庯À·*èëùÕƒ7üñj`«øÐë€á¼ ðd•^J€;·€€xÞ=˜È xxš*èuât‡¶ªùò+ò·“ÆÑ#QÞo÷U䪷æ#È‘i¼ÄAdP±fE ÿõæPdˆ©1Uâ(«ªó ‘" ’dPy¼ÊEE]p;^b(PŠ©2>¯1"¤ 1Uæ"€ÜP0ÿÈ$#(àªóRÒ5ÈeyˆîDTUÅn>¼ÂªD&(8nªð:$4T™æ!⪠“åx™ Š I6G"^²Úñþ2L[ªø4¤åï^aU"¤Å y…EIÑR"â”O¯•qWÅ€{^e"‡EE¡ãëÌ¢«EI‘ëÆ ;R5xªÑRb±•æ"´†¨³ˆ²+Ì@úFŠ©2W˜T‰.(Úó üUHk ÅW˜ƒ"€ÔôT™æPdT ÿõâ00žK ŠøDj ·‡þ©ÿt/ò¯¢¤Ð¯*EÈaû ÿ—Uþgawóx㣮Ÿ Æ^Hè>žäqÌ«¼7ª¿Žp5^7ÇDê|@:Ž¿šOªðn°5À ªñ^_øÀmâþú»Êƒ0•_§_ÍãªïYÖûÇðþïëÇWÒ¯ûוo¼w€;«xwØ3€ßþøòî:žlÊñ|Àcà9__uþ=ÓÃÀÀàO‘ã!ñÓÛÿÄïùßÓª¾‡kxw‹Ÿü:»úpßÊÕYÕäN«ùuƒ—ýýuý}ýdëøçfÝýgW”ª¼¨ ÀñÖðÏÓ«ðÎÞß•ü‘×7’'J¯ß[ÿ›…Ô—xð;ÿÁUo'‡W*ÿxr‚ ÄuypEGWž(uç؉_a@Ûü¯í:à_Ã5Àvëì‰7•UWŽ‘#î¼$w^ú'J¯¯-åúêòG]ý5þ]ÕÞžþ\èëøhŽƒþ¼d@c¥Wp•^O»ùØî«È îþH&¼|q*—üá~ŸX ÿ ÕíT tÿ¯ _ÆqÕ*ÿ,.ëΗª¼‹Äëø'*:ïáüuWØ3€×‚ªØ* o_ ]yn«ÁðíÊ€:úþ@u`ÍÿüZ‡Xêþ4:à8E¯(<eW’ íà ^«Ôù»b€b€º!¡€‘à 1&AÑáÖ­Ü€ p‰€í"’Âd–‰ûV滑YHßÎoQ2Ã7´B+o÷IʯóÄÜB/”KÇ,Ò%Døh!#íÿôû., Ä†©ãÈ•,5%tdù¿Üý Ù1û¾ÇÄ2nÛæ!ÖÀ2ˆi!tbß7aî³¢Dó âCË—´Q1%¸ÃXúiR~Vt$À“À®$qMHD–„›œ¡ @ƒø˜þ Äæä ˜rWãù:¾Í F †w²tBë1@ÅÇãšjgðHÁdp!c³@1è§pð¨öGG‰c4ô…°f&¥jO ÇT ’ÖŸÅÀ;(3toÞ Ø5;ÄéÑ4™Ðÿ¥¿Ìê` À,(ÀU$%p膀Äã`ñ3ö9/;Ä‹GJæêdl¼BßnçëIéà PH@ ¤%Ú )$±¹Ù˜ñu0‡‰Ïl<Ø44¢S,ðèi&üŸ†Yd¶1¤gW€NXX¯—Ëîê`Ä-öïÎx`-}P%0 ¢e§~݇A‹ÿà@ÃPB oÐ!aëz˜~B@»û£·€3 îùæÄ2pˆ1» 'èP*Pf) +3™‡uÔÂiDÌZÍ‹,¢WË€NqÄ‘4C!Ÿ¤óÈ¡¥€¢>Í âj`h``×îqØG7ðÀ¡ÜÐ I©èfç‘ Î4khbJP$HuL8ˆYC6€vL/þÝfÀ'!’8˜3>ë€1,¢’LQLGS=¿ûmŸLl@¢áÄXäÔŒm"EÎÐ¥‚`NqFTÀ€YŒ€¯!6ýÎÏ•Âp‘ði$$^&q¸Ø€ÂÉ…—ƒ£qêà.ºÀ@”HD‰D„«H,}f ‹Ç>Èðë*J;|$ Àüê€N‚iMŸ¬@è¢÷íà€À½±hOÛE©€–¤$(-Q4™ÂX|CKBs#Þì—ŠFRÍ€NY4¾wß ÍŸ6¦?h W«`&F€5¸`þ“SºB ”LÛ¾wTôa¥†G~žÊïÅÔÍþÃà ÎÖrà 5Öþ(·e@€Á%lÕù¼uL&òi|ï_Œ€cùY{!)¸\M k‰œR>€†'ËÉ&âNú¦i$ñ<b‚BU¬ôñ$ìC:Ðd€d€º! €‘Àî@ !US¡j)R•EÄ\ëzÒ‚³Y%©ÓnÞ3ãkñ‹5ªU»ªU»Ã•¥&#·;v¶ki{—·YÖ4MjZ çÞ½m®*¶Ç×`±à±ñåÌysªTáØ®mYÔ4ƒH§*r¶-†I’–¥©”ÊFùó÷îmþK'6ÿ%‘õSõS(JºåuÊÌŒÈø=áÑ¡%ªZ–]eÜg˜ö>K%’IŸ@j„€µ@›Z¶›Z¶l÷=È=pzÞ]åÓ¤} ÿý° ™ˆfvfffUDD3m´‰$¯ÿªPª¡Šb‡=TU"~Ÿž{j¶«°¶ì-¾Ûíºû¯»±ºëïÃL4Ç;ñÎüqÇq‡­&N´žú"ßDAâßãÿ²Š¬\¸¹p›¡7<«yWHt†¸.“¤Ôj6Ûi”Ï T¤eÍ6É—4Û5¢¾J´WÉt±¥ˆ*Gº£¾A\‚™n²ÝÕ7ªmná-Kj…ªÕtº]ÎêT˜Ç8fÁ&›˜VîJrÝÉNNµšu¬Ým§5§|ŽùNÍš‹]¼õÏ\- $É6k4£Q JÕ©Cû=I‡ìõ&-æ¼Áâ퓇lœOsŒmhZЄ :Óm¦×ˆxˆ^IRTÒj m¶à@„ WÅV]XIí É=¡ºMk’k\bUÙ%ÁîƒÝÂÇ…Œ–©-NJä«*ÊÞ·¬Æcm¶ðx4h¥R›URmTqI9]Õç+º½^Tªò¥2­ML’%9ŠòEä§*r‘´n^—›m³Q¨¬Vzök_EP|yAôí§>´ä`Ù#É‹ ] öéíÔU¸«v}¬ûA´X–"†·…"’i4Ñ¥¬Bò´XÊÓœë÷s~ëÔY^¢ÊÅê²ê¸Åq%ÚK£$ÆIº[¥ƶͳ *•H¬W~õ®Owõ=ÜK׺{B÷Ohlà¥g"þ ¾ §N2{ä÷´°iae–Xß·æé»3™´ ¤Ò¥E+[ߣ[~ŒŽÒ¸QÚWFz3Ð[Åí¿I>’D× ®ë÷×ìR ƒM#IH¤—K‹ÅèpÜë[jJ#½©(ŽÜØñƒ›0H ¢E(Ä9àÞWЕô/*^s(æR¦je¤šHË2ÍCRY–GÀ¿/ÉÄç>÷šžŠûÍOdËôäËôèQF@ó<ìRX¤R^¤¾  Ù!ÒEQ`¨*o›ÕEQ™fYl°Á“&™†EÌÃ"‘¢å‘¢åˆY¢k6 ͈yºó¦“M%—Yv$"An[œwQl+ Åqbq>|ÁJò Y%y,˜fÚ˜fÚ¢}˜ŸfØÚ¶6®ë]Ö½'zLY‘]•Ù_×ŵmUÅpÔ5N+8pž'åBÏò¡abš!bšvF’fZ™–že¼Ë«#VEâÞ-£0°,WÒd™l[‰EëÛ6¸78ÿ\œ¦¨f¨fÎ鳺”¥n ÜA¯)^R%¢ZAähš AU¥iÆq‚¡VléR`Þ1L0o¦¡à[¡à[)VÊUÛ•våP‡¡d ÉA^•êAd†uD ˜%½oRi7ï×.,½?Þ‹!mam^»7®Î€.  ¦§MN®\(7qLÀ{ݧh^›&ɲl¡0šõëVÿý° ªˆUvwfUDDDD‘´’$¯ðúú¯¯ª sŽ~áš™©®ê뺻0³ ï¿ñ¾ü0» °¾ü¯ÊüqÇñÓuz˜C„x$ÐxšLN)/Î “K+¡‘Ü:+Ÿ„˜ðh-ŒùÛš³ê`À¡Þ95å©(ýÀä w=R;»À†’`JX]L&”R_v:Í$„ˆð@o¿m‚Ä@¤ âb]×=FF&3Á$`ÔDh!¶Øa>ÔäÀ&¤œpØ €è±x£ƒÀÕD~J[§õÖ:ú¿üªmМª$”0Ü9à IAœÌ_x†MÅo¹Hëp°ê‰fÈ(æÐ&—¾ƒ× b×ÜØe^ZlŒD­ÐuupEMâuDøè뮪¤Žƒê,Ÿð1Àéÿ47ª©@j£|tN®SIõPn°5À ªŠð:ÿÀÆošT€@äªéÕYÓVtÑÀü?¹´ªïR££«d@ª;ÀÔ°g¯ôyqÕ |ì*/ƒ8 c/ü*¾·V=Ôì‚DˆÕY:6 v\ÈõMZ È°9ÿÀ«ª@JÕUR'UH“ sÿªé«'Tp º¬ê”ª¥@f?Ž‚Ý:¸g'*’:æ’'J®újéº:hð;ÿÁU ®Us¨r‚ ÄuK€r*:§Š#ÝN±¶=¬«#ßþT2/øÝl‰4ªª£¤Hû¨I:2tª×ˆÕÕ$uÕ5kšž¥Îލ8Ž…@ÁÿQaŽ•Q®²ªOºœ9ªÝpQðĨWƒþá:­T tÿ­²£#êUhŸS¥ê©‰Õ TuÔ±Õ[p‚ªØ* oXúê[ªƒàÛ•tõH gÿƒ"Ô:ThuÀp‹RƒÁUIPpç¹Å^b€b€º!Á€‘à S-œb€b€º!)!€‘à !î_ˆ xüz¸uüwñ~®þžâu²Õbþc¤?¿›\/ÀשpUÀ…üÊ ‘V>@ßÀè ;"êþF»øÕXô@ŠºwñJ®þ¤\‹ù”O‘ ºÊ¿‰Þ®‚¯â5X‰ÁÿAÕ { ¿ê««øzŠ2êõfqW"LåîŠ ¸_ˆ†H¹þ Šº¿ ‘"ÄÈ¿Ñr `®.þ ©"EüD©\8Ò%ÿÕü@©WH­üŠÔÑp«øõ"Í‘¢ªä_À·ÞF©#¤_À¨2‚ªêþ ‘fУ÷ñX?è÷(D¸7õOû¡•üu`5@0ÿÕßîƒþºŸ‚/æñ:þ'ÇG]ÿU$tíyë4@mÿÃz«úëøß¯úuüÒ}WƒpTè³¥Wßo÷ÍëUÿN¿¬éþ³¦ò‡ÎíÿéWýïåGGWØÞþW¨2ïý…ÜuüŸÊòap¿¯¿Ýuú^&*¸:íÿâa×üÈ÷ô×úàÏ*ïé×+Uýg_ÈWò$ë:þº¬^owõ)Uzη†ÿN«ÞÿÊþHëŸä‰Ò¯ûéþºèé½u¼¿®Uÿ:ðà ‰Ž¯YÕç€nÿ@v¯ü«è·ðη/ʪ¯ëéá$èË»ûè*¾‡ÛËõ×òG]ý5þ¹þžþ\èêx8Ž…@Áÿ^2GŽ•à;*þO»ùÝW»þ¯æª•øoøN¯j 9ÛýuåéWú'ßÎêþ’uü5Q×,uUÞ ¨H3€Ê€8×ç-Õüw*Àg_B ·‡üZ‡X÷ñ¡×`×””«þP÷€ƒ”\b€b€º!2€‘à ‘•X b€b€º!;ထà ! !ŸŽ\È xxò.«ÄéUâü€½×’®ÞOD‹¢-¼Þ7EUy*­ãy…HÕâ¢â¯0¨2**.&(Úó(¨¨2. >¼ i«‘^aAÒ$A‘qUà^* ¹æ"¤5\€«ÌDˆ2D˜ªó ¨©ù1UæU"ÁEy”P”$IНäEIp`Н2Šv"EÅW˜‰ Ƚ^àÈ2LRMøû÷ àZ&¢€>“#טT‰&(Ey„È­",¸ªð9Pø¢ € ¢¸¯10Ȩ¨¶ƒ—^cA€TT™úø@Õx0jŠ“!æ#E5E™kÌ*DЏ¡Õæ@r*D‰&EW˜„ÅHÞD˜¡õæ@ƒ*EÅ ¯1d¢€>>¼E.G"WåoýSþè_å^%EÎê¼H©jÿtõÔü7‰×ñ>::ïú«ù# kȇY ÂoþÕ_×_ÆøèÓ¯æ“꼂 E*¾ûx¿¾oZ¯úuýgOõ7”8woÿJ¿ï*::¾À÷ò½A—ì.ã¯äøW“ €åý}þëü{¯Ðºñ1T À1×oÿ;¿æG¿¦¿×x°‰WN»ùZ¯ë:þDê¿‘'Y×õÓýdêó{¿¬ëùJ«Öu¼7úu^÷þWòG\ÿ$N•ßOõÓÿGMë­åøur¯ùׇyüLuzί<swúµà¨_@-¿†p¹~UU_O 'F]ßßDéUô>Þ_®¿’:ïé¯õÏô÷òçGSÁÀät*úñ’þwWô“¯áªŽ»ùcª®ðUBAœTÀî¿;ùn¯àø¹V:úe¼?âÔ:À?¿»Þ¼  ¥_ò€@¼üÓëÒd€d€º!EA€‘Àî@ !Œm|¶\k)©GZÇ5ާªzCPÔ•%I’gÅ[VÔZ,#çõ¦Õß«jŠoÖ)3ž 1#LJÀ5€a¶iªj†¤@P©j..Ý çJË¥GåŒm¨:åµ\Ò÷4½ÃýTþR¤k ÖŽÈì´­(ê:|Ÿ0\ä¹1¸Û÷é“BçBE¡s¡"Óµ…Rv°ªEA@‘™+dŠÅEõ=jzßñ ˆ!BT”à8´m”ʇ ãÅ(˜ãZLqŒ-[È¡ky,·-ÆjŠŠÆ”>ý¾£ÍGœÌLÁšf·-Ì_¯kÚ&‰´Z/ß÷ï{°ÇÉØcäŠíøã¿sµMA°NçÍ—beØ•Yª³×mvkšäqJ湕¥k%’¥JtÚÐÿý° ªxDfwfUUDDD‘¤ÒH ðð ª  šLäΊâ‚:§ª|.³ ¬ÂÜ0· 0¾ûïà oËòÒüt¿rË,1Ã0ÇL+Šè^ÕÅt/iˆ‰Œ c¶ jœÅ9›þƿų‹`² !¬šÌ]å»LÓ+Šä(åí#—6,KÚ@Ãåí a÷¦y÷Ã6ú»õz4 fT)• ž=:®ªækfµÝwr…µmGÀ‘îŠT)V­e9z2œŠ½á%–ð™k *­ZäÄy4GxŽøÓ6±k¡¨@$‘$,‹2nÜ¡¾|¥õaþRú°ÿD’|D‰_+ûWö«ƒ×q‚hª‘U:¨áb”eWUÆñ½GRº“䫾‡ áj bðµP1`š`Fæµsªça Âñ­‡}ú9ôq `B˜9s2Ó,؈Ø6«ê£gyߨEà ¦Â6Ó a<%R>U tè­©[QxLmÕs^æ½Q„éÎ] CÒ62ŒVµ­´•ÔMûù8œ)ƒ.ÎÁ“œtžAuê <Qr윺6‹")è+ƒ9`€­É0(3(ª#deÇwÔ©6©Þª›TïUV¨ØvÄf!ˆcÆQmªß±g©Y×ë/©•hY„™D‘X–'F$|ZÀÁâ)Ó† £6QÆ› ¶ Š»"sOFž”\h¸ÃmÙ3‹5"j¬ÈÈêpËšçJoCRÊrˈËI_?‡#QæÈ‘¨ódc,ÁãVPŠc”Ç"ÙÁ´¦i)–Gø¯è¡JYÑ¡UÄ)}KA†_!G W ëpÿý° ªˆffwvUDDD3m¶’$ªZªú:ªb ””A%‰øc~šm¶ûo· 0ÃsÇf}UŸEfÁ£Ù%ÎÕ±D˜Uõ ‘¬FÝn5I``£A“Õƒ ÉêÁ Ì¹³Ù—7rpº—®Dĉ‰1rm\YcÒ³³c-µM >x&GY-FÛQî.\ç —k˵‰ƒ¬ûÞuŸ{Ú¯Ðëž©:2t‘u]Bü¢¶šÛ­@ 剆&ÙKWkºm[´aÃJf]Í“.æ‡DEÅ܈¸»˜'Á8[·$Èù2=M;^{˜{hü?)²XÜÀ5ÔR«ЧˆCVótcyº1‹+Œ°µq–“\pšãažÃawL‹i>æ>,âÑqWß§éFͦÊÝn×+zaHôcŒ :BÆ!zE™ïH³=@†:1èDP¨`-ך`Z\CK3h±ÂpRúìJ©ftzM[°¥)æa,s0–OùIñ¿)z*{ÑO¦be(:”ÇDã4XVu¹v.F‡]ÏI¦Ó $qγÒ:ÿý° ªˆfwffUDDD3´‘$ ¢¯®8¦òŠIE’Qi"’X¤¦›ñ¾ü¯Ï;òÃ\±Ó²Ï ðÇ1Ë<3ÏrÃ<²ÓñÏÞ´„¯Z BSŒ~JpÉFx«Â8PŽR"7Éý<´†xЍ^ "´¥¢‘R‘9Aœ†µ¬¾¥¡Ö_RÐë2;*fGe+•0T‘eéÑ‚”µmjۄϧ²®lÁ0-˶~:Ô‹õ±Âè@1cšÛÎ’ëUçIu©¼¢·€Ñç•M9–JeZR8ã,XX!í^P1SDÑeYjqIx½[µ¾{¾­k.`—0 úZ¿C‹UÔïz´ì,=”¡)áQá_ó®Ë²á‘”Õ5JË%2&#CTd¤i¹d 4ܲ”ˆ>ò‘Ýq1‹‰Œ¤g©Ô›%ÍÔ—ˆ.á­GVâ$äD‘4Áhö¤¨b€b€º!N¡€‘à f—b€b€º!X€‘à ~GÃb€b€º!aa€‘à 1z¡&A—þ˜€ p‰€ïoÌ'Å–Œció´MI1%a½™Ç¸º‰–PÓÝ…@1ä,Âéö>&âai϶cÏZ•à*€ÍѸùÔ|YA‰/ñ„úZ2;in¹?}þævT4L †!ñ°hnÛí±„ú–Dy3¡?æìO‰ €Y¤'ì|YA‰-ÆQí9¿ØÊ>3€ú` Éœ#áÐ!ã¸Ñ ™Ù,>97qQ\ ¼.Ä P^ÌSb3gþ¾Í‘°|pÄNˆ]ó0Ðr˜¢QG~Ž Ç#ÔÏàŸ…‘`æmï (fZž?V€/! •ƒxî’q¢ž T§ºxÐA3t;Ÿ씫ƒ”E¯»+°±Q4¦éîQ/ó„‹bLˆˆàò-±x݃à àÇù–æ@â^îJ#Ž©œCÄÌÙgé%ŸÄøãE%,‡8â,‚ÆÎÍS ¸…ÿøÁfÁ¡¥b=Ì€b’kvØÑñe–4ü>Flñ !9 æ s‡TÀ+ˆY·sðèx„{¸0tM,5#~s¹`Oÿn>IJ‰…7å~ @š˜BC)ð|ê}Ì€5+ô¡Ã Ò$8ƒgݺàR‘ŠAhÑ•0†QCw[. @ÏuÀ1!8˜ Sðˆ0o%±„41&nÙÙv¦”Q/u±‘ Ũ €NHtrj[mx®ž5°Rà qA˜™‹J Î>¦œ‡& ,¢QÇpÀ1&'÷ßÀ'!€ã ƒüò̲ƒ &цs¹¬xš˜Ëí2Þ&lî(ƒR$À' OB¯Õßý´Š@a,´9¶¦Å$$þ€¯!mœhó"Êü——Ï\ŠI ƒ;æ\šQeœ‰&Ž:ä"š V€3(€Qgh0#šèCç‡øÕð‹Ì$ îßqÐ*nÈ853ó] °8>/l”'ì%U0RÒÈâ"i ±btC&—“³y»}ÅÅ! æ@' À£î¤6Ëz˜‹/x$>ÈÚ Ð>,7â™Q1¹Ápä0Ô“Ü^8ó*g—ð^ÍŽ;¥® Pø â‹Îà€ë£d£ý¹•07†¤{@ ì"I1 bp¡Kƒöd@ÉŸ4hj?ãÒ¬ S>I,O€1AÈt5?ü|Z6Ë;eE'lØq8¾A-þÎ-ˆäJˆ$²JD‘m-ú~7Ö;¾æ "ÔÀ Pr]$²JDøø´m–vÊ’’Oøçƒ6ãSØD¨J³'v3w0uL ñ4†œ"¡‰BηƒC~ÿ}ß0¸¦ÿÀT£B¶û¤Ö=Bˆõ0$"GP*~Æê\M NO}Ì"Á‹.*jQÈHÙ9Æ!OØML89!ÐØˆdÄänýƒ¢i5;³ ƒ »úøù†ç³8±50šLÏlrGöýÔ¢,CKBPÛš81;’СËc î€ † ÎÝOˆÕ0 N~ † nÍ€î3¾>Ž! ÝÀ?ƒ:>ï´©E”ÂQ}™BqøÔÀÒŠHܯ˜|ŠI ààÑ¿dà ÒHH ¢gu*zVB …ä~ÍÜpuDH`78 ìÇŽ€BP*BLQàèd' N)Xý¹Ô@]¥°÷‡k 3TÛ¡9TK(“žÔ”WZ‚ëç;´C &ŒÃ:ç6¢@£#/ ††º°YFA°Ë¿ b¶ð>·AÕÕÃÀíMâuDøè뮪¸uH‡Y Â47ªªêñÑ:ºuM'ÕA¸*ôYÒ«|¾jÕ]:«:jΚPàÜÚUw©QÑÕ°½Jõ¿°»Žª@åI…Àr«ëucÝt.¢b¨€c®l@ì:¸NÕ4‹•sJÕUR'UH“£*ºjÉÕ7º¬ê”ª«: tèܪHëšH*Jéº:jèhur«C€<€~&:«:§€n´fÁQ:´Ú†pºÙ¿æ•UT¨UÔ8wWÑ:Uh|5uIuMZæ§©s£ªð9õFHñÒª5ÀvUI÷]ª@:ë„ꚨW îªÕ@r³KÒ«Dú‡URN¨j£®¥Ž© ª„ƒ8 ¨€Ýs©nªnTJЃ ȵ‰Õë©@J®Pçè4_»b€b€º!jÁ€‘à [ªÍb€b€º!t!€‘à !BaÿüÈ xý)¿¥-Îþo`Cü™Òbü^‚À}wõð¿4º¿èÍ4"þ";C Ú¿“6MüAR¸ˆ6¯àn͇I€üWû‹¿ŽquÇEÕüpw$aWñ05dº¿‚ªáÑwò`ù7ññÑ`F¯à^4^¡â/ðÅÜ/ɯé.þ pUA²¯ã¡Òuq7ñð Ú¿˜Ðípˆ¸4ÿ¡¸»ù¥™ ¿“ä™ ¿‹«‹¿Žþ.:þ: _ñuØ]Áµ&Ù:þž ýSþè_åJoæ—¿Ýýu_óx㣮ÿª¿áÕäN€í¿øoU]ã¢uÿN¿šO«øg¥_ïƒÿ|ÿZ¯úuýgOõ?Êw?éWýïåGGWØ9€ßÊõ¿õq×ôÊôËúûý×ø÷?ÄÀÕÇ\ÿˆ‡UÿM¼Š®ßü­Wõ"u_ì]?ÖN¿›Ýýg_ÊUYÐ_útå$uÏòDéRýtÿÑÓýt?ë•ÎþØñ×õ?»ýÙÿDê¿áœn¯òª«úûøq:îþú'J¿×õ×òG]ý5þ¹þžþ\èê÷ÈèUys¥_ƸÊ¿“îÿµ<€ußð5P¿çÿ ×öªŸåéWú'ßÎêþ’uü5Q×,uMç*Uÿ;ùn«ÅùP6Îðÿ‹Pèë¯Z¯ù@ Þ‡‰Vb€b€º!}€‘à º†b€b€º!†á€‘à à1˜d€d€º!A€‘Àî@ !Ç`Ñ2šVž;sV|ó²¾yÙbTrÌJŽe{³+ÞKZòÔ¿wKfHeÛHZ†.ð¶.3 ÌN$ù±*Ùcé{ß9:¶–;[K’Ö¢BÚÔ{;Øßv'݃…Ö¶L\:šÎ4Ò n è™b¦ÔGåΕ=EÐñÞ¢èxíù»]¿7kÉ… L(Q7,mK-¬s§&N –é+«ß-®3 ‘A1„£QòXÏ´¬¬ S6V©™!#`ÃèFYB:å¬U{TU–¬1‘t(é‡xˆ2K2Œµqº•ðåg5bÅÌ¥1î¯,x÷W–<‰u_‘.kí®rks”)Á pEË”.Š;.„áK»±ì…c8ÊÜM›q² Ù³#§ƒSóSÁ©ùøoæ¿ üÚÞºUóÎóà¼ø\"´¥5<éåÑ]àJEBqt¥Ûm¹°á#3‰ÌƒÍÄæAæ”psŽg:rzR’ÊX2Ž¿«²6—h2¢d êÇ7ÑJ¢ž‹M–æÍt+êÿý² ªˆfˆwUEDD#3m´’$ ÿ¯ü¾®ï¢Í,³KI(¦Ž)£¢Ùì³ 0Ç´Ç<ñÏsÃ\ô×<´Ë,²Ï,³ËlµËM1Œ‘$ØÆH’b”rAòŽd5!´`/MŒ~…h:^4»K‘qeZ‡l“!3™¼Ìg•훂ޤYªR,Õ?FµŒèÖ±ž2'p‘>|iRãÉZÚUº”{6¥šÞLÕtàGØcêŸG°WË-Šùe»9ÝØÌðFgõšýW)U”d2ع‡4“hº¤U³Bí*–—N“i§I‡4¸¹×#æž±SÃ3M¨߈Ø!<–Ia}haÈ .ƶ7:Å…$bU§¦SOq ©§¸î' ÄásÔì·@’gl¦Û¹ìByIØŒ†!AFPáEäm‹ÑèÕ¢×/’¥Tħ:o¢S7Öû>¢ßgÔD2$™­OÇÝvp®-KYã"r{”;N摚Y’HÙ)$Òjãåi˜ÂǾ۱cßmÙ]*|«¥O–±f5‰1/•ju­pÓÙ-jµk@òQŵ²j^’ƒa5[†bê‰5\M)@®&” tÊ™C‚çñ?O j¸S©Ç¥sM­¸––ÖQ™y2¨#QˆÃm·$Ir…e„KeØB%²ì з\ë2ti“œÉ¤ê,¨[’$ä¦iu ¦U]«šÉëhÒêf2Õ.¾6Q“ÿý° »™UwffUD333m6Ñ$ ÿh*«¢(þ³ ]%ÒšI¤®û0Æü³¿<1Ç,³ÏL³×=tÏlóχ¶¤}Îê‘÷Tˆ" jŠ›c ßB{–Åzi•DöU«h·qµ#~Û«GH„sXŒ}g5ˆÇÖ\®¤ rº;é_ XIZFèº|ܸ©‘ÆÛ}hŸèÄ*+^š9G1ÝÞâìÓ8  $"Æ (ñõ€à I€@4€¤! 6‰10Á¹’J,ïñ—)JUEÊR‘)JD\¥)r”¤F_ØØ/Ü¥Ö ` À;&˜d2a\Å'â·a®yÕ€tô0 0:@BC,›ÐMFA,ÌÂ5 ‹€ Ée€’ÆžÂ/Dp ]€\´´`ƒ@€¨, ”’i``Ü®¶dYм¥-o:å)H‹”¥".R”ˆ¹JsD$½Ú  %%8  •Ó€&IžÌàÀ;vK°`gØû¬5Á(p RC@Ȱ ‰œ4n㯋JÀ“@/|`“r1d0ÌZqJBÇUÖC&$ –“ÊOG®R5T˜Q5Á¥ ¼ç²s딥'+”¥".R”ˆ¹JR"å)H‹”¥"–9aWÛ ° ,jPöP È[ðGý)^ ÀBäÀ @Mù!%ФՂà@€4(xðs‚8j¹>Ü !<NQ_„ì0²gÜ àpâi_ñ¤Â’€ŽäJb€b€º!µÁ€‘à ðÅ£_P„x P1i&”` @ªSÿO’€B5…”|Úë € ÀÈà:6ê„Á¼ÿCnŠÐG©JܘI¸$ ùH¹)p@Ì\"‰uÑ›$$Xha'“ì@r€0€à%Æ÷PpÔ/P NZC+)G,40I™#pN&Ÿ‰ŸŽÅr‰WÇtý;h3ü@É|¥!dö½( Hiˆ&“y$44´‡§Üà Àl`†8&ÀtŒÂ°P èñ¤Ô8 Š_¬€@;rMHÍÄ1,*á  e‚pà€^€`ް L_‘¸ *šqA¡…Ž&ø€26ÈLà ˆéYköð`ŠxÀP@( dŒ^éO×(uk~°`1  1ÀSěƤ ä7K¬ *L&€fC !€Á '#R€Â–úOׄ`fdL¸8 `‰€T —òPQC0a1Ø¿a¨¾ˆ ߀'ÝÜ ¾ÖpwÈdÔ@²{ZB9Êæ ”0@ÅH°Ä“ hï‚I„Ì€åovI½Kå>@HÍÌÆk€`z‚€€%Ǹæo{ÀA4h €?@ˆ î“ H!}Qcö%ƒIjK„$0·~Q ø[î¨ð@¾ˆ€€Ä `“ˆDÐÐÇÖ0Ûœ¡<°€“×ø€uïFœú€‚?¨#Ý €Bh°€è†ŒMÄÄ$RòO¼Ð@œ P`X7p©` =@ RC€ÄlW@P“¯AüPP°ZpÒ†¤„– & IcÅU‚X(ho9, B³“b]ÀÏ4E°P †;È„rhi@¨Š(0'›a($(¸°’€wÀ®ß!+ gA+5à¸`à@†–ûä#¹#ª@€v€/x¨tBdX&¤4˜É¥·ä>žZúõë~À1ÐPL@,!††n7¬a´Ô.>Ñ0ðEp*”8jK0PΑMÒN}@ÁÔ ‘î@0 €.&€4€È`0¬šC ”†§…lf²&€€ €À$0t¾ $•?³¯D @ Aø3`€` °À΂œ²AHIX ôlBá„.ÉI¼ŸzÀ`` C ®C(D2(a) "Ižã€>¼„ÜÄÀ¸&繨âõèPÁ*¦è&$­Ö3$ǹ€€Œ_HÂnàx%ì dÀ€>Ð4ò3Ðf&1)*S¡&|sÜ`€²J^°Ð €‡€ftPjF†òZJ&B N(4ô†%ÀûŠk®dÐ@”¤À„CMYëçuX –„ PÒÈA„ 0^CáÚè¸!ô@G ÙÁ(Ã3¤«2Ð ’° Ø+•„L LHð@¼~Ø`¤4@À€^‚ˆD Í¶ ,!x¬Z„Ý ¬Ä0h( (M¹]!=™«À`€ª@¨ °Ã, ê-É<´òFE` Z‚°@Ž ’<à€x %€f†rh@6%5Íì} ÀæX€€Ä™ù©IDžÎ=­€3 `@ÍÌ0ÀNÀt²@©40 J °1˜7þBK|z]’Áð,n@ € Ãໜ@FPy0¼’±0dÆ%•‰ G)B‡ã- ˆ`pÀèà&!`)ù Åäù÷c=h !—Э€˜ƒw¤4@@ÀH`:!YÃ2X îQ}àœ5€  À¤éA¥€Ø‡œ  hi0–BéAI+Hð£™Ðƒ6ÿd¬R”3а€àÈB@Â@ª8ÎM ÅÃKIc hAYX1óýÖ@¸¼3|°è† Ž‡ î, ê° ø €j)À@B@¤0ÀÏÆõ çÙ@À.Р@ô˜[ ˜ðfÝ]ÀÀ‡Ôøý@¡ÌЀ5A47eƒ)œP¦µ¼ˆ g‚P j€"TpРɀ',BÓÀ, @Òa š3”_J9€ôkߘIé#Þ¤ ˆ pàÒiÞW€ç€¯‘ïRÍ€f€Fø!àkÔ° @b€8EÐà€`FüÇWÑWç@ `˜‚‰„ýSXÉa‡À™‰ÕwPÞ4PðFú ¾p„›LÀ” ‹”¥+•ÊR‘)JD\¥)r”¤EÊR‘`0 à€B£Àɽ€W³ëÓ€©4BJãC9âò¯+w‚¸ÐÐà',À $"É©,1 d¤)+;޹€1&D€ì˜C- ´dâ_ÙË7ßBÀ€À1Ì`pÀ Ô`U¢j@`Qa©&`Îä.03~ƒBnð@*ÈF¬B¹Ø4éPIå€` 9e€Àš€Ð¦¬p@ @Ä ;Ä YÀÆ&P—Iê9¬ýÇOûb€b€º!¿!€‘à ÀM€1Ð :à‰öL, ÿ•  JàÀ`’ax²€t3n§ü%¾H ¨,€€`pT„ÈØ À‰¥r4 *Á®7d¯„®ý>ØiD"À¦àX²Ê-8(ëž ÜøÀOÎÑ0fÐÚàA:-Pî ?a—, €ìPâʈ`¤Òo-(}Ù#> ±^äÈÀ È\4šb„þ4ó…]à€®@ PÀ 8Ѐ!"4npJ(45‰X¢¸j2 cBuæ¼|Ä  ò ÂQ¯LK Ä;†—ù`T7 -#ËçûË“Iˆ¥^tŽ„á^ï/ ài±°œ¤Ì7°ä ül ;Ñ4  ´ ¤—JéÎD¹LPð€œa€P €bø„J&ˆX´‚i-Ë,±›ýˆhVI—Ì €(‚K‚@v[,44¾9ݲšï^„°¡ F &ì#=ÎtÀ5@£ˆ`Tà&ÉI #8À%±%5Ä0@;1%—ŠÉ)C§#€Ü1xÎbø›€@زa7ölBœ_¸­v`à€!!, T €8Ða/~P€)¼hcðÒˆEòƒI 92ø  PÀ#„€êô@ Á¨ø#úR=çƒ@L€ÂnY0 Š/$ ýv‚˜0€?Ô†—IDГK+Å¡=^Ø€ @ `Ð ÃRM)$–ÉéÙ ™î@‘Tܪ €0 6(`dø “INPcÉHãï– †6p#ƒYÐI@ ÐG®D €@ª A¡Œ”Þ§„â=Òõ8°€Å(ûîM o¼0…”Ø% À!/$¯›áî«ôà Á¨ø#úR=ÀC¸Á® P@3FàÃ2é(š²iep2´'«Ü@ !€dØP†‚Ph``Ä ö÷0ðBhàQ41%à:2wNd¯x€5hÄÉ`€\¨ ,1°IˆH!|~®Z3©wØ ðCå,Áƒ, €cTüÒ `uÀ DĨtP›“CÁXi,¤/ ²‚¨ À<&€5&X¤7a¹ Xaê¤ €œ\ÀÀ†’Q@Xn‘ÇÐ` €h`à!Ø!€:&€€*J&:>%¥ |¼Þ÷‚¸!ô@G ÙÁ(Ã3¤¢@ @€=&À4€¡ˆA$´ îrêAÜ`à €`r€5!X’ÃP”¡/˜U@ PHÀlr€È"‚ Ã@'GÚ‚°` & @`ÀfL‚@vÿ a :& „œ’ðσz ]Ì]ê PCöÈÁ’G”Á°jÁ ÀÈЀ™ èÜPbr@ºÝÅÊ@ €*€@ -°”„y"@  ’Øå–˜n8>&fÜ€>Í ==à:&à(Ü ¸ Æ›õp. ` ?š,Ü ‡ÊP#ƒÜÐ@Ëd˜ð„„À CPü7 =v @0"bк¨@MÉ€`¼4–RWÄH À ` ÊI41þCdtçîƒ1°Ü00Ð@¦À à ø@MÀð‰¼ 6ƒ~q„¦Ü]À@µ‚x˜{¤˜‘'àºà@<R`@'‰0åâa@1A@)ä„QÃGn>ã€;p `&,À;΄Ž$¡8ä ^ºÀ‚0’`o¨šeÓÀÂCÑà€àÀp €Nœ¦ß©÷YàOzADœ d‚À€ °ðÂÒp0Ò å€ÒƒJÉŲOÅ¡WŒ5À€4H ŠÌ CHaƒ @bIoÃŽ» ¨ð#úB=” €jMhè €fIˆ%#ƒKZz†¤‰­ ‰ bûcÀIœ+Ø,€ †|Cä<üif8õڤø ŠL@€`ð ؘ¢’7  WÛ†„ö/ó£/ÌpðGýà[¨˜ ! PP‚iEZM,šJqƒyÎ6æ²X$~ònúAؤo ÒÏH"|cíØ£RC/b’I^+’òRa/ã¯+I€P4°@7 [€j0øš`Ð @øáE¸0—|(L¨„L Üi(¤!Ƕ>À€LCȰ A(401‹C»q56À'ÌI _€¥ _”¡÷”ÔÀtB Hg&rɉáœò‚qße ë”¥*¦å)H‹”¥".R”ˆ¹JR"å)H‹”¥?h‹”¥7x‹JR"å¥".;Ñ©H‹”jR"å)H‹JR"å)@îr” w ˆ¹JR"å(Üw ôˆ»€ ÐCH ñ—Ã@À@Ë€ñ»a€  ‚@BP#ý†ø(¼óµ1Á $‰ì@5(‹(°ï'¸K(-ôHÀ3-zx€@3`P €Æ'!.7’ˆdÎ÷é5~¬Bi8 Ç€Îέ¶{œ€€Z° ®~ŠÁhÀ„Bäœà‰øXáZæfÀ"È#mé@ À Ò ('7;ŽVÚÔ €@Àª€=z¥–¦^d€d€º!È€‘Àî@ !ú¡c¸KSŒ[WGQÔJ­8Äœ©æÈ‰*ä²GWªþ+ÕÖã_[ŒŽpŽr{FÕŠõ×bÀÈÐb‡°hÂ]'VáV¹£-• áD9NÎkã¿ç5ñÙdÌÃÅ“3ÛPÄV¨_¢ÎYÎTÍ_‘ÆyˆÃa7 B7MFá£k9‚“#Ø|·‘ìB[úb6‰éˆÚ"z1Zb1K%vKk„]¶ªÜ7Ëa½2 fó.:Ó6ÝrÛF¥Czštc|M:2>6E‚Á™ †¹Œˆ¸‹²ËEž©žSCœ9²z[FÛmHÊ¥Wm5¹ID©¤#߃° ïÁÈv×ìùÛ_³ë*ík*ÍQÑ#’Å)‘”ÎŽÌ®«‹¶3B›š=[NFAA)^®!4îÿý° »ªwfUUTDDD3m"J$ ÿ Î º«©iv§¦zpË 3¿M4ÛM´ßM4ß]vãM6ÓlöÏmzÓm4ÛmwÛl÷×m[z‡‘·èy$³b©’Y±TÖÕföÕ'­µ[ÖÁ] D‘)]lž<Ö™:Ôd€´6·’”ãy)ANGgs†³¹Ã côzcä‚W¹Îã89+’–š®«j͆ßfT%X %ãÍòÄÆØa]~m†×îüLìŸ~&vNeþUýÑ4"ˆƒvl.ÖÐ~qWYÁ%mÇWb)¦“ ]@¨Kk¬*„¶ºÂ¬,Kwþ%»þš,2–,7A"cF*R³Ê¡ò¯ÌŠŒ’lÛ86šH\Éöâ—4b?É^'ü•à²IyâXä´ñ UpYm¯¦îÒê©qÛtªV¹²h„ì­Öꕺb' ‡u ‹8Ðô¨³JnSk@—%¶EÍ¿FK¾ŽK%–BHkQ¹W ¹”j)æȱërUÊê­ž5Ép¦–Œ÷ ihÏxñé´¼ˆòÚZž![á”硪E`t…¹l6Ee€HV¤yeYYQ;Jî!ÔÖÕ£+2íZ2³.ËPà僨pOÌÏï¬ÍK’‰0©¬Bö%ËSŽ[,)Z<ç/ªÔpܰmFzdseŠiWX¦•q粎§“ÙGÓËmŠË}º×Ôϑ٢2¡ª™åt.K¹ Ý›j9 ¢‘Š·§efêöVn N‘¥SGJÒi¥&ÕõFÖÜ9ð¯öy±o2è1ì"×­+ N6™Hl¯Rfúä—õ³óZ[?5¦™(ËL€”f­Í‚­Ùz£ÑJÖƒÉl—xkäl Y&UĤ›mÚfº]-½®%ƒÂREX<%$QóÄ ˆùâP˜š´’š® 1]Òe¼ ’–Ídä%Æ’&RØæÎkµ¬ìæ¼ÿý° »ªfeUfDD42Ci¦’$¡âÚzªŠªæID”qʬμ³ÓMyÛ\øÓ}¶ÓŽ6ß]¸Ó}·ç}·×m¶ã]xÛ^½,úŠëÒϨ®ô×ÖÏxl+g[¶]'·šŒm)b£LÙ$mòâl'' E‚-P\…2¶Û§&9ÛÄÅK¼TU]¶˜®ÓKHMñrm¯ì¬üÃIwÛ‚(uuÑÇ„RÓ+yJ]æãåNP´·5Ì"î\Â!žçÌëåÄe‡|mƒÑªB‰ Nœó2_RÚzºL«R ¶­u5²¬ÕfÓUˆö†ÏÁ oNü–ôóôžûIöNý¤É4(ЩqßC”ÍQ`ú¹·4Q5±'¢*»K&aÙºaý!µ w‰N·q˜”ê_ ”’JcRhþk•¹æ‘/M¦d´lvù"kyePÒcžbKr½ŠlNi5ŽMÝ f ]Ò`Ç~ rå>ô¹>Ãèó_F•|4Y–tµg}Q#1mhíµ‘‘º¶Q•n‘bD}­ÔšAm ¤ÐuØ´ÖúôZkh,ÌDd…Ò[\b­aœ¬Ã‹¬ª”[ ¼…YŽ4…Tm:¢0´Z0üâÁƒÎ,ÀÛ}p`M¾¹"„‰„‹¹/„û¥CÝ5YzbÖÈŠ¹™ g¡$ëGÅÒlSïáå¤>þZE!7ž‚œFEº ªRìÑ+2ïXY]fšŽËcX8˜U\¥ÓZ‚Éfš6úœ! 0¥5B# ÓT"7©ˆå›ÔÃr÷»ßfŒâ¶–t‹’è©jZÉ5Ö&eÖ¦µQ´Û⚨å%W`ØÁéÙÒ^œá*ÁgÑà«êv™5©«CA»¬.æ×‚R»V€¥Ùµ‰©MRDèMQFéIžÓ¢ñ­?:/Óðê¾ÈNõaQoS_A•‚UÌîIùl—X%lYNÊÆ¤ud…¸ÕÇÒ ¦­ÿý² ª™UUUUEDC34m4’(’@ hª†¤$™Hù§~†3û >×í÷ߟ·ß}·ßŸµû~7ãíwû~¾ß¶ëí÷ûm¾ßí¹ûúû¾ão¯f÷¯x퇙cæ*d£‰ìætt‰zE¡x%¤EA¡WT½mj,mJŇdG2pâãëÇXH¨5Á„¤à¢R \ë!t¬kª[mŠ(g"E¢¬Ñ¡¡þHuΞI&ZTi‚N5"áñ|',ÛV‹` EðL¬‡Y2²]vXu¥]“Y¹(4wÌÈé•eJm›Ò”-è7cÍ®ÑÍo•ñR¬ÁPëÊáuÕpÇ= Gö`mÇúv=©ëéöV2£eÑÕ¥&!¯4Ód‘b€b€º!Ñá€‘à  †$–R@ªdÀÒÆ–M,²Ð-®Q©K¦ò.R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹—º@® @k&p €~\qšh„@€>À'HH|‚À/ÅŸ€tZ@(!/x[@ j‚H @ÊDܸX  à &€\¨,âÈ@W |8²¸+Ÿ“¬ÀjL¸0(²h ˆ`a{†ƒpÔ†üÜQÓ-(ûvæ_¾B €`@  P ¸€ƒªÿ‚ù‘mÐ C0!{¤4˜îpL /t0#Ü @Ì @¢ À@=&‚` \œà €“A€&Á$Ð (†ô €ðe‚6êÈÃoµ‚ FH @3˜@1fY`€tN‰0šrKC¸B`Ùc(à1†Ä$—|h @€b €€(Œ0 ò@$!p (H~ äÂg@É3Yø¾×˜bÀP0 €:@a`;/‰ B4¥€d à((¡Á&³±õ¥#CxÌÂïŒä ¸p^È0@¹Â¨, %Ae•ÐC)ÃÑÉ#®8 ð,t€)ÐÀ‚*€$4€9= à` †¤ü(ü0ùi ;_P @ÆÐ@ÊÀ@ À€Àø0À@/8ŠCC@À@²f&€Ù Q8˜­“’Ià9» €– À‚€ @:€œšMˆ@@C@b᥀ À`´RakìBà °`‡Jµ¸p € ^MÈ 'I4PÀ >¡ˆ &òhhp(JOù¸²µ($ì´tæg¨¾,ØX` Q ;tx€ÈHO)$0ÐC Åä èéB†ä-‡LÐÄ`P ALÈÀ@*` @vP°Ó€ÈÂC™}*O€í²€€Ÿñ›(„ìp}Ô -°h f¶F¤ã¶À‰ôC€,(6 O6>¬hñHíCñ«¸N  €ÎàKh´/€€2¼0°0M‡ÅÐÒi¡„0> /‹ž €€'P@ C€.nx€` x¯, `j@§(„yj% H1ïÑ1d-| €$A?~° ðà0H`c1`7ˆ&€Àš¤¥Èh§„­5‚XPð À+¥âÀuƒlÂÀtQ $¾²R@vZ ÆÌ†ÃAýØ@§,à H€ e’C€‚.&R°a€;A\šì¢aम0¼~¶¸ @3€` €z¬+ÁÑHÅ! T¸ Ê3Š@K&Y˜é@aEa„´í¯N  ÁHx |!`€˜ p@ ¨,CXäš‚À^X0(*’ ¨œ #|’gôuÛAH,A\3Á0@¶zÀdÐ@ÓÀ È@ À ÀvAA  BœB!@?Ö…£¥}ÊX "¡€ð@¢ €àâ`¨ÎBÌ–AKwÝ(æi¤58·Ì`£E_ÄÀ'hRèÀ À^àjpj‘ T@;+ò`jœFºà Ø €RÕ ‚è €€ò‹°h€ Ð’n<0†Ç(0´ü꾬 zN`€â ÀÄ “Nø|qdΑ ÀÙ@&(`€Š ؆Yxa#¯\@Ñ @@e `@{¸¬„  !bR·jü†Mà;Èè44˜L !€ ƒPÀ¤²Ý)ä•Z€b`(H²ð€í &H@ !P¤ÒÈa˜5Ë%ñ…dÃäR–ÈØWQ|¤ ?Èà&À€N¢h 9\7ì05¹XòÀÎPÌhêÐÀ @'(²À=ÀùDÎ05 ¨! ¤ŽOAÞû <€^ph 15 Tà LÐ?rƒ İÏÊ3Ýã•s½h¿!@†€BWÆê8Äè  Òz@0’¦%âôbÝ…ßÌ€./X̆C€9¸2œÒ` vQ44„xèA!wÑAÄ3€ @ AL5@äØÀ5€À‰¬0˜ÀW !…]P@‹ÛH d¶F?£¶À‰ò‘ÕÀ€ðÀ4 p@¾ÙXi`P@!&£IDÒþ'ØàÁ€ @åNÀ &îŸrù“ü ú‡å”@€¦àC¸ e€(Å$®lp P~R ê,†‡ä"’g-¯ ‚H Bˆ d‚°803ˆ` ÁÏÀh¢0 €8HaD$r`hƒJÊ7;ݰ@õ @4` xàj† ðäÀ$ Ä€/,4²˜ii&€œ ¡ éP`GA[+U‚x €*€@€ p . hàÐ`2€ %è0 ÉE ^ÏH€À @€`”“@Nˆ € © ‡ÃI„À¢‹IH/p(à)%¡É0RX ¹ÛðßÈ€¨ SäÍb€b€º!ÛA€‘à S‚ €fØ`–d  ƒ &€^q4ˆ Ô"ƒ3†–xÐÌP¬@”°@´Ô ` h&J¨ ‘Ë&€˜@î´`DûA1,Xi3JR¯²6 @0 °@€ @€@Ò}À/hC~*a5 à1HÒ9A„2bo&4:ä(@ ð Ì ‰  †€hL!–M¨0ð%;€ ÒÐ(Yã]­@€hز€tBà€„Ü j€0VYI-Æ€@,R®Ù¹c/Æ‚Ø dàTÀ€jpH°%@=`1`ÀÄÞ ¤²_T£>zÐ@¿Pà€Z À @!Ά€è„ÄH K&€€<©Gà1!@5Å€@Ð([!(-Xï|ì4€¤€^Lv 2H É ÐiÐb@NB+$€WâZ æí}Ô$¤BÀ ¼šˆ¢À° 0v¬ð`T`à€=)$Ðùx%rixh•Œ¨ 0à !€0Ì@'qˆ@$=ú@oÉ Bà4–ÍÝÃ@€Š‹áÀ€:VBHxˆ/& 7†rh ˆh!†bð :PØËÕ‚0ˆp`@7Ø €BMÈ(8ŠÄ2a'!'å¼ø ‚˜ @7Èšp` °à@v¤™‹ ,i7âW-ÃVHÌ:õ€Òh€10]&@àÀaƒ¤™À©3§gëXÝŸH²G¨q‚8 @4È@Z‚Ø _*€ˆPØ @ † ɽ!¿VHAɈø¥¯Ø˜À èè  ÀLü †b€B@TT™Î &QÉI(X]õP@G à@i%  €9 ¤à€^ü‰ ¼²ÀH@€é¤0x47òŠ&Ì`!‚üeêd*Á8€6È :Iˆ€ 0bS¸À5ØÜ˜‚ )A£Ã j¹‚Hà`;Z„2`èšM (L*J@€6éû ˜ ú ;àjˆµÆ@5 @@6¸ü;+hCÜg(¼‘œrR…f6â€èd Š PšI¸ha4˜œXahà} ÊúýDX'âƒ@€®¡ ‰£ ÛMp‚aMòmÁžmó€@‡\J\Tˆ€ Ä €3%€h¿†â`jqY ¶hüp€@B!¥>K‰ÈèJH@)[~R /§0äÂýCóúR—£é¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”'p¯JD_¹0 ÀAä‚x å€Và€^˜ ‘É(ý2:02@³¯(À€‚`€^Ä À @uÀN؈ €bR8ÀÜÁ!€T„ÈA \˜‘öY€œˆ`–bɤ?Ë0 DíŠá„ÎåmÊÙh}sÅ!æ<ûú¸ð(À €fÀ üð f’n,àh„4P¨äÀ0–ä¼@c¡Óï `€Fà€Â   ÁN`:B †!z±…œ¹`€, K!D"aH0rfQWœØÈ@ !@¨&†B1$Òi45# Î’ËO$Œ¿í €Tà€Zä *@ @“`^&Rh I€†@ÞqDÔ“pž:ÄP ÀLM !–4„40°¤0 ” n²Ã ĵœKð€ÂF¨¾ž¸$À€0 „,2!§€Ü„–, ì †,``krSì¢Yºó€´ `‚¢=…Ò=€ƒÛÀ`@€t‹ä±¯xË`à€ Hd0(pÀÀtDÀì¢hi1l” µH €3¼R`haiRrË!céùT 1À0 e`hR@BM»%`ˆNbÉ &7 %V·ÎXaùwÒ`€¶¤ÐÁ €Z`À5 !€ë`M€€h@vC,!˜®BäÂoHèÍÊɾYKP À5`pà €)Ó‰ :!ó”Høå$g¡!ˆ,ò?¿jX h€>p €Ö(À ‰ À€j^ 0 T†‰!„0ФL” `j1003p!¬€|‚p$0@dÐ0€(BÀx€€0 óÒX˜o0‡bPÐ/yšñÀ @€?!€v´“J&€„Ô·B€í˜–5†¶ÊÈq‚  p~ÀÜp 0‚ÐX '€)V€@ÌtVx ÀN©7€>0Bˆ€0àQƒKbÊ%’ˆgäÞ”À€ö`€rLvˆÁ,È@@*rÃ@À`€©007 NrgY4 bÉ¡ƒÎ>ùU,Ра€í T¢j@B` ÐM€P²`h™ƒ?&$¢VèÇ}£“ÙGf¨½8 "˜@A\ÄÂËÄš{€ ÀBMĤ€Ä# ”„1Æa÷³È$À€2n¾àÏki®b€b€º!ä¡€‘à 3@3tè%ð”lY0%Ÿð ÉE³¶.ù-&P Ê !†—H`25NK¯™F@ÌPûp@¡ À@”' pa€šM' B b€t@ÀLŒËÅ“@bKHèjÂ{gë«€@º@ <X c€¤4ðjD¼ ¸L¢¨HjQɤ´€W†Ã:°ûÆR`;!bt€Å$Ðà!ˆÐà`™‰d‰QJaèo1Øp}ý@@?<¨°@W 0 Áðp+Ã@Nq@&I4`&&Ãxƒ€Ø( ý<É d“æ@ n$x ‚¡`vä5Ë :‰04 @8ð*‰`;ˆrX Kœr¯JCA894˜’b@bŽK‡j@*€7&O˜”Y4 ”¨×xÄ"±„ÿ~Ì ÁàKô( MˆÈ ô \#À‚,` €Ã1@‡âKä²S9!t ð@·@@€{D@ƒ¢p#L#À‚,p Àƒ9@‡âKÄ¢[¹!WŒ¥h'j‚i‡€vÀ €`ÎL €8X øH¸9s­Å¹>÷àÊ Áh1Ø Y`€bRð@:‰- :Hh`j@L—€ˆaœ– ”HNZ ×€ Äg{H k‚p dPðp` € €4 !€ †dÀ¯A/M&«†ŒÝ#TÐè` €B° “ÐV„bXÒZ¹D¯¾HÑÍ£‚o¨à€†`€Düà@Å r a€1Äi è„4¤†`è4„€Ä`LBA¤îZ”þp@€i0A€y@‚  ñ `€˜P(”`ð" )ÉcÞá>~ P `ˆ1€€€$"€v€è7@ À npÂ7(²ayhN>p @<  @€;¸€à€+ÄøÐ€ÊFraÒþA @/ r€ [ÊJ0a¢†C ‡ —Fènuý8x { h@€l€ @€=, Šˆ€;l°BPÑ© &_ :ýx –y@2  @FÐ@bˆ -ð@€*zL  V@ À1&·àzp!‚PÂöà:emµÀH„pÀ(ÔP° €€>‰,  @í1 X ˆeJHBGzš‚°° ÊàP É@…ðXn !é)»€ä4ÅúQÇͱ‡æ«ú˜@@é @JÀTÀ %P€ ¡¥–ø :&î¢YížLäÐ&M ÈÖבð@uN €àð@Æn@ @ @1&f¨øšŽÉ… A˜rËü¬=Wš¤^  @€è4 ì²x†3K>ˆ!“FK& 3Âáˆ(â?¹JRé•ÊR‘)JD\¥)r”¤EÊR‘)JD\¥)QZˆp ˆ RŽ^Ñ4‡ÐƒÓƒ5°¿}04 @âÌ0€¤öÝ<4¤š€ÌV/`ÆÚð@˜œ†PPĨ!`*MÀBi 03­8î^‘¤Uöp@ A °èð@¯ d‘€U`¹@:8”è+’ƒI!GÜ @C ¤Òi1¥ÊËä×Î9,üO:¢ÒÁWó@~Ð.̈°ÅH@`À@€À °!@*ý”¤•ñ!&ßS@¿!‚ €¤ €€œ €j‚h €.!1˜Â@©5#Ž×"Á Ü2#ìÂS@˜ P@À €”äxÀ Ha„Ô@b‚ae†#wIH<±`&&d€$"‰‰&”PÇÁߺÙòæïÐb¯Äh O€: ‚ÀBB@ #†“@2&–\˜´rà W䤨´|úö €¶ €@ÉR0çmßÖøj A|œ(dpAÅfžMÈR@-QBMà_"p@y!À¨ _¢Xš  C;œÒò ðX ‰€&@ø10 €`L Hgîd¥+BÖ¹(>ü°p@€€€ @bà˜¸ j†€hž€“@4‚J;$•ÐÒÔ7ŸÎ¹ €”@ ì4 ` vÐÈX–@.Úù+vIa‰W䮢÷^¾Â h€!bé ˆ`!( €¤„mð RQirY ¾€0ÎN®÷ŠÀ€@ ìä00È@  À5€ ÒC€P,V Ü’M ÙIå‹P@\ ¡Œ‘¨˜4¢j0JR‘ް,Q(GT!?°¨~\Àà‚ZH”°À‚À` À€›8 @BxLé>˜Òhh /¾‚ð @&'P@Æ  À 3@ C ¤Ð(È0€„†ÀiQ„ÒbFâgØ…lµ_ž™öǾø,¯}Ä8 A$g¨0ÀX)v‚hR@&!$4ËI4˜CQЂj°02ܰ, 8š ¯4&ˆHJrS†„”PÍÒ°'¤Cp“FQx@Ñ p€€`È€ 4çñb€b€º!à Àv H`€-10à0dR€vRA瀑¸@ÿλ°`€€ÀÀ €VÌ0?b` @¯HiKìK- Fà`A×¢ Ð À@ø)´¬4âh @ ¨€NÃ@  žƒ8à)9v`@€k ÀÀ 4z` –ô°À¢À+å’W@ÇËÉ /àY@€&NÑÀ4 9Hi-8²Á!¹ÀÉséëΨ~8B!†ì0¢i0´†”‚Ê,®è,¢ðÔŽj¾½P @8h A4€ *ÐÈ8TÀ pM å’Š&PÕ’M Ä$ºKMŰ@@0 6j7?|H°Zp É€&Àg$ZóßBà@E@»  ¢` Á¼@@J €`¨àÐå”èÀi:NÄ C 8 vý§Ý€ >,µ! ;ÑTe$° ´¤šQ1ÆŒLÉ,gã ¤‡úÎ+æ‚8 @€#) €€^à€Ö €‚^p€ €5Èe¹4`Ü|HE2 ö@@‹°à@Z 4Ø€ % °@Ð’@(0pÔd2Y`ý\”ŒÈA'ÞøA,%A !ÁÔÀ‚À @š\ÌÈÄï€`®/€P †„€œ =!†@ @0F$Ý€³t€€`œ  /@´,@B 'jìˆhÀ­À P° 5!àÐ  è° ©3©\ Þà( €À“ `0!®è † @; hŠI‰m‹(´”-ø¨ÔŒËä–vÊ:þl `0È.A˜ ¢ A,”û€dÌ´“I€T7 –|Y4¢ƒH@T´,„¢Qg;ÔX @€È i”@€T”.Á@”‚À¨€,Z „I¥ ²Àú@Â3#}íƒA, ° PH h¨ @+€``ä PÀ: €B˜¼©,0ðh @L~ÐakC!¿F»@ @2N€€@0Z`! €1j¬†€€JQ4ÀP @@ è° CJà[âWhÐ "Äe 0Hp*Pô‹Ø¾Pa`T„€–WÜ%›— á»glê8Œ÷ó`@k€€p„À@B @9J ` !p@ €–Ò` È%€–M( Ð(KBÈJ%s½àËZ¤‡+ßk!‚h ð@£P@Ò p@€VÀ1 à @hØ&LB8`I@1ü„ø4 &½: /õÈoѯ‰€œð‚?èä´¨:í €4( *qE“0à ¸†L ™ƒC !©005;›–2’JpHñDJ‹ïà‚€`ØZh¬4 *L¤X,”  „HoÀ)Ê:ãh k‚X *8z 8ÂXz@€”K ᬜrL®fô@€ÛÀ1~C@d$¡ Tš€ÈÂR?æ#¥CN¹`ÖÄà@DÀ`5Ðd,Œ À @¡y$ÂY@ ,nÉÊíp€ì €.è×Y@ /­øÄ€à ~O¬³oX`@€t0 @` €è4 2ÓÀ@Lä2`c€:±‡=ã45¤ '€ìà‰  @œ˜ÐÐ ‰`CA ã#Ó‰ !I-w˜Wq…9@ %2Œ7(ñw`'WªvÈx†€Ä“ pâÓƒRé[ô€óŽc©ÿç4!ïÉ€ ‚p '€>J ˆ` n²€@óXÀoÀª\˜RRIHj\µ®¸ À:€;A1“A(`bÙ(~4¾RC?ʱ+‘®¨  €€‚˜ @àxàÀ€^²€@y(å€3¬šÉXðÄ nMèÀ€- @R0…€2 ðÀ @0a0àœß ¦rPh„<0˜BI !{ú€tðTš®I@dšnM (é!ät`Fü+p2_Ì#¨=€(fBFÐà(Pha0ø€0Ì0 Õ 0!˜5¼ö몶°€‚ @0Àbä0  @¨ÈA)Àv1e€Ã#­3œƒ,w¬‰ðàT˜0`&†”0i-†s†âHš.R”®.R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹`€˜@B bL&P(C &HDÒ±dÂh`nbÃJJ’Rr’zPÀ€€@ È` À.H¼†w  7 ˜h@`\˜®¾0  ¼Å(€à!З€t°*o˜4Á¥”KÃ’3ç·?o}0@30@B0À À>Xpñ 0ÃBKG) 7ùèÿ]` €¨€ À02 &€ ä @+É!Z âÅÄ®|P ëËRE1vY4  ÀN€ÐÑ„²ÐC É,”H‘¯ÆçO¡Í{Á_'mBb€b€º!÷a€‘à ÁÔ€`€`ˆ@†ðÔ€L€’oÌpT¹4 †²††õjÀ@3 @B0à À€<Xx÷€œ°2¥ž_€J»™I¤ð†¤†”€ì ¥ Tþ¿ OäÐGüî&¾ø Z‚ 4|ð@Ï @5K pÐä68² þ3–¹A@%„€N ÁØ & CL9BI ;> I$¢ˆd>4¬>ÇÜ*K1v€` ÀNS °ÐÐ0âPÑ1ˆwlãî^˜0ÁÌ8 @€‚  À€…<°€ì0`1Èü7å“HdÀ|Y5 |¿ŸÞf•€€\pR Y‰d Ô†%‡:>í.Œ“ö÷Ó/P@D @@-¸ €€8v€À   €.|²†à ˆ@:(”LÀ&!‚Ñ (( –ŽÿtA/è@†+ @€“ $ ÃH`¤ ‚/Ø@ Ü Ân0½Ÿ^n””¼Øb ¥ 0¡?ÒMF¡»ôŸËÃB5àfýÛ=Ë´ € ,M€T1Á¼à* )€`LˆjI PåMÆà(Y äÍÖ„î-*Ð H`&& šB&–B A 41= @„¡¾†ž»î‚ˆ K‚ 3€ ‚° 4PªQÊ7Àdà!AI$ ˜@vå“2@ù(û8 Z‚p %ø‰€P2Á¬ B@Â4a€`ä"¹á€!&1 œÒ—®U),¸äÐà–¤  â&—ɸAn6ff×éÁè2€èhP !€2Èø ‰¨ :‰4†° Òew(†LÀW±A¥u”“=Í @@m@ž„ @Ê À 6ÉÄÂÊ%„˜„÷IA€!&1 '¯¡zåR   ÀRi@T40–M ˜5 T5%”¤ôº¦1 Íšý8 @ @‚@0-*0@?1 T@1!Àvš@¡ ®åɘ ö(4®²’g¼Ç[ñë ¥& €?NH Àb@cÐw!†–ÂþÒØaʾè V˜ /‚¨@ ` 'ƒ,  È` 8™x˜C×É&†`<‚Π €@cÐ hÈPI Àô€;€âd2h&bY\¤€Ä–žKá½ë…I ¸ôŠ˜ 1ÄÀÄâÊ&bh(¼rP‡l‘zd¤ÁW¸ˆ $‚ˆ0@0@ =P @ `h€Á£@° 0HÐq„$­ ‚Ä@‚t( ‚JðJÁq‹6?€ÑãAä"ne&'Ô}È`‡ô~:Aä~œRI“=õÀ1 @Rr &À‚x"DÒÀ¨ €$¤€TbiJRC‰p2M”„áþé‚` k‚X 3&/X ˆ@‹ÄÐÀГ@vyEîø¼wø`Ôu w¼­$L^ì bn&bÌCOI7CPR“Ò[$'ó™)°UÊR–Žò¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”§ì»Ö@ @*6Ð@• °(HÌ @€bl˜þ  `P°Ä€>/£àéeT#ìLö`€„¹7“LLäÒðbI¿>ÌQD”þŸ³Gã~N”'“¼SþÉl7Œ/ìs§ú4²Ç{Fx±Kè@'€@–Ð0@¥‚`!l€bØ4X € øÀBúlPÒB7=Á€Hp'’ñד J‚Ǹ¬ €=RðàÁÈ !‚ˆ ¹7ÁŒ4å °$Ôf-»ìYJK=ˆ À^ƒ -Âñ5J¨`PnŽ‘„¶¡¿ h@Þ¡ª>x5 õòiv@‚è -$ò‚H@\¸€€`vCI0ìp Ò0 bB (†• “ë@‚ 64!€„ bÀ@À4 10 €v¾M(° PK€[¡ú…ôœP«4~“€4?<ƒLíÀñP5õði0€B€è0ä *B!€èšL@ ¡…¡$ ÒPKÄÒƒI3¡cNkªˆ!`Œ½À °øòɼ 2€! Ù ¹ÄÔ£€bMÝ\¢b¨0@“@É(„M,ÏÃFžJØò[`€ù;_"—t@€iÀ€œð`~P @4nXà€À`'± „ü1# …£å’’ÉÜ P¨0e`à Äô 4f¸„B¾+¯lŽ,[Àh€1!`Ɖ¥bkŽYIF-À—ùg™pû¢—ÑÁ¼ €€7xà `€Â¨p ‚H´$lJ` ðrÀbpÙ‰A˜5Ò^[q•  Àž „,@$€6ÐÀAàZ9 8H` ¡€d0%\}ˆd>Z€(KN;Øp@-_ƒI\˜BvOüä¬3ät$4ÒR ßìJüh©€ZQîN÷óê^̤ À00@@E(ˆ À AT5袀,â‹@À;€ tVð d€d€º!Á€‘Àî@ !1»kL\ª}n-=‡ýÿß÷ýÿ}×Úy÷wwwwwwwwu±ÝÖűlm¶Ûmµ±¶Û|Û|ùóæ¾kZØÿßûüïýÿß÷ýÿß}÷ß}ÝÝÝÝÝÝÝÝÝlwu±l[m¶Ûmlm¶ß6ß>|ù¯šÖµÿ¿÷þÿßûÿß÷ýÿß÷ß}÷ßwwwwwwwww[Ýl[ÆÛm¶Û[m·Í·ÏŸ>kæµ­ïýÿ¿÷þÿß÷ýÿß÷ý÷ß}÷ÝÝÝÝÝÝÝÝÝÖÇw[ű¶Ûm¶ÖÆÛmómóçÏšù­k@ÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝŠA=åb€b€º! !€‘à €ìè ɹ€`5™9wAè1Á$šœ@@ÌÐ €Žˆ,’C Ø/ÀØ`]`^ ,X`Bù(>¬` /² 0¢b”¡’C!`ßÊHÄ’‰„°2Z2T4¤tF/~×Ä¥è<(@€€)Á¬ÀdüøðÄÐðÐ @1 -0D`bˆx¢–CÔäÐ,B 0ÿV” ŒØ°À Á   @Ä0À€˜a¡¨!€˜†M ¹Ÿ#2ÿÈEX e  $¢C@+ äÐÄbZ@ÆI(—Їè@ÕgÜ?¾/Pì À   #@5âÁ5 8ô 58PpÌK6@)À@Y °x `@Ì\ôô†É¡€ (ü„CÙ@P®Y7€;!@Â7J@,¨H paA ÄÔ ²`  éV,”á­€°J‚Zx½Í|j]pA† A.@ e‚€A#àà@ƒÔKH@|š`†bXdµ™îè @‚P á‚€P f^ˆ Àˆ°À2Ä`T›ˆ` ðÒ`,4š3ŒLÃ*ÈuȘ°ù Ñ€&!‚:–‚RFŸ³d3¥+$e²ã–ŒËË¿K®€  €€rCÀ ! ð‰ À0&; à`€\A biXÁ x†Ÿ‘T¤(A °Pई €°˜ê@5A`P÷0 04°–=ˆÿPˆ0-À«X+‚Ù%€H…-"¤7×Í¥ëL è3A”€ ¤pà@·r¬ðjL¥¸±HìL)·ÄÕ€¤¢nÝÐ@¿À@ľT´ PÀhÀ I 9`P jLìX€+˜šP @Çã)ˆà @4„À*M… ¢j^RÑŠ,•ÀÎ<0%A-½ã¥Ö @@‰P@:[€‚P@P4 €ï€Ü Ün ´›øg½Ä5Üj‚Hp@?À4Ø À¹ ]¹1 'IHI@&@nû•È}wzŠt˜i(` €v3ºC˜_%ìB—°¨‡ëäRë¨ Fˆ €?&<- à€ €N@ i0 ;X¢ûyÐM(7¨0bÒeÕ 0@€B@S@/!(2`8À@Ònhq °PÁ0ý¤±ŸØ *B?·;yè€ð¤™‰€ ¥€ZY(˜„±i’Í>Z1ºü¥.Ø@€sDÔ€‚8@ ƒKlÐÀÀ††“ &€>¿¡&Ù0¤”K,Ô§bƒ–*@à @À A„¨ c\ÍɈH„0¬„Yd“bMB9¡¹8aDÔä®8 ù9À1É` Wƒ ?/ Ù Ãõñéz`ˆðà^ @&xéPà àP ††–ZC@BM& 00„C @G0Ný([YÁÜ(3 ð € @0FЄˆ5ÁÀ8À€6„ÞCA¨ € ¤% jLd†~·Tˆ` €3€P²ÊA(ø €å@* ,•ƒFĵqÓÉÜžN¾ )KY\¥)r”¤EÊR‘)JD\â—}  5ÁX€ A´V @/ÌP ‚¸€ lzÀ¡@7(¢Ä0€Á»¡Ësõó¨ðÄuô#‡X€,bX €†ˆD2ð`hfÄ023œ1<¡ÙKTËA/3ý}P€ f˜ aÀ7P6àA#!bLJ!!ìàƒÀœp Ò9/†·H!{°ÄµÉ£cÛRÐ`;A•Ð €P”ŒBVãRK,¾4É_°R À¢@€J" ÂìX >2ÀœÈø¶ nrÐÀÎ_)ã†^ ,Áì!€L” ÀP :%\`\-à @@wÈ4pÐÁ7È`T5<`KcÞù° @@=0|€ ‚HÜLPÐ` @Ò_80û¥É| ;ÄH V0P`€`´3A¸ €,À€˜èð˜ ç!`“ ¿W&å†e˹À3v àÀ p`˜ Pi0 üY3ì¼’Wÿ›¸Ê¸b›ø]û`@4À@Ð@ O‚(P@/À €Ô° @†€bXà È@€hZy`$o&–L0 †nLm% @ËV0 ¤ÒÁäÐ@¨ e€ ɤÒÀ$š€è18 à JÀ7g#ß0HA€³€j¢0@ €@ ÀnPÖÁ àç@CIg5¬4-ô˜˜ ðÐ@Ô$(`p*€dÍ @t"Äiã`@&ô«…¼’BÌ4 –MÄÍ‹0oŠA5IH @Y‰j/§0 £“Gáw¸˜@“Aì €bZ@-H "è á¸7¤ÐÞø Ô’b‹ä Дy—ºH @Ô€CóÈÖb€b€º!€‘à A@?X`PADà ‚nq400\²Zx€éü° ðI4Þ“ï›; 0@=TÄ ÀÁDˆà¥’±@ €NÌÀPœá›D¥÷/p-»=RAH€˜¼ ’œa@ À2»€9®©3^Øð @¨È`1¤>ÀàI€; @ÒˆÀ VFMFè$Á…çB¨²ZÉ% ²5ýL5ÁÔ/‚ @5ÀN€08X g 0h I¤0Ü0€6ÐÂhÈ@¤ÃF·IdÀß¿:ùª@ – |7œGÁ°@|Pàà` ,$€„ :*ÁdЀ€\€ €¤  ÒÄ0p.^¼"~(`\þcl€€.^ؘÄà€€8!’I€@Lra âhA$†P w²I˜Ô»TìX° À@B!ì dRƒP0€¹H1ÓÙ¹¨Ð‚‘ŸaÍ@ €@Û0à@-€`r`ôrÀÄP RØ0©Ì€`à ËH €b ¢x€d¦,Бwl0X-1 @šf@& ° 0Rb@ €€œ4€@Á †NQ`€ °P2_Å’’ßr‡_3à& Üà @2 Ð@)r€*üé0à0R tB=%”€d¤ !< –§¶0 @4¨ [‚à€ŠŒàp€€ì4¤À @4À0 B€Ô  bVOA0`U´A™ÒY&È0zvp É :&òFNPhÙA€PÒñe ˜bh`iCz HIÝçÇcL ¿\€ D0 %†‚ `,à 3È €b ` €1~p!xC!¤š`ÀËØ¬MȤ€YËHì~¼X .€‚ ?VM ð@;p&+h€ ²€€b_X¹40˜X¢@H+9ïc  @?Ø€ @ J "h@P` @ ¸’àE†¤”Q@T$‚bRŸŒ“ú¤@@€hF˜ À$#*^¨14à päÀ! 0+œX !'’.ÐøÐ À“PƒJHh!|XJ ˜²ÀÊCr2Ó‡ÉÈêü@ oÔ€j©0  À° À €À`äÕ@Aådq¡  95†M&¤¡¿úµëÉ€ 4„.A ôœpp€2\XÀN¨À€€˜š€BC7( T!ù4”®4iK¼P P‚H €‚€€:  €‚`€T0@ @@H`À;&¥°å“2x¡œ›£‹¼¯dØa4Øà@ ÀéHh € @à~_ !ØÌKÅlãKHF³À€ìÀ@0¤0 ¸!|eÀ2 á¥ôMà:Þ!àÞPbJ&¡ŽgÙ#æ1f’É÷ô€€.€h €v˜B €5!¹  °hÀ¨ƒ@.  pò,BkR OÁ# _tÁø" t ¬ €TŒ°‚H𥂰P`` €B–(5 €0 &p . ΀ 4´îɾ^\€€†@øÀ< €€c_:tÌ'ˆÂ·éø1=–1î¨ 6‚¸à@¬  P >0 ¤4€€È`€5&ðÛp9`1 Å ÝØÅýH€ @”€ @vd %††‚ÐP KíЀ2WãR–do…@ Šsøûú` 3P ¦„€2Ô˜@F$ x°ÄÀÇÐ €É™$À   ·°XÜÀp@j € A»<`(R@¨8È@p€1`B0Ä,¢ÈE€fC!Q ;Á„"Y-…2\­|ð` f‚xhà ¬À 𠃸ðàjñ]|è¡‹Ìg&Õ€& À@;!~"TÀ@ @/>(P`€ À@¨ Às”° ‰å€Ù9y$逄œèi+ “ÊÐÀTÐC )8¾²ÒLäÂÐ_lzIb›ø]ý$„# Á0 ¬@PØ j``@HÐÐX´°bj JÁ ƒÒ ÈE€„ p`ˆ_f˜Al(Aä A()  @4/j é!&+° @€e»3Ô´€Àð €bXÐ ’IŸ¬î×Í  [‚è`xQ4Àv£€. jÐ(J %d’ÆãP}HX(` <à@ @€4Lv (™ÀBÜ!€ƒ†ö(3“CB1eòFšADˆà ™)&¤ ‚14®¾¾êAyÆîÃJd€ö,Aïïè (àVÀ Áh(i’€.réBM\ä·Ì!¨`$2ÀuŠ(`€kð!}n’‘ýçô‚¹b€b€º!á€‘à  A$@€f`€V €=Ø€2Ì@4)À7`)øi@'&àCø?éw¹  4@X f€!@ÄÀ5@¨ (~Ä €5Ñ4›€ ˆ@7À:© t€˜Ó€Ë}­ €z €pZ €`à @ ä45ì 6j¬ 5Iø0š^ÜhA¡¬Óˆ`€. ƒdÂb‚ˆ`”é a¡¼5/Ÿ/%òÙ¿Ým~Œ *p - R€„@@P\€ðI˜€ìÈ€p€É] €††¤0_ ÀQJÖÀ`€ôÀ€;`€  a€€)RC|VMrø‚6v t섪8 RBl—8<ä„f¾w I TQ €CC‹H ÌôI,Ž ÏtÎvJä¥ê ° Pw ¸0ÈH°Îü@drHH±¿n`ë© À/(¼Z@0 O< Ðk øá€P¼?C@ÎRvXa)ÎKÌÈF¿zà€R  ŒÀN„PÀ¬L`€É°Øð xNnŒ¤Q€P01p*”ÒŒB¬Úë˜)ÁtÀ€8à€Y°„@×@°H ipÀ€>Å€„Àa ›ÐL€«I&££’“Æ1'_0xÀ€„Äð x bضpà À`Ì0 €.ÀêQÁ­U À𠦀€"NL@bØø 3H €á &&T“ÀlP rÀ§Hu) paˆH‚PC&Ëé&P0´ðÜ4'dÆ·9ôXUúð€€ÒNŒ €‚Ø €dB(Ä.¸˜'à €à J&†$° ÖG`*¬Ž0% ÀJï€+ð@ `8 @À@Õ!Ð @€\€T¸ÄÀÀ `©e €èhàð*ûg!YÛ$å_'ÈØÍ„u¶© š G°¤é:ÄÀ F1D>CB\䱸¾Ûåw G'ß» @r °@=Òh’ À  À€^;a !Œ pÀ y`S¤ü¬1 /“Kmg ðà@É °@† 0Èà‚@€` (!·A0ô›€À À`û Ñ 5H 9?^0†¢ J !“ ¥JᥠjJIåG7L€À6€`2€ 4Ñ 10@0&¡3 ÙÂ&ˆvґɤ0 BYA€V’úá½*Ì1 db™…?ö”¥.®¹\¥)r”¤EÊR‘)JD\¥/j °`€¼°  @/p '€À@t€`¢<€ ÑPÒ‰€`&`Bú!€è —€ÒGö`€ì¹ Àb’ÊÉ &8­É©Féæ#ñДä~*)Ý;íÙМ t†%H“òC¦tü 3À€èh€€è„r`Ü1 ` †`Ô A‰n½!Xie –Q@“úœ‡'ÖZBJrpÎWãw3•ÖáQiz@j @ª Á €®°à’¼3Ä @´ $úw€–Å%€ @ @ ÛrÁL%€€‚˜ @8€5J„À”;`@X À4€TF„ ƒ§&€>å­!¯2R½r@Ø e‚  a€‚X` .\äÀ€¤M"°‚ 2Òp`ɰr  U=_‰Ž°‹Í€%@b"zÜÀÐ@Ã@à'!dx€'ŠC¨ bIœ¦ŸÔåmæÄ8Y1Й’˜‰xù<4†Å’€)L&–X·ÈÌSUd'(qí €@*f€Áø¸5À@tx € ‰€7|®Á¡¨%  €èš„ÉO:ú` 7ذ Mà€ì@ €„ ¢Ô3ˆDÂÙ ;zÀ:&’HXšbo8™ñûï| 48€`; œ¨Â@€é€i‹!–CH` ë@x M/›Ÿ€v– 8 h .€2#À ‰ €RP@ÐqT”ÈEv„眴4 †(åvOA5+>Øà À4&€3¡‚haÁ…‚` AéîÈYÙ—’P„ŒY×ô @{ Ð € `€5‚p a  À€g|@Ô$„ T°pâÒP <‘•aR @< H<@¸ z¤` 1n€`&€`©0…° @b¨hÀSÊßÀ'2ð¸ q €)à”  À ÀÀ\ˆi5!€&8àSüMÑ-9²C>ãR•j=€@`l¨ÀP‚0` üxÐ @- ,O€@Cä * (L I ²7t$†0 aôJ” 1¸aìµÁpb€b€º!&A€‘à ¹ „ ^ä ‚Éx™32@QÆa©A0cŸæ dkúH ‚€ g„ˆ.€‚é`1 €; D‚˜À€À €èЀ€_É 05 V°òöA'|Ø*Áìð Ál” €H`PÀ;¸  Pa4 ÞLpZ€ ƒQ‚PŽY"æ.)\^À )hì@Ä $ P ˆ`à:¤$oÒXaeäcwÇ㮇p@RðAÌà ÀHÀ ÀƒÖKHð˜ İ Éj%3Û?^ä¨Ep'` €vž1 €-&–7bó¨µ2L±H+|>ýø BH X€6^”q €†€@6àà4Ø f€"h^P U(pèj@€˜—²R¾»X@ #‚È ‚h ‚ˆÀ@K À @š:D>¸@°`'tC 4¼Ô¡€'‰0 'C¸–QȾlJ`€° Ã#  €†”B,àà;à7!½’Là!d%`Ý÷@}öN@€_€À2°AãË€'Ä—N ƒydÐ*ÓoÀ ÈI@àQ·dî»0€€5Úqd0ø5$"j7&Ƥ×xTÀl€'Ça!@ Z €¼˜€lå  €p° À Ã` Ê0ЀjXÀƒÃbÀ®&#mpË °@>è`€hA€€TpÐ@u@ À€>!  ‰€¨rP^|™Æ–a¡½ÇÞò |p  ƒ’° À @À<¼4†X` vxÿÀt€Ôà,Ϲ/õX0 k€`À @@ì2Jj€é)H ‹ À¾P Cwû: ‰GÝ- AT^Å–—¤4tÐRK,…ƒÇvÉlß"1¡÷õàà@j 2` @ˆ0(À€ n Œ‚ˆ €p(z´ðÐ ð¤Äð€jWÀ–Y5E¯Ÿð@‚r! 0p€„à¦ÌPÀà€@ÒBü @3Ä ¤D Ð l€BBxÀÍûda&@e 0  0 €f´7.@; (°ðŽL %£k¸ÂÑ©tÁ$ €!,*€¨ gp@€TàA0`€RBφÃ@ ðbX¢É¥ ¢Ë? PB‘0 À€%~BÜ 4 †îPhÒ©e°ØnÛ 0èF+)ÏòýØ $( Q“A¼A\h ‚ À=j€@ÓÔšè € J € € 1D2À.[$°¹-C*À.ð@ª!‚Xa‰à€^" ô2À3ðÉ€Q   Ø4„KH„<!š¤ß4€ @<à À €$q` €¢`p’Àª8ä€Å$ (j ÒŠ QÔ¨1%”3ÙN €j` À€\=€ &H €2%òÈ`À@Q@g€Ä 2°ÅžÈk2 i€'+ŒR‰Ä!€ÔnzqØ?eÆ&<L `@l @Í&‚ø i€ ` AØP i‚á0 @.&†d À€/ /$OÀ)0 8Ø ë/.  A@ ‚ E50üE€@ @À€ð ` €ì`i¢Àò–@w€wòûм€ C‚¨ kð €’€Ø÷ B4Ð ÿ, ¤„àd ÒŒL9aÉh!žˆ@ (‚˜°"T  €18`€>!8„4ð C@Bø 2pÀ @!|´«™Q4”:I…“\ À0K˜j!r¾ZSÿ,¥¸ÒÞÁCÈÕÖ@` k€\ÐàðÀ R ðd"@PæÐ´€Z4ô°€ôtI…¸ëÇ‚c nG.à„‘À)B‚T³¯$”4À l=`@`€¯Ã éå†ìzPL É/£–jð€-ð€:p*ØÈ ô£€ÄàQ€v@žM Ý@(gZ@/ØÃ@LK"É`Y’Ùb foªxx 0h e‚8 Z‚p@@JÄ$€‚€lC&>Ð0@×NÉŒ Ť…ÐͲû¥V¾ à>@-ð€ ÁÔXh`@€tX  ‚@È`ª á#À¨ÜX`€‰%† 6ùÁ4 d ‹FM ÐÄ „À ‚R Ë,5P˜¬00h ‰ô°A4 ÌàKh8 @WNÈÐÀ” 0 € ŠÅ€+Ù0†Aáœ°ÂЂ ‹!c&”!f”€~ & ņ챌5% ,¾ŸÓÉoŸˆTØ &O×õ`à€´B €t`àÀ4 @Ñ€@È!€€.À Ë!M@ ¨?p ƒ ýA€;Ph…v NmšÄ€@™  @Ç €€+x$þ )b€b€º!/¡€‘à @Ç ð@Î0 ]€€däÀ(Cbè–4 ±dÖ)( @!z“tx¾¾x`@±@@’Ù@€\€ €`DГ €C…è¨+’€©0 Å( †“0HÃ*€.`@` Ã´@@É"à ñ5O²+(#dB!Œ:HA#è¢Æã¨Ø8à ÐpP:\„0 mgļLIx–Zöx±\Ó Kà€ê@ Àà&Ð@¿à€‚8\¬` €3fB!†˜ ¸€;¨+q€¥ “|ä#<` %‚@ @6*Z € @€`˜ @€À Z“C@vB-Ø—ù+þ1U@ ÁèÀ1¼`ð@ÉTà3!<8ÄÒh¹0P*ŽÀ ™‘Ë-)e’”ƒn /‚ $‚Hà@Ój @ 10 À€Ä‚HÉHà‹%3·£€  C@±0˜à7«näP@Wp‰ Ò !ÃCC Cå’µùÈÒ+W<_”¥ÐÐ@ª°@°(4‚pXà NLÀ””C0 † Èd *QDÐD-†eÏ»À¨&€è5!„Ò‹ -”º„î¹r”¤âå)H‹”¥".R”ˆ¹JR"å)H‹™¼üvuðãï§‚p@@€j @Ãä  €ÔM p@E@ô°€4*Ð30&P 4 ` @vMrhh ö,0ódï˜D Àòµü€ @P (´’ºXb¿O€ÀhbPŒKªe –o×Ùð@­~€'ð$ À@ˆ… @t¨À`V–ÄÐÀrL1JÀ!Ø ʸœa4™ùÈ&“Ä ½ù:9¨ìxx¬>  ÀbP Ò7蘠,ñ0ëwü¿É¡¡©é•ýh Að.Ì(Á0¬¨ E€dÁ€ Áä†^5€v@€@aÀC‹ Ô„£òÉ£0!}„„™g @£ `’h @'œ`€npà! B€p@<Ø I ƒ@¨dÐÂ’wÀ`M,$÷%ü7†Œ%Þ0 A0p j‚Ð _‚@ì00@9@9 ! H`°€T3†€ÀLÇ +w8ë°@€ Ð@=   *€ `ü„à@@L( ÁL &HÎ@L¬ªéIÇ\(¼´šlƒ$˜ ‰ƒP*LIx°)ÐŽ¾’XÀ ‡Î7TJ Û@¿F €$ü˜À@ М@Òp @ ’„p„]ÀN`Jˆ  †€Z(I A «Ð@`@, @V @@À’˜@LP €€À@gñ Àbå(D–A@:@O3\@ʨ @4 bh ,‚ †€`°@ÔGb (dü@ @4€•þ Ü $Ç·‚h @ "f€@+Ä„A< À€h€ € @1 !œQ `;À€¨&,@g„#ú@€€ì›ÿx‘4ÀÒɩزXÐýÀ()(?OB»’ðÁ€O¥úP@- @£Ð #‚pp@3!$ €H àà@1tH@0H@NXoÙk1 Nà† PøûŒ@€* 8@Å`@À1DXA À°€Zˆ€À ÀbÀªRXÀ`0(XÎøåw&†!ÞY·(A_è0d ‚€ a€/LEÀL= ˜ `D,f& ¹$åŠà…ô=Õyà € À €€€‡‹pìÁ˜ ©7  Ò¼M/r@ m`€€L É  ÑDÂX%6é O‰Y`7bjRR[l\`»á×Ü @LÌ<!Xä&€Ð Àb € @€ÀX :Ð CId¢@4A@:§ôþL&f)Úú P 2P ¤”2 00@F  ` W;xA :vBAa€ ?¡`D]äÀ` „`?H `€€jì €dÄ0¸šx Àm“à  Ü76 >ñ \Ø€œ ¸ìQ‰ˆÀ ƒ  '5ÃQ‰dÕw@Ú´¸@€b ÀAÐX‘†á…ÔÁ½øo¹3,b@¾ÄŒnH¿¥€‚È Sj@  @ Qì €ìàY ÈàÞÔ0 9!jŽLtîl®fh, À€ À €ð “‚ð  C`œ”MC¹$ÒÀ4( ±3¹i9WÌzÏÚŸ·´   CÀ!À¶%‘¸†_$ À0€2Ä<0 AINlÀ,@»û ‚€ RÀ¼Àˆ ’@   ààðWld€d€º!9€‘Àî@ !hÕÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý² 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ïÇ2Ÿb€b€º!Ba€‘à @1t@  P–ÀvZÀÀ I…î`å¾Z`€.`@ t 2`À ÀP0@:)“R‚1¢²Om¬$¤ÁT (š„”ZZ Ý Bs¡(çï¹û›Pp€+«R‰… „Rv&óôŒWZNÈ– Èß¿µ‚Ø (‚ M‚ @€*p 4HPÅ‚°`†CÌ$K€-!ðИ°üCVPÐЄ’±—$à€ò@ PJ€ €‚° SpÐØÜ²@/f@žÐ0àÐ(pòÉ(HÃP»å €\ÈA€&¸@`¢`Ð0LB( ƒ÷I(03d!úû!) VYôœ4vM&“x` t‚aa¥– !¯ÃKB/¤5ŒfÌPäOL¥ûú +‚ kÐ Fð@Æ&v A À À:0à€?à;!ƒ¤š@3 &AY TH€©dÔtäÀ0ÀÐÂq @.—èöà‚P @=€%@Æ!8h 2Jè¬à€h€Á…€5ņh %Y±0°BøI \7|Ç¡ ?oÏÛÖ€€À06€& Ð Ø  7¥(&ï’þ ÌRÎ „Žç®þèÀ€¤ €¨  €. Р(ø¨@€h00<@@t™ €tÉ™%bƒKØøi©¹: †C|€JJ@&à ‚ `Pà€!Ð0€œÂWH0 xä`nŒBCÙWÉ€€0tÔ000 4Ì¢a ; ( : ¨ ¥eb÷È& ÂòôBp€€Àš`€˜@1Ñ   P “ &‰¨A¡‰Ã…{( wA`„$€Ü%(%¶ƒ ( ’Ó·RÒY,SLÂJïê`€ z ‚’Á¨@€v\@€wÐ;a€€`M¼` ÀT` † ݉¥à„²SÏ´˜(l`€®D DÐ@=Pó( Ä)!‚¨`p B ð @ @` {@i+€XÎ>ù L  „ ‰€P˜L)„‚AE! AH1ZîÙÇÌ ’p*C/”  „@É™ÀoÀÁoþ åânå–¾®€D€,G~ÔAÔX€ K‚€ j¨ €<2/n`°@,n©@bM&”  lp€é Y4DbË%²SzÀ€&`0À@©Pð@M!€€h¤/ÀbÀ1pRè±4Ø €b¹\àÒÑø8`ÜL×TYÛ=ò¶‰) VX«@À@Ô¼¢Èi`Îi0)ÙÊICrJK’[À £Í'‡_µ @E ð@6jà; pÐ(°PÀ@0@`äЀ‚¶ Ó3€;zÐ0¢a Eã ¼M22ÛRÔ˜pÐ !,á¡„"bKgÄ$ B?ÿù¿ù# Ír”¥¬\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘ô°@€4`@®  °‚ bäÈ@)j äÀ ÉÀjØ@¥þt†?àdô /h3ÁÔ è €ˆØÀà A4ü € &€ì  ”0¢À“@  È8®’†š½|Ü.w( Hð tq1 B Oä¾ÒC)lL&¬ßìÍ0`žµ“„_µZ HÀ€jÀ €B @ A¼ ‚ðh @€3Ð ÀBx†€tØÜ”^ÿ€õv½`€@F 0@§@Lð‚hp@.xˆ ¨X j)Ä b0@J øà…p2*óo–eñákqæÐó߉Y`N€ €Tè`2L!†a 1H¤!£a$?ÓÂxG˜7¿ÿ9dëúh @2€+ @¼'!‚ê43€b   &€é Ã@Àt€`œP 0¬5#.pZJÀ7ÈÀd³¯0¨5ÁXÄš˜ ’kä&b€b€º!KÁ€‘à !–Á@ Á¤¨x ù4xÌ0`0@Á`&!€dVá¥X ÑÙ½æ_H~Çð¿Q DÐÀÀ@Q‰Hk °*I µ€V€ËrƯaÑŠ=}b¯ìä @f€ €¼H@'€€dL\x0‚Wr€,H€ð @É…`ð+ÎI2øÉH%!þ§‘®CHe¾@ø•W Ýäü‘˜  ¿ê¥ÿºù_ÅO°ë¿­®Mmºzéžo©â|tuÓõTü:žDèÌðÞªžºž7ÇDê~O4ŸTðÎJ§ßoì}.zÕOÓ©ë:g¬éžP}ÌúU?zyQÑÔû0y^­áËŸú¸êz@å= rž¾Ÿu>=Óô{SÄÀÕÇ\ψ‡LôÓ¼9äUs<­TõO"uSÈ“¢ =tÏY:žotõO)U=g[Ä[?NŒü©ä޹žH*G®™ú:g®·‘áÕʧçOYÔõOΟ@vgÁQ:g†p¹UUO_O']ÓßDéTúíäzêy#®žšŸ\ÏOO.tu=àr:O.tªx×ÙTò}Óö§§§á:žj 9;Æ\ü'SÚ¨@vg—¥SèŸO:ªzIÔðÕG]<±Õ3ÎTª~tòÝSÅùP6Îðç‹PèOë§­Tü­à ^_ÿøÈ xüL¶×qmL™2Zþ'›%®N]ü{»‡ø™zL˜¶‹ñòäÙ÷ñîîæ'_‹Ðm€{€ûù°l®¢¯æbbl\XöLC×óÖ"Jî/¿˜–¶’`Û2!³˜×ð*dÄÛƒPmüÎ.L™1j¿˜™-nâµüÂÚânƒ}Ť}üÎMà äò˜4Í3’ÒPÌ™15M05¢ÅEè¹15M11c"ôäÁ»cýüÂØù2bl˜š¯¿kËàv,ÈšeÁ¥^±γ4›´xÿ!Á·Pëù„Ù:MØ6ÄÓoæ`ß%â䋈i:þ®&Ü\‹ù‰‰²GEÜCþþbM‰ É“& Eü ›ww0š½É¹1i _Ì.L\›‹çkùžÞO Eé>âo;¾þbPÌžÌ&LM×ó=É‹¸š¯ê/EÜ[Åãšþ¢ôMƒblCSv¿Ò÷$D^¿Œwpoê¥ÿºù_À¼a׸«ø›&äÅ2ÿtõÓ<Þ'SÄøèë§ê©øu<‰Ð™á½U=u©áœ>•O¾Þ'Øú\õªŸ§SÖtÏYÓ< û™ôª~ôò££©ö`4ò½[×?õqÔôÊz@å=}>ê|{§èö§‰«Ž¹Ÿ;™é§xsȪæyZ©ë:žDê§‘'Dzéž²u<Þéë:žRªzηˆ¶~ùSÉs<‘:T]3ôtÏ]o#ë•OΞ³©ë:Ÿ>€ìÏ‚¢tÏ à;r<ªªž¾žN»§¾‰Ò©õÛÈõÔòG]=5>¹žžž\èê{Àät*ž\éTñ®²©äû§íOOOÂu<Õ@rwŒ¹øN§µP€ìÏ/J§Ñ>žuTô“©áªŽºycªgœ©Tüé座‹ò lÿáÏ¡Ñ:Ÿ!×OZ©ù[À@¼Wÿø€ p‰€Ä #€phè59™Fó!ÅD>Lè_õ FvPâ€v 8àËc *düø•.@À àÒŠåœEÔx¿™áo`pCDÀNˆ$ø†\ö€wÉŒ‡g‰À;¶vË ›^…SBL:½`èì$èå|ÿÀ:ÿ €¡C 6©ƒ×à lŸ…€¼Ÿ8Ø s Ðr`ÅU05'€{à 2ƒBH±@v¡‚Ð4œqÀ?©€1ø†Y@Çp×_0ñ00ò~€’±xbQÊ™Ž€¨œ\üÀÁŸ‘`€è¬‘ª˜ã*a4 bPÄè òÎ ‰©K£—#8ÇÀ1,ÆlxÞ¦P08­ìÐó[R_r)l-€E 9)CF– `50´Ÿ?0±aÀ/€c‹ÊŠ0À@€ÃìâeU“À[z/žG¼~³MýL~` d¤ø8¼©)avÔ?}¸Š˜¨aÑ4šx ”œÑ4¾ï€XdL4¬*oÀ6@•0$À à*M @T¤ìy>&—÷ƒù‡ÀÃx!áaÀ?©€;!@1!˜ÿR¾ÀB!†¥Ùˆáp`üÿü}S ¡‡€²Ô4èšWepÄ´ï¢a @Dÿ||>¦Ä™Ä´<årt°àÄ/…À”’¸`ÏÍSg0ÔÂ7r$üÎøRXÐôŽ¢àp6áð|Ø1,Êað €BJñ1Dxä °ãª0*-'€kj›t'0êXs€1d4òŒðÊ `<çTHõcbi gÞŠ@«æ8[ è‰ì£~âÈ£„º‡«… ‡ç3¸¡rLìSmÀ€öâÔ<’ÏÏ;°qäM½ì¢­xŸjcŸ«š)V$ìjbGã‚4ÃÌqB^f=±¤8¹+n±äfçYíæfûlIÿጯ³+c¸ûÛ©€T‡ŽÚvÃVí±æ«tˆcÂ*Ôq9@ÛvP[,‹F|,@¢}(A8ó¬S0¨ÃH–£xò*ä‹8‚^šVgç‘WŽ¥ l qLJªûŸªdxå°ã„é`w(ó¼;ýÖO;Ål<þ%MÀŒ-ÀÛ¯Xìo]Lnû'£œÂ>Ùû70Þ'7ÉNîϾK:Û±Â<ÊÝf'­xîê3gcÏÚm™8Óû6m÷e2°šVßäöÙÎÇ~8ü×—òŒü*¦'7ÿd Û¹Á›©fÇ÷ß¾Ý,5”ØÁʵ-Aùa<Ý—2ŸìþAï÷éF#pé[dáAfê ¤ïûqãIÕ2çü9Gˆ¶=‡(qœ Iðál¿Ì hç탌ev]€là4µŸS=Ô=l¬?ISü)xûRœ,œÐüØ@†9u™X¿m-]… ©’ÕƒÅu.ÖûR»,Ÿ±8ÙÄayÈ´§fQÇà>¡¦g¿ÍÑ e·Ëë;|¯ôﳡ-òTÌíÝä«fFmÿé[á¿cB•‡QœxëgË^a»o÷ç6ÿ1†ª=…Š©–3Šu›ß°ñ­Ç‘V~ˆÊäIÎݺŒäð!J_î˜QùU1{vìû„¯6ùI~½»…Vèã:>nÏÝðn޽Çé#8Ͷæ³vïÝÌzͦùòQÙÕ¹Š Í¿øGaR~WcÝn·3œÿ7¯wëÆ;¬)pvÇÔKe¸²9ØxãÌqÉî0áàÞ7TÍgn=Å-adxs9؈f’­Ÿ‹rÿ É3­F±Œg'`ª`Â8ß:†/;>|üUìß·wns6ËËß·_œÙ¾~Œ—¢IS3˜`pXœ<áâìyÝv&¢J=j7[0‹3‡ã˜ñN.Ìg#lN2â¢I;qÆóçšóµ3©œ‹XJùáL9‰ÑÕ³möëäƒ>R±Ûnìxó>qNäŽýû£~ç¡yù—”¼“(å|aŠTûvUD‡þîægéF°³1¿­ãß÷AŽ#ÔKcØ=NjÉþWwçœq­Ç… ‡ A"QÆTH‚¡Æ0û9ƒÉöqÛ"ÔO©‚ä­Ô ³£ØáCȆRÜ…½©ª`îïøò6ÄxX’3‹‡o¸æeå‹Äïn¥ñ'fuPqÌÆ3a8.Œj‚b° áûmÎ6³üÓ¬År7Éö=ùš¶j‰$ …õœO’+õŸÂ˜Ø?‰Vƹ‘ÆA“ †¬cÀ™Ýö m;·mû/ñ½YÖ¶âxëï²~_gdçßìØãó÷úßýÒ—uägËÛ>m›7vÛ¼¬·ÛŒèÏÒ•Ù²3þáÚ=ÙY„Z™îû«î„-Y_?<ѧæ˜î®î„ŒAÍ·Éý;)ÀöÛÿ'×¹æàà¿Ùþá$žÇ¨ÿ°¡Û ÈÏ‚RýÂX#;nîæuÔÏ3§e|4óXõ°wvo0ÌíïÆlëIÿb=fun ”ŽûöÛá~Ýl¿¦ßö9?+ïÿ¯³)[íþûþÌýj$­qÿïÀ{S°Ü´Œt~¶Æ)Ùc´Ç¥ ðG$ñ½œaì°•}öoH}þÿï¹Ý»ü¤šxç?鑟}ò]Æe3oÿû³î)ÿ¶Û)Ø#­|#º·;÷—ÝùÝßÖ¦FqDM$_À?ãÇYŠv™Žü~X§àt|ƨpŸƒ£êb{l÷9Fvøÿ‚6ê9ÿS^ço™²ú›°ÎÝN~¾³§mÝ÷ÌŽs»`ÿœÕ«I|¬ùúOÝþß gǾÙj9W°FÃÍ9±Ûcœ¹}iqLZ˜¸¦û2éJPq¬qæZÔFáÆŠ£vs1‘›úlë3±:=€µ3¸¢9×ÙØœ±¢¬vÿ7P£ÖFuCÛžáÀXœÇ¨ü¡_*&¦$SOû8£òìÖÀ/? §YJ¨b€b€º!^€‘à ®ùF(Î>HýøxžZðçDpèvS£C„“ˇ²¿b9®x“ü,¯j=‡ˆP±qíStö}¹Ÿº·ÇüQË*Gù–­ÙM›~£…ßùÒ7ì¼Iû ß6ÿüËêÏ÷þmß6ìÝúÕºœN”pCu|´[æ'ÿ;š<àóêd¬Û3g[)_lËÛ«Û™8Àžß»~‡èïþgè4Ñm>CoÇ>VËýk1ò¸ú0ü‡¤ãº0IÊý{­ñÍÄÒÝ;ñgTÂFd£qƒRŒŒ¿ÿíÖ/ãú¶{ϰNû3¾ÿå¶Üåá¶Ã3öÃTÈý‚]lz”?lûîÿlŒb1φ|r¶ ˜ñŸÆšã>$×âõwØQ¢‚@d ;Fel?Ô:‡à ¶0dK1yÌæ¾8é#Ô{žg¶ëꛨ‡Â~'«9Àˆ£‰Ñl+THSfX{‡‘æ€jk»»‘ÖýTKæÿq$Vê)k wµ)u–{pà<%ØqËd%'óiUIƨ~üü³€äÔŸa€nŒ~¬Ü:ª'ÏÉë?aÁV¡ 9Žûž:Ö¦4Œm*¢b³­\ñý° ìs1([­jØA¶Q=O·äNߎŽ8;‰lz„£Ý–EéCê'Ûb)†ü{7ÌÊQ8ò-–V’a Z5”q<,*ÕFœàt ’AzŠäqg™M’¥0à°º™ñXÆ#©žI§)La;‰6JœóN;‘ÉÔ§oÉçqK±RÀÒW–gaâ˜t; ©™»¸®!û $øRuŽ"ØöýLê5ÇŠ‡n(ú[/,=YÖr‰ÑÆqu2üüy?Ö7mŸ³˜Îq„hç9Ì Ví°pù*=[¬‹‡[¿—8R±–ª˜'ezÂàüjΛ^qêËê¡,Ø[wcL’aÆÏ×ÔÁÿ#žEhÅly¿ì$R˜ýÈÖ£…a#õŽS˜^ZØFÖSÎÛa]ˆ49òÍ¿›ò,/c?ÌñËp8 AùŸ‡­÷'Zp*fÇs‡,ì%´Î8@ƒÎÖgnæžmã±ÙÖ9‡€ú€?Çó1ã—Þ¦':øŽÜH½vØ<ÇêQÎEí¼)ÙÀfe `4£ÄuZ€Õ1]ÖqÜN9³31üÓB:JŒâDP”yªaB–¹&8üjÚê†ñù³>¥‡18Sâu ’k=ŽÌî=êbWŒ|¦ ìÇ v[±Áð–Çr2¸»5°ŒêÌìî±üyÇqáÇ,Žþ ©‡÷ýó ež{üï“ÿ~Jní߯s¿ÿ8îÂoý²þ~¼·âY‚û*Kîû„tŒN<Õo›ü?¯|>Õþìêùöý™-Ägö­¾Ü.¨u»f3^’²ss¸ö úSZÇ+<Ì¿Ž=ñ˜CRÏ0<9nF©™›ð;ŒW :«3šo„9ƒŸ(œe(~ã˜áÚ–9nN4. 'ÔÄ 9Nñ9JZƒØõ‰¥;8pYÖ?Ç5˜ß+7äumIJ_s„šíbpt$ ›–@ä–ïÇ-€?æJoÇgÇ °ú¡#³(IÝXÚ‡pê@ j˜{þÃÄ·`6N¡g» vüò;Ø÷f‡Û1þD8JžÊäx^`j¬Ï¾Q¸{˜(PÕxïS6;ºú‡¹Ñìq®£CÈÞIÀ“䇡ÿ‰ä^Nµ©‰` Ï<*ÌïÖa)G ¦=Ç.N@ÂÕÆs0¶îdš™Šcp Þ s„.Ô{j:=xSsǼrªaâHës>|¥âbbþÆêPëFàj‡žÕLÙK̳–UMÇ1ïÎÃ…RÄ¢5©xz¾qÛ b0x»ab*`§Ì,Þ:?í‚ø›` ¦Q:H¶¥¿ûÕˆëzUQãØŒß|ãŽvã”BíC´zùáf/3TC9ÜSgÖvØV¥CÜð­L¦ƒ"JîãØÂ;Éñøò?>ÅlçRž¢I¹Äs˜ŠE‡ÇQ¼€ñË;ÏƬ=T'Š©‡˜@p¾£Üá/Õ=‡G°ù&<, ®º‚$Ì£Vngæ8V¶ T+ ;?Y­ Îßÿüˆ xüL¿‰¬áÏ ’A–¶Dx¿Ÿ½ˆÐ§ð}üz'G¡þ³1Ú± ‚ë2¢Å¶(äðò5üÇÅ#ž ! 8 É#±±G÷p² üÃôƒæÃˆÑDbñxCHæëù™ÙÍÀvͰæ'Øñs«0s¨EüÄH7Sžx¹ [arLîÜPx —¯ægµ9©"EÒx5¯æNÂǻǬ#ea5”8ÒXpðéÇ`±D[ù“˜Ôã€åM…I=‘þ"8 ßÌXò,q•ØæìËT•HÄbwS¬]üüQë°è®}Òߊ"SÌ£ˆÍxƒbø¡àóEA¼Qqç¿™=¹„YÀå ø±j4MÖ/æ%@PöÕÅy€=ñaÏ þÀÎ2zs>P˜€t‰&Ú7 Qß_À¸¡1@v€ìšæ 'Wb™r‚Œ·Cü x8êøPTœd|Np ïæXð¿\|¢4:H³È2»ü(]üÄLm7xå ‹ÜDRø.þf>@·j'¤2ÔáÀrI«ò #oæ+0  ég<Œ2H‘C‚#ˆØëù‚ªH¦ÄUÉÂhµãˆ­5릎Y¶RŠ»¨±R Íÿ8æ1Ï9ïæI¬h|î~ ‡3I<áÒ ã‰Æ{ø®|yì8Å5…S/¹®Ã–1šÒcž¶$R¤0OâIá×ó.`uhs0umìW#È`Àh1ÎêF'1Ìê¦>â¾îûNn:þ`‘(òu`ì‘ëQ@Ï€?›E7%à3\æ)ÃÅŠ¿Œu­V@: ýWû׺ò¿‰RÀ…R½3°ãïàI~±€Eg¼F’bš¶Üò þè;ÄA·þÀZôGªþ9ˆ!ÄqomÔMx\> Px\N¯qÑ×^Ì €0¡`Fñ¼I: aÌ^ŒÿáfLÜøêðAÊ „gü `ÿ¯@ƒæ7F˪ñ ÀÆ#UêA`Éÿ¸«Àäxv¨èçB«ÀŒÐÑ'Õx6qf AUx·þ8¿àcÿ„[Ä}¯À2iJ:¼ ¢8‚(\ð3ÿÀÆ*¼YãȰ;€À׉ #ÀÂ"ØLuyyÕã‚€þ:¾Áßþ¼HÀè»"ÚjóEÀ>¯êø,Gþ¼1À7…D ð&Í:ÌñÕá¢Ôµx ÂÀ$¿íáÞ]º|&½lÁÄ Ç@Ãÿ^`Pqðø°1Àrî¼x2Ê=ÈÐЯ¤ã€:ºð@òpø<â$'¯‰ÄyÁÃütAÀ¼öÀn" טq2ØÈÀc 7^( ÿñÀ@øs_; ¯Äe`xÿ€<…P x * 1(€gýx ñP …D`›xw‹êñß²”p f+ÄŽfPUªoú¯8`aÿÀ:¼ˆT}x²€<‰Ðuã£Àª¼h\ð ¯c¢(ñ:¼H¿àøSÝx‘ÏÁˆ:¼HÀ©@.—W‰`5ƒ hÿŽ·‰éP2€Íó . õy/€!äŽÙ¼O€¸€`ù0ñqD'Ë›ü]~ÕâæLÀÖ*¼\œO˜6¿¼LP°ícê¾`3” `5óŸøáç€q_€36¼M‡ÌL$E[ÉàZÀfêtéUð8U×… 4su^r µ¼x¨•èø@.€ökÀAGš|p 5…ט¥Ù€5^(<pæ׃‹eƒü(ö(\EW™„a˃àbÿ €]ÊòDpc-ãx@,ˆn€è0Ê¡½‡š Ì?°êô*Á£þ,Ÿ  &Âí{üWýy€?ò ÁCª:0õÐóÅò€7¯ Œ³¹¼d€d€º!qA€‘Àî@ !Ÿï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý² 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûÛÆxÔb€b€º!z¡€‘à ! Ax¿ìux@øMª`rÿ€Y^ øAgÈŽ& ªðCGJ” ßðüFW¨@GD@½W‚‡Á@Áÿ(t9¯TùPàÚ«ùën³Ô _ñ;€«Ô(aÑJòìÕèÄ•GWÐ?íáÞ-€Ò2«Æ‡@/ž¼H(â³> ÀÆ^(jˆ¡@3¨Àmà ^ÿøÈ xxšèú ¹L¢½x NÁ\ûŠ}”"¼}Áÿr?m^=@jÞÞ¬PÕâe‘ƒàb†¬Ä{y¼ººÞÿ„h¬Åט‰¹ÆÅ“Cƒ@8¯17A‘@É#‘„À&ë[…טq YüØ  €&×0ê𘘨ŒOŠêQÆ^aR)âd‘ïÁØ×òëÄPAЏ˜À…yˆ4h äý1`Ð h£@;æ ñTÒA‹þ˜jÀ}^b#Œƒ8o#.H ¢ 3"¬‰&LŸýeyˆ$اŠÞ@™ ÙÿGã@UæõEEIþ›üW˜8‘#Šñ@ò˜…ÿvڼ¤ ¢!Ðg>Iñ oœ€£L¯ˆƒìP“@ð’uëMÝŠ µãxˆ`抸„^çŽט [S\‘À5‰›üúó"¤,q>„ň€`›Ž ¯‹ƒ¸Š4Ð,ÓÄD Ðýy”L¤P0Å7“ÀpAÀ,¯´TP"ØçˆA«ÀE«áj¯0ªŠdY„ ±Ñ0ÒqŽ}y…H!fPp³Î‰˜“À…zŠ‘K=€~ô¶äkù‰ÀÅù8|"t‘÷ó8:.Å0t\A’;€Ð:¼ÈuF Pùä€|@ €§Ükìá¼Ê 6) ÀÜ‘çƒüçÀ ø‰reü6}yfxŠ*Þú¯÷®ÿt'å^4AŸ8cëÀ’?\F±fAÀòrï÷AÞ" ¿öТ=WðÌA#‹xh¢kÄ‚àñƒÂâuxÛŽŽºðp`l€= 0ˆÕàâHñÐP‹`êô`ïÿ 2`ਿÇW‚P¸\ ?åýz1¸Ê6]W‰Î0¯Pú Oø=Àè˜è^#ÀµG@?8:^f€>ˆ‘>«Á³ˆ³05Â2«Àü ¿ðáÀÕÿü"Þ#ì}xàö“JQÕàUÄBà{ÿŸþ0Uà 4‚ÏEÜî¼HYÂc«ÈˆƒÎ¯ 0ñÕöÿõâFEØñÓWš.õxP0ÿÁ`r8õᎼ* W06iÐèàgޝ >  «Ä€i¶9 ÀÅÿoðp èÐ á5è`F Pþ:úóƒ€Ø÷À-ˆuàÃÁQîF€>€åx 7Õׂ“€8‡Áç =x ìN#Îã ¢ 5à pÿ¶q@n¼Ãˆñ–À@@æºñ@oÿŽÀšøØUx6#(‹Çüä(€kÀaP `ˆ¡Dl8?ëÅŠ€\* ÛüXØx0ÀWŽý”£€[0øà!^$s2‚­P3Õx‘ÀÈü1ÕäB£ëÅ”äN€;¯<€}UãBàpÿ€hex #@?‰Õâ@ÅÿžëÄŽxèž @1Õâ@Jt¸*¼K¬Güu¼OJ”o˜PùpX«É|y¯$pp0ÆÍâxÀÔÈð1€×‹Š ±>\ ßâëðF¯2f°Uâäâ| À1µøõâb…€¿hUó˜  °c¯˜4ÿÇ<Šü™µâl|8ba"*ÞOÖ0P  J¯€y®¼(Q¤è˜¨êðࣕ¨ãÅ@,¯@€Äjt7°;^ <Óã…¨D.¼Å(.Éã…D{"¢|;¬ ×±PøˆF¯< Ø@ð½+ÁT @0ñ„€ëß  v>¼ƒ£pj»þ¼dN:Gm"ê¼Â!.ð#Ø ¨>¼À¨(pP±àFm×ò …J=V*¿P b$¥[Éë«ÁÞ:lÊbx(‚€>€:°7^€©¢(1Æ0pUx!‡ÂAÀÌi:hæ½ÁÐjÀ``ÿ¯ úÇ@,¯A†vPâ÷Ž·þ¢ñ¼%@Ëÿ(|øéUæ¥Ø8 …@€ø\ À01€×£X…˜Á@v"¨x•î`:ô9ªñAà3€0þ¼[,ÿá@?±Bà"*¼Ì|#\øTèW’#€soÄ€:d@tAƒþP ì<ÕÖ`ý‡W¡V ðð¡døÐe6kØxàè¿ëÌø‘ PyÐ1€×¨‡ž(”¾xlcÀÝÿc«À¢ÀBmS—üÊðPÀ2 8Dq0W‚:T fÿ€à22½@Bâ:" ê¼> ùC Íx* ʇÕ_È'X“už jÿ‰Ü}^¡DëˆÀrP—`.¯@æ ܪ:¼€˜€Áÿoñlé•^4:|õâAG%˜õÎ0ñCTE @æo "ðÿø€ p‰€íÄ|ë’^Ú\XbJÏê&YEü¾BBÏê: A1?9•¥·Óø´ÒuG‹-µO›´4L “’…Á¡»!š\MäÏŠ%¼Hø @,@ÿ^ (1%\Iy¿ÐÕ‰©€'!@T ã¼M!p.& 7ixRI ¦Ä…”ðøT+há‰wŠëð”2 HskS N _Å(§À§²<ƒÚĘ‚V/‹äêƒc|^b€b€º!„€‘à ! ?t÷þ! ˜¢j eæ2¼M ùû oõ0à"©!ð±cÚ¾)ØØ<„îå ¨  „ûZOH|‰D„ª¹Ð HE!#FÔÂhž ,¢S.ŠI¬¦ö,´jÏí 6Ù,}L!âí\B¬‰D„ª&¤´¿Ò CPL oÑSNf'æ€5+º01ÄÒ&Fð Hh(•’…þ¦”PÜñe g€b ñ †IÒøî9e#²Û*ae4è†`²<@¡° É¥üÔ±°¤¢°fOÕ0 ",²‰PÉ…þ¨ä2D…¼ ¤”5j˜§ð q €© Þ9°}Ð Ê(¬Q,¼õ0 c +ÈMºâÑøÜ¸2Îà*ñG`ø\€ÂÊJIL[ÚÅh43 D4è :á×CâÈ6zÃí¡ T£·ÐçÀ'Á¨lõôp(œŒœŸ…wS5-Z &vIÇÀTšðDœ¯(ø%†€RŽEL¾‰„4¨ ÊÄ‘¾F>Ì45¯²OêÑ—^rà 7qUÞè^9$J˜Sb:á˜\”>(Åh2¸Ç^HyÕ3I%"` J$ VZÿ€OƒJ–es´(”b[ö¨IþÒ¾ªšJOLÄ¢BU%'ñ0 ðiC2֚̓68NèÍðXª˜r >&RHˆ° /#“~ü"Bƪ97à!z¦Ä â “ *L/b—I¿˜Ò €BZPm†ã*`†ÀT àDÒbri&“~K4ƒ`ôà0ÜíS  P’",r >,™ö뀨jwÊõñÐrPcó¬Ú˜°(lrnÿf2Б‹€cˆy—!nð ÊJQ)*©¥ß*̳¸ ¼p27¶€3H"+‘` Єb‹Ùg‘ª ì¡t2Pù x† I()uO_þ¯Ÿj›t'*‰$¢N€BJ+™«® (7#7+z‰g¶@è †—º‘MÒÃ6m[ èˆ6ÿØ @>ˆõ^9ˆ!ÄqomÔMD‚àñƒÂâu@ÆÜtuÔ˜`BÀŒâ5Ađ㠡ÁÕFÿð³&î ‹üuA(\. Ÿòƒþ¨|Æã(ÙuQ ÀÆ#UPú Oø=Àè˜èP9ª:ùÁЪ ¢$Oªƒgf`j„eTÀÛÿ _ð1ÿ íõÀ2iJ: UÄBà{ÿŸþ0U¤xò,à0uG„D°˜ê‘QÁÀ[ú‰=cÄ@MSEÀ>¨P0ÿÁ`r8õ p áQ L št:8™ãª }@TH a`’ _ðd(ºtøMPÀŒ@ üt ?õ0(8ø €|Ø€`9wPaàÈ(÷#@@r¢@4€ÜpWP@òpø<â$'¨ ìN#Îã ¢ 5‡ý°ˆ€Bu0â\$ê’øòRG lÑ<àj€äxÀj.(‚Äùp3‹®Õ2f°U'àf®=DÅ ~Ð6>«0€Ê 0Ì㇞ÅpfÔM‡ÌL$EC@µ€ÌÔèÒ«ó…]B…N€9€:ލpQÊ‚Ôñâ U¨ÐÞÀí@AGš|p 5…ÔÅ(.Éã…D{"¢|;¬ ÕЇÄB5AÏ`v6` IÐ @5@ðtÀ„€°˜?êô;Ž€YTge gÿxèà:/j eÿ”>ütª˜F”` à2záp7ÀÆTkð¡Ó(ÄXUò®`:ô9ªŠœ9€õË?øPìP¸Š©˜øF¸>/ð¨Ð©"81‘ €YÝÐ`ÿ”BXyª¬Àûª`Ñÿ OPav¬<ðt _õ0àD(uAç@ÆUÐóÅò€7¯ Œx¿ìu@¢ÀBmS—üÊ‚€þYÀr#‰€èê †Ž•(¿àø Œª€„ÄtDÕACà `ÿ”:ÔPåC€j¯ bMÖz«þ'põT(aÑJòìÕ@æ ܪ:¤À4ø2-€Ò2ª4:|õ 8,À¨p1€ÔPÕB€gP9€À œŸÿüÈ xÿÝQÔÛù0aÿ»úh®‚Y÷ð8æt(Ÿr ÀF ¿ˆÑðTUüd€`ª¿ˆ¨êŒE_ÆÇû‘ïá ?³` ªþ=ÉŠ]ü`‹‡ €o〫uÈ¿‰¶'K¯ø a¿šì€¯á<Ö à2„þ>ñ’/å9 ¿’îå9¯åù ·ñ ß[EkøÑ>‘À÷ð ôUü >îÈà_ĉâêwñî‘´w]¤]b€b€º!a€‘à ! [¡<ðñQWñìw€ñFßÀ:ä. ÐÕüÂàe €7ð·‡ÂÀ=Š¿ø| «ù´Ø7õOû¡•ü þ¯åq-¡Àòuþè;Ë‘ê¾dxêñÅÊH㣮¿AŒ¼QÀ2‘Ð@Åÿ^äq̯°ízÜ€Ö¼Nªx àc€ˆªñ°GDêø€u^i>¯àØÞH€8*þ݃§ùÑÃÉðï¿ÀìíxÉò«â?ޝ4Àc¯ä@w^P@c¦ñůø»¿›,uüŽ<…u_½x’ ޝQ­äðš ¹UùׇÔ ?ðØTuyq j:¼#´C®aõà ;¸@`í{2À22¾ ‰ÕïcDç"Ê•xf¸Ð>ÿ×¼¨\  5ö+ºðõ@4ªð QÎ"@˜²°ºó Ò˜6ã ™M*¾€;ûy~º¼\èÛ¯àÉ«ÙÃø’, 5øåy»¯"ƒütux?¸?WŒö:UxÀT@•^dè9P2€ÝלWñNî¼ àeÿ>¼ ð1‡Ì ?ð1ÿÀr¿:·éP8+òjþ¨@èG×Ñ ×—¥WÈáó Ú½¸ £ÀdOªñ`o€ÜN¯ø‰*:ëÃÁËþ:«ä9ˆ§‘ïરÌ«úø¨m^0 7UààÃÿîT ä[ùÀv Ÿðg‹Pè×ñ¡×mxÖFÀ5•^((õ-à ^ßÿüˆ xxÚ*€•âtˆé-¯.€`ÿªòU[ÉãhT‹y¼}úŸúü­ãzŠ‘¤EA†×˜ˆ2**P¿™š'Ÿ$á?‚¢òž¼e${ù…´‘ƒ¤´\ @1m¹•áh¨¨®±½UETRÁœ¼ÊDT‰11uáE¼­Uåxêy¨úò$è?ïã½ÕyP¨@kʫǀþ{¿Ž&:¼H‰Ò °«ø×ütôó|ÀŒuü—Ú½÷é†W‹\Þ.Gqv _ò«ôà"xu¾ñàp°º›ô}_€ªñà"O”A«y<&ƒ‚îU~uáÆõü6^\HޝÈíë˜}xÁÀnP{^ €0 Œ¯‚¢u{ÀXÑ9Ȳ€e^®´¿õïêh }Šàn¼=P *¼F³ˆæl¬.¼Ât f¸û¯àÄfSJ¯ ÁƒþÞ_®¯:6ëŸrEªöpþ$‹ ~y^@€EîëÆÈ Çÿ^Ç@nÕã#À=Ž•^0%W Y:T  7uçÕüS»¯$8ϯ_ü @!óOü ð¯À­ãzD€ÔÊüš¿ªú‘õôhµåéUòx|€6¯nèðê¼XÀ`7«Á>"JŽºððrÿŽªùb)ä{ø*¬s*ÁŸþ¾êWŒ@ Õx80ÿû•yþ@ð݃güâÔ:õüh!’´ëb€b€º!–Á€‘à uÃÀ[^5‘€ð eWŠ ýD x€ §=)d€d€º! !€‘Àî@ !égï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝ“€…Ÿb€b€º!©€‘à ÈÍ^¡b€b€º!²á€‘à 1 Ì! wÁ×ÿü€ p‰€ÅÄ}»ø²Ð3¶‘“¿hš’JFüî;ÔL41|BÌlRKF‰¸ Ê%쪀íÄtoϯÆE†$5HÕ,5´ß=üßáÐÑ0“2>[D2nÏš(hHÆœCHè+èn$Ø‘ð€XuÓ·ƒJ&ãõKiÛ~Ö*` H]L;ÀT†gˆd.Ð Èk@ˆ…Ô&~8  œ1U0 S+øüšÈ€NÆä‰€aÀÿ@ Jb‰AƒÑS?™? €1Ê€wД@—ÛD÷ÈÐÐ(€bjyœŽ¨)îŸà ™†oÿƒv-9G`©vWh†ó÷+–ç õ0 6@€ªH@HŸT$÷'ÀÀQþã`(&Ž4„Jc½@àW3i$¤LŠ 8%!À!1EK‡f©„0 ÇðhiD¦€v’hÏóE–Y-”Íaª„¼1_—=bª`ÐLC;™ïE÷àvÅŒFˆe–‘§°è0iüðÐÒˆEmùAØA«©€1ä$_ÍÚÔ¤)þ‰¤0‡D¿ÞÔ%Š@jÎE©„2ƒ xø²Ê%1‰0‘à*H‘Cy-€efVˆNÁ! #ÔÂEbÝpÀ,9¼Þ‰5?3Dħmà ñD,BŤ¡-SBl. ,¡‚ “ÿû÷Tr >! èë€/,¢b@  Ê@À6Ëj˜”gí  …\@¦?À'&—öÍ OvÂà É…Q0 –¢ª` y €¯!mœTW伿fY#Ä$’Ðl~A0²aeâ†3›î@Q /€1(PˆR¸@  ÀÒ@~€1 C¯ù 3žc´!ƒþJà Û@'@jgáQ07;@€€½±hK1á$ú˜™iW‰¤"H˜†M/}¶½Ù¼B+.hh!|£ï› Îz¹õ0p H}X\¨ ʃC{õDÞrjÃ#çýªf{h°2 àÒ¹­ã  ÀL”l^}¹Ÿ“‚ª`jCKæ´ý@1ü3Îc@!(Râså"rLø¢XÒnüb@iS4’Sb‚F#_$ö€N€Ôm–tLJ8Í  À@‰c~Â@í@ņ€å2KîŸêuþ$‹S1A#¢Ã@sà 5eeðŸà°O|ˆ ÒŽQY ߊõ0$ÀD2&ØahÈ\XjrS¾9¢cs•„†”p(ß„)ÅTÀ“  T‰ì˜”#wæÄÐÔîÍ ‘L€1&¥ #>§©€1!àSà*LNÛ¿‰¤Ô£³x˜À\‹b” éŸ:”ë>¦ÈD˜$ÐA¡Ÿ#¹ì²Ñóh˜ÉzÅ @ÐÁ¨váŸSb9ú95vú÷û¾p Ào‰…î4n!…†L¤gµ0šR7+À¤˜ø7tí´™d„À:Kþ¸Ê1X JHܵÔD  šÛ@'%X œD(P.‚•b-G’ž©ùÿAš¦Ý Ê¢I)†èRQ\tRPãôCx¬1%bó¸MD€3RmPÐÝðÍÄø¬Q®ð K£P1Å"·AÒäz¬ÈðÕ\¡ 4‰Õ.::ë ÆPqGÈG@lqýA<ƒà"y•°íPà46° à¢uTK 0 áQ°GDêĨêšOªƒDàõ°ýÒpç•P~uÁdø;}H1¡ð4ÿÔdÈyUˆþ:¦ƒx uH€À[Î¥´:hâ‡WüÝÕxê‹à µw¨’ Ž©âÈ5Q a€6³`Íæ ƒëÀg¶ãªlʃO³üƒ`9Uõ#`ÖÇÔ0|¼5‘ã!ñÓ͈‡WÁ˜¤°;€kj­üøÎj‘çÔ­U+ÇTаì.¤IÐ4ÕuJ…@ÂR§DêŽü÷R§GTH‰Ò °ªŽƒüôtÌÇW}'L2¢çAW4\Žâì¿åWN'‡M÷Û ©º>®ª<Iòˆ5  à»•\êoP0ÿÀaQÕ.$ GT#´C®aõØ8 ÀÊj €0 Œ¬ªð4Nr, T3\hêð¡p6€ÖÅp7Põ@4ªˆÖqÀ-•…ÔÂt f¸û¯ 2šUh°`ÿ†®¨¹Ñ·Qn‘j¬áüIà• @"€wu"ƒütuAøè Áú£#À=Ž•Q€¨*¨Nƒ•( ÝNª"¨}IÎ_óê¿ø€CæŸøÿà9\ê‘ 5€r¹5z 9 Z4Ú—¥V@/˜PÕnèðê¢ÀÞ¸P@ˆ’£®¡àåÿUæ"žG¨* àå@ÖêT`nª ?þå@@žE©aÿˆ x2-C Thuª5‘€ð eTPPê @ œ ÛÉ9b€b€º!¼A€‘à ‚Q b€b€º!Å¡€‘à ! “á_ÿüÈ xÿ+øýtÛù8?îÿ”?Å긿Úù•úªOo¿™âª@t˜2þ`Ѝ©1Wóz¿™Pêæ&EŠêþ#H“#ßÇ««ø©qK¿§‘Rk ü ɤÈ6þžD‰1FßÀÈú¤Ið=U&@«ø&*þäE^›ÕŽw&×CüD !@2“#ßÀˆ…ÕÑ—ð!T"-`x1ñ¤\ŽÛø"LUüE&BHñpª»øRdkùˆª€7“#1¨.¤È6þERdÒ*LQ·ð-"®*þ*¢¤Å_Ä`b ɯO$>­áÿªÝ ü¯âÀú»ø’ « «ýÐË€ªÿ3ΰ»ù¼N¿‰ñÑ×OÐc¯ "€}ÓÁ<ƒà"y•w†õWñÎæ«ÆøèOˆQ×óIõ^ Ö x•^+Àëÿ ¼_ßWyPf’«ôëù¼u]ë:ßxàþÝýxêúUÿzò££¯ùWŽðuoûpÿÀ?]ÇSà ƒ 9^/ƒ8 c/ü/ëëî¿ßO o€ <GŒ‡ÇOoÿ;¿ç%‘mUô;[üXÿàÕßÓ€þþV«ù^:½5ü‰:ÁËþþºžT*ùS¢uüs³nþTèëùPa'ØUyP€ã­áŸ§W཯ù#®o$N•_¾·ÞºÞ×xð;ÿÁUo'‡W*ÿxr‚ ÄuypEGWž(uç؉_a@Ûü«ì} ×Û¯²$ÞUU^:Dºð’teÝ{è*¾¼D·—ë«Éuä:¿Ëº»Ó×—::þÇ@Áÿ^2 1Ò«Êr«É÷;Õy½ßɤ׀%@rÿœ/Óàk¿á:½ª€äŸõôËùzUþX]×/Uy‰×ðNTußÃøê¯°g¯U±:T@Þ¾@>ºòÝWƒàÛ•tõü€êÁ›þ øµ°ÕühuÀp‹^Px2ʯ%@ÛÀ@¼}àwŠã€ã€º!Ï€‘à œCðb€b€º!A€‘» €‘áÿàà.¾óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿË`ed€d€º!"¡€‘» €‘àÿÀÀ ¾ßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ+'–%b€b€º!,€‘à `.1ðáÔÁ³ ƒÎॠ!! !##$##!%&''&%)***)----010448¸@ » ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ѱ<žå/D„*@ @3Ìî`€„RR:I„Ѽ '¬ÿ®H “A\10*‚a@T ††ÐB|’Ž¡›¬‘` À4È  ËA@3‹;üeê€ Q@€.p @ À4„Ð*CbbÀ ÂˆA `µ§’r@õ㥼0L†À €;@P4d0âaE]ùCÒ–BÕu@ذ€?1 0p€(MØ`a5%âÐR{¿çé<(zÜ p*Q+%( HÅ£:ªF€dPJ$À€œe?¸ˆI`'@ÂÀb0!©æ_›¥ Pqô¬À @+Ä € ÀÐ( Ð0„Ê-!½;wèì}`€œ™ $ drÐW/HÅnÖŠ@€€ŒœH ( “RL& rid¤ Ix¬€››óô·ðh°I¼ò` ƒ@ªJ!`!(BJ@ãMuXjÄBhà†€èš0–¤Œãs‰¹@7Ðp@;,  @t@Äòa7:?BÙÇ\¥)]•ÊR‘)JD\¥)r”¤FÏöö ÷)z@ª%N°Hˆ@€3ˆ‰‰¸05%#üKá½dŽ»( ,+r¬å€?‰ )(hA\›™°Ã®pA !‚¸ õ€Ü˜d°ŒײT@ € Á40@-!>zB8„Ð I‰Ù7€“ÀAÙ=yl<«äÒ”º/å)H‹”¥".R”ˆ¹J~Î!$íýéÈ`.ZYh8dÜ`¤Ð=ø»€ €5Z@1\ 5#ruè‚ X€8yK‰@0 @€*œ†à1,k|0ü׿)^Tì €1\€ Uˆ&€Ä…ƒKÁ›â·àĮµØ,ÐÒl40´”‘(¸`²€B@T§%à &¡óq…á¹ñžå)IÓr”¤EÊR‘)JD\¥)r”¤CŒXå….ý@ M8:BB×`€ @u¿àöLW‚Ê àÜ 5Ãð†ÅÿsP`@5Ø$£þ8˜MàÝ`@[~hä"b{ R4 $8 ‘/(ä‚X Rgéé…<™Éel(ËîÀ¡E0 @8üX&\Ìá¡¿ü~Á€H@d”,0ýk %@€VÄ@ ·PuËH#þùÁWi’P’N^³¨ô€#1z¼X y00Z7YÌ«",RJCbÀ‹HX ¤=îp‰&6È€E¸Š?n~|C\A×¼E? À‚` e’h€+ˆ,  %: è×üíƒ90 1ë¿6 y@€€ÊR ,C à= ($+ëÛfÀ18ÀwÀrHa¡ #,µ.0`à@LjBð`F?r ÒàÀƒÒ„ÀŒø°”70 `JIÚÐÀà Šj¬ —Š(¤X®Š`2Â/$%À É nÄÀ¸ ‰`€4¸šžQcPLÔÀ kŠ@aÇ®ü€ €8€@€@ÍÃtW,ÿBK'Ýp@Ó ` €jð&Ë`’°i7YiQã5ÀË ¼0@6 ̆ ðˆH, €ÇñãkÐprÀ€ì† ’!””žYà*a7Ê‚` PØ X @6È  œ$Ô ¬``a(¢ÏÆïò0i^û@ƒBÈïøw‚Q‚þÖ@ @šà;Ø`^b1§ ìù¡¡‰Ãù’7 @*Ô˜X,  À5 NèH€¢¼g?^Œ ¤¢Y7“7A@_•¹ù£^x@ 4fPi@1P$‘/Ÿ¸îŸ|/_Z¬- ÁxÂÀÐ æè47“ ¤ÀÐ0€¡0š‚o ÃwÅBhÑà1by· ^À€:vˆèàĆBÉá©tàÎî(i&€*XZ{ô€dø¶½˜ j‚øÐGð8Öë&\`*´ ĬP &ãs¤ Öu{İ@Á#DWHô4àš3H @ÁD$’R ‰+RY oٯπ„'ÀhðÐ €À/¤À2lLŽadÞh­g@È ›À/¸ ‰€0:à:J/¤h¼ÑLˆÉ€ À˜ð*ä°ÀÐÀ3‰„Â_?Ü@6‚` €j` R|ª@`¢ÃpÀqà}àI¨@bBƒ¤<_… £b€b€º!5a€‘à ø4 |•”ƒŠd`7@ €j  À À;FQÀ &Ùd0BÀàÈ´€è†’Àb’Ë döçí¯¤¼'€1tì èàĆ2xj]83³ñ~Á[ @(d b@BYNC,šà‹¬xovX÷À‚?€ À·ž€@=*ˆ €5ˆàT$"YeÒž•±>À €>Dð€Ä ,–‚cÜ4´”á.†^È $‚ˆ N‚˜ @€4tFBœ03¤š† ²+IH@ 8‚~,µn–V6úȉ î€1&8Hf+†%€™ÄÞp`#|  ÀMܘPùÏGå$Z:¯\ €`\Zpƒr€tÁ„Òa_¹+–‡ç\0@g I`ÀW~à`ù5‰[ÔZÈÑ q@À4! 0,# Q}†}”7{Î0@È à A4( €=Hœø˜C/†ÒpÒ`ÀL‹(0†Ù%‹p¸à a‚àÁ´ÉB`0Ž ©,šÃwIlÄŽª€@>  h€˜$2h ˆ@&¨š€Í‰€}ñýZì !ï€ÄÉ€—ùì`€Þb@ ÁØ ¥  Šh%À 6Àà‹øé_¡‡;*`€Ž ¬¼&À€"ÌÈhtBÌ¢` ¸`ÈB h 0Ô0h@ ï8 a AÀ` !€@Bˆù1%þ_C7kÀ%À`rÀBr0@:!‹ìMp¤4¾„O­ Cðhá$Эh ,‚H@Òh°Ð¤.°€à07 1Ã]ùl{@À €`¢€/Ô 'õòË ü ð [l¶YÞéj@hÜ)@/°@Ê‚ 8È@& 90…À`B( Óûè°ßÑ–Qá7  6N’hÔqE( ºPÏ÷Á˜Pš‚ɈР:nM Gr’WOÀÃFÆ]0@¨ €0ÐðÀ0@ º@v|MAN0±¨tvç}h2jJ#ºƒ@4!¡"ñôÀ*Z¨ €œ0À0I ýÙ‹BC1-øÝÃä ”@€`က`Rœ°dÂi7@îžC(i Ü @tÒƒ &p'˜a~`¨p*Ȇ˜¡ 6!éäd#žf½0@—jC!§<€ LB3ð!ü= y*AHØj`ŽÅ@v€ŸBŠ µ‚È€@€œ`†`*BÀ ÎbI“CI±èí <€ ‹bü¬MC~Q]{l£”å¥#Õb@„`¨€€€` и Âñ°†$b@© ÀPÒɤ 2QDÄ)ÀÂO?Ý`¨€B €'PICH\hLNR¸'€1vì è`€Ä„:pj]7³ëž  9J0Ñ Ó”œ Ü®ç£ã¯R@‡¾°ü@5±X @!€T‡€ „Jão_»#í­€€‚° ‚ð €^Ð :¼†è4´€Š%€è`;á‰&òÊ,šž¢I-Úü2rÓ€Wˆ÷½nPÌ4"ð>ð)Ÿ‚?ï#Þð¼¢Pðè¨ p%~Ûc3 CÊÜ@ÃlÁÿÐ àFøoƒ€Éšüh  `F× Eš¸¹ € 8`J©»@¤hÐ øð“@·ÆÀ¬E ä@)°€ ¹JRÒ›”¥".R”ˆ¹JR"å)H‹”¥".àИˆààu€VÜ€GýÙÑÂïp`P€1 !“Ê&“Û€÷r-àoRV äÐà†€\øÐ€ì°Òx “ZÙ’µ^x 9€ , PdÒ‰…”‚÷ -)Ð~ lþû@€c @€#DøØ`' &€h²À0&@©`S9,’ˆHIh= \ëÔà Œá3çF¼a£˜0 ¬W÷(€pìÊ!‹„'Wˆ 5,Ì0 @€˜ñ< @”7'¹| æ¹ @.À @f§O€†üÂà”Hb@€dX&âi0BR@PÑÒ”vNWU˜ !xKà €/Èå?J'¼ØdÄ€À!€'!pB &'±a)ļ4÷¿r€ Ha€0!€›$‚ha4´,™™€€/Ôôåh¢Rð‡ÏŠÔ* œ¢¼}À¡àX@ †bB°à;ÚI¡¥ ÉVÌR r€€+À À€Ä“@w¶YIJIdŸò9ˆ6õÁÀ Cðà À;¸@ €`@B4øÀ;& ¤1€aÀÄÃ1@gÉh ׈ˆRøÐ 'BÒÈhR{À€g’C&þM ²ig¹5'þ)ï@ ` É„ÒnQ4¤†‡ ¼Þõ  €–”P Ë<1 ð àÀu‰if,¬´%P €j`ÀBQ4²ƒCPP ¹m‰Ἄmçè XðàH@ 8PÀ&&€*_!ìãI¡šç Äb€b€º!>Á€‘à ¡ a(@ÊÁ¬£Zø`T @2&p ¨n@I4 †–°ƒÆ`-‘zÀ¥¨eؤ@v„lpÍû5ÆPXàÃ`€jxÀK‰cJ“:CÕj8 +‚–&ÐLpÐÇ Á‰à;!n”îzžæ\Pø0€€+€;JY‘Èaa =I)šôÁÌp`¢`b %3L HnJI€ èé$'I ˜bg&à›ðœËòà€Xc  8B5ìTø‚?€@·‹. @ tPJ&€è0 & ñ…•‚sãÚô  €–€€/v(ã–L €ìšLHù (¾Û¯=ÐX˜ ˆ@ Ha T„Pa`Œ HjR\›ŽOíï( À €”‚*Èè°â€3¬ØT`6 €Ø¤’»=ðAøÊ@8N#ØÊ$ h#ÚA´ð @"x”`*BƒJ|‘ÇåYIÂqíbZ@€f”|”$ ú>^ûó÷6ùP„ Ò`@ÄÂÊIA¨lRJNd °†}×’êk÷ ª| AÀ [Éè!•0pœG»À €–€€/v(ã–L €ìšLHù (¾Û¯=ç´ð @ x†Ø €¡(4§É—9ò® ð ÀLC*tL ¤"ÃJ¨hbQËCwtnúúÐ@£ðdР €: &ŠÁ…€j Ò àéHäÒ‘’¥ªý P°h#…K– `†FGí&‚X&´‚È €!BX@\~8&K´0 ”™+°x€ @;0°KIJKAnÊØk¡GÒp À@@.«ì…È``˜@( ¨4G{0@b&Jà&A8è  €˜ ‚`@!  ¤ÀÉ`†%`†YX0±¨^ׯ¬€‡¼G&_籂x!‰7b€“€ €€€-Ð À`zL(ÂK¸aL‹ÿ¡’³¬À€¤LÌ  É€À`xY4  ²°(±¨ØðŠ€ @L&@À€-PP2€2.‡rí8 À À. à@N¸È€0 ÔjC5&€h°ÀƒC@·A %`Ï‹Í×{Á@ü8I4kV ‰Ä ¤Z @­à €\è@Ô€¡h à7 (gü²° -$ AíàèÐ €RQc@ÃÁÍ &0à È@‚((@?—Ã9p À É€ôX2À9(à¸é¤@à H]àò€lÝ*Á'Ü PC##ö“,Ý@@`=`ÀG ·,@ €€*Ð €èôšP%Ò‚Z `ÌWÝ.•op@:-@„ €?¸ø `(M(–haa);2  @LB.rL, Š /€ì`bCQ’— S#÷ï A¬¼†E3(€”€<5¹ th¾(-º@+ÅÙ•p“ìˆðA×g(¾€¢x䞀»P ,€€\`x Pn„À J&1 $„†‹¸ûÍ€'L xâhÀ¡ÃMÄÂñÁ¥s‹Ð€=p :&¤à €€á€{—ù5€(ê €à €b³€2¼7•òÕ’Ž·v- H ]È dp W €0À É„ÒÀ+ÀP14ÀÔ“,!†Ɉ/~ Á(&”­|À@à 0 .¼€ÀLH`1!‰€P°ô¥ÍH½( øÀGð0ÖÂü¨€  @€7(ÀÌ`(¥’ÃSÛbËPZÚ$“@ À! à`Q!ÈïîP€>À'À Š@b¼ “y n+«vÛ‹½0 ®”)àà  ˆ@ €OÀ¨ä@  %¤ `ñœ ¹eôzLã;ëðÜ~ÿ¿€Cw€‚@À€jAä(˜v°Ð** I(–—àel>á„’ŀܟ“zâÁ@2úRBdÓËO4”€ o@‰…ôj€'g A1 e—Ý€n•|È B@Ã@p‚èÐ@ÊMÊ4ˆð($à7GH‘š4Óðc•~L::€!d±0 Á£ÉYž[H \p ˜%€*B! (i,b\ ­ì×H(p+€Î!€RX8àÕ€ç3åÞÄ4€Ä@Ë!$I Ñ )!%Æ“?+£¾ÝÊ;«\¥)])JD\¥)r”¤EÊR‘)JD\¥)ûD\¥)»Ä\jR‘(ÿõ)qÞJD\£R‘)JD\jR‘)Jp¨‹”¥¸TEÊR‘)Fã¸W¤Eê ôİà8Ø›À¨\ b€ÝÜŒ·½8 Ð@Ë]€À¨ðÆ0`Pü¿J÷Žv£9›‚@IÜÀ “I„Ð @ 59 )e”]íà +€9 À Pˆ @ÒjPC&`P\  É(7_,—Àlpq«kö @€‚šPP C@1½¸@aD$â†FÏqÁ4ÀBÐøxpÀ¯ûæ?b€b€º!H!€‘à  JG:×Yhåå“CG(‹…°Ã2# µ,À1 òÈ` H €@`A…ï’JZ¹û2 Fq@ ‚(àÀ!€  À€fJì„2L,% ÄÜH!†àÒhÃI¡¥ ÐÖ@ë”jRí¾vå)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹{ @€! à@™°`šà!uÀ‰ €@t¨ìt€€4‡Á,üYøE¤‚÷…´¨ €2  @ À €€À €:^hÀBÎ,„pÇË+r¹ù:̰¤À €3€;&@À†¸i7 @h`ÍÅ2ÑÒ·neûà *è€4@µ»€h: ø €ÝP”3ºCIŽàÀÀB÷Aƒ=Ê À@ @¬Òh fÀ À.¨™4ˆ@` ’@ ¢ˆ`@¨vX!ƒn¬Œ6ûX ` ô‚0 Äe–è@à“  W$±„0 €4&–00â€NlBIwÆt €˜€Ã¯$¡@`°BЄ€`à7àÎL&tà “0Ÿ‹íy€ ƒ˜à¤°ð€¨!“JX@^‚Šk;P`jR47ìÌ.øÀA€7à €3 @,!j‚ÀÁa€TPa{·@i § GG$ޏàƒÀ°EÒ¤{@ªL Òäô3€]€4Fð£ðÀäe¤4í}@$A(#3R\à À @9¼à) ?ɘšdDà`¶NI'€æî‚X h€+~ê@ri4 9 qˆ†”B3€ÐI„!¯± €X‚Àm‚*Öà À€€y4 €$Ð@;€Pø † 0›É¡ aÀ¡)?æàÈÔ “²ÑÓ˜Qž¢ø°`` €D€ìÐà?!!<¤À@CA 37£¥ ¶0@€ @-0 =©€-8Ù@TÃN# eôP@¨`A>s¶ÊjÆl B?±Á÷P,¶Á šÙ ŽÛ'Ñ tj° Ø5<Øøb°H£ÄHi µÆ®à8 @6‚8 €9, Ð@¾"ÈðÂÀÁ4CHA¦†Àlø0¼j.x `€6jœ @,¸¸à €€à¼°1€L¨œ¢娔1 |Ç¿D Ä!´ð P‚ üX øhÀ€_À€Á!ŒÅ€TÜ šh’—!  ž´Ö`@ KÀ3¬ —‹Ö °  ÑD0’úÉIÙh( 2o e÷buüp œ°€€ ”@ :I ¸˜HÀ†írh²‰„<HJã ÝzØàÎH€ <‚è°@¯ D  p†Pà' 3Š@K&–B&:PQXa-;kÓ‚¨p@R^ˆX &hÜ AêËÀ9& †°–Ì $ €d‚j'ˆß$„YývÐ@R @W ð@ÀÌ-€€0Ù44ð€200‚Ph§ˆ@PÏÀu€¡hÀ)@ÅŸr–¨€€¨`ü(‚`x€dø˜j3³$%RÝ÷J9ši N-ó(ÑWñ0 À€:0p€€¸À†ÜÀ€dC@ÐÊà|˜…'®¸ˆ @6@ €5H`z ¼¢Àl 4¤„ !¤1Ê -:¯«( ^€‚X x‚ˆ°@1¤À€>B@\Y3¤h0vP ŠØà"‚¶!–^Hë×$4AÐAØÀ.+!(€@€†€-À€?!†“xÀ2: &E `Ô0i,·Jy%V ‚˜À ì†üà;H €@@…i4²f rÉ|aYpù”¥²6ÀÕÔ_)€À28 °¤ €èšW À; Ad.V<°3”3:´°P@ Ê,°@@0~Q3Œ Hªh)#“Ðw¾Ä €œ@LMH¸@Ä4OÜ Âñ,3òŒÀ7Aøå\À@¯`A/ÈFPáŸä P•ñ„z€N±:(ôžÌ¤†)‰x†Ç}·awó € À3!À À@.̆§´˜”M !:H]ôP@q àÐ@Ó @9v° @ „°â`k &0èaWT"öÀ’-‘èí°"|¤up <İ \/€vVXÐI¨ÃÒQ4¿‰ö8ð`y@° »§gܾdÆ¿(>¡ù@ eP )‚8ÐÀ@®` 1I+€œT”‚ú‹!†!ù¤™Ëkè €Ò€¢ lNDL â°@3ÄÀ¤0@è†L Q ˜ Ò€rÎ÷l=A¨ ب ^8 Z€a<¹0‰1 Ë ,¤€fZI '¨BÃzTÀPVÊÕ`€` à \·ùÚ¥b€b€º!Q€‘à @ ƒ8tÌ„ AƒI@: rQCW³Ò p@ÄÐà%$Ѐb`*C!ðÒa0è¢ÒR Ü 8 IhrL”–nvü÷ò *à€ˆà€6Ø e‚Yè ÂÉ €\Mb€5È Ì᥀Ąž43ëä%,-5ˆÀ€X €€jdrÉ &Ð;€í˜>ÐLKLÀ”«ì€ h l Á 4€p ÀÀ€„ €À˜MH8 RtŽPa †›É€M¹ à@| @3@ä"hÁ¡ “Aˆe“@* ¼ @À`t€¤4 xÀ×kB 6, ¸ !7ˆ‚€† U‚RKq ËT«¶nXËñ vx€ @0 €\Rì@@ @X @0±7@Âi,—Æ•(Ïž´/Á”ø ‚p@@GÐAó‚a :!1RÉ  ªQø HDÐ q`ÀP4 ÈJ @;ß; `é “¤ ’ˆ2Ctš@tŠÉÀ`ø–‚€y»_u @i‚ð@/&€"(°€¬¨ €+|Xx JI4$>^I\š^0¥c*ÌøH@  3‚€ ÜbI~òBÐ…gx %†3wpÐ "¢øp€à€’@b Ɉ ᜚ba˜¼N”ö2õ` bܘ Àvˆ`“@2ŠN¢± ˜IÈIùcï>`€fˆ À2&€\˜ìøÐ¤)&bÃKMø•ËpÕ’3½` @4‚ AÌ×@ 8°`Á©&p*LÀ)ÙúÖ7gÒ,‘ê`€Î €rÀ vÀ €`bÔ‚v(¡€roHoÀRcòb>ékÇ€6fðH:zè0?Èᘆ €€†P€&sƒI„ÔrRJ}TÁ¸@ A¨àA¨Å)8 €?bC/,†°’ :Ai Þ ü¢‰…3X`¿z @Y °@Î   @²€€Bb@F  B”îp€ v7&Á ˆ Phä0ÂZ®@`€Rø˜À¤á †@@Å:&†C Ó„ ’` º~Á‚¦~‚NÀ8¢-Eñ AÐ €.?À À÷ʯ$g”¡Y¸ :Ù$"€¨&†R`nM&'Z8Br¾¿B Á¸ Â +€Ähh¤"hÀ(vņ“\ †S|€pDç›|à!À€bà(€1È  É`ïḘ€œVp‚†­‡Ú?\ ˆiA’À¢r:’ Vß”‚‹éÌ90„ÿPüþ”¥èúnR”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å Ü+Ò‘î@ 0GA¹ 9`¸à€f$@‚2J?@ €€ÀŒ €#F,ëÊð €€ €1ðÐp€6b`À”Ž070H`!$„2h&$}†–`'b˜e€˜²iòÀ@B €Q;b¸`a3¹[r¶ZŸ\ñHFù>þ® @ü 0`‚p C?|@¤›‹x¡ Ô@*90 %¹/ÐèA4ûÆ‚ Q‚¸ 0‚hp@AӀĨ€€è!€@€ìa@'nX¤ RÈQ˜R ™”Uçv²DÐ*I¡€P„B I4šM HÀÀÀ³¤²ÓÉ#/ûH 8 ‚9 P@ÐÀ¤À‰€TšÀ`!€P7œQ5$À'ޱĔH0Ce! ,) €e(›€ì°Â±-gü 0¤ƒª/§€. 0` BC!@@ËÄ ˆià7!e‹€;¡‹Ü”û(–n¼À -Ø ¨‚@!t‚` öð Pà€Ý"ù,kÞ2ØøÄ` \äðd0Ñ0;(šL[¥$-R  À/Ô˜ZF”œ€2ÁˆXú~CÆFÕ p @€XZT“@.À @bÓ€„˜²h € à @†mó–~]ô‚ m‚é4ph †‚˜° @`:À@ `PËÈf+¹0›Òº3r²o–RÔÀp @Üø  FtâhˆD<å>¹Ið¨Hb <ïÚ– @¨ 5€$J°ˆbC0 €€ÄL¨!€bBˆa 4iÓ%€ÌL Ük @ œ tÌà €0  Œ<Ä4†€V&Á !Ø”4 Þf‡¼Dð¨àÈA¤ €í$Ò‰ !5-Їà;f%a­²²`¨†_°à@·\ €´V à @ 3€^p€jMàL€b ` 8@`ÒØ²‰@d¢ù7¥0 }‚X “€"0@‹r €††ðÐD0à*L Ü™ÆMX²h`À3¾UK4€´ìà;H(š€Ø´òUb€b€º!Zထà @ ,˜f`Ïɉ(•º1ßhäÄvQÙƒª/N€€¦À@Äñ0²À1&€^àp“q) 1è%!$ Cñ˜}ìÀ2 0  €€ï€8 Ð À:‰|å›L d'üÂÆrQl틾KI”Ä2ƒHa eÒX B’Ç+æQ3T>Ü(A$0% Á\X` f“@ ÀØ PÀ0#òñdÐ’Òz°žÙúêÁ .–à) <Z€@ѯ$îÀÓh€*R”ri- á…ðά>ñ”˜À@€ 1I4#x@¢tx&bY0¢BR˜zÆ B6$Pà@Ï€@Çj¬ÁŒð@<\¤ ðЀ\P ’MØ ‰…†ðÞ Æà6 ?O2CY$ǹ€€Ð‰à@ž hX ]€9 rÀ¨€bL PÎü †€ÇbXÀbÜ–’Æç$«ÁRÐ@ÎNM&$˜£’ÀaÀ@ €  É Sæ%Me*5Þ1¬a?ß³0@¸à@€}J@ƒ¢r=(×ð ‹Ø °ÌP!ø’ù,”ÎH]<-ÁP ÀÐ è€ÆÓð ‹Ü° ÎP!ø’ñ(–îHUã)Z À šB!àp( ˜3€À€( ¾.ÂcF‡ÜëqnO½ø @2‚ˆð@š @vÀ–X €€<Ѐ¢KH’%À ¤"g%€èe–‚õà‚ñÞÒàœDüœàà H`Å„ˆa€À°+ÐKÄ$Iªá£7HÁÕ4z˜`†ì$ôU¡X–4–®Q+ï’4sAhÅà›êø !‚ $?¸1A†` @1ZCz! )!˜: ! 1D);–¥?œ AÌ`A €h<@‚FX`&ÔJd%|€€ÃJrX÷¸@€€hÔ@b€ @ `   €Àà: ÄÐ(°(œ0†B Ê,˜^Zœ(À€¨P`À.`ø  À1~´ÀP ¤a@7!–Q-!äôðÐ(Õ±@!A ¤£Š(a40‘± øpÉtn†ç_Ó€‚° R€`ÀÒÁ¸ (€(°À;pX) ÀÂa1 …ò¯×€¡ia÷ @ª`@- ‚ß14Ø ¤ÀÐAêØdjük~÷§( /n¦PfÛ\€@€:€ @;¸ˆà’À*ÄðÐP0‘…€Ø†PAd¤„$w© ø k+Ì®© ”_†àÂ`’+¸C@lQ_¥|ÐL+~aê¿©€4@™¬@P A5X€šYa€€B¢nà:%žÙ äÎMdÐ̽my@Pà€Øà/ `à„ÄÄ``€9‰¨áœ˜Pĉ€7,¿ÊÃÕyª@àªÔȃ@ Ë!ˆc14°à(‚4aIJj1|.‚Ž#û”¥.™\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘ €‡`€Å(åàƒH}=81[ ÷ÓAä^!p Ã*@mÓÀ3JI¨ Å`ö m¯€ È` @B¤Ð 4&Ã:ÑÓŽåà zE_gdbä2 €1/ ðÐIQ€ë” 3‰N‚±19(4‘²Ô}ÀÀ„0À*M&“Q\¬¾M|ãBÏÄóª-,0Dà è À€;|Q4„L¨Ø «’4¯ÙJI_mõ0@p ò (ZBÀ ¨ˆ À¨¨&€Øâ‰ˆÜ$ “Q‚8íqÁ,ÍÁ(>Á,%1 €@ÕD\¸)@@€\ð´€fMA@T(&Xb7t”ƒËq–b`HRB(˜’iE|ýû­Ÿ.ný*ü@ &‚ø @¸, 4!€4z¢8i4"i`eÉ‹G,0µ~JJ‹Gϯj›`@È •#NvØ=ý` /† ¤'À À€6Gž±\ê‡ã„"`à &“ @h`iH,¢Êî‚Ê/ Ahæ¡(ûëÕ€ @&‚P D@2  €€€%A,ÀÐÐÎY(¢h Y)ÐÐ,BA[¤´ÜP@[dô #°`£pðÀ€ @ˆÕ§œ˜lrE¯=ô @€P@P À@º*&œ+À4 @Àpˆ!|Ü Ò€bØí IÀ”a '€÷è >ìXèñ`¨Èé Øˆ ;)%€é¥$Ò‰Ž0´bfIc8e$?Ѐ†p_4Á„H d ð@ϰ@ÍÐð€\¨þC,…É£àà*B)O²X @€Ð i À ¨( ]‚€Ì*¨@Ñ€ † ˜C!”‚Ë?èä¤fB >÷À€²`*  €†Ä.Ðà`@ | px €T4$àPé 0ä j‚0&ì˜û¤¤à€l`x b@`8P` C@. nèJ€€h©€h¿@ €`I˜ýJà(H÷@€dà†ä˜K p@1Ô1:ØK@ RLKlYE ä¡h Àõ@¤f_$³¶P¡×ó`@k€@r¤À@A @8J ` 'ÜÐ e¤šL¡¹°àÒÉ¥B¥¡d%‹9Þ "Á¬°AL @:0  v¤@(É`Ð5 *M)–Й“ïl `€m€A@5A\@Ã/!€˜ÐL˜ ÀàÀ Ia€ƒ@b`+ðƒ XÒ ú5ÚJp@4@º€Ð@³ 1„ˆPd0 ÀR‰ &Ä €Z8o@ €`rWß»@° ‹(05€@PЀ „XÀuòƒ ¤$IJ¾á( ܽ7 Û8gQÄg¿›X @ 4 €@Ä& iÈP@K% €dÌ´†“¨nA,ø4²iE@*ZBQ(³ïZÐ$9^ûY Aׂ "‚ k‚°ˆVZˆ@À 0b À3zJä Á 10èÐa¬†C~|Lç€Äÿ@¨w%¥A×h h€8t¡@P Š,™€vMÄ2`ÕÌi° I©Üܱ”ºS‚GŠ"T_Ì,3Ð&À¨Ð@a 0!PÒ` ²ÀÉd X5"C~NQ×#A\rÁPÀÐ ÀÀ ÐB<Ì  ]0/ dã’ep0 $Þˆð*!% ¤Ð€Ì@‘ÿ1*u˰ ‚ ;x¨€3!`eZ É&ÊcvNWk„``üw@ºÊ!}oÆ $Kò}`xµ›zÀ  €  Ð =Ä@ x `–žg!“´éÐ05Œ9ï ¨ Á<`@1|Mb äÀ†€dK°š_®œHIšIk¸$¸ @ëŒ)ÊX(쀄”a¹G‹»ˆ8 ½P°˜†CÄ4$˜X 󀜗JߤœsOÿ9¡~L˜0Ä <ðP\C`Ãp”˜° Àv~RäÂ’’JCRå¬íuÁÔÚ ˆÄš CÉ@ñ¥ò’øP‰\u@\DÜÀ 2/sÀìð” É@7(„˜dÐ0Jdž%roFäh h‚ €4, _€6J€Ð €èàùŒä Ð xa0„’@B÷õèà©4\’€É4ÜšP ÒCÈèÀøVà)6d¿˜FPþ{PÌ„Œ À P ÐÂ`ð `˜aAª @` C0j1x í×Ul `'+   €a€ÄÈ`@P ‚R2!€ì bˆGZ0g9XïXà À©0`À0M (`Ò[ ç Ä‘4\¥)\\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘À'0€3„0ĘL P †L&‰¥bÉ„ÐÀÜņ”•$¤å%ô   ! €À€\ y î@n0ЀÀ ¹0]|`$yŠP ÀB¡/è`T ß0h ƒK(—‡$gÎn~Þú`€f `€„` €€2$&|°àã@`0†, „–ŽR@n7Bî¢b€b€º!m¡€‘à óÑþºÀ AP#€`d@MAÈ@€W’B´@1ÅŠ‰\ø A×–¤Šbì04²i@€¡£ e †’Y(5#_Œ1ΟB9š÷‚ '‚¨ +.À À€ á©!™$0ߘà;©rh e êÕ€€f @€„` À€3$&x°ðî#8 1`d#K< ¿•w2“Hà! I )ØJ@¨!ý~ŸÉ ùÜ$>M}ð@µ @h øàž €j– à2  Èlpd07!üg-r‚€ J‚ 3… ‚° 8L†$˜n„“@v|’IEÈ|iHHcî%€€;@€0`'©†Xhh ˜q(hƘÄ;¶q÷/L`€ŠÀfœ À AÐàÀBžX @v°€d~óri ˜¯ƒ &¤—óûÌÒ bp ƒ@n`*C€k1,„İçGݥђ~Þú`à€Ê€¨ ° À8€0À€vPÜ‘E‰˜Ä0Cú!%Ñßãîˆ à =ˆÀ`€€ÈðÒa`d„ri ô@ÐEûˆ;”MƳëÍÒ’€€; A4¤f ‡úI¨ÀT7`Þ“ùxhOæ¼ ß»g¹v´"`%‰ P ‚8 €<B@t0 €1 I4 œ )¸Ü+!q¼™ºÐƒ=Å¥@:‰ ÄÔHDÒÈA¨$†'¡(”7ÑðÓ×}Ð@Q p@cp¤0@6`€ 5J9@ø €œ()$”¨ܲfH%g P@n @ŸÑ0 X €4C€¢‰ ; '!Ï  1ˆh 攽r©I` À/&€ï݀ŠUù4¾M q°336¿N@€ €Ì@ @  @ÀLM@Ð I¤0€f(C+¹D2f½Š +¬¤™îh Zh $‚ð !P 61°ÜL!€ì¢PIˆOt”cÐRzú®U š¼Ø&”C@3 dÐÀ ƒRCRY@*OK :cÌÙ¯Ó‚Ð d $3ÐР@CdðÐ@t `¤ ÊîQ ™€¯bƒJë)&{Ìu¿°ºR`!z˜ô䀜 T=ria¬ oí-†«î‚` I‚ø J€„ f€bpp€è0ÀÀ€Ü†€Y—‰¤0|’hfÈ,ê@@˜0À€€|€@5tX¤Ø Ë!À¡0Êå$$´ò_ èÿ.áRHný"€¦ q018²‰˜† /”!Û$^™)°Uîb €bŒ À@h„˜ phЬ 4#Üa +Eh ±‚   ’€<°Ed€Àèñ ‡ò‘72“€j¾ä0Cú? ‡ò¿G€N)$Éžúà‚Ð );Pà Á¼‘ ˆ"i`T R@*1 ´¥)!D¹,0›Ò”„áþé‚` k‚X 3&/X ˆ@‹ÄÐÀГ@vyEîø¼wø`Ôu w¼­$L^ì bn&bÌCOI7CPR“Ò[$'ó™)°UÊR–Žò¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”§ì»Ö@ @*6Ð@• °(HÌ @€bl˜þ  `P°Ä€>/£àéeT#ìLö`€„¹7“LLäÒðbI¿>ÌQD”þŸ³Gã~N”'“¼SþÉl7Œ/ìs§ú4²Ç{Fx±Kè@'€@–Ð0@¥‚`!l€bØ4X € øÀBúlPÒB7=Á€Hp'’ñד J‚Ǹ¬ €=RðàÁÈ !‚ˆ ¹7ÁŒ4å °$Ôf-»ìYJK=ˆ À^ƒ -Âñ5J¨`PnŽ‘„¶¡¿ h@Þ¡ª>x5 õòiv@‚è -$ò‚H@\¸€€`vCI0ìp Ò0 bB (†• “ë@‚ 64!€„ bÀ@À4 10 €v¾M(° PK€[¡ú…ôœP«4~“€4?<ƒLíÀñP5õði0€B€è0ä *B!€èšL@ ¡…¡$ ÒPKÄÒƒI3¡cNkªˆ!`Œ½À °øòɼ 2€! Ù ¹ÄÔ£€bMÝ\¢b¨0@“@É(„M,ÏÃFžJØò[`€ù;_"—t@€iÀ€œð`~P @4nXà€À`'± „ü1# …£å’’ÉÜ P¨0e`à Äô 4f¸„B¾+¯lŽ,[Àh€1!`Ɖ¥bkŽYIF-À—ùg™pû¢—ÑÁ¼ €€7xà  €Â¨p ‚H´$lJ` ðrÀbbXl„Ä ÌMGt——·R\à Aİ@@a@8`@P  ƒš€„†ÀšCbPÀ'؆Cå¡À(„´ã½‡t±ƒ†b€b€º!w€‘à Ðø4•É„'dÿÀ@@JÃ>GBC@-% ½þįƊ˜¥äï>¥ìÀ Aü4R€ÜÄ5AP.€ ˆÀ@.(´\°(ÇHÀ€œ›˜PAY“—qÁt.2I  À4 À@Mrà€2À$0 €9Ðð †…Öà:Á¥F/’€óêÀvð‹!à &! J$2 ü¤ŒI(˜K%£%CJGDb÷í|J^€3Á„˜œ Á<€À@À€?|M/-ÄÒÐ@ 6(‡Š)d0 @NMÄ Ãõ` A¸À €;l¼1@:Ä  CLˆ €v‚ ˆdÐ ›ò0/ü„U€fZ¢J!$4°ÎM @f%¤ d’‰}~„ Vy ÃðëáÒõÁìÐ"1@P±4 P@>,3Rc€wÿ@bS€P0 7 İ3`@€|@Ëw€& ÀÀ@/Ha š€ÈD0” å“x²0ä #t¤Áª„€2Ç|MJ &Ü ®‘…bÉNØ ¨%§‹ÜÑWÆ¥×`@RäX è0>~t=D´€TgÉ 68f%€VKQ)žî€Ø  X`à¬ð €;\ @vI¸†Ï=&’ÃI¡ƒ8ÄÌ1Ò¬‡\‰€ À-b! ih%$iû6C:R²F[.9h̼»ñtºà¨À€¨$0  @Ï`øšü`° ¾vXÀTÁ@1A`&!•€Lˆiù@ A„@ 0%n@€@¨Û €¤T/s2K‰cÐñµ€3Üð ±e‚¸-’XˆRÒ*Cpý|Ú^¸4Áp°4@z@€, p À.!€5&RÜؤv&ÛâjÀRQ7n‹Î‚h _‚` b_*Z¨`‰4à$Ð °(5&v,@€LM ( cñ”€Äp B`&BÐQ5 /)hÅJàg –ÞñÒë  D‚¨ -À € A( (ÀwÀnn7 ZM‹|3^âÀ À€nµ € A$¸ Ÿ‰‰àìà\…€®Ü˜¤¤$  7}Êä>»½E:Ì4”0À;HÝ!ŒL/’ö?¡KØT Ãõò)uT#D@“‚p@À'  ´„Œ¬Ñ}Š ¼è&”Ô1i2ê‚ @!H )‚H €”™0œà i74¸†Ø (à˜~€RXÏ€l‡P!Û¼€tÀøRLÄÀRÀ-,”LBX´ŽÉfŸ-Ý~R—lÈ @9‚¢j@A Á¥€6Èh`` CCI…“@_Ѐì˜RJ%–jS±AŒK p@€€ ` ‚BÔ1€ €.fäÄ$BVB,‡²I€1&¡„ÐÜœ0¢jrWüœ€`ä¿°«Á„Ÿ‚l†áúøô½0Dxp@€€/ <t€(ðp(€ ÃCK-! !&“PB!† #€˜'~”-¬à€î‚x@ #hBDà€`œ` € @Bo!€À Ô€À R 5&2C?[ªD0@@(Ye ”|P Àr –JÁ£bZ¸éäîO'_”¥¬®R”ˆ¹JR"å)H‹”¥".qK¾Š €@à,@ €Z ‰+P  €f¨Á\Àƒ¶=`P ”QbÀ`ÝÐå¹úùÔxb:úì@1,P ÀÃD"x043b€Îž€ÐÎ쥪e —™þ¾¨@Ð@³Ì0È`€‚¨ €p ‘€1&%€vpAà N¸„€é—Ã[¤½ØbZäѱí©h° ‡Êè„À(J@Æ !+q©%–_d¯Ø)`@Ñ @%áv, €` €Näü[79Hhàç/”ñÀÎÃ/P`€öÀ&J`¨€€. 0 €.Hð  »€d 8èà›‰d0*ž0%ƒ1ï|Ø ‚  €˜>@AH€„¤n&¨h0 é/œ}Òä¾â¤+¨0 À0Z €\ÈP@` ÀLôxL ó° I„ß‹+“rÃ2ÆåÜà€€;Ðð`¸0L (4˜~,™€v^ É+ÿƒMÜe\1Íü.ý° ` h 'Á”(H €`@jX C@1,ðd € @4-<° 7“K&C7&¶€‚H e€+Ri`€rè T2ˆ@ äÒi`MŠ@tœp…¥`³‘ƒo˜$È ÀÀƒÙÀ5Ñ À `7(ë€`Ðð s ¡$³šÖÀ€zLLxh j°¸@ 2f :b´ñˆ€0‰ “zUŠBÞI!fK&âfÅ‚7Å ”°ßb€b€º!€a€‘à š¤¤ ¬ÄµÓ˜QɈ#ð»ÜL É €öÈÀ1- €¤tPp܃Rèï|Pj@É1Eòh J<ËÝ$Ð@ j@ €Žˆ €,°( ¢p Á 7¸š˜ €.Ù-<À€tŒ~Øø$šoÉ÷Í€‚˜ €*bP`à¢DpRÉX À'f`(Š@ÎpÍ€¢Rû—¸Ýž© ¤@L^IN° `]À€„×Ô™€/€ìx T ä0Ò‚`p$À€„ éÄ`« £ &£t’`Âó¡ÔY-ä’Yþ¦à€j€ A €`'@œ¬3˜´ ¤Òn˜@ha 4d Ra£H[¤²`oß|Õ K¾›N#à€X >(pp0€’@B`€€2h À@.@€ ÀRÐéb˜¸—/^‘ ?°® 1¶@€À/lLbðÈÀ ÀÈI¤À &90†q4 ’C(;€Ù$Ìj]ªv¬Ø` !€v2©A¨H À\¤ éìÜÔhAHϰ濠@ m€p ‚À°@¹0z9` b¨©l˜Ô€fÀ°på¤À1€€Q<@2ShH»¶€,€‚ M3  Ø˜©1 À ÀN@ `€ç(° @X À¨/âÉIo¹C¯™ð@“îðH h €9 @€~ô˜ð˜ €© :!’Ê@2RžKSÛ T-Áð@@Å Fð¸À @vÒ`H `˜!@jPP €1+' ˜°*„Z Ìé,„d„½;8äÐHy#§(4ì À(ix²L±404¡½$$îóáŠC±¦ß®À"ÃA„0p€‚À€d@1°À€?8€é‚ð E*AèAX5A¨`'àK ` À À„,Pj1 `Là\ iiÝ“|¼¸+ 4€ð €x %Ç ¾tè˜ N…oÓðbz3,cÝP@mpÀX@@  @0|`H i9$!À3jL,à ¶àrÀbŠ@»°‹ú€#)€ìÈ $ @ K -  —Û¡d¯Æ¥,Èß €çñ÷ô0À@g  AL +d©0 €ŒH ð`‰Ž =!“2I€%@6o` °" ¹€à€Ô‚vx ÀP¤Pp€à;bÀ„` ˆXE‹Ì†B£@wƒD²Z d¹ZùàÀ@ÍðÐÀ AX€0@3àpà À.Ô âºøÐ C˜ÎM«L€€vBüD¨5€€€^|P À€€P€ç(`˲ròIÓ8ÐÒV'”  €&¨! †Rq|e¤™É… ¾Øô’ Ä7ð»úH G@‚` X€ °@ÔÀÀ€  °h`ÄÔ•‚A¤ ‹@ àÀ¾Í0 ‚Ø P‚È ‚PR €h^ÔÒBLV`€9Ëvf©i€àı $ “> Yݯš@@·Ð Àð¢ i€ì:?G\Ô P”J:É%Æ ú°PÀ@0yÀ€€1h˜ìQ3€„¸ C4 ìPg&†„bËä4‚ˆ À@2RMH0bi\|7}Ô‚óT¶Å|b€b€º!‰Á€‘à ݆”ÉìXƒßßÑAPÁ¬#€‚Ð P Ò %\ä3Ò„š¸Èn˜BP 0ÀHe€ëPÀ5×àBú<Ý%#ûÎ ‚ $HÌ2Á¬@1$z°d˜0€hR‡ß nÀSðÒ€NMÀ‡ð~Òïs@ Ah €0°@ÍB€ˆ€ jP@2Püˆ@6j¢i7€o€tRé0§–ûZAô Aà´AÀ3À @€Èh j6(ØlÔX@j“ða4½¸ЃCY¦ À1\  "É„Ä!À-(45ÒÃCxj_>^Jå²1ºÚý@@T à@Z @¥€€ ¸+à’05Ø:à !’º@/!; H`¾€¢•­€Áè)€ vÀ  @à R¤†ø¬šäð lì0èÙTp¤„Ù.pyÉÍ|ï “@¨¢%,,†‡A˜è’Xžéœì”ÉKÔ@@2,` @  îp*aaœø€Èä$c~8ÜÀ3×R€^Qx´€`žx ×@ ð áx ~0†œ¤ì°ÂSœ—˜ <~ô Á¤5@ )€œ  X˜ Á“`°àðœÜH£ `bàU(+¥„YµÖ0 S‚è p Á³a ® `@Òà€?}‹€Â7 ˜ V’MGG%'ŒbN¾`ð+ˆ à @. ð@*İlàÀ€À˜ `]Ô £‚>Zª@ 4 AM 1!"1D &&˜ €Ä0°ðf3Ã@LM¨!'€Ø åNêRà Ã2 †L!—ÒL& ah á¸hNÈ%nsè°«õà ¤œ @1; °0@7È„Pˆ $\q0OÀ?À”M I`¬ŽÀTY` J@ €•ßVà@À p€.€ªB  €/¸1¨p ‰€ÀRÊ!ÐÑÀ/àTöÎB³¶IʾO‘±š=ëmR@4Ž` HÒu‰€Œbˆ|†„¸ Écq| ·Êï  ŽO¿v @€ä`€z¤Ð0$ @ €@ @ ¼vÃ@B @0á€òÀ§HùXb_&–ÚÎà1À’` `‘Á€5 À4P[ ˜z MÀ`à0}†€è†¤œŸ¯CÑ%†Ʉ҉¥pÀÒƒP5¥$ò‹Æ£›¦Àà À0Àè…˜˜  €P™‡l„aÄŒ €; ˆéHäÒ¡, „€ À+I} pÞ•f†21LŸ‡ûJR—W\®R”ˆ¹JR"å)H‹”¥".R—µ @€X °@^ØÐ ‚8‚À` :À0@Ñ@è¿€¨iDÀ°0H!}ÀtKÈ@i#û0Àv܆`±I ed††VäÔ£tó‚xèJr¿îöìè κC„$Iù!Ó:~€` @t4À @tB90n0C0j Ä·^¬4²Ë( IýNC“ë- !%98g+ñ»™Êëp¨¿´€= @µ  @Õ`Ð@Wˆp@É^‰b Z € €ý;À Ëb’À P   8`¶2傘 K-! 0@€qj” €(vÀ€2° €h¨ŒNM}ËZB^d¥w$@ @‚X jH €àÀ@LXDÐ €;Ø `:pC-!€W€‡ šSÐñ˜ë¼ØP@€p    À- 01`r@€hp¤0 €À TÊ`IýNQFÞ` @€ƒ€ ™ €è—€“ÃHlY(‘„Âie€ë|ŒÅ1HV@bqâ‡.Ð@˜ `Ì€ \ñ4@€˜¸˜ppÀì‚ZÀh‰¨HÜ„ðƒ¯¦p -€;J$Ð@^ØÀ4r@€Ð A8„L!€° \À¢i$…‰ &&ð3‰Ÿ¾÷Ê@#88ƒºÀ €$ø˜˜²`T4†´gŠDÒð ¹øi`Ás€‚è <Шš % 5I@ €tQ0`@q©À C@¨b€NWdôR³í€.ZìBh0€ø ö†ñLX&Ä~‘þà\…™xÙ%HÅJ)°@½È&èP@YØ g‚ jœ˜` a$ò@@LI¨I4 @©` 8Ť (y#*¤xx€2p Aô0H 4À@bÜ ÀLÀRa `€ÄPЀ§•¾;€Neáp @=â@4SÁ(A@ €€;!€4¸ÒjCLpâ¸âb€b€º!“!€‘à  À§øš¢Zsd†}Æ¥*Ôz€ÀØP€ ! `À@ øð €ZXŸ€‡È@T4@P˜’d"nèI `Ãè(”)@cpÃrA½È@;/’ñ3 fd€£ŒÃR‚`Ç?Ì È×ô@5 @Î ],)ÒÀb@+v‰ 0 €3€ Р=¿“@`j¬`åì‚N>ù° U‚Øà‚Ø( (&&À2  €vp @ ÂhA¼$˜àµ@£¡ ²EÌ\R¸¼€RÐØ €8ˆH @  ÀÀtHHߤ°ÂÊÈÆïÇ]à€¤%àƒ™Á@€ ‘€€¬–à02‰`’ÔJg¶~¼ÈP Šà0NÀí< bZM,nÅçQjd™bVø}ûð@„@±l¼(â €l'ÀÀh°@Í(Dм  @ªPà04ÐÔ€?1/d¤ '|5v°€@G  @)Ð@5 €€– €4tH|p€` ÀNè†ix¨B5N`N! †q,£|Ø” Á` @†.F; („XÀ ÀcÀnB({$™ÀBÈJ4Á»î€ úìœ.¿€d`ƒÆ—Nˆ.œ@…òÉ T¦ß€’€-À£nÉÝv`1)j´âÈ`ðjHDÔnL!Œ H'¯ 4ð.©€ÙOŽ>þÂB€@´(x0 Ø5Ê@ Aà`@€†<À@”` 7Ô4°(€!†Ä00 \LFÚá– ` |ÐÁÐ ƒ¨à €ê€€3|B(@Pä$£ògX]††÷xtÈ -ðÀ €‚H€-vCdððÒa€0ØàSüCÒS€²C>ä¿Õ`DÀ@®U€@-°É(!¨r¤¥ &,0ù@1 ßìè&%t´€5 P{Xh\ Ò5ÐCAI,² Û%³|ˆÄ"‡ß×€ ¨0É€  À @gZ€¸ ‚0N@ 6yÀ è@ÓÃ@/À“ÀB©_RYdÕv¾ÁÈ „4À À [‚˜0 @€ H`ð@, Ì2ƒ@0²! ã7í}„˜ ”4À€0hÀ0@f˜ÐÜL¸ì4¢ÀwÀn900–ŒP®ãCF¤uÓ@€Zl„°@ª ÀP€@= À‚I>C 7Á‰b‹&”‚‹,ü4A DÀ/f”ù p`(€Ð*¹A£Hh¥”RvÀToa»l€Ã¡¬§<Ë÷`€  FM ð@m p €f€?`ôªLRh @ €d41(&,&0Å˹l’ÀNäµ «¸#Á¨† `†$ €Bx Š‚Ð@ËÌ ÀvC&D€€ Qd"Z@,!à DÕ&ù  àN`ܤ„ ‹d¸°€œ–QÀ$)%@P”Pˆ&¥A‰,¡žÈp@±P)@€†„àAì)2@1T‘/–C~Š< Q•€¦($ öCYÁL9\` Š”LèF! ¨† p3Ð3ŽÁû.10¡äkú` k` ai4 ÁL #bÀ L €€q40 f´xay t€6Rp)°)Ö^]@ ‚€0@) @Šj`ø‹€€€: àÀ0 'ØÀÒE€7å, €ïïå÷x @‡P@Ö/à@ $°î„h þXI ÀÉ@&!¥˜rÃ’ÐB-=,€@Q 0`:D¨3@=bp À3|Bpià†€„ñ@dá€2€,BùiW2¢h(t“ &¹A€`–0ÔBå|4´§þYKq¥¼‚‡‘ª/¬€$À@׸0 Àà €¤ à ÈD0 € Ì¡i´hé` ÿ7èè$“ q×ÆÜŽ]À #€R…©g^H( i€ØzÀ€À _†ÓË Øô ˜’_F5,Õà!Zà)tà T°AéGˆÀ0&£ì0(<šº€PÎ*´€^°†€˜ –E’À²;%²Å@ÌßT>ðð@` Ð@Ë p@µ à€€”ˆ ,H 35(؆L| `®œ 0+“@ ‹I ¡› e÷J­|Á|€Z à‚¨°ÐÀ è°@A€ ÁT@ ÂF>!P¸°À :K mó‚h @?ÈŒš  ˆ@ € A¥ –Xj¡0X``ÐAé`‚iA™À–Ðp@€®œ0 (@`‹V²a 4ƒÃ9 4a…¡0BÆ M(BÌ1(/6ü0 L‹ ÙcjJY}?§’ß?¨±“›¸b€b€º!œ€‘à @LŸ¯êÀÁh„èÀ5À€h%@¢ C%]€–B(š€P ~àúƒv Ð ìœÛ5‰€2@Ž1Vð  Žàœ`@»+ÉÉ€P†ÄÑ,h bɬRP€Bõ&è ð04 }|ðÀb€$²¹ AÀ2‰ ;&†* ÐPV%R`ŠP &`,7†U\À€À@†h€’EÀâj0&<&ŸdVPFÈ„Ct*‚FÑEÇP°p%† ! à t¹4a@0Û0ωx˜’ñ,µìðb¹¦6>þ™ÁÔ0€€. ÀL À/'p*¸40X À@fÄ„C 60 p vPVã3J0A÷Î0ÀX $XÐ`  1"HZt‘€Äø `Å é40$a¤"݉’¿ãTÜ l@ À? @ nð2À€\M!†€“5¨é Ò ™²Ò–Y)H6éø @!H T€. 0©Ä ¬è @`ˆ ô€ì”޲P`0 z1X Ä4  Žq z°à@€%twxÀ ² 440 Ô>Y) Qhÿœ"±EsÀ…ùJ]@=  @; €3H €>J$äÌ™@0¹D0Z`¼†B¡¥M@RØaf\û¼ BhƒRM(°ÂÐIA{¡8Në‘÷)JN.R”ˆ¹JR"å)H‹”¥".R”ˆ¹—ñ‹ÏÇg_>úx G$ @° 4€‚Q45ÁÒÀvШ@@ÌlÀ˜J@4HÐ €€%Ù5É¡ 0Jv,0ódï˜D Àòµü€ @P (´’ºXb¿O€ÀhbPŒKªe –o×Ùð@­~€'ð$ À@ˆ… @t¨À`V–ÄÐÀrL1JÀ!Ø ʸœa4™ùÈ&“Ä ½ù:9¨ìxx¬>  ÀbP Ò7蘠,ñ0ëwü¿É¡¡©é•ýh Að.Ì(Á0¬¨ E€dÁ€ Áä†^5€v@€@aÀC‹ Ô„£òÉ£0!}„„™g @£ `’h @'œ`€npà! B€p@<Ø I ƒ@¨dÐÂ’wÀ`M,$÷%ü7†Œ%Þ0 A0p j‚Ð _‚@ì00@9@9 ! H`°€T3†€ÀLÇ +w8ë°@€ Ð@=   *€ `ü„à@@L( ÁL &HÎ@L¬ªéIÇ\(¼´šlƒ$˜ ‰ƒP*LIx°)ÐŽ¾’XÀ ‡Î7TJ Û@¿F €$ü˜À@ М@Òp @ ’„p„]ÀN`Jˆ  †€Z(I A «Ð@`@, @V @@À’˜@LP €€À@gñ Àbå(D–A@:@O3\@ʨ @4 bh ,‚ †€`°@ÔGb (dü@ @4€•þ Ü $Ç·‚h @ "f€@+Ä„A< À€h€ € @1 !œQ `;À€¨&,@g„#ú@€€ì›ÿx‘4ÀÒɩزXÐýÀ()(?OB»’ðÁ€O¥úP@- @£Ð #‚pp@3!$ €H àà@1tH@0H@NXoÙk1 Nà† PøûŒ@€* 8@Ä`@@1HXA À°@€Zˆ€À ÀbÀªRXÀ`0(XÎøåp CQ7¤ÛŠ ¯t˜2 A@0À€&"à&€ €L0"‰3@È\¿’rˆEpBúHê¼È€p@àÀ @@CÅ€8và„ÌT›†i „^&—¹ 6° @ @ À¦äÐè¢a, ’›t†'€Ä¬€0±5))-€¶.0a]ðëîH &f €€ž€€,r“Àèà1Ð@  À`¬Pè!¤²Q    Sú&3í}¨@¨@€RJ €„˜˜ #‰0+€€<  ; ! °À ‹P ŸP€ 0".ò`0 B° €¤ 0@@5vŒH@2 b ˆ\M¼à6ÉáŽPn›Ÿx€.l€ @N\€€v¨Ä€Ä`PA„К‚Èa¨Ä²j» m@ƒÚÜ @1` è,È ƒHHÃpˆj`Þü7€Ü™–1 _HbF7$_ÒÀ Aä)€ 5  a€(€v@vð¬†äð oj€5G&:w6×34 @–`@ÀàP@øIA€x¿P¡€ 0 NJ&!\’i`X™ŠÜ´VP¸¡b€b€º!¥á€‘à œ«æ=çíÏÛÚˆ¡€`€`[€ÈÜC/’P`@b ¤§6` ]ý„ ÁÀ)`À€Þ`Ä ÈI €Pðp  €: P ¨ Ë à;-``$Â÷0r€¿Çß- °@0 :Ѐ0` €`( ‚É©A˜ŒQY'¶ÖR`ª†MBJ--î„¡9Дs÷Üýͨˆ8@€U€©DÂB©» yúF+-'dKdo‡ßÚÁìA&ÁŒ @8 $( âÁX0@Ã!€f’ ¥@ €øh €L€aXþ¡«(hhBIXË’p@y €(%@ €ÀAX)¸hìnÙ €3 OHh‚ ph¸ùd”$ á¨]òÐÀ.d À\  €0Ñ0h€&!Aƒ{¤”²ý}”…«,úN;&“I¼0:A0°ÒË×ᥡ?—Ò¿Æ3f(r'€¦RýýHÁˆ5h#x c;H ˆàPà„p€ Àð€AÒM P ¬*%”žV@aȺ €¤ €`@3AD02M¸ €1@7fJ,‚À@LÁ¡ @aÒÁ¬RQ ù)×Ç „"iE†L , Ôr‹)(Ý•ÏBq¨æéÀ8¸p à LpŠrP€@B „"†÷ã6F~} T2B(ý“ (4%À Ä†>@Ä.Ñ‹åòXnünTX…“ï뀀œ`X@Mx„ ÁDiÐ P &b@Ô,!` u‰©à;ÌÀÃ- À1(þÀ@M/ðÔþ»É‚è 7€-ðÀŒp@ÑÀ€=  Ðà €5-œ€*Ì ¤ÀMË…¬Æï¼a)í‚¡¶Ç*  Á0øðP¢ŠÚ'†`ÝÏÜ!É¿!ÙjiŠ¿ ‚° 5P e@Ô0@-%ØðÀ À €` €$@T²jF€:rà˜`ha  ¸Ð @ Kô{p Á¨ À ‚ c€ € ´%tVð @4@`ÂÀâà „4’€,Ø„X!|$„€.޾cЄŸ·‡Fçíë À@`›@†èìPÒ”wÉ ÿæ)g ŽBGs×t à@R @TPÀhP|Ôˆ @4˜ €  :Ì„„@ :dÌ’±A¥l|4ÔÜ€@@Ã!€>@@¥% ð€ A0¨ðÀ€h˜ ÀNa+¤˜¼ò0·@Æ!!‰l«äÀÀ:jˆfQ0†€†TR‰2±{äPayz!¸@ À`M0 ÀL €è†„Ð(I…HDÔ ÐÄá‰Â½Š; °Â@n”ÛA… ˆIiÛŒ)i,–)¦a%wõ0@H@½ P ÁI`€T @;. @;è°À @0&€^Œ°` *€&ÑÀ fìM/Ä%’ž} À€@`;p @j&‚耘@ f I -C€`’hç€jj!ƒÚ#I\Àžq÷ÈÀ``hL !è„L„ÂaH &€ÀÀÀÄ )R AˆÊЇvÎ>`! R| é 2HDÎ~ ðo/w,µõp $b8ûö €Ú  À \$P5A¤àxp‚`p J¸i4  ``€ìHbÉ $kY-’›Ð. 0@»€ &H "€‚i ¼@ ~@Öpˆ€@ ‰ ÀLÝÊà–À  À@3â`¸¢ÎÙï”í´IHZ²ÅZ åCKp I€0 èNÈ<îRJ’R\’Þl…i<:ý¨ X‚( O‚°P@ÏØ c€@€†:€'&€4Ä5°`™œØÐ…`:(à(—eâi‘vÚ–  À†€1 `' ![>! biÿÿÍÿÉfk”¥-bå)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¿¥‚  +p` e€8 @Y` @‚HP@9'&˜fNÀVÀ:Í/ó¤1ÿ' d€|@ž €l@!@À&/b  àT4e˜y¡…䚨h@ À-t”4Õëæátë¹@L@€h  ˆAˆ!j%ô~’Kba5`8Fÿfi€Ûõ¬œ"ý¨Ð@Å @@žP@¶L@bJà„€ @ bܘ€N À€œ0” À Юä¢÷ü÷«µë0 I‚8 0` 7€Ä@‚pÀ@1X@ ÁPH S‰€:xPoÀ4+”Pß›|³/ [6‡žüJÈðth4 @ +’a 3 Š@À! C !þžÂ8@¨äÁ½ÿüy»À’b€b€º!¯A€‘à 1)!ðáË'_ÓA”X L‚à9 P  œ@M4Hfˆ†¤; â€@P`€a©p‚ÒV¾F%y€@®À$ÐÀ€p€@Rn @ Áì‡É  À¨dÁ€À!€˜„`MȬÃJ+ °£³{Ì¿ýá~¢2‰  € € €¢×A`T’k¬7–å^0ãzúÄ_ÙÈ@€Ì Ax"€N 1Ș¸4ð`' ®ä X…9à€“ À)àWœ0’eñ’JBx‰… ƒå)Ky\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘“+ä€ p‰“Xx°¨±Ä G9¬jÅXf>¢iØ5‡‡ÊDZ<.KááëQ0èšÃƒþcÛÕ¼’qìE¨ò@î8ʤ‘g¼Ý€YQ0Ô\|ž=Ö ¯À?= ÓEôHœ<Ñ4aäA̦’Næ(‹Q䎒jÏýˆþÍ Xš˜ZaÁæy)Ľ V|y9{‘ì~ýyDY {¬€j`j â@Ô¸ ‹À>€ª@ò=Är §ÔÀ›,ŸÄ_ûÄ1Q7ˆqáÇØqÜ(|^$ÊaLÀudXšÃˆ0µ»SÿÖh8h4œfÃêacï[‡DÐk(h†,I8Ð"ë'áâj`tCcH³ *¼-öc:/r(³\EL àò²ÖN\XÜëa¤Y#öp™$8 Y¦Ø@ ¬gv€©dy EbΣ›ü8‚>&¨å8PüÈõ0šJ;õ‘ÀYaæDÐá"øïŤ¶c€×Eƒx+ ©¬D"è±çÁ¨ ü_ Il9døšá†Tı‚y&ŒÀز¢DÇÙ˜ž,tC0Àó€õ04a§E‰bñ ÄqjRcY°ðÁ¦8P q:¦cÉàÅŒÎ-RE,陎B" 8 ªa b›ÄÖbš´#àÒ1x©˜ D0ýl³,|ƒÚ¢Šmµ‹jP ! Sˆ˜)ôpk¨â!ë9Ì¥$p¢|œ ⩼Çòä ~ÀF/ž,çIQ FÅ«€|*,Ò"TÀŠÀ3h5 ™W²q?Ž>g y8+ 'TÀè#€ÝÌ> sÈ‚GZ/`¥¸’@2©…¸ø"1ª#E¨Œ+À;ÇÇÈD5ž|ªf`Ј‡1ñ5ÀØ{…‡±DŒšF2hi°’=„“9³š—.á&¸I'òOånVæ¾kç#ŽG‰¸œ%ÂmKQ¦Ó¯\Bè‘  >u‹ë¬_X‰ˆ˜ªTçµÏ†!ÄMÈ›ž]åÞYå‡'NIT•j†¨KRÑP©Û·&‚Oœš >µ­¨âZ%Žöít¢éF…%¡ICÇ‡Ê  ;#²%ÐK¢^åí*R¥6M‰Äëׯ£¾Œl5‘¨fff<Ðy¡X2°exe^pÖᮆhgOtôÑ)¢P:¦¦jgÙöP¨nÝrPiÉB=¬©eeK)ë²0`-¬ûY݇caM2šg,rÉ>“æˆÍ¡îôŸIéZUˆÄ@€cŠ7aŽ(Ý£+­]l¨Ê‰y’ó:˜u0­È«r':tõOC83­Ú=5ƒXÄœIœ'ÊeÓ¡ÎJ¯9*¼hú3GÑ¥Ö]W7.nê_Ô¿Ìœó'!(BP‘‰vwgI„“ b!Çœz€„b<G ¤m&‘¤‡$ sæÓ¦&Cd>7ãuy^DQÐtJ’¤Òj)4jÖLV &+ ŸaŸŸa—AUÐU¹[r·.\.{×½vçn+Šæå¹pHÒ.#qºõÚÓɧTñäÓªz%RÞ%R݈bb¨ÕÑ«šS4¥m’Û&Ùm“„8@P8N4+JÖ“I¢Ñ©RÖ]û \®ýÐ.Uf&•f&y^GÆŸ1E‚‹,ûÙ÷kF´zǬŒã4ñ<–%‡ÄR©aÄH£LÏÝV&gî¨Ï”(Ï”(K͉m,X81`bÁ†b’)%Ùv“¤éBP^—¤Òi(” „¨Ê|Ôe>yÏ!yÏ!HB²¯C&†Aâ-ùò5("‚xW….K•iZbز¤© I£çØÇ ú¢…}QÈÃÈÃ÷½ÃáœÃ9±Ác‡wwwë~¸ - Fù¾©êxärÉdáÁÎu P:È(a!Wa!Ye¦Yh8@p‰1’c ’3g–y'¢zXÖ2‚G‘è:J%o7¯T£¿¹EAßÜ¢¢º®º­Åqgh·Qnxð=¤;HsG4y*’¦©ª°lDÑ€ (ÜnG#J•Œÿý² ™ˆffwffDDDDm´I$PPª ª¡‰bG9CŽPçŸyùêšz¦²›)ºË¬» .ÂÌ.Âë±¾ìoºë®¾ü±¿,oÇ0Çåshùmñb€b€º!€‘à ³Ê?*¦/nÝŸp•æß)/×·pªÝgGÍѹû¾ÍÑ׸ý$g¶ÜÖnÝû¡ÙƒY´ß>J;:·1A9·ÿì*OÊì{­ÖæsŸæãóµîýxÇu….Øú‰l·G [b™Ž"y=Ïæ#;Æê™¬íǸ¥¬,g » ÒU³ñbŽ_ä&u¨Ö#QŒäâ,P,¸Cç[çPÅçgÏŸŠ½›öîíÎfÙyc{öëãó›7ÏÑ’çÛ»2ºÁæÇ­û©”Û¶8'ôÈß6Y‡ÔI*fs î ‡œ<@#;®ÄÔIG­Fñërfpüs)ÅÙŒäa͉Æ@TI'n8Þqâœó^cV ¦u3‘k _<)‡1::¢Vm¾Ý|’gÊV;mÝþgÎ3©Ü‘ß¿toÜô/?2ò—’c¯Œ1JŸnʨÿÝÜÁÌâÂý(Öf7õ¼{þãˆ1Äz‰l{©ÍY?ÊîüóŽ5³¸ð¡PáCÈ$J8ʉT8ÆbÇ0y>Î8sc„Z‰õ0\•º”báôbû(yÊ[“°·µ5LÝÿFØ Fqpí÷̼±xìOv‰ôs1ŒÇN £ ˜¬(8~Ûs‡,ãÇ?4ëÈÜW'Ø÷äjÙª$6Öq>H¯Ö c`þ%[æGL‚6±ÿgwØ)´îÝ·ì¿ÆõgZۉ㯾Éù}“Ÿ³cÏßë÷J]בŸ/lù¶lÝÛlò²ßn3£?JUÿfÈÏû‡h÷dqfjg»î¯ºµe|üóFŸ˜>cº»º16ß'ôì§Ûoüœw^盀?€zÿgû„’{£þ„[l7#>d K÷ `Œí¸|{»™×S<ΕðÓÍcÖÁÝÙ¼Ã3¶7¿³­'ýˆõ™Õº‚R;ïÛo…ýûu²þ›Øäü¯¾7ü8>¾Ì¥o·ùÿïû3õ¨’µÇÿ¿íL^ÃrÒ1ÑúÛ¦weŽÓ”7Á“Æöq‡²ÂU÷Ù½!÷ûÿ¾çvïò’iãœü¦F}÷Étw”Í¿ÿîϸ§þÛl¤;`޵ðŽêvÜïÜ>_wçw|Z™Å4‘ÿf(Úf;ñùbŸÑó¡Â~©‰í²?ÜåÛà?þÛ¨çýM{¾d>ÈOênÃ;v59úúηwß29ÎìyƒþsV­%ò³çé?wû|1Ÿ~ûe¨å^Á4æÇmŒråõ¥Å0 j`â›ìË¥)AƱǙkQ‡*û~9‚øáËôÙÖgbt{jf'qDs¯³±8 cEXíþn¡G¬Œê‡·=À<±9QùB¾T(MLH¦<ŸöqGåÙ­€^~:9]òŒQœ(|‘ûðñ<´;áÎ8ˆáÐì&¦%F‡ '—d?~Äs\ñ'øX ^Ô{¡bãÚ¦éìûs?uoŽø£—:Tó-[²›6ýG ¿ó¤oÙx“ö¾mÿù—Ô+ŸïüÛ¾mØ!»õ«u8(à†êùi·ÌOþw4yÁçÔÉY¶8fζR¾Ù—·Vÿ·2qœoû÷oÑ¿Gó:Pi¢Ú|†ßŽ|­—úÖcåqôaø/IÇt`“•ú÷[㛈 ¥ºwâΩ„ŒÉFã¥ÿÛ¬_Çõl÷Ÿ`ög}ÿËm¹ËÂ=m¾Cõ ìÈý‚[8>[/}ßæØÆ9ðÏ›ål¦H¦¨–¬ÍŽn€gwÍ…,@¥TI#¿0H (ðµ ;µ³vÛ¨aÚ¢G9°RðµÄq0_'€þš¢R¾^uœ/¬H|•;²Ä©GI~ÌA°íGãvb&8@áÔ¢xý¶"˜a?dz|Ì¥"ÙÙ`5`9&£YG­TiÎ@à°é$¨ þGy”Øù*S ©ŸŒb:™äšr”Ƹ“d©Ï4ã¹Jvü8žw» ãÇÈÒT>¦ )k|~ÙdJ4 |•(áÛ‡ "¬yªJªÙÀêÜ×#Y‹Æ­–çñÁñÊqLN1Í ¢ªÙg‘ÈÎqÕ0^Q€5ùžß ' l“i¿±Êç¨Tñ DµÚþ9Y›œµGj˜r»w4•¹ñëíŒ_8ÓáÎäSP•G3å,m%yfv)‡C°ª™›»Šâ°¡RGÿ…(÷Xâ }aOÔΣ\x¨yöâ€?¥²òÃÕg(gS9¸ò=cvÙû9ŒçFŽ}™ÝœÖunÌ>JVë"áÖð¯Àeάe‡ª¦ ÙGž°¸?³„fÀFœz²ú…hK6ÝØÓ$˜G1³õÁu0Èç‘Z1[oû ”¦?r5¨áX=ƒb€b€º!Ëa€‘à ! Hýc”çf–¶µ‡ÔÄó¶ØWb |³D/æü‹ ØÏó ñüßÌxå÷©‰Î¾#…÷/G¶0áú”s‘{G/ vp™BØ (ñV µLWuœwŽclÌÌ4ÇP£N’£8‘#åj˜P¥®I‡?¶º¡‡ü~lãÏ„)aÌNøBä‡ZÏc„³;z˜•ãy:„:Û)FÆ4.Äe0ó„ÁKVÆ p9c¡£øõYÔ}Ûò2ÉÕPt1@P¼;0…1HáqîÞ¦$Ï„°ƒÍáÊ£{œ¦Ø€1N(á@nrÍbˆ¹T(PñÙ©‘Ê„ZÎqã…rsއ岰þææŽvÁäÿˆÃã××Üá j‡.¦f/ÙGØÙÌ^lîcqXóò€Ûßõj©9Î'0Sm˜;˜µ(BØ.Çã¾í%L~8ˆï@áç‡ÐçÜÒp5À2©ƒÖbùËÎñí›'ð¹&¬QçìÙ‰Íðª{…óÖã•ä­÷ùÎcÅÇsS8 ç=ˆ!î0à7bßakgv"u©°±j7*ÖÂ\Ãÿf ¦`Yœ+€º¿9AäqЬ¡ÁáMA✔@µ°ÌÖ¡ã×S6/,Å®|y¤óÇn Že,œÎp³Ô¸ãyæ/‡QÊflÄø,ŸS_fgì·hKc¹NÜ]šØFõfvwXþ”üÝÖ$øå|%ÎËÊVA ý…ŽÆØüõ2Y¸yáâ‰ÇIç|äür…Ô¾þNcð•?.–¼…eLHöÎà@÷©&ï¶8{±Qmj€Öi*©‡©öPð÷#ÂðãëPíf}òÃÜÀ9B€~«Çz™±ØÍ×Ô=ÎcuFòNìŸ$8üO"ð:u¨}LKnxqáVg~³¡J8]1î89rp¢¨ö0s™…·s$ÔÌS…¶ðSœ ˆáv£ÛQÑ뛞=ã•SG[™ô{å/;ö7R‡X€7T<ðªfÊ^e˜Ì°:ªn9ˆ§~v*”n ­KÃÕðŒîØ[ƒÅÛ S;›ÉÆGý°_£3lÊ'IÔ·ÿ`±oJªáBÀe Pà»`Îáâà ×O IX8Ðûøì‚d.J€=±ëŒ×ð.nP’DQÔ¼‘Ö(XPÞþ`pð͘ÕG€m ¸î}üÎP3€ØìbÂã0v=p8O÷ð&$qòG*9wÌpñ÷ð7áp6>WŠF`зð*€?±c‰ÇÁOo°ëù‚Pµ,XÂlÀXбáà.{ù˜4ÿÀ>lq€?±ÊâïàQ|ë™°ö ìMüÎáN :ÈÁpìB@ÀmwóBáP¼«n.¼"Çh~¡ÀèR€<­ü . V(u€ÐDÙ8uü ¬X«¶Ü%€~?¿ÅÙ*ÉËT“" üo$U‰„‹üßÀ„‘,ZÈð|‡w'0P0ÿØ›2€Wóë–,(u`pÂ5‹'½ü…cÀ> èÊRÀÝxÁÊG£Pò·‡þ©ÿt'å H¡Dû0{aÄh,pUü …ˆÖëåþè;ÄA·þÀZôGªþ9ˆ!ÄqomÔMx0øAáq:¼ mÇG]x806À…Äjð|À:Ôt"Ø:½;ÿÂ̘¸*/ñÕàƒ”.Ïù@Áÿ^Ìn2—Uâ@3Œ F«Ô>‚Á“þp:&:'WÈðíQÐÎ…W ¢$Oªðlâ,Ì @0‚ ªð?oü8p5ÀÇÿ·ˆû^8=€dÒ”uxDqP¸ÿàgÿŒUx( ³Ç‘`w€;¯G„D°˜êò" ó«Ç üu}ƒ¿ýx‘€Ñv8W‰Ì «T ßõ^8p2Àà^D<¨úñey ëÇG€ Uxи?Ú¡•âB€Œp'ÄPâux1Áð§ºñ#žQ‘<€c«Ä³}gü¸*¼IÀsàè?ã­âzT  3|€˂Ā}^KàÈEy#ƒ€6oßø€`ù0ñqD'Ë›ü]~ÕâæLÀÖ*¼\œO˜6¿¼LÁÜòpv\ ªù€ÌPX1€×Ì㇞Å~ÌÚñ6>10‘o'k˜¨Ð¥WÀ<áW^(ÒtÌÔuxpQÊ‚Ôñâ W @â5ºØ¯iñ€Ô"^b”dñ‚¢=‘@Ñ>€ÖP kب|D#W yñàlÀ@ÐQ°â¼@ÔØHî½øðj€jaãëÁØ:8g ¿ëÀæDã¡$pØò þ«Ì"!bào²=€ÊƒëÌ ‚€gu `Ý"¸T£ÕaÒ«ø/WüD”«y=ux;ÇM€YL@¯Á«þêÀÝz¦ˆ ÅÿÀÁUà†8pp³ZN€Z9¯@ðtÀ„€°˜?ëÔô@Œ:ez 3²€Pî:ßø‹ÄZð•/ü ðã¥W˜F€ìB @|.àÀkÁØÁ@v"¨x•î`:ô9ªñAà3€0þ¼[,ÿá@?±Bà"*¼Àkÿ„a˃àbÿ €]ÊòDpc-ãx@,‚¨ƒü +Øyª¬Àû¯B¬?ááBÉñ Êl ×°8ðÁÐ5טð'‚‡Tt `5ê¡çŠåo…^ð7Øêð(€ð›TÀåÿ²¼ð ‚ΑL@Uà†Ž•(¿àø Œ¯P€8Žˆ€z¯‚ƒþPès^ ¨ò¡ÀµWò Ö$Ýg¨¿âwW¨Sã¬:#É@>]€º½˜ƒr¨êò`ý¼;ŰC¦UxÐèó׎@ ÀÆ^(jˆ¡@3¨Àmà ^T d€ p‰ñH>Ixg§ƒRLå/ÔL²6 cTMÄÂúÔOˆh ¨²ƒ9gT±e eœ¨h™ ¢·Ñeæàl‹"&ò lH˜è ‚uE”Ë8µ$Ÿs 0 †C`ÐÃà†N€1Ȫ` 8øXèV€vWx €  ”Pª˜Ÿ—kQ€)ÀF?:&*~LĬMXªRYñ5*-~DM ?„ ©€;ñ†DÜÇ€q„: 8=ÄÌ^Xa*¦j‰¸0]óÇÀ'AÚD„’ßS ¤¨²Ð2¼¹%–6)d%€X3±&¦@À¸†  äº I}ÀÑPá¨!ߢ¦RVŒd»è°ÒLQ°HeJÉ@ *`iE ’” H †“@7Šæ@! @›€º¦RÄ0D0Ã`*_h£` ÉDÀ ø*¦P1¤–SqR“ÿ€¨iÐa°e”RI„´b}LTC´M Ð-1\ö€BPaH )Õ0 ˆ†$”|~HñKЬL,1)%|úÀ5€Üt")0 &(pEÈŠ„t„\Z$&Ôí“¿©€',î¥A¥bie¹Ó ¨­œ4·!ïŒQ¦kPÓ ’ôYix…€ÐÐ*MA)AìÕD@CǼR` @uòÌõ0²Z`è ¹@?€vK* €†|£I¯SÿkæÀU¡ƒ¢ŒÐ@aØ–þ D¤ø~œú“Ïþ¦i%’|PZ:-'Á†À€í(ìÜŸSvHƒCOÑ ¢öË‹/ïÕn€NMøƒˆÕ0 †“@7ƒJNÙqe÷l¨jpˆÎ8I•0†lI¦ DÒ’Ï—òZ(Àôàæqu040𸠖H‹);uÄÒËßE€5ÉÀÌë>¦à €vZ. 7Ñ\|¨aa‰&¿`áj©¥#¼œ@T–ç²:NñTÿb±¶Yõ†‘Pê‰/H€©þÉU×àÍSn„åQ$ ø$¢¤q0(šJÍÑ“Q ŒÚ&–[«Hheß6CVè:" ¿öТ=W€bq[À@5Q `ñƒÂâu@ÆÜtuÔ˜`BÀŒâ5AóèQÐP‹`ê£øY“w@Åþ: ƒ”.Ïù@ÁÿT>cq”lº¨ àc€ˆª¨}ƒ'üàtLtN¨ÕüàèU@ŒÐÑ'ÕA³ˆ³05Â2ªàmÿ‡¯øÿávúŽ`4¥P*ˆâ¡p=ÿÀÏÿ ª‚€Ò f™‡®¨]P¤ÑI à8!hZ—EÑ.•Œ!!ã뜇®s~£zïÔoW43¹¡žé½Óv#‘ˆäsŽçn’Ý*Z–¨*™fljØìt·:µ*ã$«ŽtšÑ§ Z4á9d­Ë%cr&äiëªzé4êiÓ5Fj X¹nL“%Åqd’ITªÇ8+®«Ð®º¯X á@€Å”,š‹55€ `9èsÝA:‚hÚ8qÜxy<˜ŒFË)aÎ+«8®¬\Zàk‹]të ¿ä%Ȩ *ç1ÎŒkÕ°lC‘³lÕµlX,ÄâN­)ke ì­”3±éB@½(HŒ˜¼dÅÍ››9âªxª:2(dPÆñ¼F‘¤‰"XÖ;e±ÄâÛKZµ©ñe†§Å–Ù÷[›>ëU®­t„7Èo›ÇñÂâ}ÄôqHâ’T”j¬; À0#Q¬N&³ˆÄüïÞ³ó¿zÒræòN\Þ„°”%„š‘µ#iöZ}˜Õ1ªc”Ç).˺^—]—c˜æ „ kkSƒ}N Uõ¸æ7Ñ P@l,ØYÚmv›V9¬sj–Õ-dY È1u][FѸÜQ(*µc X¤2=b’žÌAÙ‰›1LÙ‰[2¶gÙ™öfša4Â1lbÕÑt2L•iZX–&Ói¶ÛD¸Äc{u@½íÕñ×=:ç¢ûçAß:ÆmŒú~nŸ™¯^15âkÍ@ jj˜( ¦Ö›NÃV²}Fd½õ’ææ4Â<ƘåìÇ/sxæñÚ;¶Žê2ôeÚ¶µmAPZ0 Æe²ó™Ã¢cÐÿý° ªwDffffUDUD’FÒHªª¯ªZ ªòF$‘‰<÷ßžzëºì-ÂÛïà oÆü0¾ünDZà qÃ1~l®‚¿6WAaíH¡íH»Õwª .^¨åQÌJø•Ó&8lfÆ) I¥šTe_Ó˜æq8 ÁT©‘EèÈ¢ô ÒbUÒbU.&_*T"ÎÅœÍ9šŒ]¹ë²c˜ÖAd ³._—ÁPTÚmråÓ§ &£†“Sx#ûx#ú’­%[¢·EW§/Nš“5&nÜݳ93™Êr4£JEÔ­+2L˜”J,Yó×nFk·# °ndÀndÇÑ£º~,üXùaòÉH)¦š`Ø6B¤)eYf)ˆ—%ÕŠÍZŸ>»'þÖ]“ÿkð‚Þð‚ÔÖ©­lFØŽQ”£!eÂË&L}—ÙA—¦zc|ß3 ÃLÓ¬ÖG™1Á&Ž–à“GKõ-žõ-ž†û ö‹}ø+0VW¸/pt èB]eÕ|_$†HgÅG—5Í4š6•!™G±X̣خh»Jh»K”‡)ÆÇ¹ò%”Ý)»LV˜¦²k ì;§Zu„$IlÛ5ªÕû÷ïÃí¤aö¿Ò59Å9Æ¥ÍK ¶ÁmC†:¤+G¾o|øïŽáhZ¶«iÖu–Õµ_WìV'.P 4îVšw+U&_U&_XÇ1ŽŒŸ>oTÞ¨*0T_º?tx"ˆ¤gFwÆKÒó¸îr9(Ñvï`µbí°Z±vu‹ou‹oŒ[¶1tbæ1lbè¶ÑmtàéÂ*"¢À°.bæÔõ%IZF’§SH‘*Yc…œL±ÂÎ&Y®bY®a&rLæÊí•Ñ "¢mDÚNdœÇ…xPlsg6>‡%É/ ÇC£~ö 7…€E›ÂÀ'7ø'7ø'Ž9bªÅšÛ5¶p´ác4æiå¦ZJrº›¨Ž#¬»-F e3çïßÿý° ªˆUfUfUUUUDm´›$ ªú¯¥ÿ ¡ÍsF4× yèšjë²ë.ºëï» °ºìoÆü°Ë ¯Êüq¿-/ËLq2ºÉŽ]dÇ ìŠl‘MV Õ‚z4j¢ª!B,F¤j·ë~›I´Æ£þ:¥@Ê6a@åÁb@>©/€!$pp0ÆÍßø€`ù0‹Š ±>\ ßâë‚5EÌ™¬UEÉÄø€ckQ3sÉÁÙp6>«0€Ê 0Ì㇞ÅpfÔM‡ÌL$EC@µ€ÌÔèÒ«ó…]B…N€9€:ލpQÊ‚Ôñâ U¨ÐÞÀí@AGš|p 5…ÔÅ(.Éã…D{"¢|;¬ ÕЇÄB5P<øð6` è(ØqPUP 4@M„Ú°8ðÁÐ5ÔÀ€y<: ó cª€èyâ‡ù@áW€Æ< ßö: Qà!6©ËþeA@È,à9ÄÀtuPCGJ” ßðüFU@Bâ:" ê ¡ðP0Êj ¨ò¡ÀµWN±&ë=@Õÿ¸úªøëˆÀrP—`.ª1åQÕ & 0Á‘lé•Q¡Ð ç¨àQÄ œ `55DP Ô`0çÜ|¤È xü‘¶Â/åÀ8ˆËßó¿’úáþ=v>,âü\uCÈ>þ<=¸¿á~ª ‹Çàñ÷ñ:¢Ì"@€ÊþõFAªò_Åh*.þ ¨¼qÄøuÕ@hØ4y€¢4<Ö ¹*øT(oàj fƒ@^|oà| À‰‹ @ßÈ&¶þ'BÅ*ũ޲ E‘oàPcÿ„@n,ÿã”×at¨³à ûø˜°#Pj¸p˜àíüOHDù(œ_ÓÂüH™h6`ù”.ÞÁ£þOdh«ù€tÖaE¨øÿïâ Â$ꉿ @f¨h6€ßÄøˆ½Æ§•¬€üÅœĀà×ñðn‹õ""Àð a@ßÍ,Èøø‹0¼3\hëÞÔ.ÐûÀÝxz Ux(g ÌÙX]y„é@Ìq÷_Áˆ̦•_ ÁƒþqÞ_®¯:6ëÓW³‡ñ$X@kà Ÿð•äPî¼¹ÑÕààr:p~¯ìtªð€¨Ä UàáÊ”î¼àú¿Šwuä€g/ùõâ`Ä04ÿÀÇÿÊüêÞ7¤H @à¯É«ú 9 _F€{^3Ž©Uòx|€6¯nèðê¼XÀ`7«Á>"JŽºððrÿŽªùb)ä{ø*¬s*ÁŸþ¾êWŒ(u^ ?þå@@žE¿<w`Ùÿxµ€}pð×”ÈÀùUâ‚€QÞ@Eàìäˆ xxš*'uUâtT܇#׉ò*«òe¼ž&Š‹‘o?ÄÇ\>K=ü{Ü _ðžaR5x© Dx  À>»ù‰Ðl\‰§6¿™› Û4ù<ëT”õàZEE€ÊEüÍ­¤ÅØ Öê¶‹Ñ`É(Ï^b(yAm%@è¡ÀB¼ÄTêHpbȵæð"EýY*¼ÄT"I€-ƒ æR$H’(¥×˜‡©4XÐa¸µàtPqRL'ˆŠ¯1@Á Ö^yb€b€º!ðထà 1Ñá}’`Ãk°9Pò+ÉÐawé&ÂüE2l|Z9÷óxÿv ÷'ž 7ó “΋{öp Þ K5üD¸·¹:þf¸6Õ%Vá~þ.Í’Ô‘à,"E Ðªú«ÀÁ’&ƒH8ŒDƒ03€×˜Uit  2`Ã}yˆò*¤˜Ø£@=¯1*¢Ìƒ ¯1ùÚ©$A†ßÀ©Ò@<‹{"Eæfð*þbt™.ะÝÁªn ?÷ð>÷ÀÒQ«àpu[ÃÿTÿºù_ÇRÚ丯âI·’ò\Uþè;Ë‘ê¾dxêóT$‘:þ'ÇG]~ƒ x83€Ç@lqýx |ÄO2¾ÀµèpXðQ:©â@3Œ F«ÆÀe«âÔuy¤ú¿ƒ`y l>àt«ø?vŸçG'Áÿ¾þC°µã&@ʯˆþ:¼ÐoŽ¿‘Ýy@mŽ›Ç8¿àîþn@±×ò8òÕ~õâJ@t*:¼ñdŽõŽ·‹ôó|ÀŒuü—Ú½÷Ϥa•âçAW7‹‘Ü]ƒWüªý8žo¼Ü.¦ýWàê¼x“åjÞO  à»•_xq½@Ãÿ …GW—£«Á2;@D:æ^°p”×° #+à¨AÖëþTO¯ ×Úßú÷€u ´¾Åp7^¨•^ #YÄHs¶V^a:P3ÆÜ}×ðb³)¥WȰ`ÿ€\A·—ë«ÅκôÕìáüIøgüåy»¯.tux8ހܫÆG€{*¼ *±Ux8r e»¯8>¯âÝy ÀËþ}x˜1‡Ì ?ð1ÿÀr¿:·éP8+òjþ¨@èG×Ñ ׌ãªU|€^0  «Û€º<Dú¯ð Äêð@ˆ’£®¼<¿ãª¾@˜Šyþ «ʰgÿ¯ú€Õã ]Wƒƒÿ¹P'‘oäØ6Áž-C _Ƈ\<µå20þUx  Ô@·€€x] € p‰€ïö_’Zy¢idÄ£?f¨™e7¬t¾BÍËÙ^ A0´ nÊ TO€ª ›£~òÛ., Ä—ÕQâËÙ·"L»ù»ÃDÀ©3#àÈy›A!#"jH_‹}&:ˆ…ŠécàÒƒìeI} Ÿª` H\! *CÇD2go„›€±>!¸Xz  @r SbBÊþfŒÛhá‰q°’·ðR˜¢QCÑSó%…¨ó•í(úÔ¾Èþ!Ü`  ä$ŒZyœP.žÿø  …»~ðj }XéÎÛ*!“>~4¢[SBd €ªHC‰ð²O}€>€ÀQþ9/?ÁˆNîL% ©”¼Bßnö“ü™G`H-!èà: AcFçú¦À,ÿñÚ ,¡ŒÀ.€v’hÎÍ”’ÙJƒ7³Ä7LxeLÚO·xh! Àã´C,´»DÇ/§íà᥃2?(;TÀ€ÙIJ´™\j"i ’Ø„RxÖþÊ(”‚Ñ™êa40¡¹àÐÒ‰L·€NL8>¤3ðˆ0o%±K +±y Rêa ¢±pä!b`Žð É©ùš&?%´~ ÄÌZPA©€'±Pie„@;&'÷Þ 4rvþ̲‰‰&І‡ÔÏ iÐ q ì„où° ɽ´ŸÝ°‘¤ÂŠ@`/ ¥L˜Ð RBÛ~ðhgãrüšIDú tŽÄÂÊ-9 y¢ª¿8Ð {A…€[j€¶â)›Ä‘å2¡ VWÜð0 Л?ƒ à @tZ6JðõÔÀ KìPñ4…Ù!Ñ 5;í´œ¦/ø˜„o„°Üj8aj¦b.‰7„4”> ã|…èø ( }’Žâêg€18:à 7|µ ƒ Ç@€Á(dçdÔÀÐ2XˆøèiHb Ð@nT ^R ¡Ia¨áâGÔĤþ&Ì¢F´’Cü|Z6Ë2 NØ: Œ5û¨e’R&,¾ÿÈÇi<“ÀVE©€”HÑa 9ð ñhÛ,É)î_ƒ Á¦Ä„w€vCÐ J—ɩݘ[ÁŒÜžgË@öCáªS‹©„Ò'À†€ãÁ¤Ï·ÿŽ€bY{¡·‰‰Ü—  òPWÏjqu0 ¹ú95;qÄi(HÎú&áÑ1(ã_j’’ íS ¥#Êf“¼|5;`  Ë$&ÑkgÐôb±0²R\õ‹¨‰[lÇ@!%H,Oì ðâŽ?e…ÔcQòKïû\ªmМª$”žÔa\ɧ5¢iA¨FnVJÍQ v)¢a¸íŠ5à¤âRJõnƒ¥ÈõY‘àªj„€Ò'T @¸è뮃 AÁœ:`ˆ¿êäqÌ­€j€w µ€oª¢XP€_ª€Ê:'V GTÒ}T'¬ ‡è“‡<ªƒð0À® 'ÁÛêA§þ£&@ʬ@ñÕ4ÀcªDvØu(Ɔøb€b€º!úA€‘à !™¡  1ÓG8¿àî«ÇTXÐ «½D” €0èTuOAˆàTH@cà ¬Ø3y€`úðÀ-¸ê†@r Çàlÿ ÄU}Häõˆû¨`øxj#ÆCã§›;®ƒ0 Sª´ ðdX?à 8@ªGŸRµUgT‰ÕØ]H“ hÿªê¬@j²uG€þ{ªÎ¨•ÐAVQ,t _ðÑÐ[0#\ô™à4Œ2¢çAW4\Žâì¿åWN'‡M7 ©º>®ª<Iòˆ5  à»•\êoP0ÿÀaQÕ.$ GT#´C®aõØ8 ÀÊj €0 Œ¬ªÐc'€XÒ€ePÍp }ÿ«À:…ÀÚ[ÀÝCÕÒª #YÄHs¶VS Ò˜6ãî¼€lÊiU`Áÿ¸ƒ ]Qs£n©ªÎÄ‘`a¬³þò¤Pî¥Îލ8Ž€Üª2<ØéU €ì@•Ppå@ÊwSƒê¤€jR@3—üú‰ƒ|ÀÓÿü+€BR$ pW&¯T ô#ëF€{QœuJ¬€^0  ªÜÑà2'ÕE¼q: €%G]CÁËþ:« ÌE¿‰liäÈpøÀÅÿ|û íüd<‡É«ø–Ü©2ƒþþjd_Ä8:HU_Är=I‘î.½ýLO€üO°üYF¿Ž“@rþCà ¤Ðëù©müp{$ƒ"þ`è»’í_ÀttX3€È 36þDäßáÄø7õOû¡•üÔÀjþ”ßîƒþ\}Wùžu…ßÍâuüOŽŽº~ƒ y# úx |ÄO2®ðÞªþ9ÀÕxß©ñê:þi>«Á¸rÀÔ2«Åxàc·‹ûêï* À rU~7Ž«½g[ïÀû¿¯_J¿ï^Ttu¾ñÞî­áß`Îøà˸êxa°t+ÅðgŒ`eÿ€åý}}×ø÷O o€ <GŒ‡ÇOoÿ;¿çNªú­áÞ,ðêïéÀ+UýgW‘:¯äIÖ_÷õ×õ÷õ“¯ã›wõ^Rªò 3Ç[Ã?N¯À8;{~WòG\ÞH*¿}oþnR]ãÀïÿU¼ž\«þuáÊ €ÕåÀ9^x¢=לb%}…oðTN¿´ë€Y ×Û¯²$ÞUU^:Dºð’teÝ{è*¾¼D·—ë«Éwô×ùwWz{ùs£¯á r:úñaŽ•^5ÀvUy>ïç`º¯ 7»ù"tšñðĨ_ó…ú| `7ü'WµPÓþ¾€YÇT«ü°»¯:^ªò/¯àœ¨ë¿‡ñÕ_`Î^ «bt¨€½|€}u庯À·*èëùÕƒ7üñj`«øÐë€á¼ ðd•^J€;·€€xÞ=˜È xxš*èuât‡¶ªùò+ò·“ÆÑ#QÞo÷U䪷æ#È‘i¼ÄAdP±fE ÿõæPdˆ©1Uâ(«ªó ‘" ’dPy¼ÊEE]p;^b(PŠ©2>¯1"¤ 1Uæ"€ÜP0ÿÈ$#(àªóRÒ5ÈeyˆîDTUÅn>¼ÂªD&(8nªð:$4T™æ!⪠“åx™ Š I6G"^²Úñþ2L[ªø4¤åï^aU"¤Å y…EIÑR"â”O¯•qWÅ€{^e"‡EE¡ãëÌ¢«EI‘ëÆ ;R5xªÑRb±•æ"´†¨³ˆ²+Ì@úFŠ©2W˜T‰.(Úó üUHk ÅW˜ƒ"€ÔôT™æPdT ÿõâ00žK ŠøDj ·‡þ©ÿt/ò¯¢¤Ð¯*EÈaû ÿ—Uþgawóx㣮Ÿ Æ^Hè>žäqÌ«¼7ª¿Žp5^7ÇDê|@:Ž¿šOªðn°5À ªñ^_øÀmâþú»Êƒ0•_§_ÍãªïYÖûÇðþïëÇWÒ¯ûוo¼w€;«xwØ3€ßþøòî:žlÊñ|Àcà9__uþ=ÓÃÀÀàO‘ã!ñÓÛÿÄïùßÓª¾‡kxw‹Ÿü:»úpßÊÕYÕäN«ùuƒ—ýýuý}ýdëøçfÝýgW”ª¼¨ ÀñÖðÏÓ«ðÎÞß•ü‘×7’'J¯ß[ÿ›…Ô—xð;ÿÁUo'‡W*ÿxr‚ ÄuypEGWž(uç؉_a@Ûü¯í:à_Ã5Àvëì‰7•UWŽ‘#î¼$w^ú'J¯¯-åúêòG]ý5þ]ÕÞžþ\èëøhŽƒþ¼d@c¥Wp•^O»ùØî«È îþH&¼|q*—üá~ŸX ÿ ÕíT tÿ¯ _ÆqÕ*ÿ,.ëΗª¼‹Äëø'*:ïáüuWØ3€×‚ªØ* o_ ]yn«ÁðíÊ€:úþ@u`ÍÿüZ‡Xêþ4:à8E¯(<eW’ íà ^«Ôù»b€b€º!¡€‘à 1&AÑáÖ­Ü€ p‰€í"’Âd–‰ûV滑YHßÎoQ2Ã7´B+o÷IʯóÄÜB/”KÇ,Ò%Døh!#íÿôû., Ä†©ãÈ•,5%tdù¿Üý Ù1û¾ÇÄ2nÛæ!ÖÀ2ˆi!tbß7aî³¢Dó âCË—´Q1%¸ÃXúiR~Vt$À“À®$qMHD–„›œ¡ @ƒø˜þ Äæä ˜rWãù:¾Í F †w²tBë1@ÅÇãšjgðHÁdp!c³@1è§pð¨öGG‰c4ô…°f&¥jO ÇT ’ÖŸÅÀ;(3toÞ Ø5;ÄéÑ4™Ðÿ¥¿Ìê` À,(ÀU$%p膀Äã`ñ3ö9/;Ä‹GJæêdl¼BßnçëIéà PH@ ¤%Ú )$±¹Ù˜ñu0‡‰Ïl<Ø44¢S,ðèi&üŸ†Yd¶1¤gW€NXX¯—Ëîê`Ä-öïÎx`-}P%0 ¢e§~݇A‹ÿà@ÃPB oÐ!aëz˜~B@»û£·€3 îùæÄ2pˆ1» 'èP*Pf) +3™‡uÔÂiDÌZÍ‹,¢WË€NqÄ‘4C!Ÿ¤óÈ¡¥€¢>Í âj`h``×îqØG7ðÀ¡ÜÐ I©èfç‘ Î4khbJP$HuL8ˆYC6€vL/þÝfÀ'!’8˜3>ë€1,¢’LQLGS=¿ûmŸLl@¢áÄXäÔŒm"EÎÐ¥‚`NqFTÀ€YŒ€¯!6ýÎÏ•Âp‘ði$$^&q¸Ø€ÂÉ…—ƒ£qêà.ºÀ@”HD‰D„«H,}f ‹Ç>Èðë*J;|$ Àüê€N‚iMŸ¬@è¢÷íà€À½±hOÛE©€–¤$(-Q4™ÂX|CKBs#Þì—ŠFRÍ€NY4¾wß ÍŸ6¦?h W«`&F€5¸`þ“SºB ”LÛ¾wTôa¥†G~žÊïÅÔÍþÃà ÎÖrà 5Öþ(·e@€Á%lÕù¼uL&òi|ï_Œ€cùY{!)¸\M k‰œR>€†'ËÉ&âNú¦i$ñ<b‚BU¬ôñ$ìC:Ðd€d€º! €‘Àî@ !US¡j)R•EÄ\ëzÒ‚³Y%©ÓnÞ3ãkñ‹5ªU»ªU»Ã•¥&#·;v¶ki{—·YÖ4MjZ çÞ½m®*¶Ç×`±à±ñåÌysªTáØ®mYÔ4ƒH§*r¶-†I’–¥©”ÊFùó÷îmþK'6ÿ%‘õSõS(JºåuÊÌŒÈø=áÑ¡%ªZ–]eÜg˜ö>K%’IŸ@j„€µ@›Z¶›Z¶l÷=È=pzÞ]åÓ¤} ÿý° ™ˆfvfffUDD3m´‰$¯ÿªPª¡Šb‡=TU"~Ÿž{j¶«°¶ì-¾Ûíºû¯»±ºëïÃL4Ç;ñÎüqÇq‡­&N´žú"ßDAâßãÿ²Š¬\¸¹p›¡7<«yWHt†¸.“¤Ôj6Ûi”Ï T¤eÍ6É—4Û5¢¾J´WÉt±¥ˆ*Gº£¾A\‚™n²ÝÕ7ªmná-Kj…ªÕtº]ÎêT˜Ç8fÁ&›˜VîJrÝÉNNµšu¬Ým§5§|ŽùNÍš‹]¼õÏ\- $É6k4£Q JÕ©Cû=I‡ìõ&-æ¼Áâ퓇lœOsŒmhZЄ :Óm¦×ˆxˆ^IRTÒj m¶à@„ WÅV]XIí É=¡ºMk’k\bUÙ%ÁîƒÝÂÇ…Œ–©-NJä«*ÊÞ·¬Æcm¶ðx4h¥R›URmTqI9]Õç+º½^Tªò¥2­ML’%9ŠòEä§*r‘´n^—›m³Q¨¬Vzök_EP|yAôí§>´ä`Ù#É‹ ] öéíÔU¸«v}¬ûA´X–"†·…"’i4Ñ¥¬Bò´XÊÓœë÷s~ëÔY^¢ÊÅê²ê¸Åq%ÚK£$ÆIº[¥ƶͳ *•H¬W~õ®Owõ=ÜK׺{B÷Ohlà¥g"þ ¾ §N2{ä÷´°iae–Xß·æé»3™´ ¤Ò¥E+[ߣ[~ŒŽÒ¸QÚWFz3Ð[Åí¿I>’D× ®ë÷×ìR ƒM#IH¤—K‹ÅèpÜë[jJ#½©(ŽÜØñƒ›0H ¢E(Ä9àÞWЕô/*^s(æR¦je¤šHË2ÍCRY–GÀ¿/ÉÄç>÷šžŠûÍOdËôäËôèQF@ó<ìRX¤R^¤¾  Ù!ÒEQ`¨*o›ÕEQ™fYl°Á“&™†EÌÃ"‘¢å‘¢åˆY¢k6 ͈yºó¦“M%—Yv$"An[œwQl+ Åqbq>|ÁJò Y%y,˜fÚ˜fÚ¢}˜ŸfØÚ¶6®ë]Ö½'zLY‘]•Ù_×ŵmUÅpÔ5N+8pž'åBÏò¡abš!bšvF’fZ™–že¼Ë«#VEâÞ-£0°,WÒd™l[‰EëÛ6¸78ÿ\œ¦¨f¨fÎ鳺”¥n ÜA¯)^R%¢ZAähš AU¥iÆq‚¡VléR`Þ1L0o¦¡à[¡à[)VÊUÛ•våP‡¡d ÉA^•êAd†uD ˜%½oRi7ï×.,½?Þ‹!mam^»7®Î€.  ¦§MN®\(7qLÀ{ݧh^›&ɲl¡0šõëVÿý° ªˆUvwfUDDDD‘´’$¯ðúú¯¯ª sŽ~áš™©®ê뺻0³ ï¿ñ¾ü0» °¾ü¯ÊüqÇñÓuz˜C„x$ÐxšLN)/Î “K+¡‘Ü:+Ÿ„˜ðh-ŒùÛš³ê`À¡Þ95å©(ýÀä w=R;»À†’`JX]L&”R_v:Í$„ˆð@o¿m‚Ä@¤ âb]×=FF&3Á$`ÔDh!¶Øa>ÔäÀ&¤œpØ €è±x£ƒÀÕD~J[§õÖ:ú¿üªmМª$”0Ü9à IAœÌ_x†MÅo¹Hëp°ê‰fÈ(æÐ&—¾ƒ× b×ÜØe^ZlŒD­ÐuupEMâuDøè뮪¤Žƒê,Ÿð1Àéÿ47ª©@j£|tN®SIõPn°5À ªŠð:ÿÀÆošT€@äªéÕYÓVtÑÀü?¹´ªïR££«d@ª;ÀÔ°g¯ôyqÕ |ì*/ƒ8 c/ü*¾·V=Ôì‚DˆÕY:6 v\ÈõMZ È°9ÿÀ«ª@JÕUR'UH“ sÿªé«'Tp º¬ê”ª¥@f?Ž‚Ý:¸g'*’:æ’'J®újéº:hð;ÿÁU ®Us¨r‚ ÄuK€r*:§Š#ÝN±¶=¬«#ßþT2/øÝl‰4ªª£¤Hû¨I:2tª×ˆÕÕ$uÕ5kšž¥Îލ8Ž…@ÁÿQaŽ•Q®²ªOºœ9ªÝpQðĨWƒþá:­T tÿ­²£#êUhŸS¥ê©‰Õ TuÔ±Õ[p‚ªØ* oXúê[ªƒàÛ•tõH gÿƒ"Ô:ThuÀp‹RƒÁUIPpç¹Å^b€b€º!Á€‘à S-œb€b€º!)!€‘à !î_ˆ xüz¸uüwñ~®þžâu²Õbþc¤?¿›\/ÀשpUÀ…üÊ ‘V>@ßÀè ;"êþF»øÕXô@ŠºwñJ®þ¤\‹ù”O‘ ºÊ¿‰Þ®‚¯â5X‰ÁÿAÕ { ¿ê««øzŠ2êõfqW"LåîŠ ¸_ˆ†H¹þ Šº¿ ‘"ÄÈ¿Ñr `®.þ ©"EüD©\8Ò%ÿÕü@©WH­üŠÔÑp«øõ"Í‘¢ªä_À·ÞF©#¤_À¨2‚ªêþ ‘fУ÷ñX?è÷(D¸7õOû¡•üu`5@0ÿÕßîƒþºŸ‚/æñ:þ'ÇG]ÿU$tíyë4@mÿÃz«úëøß¯úuüÒ}WƒpTè³¥Wßo÷ÍëUÿN¿¬éþ³¦ò‡ÎíÿéWýïåGGWØÞþW¨2ïý…ÜuüŸÊòap¿¯¿Ýuú^&*¸:íÿâa×üÈ÷ô×úàÏ*ïé×+Uýg_ÈWò$ë:þº¬^owõ)Uzη†ÿN«ÞÿÊþHëŸä‰Ò¯ûéþºèé½u¼¿®Uÿ:ðà ‰Ž¯YÕç€nÿ@v¯ü«è·ðη/ʪ¯ëéá$èË»ûè*¾‡ÛËõ×òG]ý5þ¹þžþ\èêx8Ž…@Áÿ^2GŽ•à;*þO»ùÝW»þ¯æª•øoøN¯j 9ÛýuåéWú'ßÎêþ’uü5Q×,uUÞ ¨H3€Ê€8×ç-Õüw*Àg_B ·‡üZ‡X÷ñ¡×`×””«þP÷€ƒ”\b€b€º!2€‘à ‘•X b€b€º!;ထà ! !ŸŽ\È xxò.«ÄéUâü€½×’®ÞOD‹¢-¼Þ7EUy*­ãy…HÕâ¢â¯0¨2**.&(Úó(¨¨2. >¼ i«‘^aAÒ$A‘qUà^* ¹æ"¤5\€«ÌDˆ2D˜ªó ¨©ù1UæU"ÁEy”P”$IНäEIp`Н2Šv"EÅW˜‰ Ƚ^àÈ2LRMøû÷ àZ&¢€>“#טT‰&(Ey„È­",¸ªð9Pø¢ € ¢¸¯10Ȩ¨¶ƒ—^cA€TT™úø@Õx0jŠ“!æ#E5E™kÌ*DЏ¡Õæ@r*D‰&EW˜„ÅHÞD˜¡õæ@ƒ*EÅ ¯1d¢€>>¼E.G"WåoýSþè_å^%EÎê¼H©jÿtõÔü7‰×ñ>::ïú«ù# kȇY ÂoþÕ_×_ÆøèÓ¯æ“꼂 E*¾ûx¿¾oZ¯úuýgOõ7”8woÿJ¿ï*::¾À÷ò½A—ì.ã¯äøW“ €åý}þëü{¯Ðºñ1T À1×oÿ;¿æG¿¦¿×x°‰WN»ùZ¯ë:þDê¿‘'Y×õÓýdêó{¿¬ëùJ«Öu¼7úu^÷þWòG\ÿ$N•ßOõÓÿGMë­åøur¯ùׇyüLuzί<swúµà¨_@-¿†p¹~UU_O 'F]ßßDéUô>Þ_®¿’:ïé¯õÏô÷òçGSÁÀät*úñ’þwWô“¯áªŽ»ùcª®ðUBAœTÀî¿;ùn¯àø¹V:úe¼?âÔ:À?¿»Þ¼  ¥_ò€@¼üÓëÒd€d€º!EA€‘Àî@ !Œm|¶\k)©GZÇ5ާªzCPÔ•%I’gÅ[VÔZ,#çõ¦Õß«jŠoÖ)3ž 1#LJÀ5€a¶iªj†¤@P©j..Ý çJË¥GåŒm¨:åµ\Ò÷4½ÃýTþR¤k ÖŽÈì´­(ê:|Ÿ0\ä¹1¸Û÷é“BçBE¡s¡"Óµ…Rv°ªEA@‘™+dŠÅEõ=jzßñ ˆ!BT”à8´m”ʇ ãÅ(˜ãZLqŒ-[È¡ky,·-ÆjŠŠÆ”>ý¾£ÍGœÌLÁšf·-Ì_¯kÚ&‰´Z/ß÷ï{°ÇÉØcäŠíøã¿sµMA°NçÍ—beØ•Yª³×mvkšäqJ湕¥k%’¥JtÚÐÿý° ªxDfwfUUDDD‘¤ÒH ðð ª  šLäΊâ‚:§ª|.³ ¬ÂÜ0· 0¾ûïà oËòÒüt¿rË,1Ã0ÇL+Šè^ÕÅt/iˆ‰Œ c¶ jœÅ9›þƿų‹`² !¬šÌ]å»LÓ+Šä(åí#—6,KÚ@Ãåí a÷¦y÷Ã6ú»õz4 fT)• ž=:®ªækfµÝwr…µmGÀ‘îŠT)V­e9z2œŠ½á%–ð™k *­ZäÄy4GxŽøÓ6±k¡¨@$‘$,‹2nÜ¡¾|¥õaþRú°ÿD’|D‰_+ûWö«ƒ×q‚hª‘U:¨áb”eWUÆñ½GRº“䫾‡ áj bðµP1`š`Fæµsªça Âñ­‡}ú9ôq `B˜9s2Ó,؈Ø6«ê£gyߨEà ¦Â6Ó a<%R>U tè­©[QxLmÕs^æ½Q„éÎ] CÒ62ŒVµ­´•ÔMûù8œ)ƒ.ÎÁ“œtžAuê <Qr윺6‹")è+ƒ9`€­É0(3(ª#deÇwÔ©6©Þª›TïUV¨ØvÄf!ˆcÆQmªß±g©Y×ë/©•hY„™D‘X–'F$|ZÀÁâ)Ó† £6QÆ› ¶ Š»"sOFž”\h¸ÃmÙ3‹5"j¬ÈÈêpËšçJoCRÊrˈËI_?‡#QæÈ‘¨ódc,ÁãVPŠc”Ç"ÙÁ´¦i)–Gø¯è¡JYÑ¡UÄ)}KA†_!G W ëpÿý° ªˆffwvUDDD3m¶’$ªZªú:ªb ””A%‰øc~šm¶ûo· 0ÃsÇf}UŸEfÁ£Ù%ÎÕ±D˜Uõ ‘¬FÝn5I``£A“Õƒ ÉêÁ Ì¹³Ù—7rpº—®Dĉ‰1rm\YcÒ³³c-µM >x&GY-FÛQî.\ç —k˵‰ƒ¬ûÞuŸ{Ú¯Ðëž©:2t‘u]Bü¢¶šÛ­@ 剆&ÙKWkºm[´aÃJf]Í“.æ‡DEÅ܈¸»˜'Á8[·$Èù2=M;^{˜{hü?)²XÜÀ5ÔR«ЧˆCVótcyº1‹+Œ°µq–“\pšãažÃawL‹i>æ>,âÑqWß§éFͦÊÝn×+zaHôcŒ :BÆ!zE™ïH³=@†:1èDP¨`-ך`Z\CK3h±ÂpRúìJ©ftzM[°¥)æa,s0–OùIñ¿)z*{ÑO¦be(:”ÇDã4XVu¹v.F‡]ÏI¦Ó $qγÒ:ÿý° ªˆfwffUDDD3´‘$ ¢¯®8¦òŠIE’Qi"’X¤¦›ñ¾ü¯Ï;òÃ\±Ó²Ï ðÇ1Ë<3ÏrÃ<²ÓñÏÞ´„¯Z BSŒ~JpÉFx«Â8PŽR"7Éý<´†xЍ^ "´¥¢‘R‘9Aœ†µ¬¾¥¡Ö_RÐë2;*fGe+•0T‘eéÑ‚”µmjۄϧ²®lÁ0-˶~:Ô‹õ±Âè@1cšÛÎ’ëUçIu©¼¢·€Ñç•M9–JeZR8ã,XX!í^P1SDÑeYjqIx½[µ¾{¾­k.`—0 úZ¿C‹UÔïz´ì,=”¡)áQá_ó®Ë²á‘”Õ5JË%2&#CTd¤i¹d 4ܲ”ˆ>ò‘Ýq1‹‰Œ¤g©Ô›%ÍÔ—ˆ.á­GVâ$äD‘4Áhö¤¨b€b€º!N¡€‘à f—b€b€º!X€‘à ~GÃb€b€º!aa€‘à 1z¡&A—þ˜€ p‰€ïoÌ'Å–Œció´MI1%a½™Ç¸º‰–PÓÝ…@1ä,Âéö>&âai϶cÏZ•à*€ÍѸùÔ|YA‰/ñ„úZ2;in¹?}þævT4L †!ñ°hnÛí±„ú–Dy3¡?æìO‰ €Y¤'ì|YA‰-ÆQí9¿ØÊ>3€ú` Éœ#áÐ!ã¸Ñ ™Ù,>97qQ\ ¼.Ä P^ÌSb3gþ¾Í‘°|pÄNˆ]ó0Ðr˜¢QG~Ž Ç#ÔÏàŸ…‘`æmï (fZž?V€/! •ƒxî’q¢ž T§ºxÐA3t;Ÿ씫ƒ”E¯»+°±Q4¦éîQ/ó„‹bLˆˆàò-±x݃à àÇù–æ@â^îJ#Ž©œCÄÌÙgé%ŸÄøãE%,‡8â,‚ÆÎÍS ¸…ÿøÁfÁ¡¥b=Ì€b’kvØÑñe–4ü>Flñ !9 æ s‡TÀ+ˆY·sðèx„{¸0tM,5#~s¹`Oÿn>IJ‰…7å~ @š˜BC)ð|ê}Ì€5+ô¡Ã Ò$8ƒgݺàR‘ŠAhÑ•0†QCw[. @ÏuÀ1!8˜ Sðˆ0o%±„41&nÙÙv¦”Q/u±‘ Ũ €NHtrj[mx®ž5°Rà qA˜™‹J Î>¦œ‡& ,¢QÇpÀ1&'÷ßÀ'!€ã ƒüò̲ƒ &цs¹¬xš˜Ëí2Þ&lî(ƒR$À' OB¯Õßý´Š@a,´9¶¦Å$$þ€¯!mœhó"Êü——Ï\ŠI ƒ;æ\šQeœ‰&Ž:ä"š V€3(€Qgh0#šèCç‡øÕð‹Ì$ îßqÐ*nÈ853ó] °8>/l”'ì%U0RÒÈâ"i ±btC&—“³y»}ÅÅ! æ@' À£î¤6Ëz˜‹/x$>ÈÚ Ð>,7â™Q1¹Ápä0Ô“Ü^8ó*g—ð^ÍŽ;¥® Pø â‹Îà€ë£d£ý¹•07†¤{@ ì"I1 bp¡Kƒöd@ÉŸ4hj?ãÒ¬ S>I,O€1AÈt5?ü|Z6Ë;eE'lØq8¾A-þÎ-ˆäJˆ$²JD‘m-ú~7Ö;¾æ "ÔÀ Pr]$²JDøø´m–vÊ’’Oøçƒ6ãSØD¨J³'v3w0uL ñ4†œ"¡‰BηƒC~ÿ}ß0¸¦ÿÀT£B¶û¤Ö=Bˆõ0$"GP*~Æê\M NO}Ì"Á‹.*jQÈHÙ9Æ!OØML89!ÐØˆdÄänýƒ¢i5;³ ƒ »úøù†ç³8±50šLÏlrGöýÔ¢,CKBPÛš81;’СËc î€ † ÎÝOˆÕ0 N~ † nÍ€î3¾>Ž! ÝÀ?ƒ:>ï´©E”ÂQ}™BqøÔÀÒŠHܯ˜|ŠI ààÑ¿dà ÒHH ¢gu*zVB …ä~ÍÜpuDH`78 ìÇŽ€BP*BLQàèd' N)Xý¹Ô@]¥°÷‡k 3TÛ¡9TK(“žÔ”WZ‚ëç;´C &ŒÃ:ç6¢@£#/ ††º°YFA°Ë¿ b¶ð>·AÕÕÃÀíMâuDøè뮪¸uH‡Y Â47ªªêñÑ:ºuM'ÕA¸*ôYÒ«|¾jÕ]:«:jΚPàÜÚUw©QÑÕ°½Jõ¿°»Žª@åI…Àr«ëucÝt.¢b¨€c®l@ì:¸NÕ4‹•sJÕUR'UH“£*ºjÉÕ7º¬ê”ª«: tèܪHëšH*Jéº:jèhur«C€<€~&:«:§€n´fÁQ:´Ú†pºÙ¿æ•UT¨UÔ8wWÑ:Uh|5uIuMZæ§©s£ªð9õFHñÒª5ÀvUI÷]ª@:ë„ꚨW îªÕ@r³KÒ«Dú‡URN¨j£®¥Ž© ª„ƒ8 ¨€Ýs©nªnTJЃ ȵ‰Õë©@J®Pçè4_»b€b€º!jÁ€‘à [ªÍb€b€º!t!€‘à !BaÿüÈ xý)¿¥-Îþo`Cü™Òbü^‚À}wõð¿4º¿èÍ4"þ";C Ú¿“6MüAR¸ˆ6¯àn͇I€üWû‹¿ŽquÇEÕüpw$aWñ05dº¿‚ªáÑwò`ù7ññÑ`F¯à^4^¡â/ðÅÜ/ɯé.þ pUA²¯ã¡Òuq7ñð Ú¿˜Ðípˆ¸4ÿ¡¸»ù¥™ ¿“ä™ ¿‹«‹¿Žþ.:þ: _ñuØ]Áµ&Ù:þž ýSþè_åJoæ—¿Ýýu_óx㣮ÿª¿áÕäN€í¿øoU]ã¢uÿN¿šO«øg¥_ïƒÿ|ÿZ¯úuýgOõ?Êw?éWýïåGGWØ9€ßÊõ¿õq×ôÊôËúûý×ø÷?ÄÀÕÇ\ÿˆ‡UÿM¼Š®ßü­Wõ"u_ì]?ÖN¿›Ýýg_ÊUYÐ_útå$uÏòDéRýtÿÑÓýt?ë•ÎþØñ×õ?»ýÙÿDê¿áœn¯òª«úûøq:îþú'J¿×õ×òG]ý5þ¹þžþ\èê÷ÈèUys¥_ƸÊ¿“îÿµ<€ußð5P¿çÿ ×öªŸåéWú'ßÎêþ’uü5Q×,uMç*Uÿ;ùn«ÅùP6Îðÿ‹Pèë¯Z¯ù@ Þ‡‰Vb€b€º!}€‘à º†b€b€º!†á€‘à à1˜d€d€º!A€‘Àî@ !Ç`Ñ2šVž;sV|ó²¾yÙbTrÌJŽe{³+ÞKZòÔ¿wKfHeÛHZ†.ð¶.3 ÌN$ù±*Ùcé{ß9:¶–;[K’Ö¢BÚÔ{;Øßv'݃…Ö¶L\:šÎ4Ò n è™b¦ÔGåΕ=EÐñÞ¢èxíù»]¿7kÉ… L(Q7,mK-¬s§&N –é+«ß-®3 ‘A1„£QòXÏ´¬¬ S6V©™!#`ÃèFYB:å¬U{TU–¬1‘t(é‡xˆ2K2Œµqº•ðåg5bÅÌ¥1î¯,x÷W–<‰u_‘.kí®rks”)Á pEË”.Š;.„áK»±ì…c8ÊÜM›q² Ù³#§ƒSóSÁ©ùøoæ¿ üÚÞºUóÎóà¼ø\"´¥5<éåÑ]àJEBqt¥Ûm¹°á#3‰ÌƒÍÄæAæ”psŽg:rzR’ÊX2Ž¿«²6—h2¢d êÇ7ÑJ¢ž‹M–æÍt+êÿý² ªˆfˆwUEDD#3m´’$ ÿ¯ü¾®ï¢Í,³KI(¦Ž)£¢Ùì³ 0Ç´Ç<ñÏsÃ\ô×<´Ë,²Ï,³ËlµËM1Œ‘$ØÆH’b”rAòŽd5!´`/MŒ~…h:^4»K‘qeZ‡l“!3™¼Ìg•훂ޤYªR,Õ?FµŒèÖ±ž2'p‘>|iRãÉZÚUº”{6¥šÞLÕtàGØcêŸG°WË-Šùe»9ÝØÌðFgõšýW)U”d2ع‡4“hº¤U³Bí*–—N“i§I‡4¸¹×#æž±SÃ3M¨߈Ø!<–Ia}haÈ .ƶ7:Å…$bU§¦SOq ©§¸î' ÄásÔì·@’gl¦Û¹ìByIØŒ†!AFPáEäm‹ÑèÕ¢×/’¥Tħ:o¢S7Öû>¢ßgÔD2$™­OÇÝvp®-KYã"r{”;N摚Y’HÙ)$Òjãåi˜ÂǾ۱cßmÙ]*|«¥O–±f5‰1/•ju­pÓÙ-jµk@òQŵ²j^’ƒa5[†bê‰5\M)@®&” tÊ™C‚çñ?O j¸S©Ç¥sM­¸––ÖQ™y2¨#QˆÃm·$Ir…e„KeØB%²ì з\ë2ti“œÉ¤ê,¨[’$ä¦iu ¦U]«šÉëhÒêf2Õ.¾6Q“ÿý° »™UwffUD333m6Ñ$ ÿh*«¢(þ³ ]%ÒšI¤®û0Æü³¿<1Ç,³ÏL³×=tÏlóχ¶¤}Îê‘÷Tˆ" jŠ›c ßB{–Åzi•DöU«h·qµ#~Û«GH„sXŒ}g5ˆÇÖ\®¤ rº;é_ XIZFèº|ܸ©‘ÆÛ}hŸèÄ*+^š9G1ÝÞâìÓ8  $"Æ (ñõ€à I€@4€¤! 6‰10Á¹’J,ïñ—)JUEÊR‘)JD\¥)r”¤F_ØØ/Ü¥Ö ` À;&˜d2a\Å'â·a®yÕ€tô0 0:@BC,›ÐMFA,ÌÂ5 ‹€ Ée€’ÆžÂ/Dp ]€\´´`ƒ@€¨, ”’i``Ü®¶dYм¥-o:å)H‹”¥".R”ˆ¹JsD$½Ú  %%8  •Ó€&IžÌàÀ;vK°`gØû¬5Á(p RC@Ȱ ‰œ4n㯋JÀ“@/|`“r1d0ÌZqJBÇUÖC&$ –“ÊOG®R5T˜Q5Á¥ ¼ç²s딥'+”¥".R”ˆ¹JR"å)H‹”¥"–9aWÛ ° ,jPöP È[ðGý)^ ÀBäÀ @Mù!%ФՂà@€4(xðs‚8j¹>Ü !<NQ_„ì0²gÜ àpâi_ñ¤Â’€ŽäJb€b€º!µÁ€‘à ðÅ£_P„x P1i&”` @ªSÿO’€B5…”|Úë € ÀÈà:6ê„Á¼ÿCnŠÐG©JܘI¸$ ùH¹)p@Ì\"‰uÑ›$$Xha'“ì@r€0€à%Æ÷PpÔ/P NZC+)G,40I™#pN&Ÿ‰ŸŽÅr‰WÇtý;h3ü@É|¥!dö½( Hiˆ&“y$44´‡§Üà Àl`†8&ÀtŒÂ°P èñ¤Ô8 Š_¬€@;rMHÍÄ1,*á  e‚pà€^€`ް L_‘¸ *šqA¡…Ž&ø€26ÈLà ˆéYköð`ŠxÀP@( dŒ^éO×(uk~°`1  1ÀSěƤ ä7K¬ *L&€fC !€Á '#R€Â–úOׄ`fdL¸8 `‰€T —òPQC0a1Ø¿a¨¾ˆ ߀'ÝÜ ¾ÖpwÈdÔ@²{ZB9Êæ ”0@ÅH°Ä“ hï‚I„Ì€åovI½Kå>@HÍÌÆk€`z‚€€%Ǹæo{ÀA4h €?@ˆ î“ H!}Qcö%ƒIjK„$0·~Q ø[î¨ð@¾ˆ€€Ä `“ˆDÐÐÇÖ0Ûœ¡<°€“×ø€uïFœú€‚?¨#Ý €Bh°€è†ŒMÄÄ$RòO¼Ð@œ P`X7p©` =@ RC€ÄlW@P“¯AüPP°ZpÒ†¤„– & IcÅU‚X(ho9, B³“b]ÀÏ4E°P †;È„rhi@¨Š(0'›a($(¸°’€wÀ®ß!+ gA+5à¸`à@†–ûä#¹#ª@€v€/x¨tBdX&¤4˜É¥·ä>žZúõë~À1ÐPL@,!††n7¬a´Ô.>Ñ0ðEp*”8jK0PΑMÒN}@ÁÔ ‘î@0 €.&€4€È`0¬šC ”†§…lf²&€€ €À$0t¾ $•?³¯D @ Aø3`€` °À΂œ²AHIX ôlBá„.ÉI¼ŸzÀ`` C ®C(D2(a) "Ižã€>¼„ÜÄÀ¸&繨âõèPÁ*¦è&$­Ö3$ǹ€€Œ_HÂnàx%ì dÀ€>Ð4ò3Ðf&1)*S¡&|sÜ`€²J^°Ð €‡€ftPjF†òZJ&B N(4ô†%ÀûŠk®dÐ@”¤À„CMYëçuX –„ PÒÈA„ 0^CáÚè¸!ô@G ÙÁ(Ã3¤«2Ð ’° Ø+•„L LHð@¼~Ø`¤4@À€^‚ˆD Í¶ ,!x¬Z„Ý ¬Ä0h( (M¹]!=™«À`€ª@¨ °Ã, ê-É<´òFE` Z‚°@Ž ’<à€x %€f†rh@6%5Íì} ÀæX€€Ä™ù©IDžÎ=­€3 `@ÍÌ0ÀNÀt²@©40 J °1˜7þBK|z]’Áð,n@ € Ãໜ@FPy0¼’±0dÆ%•‰ G)B‡ã- ˆ`pÀèà&!`)ù Åäù÷c=h !—Э€˜ƒw¤4@@ÀH`:!YÃ2X îQ}àœ5€  À¤éA¥€Ø‡œ  hi0–BéAI+Hð£™Ðƒ6ÿd¬R”3а€àÈB@Â@ª8ÎM ÅÃKIc hAYX1óýÖ@¸¼3|°è† Ž‡ î, ê° ø €j)À@B@¤0ÀÏÆõ çÙ@À.Р@ô˜[ ˜ðfÝ]ÀÀ‡Ôøý@¡ÌЀ5A47eƒ)œP¦µ¼ˆ g‚P j€"TpРɀ',BÓÀ, @Òa š3”_J9€ôkߘIé#Þ¤ ˆ pàÒiÞW€ç€¯‘ïRÍ€f€Fø!àkÔ° @b€8EÐà€`FüÇWÑWç@ `˜‚‰„ýSXÉa‡À™‰ÕwPÞ4PðFú ¾p„›LÀ” ‹”¥+•ÊR‘)JD\¥)r”¤EÊR‘`0 à€B£Àɽ€W³ëÓ€©4BJãC9âò¯+w‚¸ÐÐà',À $"É©,1 d¤)+;޹€1&D€ì˜C- ´dâ_ÙË7ßBÀ€À1Ì`pÀ Ô`U¢j@`Qa©&`Îä.03~ƒBnð@*ÈF¬B¹Ø4éPIå€` 9e€Àš€Ð¦¬p@ @Ä ;Ä YÀÆ&P—Iê9¬ýÇOûb€b€º!¿!€‘à ÀM€1Ð :à‰öL, ÿ•  JàÀ`’ax²€t3n§ü%¾H ¨,€€`pT„ÈØ À‰¥r4 *Á®7d¯„®ý>ØiD"À¦àX²Ê-8(ëž ÜøÀOÎÑ0fÐÚàA:-Pî ?a—, €ìPâʈ`¤Òo-(}Ù#> ±^äÈÀ È\4šb„þ4ó…]à€®@ PÀ 8Ѐ!"4npJ(45‰X¢¸j2 cBuæ¼|Ä  ò ÂQ¯LK Ä;†—ù`T7 -#ËçûË“Iˆ¥^tŽ„á^ï/ ài±°œ¤Ì7°ä ül ;Ñ4  ´ ¤—JéÎD¹LPð€œa€P €bø„J&ˆX´‚i-Ë,±›ýˆhVI—Ì €(‚K‚@v[,44¾9ݲšï^„°¡ F &ì#=ÎtÀ5@£ˆ`Tà&ÉI #8À%±%5Ä0@;1%—ŠÉ)C§#€Ü1xÎbø›€@زa7ölBœ_¸­v`à€!!, T €8Ða/~P€)¼hcðÒˆEòƒI 92ø  PÀ#„€êô@ Á¨ø#úR=çƒ@L€ÂnY0 Š/$ ýv‚˜0€?Ô†—IDГK+Å¡=^Ø€ @ `Ð ÃRM)$–ÉéÙ ™î@‘Tܪ €0 6(`dø “INPcÉHãï– †6p#ƒYÐI@ ÐG®D €@ª A¡Œ”Þ§„â=Òõ8°€Å(ûîM o¼0…”Ø% À!/$¯›áî«ôà Á¨ø#úR=ÀC¸Á® P@3FàÃ2é(š²iep2´'«Ü@ !€dØP†‚Ph``Ä ö÷0ðBhàQ41%à:2wNd¯x€5hÄÉ`€\¨ ,1°IˆH!|~®Z3©wØ ðCå,Áƒ, €cTüÒ `uÀ DĨtP›“CÁXi,¤/ ²‚¨ À<&€5&X¤7a¹ Xaê¤ €œ\ÀÀ†’Q@Xn‘ÇÐ` €h`à!Ø!€:&€€*J&:>%¥ |¼Þ÷‚¸!ô@G ÙÁ(Ã3¤¢@ @€=&À4€¡ˆA$´ îrêAÜ`à €`r€5!X’ÃP”¡/˜U@ PHÀlr€È"‚ Ã@'GÚ‚°` & @`ÀfL‚@vÿ a :& „œ’ðσz ]Ì]ê PCöÈÁ’G”Á°jÁ ÀÈЀ™ èÜPbr@ºÝÅÊ@ €*€@ -°”„y"@  ’Øå–˜n8>&fÜ€>Í ==à:&à(Ü ¸ Æ›õp. ` ?š,Ü ‡ÊP#ƒÜÐ@Ëd˜ð„„À CPü7 =v @0"bк¨@MÉ€`¼4–RWÄH À ` ÊI41þCdtçîƒ1°Ü00Ð@¦À à ø@MÀð‰¼ 6ƒ~q„¦Ü]À@µ‚x˜{¤˜‘'àºà@<R`@'‰0åâa@1A@)ä„QÃGn>ã€;p `&,À;΄Ž$¡8ä ^ºÀ‚0’`o¨šeÓÀÂCÑà€àÀp €Nœ¦ß©÷YàOzADœ d‚À€ °ðÂÒp0Ò å€ÒƒJÉŲOÅ¡WŒ5À€4H ŠÌ CHaƒ @bIoÃŽ» ¨ð#úB=” €jMhè €fIˆ%#ƒKZz†¤‰­ ‰ bûcÀIœ+Ø,€ †|Cä<üif8õڤø ŠL@€`ð ؘ¢’7  WÛ†„ö/ó£/ÌpðGýà[¨˜ ! PP‚iEZM,šJqƒyÎ6æ²X$~ònúAؤo ÒÏH"|cíØ£RC/b’I^+’òRa/ã¯+I€P4°@7 [€j0øš`Ð @øáE¸0—|(L¨„L Üi(¤!Ƕ>À€LCȰ A(401‹C»q56À'ÌI _€¥ _”¡÷”ÔÀtB Hg&rɉáœò‚qße ë”¥*¦å)H‹”¥".R”ˆ¹JR"å)H‹”¥?h‹”¥7x‹JR"å¥".;Ñ©H‹”jR"å)H‹JR"å)@îr” w ˆ¹JR"å(Üw ôˆ»€ ÐCH ñ—Ã@À@Ë€ñ»a€  ‚@BP#ý†ø(¼óµ1Á $‰ì@5(‹(°ï'¸K(-ôHÀ3-zx€@3`P €Æ'!.7’ˆdÎ÷é5~¬Bi8 Ç€Îέ¶{œ€€Z° ®~ŠÁhÀ„Bäœà‰øXáZæfÀ"È#mé@ À Ò ('7;ŽVÚÔ €@Àª€=z¥–¦^d€d€º!È€‘Àî@ !ú¡c¸KSŒ[WGQÔJ­8Äœ©æÈ‰*ä²GWªþ+ÕÖã_[ŒŽpŽr{FÕŠõ×bÀÈÐb‡°hÂ]'VáV¹£-• áD9NÎkã¿ç5ñÙdÌÃÅ“3ÛPÄV¨_¢ÎYÎTÍ_‘ÆyˆÃa7 B7MFá£k9‚“#Ø|·‘ìB[úb6‰éˆÚ"z1Zb1K%vKk„]¶ªÜ7Ëa½2 fó.:Ó6ÝrÛF¥Czštc|M:2>6E‚Á™ †¹Œˆ¸‹²ËEž©žSCœ9²z[FÛmHÊ¥Wm5¹ID©¤#߃° ïÁÈv×ìùÛ_³ë*ík*ÍQÑ#’Å)‘”ÎŽÌ®«‹¶3B›š=[NFAA)^®!4îÿý° »ªwfUUTDDD3m"J$ ÿ Î º«©iv§¦zpË 3¿M4ÛM´ßM4ß]vãM6ÓlöÏmzÓm4ÛmwÛl÷×m[z‡‘·èy$³b©’Y±TÖÕföÕ'­µ[ÖÁ] D‘)]lž<Ö™:Ôd€´6·’”ãy)ANGgs†³¹Ã côzcä‚W¹Îã89+’–š®«j͆ßfT%X %ãÍòÄÆØa]~m†×îüLìŸ~&vNeþUýÑ4"ˆƒvl.ÖÐ~qWYÁ%mÇWb)¦“ ]@¨Kk¬*„¶ºÂ¬,Kwþ%»þš,2–,7A"cF*R³Ê¡ò¯ÌŠŒ’lÛ86šH\Éöâ—4b?É^'ü•à²IyâXä´ñ UpYm¯¦îÒê©qÛtªV¹²h„ì­Öꕺb' ‡u ‹8Ðô¨³JnSk@—%¶EÍ¿FK¾ŽK%–BHkQ¹W ¹”j)æȱërUÊê­ž5Ép¦–Œ÷ ihÏxñé´¼ˆòÚZž![á”硪E`t…¹l6Ee€HV¤yeYYQ;Jî!ÔÖÕ£+2íZ2³.ËPà僨pOÌÏï¬ÍK’‰0©¬Bö%ËSŽ[,)Z<ç/ªÔpܰmFzdseŠiWX¦•q粎§“ÙGÓËmŠË}º×Ôϑ٢2¡ª™åt.K¹ Ý›j9 ¢‘Š·§efêöVn N‘¥SGJÒi¥&ÕõFÖÜ9ð¯öy±o2è1ì"×­+ N6™Hl¯Rfúä—õ³óZ[?5¦™(ËL€”f­Í‚­Ùz£ÑJÖƒÉl—xkäl Y&UĤ›mÚfº]-½®%ƒÂREX<%$QóÄ ˆùâP˜š´’š® 1]Òe¼ ’–Ídä%Æ’&RØæÎkµ¬ìæ¼ÿý° »ªfeUfDD42Ci¦’$¡âÚzªŠªæID”qʬμ³ÓMyÛ\øÓ}¶ÓŽ6ß]¸Ó}·ç}·×m¶ã]xÛ^½,úŠëÒϨ®ô×ÖÏxl+g[¶]'·šŒm)b£LÙ$mòâl'' E‚-P\…2¶Û§&9ÛÄÅK¼TU]¶˜®ÓKHMñrm¯ì¬üÃIwÛ‚(uuÑÇ„RÓ+yJ]æãåNP´·5Ì"î\Â!žçÌëåÄe‡|mƒÑªB‰ Nœó2_RÚzºL«R ¶­u5²¬ÕfÓUˆö†ÏÁ oNü–ôóôžûIöNý¤É4(ЩqßC”ÍQ`ú¹·4Q5±'¢*»K&aÙºaý!µ w‰N·q˜”ê_ ”’JcRhþk•¹æ‘/M¦d´lvù"kyePÒcžbKr½ŠlNi5ŽMÝ f ]Ò`Ç~ rå>ô¹>Ãèó_F•|4Y–tµg}Q#1mhíµ‘‘º¶Q•n‘bD}­ÔšAm ¤ÐuØ´ÖúôZkh,ÌDd…Ò[\b­aœ¬Ã‹¬ª”[ ¼…YŽ4…Tm:¢0´Z0üâÁƒÎ,ÀÛ}p`M¾¹"„‰„‹¹/„û¥CÝ5YzbÖÈŠ¹™ g¡$ëGÅÒlSïáå¤>þZE!7ž‚œFEº ªRìÑ+2ïXY]fšŽËcX8˜U\¥ÓZ‚Éfš6úœ! 0¥5B# ÓT"7©ˆå›ÔÃr÷»ßfŒâ¶–t‹’è©jZÉ5Ö&eÖ¦µQ´Û⚨å%W`ØÁéÙÒ^œá*ÁgÑà«êv™5©«CA»¬.æ×‚R»V€¥Ùµ‰©MRDèMQFéIžÓ¢ñ­?:/Óðê¾ÈNõaQoS_A•‚UÌîIùl—X%lYNÊÆ¤ud…¸ÕÇÒ ¦­ÿý² ª™UUUUEDC34m4’(’@ hª†¤$™Hù§~†3û >×í÷ߟ·ß}·ßŸµû~7ãíwû~¾ß¶ëí÷ûm¾ßí¹ûúû¾ão¯f÷¯x퇙cæ*d£‰ìætt‰zE¡x%¤EA¡WT½mj,mJŇdG2pâãëÇXH¨5Á„¤à¢R \ë!t¬kª[mŠ(g"E¢¬Ñ¡¡þHuΞI&ZTi‚N5"áñ|',ÛV‹` EðL¬‡Y2²]vXu¥]“Y¹(4wÌÈé•eJm›Ò”-è7cÍ®ÑÍo•ñR¬ÁPëÊáuÕpÇ= Gö`mÇúv=©ëéöV2£eÑÕ¥&!¯4Ód‘b€b€º!Ñá€‘à  †$–R@ªdÀÒÆ–M,²Ð-®Q©K¦ò.R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹—º@® @k&p €~\qšh„@€>À'HH|‚À/ÅŸ€tZ@(!/x[@ j‚H @ÊDܸX  à &€\¨,âÈ@W |8²¸+Ÿ“¬ÀjL¸0(²h ˆ`a{†ƒpÔ†üÜQÓ-(ûvæ_¾B €`@  P ¸€ƒªÿ‚ù‘mÐ C0!{¤4˜îpL /t0#Ü @Ì @¢ À@=&‚` \œà €“A€&Á$Ð (†ô €ðe‚6êÈÃoµ‚ FH @3˜@1fY`€tN‰0šrKC¸B`Ùc(à1†Ä$—|h @€b €€(Œ0 ò@$!p (H~ äÂg@É3Yø¾×˜bÀP0 €:@a`;/‰ B4¥€d à((¡Á&³±õ¥#CxÌÂïŒä ¸p^È0@¹Â¨, %Ae•ÐC)ÃÑÉ#®8 ð,t€)ÐÀ‚*€$4€9= à` †¤ü(ü0ùi ;_P @ÆÐ@ÊÀ@ À€Àø0À@/8ŠCC@À@²f&€Ù Q8˜­“’Ià9» €– À‚€ @:€œšMˆ@@C@b᥀ À`´RakìBà °`‡Jµ¸p € ^MÈ 'I4PÀ >¡ˆ &òhhp(JOù¸²µ($ì´tæg¨¾,ØX` Q ;tx€ÈHO)$0ÐC Åä èéB†ä-‡LÐÄ`P ALÈÀ@*` @vP°Ó€ÈÂC™}*O€í²€€Ÿñ›(„ìp}Ô -°h f¶F¤ã¶À‰ôC€,(6 O6>¬hñHíCñ«¸N  €ÎàKh´/€€2¼0°0M‡ÅÐÒi¡„0> /‹ž €€'P@ C€.nx€` x¯, `j@§(„yj% H1ïÑ1d-| €$A?~° ðà0H`c1`7ˆ&€Àš¤¥Èh§„­5‚XPð À+¥âÀuƒlÂÀtQ $¾²R@vZ ÆÌ†ÃAýØ@§,à H€ e’C€‚.&R°a€;A\šì¢aम0¼~¶¸ @3€` €z¬+ÁÑHÅ! T¸ Ê3Š@K&Y˜é@aEa„´í¯N  ÁHx |!`€˜ p@ ¨,CXäš‚À^X0(*’ ¨œ #|’gôuÛAH,A\3Á0@¶zÀdÐ@ÓÀ È@ À ÀvAA  BœB!@?Ö…£¥}ÊX "¡€ð@¢ €àâ`¨ÎBÌ–AKwÝ(æi¤58·Ì`£E_ÄÀ'hRèÀ À^àjpj‘ T@;+ò`jœFºà Ø €RÕ ‚è €€ò‹°h€ Ð’n<0†Ç(0´ü꾬 zN`€â ÀÄ “Nø|qdΑ ÀÙ@&(`€Š ؆Yxa#¯\@Ñ @@e `@{¸¬„  !bR·jü†Mà;Èè44˜L !€ ƒPÀ¤²Ý)ä•Z€b`(H²ð€í &H@ !P¤ÒÈa˜5Ë%ñ…dÃäR–ÈØWQ|¤ ?Èà&À€N¢h 9\7ì05¹XòÀÎPÌhêÐÀ @'(²À=ÀùDÎ05 ¨! ¤ŽOAÞû <€^ph 15 Tà LÐ?rƒ İÏÊ3Ýã•s½h¿!@†€BWÆê8Äè  Òz@0’¦%âôbÝ…ßÌ€./X̆C€9¸2œÒ` vQ44„xèA!wÑAÄ3€ @ AL5@äØÀ5€À‰¬0˜ÀW !…]P@‹ÛH d¶F?£¶À‰ò‘ÕÀ€ðÀ4 p@¾ÙXi`P@!&£IDÒþ'ØàÁ€ @åNÀ &îŸrù“ü ú‡å”@€¦àC¸ e€(Å$®lp P~R ê,†‡ä"’g-¯ ‚H Bˆ d‚°803ˆ` ÁÏÀh¢0 €8HaD$r`hƒJÊ7;ݰ@õ @4` xàj† ðäÀ$ Ä€/,4²˜ii&€œ ¡ éP`GA[+U‚x €*€@€ p . hàÐ`2€ %è0 ÉE ^ÏH€À @€`”“@Nˆ € © ‡ÃI„À¢‹IH/p(à)%¡É0RX ¹ÛðßÈ€¨ SäÍb€b€º!ÛA€‘à S‚ €fØ`–d  ƒ &€^q4ˆ Ô"ƒ3†–xÐÌP¬@”°@´Ô ` h&J¨ ‘Ë&€˜@î´`DûA1,Xi3JR¯²6 @0 °@€ @€@Ò}À/hC~*a5 à1HÒ9A„2bo&4:ä(@ ð Ì ‰  †€hL!–M¨0ð%;€ ÒÐ(Yã]­@€hز€tBà€„Ü j€0VYI-Æ€@,R®Ù¹c/Æ‚Ø dàTÀ€jpH°%@=`1`ÀÄÞ ¤²_T£>zÐ@¿Pà€Z À @!Ά€è„ÄH K&€€<©Gà1!@5Å€@Ð([!(-Xï|ì4€¤€^Lv 2H É ÐiÐb@NB+$€WâZ æí}Ô$¤BÀ ¼šˆ¢À° 0v¬ð`T`à€=)$Ðùx%rixh•Œ¨ 0à !€0Ì@'qˆ@$=ú@oÉ Bà4–ÍÝÃ@€Š‹áÀ€:VBHxˆ/& 7†rh ˆh!†bð :PØËÕ‚0ˆp`@7Ø €BMÈ(8ŠÄ2a'!'å¼ø ‚˜ @7Èšp` °à@v¤™‹ ,i7âW-ÃVHÌ:õ€Òh€10]&@àÀaƒ¤™À©3§gëXÝŸH²G¨q‚8 @4È@Z‚Ø _*€ˆPØ @ † ɽ!¿VHAɈø¥¯Ø˜À èè  ÀLü †b€B@TT™Î &QÉI(X]õP@G à@i%  €9 ¤à€^ü‰ ¼²ÀH@€é¤0x47òŠ&Ì`!‚üeêd*Á8€6È :Iˆ€ 0bS¸À5ØÜ˜‚ )A£Ã j¹‚Hà`;Z„2`èšM (L*J@€6éû ˜ ú ;àjˆµÆ@5 @@6¸ü;+hCÜg(¼‘œrR…f6â€èd Š PšI¸ha4˜œXahà} ÊúýDX'âƒ@€®¡ ‰£ ÛMp‚aMòmÁžmó€@‡\J\Tˆ€ Ä €3%€h¿†â`jqY ¶hüp€@B!¥>K‰ÈèJH@)[~R /§0äÂýCóúR—£é¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”'p¯JD_¹0 ÀAä‚x å€Và€^˜ ‘É(ý2:02@³¯(À€‚`€^Ä À @uÀN؈ €bR8ÀÜÁ!€T„ÈA \˜‘öY€œˆ`–bɤ?Ë0 DíŠá„ÎåmÊÙh}sÅ!æ<ûú¸ð(À €fÀ üð f’n,àh„4P¨äÀ0–ä¼@c¡Óï `€Fà€Â   ÁN`:B †!z±…œ¹`€, K!D"aH0rfQWœØÈ@ !@¨&†B1$Òi45# Î’ËO$Œ¿í €Tà€Zä *@ @“`^&Rh I€†@ÞqDÔ“pž:ÄP ÀLM !–4„40°¤0 ” n²Ã ĵœKð€ÂF¨¾ž¸$À€0 „,2!§€Ü„–, ì †,``krSì¢Yºó€´ `‚¢=…Ò=€ƒÛÀ`@€t‹ä±¯xË`à€ Hd0(pÀÀtDÀì¢hi1l” µH €3¼R`haiRrË!céùT 1À0 e`hR@BM»%`ˆNbÉ &7 %V·ÎXaùwÒ`€¶¤ÐÁ €Z`À5 !€ë`M€€h@vC,!˜®BäÂoHèÍÊɾYKP À5`pà €)Ó‰ :!ó”Høå$g¡!ˆ,ò?¿jX h€>p €Ö(À ‰ À€j^ 0 T†‰!„0ФL” `j1003p!¬€|‚p$0@dÐ0€(BÀx€€0 óÒX˜o0‡bPÐ/yšñÀ @€?!€v´“J&€„Ô·B€í˜–5†¶ÊÈq‚  p~ÀÜp 0‚ÐX '€)V€@ÌtVx ÀN©7€>0Bˆ€0àQƒKbÊ%’ˆgäÞ”À€ö`€rLvˆÁ,È@@*rÃ@À`€©007 NrgY4 bÉ¡ƒÎ>ùU,Ра€í T¢j@B` ÐM€P²`h™ƒ?&$¢VèÇ}£“ÙGf¨½8 "˜@A\ÄÂËÄš{€ ÀBMĤ€Ä# ”„1Æa÷³È$À€2n¾àÏki®b€b€º!ä¡€‘à 3@3tè%ð”lY0%Ÿð ÉE³¶.ù-&P Ê !†—H`25NK¯™F@ÌPûp@¡ À@”' pa€šM' B b€t@ÀLŒËÅ“@bKHèjÂ{gë«€@º@ <X c€¤4ðjD¼ ¸L¢¨HjQɤ´€W†Ã:°ûÆR`;!bt€Å$Ðà!ˆÐà`™‰d‰QJaèo1Øp}ý@@?<¨°@W 0 Áðp+Ã@Nq@&I4`&&Ãxƒ€Ø( ý<É d“æ@ n$x ‚¡`vä5Ë :‰04 @8ð*‰`;ˆrX Kœr¯JCA894˜’b@bŽK‡j@*€7&O˜”Y4 ”¨×xÄ"±„ÿ~Ì ÁàKô( MˆÈ ô \#À‚,` €Ã1@‡âKä²S9!t ð@·@@€{D@ƒ¢p#L#À‚,p Àƒ9@‡âKÄ¢[¹!WŒ¥h'j‚i‡€vÀ €`ÎL €8X øH¸9s­Å¹>÷àÊ Áh1Ø Y`€bRð@:‰- :Hh`j@L—€ˆaœ– ”HNZ ×€ Äg{H k‚p dPðp` € €4 !€ †dÀ¯A/M&«†ŒÝ#TÐè` €B° “ÐV„bXÒZ¹D¯¾HÑÍ£‚o¨à€†`€Düà@Å r a€1Äi è„4¤†`è4„€Ä`LBA¤îZ”þp@€i0A€y@‚  ñ `€˜P(”`ð" )ÉcÞá>~ P `ˆ1€€€$"€v€è7@ À npÂ7(²ayhN>p @<  @€;¸€à€+ÄøÐ€ÊFraÒþA @/ r€ [ÊJ0a¢†C ‡ —Fènuý8x { h@€l€ @€=, Šˆ€;l°BPÑ© &_ :ýx –y@2  @FÐ@bˆ -ð@€*zL  V@ À1&·àzp!‚PÂöà:emµÀH„pÀ(ÔP° €€>‰,  @í1 X ˆeJHBGzš‚°° ÊàP É@…ðXn !é)»€ä4ÅúQÇͱ‡æ«ú˜@@é @JÀTÀ %P€ ¡¥–ø :&î¢YížLäÐ&M ÈÖבð@uN €àð@Æn@ @ @1&f¨øšŽÉ… A˜rËü¬=Wš¤^  @€è4 ì²x†3K>ˆ!“FK& 3Âáˆ(â?¹JRé•ÊR‘)JD\¥)r”¤EÊR‘)JD\¥)QZˆp ˆ RŽ^Ñ4‡ÐƒÓƒ5°¿}04 @âÌ0€¤öÝ<4¤š€ÌV/`ÆÚð@˜œ†PPĨ!`*MÀBi 03­8î^‘¤Uöp@ A °èð@¯ d‘€U`¹@:8”è+’ƒI!GÜ @C ¤Òi1¥ÊËä×Î9,üO:¢ÒÁWó@~Ð.̈°ÅH@`À@€À °!@*ý”¤•ñ!&ßS@¿!‚ €¤ €€œ €j‚h €.!1˜Â@©5#Ž×"Á Ü2#ìÂS@˜ P@À €”äxÀ Ha„Ô@b‚ae†#wIH<±`&&d€$"‰‰&”PÇÁߺÙòæïÐb¯Äh O€: ‚ÀBB@ #†“@2&–\˜´rà W䤨´|úö €¶ €@ÉR0çmßÖøj A|œ(dpAÅfžMÈR@-QBMà_"p@y!À¨ _¢Xš  C;œÒò ðX ‰€&@ø10 €`L Hgîd¥+BÖ¹(>ü°p@€€€ @bà˜¸ j†€hž€“@4‚J;$•ÐÒÔ7ŸÎ¹ €”@ ì4 ` vÐÈX–@.Úù+vIa‰W䮢÷^¾Â h€!bé ˆ`!( €¤„mð RQirY ¾€0ÎN®÷ŠÀ€@ ìä00È@  À5€ ÒC€P,V Ü’M ÙIå‹P@\ ¡Œ‘¨˜4¢j0JR‘ް,Q(GT!?°¨~\Àà‚ZH”°À‚À` À€›8 @BxLé>˜Òhh /¾‚ð @&'P@Æ  À 3@ C ¤Ð(È0€„†ÀiQ„ÒbFâgØ…lµ_ž™öǾø,¯}Ä8 A$g¨0ÀX)v‚hR@&!$4ËI4˜CQЂj°02ܰ, 8š ¯4&ˆHJrS†„”PÍÒ°'¤Cp“FQx@Ñ p€€`È€ 4çñb€b€º!à Àv H`€-10à0dR€vRA瀑¸@ÿλ°`€€ÀÀ €VÌ0?b` @¯HiKìK- Fà`A×¢ Ð À@ø)´¬4âh @ ¨€NÃ@  žƒ8à)9v`@€k ÀÀ 4z` –ô°À¢À+å’W@ÇËÉ /àY@€&NÑÀ4 9Hi-8²Á!¹ÀÉséëΨ~8B!†ì0¢i0´†”‚Ê,®è,¢ðÔŽj¾½P @8h A4€ *ÐÈ8TÀ pM å’Š&PÕ’M Ä$ºKMŰ@@0 6j7?|H°Zp É€&Àg$ZóßBà@E@»  ¢` Á¼@@J €`¨àÐå”èÀi:NÄ C 8 vý§Ý€ >,µ! ;ÑTe$° ´¤šQ1ÆŒLÉ,gã ¤‡úÎ+æ‚8 @€#) €€^à€Ö €‚^p€ €5Èe¹4`Ü|HE2 ö@@‹°à@Z 4Ø€ % °@Ð’@(0pÔd2Y`ý\”ŒÈA'ÞøA,%A !ÁÔÀ‚À @š\ÌÈÄï€`®/€P †„€œ =!†@ @0F$Ý€³t€€`œ  /@´,@B 'jìˆhÀ­À P° 5!àÐ  è° ©3©\ Þà( €À“ `0!®è † @; hŠI‰m‹(´”-ø¨ÔŒËä–vÊ:þl `0È.A˜ ¢ A,”û€dÌ´“I€T7 –|Y4¢ƒH@T´,„¢Qg;ÔX @€È i”@€T”.Á@”‚À¨€,Z „I¥ ²Àú@Â3#}íƒA, ° PH h¨ @+€``ä PÀ: €B˜¼©,0ðh @L~ÐakC!¿F»@ @2N€€@0Z`! €1j¬†€€JQ4ÀP @@ è° CJà[âWhÐ "Äe 0Hp*Pô‹Ø¾Pa`T„€–WÜ%›— á»glê8Œ÷ó`@k€€p„À@B @9J ` !p@ €–Ò` È%€–M( Ð(KBÈJ%s½àËZ¤‡+ßk!‚h ð@£P@Ò p@€VÀ1 à @hØ&LB8`I@1ü„ø4 &½: /õÈoѯ‰€œð‚?èä´¨:í €4( *qE“0à ¸†L ™ƒC !©005;›–2’JpHñDJ‹ïà‚€`ØZh¬4 *L¤X,”  „HoÀ)Ê:ãh k‚X *8z 8ÂXz@€”K ᬜrL®fô@€ÛÀ1~C@d$¡ Tš€ÈÂR?æ#¥CN¹`ÖÄà@DÀ`5Ðd,Œ À @¡y$ÂY@ ,nÉÊíp€ì €.è×Y@ /­øÄ€à ~O¬³oX`@€t0 @` €è4 2ÓÀ@Lä2`c€:±‡=ã45¤ '€ìà‰  @œ˜ÐÐ ‰`CA ã#Ó‰ !I-w˜Wq…9@ %2Œ7(ñw`'WªvÈx†€Ä“ pâÓƒRé[ô€óŽc©ÿç4!ïÉ€ ‚p '€>J ˆ` n²€@óXÀoÀª\˜RRIHj\µ®¸ À:€;A1“A(`bÙ(~4¾RC?ʱ+‘®¨  €€‚˜ @àxàÀ€^²€@y(å€3¬šÉXðÄ nMèÀ€- @R0…€2 ðÀ @0a0àœß ¦rPh„<0˜BI !{ú€tðTš®I@dšnM (é!ät`Fü+p2_Ì#¨=€(fBFÐà(Pha0ø€0Ì0 Õ 0!˜5¼ö몶°€‚ @0Àbä0  @¨ÈA)Àv1e€Ã#­3œƒ,w¬‰ðàT˜0`&†”0i-†s†âHš.R”®.R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹`€˜@B bL&P(C &HDÒ±dÂh`nbÃJJ’Rr’zPÀ€€@ È` À.H¼†w  7 ˜h@`\˜®¾0  ¼Å(€à!З€t°*o˜4Á¥”KÃ’3ç·?o}0@30@B0À À>Xpñ 0ÃBKG) 7ùèÿ]` €¨€ À02 &€ ä @+É!Z âÅÄ®|P ëËRE1vY4  ÀN€ÐÑ„²ÐC É,”H‘¯ÆçO¡Í{Á_'mBb€b€º!÷a€‘à ÁÔ€`€`ˆ@†ðÔ€L€’oÌpT¹4 †²††õjÀ@3 @B0à À€<Xx÷€œ°2¥ž_€J»™I¤ð†¤†”€ì ¥ Tþ¿ OäÐGüî&¾ø Z‚ 4|ð@Ï @5K pÐä68² þ3–¹A@%„€N ÁØ & CL9BI ;> I$¢ˆd>4¬>ÇÜ*K1v€` ÀNS °ÐÐ0âPÑ1ˆwlãî^˜0ÁÌ8 @€‚  À€…<°€ì0`1Èü7å“HdÀ|Y5 |¿ŸÞf•€€\pR Y‰d Ô†%‡:>í.Œ“ö÷Ó/P@D @@-¸ €€8v€À   €.|²†à ˆ@:(”LÀ&!‚Ñ (( –ŽÿtA/è@†+ @€“ $ ÃH`¤ ‚/Ø@ Ü Ân0½Ÿ^n””¼Øb ¥ 0¡?ÒMF¡»ôŸËÃB5àfýÛ=Ë´ € ,M€T1Á¼à* )€`LˆjI PåMÆà(Y äÍÖ„î-*Ð H`&& šB&–B A 41= @„¡¾†ž»î‚ˆ K‚ 3€ ‚° 4PªQÊ7Àdà!AI$ ˜@vå“2@ù(û8 Z‚p %ø‰€P2Á¬ B@Â4a€`ä"¹á€!&1 œÒ—®U),¸äÐà–¤  â&—ɸAn6ff×éÁè2€èhP !€2Èø ‰¨ :‰4†° Òew(†LÀW±A¥u”“=Í @@m@ž„ @Ê À 6ÉÄÂÊ%„˜„÷IA€!&1 '¯¡zåR   ÀRi@T40–M ˜5 T5%”¤ôº¦1 Íšý8 @ @‚@0-*0@?1 T@1!Àvš@¡ ®åɘ ö(4®²’g¼Ç[ñë ¥& €?NH Àb@cÐw!†–ÂþÒØaʾè V˜ /‚¨@ ` 'ƒ,  È` 8™x˜C×É&†`<‚Π €@cÐ hÈPI Àô€;€âd2h&bY\¤€Ä–žKá½ë…I ¸ôŠ˜ 1ÄÀÄâÊ&bh(¼rP‡l‘zd¤ÁW¸ˆ $‚ˆ0@0@ =P @ `h€Á£@° 0HÐq„$­ ‚Ä@‚t( ‚JðJÁq‹6?€ÑãAä"ne&'Ô}È`‡ô~:Aä~œRI“=õÀ1 @Rr &À‚x"DÒÀ¨ €$¤€TbiJRC‰p2M”„áþé‚` k‚X 3&/X ˆ@‹ÄÐÀГ@vyEîø¼wø`Ôu w¼­$L^ì bn&bÌCOI7CPR“Ò[$'ó™)°UÊR–Žò¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”§ì»Ö@ @*6Ð@• °(HÌ @€bl˜þ  `P°Ä€>/£àéeT#ìLö`€„¹7“LLäÒðbI¿>ÌQD”þŸ³Gã~N”'“¼SþÉl7Œ/ìs§ú4²Ç{Fx±Kè@'€@–Ð0@¥‚`!l€bØ4X € øÀBúlPÒB7=Á€Hp'’ñד J‚Ǹ¬ €=RðàÁÈ !‚ˆ ¹7ÁŒ4å °$Ôf-»ìYJK=ˆ À^ƒ -Âñ5J¨`PnŽ‘„¶¡¿ h@Þ¡ª>x5 õòiv@‚è -$ò‚H@\¸€€`vCI0ìp Ò0 bB (†• “ë@‚ 64!€„ bÀ@À4 10 €v¾M(° PK€[¡ú…ôœP«4~“€4?<ƒLíÀñP5õði0€B€è0ä *B!€èšL@ ¡…¡$ ÒPKÄÒƒI3¡cNkªˆ!`Œ½À °øòɼ 2€! Ù ¹ÄÔ£€bMÝ\¢b¨0@“@É(„M,ÏÃFžJØò[`€ù;_"—t@€iÀ€œð`~P @4nXà€À`'± „ü1# …£å’’ÉÜ P¨0e`à Äô 4f¸„B¾+¯lŽ,[Àh€1!`Ɖ¥bkŽYIF-À—ùg™pû¢—ÑÁ¼ €€7xà `€Â¨p ‚H´$lJ` ðrÀbpÙ‰A˜5Ò^[q•  Àž „,@$€6ÐÀAàZ9 8H` ¡€d0%\}ˆd>Z€(KN;Øp@-_ƒI\˜BvOüä¬3ät$4ÒR ßìJüh©€ZQîN÷óê^̤ À00@@E(ˆ À AT5袀,â‹@À;€ tVð d€d€º!Á€‘Àî@ !1»kL\ª}n-=‡ýÿß÷ýÿ}×Úy÷wwwwwwwwu±ÝÖűlm¶Ûmµ±¶Û|Û|ùóæ¾kZØÿßûüïýÿß÷ýÿß}÷ß}ÝÝÝÝÝÝÝÝÝlwu±l[m¶Ûmlm¶ß6ß>|ù¯šÖµÿ¿÷þÿßûÿß÷ýÿß÷ß}÷ßwwwwwwwww[Ýl[ÆÛm¶Û[m·Í·ÏŸ>kæµ­ïýÿ¿÷þÿß÷ýÿß÷ý÷ß}÷ÝÝÝÝÝÝÝÝÝÖÇw[ű¶Ûm¶ÖÆÛmómóçÏšù­k@ÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝŠA=åb€b€º! !€‘à €ìè ɹ€`5™9wAè1Á$šœ@@ÌÐ €Žˆ,’C Ø/ÀØ`]`^ ,X`Bù(>¬` /² 0¢b”¡’C!`ßÊHÄ’‰„°2Z2T4¤tF/~×Ä¥è<(@€€)Á¬ÀdüøðÄÐðÐ @1 -0D`bˆx¢–CÔäÐ,B 0ÿV” ŒØ°À Á   @Ä0À€˜a¡¨!€˜†M ¹Ÿ#2ÿÈEX e  $¢C@+ äÐÄbZ@ÆI(—Їè@ÕgÜ?¾/Pì À   #@5âÁ5 8ô 58PpÌK6@)À@Y °x `@Ì\ôô†É¡€ (ü„CÙ@P®Y7€;!@Â7J@,¨H paA ÄÔ ²`  éV,”á­€°J‚Zx½Í|j]pA† A.@ e‚€A#àà@ƒÔKH@|š`†bXdµ™îè @‚P á‚€P f^ˆ Àˆ°À2Ä`T›ˆ` ðÒ`,4š3ŒLÃ*ÈuȘ°ù Ñ€&!‚:–‚RFŸ³d3¥+$e²ã–ŒËË¿K®€  €€rCÀ ! ð‰ À0&; à`€\A biXÁ x†Ÿ‘T¤(A °Pई €°˜ê@5A`P÷0 04°–=ˆÿPˆ0-À«X+‚Ù%€H…-"¤7×Í¥ëL è3A”€ ¤pà@·r¬ðjL¥¸±HìL)·ÄÕ€¤¢nÝÐ@¿À@ľT´ PÀhÀ I 9`P jLìX€+˜šP @Çã)ˆà @4„À*M… ¢j^RÑŠ,•ÀÎ<0%A-½ã¥Ö @@‰P@:[€‚P@P4 €ï€Ü Ün ´›øg½Ä5Üj‚Hp@?À4Ø À¹ ]¹1 'IHI@&@nû•È}wzŠt˜i(` €v3ºC˜_%ìB—°¨‡ëäRë¨ Fˆ €?&<- à€ €N@ i0 ;X¢ûyÐM(7¨0bÒeÕ 0@€B@S@/!(2`8À@Ònhq °PÁ0ý¤±ŸØ *B?·;yè€ð¤™‰€ ¥€ZY(˜„±i’Í>Z1ºü¥.Ø@€sDÔ€‚8@ ƒKlÐÀÀ††“ &€>¿¡&Ù0¤”K,Ô§bƒ–*@à @À A„¨ c\ÍɈH„0¬„Yd“bMB9¡¹8aDÔä®8 ù9À1É` Wƒ ?/ Ù Ãõñéz`ˆðà^ @&xéPà àP ††–ZC@BM& 00„C @G0Ný([YÁÜ(3 ð € @0FЄˆ5ÁÀ8À€6„ÞCA¨ € ¤% jLd†~·Tˆ` €3€P²ÊA(ø €å@* ,•ƒFĵqÓÉÜžN¾ )KY\¥)r”¤EÊR‘)JD\â—}  5ÁX€ A´V @/ÌP ‚¸€ lzÀ¡@7(¢Ä0€Á»¡Ësõó¨ðÄuô#‡X€,bX €†ˆD2ð`hfÄ023œ1<¡ÙKTËA/3ý}P€ f˜ aÀ7P6àA#!bLJ!!ìàƒÀœp Ò9/†·H!{°ÄµÉ£cÛRÐ`;A•Ð €P”ŒBVãRK,¾4É_°R À¢@€J" ÂìX >2ÀœÈø¶ nrÐÀÎ_)ã†^ ,Áì!€L” ÀP :%\`\-à @@wÈ4pÐÁ7È`T5<`KcÞù° @@=0|€ ‚HÜLPÐ` @Ò_80û¥É| ;ÄH V0P`€`´3A¸ €,À€˜èð˜ ç!`“ ¿W&å†e˹À3v àÀ p`˜ Pi0 üY3ì¼’Wÿ›¸Ê¸b›ø]û`@4À@Ð@ O‚(P@/À €Ô° @†€bXà È@€hZy`$o&–L0 †nLm% @ËV0 ¤ÒÁäÐ@¨ e€ ɤÒÀ$š€è18 à JÀ7g#ß0HA€³€j¢0@ €@ ÀnPÖÁ àç@CIg5¬4-ô˜˜ ðÐ@Ô$(`p*€dÍ @t"Äiã`@&ô«…¼’BÌ4 –MÄÍ‹0oŠA5IH @Y‰j/§0 £“Gáw¸˜@“Aì €bZ@-H "è á¸7¤ÐÞø Ô’b‹ä Дy—ºH @Ô€CóÈÖb€b€º!€‘à A@?X`PADà ‚nq400\²Zx€éü° ðI4Þ“ï›; 0@=TÄ ÀÁDˆà¥’±@ €NÌÀPœá›D¥÷/p-»=RAH€˜¼ ’œa@ À2»€9®©3^Øð @¨È`1¤>ÀàI€; @ÒˆÀ VFMFè$Á…çB¨²ZÉ% ²5ýL5ÁÔ/‚ @5ÀN€08X g 0h I¤0Ü0€6ÐÂhÈ@¤ÃF·IdÀß¿:ùª@ – |7œGÁ°@|Pàà` ,$€„ :*ÁdЀ€\€ €¤  ÒÄ0p.^¼"~(`\þcl€€.^ؘÄà€€8!’I€@Lra âhA$†P w²I˜Ô»TìX° À@B!ì dRƒP0€¹H1ÓÙ¹¨Ð‚‘ŸaÍ@ €@Û0à@-€`r`ôrÀÄP RØ0©Ì€`à ËH €b ¢x€d¦,Бwl0X-1 @šf@& ° 0Rb@ €€œ4€@Á †NQ`€ °P2_Å’’ßr‡_3à& Üà @2 Ð@)r€*üé0à0R tB=%”€d¤ !< –§¶0 @4¨ [‚à€ŠŒàp€€ì4¤À @4À0 B€Ô  bVOA0`U´A™ÒY&È0zvp É :&òFNPhÙA€PÒñe ˜bh`iCz HIÝçÇcL ¿\€ D0 %†‚ `,à 3È €b ` €1~p!xC!¤š`ÀËØ¬MȤ€YËHì~¼X .€‚ ?VM ð@;p&+h€ ²€€b_X¹40˜X¢@H+9ïc  @?Ø€ @ J "h@P` @ ¸’àE†¤”Q@T$‚bRŸŒ“ú¤@@€hF˜ À$#*^¨14à päÀ! 0+œX !'’.ÐøÐ À“PƒJHh!|XJ ˜²ÀÊCr2Ó‡ÉÈêü@ oÔ€j©0  À° À €À`äÕ@Aådq¡  95†M&¤¡¿úµëÉ€ 4„.A ôœpp€2\XÀN¨À€€˜š€BC7( T!ù4”®4iK¼P P‚H €‚€€:  €‚`€T0@ @@H`À;&¥°å“2x¡œ›£‹¼¯dØa4Øà@ ÀéHh € @à~_ !ØÌKÅlãKHF³À€ìÀ@0¤0 ¸!|eÀ2 á¥ôMà:Þ!àÞPbJ&¡ŽgÙ#æ1f’É÷ô€€.€h €v˜B €5!¹  °hÀ¨ƒ@.  pò,BkR OÁ# _tÁø" t ¬ €TŒ°‚H𥂰P`` €B–(5 €0 &p . ΀ 4´îɾ^\€€†@øÀ< €€c_:tÌ'ˆÂ·éø1=–1î¨ 6‚¸à@¬  P >0 ¤4€€È`€5&ðÛp9`1 Å ÝØÅýH€ @”€ @vd %††‚ÐP KíЀ2WãR–do…@ Šsøûú` 3P ¦„€2Ô˜@F$ x°ÄÀÇÐ €É™$À   ·°XÜÀp@j € A»<`(R@¨8È@p€1`B0Ä,¢ÈE€fC!Q ;Á„"Y-…2\­|ð` f‚xhà ¬À 𠃸ðàjñ]|è¡‹Ìg&Õ€& À@;!~"TÀ@ @/>(P`€ À@¨ Às”° ‰å€Ù9y$逄œèi+ “ÊÐÀTÐC )8¾²ÒLäÂÐ_lzIb›ø]ý$„# Á0 ¬@PØ j``@HÐÐX´°bj JÁ ƒÒ ÈE€„ p`ˆ_f˜Al(Aä A()  @4/j é!&+° @€e»3Ô´€Àð €bXÐ ’IŸ¬î×Í  [‚è`xQ4Àv£€. jÐ(J %d’ÆãP}HX(` <à@ @€4Lv (™ÀBÜ!€ƒ†ö(3“CB1eòFšADˆà ™)&¤ ‚14®¾¾êAyÆîÃJd€ö,Aïïè (àVÀ Áh(i’€.réBM\ä·Ì!¨`$2ÀuŠ(`€kð!}n’‘ýçô‚¹b€b€º!á€‘à  A$@€f`€V €=Ø€2Ì@4)À7`)øi@'&àCø?éw¹  4@X f€!@ÄÀ5@¨ (~Ä €5Ñ4›€ ˆ@7À:© t€˜Ó€Ë}­ €z €pZ €`à @ ä45ì 6j¬ 5Iø0š^ÜhA¡¬Óˆ`€. ƒdÂb‚ˆ`”é a¡¼5/Ÿ/%òÙ¿Ým~Œ *p - R€„@@P\€ðI˜€ìÈ€p€É] €††¤0_ ÀQJÖÀ`€ôÀ€;`€  a€€)RC|VMrø‚6v t섪8 RBl—8<ä„f¾w I TQ €CC‹H ÌôI,Ž ÏtÎvJä¥ê ° Pw ¸0ÈH°Îü@drHH±¿n`ë© À/(¼Z@0 O< Ðk øá€P¼?C@ÎRvXa)ÎKÌÈF¿zà€R  ŒÀN„PÀ¬L`€É°Øð xNnŒ¤Q€P01p*”ÒŒB¬Úë˜)ÁtÀ€8à€Y°„@×@°H ipÀ€>Å€„Àa ›ÐL€«I&££’“Æ1'_0xÀ€„Äð x bضpà À`Ì0 €.ÀêQÁ­U À𠦀€"NL@bØø 3H €á &&T“ÀlP rÀ§Hu) paˆH‚PC&Ëé&P0´ðÜ4'dÆ·9ôXUúð€€ÒNŒ €‚Ø €dB(Ä.¸˜'à €à J&†$° ÖG`*¬Ž0% ÀJï€+ð@ `8 @À@Õ!Ð @€\€T¸ÄÀÀ `©e €èhàð*ûg!YÛ$å_'ÈØÍ„u¶© š G°¤é:ÄÀ F1D>CB\䱸¾Ûåw G'ß» @r °@=Òh’ À  À€^;a !Œ pÀ y`S¤ü¬1 /“Kmg ðà@É °@† 0Èà‚@€` (!·A0ô›€À À`û Ñ 5H 9?^0†¢ J !“ ¥JᥠjJIåG7L€À6€`2€ 4Ñ 10@0&¡3 ÙÂ&ˆvґɤ0 BYA€V’úá½*Ì1 db™…?ö”¥.®¹\¥)r”¤EÊR‘)JD\¥/j °`€¼°  @/p '€À@t€`¢<€ ÑPÒ‰€`&`Bú!€è —€ÒGö`€ì¹ Àb’ÊÉ &8­É©Féæ#ñДä~*)Ý;íÙМ t†%H“òC¦tü 3À€èh€€è„r`Ü1 ` †`Ô A‰n½!Xie –Q@“úœ‡'ÖZBJrpÎWãw3•ÖáQiz@j @ª Á €®°à’¼3Ä @´ $úw€–Å%€ @ @ ÛrÁL%€€‚˜ @8€5J„À”;`@X À4€TF„ ƒ§&€>å­!¯2R½r@Ø e‚  a€‚X` .\äÀ€¤M"°‚ 2Òp`ɰr  U=_‰Ž°‹Í€%@b"zÜÀÐ@Ã@à'!dx€'ŠC¨ bIœ¦ŸÔåmæÄ8Y1Й’˜‰xù<4†Å’€)L&–X·ÈÌSUd'(qí €@*f€Áø¸5À@tx € ‰€7|®Á¡¨%  €èš„ÉO:ú` 7ذ Mà€ì@ €„ ¢Ô3ˆDÂÙ ;zÀ:&’HXšbo8™ñûï| 48€`; œ¨Â@€é€i‹!–CH` ë@x M/›Ÿ€v– 8 h .€2#À ‰ €RP@ÐqT”ÈEv„眴4 †(åvOA5+>Øà À4&€3¡‚haÁ…‚` AéîÈYÙ—’P„ŒY×ô @{ Ð € `€5‚p a  À€g|@Ô$„ T°pâÒP <‘•aR @< H<@¸ z¤` 1n€`&€`©0…° @b¨hÀSÊßÀ'2ð¸ q €)à”  À ÀÀ\ˆi5!€&8àSüMÑ-9²C>ãR•j=€@`l¨ÀP‚0` üxÐ @- ,O€@Cä * (L I ²7t$†0 aôJ” 1¸aìµÁpb€b€º!&A€‘à ¹ „ ^ä ‚Éx™32@QÆa©A0cŸæ dkúH ‚€ g„ˆ.€‚é`1 €; D‚˜À€À €èЀ€_É 05 V°òöA'|Ø*Áìð Ál” €H`PÀ;¸  Pa4 ÞLpZ€ ƒQ‚PŽY"æ.)\^À )hì@Ä $ P ˆ`à:¤$oÒXaeäcwÇ㮇p@RðAÌà ÀHÀ ÀƒÖKHð˜ İ Éj%3Û?^ä¨Ep'` €vž1 €-&–7bó¨µ2L±H+|>ýø BH X€6^”q €†€@6àà4Ø f€"h^P U(pèj@€˜—²R¾»X@ #‚È ‚h ‚ˆÀ@K À @š:D>¸@°`'tC 4¼Ô¡€'‰0 'C¸–QȾlJ`€° Ã#  €†”B,àà;à7!½’Là!d%`Ý÷@}öN@€_€À2°AãË€'Ä—N ƒydÐ*ÓoÀ ÈI@àQ·dî»0€€5Úqd0ø5$"j7&Ƥ×xTÀl€'Ça!@ Z €¼˜€lå  €p° À Ã` Ê0ЀjXÀƒÃbÀ®&#mpË °@>è`€hA€€TpÐ@u@ À€>!  ‰€¨rP^|™Æ–a¡½ÇÞò |p  ƒ’° À @À<¼4†X` vxÿÀt€Ôà,Ϲ/õX0 k€`À @@ì2Jj€é)H ‹ À¾P Cwû: ‰GÝ- AT^Å–—¤4tÐRK,…ƒÇvÉlß"1¡÷õàà@j 2` @ˆ0(À€ n Œ‚ˆ €p(z´ðÐ ð¤Äð€jWÀ–Y5E¯Ÿð@‚r! 0p€„à¦ÌPÀà€@ÒBü @3Ä ¤D Ð l€BBxÀÍûda&@e 0  0 €f´7.@; (°ðŽL %£k¸ÂÑ©tÁ$ €!,*€¨ gp@€TàA0`€RBφÃ@ ðbX¢É¥ ¢Ë? PB‘0 À€%~BÜ 4 †îPhÒ©e°ØnÛ 0èF+)ÏòýØ $( Q“A¼A\h ‚ À=j€@ÓÔšè € J € € 1D2À.[$°¹-C*À.ð@ª!‚Xa‰à€^" ô2À3ðÉ€Q   Ø4„KH„<!š¤ß4€ @<à À €$q` €¢`p’Àª8ä€Å$ (j ÒŠ QÔ¨1%”3ÙN €j` À€\=€ &H €2%òÈ`À@Q@g€Ä 2°ÅžÈk2 i€'+ŒR‰Ä!€ÔnzqØ?eÆ&<L `@l @Í&‚ø i€ ` AØP i‚á0 @.&†d À€/ /$OÀ)0 8Ø ë/.  A@ ‚ E50üE€@ @À€ð ` €ì`i¢Àò–@w€wòûм€ C‚¨ kð €’€Ø÷ B4Ð ÿ, ¤„àd ÒŒL9aÉh!žˆ@ (‚˜°"T  €18`€>!8„4ð C@Bø 2pÀ @!|´«™Q4”:I…“\ À0K˜j!r¾ZSÿ,¥¸ÒÞÁCÈÕÖ@` k€\ÐàðÀ R ðd"@PæÐ´€Z4ô°€ôtI…¸ëÇ‚c nG.à„‘À)B‚T³¯$”4À l=`@`€¯Ã éå†ìzPL É/£–jð€-ð€:p*ØÈ ô£€ÄàQ€v@žM Ý@(gZ@/ØÃ@LK"É`Y’Ùb foªxx 0h e‚8 Z‚p@@JÄ$€‚€lC&>Ð0@×NÉŒ Ť…ÐͲû¥V¾ à>@-ð€ ÁÔXh`@€tX  ‚@È`ª á#À¨ÜX`€‰%† 6ùÁ4 d ‹FM ÐÄ „À ‚R Ë,5P˜¬00h ‰ô°A4 ÌàKh8 @WNÈÐÀ” 0 € ŠÅ€+Ù0†Aáœ°ÂЂ ‹!c&”!f”€~ & ņ챌5% ,¾ŸÓÉoŸˆTØ &O×õ`à€´B €t`àÀ4 @Ñ€@È!€€.À Ë!M@ ¨?p ƒ ýA€;Ph…v NmšÄ€@™  @Ç €€+x$þ )b€b€º!/¡€‘à @Ç ð@Î0 ]€€däÀ(Cbè–4 ±dÖ)( @!z“tx¾¾x`@±@@’Ù@€\€ €`DГ €C…è¨+’€©0 Å( †“0HÃ*€.`@` Ã´@@É"à ñ5O²+(#dB!Œ:HA#è¢Æã¨Ø8à ÐpP:\„0 mgļLIx–Zöx±\Ó Kà€ê@ Àà&Ð@¿à€‚8\¬` €3fB!†˜ ¸€;¨+q€¥ “|ä#<` %‚@ @6*Z € @€`˜ @€À Z“C@vB-Ø—ù+þ1U@ ÁèÀ1¼`ð@ÉTà3!<8ÄÒh¹0P*ŽÀ ™‘Ë-)e’”ƒn /‚ $‚Hà@Ój @ 10 À€Ä‚HÉHà‹%3·£€  C@±0˜à7«näP@Wp‰ Ò !ÃCC Cå’µùÈÒ+W<_”¥ÐÐ@ª°@°(4‚pXà NLÀ””C0 † Èd *QDÐD-†eÏ»À¨&€è5!„Ò‹ -”º„î¹r”¤âå)H‹”¥".R”ˆ¹JR"å)H‹™¼üvuðãï§‚p@@€j @Ãä  €ÔM p@E@ô°€4*Ð30&P 4 ` @vMrhh ö,0ódï˜D Àòµü€ @P (´’ºXb¿O€ÀhbPŒKªe –o×Ùð@­~€'ð$ À@ˆ… @t¨À`V–ÄÐÀrL1JÀ!Ø ʸœa4™ùÈ&“Ä ½ù:9¨ìxx¬>  ÀbP Ò7蘠,ñ0ëwü¿É¡¡©é•ýh Að.Ì(Á0¬¨ E€dÁ€ Áä†^5€v@€@aÀC‹ Ô„£òÉ£0!}„„™g @£ `’h @'œ`€npà! B€p@<Ø I ƒ@¨dÐÂ’wÀ`M,$÷%ü7†Œ%Þ0 A0p j‚Ð _‚@ì00@9@9 ! H`°€T3†€ÀLÇ +w8ë°@€ Ð@=   *€ `ü„à@@L( ÁL &HÎ@L¬ªéIÇ\(¼´šlƒ$˜ ‰ƒP*LIx°)ÐŽ¾’XÀ ‡Î7TJ Û@¿F €$ü˜À@ М@Òp @ ’„p„]ÀN`Jˆ  †€Z(I A «Ð@`@, @V @@À’˜@LP €€À@gñ Àbå(D–A@:@O3\@ʨ @4 bh ,‚ †€`°@ÔGb (dü@ @4€•þ Ü $Ç·‚h @ "f€@+Ä„A< À€h€ € @1 !œQ `;À€¨&,@g„#ú@€€ì›ÿx‘4ÀÒɩزXÐýÀ()(?OB»’ðÁ€O¥úP@- @£Ð #‚pp@3!$ €H àà@1tH@0H@NXoÙk1 Nà† PøûŒ@€* 8@Å`@À1DXA À°€Zˆ€À ÀbÀªRXÀ`0(XÎøåw&†!ÞY·(A_è0d ‚€ a€/LEÀL= ˜ `D,f& ¹$åŠà…ô=Õyà € À €€€‡‹pìÁ˜ ©7  Ò¼M/r@ m`€€L É  ÑDÂX%6é O‰Y`7bjRR[l\`»á×Ü @LÌ<!Xä&€Ð Àb € @€ÀX :Ð CId¢@4A@:§ôþL&f)Úú P 2P ¤”2 00@F  ` W;xA :vBAa€ ?¡`D]äÀ` „`?H `€€jì €dÄ0¸šx Àm“à  Ü76 >ñ \Ø€œ ¸ìQ‰ˆÀ ƒ  '5ÃQ‰dÕw@Ú´¸@€b ÀAÐX‘†á…ÔÁ½øo¹3,b@¾ÄŒnH¿¥€‚È Sj@  @ Qì €ìàY ÈàÞÔ0 9!jŽLtîl®fh, À€ À €ð “‚ð  C`œ”MC¹$ÒÀ4( ±3¹i9WÌzÏÚŸ·´   CÀ!À¶%‘¸†_$ À0€2Ä<0 AINlÀ,@»û ‚€ RÀ¼Àˆ ’@   ààðWld€d€º!9€‘Àî@ !hÕÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý² 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ïÇ2Ÿb€b€º!Ba€‘à @1t@  P–ÀvZÀÀ I…î`å¾Z`€.`@ t 2`À ÀP0@:)“R‚1¢²Om¬$¤ÁT (š„”ZZ Ý Bs¡(çï¹û›Pp€+«R‰… „Rv&óôŒWZNÈ– Èß¿µ‚Ø (‚ M‚ @€*p 4HPÅ‚°`†CÌ$K€-!ðИ°üCVPÐЄ’±—$à€ò@ PJ€ €‚° SpÐØÜ²@/f@žÐ0àÐ(pòÉ(HÃP»å €\ÈA€&¸@`¢`Ð0LB( ƒ÷I(03d!úû!) VYôœ4vM&“x` t‚aa¥– !¯ÃKB/¤5ŒfÌPäOL¥ûú +‚ kÐ Fð@Æ&v A À À:0à€?à;!ƒ¤š@3 &AY TH€©dÔtäÀ0ÀÐÂq @.—èöà‚P @=€%@Æ!8h 2Jè¬à€h€Á…€5ņh %Y±0°BøI \7|Ç¡ ?oÏÛÖ€€À06€& Ð Ø  7¥(&ï’þ ÌRÎ „Žç®þèÀ€¤ €¨  €. Р(ø¨@€h00<@@t™ €tÉ™%bƒKØøi©¹: †C|€JJ@&à ‚ `Pà€!Ð0€œÂWH0 xä`nŒBCÙWÉ€€0tÔ000 4Ì¢a ; ( : ¨ ¥eb÷È& ÂòôBp€€Àš`€˜@1Ñ   P “ &‰¨A¡‰Ã…{( wA`„$€Ü%(%¶ƒ ( ’Ó·RÒY,SLÂJïê`€ z ‚’Á¨@€v\@€wÐ;a€€`M¼` ÀT` † ݉¥à„²SÏ´˜(l`€®D DÐ@=Pó( Ä)!‚¨`p B ð @ @` {@i+€XÎ>ù L  „ ‰€P˜L)„‚AE! AH1ZîÙÇÌ ’p*C/”  „@É™ÀoÀÁoþ åânå–¾®€D€,G~ÔAÔX€ K‚€ j¨ €<2/n`°@,n©@bM&”  lp€é Y4DbË%²SzÀ€&`0À@©Pð@M!€€h¤/ÀbÀ1pRè±4Ø €b¹\àÒÑø8`ÜL×TYÛ=ò¶‰) VX«@À@Ô¼¢Èi`Îi0)ÙÊICrJK’[À £Í'‡_µ @E ð@6jà; pÐ(°PÀ@0@`äЀ‚¶ Ó3€;zÐ0¢a Eã ¼M22ÛRÔ˜pÐ !,á¡„"bKgÄ$ B?ÿù¿ù# Ír”¥¬\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘ô°@€4`@®  °‚ bäÈ@)j äÀ ÉÀjØ@¥þt†?àdô /h3ÁÔ è €ˆØÀà A4ü € &€ì  ”0¢À“@  È8®’†š½|Ü.w( Hð tq1 B Oä¾ÒC)lL&¬ßìÍ0`žµ“„_µZ HÀ€jÀ €B @ A¼ ‚ðh @€3Ð ÀBx†€tØÜ”^ÿ€õv½`€@F 0@§@Lð‚hp@.xˆ ¨X j)Ä b0@J øà…p2*óo–eñákqæÐó߉Y`N€ €Tè`2L!†a 1H¤!£a$?ÓÂxG˜7¿ÿ9dëúh @2€+ @¼'!‚ê43€b   &€é Ã@Àt€`œP 0¬5#.pZJÀ7ÈÀd³¯0¨5ÁXÄš˜ ’kä&b€b€º!KÁ€‘à !–Á@ Á¤¨x ù4xÌ0`0@Á`&!€dVá¥X ÑÙ½æ_H~Çð¿Q DÐÀÀ@Q‰Hk °*I µ€V€ËrƯaÑŠ=}b¯ìä @f€ €¼H@'€€dL\x0‚Wr€,H€ð @É…`ð+ÎI2øÉH%!þ§‘®CHe¾@ø•W Ýäü‘˜  ¿ê¥ÿºù_ÅO°ë¿­®Mmºzéžo©â|tuÓõTü:žDèÌðÞªžºž7ÇDê~O4ŸTðÎJ§ßoì}.zÕOÓ©ë:g¬éžP}ÌúU?zyQÑÔû0y^­áËŸú¸êz@å= rž¾Ÿu>=Óô{SÄÀÕÇ\ψ‡LôÓ¼9äUs<­TõO"uSÈ“¢ =tÏY:žotõO)U=g[Ä[?NŒü©ä޹žH*G®™ú:g®·‘áÕʧçOYÔõOΟ@vgÁQ:g†p¹UUO_O']ÓßDéTúíäzêy#®žšŸ\ÏOO.tu=àr:O.tªx×ÙTò}Óö§§§á:žj 9;Æ\ü'SÚ¨@vg—¥SèŸO:ªzIÔðÕG]<±Õ3ÎTª~tòÝSÅùP6Îðç‹PèOë§­Tü­à ^_ÿøÈ xüL¶×qmL™2Zþ'›%®N]ü{»‡ø™zL˜¶‹ñòäÙ÷ñîîæ'_‹Ðm€{€ûù°l®¢¯æbbl\XöLC×óÖ"Jî/¿˜–¶’`Û2!³˜×ð*dÄÛƒPmüÎ.L™1j¿˜™-nâµüÂÚânƒ}Ť}üÎMà äò˜4Í3’ÒPÌ™15M05¢ÅEè¹15M11c"ôäÁ»cýüÂØù2bl˜š¯¿kËàv,ÈšeÁ¥^±γ4›´xÿ!Á·Pëù„Ù:MØ6ÄÓoæ`ß%â䋈i:þ®&Ü\‹ù‰‰²GEÜCþþbM‰ É“& Eü ›ww0š½É¹1i _Ì.L\›‹çkùžÞO Eé>âo;¾þbPÌžÌ&LM×ó=É‹¸š¯ê/EÜ[Åãšþ¢ôMƒblCSv¿Ò÷$D^¿Œwpoê¥ÿºù_À¼a׸«ø›&äÅ2ÿtõÓ<Þ'SÄøèë§ê©øu<‰Ð™á½U=u©áœ>•O¾Þ'Øú\õªŸ§SÖtÏYÓ< û™ôª~ôò££©ö`4ò½[×?õqÔôÊz@å=}>ê|{§èö§‰«Ž¹Ÿ;™é§xsȪæyZ©ë:žDê§‘'Dzéž²u<Þéë:žRªzηˆ¶~ùSÉs<‘:T]3ôtÏ]o#ë•OΞ³©ë:Ÿ>€ìÏ‚¢tÏ à;r<ªªž¾žN»§¾‰Ò©õÛÈõÔòG]=5>¹žžž\èê{Àät*ž\éTñ®²©äû§íOOOÂu<Õ@rwŒ¹øN§µP€ìÏ/J§Ñ>žuTô“©áªŽºycªgœ©Tüé座‹ò lÿáÏ¡Ñ:Ÿ!×OZ©ù[À@¼Wÿø€ p‰€Ä #€phè59™Fó!ÅD>Lè_õ FvPâ€v 8àËc *düø•.@À àÒŠåœEÔx¿™áo`pCDÀNˆ$ø†\ö€wÉŒ‡g‰À;¶vË ›^…SBL:½`èì$èå|ÿÀ:ÿ €¡C 6©ƒ×à lŸ…€¼Ÿ8Ø s Ðr`ÅU05'€{à 2ƒBH±@v¡‚Ð4œqÀ?©€1ø†Y@Çp×_0ñ00ò~€’±xbQÊ™Ž€¨œ\üÀÁŸ‘`€è¬‘ª˜ã*a4 bPÄè òÎ ‰©K£—#8ÇÀ1,ÆlxÞ¦P08­ìÐó[R_r)l-€E 9)CF– `50´Ÿ?0±aÀ/€c‹ÊŠ0À@€ÃìâeU“À[z/žG¼~³MýL~` d¤ø8¼©)avÔ?}¸Š˜¨aÑ4šx ”œÑ4¾ï€XdL4¬*oÀ6@•0$À à*M @T¤ìy>&—÷ƒù‡ÀÃx!áaÀ?©€;!@1!˜ÿR¾ÀB!†¥Ùˆáp`üÿü}S ¡‡€²Ô4èšWepÄ´ï¢a @Dÿ||>¦Ä™Ä´<årt°àÄ/…À”’¸`ÏÍSg0ÔÂ7r$üÎøRXÐôŽ¢àp6áð|Ø1,Êað €BJñ1Dxä °ãª0*-'€kj›t'0êXs€1d4òŒðÊ `<çTHõcbi gÞŠ@«æ8[ è‰ì£~âÈ£„º‡«… ‡ç3¸¡rLìSmÀ€öâÔ<’ÏÏ;°qäM½ì¢­xŸjcŸ«š)V$ìjbGã‚4ÃÌqB^f=±¤8¹+n±äfçYíæfûlIÿጯ³+c¸ûÛ©€T‡ŽÚvÃVí±æ«tˆcÂ*Ôq9@ÛvP[,‹F|,@¢}(A8ó¬S0¨ÃH–£xò*ä‹8‚^šVgç‘WŽ¥ l qLJªûŸªdxå°ã„é`w(ó¼;ýÖO;Ål<þ%MÀŒ-ÀÛ¯Xìo]Lnû'£œÂ>Ùû70Þ'7ÉNîϾK:Û±Â<ÊÝf'­xîê3gcÏÚm™8Óû6m÷e2°šVßäöÙÎÇ~8ü×—òŒü*¦'7ÿd Û¹Á›©fÇ÷ß¾Ý,5”ØÁʵ-Aùa<Ý—2ŸìþAï÷éF#pé[dáAfê ¤ïûqãIÕ2çü9Gˆ¶=‡(qœ Iðál¿Ì hç탌ev]€là4µŸS=Ô=l¬?ISü)xûRœ,œÐüØ@†9u™X¿m-]… ©’ÕƒÅu.ÖûR»,Ÿ±8ÙÄayÈ´§fQÇà>¡¦g¿ÍÑ e·Ëë;|¯ôﳡ-òTÌíÝä«fFmÿé[á¿cB•‡QœxëgË^a»o÷ç6ÿ1†ª=…Š©–3Šu›ß°ñ­Ç‘V~ˆÊäIÎݺŒäð!J_î˜QùU1{vìû„¯6ùI~½»…Vèã:>nÏÝðn޽Çé#8Ͷæ³vïÝÌzͦùòQÙÕ¹Š Í¿øGaR~WcÝn·3œÿ7¯wëÆ;¬)pvÇÔKe¸²9ØxãÌqÉî0áàÞ7TÍgn=Å-adxs9؈f’­Ÿ‹rÿ É3­F±Œg'`ª`Â8ß:†/;>|üUìß·wns6ËËß·_œÙ¾~Œ—¢IS3˜`pXœ<áâìyÝv&¢J=j7[0‹3‡ã˜ñN.Ìg#lN2â¢I;qÆóçšóµ3©œ‹XJùáL9‰ÑÕ³möëäƒ>R±Ûnìxó>qNäŽýû£~ç¡yù—”¼“(å|aŠTûvUD‡þîægéF°³1¿­ãß÷AŽ#ÔKcØ=NjÉþWwçœq­Ç… ‡ A"QÆTH‚¡Æ0û9ƒÉöqÛ"ÔO©‚ä­Ô ³£ØáCȆRÜ…½©ª`îïøò6ÄxX’3‹‡o¸æeå‹Äïn¥ñ'fuPqÌÆ3a8.Œj‚b° áûmÎ6³üÓ¬År7Éö=ùš¶j‰$ …õœO’+õŸÂ˜Ø?‰Vƹ‘ÆA“ †¬cÀ™Ýö m;·mû/ñ½YÖ¶âxëï²~_gdçßìØãó÷úßýÒ—uägËÛ>m›7vÛ¼¬·ÛŒèÏÒ•Ù²3þáÚ=ÙY„Z™îû«î„-Y_?<ѧæ˜î®î„ŒAÍ·Éý;)ÀöÛÿ'×¹æàà¿Ùþá$žÇ¨ÿ°¡Û ÈÏ‚RýÂX#;nîæuÔÏ3§e|4óXõ°wvo0ÌíïÆlëIÿb=fun ”ŽûöÛá~Ýl¿¦ßö9?+ïÿ¯³)[íþûþÌýj$­qÿïÀ{S°Ü´Œt~¶Æ)Ùc´Ç¥ ðG$ñ½œaì°•}öoH}þÿï¹Ý»ü¤šxç?鑟}ò]Æe3oÿû³î)ÿ¶Û)Ø#­|#º·;÷—ÝùÝßÖ¦FqDM$_À?ãÇYŠv™Žü~X§àt|ƨpŸƒ£êb{l÷9Fvøÿ‚6ê9ÿS^ço™²ú›°ÎÝN~¾³§mÝ÷ÌŽs»`ÿœÕ«I|¬ùúOÝþß gǾÙj9W°FÃÍ9±Ûcœ¹}iqLZ˜¸¦û2éJPq¬qæZÔFáÆŠ£vs1‘›úlë3±:=€µ3¸¢9×ÙØœ±¢¬vÿ7P£ÖFuCÛžáÀXœÇ¨ü¡_*&¦$SOû8£òìÖÀ/? §YJ¨b€b€º!^€‘à ®ùF(Î>HýøxžZðçDpèvS£C„“ˇ²¿b9®x“ü,¯j=‡ˆP±qíStö}¹Ÿº·ÇüQË*Gù–­ÙM›~£…ßùÒ7ì¼Iû ß6ÿüËêÏ÷þmß6ìÝúÕºœN”pCu|´[æ'ÿ;š<àóêd¬Û3g[)_lËÛ«Û™8Àžß»~‡èïþgè4Ñm>CoÇ>VËýk1ò¸ú0ü‡¤ãº0IÊý{­ñÍÄÒÝ;ñgTÂFd£qƒRŒŒ¿ÿíÖ/ãú¶{ϰNû3¾ÿå¶Üåá¶Ã3öÃTÈý‚]lz”?lûîÿlŒb1φ|r¶ ˜ñŸÆšã>$×âõwØQ¢‚@d ;Fel?Ô:‡à ¶0dK1yÌæ¾8é#Ô{žg¶ëꛨ‡Â~'«9Àˆ£‰Ñl+THSfX{‡‘æ€jk»»‘ÖýTKæÿq$Vê)k wµ)u–{pà<%ØqËd%'óiUIƨ~üü³€äÔŸa€nŒ~¬Ü:ª'ÏÉë?aÁV¡ 9Žûž:Ö¦4Œm*¢b³­\ñý° ìs1([­jØA¶Q=O·äNߎŽ8;‰lz„£Ý–EéCê'Ûb)†ü{7ÌÊQ8ò-–V’a Z5”q<,*ÕFœàt ’AzŠäqg™M’¥0à°º™ñXÆ#©žI§)La;‰6JœóN;‘ÉÔ§oÉçqK±RÀÒW–gaâ˜t; ©™»¸®!û $øRuŽ"ØöýLê5ÇŠ‡n(ú[/,=YÖr‰ÑÆqu2üüy?Ö7mŸ³˜Îq„hç9Ì Ví°pù*=[¬‹‡[¿—8R±–ª˜'ezÂàüjΛ^qêËê¡,Ø[wcL’aÆÏ×ÔÁÿ#žEhÅly¿ì$R˜ýÈÖ£…a#õŽS˜^ZØFÖSÎÛa]ˆ49òÍ¿›ò,/c?ÌñËp8 AùŸ‡­÷'Zp*fÇs‡,ì%´Î8@ƒÎÖgnæžmã±ÙÖ9‡€ú€?Çó1ã—Þ¦':øŽÜH½vØ<ÇêQÎEí¼)ÙÀfe `4£ÄuZ€Õ1]ÖqÜN9³31üÓB:JŒâDP”yªaB–¹&8üjÚê†ñù³>¥‡18Sâu ’k=ŽÌî=êbWŒ|¦ ìÇ v[±Áð–Çr2¸»5°ŒêÌìî±üyÇqáÇ,Žþ ©‡÷ýó ež{üï“ÿ~Jní߯s¿ÿ8îÂoý²þ~¼·âY‚û*Kîû„tŒN<Õo›ü?¯|>Õþìêùöý™-Ägö­¾Ü.¨u»f3^’²ss¸ö úSZÇ+<Ì¿Ž=ñ˜CRÏ0<9nF©™›ð;ŒW :«3šo„9ƒŸ(œe(~ã˜áÚ–9nN4. 'ÔÄ 9Nñ9JZƒØõ‰¥;8pYÖ?Ç5˜ß+7äumIJ_s„šíbpt$ ›–@ä–ïÇ-€?æJoÇgÇ °ú¡#³(IÝXÚ‡pê@ j˜{þÃÄ·`6N¡g» vüò;Ø÷f‡Û1þD8JžÊäx^`j¬Ï¾Q¸{˜(PÕxïS6;ºú‡¹Ñìq®£CÈÞIÀ“䇡ÿ‰ä^Nµ©‰` Ï<*ÌïÖa)G ¦=Ç.N@ÂÕÆs0¶îdš™Šcp Þ s„.Ô{j:=xSsǼrªaâHës>|¥âbbþÆêPëFàj‡žÕLÙK̳–UMÇ1ïÎÃ…RÄ¢5©xz¾qÛ b0x»ab*`§Ì,Þ:?í‚ø›` ¦Q:H¶¥¿ûÕˆëzUQãØŒß|ãŽvã”BíC´zùáf/3TC9ÜSgÖvØV¥CÜð­L¦ƒ"JîãØÂ;Éñøò?>ÅlçRž¢I¹Äs˜ŠE‡ÇQ¼€ñË;ÏƬ=T'Š©‡˜@p¾£Üá/Õ=‡G°ù&<, ®º‚$Ì£Vngæ8V¶ T+ ;?Y­ Îßÿüˆ xüL¿‰¬áÏ ’A–¶Dx¿Ÿ½ˆÐ§ð}üz'G¡þ³1Ú± ‚ë2¢Å¶(äðò5üÇÅ#ž ! 8 É#±±G÷p² üÃôƒæÃˆÑDbñxCHæëù™ÙÍÀvͰæ'Øñs«0s¨EüÄH7Sžx¹ [arLîÜPx —¯ægµ9©"EÒx5¯æNÂǻǬ#ea5”8ÒXpðéÇ`±D[ù“˜Ôã€åM…I=‘þ"8 ßÌXò,q•ØæìËT•HÄbwS¬]üüQë°è®}Òߊ"SÌ£ˆÍxƒbø¡àóEA¼Qqç¿™=¹„YÀå ø±j4MÖ/æ%@PöÕÅy€=ñaÏ þÀÎ2zs>P˜€t‰&Ú7 Qß_À¸¡1@v€ìšæ 'Wb™r‚Œ·Cü x8êøPTœd|Np ïæXð¿\|¢4:H³È2»ü(]üÄLm7xå ‹ÜDRø.þf>@·j'¤2ÔáÀrI«ò #oæ+0  ég<Œ2H‘C‚#ˆØëù‚ªH¦ÄUÉÂhµãˆ­5릎Y¶RŠ»¨±R Íÿ8æ1Ï9ïæI¬h|î~ ‡3I<áÒ ã‰Æ{ø®|yì8Å5…S/¹®Ã–1šÒcž¶$R¤0OâIá×ó.`uhs0umìW#È`Àh1ÎêF'1Ìê¦>â¾îûNn:þ`‘(òu`ì‘ëQ@Ï€?›E7%à3\æ)ÃÅŠ¿Œu­V@: ýWû׺ò¿‰RÀ…R½3°ãïàI~±€Eg¼F’bš¶Üò þè;ÄA·þÀZôGªþ9ˆ!ÄqomÔMx\> Px\N¯qÑ×^Ì €0¡`Fñ¼I: aÌ^ŒÿáfLÜøêðAÊ „gü `ÿ¯@ƒæ7F˪ñ ÀÆ#UêA`Éÿ¸«Àäxv¨èçB«ÀŒÐÑ'Õx6qf AUx·þ8¿àcÿ„[Ä}¯À2iJ:¼ ¢8‚(\ð3ÿÀÆ*¼YãȰ;€À׉ #ÀÂ"ØLuyyÕã‚€þ:¾Áßþ¼HÀè»"ÚjóEÀ>¯êø,Gþ¼1À7…D ð&Í:ÌñÕá¢Ôµx ÂÀ$¿íáÞ]º|&½lÁÄ Ç@Ãÿ^`Pqðø°1Àrî¼x2Ê=ÈÐЯ¤ã€:ºð@òpø<â$'¯‰ÄyÁÃütAÀ¼öÀn" טq2ØÈÀc 7^( ÿñÀ@øs_; ¯Äe`xÿ€<…P x * 1(€gýx ñP …D`›xw‹êñß²”p f+ÄŽfPUªoú¯8`aÿÀ:¼ˆT}x²€<‰Ðuã£Àª¼h\ð ¯c¢(ñ:¼H¿àøSÝx‘ÏÁˆ:¼HÀ©@.—W‰`5ƒ hÿŽ·‰éP2€Íó . õy/€!äŽÙ¼O€¸€`ù0ñqD'Ë›ü]~ÕâæLÀÖ*¼\œO˜6¿¼LP°ícê¾`3” `5óŸøáç€q_€36¼M‡ÌL$E[ÉàZÀfêtéUð8U×… 4su^r µ¼x¨•èø@.€ökÀAGš|p 5…ט¥Ù€5^(<pæ׃‹eƒü(ö(\EW™„a˃àbÿ €]ÊòDpc-ãx@,ˆn€è0Ê¡½‡š Ì?°êô*Á£þ,Ÿ  &Âí{üWýy€?ò ÁCª:0õÐóÅò€7¯ Œ³¹¼d€d€º!qA€‘Àî@ !Ÿï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý² 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûÛÆxÔb€b€º!z¡€‘à ! Ax¿ìux@øMª`rÿ€Y^ øAgÈŽ& ªðCGJ” ßðüFW¨@GD@½W‚‡Á@Áÿ(t9¯TùPàÚ«ùën³Ô _ñ;€«Ô(aÑJòìÕèÄ•GWÐ?íáÞ-€Ò2«Æ‡@/ž¼H(â³> ÀÆ^(jˆ¡@3¨Àmà ^ÿøÈ xxšèú ¹L¢½x NÁ\ûŠ}”"¼}Áÿr?m^=@jÞÞ¬PÕâe‘ƒàb†¬Ä{y¼ººÞÿ„h¬Åט‰¹ÆÅ“Cƒ@8¯17A‘@É#‘„À&ë[…טq YüØ  €&×0ê𘘨ŒOŠêQÆ^aR)âd‘ïÁØ×òëÄPAЏ˜À…yˆ4h äý1`Ð h£@;æ ñTÒA‹þ˜jÀ}^b#Œƒ8o#.H ¢ 3"¬‰&LŸýeyˆ$اŠÞ@™ ÙÿGã@UæõEEIþ›üW˜8‘#Šñ@ò˜…ÿvڼ¤ ¢!Ðg>Iñ oœ€£L¯ˆƒìP“@ð’uëMÝŠ µãxˆ`抸„^çŽט [S\‘À5‰›üúó"¤,q>„ň€`›Ž ¯‹ƒ¸Š4Ð,ÓÄD Ðýy”L¤P0Å7“ÀpAÀ,¯´TP"ØçˆA«ÀE«áj¯0ªŠdY„ ±Ñ0ÒqŽ}y…H!fPp³Î‰˜“À…zŠ‘K=€~ô¶äkù‰ÀÅù8|"t‘÷ó8:.Å0t\A’;€Ð:¼ÈuF Pùä€|@ €§Ükìá¼Ê 6) ÀÜ‘çƒüçÀ ø‰reü6}yfxŠ*Þú¯÷®ÿt'å^4AŸ8cëÀ’?\F±fAÀòrï÷AÞ" ¿öТ=WðÌA#‹xh¢kÄ‚àñƒÂâuxÛŽŽºðp`l€= 0ˆÕàâHñÐP‹`êô`ïÿ 2`ਿÇW‚P¸\ ?åýz1¸Ê6]W‰Î0¯Pú Oø=Àè˜è^#ÀµG@?8:^f€>ˆ‘>«Á³ˆ³05Â2«Àü ¿ðáÀÕÿü"Þ#ì}xàö“JQÕàUÄBà{ÿŸþ0Uà 4‚ÏEÜî¼HYÂc«ÈˆƒÎ¯ 0ñÕöÿõâFEØñÓWš.õxP0ÿÁ`r8õᎼ* W06iÐèàgޝ >  «Ä€i¶9 ÀÅÿoðp èÐ á5è`F Pþ:úóƒ€Ø÷À-ˆuàÃÁQîF€>€åx 7Õׂ“€8‡Áç =x ìN#Îã ¢ 5à pÿ¶q@n¼Ãˆñ–À@@æºñ@oÿŽÀšøØUx6#(‹Çüä(€kÀaP `ˆ¡Dl8?ëÅŠ€\* ÛüXØx0ÀWŽý”£€[0øà!^$s2‚­P3Õx‘ÀÈü1ÕäB£ëÅ”äN€;¯<€}UãBàpÿ€hex #@?‰Õâ@ÅÿžëÄŽxèž @1Õâ@Jt¸*¼K¬Güu¼OJ”o˜PùpX«É|y¯$pp0ÆÍâxÀÔÈð1€×‹Š ±>\ ßâëðF¯2f°Uâäâ| À1µøõâb…€¿hUó˜  °c¯˜4ÿÇ<Šü™µâl|8ba"*ÞOÖ0P  J¯€y®¼(Q¤è˜¨êðࣕ¨ãÅ@,¯@€Äjt7°;^ <Óã…¨D.¼Å(.Éã…D{"¢|;¬ ×±PøˆF¯< Ø@ð½+ÁT @0ñ„€ëß  v>¼ƒ£pj»þ¼dN:Gm"ê¼Â!.ð#Ø ¨>¼À¨(pP±àFm×ò …J=V*¿P b$¥[Éë«ÁÞ:lÊbx(‚€>€:°7^€©¢(1Æ0pUx!‡ÂAÀÌi:hæ½ÁÐjÀ``ÿ¯ úÇ@,¯A†vPâ÷Ž·þ¢ñ¼%@Ëÿ(|øéUæ¥Ø8 …@€ø\ À01€×£X…˜Á@v"¨x•î`:ô9ªñAà3€0þ¼[,ÿá@?±Bà"*¼Ì|#\øTèW’#€soÄ€:d@tAƒþP ì<ÕÖ`ý‡W¡V ðð¡døÐe6kØxàè¿ëÌø‘ PyÐ1€×¨‡ž(”¾xlcÀÝÿc«À¢ÀBmS—üÊðPÀ2 8Dq0W‚:T fÿ€à22½@Bâ:" ê¼> ùC Íx* ʇÕ_È'X“už jÿ‰Ü}^¡DëˆÀrP—`.¯@æ ܪ:¼€˜€Áÿoñlé•^4:|õâAG%˜õÎ0ñCTE @æo "ðÿø€ p‰€íÄ|ë’^Ú\XbJÏê&YEü¾BBÏê: A1?9•¥·Óø´ÒuG‹-µO›´4L “’…Á¡»!š\MäÏŠ%¼Hø @,@ÿ^ (1%\Iy¿ÐÕ‰©€'!@T ã¼M!p.& 7ixRI ¦Ä…”ðøT+há‰wŠëð”2 HskS N _Å(§À§²<ƒÚĘ‚V/‹äêƒc|^b€b€º!„€‘à ! ?t÷þ! ˜¢j eæ2¼M ùû oõ0à"©!ð±cÚ¾)ØØ<„îå ¨  „ûZOH|‰D„ª¹Ð HE!#FÔÂhž ,¢S.ŠI¬¦ö,´jÏí 6Ù,}L!âí\B¬‰D„ª&¤´¿Ò CPL oÑSNf'æ€5+º01ÄÒ&Fð Hh(•’…þ¦”PÜñe g€b ñ †IÒøî9e#²Û*ae4è†`²<@¡° É¥üÔ±°¤¢°fOÕ0 ",²‰PÉ…þ¨ä2D…¼ ¤”5j˜§ð q €© Þ9°}Ð Ê(¬Q,¼õ0 c +ÈMºâÑøÜ¸2Îà*ñG`ø\€ÂÊJIL[ÚÅh43 D4è :á×CâÈ6zÃí¡ T£·ÐçÀ'Á¨lõôp(œŒœŸ…wS5-Z &vIÇÀTšðDœ¯(ø%†€RŽEL¾‰„4¨ ÊÄ‘¾F>Ì45¯²OêÑ—^rà 7qUÞè^9$J˜Sb:á˜\”>(Åh2¸Ç^HyÕ3I%"` J$ VZÿ€OƒJ–es´(”b[ö¨IþÒ¾ªšJOLÄ¢BU%'ñ0 ðiC2֚̓68NèÍðXª˜r >&RHˆ° /#“~ü"Bƪ97à!z¦Ä â “ *L/b—I¿˜Ò €BZPm†ã*`†ÀT àDÒbri&“~K4ƒ`ôà0ÜíS  P’",r >,™ö뀨jwÊõñÐrPcó¬Ú˜°(lrnÿf2Б‹€cˆy—!nð ÊJQ)*©¥ß*̳¸ ¼p27¶€3H"+‘` Єb‹Ùg‘ª ì¡t2Pù x† I()uO_þ¯Ÿj›t'*‰$¢N€BJ+™«® (7#7+z‰g¶@è †—º‘MÒÃ6m[ èˆ6ÿØ @>ˆõ^9ˆ!ÄqomÔMD‚àñƒÂâu@ÆÜtuÔ˜`BÀŒâ5Ađ㠡ÁÕFÿð³&î ‹üuA(\. Ÿòƒþ¨|Æã(ÙuQ ÀÆ#UPú Oø=Àè˜èP9ª:ùÁЪ ¢$Oªƒgf`j„eTÀÛÿ _ð1ÿ íõÀ2iJ: UÄBà{ÿŸþ0U¤xò,à0uG„D°˜ê‘QÁÀ[ú‰=cÄ@MSEÀ>¨P0ÿÁ`r8õ p áQ L št:8™ãª }@TH a`’ _ðd(ºtøMPÀŒ@ üt ?õ0(8ø €|Ø€`9wPaàÈ(÷#@@r¢@4€ÜpWP@òpø<â$'¨ ìN#Îã ¢ 5‡ý°ˆ€Bu0â\$ê’øòRG lÑ<àj€äxÀj.(‚Äùp3‹®Õ2f°U'àf®=DÅ ~Ð6>«0€Ê 0Ì㇞ÅpfÔM‡ÌL$EC@µ€ÌÔèÒ«ó…]B…N€9€:ލpQÊ‚Ôñâ U¨ÐÞÀí@AGš|p 5…ÔÅ(.Éã…D{"¢|;¬ ÕЇÄB5AÏ`v6` IÐ @5@ðtÀ„€°˜?êô;Ž€YTge gÿxèà:/j eÿ”>ütª˜F”` à2záp7ÀÆTkð¡Ó(ÄXUò®`:ô9ªŠœ9€õË?øPìP¸Š©˜øF¸>/ð¨Ð©"81‘ €YÝÐ`ÿ”BXyª¬Àûª`Ñÿ OPav¬<ðt _õ0àD(uAç@ÆUÐóÅò€7¯ Œx¿ìu@¢ÀBmS—üÊ‚€þYÀr#‰€èê †Ž•(¿àø Œª€„ÄtDÕACà `ÿ”:ÔPåC€j¯ bMÖz«þ'põT(aÑJòìÕ@æ ܪ:¤À4ø2-€Ò2ª4:|õ 8,À¨p1€ÔPÕB€gP9€À œŸÿüÈ xÿÝQÔÛù0aÿ»úh®‚Y÷ð8æt(Ÿr ÀF ¿ˆÑðTUüd€`ª¿ˆ¨êŒE_ÆÇû‘ïá ?³` ªþ=ÉŠ]ü`‹‡ €o〫uÈ¿‰¶'K¯ø a¿šì€¯á<Ö à2„þ>ñ’/å9 ¿’îå9¯åù ·ñ ß[EkøÑ>‘À÷ð ôUü >îÈà_ĉâêwñî‘´w]¤]b€b€º!a€‘à ! [¡<ðñQWñìw€ñFßÀ:ä. ÐÕüÂàe €7ð·‡ÂÀ=Š¿ø| «ù´Ø7õOû¡•ü þ¯åq-¡Àòuþè;Ë‘ê¾dxêñÅÊH㣮¿AŒ¼QÀ2‘Ð@Åÿ^äq̯°ízÜ€Ö¼Nªx àc€ˆªñ°GDêø€u^i>¯àØÞH€8*þ݃§ùÑÃÉðï¿ÀìíxÉò«â?ޝ4Àc¯ä@w^P@c¦ñůø»¿›,uüŽ<…u_½x’ ޝQ­äðš ¹UùׇÔ ?ðØTuyq j:¼#´C®aõà ;¸@`í{2À22¾ ‰ÕïcDç"Ê•xf¸Ð>ÿ×¼¨\  5ö+ºðõ@4ªð QÎ"@˜²°ºó Ò˜6ã ™M*¾€;ûy~º¼\èÛ¯àÉ«ÙÃø’, 5øåy»¯"ƒütux?¸?WŒö:UxÀT@•^dè9P2€ÝלWñNî¼ àeÿ>¼ ð1‡Ì ?ð1ÿÀr¿:·éP8+òjþ¨@èG×Ñ ×—¥WÈáó Ú½¸ £ÀdOªñ`o€ÜN¯ø‰*:ëÃÁËþ:«ä9ˆ§‘ïરÌ«úø¨m^0 7UààÃÿîT ä[ùÀv Ÿðg‹Pè×ñ¡×mxÖFÀ5•^((õ-à ^ßÿüˆ xxÚ*€•âtˆé-¯.€`ÿªòU[ÉãhT‹y¼}úŸúü­ãzŠ‘¤EA†×˜ˆ2**P¿™š'Ÿ$á?‚¢òž¼e${ù…´‘ƒ¤´\ @1m¹•áh¨¨®±½UETRÁœ¼ÊDT‰11uáE¼­Uåxêy¨úò$è?ïã½ÕyP¨@kʫǀþ{¿Ž&:¼H‰Ò °«ø×ütôó|ÀŒuü—Ú½÷é†W‹\Þ.Gqv _ò«ôà"xu¾ñàp°º›ô}_€ªñà"O”A«y<&ƒ‚îU~uáÆõü6^\HޝÈíë˜}xÁÀnP{^ €0 Œ¯‚¢u{ÀXÑ9Ȳ€e^®´¿õïêh }Šàn¼=P *¼F³ˆæl¬.¼Ât f¸û¯àÄfSJ¯ ÁƒþÞ_®¯:6ëŸrEªöpþ$‹ ~y^@€EîëÆÈ Çÿ^Ç@nÕã#À=Ž•^0%W Y:T  7uçÕüS»¯$8ϯ_ü @!óOü ð¯À­ãzD€ÔÊüš¿ªú‘õôhµåéUòx|€6¯nèðê¼XÀ`7«Á>"JŽºððrÿŽªùb)ä{ø*¬s*ÁŸþ¾êWŒ@ Õx80ÿû•yþ@ð݃güâÔ:õüh!’´ëb€b€º!–Á€‘à uÃÀ[^5‘€ð eWŠ ýD x€ §=)d€d€º! !€‘Àî@ !égï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝ“€…Ÿb€b€º!©€‘à ÈÍ^¡b€b€º!²á€‘à 1 Ì! wÁ×ÿü€ p‰€ÅÄ}»ø²Ð3¶‘“¿hš’JFüî;ÔL41|BÌlRKF‰¸ Ê%쪀íÄtoϯÆE†$5HÕ,5´ß=üßáÐÑ0“2>[D2nÏš(hHÆœCHè+èn$Ø‘ð€XuÓ·ƒJ&ãõKiÛ~Ö*` H]L;ÀT†gˆd.Ð Èk@ˆ…Ô&~8  œ1U0 S+øüšÈ€NÆä‰€aÀÿ@ Jb‰AƒÑS?™? €1Ê€wД@—ÛD÷ÈÐÐ(€bjyœŽ¨)îŸà ™†oÿƒv-9G`©vWh†ó÷+–ç õ0 6@€ªH@HŸT$÷'ÀÀQþã`(&Ž4„Jc½@àW3i$¤LŠ 8%!À!1EK‡f©„0 ÇðhiD¦€v’hÏóE–Y-”Íaª„¼1_—=bª`ÐLC;™ïE÷àvÅŒFˆe–‘§°è0iüðÐÒˆEmùAØA«©€1ä$_ÍÚÔ¤)þ‰¤0‡D¿ÞÔ%Š@jÎE©„2ƒ xø²Ê%1‰0‘à*H‘Cy-€efVˆNÁ! #ÔÂEbÝpÀ,9¼Þ‰5?3Dħmà ñD,BŤ¡-SBl. ,¡‚ “ÿû÷Tr >! èë€/,¢b@  Ê@À6Ëj˜”gí  …\@¦?À'&—öÍ OvÂà É…Q0 –¢ª` y €¯!mœTW伿fY#Ä$’Ðl~A0²aeâ†3›î@Q /€1(PˆR¸@  ÀÒ@~€1 C¯ù 3žc´!ƒþJà Û@'@jgáQ07;@€€½±hK1á$ú˜™iW‰¤"H˜†M/}¶½Ù¼B+.hh!|£ï› Îz¹õ0p H}X\¨ ʃC{õDÞrjÃ#çýªf{h°2 àÒ¹­ã  ÀL”l^}¹Ÿ“‚ª`jCKæ´ý@1ü3Îc@!(Râså"rLø¢XÒnüb@iS4’Sb‚F#_$ö€N€Ôm–tLJ8Í  À@‰c~Â@í@ņ€å2KîŸêuþ$‹S1A#¢Ã@sà 5eeðŸà°O|ˆ ÒŽQY ߊõ0$ÀD2&ØahÈ\XjrS¾9¢cs•„†”p(ß„)ÅTÀ“  T‰ì˜”#wæÄÐÔîÍ ‘L€1&¥ #>§©€1!àSà*LNÛ¿‰¤Ô£³x˜À\‹b” éŸ:”ë>¦ÈD˜$ÐA¡Ÿ#¹ì²Ñóh˜ÉzÅ @ÐÁ¨váŸSb9ú95vú÷û¾p Ào‰…î4n!…†L¤gµ0šR7+À¤˜ø7tí´™d„À:Kþ¸Ê1X JHܵÔD  šÛ@'%X œD(P.‚•b-G’ž©ùÿAš¦Ý Ê¢I)†èRQ\tRPãôCx¬1%bó¸MD€3RmPÐÝðÍÄø¬Q®ð K£P1Å"·AÒäz¬ÈðÕ\¡ 4‰Õ.::ë ÆPqGÈG@lqýA<ƒà"y•°íPà46° à¢uTK 0 áQ°GDêĨêšOªƒDàõ°ýÒpç•P~uÁdø;}H1¡ð4ÿÔdÈyUˆþ:¦ƒx uH€À[Î¥´:hâ‡WüÝÕxê‹à µw¨’ Ž©âÈ5Q a€6³`Íæ ƒëÀg¶ãªlʃO³üƒ`9Uõ#`ÖÇÔ0|¼5‘ã!ñÓ͈‡WÁ˜¤°;€kj­üøÎj‘çÔ­U+ÇTаì.¤IÐ4ÕuJ…@ÂR§DêŽü÷R§GTH‰Ò °ªŽƒüôtÌÇW}'L2¢çAW4\Žâì¿åWN'‡M÷Û ©º>®ª<Iòˆ5  à»•\êoP0ÿÀaQÕ.$ GT#´C®aõØ8 ÀÊj €0 Œ¬ªð4Nr, T3\hêð¡p6€ÖÅp7Põ@4ªˆÖqÀ-•…ÔÂt f¸û¯ 2šUh°`ÿ†®¨¹Ñ·Qn‘j¬áüIà• @"€wu"ƒütuAøè Áú£#À=Ž•Q€¨*¨Nƒ•( ÝNª"¨}IÎ_óê¿ø€CæŸøÿà9\ê‘ 5€r¹5z 9 Z4Ú—¥V@/˜PÕnèðê¢ÀÞ¸P@ˆ’£®¡àåÿUæ"žG¨* àå@ÖêT`nª ?þå@@žE©aÿˆ x2-C Thuª5‘€ð eTPPê @ œ ÛÉ9b€b€º!¼A€‘à ‚Q b€b€º!Å¡€‘à ! “á_ÿüÈ xÿ+øýtÛù8?îÿ”?Å긿Úù•úªOo¿™âª@t˜2þ`Ѝ©1Wóz¿™Pêæ&EŠêþ#H“#ßÇ««ø©qK¿§‘Rk ü ɤÈ6þžD‰1FßÀÈú¤Ið=U&@«ø&*þäE^›ÕŽw&×CüD !@2“#ßÀˆ…ÕÑ—ð!T"-`x1ñ¤\ŽÛø"LUüE&BHñpª»øRdkùˆª€7“#1¨.¤È6þERdÒ*LQ·ð-"®*þ*¢¤Å_Ä`b ɯO$>­áÿªÝ ü¯âÀú»ø’ « «ýÐË€ªÿ3ΰ»ù¼N¿‰ñÑ×OÐc¯ "€}ÓÁ<ƒà"y•w†õWñÎæ«ÆøèOˆQ×óIõ^ Ö x•^+Àëÿ ¼_ßWyPf’«ôëù¼u]ë:ßxàþÝýxêúUÿzò££¯ùWŽðuoûpÿÀ?]ÇSà ƒ 9^/ƒ8 c/ü/ëëî¿ßO o€ <GŒ‡ÇOoÿ;¿ç%‘mUô;[üXÿàÕßÓ€þþV«ù^:½5ü‰:ÁËþþºžT*ùS¢uüs³nþTèëùPa'ØUyP€ã­áŸ§W཯ù#®o$N•_¾·ÞºÞ×xð;ÿÁUo'‡W*ÿxr‚ ÄuypEGWž(uç؉_a@Ûü«ì} ×Û¯²$ÞUU^:Dºð’teÝ{è*¾¼D·—ë«Éuä:¿Ëº»Ó×—::þÇ@Áÿ^2 1Ò«Êr«É÷;Õy½ßɤ׀%@rÿœ/Óàk¿á:½ª€äŸõôËùzUþX]×/Uy‰×ðNTußÃøê¯°g¯U±:T@Þ¾@>ºòÝWƒàÛ•tõü€êÁ›þ øµ°ÕühuÀp‹^Px2ʯ%@ÛÀ@¼}àwŠã€ã€º!Ï€‘à œCðb€b€º!A€‘» €‘áÿàà.¾óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿË`ed€d€º!"¡€‘» €‘àÿÀÀ ¾ßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ+'–%b€b€º!,€‘à `.1ðáÔÁ³ ƒÎॠ!! !##$##!%&''&%)***)----010448¸@ » ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ѱ<žå/D„*@ @3Ìî`€„RR:I„Ѽ '¬ÿ®H “A\10*‚a@T ††ÐB|’Ž¡›¬‘` À4È  ËA@3‹;üeê€ Q@€.p @ À4„Ð*CbbÀ ÂˆA `µ§’r@õ㥼0L†À €;@P4d0âaE]ùCÒ–BÕu@ذ€?1 0p€(MØ`a5%âÐR{¿çé<(zÜ p*Q+%( HÅ£:ªF€dPJ$À€œe?¸ˆI`'@ÂÀb0!©æ_›¥ Pqô¬À @+Ä € ÀÐ( Ð0„Ê-!½;wèì}`€œ™ $ drÐW/HÅnÖŠ@€€ŒœH ( “RL& rid¤ Ix¬€››óô·ðh°I¼ò` ƒ@ªJ!`!(BJ@ãMuXjÄBhà†€èš0–¤Œãs‰¹@7Ðp@;,  @t@Äòa7:?BÙÇ\¥)]•ÊR‘)JD\¥)r”¤FÏöö ÷)z@ª%N°Hˆ@€3ˆ‰‰¸05%#üKá½dŽ»( ,+r¬å€?‰ )(hA\›™°Ã®pA !‚¸ õ€Ü˜d°ŒײT@ € Á40@-!>zB8„Ð I‰Ù7€“ÀAÙ=yl<«äÒ”º/å)H‹”¥".R”ˆ¹J~Î!$íýéÈ`.ZYh8dÜ`¤Ð=ø»€ €5Z@1\ 5#ruè‚ X€8yK‰@0 @€*œ†à1,k|0ü׿)^Tì €1\€ Uˆ&€Ä…ƒKÁ›â·àĮµØ,ÐÒl40´”‘(¸`²€B@T§%à &¡óq…á¹ñžå)IÓr”¤EÊR‘)JD\¥)r”¤CŒXå….ý@ M8:BB×`€ @u¿àöLW‚Ê àÜ 5Ãð†ÅÿsP`@5Ø$£þ8˜MàÝ`@[~hä"b{ R4 $8 ‘/(ä‚X Rgéé…<™Éel(ËîÀ¡E0 @8üX&\Ìá¡¿ü~Á€H@d”,0ýk %@€VÄ@ ·PuËH#þùÁWi’P’N^³¨ô€#1z¼X y00Z7YÌ«",RJCbÀ‹HX ¤=îp‰&6È€E¸Š?n~|C\A×¼E? À‚` e’h€+ˆ,  %: è×üíƒ90 1ë¿6 y@€€ÊR ,C à= ($+ëÛfÀ18ÀwÀrHa¡ #,µ.0`à@LjBð`F?r ÒàÀƒÒ„ÀŒø°”70 `JIÚÐÀà Šj¬ —Š(¤X®Š`2Â/$%À É nÄÀ¸ ‰`€4¸šžQcPLÔÀ kŠ@aÇ®ü€ €8€@€@ÍÃtW,ÿBK'Ýp@Ó ` €jð&Ë`’°i7YiQã5ÀË ¼0@6 ̆ ðˆH, €ÇñãkÐprÀ€ì† ’!””žYà*a7Ê‚` PØ X @6È  œ$Ô ¬``a(¢ÏÆïò0i^û@ƒBÈïøw‚Q‚þÖ@ @šà;Ø`^b1§ ìù¡¡‰Ãù’7 @*Ô˜X,  À5 NèH€¢¼g?^Œ ¤¢Y7“7A@_•¹ù£^x@ 4fPi@1P$‘/Ÿ¸îŸ|/_Z¬- ÁxÂÀÐ æè47“ ¤ÀÐ0€¡0š‚o ÃwÅBhÑà1by· ^À€:vˆèàĆBÉá©tàÎî(i&€*XZ{ô€dø¶½˜ j‚øÐGð8Öë&\`*´ ĬP &ãs¤ Öu{İ@Á#DWHô4àš3H @ÁD$’R ‰+RY oٯπ„'ÀhðÐ €À/¤À2lLŽadÞh­g@È ›À/¸ ‰€0:à:J/¤h¼ÑLˆÉ€ À˜ð*ä°ÀÐÀ3‰„Â_?Ü@6‚` €j` R|ª@`¢ÃpÀqà}àI¨@bBƒ¤<_… £b€b€º!5a€‘à ø4 |•”ƒŠd`7@ €j  À À;FQÀ &Ùd0BÀàÈ´€è†’Àb’Ë döçí¯¤¼'€1tì èàĆ2xj]83³ñ~Á[ @(d b@BYNC,šà‹¬xovX÷À‚?€ À·ž€@=*ˆ €5ˆàT$"YeÒž•±>À €>Dð€Ä ,–‚cÜ4´”á.†^È $‚ˆ N‚˜ @€4tFBœ03¤š† ²+IH@ 8‚~,µn–V6úȉ î€1&8Hf+†%€™ÄÞp`#|  ÀMܘPùÏGå$Z:¯\ €`\Zpƒr€tÁ„Òa_¹+–‡ç\0@g I`ÀW~à`ù5‰[ÔZÈÑ q@À4! 0,# Q}†}”7{Î0@È à A4( €=Hœø˜C/†ÒpÒ`ÀL‹(0†Ù%‹p¸à a‚àÁ´ÉB`0Ž ©,šÃwIlÄŽª€@>  h€˜$2h ˆ@&¨š€Í‰€}ñýZì !ï€ÄÉ€—ùì`€Þb@ ÁØ ¥  Šh%À 6Àà‹øé_¡‡;*`€Ž ¬¼&À€"ÌÈhtBÌ¢` ¸`ÈB h 0Ô0h@ ï8 a AÀ` !€@Bˆù1%þ_C7kÀ%À`rÀBr0@:!‹ìMp¤4¾„O­ Cðhá$Эh ,‚H@Òh°Ð¤.°€à07 1Ã]ùl{@À €`¢€/Ô 'õòË ü ð [l¶YÞéj@hÜ)@/°@Ê‚ 8È@& 90…À`B( Óûè°ßÑ–Qá7  6N’hÔqE( ºPÏ÷Á˜Pš‚ɈР:nM Gr’WOÀÃFÆ]0@¨ €0ÐðÀ0@ º@v|MAN0±¨tvç}h2jJ#ºƒ@4!¡"ñôÀ*Z¨ €œ0À0I ýÙ‹BC1-øÝÃä ”@€`က`Rœ°dÂi7@îžC(i Ü @tÒƒ &p'˜a~`¨p*Ȇ˜¡ 6!éäd#žf½0@—jC!§<€ LB3ð!ü= y*AHØj`ŽÅ@v€ŸBŠ µ‚È€@€œ`†`*BÀ ÎbI“CI±èí <€ ‹bü¬MC~Q]{l£”å¥#Õb@„`¨€€€` и Âñ°†$b@© ÀPÒɤ 2QDÄ)ÀÂO?Ý`¨€B €'PICH\hLNR¸'€1vì è`€Ä„:pj]7³ëž  9J0Ñ Ó”œ Ü®ç£ã¯R@‡¾°ü@5±X @!€T‡€ „Jão_»#í­€€‚° ‚ð €^Ð :¼†è4´€Š%€è`;á‰&òÊ,šž¢I-Úü2rÓ€Wˆ÷½nPÌ4"ð>ð)Ÿ‚?ï#Þð¼¢Pðè¨ p%~Ûc3 CÊÜ@ÃlÁÿÐ àFøoƒ€Éšüh  `F× Eš¸¹ € 8`J©»@¤hÐ øð“@·ÆÀ¬E ä@)°€ ¹JRÒ›”¥".R”ˆ¹JR"å)H‹”¥".àИˆààu€VÜ€GýÙÑÂïp`P€1 !“Ê&“Û€÷r-àoRV äÐà†€\øÐ€ì°Òx “ZÙ’µ^x 9€ , PdÒ‰…”‚÷ -)Ð~ lþû@€c @€#DøØ`' &€h²À0&@©`S9,’ˆHIh= \ëÔà Œá3çF¼a£˜0 ¬W÷(€pìÊ!‹„'Wˆ 5,Ì0 @€˜ñ< @”7'¹| æ¹ @.À @f§O€†üÂà”Hb@€dX&âi0BR@PÑÒ”vNWU˜ !xKà €/Èå?J'¼ØdÄ€À!€'!pB &'±a)ļ4÷¿r€ Ha€0!€›$‚ha4´,™™€€/Ôôåh¢Rð‡ÏŠÔ* œ¢¼}À¡àX@ †bB°à;ÚI¡¥ ÉVÌR r€€+À À€Ä“@w¶YIJIdŸò9ˆ6õÁÀ Cðà À;¸@ €`@B4øÀ;& ¤1€aÀÄÃ1@gÉh ׈ˆRøÐ 'BÒÈhR{À€g’C&þM ²ig¹5'þ)ï@ ` É„ÒnQ4¤†‡ ¼Þõ  €–”P Ë<1 ð àÀu‰if,¬´%P €j`ÀBQ4²ƒCPP ¹m‰Ἄmçè XðàH@ 8PÀ&&€*_!ìãI¡šç Äb€b€º!>Á€‘à ¡ a(@ÊÁ¬£Zø`T @2&p ¨n@I4 †–°ƒÆ`-‘zÀ¥¨eؤ@v„lpÍû5ÆPXàÃ`€jxÀK‰cJ“:CÕj8 +‚–&ÐLpÐÇ Á‰à;!n”îzžæ\Pø0€€+€;JY‘Èaa =I)šôÁÌp`¢`b %3L HnJI€ èé$'I ˜bg&à›ðœËòà€Xc  8B5ìTø‚?€@·‹. @ tPJ&€è0 & ñ…•‚sãÚô  €–€€/v(ã–L €ìšLHù (¾Û¯=ÐX˜ ˆ@ Ha T„Pa`Œ HjR\›ŽOíï( À €”‚*Èè°â€3¬ØT`6 €Ø¤’»=ðAøÊ@8N#ØÊ$ h#ÚA´ð @"x”`*BƒJ|‘ÇåYIÂqíbZ@€f”|”$ ú>^ûó÷6ùP„ Ò`@ÄÂÊIA¨lRJNd °†}×’êk÷ ª| AÀ [Éè!•0pœG»À €–€€/v(ã–L €ìšLHù (¾Û¯=ç´ð @ x†Ø €¡(4§É—9ò® ð ÀLC*tL ¤"ÃJ¨hbQËCwtnúúÐ@£ðdР €: &ŠÁ…€j Ò àéHäÒ‘’¥ªý P°h#…K– `†FGí&‚X&´‚È €!BX@\~8&K´0 ”™+°x€ @;0°KIJKAnÊØk¡GÒp À@@.«ì…È``˜@( ¨4G{0@b&Jà&A8è  €˜ ‚`@!  ¤ÀÉ`†%`†YX0±¨^ׯ¬€‡¼G&_籂x!‰7b€“€ €€€-Ð À`zL(ÂK¸aL‹ÿ¡’³¬À€¤LÌ  É€À`xY4  ²°(±¨ØðŠ€ @L&@À€-PP2€2.‡rí8 À À. à@N¸È€0 ÔjC5&€h°ÀƒC@·A %`Ï‹Í×{Á@ü8I4kV ‰Ä ¤Z @­à €\è@Ô€¡h à7 (gü²° -$ AíàèÐ €RQc@ÃÁÍ &0à È@‚((@?—Ã9p À É€ôX2À9(à¸é¤@à H]àò€lÝ*Á'Ü PC##ö“,Ý@@`=`ÀG ·,@ €€*Ð €èôšP%Ò‚Z `ÌWÝ.•op@:-@„ €?¸ø `(M(–haa);2  @LB.rL, Š /€ì`bCQ’— S#÷ï A¬¼†E3(€”€<5¹ th¾(-º@+ÅÙ•p“ìˆðA×g(¾€¢x䞀»P ,€€\`x Pn„À J&1 $„†‹¸ûÍ€'L xâhÀ¡ÃMÄÂñÁ¥s‹Ð€=p :&¤à €€á€{—ù5€(ê €à €b³€2¼7•òÕ’Ž·v- H ]È dp W €0À É„ÒÀ+ÀP14ÀÔ“,!†Ɉ/~ Á(&”­|À@à 0 .¼€ÀLH`1!‰€P°ô¥ÍH½( øÀGð0ÖÂü¨€  @€7(ÀÌ`(¥’ÃSÛbËPZÚ$“@ À! à`Q!ÈïîP€>À'À Š@b¼ “y n+«vÛ‹½0 ®”)àà  ˆ@ €OÀ¨ä@  %¤ `ñœ ¹eôzLã;ëðÜ~ÿ¿€Cw€‚@À€jAä(˜v°Ð** I(–—àel>á„’ŀܟ“zâÁ@2úRBdÓËO4”€ o@‰…ôj€'g A1 e—Ý€n•|È B@Ã@p‚èÐ@ÊMÊ4ˆð($à7GH‘š4Óðc•~L::€!d±0 Á£ÉYž[H \p ˜%€*B! (i,b\ ­ì×H(p+€Î!€RX8àÕ€ç3åÞÄ4€Ä@Ë!$I Ñ )!%Æ“?+£¾ÝÊ;«\¥)])JD\¥)r”¤EÊR‘)JD\¥)ûD\¥)»Ä\jR‘(ÿõ)qÞJD\£R‘)JD\jR‘)Jp¨‹”¥¸TEÊR‘)Fã¸W¤Eê ôİà8Ø›À¨\ b€ÝÜŒ·½8 Ð@Ë]€À¨ðÆ0`Pü¿J÷Žv£9›‚@IÜÀ “I„Ð @ 59 )e”]íà +€9 À Pˆ @ÒjPC&`P\  É(7_,—Àlpq«kö @€‚šPP C@1½¸@aD$â†FÏqÁ4ÀBÐøxpÀ¯ûæ?b€b€º!H!€‘à  JG:×Yhåå“CG(‹…°Ã2# µ,À1 òÈ` H €@`A…ï’JZ¹û2 Fq@ ‚(àÀ!€  À€fJì„2L,% ÄÜH!†àÒhÃI¡¥ ÐÖ@ë”jRí¾vå)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹{ @€! à@™°`šà!uÀ‰ €@t¨ìt€€4‡Á,üYøE¤‚÷…´¨ €2  @ À €€À €:^hÀBÎ,„pÇË+r¹ù:̰¤À €3€;&@À†¸i7 @h`ÍÅ2ÑÒ·neûà *è€4@µ»€h: ø €ÝP”3ºCIŽàÀÀB÷Aƒ=Ê À@ @¬Òh fÀ À.¨™4ˆ@` ’@ ¢ˆ`@¨vX!ƒn¬Œ6ûX ` ô‚0 Äe–è@à“  W$±„0 €4&–00â€NlBIwÆt €˜€Ã¯$¡@`°BЄ€`à7àÎL&tà “0Ÿ‹íy€ ƒ˜à¤°ð€¨!“JX@^‚Šk;P`jR47ìÌ.øÀA€7à €3 @,!j‚ÀÁa€TPa{·@i § GG$ޏàƒÀ°EÒ¤{@ªL Òäô3€]€4Fð£ðÀäe¤4í}@$A(#3R\à À @9¼à) ?ɘšdDà`¶NI'€æî‚X h€+~ê@ri4 9 qˆ†”B3€ÐI„!¯± €X‚Àm‚*Öà À€€y4 €$Ð@;€Pø † 0›É¡ aÀ¡)?æàÈÔ “²ÑÓ˜Qž¢ø°`` €D€ìÐà?!!<¤À@CA 37£¥ ¶0@€ @-0 =©€-8Ù@TÃN# eôP@¨`A>s¶ÊjÆl B?±Á÷P,¶Á šÙ ŽÛ'Ñ tj° Ø5<Øøb°H£ÄHi µÆ®à8 @6‚8 €9, Ð@¾"ÈðÂÀÁ4CHA¦†Àlø0¼j.x `€6jœ @,¸¸à €€à¼°1€L¨œ¢娔1 |Ç¿D Ä!´ð P‚ üX øhÀ€_À€Á!ŒÅ€TÜ šh’—!  ž´Ö`@ KÀ3¬ —‹Ö °  ÑD0’úÉIÙh( 2o e÷buüp œ°€€ ”@ :I ¸˜HÀ†írh²‰„<HJã ÝzØàÎH€ <‚è°@¯ D  p†Pà' 3Š@K&–B&:PQXa-;kÓ‚¨p@R^ˆX &hÜ AêËÀ9& †°–Ì $ €d‚j'ˆß$„YývÐ@R @W ð@ÀÌ-€€0Ù44ð€200‚Ph§ˆ@PÏÀu€¡hÀ)@ÅŸr–¨€€¨`ü(‚`x€dø˜j3³$%RÝ÷J9ši N-ó(ÑWñ0 À€:0p€€¸À†ÜÀ€dC@ÐÊà|˜…'®¸ˆ @6@ €5H`z ¼¢Àl 4¤„ !¤1Ê -:¯«( ^€‚X x‚ˆ°@1¤À€>B@\Y3¤h0vP ŠØà"‚¶!–^Hë×$4AÐAØÀ.+!(€@€†€-À€?!†“xÀ2: &E `Ô0i,·Jy%V ‚˜À ì†üà;H €@@…i4²f rÉ|aYpù”¥²6ÀÕÔ_)€À28 °¤ €èšW À; Ad.V<°3”3:´°P@ Ê,°@@0~Q3Œ Hªh)#“Ðw¾Ä €œ@LMH¸@Ä4OÜ Âñ,3òŒÀ7Aøå\À@¯`A/ÈFPáŸä P•ñ„z€N±:(ôžÌ¤†)‰x†Ç}·awó € À3!À À@.̆§´˜”M !:H]ôP@q àÐ@Ó @9v° @ „°â`k &0èaWT"öÀ’-‘èí°"|¤up <İ \/€vVXÐI¨ÃÒQ4¿‰ö8ð`y@° »§gܾdÆ¿(>¡ù@ eP )‚8ÐÀ@®` 1I+€œT”‚ú‹!†!ù¤™Ëkè €Ò€¢ lNDL â°@3ÄÀ¤0@è†L Q ˜ Ò€rÎ÷l=A¨ ب ^8 Z€a<¹0‰1 Ë ,¤€fZI '¨BÃzTÀPVÊÕ`€` à \·ùÚ¥b€b€º!Q€‘à @ ƒ8tÌ„ AƒI@: rQCW³Ò p@ÄÐà%$Ѐb`*C!ðÒa0è¢ÒR Ü 8 IhrL”–nvü÷ò *à€ˆà€6Ø e‚Yè ÂÉ €\Mb€5È Ì᥀Ąž43ëä%,-5ˆÀ€X €€jdrÉ &Ð;€í˜>ÐLKLÀ”«ì€ h l Á 4€p ÀÀ€„ €À˜MH8 RtŽPa †›É€M¹ à@| @3@ä"hÁ¡ “Aˆe“@* ¼ @À`t€¤4 xÀ×kB 6, ¸ !7ˆ‚€† U‚RKq ËT«¶nXËñ vx€ @0 €\Rì@@ @X @0±7@Âi,—Æ•(Ïž´/Á”ø ‚p@@GÐAó‚a :!1RÉ  ªQø HDÐ q`ÀP4 ÈJ @;ß; `é “¤ ’ˆ2Ctš@tŠÉÀ`ø–‚€y»_u @i‚ð@/&€"(°€¬¨ €+|Xx JI4$>^I\š^0¥c*ÌøH@  3‚€ ÜbI~òBÐ…gx %†3wpÐ "¢øp€à€’@b Ɉ ᜚ba˜¼N”ö2õ` bܘ Àvˆ`“@2ŠN¢± ˜IÈIùcï>`€fˆ À2&€\˜ìøÐ¤)&bÃKMø•ËpÕ’3½` @4‚ AÌ×@ 8°`Á©&p*LÀ)ÙúÖ7gÒ,‘ê`€Î €rÀ vÀ €`bÔ‚v(¡€roHoÀRcòb>ékÇ€6fðH:zè0?Èᘆ €€†P€&sƒI„ÔrRJ}TÁ¸@ A¨àA¨Å)8 €?bC/,†°’ :Ai Þ ü¢‰…3X`¿z @Y °@Î   @²€€Bb@F  B”îp€ v7&Á ˆ Phä0ÂZ®@`€Rø˜À¤á †@@Å:&†C Ó„ ’` º~Á‚¦~‚NÀ8¢-Eñ AÐ €.?À À÷ʯ$g”¡Y¸ :Ù$"€¨&†R`nM&'Z8Br¾¿B Á¸ Â +€Ähh¤"hÀ(vņ“\ †S|€pDç›|à!À€bà(€1È  É`ïḘ€œVp‚†­‡Ú?\ ˆiA’À¢r:’ Vß”‚‹éÌ90„ÿPüþ”¥èúnR”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å Ü+Ò‘î@ 0GA¹ 9`¸à€f$@‚2J?@ €€ÀŒ €#F,ëÊð €€ €1ðÐp€6b`À”Ž070H`!$„2h&$}†–`'b˜e€˜²iòÀ@B €Q;b¸`a3¹[r¶ZŸ\ñHFù>þ® @ü 0`‚p C?|@¤›‹x¡ Ô@*90 %¹/ÐèA4ûÆ‚ Q‚¸ 0‚hp@AӀĨ€€è!€@€ìa@'nX¤ RÈQ˜R ™”Uçv²DÐ*I¡€P„B I4šM HÀÀÀ³¤²ÓÉ#/ûH 8 ‚9 P@ÐÀ¤À‰€TšÀ`!€P7œQ5$À'ޱĔH0Ce! ,) €e(›€ì°Â±-gü 0¤ƒª/§€. 0` BC!@@ËÄ ˆià7!e‹€;¡‹Ü”û(–n¼À -Ø ¨‚@!t‚` öð Pà€Ý"ù,kÞ2ØøÄ` \äðd0Ñ0;(šL[¥$-R  À/Ô˜ZF”œ€2ÁˆXú~CÆFÕ p @€XZT“@.À @bÓ€„˜²h € à @†mó–~]ô‚ m‚é4ph †‚˜° @`:À@ `PËÈf+¹0›Òº3r²o–RÔÀp @Üø  FtâhˆD<å>¹Ið¨Hb <ïÚ– @¨ 5€$J°ˆbC0 €€ÄL¨!€bBˆa 4iÓ%€ÌL Ük @ œ tÌà €0  Œ<Ä4†€V&Á !Ø”4 Þf‡¼Dð¨àÈA¤ €í$Ò‰ !5-Їà;f%a­²²`¨†_°à@·\ €´V à @ 3€^p€jMàL€b ` 8@`ÒØ²‰@d¢ù7¥0 }‚X “€"0@‹r €††ðÐD0à*L Ü™ÆMX²h`À3¾UK4€´ìà;H(š€Ø´òUb€b€º!Zထà @ ,˜f`Ïɉ(•º1ßhäÄvQÙƒª/N€€¦À@Äñ0²À1&€^àp“q) 1è%!$ Cñ˜}ìÀ2 0  €€ï€8 Ð À:‰|å›L d'üÂÆrQl틾KI”Ä2ƒHa eÒX B’Ç+æQ3T>Ü(A$0% Á\X` f“@ ÀØ PÀ0#òñdÐ’Òz°žÙúêÁ .–à) <Z€@ѯ$îÀÓh€*R”ri- á…ðά>ñ”˜À@€ 1I4#x@¢tx&bY0¢BR˜zÆ B6$Pà@Ï€@Çj¬ÁŒð@<\¤ ðЀ\P ’MØ ‰…†ðÞ Æà6 ?O2CY$ǹ€€Ð‰à@ž hX ]€9 rÀ¨€bL PÎü †€ÇbXÀbÜ–’Æç$«ÁRÐ@ÎNM&$˜£’ÀaÀ@ €  É Sæ%Me*5Þ1¬a?ß³0@¸à@€}J@ƒ¢r=(×ð ‹Ø °ÌP!ø’ù,”ÎH]<-ÁP ÀÐ è€ÆÓð ‹Ü° ÎP!ø’ñ(–îHUã)Z À šB!àp( ˜3€À€( ¾.ÂcF‡ÜëqnO½ø @2‚ˆð@š @vÀ–X €€<Ѐ¢KH’%À ¤"g%€èe–‚õà‚ñÞÒàœDüœàà H`Å„ˆa€À°+ÐKÄ$Iªá£7HÁÕ4z˜`†ì$ôU¡X–4–®Q+ï’4sAhÅà›êø !‚ $?¸1A†` @1ZCz! )!˜: ! 1D);–¥?œ AÌ`A €h<@‚FX`&ÔJd%|€€ÃJrX÷¸@€€hÔ@b€ @ `   €Àà: ÄÐ(°(œ0†B Ê,˜^Zœ(À€¨P`À.`ø  À1~´ÀP ¤a@7!–Q-!äôðÐ(Õ±@!A ¤£Š(a40‘± øpÉtn†ç_Ó€‚° R€`ÀÒÁ¸ (€(°À;pX) ÀÂa1 …ò¯×€¡ia÷ @ª`@- ‚ß14Ø ¤ÀÐAêØdjük~÷§( /n¦PfÛ\€@€:€ @;¸ˆà’À*ÄðÐP0‘…€Ø†PAd¤„$w© ø k+Ì®© ”_†àÂ`’+¸C@lQ_¥|ÐL+~aê¿©€4@™¬@P A5X€šYa€€B¢nà:%žÙ äÎMdÐ̽my@Pà€Øà/ `à„ÄÄ``€9‰¨áœ˜Pĉ€7,¿ÊÃÕyª@àªÔȃ@ Ë!ˆc14°à(‚4aIJj1|.‚Ž#û”¥.™\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘ €‡`€Å(åàƒH}=81[ ÷ÓAä^!p Ã*@mÓÀ3JI¨ Å`ö m¯€ È` @B¤Ð 4&Ã:ÑÓŽåà zE_gdbä2 €1/ ðÐIQ€ë” 3‰N‚±19(4‘²Ô}ÀÀ„0À*M&“Q\¬¾M|ãBÏÄóª-,0Dà è À€;|Q4„L¨Ø «’4¯ÙJI_mõ0@p ò (ZBÀ ¨ˆ À¨¨&€Øâ‰ˆÜ$ “Q‚8íqÁ,ÍÁ(>Á,%1 €@ÕD\¸)@@€\ð´€fMA@T(&Xb7t”ƒËq–b`HRB(˜’iE|ýû­Ÿ.ný*ü@ &‚ø @¸, 4!€4z¢8i4"i`eÉ‹G,0µ~JJ‹Gϯj›`@È •#NvØ=ý` /† ¤'À À€6Gž±\ê‡ã„"`à &“ @h`iH,¢Êî‚Ê/ Ahæ¡(ûëÕ€ @&‚P D@2  €€€%A,ÀÐÐÎY(¢h Y)ÐÐ,BA[¤´ÜP@[dô #°`£pðÀ€ @ˆÕ§œ˜lrE¯=ô @€P@P À@º*&œ+À4 @Àpˆ!|Ü Ò€bØí IÀ”a '€÷è >ìXèñ`¨Èé Øˆ ;)%€é¥$Ò‰Ž0´bfIc8e$?Ѐ†p_4Á„H d ð@ϰ@ÍÐð€\¨þC,…É£àà*B)O²X @€Ð i À ¨( ]‚€Ì*¨@Ñ€ † ˜C!”‚Ë?èä¤fB >÷À€²`*  €†Ä.Ðà`@ | px €T4$àPé 0ä j‚0&ì˜û¤¤à€l`x b@`8P` C@. nèJ€€h©€h¿@ €`I˜ýJà(H÷@€dà†ä˜K p@1Ô1:ØK@ RLKlYE ä¡h Àõ@¤f_$³¶P¡×ó`@k€@r¤À@A @8J ` 'ÜÐ e¤šL¡¹°àÒÉ¥B¥¡d%‹9Þ "Á¬°AL @:0  v¤@(É`Ð5 *M)–Й“ïl `€m€A@5A\@Ã/!€˜ÐL˜ ÀàÀ Ia€ƒ@b`+ðƒ XÒ ú5ÚJp@4@º€Ð@³ 1„ˆPd0 ÀR‰ &Ä €Z8o@ €`rWß»@° ‹(05€@PЀ „XÀuòƒ ¤$IJ¾á( ܽ7 Û8gQÄg¿›X @ 4 €@Ä& iÈP@K% €dÌ´†“¨nA,ø4²iE@*ZBQ(³ïZÐ$9^ûY Aׂ "‚ k‚°ˆVZˆ@À 0b À3zJä Á 10èÐa¬†C~|Lç€Äÿ@¨w%¥A×h h€8t¡@P Š,™€vMÄ2`ÕÌi° I©Üܱ”ºS‚GŠ"T_Ì,3Ð&À¨Ð@a 0!PÒ` ²ÀÉd X5"C~NQ×#A\rÁPÀÐ ÀÀ ÐB<Ì  ]0/ dã’ep0 $Þˆð*!% ¤Ð€Ì@‘ÿ1*u˰ ‚ ;x¨€3!`eZ É&ÊcvNWk„``üw@ºÊ!}oÆ $Kò}`xµ›zÀ  €  Ð =Ä@ x `–žg!“´éÐ05Œ9ï ¨ Á<`@1|Mb äÀ†€dK°š_®œHIšIk¸$¸ @ëŒ)ÊX(쀄”a¹G‹»ˆ8 ½P°˜†CÄ4$˜X 󀜗JߤœsOÿ9¡~L˜0Ä <ðP\C`Ãp”˜° Àv~RäÂ’’JCRå¬íuÁÔÚ ˆÄš CÉ@ñ¥ò’øP‰\u@\DÜÀ 2/sÀìð” É@7(„˜dÐ0Jdž%roFäh h‚ €4, _€6J€Ð €èàùŒä Ð xa0„’@B÷õèà©4\’€É4ÜšP ÒCÈèÀøVà)6d¿˜FPþ{PÌ„Œ À P ÐÂ`ð `˜aAª @` C0j1x í×Ul `'+   €a€ÄÈ`@P ‚R2!€ì bˆGZ0g9XïXà À©0`À0M (`Ò[ ç Ä‘4\¥)\\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘À'0€3„0ĘL P †L&‰¥bÉ„ÐÀÜņ”•$¤å%ô   ! €À€\ y î@n0ЀÀ ¹0]|`$yŠP ÀB¡/è`T ß0h ƒK(—‡$gÎn~Þú`€f `€„` €€2$&|°àã@`0†, „–ŽR@n7Bî¢b€b€º!m¡€‘à óÑþºÀ AP#€`d@MAÈ@€W’B´@1ÅŠ‰\ø A×–¤Šbì04²i@€¡£ e †’Y(5#_Œ1ΟB9š÷‚ '‚¨ +.À À€ á©!™$0ߘà;©rh e êÕ€€f @€„` À€3$&x°ðî#8 1`d#K< ¿•w2“Hà! I )ØJ@¨!ý~ŸÉ ùÜ$>M}ð@µ @h øàž €j– à2  Èlpd07!üg-r‚€ J‚ 3… ‚° 8L†$˜n„“@v|’IEÈ|iHHcî%€€;@€0`'©†Xhh ˜q(hƘÄ;¶q÷/L`€ŠÀfœ À AÐàÀBžX @v°€d~óri ˜¯ƒ &¤—óûÌÒ bp ƒ@n`*C€k1,„İçGݥђ~Þú`à€Ê€¨ ° À8€0À€vPÜ‘E‰˜Ä0Cú!%Ñßãîˆ à =ˆÀ`€€ÈðÒa`d„ri ô@ÐEûˆ;”MƳëÍÒ’€€; A4¤f ‡úI¨ÀT7`Þ“ùxhOæ¼ ß»g¹v´"`%‰ P ‚8 €<B@t0 €1 I4 œ )¸Ü+!q¼™ºÐƒ=Å¥@:‰ ÄÔHDÒÈA¨$†'¡(”7ÑðÓ×}Ð@Q p@cp¤0@6`€ 5J9@ø €œ()$”¨ܲfH%g P@n @ŸÑ0 X €4C€¢‰ ; '!Ï  1ˆh 攽r©I` À/&€ï݀ŠUù4¾M q°336¿N@€ €Ì@ @  @ÀLM@Ð I¤0€f(C+¹D2f½Š +¬¤™îh Zh $‚ð !P 61°ÜL!€ì¢PIˆOt”cÐRzú®U š¼Ø&”C@3 dÐÀ ƒRCRY@*OK :cÌÙ¯Ó‚Ð d $3ÐР@CdðÐ@t `¤ ÊîQ ™€¯bƒJë)&{Ìu¿°ºR`!z˜ô䀜 T=ria¬ oí-†«î‚` I‚ø J€„ f€bpp€è0ÀÀ€Ü†€Y—‰¤0|’hfÈ,ê@@˜0À€€|€@5tX¤Ø Ë!À¡0Êå$$´ò_ èÿ.áRHný"€¦ q018²‰˜† /”!Û$^™)°Uîb €bŒ À@h„˜ phЬ 4#Üa +Eh ±‚   ’€<°Ed€Àèñ ‡ò‘72“€j¾ä0Cú? ‡ò¿G€N)$Éžúà‚Ð );Pà Á¼‘ ˆ"i`T R@*1 ´¥)!D¹,0›Ò”„áþé‚` k‚X 3&/X ˆ@‹ÄÐÀГ@vyEîø¼wø`Ôu w¼­$L^ì bn&bÌCOI7CPR“Ò[$'ó™)°UÊR–Žò¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”§ì»Ö@ @*6Ð@• °(HÌ @€bl˜þ  `P°Ä€>/£àéeT#ìLö`€„¹7“LLäÒðbI¿>ÌQD”þŸ³Gã~N”'“¼SþÉl7Œ/ìs§ú4²Ç{Fx±Kè@'€@–Ð0@¥‚`!l€bØ4X € øÀBúlPÒB7=Á€Hp'’ñד J‚Ǹ¬ €=RðàÁÈ !‚ˆ ¹7ÁŒ4å °$Ôf-»ìYJK=ˆ À^ƒ -Âñ5J¨`PnŽ‘„¶¡¿ h@Þ¡ª>x5 õòiv@‚è -$ò‚H@\¸€€`vCI0ìp Ò0 bB (†• “ë@‚ 64!€„ bÀ@À4 10 €v¾M(° PK€[¡ú…ôœP«4~“€4?<ƒLíÀñP5õði0€B€è0ä *B!€èšL@ ¡…¡$ ÒPKÄÒƒI3¡cNkªˆ!`Œ½À °øòɼ 2€! Ù ¹ÄÔ£€bMÝ\¢b¨0@“@É(„M,ÏÃFžJØò[`€ù;_"—t@€iÀ€œð`~P @4nXà€À`'± „ü1# …£å’’ÉÜ P¨0e`à Äô 4f¸„B¾+¯lŽ,[Àh€1!`Ɖ¥bkŽYIF-À—ùg™pû¢—ÑÁ¼ €€7xà  €Â¨p ‚H´$lJ` ðrÀbbXl„Ä ÌMGt——·R\à Aİ@@a@8`@P  ƒš€„†ÀšCbPÀ'؆Cå¡À(„´ã½‡t±ƒ†b€b€º!w€‘à Ðø4•É„'dÿÀ@@JÃ>GBC@-% ½þįƊ˜¥äï>¥ìÀ Aü4R€ÜÄ5AP.€ ˆÀ@.(´\°(ÇHÀ€œ›˜PAY“—qÁt.2I  À4 À@Mrà€2À$0 €9Ðð †…Öà:Á¥F/’€óêÀvð‹!à &! J$2 ü¤ŒI(˜K%£%CJGDb÷í|J^€3Á„˜œ Á<€À@À€?|M/-ÄÒÐ@ 6(‡Š)d0 @NMÄ Ãõ` A¸À €;l¼1@:Ä  CLˆ €v‚ ˆdÐ ›ò0/ü„U€fZ¢J!$4°ÎM @f%¤ d’‰}~„ Vy ÃðëáÒõÁìÐ"1@P±4 P@>,3Rc€wÿ@bS€P0 7 İ3`@€|@Ëw€& ÀÀ@/Ha š€ÈD0” å“x²0ä #t¤Áª„€2Ç|MJ &Ü ®‘…bÉNØ ¨%§‹ÜÑWÆ¥×`@RäX è0>~t=D´€TgÉ 68f%€VKQ)žî€Ø  X`à¬ð €;\ @vI¸†Ï=&’ÃI¡ƒ8ÄÌ1Ò¬‡\‰€ À-b! ih%$iû6C:R²F[.9h̼»ñtºà¨À€¨$0  @Ï`øšü`° ¾vXÀTÁ@1A`&!•€Lˆiù@ A„@ 0%n@€@¨Û €¤T/s2K‰cÐñµ€3Üð ±e‚¸-’XˆRÒ*Cpý|Ú^¸4Áp°4@z@€, p À.!€5&RÜؤv&ÛâjÀRQ7n‹Î‚h _‚` b_*Z¨`‰4à$Ð °(5&v,@€LM ( cñ”€Äp B`&BÐQ5 /)hÅJàg –ÞñÒë  D‚¨ -À € A( (ÀwÀnn7 ZM‹|3^âÀ À€nµ € A$¸ Ÿ‰‰àìà\…€®Ü˜¤¤$  7}Êä>»½E:Ì4”0À;HÝ!ŒL/’ö?¡KØT Ãõò)uT#D@“‚p@À'  ´„Œ¬Ñ}Š ¼è&”Ô1i2ê‚ @!H )‚H €”™0œà i74¸†Ø (à˜~€RXÏ€l‡P!Û¼€tÀøRLÄÀRÀ-,”LBX´ŽÉfŸ-Ý~R—lÈ @9‚¢j@A Á¥€6Èh`` CCI…“@_Ѐì˜RJ%–jS±AŒK p@€€ ` ‚BÔ1€ €.fäÄ$BVB,‡²I€1&¡„ÐÜœ0¢jrWüœ€`ä¿°«Á„Ÿ‚l†áúøô½0Dxp@€€/ <t€(ðp(€ ÃCK-! !&“PB!† #€˜'~”-¬à€î‚x@ #hBDà€`œ` € @Bo!€À Ô€À R 5&2C?[ªD0@@(Ye ”|P Àr –JÁ£bZ¸éäîO'_”¥¬®R”ˆ¹JR"å)H‹”¥".qK¾Š €@à,@ €Z ‰+P  €f¨Á\Àƒ¶=`P ”QbÀ`ÝÐå¹úùÔxb:úì@1,P ÀÃD"x043b€Îž€ÐÎ쥪e —™þ¾¨@Ð@³Ì0È`€‚¨ €p ‘€1&%€vpAà N¸„€é—Ã[¤½ØbZäѱí©h° ‡Êè„À(J@Æ !+q©%–_d¯Ø)`@Ñ @%áv, €` €Näü[79Hhàç/”ñÀÎÃ/P`€öÀ&J`¨€€. 0 €.Hð  »€d 8èà›‰d0*ž0%ƒ1ï|Ø ‚  €˜>@AH€„¤n&¨h0 é/œ}Òä¾â¤+¨0 À0Z €\ÈP@` ÀLôxL ó° I„ß‹+“rÃ2ÆåÜà€€;Ðð`¸0L (4˜~,™€v^ É+ÿƒMÜe\1Íü.ý° ` h 'Á”(H €`@jX C@1,ðd € @4-<° 7“K&C7&¶€‚H e€+Ri`€rè T2ˆ@ äÒi`MŠ@tœp…¥`³‘ƒo˜$È ÀÀƒÙÀ5Ñ À `7(ë€`Ðð s ¡$³šÖÀ€zLLxh j°¸@ 2f :b´ñˆ€0‰ “zUŠBÞI!fK&âfÅ‚7Å ”°ßb€b€º!€a€‘à š¤¤ ¬ÄµÓ˜QɈ#ð»ÜL É €öÈÀ1- €¤tPp܃Rèï|Pj@É1Eòh J<ËÝ$Ð@ j@ €Žˆ €,°( ¢p Á 7¸š˜ €.Ù-<À€tŒ~Øø$šoÉ÷Í€‚˜ €*bP`à¢DpRÉX À'f`(Š@ÎpÍ€¢Rû—¸Ýž© ¤@L^IN° `]À€„×Ô™€/€ìx T ä0Ò‚`p$À€„ éÄ`« £ &£t’`Âó¡ÔY-ä’Yþ¦à€j€ A €`'@œ¬3˜´ ¤Òn˜@ha 4d Ra£H[¤²`oß|Õ K¾›N#à€X >(pp0€’@B`€€2h À@.@€ ÀRÐéb˜¸—/^‘ ?°® 1¶@€À/lLbðÈÀ ÀÈI¤À &90†q4 ’C(;€Ù$Ìj]ªv¬Ø` !€v2©A¨H À\¤ éìÜÔhAHϰ濠@ m€p ‚À°@¹0z9` b¨©l˜Ô€fÀ°på¤À1€€Q<@2ShH»¶€,€‚ M3  Ø˜©1 À ÀN@ `€ç(° @X À¨/âÉIo¹C¯™ð@“îðH h €9 @€~ô˜ð˜ €© :!’Ê@2RžKSÛ T-Áð@@Å Fð¸À @vÒ`H `˜!@jPP €1+' ˜°*„Z Ìé,„d„½;8äÐHy#§(4ì À(ix²L±404¡½$$îóáŠC±¦ß®À"ÃA„0p€‚À€d@1°À€?8€é‚ð E*AèAX5A¨`'àK ` À À„,Pj1 `Là\ iiÝ“|¼¸+ 4€ð €x %Ç ¾tè˜ N…oÓðbz3,cÝP@mpÀX@@  @0|`H i9$!À3jL,à ¶àrÀbŠ@»°‹ú€#)€ìÈ $ @ K -  —Û¡d¯Æ¥,Èß €çñ÷ô0À@g  AL +d©0 €ŒH ð`‰Ž =!“2I€%@6o` °" ¹€à€Ô‚vx ÀP¤Pp€à;bÀ„` ˆXE‹Ì†B£@wƒD²Z d¹ZùàÀ@ÍðÐÀ AX€0@3àpà À.Ô âºøÐ C˜ÎM«L€€vBüD¨5€€€^|P À€€P€ç(`˲ròIÓ8ÐÒV'”  €&¨! †Rq|e¤™É… ¾Øô’ Ä7ð»úH G@‚` X€ °@ÔÀÀ€  °h`ÄÔ•‚A¤ ‹@ àÀ¾Í0 ‚Ø P‚È ‚PR €h^ÔÒBLV`€9Ëvf©i€àı $ “> Yݯš@@·Ð Àð¢ i€ì:?G\Ô P”J:É%Æ ú°PÀ@0yÀ€€1h˜ìQ3€„¸ C4 ìPg&†„bËä4‚ˆ À@2RMH0bi\|7}Ô‚óT¶Å|b€b€º!‰Á€‘à ݆”ÉìXƒßßÑAPÁ¬#€‚Ð P Ò %\ä3Ò„š¸Èn˜BP 0ÀHe€ëPÀ5×àBú<Ý%#ûÎ ‚ $HÌ2Á¬@1$z°d˜0€hR‡ß nÀSðÒ€NMÀ‡ð~Òïs@ Ah €0°@ÍB€ˆ€ jP@2Püˆ@6j¢i7€o€tRé0§–ûZAô Aà´AÀ3À @€Èh j6(ØlÔX@j“ða4½¸ЃCY¦ À1\  "É„Ä!À-(45ÒÃCxj_>^Jå²1ºÚý@@T à@Z @¥€€ ¸+à’05Ø:à !’º@/!; H`¾€¢•­€Áè)€ vÀ  @à R¤†ø¬šäð lì0èÙTp¤„Ù.pyÉÍ|ï “@¨¢%,,†‡A˜è’Xžéœì”ÉKÔ@@2,` @  îp*aaœø€Èä$c~8ÜÀ3×R€^Qx´€`žx ×@ ð áx ~0†œ¤ì°ÂSœ—˜ <~ô Á¤5@ )€œ  X˜ Á“`°àðœÜH£ `bàU(+¥„YµÖ0 S‚è p Á³a ® `@Òà€?}‹€Â7 ˜ V’MGG%'ŒbN¾`ð+ˆ à @. ð@*İlàÀ€À˜ `]Ô £‚>Zª@ 4 AM 1!"1D &&˜ €Ä0°ðf3Ã@LM¨!'€Ø åNêRà Ã2 †L!—ÒL& ah á¸hNÈ%nsè°«õà ¤œ @1; °0@7È„Pˆ $\q0OÀ?À”M I`¬ŽÀTY` J@ €•ßVà@À p€.€ªB  €/¸1¨p ‰€ÀRÊ!ÐÑÀ/àTöÎB³¶IʾO‘±š=ëmR@4Ž` HÒu‰€Œbˆ|†„¸ Écq| ·Êï  ŽO¿v @€ä`€z¤Ð0$ @ €@ @ ¼vÃ@B @0á€òÀ§HùXb_&–ÚÎà1À’` `‘Á€5 À4P[ ˜z MÀ`à0}†€è†¤œŸ¯CÑ%†Ʉ҉¥pÀÒƒP5¥$ò‹Æ£›¦Àà À0Àè…˜˜  €P™‡l„aÄŒ €; ˆéHäÒ¡, „€ À+I} pÞ•f†21LŸ‡ûJR—W\®R”ˆ¹JR"å)H‹”¥".R—µ @€X °@^ØÐ ‚8‚À` :À0@Ñ@è¿€¨iDÀ°0H!}ÀtKÈ@i#û0Àv܆`±I ed††VäÔ£tó‚xèJr¿îöìè κC„$Iù!Ó:~€` @t4À @tB90n0C0j Ä·^¬4²Ë( IýNC“ë- !%98g+ñ»™Êëp¨¿´€= @µ  @Õ`Ð@Wˆp@É^‰b Z € €ý;À Ëb’À P   8`¶2傘 K-! 0@€qj” €(vÀ€2° €h¨ŒNM}ËZB^d¥w$@ @‚X jH €àÀ@LXDÐ €;Ø `:pC-!€W€‡ šSÐñ˜ë¼ØP@€p    À- 01`r@€hp¤0 €À TÊ`IýNQFÞ` @€ƒ€ ™ €è—€“ÃHlY(‘„Âie€ë|ŒÅ1HV@bqâ‡.Ð@˜ `Ì€ \ñ4@€˜¸˜ppÀì‚ZÀh‰¨HÜ„ðƒ¯¦p -€;J$Ð@^ØÀ4r@€Ð A8„L!€° \À¢i$…‰ &&ð3‰Ÿ¾÷Ê@#88ƒºÀ €$ø˜˜²`T4†´gŠDÒð ¹øi`Ás€‚è <Шš % 5I@ €tQ0`@q©À C@¨b€NWdôR³í€.ZìBh0€ø ö†ñLX&Ä~‘þà\…™xÙ%HÅJ)°@½È&èP@YØ g‚ jœ˜` a$ò@@LI¨I4 @©` 8Ť (y#*¤xx€2p Aô0H 4À@bÜ ÀLÀRa `€ÄPЀ§•¾;€Neáp @=â@4SÁ(A@ €€;!€4¸ÒjCLpâ¸âb€b€º!“!€‘à  À§øš¢Zsd†}Æ¥*Ôz€ÀØP€ ! `À@ øð €ZXŸ€‡È@T4@P˜’d"nèI `Ãè(”)@cpÃrA½È@;/’ñ3 fd€£ŒÃR‚`Ç?Ì È×ô@5 @Î ],)ÒÀb@+v‰ 0 €3€ Р=¿“@`j¬`åì‚N>ù° U‚Øà‚Ø( (&&À2  €vp @ ÂhA¼$˜àµ@£¡ ²EÌ\R¸¼€RÐØ €8ˆH @  ÀÀtHHߤ°ÂÊÈÆïÇ]à€¤%àƒ™Á@€ ‘€€¬–à02‰`’ÔJg¶~¼ÈP Šà0NÀí< bZM,nÅçQjd™bVø}ûð@„@±l¼(â €l'ÀÀh°@Í(Dм  @ªPà04ÐÔ€?1/d¤ '|5v°€@G  @)Ð@5 €€– €4tH|p€` ÀNè†ix¨B5N`N! †q,£|Ø” Á` @†.F; („XÀ ÀcÀnB({$™ÀBÈJ4Á»î€ úìœ.¿€d`ƒÆ—Nˆ.œ@…òÉ T¦ß€’€-À£nÉÝv`1)j´âÈ`ðjHDÔnL!Œ H'¯ 4ð.©€ÙOŽ>þÂB€@´(x0 Ø5Ê@ Aà`@€†<À@”` 7Ô4°(€!†Ä00 \LFÚá– ` |ÐÁÐ ƒ¨à €ê€€3|B(@Pä$£ògX]††÷xtÈ -ðÀ €‚H€-vCdððÒa€0ØàSüCÒS€²C>ä¿Õ`DÀ@®U€@-°É(!¨r¤¥ &,0ù@1 ßìè&%t´€5 P{Xh\ Ò5ÐCAI,² Û%³|ˆÄ"‡ß×€ ¨0É€  À @gZ€¸ ‚0N@ 6yÀ è@ÓÃ@/À“ÀB©_RYdÕv¾ÁÈ „4À À [‚˜0 @€ H`ð@, Ì2ƒ@0²! ã7í}„˜ ”4À€0hÀ0@f˜ÐÜL¸ì4¢ÀwÀn900–ŒP®ãCF¤uÓ@€Zl„°@ª ÀP€@= À‚I>C 7Á‰b‹&”‚‹,ü4A DÀ/f”ù p`(€Ð*¹A£Hh¥”RvÀToa»l€Ã¡¬§<Ë÷`€  FM ð@m p €f€?`ôªLRh @ €d41(&,&0Å˹l’ÀNäµ «¸#Á¨† `†$ €Bx Š‚Ð@ËÌ ÀvC&D€€ Qd"Z@,!à DÕ&ù  àN`ܤ„ ‹d¸°€œ–QÀ$)%@P”Pˆ&¥A‰,¡žÈp@±P)@€†„àAì)2@1T‘/–C~Š< Q•€¦($ öCYÁL9\` Š”LèF! ¨† p3Ð3ŽÁû.10¡äkú` k` ai4 ÁL #bÀ L €€q40 f´xay t€6Rp)°)Ö^]@ ‚€0@) @Šj`ø‹€€€: àÀ0 'ØÀÒE€7å, €ïïå÷x @‡P@Ö/à@ $°î„h þXI ÀÉ@&!¥˜rÃ’ÐB-=,€@Q 0`:D¨3@=bp À3|Bpià†€„ñ@dá€2€,BùiW2¢h(t“ &¹A€`–0ÔBå|4´§þYKq¥¼‚‡‘ª/¬€$À@׸0 Àà €¤ à ÈD0 € Ì¡i´hé` ÿ7èè$“ q×ÆÜŽ]À #€R…©g^H( i€ØzÀ€À _†ÓË Øô ˜’_F5,Õà!Zà)tà T°AéGˆÀ0&£ì0(<šº€PÎ*´€^°†€˜ –E’À²;%²Å@ÌßT>ðð@` Ð@Ë p@µ à€€”ˆ ,H 35(؆L| `®œ 0+“@ ‹I ¡› e÷J­|Á|€Z à‚¨°ÐÀ è°@A€ ÁT@ ÂF>!P¸°À :K mó‚h @?ÈŒš  ˆ@ € A¥ –Xj¡0X``ÐAé`‚iA™À–Ðp@€®œ0 (@`‹V²a 4ƒÃ9 4a…¡0BÆ M(BÌ1(/6ü0 L‹ ÙcjJY}?§’ß?¨±“›¸b€b€º!œ€‘à @LŸ¯êÀÁh„èÀ5À€h%@¢ C%]€–B(š€P ~àúƒv Ð ìœÛ5‰€2@Ž1Vð  Žàœ`@»+ÉÉ€P†ÄÑ,h bɬRP€Bõ&è ð04 }|ðÀb€$²¹ AÀ2‰ ;&†* ÐPV%R`ŠP &`,7†U\À€À@†h€’EÀâj0&<&ŸdVPFÈ„Ct*‚FÑEÇP°p%† ! à t¹4a@0Û0ωx˜’ñ,µìðb¹¦6>þ™ÁÔ0€€. ÀL À/'p*¸40X À@fÄ„C 60 p vPVã3J0A÷Î0ÀX $XÐ`  1"HZt‘€Äø `Å é40$a¤"݉’¿ãTÜ l@ À? @ nð2À€\M!†€“5¨é Ò ™²Ò–Y)H6éø @!H T€. 0©Ä ¬è @`ˆ ô€ì”޲P`0 z1X Ä4  Žq z°à@€%twxÀ ² 440 Ô>Y) Qhÿœ"±EsÀ…ùJ]@=  @; €3H €>J$äÌ™@0¹D0Z`¼†B¡¥M@RØaf\û¼ BhƒRM(°ÂÐIA{¡8Në‘÷)JN.R”ˆ¹JR"å)H‹”¥".R”ˆ¹—ñ‹ÏÇg_>úx G$ @° 4€‚Q45ÁÒÀvШ@@ÌlÀ˜J@4HÐ €€%Ù5É¡ 0Jv,0ódï˜D Àòµü€ @P (´’ºXb¿O€ÀhbPŒKªe –o×Ùð@­~€'ð$ À@ˆ… @t¨À`V–ÄÐÀrL1JÀ!Ø ʸœa4™ùÈ&“Ä ½ù:9¨ìxx¬>  ÀbP Ò7蘠,ñ0ëwü¿É¡¡©é•ýh Að.Ì(Á0¬¨ E€dÁ€ Áä†^5€v@€@aÀC‹ Ô„£òÉ£0!}„„™g @£ `’h @'œ`€npà! B€p@<Ø I ƒ@¨dÐÂ’wÀ`M,$÷%ü7†Œ%Þ0 A0p j‚Ð _‚@ì00@9@9 ! H`°€T3†€ÀLÇ +w8ë°@€ Ð@=   *€ `ü„à@@L( ÁL &HÎ@L¬ªéIÇ\(¼´šlƒ$˜ ‰ƒP*LIx°)ÐŽ¾’XÀ ‡Î7TJ Û@¿F €$ü˜À@ М@Òp @ ’„p„]ÀN`Jˆ  †€Z(I A «Ð@`@, @V @@À’˜@LP €€À@gñ Àbå(D–A@:@O3\@ʨ @4 bh ,‚ †€`°@ÔGb (dü@ @4€•þ Ü $Ç·‚h @ "f€@+Ä„A< À€h€ € @1 !œQ `;À€¨&,@g„#ú@€€ì›ÿx‘4ÀÒɩزXÐýÀ()(?OB»’ðÁ€O¥úP@- @£Ð #‚pp@3!$ €H àà@1tH@0H@NXoÙk1 Nà† PøûŒ@€* 8@Ä`@@1HXA À°@€Zˆ€À ÀbÀªRXÀ`0(XÎøåp CQ7¤ÛŠ ¯t˜2 A@0À€&"à&€ €L0"‰3@È\¿’rˆEpBúHê¼È€p@àÀ @@CÅ€8và„ÌT›†i „^&—¹ 6° @ @ À¦äÐè¢a, ’›t†'€Ä¬€0±5))-€¶.0a]ðëîH &f €€ž€€,r“Àèà1Ð@  À`¬Pè!¤²Q    Sú&3í}¨@¨@€RJ €„˜˜ #‰0+€€<  ; ! °À ‹P ŸP€ 0".ò`0 B° €¤ 0@@5vŒH@2 b ˆ\M¼à6ÉáŽPn›Ÿx€.l€ @N\€€v¨Ä€Ä`PA„К‚Èa¨Ä²j» m@ƒÚÜ @1` è,È ƒHHÃpˆj`Þü7€Ü™–1 _HbF7$_ÒÀ Aä)€ 5  a€(€v@vð¬†äð oj€5G&:w6×34 @–`@ÀàP@øIA€x¿P¡€ 0 NJ&!\’i`X™ŠÜ´VP¸¡b€b€º!¥á€‘à œ«æ=çíÏÛÚˆ¡€`€`[€ÈÜC/’P`@b ¤§6` ]ý„ ÁÀ)`À€Þ`Ä ÈI €Pðp  €: P ¨ Ë à;-``$Â÷0r€¿Çß- °@0 :Ѐ0` €`( ‚É©A˜ŒQY'¶ÖR`ª†MBJ--î„¡9Дs÷Üýͨˆ8@€U€©DÂB©» yúF+-'dKdo‡ßÚÁìA&ÁŒ @8 $( âÁX0@Ã!€f’ ¥@ €øh €L€aXþ¡«(hhBIXË’p@y €(%@ €ÀAX)¸hìnÙ €3 OHh‚ ph¸ùd”$ á¨]òÐÀ.d À\  €0Ñ0h€&!Aƒ{¤”²ý}”…«,úN;&“I¼0:A0°ÒË×ᥡ?—Ò¿Æ3f(r'€¦RýýHÁˆ5h#x c;H ˆàPà„p€ Àð€AÒM P ¬*%”žV@aȺ €¤ €`@3AD02M¸ €1@7fJ,‚À@LÁ¡ @aÒÁ¬RQ ù)×Ç „"iE†L , Ôr‹)(Ý•ÏBq¨æéÀ8¸p à LpŠrP€@B „"†÷ã6F~} T2B(ý“ (4%À Ä†>@Ä.Ñ‹åòXnünTX…“ï뀀œ`X@Mx„ ÁDiÐ P &b@Ô,!` u‰©à;ÌÀÃ- À1(þÀ@M/ðÔþ»É‚è 7€-ðÀŒp@ÑÀ€=  Ðà €5-œ€*Ì ¤ÀMË…¬Æï¼a)í‚¡¶Ç*  Á0øðP¢ŠÚ'†`ÝÏÜ!É¿!ÙjiŠ¿ ‚° 5P e@Ô0@-%ØðÀ À €` €$@T²jF€:rà˜`ha  ¸Ð @ Kô{p Á¨ À ‚ c€ € ´%tVð @4@`ÂÀâà „4’€,Ø„X!|$„€.޾cЄŸ·‡Fçíë À@`›@†èìPÒ”wÉ ÿæ)g ŽBGs×t à@R @TPÀhP|Ôˆ @4˜ €  :Ì„„@ :dÌ’±A¥l|4ÔÜ€@@Ã!€>@@¥% ð€ A0¨ðÀ€h˜ ÀNa+¤˜¼ò0·@Æ!!‰l«äÀÀ:jˆfQ0†€†TR‰2±{äPayz!¸@ À`M0 ÀL €è†„Ð(I…HDÔ ÐÄá‰Â½Š; °Â@n”ÛA… ˆIiÛŒ)i,–)¦a%wõ0@H@½ P ÁI`€T @;. @;è°À @0&€^Œ°` *€&ÑÀ fìM/Ä%’ž} À€@`;p @j&‚耘@ f I -C€`’hç€jj!ƒÚ#I\Àžq÷ÈÀ``hL !è„L„ÂaH &€ÀÀÀÄ )R AˆÊЇvÎ>`! R| é 2HDÎ~ ðo/w,µõp $b8ûö €Ú  À \$P5A¤àxp‚`p J¸i4  ``€ìHbÉ $kY-’›Ð. 0@»€ &H "€‚i ¼@ ~@Öpˆ€@ ‰ ÀLÝÊà–À  À@3â`¸¢ÎÙï”í´IHZ²ÅZ åCKp I€0 èNÈ<îRJ’R\’Þl…i<:ý¨ X‚( O‚°P@ÏØ c€@€†:€'&€4Ä5°`™œØÐ…`:(à(—eâi‘vÚ–  À†€1 `' ![>! biÿÿÍÿÉfk”¥-bå)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¿¥‚  +p` e€8 @Y` @‚HP@9'&˜fNÀVÀ:Í/ó¤1ÿ' d€|@ž €l@!@À&/b  àT4e˜y¡…䚨h@ À-t”4Õëæátë¹@L@€h  ˆAˆ!j%ô~’Kba5`8Fÿfi€Ûõ¬œ"ý¨Ð@Å @@žP@¶L@bJà„€ @ bܘ€N À€œ0” À Юä¢÷ü÷«µë0 I‚8 0` 7€Ä@‚pÀ@1X@ ÁPH S‰€:xPoÀ4+”Pß›|³/ [6‡žüJÈðth4 @ +’a 3 Š@À! C !þžÂ8@¨äÁ½ÿüy»À’b€b€º!¯A€‘à 1)!ðáË'_ÓA”X L‚à9 P  œ@M4Hfˆ†¤; â€@P`€a©p‚ÒV¾F%y€@®À$ÐÀ€p€@Rn @ Áì‡É  À¨dÁ€À!€˜„`MȬÃJ+ °£³{Ì¿ýá~¢2‰  € € €¢×A`T’k¬7–å^0ãzúÄ_ÙÈ@€Ì Ax"€N 1Ș¸4ð`' ®ä X…9à€“ À)àWœ0’eñ’JBx‰… ƒå)Ky\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘“+ä€ p‰“Xx°¨±Ä G9¬jÅXf>¢iØ5‡‡ÊDZ<.KááëQ0èšÃƒþcÛÕ¼’qìE¨ò@î8ʤ‘g¼Ý€YQ0Ô\|ž=Ö ¯À?= ÓEôHœ<Ñ4aäA̦’Næ(‹Q䎒jÏýˆþÍ Xš˜ZaÁæy)Ľ V|y9{‘ì~ýyDY {¬€j`j â@Ô¸ ‹À>€ª@ò=Är §ÔÀ›,ŸÄ_ûÄ1Q7ˆqáÇØqÜ(|^$ÊaLÀudXšÃˆ0µ»SÿÖh8h4œfÃêacï[‡DÐk(h†,I8Ð"ë'áâj`tCcH³ *¼-öc:/r(³\EL àò²ÖN\XÜëa¤Y#öp™$8 Y¦Ø@ ¬gv€©dy EbΣ›ü8‚>&¨å8PüÈõ0šJ;õ‘ÀYaæDÐá"øïŤ¶c€×Eƒx+ ©¬D"è±çÁ¨ ü_ Il9døšá†Tı‚y&ŒÀز¢DÇÙ˜ž,tC0Àó€õ04a§E‰bñ ÄqjRcY°ðÁ¦8P q:¦cÉàÅŒÎ-RE,陎B" 8 ªa b›ÄÖbš´#àÒ1x©˜ D0ýl³,|ƒÚ¢Šmµ‹jP ! Sˆ˜)ôpk¨â!ë9Ì¥$p¢|œ ⩼Çòä ~ÀF/ž,çIQ FÅ«€|*,Ò"TÀŠÀ3h5 ™W²q?Ž>g y8+ 'TÀè#€ÝÌ> sÈ‚GZ/`¥¸’@2©…¸ø"1ª#E¨Œ+À;ÇÇÈD5ž|ªf`Ј‡1ñ5ÀØ{…‡±DŒšF2hi°’=„“9³š—.á&¸I'òOånVæ¾kç#ŽG‰¸œ%ÂmKQ¦Ó¯\Bè‘  >u‹ë¬_X‰ˆ˜ªTçµÏ†!ÄMÈ›ž]åÞYå‡'NIT•j†¨KRÑP©Û·&‚Oœš >µ­¨âZ%Žöít¢éF…%¡ICÇ‡Ê  ;#²%ÐK¢^åí*R¥6M‰Äëׯ£¾Œl5‘¨fff<Ðy¡X2°exe^pÖᮆhgOtôÑ)¢P:¦¦jgÙöP¨nÝrPiÉB=¬©eeK)ë²0`-¬ûY݇caM2šg,rÉ>“æˆÍ¡îôŸIéZUˆÄ@€cŠ7aŽ(Ý£+­]l¨Ê‰y’ó:˜u0­È«r':tõOC83­Ú=5ƒXÄœIœ'ÊeÓ¡ÎJ¯9*¼hú3GÑ¥Ö]W7.nê_Ô¿Ìœó'!(BP‘‰vwgI„“ b!Çœz€„b<G ¤m&‘¤‡$ sæÓ¦&Cd>7ãuy^DQÐtJ’¤Òj)4jÖLV &+ ŸaŸŸa—AUÐU¹[r·.\.{×½vçn+Šæå¹pHÒ.#qºõÚÓɧTñäÓªz%RÞ%R݈bb¨ÕÑ«šS4¥m’Û&Ùm“„8@P8N4+JÖ“I¢Ñ©RÖ]û \®ýÐ.Uf&•f&y^GÆŸ1E‚‹,ûÙ÷kF´zǬŒã4ñ<–%‡ÄR©aÄH£LÏÝV&gî¨Ï”(Ï”(K͉m,X81`bÁ†b’)%Ùv“¤éBP^—¤Òi(” „¨Ê|Ôe>yÏ!yÏ!HB²¯C&†Aâ-ùò5("‚xW….K•iZbز¤© I£çØÇ ú¢…}QÈÃÈÃ÷½ÃáœÃ9±Ác‡wwwë~¸ - Fù¾©êxärÉdáÁÎu P:È(a!Wa!Ye¦Yh8@p‰1’c ’3g–y'¢zXÖ2‚G‘è:J%o7¯T£¿¹EAßÜ¢¢º®º­Åqgh·Qnxð=¤;HsG4y*’¦©ª°lDÑ€ (ÜnG#J•Œÿý² ™ˆffwffDDDDm´I$PPª ª¡‰bG9CŽPçŸyùêšz¦²›)ºË¬» .ÂÌ.Âë±¾ìoºë®¾ü±¿,oÇ0Çåshùmñb€b€º!€‘à ³Ê?*¦/nÝŸp•æß)/×·pªÝgGÍѹû¾ÍÑ׸ý$g¶ÜÖnÝû¡ÙƒY´ß>J;:·1A9·ÿì*OÊì{­ÖæsŸæãóµîýxÇu….Øú‰l·G [b™Ž"y=Ïæ#;Æê™¬íǸ¥¬,g » ÒU³ñbŽ_ä&u¨Ö#QŒäâ,P,¸Cç[çPÅçgÏŸŠ½›öîíÎfÙyc{öëãó›7ÏÑ’çÛ»2ºÁæÇ­û©”Û¶8'ôÈß6Y‡ÔI*fs î ‡œ<@#;®ÄÔIG­Fñërfpüs)ÅÙŒäa͉Æ@TI'n8Þqâœó^cV ¦u3‘k _<)‡1::¢Vm¾Ý|’gÊV;mÝþgÎ3©Ü‘ß¿toÜô/?2ò—’c¯Œ1JŸnʨÿÝÜÁÌâÂý(Öf7õ¼{þãˆ1Äz‰l{©ÍY?ÊîüóŽ5³¸ð¡PáCÈ$J8ʉT8ÆbÇ0y>Î8sc„Z‰õ0\•º”báôbû(yÊ[“°·µ5LÝÿFØ Fqpí÷̼±xìOv‰ôs1ŒÇN £ ˜¬(8~Ûs‡,ãÇ?4ëÈÜW'Ø÷äjÙª$6Öq>H¯Ö c`þ%[æGL‚6±ÿgwØ)´îÝ·ì¿ÆõgZۉ㯾Éù}“Ÿ³cÏßë÷J]בŸ/lù¶lÝÛlò²ßn3£?JUÿfÈÏû‡h÷dqfjg»î¯ºµe|üóFŸ˜>cº»º16ß'ôì§Ûoüœw^盀?€zÿgû„’{£þ„[l7#>d K÷ `Œí¸|{»™×S<ΕðÓÍcÖÁÝÙ¼Ã3¶7¿³­'ýˆõ™Õº‚R;ïÛo…ýûu²þ›Øäü¯¾7ü8>¾Ì¥o·ùÿïû3õ¨’µÇÿ¿íL^ÃrÒ1ÑúÛ¦weŽÓ”7Á“Æöq‡²ÂU÷Ù½!÷ûÿ¾çvïò’iãœü¦F}÷Étw”Í¿ÿîϸ§þÛl¤;`޵ðŽêvÜïÜ>_wçw|Z™Å4‘ÿf(Úf;ñùbŸÑó¡Â~©‰í²?ÜåÛà?þÛ¨çýM{¾d>ÈOênÃ;v59úúηwß29ÎìyƒþsV­%ò³çé?wû|1Ÿ~ûe¨å^Á4æÇmŒråõ¥Å0 j`â›ìË¥)AƱǙkQ‡*û~9‚øáËôÙÖgbt{jf'qDs¯³±8 cEXíþn¡G¬Œê‡·=À<±9QùB¾T(MLH¦<ŸöqGåÙ­€^~:9]òŒQœ(|‘ûðñ<´;áÎ8ˆáÐì&¦%F‡ '—d?~Äs\ñ'øX ^Ô{¡bãÚ¦éìûs?uoŽø£—:Tó-[²›6ýG ¿ó¤oÙx“ö¾mÿù—Ô+ŸïüÛ¾mØ!»õ«u8(à†êùi·ÌOþw4yÁçÔÉY¶8fζR¾Ù—·Vÿ·2qœoû÷oÑ¿Gó:Pi¢Ú|†ßŽ|­—úÖcåqôaø/IÇt`“•ú÷[㛈 ¥ºwâΩ„ŒÉFã¥ÿÛ¬_Çõl÷Ÿ`ög}ÿËm¹ËÂ=m¾Cõ ìÈý‚[8>[/}ßæØÆ9ðÏ›ål¦H¦¨–¬ÍŽn€gwÍ…,@¥TI#¿0H (ðµ ;µ³vÛ¨aÚ¢G9°RðµÄq0_'€þš¢R¾^uœ/¬H|•;²Ä©GI~ÌA°íGãvb&8@áÔ¢xý¶"˜a?dz|Ì¥"ÙÙ`5`9&£YG­TiÎ@à°é$¨ þGy”Øù*S ©ŸŒb:™äšr”Ƹ“d©Ï4ã¹Jvü8žw» ãÇÈÒT>¦ )k|~ÙdJ4 |•(áÛ‡ "¬yªJªÙÀêÜ×#Y‹Æ­–çñÁñÊqLN1Í ¢ªÙg‘ÈÎqÕ0^Q€5ùžß ' l“i¿±Êç¨Tñ DµÚþ9Y›œµGj˜r»w4•¹ñëíŒ_8ÓáÎäSP•G3å,m%yfv)‡C°ª™›»Šâ°¡RGÿ…(÷Xâ }aOÔΣ\x¨yöâ€?¥²òÃÕg(gS9¸ò=cvÙû9ŒçFŽ}™ÝœÖunÌ>JVë"áÖð¯Àeάe‡ª¦ ÙGž°¸?³„fÀFœz²ú…hK6ÝØÓ$˜G1³õÁu0Èç‘Z1[oû ”¦?r5¨áX=ƒb€b€º!Ëa€‘à ! Hýc”çf–¶µ‡ÔÄó¶ØWb |³D/æü‹ ØÏó ñüßÌxå÷©‰Î¾#…÷/G¶0áú”s‘{G/ vp™BØ (ñV µLWuœwŽclÌÌ4ÇP£N’£8‘#åj˜P¥®I‡?¶º¡‡ü~lãÏ„)aÌNøBä‡ZÏc„³;z˜•ãy:„:Û)FÆ4.Äe0ó„ÁKVÆ p9c¡£øõYÔ}Ûò2ÉÕPt1@P¼;0…1HáqîÞ¦$Ï„°ƒÍáÊ£{œ¦Ø€1N(á@nrÍbˆ¹T(PñÙ©‘Ê„ZÎqã…rsއ岰þææŽvÁäÿˆÃã××Üá j‡.¦f/ÙGØÙÌ^lîcqXóò€Ûßõj©9Î'0Sm˜;˜µ(BØ.Çã¾í%L~8ˆï@áç‡ÐçÜÒp5À2©ƒÖbùËÎñí›'ð¹&¬QçìÙ‰Íðª{…óÖã•ä­÷ùÎcÅÇsS8 ç=ˆ!î0à7bßakgv"u©°±j7*ÖÂ\Ãÿf ¦`Yœ+€º¿9AäqЬ¡ÁáMA✔@µ°ÌÖ¡ã×S6/,Å®|y¤óÇn Že,œÎp³Ô¸ãyæ/‡QÊflÄø,ŸS_fgì·hKc¹NÜ]šØFõfvwXþ”üÝÖ$øå|%ÎËÊVA ý…ŽÆØüõ2Y¸yáâ‰ÇIç|äür…Ô¾þNcð•?.–¼…eLHöÎà@÷©&ï¶8{±Qmj€Öi*©‡©öPð÷#ÂðãëPíf}òÃÜÀ9B€~«Çz™±ØÍ×Ô=ÎcuFòNìŸ$8üO"ð:u¨}LKnxqáVg~³¡J8]1î89rp¢¨ö0s™…·s$ÔÌS…¶ðSœ ˆáv£ÛQÑ뛞=ã•SG[™ô{å/;ö7R‡X€7T<ðªfÊ^e˜Ì°:ªn9ˆ§~v*”n ­KÃÕðŒîØ[ƒÅÛ S;›ÉÆGý°_£3lÊ'IÔ·ÿ`±oJªáBÀe Pà»`Îáâà ×O IX8Ðûøì‚d.J€=±ëŒ×ð.nP’DQÔ¼‘Ö(XPÞþ`pð͘ÕG€m ¸î}üÎP3€ØìbÂã0v=p8O÷ð&$qòG*9wÌpñ÷ð7áp6>WŠF`зð*€?±c‰ÇÁOo°ëù‚Pµ,XÂlÀXбáà.{ù˜4ÿÀ>lq€?±ÊâïàQ|ë™°ö ìMüÎáN :ÈÁpìB@ÀmwóBáP¼«n.¼"Çh~¡ÀèR€<­ü . V(u€ÐDÙ8uü ¬X«¶Ü%€~?¿ÅÙ*ÉËT“" üo$U‰„‹üßÀ„‘,ZÈð|‡w'0P0ÿØ›2€Wóë–,(u`pÂ5‹'½ü…cÀ> èÊRÀÝxÁÊG£Pò·‡þ©ÿt'å H¡Dû0{aÄh,pUü …ˆÖëåþè;ÄA·þÀZôGªþ9ˆ!ÄqomÔMx0øAáq:¼ mÇG]x806À…Äjð|À:Ôt"Ø:½;ÿÂ̘¸*/ñÕàƒ”.Ïù@Áÿ^Ìn2—Uâ@3Œ F«Ô>‚Á“þp:&:'WÈðíQÐÎ…W ¢$Oªðlâ,Ì @0‚ ªð?oü8p5ÀÇÿ·ˆû^8=€dÒ”uxDqP¸ÿàgÿŒUx( ³Ç‘`w€;¯G„D°˜êò" ó«Ç üu}ƒ¿ýx‘€Ñv8W‰Ì «T ßõ^8p2Àà^D<¨úñey ëÇG€ Uxи?Ú¡•âB€Œp'ÄPâux1Áð§ºñ#žQ‘<€c«Ä³}gü¸*¼IÀsàè?ã­âzT  3|€˂Ā}^KàÈEy#ƒ€6oßø€`ù0ñqD'Ë›ü]~ÕâæLÀÖ*¼\œO˜6¿¼LÁÜòpv\ ªù€ÌPX1€×Ì㇞Å~ÌÚñ6>10‘o'k˜¨Ð¥WÀ<áW^(ÒtÌÔuxpQÊ‚Ôñâ W @â5ºØ¯iñ€Ô"^b”dñ‚¢=‘@Ñ>€ÖP kب|D#W yñàlÀ@ÐQ°â¼@ÔØHî½øðj€jaãëÁØ:8g ¿ëÀæDã¡$pØò þ«Ì"!bào²=€ÊƒëÌ ‚€gu `Ý"¸T£ÕaÒ«ø/WüD”«y=ux;ÇM€YL@¯Á«þêÀÝz¦ˆ ÅÿÀÁUà†8pp³ZN€Z9¯@ðtÀ„€°˜?ëÔô@Œ:ez 3²€Pî:ßø‹ÄZð•/ü ðã¥W˜F€ìB @|.àÀkÁØÁ@v"¨x•î`:ô9ªñAà3€0þ¼[,ÿá@?±Bà"*¼Àkÿ„a˃àbÿ €]ÊòDpc-ãx@,‚¨ƒü +Øyª¬Àû¯B¬?ááBÉñ Êl ×°8ðÁÐ5טð'‚‡Tt `5ê¡çŠåo…^ð7Øêð(€ð›TÀåÿ²¼ð ‚ΑL@Uà†Ž•(¿àø Œ¯P€8Žˆ€z¯‚ƒþPès^ ¨ò¡ÀµWò Ö$Ýg¨¿âwW¨Sã¬:#É@>]€º½˜ƒr¨êò`ý¼;ŰC¦UxÐèó׎@ ÀÆ^(jˆ¡@3¨Àmà ^T d€ p‰ñH>Ixg§ƒRLå/ÔL²6 cTMÄÂúÔOˆh ¨²ƒ9gT±e eœ¨h™ ¢·Ñeæàl‹"&ò lH˜è ‚uE”Ë8µ$Ÿs 0 †C`ÐÃà†N€1Ȫ` 8øXèV€vWx €  ”Pª˜Ÿ—kQ€)ÀF?:&*~LĬMXªRYñ5*-~DM ?„ ©€;ñ†DÜÇ€q„: 8=ÄÌ^Xa*¦j‰¸0]óÇÀ'AÚD„’ßS ¤¨²Ð2¼¹%–6)d%€X3±&¦@À¸†  äº I}ÀÑPá¨!ߢ¦RVŒd»è°ÒLQ°HeJÉ@ *`iE ’” H †“@7Šæ@! @›€º¦RÄ0D0Ã`*_h£` ÉDÀ ø*¦P1¤–SqR“ÿ€¨iÐa°e”RI„´b}LTC´M Ð-1\ö€BPaH )Õ0 ˆ†$”|~HñKЬL,1)%|úÀ5€Üt")0 &(pEÈŠ„t„\Z$&Ôí“¿©€',î¥A¥bie¹Ó ¨­œ4·!ïŒQ¦kPÓ ’ôYix…€ÐÐ*MA)AìÕD@CǼR` @uòÌõ0²Z`è ¹@?€vK* €†|£I¯SÿkæÀU¡ƒ¢ŒÐ@aØ–þ D¤ø~œú“Ïþ¦i%’|PZ:-'Á†À€í(ìÜŸSvHƒCOÑ ¢öË‹/ïÕn€NMøƒˆÕ0 †“@7ƒJNÙqe÷l¨jpˆÎ8I•0†lI¦ DÒ’Ï—òZ(Àôàæqu040𸠖H‹);uÄÒËßE€5ÉÀÌë>¦à €vZ. 7Ñ\|¨aa‰&¿`áj©¥#¼œ@T–ç²:NñTÿb±¶Yõ†‘Pê‰/H€©þÉU×àÍSn„åQ$ ø$¢¤q0(šJÍÑ“Q ŒÚ&–[«Hheß6CVè:" ¿öТ=W€bq[À@5Q `ñƒÂâu@ÆÜtuÔ˜`BÀŒâ5AóèQÐP‹`ê£øY“w@Åþ: ƒ”.Ïù@ÁÿT>cq”lº¨ àc€ˆª¨}ƒ'üàtLtN¨ÕüàèU@ŒÐÑ'ÕA³ˆ³05Â2ªàmÿ‡¯øÿávúŽ`4¥P*ˆâ¡p=ÿÀÏÿ ª‚€Ò f™‡®¨]P¤ÑI à8!hZ—EÑ.•Œ!!ã뜇®s~£zïÔoW43¹¡žé½Óv#‘ˆäsŽçn’Ý*Z–¨*™fljØìt·:µ*ã$«ŽtšÑ§ Z4á9d­Ë%cr&äiëªzé4êiÓ5Fj X¹nL“%Åqd’ITªÇ8+®«Ð®º¯X á@€Å”,š‹55€ `9èsÝA:‚hÚ8qÜxy<˜ŒFË)aÎ+«8®¬\Zàk‹]të ¿ä%Ȩ *ç1ÎŒkÕ°lC‘³lÕµlX,ÄâN­)ke ì­”3±éB@½(HŒ˜¼dÅÍ››9âªxª:2(dPÆñ¼F‘¤‰"XÖ;e±ÄâÛKZµ©ñe†§Å–Ù÷[›>ëU®­t„7Èo›ÇñÂâ}ÄôqHâ’T”j¬; À0#Q¬N&³ˆÄüïÞ³ó¿zÒræòN\Þ„°”%„š‘µ#iöZ}˜Õ1ªc”Ç).˺^—]—c˜æ „ kkSƒ}N Uõ¸æ7Ñ P@l,ØYÚmv›V9¬sj–Õ-dY È1u][FѸÜQ(*µc X¤2=b’žÌAÙ‰›1LÙ‰[2¶gÙ™öfša4Â1lbÕÑt2L•iZX–&Ói¶ÛD¸Äc{u@½íÕñ×=:ç¢ûçAß:ÆmŒú~nŸ™¯^15âkÍ@ jj˜( ¦Ö›NÃV²}Fd½õ’ææ4Â<ƘåìÇ/sxæñÚ;¶Žê2ôeÚ¶µmAPZ0 Æe²ó™Ã¢cÐÿý° ªwDffffUDUD’FÒHªª¯ªZ ªòF$‘‰<÷ßžzëºì-ÂÛïà oÆü0¾ünDZà qÃ1~l®‚¿6WAaíH¡íH»Õwª .^¨åQÌJø•Ó&8lfÆ) I¥šTe_Ó˜æq8 ÁT©‘EèÈ¢ô ÒbUÒbU.&_*T"ÎÅœÍ9šŒ]¹ë²c˜ÖAd ³._—ÁPTÚmråÓ§ &£†“Sx#ûx#ú’­%[¢·EW§/Nš“5&nÜݳ93™Êr4£JEÔ­+2L˜”J,Yó×nFk·# °ndÀndÇÑ£º~,üXùaòÉH)¦š`Ø6B¤)eYf)ˆ—%ÕŠÍZŸ>»'þÖ]“ÿkð‚Þð‚ÔÖ©­lFØŽQ”£!eÂË&L}—ÙA—¦zc|ß3 ÃLÓ¬ÖG™1Á&Ž–à“GKõ-žõ-ž†û ö‹}ø+0VW¸/pt èB]eÕ|_$†HgÅG—5Í4š6•!™G±X̣خh»Jh»K”‡)ÆÇ¹ò%”Ý)»LV˜¦²k ì;§Zu„$IlÛ5ªÕû÷ïÃí¤aö¿Ò59Å9Æ¥ÍK ¶ÁmC†:¤+G¾o|øïŽáhZ¶«iÖu–Õµ_WìV'.P 4îVšw+U&_U&_XÇ1ŽŒŸ>oTÞ¨*0T_º?tx"ˆ¤gFwÆKÒó¸îr9(Ñvï`µbí°Z±vu‹ou‹oŒ[¶1tbæ1lbè¶ÑmtàéÂ*"¢À°.bæÔõ%IZF’§SH‘*Yc…œL±ÂÎ&Y®bY®a&rLæÊí•Ñ "¢mDÚNdœÇ…xPlsg6>‡%É/ ÇC£~ö 7…€E›ÂÀ'7ø'7ø'Ž9bªÅšÛ5¶p´ác4æiå¦ZJrº›¨Ž#¬»-F e3çïßÿý° ªˆUfUfUUUUDm´›$ ªú¯¥ÿ ¡ÍsF4× yèšjë²ë.ºëï» °ºìoÆü°Ë ¯Êüq¿-/ËLq2ºÉŽ]dÇ ìŠl‘MV Õ‚z4j¢ª!B,F¤j·ë~›I´Æ£þ:¥@Ê6a@åÁb@>©/€!$pp0ÆÍßø€`ù0‹Š ±>\ ßâë‚5EÌ™¬UEÉÄø€ckQ3sÉÁÙp6>«0€Ê 0Ì㇞ÅpfÔM‡ÌL$EC@µ€ÌÔèÒ«ó…]B…N€9€:ލpQÊ‚Ôñâ U¨ÐÞÀí@AGš|p 5…ÔÅ(.Éã…D{"¢|;¬ ÕЇÄB5P<øð6` è(ØqPUP 4@M„Ú°8ðÁÐ5ÔÀ€y<: ó cª€èyâ‡ù@áW€Æ< ßö: Qà!6©ËþeA@È,à9ÄÀtuPCGJ” ßðüFU@Bâ:" ê ¡ðP0Êj ¨ò¡ÀµWN±&ë=@Õÿ¸úªøëˆÀrP—`.ª1åQÕ & 0Á‘lé•Q¡Ð ç¨àQÄ œ `55DP Ô`0çÜ|¤È xü‘¶Â/åÀ8ˆËßó¿’úáþ=v>,âü\uCÈ>þ<=¸¿á~ª ‹Çàñ÷ñ:¢Ì"@€ÊþõFAªò_Åh*.þ ¨¼qÄøuÕ@hØ4y€¢4<Ö ¹*øT(oàj fƒ@^|oà| À‰‹ @ßÈ&¶þ'BÅ*ũ޲ E‘oàPcÿ„@n,ÿã”×at¨³à ûø˜°#Pj¸p˜àíüOHDù(œ_ÓÂüH™h6`ù”.ÞÁ£þOdh«ù€tÖaE¨øÿïâ Â$ꉿ @f¨h6€ßÄøˆ½Æ§•¬€üÅœĀà×ñðn‹õ""Àð a@ßÍ,Èøø‹0¼3\hëÞÔ.ÐûÀÝxz Ux(g ÌÙX]y„é@Ìq÷_Áˆ̦•_ ÁƒþqÞ_®¯:6ëÓW³‡ñ$X@kà Ÿð•äPî¼¹ÑÕààr:p~¯ìtªð€¨Ä UàáÊ”î¼àú¿Šwuä€g/ùõâ`Ä04ÿÀÇÿÊüêÞ7¤H @à¯É«ú 9 _F€{^3Ž©Uòx|€6¯nèðê¼XÀ`7«Á>"JŽºððrÿŽªùb)ä{ø*¬s*ÁŸþ¾êWŒ(u^ ?þå@@žE¿<w`Ùÿxµ€}pð×”ÈÀùUâ‚€QÞ@Eàìäˆ xxš*'uUâtT܇#׉ò*«òe¼ž&Š‹‘o?ÄÇ\>K=ü{Ü _ðžaR5x© Dx  À>»ù‰Ðl\‰§6¿™› Û4ù<ëT”õàZEE€ÊEüÍ­¤ÅØ Öê¶‹Ñ`É(Ï^b(yAm%@è¡ÀB¼ÄTêHpbȵæð"EýY*¼ÄT"I€-ƒ æR$H’(¥×˜‡©4XÐa¸µàtPqRL'ˆŠ¯1@Á Ö^yb€b€º!ðထà 1Ñá}’`Ãk°9Pò+ÉÐawé&ÂüE2l|Z9÷óxÿv ÷'ž 7ó “΋{öp Þ K5üD¸·¹:þf¸6Õ%Vá~þ.Í’Ô‘à,"E Ðªú«ÀÁ’&ƒH8ŒDƒ03€×˜Uit  2`Ã}yˆò*¤˜Ø£@=¯1*¢Ìƒ ¯1ùÚ©$A†ßÀ©Ò@<‹{"Eæfð*þbt™.ะÝÁªn ?÷ð>÷ÀÒQ«àpu[ÃÿTÿºù_ÇRÚ丯âI·’ò\Uþè;Ë‘ê¾dxêóT$‘:þ'ÇG]~ƒ x83€Ç@lqýx |ÄO2¾ÀµèpXðQ:©â@3Œ F«ÆÀe«âÔuy¤ú¿ƒ`y l>àt«ø?vŸçG'Áÿ¾þC°µã&@ʯˆþ:¼ÐoŽ¿‘Ýy@mŽ›Ç8¿àîþn@±×ò8òÕ~õâJ@t*:¼ñdŽõŽ·‹ôó|ÀŒuü—Ú½÷Ϥa•âçAW7‹‘Ü]ƒWüªý8žo¼Ü.¦ýWàê¼x“åjÞO  à»•_xq½@Ãÿ …GW—£«Á2;@D:æ^°p”×° #+à¨AÖëþTO¯ ×Úßú÷€u ´¾Åp7^¨•^ #YÄHs¶V^a:P3ÆÜ}×ðb³)¥WȰ`ÿ€\A·—ë«ÅκôÕìáüIøgüåy»¯.tux8ހܫÆG€{*¼ *±Ux8r e»¯8>¯âÝy ÀËþ}x˜1‡Ì ?ð1ÿÀr¿:·éP8+òjþ¨@èG×Ñ ׌ãªU|€^0  «Û€º<Dú¯ð Äêð@ˆ’£®¼<¿ãª¾@˜Šyþ «ʰgÿ¯ú€Õã ]Wƒƒÿ¹P'‘oäØ6Áž-C _Ƈ\<µå20þUx  Ô@·€€x] € p‰€ïö_’Zy¢idÄ£?f¨™e7¬t¾BÍËÙ^ A0´ nÊ TO€ª ›£~òÛ., Ä—ÕQâËÙ·"L»ù»ÃDÀ©3#àÈy›A!#"jH_‹}&:ˆ…ŠécàÒƒìeI} Ÿª` H\! *CÇD2go„›€±>!¸Xz  @r SbBÊþfŒÛhá‰q°’·ðR˜¢QCÑSó%…¨ó•í(úÔ¾Èþ!Ü`  ä$ŒZyœP.žÿø  …»~ðj }XéÎÛ*!“>~4¢[SBd €ªHC‰ð²O}€>€ÀQþ9/?ÁˆNîL% ©”¼Bßnö“ü™G`H-!èà: AcFçú¦À,ÿñÚ ,¡ŒÀ.€v’hÎÍ”’ÙJƒ7³Ä7LxeLÚO·xh! Àã´C,´»DÇ/§íà᥃2?(;TÀ€ÙIJ´™\j"i ’Ø„RxÖþÊ(”‚Ñ™êa40¡¹àÐÒ‰L·€NL8>¤3ðˆ0o%±K +±y Rêa ¢±pä!b`Žð É©ùš&?%´~ ÄÌZPA©€'±Pie„@;&'÷Þ 4rvþ̲‰‰&І‡ÔÏ iÐ q ì„où° ɽ´ŸÝ°‘¤ÂŠ@`/ ¥L˜Ð RBÛ~ðhgãrüšIDú tŽÄÂÊ-9 y¢ª¿8Ð {A…€[j€¶â)›Ä‘å2¡ VWÜð0 Л?ƒ à @tZ6JðõÔÀ KìPñ4…Ù!Ñ 5;í´œ¦/ø˜„o„°Üj8aj¦b.‰7„4”> ã|…èø ( }’Žâêg€18:à 7|µ ƒ Ç@€Á(dçdÔÀÐ2XˆøèiHb Ð@nT ^R ¡Ia¨áâGÔĤþ&Ì¢F´’Cü|Z6Ë2 NØ: Œ5û¨e’R&,¾ÿÈÇi<“ÀVE©€”HÑa 9ð ñhÛ,É)î_ƒ Á¦Ä„w€vCÐ J—ɩݘ[ÁŒÜžgË@öCáªS‹©„Ò'À†€ãÁ¤Ï·ÿŽ€bY{¡·‰‰Ü—  òPWÏjqu0 ¹ú95;qÄi(HÎú&áÑ1(ã_j’’ íS ¥#Êf“¼|5;`  Ë$&ÑkgÐôb±0²R\õ‹¨‰[lÇ@!%H,Oì ðâŽ?e…ÔcQòKïû\ªmМª$”žÔa\ɧ5¢iA¨FnVJÍQ v)¢a¸íŠ5à¤âRJõnƒ¥ÈõY‘àªj„€Ò'T @¸è뮃 AÁœ:`ˆ¿êäqÌ­€j€w µ€oª¢XP€_ª€Ê:'V GTÒ}T'¬ ‡è“‡<ªƒð0À® 'ÁÛêA§þ£&@ʬ@ñÕ4ÀcªDvØu(Ɔøb€b€º!úA€‘à !™¡  1ÓG8¿àî«ÇTXÐ «½D” €0èTuOAˆàTH@cà ¬Ø3y€`úðÀ-¸ê†@r Çàlÿ ÄU}Häõˆû¨`øxj#ÆCã§›;®ƒ0 Sª´ ðdX?à 8@ªGŸRµUgT‰ÕØ]H“ hÿªê¬@j²uG€þ{ªÎ¨•ÐAVQ,t _ðÑÐ[0#\ô™à4Œ2¢çAW4\Žâì¿åWN'‡M7 ©º>®ª<Iòˆ5  à»•\êoP0ÿÀaQÕ.$ GT#´C®aõØ8 ÀÊj €0 Œ¬ªÐc'€XÒ€ePÍp }ÿ«À:…ÀÚ[ÀÝCÕÒª #YÄHs¶VS Ò˜6ãî¼€lÊiU`Áÿ¸ƒ ]Qs£n©ªÎÄ‘`a¬³þò¤Pî¥Îލ8Ž€Üª2<ØéU €ì@•Ppå@ÊwSƒê¤€jR@3—üú‰ƒ|ÀÓÿü+€BR$ pW&¯T ô#ëF€{QœuJ¬€^0  ªÜÑà2'ÕE¼q: €%G]CÁËþ:« ÌE¿‰liäÈpøÀÅÿ|û íüd<‡É«ø–Ü©2ƒþþjd_Ä8:HU_Är=I‘î.½ýLO€üO°üYF¿Ž“@rþCà ¤Ðëù©müp{$ƒ"þ`è»’í_ÀttX3€È 36þDäßáÄø7õOû¡•üÔÀjþ”ßîƒþ\}Wùžu…ßÍâuüOŽŽº~ƒ y# úx |ÄO2®ðÞªþ9ÀÕxß©ñê:þi>«Á¸rÀÔ2«Åxàc·‹ûêï* À rU~7Ž«½g[ïÀû¿¯_J¿ï^Ttu¾ñÞî­áß`Îøà˸êxa°t+ÅðgŒ`eÿ€åý}}×ø÷O o€ <GŒ‡ÇOoÿ;¿çNªú­áÞ,ðêïéÀ+UýgW‘:¯äIÖ_÷õ×õ÷õ“¯ã›wõ^Rªò 3Ç[Ã?N¯À8;{~WòG\ÞH*¿}oþnR]ãÀïÿU¼ž\«þuáÊ €ÕåÀ9^x¢=לb%}…oðTN¿´ë€Y ×Û¯²$ÞUU^:Dºð’teÝ{è*¾¼D·—ë«Éwô×ùwWz{ùs£¯á r:úñaŽ•^5ÀvUy>ïç`º¯ 7»ù"tšñðĨ_ó…ú| `7ü'WµPÓþ¾€YÇT«ü°»¯:^ªò/¯àœ¨ë¿‡ñÕ_`Î^ «bt¨€½|€}u庯À·*èëùÕƒ7üñj`«øÐë€á¼ ðd•^J€;·€€xÞ=˜È xxš*èuât‡¶ªùò+ò·“ÆÑ#QÞo÷U䪷æ#È‘i¼ÄAdP±fE ÿõæPdˆ©1Uâ(«ªó ‘" ’dPy¼ÊEE]p;^b(PŠ©2>¯1"¤ 1Uæ"€ÜP0ÿÈ$#(àªóRÒ5ÈeyˆîDTUÅn>¼ÂªD&(8nªð:$4T™æ!⪠“åx™ Š I6G"^²Úñþ2L[ªø4¤åï^aU"¤Å y…EIÑR"â”O¯•qWÅ€{^e"‡EE¡ãëÌ¢«EI‘ëÆ ;R5xªÑRb±•æ"´†¨³ˆ²+Ì@úFŠ©2W˜T‰.(Úó üUHk ÅW˜ƒ"€ÔôT™æPdT ÿõâ00žK ŠøDj ·‡þ©ÿt/ò¯¢¤Ð¯*EÈaû ÿ—Uþgawóx㣮Ÿ Æ^Hè>žäqÌ«¼7ª¿Žp5^7ÇDê|@:Ž¿šOªðn°5À ªñ^_øÀmâþú»Êƒ0•_§_ÍãªïYÖûÇðþïëÇWÒ¯ûוo¼w€;«xwØ3€ßþøòî:žlÊñ|Àcà9__uþ=ÓÃÀÀàO‘ã!ñÓÛÿÄïùßÓª¾‡kxw‹Ÿü:»úpßÊÕYÕäN«ùuƒ—ýýuý}ýdëøçfÝýgW”ª¼¨ ÀñÖðÏÓ«ðÎÞß•ü‘×7’'J¯ß[ÿ›…Ô—xð;ÿÁUo'‡W*ÿxr‚ ÄuypEGWž(uç؉_a@Ûü¯í:à_Ã5Àvëì‰7•UWŽ‘#î¼$w^ú'J¯¯-åúêòG]ý5þ]ÕÞžþ\èëøhŽƒþ¼d@c¥Wp•^O»ùØî«È îþH&¼|q*—üá~ŸX ÿ ÕíT tÿ¯ _ÆqÕ*ÿ,.ëΗª¼‹Äëø'*:ïáüuWØ3€×‚ªØ* o_ ]yn«ÁðíÊ€:úþ@u`ÍÿüZ‡Xêþ4:à8E¯(<eW’ íà ^«Ôù»b€b€º!¡€‘à 1&AÑáÖ­Ü€ p‰€í"’Âd–‰ûV滑YHßÎoQ2Ã7´B+o÷IʯóÄÜB/”KÇ,Ò%Døh!#íÿôû., Ä†©ãÈ•,5%tdù¿Üý Ù1û¾ÇÄ2nÛæ!ÖÀ2ˆi!tbß7aî³¢Dó âCË—´Q1%¸ÃXúiR~Vt$À“À®$qMHD–„›œ¡ @ƒø˜þ Äæä ˜rWãù:¾Í F †w²tBë1@ÅÇãšjgðHÁdp!c³@1è§pð¨öGG‰c4ô…°f&¥jO ÇT ’ÖŸÅÀ;(3toÞ Ø5;ÄéÑ4™Ðÿ¥¿Ìê` À,(ÀU$%p膀Äã`ñ3ö9/;Ä‹GJæêdl¼BßnçëIéà PH@ ¤%Ú )$±¹Ù˜ñu0‡‰Ïl<Ø44¢S,ðèi&üŸ†Yd¶1¤gW€NXX¯—Ëîê`Ä-öïÎx`-}P%0 ¢e§~݇A‹ÿà@ÃPB oÐ!aëz˜~B@»û£·€3 îùæÄ2pˆ1» 'èP*Pf) +3™‡uÔÂiDÌZÍ‹,¢WË€NqÄ‘4C!Ÿ¤óÈ¡¥€¢>Í âj`h``×îqØG7ðÀ¡ÜÐ I©èfç‘ Î4khbJP$HuL8ˆYC6€vL/þÝfÀ'!’8˜3>ë€1,¢’LQLGS=¿ûmŸLl@¢áÄXäÔŒm"EÎÐ¥‚`NqFTÀ€YŒ€¯!6ýÎÏ•Âp‘ði$$^&q¸Ø€ÂÉ…—ƒ£qêà.ºÀ@”HD‰D„«H,}f ‹Ç>Èðë*J;|$ Àüê€N‚iMŸ¬@è¢÷íà€À½±hOÛE©€–¤$(-Q4™ÂX|CKBs#Þì—ŠFRÍ€NY4¾wß ÍŸ6¦?h W«`&F€5¸`þ“SºB ”LÛ¾wTôa¥†G~žÊïÅÔÍþÃà ÎÖrà 5Öþ(·e@€Á%lÕù¼uL&òi|ï_Œ€cùY{!)¸\M k‰œR>€†'ËÉ&âNú¦i$ñ<b‚BU¬ôñ$ìC:Ðd€d€º! €‘Àî@ !US¡j)R•EÄ\ëzÒ‚³Y%©ÓnÞ3ãkñ‹5ªU»ªU»Ã•¥&#·;v¶ki{—·YÖ4MjZ çÞ½m®*¶Ç×`±à±ñåÌysªTáØ®mYÔ4ƒH§*r¶-†I’–¥©”ÊFùó÷îmþK'6ÿ%‘õSõS(JºåuÊÌŒÈø=áÑ¡%ªZ–]eÜg˜ö>K%’IŸ@j„€µ@›Z¶›Z¶l÷=È=pzÞ]åÓ¤} ÿý° ™ˆfvfffUDD3m´‰$¯ÿªPª¡Šb‡=TU"~Ÿž{j¶«°¶ì-¾Ûíºû¯»±ºëïÃL4Ç;ñÎüqÇq‡­&N´žú"ßDAâßãÿ²Š¬\¸¹p›¡7<«yWHt†¸.“¤Ôj6Ûi”Ï T¤eÍ6É—4Û5¢¾J´WÉt±¥ˆ*Gº£¾A\‚™n²ÝÕ7ªmná-Kj…ªÕtº]ÎêT˜Ç8fÁ&›˜VîJrÝÉNNµšu¬Ým§5§|ŽùNÍš‹]¼õÏ\- $É6k4£Q JÕ©Cû=I‡ìõ&-æ¼Áâ퓇lœOsŒmhZЄ :Óm¦×ˆxˆ^IRTÒj m¶à@„ WÅV]XIí É=¡ºMk’k\bUÙ%ÁîƒÝÂÇ…Œ–©-NJä«*ÊÞ·¬Æcm¶ðx4h¥R›URmTqI9]Õç+º½^Tªò¥2­ML’%9ŠòEä§*r‘´n^—›m³Q¨¬Vzök_EP|yAôí§>´ä`Ù#É‹ ] öéíÔU¸«v}¬ûA´X–"†·…"’i4Ñ¥¬Bò´XÊÓœë÷s~ëÔY^¢ÊÅê²ê¸Åq%ÚK£$ÆIº[¥ƶͳ *•H¬W~õ®Owõ=ÜK׺{B÷Ohlà¥g"þ ¾ §N2{ä÷´°iae–Xß·æé»3™´ ¤Ò¥E+[ߣ[~ŒŽÒ¸QÚWFz3Ð[Åí¿I>’D× ®ë÷×ìR ƒM#IH¤—K‹ÅèpÜë[jJ#½©(ŽÜØñƒ›0H ¢E(Ä9àÞWЕô/*^s(æR¦je¤šHË2ÍCRY–GÀ¿/ÉÄç>÷šžŠûÍOdËôäËôèQF@ó<ìRX¤R^¤¾  Ù!ÒEQ`¨*o›ÕEQ™fYl°Á“&™†EÌÃ"‘¢å‘¢åˆY¢k6 ͈yºó¦“M%—Yv$"An[œwQl+ Åqbq>|ÁJò Y%y,˜fÚ˜fÚ¢}˜ŸfØÚ¶6®ë]Ö½'zLY‘]•Ù_×ŵmUÅpÔ5N+8pž'åBÏò¡abš!bšvF’fZ™–že¼Ë«#VEâÞ-£0°,WÒd™l[‰EëÛ6¸78ÿ\œ¦¨f¨fÎ鳺”¥n ÜA¯)^R%¢ZAähš AU¥iÆq‚¡VléR`Þ1L0o¦¡à[¡à[)VÊUÛ•våP‡¡d ÉA^•êAd†uD ˜%½oRi7ï×.,½?Þ‹!mam^»7®Î€.  ¦§MN®\(7qLÀ{ݧh^›&ɲl¡0šõëVÿý° ªˆUvwfUDDDD‘´’$¯ðúú¯¯ª sŽ~áš™©®ê뺻0³ ï¿ñ¾ü0» °¾ü¯ÊüqÇñÓuz˜C„x$ÐxšLN)/Î “K+¡‘Ü:+Ÿ„˜ðh-ŒùÛš³ê`À¡Þ95å©(ýÀä w=R;»À†’`JX]L&”R_v:Í$„ˆð@o¿m‚Ä@¤ âb]×=FF&3Á$`ÔDh!¶Øa>ÔäÀ&¤œpØ €è±x£ƒÀÕD~J[§õÖ:ú¿üªmМª$”0Ü9à IAœÌ_x†MÅo¹Hëp°ê‰fÈ(æÐ&—¾ƒ× b×ÜØe^ZlŒD­ÐuupEMâuDøè뮪¤Žƒê,Ÿð1Àéÿ47ª©@j£|tN®SIõPn°5À ªŠð:ÿÀÆošT€@äªéÕYÓVtÑÀü?¹´ªïR££«d@ª;ÀÔ°g¯ôyqÕ |ì*/ƒ8 c/ü*¾·V=Ôì‚DˆÕY:6 v\ÈõMZ È°9ÿÀ«ª@JÕUR'UH“ sÿªé«'Tp º¬ê”ª¥@f?Ž‚Ý:¸g'*’:æ’'J®újéº:hð;ÿÁU ®Us¨r‚ ÄuK€r*:§Š#ÝN±¶=¬«#ßþT2/øÝl‰4ªª£¤Hû¨I:2tª×ˆÕÕ$uÕ5kšž¥Îލ8Ž…@ÁÿQaŽ•Q®²ªOºœ9ªÝpQðĨWƒþá:­T tÿ­²£#êUhŸS¥ê©‰Õ TuÔ±Õ[p‚ªØ* oXúê[ªƒàÛ•tõH gÿƒ"Ô:ThuÀp‹RƒÁUIPpç¹Å^b€b€º!Á€‘à S-œb€b€º!)!€‘à !î_ˆ xüz¸uüwñ~®þžâu²Õbþc¤?¿›\/ÀשpUÀ…üÊ ‘V>@ßÀè ;"êþF»øÕXô@ŠºwñJ®þ¤\‹ù”O‘ ºÊ¿‰Þ®‚¯â5X‰ÁÿAÕ { ¿ê««øzŠ2êõfqW"LåîŠ ¸_ˆ†H¹þ Šº¿ ‘"ÄÈ¿Ñr `®.þ ©"EüD©\8Ò%ÿÕü@©WH­üŠÔÑp«øõ"Í‘¢ªä_À·ÞF©#¤_À¨2‚ªêþ ‘fУ÷ñX?è÷(D¸7õOû¡•üu`5@0ÿÕßîƒþºŸ‚/æñ:þ'ÇG]ÿU$tíyë4@mÿÃz«úëøß¯úuüÒ}WƒpTè³¥Wßo÷ÍëUÿN¿¬éþ³¦ò‡ÎíÿéWýïåGGWØÞþW¨2ïý…ÜuüŸÊòap¿¯¿Ýuú^&*¸:íÿâa×üÈ÷ô×úàÏ*ïé×+Uýg_ÈWò$ë:þº¬^owõ)Uzη†ÿN«ÞÿÊþHëŸä‰Ò¯ûéþºèé½u¼¿®Uÿ:ðà ‰Ž¯YÕç€nÿ@v¯ü«è·ðη/ʪ¯ëéá$èË»ûè*¾‡ÛËõ×òG]ý5þ¹þžþ\èêx8Ž…@Áÿ^2GŽ•à;*þO»ùÝW»þ¯æª•øoøN¯j 9ÛýuåéWú'ßÎêþ’uü5Q×,uUÞ ¨H3€Ê€8×ç-Õüw*Àg_B ·‡üZ‡X÷ñ¡×`×””«þP÷€ƒ”\b€b€º!2€‘à ‘•X b€b€º!;ထà ! !ŸŽ\È xxò.«ÄéUâü€½×’®ÞOD‹¢-¼Þ7EUy*­ãy…HÕâ¢â¯0¨2**.&(Úó(¨¨2. >¼ i«‘^aAÒ$A‘qUà^* ¹æ"¤5\€«ÌDˆ2D˜ªó ¨©ù1UæU"ÁEy”P”$IНäEIp`Н2Šv"EÅW˜‰ Ƚ^àÈ2LRMøû÷ àZ&¢€>“#טT‰&(Ey„È­",¸ªð9Pø¢ € ¢¸¯10Ȩ¨¶ƒ—^cA€TT™úø@Õx0jŠ“!æ#E5E™kÌ*DЏ¡Õæ@r*D‰&EW˜„ÅHÞD˜¡õæ@ƒ*EÅ ¯1d¢€>>¼E.G"WåoýSþè_å^%EÎê¼H©jÿtõÔü7‰×ñ>::ïú«ù# kȇY ÂoþÕ_×_ÆøèÓ¯æ“꼂 E*¾ûx¿¾oZ¯úuýgOõ7”8woÿJ¿ï*::¾À÷ò½A—ì.ã¯äøW“ €åý}þëü{¯Ðºñ1T À1×oÿ;¿æG¿¦¿×x°‰WN»ùZ¯ë:þDê¿‘'Y×õÓýdêó{¿¬ëùJ«Öu¼7úu^÷þWòG\ÿ$N•ßOõÓÿGMë­åøur¯ùׇyüLuzί<swúµà¨_@-¿†p¹~UU_O 'F]ßßDéUô>Þ_®¿’:ïé¯õÏô÷òçGSÁÀät*úñ’þwWô“¯áªŽ»ùcª®ðUBAœTÀî¿;ùn¯àø¹V:úe¼?âÔ:À?¿»Þ¼  ¥_ò€@¼üÓëÒd€d€º!EA€‘Àî@ !Œm|¶\k)©GZÇ5ާªzCPÔ•%I’gÅ[VÔZ,#çõ¦Õß«jŠoÖ)3ž 1#LJÀ5€a¶iªj†¤@P©j..Ý çJË¥GåŒm¨:åµ\Ò÷4½ÃýTþR¤k ÖŽÈì´­(ê:|Ÿ0\ä¹1¸Û÷é“BçBE¡s¡"Óµ…Rv°ªEA@‘™+dŠÅEõ=jzßñ ˆ!BT”à8´m”ʇ ãÅ(˜ãZLqŒ-[È¡ky,·-ÆjŠŠÆ”>ý¾£ÍGœÌLÁšf·-Ì_¯kÚ&‰´Z/ß÷ï{°ÇÉØcäŠíøã¿sµMA°NçÍ—beØ•Yª³×mvkšäqJ湕¥k%’¥JtÚÐÿý° ªxDfwfUUDDD‘¤ÒH ðð ª  šLäΊâ‚:§ª|.³ ¬ÂÜ0· 0¾ûïà oËòÒüt¿rË,1Ã0ÇL+Šè^ÕÅt/iˆ‰Œ c¶ jœÅ9›þƿų‹`² !¬šÌ]å»LÓ+Šä(åí#—6,KÚ@Ãåí a÷¦y÷Ã6ú»õz4 fT)• ž=:®ªækfµÝwr…µmGÀ‘îŠT)V­e9z2œŠ½á%–ð™k *­ZäÄy4GxŽøÓ6±k¡¨@$‘$,‹2nÜ¡¾|¥õaþRú°ÿD’|D‰_+ûWö«ƒ×q‚hª‘U:¨áb”eWUÆñ½GRº“䫾‡ áj bðµP1`š`Fæµsªça Âñ­‡}ú9ôq `B˜9s2Ó,؈Ø6«ê£gyߨEà ¦Â6Ó a<%R>U tè­©[QxLmÕs^æ½Q„éÎ] CÒ62ŒVµ­´•ÔMûù8œ)ƒ.ÎÁ“œtžAuê <Qr윺6‹")è+ƒ9`€­É0(3(ª#deÇwÔ©6©Þª›TïUV¨ØvÄf!ˆcÆQmªß±g©Y×ë/©•hY„™D‘X–'F$|ZÀÁâ)Ó† £6QÆ› ¶ Š»"sOFž”\h¸ÃmÙ3‹5"j¬ÈÈêpËšçJoCRÊrˈËI_?‡#QæÈ‘¨ódc,ÁãVPŠc”Ç"ÙÁ´¦i)–Gø¯è¡JYÑ¡UÄ)}KA†_!G W ëpÿý° ªˆffwvUDDD3m¶’$ªZªú:ªb ””A%‰øc~šm¶ûo· 0ÃsÇf}UŸEfÁ£Ù%ÎÕ±D˜Uõ ‘¬FÝn5I``£A“Õƒ ÉêÁ Ì¹³Ù—7rpº—®Dĉ‰1rm\YcÒ³³c-µM >x&GY-FÛQî.\ç —k˵‰ƒ¬ûÞuŸ{Ú¯Ðëž©:2t‘u]Bü¢¶šÛ­@ 剆&ÙKWkºm[´aÃJf]Í“.æ‡DEÅ܈¸»˜'Á8[·$Èù2=M;^{˜{hü?)²XÜÀ5ÔR«ЧˆCVótcyº1‹+Œ°µq–“\pšãažÃawL‹i>æ>,âÑqWß§éFͦÊÝn×+zaHôcŒ :BÆ!zE™ïH³=@†:1èDP¨`-ך`Z\CK3h±ÂpRúìJ©ftzM[°¥)æa,s0–OùIñ¿)z*{ÑO¦be(:”ÇDã4XVu¹v.F‡]ÏI¦Ó $qγÒ:ÿý° ªˆfwffUDDD3´‘$ ¢¯®8¦òŠIE’Qi"’X¤¦›ñ¾ü¯Ï;òÃ\±Ó²Ï ðÇ1Ë<3ÏrÃ<²ÓñÏÞ´„¯Z BSŒ~JpÉFx«Â8PŽR"7Éý<´†xЍ^ "´¥¢‘R‘9Aœ†µ¬¾¥¡Ö_RÐë2;*fGe+•0T‘eéÑ‚”µmjۄϧ²®lÁ0-˶~:Ô‹õ±Âè@1cšÛÎ’ëUçIu©¼¢·€Ñç•M9–JeZR8ã,XX!í^P1SDÑeYjqIx½[µ¾{¾­k.`—0 úZ¿C‹UÔïz´ì,=”¡)áQá_ó®Ë²á‘”Õ5JË%2&#CTd¤i¹d 4ܲ”ˆ>ò‘Ýq1‹‰Œ¤g©Ô›%ÍÔ—ˆ.á­GVâ$äD‘4Áhö¤¨b€b€º!N¡€‘à f—b€b€º!X€‘à ~GÃb€b€º!aa€‘à 1z¡&A—þ˜€ p‰€ïoÌ'Å–Œció´MI1%a½™Ç¸º‰–PÓÝ…@1ä,Âéö>&âai϶cÏZ•à*€ÍѸùÔ|YA‰/ñ„úZ2;in¹?}þævT4L †!ñ°hnÛí±„ú–Dy3¡?æìO‰ €Y¤'ì|YA‰-ÆQí9¿ØÊ>3€ú` Éœ#áÐ!ã¸Ñ ™Ù,>97qQ\ ¼.Ä P^ÌSb3gþ¾Í‘°|pÄNˆ]ó0Ðr˜¢QG~Ž Ç#ÔÏàŸ…‘`æmï (fZž?V€/! •ƒxî’q¢ž T§ºxÐA3t;Ÿ씫ƒ”E¯»+°±Q4¦éîQ/ó„‹bLˆˆàò-±x݃à àÇù–æ@â^îJ#Ž©œCÄÌÙgé%ŸÄøãE%,‡8â,‚ÆÎÍS ¸…ÿøÁfÁ¡¥b=Ì€b’kvØÑñe–4ü>Flñ !9 æ s‡TÀ+ˆY·sðèx„{¸0tM,5#~s¹`Oÿn>IJ‰…7å~ @š˜BC)ð|ê}Ì€5+ô¡Ã Ò$8ƒgݺàR‘ŠAhÑ•0†QCw[. @ÏuÀ1!8˜ Sðˆ0o%±„41&nÙÙv¦”Q/u±‘ Ũ €NHtrj[mx®ž5°Rà qA˜™‹J Î>¦œ‡& ,¢QÇpÀ1&'÷ßÀ'!€ã ƒüò̲ƒ &цs¹¬xš˜Ëí2Þ&lî(ƒR$À' OB¯Õßý´Š@a,´9¶¦Å$$þ€¯!mœhó"Êü——Ï\ŠI ƒ;æ\šQeœ‰&Ž:ä"š V€3(€Qgh0#šèCç‡øÕð‹Ì$ îßqÐ*nÈ853ó] °8>/l”'ì%U0RÒÈâ"i ±btC&—“³y»}ÅÅ! æ@' À£î¤6Ëz˜‹/x$>ÈÚ Ð>,7â™Q1¹Ápä0Ô“Ü^8ó*g—ð^ÍŽ;¥® Pø â‹Îà€ë£d£ý¹•07†¤{@ ì"I1 bp¡Kƒöd@ÉŸ4hj?ãÒ¬ S>I,O€1AÈt5?ü|Z6Ë;eE'lØq8¾A-þÎ-ˆäJˆ$²JD‘m-ú~7Ö;¾æ "ÔÀ Pr]$²JDøø´m–vÊ’’Oøçƒ6ãSØD¨J³'v3w0uL ñ4†œ"¡‰BηƒC~ÿ}ß0¸¦ÿÀT£B¶û¤Ö=Bˆõ0$"GP*~Æê\M NO}Ì"Á‹.*jQÈHÙ9Æ!OØML89!ÐØˆdÄänýƒ¢i5;³ ƒ »úøù†ç³8±50šLÏlrGöýÔ¢,CKBPÛš81;’СËc î€ † ÎÝOˆÕ0 N~ † nÍ€î3¾>Ž! ÝÀ?ƒ:>ï´©E”ÂQ}™BqøÔÀÒŠHܯ˜|ŠI ààÑ¿dà ÒHH ¢gu*zVB …ä~ÍÜpuDH`78 ìÇŽ€BP*BLQàèd' N)Xý¹Ô@]¥°÷‡k 3TÛ¡9TK(“žÔ”WZ‚ëç;´C &ŒÃ:ç6¢@£#/ ††º°YFA°Ë¿ b¶ð>·AÕÕÃÀíMâuDøè뮪¸uH‡Y Â47ªªêñÑ:ºuM'ÕA¸*ôYÒ«|¾jÕ]:«:jΚPàÜÚUw©QÑÕ°½Jõ¿°»Žª@åI…Àr«ëucÝt.¢b¨€c®l@ì:¸NÕ4‹•sJÕUR'UH“£*ºjÉÕ7º¬ê”ª«: tèܪHëšH*Jéº:jèhur«C€<€~&:«:§€n´fÁQ:´Ú†pºÙ¿æ•UT¨UÔ8wWÑ:Uh|5uIuMZæ§©s£ªð9õFHñÒª5ÀvUI÷]ª@:ë„ꚨW îªÕ@r³KÒ«Dú‡URN¨j£®¥Ž© ª„ƒ8 ¨€Ýs©nªnTJЃ ȵ‰Õë©@J®Pçè4_»b€b€º!jÁ€‘à [ªÍb€b€º!t!€‘à !BaÿüÈ xý)¿¥-Îþo`Cü™Òbü^‚À}wõð¿4º¿èÍ4"þ";C Ú¿“6MüAR¸ˆ6¯àn͇I€üWû‹¿ŽquÇEÕüpw$aWñ05dº¿‚ªáÑwò`ù7ññÑ`F¯à^4^¡â/ðÅÜ/ɯé.þ pUA²¯ã¡Òuq7ñð Ú¿˜Ðípˆ¸4ÿ¡¸»ù¥™ ¿“ä™ ¿‹«‹¿Žþ.:þ: _ñuØ]Áµ&Ù:þž ýSþè_åJoæ—¿Ýýu_óx㣮ÿª¿áÕäN€í¿øoU]ã¢uÿN¿šO«øg¥_ïƒÿ|ÿZ¯úuýgOõ?Êw?éWýïåGGWØ9€ßÊõ¿õq×ôÊôËúûý×ø÷?ÄÀÕÇ\ÿˆ‡UÿM¼Š®ßü­Wõ"u_ì]?ÖN¿›Ýýg_ÊUYÐ_útå$uÏòDéRýtÿÑÓýt?ë•ÎþØñ×õ?»ýÙÿDê¿áœn¯òª«úûøq:îþú'J¿×õ×òG]ý5þ¹þžþ\èê÷ÈèUys¥_ƸÊ¿“îÿµ<€ußð5P¿çÿ ×öªŸåéWú'ßÎêþ’uü5Q×,uMç*Uÿ;ùn«ÅùP6Îðÿ‹Pèë¯Z¯ù@ Þ‡‰Vb€b€º!}€‘à º†b€b€º!†á€‘à à1˜d€d€º!A€‘Àî@ !Ç`Ñ2šVž;sV|ó²¾yÙbTrÌJŽe{³+ÞKZòÔ¿wKfHeÛHZ†.ð¶.3 ÌN$ù±*Ùcé{ß9:¶–;[K’Ö¢BÚÔ{;Øßv'݃…Ö¶L\:šÎ4Ò n è™b¦ÔGåΕ=EÐñÞ¢èxíù»]¿7kÉ… L(Q7,mK-¬s§&N –é+«ß-®3 ‘A1„£QòXÏ´¬¬ S6V©™!#`ÃèFYB:å¬U{TU–¬1‘t(é‡xˆ2K2Œµqº•ðåg5bÅÌ¥1î¯,x÷W–<‰u_‘.kí®rks”)Á pEË”.Š;.„áK»±ì…c8ÊÜM›q² Ù³#§ƒSóSÁ©ùøoæ¿ üÚÞºUóÎóà¼ø\"´¥5<éåÑ]àJEBqt¥Ûm¹°á#3‰ÌƒÍÄæAæ”psŽg:rzR’ÊX2Ž¿«²6—h2¢d êÇ7ÑJ¢ž‹M–æÍt+êÿý² ªˆfˆwUEDD#3m´’$ ÿ¯ü¾®ï¢Í,³KI(¦Ž)£¢Ùì³ 0Ç´Ç<ñÏsÃ\ô×<´Ë,²Ï,³ËlµËM1Œ‘$ØÆH’b”rAòŽd5!´`/MŒ~…h:^4»K‘qeZ‡l“!3™¼Ìg•훂ޤYªR,Õ?FµŒèÖ±ž2'p‘>|iRãÉZÚUº”{6¥šÞLÕtàGØcêŸG°WË-Šùe»9ÝØÌðFgõšýW)U”d2ع‡4“hº¤U³Bí*–—N“i§I‡4¸¹×#æž±SÃ3M¨߈Ø!<–Ia}haÈ .ƶ7:Å…$bU§¦SOq ©§¸î' ÄásÔì·@’gl¦Û¹ìByIØŒ†!AFPáEäm‹ÑèÕ¢×/’¥Tħ:o¢S7Öû>¢ßgÔD2$™­OÇÝvp®-KYã"r{”;N摚Y’HÙ)$Òjãåi˜ÂǾ۱cßmÙ]*|«¥O–±f5‰1/•ju­pÓÙ-jµk@òQŵ²j^’ƒa5[†bê‰5\M)@®&” tÊ™C‚çñ?O j¸S©Ç¥sM­¸––ÖQ™y2¨#QˆÃm·$Ir…e„KeØB%²ì з\ë2ti“œÉ¤ê,¨[’$ä¦iu ¦U]«šÉëhÒêf2Õ.¾6Q“ÿý° »™UwffUD333m6Ñ$ ÿh*«¢(þ³ ]%ÒšI¤®û0Æü³¿<1Ç,³ÏL³×=tÏlóχ¶¤}Îê‘÷Tˆ" jŠ›c ßB{–Åzi•DöU«h·qµ#~Û«GH„sXŒ}g5ˆÇÖ\®¤ rº;é_ XIZFèº|ܸ©‘ÆÛ}hŸèÄ*+^š9G1ÝÞâìÓ8  $"Æ (ñõ€à I€@4€¤! 6‰10Á¹’J,ïñ—)JUEÊR‘)JD\¥)r”¤F_ØØ/Ü¥Ö ` À;&˜d2a\Å'â·a®yÕ€tô0 0:@BC,›ÐMFA,ÌÂ5 ‹€ Ée€’ÆžÂ/Dp ]€\´´`ƒ@€¨, ”’i``Ü®¶dYм¥-o:å)H‹”¥".R”ˆ¹JsD$½Ú  %%8  •Ó€&IžÌàÀ;vK°`gØû¬5Á(p RC@Ȱ ‰œ4n㯋JÀ“@/|`“r1d0ÌZqJBÇUÖC&$ –“ÊOG®R5T˜Q5Á¥ ¼ç²s딥'+”¥".R”ˆ¹JR"å)H‹”¥"–9aWÛ ° ,jPöP È[ðGý)^ ÀBäÀ @Mù!%ФՂà@€4(xðs‚8j¹>Ü !<NQ_„ì0²gÜ àpâi_ñ¤Â’€ŽäJb€b€º!µÁ€‘à ðÅ£_P„x P1i&”` @ªSÿO’€B5…”|Úë € ÀÈà:6ê„Á¼ÿCnŠÐG©JܘI¸$ ùH¹)p@Ì\"‰uÑ›$$Xha'“ì@r€0€à%Æ÷PpÔ/P NZC+)G,40I™#pN&Ÿ‰ŸŽÅr‰WÇtý;h3ü@É|¥!dö½( Hiˆ&“y$44´‡§Üà Àl`†8&ÀtŒÂ°P èñ¤Ô8 Š_¬€@;rMHÍÄ1,*á  e‚pà€^€`ް L_‘¸ *šqA¡…Ž&ø€26ÈLà ˆéYköð`ŠxÀP@( dŒ^éO×(uk~°`1  1ÀSěƤ ä7K¬ *L&€fC !€Á '#R€Â–úOׄ`fdL¸8 `‰€T —òPQC0a1Ø¿a¨¾ˆ ߀'ÝÜ ¾ÖpwÈdÔ@²{ZB9Êæ ”0@ÅH°Ä“ hï‚I„Ì€åovI½Kå>@HÍÌÆk€`z‚€€%Ǹæo{ÀA4h €?@ˆ î“ H!}Qcö%ƒIjK„$0·~Q ø[î¨ð@¾ˆ€€Ä `“ˆDÐÐÇÖ0Ûœ¡<°€“×ø€uïFœú€‚?¨#Ý €Bh°€è†ŒMÄÄ$RòO¼Ð@œ P`X7p©` =@ RC€ÄlW@P“¯AüPP°ZpÒ†¤„– & IcÅU‚X(ho9, B³“b]ÀÏ4E°P †;È„rhi@¨Š(0'›a($(¸°’€wÀ®ß!+ gA+5à¸`à@†–ûä#¹#ª@€v€/x¨tBdX&¤4˜É¥·ä>žZúõë~À1ÐPL@,!††n7¬a´Ô.>Ñ0ðEp*”8jK0PΑMÒN}@ÁÔ ‘î@0 €.&€4€È`0¬šC ”†§…lf²&€€ €À$0t¾ $•?³¯D @ Aø3`€` °À΂œ²AHIX ôlBá„.ÉI¼ŸzÀ`` C ®C(D2(a) "Ižã€>¼„ÜÄÀ¸&繨âõèPÁ*¦è&$­Ö3$ǹ€€Œ_HÂnàx%ì dÀ€>Ð4ò3Ðf&1)*S¡&|sÜ`€²J^°Ð €‡€ftPjF†òZJ&B N(4ô†%ÀûŠk®dÐ@”¤À„CMYëçuX –„ PÒÈA„ 0^CáÚè¸!ô@G ÙÁ(Ã3¤«2Ð ’° Ø+•„L LHð@¼~Ø`¤4@À€^‚ˆD Í¶ ,!x¬Z„Ý ¬Ä0h( (M¹]!=™«À`€ª@¨ °Ã, ê-É<´òFE` Z‚°@Ž ’<à€x %€f†rh@6%5Íì} ÀæX€€Ä™ù©IDžÎ=­€3 `@ÍÌ0ÀNÀt²@©40 J °1˜7þBK|z]’Áð,n@ € Ãໜ@FPy0¼’±0dÆ%•‰ G)B‡ã- ˆ`pÀèà&!`)ù Åäù÷c=h !—Э€˜ƒw¤4@@ÀH`:!YÃ2X îQ}àœ5€  À¤éA¥€Ø‡œ  hi0–BéAI+Hð£™Ðƒ6ÿd¬R”3а€àÈB@Â@ª8ÎM ÅÃKIc hAYX1óýÖ@¸¼3|°è† Ž‡ î, ê° ø €j)À@B@¤0ÀÏÆõ çÙ@À.Р@ô˜[ ˜ðfÝ]ÀÀ‡Ôøý@¡ÌЀ5A47eƒ)œP¦µ¼ˆ g‚P j€"TpРɀ',BÓÀ, @Òa š3”_J9€ôkߘIé#Þ¤ ˆ pàÒiÞW€ç€¯‘ïRÍ€f€Fø!àkÔ° @b€8EÐà€`FüÇWÑWç@ `˜‚‰„ýSXÉa‡À™‰ÕwPÞ4PðFú ¾p„›LÀ” ‹”¥+•ÊR‘)JD\¥)r”¤EÊR‘`0 à€B£Àɽ€W³ëÓ€©4BJãC9âò¯+w‚¸ÐÐà',À $"É©,1 d¤)+;޹€1&D€ì˜C- ´dâ_ÙË7ßBÀ€À1Ì`pÀ Ô`U¢j@`Qa©&`Îä.03~ƒBnð@*ÈF¬B¹Ø4éPIå€` 9e€Àš€Ð¦¬p@ @Ä ;Ä YÀÆ&P—Iê9¬ýÇOûb€b€º!¿!€‘à ÀM€1Ð :à‰öL, ÿ•  JàÀ`’ax²€t3n§ü%¾H ¨,€€`pT„ÈØ À‰¥r4 *Á®7d¯„®ý>ØiD"À¦àX²Ê-8(ëž ÜøÀOÎÑ0fÐÚàA:-Pî ?a—, €ìPâʈ`¤Òo-(}Ù#> ±^äÈÀ È\4šb„þ4ó…]à€®@ PÀ 8Ѐ!"4npJ(45‰X¢¸j2 cBuæ¼|Ä  ò ÂQ¯LK Ä;†—ù`T7 -#ËçûË“Iˆ¥^tŽ„á^ï/ ài±°œ¤Ì7°ä ül ;Ñ4  ´ ¤—JéÎD¹LPð€œa€P €bø„J&ˆX´‚i-Ë,±›ýˆhVI—Ì €(‚K‚@v[,44¾9ݲšï^„°¡ F &ì#=ÎtÀ5@£ˆ`Tà&ÉI #8À%±%5Ä0@;1%—ŠÉ)C§#€Ü1xÎbø›€@زa7ölBœ_¸­v`à€!!, T €8Ða/~P€)¼hcðÒˆEòƒI 92ø  PÀ#„€êô@ Á¨ø#úR=çƒ@L€ÂnY0 Š/$ ýv‚˜0€?Ô†—IDГK+Å¡=^Ø€ @ `Ð ÃRM)$–ÉéÙ ™î@‘Tܪ €0 6(`dø “INPcÉHãï– †6p#ƒYÐI@ ÐG®D €@ª A¡Œ”Þ§„â=Òõ8°€Å(ûîM o¼0…”Ø% À!/$¯›áî«ôà Á¨ø#úR=ÀC¸Á® P@3FàÃ2é(š²iep2´'«Ü@ !€dØP†‚Ph``Ä ö÷0ðBhàQ41%à:2wNd¯x€5hÄÉ`€\¨ ,1°IˆH!|~®Z3©wØ ðCå,Áƒ, €cTüÒ `uÀ DĨtP›“CÁXi,¤/ ²‚¨ À<&€5&X¤7a¹ Xaê¤ €œ\ÀÀ†’Q@Xn‘ÇÐ` €h`à!Ø!€:&€€*J&:>%¥ |¼Þ÷‚¸!ô@G ÙÁ(Ã3¤¢@ @€=&À4€¡ˆA$´ îrêAÜ`à €`r€5!X’ÃP”¡/˜U@ PHÀlr€È"‚ Ã@'GÚ‚°` & @`ÀfL‚@vÿ a :& „œ’ðσz ]Ì]ê PCöÈÁ’G”Á°jÁ ÀÈЀ™ èÜPbr@ºÝÅÊ@ €*€@ -°”„y"@  ’Øå–˜n8>&fÜ€>Í ==à:&à(Ü ¸ Æ›õp. ` ?š,Ü ‡ÊP#ƒÜÐ@Ëd˜ð„„À CPü7 =v @0"bк¨@MÉ€`¼4–RWÄH À ` ÊI41þCdtçîƒ1°Ü00Ð@¦À à ø@MÀð‰¼ 6ƒ~q„¦Ü]À@µ‚x˜{¤˜‘'àºà@<R`@'‰0åâa@1A@)ä„QÃGn>ã€;p `&,À;΄Ž$¡8ä ^ºÀ‚0’`o¨šeÓÀÂCÑà€àÀp €Nœ¦ß©÷YàOzADœ d‚À€ °ðÂÒp0Ò å€ÒƒJÉŲOÅ¡WŒ5À€4H ŠÌ CHaƒ @bIoÃŽ» ¨ð#úB=” €jMhè €fIˆ%#ƒKZz†¤‰­ ‰ bûcÀIœ+Ø,€ †|Cä<üif8õڤø ŠL@€`ð ؘ¢’7  WÛ†„ö/ó£/ÌpðGýà[¨˜ ! PP‚iEZM,šJqƒyÎ6æ²X$~ònúAؤo ÒÏH"|cíØ£RC/b’I^+’òRa/ã¯+I€P4°@7 [€j0øš`Ð @øáE¸0—|(L¨„L Üi(¤!Ƕ>À€LCȰ A(401‹C»q56À'ÌI _€¥ _”¡÷”ÔÀtB Hg&rɉáœò‚qße ë”¥*¦å)H‹”¥".R”ˆ¹JR"å)H‹”¥?h‹”¥7x‹JR"å¥".;Ñ©H‹”jR"å)H‹JR"å)@îr” w ˆ¹JR"å(Üw ôˆ»€ ÐCH ñ—Ã@À@Ë€ñ»a€  ‚@BP#ý†ø(¼óµ1Á $‰ì@5(‹(°ï'¸K(-ôHÀ3-zx€@3`P €Æ'!.7’ˆdÎ÷é5~¬Bi8 Ç€Îέ¶{œ€€Z° ®~ŠÁhÀ„Bäœà‰øXáZæfÀ"È#mé@ À Ò ('7;ŽVÚÔ €@Àª€=z¥–¦^d€d€º!È€‘Àî@ !ú¡c¸KSŒ[WGQÔJ­8Äœ©æÈ‰*ä²GWªþ+ÕÖã_[ŒŽpŽr{FÕŠõ×bÀÈÐb‡°hÂ]'VáV¹£-• áD9NÎkã¿ç5ñÙdÌÃÅ“3ÛPÄV¨_¢ÎYÎTÍ_‘ÆyˆÃa7 B7MFá£k9‚“#Ø|·‘ìB[úb6‰éˆÚ"z1Zb1K%vKk„]¶ªÜ7Ëa½2 fó.:Ó6ÝrÛF¥Czštc|M:2>6E‚Á™ †¹Œˆ¸‹²ËEž©žSCœ9²z[FÛmHÊ¥Wm5¹ID©¤#߃° ïÁÈv×ìùÛ_³ë*ík*ÍQÑ#’Å)‘”ÎŽÌ®«‹¶3B›š=[NFAA)^®!4îÿý° »ªwfUUTDDD3m"J$ ÿ Î º«©iv§¦zpË 3¿M4ÛM´ßM4ß]vãM6ÓlöÏmzÓm4ÛmwÛl÷×m[z‡‘·èy$³b©’Y±TÖÕföÕ'­µ[ÖÁ] D‘)]lž<Ö™:Ôd€´6·’”ãy)ANGgs†³¹Ã côzcä‚W¹Îã89+’–š®«j͆ßfT%X %ãÍòÄÆØa]~m†×îüLìŸ~&vNeþUýÑ4"ˆƒvl.ÖÐ~qWYÁ%mÇWb)¦“ ]@¨Kk¬*„¶ºÂ¬,Kwþ%»þš,2–,7A"cF*R³Ê¡ò¯ÌŠŒ’lÛ86šH\Éöâ—4b?É^'ü•à²IyâXä´ñ UpYm¯¦îÒê©qÛtªV¹²h„ì­Öꕺb' ‡u ‹8Ðô¨³JnSk@—%¶EÍ¿FK¾ŽK%–BHkQ¹W ¹”j)æȱërUÊê­ž5Ép¦–Œ÷ ihÏxñé´¼ˆòÚZž![á”硪E`t…¹l6Ee€HV¤yeYYQ;Jî!ÔÖÕ£+2íZ2³.ËPà僨pOÌÏï¬ÍK’‰0©¬Bö%ËSŽ[,)Z<ç/ªÔpܰmFzdseŠiWX¦•q粎§“ÙGÓËmŠË}º×Ôϑ٢2¡ª™åt.K¹ Ý›j9 ¢‘Š·§efêöVn N‘¥SGJÒi¥&ÕõFÖÜ9ð¯öy±o2è1ì"×­+ N6™Hl¯Rfúä—õ³óZ[?5¦™(ËL€”f­Í‚­Ùz£ÑJÖƒÉl—xkäl Y&UĤ›mÚfº]-½®%ƒÂREX<%$QóÄ ˆùâP˜š´’š® 1]Òe¼ ’–Ídä%Æ’&RØæÎkµ¬ìæ¼ÿý° »ªfeUfDD42Ci¦’$¡âÚzªŠªæID”qʬμ³ÓMyÛ\øÓ}¶ÓŽ6ß]¸Ó}·ç}·×m¶ã]xÛ^½,úŠëÒϨ®ô×ÖÏxl+g[¶]'·šŒm)b£LÙ$mòâl'' E‚-P\…2¶Û§&9ÛÄÅK¼TU]¶˜®ÓKHMñrm¯ì¬üÃIwÛ‚(uuÑÇ„RÓ+yJ]æãåNP´·5Ì"î\Â!žçÌëåÄe‡|mƒÑªB‰ Nœó2_RÚzºL«R ¶­u5²¬ÕfÓUˆö†ÏÁ oNü–ôóôžûIöNý¤É4(ЩqßC”ÍQ`ú¹·4Q5±'¢*»K&aÙºaý!µ w‰N·q˜”ê_ ”’JcRhþk•¹æ‘/M¦d´lvù"kyePÒcžbKr½ŠlNi5ŽMÝ f ]Ò`Ç~ rå>ô¹>Ãèó_F•|4Y–tµg}Q#1mhíµ‘‘º¶Q•n‘bD}­ÔšAm ¤ÐuØ´ÖúôZkh,ÌDd…Ò[\b­aœ¬Ã‹¬ª”[ ¼…YŽ4…Tm:¢0´Z0üâÁƒÎ,ÀÛ}p`M¾¹"„‰„‹¹/„û¥CÝ5YzbÖÈŠ¹™ g¡$ëGÅÒlSïáå¤>þZE!7ž‚œFEº ªRìÑ+2ïXY]fšŽËcX8˜U\¥ÓZ‚Éfš6úœ! 0¥5B# ÓT"7©ˆå›ÔÃr÷»ßfŒâ¶–t‹’è©jZÉ5Ö&eÖ¦µQ´Û⚨å%W`ØÁéÙÒ^œá*ÁgÑà«êv™5©«CA»¬.æ×‚R»V€¥Ùµ‰©MRDèMQFéIžÓ¢ñ­?:/Óðê¾ÈNõaQoS_A•‚UÌîIùl—X%lYNÊÆ¤ud…¸ÕÇÒ ¦­ÿý² ª™UUUUEDC34m4’(’@ hª†¤$™Hù§~†3û >×í÷ߟ·ß}·ßŸµû~7ãíwû~¾ß¶ëí÷ûm¾ßí¹ûúû¾ão¯f÷¯x퇙cæ*d£‰ìætt‰zE¡x%¤EA¡WT½mj,mJŇdG2pâãëÇXH¨5Á„¤à¢R \ë!t¬kª[mŠ(g"E¢¬Ñ¡¡þHuΞI&ZTi‚N5"áñ|',ÛV‹` EðL¬‡Y2²]vXu¥]“Y¹(4wÌÈé•eJm›Ò”-è7cÍ®ÑÍo•ñR¬ÁPëÊáuÕpÇ= Gö`mÇúv=©ëéöV2£eÑÕ¥&!¯4Ód‘b€b€º!Ñá€‘à  †$–R@ªdÀÒÆ–M,²Ð-®Q©K¦ò.R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹—º@® @k&p €~\qšh„@€>À'HH|‚À/ÅŸ€tZ@(!/x[@ j‚H @ÊDܸX  à &€\¨,âÈ@W |8²¸+Ÿ“¬ÀjL¸0(²h ˆ`a{†ƒpÔ†üÜQÓ-(ûvæ_¾B €`@  P ¸€ƒªÿ‚ù‘mÐ C0!{¤4˜îpL /t0#Ü @Ì @¢ À@=&‚` \œà €“A€&Á$Ð (†ô €ðe‚6êÈÃoµ‚ FH @3˜@1fY`€tN‰0šrKC¸B`Ùc(à1†Ä$—|h @€b €€(Œ0 ò@$!p (H~ äÂg@É3Yø¾×˜bÀP0 €:@a`;/‰ B4¥€d à((¡Á&³±õ¥#CxÌÂïŒä ¸p^È0@¹Â¨, %Ae•ÐC)ÃÑÉ#®8 ð,t€)ÐÀ‚*€$4€9= à` †¤ü(ü0ùi ;_P @ÆÐ@ÊÀ@ À€Àø0À@/8ŠCC@À@²f&€Ù Q8˜­“’Ià9» €– À‚€ @:€œšMˆ@@C@b᥀ À`´RakìBà °`‡Jµ¸p € ^MÈ 'I4PÀ >¡ˆ &òhhp(JOù¸²µ($ì´tæg¨¾,ØX` Q ;tx€ÈHO)$0ÐC Åä èéB†ä-‡LÐÄ`P ALÈÀ@*` @vP°Ó€ÈÂC™}*O€í²€€Ÿñ›(„ìp}Ô -°h f¶F¤ã¶À‰ôC€,(6 O6>¬hñHíCñ«¸N  €ÎàKh´/€€2¼0°0M‡ÅÐÒi¡„0> /‹ž €€'P@ C€.nx€` x¯, `j@§(„yj% H1ïÑ1d-| €$A?~° ðà0H`c1`7ˆ&€Àš¤¥Èh§„­5‚XPð À+¥âÀuƒlÂÀtQ $¾²R@vZ ÆÌ†ÃAýØ@§,à H€ e’C€‚.&R°a€;A\šì¢aम0¼~¶¸ @3€` €z¬+ÁÑHÅ! T¸ Ê3Š@K&Y˜é@aEa„´í¯N  ÁHx |!`€˜ p@ ¨,CXäš‚À^X0(*’ ¨œ #|’gôuÛAH,A\3Á0@¶zÀdÐ@ÓÀ È@ À ÀvAA  BœB!@?Ö…£¥}ÊX "¡€ð@¢ €àâ`¨ÎBÌ–AKwÝ(æi¤58·Ì`£E_ÄÀ'hRèÀ À^àjpj‘ T@;+ò`jœFºà Ø €RÕ ‚è €€ò‹°h€ Ð’n<0†Ç(0´ü꾬 zN`€â ÀÄ “Nø|qdΑ ÀÙ@&(`€Š ؆Yxa#¯\@Ñ @@e `@{¸¬„  !bR·jü†Mà;Èè44˜L !€ ƒPÀ¤²Ý)ä•Z€b`(H²ð€í &H@ !P¤ÒÈa˜5Ë%ñ…dÃäR–ÈØWQ|¤ ?Èà&À€N¢h 9\7ì05¹XòÀÎPÌhêÐÀ @'(²À=ÀùDÎ05 ¨! ¤ŽOAÞû <€^ph 15 Tà LÐ?rƒ İÏÊ3Ýã•s½h¿!@†€BWÆê8Äè  Òz@0’¦%âôbÝ…ßÌ€./X̆C€9¸2œÒ` vQ44„xèA!wÑAÄ3€ @ AL5@äØÀ5€À‰¬0˜ÀW !…]P@‹ÛH d¶F?£¶À‰ò‘ÕÀ€ðÀ4 p@¾ÙXi`P@!&£IDÒþ'ØàÁ€ @åNÀ &îŸrù“ü ú‡å”@€¦àC¸ e€(Å$®lp P~R ê,†‡ä"’g-¯ ‚H Bˆ d‚°803ˆ` ÁÏÀh¢0 €8HaD$r`hƒJÊ7;ݰ@õ @4` xàj† ðäÀ$ Ä€/,4²˜ii&€œ ¡ éP`GA[+U‚x €*€@€ p . hàÐ`2€ %è0 ÉE ^ÏH€À @€`”“@Nˆ € © ‡ÃI„À¢‹IH/p(à)%¡É0RX ¹ÛðßÈ€¨ SäÍb€b€º!ÛA€‘à S‚ €fØ`–d  ƒ &€^q4ˆ Ô"ƒ3†–xÐÌP¬@”°@´Ô ` h&J¨ ‘Ë&€˜@î´`DûA1,Xi3JR¯²6 @0 °@€ @€@Ò}À/hC~*a5 à1HÒ9A„2bo&4:ä(@ ð Ì ‰  †€hL!–M¨0ð%;€ ÒÐ(Yã]­@€hز€tBà€„Ü j€0VYI-Æ€@,R®Ù¹c/Æ‚Ø dàTÀ€jpH°%@=`1`ÀÄÞ ¤²_T£>zÐ@¿Pà€Z À @!Ά€è„ÄH K&€€<©Gà1!@5Å€@Ð([!(-Xï|ì4€¤€^Lv 2H É ÐiÐb@NB+$€WâZ æí}Ô$¤BÀ ¼šˆ¢À° 0v¬ð`T`à€=)$Ðùx%rixh•Œ¨ 0à !€0Ì@'qˆ@$=ú@oÉ Bà4–ÍÝÃ@€Š‹áÀ€:VBHxˆ/& 7†rh ˆh!†bð :PØËÕ‚0ˆp`@7Ø €BMÈ(8ŠÄ2a'!'å¼ø ‚˜ @7Èšp` °à@v¤™‹ ,i7âW-ÃVHÌ:õ€Òh€10]&@àÀaƒ¤™À©3§gëXÝŸH²G¨q‚8 @4È@Z‚Ø _*€ˆPØ @ † ɽ!¿VHAɈø¥¯Ø˜À èè  ÀLü †b€B@TT™Î &QÉI(X]õP@G à@i%  €9 ¤à€^ü‰ ¼²ÀH@€é¤0x47òŠ&Ì`!‚üeêd*Á8€6È :Iˆ€ 0bS¸À5ØÜ˜‚ )A£Ã j¹‚Hà`;Z„2`èšM (L*J@€6éû ˜ ú ;àjˆµÆ@5 @@6¸ü;+hCÜg(¼‘œrR…f6â€èd Š PšI¸ha4˜œXahà} ÊúýDX'âƒ@€®¡ ‰£ ÛMp‚aMòmÁžmó€@‡\J\Tˆ€ Ä €3%€h¿†â`jqY ¶hüp€@B!¥>K‰ÈèJH@)[~R /§0äÂýCóúR—£é¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”'p¯JD_¹0 ÀAä‚x å€Và€^˜ ‘É(ý2:02@³¯(À€‚`€^Ä À @uÀN؈ €bR8ÀÜÁ!€T„ÈA \˜‘öY€œˆ`–bɤ?Ë0 DíŠá„ÎåmÊÙh}sÅ!æ<ûú¸ð(À €fÀ üð f’n,àh„4P¨äÀ0–ä¼@c¡Óï `€Fà€Â   ÁN`:B †!z±…œ¹`€, K!D"aH0rfQWœØÈ@ !@¨&†B1$Òi45# Î’ËO$Œ¿í €Tà€Zä *@ @“`^&Rh I€†@ÞqDÔ“pž:ÄP ÀLM !–4„40°¤0 ” n²Ã ĵœKð€ÂF¨¾ž¸$À€0 „,2!§€Ü„–, ì †,``krSì¢Yºó€´ `‚¢=…Ò=€ƒÛÀ`@€t‹ä±¯xË`à€ Hd0(pÀÀtDÀì¢hi1l” µH €3¼R`haiRrË!céùT 1À0 e`hR@BM»%`ˆNbÉ &7 %V·ÎXaùwÒ`€¶¤ÐÁ €Z`À5 !€ë`M€€h@vC,!˜®BäÂoHèÍÊɾYKP À5`pà €)Ó‰ :!ó”Høå$g¡!ˆ,ò?¿jX h€>p €Ö(À ‰ À€j^ 0 T†‰!„0ФL” `j1003p!¬€|‚p$0@dÐ0€(BÀx€€0 óÒX˜o0‡bPÐ/yšñÀ @€?!€v´“J&€„Ô·B€í˜–5†¶ÊÈq‚  p~ÀÜp 0‚ÐX '€)V€@ÌtVx ÀN©7€>0Bˆ€0àQƒKbÊ%’ˆgäÞ”À€ö`€rLvˆÁ,È@@*rÃ@À`€©007 NrgY4 bÉ¡ƒÎ>ùU,Ра€í T¢j@B` ÐM€P²`h™ƒ?&$¢VèÇ}£“ÙGf¨½8 "˜@A\ÄÂËÄš{€ ÀBMĤ€Ä# ”„1Æa÷³È$À€2n¾àÏki®b€b€º!ä¡€‘à 3@3tè%ð”lY0%Ÿð ÉE³¶.ù-&P Ê !†—H`25NK¯™F@ÌPûp@¡ À@”' pa€šM' B b€t@ÀLŒËÅ“@bKHèjÂ{gë«€@º@ <X c€¤4ðjD¼ ¸L¢¨HjQɤ´€W†Ã:°ûÆR`;!bt€Å$Ðà!ˆÐà`™‰d‰QJaèo1Øp}ý@@?<¨°@W 0 Áðp+Ã@Nq@&I4`&&Ãxƒ€Ø( ý<É d“æ@ n$x ‚¡`vä5Ë :‰04 @8ð*‰`;ˆrX Kœr¯JCA894˜’b@bŽK‡j@*€7&O˜”Y4 ”¨×xÄ"±„ÿ~Ì ÁàKô( MˆÈ ô \#À‚,` €Ã1@‡âKä²S9!t ð@·@@€{D@ƒ¢p#L#À‚,p Àƒ9@‡âKÄ¢[¹!WŒ¥h'j‚i‡€vÀ €`ÎL €8X øH¸9s­Å¹>÷àÊ Áh1Ø Y`€bRð@:‰- :Hh`j@L—€ˆaœ– ”HNZ ×€ Äg{H k‚p dPðp` € €4 !€ †dÀ¯A/M&«†ŒÝ#TÐè` €B° “ÐV„bXÒZ¹D¯¾HÑÍ£‚o¨à€†`€Düà@Å r a€1Äi è„4¤†`è4„€Ä`LBA¤îZ”þp@€i0A€y@‚  ñ `€˜P(”`ð" )ÉcÞá>~ P `ˆ1€€€$"€v€è7@ À npÂ7(²ayhN>p @<  @€;¸€à€+ÄøÐ€ÊFraÒþA @/ r€ [ÊJ0a¢†C ‡ —Fènuý8x { h@€l€ @€=, Šˆ€;l°BPÑ© &_ :ýx –y@2  @FÐ@bˆ -ð@€*zL  V@ À1&·àzp!‚PÂöà:emµÀH„pÀ(ÔP° €€>‰,  @í1 X ˆeJHBGzš‚°° ÊàP É@…ðXn !é)»€ä4ÅúQÇͱ‡æ«ú˜@@é @JÀTÀ %P€ ¡¥–ø :&î¢YížLäÐ&M ÈÖבð@uN €àð@Æn@ @ @1&f¨øšŽÉ… A˜rËü¬=Wš¤^  @€è4 ì²x†3K>ˆ!“FK& 3Âáˆ(â?¹JRé•ÊR‘)JD\¥)r”¤EÊR‘)JD\¥)QZˆp ˆ RŽ^Ñ4‡ÐƒÓƒ5°¿}04 @âÌ0€¤öÝ<4¤š€ÌV/`ÆÚð@˜œ†PPĨ!`*MÀBi 03­8î^‘¤Uöp@ A °èð@¯ d‘€U`¹@:8”è+’ƒI!GÜ @C ¤Òi1¥ÊËä×Î9,üO:¢ÒÁWó@~Ð.̈°ÅH@`À@€À °!@*ý”¤•ñ!&ßS@¿!‚ €¤ €€œ €j‚h €.!1˜Â@©5#Ž×"Á Ü2#ìÂS@˜ P@À €”äxÀ Ha„Ô@b‚ae†#wIH<±`&&d€$"‰‰&”PÇÁߺÙòæïÐb¯Äh O€: ‚ÀBB@ #†“@2&–\˜´rà W䤨´|úö €¶ €@ÉR0çmßÖøj A|œ(dpAÅfžMÈR@-QBMà_"p@y!À¨ _¢Xš  C;œÒò ðX ‰€&@ø10 €`L Hgîd¥+BÖ¹(>ü°p@€€€ @bà˜¸ j†€hž€“@4‚J;$•ÐÒÔ7ŸÎ¹ €”@ ì4 ` vÐÈX–@.Úù+vIa‰W䮢÷^¾Â h€!bé ˆ`!( €¤„mð RQirY ¾€0ÎN®÷ŠÀ€@ ìä00È@  À5€ ÒC€P,V Ü’M ÙIå‹P@\ ¡Œ‘¨˜4¢j0JR‘ް,Q(GT!?°¨~\Àà‚ZH”°À‚À` À€›8 @BxLé>˜Òhh /¾‚ð @&'P@Æ  À 3@ C ¤Ð(È0€„†ÀiQ„ÒbFâgØ…lµ_ž™öǾø,¯}Ä8 A$g¨0ÀX)v‚hR@&!$4ËI4˜CQЂj°02ܰ, 8š ¯4&ˆHJrS†„”PÍÒ°'¤Cp“FQx@Ñ p€€`È€ 4çñb€b€º!à Àv H`€-10à0dR€vRA瀑¸@ÿλ°`€€ÀÀ €VÌ0?b` @¯HiKìK- Fà`A×¢ Ð À@ø)´¬4âh @ ¨€NÃ@  žƒ8à)9v`@€k ÀÀ 4z` –ô°À¢À+å’W@ÇËÉ /àY@€&NÑÀ4 9Hi-8²Á!¹ÀÉséëΨ~8B!†ì0¢i0´†”‚Ê,®è,¢ðÔŽj¾½P @8h A4€ *ÐÈ8TÀ pM å’Š&PÕ’M Ä$ºKMŰ@@0 6j7?|H°Zp É€&Àg$ZóßBà@E@»  ¢` Á¼@@J €`¨àÐå”èÀi:NÄ C 8 vý§Ý€ >,µ! ;ÑTe$° ´¤šQ1ÆŒLÉ,gã ¤‡úÎ+æ‚8 @€#) €€^à€Ö €‚^p€ €5Èe¹4`Ü|HE2 ö@@‹°à@Z 4Ø€ % °@Ð’@(0pÔd2Y`ý\”ŒÈA'ÞøA,%A !ÁÔÀ‚À @š\ÌÈÄï€`®/€P †„€œ =!†@ @0F$Ý€³t€€`œ  /@´,@B 'jìˆhÀ­À P° 5!àÐ  è° ©3©\ Þà( €À“ `0!®è † @; hŠI‰m‹(´”-ø¨ÔŒËä–vÊ:þl `0È.A˜ ¢ A,”û€dÌ´“I€T7 –|Y4¢ƒH@T´,„¢Qg;ÔX @€È i”@€T”.Á@”‚À¨€,Z „I¥ ²Àú@Â3#}íƒA, ° PH h¨ @+€``ä PÀ: €B˜¼©,0ðh @L~ÐakC!¿F»@ @2N€€@0Z`! €1j¬†€€JQ4ÀP @@ è° CJà[âWhÐ "Äe 0Hp*Pô‹Ø¾Pa`T„€–WÜ%›— á»glê8Œ÷ó`@k€€p„À@B @9J ` !p@ €–Ò` È%€–M( Ð(KBÈJ%s½àËZ¤‡+ßk!‚h ð@£P@Ò p@€VÀ1 à @hØ&LB8`I@1ü„ø4 &½: /õÈoѯ‰€œð‚?èä´¨:í €4( *qE“0à ¸†L ™ƒC !©005;›–2’JpHñDJ‹ïà‚€`ØZh¬4 *L¤X,”  „HoÀ)Ê:ãh k‚X *8z 8ÂXz@€”K ᬜrL®fô@€ÛÀ1~C@d$¡ Tš€ÈÂR?æ#¥CN¹`ÖÄà@DÀ`5Ðd,Œ À @¡y$ÂY@ ,nÉÊíp€ì €.è×Y@ /­øÄ€à ~O¬³oX`@€t0 @` €è4 2ÓÀ@Lä2`c€:±‡=ã45¤ '€ìà‰  @œ˜ÐÐ ‰`CA ã#Ó‰ !I-w˜Wq…9@ %2Œ7(ñw`'WªvÈx†€Ä“ pâÓƒRé[ô€óŽc©ÿç4!ïÉ€ ‚p '€>J ˆ` n²€@óXÀoÀª\˜RRIHj\µ®¸ À:€;A1“A(`bÙ(~4¾RC?ʱ+‘®¨  €€‚˜ @àxàÀ€^²€@y(å€3¬šÉXðÄ nMèÀ€- @R0…€2 ðÀ @0a0àœß ¦rPh„<0˜BI !{ú€tðTš®I@dšnM (é!ät`Fü+p2_Ì#¨=€(fBFÐà(Pha0ø€0Ì0 Õ 0!˜5¼ö몶°€‚ @0Àbä0  @¨ÈA)Àv1e€Ã#­3œƒ,w¬‰ðàT˜0`&†”0i-†s†âHš.R”®.R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹`€˜@B bL&P(C &HDÒ±dÂh`nbÃJJ’Rr’zPÀ€€@ È` À.H¼†w  7 ˜h@`\˜®¾0  ¼Å(€à!З€t°*o˜4Á¥”KÃ’3ç·?o}0@30@B0À À>Xpñ 0ÃBKG) 7ùèÿ]` €¨€ À02 &€ ä @+É!Z âÅÄ®|P ëËRE1vY4  ÀN€ÐÑ„²ÐC É,”H‘¯ÆçO¡Í{Á_'mBb€b€º!÷a€‘à ÁÔ€`€`ˆ@†ðÔ€L€’oÌpT¹4 †²††õjÀ@3 @B0à À€<Xx÷€œ°2¥ž_€J»™I¤ð†¤†”€ì ¥ Tþ¿ OäÐGüî&¾ø Z‚ 4|ð@Ï @5K pÐä68² þ3–¹A@%„€N ÁØ & CL9BI ;> I$¢ˆd>4¬>ÇÜ*K1v€` ÀNS °ÐÐ0âPÑ1ˆwlãî^˜0ÁÌ8 @€‚  À€…<°€ì0`1Èü7å“HdÀ|Y5 |¿ŸÞf•€€\pR Y‰d Ô†%‡:>í.Œ“ö÷Ó/P@D @@-¸ €€8v€À   €.|²†à ˆ@:(”LÀ&!‚Ñ (( –ŽÿtA/è@†+ @€“ $ ÃH`¤ ‚/Ø@ Ü Ân0½Ÿ^n””¼Øb ¥ 0¡?ÒMF¡»ôŸËÃB5àfýÛ=Ë´ € ,M€T1Á¼à* )€`LˆjI PåMÆà(Y äÍÖ„î-*Ð H`&& šB&–B A 41= @„¡¾†ž»î‚ˆ K‚ 3€ ‚° 4PªQÊ7Àdà!AI$ ˜@vå“2@ù(û8 Z‚p %ø‰€P2Á¬ B@Â4a€`ä"¹á€!&1 œÒ—®U),¸äÐà–¤  â&—ɸAn6ff×éÁè2€èhP !€2Èø ‰¨ :‰4†° Òew(†LÀW±A¥u”“=Í @@m@ž„ @Ê À 6ÉÄÂÊ%„˜„÷IA€!&1 '¯¡zåR   ÀRi@T40–M ˜5 T5%”¤ôº¦1 Íšý8 @ @‚@0-*0@?1 T@1!Àvš@¡ ®åɘ ö(4®²’g¼Ç[ñë ¥& €?NH Àb@cÐw!†–ÂþÒØaʾè V˜ /‚¨@ ` 'ƒ,  È` 8™x˜C×É&†`<‚Π €@cÐ hÈPI Àô€;€âd2h&bY\¤€Ä–žKá½ë…I ¸ôŠ˜ 1ÄÀÄâÊ&bh(¼rP‡l‘zd¤ÁW¸ˆ $‚ˆ0@0@ =P @ `h€Á£@° 0HÐq„$­ ‚Ä@‚t( ‚JðJÁq‹6?€ÑãAä"ne&'Ô}È`‡ô~:Aä~œRI“=õÀ1 @Rr &À‚x"DÒÀ¨ €$¤€TbiJRC‰p2M”„áþé‚` k‚X 3&/X ˆ@‹ÄÐÀГ@vyEîø¼wø`Ôu w¼­$L^ì bn&bÌCOI7CPR“Ò[$'ó™)°UÊR–Žò¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”§ì»Ö@ @*6Ð@• °(HÌ @€bl˜þ  `P°Ä€>/£àéeT#ìLö`€„¹7“LLäÒðbI¿>ÌQD”þŸ³Gã~N”'“¼SþÉl7Œ/ìs§ú4²Ç{Fx±Kè@'€@–Ð0@¥‚`!l€bØ4X € øÀBúlPÒB7=Á€Hp'’ñד J‚Ǹ¬ €=RðàÁÈ !‚ˆ ¹7ÁŒ4å °$Ôf-»ìYJK=ˆ À^ƒ -Âñ5J¨`PnŽ‘„¶¡¿ h@Þ¡ª>x5 õòiv@‚è -$ò‚H@\¸€€`vCI0ìp Ò0 bB (†• “ë@‚ 64!€„ bÀ@À4 10 €v¾M(° PK€[¡ú…ôœP«4~“€4?<ƒLíÀñP5õði0€B€è0ä *B!€èšL@ ¡…¡$ ÒPKÄÒƒI3¡cNkªˆ!`Œ½À °øòɼ 2€! Ù ¹ÄÔ£€bMÝ\¢b¨0@“@É(„M,ÏÃFžJØò[`€ù;_"—t@€iÀ€œð`~P @4nXà€À`'± „ü1# …£å’’ÉÜ P¨0e`à Äô 4f¸„B¾+¯lŽ,[Àh€1!`Ɖ¥bkŽYIF-À—ùg™pû¢—ÑÁ¼ €€7xà `€Â¨p ‚H´$lJ` ðrÀbpÙ‰A˜5Ò^[q•  Àž „,@$€6ÐÀAàZ9 8H` ¡€d0%\}ˆd>Z€(KN;Øp@-_ƒI\˜BvOüä¬3ät$4ÒR ßìJüh©€ZQîN÷óê^̤ À00@@E(ˆ À AT5袀,â‹@À;€ tVð d€d€º!Á€‘Àî@ !1»kL\ª}n-=‡ýÿß÷ýÿ}×Úy÷wwwwwwwwu±ÝÖűlm¶Ûmµ±¶Û|Û|ùóæ¾kZØÿßûüïýÿß÷ýÿß}÷ß}ÝÝÝÝÝÝÝÝÝlwu±l[m¶Ûmlm¶ß6ß>|ù¯šÖµÿ¿÷þÿßûÿß÷ýÿß÷ß}÷ßwwwwwwwww[Ýl[ÆÛm¶Û[m·Í·ÏŸ>kæµ­ïýÿ¿÷þÿß÷ýÿß÷ý÷ß}÷ÝÝÝÝÝÝÝÝÝÖÇw[ű¶Ûm¶ÖÆÛmómóçÏšù­k@ÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝŠA=åb€b€º! !€‘à €ìè ɹ€`5™9wAè1Á$šœ@@ÌÐ €Žˆ,’C Ø/ÀØ`]`^ ,X`Bù(>¬` /² 0¢b”¡’C!`ßÊHÄ’‰„°2Z2T4¤tF/~×Ä¥è<(@€€)Á¬ÀdüøðÄÐðÐ @1 -0D`bˆx¢–CÔäÐ,B 0ÿV” ŒØ°À Á   @Ä0À€˜a¡¨!€˜†M ¹Ÿ#2ÿÈEX e  $¢C@+ äÐÄbZ@ÆI(—Їè@ÕgÜ?¾/Pì À   #@5âÁ5 8ô 58PpÌK6@)À@Y °x `@Ì\ôô†É¡€ (ü„CÙ@P®Y7€;!@Â7J@,¨H paA ÄÔ ²`  éV,”á­€°J‚Zx½Í|j]pA† A.@ e‚€A#àà@ƒÔKH@|š`†bXdµ™îè @‚P á‚€P f^ˆ Àˆ°À2Ä`T›ˆ` ðÒ`,4š3ŒLÃ*ÈuȘ°ù Ñ€&!‚:–‚RFŸ³d3¥+$e²ã–ŒËË¿K®€  €€rCÀ ! ð‰ À0&; à`€\A biXÁ x†Ÿ‘T¤(A °Pई €°˜ê@5A`P÷0 04°–=ˆÿPˆ0-À«X+‚Ù%€H…-"¤7×Í¥ëL è3A”€ ¤pà@·r¬ðjL¥¸±HìL)·ÄÕ€¤¢nÝÐ@¿À@ľT´ PÀhÀ I 9`P jLìX€+˜šP @Çã)ˆà @4„À*M… ¢j^RÑŠ,•ÀÎ<0%A-½ã¥Ö @@‰P@:[€‚P@P4 €ï€Ü Ün ´›øg½Ä5Üj‚Hp@?À4Ø À¹ ]¹1 'IHI@&@nû•È}wzŠt˜i(` €v3ºC˜_%ìB—°¨‡ëäRë¨ Fˆ €?&<- à€ €N@ i0 ;X¢ûyÐM(7¨0bÒeÕ 0@€B@S@/!(2`8À@Ònhq °PÁ0ý¤±ŸØ *B?·;yè€ð¤™‰€ ¥€ZY(˜„±i’Í>Z1ºü¥.Ø@€sDÔ€‚8@ ƒKlÐÀÀ††“ &€>¿¡&Ù0¤”K,Ô§bƒ–*@à @À A„¨ c\ÍɈH„0¬„Yd“bMB9¡¹8aDÔä®8 ù9À1É` Wƒ ?/ Ù Ãõñéz`ˆðà^ @&xéPà àP ††–ZC@BM& 00„C @G0Ný([YÁÜ(3 ð € @0FЄˆ5ÁÀ8À€6„ÞCA¨ € ¤% jLd†~·Tˆ` €3€P²ÊA(ø €å@* ,•ƒFĵqÓÉÜžN¾ )KY\¥)r”¤EÊR‘)JD\â—}  5ÁX€ A´V @/ÌP ‚¸€ lzÀ¡@7(¢Ä0€Á»¡Ësõó¨ðÄuô#‡X€,bX €†ˆD2ð`hfÄ023œ1<¡ÙKTËA/3ý}P€ f˜ aÀ7P6àA#!bLJ!!ìàƒÀœp Ò9/†·H!{°ÄµÉ£cÛRÐ`;A•Ð €P”ŒBVãRK,¾4É_°R À¢@€J" ÂìX >2ÀœÈø¶ nrÐÀÎ_)ã†^ ,Áì!€L” ÀP :%\`\-à @@wÈ4pÐÁ7È`T5<`KcÞù° @@=0|€ ‚HÜLPÐ` @Ò_80û¥É| ;ÄH V0P`€`´3A¸ €,À€˜èð˜ ç!`“ ¿W&å†e˹À3v àÀ p`˜ Pi0 üY3ì¼’Wÿ›¸Ê¸b›ø]û`@4À@Ð@ O‚(P@/À €Ô° @†€bXà È@€hZy`$o&–L0 †nLm% @ËV0 ¤ÒÁäÐ@¨ e€ ɤÒÀ$š€è18 à JÀ7g#ß0HA€³€j¢0@ €@ ÀnPÖÁ àç@CIg5¬4-ô˜˜ ðÐ@Ô$(`p*€dÍ @t"Äiã`@&ô«…¼’BÌ4 –MÄÍ‹0oŠA5IH @Y‰j/§0 £“Gáw¸˜@“Aì €bZ@-H "è á¸7¤ÐÞø Ô’b‹ä Дy—ºH @Ô€CóÈÖb€b€º!€‘à A@?X`PADà ‚nq400\²Zx€éü° ðI4Þ“ï›; 0@=TÄ ÀÁDˆà¥’±@ €NÌÀPœá›D¥÷/p-»=RAH€˜¼ ’œa@ À2»€9®©3^Øð @¨È`1¤>ÀàI€; @ÒˆÀ VFMFè$Á…çB¨²ZÉ% ²5ýL5ÁÔ/‚ @5ÀN€08X g 0h I¤0Ü0€6ÐÂhÈ@¤ÃF·IdÀß¿:ùª@ – |7œGÁ°@|Pàà` ,$€„ :*ÁdЀ€\€ €¤  ÒÄ0p.^¼"~(`\þcl€€.^ؘÄà€€8!’I€@Lra âhA$†P w²I˜Ô»TìX° À@B!ì dRƒP0€¹H1ÓÙ¹¨Ð‚‘ŸaÍ@ €@Û0à@-€`r`ôrÀÄP RØ0©Ì€`à ËH €b ¢x€d¦,Бwl0X-1 @šf@& ° 0Rb@ €€œ4€@Á †NQ`€ °P2_Å’’ßr‡_3à& Üà @2 Ð@)r€*üé0à0R tB=%”€d¤ !< –§¶0 @4¨ [‚à€ŠŒàp€€ì4¤À @4À0 B€Ô  bVOA0`U´A™ÒY&È0zvp É :&òFNPhÙA€PÒñe ˜bh`iCz HIÝçÇcL ¿\€ D0 %†‚ `,à 3È €b ` €1~p!xC!¤š`ÀËØ¬MȤ€YËHì~¼X .€‚ ?VM ð@;p&+h€ ²€€b_X¹40˜X¢@H+9ïc  @?Ø€ @ J "h@P` @ ¸’àE†¤”Q@T$‚bRŸŒ“ú¤@@€hF˜ À$#*^¨14à päÀ! 0+œX !'’.ÐøÐ À“PƒJHh!|XJ ˜²ÀÊCr2Ó‡ÉÈêü@ oÔ€j©0  À° À €À`äÕ@Aådq¡  95†M&¤¡¿úµëÉ€ 4„.A ôœpp€2\XÀN¨À€€˜š€BC7( T!ù4”®4iK¼P P‚H €‚€€:  €‚`€T0@ @@H`À;&¥°å“2x¡œ›£‹¼¯dØa4Øà@ ÀéHh € @à~_ !ØÌKÅlãKHF³À€ìÀ@0¤0 ¸!|eÀ2 á¥ôMà:Þ!àÞPbJ&¡ŽgÙ#æ1f’É÷ô€€.€h €v˜B €5!¹  °hÀ¨ƒ@.  pò,BkR OÁ# _tÁø" t ¬ €TŒ°‚H𥂰P`` €B–(5 €0 &p . ΀ 4´îɾ^\€€†@øÀ< €€c_:tÌ'ˆÂ·éø1=–1î¨ 6‚¸à@¬  P >0 ¤4€€È`€5&ðÛp9`1 Å ÝØÅýH€ @”€ @vd %††‚ÐP KíЀ2WãR–do…@ Šsøûú` 3P ¦„€2Ô˜@F$ x°ÄÀÇÐ €É™$À   ·°XÜÀp@j € A»<`(R@¨8È@p€1`B0Ä,¢ÈE€fC!Q ;Á„"Y-…2\­|ð` f‚xhà ¬À 𠃸ðàjñ]|è¡‹Ìg&Õ€& À@;!~"TÀ@ @/>(P`€ À@¨ Às”° ‰å€Ù9y$逄œèi+ “ÊÐÀTÐC )8¾²ÒLäÂÐ_lzIb›ø]ý$„# Á0 ¬@PØ j``@HÐÐX´°bj JÁ ƒÒ ÈE€„ p`ˆ_f˜Al(Aä A()  @4/j é!&+° @€e»3Ô´€Àð €bXÐ ’IŸ¬î×Í  [‚è`xQ4Àv£€. jÐ(J %d’ÆãP}HX(` <à@ @€4Lv (™ÀBÜ!€ƒ†ö(3“CB1eòFšADˆà ™)&¤ ‚14®¾¾êAyÆîÃJd€ö,Aïïè (àVÀ Áh(i’€.réBM\ä·Ì!¨`$2ÀuŠ(`€kð!}n’‘ýçô‚¹b€b€º!á€‘à  A$@€f`€V €=Ø€2Ì@4)À7`)øi@'&àCø?éw¹  4@X f€!@ÄÀ5@¨ (~Ä €5Ñ4›€ ˆ@7À:© t€˜Ó€Ë}­ €z €pZ €`à @ ä45ì 6j¬ 5Iø0š^ÜhA¡¬Óˆ`€. ƒdÂb‚ˆ`”é a¡¼5/Ÿ/%òÙ¿Ým~Œ *p - R€„@@P\€ðI˜€ìÈ€p€É] €††¤0_ ÀQJÖÀ`€ôÀ€;`€  a€€)RC|VMrø‚6v t섪8 RBl—8<ä„f¾w I TQ €CC‹H ÌôI,Ž ÏtÎvJä¥ê ° Pw ¸0ÈH°Îü@drHH±¿n`ë© À/(¼Z@0 O< Ðk øá€P¼?C@ÎRvXa)ÎKÌÈF¿zà€R  ŒÀN„PÀ¬L`€É°Øð xNnŒ¤Q€P01p*”ÒŒB¬Úë˜)ÁtÀ€8à€Y°„@×@°H ipÀ€>Å€„Àa ›ÐL€«I&££’“Æ1'_0xÀ€„Äð x bضpà À`Ì0 €.ÀêQÁ­U À𠦀€"NL@bØø 3H €á &&T“ÀlP rÀ§Hu) paˆH‚PC&Ëé&P0´ðÜ4'dÆ·9ôXUúð€€ÒNŒ €‚Ø €dB(Ä.¸˜'à €à J&†$° ÖG`*¬Ž0% ÀJï€+ð@ `8 @À@Õ!Ð @€\€T¸ÄÀÀ `©e €èhàð*ûg!YÛ$å_'ÈØÍ„u¶© š G°¤é:ÄÀ F1D>CB\䱸¾Ûåw G'ß» @r °@=Òh’ À  À€^;a !Œ pÀ y`S¤ü¬1 /“Kmg ðà@É °@† 0Èà‚@€` (!·A0ô›€À À`û Ñ 5H 9?^0†¢ J !“ ¥JᥠjJIåG7L€À6€`2€ 4Ñ 10@0&¡3 ÙÂ&ˆvґɤ0 BYA€V’úá½*Ì1 db™…?ö”¥.®¹\¥)r”¤EÊR‘)JD\¥/j °`€¼°  @/p '€À@t€`¢<€ ÑPÒ‰€`&`Bú!€è —€ÒGö`€ì¹ Àb’ÊÉ &8­É©Féæ#ñДä~*)Ý;íÙМ t†%H“òC¦tü 3À€èh€€è„r`Ü1 ` †`Ô A‰n½!Xie –Q@“úœ‡'ÖZBJrpÎWãw3•ÖáQiz@j @ª Á €®°à’¼3Ä @´ $úw€–Å%€ @ @ ÛrÁL%€€‚˜ @8€5J„À”;`@X À4€TF„ ƒ§&€>å­!¯2R½r@Ø e‚  a€‚X` .\äÀ€¤M"°‚ 2Òp`ɰr  U=_‰Ž°‹Í€%@b"zÜÀÐ@Ã@à'!dx€'ŠC¨ bIœ¦ŸÔåmæÄ8Y1Й’˜‰xù<4†Å’€)L&–X·ÈÌSUd'(qí €@*f€Áø¸5À@tx € ‰€7|®Á¡¨%  €èš„ÉO:ú` 7ذ Mà€ì@ €„ ¢Ô3ˆDÂÙ ;zÀ:&’HXšbo8™ñûï| 48€`; œ¨Â@€é€i‹!–CH` ë@x M/›Ÿ€v– 8 h .€2#À ‰ €RP@ÐqT”ÈEv„眴4 †(åvOA5+>Øà À4&€3¡‚haÁ…‚` AéîÈYÙ—’P„ŒY×ô @{ Ð € `€5‚p a  À€g|@Ô$„ T°pâÒP <‘•aR @< H<@¸ z¤` 1n€`&€`©0…° @b¨hÀSÊßÀ'2ð¸ q €)à”  À ÀÀ\ˆi5!€&8àSüMÑ-9²C>ãR•j=€@`l¨ÀP‚0` üxÐ @- ,O€@Cä * (L I ²7t$†0 aôJ” 1¸aìµÁpb€b€º!&A€‘à ¹ „ ^ä ‚Éx™32@QÆa©A0cŸæ dkúH ‚€ g„ˆ.€‚é`1 €; D‚˜À€À €èЀ€_É 05 V°òöA'|Ø*Áìð Ál” €H`PÀ;¸  Pa4 ÞLpZ€ ƒQ‚PŽY"æ.)\^À )hì@Ä $ P ˆ`à:¤$oÒXaeäcwÇ㮇p@RðAÌà ÀHÀ ÀƒÖKHð˜ İ Éj%3Û?^ä¨Ep'` €vž1 €-&–7bó¨µ2L±H+|>ýø BH X€6^”q €†€@6àà4Ø f€"h^P U(pèj@€˜—²R¾»X@ #‚È ‚h ‚ˆÀ@K À @š:D>¸@°`'tC 4¼Ô¡€'‰0 'C¸–QȾlJ`€° Ã#  €†”B,àà;à7!½’Là!d%`Ý÷@}öN@€_€À2°AãË€'Ä—N ƒydÐ*ÓoÀ ÈI@àQ·dî»0€€5Úqd0ø5$"j7&Ƥ×xTÀl€'Ça!@ Z €¼˜€lå  €p° À Ã` Ê0ЀjXÀƒÃbÀ®&#mpË °@>è`€hA€€TpÐ@u@ À€>!  ‰€¨rP^|™Æ–a¡½ÇÞò |p  ƒ’° À @À<¼4†X` vxÿÀt€Ôà,Ϲ/õX0 k€`À @@ì2Jj€é)H ‹ À¾P Cwû: ‰GÝ- AT^Å–—¤4tÐRK,…ƒÇvÉlß"1¡÷õàà@j 2` @ˆ0(À€ n Œ‚ˆ €p(z´ðÐ ð¤Äð€jWÀ–Y5E¯Ÿð@‚r! 0p€„à¦ÌPÀà€@ÒBü @3Ä ¤D Ð l€BBxÀÍûda&@e 0  0 €f´7.@; (°ðŽL %£k¸ÂÑ©tÁ$ €!,*€¨ gp@€TàA0`€RBφÃ@ ðbX¢É¥ ¢Ë? PB‘0 À€%~BÜ 4 †îPhÒ©e°ØnÛ 0èF+)ÏòýØ $( Q“A¼A\h ‚ À=j€@ÓÔšè € J € € 1D2À.[$°¹-C*À.ð@ª!‚Xa‰à€^" ô2À3ðÉ€Q   Ø4„KH„<!š¤ß4€ @<à À €$q` €¢`p’Àª8ä€Å$ (j ÒŠ QÔ¨1%”3ÙN €j` À€\=€ &H €2%òÈ`À@Q@g€Ä 2°ÅžÈk2 i€'+ŒR‰Ä!€ÔnzqØ?eÆ&<L `@l @Í&‚ø i€ ` AØP i‚á0 @.&†d À€/ /$OÀ)0 8Ø ë/.  A@ ‚ E50üE€@ @À€ð ` €ì`i¢Àò–@w€wòûм€ C‚¨ kð €’€Ø÷ B4Ð ÿ, ¤„àd ÒŒL9aÉh!žˆ@ (‚˜°"T  €18`€>!8„4ð C@Bø 2pÀ @!|´«™Q4”:I…“\ À0K˜j!r¾ZSÿ,¥¸ÒÞÁCÈÕÖ@` k€\ÐàðÀ R ðd"@PæÐ´€Z4ô°€ôtI…¸ëÇ‚c nG.à„‘À)B‚T³¯$”4À l=`@`€¯Ã éå†ìzPL É/£–jð€-ð€:p*ØÈ ô£€ÄàQ€v@žM Ý@(gZ@/ØÃ@LK"É`Y’Ùb foªxx 0h e‚8 Z‚p@@JÄ$€‚€lC&>Ð0@×NÉŒ Ť…ÐͲû¥V¾ à>@-ð€ ÁÔXh`@€tX  ‚@È`ª á#À¨ÜX`€‰%† 6ùÁ4 d ‹FM ÐÄ „À ‚R Ë,5P˜¬00h ‰ô°A4 ÌàKh8 @WNÈÐÀ” 0 € ŠÅ€+Ù0†Aáœ°ÂЂ ‹!c&”!f”€~ & ņ챌5% ,¾ŸÓÉoŸˆTØ &O×õ`à€´B €t`àÀ4 @Ñ€@È!€€.À Ë!M@ ¨?p ƒ ýA€;Ph…v NmšÄ€@™  @Ç €€+x$þ )b€b€º!/¡€‘à @Ç ð@Î0 ]€€däÀ(Cbè–4 ±dÖ)( @!z“tx¾¾x`@±@@’Ù@€\€ €`DГ €C…è¨+’€©0 Å( †“0HÃ*€.`@` Ã´@@É"à ñ5O²+(#dB!Œ:HA#è¢Æã¨Ø8à ÐpP:\„0 mgļLIx–Zöx±\Ó Kà€ê@ Àà&Ð@¿à€‚8\¬` €3fB!†˜ ¸€;¨+q€¥ “|ä#<` %‚@ @6*Z € @€`˜ @€À Z“C@vB-Ø—ù+þ1U@ ÁèÀ1¼`ð@ÉTà3!<8ÄÒh¹0P*ŽÀ ™‘Ë-)e’”ƒn /‚ $‚Hà@Ój @ 10 À€Ä‚HÉHà‹%3·£€  C@±0˜à7«näP@Wp‰ Ò !ÃCC Cå’µùÈÒ+W<_”¥ÐÐ@ª°@°(4‚pXà NLÀ””C0 † Èd *QDÐD-†eÏ»À¨&€è5!„Ò‹ -”º„î¹r”¤âå)H‹”¥".R”ˆ¹JR"å)H‹™¼üvuðãï§‚p@@€j @Ãä  €ÔM p@E@ô°€4*Ð30&P 4 ` @vMrhh ö,0ódï˜D Àòµü€ @P (´’ºXb¿O€ÀhbPŒKªe –o×Ùð@­~€'ð$ À@ˆ… @t¨À`V–ÄÐÀrL1JÀ!Ø ʸœa4™ùÈ&“Ä ½ù:9¨ìxx¬>  ÀbP Ò7蘠,ñ0ëwü¿É¡¡©é•ýh Að.Ì(Á0¬¨ E€dÁ€ Áä†^5€v@€@aÀC‹ Ô„£òÉ£0!}„„™g @£ `’h @'œ`€npà! B€p@<Ø I ƒ@¨dÐÂ’wÀ`M,$÷%ü7†Œ%Þ0 A0p j‚Ð _‚@ì00@9@9 ! H`°€T3†€ÀLÇ +w8ë°@€ Ð@=   *€ `ü„à@@L( ÁL &HÎ@L¬ªéIÇ\(¼´šlƒ$˜ ‰ƒP*LIx°)ÐŽ¾’XÀ ‡Î7TJ Û@¿F €$ü˜À@ М@Òp @ ’„p„]ÀN`Jˆ  †€Z(I A «Ð@`@, @V @@À’˜@LP €€À@gñ Àbå(D–A@:@O3\@ʨ @4 bh ,‚ †€`°@ÔGb (dü@ @4€•þ Ü $Ç·‚h @ "f€@+Ä„A< À€h€ € @1 !œQ `;À€¨&,@g„#ú@€€ì›ÿx‘4ÀÒɩزXÐýÀ()(?OB»’ðÁ€O¥úP@- @£Ð #‚pp@3!$ €H àà@1tH@0H@NXoÙk1 Nà† PøûŒ@€* 8@Å`@À1DXA À°€Zˆ€À ÀbÀªRXÀ`0(XÎøåw&†!ÞY·(A_è0d ‚€ a€/LEÀL= ˜ `D,f& ¹$åŠà…ô=Õyà € À €€€‡‹pìÁ˜ ©7  Ò¼M/r@ m`€€L É  ÑDÂX%6é O‰Y`7bjRR[l\`»á×Ü @LÌ<!Xä&€Ð Àb € @€ÀX :Ð CId¢@4A@:§ôþL&f)Úú P 2P ¤”2 00@F  ` W;xA :vBAa€ ?¡`D]äÀ` „`?H `€€jì €dÄ0¸šx Àm“à  Ü76 >ñ \Ø€œ ¸ìQ‰ˆÀ ƒ  '5ÃQ‰dÕw@Ú´¸@€b ÀAÐX‘†á…ÔÁ½øo¹3,b@¾ÄŒnH¿¥€‚È Sj@  @ Qì €ìàY ÈàÞÔ0 9!jŽLtîl®fh, À€ À €ð “‚ð  C`œ”MC¹$ÒÀ4( ±3¹i9WÌzÏÚŸ·´   CÀ!À¶%‘¸†_$ À0€2Ä<0 AINlÀ,@»û ‚€ RÀ¼Àˆ ’@   ààðWld€d€º!9€‘Àî@ !hÕÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý² 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ïÇ2Ÿb€b€º!Ba€‘à @1t@  P–ÀvZÀÀ I…î`å¾Z`€.`@ t 2`À ÀP0@:)“R‚1¢²Om¬$¤ÁT (š„”ZZ Ý Bs¡(çï¹û›Pp€+«R‰… „Rv&óôŒWZNÈ– Èß¿µ‚Ø (‚ M‚ @€*p 4HPÅ‚°`†CÌ$K€-!ðИ°üCVPÐЄ’±—$à€ò@ PJ€ €‚° SpÐØÜ²@/f@žÐ0àÐ(pòÉ(HÃP»å €\ÈA€&¸@`¢`Ð0LB( ƒ÷I(03d!úû!) VYôœ4vM&“x` t‚aa¥– !¯ÃKB/¤5ŒfÌPäOL¥ûú +‚ kÐ Fð@Æ&v A À À:0à€?à;!ƒ¤š@3 &AY TH€©dÔtäÀ0ÀÐÂq @.—èöà‚P @=€%@Æ!8h 2Jè¬à€h€Á…€5ņh %Y±0°BøI \7|Ç¡ ?oÏÛÖ€€À06€& Ð Ø  7¥(&ï’þ ÌRÎ „Žç®þèÀ€¤ €¨  €. Р(ø¨@€h00<@@t™ €tÉ™%bƒKØøi©¹: †C|€JJ@&à ‚ `Pà€!Ð0€œÂWH0 xä`nŒBCÙWÉ€€0tÔ000 4Ì¢a ; ( : ¨ ¥eb÷È& ÂòôBp€€Àš`€˜@1Ñ   P “ &‰¨A¡‰Ã…{( wA`„$€Ü%(%¶ƒ ( ’Ó·RÒY,SLÂJïê`€ z ‚’Á¨@€v\@€wÐ;a€€`M¼` ÀT` † ݉¥à„²SÏ´˜(l`€®D DÐ@=Pó( Ä)!‚¨`p B ð @ @` {@i+€XÎ>ù L  „ ‰€P˜L)„‚AE! AH1ZîÙÇÌ ’p*C/”  „@É™ÀoÀÁoþ åânå–¾®€D€,G~ÔAÔX€ K‚€ j¨ €<2/n`°@,n©@bM&”  lp€é Y4DbË%²SzÀ€&`0À@©Pð@M!€€h¤/ÀbÀ1pRè±4Ø €b¹\àÒÑø8`ÜL×TYÛ=ò¶‰) VX«@À@Ô¼¢Èi`Îi0)ÙÊICrJK’[À £Í'‡_µ @E ð@6jà; pÐ(°PÀ@0@`äЀ‚¶ Ó3€;zÐ0¢a Eã ¼M22ÛRÔ˜pÐ !,á¡„"bKgÄ$ B?ÿù¿ù# Ír”¥¬\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘ô°@€4`@®  °‚ bäÈ@)j äÀ ÉÀjØ@¥þt†?àdô /h3ÁÔ è €ˆØÀà A4ü € &€ì  ”0¢À“@  È8®’†š½|Ü.w( Hð tq1 B Oä¾ÒC)lL&¬ßìÍ0`žµ“„_µZ HÀ€jÀ €B @ A¼ ‚ðh @€3Ð ÀBx†€tØÜ”^ÿ€õv½`€@F 0@§@Lð‚hp@.xˆ ¨X j)Ä b0@J øà…p2*óo–eñákqæÐó߉Y`N€ €Tè`2L!†a 1H¤!£a$?ÓÂxG˜7¿ÿ9dëúh @2€+ @¼'!‚ê43€b   &€é Ã@Àt€`œP 0¬5#.pZJÀ7ÈÀd³¯0¨5ÁXÄš˜ ’kä&b€b€º!KÁ€‘à !–Á@ Á¤¨x ù4xÌ0`0@Á`&!€dVá¥X ÑÙ½æ_H~Çð¿Q DÐÀÀ@Q‰Hk °*I µ€V€ËrƯaÑŠ=}b¯ìä @f€ €¼H@'€€dL\x0‚Wr€,H€ð @É…`ð+ÎI2øÉH%!þ§‘®CHe¾@ø•W Ýäü‘˜  ¿ê¥ÿºù_ÅO°ë¿­®Mmºzéžo©â|tuÓõTü:žDèÌðÞªžºž7ÇDê~O4ŸTðÎJ§ßoì}.zÕOÓ©ë:g¬éžP}ÌúU?zyQÑÔû0y^­áËŸú¸êz@å= rž¾Ÿu>=Óô{SÄÀÕÇ\ψ‡LôÓ¼9äUs<­TõO"uSÈ“¢ =tÏY:žotõO)U=g[Ä[?NŒü©ä޹žH*G®™ú:g®·‘áÕʧçOYÔõOΟ@vgÁQ:g†p¹UUO_O']ÓßDéTúíäzêy#®žšŸ\ÏOO.tu=àr:O.tªx×ÙTò}Óö§§§á:žj 9;Æ\ü'SÚ¨@vg—¥SèŸO:ªzIÔðÕG]<±Õ3ÎTª~tòÝSÅùP6Îðç‹PèOë§­Tü­à ^_ÿøÈ xüL¶×qmL™2Zþ'›%®N]ü{»‡ø™zL˜¶‹ñòäÙ÷ñîîæ'_‹Ðm€{€ûù°l®¢¯æbbl\XöLC×óÖ"Jî/¿˜–¶’`Û2!³˜×ð*dÄÛƒPmüÎ.L™1j¿˜™-nâµüÂÚânƒ}Ť}üÎMà äò˜4Í3’ÒPÌ™15M05¢ÅEè¹15M11c"ôäÁ»cýüÂØù2bl˜š¯¿kËàv,ÈšeÁ¥^±γ4›´xÿ!Á·Pëù„Ù:MØ6ÄÓoæ`ß%â䋈i:þ®&Ü\‹ù‰‰²GEÜCþþbM‰ É“& Eü ›ww0š½É¹1i _Ì.L\›‹çkùžÞO Eé>âo;¾þbPÌžÌ&LM×ó=É‹¸š¯ê/EÜ[Åãšþ¢ôMƒblCSv¿Ò÷$D^¿Œwpoê¥ÿºù_À¼a׸«ø›&äÅ2ÿtõÓ<Þ'SÄøèë§ê©øu<‰Ð™á½U=u©áœ>•O¾Þ'Øú\õªŸ§SÖtÏYÓ< û™ôª~ôò££©ö`4ò½[×?õqÔôÊz@å=}>ê|{§èö§‰«Ž¹Ÿ;™é§xsȪæyZ©ë:žDê§‘'Dzéž²u<Þéë:žRªzηˆ¶~ùSÉs<‘:T]3ôtÏ]o#ë•OΞ³©ë:Ÿ>€ìÏ‚¢tÏ à;r<ªªž¾žN»§¾‰Ò©õÛÈõÔòG]=5>¹žžž\èê{Àät*ž\éTñ®²©äû§íOOOÂu<Õ@rwŒ¹øN§µP€ìÏ/J§Ñ>žuTô“©áªŽºycªgœ©Tüé座‹ò lÿáÏ¡Ñ:Ÿ!×OZ©ù[À@¼Wÿø€ p‰€Ä #€phè59™Fó!ÅD>Lè_õ FvPâ€v 8àËc *düø•.@À àÒŠåœEÔx¿™áo`pCDÀNˆ$ø†\ö€wÉŒ‡g‰À;¶vË ›^…SBL:½`èì$èå|ÿÀ:ÿ €¡C 6©ƒ×à lŸ…€¼Ÿ8Ø s Ðr`ÅU05'€{à 2ƒBH±@v¡‚Ð4œqÀ?©€1ø†Y@Çp×_0ñ00ò~€’±xbQÊ™Ž€¨œ\üÀÁŸ‘`€è¬‘ª˜ã*a4 bPÄè òÎ ‰©K£—#8ÇÀ1,ÆlxÞ¦P08­ìÐó[R_r)l-€E 9)CF– `50´Ÿ?0±aÀ/€c‹ÊŠ0À@€ÃìâeU“À[z/žG¼~³MýL~` d¤ø8¼©)avÔ?}¸Š˜¨aÑ4šx ”œÑ4¾ï€XdL4¬*oÀ6@•0$À à*M @T¤ìy>&—÷ƒù‡ÀÃx!áaÀ?©€;!@1!˜ÿR¾ÀB!†¥Ùˆáp`üÿü}S ¡‡€²Ô4èšWepÄ´ï¢a @Dÿ||>¦Ä™Ä´<årt°àÄ/…À”’¸`ÏÍSg0ÔÂ7r$üÎøRXÐôŽ¢àp6áð|Ø1,Êað €BJñ1Dxä °ãª0*-'€kj›t'0êXs€1d4òŒðÊ `<çTHõcbi gÞŠ@«æ8[ è‰ì£~âÈ£„º‡«… ‡ç3¸¡rLìSmÀ€öâÔ<’ÏÏ;°qäM½ì¢­xŸjcŸ«š)V$ìjbGã‚4ÃÌqB^f=±¤8¹+n±äfçYíæfûlIÿጯ³+c¸ûÛ©€T‡ŽÚvÃVí±æ«tˆcÂ*Ôq9@ÛvP[,‹F|,@¢}(A8ó¬S0¨ÃH–£xò*ä‹8‚^šVgç‘WŽ¥ l qLJªûŸªdxå°ã„é`w(ó¼;ýÖO;Ål<þ%MÀŒ-ÀÛ¯Xìo]Lnû'£œÂ>Ùû70Þ'7ÉNîϾK:Û±Â<ÊÝf'­xîê3gcÏÚm™8Óû6m÷e2°šVßäöÙÎÇ~8ü×—òŒü*¦'7ÿd Û¹Á›©fÇ÷ß¾Ý,5”ØÁʵ-Aùa<Ý—2ŸìþAï÷éF#pé[dáAfê ¤ïûqãIÕ2çü9Gˆ¶=‡(qœ Iðál¿Ì hç탌ev]€là4µŸS=Ô=l¬?ISü)xûRœ,œÐüØ@†9u™X¿m-]… ©’ÕƒÅu.ÖûR»,Ÿ±8ÙÄayÈ´§fQÇà>¡¦g¿ÍÑ e·Ëë;|¯ôﳡ-òTÌíÝä«fFmÿé[á¿cB•‡QœxëgË^a»o÷ç6ÿ1†ª=…Š©–3Šu›ß°ñ­Ç‘V~ˆÊäIÎݺŒäð!J_î˜QùU1{vìû„¯6ùI~½»…Vèã:>nÏÝðn޽Çé#8Ͷæ³vïÝÌzͦùòQÙÕ¹Š Í¿øGaR~WcÝn·3œÿ7¯wëÆ;¬)pvÇÔKe¸²9ØxãÌqÉî0áàÞ7TÍgn=Å-adxs9؈f’­Ÿ‹rÿ É3­F±Œg'`ª`Â8ß:†/;>|üUìß·wns6ËËß·_œÙ¾~Œ—¢IS3˜`pXœ<áâìyÝv&¢J=j7[0‹3‡ã˜ñN.Ìg#lN2â¢I;qÆóçšóµ3©œ‹XJùáL9‰ÑÕ³möëäƒ>R±Ûnìxó>qNäŽýû£~ç¡yù—”¼“(å|aŠTûvUD‡þîægéF°³1¿­ãß÷AŽ#ÔKcØ=NjÉþWwçœq­Ç… ‡ A"QÆTH‚¡Æ0û9ƒÉöqÛ"ÔO©‚ä­Ô ³£ØáCȆRÜ…½©ª`îïøò6ÄxX’3‹‡o¸æeå‹Äïn¥ñ'fuPqÌÆ3a8.Œj‚b° áûmÎ6³üÓ¬År7Éö=ùš¶j‰$ …õœO’+õŸÂ˜Ø?‰Vƹ‘ÆA“ †¬cÀ™Ýö m;·mû/ñ½YÖ¶âxëï²~_gdçßìØãó÷úßýÒ—uägËÛ>m›7vÛ¼¬·ÛŒèÏÒ•Ù²3þáÚ=ÙY„Z™îû«î„-Y_?<ѧæ˜î®î„ŒAÍ·Éý;)ÀöÛÿ'×¹æàà¿Ùþá$žÇ¨ÿ°¡Û ÈÏ‚RýÂX#;nîæuÔÏ3§e|4óXõ°wvo0ÌíïÆlëIÿb=fun ”ŽûöÛá~Ýl¿¦ßö9?+ïÿ¯³)[íþûþÌýj$­qÿïÀ{S°Ü´Œt~¶Æ)Ùc´Ç¥ ðG$ñ½œaì°•}öoH}þÿï¹Ý»ü¤šxç?鑟}ò]Æe3oÿû³î)ÿ¶Û)Ø#­|#º·;÷—ÝùÝßÖ¦FqDM$_À?ãÇYŠv™Žü~X§àt|ƨpŸƒ£êb{l÷9Fvøÿ‚6ê9ÿS^ço™²ú›°ÎÝN~¾³§mÝ÷ÌŽs»`ÿœÕ«I|¬ùúOÝþß gǾÙj9W°FÃÍ9±Ûcœ¹}iqLZ˜¸¦û2éJPq¬qæZÔFáÆŠ£vs1‘›úlë3±:=€µ3¸¢9×ÙØœ±¢¬vÿ7P£ÖFuCÛžáÀXœÇ¨ü¡_*&¦$SOû8£òìÖÀ/? §YJ¨b€b€º!^€‘à ®ùF(Î>HýøxžZðçDpèvS£C„“ˇ²¿b9®x“ü,¯j=‡ˆP±qíStö}¹Ÿº·ÇüQË*Gù–­ÙM›~£…ßùÒ7ì¼Iû ß6ÿüËêÏ÷þmß6ìÝúÕºœN”pCu|´[æ'ÿ;š<àóêd¬Û3g[)_lËÛ«Û™8Àžß»~‡èïþgè4Ñm>CoÇ>VËýk1ò¸ú0ü‡¤ãº0IÊý{­ñÍÄÒÝ;ñgTÂFd£qƒRŒŒ¿ÿíÖ/ãú¶{ϰNû3¾ÿå¶Üåá¶Ã3öÃTÈý‚]lz”?lûîÿlŒb1φ|r¶ ˜ñŸÆšã>$×âõwØQ¢‚@d ;Fel?Ô:‡à ¶0dK1yÌæ¾8é#Ô{žg¶ëꛨ‡Â~'«9Àˆ£‰Ñl+THSfX{‡‘æ€jk»»‘ÖýTKæÿq$Vê)k wµ)u–{pà<%ØqËd%'óiUIƨ~üü³€äÔŸa€nŒ~¬Ü:ª'ÏÉë?aÁV¡ 9Žûž:Ö¦4Œm*¢b³­\ñý° ìs1([­jØA¶Q=O·äNߎŽ8;‰lz„£Ý–EéCê'Ûb)†ü{7ÌÊQ8ò-–V’a Z5”q<,*ÕFœàt ’AzŠäqg™M’¥0à°º™ñXÆ#©žI§)La;‰6JœóN;‘ÉÔ§oÉçqK±RÀÒW–gaâ˜t; ©™»¸®!û $øRuŽ"ØöýLê5ÇŠ‡n(ú[/,=YÖr‰ÑÆqu2üüy?Ö7mŸ³˜Îq„hç9Ì Ví°pù*=[¬‹‡[¿—8R±–ª˜'ezÂàüjΛ^qêËê¡,Ø[wcL’aÆÏ×ÔÁÿ#žEhÅly¿ì$R˜ýÈÖ£…a#õŽS˜^ZØFÖSÎÛa]ˆ49òÍ¿›ò,/c?ÌñËp8 AùŸ‡­÷'Zp*fÇs‡,ì%´Î8@ƒÎÖgnæžmã±ÙÖ9‡€ú€?Çó1ã—Þ¦':øŽÜH½vØ<ÇêQÎEí¼)ÙÀfe `4£ÄuZ€Õ1]ÖqÜN9³31üÓB:JŒâDP”yªaB–¹&8üjÚê†ñù³>¥‡18Sâu ’k=ŽÌî=êbWŒ|¦ ìÇ v[±Áð–Çr2¸»5°ŒêÌìî±üyÇqáÇ,Žþ ©‡÷ýó ež{üï“ÿ~Jní߯s¿ÿ8îÂoý²þ~¼·âY‚û*Kîû„tŒN<Õo›ü?¯|>Õþìêùöý™-Ägö­¾Ü.¨u»f3^’²ss¸ö úSZÇ+<Ì¿Ž=ñ˜CRÏ0<9nF©™›ð;ŒW :«3šo„9ƒŸ(œe(~ã˜áÚ–9nN4. 'ÔÄ 9Nñ9JZƒØõ‰¥;8pYÖ?Ç5˜ß+7äumIJ_s„šíbpt$ ›–@ä–ïÇ-€?æJoÇgÇ °ú¡#³(IÝXÚ‡pê@ j˜{þÃÄ·`6N¡g» vüò;Ø÷f‡Û1þD8JžÊäx^`j¬Ï¾Q¸{˜(PÕxïS6;ºú‡¹Ñìq®£CÈÞIÀ“䇡ÿ‰ä^Nµ©‰` Ï<*ÌïÖa)G ¦=Ç.N@ÂÕÆs0¶îdš™Šcp Þ s„.Ô{j:=xSsǼrªaâHës>|¥âbbþÆêPëFàj‡žÕLÙK̳–UMÇ1ïÎÃ…RÄ¢5©xz¾qÛ b0x»ab*`§Ì,Þ:?í‚ø›` ¦Q:H¶¥¿ûÕˆëzUQãØŒß|ãŽvã”BíC´zùáf/3TC9ÜSgÖvØV¥CÜð­L¦ƒ"JîãØÂ;Éñøò?>ÅlçRž¢I¹Äs˜ŠE‡ÇQ¼€ñË;ÏƬ=T'Š©‡˜@p¾£Üá/Õ=‡G°ù&<, ®º‚$Ì£Vngæ8V¶ T+ ;?Y­ Îßÿüˆ xüL¿‰¬áÏ ’A–¶Dx¿Ÿ½ˆÐ§ð}üz'G¡þ³1Ú± ‚ë2¢Å¶(äðò5üÇÅ#ž ! 8 É#±±G÷p² üÃôƒæÃˆÑDbñxCHæëù™ÙÍÀvͰæ'Øñs«0s¨EüÄH7Sžx¹ [arLîÜPx —¯ægµ9©"EÒx5¯æNÂǻǬ#ea5”8ÒXpðéÇ`±D[ù“˜Ôã€åM…I=‘þ"8 ßÌXò,q•ØæìËT•HÄbwS¬]üüQë°è®}Òߊ"SÌ£ˆÍxƒbø¡àóEA¼Qqç¿™=¹„YÀå ø±j4MÖ/æ%@PöÕÅy€=ñaÏ þÀÎ2zs>P˜€t‰&Ú7 Qß_À¸¡1@v€ìšæ 'Wb™r‚Œ·Cü x8êøPTœd|Np ïæXð¿\|¢4:H³È2»ü(]üÄLm7xå ‹ÜDRø.þf>@·j'¤2ÔáÀrI«ò #oæ+0  ég<Œ2H‘C‚#ˆØëù‚ªH¦ÄUÉÂhµãˆ­5릎Y¶RŠ»¨±R Íÿ8æ1Ï9ïæI¬h|î~ ‡3I<áÒ ã‰Æ{ø®|yì8Å5…S/¹®Ã–1šÒcž¶$R¤0OâIá×ó.`uhs0umìW#È`Àh1ÎêF'1Ìê¦>â¾îûNn:þ`‘(òu`ì‘ëQ@Ï€?›E7%à3\æ)ÃÅŠ¿Œu­V@: ýWû׺ò¿‰RÀ…R½3°ãïàI~±€Eg¼F’bš¶Üò þè;ÄA·þÀZôGªþ9ˆ!ÄqomÔMx\> Px\N¯qÑ×^Ì €0¡`Fñ¼I: aÌ^ŒÿáfLÜøêðAÊ „gü `ÿ¯@ƒæ7F˪ñ ÀÆ#UêA`Éÿ¸«Àäxv¨èçB«ÀŒÐÑ'Õx6qf AUx·þ8¿àcÿ„[Ä}¯À2iJ:¼ ¢8‚(\ð3ÿÀÆ*¼YãȰ;€À׉ #ÀÂ"ØLuyyÕã‚€þ:¾Áßþ¼HÀè»"ÚjóEÀ>¯êø,Gþ¼1À7…D ð&Í:ÌñÕá¢Ôµx ÂÀ$¿íáÞ]º|&½lÁÄ Ç@Ãÿ^`Pqðø°1Àrî¼x2Ê=ÈÐЯ¤ã€:ºð@òpø<â$'¯‰ÄyÁÃütAÀ¼öÀn" טq2ØÈÀc 7^( ÿñÀ@øs_; ¯Äe`xÿ€<…P x * 1(€gýx ñP …D`›xw‹êñß²”p f+ÄŽfPUªoú¯8`aÿÀ:¼ˆT}x²€<‰Ðuã£Àª¼h\ð ¯c¢(ñ:¼H¿àøSÝx‘ÏÁˆ:¼HÀ©@.—W‰`5ƒ hÿŽ·‰éP2€Íó . õy/€!äŽÙ¼O€¸€`ù0ñqD'Ë›ü]~ÕâæLÀÖ*¼\œO˜6¿¼LP°ícê¾`3” `5óŸøáç€q_€36¼M‡ÌL$E[ÉàZÀfêtéUð8U×… 4su^r µ¼x¨•èø@.€ökÀAGš|p 5…ט¥Ù€5^(<pæ׃‹eƒü(ö(\EW™„a˃àbÿ €]ÊòDpc-ãx@,ˆn€è0Ê¡½‡š Ì?°êô*Á£þ,Ÿ  &Âí{üWýy€?ò ÁCª:0õÐóÅò€7¯ Œ³¹¼d€d€º!qA€‘Àî@ !Ÿï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý² 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûÛÆxÔb€b€º!z¡€‘à ! Ax¿ìux@øMª`rÿ€Y^ øAgÈŽ& ªðCGJ” ßðüFW¨@GD@½W‚‡Á@Áÿ(t9¯TùPàÚ«ùën³Ô _ñ;€«Ô(aÑJòìÕèÄ•GWÐ?íáÞ-€Ò2«Æ‡@/ž¼H(â³> ÀÆ^(jˆ¡@3¨Àmà ^ÿøÈ xxšèú ¹L¢½x NÁ\ûŠ}”"¼}Áÿr?m^=@jÞÞ¬PÕâe‘ƒàb†¬Ä{y¼ººÞÿ„h¬Åט‰¹ÆÅ“Cƒ@8¯17A‘@É#‘„À&ë[…טq YüØ  €&×0ê𘘨ŒOŠêQÆ^aR)âd‘ïÁØ×òëÄPAЏ˜À…yˆ4h äý1`Ð h£@;æ ñTÒA‹þ˜jÀ}^b#Œƒ8o#.H ¢ 3"¬‰&LŸýeyˆ$اŠÞ@™ ÙÿGã@UæõEEIþ›üW˜8‘#Šñ@ò˜…ÿvڼ¤ ¢!Ðg>Iñ oœ€£L¯ˆƒìP“@ð’uëMÝŠ µãxˆ`抸„^çŽט [S\‘À5‰›üúó"¤,q>„ň€`›Ž ¯‹ƒ¸Š4Ð,ÓÄD Ðýy”L¤P0Å7“ÀpAÀ,¯´TP"ØçˆA«ÀE«áj¯0ªŠdY„ ±Ñ0ÒqŽ}y…H!fPp³Î‰˜“À…zŠ‘K=€~ô¶äkù‰ÀÅù8|"t‘÷ó8:.Å0t\A’;€Ð:¼ÈuF Pùä€|@ €§Ükìá¼Ê 6) ÀÜ‘çƒüçÀ ø‰reü6}yfxŠ*Þú¯÷®ÿt'å^4AŸ8cëÀ’?\F±fAÀòrï÷AÞ" ¿öТ=WðÌA#‹xh¢kÄ‚àñƒÂâuxÛŽŽºðp`l€= 0ˆÕàâHñÐP‹`êô`ïÿ 2`ਿÇW‚P¸\ ?åýz1¸Ê6]W‰Î0¯Pú Oø=Àè˜è^#ÀµG@?8:^f€>ˆ‘>«Á³ˆ³05Â2«Àü ¿ðáÀÕÿü"Þ#ì}xàö“JQÕàUÄBà{ÿŸþ0Uà 4‚ÏEÜî¼HYÂc«ÈˆƒÎ¯ 0ñÕöÿõâFEØñÓWš.õxP0ÿÁ`r8õᎼ* W06iÐèàgޝ >  «Ä€i¶9 ÀÅÿoðp èÐ á5è`F Pþ:úóƒ€Ø÷À-ˆuàÃÁQîF€>€åx 7Õׂ“€8‡Áç =x ìN#Îã ¢ 5à pÿ¶q@n¼Ãˆñ–À@@æºñ@oÿŽÀšøØUx6#(‹Çüä(€kÀaP `ˆ¡Dl8?ëÅŠ€\* ÛüXØx0ÀWŽý”£€[0øà!^$s2‚­P3Õx‘ÀÈü1ÕäB£ëÅ”äN€;¯<€}UãBàpÿ€hex #@?‰Õâ@ÅÿžëÄŽxèž @1Õâ@Jt¸*¼K¬Güu¼OJ”o˜PùpX«É|y¯$pp0ÆÍâxÀÔÈð1€×‹Š ±>\ ßâëðF¯2f°Uâäâ| À1µøõâb…€¿hUó˜  °c¯˜4ÿÇ<Šü™µâl|8ba"*ÞOÖ0P  J¯€y®¼(Q¤è˜¨êðࣕ¨ãÅ@,¯@€Äjt7°;^ <Óã…¨D.¼Å(.Éã…D{"¢|;¬ ×±PøˆF¯< Ø@ð½+ÁT @0ñ„€ëß  v>¼ƒ£pj»þ¼dN:Gm"ê¼Â!.ð#Ø ¨>¼À¨(pP±àFm×ò …J=V*¿P b$¥[Éë«ÁÞ:lÊbx(‚€>€:°7^€©¢(1Æ0pUx!‡ÂAÀÌi:hæ½ÁÐjÀ``ÿ¯ úÇ@,¯A†vPâ÷Ž·þ¢ñ¼%@Ëÿ(|øéUæ¥Ø8 …@€ø\ À01€×£X…˜Á@v"¨x•î`:ô9ªñAà3€0þ¼[,ÿá@?±Bà"*¼Ì|#\øTèW’#€soÄ€:d@tAƒþP ì<ÕÖ`ý‡W¡V ðð¡døÐe6kØxàè¿ëÌø‘ PyÐ1€×¨‡ž(”¾xlcÀÝÿc«À¢ÀBmS—üÊðPÀ2 8Dq0W‚:T fÿ€à22½@Bâ:" ê¼> ùC Íx* ʇÕ_È'X“už jÿ‰Ü}^¡DëˆÀrP—`.¯@æ ܪ:¼€˜€Áÿoñlé•^4:|õâAG%˜õÎ0ñCTE @æo "ðÿø€ p‰€íÄ|ë’^Ú\XbJÏê&YEü¾BBÏê: A1?9•¥·Óø´ÒuG‹-µO›´4L “’…Á¡»!š\MäÏŠ%¼Hø @,@ÿ^ (1%\Iy¿ÐÕ‰©€'!@T ã¼M!p.& 7ixRI ¦Ä…”ðøT+há‰wŠëð”2 HskS N _Å(§À§²<ƒÚĘ‚V/‹äêƒc|^b€b€º!„€‘à ! ?t÷þ! ˜¢j eæ2¼M ùû oõ0à"©!ð±cÚ¾)ØØ<„îå ¨  „ûZOH|‰D„ª¹Ð HE!#FÔÂhž ,¢S.ŠI¬¦ö,´jÏí 6Ù,}L!âí\B¬‰D„ª&¤´¿Ò CPL oÑSNf'æ€5+º01ÄÒ&Fð Hh(•’…þ¦”PÜñe g€b ñ †IÒøî9e#²Û*ae4è†`²<@¡° É¥üÔ±°¤¢°fOÕ0 ",²‰PÉ…þ¨ä2D…¼ ¤”5j˜§ð q €© Þ9°}Ð Ê(¬Q,¼õ0 c +ÈMºâÑøÜ¸2Îà*ñG`ø\€ÂÊJIL[ÚÅh43 D4è :á×CâÈ6zÃí¡ T£·ÐçÀ'Á¨lõôp(œŒœŸ…wS5-Z &vIÇÀTšðDœ¯(ø%†€RŽEL¾‰„4¨ ÊÄ‘¾F>Ì45¯²OêÑ—^rà 7qUÞè^9$J˜Sb:á˜\”>(Åh2¸Ç^HyÕ3I%"` J$ VZÿ€OƒJ–es´(”b[ö¨IþÒ¾ªšJOLÄ¢BU%'ñ0 ðiC2֚̓68NèÍðXª˜r >&RHˆ° /#“~ü"Bƪ97à!z¦Ä â “ *L/b—I¿˜Ò €BZPm†ã*`†ÀT àDÒbri&“~K4ƒ`ôà0ÜíS  P’",r >,™ö뀨jwÊõñÐrPcó¬Ú˜°(lrnÿf2Б‹€cˆy—!nð ÊJQ)*©¥ß*̳¸ ¼p27¶€3H"+‘` Єb‹Ùg‘ª ì¡t2Pù x† I()uO_þ¯Ÿj›t'*‰$¢N€BJ+™«® (7#7+z‰g¶@è †—º‘MÒÃ6m[ èˆ6ÿØ @>ˆõ^9ˆ!ÄqomÔMD‚àñƒÂâu@ÆÜtuÔ˜`BÀŒâ5Ađ㠡ÁÕFÿð³&î ‹üuA(\. Ÿòƒþ¨|Æã(ÙuQ ÀÆ#UPú Oø=Àè˜èP9ª:ùÁЪ ¢$Oªƒgf`j„eTÀÛÿ _ð1ÿ íõÀ2iJ: UÄBà{ÿŸþ0U¤xò,à0uG„D°˜ê‘QÁÀ[ú‰=cÄ@MSEÀ>¨P0ÿÁ`r8õ p áQ L št:8™ãª }@TH a`’ _ðd(ºtøMPÀŒ@ üt ?õ0(8ø €|Ø€`9wPaàÈ(÷#@@r¢@4€ÜpWP@òpø<â$'¨ ìN#Îã ¢ 5‡ý°ˆ€Bu0â\$ê’øòRG lÑ<àj€äxÀj.(‚Äùp3‹®Õ2f°U'àf®=DÅ ~Ð6>«0€Ê 0Ì㇞ÅpfÔM‡ÌL$EC@µ€ÌÔèÒ«ó…]B…N€9€:ލpQÊ‚Ôñâ U¨ÐÞÀí@AGš|p 5…ÔÅ(.Éã…D{"¢|;¬ ÕЇÄB5AÏ`v6` IÐ @5@ðtÀ„€°˜?êô;Ž€YTge gÿxèà:/j eÿ”>ütª˜F”` à2záp7ÀÆTkð¡Ó(ÄXUò®`:ô9ªŠœ9€õË?øPìP¸Š©˜øF¸>/ð¨Ð©"81‘ €YÝÐ`ÿ”BXyª¬Àûª`Ñÿ OPav¬<ðt _õ0àD(uAç@ÆUÐóÅò€7¯ Œx¿ìu@¢ÀBmS—üÊ‚€þYÀr#‰€èê †Ž•(¿àø Œª€„ÄtDÕACà `ÿ”:ÔPåC€j¯ bMÖz«þ'põT(aÑJòìÕ@æ ܪ:¤À4ø2-€Ò2ª4:|õ 8,À¨p1€ÔPÕB€gP9€À œŸÿüÈ xÿÝQÔÛù0aÿ»úh®‚Y÷ð8æt(Ÿr ÀF ¿ˆÑðTUüd€`ª¿ˆ¨êŒE_ÆÇû‘ïá ?³` ªþ=ÉŠ]ü`‹‡ €o〫uÈ¿‰¶'K¯ø a¿šì€¯á<Ö à2„þ>ñ’/å9 ¿’îå9¯åù ·ñ ß[EkøÑ>‘À÷ð ôUü >îÈà_ĉâêwñî‘´w]¤]b€b€º!a€‘à ! [¡<ðñQWñìw€ñFßÀ:ä. ÐÕüÂàe €7ð·‡ÂÀ=Š¿ø| «ù´Ø7õOû¡•ü þ¯åq-¡Àòuþè;Ë‘ê¾dxêñÅÊH㣮¿AŒ¼QÀ2‘Ð@Åÿ^äq̯°ízÜ€Ö¼Nªx àc€ˆªñ°GDêø€u^i>¯àØÞH€8*þ݃§ùÑÃÉðï¿ÀìíxÉò«â?ޝ4Àc¯ä@w^P@c¦ñůø»¿›,uüŽ<…u_½x’ ޝQ­äðš ¹UùׇÔ ?ðØTuyq j:¼#´C®aõà ;¸@`í{2À22¾ ‰ÕïcDç"Ê•xf¸Ð>ÿ×¼¨\  5ö+ºðõ@4ªð QÎ"@˜²°ºó Ò˜6ã ™M*¾€;ûy~º¼\èÛ¯àÉ«ÙÃø’, 5øåy»¯"ƒütux?¸?WŒö:UxÀT@•^dè9P2€ÝלWñNî¼ àeÿ>¼ ð1‡Ì ?ð1ÿÀr¿:·éP8+òjþ¨@èG×Ñ ×—¥WÈáó Ú½¸ £ÀdOªñ`o€ÜN¯ø‰*:ëÃÁËþ:«ä9ˆ§‘ïરÌ«úø¨m^0 7UààÃÿîT ä[ùÀv Ÿðg‹Pè×ñ¡×mxÖFÀ5•^((õ-à ^ßÿüˆ xxÚ*€•âtˆé-¯.€`ÿªòU[ÉãhT‹y¼}úŸúü­ãzŠ‘¤EA†×˜ˆ2**P¿™š'Ÿ$á?‚¢òž¼e${ù…´‘ƒ¤´\ @1m¹•áh¨¨®±½UETRÁœ¼ÊDT‰11uáE¼­Uåxêy¨úò$è?ïã½ÕyP¨@kʫǀþ{¿Ž&:¼H‰Ò °«ø×ütôó|ÀŒuü—Ú½÷é†W‹\Þ.Gqv _ò«ôà"xu¾ñàp°º›ô}_€ªñà"O”A«y<&ƒ‚îU~uáÆõü6^\HޝÈíë˜}xÁÀnP{^ €0 Œ¯‚¢u{ÀXÑ9Ȳ€e^®´¿õïêh }Šàn¼=P *¼F³ˆæl¬.¼Ât f¸û¯àÄfSJ¯ ÁƒþÞ_®¯:6ëŸrEªöpþ$‹ ~y^@€EîëÆÈ Çÿ^Ç@nÕã#À=Ž•^0%W Y:T  7uçÕüS»¯$8ϯ_ü @!óOü ð¯À­ãzD€ÔÊüš¿ªú‘õôhµåéUòx|€6¯nèðê¼XÀ`7«Á>"JŽºððrÿŽªùb)ä{ø*¬s*ÁŸþ¾êWŒ@ Õx80ÿû•yþ@ð݃güâÔ:õüh!’´ëb€b€º!–Á€‘à uÃÀ[^5‘€ð eWŠ ýD x€ §=)d€d€º! !€‘Àî@ !égï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝ“€…Ÿb€b€º!©€‘à ÈÍ^¡b€b€º!²á€‘à 1 Ì! wÁ×ÿü€ p‰€ÅÄ}»ø²Ð3¶‘“¿hš’JFüî;ÔL41|BÌlRKF‰¸ Ê%쪀íÄtoϯÆE†$5HÕ,5´ß=üßáÐÑ0“2>[D2nÏš(hHÆœCHè+èn$Ø‘ð€XuÓ·ƒJ&ãõKiÛ~Ö*` H]L;ÀT†gˆd.Ð Èk@ˆ…Ô&~8  œ1U0 S+øüšÈ€NÆä‰€aÀÿ@ Jb‰AƒÑS?™? €1Ê€wД@—ÛD÷ÈÐÐ(€bjyœŽ¨)îŸà ™†oÿƒv-9G`©vWh†ó÷+–ç õ0 6@€ªH@HŸT$÷'ÀÀQþã`(&Ž4„Jc½@àW3i$¤LŠ 8%!À!1EK‡f©„0 ÇðhiD¦€v’hÏóE–Y-”Íaª„¼1_—=bª`ÐLC;™ïE÷àvÅŒFˆe–‘§°è0iüðÐÒˆEmùAØA«©€1ä$_ÍÚÔ¤)þ‰¤0‡D¿ÞÔ%Š@jÎE©„2ƒ xø²Ê%1‰0‘à*H‘Cy-€efVˆNÁ! #ÔÂEbÝpÀ,9¼Þ‰5?3Dħmà ñD,BŤ¡-SBl. ,¡‚ “ÿû÷Tr >! èë€/,¢b@  Ê@À6Ëj˜”gí  …\@¦?À'&—öÍ OvÂà É…Q0 –¢ª` y €¯!mœTW伿fY#Ä$’Ðl~A0²aeâ†3›î@Q /€1(PˆR¸@  ÀÒ@~€1 C¯ù 3žc´!ƒþJà Û@'@jgáQ07;@€€½±hK1á$ú˜™iW‰¤"H˜†M/}¶½Ù¼B+.hh!|£ï› Îz¹õ0p H}X\¨ ʃC{õDÞrjÃ#çýªf{h°2 àÒ¹­ã  ÀL”l^}¹Ÿ“‚ª`jCKæ´ý@1ü3Îc@!(Râså"rLø¢XÒnüb@iS4’Sb‚F#_$ö€N€Ôm–tLJ8Í  À@‰c~Â@í@ņ€å2KîŸêuþ$‹S1A#¢Ã@sà 5eeðŸà°O|ˆ ÒŽQY ߊõ0$ÀD2&ØahÈ\XjrS¾9¢cs•„†”p(ß„)ÅTÀ“  T‰ì˜”#wæÄÐÔîÍ ‘L€1&¥ #>§©€1!àSà*LNÛ¿‰¤Ô£³x˜À\‹b” éŸ:”ë>¦ÈD˜$ÐA¡Ÿ#¹ì²Ñóh˜ÉzÅ @ÐÁ¨váŸSb9ú95vú÷û¾p Ào‰…î4n!…†L¤gµ0šR7+À¤˜ø7tí´™d„À:Kþ¸Ê1X JHܵÔD  šÛ@'%X œD(P.‚•b-G’ž©ùÿAš¦Ý Ê¢I)†èRQ\tRPãôCx¬1%bó¸MD€3RmPÐÝðÍÄø¬Q®ð K£P1Å"·AÒäz¬ÈðÕ\¡ 4‰Õ.::ë ÆPqGÈG@lqýA<ƒà"y•°íPà46° à¢uTK 0 áQ°GDêĨêšOªƒDàõ°ýÒpç•P~uÁdø;}H1¡ð4ÿÔdÈyUˆþ:¦ƒx uH€À[Î¥´:hâ‡WüÝÕxê‹à µw¨’ Ž©âÈ5Q a€6³`Íæ ƒëÀg¶ãªlʃO³üƒ`9Uõ#`ÖÇÔ0|¼5‘ã!ñÓ͈‡WÁ˜¤°;€kj­üøÎj‘çÔ­U+ÇTаì.¤IÐ4ÕuJ…@ÂR§DêŽü÷R§GTH‰Ò °ªŽƒüôtÌÇW}'L2¢çAW4\Žâì¿åWN'‡M÷Û ©º>®ª<Iòˆ5  à»•\êoP0ÿÀaQÕ.$ GT#´C®aõØ8 ÀÊj €0 Œ¬ªð4Nr, T3\hêð¡p6€ÖÅp7Põ@4ªˆÖqÀ-•…ÔÂt f¸û¯ 2šUh°`ÿ†®¨¹Ñ·Qn‘j¬áüIà• @"€wu"ƒütuAøè Áú£#À=Ž•Q€¨*¨Nƒ•( ÝNª"¨}IÎ_óê¿ø€CæŸøÿà9\ê‘ 5€r¹5z 9 Z4Ú—¥V@/˜PÕnèðê¢ÀÞ¸P@ˆ’£®¡àåÿUæ"žG¨* àå@ÖêT`nª ?þå@@žE©aÿˆ x2-C Thuª5‘€ð eTPPê @ œ ÛÉ9b€b€º!¼A€‘à ‚Q b€b€º!Å¡€‘à ! “á_ÿüÈ xÿ+øýtÛù8?îÿ”?Å긿Úù•úªOo¿™âª@t˜2þ`Ѝ©1Wóz¿™Pêæ&EŠêþ#H“#ßÇ««ø©qK¿§‘Rk ü ɤÈ6þžD‰1FßÀÈú¤Ið=U&@«ø&*þäE^›ÕŽw&×CüD !@2“#ßÀˆ…ÕÑ—ð!T"-`x1ñ¤\ŽÛø"LUüE&BHñpª»øRdkùˆª€7“#1¨.¤È6þERdÒ*LQ·ð-"®*þ*¢¤Å_Ä`b ɯO$>­áÿªÝ ü¯âÀú»ø’ « «ýÐË€ªÿ3ΰ»ù¼N¿‰ñÑ×OÐc¯ "€}ÓÁ<ƒà"y•w†õWñÎæ«ÆøèOˆQ×óIõ^ Ö x•^+Àëÿ ¼_ßWyPf’«ôëù¼u]ë:ßxàþÝýxêúUÿzò££¯ùWŽðuoûpÿÀ?]ÇSà ƒ 9^/ƒ8 c/ü/ëëî¿ßO o€ <GŒ‡ÇOoÿ;¿ç%‘mUô;[üXÿàÕßÓ€þþV«ù^:½5ü‰:ÁËþþºžT*ùS¢uüs³nþTèëùPa'ØUyP€ã­áŸ§W཯ù#®o$N•_¾·ÞºÞ×xð;ÿÁUo'‡W*ÿxr‚ ÄuypEGWž(uç؉_a@Ûü«ì} ×Û¯²$ÞUU^:Dºð’teÝ{è*¾¼D·—ë«Éuä:¿Ëº»Ó×—::þÇ@Áÿ^2 1Ò«Êr«É÷;Õy½ßɤ׀%@rÿœ/Óàk¿á:½ª€äŸõôËùzUþX]×/Uy‰×ðNTußÃøê¯°g¯U±:T@Þ¾@>ºòÝWƒàÛ•tõü€êÁ›þ øµ°ÕühuÀp‹^Px2ʯ%@ÛÀ@¼}àwŠã€ã€º!Ï€‘à œCðb€b€º!A€‘» €‘áÿàà.¾óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿË`ed€d€º!"¡€‘» €‘àÿÀÀ ¾ßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ+'–%b€b€º!,€‘à `.1ðáÔÁ³ ƒÎॠ!! !##$##!%&''&%)***)----010448¸@ » ø})H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ѱ<žå/D„*@ @3Ìî`€„RR:I„Ѽ '¬ÿ®H “A\10*‚a@T ††ÐB|’Ž¡›¬‘` À4È  ËA@3‹;üeê€ Q@€.p @ À4„Ð*CbbÀ ÂˆA `µ§’r@õ㥼0L†À €;@P4d0âaE]ùCÒ–BÕu@ذ€?1 0p€(MØ`a5%âÐR{¿çé<(zÜ p*Q+%( HÅ£:ªF€dPJ$À€œe?¸ˆI`'@ÂÀb0!©æ_›¥ Pqô¬À @+Ä € ÀÐ( Ð0„Ê-!½;wèì}`€œ™ $ drÐW/HÅnÖŠ@€€ŒœH ( “RL& rid¤ Ix¬€››óô·ðh°I¼ò` ƒ@ªJ!`!(BJ@ãMuXjÄBhà†€èš0–¤Œãs‰¹@7Ðp@;,  @t@Äòa7:?BÙÇ\¥)]•ÊR‘)JD\¥)r”¤FÏöö ÷)z@ª%N°Hˆ@€3ˆ‰‰¸05%#üKá½dŽ»( ,+r¬å€?‰ )(hA\›™°Ã®pA !‚¸ õ€Ü˜d°ŒײT@ € Á40@-!>zB8„Ð I‰Ù7€“ÀAÙ=yl<«äÒ”º/å)H‹”¥".R”ˆ¹J~Î!$íýéÈ`.ZYh8dÜ`¤Ð=ø»€ €5Z@1\ 5#ruè‚ X€8yK‰@0 @€*œ†à1,k|0ü׿)^Tì €1\€ Uˆ&€Ä…ƒKÁ›â·àĮµØ,ÐÒl40´”‘(¸`²€B@T§%à &¡óq…á¹ñžå)IÓr”¤EÊR‘)JD\¥)r”¤CŒXå….ý@ M8:BB×`€ @u¿àöLW‚Ê àÜ 5Ãð†ÅÿsP`@5Ø$£þ8˜MàÝ`@[~hä"b{ R4 $8 ‘/(ä‚X Rgéé…<™Éel(ËîÀ¡E0 @8üX&\Ìá¡¿ü~Á€H@d”,0ýk %@€VÄ@ ·PuËH#þùÁWi’P’N^³¨ô€#1z¼X y00Z7YÌ«",RJCbÀ‹HX ¤=îp‰&6È€E¸Š?n~|C\A×¼E? À‚` e’h€+ˆ,  %: è×üíƒ90 1ë¿6 y@€€ÊR ,C à= ($+ëÛfÀ18ÀwÀrHa¡ #,µ.0`à@LjBð`F?r ÒàÀƒÒ„ÀŒø°”70 `JIÚÐÀà Šj¬ —Š(¤X®Š`2Â/$%À É nÄÀ¸ ‰`€4¸šžQcPLÔÀ kŠ@aÇ®ü€ €8€@€@ÍÃtW,ÿBK'Ýp@Ó ` €jð&Ë`’°i7YiQã5ÀË ¼0@6 ̆ ðˆH, €ÇñãkÐprÀ€ì† ’!””žYà*a7Ê‚` PØ X @6È  œ$Ô ¬``a(¢ÏÆïò0i^û@ƒBÈïøw‚Q‚þÖ@ @šà;Ø`^b1§ ìù¡¡‰Ãù’7 @*Ô˜X,  À5 NèH€¢¼g?^Œ ¤¢Y7“7A@_•¹ù£^x@ 4fPi@1P$‘/Ÿ¸îŸ|/_Z¬- ÁxÂÀÐ æè47“ ¤ÀÐ0€¡0š‚o ÃwÅBhÑà1by· ^À€:vˆèàĆBÉá©tàÎî(i&€*XZ{ô€dø¶½˜ j‚øÐGð8Öë&\`*´ ĬP &ãs¤ Öu{İ@Á#DWHô4àš3H @ÁD$’R ‰+RY oٯπ„'ÀhðÐ €À/¤À2lLŽadÞh­g@È ›À/¸ ‰€0:à:J/¤h¼ÑLˆÉ€ À˜ð*ä°ÀÐÀ3‰„Â_?Ü@6‚` €j` R|ª@`¢ÃpÀqà}àI¨@bBƒ¤<_… £b€b€º!5a€‘à ø4 |•”ƒŠd`7@ €j  À À;FQÀ &Ùd0BÀàÈ´€è†’Àb’Ë döçí¯¤¼'€1tì èàĆ2xj]83³ñ~Á[ @(d b@BYNC,šà‹¬xovX÷À‚?€ À·ž€@=*ˆ €5ˆàT$"YeÒž•±>À €>Dð€Ä ,–‚cÜ4´”á.†^È $‚ˆ N‚˜ @€4tFBœ03¤š† ²+IH@ 8‚~,µn–V6úȉ î€1&8Hf+†%€™ÄÞp`#|  ÀMܘPùÏGå$Z:¯\ €`\Zpƒr€tÁ„Òa_¹+–‡ç\0@g I`ÀW~à`ù5‰[ÔZÈÑ q@À4! 0,# Q}†}”7{Î0@È à A4( €=Hœø˜C/†ÒpÒ`ÀL‹(0†Ù%‹p¸à a‚àÁ´ÉB`0Ž ©,šÃwIlÄŽª€@>  h€˜$2h ˆ@&¨š€Í‰€}ñýZì !ï€ÄÉ€—ùì`€Þb@ ÁØ ¥  Šh%À 6Àà‹øé_¡‡;*`€Ž ¬¼&À€"ÌÈhtBÌ¢` ¸`ÈB h 0Ô0h@ ï8 a AÀ` !€@Bˆù1%þ_C7kÀ%À`rÀBr0@:!‹ìMp¤4¾„O­ Cðhá$Эh ,‚H@Òh°Ð¤.°€à07 1Ã]ùl{@À €`¢€/Ô 'õòË ü ð [l¶YÞéj@hÜ)@/°@Ê‚ 8È@& 90…À`B( Óûè°ßÑ–Qá7  6N’hÔqE( ºPÏ÷Á˜Pš‚ɈР:nM Gr’WOÀÃFÆ]0@¨ €0ÐðÀ0@ º@v|MAN0±¨tvç}h2jJ#ºƒ@4!¡"ñôÀ*Z¨ €œ0À0I ýÙ‹BC1-øÝÃä ”@€`က`Rœ°dÂi7@îžC(i Ü @tÒƒ &p'˜a~`¨p*Ȇ˜¡ 6!éäd#žf½0@—jC!§<€ LB3ð!ü= y*AHØj`ŽÅ@v€ŸBŠ µ‚È€@€œ`†`*BÀ ÎbI“CI±èí <€ ‹bü¬MC~Q]{l£”å¥#Õb@„`¨€€€` и Âñ°†$b@© ÀPÒɤ 2QDÄ)ÀÂO?Ý`¨€B €'PICH\hLNR¸'€1vì è`€Ä„:pj]7³ëž  9J0Ñ Ó”œ Ü®ç£ã¯R@‡¾°ü@5±X @!€T‡€ „Jão_»#í­€€‚° ‚ð €^Ð :¼†è4´€Š%€è`;á‰&òÊ,šž¢I-Úü2rÓ€Wˆ÷½nPÌ4"ð>ð)Ÿ‚?ï#Þð¼¢Pðè¨ p%~Ûc3 CÊÜ@ÃlÁÿÐ àFøoƒ€Éšüh  `F× Eš¸¹ € 8`J©»@¤hÐ øð“@·ÆÀ¬E ä@)°€ ¹JRÒ›”¥".R”ˆ¹JR"å)H‹”¥".àИˆààu€VÜ€GýÙÑÂïp`P€1 !“Ê&“Û€÷r-àoRV äÐà†€\øÐ€ì°Òx “ZÙ’µ^x 9€ , PdÒ‰…”‚÷ -)Ð~ lþû@€c @€#DøØ`' &€h²À0&@©`S9,’ˆHIh= \ëÔà Œá3çF¼a£˜0 ¬W÷(€pìÊ!‹„'Wˆ 5,Ì0 @€˜ñ< @”7'¹| æ¹ @.À @f§O€†üÂà”Hb@€dX&âi0BR@PÑÒ”vNWU˜ !xKà €/Èå?J'¼ØdÄ€À!€'!pB &'±a)ļ4÷¿r€ Ha€0!€›$‚ha4´,™™€€/Ôôåh¢Rð‡ÏŠÔ* œ¢¼}À¡àX@ †bB°à;ÚI¡¥ ÉVÌR r€€+À À€Ä“@w¶YIJIdŸò9ˆ6õÁÀ Cðà À;¸@ €`@B4øÀ;& ¤1€aÀÄÃ1@gÉh ׈ˆRøÐ 'BÒÈhR{À€g’C&þM ²ig¹5'þ)ï@ ` É„ÒnQ4¤†‡ ¼Þõ  €–”P Ë<1 ð àÀu‰if,¬´%P €j`ÀBQ4²ƒCPP ¹m‰Ἄmçè XðàH@ 8PÀ&&€*_!ìãI¡šç Äb€b€º!>Á€‘à ¡ a(@ÊÁ¬£Zø`T @2&p ¨n@I4 †–°ƒÆ`-‘zÀ¥¨eؤ@v„lpÍû5ÆPXàÃ`€jxÀK‰cJ“:CÕj8 +‚–&ÐLpÐÇ Á‰à;!n”îzžæ\Pø0€€+€;JY‘Èaa =I)šôÁÌp`¢`b %3L HnJI€ èé$'I ˜bg&à›ðœËòà€Xc  8B5ìTø‚?€@·‹. @ tPJ&€è0 & ñ…•‚sãÚô  €–€€/v(ã–L €ìšLHù (¾Û¯=ÐX˜ ˆ@ Ha T„Pa`Œ HjR\›ŽOíï( À €”‚*Èè°â€3¬ØT`6 €Ø¤’»=ðAøÊ@8N#ØÊ$ h#ÚA´ð @"x”`*BƒJ|‘ÇåYIÂqíbZ@€f”|”$ ú>^ûó÷6ùP„ Ò`@ÄÂÊIA¨lRJNd °†}×’êk÷ ª| AÀ [Éè!•0pœG»À €–€€/v(ã–L €ìšLHù (¾Û¯=ç´ð @ x†Ø €¡(4§É—9ò® ð ÀLC*tL ¤"ÃJ¨hbQËCwtnúúÐ@£ðdР €: &ŠÁ…€j Ò àéHäÒ‘’¥ªý P°h#…K– `†FGí&‚X&´‚È €!BX@\~8&K´0 ”™+°x€ @;0°KIJKAnÊØk¡GÒp À@@.«ì…È``˜@( ¨4G{0@b&Jà&A8è  €˜ ‚`@!  ¤ÀÉ`†%`†YX0±¨^ׯ¬€‡¼G&_籂x!‰7b€“€ €€€-Ð À`zL(ÂK¸aL‹ÿ¡’³¬À€¤LÌ  É€À`xY4  ²°(±¨ØðŠ€ @L&@À€-PP2€2.‡rí8 À À. à@N¸È€0 ÔjC5&€h°ÀƒC@·A %`Ï‹Í×{Á@ü8I4kV ‰Ä ¤Z @­à €\è@Ô€¡h à7 (gü²° -$ AíàèÐ €RQc@ÃÁÍ &0à È@‚((@?—Ã9p À É€ôX2À9(à¸é¤@à H]àò€lÝ*Á'Ü PC##ö“,Ý@@`=`ÀG ·,@ €€*Ð €èôšP%Ò‚Z `ÌWÝ.•op@:-@„ €?¸ø `(M(–haa);2  @LB.rL, Š /€ì`bCQ’— S#÷ï A¬¼†E3(€”€<5¹ th¾(-º@+ÅÙ•p“ìˆðA×g(¾€¢x䞀»P ,€€\`x Pn„À J&1 $„†‹¸ûÍ€'L xâhÀ¡ÃMÄÂñÁ¥s‹Ð€=p :&¤à €€á€{—ù5€(ê €à €b³€2¼7•òÕ’Ž·v- H ]È dp W €0À É„ÒÀ+ÀP14ÀÔ“,!†Ɉ/~ Á(&”­|À@à 0 .¼€ÀLH`1!‰€P°ô¥ÍH½( øÀGð0ÖÂü¨€  @€7(ÀÌ`(¥’ÃSÛbËPZÚ$“@ À! à`Q!ÈïîP€>À'À Š@b¼ “y n+«vÛ‹½0 ®”)àà  ˆ@ €OÀ¨ä@  %¤ `ñœ ¹eôzLã;ëðÜ~ÿ¿€Cw€‚@À€jAä(˜v°Ð** I(–—àel>á„’ŀܟ“zâÁ@2úRBdÓËO4”€ o@‰…ôj€'g A1 e—Ý€n•|È B@Ã@p‚èÐ@ÊMÊ4ˆð($à7GH‘š4Óðc•~L::€!d±0 Á£ÉYž[H \p ˜%€*B! (i,b\ ­ì×H(p+€Î!€RX8àÕ€ç3åÞÄ4€Ä@Ë!$I Ñ )!%Æ“?+£¾ÝÊ;«\¥)])JD\¥)r”¤EÊR‘)JD\¥)ûD\¥)»Ä\jR‘(ÿõ)qÞJD\£R‘)JD\jR‘)Jp¨‹”¥¸TEÊR‘)Fã¸W¤Eê ôİà8Ø›À¨\ b€ÝÜŒ·½8 Ð@Ë]€À¨ðÆ0`Pü¿J÷Žv£9›‚@IÜÀ “I„Ð @ 59 )e”]íà +€9 À Pˆ @ÒjPC&`P\  É(7_,—Àlpq«kö @€‚šPP C@1½¸@aD$â†FÏqÁ4ÀBÐøxpÀ¯ûæ?b€b€º!H!€‘à  JG:×Yhåå“CG(‹…°Ã2# µ,À1 òÈ` H €@`A…ï’JZ¹û2 Fq@ ‚(àÀ!€  À€fJì„2L,% ÄÜH!†àÒhÃI¡¥ ÐÖ@ë”jRí¾vå)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¹{ @€! à@™°`šà!uÀ‰ €@t¨ìt€€4‡Á,üYøE¤‚÷…´¨ €2  @ À €€À €:^hÀBÎ,„pÇË+r¹ù:̰¤À €3€;&@À†¸i7 @h`ÍÅ2ÑÒ·neûà *è€4@µ»€h: ø €ÝP”3ºCIŽàÀÀB÷Aƒ=Ê À@ @¬Òh fÀ À.¨™4ˆ@` ’@ ¢ˆ`@¨vX!ƒn¬Œ6ûX ` ô‚0 Äe–è@à“  W$±„0 €4&–00â€NlBIwÆt €˜€Ã¯$¡@`°BЄ€`à7àÎL&tà “0Ÿ‹íy€ ƒ˜à¤°ð€¨!“JX@^‚Šk;P`jR47ìÌ.øÀA€7à €3 @,!j‚ÀÁa€TPa{·@i § GG$ޏàƒÀ°EÒ¤{@ªL Òäô3€]€4Fð£ðÀäe¤4í}@$A(#3R\à À @9¼à) ?ɘšdDà`¶NI'€æî‚X h€+~ê@ri4 9 qˆ†”B3€ÐI„!¯± €X‚Àm‚*Öà À€€y4 €$Ð@;€Pø † 0›É¡ aÀ¡)?æàÈÔ “²ÑÓ˜Qž¢ø°`` €D€ìÐà?!!<¤À@CA 37£¥ ¶0@€ @-0 =©€-8Ù@TÃN# eôP@¨`A>s¶ÊjÆl B?±Á÷P,¶Á šÙ ŽÛ'Ñ tj° Ø5<Øøb°H£ÄHi µÆ®à8 @6‚8 €9, Ð@¾"ÈðÂÀÁ4CHA¦†Àlø0¼j.x `€6jœ @,¸¸à €€à¼°1€L¨œ¢娔1 |Ç¿D Ä!´ð P‚ üX øhÀ€_À€Á!ŒÅ€TÜ šh’—!  ž´Ö`@ KÀ3¬ —‹Ö °  ÑD0’úÉIÙh( 2o e÷buüp œ°€€ ”@ :I ¸˜HÀ†írh²‰„<HJã ÝzØàÎH€ <‚è°@¯ D  p†Pà' 3Š@K&–B&:PQXa-;kÓ‚¨p@R^ˆX &hÜ AêËÀ9& †°–Ì $ €d‚j'ˆß$„YývÐ@R @W ð@ÀÌ-€€0Ù44ð€200‚Ph§ˆ@PÏÀu€¡hÀ)@ÅŸr–¨€€¨`ü(‚`x€dø˜j3³$%RÝ÷J9ši N-ó(ÑWñ0 À€:0p€€¸À†ÜÀ€dC@ÐÊà|˜…'®¸ˆ @6@ €5H`z ¼¢Àl 4¤„ !¤1Ê -:¯«( ^€‚X x‚ˆ°@1¤À€>B@\Y3¤h0vP ŠØà"‚¶!–^Hë×$4AÐAØÀ.+!(€@€†€-À€?!†“xÀ2: &E `Ô0i,·Jy%V ‚˜À ì†üà;H €@@…i4²f rÉ|aYpù”¥²6ÀÕÔ_)€À28 °¤ €èšW À; Ad.V<°3”3:´°P@ Ê,°@@0~Q3Œ Hªh)#“Ðw¾Ä €œ@LMH¸@Ä4OÜ Âñ,3òŒÀ7Aøå\À@¯`A/ÈFPáŸä P•ñ„z€N±:(ôžÌ¤†)‰x†Ç}·awó € À3!À À@.̆§´˜”M !:H]ôP@q àÐ@Ó @9v° @ „°â`k &0èaWT"öÀ’-‘èí°"|¤up <İ \/€vVXÐI¨ÃÒQ4¿‰ö8ð`y@° »§gܾdÆ¿(>¡ù@ eP )‚8ÐÀ@®` 1I+€œT”‚ú‹!†!ù¤™Ëkè €Ò€¢ lNDL â°@3ÄÀ¤0@è†L Q ˜ Ò€rÎ÷l=A¨ ب ^8 Z€a<¹0‰1 Ë ,¤€fZI '¨BÃzTÀPVÊÕ`€` à \·ùÚ¥b€b€º!Q€‘à @ ƒ8tÌ„ AƒI@: rQCW³Ò p@ÄÐà%$Ѐb`*C!ðÒa0è¢ÒR Ü 8 IhrL”–nvü÷ò *à€ˆà€6Ø e‚Yè ÂÉ €\Mb€5È Ì᥀Ąž43ëä%,-5ˆÀ€X €€jdrÉ &Ð;€í˜>ÐLKLÀ”«ì€ h l Á 4€p ÀÀ€„ €À˜MH8 RtŽPa †›É€M¹ à@| @3@ä"hÁ¡ “Aˆe“@* ¼ @À`t€¤4 xÀ×kB 6, ¸ !7ˆ‚€† U‚RKq ËT«¶nXËñ vx€ @0 €\Rì@@ @X @0±7@Âi,—Æ•(Ïž´/Á”ø ‚p@@GÐAó‚a :!1RÉ  ªQø HDÐ q`ÀP4 ÈJ @;ß; `é “¤ ’ˆ2Ctš@tŠÉÀ`ø–‚€y»_u @i‚ð@/&€"(°€¬¨ €+|Xx JI4$>^I\š^0¥c*ÌøH@  3‚€ ÜbI~òBÐ…gx %†3wpÐ "¢øp€à€’@b Ɉ ᜚ba˜¼N”ö2õ` bܘ Àvˆ`“@2ŠN¢± ˜IÈIùcï>`€fˆ À2&€\˜ìøÐ¤)&bÃKMø•ËpÕ’3½` @4‚ AÌ×@ 8°`Á©&p*LÀ)ÙúÖ7gÒ,‘ê`€Î €rÀ vÀ €`bÔ‚v(¡€roHoÀRcòb>ékÇ€6fðH:zè0?Èᘆ €€†P€&sƒI„ÔrRJ}TÁ¸@ A¨àA¨Å)8 €?bC/,†°’ :Ai Þ ü¢‰…3X`¿z @Y °@Î   @²€€Bb@F  B”îp€ v7&Á ˆ Phä0ÂZ®@`€Rø˜À¤á †@@Å:&†C Ó„ ’` º~Á‚¦~‚NÀ8¢-Eñ AÐ €.?À À÷ʯ$g”¡Y¸ :Ù$"€¨&†R`nM&'Z8Br¾¿B Á¸ Â +€Ähh¤"hÀ(vņ“\ †S|€pDç›|à!À€bà(€1È  É`ïḘ€œVp‚†­‡Ú?\ ˆiA’À¢r:’ Vß”‚‹éÌ90„ÿPüþ”¥èúnR”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å Ü+Ò‘î@ 0GA¹ 9`¸à€f$@‚2J?@ €€ÀŒ €#F,ëÊð €€ €1ðÐp€6b`À”Ž070H`!$„2h&$}†–`'b˜e€˜²iòÀ@B €Q;b¸`a3¹[r¶ZŸ\ñHFù>þ® @ü 0`‚p C?|@¤›‹x¡ Ô@*90 %¹/ÐèA4ûÆ‚ Q‚¸ 0‚hp@AӀĨ€€è!€@€ìa@'nX¤ RÈQ˜R ™”Uçv²DÐ*I¡€P„B I4šM HÀÀÀ³¤²ÓÉ#/ûH 8 ‚9 P@ÐÀ¤À‰€TšÀ`!€P7œQ5$À'ޱĔH0Ce! ,) €e(›€ì°Â±-gü 0¤ƒª/§€. 0` BC!@@ËÄ ˆià7!e‹€;¡‹Ü”û(–n¼À -Ø ¨‚@!t‚` öð Pà€Ý"ù,kÞ2ØøÄ` \äðd0Ñ0;(šL[¥$-R  À/Ô˜ZF”œ€2ÁˆXú~CÆFÕ p @€XZT“@.À @bÓ€„˜²h € à @†mó–~]ô‚ m‚é4ph †‚˜° @`:À@ `PËÈf+¹0›Òº3r²o–RÔÀp @Üø  FtâhˆD<å>¹Ið¨Hb <ïÚ– @¨ 5€$J°ˆbC0 €€ÄL¨!€bBˆa 4iÓ%€ÌL Ük @ œ tÌà €0  Œ<Ä4†€V&Á !Ø”4 Þf‡¼Dð¨àÈA¤ €í$Ò‰ !5-Їà;f%a­²²`¨†_°à@·\ €´V à @ 3€^p€jMàL€b ` 8@`ÒØ²‰@d¢ù7¥0 }‚X “€"0@‹r €††ðÐD0à*L Ü™ÆMX²h`À3¾UK4€´ìà;H(š€Ø´òUb€b€º!Zထà @ ,˜f`Ïɉ(•º1ßhäÄvQÙƒª/N€€¦À@Äñ0²À1&€^àp“q) 1è%!$ Cñ˜}ìÀ2 0  €€ï€8 Ð À:‰|å›L d'üÂÆrQl틾KI”Ä2ƒHa eÒX B’Ç+æQ3T>Ü(A$0% Á\X` f“@ ÀØ PÀ0#òñdÐ’Òz°žÙúêÁ .–à) <Z€@ѯ$îÀÓh€*R”ri- á…ðά>ñ”˜À@€ 1I4#x@¢tx&bY0¢BR˜zÆ B6$Pà@Ï€@Çj¬ÁŒð@<\¤ ðЀ\P ’MØ ‰…†ðÞ Æà6 ?O2CY$ǹ€€Ð‰à@ž hX ]€9 rÀ¨€bL PÎü †€ÇbXÀbÜ–’Æç$«ÁRÐ@ÎNM&$˜£’ÀaÀ@ €  É Sæ%Me*5Þ1¬a?ß³0@¸à@€}J@ƒ¢r=(×ð ‹Ø °ÌP!ø’ù,”ÎH]<-ÁP ÀÐ è€ÆÓð ‹Ü° ÎP!ø’ñ(–îHUã)Z À šB!àp( ˜3€À€( ¾.ÂcF‡ÜëqnO½ø @2‚ˆð@š @vÀ–X €€<Ѐ¢KH’%À ¤"g%€èe–‚õà‚ñÞÒàœDüœàà H`Å„ˆa€À°+ÐKÄ$Iªá£7HÁÕ4z˜`†ì$ôU¡X–4–®Q+ï’4sAhÅà›êø !‚ $?¸1A†` @1ZCz! )!˜: ! 1D);–¥?œ AÌ`A €h<@‚FX`&ÔJd%|€€ÃJrX÷¸@€€hÔ@b€ @ `   €Àà: ÄÐ(°(œ0†B Ê,˜^Zœ(À€¨P`À.`ø  À1~´ÀP ¤a@7!–Q-!äôðÐ(Õ±@!A ¤£Š(a40‘± øpÉtn†ç_Ó€‚° R€`ÀÒÁ¸ (€(°À;pX) ÀÂa1 …ò¯×€¡ia÷ @ª`@- ‚ß14Ø ¤ÀÐAêØdjük~÷§( /n¦PfÛ\€@€:€ @;¸ˆà’À*ÄðÐP0‘…€Ø†PAd¤„$w© ø k+Ì®© ”_†àÂ`’+¸C@lQ_¥|ÐL+~aê¿©€4@™¬@P A5X€šYa€€B¢nà:%žÙ äÎMdÐ̽my@Pà€Øà/ `à„ÄÄ``€9‰¨áœ˜Pĉ€7,¿ÊÃÕyª@àªÔȃ@ Ë!ˆc14°à(‚4aIJj1|.‚Ž#û”¥.™\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘ €‡`€Å(åàƒH}=81[ ÷ÓAä^!p Ã*@mÓÀ3JI¨ Å`ö m¯€ È` @B¤Ð 4&Ã:ÑÓŽåà zE_gdbä2 €1/ ðÐIQ€ë” 3‰N‚±19(4‘²Ô}ÀÀ„0À*M&“Q\¬¾M|ãBÏÄóª-,0Dà è À€;|Q4„L¨Ø «’4¯ÙJI_mõ0@p ò (ZBÀ ¨ˆ À¨¨&€Øâ‰ˆÜ$ “Q‚8íqÁ,ÍÁ(>Á,%1 €@ÕD\¸)@@€\ð´€fMA@T(&Xb7t”ƒËq–b`HRB(˜’iE|ýû­Ÿ.ný*ü@ &‚ø @¸, 4!€4z¢8i4"i`eÉ‹G,0µ~JJ‹Gϯj›`@È •#NvØ=ý` /† ¤'À À€6Gž±\ê‡ã„"`à &“ @h`iH,¢Êî‚Ê/ Ahæ¡(ûëÕ€ @&‚P D@2  €€€%A,ÀÐÐÎY(¢h Y)ÐÐ,BA[¤´ÜP@[dô #°`£pðÀ€ @ˆÕ§œ˜lrE¯=ô @€P@P À@º*&œ+À4 @Àpˆ!|Ü Ò€bØí IÀ”a '€÷è >ìXèñ`¨Èé Øˆ ;)%€é¥$Ò‰Ž0´bfIc8e$?Ѐ†p_4Á„H d ð@ϰ@ÍÐð€\¨þC,…É£àà*B)O²X @€Ð i À ¨( ]‚€Ì*¨@Ñ€ † ˜C!”‚Ë?èä¤fB >÷À€²`*  €†Ä.Ðà`@ | px €T4$àPé 0ä j‚0&ì˜û¤¤à€l`x b@`8P` C@. nèJ€€h©€h¿@ €`I˜ýJà(H÷@€dà†ä˜K p@1Ô1:ØK@ RLKlYE ä¡h Àõ@¤f_$³¶P¡×ó`@k€@r¤À@A @8J ` 'ÜÐ e¤šL¡¹°àÒÉ¥B¥¡d%‹9Þ "Á¬°AL @:0  v¤@(É`Ð5 *M)–Й“ïl `€m€A@5A\@Ã/!€˜ÐL˜ ÀàÀ Ia€ƒ@b`+ðƒ XÒ ú5ÚJp@4@º€Ð@³ 1„ˆPd0 ÀR‰ &Ä €Z8o@ €`rWß»@° ‹(05€@PЀ „XÀuòƒ ¤$IJ¾á( ܽ7 Û8gQÄg¿›X @ 4 €@Ä& iÈP@K% €dÌ´†“¨nA,ø4²iE@*ZBQ(³ïZÐ$9^ûY Aׂ "‚ k‚°ˆVZˆ@À 0b À3zJä Á 10èÐa¬†C~|Lç€Äÿ@¨w%¥A×h h€8t¡@P Š,™€vMÄ2`ÕÌi° I©Üܱ”ºS‚GŠ"T_Ì,3Ð&À¨Ð@a 0!PÒ` ²ÀÉd X5"C~NQ×#A\rÁPÀÐ ÀÀ ÐB<Ì  ]0/ dã’ep0 $Þˆð*!% ¤Ð€Ì@‘ÿ1*u˰ ‚ ;x¨€3!`eZ É&ÊcvNWk„``üw@ºÊ!}oÆ $Kò}`xµ›zÀ  €  Ð =Ä@ x `–žg!“´éÐ05Œ9ï ¨ Á<`@1|Mb äÀ†€dK°š_®œHIšIk¸$¸ @ëŒ)ÊX(쀄”a¹G‹»ˆ8 ½P°˜†CÄ4$˜X 󀜗JߤœsOÿ9¡~L˜0Ä <ðP\C`Ãp”˜° Àv~RäÂ’’JCRå¬íuÁÔÚ ˆÄš CÉ@ñ¥ò’øP‰\u@\DÜÀ 2/sÀìð” É@7(„˜dÐ0Jdž%roFäh h‚ €4, _€6J€Ð €èàùŒä Ð xa0„’@B÷õèà©4\’€É4ÜšP ÒCÈèÀøVà)6d¿˜FPþ{PÌ„Œ À P ÐÂ`ð `˜aAª @` C0j1x í×Ul `'+   €a€ÄÈ`@P ‚R2!€ì bˆGZ0g9XïXà À©0`À0M (`Ò[ ç Ä‘4\¥)\\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘À'0€3„0ĘL P †L&‰¥bÉ„ÐÀÜņ”•$¤å%ô   ! €À€\ y î@n0ЀÀ ¹0]|`$yŠP ÀB¡/è`T ß0h ƒK(—‡$gÎn~Þú`€f `€„` €€2$&|°àã@`0†, „–ŽR@n7Bî¢b€b€º!m¡€‘à óÑþºÀ AP#€`d@MAÈ@€W’B´@1ÅŠ‰\ø A×–¤Šbì04²i@€¡£ e †’Y(5#_Œ1ΟB9š÷‚ '‚¨ +.À À€ á©!™$0ߘà;©rh e êÕ€€f @€„` À€3$&x°ðî#8 1`d#K< ¿•w2“Hà! I )ØJ@¨!ý~ŸÉ ùÜ$>M}ð@µ @h øàž €j– à2  Èlpd07!üg-r‚€ J‚ 3… ‚° 8L†$˜n„“@v|’IEÈ|iHHcî%€€;@€0`'©†Xhh ˜q(hƘÄ;¶q÷/L`€ŠÀfœ À AÐàÀBžX @v°€d~óri ˜¯ƒ &¤—óûÌÒ bp ƒ@n`*C€k1,„İçGݥђ~Þú`à€Ê€¨ ° À8€0À€vPÜ‘E‰˜Ä0Cú!%Ñßãîˆ à =ˆÀ`€€ÈðÒa`d„ri ô@ÐEûˆ;”MƳëÍÒ’€€; A4¤f ‡úI¨ÀT7`Þ“ùxhOæ¼ ß»g¹v´"`%‰ P ‚8 €<B@t0 €1 I4 œ )¸Ü+!q¼™ºÐƒ=Å¥@:‰ ÄÔHDÒÈA¨$†'¡(”7ÑðÓ×}Ð@Q p@cp¤0@6`€ 5J9@ø €œ()$”¨ܲfH%g P@n @ŸÑ0 X €4C€¢‰ ; '!Ï  1ˆh 攽r©I` À/&€ï݀ŠUù4¾M q°336¿N@€ €Ì@ @  @ÀLM@Ð I¤0€f(C+¹D2f½Š +¬¤™îh Zh $‚ð !P 61°ÜL!€ì¢PIˆOt”cÐRzú®U š¼Ø&”C@3 dÐÀ ƒRCRY@*OK :cÌÙ¯Ó‚Ð d $3ÐР@CdðÐ@t `¤ ÊîQ ™€¯bƒJë)&{Ìu¿°ºR`!z˜ô䀜 T=ria¬ oí-†«î‚` I‚ø J€„ f€bpp€è0ÀÀ€Ü†€Y—‰¤0|’hfÈ,ê@@˜0À€€|€@5tX¤Ø Ë!À¡0Êå$$´ò_ èÿ.áRHný"€¦ q018²‰˜† /”!Û$^™)°Uîb €bŒ À@h„˜ phЬ 4#Üa +Eh ±‚   ’€<°Ed€Àèñ ‡ò‘72“€j¾ä0Cú? ‡ò¿G€N)$Éžúà‚Ð );Pà Á¼‘ ˆ"i`T R@*1 ´¥)!D¹,0›Ò”„áþé‚` k‚X 3&/X ˆ@‹ÄÐÀГ@vyEîø¼wø`Ôu w¼­$L^ì bn&bÌCOI7CPR“Ò[$'ó™)°UÊR–Žò¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”§ì»Ö@ @*6Ð@• °(HÌ @€bl˜þ  `P°Ä€>/£àéeT#ìLö`€„¹7“LLäÒðbI¿>ÌQD”þŸ³Gã~N”'“¼SþÉl7Œ/ìs§ú4²Ç{Fx±Kè@'€@–Ð0@¥‚`!l€bØ4X € øÀBúlPÒB7=Á€Hp'’ñד J‚Ǹ¬ €=RðàÁÈ !‚ˆ ¹7ÁŒ4å °$Ôf-»ìYJK=ˆ À^ƒ -Âñ5J¨`PnŽ‘„¶¡¿ h@Þ¡ª>x5 õòiv@‚è -$ò‚H@\¸€€`vCI0ìp Ò0 bB (†• “ë@‚ 64!€„ bÀ@À4 10 €v¾M(° PK€[¡ú…ôœP«4~“€4?<ƒLíÀñP5õði0€B€è0ä *B!€èšL@ ¡…¡$ ÒPKÄÒƒI3¡cNkªˆ!`Œ½À °øòɼ 2€! Ù ¹ÄÔ£€bMÝ\¢b¨0@“@É(„M,ÏÃFžJØò[`€ù;_"—t@€iÀ€œð`~P @4nXà€À`'± „ü1# …£å’’ÉÜ P¨0e`à Äô 4f¸„B¾+¯lŽ,[Àh€1!`Ɖ¥bkŽYIF-À—ùg™pû¢—ÑÁ¼ €€7xà  €Â¨p ‚H´$lJ` ðrÀbbXl„Ä ÌMGt——·R\à Aİ@@a@8`@P  ƒš€„†ÀšCbPÀ'؆Cå¡À(„´ã½‡t±ƒ†b€b€º!w€‘à Ðø4•É„'dÿÀ@@JÃ>GBC@-% ½þįƊ˜¥äï>¥ìÀ Aü4R€ÜÄ5AP.€ ˆÀ@.(´\°(ÇHÀ€œ›˜PAY“—qÁt.2I  À4 À@Mrà€2À$0 €9Ðð †…Öà:Á¥F/’€óêÀvð‹!à &! J$2 ü¤ŒI(˜K%£%CJGDb÷í|J^€3Á„˜œ Á<€À@À€?|M/-ÄÒÐ@ 6(‡Š)d0 @NMÄ Ãõ` A¸À €;l¼1@:Ä  CLˆ €v‚ ˆdÐ ›ò0/ü„U€fZ¢J!$4°ÎM @f%¤ d’‰}~„ Vy ÃðëáÒõÁìÐ"1@P±4 P@>,3Rc€wÿ@bS€P0 7 İ3`@€|@Ëw€& ÀÀ@/Ha š€ÈD0” å“x²0ä #t¤Áª„€2Ç|MJ &Ü ®‘…bÉNØ ¨%§‹ÜÑWÆ¥×`@RäX è0>~t=D´€TgÉ 68f%€VKQ)žî€Ø  X`à¬ð €;\ @vI¸†Ï=&’ÃI¡ƒ8ÄÌ1Ò¬‡\‰€ À-b! ih%$iû6C:R²F[.9h̼»ñtºà¨À€¨$0  @Ï`øšü`° ¾vXÀTÁ@1A`&!•€Lˆiù@ A„@ 0%n@€@¨Û €¤T/s2K‰cÐñµ€3Üð ±e‚¸-’XˆRÒ*Cpý|Ú^¸4Áp°4@z@€, p À.!€5&RÜؤv&ÛâjÀRQ7n‹Î‚h _‚` b_*Z¨`‰4à$Ð °(5&v,@€LM ( cñ”€Äp B`&BÐQ5 /)hÅJàg –ÞñÒë  D‚¨ -À € A( (ÀwÀnn7 ZM‹|3^âÀ À€nµ € A$¸ Ÿ‰‰àìà\…€®Ü˜¤¤$  7}Êä>»½E:Ì4”0À;HÝ!ŒL/’ö?¡KØT Ãõò)uT#D@“‚p@À'  ´„Œ¬Ñ}Š ¼è&”Ô1i2ê‚ @!H )‚H €”™0œà i74¸†Ø (à˜~€RXÏ€l‡P!Û¼€tÀøRLÄÀRÀ-,”LBX´ŽÉfŸ-Ý~R—lÈ @9‚¢j@A Á¥€6Èh`` CCI…“@_Ѐì˜RJ%–jS±AŒK p@€€ ` ‚BÔ1€ €.fäÄ$BVB,‡²I€1&¡„ÐÜœ0¢jrWüœ€`ä¿°«Á„Ÿ‚l†áúøô½0Dxp@€€/ <t€(ðp(€ ÃCK-! !&“PB!† #€˜'~”-¬à€î‚x@ #hBDà€`œ` € @Bo!€À Ô€À R 5&2C?[ªD0@@(Ye ”|P Àr –JÁ£bZ¸éäîO'_”¥¬®R”ˆ¹JR"å)H‹”¥".qK¾Š €@à,@ €Z ‰+P  €f¨Á\Àƒ¶=`P ”QbÀ`ÝÐå¹úùÔxb:úì@1,P ÀÃD"x043b€Îž€ÐÎ쥪e —™þ¾¨@Ð@³Ì0È`€‚¨ €p ‘€1&%€vpAà N¸„€é—Ã[¤½ØbZäѱí©h° ‡Êè„À(J@Æ !+q©%–_d¯Ø)`@Ñ @%áv, €` €Näü[79Hhàç/”ñÀÎÃ/P`€öÀ&J`¨€€. 0 €.Hð  »€d 8èà›‰d0*ž0%ƒ1ï|Ø ‚  €˜>@AH€„¤n&¨h0 é/œ}Òä¾â¤+¨0 À0Z €\ÈP@` ÀLôxL ó° I„ß‹+“rÃ2ÆåÜà€€;Ðð`¸0L (4˜~,™€v^ É+ÿƒMÜe\1Íü.ý° ` h 'Á”(H €`@jX C@1,ðd € @4-<° 7“K&C7&¶€‚H e€+Ri`€rè T2ˆ@ äÒi`MŠ@tœp…¥`³‘ƒo˜$È ÀÀƒÙÀ5Ñ À `7(ë€`Ðð s ¡$³šÖÀ€zLLxh j°¸@ 2f :b´ñˆ€0‰ “zUŠBÞI!fK&âfÅ‚7Å ”°ßb€b€º!€a€‘à š¤¤ ¬ÄµÓ˜QɈ#ð»ÜL É €öÈÀ1- €¤tPp܃Rèï|Pj@É1Eòh J<ËÝ$Ð@ j@ €Žˆ €,°( ¢p Á 7¸š˜ €.Ù-<À€tŒ~Øø$šoÉ÷Í€‚˜ €*bP`à¢DpRÉX À'f`(Š@ÎpÍ€¢Rû—¸Ýž© ¤@L^IN° `]À€„×Ô™€/€ìx T ä0Ò‚`p$À€„ éÄ`« £ &£t’`Âó¡ÔY-ä’Yþ¦à€j€ A €`'@œ¬3˜´ ¤Òn˜@ha 4d Ra£H[¤²`oß|Õ K¾›N#à€X >(pp0€’@B`€€2h À@.@€ ÀRÐéb˜¸—/^‘ ?°® 1¶@€À/lLbðÈÀ ÀÈI¤À &90†q4 ’C(;€Ù$Ìj]ªv¬Ø` !€v2©A¨H À\¤ éìÜÔhAHϰ濠@ m€p ‚À°@¹0z9` b¨©l˜Ô€fÀ°på¤À1€€Q<@2ShH»¶€,€‚ M3  Ø˜©1 À ÀN@ `€ç(° @X À¨/âÉIo¹C¯™ð@“îðH h €9 @€~ô˜ð˜ €© :!’Ê@2RžKSÛ T-Áð@@Å Fð¸À @vÒ`H `˜!@jPP €1+' ˜°*„Z Ìé,„d„½;8äÐHy#§(4ì À(ix²L±404¡½$$îóáŠC±¦ß®À"ÃA„0p€‚À€d@1°À€?8€é‚ð E*AèAX5A¨`'àK ` À À„,Pj1 `Là\ iiÝ“|¼¸+ 4€ð €x %Ç ¾tè˜ N…oÓðbz3,cÝP@mpÀX@@  @0|`H i9$!À3jL,à ¶àrÀbŠ@»°‹ú€#)€ìÈ $ @ K -  —Û¡d¯Æ¥,Èß €çñ÷ô0À@g  AL +d©0 €ŒH ð`‰Ž =!“2I€%@6o` °" ¹€à€Ô‚vx ÀP¤Pp€à;bÀ„` ˆXE‹Ì†B£@wƒD²Z d¹ZùàÀ@ÍðÐÀ AX€0@3àpà À.Ô âºøÐ C˜ÎM«L€€vBüD¨5€€€^|P À€€P€ç(`˲ròIÓ8ÐÒV'”  €&¨! †Rq|e¤™É… ¾Øô’ Ä7ð»úH G@‚` X€ °@ÔÀÀ€  °h`ÄÔ•‚A¤ ‹@ àÀ¾Í0 ‚Ø P‚È ‚PR €h^ÔÒBLV`€9Ëvf©i€àı $ “> Yݯš@@·Ð Àð¢ i€ì:?G\Ô P”J:É%Æ ú°PÀ@0yÀ€€1h˜ìQ3€„¸ C4 ìPg&†„bËä4‚ˆ À@2RMH0bi\|7}Ô‚óT¶Å|b€b€º!‰Á€‘à ݆”ÉìXƒßßÑAPÁ¬#€‚Ð P Ò %\ä3Ò„š¸Èn˜BP 0ÀHe€ëPÀ5×àBú<Ý%#ûÎ ‚ $HÌ2Á¬@1$z°d˜0€hR‡ß nÀSðÒ€NMÀ‡ð~Òïs@ Ah €0°@ÍB€ˆ€ jP@2Püˆ@6j¢i7€o€tRé0§–ûZAô Aà´AÀ3À @€Èh j6(ØlÔX@j“ða4½¸ЃCY¦ À1\  "É„Ä!À-(45ÒÃCxj_>^Jå²1ºÚý@@T à@Z @¥€€ ¸+à’05Ø:à !’º@/!; H`¾€¢•­€Áè)€ vÀ  @à R¤†ø¬šäð lì0èÙTp¤„Ù.pyÉÍ|ï “@¨¢%,,†‡A˜è’Xžéœì”ÉKÔ@@2,` @  îp*aaœø€Èä$c~8ÜÀ3×R€^Qx´€`žx ×@ ð áx ~0†œ¤ì°ÂSœ—˜ <~ô Á¤5@ )€œ  X˜ Á“`°àðœÜH£ `bàU(+¥„YµÖ0 S‚è p Á³a ® `@Òà€?}‹€Â7 ˜ V’MGG%'ŒbN¾`ð+ˆ à @. ð@*İlàÀ€À˜ `]Ô £‚>Zª@ 4 AM 1!"1D &&˜ €Ä0°ðf3Ã@LM¨!'€Ø åNêRà Ã2 †L!—ÒL& ah á¸hNÈ%nsè°«õà ¤œ @1; °0@7È„Pˆ $\q0OÀ?À”M I`¬ŽÀTY` J@ €•ßVà@À p€.€ªB  €/¸1¨p ‰€ÀRÊ!ÐÑÀ/àTöÎB³¶IʾO‘±š=ëmR@4Ž` HÒu‰€Œbˆ|†„¸ Écq| ·Êï  ŽO¿v @€ä`€z¤Ð0$ @ €@ @ ¼vÃ@B @0á€òÀ§HùXb_&–ÚÎà1À’` `‘Á€5 À4P[ ˜z MÀ`à0}†€è†¤œŸ¯CÑ%†Ʉ҉¥pÀÒƒP5¥$ò‹Æ£›¦Àà À0Àè…˜˜  €P™‡l„aÄŒ €; ˆéHäÒ¡, „€ À+I} pÞ•f†21LŸ‡ûJR—W\®R”ˆ¹JR"å)H‹”¥".R—µ @€X °@^ØÐ ‚8‚À` :À0@Ñ@è¿€¨iDÀ°0H!}ÀtKÈ@i#û0Àv܆`±I ed††VäÔ£tó‚xèJr¿îöìè κC„$Iù!Ó:~€` @t4À @tB90n0C0j Ä·^¬4²Ë( IýNC“ë- !%98g+ñ»™Êëp¨¿´€= @µ  @Õ`Ð@Wˆp@É^‰b Z € €ý;À Ëb’À P   8`¶2傘 K-! 0@€qj” €(vÀ€2° €h¨ŒNM}ËZB^d¥w$@ @‚X jH €àÀ@LXDÐ €;Ø `:pC-!€W€‡ šSÐñ˜ë¼ØP@€p    À- 01`r@€hp¤0 €À TÊ`IýNQFÞ` @€ƒ€ ™ €è—€“ÃHlY(‘„Âie€ë|ŒÅ1HV@bqâ‡.Ð@˜ `Ì€ \ñ4@€˜¸˜ppÀì‚ZÀh‰¨HÜ„ðƒ¯¦p -€;J$Ð@^ØÀ4r@€Ð A8„L!€° \À¢i$…‰ &&ð3‰Ÿ¾÷Ê@#88ƒºÀ €$ø˜˜²`T4†´gŠDÒð ¹øi`Ás€‚è <Шš % 5I@ €tQ0`@q©À C@¨b€NWdôR³í€.ZìBh0€ø ö†ñLX&Ä~‘þà\…™xÙ%HÅJ)°@½È&èP@YØ g‚ jœ˜` a$ò@@LI¨I4 @©` 8Ť (y#*¤xx€2p Aô0H 4À@bÜ ÀLÀRa `€ÄPЀ§•¾;€Neáp @=â@4SÁ(A@ €€;!€4¸ÒjCLpâ¸âb€b€º!“!€‘à  À§øš¢Zsd†}Æ¥*Ôz€ÀØP€ ! `À@ øð €ZXŸ€‡È@T4@P˜’d"nèI `Ãè(”)@cpÃrA½È@;/’ñ3 fd€£ŒÃR‚`Ç?Ì È×ô@5 @Î ],)ÒÀb@+v‰ 0 €3€ Р=¿“@`j¬`åì‚N>ù° U‚Øà‚Ø( (&&À2  €vp @ ÂhA¼$˜àµ@£¡ ²EÌ\R¸¼€RÐØ €8ˆH @  ÀÀtHHߤ°ÂÊÈÆïÇ]à€¤%àƒ™Á@€ ‘€€¬–à02‰`’ÔJg¶~¼ÈP Šà0NÀí< bZM,nÅçQjd™bVø}ûð@„@±l¼(â €l'ÀÀh°@Í(Dм  @ªPà04ÐÔ€?1/d¤ '|5v°€@G  @)Ð@5 €€– €4tH|p€` ÀNè†ix¨B5N`N! †q,£|Ø” Á` @†.F; („XÀ ÀcÀnB({$™ÀBÈJ4Á»î€ úìœ.¿€d`ƒÆ—Nˆ.œ@…òÉ T¦ß€’€-À£nÉÝv`1)j´âÈ`ðjHDÔnL!Œ H'¯ 4ð.©€ÙOŽ>þÂB€@´(x0 Ø5Ê@ Aà`@€†<À@”` 7Ô4°(€!†Ä00 \LFÚá– ` |ÐÁÐ ƒ¨à €ê€€3|B(@Pä$£ògX]††÷xtÈ -ðÀ €‚H€-vCdððÒa€0ØàSüCÒS€²C>ä¿Õ`DÀ@®U€@-°É(!¨r¤¥ &,0ù@1 ßìè&%t´€5 P{Xh\ Ò5ÐCAI,² Û%³|ˆÄ"‡ß×€ ¨0É€  À @gZ€¸ ‚0N@ 6yÀ è@ÓÃ@/À“ÀB©_RYdÕv¾ÁÈ „4À À [‚˜0 @€ H`ð@, Ì2ƒ@0²! ã7í}„˜ ”4À€0hÀ0@f˜ÐÜL¸ì4¢ÀwÀn900–ŒP®ãCF¤uÓ@€Zl„°@ª ÀP€@= À‚I>C 7Á‰b‹&”‚‹,ü4A DÀ/f”ù p`(€Ð*¹A£Hh¥”RvÀToa»l€Ã¡¬§<Ë÷`€  FM ð@m p €f€?`ôªLRh @ €d41(&,&0Å˹l’ÀNäµ «¸#Á¨† `†$ €Bx Š‚Ð@ËÌ ÀvC&D€€ Qd"Z@,!à DÕ&ù  àN`ܤ„ ‹d¸°€œ–QÀ$)%@P”Pˆ&¥A‰,¡žÈp@±P)@€†„àAì)2@1T‘/–C~Š< Q•€¦($ öCYÁL9\` Š”LèF! ¨† p3Ð3ŽÁû.10¡äkú` k` ai4 ÁL #bÀ L €€q40 f´xay t€6Rp)°)Ö^]@ ‚€0@) @Šj`ø‹€€€: àÀ0 'ØÀÒE€7å, €ïïå÷x @‡P@Ö/à@ $°î„h þXI ÀÉ@&!¥˜rÃ’ÐB-=,€@Q 0`:D¨3@=bp À3|Bpià†€„ñ@dá€2€,BùiW2¢h(t“ &¹A€`–0ÔBå|4´§þYKq¥¼‚‡‘ª/¬€$À@׸0 Àà €¤ à ÈD0 € Ì¡i´hé` ÿ7èè$“ q×ÆÜŽ]À #€R…©g^H( i€ØzÀ€À _†ÓË Øô ˜’_F5,Õà!Zà)tà T°AéGˆÀ0&£ì0(<šº€PÎ*´€^°†€˜ –E’À²;%²Å@ÌßT>ðð@` Ð@Ë p@µ à€€”ˆ ,H 35(؆L| `®œ 0+“@ ‹I ¡› e÷J­|Á|€Z à‚¨°ÐÀ è°@A€ ÁT@ ÂF>!P¸°À :K mó‚h @?ÈŒš  ˆ@ € A¥ –Xj¡0X``ÐAé`‚iA™À–Ðp@€®œ0 (@`‹V²a 4ƒÃ9 4a…¡0BÆ M(BÌ1(/6ü0 L‹ ÙcjJY}?§’ß?¨±“›¸b€b€º!œ€‘à @LŸ¯êÀÁh„èÀ5À€h%@¢ C%]€–B(š€P ~àúƒv Ð ìœÛ5‰€2@Ž1Vð  Žàœ`@»+ÉÉ€P†ÄÑ,h bɬRP€Bõ&è ð04 }|ðÀb€$²¹ AÀ2‰ ;&†* ÐPV%R`ŠP &`,7†U\À€À@†h€’EÀâj0&<&ŸdVPFÈ„Ct*‚FÑEÇP°p%† ! à t¹4a@0Û0ωx˜’ñ,µìðb¹¦6>þ™ÁÔ0€€. ÀL À/'p*¸40X À@fÄ„C 60 p vPVã3J0A÷Î0ÀX $XÐ`  1"HZt‘€Äø `Å é40$a¤"݉’¿ãTÜ l@ À? @ nð2À€\M!†€“5¨é Ò ™²Ò–Y)H6éø @!H T€. 0©Ä ¬è @`ˆ ô€ì”޲P`0 z1X Ä4  Žq z°à@€%twxÀ ² 440 Ô>Y) Qhÿœ"±EsÀ…ùJ]@=  @; €3H €>J$äÌ™@0¹D0Z`¼†B¡¥M@RØaf\û¼ BhƒRM(°ÂÐIA{¡8Në‘÷)JN.R”ˆ¹JR"å)H‹”¥".R”ˆ¹—ñ‹ÏÇg_>úx G$ @° 4€‚Q45ÁÒÀvШ@@ÌlÀ˜J@4HÐ €€%Ù5É¡ 0Jv,0ódï˜D Àòµü€ @P (´’ºXb¿O€ÀhbPŒKªe –o×Ùð@­~€'ð$ À@ˆ… @t¨À`V–ÄÐÀrL1JÀ!Ø ʸœa4™ùÈ&“Ä ½ù:9¨ìxx¬>  ÀbP Ò7蘠,ñ0ëwü¿É¡¡©é•ýh Að.Ì(Á0¬¨ E€dÁ€ Áä†^5€v@€@aÀC‹ Ô„£òÉ£0!}„„™g @£ `’h @'œ`€npà! B€p@<Ø I ƒ@¨dÐÂ’wÀ`M,$÷%ü7†Œ%Þ0 A0p j‚Ð _‚@ì00@9@9 ! H`°€T3†€ÀLÇ +w8ë°@€ Ð@=   *€ `ü„à@@L( ÁL &HÎ@L¬ªéIÇ\(¼´šlƒ$˜ ‰ƒP*LIx°)ÐŽ¾’XÀ ‡Î7TJ Û@¿F €$ü˜À@ М@Òp @ ’„p„]ÀN`Jˆ  †€Z(I A «Ð@`@, @V @@À’˜@LP €€À@gñ Àbå(D–A@:@O3\@ʨ @4 bh ,‚ †€`°@ÔGb (dü@ @4€•þ Ü $Ç·‚h @ "f€@+Ä„A< À€h€ € @1 !œQ `;À€¨&,@g„#ú@€€ì›ÿx‘4ÀÒɩزXÐýÀ()(?OB»’ðÁ€O¥úP@- @£Ð #‚pp@3!$ €H àà@1tH@0H@NXoÙk1 Nà† PøûŒ@€* 8@Ä`@@1HXA À°@€Zˆ€À ÀbÀªRXÀ`0(XÎøåp CQ7¤ÛŠ ¯t˜2 A@0À€&"à&€ €L0"‰3@È\¿’rˆEpBúHê¼È€p@àÀ @@CÅ€8và„ÌT›†i „^&—¹ 6° @ @ À¦äÐè¢a, ’›t†'€Ä¬€0±5))-€¶.0a]ðëîH &f €€ž€€,r“Àèà1Ð@  À`¬Pè!¤²Q    Sú&3í}¨@¨@€RJ €„˜˜ #‰0+€€<  ; ! °À ‹P ŸP€ 0".ò`0 B° €¤ 0@@5vŒH@2 b ˆ\M¼à6ÉáŽPn›Ÿx€.l€ @N\€€v¨Ä€Ä`PA„К‚Èa¨Ä²j» m@ƒÚÜ @1` è,È ƒHHÃpˆj`Þü7€Ü™–1 _HbF7$_ÒÀ Aä)€ 5  a€(€v@vð¬†äð oj€5G&:w6×34 @–`@ÀàP@øIA€x¿P¡€ 0 NJ&!\’i`X™ŠÜ´VP¸¡b€b€º!¥á€‘à œ«æ=çíÏÛÚˆ¡€`€`[€ÈÜC/’P`@b ¤§6` ]ý„ ÁÀ)`À€Þ`Ä ÈI €Pðp  €: P ¨ Ë à;-``$Â÷0r€¿Çß- °@0 :Ѐ0` €`( ‚É©A˜ŒQY'¶ÖR`ª†MBJ--î„¡9Дs÷Üýͨˆ8@€U€©DÂB©» yúF+-'dKdo‡ßÚÁìA&ÁŒ @8 $( âÁX0@Ã!€f’ ¥@ €øh €L€aXþ¡«(hhBIXË’p@y €(%@ €ÀAX)¸hìnÙ €3 OHh‚ ph¸ùd”$ á¨]òÐÀ.d À\  €0Ñ0h€&!Aƒ{¤”²ý}”…«,úN;&“I¼0:A0°ÒË×ᥡ?—Ò¿Æ3f(r'€¦RýýHÁˆ5h#x c;H ˆàPà„p€ Àð€AÒM P ¬*%”žV@aȺ €¤ €`@3AD02M¸ €1@7fJ,‚À@LÁ¡ @aÒÁ¬RQ ù)×Ç „"iE†L , Ôr‹)(Ý•ÏBq¨æéÀ8¸p à LpŠrP€@B „"†÷ã6F~} T2B(ý“ (4%À Ä†>@Ä.Ñ‹åòXnünTX…“ï뀀œ`X@Mx„ ÁDiÐ P &b@Ô,!` u‰©à;ÌÀÃ- À1(þÀ@M/ðÔþ»É‚è 7€-ðÀŒp@ÑÀ€=  Ðà €5-œ€*Ì ¤ÀMË…¬Æï¼a)í‚¡¶Ç*  Á0øðP¢ŠÚ'†`ÝÏÜ!É¿!ÙjiŠ¿ ‚° 5P e@Ô0@-%ØðÀ À €` €$@T²jF€:rà˜`ha  ¸Ð @ Kô{p Á¨ À ‚ c€ € ´%tVð @4@`ÂÀâà „4’€,Ø„X!|$„€.޾cЄŸ·‡Fçíë À@`›@†èìPÒ”wÉ ÿæ)g ŽBGs×t à@R @TPÀhP|Ôˆ @4˜ €  :Ì„„@ :dÌ’±A¥l|4ÔÜ€@@Ã!€>@@¥% ð€ A0¨ðÀ€h˜ ÀNa+¤˜¼ò0·@Æ!!‰l«äÀÀ:jˆfQ0†€†TR‰2±{äPayz!¸@ À`M0 ÀL €è†„Ð(I…HDÔ ÐÄá‰Â½Š; °Â@n”ÛA… ˆIiÛŒ)i,–)¦a%wõ0@H@½ P ÁI`€T @;. @;è°À @0&€^Œ°` *€&ÑÀ fìM/Ä%’ž} À€@`;p @j&‚耘@ f I -C€`’hç€jj!ƒÚ#I\Àžq÷ÈÀ``hL !è„L„ÂaH &€ÀÀÀÄ )R AˆÊЇvÎ>`! R| é 2HDÎ~ ðo/w,µõp $b8ûö €Ú  À \$P5A¤àxp‚`p J¸i4  ``€ìHbÉ $kY-’›Ð. 0@»€ &H "€‚i ¼@ ~@Öpˆ€@ ‰ ÀLÝÊà–À  À@3â`¸¢ÎÙï”í´IHZ²ÅZ åCKp I€0 èNÈ<îRJ’R\’Þl…i<:ý¨ X‚( O‚°P@ÏØ c€@€†:€'&€4Ä5°`™œØÐ…`:(à(—eâi‘vÚ–  À†€1 `' ![>! biÿÿÍÿÉfk”¥-bå)H‹”¥".R”ˆ¹JR"å)H‹”¥".R”ˆ¿¥‚  +p` e€8 @Y` @‚HP@9'&˜fNÀVÀ:Í/ó¤1ÿ' d€|@ž €l@!@À&/b  àT4e˜y¡…䚨h@ À-t”4Õëæátë¹@L@€h  ˆAˆ!j%ô~’Kba5`8Fÿfi€Ûõ¬œ"ý¨Ð@Å @@žP@¶L@bJà„€ @ bܘ€N À€œ0” À Юä¢÷ü÷«µë0 I‚8 0` 7€Ä@‚pÀ@1X@ ÁPH S‰€:xPoÀ4+”Pß›|³/ [6‡žüJÈðth4 @ +’a 3 Š@À! C !þžÂ8@¨äÁ½ÿüy»À’b€b€º!¯A€‘à 1)!ðáË'_ÓA”X L‚à9 P  œ@M4Hfˆ†¤; â€@P`€a©p‚ÒV¾F%y€@®À$ÐÀ€p€@Rn @ Áì‡É  À¨dÁ€À!€˜„`MȬÃJ+ °£³{Ì¿ýá~¢2‰  € € €¢×A`T’k¬7–å^0ãzúÄ_ÙÈ@€Ì Ax"€N 1Ș¸4ð`' ®ä X…9à€“ À)àWœ0’eñ’JBx‰… ƒå)Ky\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘“+ä€ p‰“Xx°¨±Ä G9¬jÅXf>¢iØ5‡‡ÊDZ<.KááëQ0èšÃƒþcÛÕ¼’qìE¨ò@î8ʤ‘g¼Ý€YQ0Ô\|ž=Ö ¯À?= ÓEôHœ<Ñ4aäA̦’Næ(‹Q䎒jÏýˆþÍ Xš˜ZaÁæy)Ľ V|y9{‘ì~ýyDY {¬€j`j â@Ô¸ ‹À>€ª@ò=Är §ÔÀ›,ŸÄ_ûÄ1Q7ˆqáÇØqÜ(|^$ÊaLÀudXšÃˆ0µ»SÿÖh8h4œfÃêacï[‡DÐk(h†,I8Ð"ë'áâj`tCcH³ *¼-öc:/r(³\EL àò²ÖN\XÜëa¤Y#öp™$8 Y¦Ø@ ¬gv€©dy EbΣ›ü8‚>&¨å8PüÈõ0šJ;õ‘ÀYaæDÐá"øïŤ¶c€×Eƒx+ ©¬D"è±çÁ¨ ü_ Il9døšá†Tı‚y&ŒÀز¢DÇÙ˜ž,tC0Àó€õ04a§E‰bñ ÄqjRcY°ðÁ¦8P q:¦cÉàÅŒÎ-RE,陎B" 8 ªa b›ÄÖbš´#àÒ1x©˜ D0ýl³,|ƒÚ¢Šmµ‹jP ! Sˆ˜)ôpk¨â!ë9Ì¥$p¢|œ ⩼Çòä ~ÀF/ž,çIQ FÅ«€|*,Ò"TÀŠÀ3h5 ™W²q?Ž>g y8+ 'TÀè#€ÝÌ> sÈ‚GZ/`¥¸’@2©…¸ø"1ª#E¨Œ+À;ÇÇÈD5ž|ªf`Ј‡1ñ5ÀØ{…‡±DŒšF2hi°’=„“9³š—.á&¸I'òOånVæ¾kç#ŽG‰¸œ%ÂmKQ¦Ó¯\Bè‘  >u‹ë¬_X‰ˆ˜ªTçµÏ†!ÄMÈ›ž]åÞYå‡'NIT•j†¨KRÑP©Û·&‚Oœš >µ­¨âZ%Žöít¢éF…%¡ICÇ‡Ê  ;#²%ÐK¢^åí*R¥6M‰Äëׯ£¾Œl5‘¨fff<Ðy¡X2°exe^pÖᮆhgOtôÑ)¢P:¦¦jgÙöP¨nÝrPiÉB=¬©eeK)ë²0`-¬ûY݇caM2šg,rÉ>“æˆÍ¡îôŸIéZUˆÄ@€cŠ7aŽ(Ý£+­]l¨Ê‰y’ó:˜u0­È«r':tõOC83­Ú=5ƒXÄœIœ'ÊeÓ¡ÎJ¯9*¼hú3GÑ¥Ö]W7.nê_Ô¿Ìœó'!(BP‘‰vwgI„“ b!Çœz€„b<G ¤m&‘¤‡$ sæÓ¦&Cd>7ãuy^DQÐtJ’¤Òj)4jÖLV &+ ŸaŸŸa—AUÐU¹[r·.\.{×½vçn+Šæå¹pHÒ.#qºõÚÓɧTñäÓªz%RÞ%R݈bb¨ÕÑ«šS4¥m’Û&Ùm“„8@P8N4+JÖ“I¢Ñ©RÖ]û \®ýÐ.Uf&•f&y^GÆŸ1E‚‹,ûÙ÷kF´zǬŒã4ñ<–%‡ÄR©aÄH£LÏÝV&gî¨Ï”(Ï”(K͉m,X81`bÁ†b’)%Ùv“¤éBP^—¤Òi(” „¨Ê|Ôe>yÏ!yÏ!HB²¯C&†Aâ-ùò5("‚xW….K•iZbز¤© I£çØÇ ú¢…}QÈÃÈÃ÷½ÃáœÃ9±Ác‡wwwë~¸ - Fù¾©êxärÉdáÁÎu P:È(a!Wa!Ye¦Yh8@p‰1’c ’3g–y'¢zXÖ2‚G‘è:J%o7¯T£¿¹EAßÜ¢¢º®º­Åqgh·Qnxð=¤;HsG4y*’¦©ª°lDÑ€ (ÜnG#J•Œÿý² ™ˆffwffDDDDm´I$PPª ª¡‰bG9CŽPçŸyùêšz¦²›)ºË¬» .ÂÌ.Âë±¾ìoºë®¾ü±¿,oÇ0Çåshùmñb€b€º!€‘à ³Ê?*¦/nÝŸp•æß)/×·pªÝgGÍѹû¾ÍÑ׸ý$g¶ÜÖnÝû¡ÙƒY´ß>J;:·1A9·ÿì*OÊì{­ÖæsŸæãóµîýxÇu….Øú‰l·G [b™Ž"y=Ïæ#;Æê™¬íǸ¥¬,g » ÒU³ñbŽ_ä&u¨Ö#QŒäâ,P,¸Cç[çPÅçgÏŸŠ½›öîíÎfÙyc{öëãó›7ÏÑ’çÛ»2ºÁæÇ­û©”Û¶8'ôÈß6Y‡ÔI*fs î ‡œ<@#;®ÄÔIG­Fñërfpüs)ÅÙŒäa͉Æ@TI'n8Þqâœó^cV ¦u3‘k _<)‡1::¢Vm¾Ý|’gÊV;mÝþgÎ3©Ü‘ß¿toÜô/?2ò—’c¯Œ1JŸnʨÿÝÜÁÌâÂý(Öf7õ¼{þãˆ1Äz‰l{©ÍY?ÊîüóŽ5³¸ð¡PáCÈ$J8ʉT8ÆbÇ0y>Î8sc„Z‰õ0\•º”báôbû(yÊ[“°·µ5LÝÿFØ Fqpí÷̼±xìOv‰ôs1ŒÇN £ ˜¬(8~Ûs‡,ãÇ?4ëÈÜW'Ø÷äjÙª$6Öq>H¯Ö c`þ%[æGL‚6±ÿgwØ)´îÝ·ì¿ÆõgZۉ㯾Éù}“Ÿ³cÏßë÷J]בŸ/lù¶lÝÛlò²ßn3£?JUÿfÈÏû‡h÷dqfjg»î¯ºµe|üóFŸ˜>cº»º16ß'ôì§Ûoüœw^盀?€zÿgû„’{£þ„[l7#>d K÷ `Œí¸|{»™×S<ΕðÓÍcÖÁÝÙ¼Ã3¶7¿³­'ýˆõ™Õº‚R;ïÛo…ýûu²þ›Øäü¯¾7ü8>¾Ì¥o·ùÿïû3õ¨’µÇÿ¿íL^ÃrÒ1ÑúÛ¦weŽÓ”7Á“Æöq‡²ÂU÷Ù½!÷ûÿ¾çvïò’iãœü¦F}÷Étw”Í¿ÿîϸ§þÛl¤;`޵ðŽêvÜïÜ>_wçw|Z™Å4‘ÿf(Úf;ñùbŸÑó¡Â~©‰í²?ÜåÛà?þÛ¨çýM{¾d>ÈOênÃ;v59úúηwß29ÎìyƒþsV­%ò³çé?wû|1Ÿ~ûe¨å^Á4æÇmŒråõ¥Å0 j`â›ìË¥)AƱǙkQ‡*û~9‚øáËôÙÖgbt{jf'qDs¯³±8 cEXíþn¡G¬Œê‡·=À<±9QùB¾T(MLH¦<ŸöqGåÙ­€^~:9]òŒQœ(|‘ûðñ<´;áÎ8ˆáÐì&¦%F‡ '—d?~Äs\ñ'øX ^Ô{¡bãÚ¦éìûs?uoŽø£—:Tó-[²›6ýG ¿ó¤oÙx“ö¾mÿù—Ô+ŸïüÛ¾mØ!»õ«u8(à†êùi·ÌOþw4yÁçÔÉY¶8fζR¾Ù—·Vÿ·2qœoû÷oÑ¿Gó:Pi¢Ú|†ßŽ|­—úÖcåqôaø/IÇt`“•ú÷[㛈 ¥ºwâΩ„ŒÉFã¥ÿÛ¬_Çõl÷Ÿ`ög}ÿËm¹ËÂ=m¾Cõ ìÈý‚[8>[/}ßæØÆ9ðÏ›ål¦H¦¨–¬ÍŽn€gwÍ…,@¥TI#¿0H (ðµ ;µ³vÛ¨aÚ¢G9°RðµÄq0_'€þš¢R¾^uœ/¬H|•;²Ä©GI~ÌA°íGãvb&8@áÔ¢xý¶"˜a?dz|Ì¥"ÙÙ`5`9&£YG­TiÎ@à°é$¨ þGy”Øù*S ©ŸŒb:™äšr”Ƹ“d©Ï4ã¹Jvü8žw» ãÇÈÒT>¦ )k|~ÙdJ4 |•(áÛ‡ "¬yªJªÙÀêÜ×#Y‹Æ­–çñÁñÊqLN1Í ¢ªÙg‘ÈÎqÕ0^Q€5ùžß ' l“i¿±Êç¨Tñ DµÚþ9Y›œµGj˜r»w4•¹ñëíŒ_8ÓáÎäSP•G3å,m%yfv)‡C°ª™›»Šâ°¡RGÿ…(÷Xâ }aOÔΣ\x¨yöâ€?¥²òÃÕg(gS9¸ò=cvÙû9ŒçFŽ}™ÝœÖunÌ>JVë"áÖð¯Àeάe‡ª¦ ÙGž°¸?³„fÀFœz²ú…hK6ÝØÓ$˜G1³õÁu0Èç‘Z1[oû ”¦?r5¨áX=ƒb€b€º!Ëa€‘à ! Hýc”çf–¶µ‡ÔÄó¶ØWb |³D/æü‹ ØÏó ñüßÌxå÷©‰Î¾#…÷/G¶0áú”s‘{G/ vp™BØ (ñV µLWuœwŽclÌÌ4ÇP£N’£8‘#åj˜P¥®I‡?¶º¡‡ü~lãÏ„)aÌNøBä‡ZÏc„³;z˜•ãy:„:Û)FÆ4.Äe0ó„ÁKVÆ p9c¡£øõYÔ}Ûò2ÉÕPt1@P¼;0…1HáqîÞ¦$Ï„°ƒÍáÊ£{œ¦Ø€1N(á@nrÍbˆ¹T(PñÙ©‘Ê„ZÎqã…rsއ岰þææŽvÁäÿˆÃã××Üá j‡.¦f/ÙGØÙÌ^lîcqXóò€Ûßõj©9Î'0Sm˜;˜µ(BØ.Çã¾í%L~8ˆï@áç‡ÐçÜÒp5À2©ƒÖbùËÎñí›'ð¹&¬QçìÙ‰Íðª{…óÖã•ä­÷ùÎcÅÇsS8 ç=ˆ!î0à7bßakgv"u©°±j7*ÖÂ\Ãÿf ¦`Yœ+€º¿9AäqЬ¡ÁáMA✔@µ°ÌÖ¡ã×S6/,Å®|y¤óÇn Že,œÎp³Ô¸ãyæ/‡QÊflÄø,ŸS_fgì·hKc¹NÜ]šØFõfvwXþ”üÝÖ$øå|%ÎËÊVA ý…ŽÆØüõ2Y¸yáâ‰ÇIç|äür…Ô¾þNcð•?.–¼…eLHöÎà@÷©&ï¶8{±Qmj€Öi*©‡©öPð÷#ÂðãëPíf}òÃÜÀ9B€~«Çz™±ØÍ×Ô=ÎcuFòNìŸ$8üO"ð:u¨}LKnxqáVg~³¡J8]1î89rp¢¨ö0s™…·s$ÔÌS…¶ðSœ ˆáv£ÛQÑ뛞=ã•SG[™ô{å/;ö7R‡X€7T<ðªfÊ^e˜Ì°:ªn9ˆ§~v*”n ­KÃÕðŒîØ[ƒÅÛ S;›ÉÆGý°_£3lÊ'IÔ·ÿ`±oJªáBÀe Pà»`Îáâà ×O IX8Ðûøì‚d.J€=±ëŒ×ð.nP’DQÔ¼‘Ö(XPÞþ`pð͘ÕG€m ¸î}üÎP3€ØìbÂã0v=p8O÷ð&$qòG*9wÌpñ÷ð7áp6>WŠF`зð*€?±c‰ÇÁOo°ëù‚Pµ,XÂlÀXбáà.{ù˜4ÿÀ>lq€?±ÊâïàQ|ë™°ö ìMüÎáN :ÈÁpìB@ÀmwóBáP¼«n.¼"Çh~¡ÀèR€<­ü . V(u€ÐDÙ8uü ¬X«¶Ü%€~?¿ÅÙ*ÉËT“" üo$U‰„‹üßÀ„‘,ZÈð|‡w'0P0ÿØ›2€Wóë–,(u`pÂ5‹'½ü…cÀ> èÊRÀÝxÁÊG£Pò·‡þ©ÿt'å H¡Dû0{aÄh,pUü …ˆÖëåþè;ÄA·þÀZôGªþ9ˆ!ÄqomÔMx0øAáq:¼ mÇG]x806À…Äjð|À:Ôt"Ø:½;ÿÂ̘¸*/ñÕàƒ”.Ïù@Áÿ^Ìn2—Uâ@3Œ F«Ô>‚Á“þp:&:'WÈðíQÐÎ…W ¢$Oªðlâ,Ì @0‚ ªð?oü8p5ÀÇÿ·ˆû^8=€dÒ”uxDqP¸ÿàgÿŒUx( ³Ç‘`w€;¯G„D°˜êò" ó«Ç üu}ƒ¿ýx‘€Ñv8W‰Ì «T ßõ^8p2Àà^D<¨úñey ëÇG€ Uxи?Ú¡•âB€Œp'ÄPâux1Áð§ºñ#žQ‘<€c«Ä³}gü¸*¼IÀsàè?ã­âzT  3|€˂Ā}^KàÈEy#ƒ€6oßø€`ù0ñqD'Ë›ü]~ÕâæLÀÖ*¼\œO˜6¿¼LÁÜòpv\ ªù€ÌPX1€×Ì㇞Å~ÌÚñ6>10‘o'k˜¨Ð¥WÀ<áW^(ÒtÌÔuxpQÊ‚Ôñâ W @â5ºØ¯iñ€Ô"^b”dñ‚¢=‘@Ñ>€ÖP kب|D#W yñàlÀ@ÐQ°â¼@ÔØHî½øðj€jaãëÁØ:8g ¿ëÀæDã¡$pØò þ«Ì"!bào²=€ÊƒëÌ ‚€gu `Ý"¸T£ÕaÒ«ø/WüD”«y=ux;ÇM€YL@¯Á«þêÀÝz¦ˆ ÅÿÀÁUà†8pp³ZN€Z9¯@ðtÀ„€°˜?ëÔô@Œ:ez 3²€Pî:ßø‹ÄZð•/ü ðã¥W˜F€ìB @|.àÀkÁØÁ@v"¨x•î`:ô9ªñAà3€0þ¼[,ÿá@?±Bà"*¼Àkÿ„a˃àbÿ €]ÊòDpc-ãx@,‚¨ƒü +Øyª¬Àû¯B¬?ááBÉñ Êl ×°8ðÁÐ5טð'‚‡Tt `5ê¡çŠåo…^ð7Øêð(€ð›TÀåÿ²¼ð ‚ΑL@Uà†Ž•(¿àø Œ¯P€8Žˆ€z¯‚ƒþPès^ ¨ò¡ÀµWò Ö$Ýg¨¿âwW¨Sã¬:#É@>]€º½˜ƒr¨êò`ý¼;ŰC¦UxÐèó׎@ ÀÆ^(jˆ¡@3¨Àmà ^T d€ p‰ñH>Ixg§ƒRLå/ÔL²6 cTMÄÂúÔOˆh ¨²ƒ9gT±e eœ¨h™ ¢·Ñeæàl‹"&ò lH˜è ‚uE”Ë8µ$Ÿs 0 †C`ÐÃà†N€1Ȫ` 8øXèV€vWx €  ”Pª˜Ÿ—kQ€)ÀF?:&*~LĬMXªRYñ5*-~DM ?„ ©€;ñ†DÜÇ€q„: 8=ÄÌ^Xa*¦j‰¸0]óÇÀ'AÚD„’ßS ¤¨²Ð2¼¹%–6)d%€X3±&¦@À¸†  äº I}ÀÑPá¨!ߢ¦RVŒd»è°ÒLQ°HeJÉ@ *`iE ’” H †“@7Šæ@! @›€º¦RÄ0D0Ã`*_h£` ÉDÀ ø*¦P1¤–SqR“ÿ€¨iÐa°e”RI„´b}LTC´M Ð-1\ö€BPaH )Õ0 ˆ†$”|~HñKЬL,1)%|úÀ5€Üt")0 &(pEÈŠ„t„\Z$&Ôí“¿©€',î¥A¥bie¹Ó ¨­œ4·!ïŒQ¦kPÓ ’ôYix…€ÐÐ*MA)AìÕD@CǼR` @uòÌõ0²Z`è ¹@?€vK* €†|£I¯SÿkæÀU¡ƒ¢ŒÐ@aØ–þ D¤ø~œú“Ïþ¦i%’|PZ:-'Á†À€í(ìÜŸSvHƒCOÑ ¢öË‹/ïÕn€NMøƒˆÕ0 †“@7ƒJNÙqe÷l¨jpˆÎ8I•0†lI¦ DÒ’Ï—òZ(Àôàæqu040𸠖H‹);uÄÒËßE€5ÉÀÌë>¦à €vZ. 7Ñ\|¨aa‰&¿`áj©¥#¼œ@T–ç²:NñTÿb±¶Yõ†‘Pê‰/H€©þÉU×àÍSn„åQ$ ø$¢¤q0(šJÍÑ“Q ŒÚ&–[«Hheß6CVè:" ¿öТ=W€bq[À@5Q `ñƒÂâu@ÆÜtuÔ˜`BÀŒâ5AóèQÐP‹`ê£øY“w@Åþ: ƒ”.Ïù@ÁÿT>cq”lº¨ àc€ˆª¨}ƒ'üàtLtN¨ÕüàèU@ŒÐÑ'ÕA³ˆ³05Â2ªàmÿ‡¯øÿávúŽ`4¥P*ˆâ¡p=ÿÀÏÿ ª‚€Ò f™‡®¨]P¤ÑI à8!hZ—EÑ.•Œ!!ã뜇®s~£zïÔoW43¹¡žé½Óv#‘ˆäsŽçn’Ý*Z–¨*™fljØìt·:µ*ã$«ŽtšÑ§ Z4á9d­Ë%cr&äiëªzé4êiÓ5Fj X¹nL“%Åqd’ITªÇ8+®«Ð®º¯X á@€Å”,š‹55€ `9èsÝA:‚hÚ8qÜxy<˜ŒFË)aÎ+«8®¬\Zàk‹]të ¿ä%Ȩ *ç1ÎŒkÕ°lC‘³lÕµlX,ÄâN­)ke ì­”3±éB@½(HŒ˜¼dÅÍ››9âªxª:2(dPÆñ¼F‘¤‰"XÖ;e±ÄâÛKZµ©ñe†§Å–Ù÷[›>ëU®­t„7Èo›ÇñÂâ}ÄôqHâ’T”j¬; À0#Q¬N&³ˆÄüïÞ³ó¿zÒræòN\Þ„°”%„š‘µ#iöZ}˜Õ1ªc”Ç).˺^—]—c˜æ „ kkSƒ}N Uõ¸æ7Ñ P@l,ØYÚmv›V9¬sj–Õ-dY È1u][FѸÜQ(*µc X¤2=b’žÌAÙ‰›1LÙ‰[2¶gÙ™öfša4Â1lbÕÑt2L•iZX–&Ói¶ÛD¸Äc{u@½íÕñ×=:ç¢ûçAß:ÆmŒú~nŸ™¯^15âkÍ@ jj˜( ¦Ö›NÃV²}Fd½õ’ææ4Â<ƘåìÇ/sxæñÚ;¶Žê2ôeÚ¶µmAPZ0 Æe²ó™Ã¢cÐÿý° ªwDffffUDUD’FÒHªª¯ªZ ªòF$‘‰<÷ßžzëºì-ÂÛïà oÆü0¾ünDZà qÃ1~l®‚¿6WAaíH¡íH»Õwª .^¨åQÌJø•Ó&8lfÆ) I¥šTe_Ó˜æq8 ÁT©‘EèÈ¢ô ÒbUÒbU.&_*T"ÎÅœÍ9šŒ]¹ë²c˜ÖAd ³._—ÁPTÚmråÓ§ &£†“Sx#ûx#ú’­%[¢·EW§/Nš“5&nÜݳ93™Êr4£JEÔ­+2L˜”J,Yó×nFk·# °ndÀndÇÑ£º~,üXùaòÉH)¦š`Ø6B¤)eYf)ˆ—%ÕŠÍZŸ>»'þÖ]“ÿkð‚Þð‚ÔÖ©­lFØŽQ”£!eÂË&L}—ÙA—¦zc|ß3 ÃLÓ¬ÖG™1Á&Ž–à“GKõ-žõ-ž†û ö‹}ø+0VW¸/pt èB]eÕ|_$†HgÅG—5Í4š6•!™G±X̣خh»Jh»K”‡)ÆÇ¹ò%”Ý)»LV˜¦²k ì;§Zu„$IlÛ5ªÕû÷ïÃí¤aö¿Ò59Å9Æ¥ÍK ¶ÁmC†:¤+G¾o|øïŽáhZ¶«iÖu–Õµ_WìV'.P 4îVšw+U&_U&_XÇ1ŽŒŸ>oTÞ¨*0T_º?tx"ˆ¤gFwÆKÒó¸îr9(Ñvï`µbí°Z±vu‹ou‹oŒ[¶1tbæ1lbè¶ÑmtàéÂ*"¢À°.bæÔõ%IZF’§SH‘*Yc…œL±ÂÎ&Y®bY®a&rLæÊí•Ñ "¢mDÚNdœÇ…xPlsg6>‡%É/ ÇC£~ö 7…€E›ÂÀ'7ø'7ø'Ž9bªÅšÛ5¶p´ác4æiå¦ZJrº›¨Ž#¬»-F e3çïßÿý° ªˆUfUfUUUUDm´›$ ªú¯¥ÿ ¡ÍsF4× yèšjë²ë.ºëï» °ºìoÆü°Ë ¯Êüq¿-/ËLq2ºÉŽ]dÇ ìŠl‘MV Õ‚z4j¢ª!B,F¤j·ë~›I´Æ£þ:¥@Ê6a@åÁb@>©/€!$pp0ÆÍßø€`ù0‹Š ±>\ ßâë‚5EÌ™¬UEÉÄø€ckQ3sÉÁÙp6>«0€Ê 0Ì㇞ÅpfÔM‡ÌL$EC@µ€ÌÔèÒ«ó…]B…N€9€:ލpQÊ‚Ôñâ U¨ÐÞÀí@AGš|p 5…ÔÅ(.Éã…D{"¢|;¬ ÕЇÄB5P<øð6` è(ØqPUP 4@M„Ú°8ðÁÐ5ÔÀ€y<: ó cª€èyâ‡ù@áW€Æ< ßö: Qà!6©ËþeA@È,à9ÄÀtuPCGJ” ßðüFU@Bâ:" ê ¡ðP0Êj ¨ò¡ÀµWN±&ë=@Õÿ¸úªøëˆÀrP—`.ª1åQÕ & 0Á‘lé•Q¡Ð ç¨àQÄ œ `55DP Ô`0çÜ|¤È xü‘¶Â/åÀ8ˆËßó¿’úáþ=v>,âü\uCÈ>þ<=¸¿á~ª ‹Çàñ÷ñ:¢Ì"@€ÊþõFAªò_Åh*.þ ¨¼qÄøuÕ@hØ4y€¢4<Ö ¹*øT(oàj fƒ@^|oà| À‰‹ @ßÈ&¶þ'BÅ*ũ޲ E‘oàPcÿ„@n,ÿã”×at¨³à ûø˜°#Pj¸p˜àíüOHDù(œ_ÓÂüH™h6`ù”.ÞÁ£þOdh«ù€tÖaE¨øÿïâ Â$ꉿ @f¨h6€ßÄøˆ½Æ§•¬€üÅœĀà×ñðn‹õ""Àð a@ßÍ,Èøø‹0¼3\hëÞÔ.ÐûÀÝxz Ux(g ÌÙX]y„é@Ìq÷_Áˆ̦•_ ÁƒþqÞ_®¯:6ëÓW³‡ñ$X@kà Ÿð•äPî¼¹ÑÕààr:p~¯ìtªð€¨Ä UàáÊ”î¼àú¿Šwuä€g/ùõâ`Ä04ÿÀÇÿÊüêÞ7¤H @à¯É«ú 9 _F€{^3Ž©Uòx|€6¯nèðê¼XÀ`7«Á>"JŽºððrÿŽªùb)ä{ø*¬s*ÁŸþ¾êWŒ(u^ ?þå@@žE¿<w`Ùÿxµ€}pð×”ÈÀùUâ‚€QÞ@Eàìäˆ xxš*'uUâtT܇#׉ò*«òe¼ž&Š‹‘o?ÄÇ\>K=ü{Ü _ðžaR5x© Dx  À>»ù‰Ðl\‰§6¿™› Û4ù<ëT”õàZEE€ÊEüÍ­¤ÅØ Öê¶‹Ñ`É(Ï^b(yAm%@è¡ÀB¼ÄTêHpbȵæð"EýY*¼ÄT"I€-ƒ æR$H’(¥×˜‡©4XÐa¸µàtPqRL'ˆŠ¯1@Á Ö^yb€b€º!ðထà 1Ñá}’`Ãk°9Pò+ÉÐawé&ÂüE2l|Z9÷óxÿv ÷'ž 7ó “΋{öp Þ K5üD¸·¹:þf¸6Õ%Vá~þ.Í’Ô‘à,"E Ðªú«ÀÁ’&ƒH8ŒDƒ03€×˜Uit  2`Ã}yˆò*¤˜Ø£@=¯1*¢Ìƒ ¯1ùÚ©$A†ßÀ©Ò@<‹{"Eæfð*þbt™.ะÝÁªn ?÷ð>÷ÀÒQ«àpu[ÃÿTÿºù_ÇRÚ丯âI·’ò\Uþè;Ë‘ê¾dxêóT$‘:þ'ÇG]~ƒ x83€Ç@lqýx |ÄO2¾ÀµèpXðQ:©â@3Œ F«ÆÀe«âÔuy¤ú¿ƒ`y l>àt«ø?vŸçG'Áÿ¾þC°µã&@ʯˆþ:¼ÐoŽ¿‘Ýy@mŽ›Ç8¿àîþn@±×ò8òÕ~õâJ@t*:¼ñdŽõŽ·‹ôó|ÀŒuü—Ú½÷Ϥa•âçAW7‹‘Ü]ƒWüªý8žo¼Ü.¦ýWàê¼x“åjÞO  à»•_xq½@Ãÿ …GW—£«Á2;@D:æ^°p”×° #+à¨AÖëþTO¯ ×Úßú÷€u ´¾Åp7^¨•^ #YÄHs¶V^a:P3ÆÜ}×ðb³)¥WȰ`ÿ€\A·—ë«ÅκôÕìáüIøgüåy»¯.tux8ހܫÆG€{*¼ *±Ux8r e»¯8>¯âÝy ÀËþ}x˜1‡Ì ?ð1ÿÀr¿:·éP8+òjþ¨@èG×Ñ ׌ãªU|€^0  «Û€º<Dú¯ð Äêð@ˆ’£®¼<¿ãª¾@˜Šyþ «ʰgÿ¯ú€Õã ]Wƒƒÿ¹P'‘oäØ6Áž-C _Ƈ\<µå20þUx  Ô@·€€x] € p‰€ïö_’Zy¢idÄ£?f¨™e7¬t¾BÍËÙ^ A0´ nÊ TO€ª ›£~òÛ., Ä—ÕQâËÙ·"L»ù»ÃDÀ©3#àÈy›A!#"jH_‹}&:ˆ…ŠécàÒƒìeI} Ÿª` H\! *CÇD2go„›€±>!¸Xz  @r SbBÊþfŒÛhá‰q°’·ðR˜¢QCÑSó%…¨ó•í(úÔ¾Èþ!Ü`  ä$ŒZyœP.žÿø  …»~ðj }XéÎÛ*!“>~4¢[SBd €ªHC‰ð²O}€>€ÀQþ9/?ÁˆNîL% ©”¼Bßnö“ü™G`H-!èà: AcFçú¦À,ÿñÚ ,¡ŒÀ.€v’hÎÍ”’ÙJƒ7³Ä7LxeLÚO·xh! Àã´C,´»DÇ/§íà᥃2?(;TÀ€ÙIJ´™\j"i ’Ø„RxÖþÊ(”‚Ñ™êa40¡¹àÐÒ‰L·€NL8>¤3ðˆ0o%±K +±y Rêa ¢±pä!b`Žð É©ùš&?%´~ ÄÌZPA©€'±Pie„@;&'÷Þ 4rvþ̲‰‰&І‡ÔÏ iÐ q ì„où° ɽ´ŸÝ°‘¤ÂŠ@`/ ¥L˜Ð RBÛ~ðhgãrüšIDú tŽÄÂÊ-9 y¢ª¿8Ð {A…€[j€¶â)›Ä‘å2¡ VWÜð0 Л?ƒ à @tZ6JðõÔÀ KìPñ4…Ù!Ñ 5;í´œ¦/ø˜„o„°Üj8aj¦b.‰7„4”> ã|…èø ( }’Žâêg€18:à 7|µ ƒ Ç@€Á(dçdÔÀÐ2XˆøèiHb Ð@nT ^R ¡Ia¨áâGÔĤþ&Ì¢F´’Cü|Z6Ë2 NØ: Œ5û¨e’R&,¾ÿÈÇi<“ÀVE©€”HÑa 9ð ñhÛ,É)î_ƒ Á¦Ä„w€vCÐ J—ɩݘ[ÁŒÜžgË@öCáªS‹©„Ò'À†€ãÁ¤Ï·ÿŽ€bY{¡·‰‰Ü—  òPWÏjqu0 ¹ú95;qÄi(HÎú&áÑ1(ã_j’’ íS ¥#Êf“¼|5;`  Ë$&ÑkgÐôb±0²R\õ‹¨‰[lÇ@!%H,Oì ðâŽ?e…ÔcQòKïû\ªmМª$”žÔa\ɧ5¢iA¨FnVJÍQ v)¢a¸íŠ5à¤âRJõnƒ¥ÈõY‘àªj„€Ò'T @¸è뮃 AÁœ:`ˆ¿êäqÌ­€j€w µ€oª¢XP€_ª€Ê:'V GTÒ}T'¬ ‡è“‡<ªƒð0À® 'ÁÛêA§þ£&@ʬ@ñÕ4ÀcªDvØu(Ɔøb€b€º!úA€‘à !™¡  1ÓG8¿àî«ÇTXÐ «½D” €0èTuOAˆàTH@cà ¬Ø3y€`úðÀ-¸ê†@r Çàlÿ ÄU}Häõˆû¨`øxj#ÆCã§›;®ƒ0 Sª´ ðdX?à 8@ªGŸRµUgT‰ÕØ]H“ hÿªê¬@j²uG€þ{ªÎ¨•ÐAVQ,t _ðÑÐ[0#\ô™à4Œ2¢çAW4\Žâì¿åWN'‡M7 ©º>®ª<Iòˆ5  à»•\êoP0ÿÀaQÕ.$ GT#´C®aõØ8 ÀÊj €0 Œ¬ªÐc'€XÒ€ePÍp }ÿ«À:…ÀÚ[ÀÝCÕÒª #YÄHs¶VS Ò˜6ãî¼€lÊiU`Áÿ¸ƒ ]Qs£n©ªÎÄ‘`a¬³þò¤Pî¥Îލ8Ž€Üª2<ØéU €ì@•Ppå@ÊwSƒê¤€jR@3—üú‰ƒ|ÀÓÿü+€BR$ pW&¯T ô#ëF€{QœuJ¬€^0  ªÜÑà2'ÕE¼q: €%G]CÁËþ:« ÌE¿‰liäÈpøÀÅÿ|û íüd<‡É«ø–Ü©2ƒþþjd_Ä8:HU_Är=I‘î.½ýLO€üO°üYF¿Ž“@rþCà ¤Ðëù©müp{$ƒ"þ`è»’í_ÀttX3€È 36þDäßáÄø7õOû¡•üÔÀjþ”ßîƒþ\}Wùžu…ßÍâuüOŽŽº~ƒ y# úx |ÄO2®ðÞªþ9ÀÕxß©ñê:þi>«Á¸rÀÔ2«Åxàc·‹ûêï* À rU~7Ž«½g[ïÀû¿¯_J¿ï^Ttu¾ñÞî­áß`Îøà˸êxa°t+ÅðgŒ`eÿ€åý}}×ø÷O o€ <GŒ‡ÇOoÿ;¿çNªú­áÞ,ðêïéÀ+UýgW‘:¯äIÖ_÷õ×õ÷õ“¯ã›wõ^Rªò 3Ç[Ã?N¯À8;{~WòG\ÞH*¿}oþnR]ãÀïÿU¼ž\«þuáÊ €ÕåÀ9^x¢=לb%}…oðTN¿´ë€Y ×Û¯²$ÞUU^:Dºð’teÝ{è*¾¼D·—ë«Éwô×ùwWz{ùs£¯á r:úñaŽ•^5ÀvUy>ïç`º¯ 7»ù"tšñðĨ_ó…ú| `7ü'WµPÓþ¾€YÇT«ü°»¯:^ªò/¯àœ¨ë¿‡ñÕ_`Î^ «bt¨€½|€}u庯À·*èëùÕƒ7üñj`«øÐë€á¼ ðd•^J€;·€€xÞ=˜È xxš*èuât‡¶ªùò+ò·“ÆÑ#QÞo÷U䪷æ#È‘i¼ÄAdP±fE ÿõæPdˆ©1Uâ(«ªó ‘" ’dPy¼ÊEE]p;^b(PŠ©2>¯1"¤ 1Uæ"€ÜP0ÿÈ$#(àªóRÒ5ÈeyˆîDTUÅn>¼ÂªD&(8nªð:$4T™æ!⪠“åx™ Š I6G"^²Úñþ2L[ªø4¤åï^aU"¤Å y…EIÑR"â”O¯•qWÅ€{^e"‡EE¡ãëÌ¢«EI‘ëÆ ;R5xªÑRb±•æ"´†¨³ˆ²+Ì@úFŠ©2W˜T‰.(Úó üUHk ÅW˜ƒ"€ÔôT™æPdT ÿõâ00žK ŠøDj ·‡þ©ÿt/ò¯¢¤Ð¯*EÈaû ÿ—Uþgawóx㣮Ÿ Æ^Hè>žäqÌ«¼7ª¿Žp5^7ÇDê|@:Ž¿šOªðn°5À ªñ^_øÀmâþú»Êƒ0•_§_ÍãªïYÖûÇðþïëÇWÒ¯ûוo¼w€;«xwØ3€ßþøòî:žlÊñ|Àcà9__uþ=ÓÃÀÀàO‘ã!ñÓÛÿÄïùßÓª¾‡kxw‹Ÿü:»úpßÊÕYÕäN«ùuƒ—ýýuý}ýdëøçfÝýgW”ª¼¨ ÀñÖðÏÓ«ðÎÞß•ü‘×7’'J¯ß[ÿ›…Ô—xð;ÿÁUo'‡W*ÿxr‚ ÄuypEGWž(uç؉_a@Ûü¯í:à_Ã5Àvëì‰7•UWŽ‘#î¼$w^ú'J¯¯-åúêòG]ý5þ]ÕÞžþ\èëøhŽƒþ¼d@c¥Wp•^O»ùØî«È îþH&¼|q*—üá~ŸX ÿ ÕíT tÿ¯ _ÆqÕ*ÿ,.ëΗª¼‹Äëø'*:ïáüuWØ3€×‚ªØ* o_ ]yn«ÁðíÊ€:úþ@u`ÍÿüZ‡Xêþ4:à8E¯(<eW’ íà ^«Ôù»b€b€º!¡€‘à 1&AÑáÖ­Ü€ p‰€í"’Âd–‰ûV滑YHßÎoQ2Ã7´B+o÷IʯóÄÜB/”KÇ,Ò%Døh!#íÿôû., Ä†©ãÈ•,5%tdù¿Üý Ù1û¾ÇÄ2nÛæ!ÖÀ2ˆi!tbß7aî³¢Dó âCË—´Q1%¸ÃXúiR~Vt$À“À®$qMHD–„›œ¡ @ƒø˜þ Äæä ˜rWãù:¾Í F †w²tBë1@ÅÇãšjgðHÁdp!c³@1è§pð¨öGG‰c4ô…°f&¥jO ÇT ’ÖŸÅÀ;(3toÞ Ø5;ÄéÑ4™Ðÿ¥¿Ìê` À,(ÀU$%p膀Äã`ñ3ö9/;Ä‹GJæêdl¼BßnçëIéà PH@ ¤%Ú )$±¹Ù˜ñu0‡‰Ïl<Ø44¢S,ðèi&üŸ†Yd¶1¤gW€NXX¯—Ëîê`Ä-öïÎx`-}P%0 ¢e§~݇A‹ÿà@ÃPB oÐ!aëz˜~B@»û£·€3 îùæÄ2pˆ1» 'èP*Pf) +3™‡uÔÂiDÌZÍ‹,¢WË€NqÄ‘4C!Ÿ¤óÈ¡¥€¢>Í âj`h``×îqØG7ðÀ¡ÜÐ I©èfç‘ Î4khbJP$HuL8ˆYC6€vL/þÝfÀ'!’8˜3>ë€1,¢’LQLGS=¿ûmŸLl@¢áÄXäÔŒm"EÎÐ¥‚`NqFTÀ€YŒ€¯!6ýÎÏ•Âp‘ði$$^&q¸Ø€ÂÉ…—ƒ£qêà.ºÀ@”HD‰D„«H,}f ‹Ç>Èðë*J;|$ Àüê€N‚iMŸ¬@è¢÷íà€À½±hOÛE©€–¤$(-Q4™ÂX|CKBs#Þì—ŠFRÍ€NY4¾wß ÍŸ6¦?h W«`&F€5¸`þ“SºB ”LÛ¾wTôa¥†G~žÊïÅÔÍþÃà ÎÖrà 5Öþ(·e@€Á%lÕù¼uL&òi|ï_Œ€cùY{!)¸\M k‰œR>€†'ËÉ&âNú¦i$ñ<b‚BU¬ôñ$ìC:Ðd€d€º! €‘Àî@ !US¡j)R•EÄ\ëzÒ‚³Y%©ÓnÞ3ãkñ‹5ªU»ªU»Ã•¥&#·;v¶ki{—·YÖ4MjZ çÞ½m®*¶Ç×`±à±ñåÌysªTáØ®mYÔ4ƒH§*r¶-†I’–¥©”ÊFùó÷îmþK'6ÿ%‘õSõS(JºåuÊÌŒÈø=áÑ¡%ªZ–]eÜg˜ö>K%’IŸ@j„€µ@›Z¶›Z¶l÷=È=pzÞ]åÓ¤} ÿý° ™ˆfvfffUDD3m´‰$¯ÿªPª¡Šb‡=TU"~Ÿž{j¶«°¶ì-¾Ûíºû¯»±ºëïÃL4Ç;ñÎüqÇq‡­&N´žú"ßDAâßãÿ²Š¬\¸¹p›¡7<«yWHt†¸.“¤Ôj6Ûi”Ï T¤eÍ6É—4Û5¢¾J´WÉt±¥ˆ*Gº£¾A\‚™n²ÝÕ7ªmná-Kj…ªÕtº]ÎêT˜Ç8fÁ&›˜VîJrÝÉNNµšu¬Ým§5§|ŽùNÍš‹]¼õÏ\- $É6k4£Q JÕ©Cû=I‡ìõ&-æ¼Áâ퓇lœOsŒmhZЄ :Óm¦×ˆxˆ^IRTÒj m¶à@„ WÅV]XIí É=¡ºMk’k\bUÙ%ÁîƒÝÂÇ…Œ–©-NJä«*ÊÞ·¬Æcm¶ðx4h¥R›URmTqI9]Õç+º½^Tªò¥2­ML’%9ŠòEä§*r‘´n^—›m³Q¨¬Vzök_EP|yAôí§>´ä`Ù#É‹ ] öéíÔU¸«v}¬ûA´X–"†·…"’i4Ñ¥¬Bò´XÊÓœë÷s~ëÔY^¢ÊÅê²ê¸Åq%ÚK£$ÆIº[¥ƶͳ *•H¬W~õ®Owõ=ÜK׺{B÷Ohlà¥g"þ ¾ §N2{ä÷´°iae–Xß·æé»3™´ ¤Ò¥E+[ߣ[~ŒŽÒ¸QÚWFz3Ð[Åí¿I>’D× ®ë÷×ìR ƒM#IH¤—K‹ÅèpÜë[jJ#½©(ŽÜØñƒ›0H ¢E(Ä9àÞWЕô/*^s(æR¦je¤šHË2ÍCRY–GÀ¿/ÉÄç>÷šžŠûÍOdËôäËôèQF@ó<ìRX¤R^¤¾  Ù!ÒEQ`¨*o›ÕEQ™fYl°Á“&™†EÌÃ"‘¢å‘¢åˆY¢k6 ͈yºó¦“M%—Yv$"An[œwQl+ Åqbq>|ÁJò Y%y,˜fÚ˜fÚ¢}˜ŸfØÚ¶6®ë]Ö½'zLY‘]•Ù_×ŵmUÅpÔ5N+8pž'åBÏò¡abš!bšvF’fZ™–že¼Ë«#VEâÞ-£0°,WÒd™l[‰EëÛ6¸78ÿ\œ¦¨f¨fÎ鳺”¥n ÜA¯)^R%¢ZAähš AU¥iÆq‚¡VléR`Þ1L0o¦¡à[¡à[)VÊUÛ•våP‡¡d ÉA^•êAd†uD ˜%½oRi7ï×.,½?Þ‹!mam^»7®Î€.  ¦§MN®\(7qLÀ{ݧh^›&ɲl¡0šõëVÿý° ªˆUvwfUDDDD‘´’$¯ðúú¯¯ª sŽ~áš™©®ê뺻0³ ï¿ñ¾ü0» °¾ü¯ÊüqÇñÓuz˜C„x$ÐxšLN)/Î “K+¡‘Ü:+Ÿ„˜ðh-ŒùÛš³ê`À¡Þ95å©(ýÀä w=R;»À†’`JX]L&”R_v:Í$„ˆð@o¿m‚Ä@¤ âb]×=FF&3Á$`ÔDh!¶Øa>ÔäÀ&¤œpØ €è±x£ƒÀÕD~J[§õÖ:ú¿üªmМª$”0Ü9à IAœÌ_x†MÅo¹Hëp°ê‰fÈ(æÐ&—¾ƒ× b×ÜØe^ZlŒD­ÐuupEMâuDøè뮪¤Žƒê,Ÿð1Àéÿ47ª©@j£|tN®SIõPn°5À ªŠð:ÿÀÆošT€@äªéÕYÓVtÑÀü?¹´ªïR££«d@ª;ÀÔ°g¯ôyqÕ |ì*/ƒ8 c/ü*¾·V=Ôì‚DˆÕY:6 v\ÈõMZ È°9ÿÀ«ª@JÕUR'UH“ sÿªé«'Tp º¬ê”ª¥@f?Ž‚Ý:¸g'*’:æ’'J®újéº:hð;ÿÁU ®Us¨r‚ ÄuK€r*:§Š#ÝN±¶=¬«#ßþT2/øÝl‰4ªª£¤Hû¨I:2tª×ˆÕÕ$uÕ5kšž¥Îލ8Ž…@ÁÿQaŽ•Q®²ªOºœ9ªÝpQðĨWƒþá:­T tÿ­²£#êUhŸS¥ê©‰Õ TuÔ±Õ[p‚ªØ* oXúê[ªƒàÛ•tõH gÿƒ"Ô:ThuÀp‹RƒÁUIPpç¹Å^b€b€º!Á€‘à S-œb€b€º!)!€‘à !î_ˆ xüz¸uüwñ~®þžâu²Õbþc¤?¿›\/ÀשpUÀ…üÊ ‘V>@ßÀè ;"êþF»øÕXô@ŠºwñJ®þ¤\‹ù”O‘ ºÊ¿‰Þ®‚¯â5X‰ÁÿAÕ { ¿ê««øzŠ2êõfqW"LåîŠ ¸_ˆ†H¹þ Šº¿ ‘"ÄÈ¿Ñr `®.þ ©"EüD©\8Ò%ÿÕü@©WH­üŠÔÑp«øõ"Í‘¢ªä_À·ÞF©#¤_À¨2‚ªêþ ‘fУ÷ñX?è÷(D¸7õOû¡•üu`5@0ÿÕßîƒþºŸ‚/æñ:þ'ÇG]ÿU$tíyë4@mÿÃz«úëøß¯úuüÒ}WƒpTè³¥Wßo÷ÍëUÿN¿¬éþ³¦ò‡ÎíÿéWýïåGGWØÞþW¨2ïý…ÜuüŸÊòap¿¯¿Ýuú^&*¸:íÿâa×üÈ÷ô×úàÏ*ïé×+Uýg_ÈWò$ë:þº¬^owõ)Uzη†ÿN«ÞÿÊþHëŸä‰Ò¯ûéþºèé½u¼¿®Uÿ:ðà ‰Ž¯YÕç€nÿ@v¯ü«è·ðη/ʪ¯ëéá$èË»ûè*¾‡ÛËõ×òG]ý5þ¹þžþ\èêx8Ž…@Áÿ^2GŽ•à;*þO»ùÝW»þ¯æª•øoøN¯j 9ÛýuåéWú'ßÎêþ’uü5Q×,uUÞ ¨H3€Ê€8×ç-Õüw*Àg_B ·‡üZ‡X÷ñ¡×`×””«þP÷€ƒ”\b€b€º!2€‘à ‘•X b€b€º!;ထà ! !ŸŽ\È xxò.«ÄéUâü€½×’®ÞOD‹¢-¼Þ7EUy*­ãy…HÕâ¢â¯0¨2**.&(Úó(¨¨2. >¼ i«‘^aAÒ$A‘qUà^* ¹æ"¤5\€«ÌDˆ2D˜ªó ¨©ù1UæU"ÁEy”P”$IНäEIp`Н2Šv"EÅW˜‰ Ƚ^àÈ2LRMøû÷ àZ&¢€>“#טT‰&(Ey„È­",¸ªð9Pø¢ € ¢¸¯10Ȩ¨¶ƒ—^cA€TT™úø@Õx0jŠ“!æ#E5E™kÌ*DЏ¡Õæ@r*D‰&EW˜„ÅHÞD˜¡õæ@ƒ*EÅ ¯1d¢€>>¼E.G"WåoýSþè_å^%EÎê¼H©jÿtõÔü7‰×ñ>::ïú«ù# kȇY ÂoþÕ_×_ÆøèÓ¯æ“꼂 E*¾ûx¿¾oZ¯úuýgOõ7”8woÿJ¿ï*::¾À÷ò½A—ì.ã¯äøW“ €åý}þëü{¯Ðºñ1T À1×oÿ;¿æG¿¦¿×x°‰WN»ùZ¯ë:þDê¿‘'Y×õÓýdêó{¿¬ëùJ«Öu¼7úu^÷þWòG\ÿ$N•ßOõÓÿGMë­åøur¯ùׇyüLuzί<swúµà¨_@-¿†p¹~UU_O 'F]ßßDéUô>Þ_®¿’:ïé¯õÏô÷òçGSÁÀät*úñ’þwWô“¯áªŽ»ùcª®ðUBAœTÀî¿;ùn¯àø¹V:úe¼?âÔ:À?¿»Þ¼  ¥_ò€@¼üÓëÒd€d€º!EA€‘Àî@ !Œm|¶\k)©GZÇ5ާªzCPÔ•%I’gÅ[VÔZ,#çõ¦Õß«jŠoÖ)3ž 1#LJÀ5€a¶iªj†¤@P©j..Ý çJË¥GåŒm¨:åµ\Ò÷4½ÃýTþR¤k ÖŽÈì´­(ê:|Ÿ0\ä¹1¸Û÷é“BçBE¡s¡"Óµ…Rv°ªEA@‘™+dŠÅEõ=jzßñ ˆ!BT”à8´m”ʇ ãÅ(˜ãZLqŒ-[È¡ky,·-ÆjŠŠÆ”>ý¾£ÍGœÌLÁšf·-Ì_¯kÚ&‰´Z/ß÷ï{°ÇÉØcäŠíøã¿sµMA°NçÍ—beØ•Yª³×mvkšäqJ湕¥k%’¥JtÚÐÿý° ªxDfwfUUDDD‘¤ÒH ðð ª  šLäΊâ‚:§ª|.³ ¬ÂÜ0· 0¾ûïà oËòÒüt¿rË,1Ã0ÇL+Šè^ÕÅt/iˆ‰Œ c¶ jœÅ9›þƿų‹`² !¬šÌ]å»LÓ+Šä(åí#—6,KÚ@Ãåí a÷¦y÷Ã6ú»õz4 fT)• ž=:®ªækfµÝwr…µmGÀ‘îŠT)V­e9z2œŠ½á%–ð™k *­ZäÄy4GxŽøÓ6±k¡¨@$‘$,‹2nÜ¡¾|¥õaþRú°ÿD’|D‰_+ûWö«ƒ×q‚hª‘U:¨áb”eWUÆñ½GRº“䫾‡ áj bðµP1`š`Fæµsªça Âñ­‡}ú9ôq `B˜9s2Ó,؈Ø6«ê£gyߨEà ¦Â6Ó a<%R>U tè­©[QxLmÕs^æ½Q„éÎ] CÒ62ŒVµ­´•ÔMûù8œ)ƒ.ÎÁ“œtžAuê <Qr윺6‹")è+ƒ9`€­É0(3(ª#deÇwÔ©6©Þª›TïUV¨ØvÄf!ˆcÆQmªß±g©Y×ë/©•hY„™D‘X–'F$|ZÀÁâ)Ó† £6QÆ› ¶ Š»"sOFž”\h¸ÃmÙ3‹5"j¬ÈÈêpËšçJoCRÊrˈËI_?‡#QæÈ‘¨ódc,ÁãVPŠc”Ç"ÙÁ´¦i)–Gø¯è¡JYÑ¡UÄ)}KA†_!G W ëpÿý° ªˆffwvUDDD3m¶’$ªZªú:ªb ””A%‰øc~šm¶ûo· 0ÃsÇf}UŸEfÁ£Ù%ÎÕ±D˜Uõ ‘¬FÝn5I``£A“Õƒ ÉêÁ Ì¹³Ù—7rpº—®Dĉ‰1rm\YcÒ³³c-µM >x&GY-FÛQî.\ç —k˵‰ƒ¬ûÞuŸ{Ú¯Ðëž©:2t‘u]Bü¢¶šÛ­@ 剆&ÙKWkºm[´aÃJf]Í“.æ‡DEÅ܈¸»˜'Á8[·$Èù2=M;^{˜{hü?)²XÜÀ5ÔR«ЧˆCVótcyº1‹+Œ°µq–“\pšãažÃawL‹i>æ>,âÑqWß§éFͦÊÝn×+zaHôcŒ :BÆ!zE™ïH³=@†:1èDP¨`-ך`Z\CK3h±ÂpRúìJ©ftzM[°¥)æa,s0–OùIñ¿)z*{ÑO¦be(:”ÇDã4XVu¹v.F‡]ÏI¦Ó $qγÒ:ÿý° ªˆfwffUDDD3´‘$ ¢¯®8¦òŠIE’Qi"’X¤¦›ñ¾ü¯Ï;òÃ\±Ó²Ï ðÇ1Ë<3ÏrÃ<²ÓñÏÞ´„¯Z BSŒ~JpÉFx«Â8PŽR"7Éý<´†xЍ^ "´¥¢‘R‘9Aœ†µ¬¾¥¡Ö_RÐë2;*fGe+•0T‘eéÑ‚”µmjۄϧ²®lÁ0-˶~:Ô‹õ±Âè@1cšÛÎ’ëUçIu©¼¢·€Ñç•M9–JeZR8ã,XX!í^P1SDÑeYjqIx½[µ¾{¾­k.`—0 úZ¿C‹UÔïz´ì,=”¡)áQá_ó®Ë²á‘”Õ5JË%2&#CTd¤i¹d 4ܲ”ˆ>ò‘Ýq1‹‰Œ¤g©Ô›%ÍÔ—ˆ.á­GVâ$äD‘4Áhö¤¨b€b€º!N¡€‘à f—b€b€º!X€‘à ~GÃb€b€º!aa€‘à 1z¡&A—þ˜€ p‰€ïoÌ'Å–Œció´MI1%a½™Ç¸º‰–PÓÝ…@1ä,Âéö>&âai϶cÏZ•à*€ÍѸùÔ|YA‰/ñ„úZ2;in¹?}þævT4L †!ñ°hnÛí±„ú–Dy3¡?æìO‰ €Y¤'ì|YA‰-ÆQí9¿ØÊ>3€ú` Éœ#áÐ!ã¸Ñ ™Ù,>97qQ\ ¼.Ä P^ÌSb3gþ¾Í‘°|pÄNˆ]ó0Ðr˜¢QG~Ž Ç#ÔÏàŸ…‘`æmï (fZž?V€/! •ƒxî’q¢ž T§ºxÐA3t;Ÿ씫ƒ”E¯»+°±Q4¦éîQ/ó„‹bLˆˆàò-±x݃à àÇù–æ@â^îJ#Ž©œCÄÌÙgé%ŸÄøãE%,‡8â,‚ÆÎÍS ¸…ÿøÁfÁ¡¥b=Ì€b’kvØÑñe–4ü>Flñ !9 æ s‡TÀ+ˆY·sðèx„{¸0tM,5#~s¹`Oÿn>IJ‰…7å~ @š˜BC)ð|ê}Ì€5+ô¡Ã Ò$8ƒgݺàR‘ŠAhÑ•0†QCw[. @ÏuÀ1!8˜ Sðˆ0o%±„41&nÙÙv¦”Q/u±‘ Ũ €NHtrj[mx®ž5°Rà qA˜™‹J Î>¦œ‡& ,¢QÇpÀ1&'÷ßÀ'!€ã ƒüò̲ƒ &цs¹¬xš˜Ëí2Þ&lî(ƒR$À' OB¯Õßý´Š@a,´9¶¦Å$$þ€¯!mœhó"Êü——Ï\ŠI ƒ;æ\šQeœ‰&Ž:ä"š V€3(€Qgh0#šèCç‡øÕð‹Ì$ îßqÐ*nÈ853ó] °8>/l”'ì%U0RÒÈâ"i ±btC&—“³y»}ÅÅ! æ@' À£î¤6Ëz˜‹/x$>ÈÚ Ð>,7â™Q1¹Ápä0Ô“Ü^8ó*g—ð^ÍŽ;¥® Pø â‹Îà€ë£d£ý¹•07†¤{@ ì"I1 bp¡Kƒöd@ÉŸ4hj?ãÒ¬ S>I,O€1AÈt5?ü|Z6Ë;eE'lØq8¾A-þÎ-ˆäJˆ$²JD‘m-ú~7Ö;¾æ "ÔÀ Pr]$²JDøø´m–vÊ’’Oøçƒ6ãSØD¨J³'v3w0uL ñ4†œ"¡‰BηƒC~ÿ}ß0¸¦ÿÀT£B¶û¤Ö=Bˆõ0$"GP*~Æê\M NO}Ì"Á‹.*jQÈHÙ9Æ!OØML89!ÐØˆdÄänýƒ¢i5;³ ƒ »úøù†ç³8±50šLÏlrGöýÔ¢,CKBPÛš81;’СËc î€ † ÎÝOˆÕ0 N~ † nÍ€î3¾>Ž! ÝÀ?ƒ:>ï´©E”ÂQ}™BqøÔÀÒŠHܯ˜|ŠI ààÑ¿dà ÒHH ¢gu*zVB …ä~ÍÜpuDH`78 ìÇŽ€BP*BLQàèd' N)Xý¹Ô@]¥°÷‡k 3TÛ¡9TK(“žÔ”WZ‚ëç;´C &ŒÃ:ç6¢@£#/ ††º°YFA°Ë¿ b¶ð>·AÕÕÃÀíMâuDøè뮪¸uH‡Y Â47ªªêñÑ:ºuM'ÕA¸*ôYÒ«|¾jÕ]:«:jΚPàÜÚUw©QÑÕ°½Jõ¿°»Žª@åI…Àr«ëucÝt.¢b¨€c®l@ì:¸NÕ4‹•sJÕUR'UH“£*ºjÉÕ7º¬ê”ª«: tèܪHëšH*Jéº:jèhur«C€<€~&:«:§€n´fÁQ:´Ú†pºÙ¿æ•UT¨UÔ8wWÑ:Uh|5uIuMZæ§©s£ªð9õFHñÒª5ÀvUI÷]ª@:ë„ꚨW îªÕ@r³KÒ«Dú‡URN¨j£®¥Ž© ª„ƒ8 ¨€Ýs©nªnTJЃ ȵ‰Õë©@J®Pçè4_»b€b€º!jÁ€‘à [ªÍb€b€º!t!€‘à !BaÿüÈ xý)¿¥-Îþo`Cü™Òbü^‚À}wõð¿4º¿èÍ4"þ";C Ú¿“6MüAR¸ˆ6¯àn͇I€üWû‹¿ŽquÇEÕüpw$aWñ05dº¿‚ªáÑwò`ù7ññÑ`F¯à^4^¡â/ðÅÜ/ɯé.þ pUA²¯ã¡Òuq7ñð Ú¿˜Ðípˆ¸4ÿ¡¸»ù¥™ ¿“ä™ ¿‹«‹¿Žþ.:þ: _ñuØ]Áµ&Ù:þž ýSþè_åJoæ—¿Ýýu_óx㣮ÿª¿áÕäN€í¿øoU]ã¢uÿN¿šO«øg¥_ïƒÿ|ÿZ¯úuýgOõ?Êw?éWýïåGGWØ9€ßÊõ¿õq×ôÊôËúûý×ø÷?ÄÀÕÇ\ÿˆ‡UÿM¼Š®ßü­Wõ"u_ì]?ÖN¿›Ýýg_ÊUYÐ_útå$uÏòDéRýtÿÑÓýt?ë•ÎþØñ×õ?»ýÙÿDê¿áœn¯òª«úûøq:îþú'J¿×õ×òG]ý5þ¹þžþ\èê÷ÈèUys¥_ƸÊ¿“îÿµ<€ußð5P¿çÿ ×öªŸåéWú'ßÎêþ’uü5Q×,uMç*Uÿ;ùn«ÅùP6Îðÿ‹Pèë¯Z¯ù@ Þ‡‰Vb€b€º!}€‘à º†b€b€º!†á€‘à à1˜d€d€º!A€‘Àî@ !Ç`Ñ2šVž;sV|ó²¾yÙbTrÌJŽe{³+ÞKZòÔ¿wKfHeÛHZ†.ð¶.3 ÌN$ù±*Ùcé{ß9:¶–;[K’Ö¢BÚÔ{;Øßv'݃…Ö¶L\:šÎ4Ò n è™b¦ÔGåΕ=EÐñÞ¢èxíù»]¿7kÉ… L(Q7,mK-¬s§&N –é+«ß-®3 ‘A1„£QòXÏ´¬¬ S6V©™!#`ÃèFYB:å¬U{TU–¬1‘t(é‡xˆ2K2Œµqº•ðåg5bÅÌ¥1î¯,x÷W–<‰u_‘.kí®rks”)Á pEË”.Š;.„áK»±ì…c8ÊÜM›q² Ù³#§ƒSóSÁ©ùøoæ¿ üÚÞºUóÎóà¼ø\"´¥5<éåÑ]àJEBqt¥Ûm¹°á#3‰ÌƒÍÄæAæ”psŽg:rzR’ÊX2Ž¿«²6—h2¢d êÇ7ÑJ¢ž‹M–æÍt+êÿý² ªˆfˆwUEDD#3m´’$ ÿ¯ü¾®ï¢Í,³KI(¦Ž)£¢Ùì³ 0Ç´Ç<ñÏsÃ\ô×<´Ë,²Ï,³ËlµËM1Œ‘$ØÆH’b”rAòŽd5!´`/MŒ~…h:^4»K‘qeZ‡l“!3™¼Ìg•훂ޤYªR,Õ?FµŒèÖ±ž2'p‘>|iRãÉZÚUº”{6¥šÞLÕtàGØcêŸG°WË-Šùe»9ÝØÌðFgõšýW)U”d2ع‡4“hº¤U³Bí*–—N“i§I‡4¸¹×#æž±SÃ3M¨߈Ø!<–Ia}haÈ .ƶ7:Å…$bU§¦SOq ©§¸î' ÄásÔì·@’gl¦Û¹ìByIØŒ†!AFPáEäm‹ÑèÕ¢×/’¥Tħ:o¢S7Öû>¢ßgÔD2$™­OÇÝvp®-KYã"r{”;N摚Y’HÙ)$Òjãåi˜ÂǾ۱cßmÙ]*|«¥O–±f5‰1/•ju­pÓÙ-jµk@òQŵ²j^’ƒa5[†bê‰5\M)@®&” tÊ™C‚çñ?O j¸S©Ç¥sM­¸––ÖQ™y2¨#QˆÃm·$Ir…e„KeØB%²ì з\ë2ti“œÉ¤ê,¨[’$ä¦iu ¦U]«šÉëhÒêf2Õ.¾6Q“ÿý° »™UwffUD333m6Ñ$ ÿh*«¢(þ³ ]%ÒšI¤®û0Æü³¿<1Ç,³ÏL³×=tÏlóχ¶¤}Îê‘÷Tˆ" jŠ›c ßB{–Åzi•DöU«h·qµ#~Û«GH„sXŒ}g5ˆÇÖ\®¤ rº;é_ XIZFèº|ܸ©‘ÆÛ}hŸèÄ*+^š9G1ÝÞâìÓ8  $"Æ (ñõ€à I€@4€¤! 6‰10Á¹’J,ïñ—)JUEÊR‘)JD\¥)r”¤F_ØØ/Ü¥Ö ` À;&˜d2a\Å'â·a®yÕ€tô0 0:@BC,›ÐMFA,ÌÂ5 ‹€ Ée€’ÆžÂ/Dp ]€\´´`ƒ@€¨, ”’i``Ü®¶dYм¥-o:å)H‹”¥".R”ˆ¹JsD$½Ú  %%8  •Ó€&IžÌàÀ;vK°`gØû¬5Á(p RC@Ȱ ‰œ4n㯋JÀ“@/|`“r1d0ÌZqJBÇUÖC&$ –“ÊOG®R5T˜Q5Á¥ ¼ç²s딥'+”¥".R”ˆ¹JR"å)H‹”¥"–9aWÛ ° ,jPöP È[ðGý)^ ÀBäÀ @Mù!%ФՂà@€4(xðs‚8j¹>Ü !<NQ_„ì0²gÜ àpâi_ñ¤Â’€ŽäJb€b€º!µÁ€‘à ðÅ£_P„x P1i&”` @ªSÿO’€B5…”|Úë € ÀÈà:6ê„Á¼ÿCnŠÐG©JܘI¸$ ùH¹)p@Ì\"‰uÑ›$$Xha'“ì@r€0€à%Æ÷PpÔ/P NZC+)G,40I™#pN&Ÿ‰ŸŽÅr‰WÇtý;h3ü@É|¥!dö½( Hiˆ&“y$44´‡§Üà Àl`†8&ÀtŒÂ°P èñ¤Ô8 Š_¬€@;rMHÍÄ1,*á  e‚pà€^€`ް L_‘¸ *šqA¡…Ž&ø€26ÈLà ˆéYköð`ŠxÀP@( dŒ^éO×(uk~°`1  1ÀSěƤ ä7K¬ *L&€fC !€Á '#R€Â–úOׄ`fdL¸8 `‰€T —òPQC0a1Ø¿a¨¾ˆ ߀'ÝÜ ¾ÖpwÈdÔ@²{ZB9Êæ ”0@ÅH°Ä“ hï‚I„Ì€åovI½Kå>@HÍÌÆk€`z‚€€%Ǹæo{ÀA4h €?@ˆ î“ H!}Qcö%ƒIjK„$0·~Q ø[î¨ð@¾ˆ€€Ä `“ˆDÐÐÇÖ0Ûœ¡<°€“×ø€uïFœú€‚?¨#Ý €Bh°€è†ŒMÄÄ$RòO¼Ð@œ P`X7p©` =@ RC€ÄlW@P“¯AüPP°ZpÒ†¤„– & IcÅU‚X(ho9, B³“b]ÀÏ4E°P †;È„rhi@¨Š(0'›a($(¸°’€wÀ®ß!+ gA+5à¸`à@†–ûä#¹#ª@€v€/x¨tBdX&¤4˜É¥·ä>žZúõë~À1ÐPL@,!††n7¬a´Ô.>Ñ0ðEp*”8jK0PΑMÒN}@ÁÔ ‘î@0 €.&€4€È`0¬šC ”†§…lf²&€€ €À$0t¾ $•?³¯D @ Aø3`€` °À΂œ²AHIX ôlBá„.ÉI¼ŸzÀ`` C ®C(D2(a) "Ižã€>¼„ÜÄÀ¸&繨âõèPÁ*¦è&$­Ö3$ǹ€€Œ_HÂnàx%ì dÀ€>Ð4ò3Ðf&1)*S¡&|sÜ`€²J^°Ð €‡€ftPjF†òZJ&B N(4ô†%ÀûŠk®dÐ@”¤À„CMYëçuX –„ PÒÈA„ 0^CáÚè¸!ô@G ÙÁ(Ã3¤«2Ð ’° Ø+•„L LHð@¼~Ø`¤4@À€^‚ˆD Í¶ ,!x¬Z„Ý ¬Ä0h( (M¹]!=™«À`€ª@¨ °Ã, ê-É<´òFE` Z‚°@Ž ’<à€x %€f†rh@6%5Íì} ÀæX€€Ä™ù©IDžÎ=­€3 `@ÍÌ0ÀNÀt²@©40 J °1˜7þBK|z]’Áð,n@ € Ãໜ@FPy0¼’±0dÆ%•‰ G)B‡ã- ˆ`pÀèà&!`)ù Åäù÷c=h !—Э€˜ƒw¤4@@ÀH`:!YÃ2X îQ}àœ5€  À¤éA¥€Ø‡œ  hi0–BéAI+Hð£™Ðƒ6ÿd¬R”3а€àÈB@Â@ª8ÎM ÅÃKIc hAYX1óýÖ@¸¼3|°è† Ž‡ î, ê° ø €j)À@B@¤0ÀÏÆõ çÙ@À.Р@ô˜[ ˜ðfÝ]ÀÀ‡Ôøý@¡ÌЀ5A47eƒ)œP¦µ¼ˆ g‚P j€"TpРɀ',BÓÀ, @Òa š3”_J9€ôkߘIé#Þ¤ ˆ pàÒiÞW€ç€¯‘ïRÍ€f€Fø!àkÔ° @b€8EÐà€`FüÇWÑWç@ `˜‚‰„ýSXÉa‡À™‰ÕwPÞ4PðFú ¾p„›LÀ” ‹”¥+•ÊR‘)JD\¥)r”¤EÊR‘`0 à€B£Àɽ€W³ëÓ€©4BJãC9âò¯+w‚¸ÐÐà',À $"É©,1 d¤)+;޹€1&D€ì˜C- ´dâ_ÙË7ßBÀ€À1Ì`pÀ Ô`U¢j@`Qa©&`Îä.03~ƒBnð@*ÈF¬B¹Ø4éPIå€` 9e€Àš€Ð¦¬p@ @Ä ;Ä YÀÆ&P—Iê9¬ýÇOûb€b€º!¿!€‘à ÀM€1Ð :à‰öL, ÿ•  JàÀ`’ax²€t3n§ü%¾H ¨,€€`pT„ÈØ À‰¥r4 *Á®7d¯„®ý>ØiD"À¦àX²Ê-8(ëž ÜøÀOÎÑ0fÐÚàA:-Pî ?a—, €ìPâʈ`¤Òo-(}Ù#> ±^äÈÀ È\4šb„þ4ó…]à€®@ PÀ 8Ѐ!"4npJ(45‰X¢¸j2 cBuæ¼|Ä  ò ÂQ¯LK Ä;†—ù`T7 -#ËçûË“Iˆ¥^tŽ„á^ï/ ài±°œ¤Ì7°ä ül ;Ñ4  ´ ¤—JéÎD¹LPð€œa€P €bø„J&ˆX´‚i-Ë,±›ýˆhVI—Ì €(‚K‚@v[,44¾9ݲšï^„°¡ F &ì#=ÎtÀ5@£ˆ`Tà&ÉI #8À%±%5Ä0@;1%—ŠÉ)C§#€Ü1xÎbø›€@زa7ölBœ_¸­v`à€!!, T €8Ða/~P€)¼hcðÒˆEòƒI 92ø  PÀ#„€êô@ Á¨ø#úR=çƒ@L€ÂnY0 Š/$ ýv‚˜0€?Ô†—IDГK+Å¡=^Ø€ @ `Ð ÃRM)$–ÉéÙ ™î@‘Tܪ €0 6(`dø “INPcÉHãï– †6p#ƒYÐI@ ÐG®D €@ª A¡Œ”Þ§„â=Òõ8°€Å(ûîM o¼0…”Ø% À!/$¯›áî«ôà Á¨ø#úR=ÀC¸Á® P@3FàÃ2é(š²iep2´'«Ü@ !€dØP†‚Ph``Ä ö÷0ðBhàQ41%à:2wNd¯x€5hÄÉ`€\¨ ,1°IˆH!|~®Z3©wØ ðCå,Áƒ, €cTüÒ `uÀ DĨtP›“CÁXi,¤/ ²‚¨ À<&€5&X¤7a¹ Xaê¤ €œ\ÀÀ†’Q@Xn‘ÇÐ` €h`à!Ø!€:&€€*J&:>%¥ |¼Þ÷‚¸!ô@G ÙÁ(Ã3¤¢@ @€=&À4€¡ˆA$´ îrêAÜ`à €`r€5!X’ÃP”¡/˜U@ PHÀlr€È"‚ Ã@'GÚ‚°` & @`ÀfL‚@vÿ a :& „œ’ðσz ]Ì]ê PCöÈÁ’G”Á°jÁ ÀÈЀ™ èÜPbr@ºÝÅÊ@ €*€@ -°”„y"@  ’Øå–˜n8>&fÜ€>Í ==à:&à(Ü ¸ Æ›õp. ` ?š,Ü ‡ÊP#ƒÜÐ@Ëd˜ð„„À CPü7 =v @0"bк¨@MÉ€`¼4–RWÄH À ` ÊI41þCdtçîƒ1°Ü00Ð@¦À à ø@MÀð‰¼ 6ƒ~q„¦Ü]À@µ‚x˜{¤˜‘'àºà@<R`@'‰0åâa@1A@)ä„QÃGn>ã€;p `&,À;΄Ž$¡8ä ^ºÀ‚0’`o¨šeÓÀÂCÑà€àÀp €Nœ¦ß©÷YàOzADœ d‚À€ °ðÂÒp0Ò å€ÒƒJÉŲOÅ¡WŒ5À€4H ŠÌ CHaƒ @bIoÃŽ» ¨ð#úB=” €jMhè €fIˆ%#ƒKZz†¤‰­ ‰ bûcÀIœ+Ø,€ †|Cä<üif8õڤø ŠL@€`ð ؘ¢’7  WÛ†„ö/ó£/ÌpðGýà[¨˜ ! PP‚iEZM,šJqƒyÎ6æ²X$~ònúAؤo ÒÏH"|cíØ£RC/b’I^+’òRa/ã¯+I€P4°@7 [€j0øš`Ð @øáE¸0—|(L¨„L Üi(¤!Ƕ>À€LCȰ A(401‹C»q56À'ÌI _€¥ _”¡÷”ÔÀtB Hg&rɉáœò‚qße ë”¥*¦å)H‹”¥".R”ˆ¹JR"å)H‹”¥?h‹”¥7x‹JR"å¥".;Ñ©H‹”jR"å)H‹JR"å)@îr” w ˆ¹JR"å(Üw ôˆ»€ ÐCH ñ—Ã@À@Ë€ñ»a€  ‚@BP#ý†ø(¼óµ1Á $‰ì@5(‹(°ï'¸K(-ôHÀ3-zx€@3`P €Æ'!.7’ˆdÎ÷é5~¬Bi8 Ç€Îέ¶{œ€€Z° ®~ŠÁhÀ„Bäœà‰øXáZæfÀ"È#mé@ À Ò ('7;ŽVÚÔ €@Àª€=z¥–¦^d€d€º!È€‘Àî@ !ú¡c¸KSŒ[WGQÔJ­8Äœ©æÈ‰*ä²GWªþ+ÕÖã_[ŒŽpŽr{FÕŠõ×bÀÈÐb‡°hÂ]'VáV¹£-• áD9NÎkã¿ç5ñÙdÌÃÅ“3ÛPÄV¨_¢ÎYÎTÍ_‘ÆyˆÃa7 B7MFá£k9‚“#Ø|·‘ìB[úb6‰éˆÚ"z1Zb1K%vKk„]¶ªÜ7Ëa½2 fó.:Ó6ÝrÛF¥Czštc|M:2>6E‚Á™ †¹Œˆ¸‹²ËEž©žSCœ9²z[FÛmHÊ¥Wm5¹ID©¤#߃° ïÁÈv×ìùÛ_³ë*ík*ÍQÑ#’Å)‘”ÎŽÌ®«‹¶3B›š=[NFAA)^®!4îÿý° »ªwfUUTDDD3m"J$ ÿ Î º«©iv§¦zpË 3¿M4ÛM´ßM4ß]vãM6ÓlöÏmzÓm4ÛmwÛl÷×m[z‡‘·èy$³b©’Y±TÖÕföÕ'­µ[ÖÁ] D‘)]lž<Ö™:Ôd€´6·’”ãy)ANGgs†³¹Ã côzcä‚W¹Îã89+’–š®«j͆ßfT%X %ãÍòÄÆØa]~m†×îüLìŸ~&vNeþUýÑ4"ˆƒvl.ÖÐ~qWYÁ%mÇWb)¦“ ]@¨Kk¬*„¶ºÂ¬,Kwþ%»þš,2–,7A"cF*R³Ê¡ò¯ÌŠŒ’lÛ86šH\Éöâ—4b?É^'ü•à²IyâXä´ñ UpYm¯¦îÒê©qÛtªV¹²h„ì­Öꕺb' ‡u ‹8Ðô¨³JnSk@—%¶EÍ¿FK¾ŽK%–BHkQ¹W ¹”j)æȱërUÊê­ž5Ép¦–Œ÷ ihÏxñé´¼ˆòÚZž![á”硪E`t…¹l6Ee€HV¤yeYYQ;Jî!ÔÖÕ£+2íZ2³.ËPà僨pOÌÏï¬ÍK’‰0©¬Bö%ËSŽ[,)Z<ç/ªÔpܰmFzdseŠiWX¦•q粎§“ÙGÓËmŠË}º×Ôϑ٢2¡ª™åt.K¹ Ý›j9 ¢‘Š·§efêöVn N‘¥SGJÒi¥&ÕõFÖÜ9ð¯öy±o2è1ì"×­+ N6™Hl¯Rfúä—õ³óZ[?5¦™(ËL€”f­Í‚­Ùz£ÑJÖƒÉl—xkäl Y&UĤ›mÚfº]-½®%ƒÂREX<%$QóÄ ˆùâP˜š´’š® 1]Òe¼ ’–Ídä%Æ’&RØæÎkµ¬ìæ¼ÿý° »ªfeUfDD42Ci¦’$¡âÚzªŠªæID”qʬμ³ÓMyÛ\øÓ}¶ÓŽ6ß]¸Ó}·ç}·×m¶ã]xÛ^½,úŠëÒϨ®ô×ÖÏxl+g[¶]'·šŒm)b£LÙ$mòâl'' E‚-P\…2¶Û§&9ÛÄÅK¼TU]¶˜®ÓKHMñrm¯ì¬üÃIwÛ‚(uuÑÇ„RÓ+yJ]æãåNP´·5Ì"î\Â!žçÌëåÄe‡|mƒÑªB‰ Nœó2_RÚzºL«R ¶­u5²¬ÕfÓUˆö†ÏÁ oNü–ôóôžûIöNý¤É4(ЩqßC”ÍQ`ú¹·4Q5±'¢*»K&aÙºaý!µ w‰N·q˜”ê_ ”’JcRhþk•¹æ‘/M¦d´lvù"kyePÒcžbKr½ŠlNi5ŽMÝ f ]Ò`Ç~ rå>ô¹>Ãèó_F•|4Y–tµg}Q#1mhíµ‘‘º¶Q•n‘bD}­ÔšAm ¤ÐuØ´ÖúôZkh,ÌDd…Ò[\b­aœ¬Ã‹¬ª”[ ¼…YŽ4…Tm:¢0´Z0üâÁƒÎ,ÀÛ}p`M¾¹"„‰„‹¹/„û¥CÝ5YzbÖÈŠ¹™ g¡$ëGÅÒlSïáå¤>þZE!7ž‚œFEº ªRìÑ+2ïXY]fšŽËcX8˜U\¥ÓZ‚Éfš6úœ! 0¥5B# ÓT"7©ˆå›ÔÃr÷»ßfŒâ¶–t‹’è©jZÉ5Ö&eÖ¦µQ´Û⚨å%W`ØÁéÙÒ^œá*ÁgÑà«êv™5©«CA»¬.æ×‚R»V€¥Ùµ‰©MRDèMQFéIžÓ¢ñ­?:/Óðê¾ÈNõaQoS_A•‚UÌîIùl—X%lYNÊÆ¤ud…¸ÕÇÒ ¦­ÿý² ª™UUUUEDC34m4’(’@ hª†¤$™Hù§~†3û >×í÷ߟ·ß}·ßŸµû~7ãíwû~¾ß¶ëí÷ûm¾ßí¹ûúû¾ão¯f÷¯x퇙cæ*d£‰ìætt‰zE¡x%¤EA¡WT½mj,mJŇdG2pâãëÇXH¨5Á„¤à¢R \ë!t¬kª[mŠ(g"E¢¬Ñ¡¡þHuΞI&ZTi‚N5"áñ|',ÛV‹` EðL¬‡Y2²]vXu¥]“Y¹(4wÌÈé•eJm›Ò”-è7cÍ®ÑÍo•ñR¬ÁPëÊáuÕpÇ= Gö`mÇúv=©ëéöV2£eÑÕ¥&!¯4Ód‘b€b€º!Ñá€‘à  †$–R@ªdÀÒÆ–M,²Ð-®Q©K¦ò.R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹—º@® @k&p €~\qšh„@€>À'HH|‚À/ÅŸ€tZ@(!/x[@ j‚H @ÊDܸX  à &€\¨,âÈ@W |8²¸+Ÿ“¬ÀjL¸0(²h ˆ`a{†ƒpÔ†üÜQÓ-(ûvæ_¾B €`@  P ¸€ƒªÿ‚ù‘mÐ C0!{¤4˜îpL /t0#Ü @Ì @¢ À@=&‚` \œà €“A€&Á$Ð (†ô €ðe‚6êÈÃoµ‚ FH @3˜@1fY`€tN‰0šrKC¸B`Ùc(à1†Ä$—|h @€b €€(Œ0 ò@$!p (H~ äÂg@É3Yø¾×˜bÀP0 €:@a`;/‰ B4¥€d à((¡Á&³±õ¥#CxÌÂïŒä ¸p^È0@¹Â¨, %Ae•ÐC)ÃÑÉ#®8 ð,t€)ÐÀ‚*€$4€9= à` †¤ü(ü0ùi ;_P @ÆÐ@ÊÀ@ À€Àø0À@/8ŠCC@À@²f&€Ù Q8˜­“’Ià9» €– À‚€ @:€œšMˆ@@C@b᥀ À`´RakìBà °`‡Jµ¸p € ^MÈ 'I4PÀ >¡ˆ &òhhp(JOù¸²µ($ì´tæg¨¾,ØX` Q ;tx€ÈHO)$0ÐC Åä èéB†ä-‡LÐÄ`P ALÈÀ@*` @vP°Ó€ÈÂC™}*O€í²€€Ÿñ›(„ìp}Ô -°h f¶F¤ã¶À‰ôC€,(6 O6>¬hñHíCñ«¸N  €ÎàKh´/€€2¼0°0M‡ÅÐÒi¡„0> /‹ž €€'P@ C€.nx€` x¯, `j@§(„yj% H1ïÑ1d-| €$A?~° ðà0H`c1`7ˆ&€Àš¤¥Èh§„­5‚XPð À+¥âÀuƒlÂÀtQ $¾²R@vZ ÆÌ†ÃAýØ@§,à H€ e’C€‚.&R°a€;A\šì¢aम0¼~¶¸ @3€` €z¬+ÁÑHÅ! T¸ Ê3Š@K&Y˜é@aEa„´í¯N  ÁHx |!`€˜ p@ ¨,CXäš‚À^X0(*’ ¨œ #|’gôuÛAH,A\3Á0@¶zÀdÐ@ÓÀ È@ À ÀvAA  BœB!@?Ö…£¥}ÊX "¡€ð@¢ €àâ`¨ÎBÌ–AKwÝ(æi¤58·Ì`£E_ÄÀ'hRèÀ À^àjpj‘ T@;+ò`jœFºà Ø €RÕ ‚è €€ò‹°h€ Ð’n<0†Ç(0´ü꾬 zN`€â ÀÄ “Nø|qdΑ ÀÙ@&(`€Š ؆Yxa#¯\@Ñ @@e `@{¸¬„  !bR·jü†Mà;Èè44˜L !€ ƒPÀ¤²Ý)ä•Z€b`(H²ð€í &H@ !P¤ÒÈa˜5Ë%ñ…dÃäR–ÈØWQ|¤ ?Èà&À€N¢h 9\7ì05¹XòÀÎPÌhêÐÀ @'(²À=ÀùDÎ05 ¨! ¤ŽOAÞû <€^ph 15 Tà LÐ?rƒ İÏÊ3Ýã•s½h¿!@†€BWÆê8Äè  Òz@0’¦%âôbÝ…ßÌ€./X̆C€9¸2œÒ` vQ44„xèA!wÑAÄ3€ @ AL5@äØÀ5€À‰¬0˜ÀW !…]P@‹ÛH d¶F?£¶À‰ò‘ÕÀ€ðÀ4 p@¾ÙXi`P@!&£IDÒþ'ØàÁ€ @åNÀ &îŸrù“ü ú‡å”@€¦àC¸ e€(Å$®lp P~R ê,†‡ä"’g-¯ ‚H Bˆ d‚°803ˆ` ÁÏÀh¢0 €8HaD$r`hƒJÊ7;ݰ@õ @4` xàj† ðäÀ$ Ä€/,4²˜ii&€œ ¡ éP`GA[+U‚x €*€@€ p . hàÐ`2€ %è0 ÉE ^ÏH€À @€`”“@Nˆ € © ‡ÃI„À¢‹IH/p(à)%¡É0RX ¹ÛðßÈ€¨ SäÍb€b€º!ÛA€‘à S‚ €fØ`–d  ƒ &€^q4ˆ Ô"ƒ3†–xÐÌP¬@”°@´Ô ` h&J¨ ‘Ë&€˜@î´`DûA1,Xi3JR¯²6 @0 °@€ @€@Ò}À/hC~*a5 à1HÒ9A„2bo&4:ä(@ ð Ì ‰  †€hL!–M¨0ð%;€ ÒÐ(Yã]­@€hز€tBà€„Ü j€0VYI-Æ€@,R®Ù¹c/Æ‚Ø dàTÀ€jpH°%@=`1`ÀÄÞ ¤²_T£>zÐ@¿Pà€Z À @!Ά€è„ÄH K&€€<©Gà1!@5Å€@Ð([!(-Xï|ì4€¤€^Lv 2H É ÐiÐb@NB+$€WâZ æí}Ô$¤BÀ ¼šˆ¢À° 0v¬ð`T`à€=)$Ðùx%rixh•Œ¨ 0à !€0Ì@'qˆ@$=ú@oÉ Bà4–ÍÝÃ@€Š‹áÀ€:VBHxˆ/& 7†rh ˆh!†bð :PØËÕ‚0ˆp`@7Ø €BMÈ(8ŠÄ2a'!'å¼ø ‚˜ @7Èšp` °à@v¤™‹ ,i7âW-ÃVHÌ:õ€Òh€10]&@àÀaƒ¤™À©3§gëXÝŸH²G¨q‚8 @4È@Z‚Ø _*€ˆPØ @ † ɽ!¿VHAɈø¥¯Ø˜À èè  ÀLü †b€B@TT™Î &QÉI(X]õP@G à@i%  €9 ¤à€^ü‰ ¼²ÀH@€é¤0x47òŠ&Ì`!‚üeêd*Á8€6È :Iˆ€ 0bS¸À5ØÜ˜‚ )A£Ã j¹‚Hà`;Z„2`èšM (L*J@€6éû ˜ ú ;àjˆµÆ@5 @@6¸ü;+hCÜg(¼‘œrR…f6â€èd Š PšI¸ha4˜œXahà} ÊúýDX'âƒ@€®¡ ‰£ ÛMp‚aMòmÁžmó€@‡\J\Tˆ€ Ä €3%€h¿†â`jqY ¶hüp€@B!¥>K‰ÈèJH@)[~R /§0äÂýCóúR—£é¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”'p¯JD_¹0 ÀAä‚x å€Và€^˜ ‘É(ý2:02@³¯(À€‚`€^Ä À @uÀN؈ €bR8ÀÜÁ!€T„ÈA \˜‘öY€œˆ`–bɤ?Ë0 DíŠá„ÎåmÊÙh}sÅ!æ<ûú¸ð(À €fÀ üð f’n,àh„4P¨äÀ0–ä¼@c¡Óï `€Fà€Â   ÁN`:B †!z±…œ¹`€, K!D"aH0rfQWœØÈ@ !@¨&†B1$Òi45# Î’ËO$Œ¿í €Tà€Zä *@ @“`^&Rh I€†@ÞqDÔ“pž:ÄP ÀLM !–4„40°¤0 ” n²Ã ĵœKð€ÂF¨¾ž¸$À€0 „,2!§€Ü„–, ì †,``krSì¢Yºó€´ `‚¢=…Ò=€ƒÛÀ`@€t‹ä±¯xË`à€ Hd0(pÀÀtDÀì¢hi1l” µH €3¼R`haiRrË!céùT 1À0 e`hR@BM»%`ˆNbÉ &7 %V·ÎXaùwÒ`€¶¤ÐÁ €Z`À5 !€ë`M€€h@vC,!˜®BäÂoHèÍÊɾYKP À5`pà €)Ó‰ :!ó”Høå$g¡!ˆ,ò?¿jX h€>p €Ö(À ‰ À€j^ 0 T†‰!„0ФL” `j1003p!¬€|‚p$0@dÐ0€(BÀx€€0 óÒX˜o0‡bPÐ/yšñÀ @€?!€v´“J&€„Ô·B€í˜–5†¶ÊÈq‚  p~ÀÜp 0‚ÐX '€)V€@ÌtVx ÀN©7€>0Bˆ€0àQƒKbÊ%’ˆgäÞ”À€ö`€rLvˆÁ,È@@*rÃ@À`€©007 NrgY4 bÉ¡ƒÎ>ùU,Ра€í T¢j@B` ÐM€P²`h™ƒ?&$¢VèÇ}£“ÙGf¨½8 "˜@A\ÄÂËÄš{€ ÀBMĤ€Ä# ”„1Æa÷³È$À€2n¾àÏki®b€b€º!ä¡€‘à 3@3tè%ð”lY0%Ÿð ÉE³¶.ù-&P Ê !†—H`25NK¯™F@ÌPûp@¡ À@”' pa€šM' B b€t@ÀLŒËÅ“@bKHèjÂ{gë«€@º@ <X c€¤4ðjD¼ ¸L¢¨HjQɤ´€W†Ã:°ûÆR`;!bt€Å$Ðà!ˆÐà`™‰d‰QJaèo1Øp}ý@@?<¨°@W 0 Áðp+Ã@Nq@&I4`&&Ãxƒ€Ø( ý<É d“æ@ n$x ‚¡`vä5Ë :‰04 @8ð*‰`;ˆrX Kœr¯JCA894˜’b@bŽK‡j@*€7&O˜”Y4 ”¨×xÄ"±„ÿ~Ì ÁàKô( MˆÈ ô \#À‚,` €Ã1@‡âKä²S9!t ð@·@@€{D@ƒ¢p#L#À‚,p Àƒ9@‡âKÄ¢[¹!WŒ¥h'j‚i‡€vÀ €`ÎL €8X øH¸9s­Å¹>÷àÊ Áh1Ø Y`€bRð@:‰- :Hh`j@L—€ˆaœ– ”HNZ ×€ Äg{H k‚p dPðp` € €4 !€ †dÀ¯A/M&«†ŒÝ#TÐè` €B° “ÐV„bXÒZ¹D¯¾HÑÍ£‚o¨à€†`€Düà@Å r a€1Äi è„4¤†`è4„€Ä`LBA¤îZ”þp@€i0A€y@‚  ñ `€˜P(”`ð" )ÉcÞá>~ P `ˆ1€€€$"€v€è7@ À npÂ7(²ayhN>p @<  @€;¸€à€+ÄøÐ€ÊFraÒþA @/ r€ [ÊJ0a¢†C ‡ —Fènuý8x { h@€l€ @€=, Šˆ€;l°BPÑ© &_ :ýx –y@2  @FÐ@bˆ -ð@€*zL  V@ À1&·àzp!‚PÂöà:emµÀH„pÀ(ÔP° €€>‰,  @í1 X ˆeJHBGzš‚°° ÊàP É@…ðXn !é)»€ä4ÅúQÇͱ‡æ«ú˜@@é @JÀTÀ %P€ ¡¥–ø :&î¢YížLäÐ&M ÈÖבð@uN €àð@Æn@ @ @1&f¨øšŽÉ… A˜rËü¬=Wš¤^  @€è4 ì²x†3K>ˆ!“FK& 3Âáˆ(â?¹JRé•ÊR‘)JD\¥)r”¤EÊR‘)JD\¥)QZˆp ˆ RŽ^Ñ4‡ÐƒÓƒ5°¿}04 @âÌ0€¤öÝ<4¤š€ÌV/`ÆÚð@˜œ†PPĨ!`*MÀBi 03­8î^‘¤Uöp@ A °èð@¯ d‘€U`¹@:8”è+’ƒI!GÜ @C ¤Òi1¥ÊËä×Î9,üO:¢ÒÁWó@~Ð.̈°ÅH@`À@€À °!@*ý”¤•ñ!&ßS@¿!‚ €¤ €€œ €j‚h €.!1˜Â@©5#Ž×"Á Ü2#ìÂS@˜ P@À €”äxÀ Ha„Ô@b‚ae†#wIH<±`&&d€$"‰‰&”PÇÁߺÙòæïÐb¯Äh O€: ‚ÀBB@ #†“@2&–\˜´rà W䤨´|úö €¶ €@ÉR0çmßÖøj A|œ(dpAÅfžMÈR@-QBMà_"p@y!À¨ _¢Xš  C;œÒò ðX ‰€&@ø10 €`L Hgîd¥+BÖ¹(>ü°p@€€€ @bà˜¸ j†€hž€“@4‚J;$•ÐÒÔ7ŸÎ¹ €”@ ì4 ` vÐÈX–@.Úù+vIa‰W䮢÷^¾Â h€!bé ˆ`!( €¤„mð RQirY ¾€0ÎN®÷ŠÀ€@ ìä00È@  À5€ ÒC€P,V Ü’M ÙIå‹P@\ ¡Œ‘¨˜4¢j0JR‘ް,Q(GT!?°¨~\Àà‚ZH”°À‚À` À€›8 @BxLé>˜Òhh /¾‚ð @&'P@Æ  À 3@ C ¤Ð(È0€„†ÀiQ„ÒbFâgØ…lµ_ž™öǾø,¯}Ä8 A$g¨0ÀX)v‚hR@&!$4ËI4˜CQЂj°02ܰ, 8š ¯4&ˆHJrS†„”PÍÒ°'¤Cp“FQx@Ñ p€€`È€ 4çñb€b€º!à Àv H`€-10à0dR€vRA瀑¸@ÿλ°`€€ÀÀ €VÌ0?b` @¯HiKìK- Fà`A×¢ Ð À@ø)´¬4âh @ ¨€NÃ@  žƒ8à)9v`@€k ÀÀ 4z` –ô°À¢À+å’W@ÇËÉ /àY@€&NÑÀ4 9Hi-8²Á!¹ÀÉséëΨ~8B!†ì0¢i0´†”‚Ê,®è,¢ðÔŽj¾½P @8h A4€ *ÐÈ8TÀ pM å’Š&PÕ’M Ä$ºKMŰ@@0 6j7?|H°Zp É€&Àg$ZóßBà@E@»  ¢` Á¼@@J €`¨àÐå”èÀi:NÄ C 8 vý§Ý€ >,µ! ;ÑTe$° ´¤šQ1ÆŒLÉ,gã ¤‡úÎ+æ‚8 @€#) €€^à€Ö €‚^p€ €5Èe¹4`Ü|HE2 ö@@‹°à@Z 4Ø€ % °@Ð’@(0pÔd2Y`ý\”ŒÈA'ÞøA,%A !ÁÔÀ‚À @š\ÌÈÄï€`®/€P †„€œ =!†@ @0F$Ý€³t€€`œ  /@´,@B 'jìˆhÀ­À P° 5!àÐ  è° ©3©\ Þà( €À“ `0!®è † @; hŠI‰m‹(´”-ø¨ÔŒËä–vÊ:þl `0È.A˜ ¢ A,”û€dÌ´“I€T7 –|Y4¢ƒH@T´,„¢Qg;ÔX @€È i”@€T”.Á@”‚À¨€,Z „I¥ ²Àú@Â3#}íƒA, ° PH h¨ @+€``ä PÀ: €B˜¼©,0ðh @L~ÐakC!¿F»@ @2N€€@0Z`! €1j¬†€€JQ4ÀP @@ è° CJà[âWhÐ "Äe 0Hp*Pô‹Ø¾Pa`T„€–WÜ%›— á»glê8Œ÷ó`@k€€p„À@B @9J ` !p@ €–Ò` È%€–M( Ð(KBÈJ%s½àËZ¤‡+ßk!‚h ð@£P@Ò p@€VÀ1 à @hØ&LB8`I@1ü„ø4 &½: /õÈoѯ‰€œð‚?èä´¨:í €4( *qE“0à ¸†L ™ƒC !©005;›–2’JpHñDJ‹ïà‚€`ØZh¬4 *L¤X,”  „HoÀ)Ê:ãh k‚X *8z 8ÂXz@€”K ᬜrL®fô@€ÛÀ1~C@d$¡ Tš€ÈÂR?æ#¥CN¹`ÖÄà@DÀ`5Ðd,Œ À @¡y$ÂY@ ,nÉÊíp€ì €.è×Y@ /­øÄ€à ~O¬³oX`@€t0 @` €è4 2ÓÀ@Lä2`c€:±‡=ã45¤ '€ìà‰  @œ˜ÐÐ ‰`CA ã#Ó‰ !I-w˜Wq…9@ %2Œ7(ñw`'WªvÈx†€Ä“ pâÓƒRé[ô€óŽc©ÿç4!ïÉ€ ‚p '€>J ˆ` n²€@óXÀoÀª\˜RRIHj\µ®¸ À:€;A1“A(`bÙ(~4¾RC?ʱ+‘®¨  €€‚˜ @àxàÀ€^²€@y(å€3¬šÉXðÄ nMèÀ€- @R0…€2 ðÀ @0a0àœß ¦rPh„<0˜BI !{ú€tðTš®I@dšnM (é!ät`Fü+p2_Ì#¨=€(fBFÐà(Pha0ø€0Ì0 Õ 0!˜5¼ö몶°€‚ @0Àbä0  @¨ÈA)Àv1e€Ã#­3œƒ,w¬‰ðàT˜0`&†”0i-†s†âHš.R”®.R”ˆ¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹`€˜@B bL&P(C &HDÒ±dÂh`nbÃJJ’Rr’zPÀ€€@ È` À.H¼†w  7 ˜h@`\˜®¾0  ¼Å(€à!З€t°*o˜4Á¥”KÃ’3ç·?o}0@30@B0À À>Xpñ 0ÃBKG) 7ùèÿ]` €¨€ À02 &€ ä @+É!Z âÅÄ®|P ëËRE1vY4  ÀN€ÐÑ„²ÐC É,”H‘¯ÆçO¡Í{Á_'mBb€b€º!÷a€‘à ÁÔ€`€`ˆ@†ðÔ€L€’oÌpT¹4 †²††õjÀ@3 @B0à À€<Xx÷€œ°2¥ž_€J»™I¤ð†¤†”€ì ¥ Tþ¿ OäÐGüî&¾ø Z‚ 4|ð@Ï @5K pÐä68² þ3–¹A@%„€N ÁØ & CL9BI ;> I$¢ˆd>4¬>ÇÜ*K1v€` ÀNS °ÐÐ0âPÑ1ˆwlãî^˜0ÁÌ8 @€‚  À€…<°€ì0`1Èü7å“HdÀ|Y5 |¿ŸÞf•€€\pR Y‰d Ô†%‡:>í.Œ“ö÷Ó/P@D @@-¸ €€8v€À   €.|²†à ˆ@:(”LÀ&!‚Ñ (( –ŽÿtA/è@†+ @€“ $ ÃH`¤ ‚/Ø@ Ü Ân0½Ÿ^n””¼Øb ¥ 0¡?ÒMF¡»ôŸËÃB5àfýÛ=Ë´ € ,M€T1Á¼à* )€`LˆjI PåMÆà(Y äÍÖ„î-*Ð H`&& šB&–B A 41= @„¡¾†ž»î‚ˆ K‚ 3€ ‚° 4PªQÊ7Àdà!AI$ ˜@vå“2@ù(û8 Z‚p %ø‰€P2Á¬ B@Â4a€`ä"¹á€!&1 œÒ—®U),¸äÐà–¤  â&—ɸAn6ff×éÁè2€èhP !€2Èø ‰¨ :‰4†° Òew(†LÀW±A¥u”“=Í @@m@ž„ @Ê À 6ÉÄÂÊ%„˜„÷IA€!&1 '¯¡zåR   ÀRi@T40–M ˜5 T5%”¤ôº¦1 Íšý8 @ @‚@0-*0@?1 T@1!Àvš@¡ ®åɘ ö(4®²’g¼Ç[ñë ¥& €?NH Àb@cÐw!†–ÂþÒØaʾè V˜ /‚¨@ ` 'ƒ,  È` 8™x˜C×É&†`<‚Π €@cÐ hÈPI Àô€;€âd2h&bY\¤€Ä–žKá½ë…I ¸ôŠ˜ 1ÄÀÄâÊ&bh(¼rP‡l‘zd¤ÁW¸ˆ $‚ˆ0@0@ =P @ `h€Á£@° 0HÐq„$­ ‚Ä@‚t( ‚JðJÁq‹6?€ÑãAä"ne&'Ô}È`‡ô~:Aä~œRI“=õÀ1 @Rr &À‚x"DÒÀ¨ €$¤€TbiJRC‰p2M”„áþé‚` k‚X 3&/X ˆ@‹ÄÐÀГ@vyEîø¼wø`Ôu w¼­$L^ì bn&bÌCOI7CPR“Ò[$'ó™)°UÊR–Žò¹JR"å)H‹”¥".R”ˆ¹JR"å)H‹”§ì»Ö@ @*6Ð@• °(HÌ @€bl˜þ  `P°Ä€>/£àéeT#ìLö`€„¹7“LLäÒðbI¿>ÌQD”þŸ³Gã~N”'“¼SþÉl7Œ/ìs§ú4²Ç{Fx±Kè@'€@–Ð0@¥‚`!l€bØ4X € øÀBúlPÒB7=Á€Hp'’ñד J‚Ǹ¬ €=RðàÁÈ !‚ˆ ¹7ÁŒ4å °$Ôf-»ìYJK=ˆ À^ƒ -Âñ5J¨`PnŽ‘„¶¡¿ h@Þ¡ª>x5 õòiv@‚è -$ò‚H@\¸€€`vCI0ìp Ò0 bB (†• “ë@‚ 64!€„ bÀ@À4 10 €v¾M(° PK€[¡ú…ôœP«4~“€4?<ƒLíÀñP5õði0€B€è0ä *B!€èšL@ ¡…¡$ ÒPKÄÒƒI3¡cNkªˆ!`Œ½À °øòɼ 2€! Ù ¹ÄÔ£€bMÝ\¢b¨0@“@É(„M,ÏÃFžJØò[`€ù;_"—t@€iÀ€œð`~P @4nXà€À`'± „ü1# …£å’’ÉÜ P¨0e`à Äô 4f¸„B¾+¯lŽ,[Àh€1!`Ɖ¥bkŽYIF-À—ùg™pû¢—ÑÁ¼ €€7xà `€Â¨p ‚H´$lJ` ðrÀbpÙ‰A˜5Ò^[q•  Àž „,@$€6ÐÀAàZ9 8H` ¡€d0%\}ˆd>Z€(KN;Øp@-_ƒI\˜BvOüä¬3ät$4ÒR ßìJüh©€ZQîN÷óê^̤ À00@@E(ˆ À AT5袀,â‹@À;€ tVð d€d€º!Á€‘Àî@ !1»kL\ª}n-=‡ýÿß÷ýÿ}×Úy÷wwwwwwwwu±ÝÖűlm¶Ûmµ±¶Û|Û|ùóæ¾kZØÿßûüïýÿß÷ýÿß}÷ß}ÝÝÝÝÝÝÝÝÝlwu±l[m¶Ûmlm¶ß6ß>|ù¯šÖµÿ¿÷þÿßûÿß÷ýÿß÷ß}÷ßwwwwwwwww[Ýl[ÆÛm¶Û[m·Í·ÏŸ>kæµ­ïýÿ¿÷þÿß÷ýÿß÷ý÷ß}÷ÝÝÝÝÝÝÝÝÝÖÇw[ű¶Ûm¶ÖÆÛmómóçÏšù­k@ÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝŠA=åb€b€º! !€‘à €ìè ɹ€`5™9wAè1Á$šœ@@ÌÐ €Žˆ,’C Ø/ÀØ`]`^ ,X`Bù(>¬` /² 0¢b”¡’C!`ßÊHÄ’‰„°2Z2T4¤tF/~×Ä¥è<(@€€)Á¬ÀdüøðÄÐðÐ @1 -0D`bˆx¢–CÔäÐ,B 0ÿV” ŒØ°À Á   @Ä0À€˜a¡¨!€˜†M ¹Ÿ#2ÿÈEX e  $¢C@+ äÐÄbZ@ÆI(—Їè@ÕgÜ?¾/Pì À   #@5âÁ5 8ô 58PpÌK6@)À@Y °x `@Ì\ôô†É¡€ (ü„CÙ@P®Y7€;!@Â7J@,¨H paA ÄÔ ²`  éV,”á­€°J‚Zx½Í|j]pA† A.@ e‚€A#àà@ƒÔKH@|š`†bXdµ™îè @‚P á‚€P f^ˆ Àˆ°À2Ä`T›ˆ` ðÒ`,4š3ŒLÃ*ÈuȘ°ù Ñ€&!‚:–‚RFŸ³d3¥+$e²ã–ŒËË¿K®€  €€rCÀ ! ð‰ À0&; à`€\A biXÁ x†Ÿ‘T¤(A °Pई €°˜ê@5A`P÷0 04°–=ˆÿPˆ0-À«X+‚Ù%€H…-"¤7×Í¥ëL è3A”€ ¤pà@·r¬ðjL¥¸±HìL)·ÄÕ€¤¢nÝÐ@¿À@ľT´ PÀhÀ I 9`P jLìX€+˜šP @Çã)ˆà @4„À*M… ¢j^RÑŠ,•ÀÎ<0%A-½ã¥Ö @@‰P@:[€‚P@P4 €ï€Ü Ün ´›øg½Ä5Üj‚Hp@?À4Ø À¹ ]¹1 'IHI@&@nû•È}wzŠt˜i(` €v3ºC˜_%ìB—°¨‡ëäRë¨ Fˆ €?&<- à€ €N@ i0 ;X¢ûyÐM(7¨0bÒeÕ 0@€B@S@/!(2`8À@Ònhq °PÁ0ý¤±ŸØ *B?·;yè€ð¤™‰€ ¥€ZY(˜„±i’Í>Z1ºü¥.Ø@€sDÔ€‚8@ ƒKlÐÀÀ††“ &€>¿¡&Ù0¤”K,Ô§bƒ–*@à @À A„¨ c\ÍɈH„0¬„Yd“bMB9¡¹8aDÔä®8 ù9À1É` Wƒ ?/ Ù Ãõñéz`ˆðà^ @&xéPà àP ††–ZC@BM& 00„C @G0Ný([YÁÜ(3 ð € @0FЄˆ5ÁÀ8À€6„ÞCA¨ € ¤% jLd†~·Tˆ` €3€P²ÊA(ø €å@* ,•ƒFĵqÓÉÜžN¾ )KY\¥)r”¤EÊR‘)JD\â—}  5ÁX€ A´V @/ÌP ‚¸€ lzÀ¡@7(¢Ä0€Á»¡Ësõó¨ðÄuô#‡X€,bX €†ˆD2ð`hfÄ023œ1<¡ÙKTËA/3ý}P€ f˜ aÀ7P6àA#!bLJ!!ìàƒÀœp Ò9/†·H!{°ÄµÉ£cÛRÐ`;A•Ð €P”ŒBVãRK,¾4É_°R À¢@€J" ÂìX >2ÀœÈø¶ nrÐÀÎ_)ã†^ ,Áì!€L” ÀP :%\`\-à @@wÈ4pÐÁ7È`T5<`KcÞù° @@=0|€ ‚HÜLPÐ` @Ò_80û¥É| ;ÄH V0P`€`´3A¸ €,À€˜èð˜ ç!`“ ¿W&å†e˹À3v àÀ p`˜ Pi0 üY3ì¼’Wÿ›¸Ê¸b›ø]û`@4À@Ð@ O‚(P@/À €Ô° @†€bXà È@€hZy`$o&–L0 †nLm% @ËV0 ¤ÒÁäÐ@¨ e€ ɤÒÀ$š€è18 à JÀ7g#ß0HA€³€j¢0@ €@ ÀnPÖÁ àç@CIg5¬4-ô˜˜ ðÐ@Ô$(`p*€dÍ @t"Äiã`@&ô«…¼’BÌ4 –MÄÍ‹0oŠA5IH @Y‰j/§0 £“Gáw¸˜@“Aì €bZ@-H "è á¸7¤ÐÞø Ô’b‹ä Дy—ºH @Ô€CóÈÖb€b€º!€‘à A@?X`PADà ‚nq400\²Zx€éü° ðI4Þ“ï›; 0@=TÄ ÀÁDˆà¥’±@ €NÌÀPœá›D¥÷/p-»=RAH€˜¼ ’œa@ À2»€9®©3^Øð @¨È`1¤>ÀàI€; @ÒˆÀ VFMFè$Á…çB¨²ZÉ% ²5ýL5ÁÔ/‚ @5ÀN€08X g 0h I¤0Ü0€6ÐÂhÈ@¤ÃF·IdÀß¿:ùª@ – |7œGÁ°@|Pàà` ,$€„ :*ÁdЀ€\€ €¤  ÒÄ0p.^¼"~(`\þcl€€.^ؘÄà€€8!’I€@Lra âhA$†P w²I˜Ô»TìX° À@B!ì dRƒP0€¹H1ÓÙ¹¨Ð‚‘ŸaÍ@ €@Û0à@-€`r`ôrÀÄP RØ0©Ì€`à ËH €b ¢x€d¦,Бwl0X-1 @šf@& ° 0Rb@ €€œ4€@Á †NQ`€ °P2_Å’’ßr‡_3à& Üà @2 Ð@)r€*üé0à0R tB=%”€d¤ !< –§¶0 @4¨ [‚à€ŠŒàp€€ì4¤À @4À0 B€Ô  bVOA0`U´A™ÒY&È0zvp É :&òFNPhÙA€PÒñe ˜bh`iCz HIÝçÇcL ¿\€ D0 %†‚ `,à 3È €b ` €1~p!xC!¤š`ÀËØ¬MȤ€YËHì~¼X .€‚ ?VM ð@;p&+h€ ²€€b_X¹40˜X¢@H+9ïc  @?Ø€ @ J "h@P` @ ¸’àE†¤”Q@T$‚bRŸŒ“ú¤@@€hF˜ À$#*^¨14à päÀ! 0+œX !'’.ÐøÐ À“PƒJHh!|XJ ˜²ÀÊCr2Ó‡ÉÈêü@ oÔ€j©0  À° À €À`äÕ@Aådq¡  95†M&¤¡¿úµëÉ€ 4„.A ôœpp€2\XÀN¨À€€˜š€BC7( T!ù4”®4iK¼P P‚H €‚€€:  €‚`€T0@ @@H`À;&¥°å“2x¡œ›£‹¼¯dØa4Øà@ ÀéHh € @à~_ !ØÌKÅlãKHF³À€ìÀ@0¤0 ¸!|eÀ2 á¥ôMà:Þ!àÞPbJ&¡ŽgÙ#æ1f’É÷ô€€.€h €v˜B €5!¹  °hÀ¨ƒ@.  pò,BkR OÁ# _tÁø" t ¬ €TŒ°‚H𥂰P`` €B–(5 €0 &p . ΀ 4´îɾ^\€€†@øÀ< €€c_:tÌ'ˆÂ·éø1=–1î¨ 6‚¸à@¬  P >0 ¤4€€È`€5&ðÛp9`1 Å ÝØÅýH€ @”€ @vd %††‚ÐP KíЀ2WãR–do…@ Šsøûú` 3P ¦„€2Ô˜@F$ x°ÄÀÇÐ €É™$À   ·°XÜÀp@j € A»<`(R@¨8È@p€1`B0Ä,¢ÈE€fC!Q ;Á„"Y-…2\­|ð` f‚xhà ¬À 𠃸ðàjñ]|è¡‹Ìg&Õ€& À@;!~"TÀ@ @/>(P`€ À@¨ Às”° ‰å€Ù9y$逄œèi+ “ÊÐÀTÐC )8¾²ÒLäÂÐ_lzIb›ø]ý$„# Á0 ¬@PØ j``@HÐÐX´°bj JÁ ƒÒ ÈE€„ p`ˆ_f˜Al(Aä A()  @4/j é!&+° @€e»3Ô´€Àð €bXÐ ’IŸ¬î×Í  [‚è`xQ4Àv£€. jÐ(J %d’ÆãP}HX(` <à@ @€4Lv (™ÀBÜ!€ƒ†ö(3“CB1eòFšADˆà ™)&¤ ‚14®¾¾êAyÆîÃJd€ö,Aïïè (àVÀ Áh(i’€.réBM\ä·Ì!¨`$2ÀuŠ(`€kð!}n’‘ýçô‚¹b€b€º!á€‘à  A$@€f`€V €=Ø€2Ì@4)À7`)øi@'&àCø?éw¹  4@X f€!@ÄÀ5@¨ (~Ä €5Ñ4›€ ˆ@7À:© t€˜Ó€Ë}­ €z €pZ €`à @ ä45ì 6j¬ 5Iø0š^ÜhA¡¬Óˆ`€. ƒdÂb‚ˆ`”é a¡¼5/Ÿ/%òÙ¿Ým~Œ *p - R€„@@P\€ðI˜€ìÈ€p€É] €††¤0_ ÀQJÖÀ`€ôÀ€;`€  a€€)RC|VMrø‚6v t섪8 RBl—8<ä„f¾w I TQ €CC‹H ÌôI,Ž ÏtÎvJä¥ê ° Pw ¸0ÈH°Îü@drHH±¿n`ë© À/(¼Z@0 O< Ðk øá€P¼?C@ÎRvXa)ÎKÌÈF¿zà€R  ŒÀN„PÀ¬L`€É°Øð xNnŒ¤Q€P01p*”ÒŒB¬Úë˜)ÁtÀ€8à€Y°„@×@°H ipÀ€>Å€„Àa ›ÐL€«I&££’“Æ1'_0xÀ€„Äð x bضpà À`Ì0 €.ÀêQÁ­U À𠦀€"NL@bØø 3H €á &&T“ÀlP rÀ§Hu) paˆH‚PC&Ëé&P0´ðÜ4'dÆ·9ôXUúð€€ÒNŒ €‚Ø €dB(Ä.¸˜'à €à J&†$° ÖG`*¬Ž0% ÀJï€+ð@ `8 @À@Õ!Ð @€\€T¸ÄÀÀ `©e €èhàð*ûg!YÛ$å_'ÈØÍ„u¶© š G°¤é:ÄÀ F1D>CB\䱸¾Ûåw G'ß» @r °@=Òh’ À  À€^;a !Œ pÀ y`S¤ü¬1 /“Kmg ðà@É °@† 0Èà‚@€` (!·A0ô›€À À`û Ñ 5H 9?^0†¢ J !“ ¥JᥠjJIåG7L€À6€`2€ 4Ñ 10@0&¡3 ÙÂ&ˆvґɤ0 BYA€V’úá½*Ì1 db™…?ö”¥.®¹\¥)r”¤EÊR‘)JD\¥/j °`€¼°  @/p '€À@t€`¢<€ ÑPÒ‰€`&`Bú!€è —€ÒGö`€ì¹ Àb’ÊÉ &8­É©Féæ#ñДä~*)Ý;íÙМ t†%H“òC¦tü 3À€èh€€è„r`Ü1 ` †`Ô A‰n½!Xie –Q@“úœ‡'ÖZBJrpÎWãw3•ÖáQiz@j @ª Á €®°à’¼3Ä @´ $úw€–Å%€ @ @ ÛrÁL%€€‚˜ @8€5J„À”;`@X À4€TF„ ƒ§&€>å­!¯2R½r@Ø e‚  a€‚X` .\äÀ€¤M"°‚ 2Òp`ɰr  U=_‰Ž°‹Í€%@b"zÜÀÐ@Ã@à'!dx€'ŠC¨ bIœ¦ŸÔåmæÄ8Y1Й’˜‰xù<4†Å’€)L&–X·ÈÌSUd'(qí €@*f€Áø¸5À@tx € ‰€7|®Á¡¨%  €èš„ÉO:ú` 7ذ Mà€ì@ €„ ¢Ô3ˆDÂÙ ;zÀ:&’HXšbo8™ñûï| 48€`; œ¨Â@€é€i‹!–CH` ë@x M/›Ÿ€v– 8 h .€2#À ‰ €RP@ÐqT”ÈEv„眴4 †(åvOA5+>Øà À4&€3¡‚haÁ…‚` AéîÈYÙ—’P„ŒY×ô @{ Ð € `€5‚p a  À€g|@Ô$„ T°pâÒP <‘•aR @< H<@¸ z¤` 1n€`&€`©0…° @b¨hÀSÊßÀ'2ð¸ q €)à”  À ÀÀ\ˆi5!€&8àSüMÑ-9²C>ãR•j=€@`l¨ÀP‚0` üxÐ @- ,O€@Cä * (L I ²7t$†0 aôJ” 1¸aìµÁpb€b€º!&A€‘à ¹ „ ^ä ‚Éx™32@QÆa©A0cŸæ dkúH ‚€ g„ˆ.€‚é`1 €; D‚˜À€À €èЀ€_É 05 V°òöA'|Ø*Áìð Ál” €H`PÀ;¸  Pa4 ÞLpZ€ ƒQ‚PŽY"æ.)\^À )hì@Ä $ P ˆ`à:¤$oÒXaeäcwÇ㮇p@RðAÌà ÀHÀ ÀƒÖKHð˜ İ Éj%3Û?^ä¨Ep'` €vž1 €-&–7bó¨µ2L±H+|>ýø BH X€6^”q €†€@6àà4Ø f€"h^P U(pèj@€˜—²R¾»X@ #‚È ‚h ‚ˆÀ@K À @š:D>¸@°`'tC 4¼Ô¡€'‰0 'C¸–QȾlJ`€° Ã#  €†”B,àà;à7!½’Là!d%`Ý÷@}öN@€_€À2°AãË€'Ä—N ƒydÐ*ÓoÀ ÈI@àQ·dî»0€€5Úqd0ø5$"j7&Ƥ×xTÀl€'Ça!@ Z €¼˜€lå  €p° À Ã` Ê0ЀjXÀƒÃbÀ®&#mpË °@>è`€hA€€TpÐ@u@ À€>!  ‰€¨rP^|™Æ–a¡½ÇÞò |p  ƒ’° À @À<¼4†X` vxÿÀt€Ôà,Ϲ/õX0 k€`À @@ì2Jj€é)H ‹ À¾P Cwû: ‰GÝ- AT^Å–—¤4tÐRK,…ƒÇvÉlß"1¡÷õàà@j 2` @ˆ0(À€ n Œ‚ˆ €p(z´ðÐ ð¤Äð€jWÀ–Y5E¯Ÿð@‚r! 0p€„à¦ÌPÀà€@ÒBü @3Ä ¤D Ð l€BBxÀÍûda&@e 0  0 €f´7.@; (°ðŽL %£k¸ÂÑ©tÁ$ €!,*€¨ gp@€TàA0`€RBφÃ@ ðbX¢É¥ ¢Ë? PB‘0 À€%~BÜ 4 †îPhÒ©e°ØnÛ 0èF+)ÏòýØ $( Q“A¼A\h ‚ À=j€@ÓÔšè € J € € 1D2À.[$°¹-C*À.ð@ª!‚Xa‰à€^" ô2À3ðÉ€Q   Ø4„KH„<!š¤ß4€ @<à À €$q` €¢`p’Àª8ä€Å$ (j ÒŠ QÔ¨1%”3ÙN €j` À€\=€ &H €2%òÈ`À@Q@g€Ä 2°ÅžÈk2 i€'+ŒR‰Ä!€ÔnzqØ?eÆ&<L `@l @Í&‚ø i€ ` AØP i‚á0 @.&†d À€/ /$OÀ)0 8Ø ë/.  A@ ‚ E50üE€@ @À€ð ` €ì`i¢Àò–@w€wòûм€ C‚¨ kð €’€Ø÷ B4Ð ÿ, ¤„àd ÒŒL9aÉh!žˆ@ (‚˜°"T  €18`€>!8„4ð C@Bø 2pÀ @!|´«™Q4”:I…“\ À0K˜j!r¾ZSÿ,¥¸ÒÞÁCÈÕÖ@` k€\ÐàðÀ R ðd"@PæÐ´€Z4ô°€ôtI…¸ëÇ‚c nG.à„‘À)B‚T³¯$”4À l=`@`€¯Ã éå†ìzPL É/£–jð€-ð€:p*ØÈ ô£€ÄàQ€v@žM Ý@(gZ@/ØÃ@LK"É`Y’Ùb foªxx 0h e‚8 Z‚p@@JÄ$€‚€lC&>Ð0@×NÉŒ Ť…ÐͲû¥V¾ à>@-ð€ ÁÔXh`@€tX  ‚@È`ª á#À¨ÜX`€‰%† 6ùÁ4 d ‹FM ÐÄ „À ‚R Ë,5P˜¬00h ‰ô°A4 ÌàKh8 @WNÈÐÀ” 0 € ŠÅ€+Ù0†Aáœ°ÂЂ ‹!c&”!f”€~ & ņ챌5% ,¾ŸÓÉoŸˆTØ &O×õ`à€´B €t`àÀ4 @Ñ€@È!€€.À Ë!M@ ¨?p ƒ ýA€;Ph…v NmšÄ€@™  @Ç €€+x$þ )b€b€º!/¡€‘à @Ç ð@Î0 ]€€däÀ(Cbè–4 ±dÖ)( @!z“tx¾¾x`@±@@’Ù@€\€ €`DГ €C…è¨+’€©0 Å( †“0HÃ*€.`@` Ã´@@É"à ñ5O²+(#dB!Œ:HA#è¢Æã¨Ø8à ÐpP:\„0 mgļLIx–Zöx±\Ó Kà€ê@ Àà&Ð@¿à€‚8\¬` €3fB!†˜ ¸€;¨+q€¥ “|ä#<` %‚@ @6*Z € @€`˜ @€À Z“C@vB-Ø—ù+þ1U@ ÁèÀ1¼`ð@ÉTà3!<8ÄÒh¹0P*ŽÀ ™‘Ë-)e’”ƒn /‚ $‚Hà@Ój @ 10 À€Ä‚HÉHà‹%3·£€  C@±0˜à7«näP@Wp‰ Ò !ÃCC Cå’µùÈÒ+W<_”¥ÐÐ@ª°@°(4‚pXà NLÀ””C0 † Èd *QDÐD-†eÏ»À¨&€è5!„Ò‹ -”º„î¹r”¤âå)H‹”¥".R”ˆ¹JR"å)H‹™¼üvuðãï§‚p@@€j @Ãä  €ÔM p@E@ô°€4*Ð30&P 4 ` @vMrhh ö,0ódï˜D Àòµü€ @P (´’ºXb¿O€ÀhbPŒKªe –o×Ùð@­~€'ð$ À@ˆ… @t¨À`V–ÄÐÀrL1JÀ!Ø ʸœa4™ùÈ&“Ä ½ù:9¨ìxx¬>  ÀbP Ò7蘠,ñ0ëwü¿É¡¡©é•ýh Að.Ì(Á0¬¨ E€dÁ€ Áä†^5€v@€@aÀC‹ Ô„£òÉ£0!}„„™g @£ `’h @'œ`€npà! B€p@<Ø I ƒ@¨dÐÂ’wÀ`M,$÷%ü7†Œ%Þ0 A0p j‚Ð _‚@ì00@9@9 ! H`°€T3†€ÀLÇ +w8ë°@€ Ð@=   *€ `ü„à@@L( ÁL &HÎ@L¬ªéIÇ\(¼´šlƒ$˜ ‰ƒP*LIx°)ÐŽ¾’XÀ ‡Î7TJ Û@¿F €$ü˜À@ М@Òp @ ’„p„]ÀN`Jˆ  †€Z(I A «Ð@`@, @V @@À’˜@LP €€À@gñ Àbå(D–A@:@O3\@ʨ @4 bh ,‚ †€`°@ÔGb (dü@ @4€•þ Ü $Ç·‚h @ "f€@+Ä„A< À€h€ € @1 !œQ `;À€¨&,@g„#ú@€€ì›ÿx‘4ÀÒɩزXÐýÀ()(?OB»’ðÁ€O¥úP@- @£Ð #‚pp@3!$ €H àà@1tH@0H@NXoÙk1 Nà† PøûŒ@€* 8@Å`@À1DXA À°€Zˆ€À ÀbÀªRXÀ`0(XÎøåw&†!ÞY·(A_è0d ‚€ a€/LEÀL= ˜ `D,f& ¹$åŠà…ô=Õyà € À €€€‡‹pìÁ˜ ©7  Ò¼M/r@ m`€€L É  ÑDÂX%6é O‰Y`7bjRR[l\`»á×Ü @LÌ<!Xä&€Ð Àb € @€ÀX :Ð CId¢@4A@:§ôþL&f)Úú P 2P ¤”2 00@F  ` W;xA :vBAa€ ?¡`D]äÀ` „`?H `€€jì €dÄ0¸šx Àm“à  Ü76 >ñ \Ø€œ ¸ìQ‰ˆÀ ƒ  '5ÃQ‰dÕw@Ú´¸@€b ÀAÐX‘†á…ÔÁ½øo¹3,b@¾ÄŒnH¿¥€‚È Sj@  @ Qì €ìàY ÈàÞÔ0 9!jŽLtîl®fh, À€ À €ð “‚ð  C`œ”MC¹$ÒÀ4( ±3¹i9WÌzÏÚŸ·´   CÀ!À¶%‘¸†_$ À0€2Ä<0 AINlÀ,@»û ‚€ RÀ¼Àˆ ’@   ààðWld€d€º!9€‘Àî@ !hÕÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý² 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ïÇ2Ÿb€b€º!Ba€‘à @1t@  P–ÀvZÀÀ I…î`å¾Z`€.`@ t 2`À ÀP0@:)“R‚1¢²Om¬$¤ÁT (š„”ZZ Ý Bs¡(çï¹û›Pp€+«R‰… „Rv&óôŒWZNÈ– Èß¿µ‚Ø (‚ M‚ @€*p 4HPÅ‚°`†CÌ$K€-!ðИ°üCVPÐЄ’±—$à€ò@ PJ€ €‚° SpÐØÜ²@/f@žÐ0àÐ(pòÉ(HÃP»å €\ÈA€&¸@`¢`Ð0LB( ƒ÷I(03d!úû!) VYôœ4vM&“x` t‚aa¥– !¯ÃKB/¤5ŒfÌPäOL¥ûú +‚ kÐ Fð@Æ&v A À À:0à€?à;!ƒ¤š@3 &AY TH€©dÔtäÀ0ÀÐÂq @.—èöà‚P @=€%@Æ!8h 2Jè¬à€h€Á…€5ņh %Y±0°BøI \7|Ç¡ ?oÏÛÖ€€À06€& Ð Ø  7¥(&ï’þ ÌRÎ „Žç®þèÀ€¤ €¨  €. Р(ø¨@€h00<@@t™ €tÉ™%bƒKØøi©¹: †C|€JJ@&à ‚ `Pà€!Ð0€œÂWH0 xä`nŒBCÙWÉ€€0tÔ000 4Ì¢a ; ( : ¨ ¥eb÷È& ÂòôBp€€Àš`€˜@1Ñ   P “ &‰¨A¡‰Ã…{( wA`„$€Ü%(%¶ƒ ( ’Ó·RÒY,SLÂJïê`€ z ‚’Á¨@€v\@€wÐ;a€€`M¼` ÀT` † ݉¥à„²SÏ´˜(l`€®D DÐ@=Pó( Ä)!‚¨`p B ð @ @` {@i+€XÎ>ù L  „ ‰€P˜L)„‚AE! AH1ZîÙÇÌ ’p*C/”  „@É™ÀoÀÁoþ åânå–¾®€D€,G~ÔAÔX€ K‚€ j¨ €<2/n`°@,n©@bM&”  lp€é Y4DbË%²SzÀ€&`0À@©Pð@M!€€h¤/ÀbÀ1pRè±4Ø €b¹\àÒÑø8`ÜL×TYÛ=ò¶‰) VX«@À@Ô¼¢Èi`Îi0)ÙÊICrJK’[À £Í'‡_µ @E ð@6jà; pÐ(°PÀ@0@`äЀ‚¶ Ó3€;zÐ0¢a Eã ¼M22ÛRÔ˜pÐ !,á¡„"bKgÄ$ B?ÿù¿ù# Ír”¥¬\¥)r”¤EÊR‘)JD\¥)r”¤EÊR‘ô°@€4`@®  °‚ bäÈ@)j äÀ ÉÀjØ@¥þt†?àdô /h3ÁÔ è €ˆØÀà A4ü € &€ì  ”0¢À“@  È8®’†š½|Ü.w( Hð tq1 B Oä¾ÒC)lL&¬ßìÍ0`žµ“„_µZ HÀ€jÀ €B @ A¼ ‚ðh @€3Ð ÀBx†€tØÜ”^ÿ€õv½`€@F 0@§@Lð‚hp@.xˆ ¨X j)Ä b0@J øà…p2*óo–eñákqæÐó߉Y`N€ €Tè`2L!†a 1H¤!£a$?ÓÂxG˜7¿ÿ9dëúh @2€+ @¼'!‚ê43€b   &€é Ã@Àt€`œP 0¬5#.pZJÀ7ÈÀd³¯0¨5ÁXÄš˜ ’kä&b€b€º!KÁ€‘à !–Á@ Á¤¨x ù4xÌ0`0@Á`&!€dVá¥X ÑÙ½æ_H~Çð¿Q DÐÀÀ@Q‰Hk °*I µ€V€ËrƯaÑŠ=}b¯ìä @f€ €¼H@'€€dL\x0‚Wr€,H€ð @É…`ð+ÎI2øÉH%!þ§‘®CHe¾@ø•W Ýäü‘˜  ¿ê¥ÿºù_ÅO°ë¿­®Mmºzéžo©â|tuÓõTü:žDèÌðÞªžºž7ÇDê~O4ŸTðÎJ§ßoì}.zÕOÓ©ë:g¬éžP}ÌúU?zyQÑÔû0y^­áËŸú¸êz@å= rž¾Ÿu>=Óô{SÄÀÕÇ\ψ‡LôÓ¼9äUs<­TõO"uSÈ“¢ =tÏY:žotõO)U=g[Ä[?NŒü©ä޹žH*G®™ú:g®·‘áÕʧçOYÔõOΟ@vgÁQ:g†p¹UUO_O']ÓßDéTúíäzêy#®žšŸ\ÏOO.tu=àr:O.tªx×ÙTò}Óö§§§á:žj 9;Æ\ü'SÚ¨@vg—¥SèŸO:ªzIÔðÕG]<±Õ3ÎTª~tòÝSÅùP6Îðç‹PèOë§­Tü­à ^_ÿøÈ xüL¶×qmL™2Zþ'›%®N]ü{»‡ø™zL˜¶‹ñòäÙ÷ñîîæ'_‹Ðm€{€ûù°l®¢¯æbbl\XöLC×óÖ"Jî/¿˜–¶’`Û2!³˜×ð*dÄÛƒPmüÎ.L™1j¿˜™-nâµüÂÚânƒ}Ť}üÎMà äò˜4Í3’ÒPÌ™15M05¢ÅEè¹15M11c"ôäÁ»cýüÂØù2bl˜š¯¿kËàv,ÈšeÁ¥^±γ4›´xÿ!Á·Pëù„Ù:MØ6ÄÓoæ`ß%â䋈i:þ®&Ü\‹ù‰‰²GEÜCþþbM‰ É“& Eü ›ww0š½É¹1i _Ì.L\›‹çkùžÞO Eé>âo;¾þbPÌžÌ&LM×ó=É‹¸š¯ê/EÜ[Åãšþ¢ôMƒblCSv¿Ò÷$D^¿Œwpoê¥ÿºù_À¼a׸«ø›&äÅ2ÿtõÓ<Þ'SÄøèë§ê©øu<‰Ð™á½U=u©áœ>•O¾Þ'Øú\õªŸ§SÖtÏYÓ< û™ôª~ôò££©ö`4ò½[×?õqÔôÊz@å=}>ê|{§èö§‰«Ž¹Ÿ;™é§xsȪæyZ©ë:žDê§‘'Dzéž²u<Þéë:žRªzηˆ¶~ùSÉs<‘:T]3ôtÏ]o#ë•OΞ³©ë:Ÿ>€ìÏ‚¢tÏ à;r<ªªž¾žN»§¾‰Ò©õÛÈõÔòG]=5>¹žžž\èê{Àät*ž\éTñ®²©äû§íOOOÂu<Õ@rwŒ¹øN§µP€ìÏ/J§Ñ>žuTô“©áªŽºycªgœ©Tüé座‹ò lÿáÏ¡Ñ:Ÿ!×OZ©ù[À@¼Wÿø€ p‰€Ä #€phè59™Fó!ÅD>Lè_õ FvPâ€v 8àËc *düø•.@À àÒŠåœEÔx¿™áo`pCDÀNˆ$ø†\ö€wÉŒ‡g‰À;¶vË ›^…SBL:½`èì$èå|ÿÀ:ÿ €¡C 6©ƒ×à lŸ…€¼Ÿ8Ø s Ðr`ÅU05'€{à 2ƒBH±@v¡‚Ð4œqÀ?©€1ø†Y@Çp×_0ñ00ò~€’±xbQÊ™Ž€¨œ\üÀÁŸ‘`€è¬‘ª˜ã*a4 bPÄè òÎ ‰©K£—#8ÇÀ1,ÆlxÞ¦P08­ìÐó[R_r)l-€E 9)CF– `50´Ÿ?0±aÀ/€c‹ÊŠ0À@€ÃìâeU“À[z/žG¼~³MýL~` d¤ø8¼©)avÔ?}¸Š˜¨aÑ4šx ”œÑ4¾ï€XdL4¬*oÀ6@•0$À à*M @T¤ìy>&—÷ƒù‡ÀÃx!áaÀ?©€;!@1!˜ÿR¾ÀB!†¥Ùˆáp`üÿü}S ¡‡€²Ô4èšWepÄ´ï¢a @Dÿ||>¦Ä™Ä´<årt°àÄ/…À”’¸`ÏÍSg0ÔÂ7r$üÎøRXÐôŽ¢àp6áð|Ø1,Êað €BJñ1Dxä °ãª0*-'€kj›t'0êXs€1d4òŒðÊ `<çTHõcbi gÞŠ@«æ8[ è‰ì£~âÈ£„º‡«… ‡ç3¸¡rLìSmÀ€öâÔ<’ÏÏ;°qäM½ì¢­xŸjcŸ«š)V$ìjbGã‚4ÃÌqB^f=±¤8¹+n±äfçYíæfûlIÿጯ³+c¸ûÛ©€T‡ŽÚvÃVí±æ«tˆcÂ*Ôq9@ÛvP[,‹F|,@¢}(A8ó¬S0¨ÃH–£xò*ä‹8‚^šVgç‘WŽ¥ l qLJªûŸªdxå°ã„é`w(ó¼;ýÖO;Ål<þ%MÀŒ-ÀÛ¯Xìo]Lnû'£œÂ>Ùû70Þ'7ÉNîϾK:Û±Â<ÊÝf'­xîê3gcÏÚm™8Óû6m÷e2°šVßäöÙÎÇ~8ü×—òŒü*¦'7ÿd Û¹Á›©fÇ÷ß¾Ý,5”ØÁʵ-Aùa<Ý—2ŸìþAï÷éF#pé[dáAfê ¤ïûqãIÕ2çü9Gˆ¶=‡(qœ Iðál¿Ì hç탌ev]€là4µŸS=Ô=l¬?ISü)xûRœ,œÐüØ@†9u™X¿m-]… ©’ÕƒÅu.ÖûR»,Ÿ±8ÙÄayÈ´§fQÇà>¡¦g¿ÍÑ e·Ëë;|¯ôﳡ-òTÌíÝä«fFmÿé[á¿cB•‡QœxëgË^a»o÷ç6ÿ1†ª=…Š©–3Šu›ß°ñ­Ç‘V~ˆÊäIÎݺŒäð!J_î˜QùU1{vìû„¯6ùI~½»…Vèã:>nÏÝðn޽Çé#8Ͷæ³vïÝÌzͦùòQÙÕ¹Š Í¿øGaR~WcÝn·3œÿ7¯wëÆ;¬)pvÇÔKe¸²9ØxãÌqÉî0áàÞ7TÍgn=Å-adxs9؈f’­Ÿ‹rÿ É3­F±Œg'`ª`Â8ß:†/;>|üUìß·wns6ËËß·_œÙ¾~Œ—¢IS3˜`pXœ<áâìyÝv&¢J=j7[0‹3‡ã˜ñN.Ìg#lN2â¢I;qÆóçšóµ3©œ‹XJùáL9‰ÑÕ³möëäƒ>R±Ûnìxó>qNäŽýû£~ç¡yù—”¼“(å|aŠTûvUD‡þîægéF°³1¿­ãß÷AŽ#ÔKcØ=NjÉþWwçœq­Ç… ‡ A"QÆTH‚¡Æ0û9ƒÉöqÛ"ÔO©‚ä­Ô ³£ØáCȆRÜ…½©ª`îïøò6ÄxX’3‹‡o¸æeå‹Äïn¥ñ'fuPqÌÆ3a8.Œj‚b° áûmÎ6³üÓ¬År7Éö=ùš¶j‰$ …õœO’+õŸÂ˜Ø?‰Vƹ‘ÆA“ †¬cÀ™Ýö m;·mû/ñ½YÖ¶âxëï²~_gdçßìØãó÷úßýÒ—uägËÛ>m›7vÛ¼¬·ÛŒèÏÒ•Ù²3þáÚ=ÙY„Z™îû«î„-Y_?<ѧæ˜î®î„ŒAÍ·Éý;)ÀöÛÿ'×¹æàà¿Ùþá$žÇ¨ÿ°¡Û ÈÏ‚RýÂX#;nîæuÔÏ3§e|4óXõ°wvo0ÌíïÆlëIÿb=fun ”ŽûöÛá~Ýl¿¦ßö9?+ïÿ¯³)[íþûþÌýj$­qÿïÀ{S°Ü´Œt~¶Æ)Ùc´Ç¥ ðG$ñ½œaì°•}öoH}þÿï¹Ý»ü¤šxç?鑟}ò]Æe3oÿû³î)ÿ¶Û)Ø#­|#º·;÷—ÝùÝßÖ¦FqDM$_À?ãÇYŠv™Žü~X§àt|ƨpŸƒ£êb{l÷9Fvøÿ‚6ê9ÿS^ço™²ú›°ÎÝN~¾³§mÝ÷ÌŽs»`ÿœÕ«I|¬ùúOÝþß gǾÙj9W°FÃÍ9±Ûcœ¹}iqLZ˜¸¦û2éJPq¬qæZÔFáÆŠ£vs1‘›úlë3±:=€µ3¸¢9×ÙØœ±¢¬vÿ7P£ÖFuCÛžáÀXœÇ¨ü¡_*&¦$SOû8£òìÖÀ/? §YJ¨b€b€º!^€‘à ®ùF(Î>HýøxžZðçDpèvS£C„“ˇ²¿b9®x“ü,¯j=‡ˆP±qíStö}¹Ÿº·ÇüQË*Gù–­ÙM›~£…ßùÒ7ì¼Iû ß6ÿüËêÏ÷þmß6ìÝúÕºœN”pCu|´[æ'ÿ;š<àóêd¬Û3g[)_lËÛ«Û™8Àžß»~‡èïþgè4Ñm>CoÇ>VËýk1ò¸ú0ü‡¤ãº0IÊý{­ñÍÄÒÝ;ñgTÂFd£qƒRŒŒ¿ÿíÖ/ãú¶{ϰNû3¾ÿå¶Üåá¶Ã3öÃTÈý‚]lz”?lûîÿlŒb1φ|r¶ ˜ñŸÆšã>$×âõwØQ¢‚@d ;Fel?Ô:‡à ¶0dK1yÌæ¾8é#Ô{žg¶ëꛨ‡Â~'«9Àˆ£‰Ñl+THSfX{‡‘æ€jk»»‘ÖýTKæÿq$Vê)k wµ)u–{pà<%ØqËd%'óiUIƨ~üü³€äÔŸa€nŒ~¬Ü:ª'ÏÉë?aÁV¡ 9Žûž:Ö¦4Œm*¢b³­\ñý° ìs1([­jØA¶Q=O·äNߎŽ8;‰lz„£Ý–EéCê'Ûb)†ü{7ÌÊQ8ò-–V’a Z5”q<,*ÕFœàt ’AzŠäqg™M’¥0à°º™ñXÆ#©žI§)La;‰6JœóN;‘ÉÔ§oÉçqK±RÀÒW–gaâ˜t; ©™»¸®!û $øRuŽ"ØöýLê5ÇŠ‡n(ú[/,=YÖr‰ÑÆqu2üüy?Ö7mŸ³˜Îq„hç9Ì Ví°pù*=[¬‹‡[¿—8R±–ª˜'ezÂàüjΛ^qêËê¡,Ø[wcL’aÆÏ×ÔÁÿ#žEhÅly¿ì$R˜ýÈÖ£…a#õŽS˜^ZØFÖSÎÛa]ˆ49òÍ¿›ò,/c?ÌñËp8 AùŸ‡­÷'Zp*fÇs‡,ì%´Î8@ƒÎÖgnæžmã±ÙÖ9‡€ú€?Çó1ã—Þ¦':øŽÜH½vØ<ÇêQÎEí¼)ÙÀfe `4£ÄuZ€Õ1]ÖqÜN9³31üÓB:JŒâDP”yªaB–¹&8üjÚê†ñù³>¥‡18Sâu ’k=ŽÌî=êbWŒ|¦ ìÇ v[±Áð–Çr2¸»5°ŒêÌìî±üyÇqáÇ,Žþ ©‡÷ýó ež{üï“ÿ~Jní߯s¿ÿ8îÂoý²þ~¼·âY‚û*Kîû„tŒN<Õo›ü?¯|>Õþìêùöý™-Ägö­¾Ü.¨u»f3^’²ss¸ö úSZÇ+<Ì¿Ž=ñ˜CRÏ0<9nF©™›ð;ŒW :«3šo„9ƒŸ(œe(~ã˜áÚ–9nN4. 'ÔÄ 9Nñ9JZƒØõ‰¥;8pYÖ?Ç5˜ß+7äumIJ_s„šíbpt$ ›–@ä–ïÇ-€?æJoÇgÇ °ú¡#³(IÝXÚ‡pê@ j˜{þÃÄ·`6N¡g» vüò;Ø÷f‡Û1þD8JžÊäx^`j¬Ï¾Q¸{˜(PÕxïS6;ºú‡¹Ñìq®£CÈÞIÀ“䇡ÿ‰ä^Nµ©‰` Ï<*ÌïÖa)G ¦=Ç.N@ÂÕÆs0¶îdš™Šcp Þ s„.Ô{j:=xSsǼrªaâHës>|¥âbbþÆêPëFàj‡žÕLÙK̳–UMÇ1ïÎÃ…RÄ¢5©xz¾qÛ b0x»ab*`§Ì,Þ:?í‚ø›` ¦Q:H¶¥¿ûÕˆëzUQãØŒß|ãŽvã”BíC´zùáf/3TC9ÜSgÖvØV¥CÜð­L¦ƒ"JîãØÂ;Éñøò?>ÅlçRž¢I¹Äs˜ŠE‡ÇQ¼€ñË;ÏƬ=T'Š©‡˜@p¾£Üá/Õ=‡G°ù&<, ®º‚$Ì£Vngæ8V¶ T+ ;?Y­ Îßÿüˆ xüL¿‰¬áÏ ’A–¶Dx¿Ÿ½ˆÐ§ð}üz'G¡þ³1Ú± ‚ë2¢Å¶(äðò5üÇÅ#ž ! 8 É#±±G÷p² üÃôƒæÃˆÑDbñxCHæëù™ÙÍÀvͰæ'Øñs«0s¨EüÄH7Sžx¹ [arLîÜPx —¯ægµ9©"EÒx5¯æNÂǻǬ#ea5”8ÒXpðéÇ`±D[ù“˜Ôã€åM…I=‘þ"8 ßÌXò,q•ØæìËT•HÄbwS¬]üüQë°è®}Òߊ"SÌ£ˆÍxƒbø¡àóEA¼Qqç¿™=¹„YÀå ø±j4MÖ/æ%@PöÕÅy€=ñaÏ þÀÎ2zs>P˜€t‰&Ú7 Qß_À¸¡1@v€ìšæ 'Wb™r‚Œ·Cü x8êøPTœd|Np ïæXð¿\|¢4:H³È2»ü(]üÄLm7xå ‹ÜDRø.þf>@·j'¤2ÔáÀrI«ò #oæ+0  ég<Œ2H‘C‚#ˆØëù‚ªH¦ÄUÉÂhµãˆ­5릎Y¶RŠ»¨±R Íÿ8æ1Ï9ïæI¬h|î~ ‡3I<áÒ ã‰Æ{ø®|yì8Å5…S/¹®Ã–1šÒcž¶$R¤0OâIá×ó.`uhs0umìW#È`Àh1ÎêF'1Ìê¦>â¾îûNn:þ`‘(òu`ì‘ëQ@Ï€?›E7%à3\æ)ÃÅŠ¿Œu­V@: ýWû׺ò¿‰RÀ…R½3°ãïàI~±€Eg¼F’bš¶Üò þè;ÄA·þÀZôGªþ9ˆ!ÄqomÔMx\> Px\N¯qÑ×^Ì €0¡`Fñ¼I: aÌ^ŒÿáfLÜøêðAÊ „gü `ÿ¯@ƒæ7F˪ñ ÀÆ#UêA`Éÿ¸«Àäxv¨èçB«ÀŒÐÑ'Õx6qf AUx·þ8¿àcÿ„[Ä}¯À2iJ:¼ ¢8‚(\ð3ÿÀÆ*¼YãȰ;€À׉ #ÀÂ"ØLuyyÕã‚€þ:¾Áßþ¼HÀè»"ÚjóEÀ>¯êø,Gþ¼1À7…D ð&Í:ÌñÕá¢Ôµx ÂÀ$¿íáÞ]º|&½lÁÄ Ç@Ãÿ^`Pqðø°1Àrî¼x2Ê=ÈÐЯ¤ã€:ºð@òpø<â$'¯‰ÄyÁÃütAÀ¼öÀn" טq2ØÈÀc 7^( ÿñÀ@øs_; ¯Äe`xÿ€<…P x * 1(€gýx ñP …D`›xw‹êñß²”p f+ÄŽfPUªoú¯8`aÿÀ:¼ˆT}x²€<‰Ðuã£Àª¼h\ð ¯c¢(ñ:¼H¿àøSÝx‘ÏÁˆ:¼HÀ©@.—W‰`5ƒ hÿŽ·‰éP2€Íó . õy/€!äŽÙ¼O€¸€`ù0ñqD'Ë›ü]~ÕâæLÀÖ*¼\œO˜6¿¼LP°ícê¾`3” `5óŸøáç€q_€36¼M‡ÌL$E[ÉàZÀfêtéUð8U×… 4su^r µ¼x¨•èø@.€ökÀAGš|p 5…ט¥Ù€5^(<pæ׃‹eƒü(ö(\EW™„a˃àbÿ €]ÊòDpc-ãx@,ˆn€è0Ê¡½‡š Ì?°êô*Á£þ,Ÿ  &Âí{üWýy€?ò ÁCª:0õÐóÅò€7¯ Œ³¹¼d€d€º!qA€‘Àî@ !Ÿï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý² 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûÛÆxÔb€b€º!z¡€‘à ! Ax¿ìux@øMª`rÿ€Y^ øAgÈŽ& ªðCGJ” ßðüFW¨@GD@½W‚‡Á@Áÿ(t9¯TùPàÚ«ùën³Ô _ñ;€«Ô(aÑJòìÕèÄ•GWÐ?íáÞ-€Ò2«Æ‡@/ž¼H(â³> ÀÆ^(jˆ¡@3¨Àmà ^ÿøÈ xxšèú ¹L¢½x NÁ\ûŠ}”"¼}Áÿr?m^=@jÞÞ¬PÕâe‘ƒàb†¬Ä{y¼ººÞÿ„h¬Åט‰¹ÆÅ“Cƒ@8¯17A‘@É#‘„À&ë[…טq YüØ  €&×0ê𘘨ŒOŠêQÆ^aR)âd‘ïÁØ×òëÄPAЏ˜À…yˆ4h äý1`Ð h£@;æ ñTÒA‹þ˜jÀ}^b#Œƒ8o#.H ¢ 3"¬‰&LŸýeyˆ$اŠÞ@™ ÙÿGã@UæõEEIþ›üW˜8‘#Šñ@ò˜…ÿvڼ¤ ¢!Ðg>Iñ oœ€£L¯ˆƒìP“@ð’uëMÝŠ µãxˆ`抸„^çŽט [S\‘À5‰›üúó"¤,q>„ň€`›Ž ¯‹ƒ¸Š4Ð,ÓÄD Ðýy”L¤P0Å7“ÀpAÀ,¯´TP"ØçˆA«ÀE«áj¯0ªŠdY„ ±Ñ0ÒqŽ}y…H!fPp³Î‰˜“À…zŠ‘K=€~ô¶äkù‰ÀÅù8|"t‘÷ó8:.Å0t\A’;€Ð:¼ÈuF Pùä€|@ €§Ükìá¼Ê 6) ÀÜ‘çƒüçÀ ø‰reü6}yfxŠ*Þú¯÷®ÿt'å^4AŸ8cëÀ’?\F±fAÀòrï÷AÞ" ¿öТ=WðÌA#‹xh¢kÄ‚àñƒÂâuxÛŽŽºðp`l€= 0ˆÕàâHñÐP‹`êô`ïÿ 2`ਿÇW‚P¸\ ?åýz1¸Ê6]W‰Î0¯Pú Oø=Àè˜è^#ÀµG@?8:^f€>ˆ‘>«Á³ˆ³05Â2«Àü ¿ðáÀÕÿü"Þ#ì}xàö“JQÕàUÄBà{ÿŸþ0Uà 4‚ÏEÜî¼HYÂc«ÈˆƒÎ¯ 0ñÕöÿõâFEØñÓWš.õxP0ÿÁ`r8õᎼ* W06iÐèàgޝ >  «Ä€i¶9 ÀÅÿoðp èÐ á5è`F Pþ:úóƒ€Ø÷À-ˆuàÃÁQîF€>€åx 7Õׂ“€8‡Áç =x ìN#Îã ¢ 5à pÿ¶q@n¼Ãˆñ–À@@æºñ@oÿŽÀšøØUx6#(‹Çüä(€kÀaP `ˆ¡Dl8?ëÅŠ€\* ÛüXØx0ÀWŽý”£€[0øà!^$s2‚­P3Õx‘ÀÈü1ÕäB£ëÅ”äN€;¯<€}UãBàpÿ€hex #@?‰Õâ@ÅÿžëÄŽxèž @1Õâ@Jt¸*¼K¬Güu¼OJ”o˜PùpX«É|y¯$pp0ÆÍâxÀÔÈð1€×‹Š ±>\ ßâëðF¯2f°Uâäâ| À1µøõâb…€¿hUó˜  °c¯˜4ÿÇ<Šü™µâl|8ba"*ÞOÖ0P  J¯€y®¼(Q¤è˜¨êðࣕ¨ãÅ@,¯@€Äjt7°;^ <Óã…¨D.¼Å(.Éã…D{"¢|;¬ ×±PøˆF¯< Ø@ð½+ÁT @0ñ„€ëß  v>¼ƒ£pj»þ¼dN:Gm"ê¼Â!.ð#Ø ¨>¼À¨(pP±àFm×ò …J=V*¿P b$¥[Éë«ÁÞ:lÊbx(‚€>€:°7^€©¢(1Æ0pUx!‡ÂAÀÌi:hæ½ÁÐjÀ``ÿ¯ úÇ@,¯A†vPâ÷Ž·þ¢ñ¼%@Ëÿ(|øéUæ¥Ø8 …@€ø\ À01€×£X…˜Á@v"¨x•î`:ô9ªñAà3€0þ¼[,ÿá@?±Bà"*¼Ì|#\øTèW’#€soÄ€:d@tAƒþP ì<ÕÖ`ý‡W¡V ðð¡døÐe6kØxàè¿ëÌø‘ PyÐ1€×¨‡ž(”¾xlcÀÝÿc«À¢ÀBmS—üÊðPÀ2 8Dq0W‚:T fÿ€à22½@Bâ:" ê¼> ùC Íx* ʇÕ_È'X“už jÿ‰Ü}^¡DëˆÀrP—`.¯@æ ܪ:¼€˜€Áÿoñlé•^4:|õâAG%˜õÎ0ñCTE @æo "ðÿø€ p‰€íÄ|ë’^Ú\XbJÏê&YEü¾BBÏê: A1?9•¥·Óø´ÒuG‹-µO›´4L “’…Á¡»!š\MäÏŠ%¼Hø @,@ÿ^ (1%\Iy¿ÐÕ‰©€'!@T ã¼M!p.& 7ixRI ¦Ä…”ðøT+há‰wŠëð”2 HskS N _Å(§À§²<ƒÚĘ‚V/‹äêƒc|^b€b€º!„€‘à ! ?t÷þ! ˜¢j eæ2¼M ùû oõ0à"©!ð±cÚ¾)ØØ<„îå ¨  „ûZOH|‰D„ª¹Ð HE!#FÔÂhž ,¢S.ŠI¬¦ö,´jÏí 6Ù,}L!âí\B¬‰D„ª&¤´¿Ò CPL oÑSNf'æ€5+º01ÄÒ&Fð Hh(•’…þ¦”PÜñe g€b ñ †IÒøî9e#²Û*ae4è†`²<@¡° É¥üÔ±°¤¢°fOÕ0 ",²‰PÉ…þ¨ä2D…¼ ¤”5j˜§ð q €© Þ9°}Ð Ê(¬Q,¼õ0 c +ÈMºâÑøÜ¸2Îà*ñG`ø\€ÂÊJIL[ÚÅh43 D4è :á×CâÈ6zÃí¡ T£·ÐçÀ'Á¨lõôp(œŒœŸ…wS5-Z &vIÇÀTšðDœ¯(ø%†€RŽEL¾‰„4¨ ÊÄ‘¾F>Ì45¯²OêÑ—^rà 7qUÞè^9$J˜Sb:á˜\”>(Åh2¸Ç^HyÕ3I%"` J$ VZÿ€OƒJ–es´(”b[ö¨IþÒ¾ªšJOLÄ¢BU%'ñ0 ðiC2֚̓68NèÍðXª˜r >&RHˆ° /#“~ü"Bƪ97à!z¦Ä â “ *L/b—I¿˜Ò €BZPm†ã*`†ÀT àDÒbri&“~K4ƒ`ôà0ÜíS  P’",r >,™ö뀨jwÊõñÐrPcó¬Ú˜°(lrnÿf2Б‹€cˆy—!nð ÊJQ)*©¥ß*̳¸ ¼p27¶€3H"+‘` Єb‹Ùg‘ª ì¡t2Pù x† I()uO_þ¯Ÿj›t'*‰$¢N€BJ+™«® (7#7+z‰g¶@è †—º‘MÒÃ6m[ èˆ6ÿØ @>ˆõ^9ˆ!ÄqomÔMD‚àñƒÂâu@ÆÜtuÔ˜`BÀŒâ5Ađ㠡ÁÕFÿð³&î ‹üuA(\. Ÿòƒþ¨|Æã(ÙuQ ÀÆ#UPú Oø=Àè˜èP9ª:ùÁЪ ¢$Oªƒgf`j„eTÀÛÿ _ð1ÿ íõÀ2iJ: UÄBà{ÿŸþ0U¤xò,à0uG„D°˜ê‘QÁÀ[ú‰=cÄ@MSEÀ>¨P0ÿÁ`r8õ p áQ L št:8™ãª }@TH a`’ _ðd(ºtøMPÀŒ@ üt ?õ0(8ø €|Ø€`9wPaàÈ(÷#@@r¢@4€ÜpWP@òpø<â$'¨ ìN#Îã ¢ 5‡ý°ˆ€Bu0â\$ê’øòRG lÑ<àj€äxÀj.(‚Äùp3‹®Õ2f°U'àf®=DÅ ~Ð6>«0€Ê 0Ì㇞ÅpfÔM‡ÌL$EC@µ€ÌÔèÒ«ó…]B…N€9€:ލpQÊ‚Ôñâ U¨ÐÞÀí@AGš|p 5…ÔÅ(.Éã…D{"¢|;¬ ÕЇÄB5AÏ`v6` IÐ @5@ðtÀ„€°˜?êô;Ž€YTge gÿxèà:/j eÿ”>ütª˜F”` à2záp7ÀÆTkð¡Ó(ÄXUò®`:ô9ªŠœ9€õË?øPìP¸Š©˜øF¸>/ð¨Ð©"81‘ €YÝÐ`ÿ”BXyª¬Àûª`Ñÿ OPav¬<ðt _õ0àD(uAç@ÆUÐóÅò€7¯ Œx¿ìu@¢ÀBmS—üÊ‚€þYÀr#‰€èê †Ž•(¿àø Œª€„ÄtDÕACà `ÿ”:ÔPåC€j¯ bMÖz«þ'põT(aÑJòìÕ@æ ܪ:¤À4ø2-€Ò2ª4:|õ 8,À¨p1€ÔPÕB€gP9€À œŸÿüÈ xÿÝQÔÛù0aÿ»úh®‚Y÷ð8æt(Ÿr ÀF ¿ˆÑðTUüd€`ª¿ˆ¨êŒE_ÆÇû‘ïá ?³` ªþ=ÉŠ]ü`‹‡ €o〫uÈ¿‰¶'K¯ø a¿šì€¯á<Ö à2„þ>ñ’/å9 ¿’îå9¯åù ·ñ ß[EkøÑ>‘À÷ð ôUü >îÈà_ĉâêwñî‘´w]¤]b€b€º!a€‘à ! [¡<ðñQWñìw€ñFßÀ:ä. ÐÕüÂàe €7ð·‡ÂÀ=Š¿ø| «ù´Ø7õOû¡•ü þ¯åq-¡Àòuþè;Ë‘ê¾dxêñÅÊH㣮¿AŒ¼QÀ2‘Ð@Åÿ^äq̯°ízÜ€Ö¼Nªx àc€ˆªñ°GDêø€u^i>¯àØÞH€8*þ݃§ùÑÃÉðï¿ÀìíxÉò«â?ޝ4Àc¯ä@w^P@c¦ñůø»¿›,uüŽ<…u_½x’ ޝQ­äðš ¹UùׇÔ ?ðØTuyq j:¼#´C®aõà ;¸@`í{2À22¾ ‰ÕïcDç"Ê•xf¸Ð>ÿ×¼¨\  5ö+ºðõ@4ªð QÎ"@˜²°ºó Ò˜6ã ™M*¾€;ûy~º¼\èÛ¯àÉ«ÙÃø’, 5øåy»¯"ƒütux?¸?WŒö:UxÀT@•^dè9P2€ÝלWñNî¼ àeÿ>¼ ð1‡Ì ?ð1ÿÀr¿:·éP8+òjþ¨@èG×Ñ ×—¥WÈáó Ú½¸ £ÀdOªñ`o€ÜN¯ø‰*:ëÃÁËþ:«ä9ˆ§‘ïરÌ«úø¨m^0 7UààÃÿîT ä[ùÀv Ÿðg‹Pè×ñ¡×mxÖFÀ5•^((õ-à ^ßÿüˆ xxÚ*€•âtˆé-¯.€`ÿªòU[ÉãhT‹y¼}úŸúü­ãzŠ‘¤EA†×˜ˆ2**P¿™š'Ÿ$á?‚¢òž¼e${ù…´‘ƒ¤´\ @1m¹•áh¨¨®±½UETRÁœ¼ÊDT‰11uáE¼­Uåxêy¨úò$è?ïã½ÕyP¨@kʫǀþ{¿Ž&:¼H‰Ò °«ø×ütôó|ÀŒuü—Ú½÷é†W‹\Þ.Gqv _ò«ôà"xu¾ñàp°º›ô}_€ªñà"O”A«y<&ƒ‚îU~uáÆõü6^\HޝÈíë˜}xÁÀnP{^ €0 Œ¯‚¢u{ÀXÑ9Ȳ€e^®´¿õïêh }Šàn¼=P *¼F³ˆæl¬.¼Ât f¸û¯àÄfSJ¯ ÁƒþÞ_®¯:6ëŸrEªöpþ$‹ ~y^@€EîëÆÈ Çÿ^Ç@nÕã#À=Ž•^0%W Y:T  7uçÕüS»¯$8ϯ_ü @!óOü ð¯À­ãzD€ÔÊüš¿ªú‘õôhµåéUòx|€6¯nèðê¼XÀ`7«Á>"JŽºððrÿŽªùb)ä{ø*¬s*ÁŸþ¾êWŒ@ Õx80ÿû•yþ@ð݃güâÔ:õüh!’´ëb€b€º!–Á€‘à uÃÀ[^5‘€ð eWŠ ýD x€ §=)d€d€º! !€‘Àî@ !égï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZ×wwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝÝÝÝÝï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÖűl[m¶Ûæµ­wwwwww{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷wwwwwwwwwwwwwwu±l[ÆÛm¶ù­k]ÝÝÝÝÝÞ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝl[ű¶Ûm¾kZÐÿý° 33DfffffUUU¶Ù$m¢I ªªªªªªªªªûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûï¾ûçwwwwww½ï{Þ÷½ï{Þ÷½ï{Þ÷½ï{Þ÷½ïwwwwwwwwwwwwwww[űlm¶ÛošÖµÝÝ“€…Ÿb€b€º!©€‘à ÈÍ^¡b€b€º!²á€‘à 1 Ì! wÁ×ÿü€ p‰€ÅÄ}»ø²Ð3¶‘“¿hš’JFüî;ÔL41|BÌlRKF‰¸ Ê%쪀íÄtoϯÆE†$5HÕ,5´ß=üßáÐÑ0“2>[D2nÏš(hHÆœCHè+èn$Ø‘ð€XuÓ·ƒJ&ãõKiÛ~Ö*` H]L;ÀT†gˆd.Ð Èk@ˆ…Ô&~8  œ1U0 S+øüšÈ€NÆä‰€aÀÿ@ Jb‰AƒÑS?™? €1Ê€wД@—ÛD÷ÈÐÐ(€bjyœŽ¨)îŸà ™†oÿƒv-9G`©vWh†ó÷+–ç õ0 6@€ªH@HŸT$÷'ÀÀQþã`(&Ž4„Jc½@àW3i$¤LŠ 8%!À!1EK‡f©„0 ÇðhiD¦€v’hÏóE–Y-”Íaª„¼1_—=bª`ÐLC;™ïE÷àvÅŒFˆe–‘§°è0iüðÐÒˆEmùAØA«©€1ä$_ÍÚÔ¤)þ‰¤0‡D¿ÞÔ%Š@jÎE©„2ƒ xø²Ê%1‰0‘à*H‘Cy-€efVˆNÁ! #ÔÂEbÝpÀ,9¼Þ‰5?3Dħmà ñD,BŤ¡-SBl. ,¡‚ “ÿû÷Tr >! èë€/,¢b@  Ê@À6Ëj˜”gí  …\@¦?À'&—öÍ OvÂà É…Q0 –¢ª` y €¯!mœTW伿fY#Ä$’Ðl~A0²aeâ†3›î@Q /€1(PˆR¸@  ÀÒ@~€1 C¯ù 3žc´!ƒþJà Û@'@jgáQ07;@€€½±hK1á$ú˜™iW‰¤"H˜†M/}¶½Ù¼B+.hh!|£ï› Îz¹õ0p H}X\¨ ʃC{õDÞrjÃ#çýªf{h°2 àÒ¹­ã  ÀL”l^}¹Ÿ“‚ª`jCKæ´ý@1ü3Îc@!(Râså"rLø¢XÒnüb@iS4’Sb‚F#_$ö€N€Ôm–tLJ8Í  À@‰c~Â@í@ņ€å2KîŸêuþ$‹S1A#¢Ã@sà 5eeðŸà°O|ˆ ÒŽQY ߊõ0$ÀD2&ØahÈ\XjrS¾9¢cs•„†”p(ß„)ÅTÀ“  T‰ì˜”#wæÄÐÔîÍ ‘L€1&¥ #>§©€1!àSà*LNÛ¿‰¤Ô£³x˜À\‹b” éŸ:”ë>¦ÈD˜$ÐA¡Ÿ#¹ì²Ñóh˜ÉzÅ @ÐÁ¨váŸSb9ú95vú÷û¾p Ào‰…î4n!…†L¤gµ0šR7+À¤˜ø7tí´™d„À:Kþ¸Ê1X JHܵÔD  šÛ@'%X œD(P.‚•b-G’ž©ùÿAš¦Ý Ê¢I)†èRQ\tRPãôCx¬1%bó¸MD€3RmPÐÝðÍÄø¬Q®ð K£P1Å"·AÒäz¬ÈðÕ\¡ 4‰Õ.::ë ÆPqGÈG@lqýA<ƒà"y•°íPà46° à¢uTK 0 áQ°GDêĨêšOªƒDàõ°ýÒpç•P~uÁdø;}H1¡ð4ÿÔdÈyUˆþ:¦ƒx uH€À[Î¥´:hâ‡WüÝÕxê‹à µw¨’ Ž©âÈ5Q a€6³`Íæ ƒëÀg¶ãªlʃO³üƒ`9Uõ#`ÖÇÔ0|¼5‘ã!ñÓ͈‡WÁ˜¤°;€kj­üøÎj‘çÔ­U+ÇTаì.¤IÐ4ÕuJ…@ÂR§DêŽü÷R§GTH‰Ò °ªŽƒüôtÌÇW}'L2¢çAW4\Žâì¿åWN'‡M÷Û ©º>®ª<Iòˆ5  à»•\êoP0ÿÀaQÕ.$ GT#´C®aõØ8 ÀÊj €0 Œ¬ªð4Nr, T3\hêð¡p6€ÖÅp7Põ@4ªˆÖqÀ-•…ÔÂt f¸û¯ 2šUh°`ÿ†®¨¹Ñ·Qn‘j¬áüIà• @"€wu"ƒütuAøè Áú£#À=Ž•Q€¨*¨Nƒ•( ÝNª"¨}IÎ_óê¿ø€CæŸøÿà9\ê‘ 5€r¹5z 9 Z4Ú—¥V@/˜PÕnèðê¢ÀÞ¸P@ˆ’£®¡àåÿUæ"žG¨* àå@ÖêT`nª ?þå@@žE©aÿˆ x2-C Thuª5‘€ð eTPPê @ œ ÛÉ9b€b€º!¼A€‘à ‚Q b€b€º!Å¡€‘à ! “á_ÿüÈ xÿ+øýtÛù8?îÿ”?Å긿Úù•úªOo¿™âª@t˜2þ`Ѝ©1Wóz¿™Pêæ&EŠêþ#H“#ßÇ««ø©qK¿§‘Rk ü ɤÈ6þžD‰1FßÀÈú¤Ið=U&@«ø&*þäE^›ÕŽw&×CüD !@2“#ßÀˆ…ÕÑ—ð!T"-`x1ñ¤\ŽÛø"LUüE&BHñpª»øRdkùˆª€7“#1¨.¤È6þERdÒ*LQ·ð-"®*þ*¢¤Å_Ä`b ɯO$>­áÿªÝ ü¯âÀú»ø’ « «ýÐË€ªÿ3ΰ»ù¼N¿‰ñÑ×OÐc¯ "€}ÓÁ<ƒà"y•w†õWñÎæ«ÆøèOˆQ×óIõ^ Ö x•^+Àëÿ ¼_ßWyPf’«ôëù¼u]ë:ßxàþÝýxêúUÿzò££¯ùWŽðuoûpÿÀ?]ÇSà ƒ 9^/ƒ8 c/ü/ëëî¿ßO o€ <GŒ‡ÇOoÿ;¿ç%‘mUô;[üXÿàÕßÓ€þþV«ù^:½5ü‰:ÁËþþºžT*ùS¢uüs³nþTèëùPa'ØUyP€ã­áŸ§W཯ù#®o$N•_¾·ÞºÞ×xð;ÿÁUo'‡W*ÿxr‚ ÄuypEGWž(uç؉_a@Ûü«ì} ×Û¯²$ÞUU^:Dºð’teÝ{è*¾¼D·—ë«Éuä:¿Ëº»Ó×—::þÇ@Áÿ^2 1Ò«Êr«É÷;Õy½ßɤ׀%@rÿœ/Óàk¿á:½ª€äŸõôËùzUþX]×/Uy‰×ðNTußÃøê¯°g¯U±:T@Þ¾@>ºòÝWƒàÛ•tõü€êÁ›þ øµ°ÕühuÀp‹^Px2ʯ%@ÛÀ@¼}àwŠã€ã€º!Ï€‘à œCð ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ ?°¾ETNFd€€¬`¤Äà¬`ïq@¬`:   …SINFEND!NERO("Àlibcdio-2.0.0/test/data/data5.toc0000644000175000017500000000032311661061676013444 00000000000000// $Id: data5.toc,v 1.2 2005/01/23 00:45:57 rocky Exp $ // XA disk // CD_ROM_XA TRACK MODE2_FORM2 FILE "isofs-m1.bin" 00:00:00 00:01:57 TRACK MODE2_FORM1 PREGAP 0:2:0 FILE "isofs-m1.bin" 00:20:71 00:00:10 libcdio-2.0.0/test/data/p1.cue0000644000175000017500000000042611114145233012742 00000000000000TITLE "Join us now we have the software" CATALOG 0000010271955 PERFORMER "Richard Stallman" FILE "BOING.BIN" BINARY TRACK 01 AUDIO FLAGS DCP INDEX 00 00:00:00 INDEX 01 00:01:00 TRACK 02 AUDIO FLAGS DCP INDEX 00 00:02:00 INDEX 01 00:03:00 libcdio-2.0.0/test/data/copying-rr.iso0000644000175000017500000135000011114145233014526 00000000000000CD001LINUX Rock Ridge Copy test ºº"""h ð Rocky Bernstein K3b - Version 0.11.20 K3B THE CD KREATOR VERSION 0.11.20 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM 2005030511122500ì2005030511122500ì00000000000000002005030511122500ì ÿCD001MKI Sat Mar 5 11:12:25 2005 mkisofs 2.01a17 -gui -graft-points -volid Rock Ridge Copy test -volset -appid K3B THE CD KREATOR VERSION 0.11.20 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher Rocky Bernstein -preparer K3b - Version 0.11.20 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort .../k3bsESIfc.tmp -rational-rock -hide-list .../k3bZbi0Bb.tmp -full-iso9660-filenames -iso-level 1 -path-list .../k3bM5p0Sb.tmp .../dummydir0/COPYTMPCOPYTMPˆh ðSP¾ïRRPX$mAAmTFh ði ìh ðCEíífh ðRRPX$mAAmTFh ði ìh ðri ìCOPYRR‰NM copyPX$mAAmTFi ìi ìi ì†i 3ìCOPY2.;1RRNM Copy2PX$m¡¡mSLCOPYINGTFi ìi ìi ì|HFFHi 3ì COPYING.;1RR‰NM COPYINGPX$$$TFi 3ìi ìi ""ìˆ$$i ìFD0.;1RR‹NMfd0PX$$aa$PNTFi ìi ìi /ìpi ìTMPRR‰NMtmpPX$mAAmTFi ìi ìi ìˆ$$i *ìZERO.;1RR‹NM zeroPX$$!!$PNTFi *ìi *ìi *ìfi ìRRPX$mAAmTFi ìi ìi ìfi ìRRPX$mAAmTFi ìi ìi ìŒ$$i 3ì COPYING.;1RRNM COPYINGPX$m¡¡mSLCOPYINGTFi ìi ìi ìfi ìRRPX$mAAmTFi ìi ìi ìfi ìRRPX$mAAmTFi ìi ìi ì”$$i 3ì COPYING.;1RRNM COPYINGPX$m¡¡mSLcopyingCOPYINGTFi 3ìi ìi 3ìERí T‡RRIP_1991ATHE ROCK RIDGE INTERCHANGE PROTOCOL PROVIDES SUPPORT FOR POSIX FILE SYSTEM SEMANTICSPLEASE CONTACT DISC PUBLISHER FOR SPECIFICATION SOURCE. SEE PUBLISHER IDENTIFIER IN PRIMARY VOLUME DESCRIPTOR FOR CONTACT INFORMATION. GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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. This program 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 this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. libcdio-2.0.0/test/data/Makefile.am0000644000175000017500000000173013204104700013753 00000000000000check_DATA = \ bad-cat1.cue \ bad-cat1.toc \ bad-cat2.cue \ bad-cat2.toc \ bad-cat3.cue \ bad-cat3.toc \ bad-dir.iso \ bad-file.toc \ bad-mode1.cue \ bad-mode1.toc \ bad-msf-1.cue \ bad-msf-1.toc \ bad-msf-2.cue \ bad-msf-2.toc \ bad-msf-3.cue \ bad-msf-3.toc \ cdda.bin \ cdda.cue \ cdda.bin \ copying-rr.iso \ copying.iso \ data1.toc \ data2.toc \ isofs-m1.bin \ isofs-m1.cue \ isofs-m1.toc \ joliet.iso \ malformed.iso \ malformed2.iso \ p1.bin \ p1.cue \ p1.nrg \ t1.toc \ t2.toc \ t3.toc \ t4.toc \ t5.toc \ t6.toc \ t7.toc \ t8.toc \ t9.toc \ t10.toc \ vcd2.toc \ videocd.nrg \ cdtext.toc \ data5.toc \ data6.toc \ data7.toc \ test-udf1.iso \ udf102.iso \ cdtext.cdt \ cdtext-libburnia.cdt EXTRA_DIST = $(check_DATA) libcdio-2.0.0/test/data/isofs-m1.cue0000644000175000017500000000014111733631122014056 00000000000000CATALOG 0000012101954 FILE "ISOFS-M1.BIN" BINARY TRACK 01 MODE1/2352 INDEX 01 00:00:00 libcdio-2.0.0/test/data/data1.toc0000644000175000017500000000017411114145233013425 00000000000000// $Id: data1.toc,v 1.1 2004/05/08 20:36:02 rocky Exp $ // Just a single MODE1 track. CD_ROM TRACK MODE1 SILENCE 0:59:74 libcdio-2.0.0/test/data/t8.toc0000644000175000017500000000024511114145233012765 00000000000000// check index increments TRACK AUDIO NO COPY FILE "cdda.bin" 0:10:0 INDEX 1:0:0 INDEX 2:0:0 TRACK AUDIO NO COPY FILE "cdda.bin" 0:10:0 START 0:5:0 // pre-gap libcdio-2.0.0/test/data/test-udf1.iso0000644000175000017500000336400011724573373014301 00000000000000CD001LINUX CDROM ½½  "p$ì GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM 2012012321161100ì2012012321161100ì00000000000000002012012321161100ì CD001LINUX CDROM ½½%/E  "p$ì GENISOIMAGE ISO 9660_HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE 2012012321161100ì2012012321161100ì00000000000000002012012321161100ì ÿCD001BEA01NSR02TEA01ÑmPð CDROM4F1E146B00002710OSTA Compressed UnicodeOSTA Compressed UnicodeÔÜ *genisoimageæ¯ð!*UDF LV InfoOSTA Compressed UnicodeCDROM*genisoimageµ[@ð"+NSR02&*genisoimageOd®#OSTA Compressed UnicodeCDROM*OSTA UDF Compliant*genisoimage@±m$ ð%ámPð0CDROM4F1E146B00002710OSTA Compressed UnicodeOSTA Compressed UnicodeÔÜ *genisoimageö¯ð1*UDF LV InfoOSTA Compressed UnicodeCDROM*genisoimageÅ[@ð2+NSR02&*genisoimage_d®3OSTA Compressed UnicodeCDROM*OSTA UDF Compliant*genisoimage@Ám40ð5 €ßàv@ÔÜ .&*genisoimage<ðAÎ×ð€ €0FÂðÔÜ OSTA Compressed UnicodeCDROMOSTA Compressed UnicodeCDROM*OSTA UDF Compliantüð+2¨0ÿÿÿÿÿÿÿÿ¥ˆÔÜ$ÔÜ$ÔÜ$*genisoimageˆÈGb  mw COPYINGÓ\P README±È5¨0ÿÿÿÿÿÿÿÿ„K‰ÔÜ$ÔÜ$ÔÜ$*genisoimageK‰hÿ¨0ÿÿÿÿÿÿÿÿ„ÔÜ$ÔÜ$ÔÜ$*genisoimage#ˆp$ìSP¾ïRRPX$íAAíèèèèTFp$ìp ìp$ìCEíífp ìRRPX$mAAmèèèèTFp ìp ìp ì|K‰‰Kp$ì COPYING.;1RR‰NM COPYINGPX$¤¤èèèèTFp$ìp$ìp$ìx$$p$ì README.;1RR‰NM READMEPX$¤¤èèèèTFp$ìp$ìp$ì"p$ì"p ì0K‰‰Kp$ìCOPYING.$$p$ì READMEERí T‡RRIP_1991ATHE ROCK RIDGE INTERCHANGE PROTOCOL PROVIDES SUPPORT FOR POSIX FILE SYSTEM SEMANTICSPLEASE CONTACT DISC PUBLISHER FOR SPECIFICATION SOURCE. SEE PUBLISHER IDENTIFIER IN PRIMARY VOLUME DESCRIPTOR FOR CONTACT INFORMATION. GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . This directory contains some simple examples of the use of the libcdio library. One might also possibly find useful C code among the regression tests (directory test), e.g. testbincue.c, testdefault.c, testiso9660.c, testparanoia.c, or testtoc.c Larger more-complicated examples are the cd-drive, cd-info, cd-read, cdda-player, iso-info and iso-read programs in the src directory. And going further there's the cd-paranoia program (in src/cd-paranoia), and "real-world' code in the xine VCD plugin, or the vlc CD-DA plugin which are part of those distributions. In some cases you may have to make small changes to compile these programs. For example, compiling using Solaris's C compiler with largefile support on a 64-bit system, may require changing C headers. Descriptions of the programs in this example directory are as follows... audio.c: Sample program to show audio controls. cdchange.c: A program to test if a CD has been changed since the last change test. cdio-eject.c: a stripped-down "eject" command to open or close a CDROM tray cdtext.c: A program to show CD-Text and CD disc mode info. discid.c: http://sourceforge.net/projects/discid/ using libcdio: a small program to calculate the disc-ID for audio compact discs. The disc-ID can be used to query info (tracks, title, interpret) about compact audio discs from a CDDB-Server. drives.c: A program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. eject.c: A program eject a CD from a CD-ROM drive and then close the door again. extract.c: Extract the full contents of either an UDF or ISO9660 image file. isofile.c: A program to show using libiso9660 to extract a file from an ISO-9660 image. isofile2.c: A program to show using libiso9660 to extract a file from a CDRWIN cue/bin CD image. isofuzzy.c : A program showing fuzzy ISO-9660 detection/reading. isolist.c: A program to show using libiso9660 to list files in a directory of an ISO-9660 image and give basic iso9660 information. isolsn.c: A program to show using libiso9660 to get the file path for a given LSN. mmc1.c: A program to show issuing a simple MMC command (INQUIRY). mmc2.c: A more involved MMC command to list features from a MMC GET_CONFIGURATION command. mmc2a.c: Show MODE_SENSE page 2A paramaters: CD/DVD Capabilities and Mechanical Status Page paranoia: A program to show using CD-DA paranoia (a library for jitter detection and audio-read error correction). This program uses an interface compatible (mostly) with cdparanoia. It looks for a CD-ROM with an audio CD in it and rips up to the first 300 sectors of track 1 to file track01s.wav. paranoia2: Another program to show using CD-DA paranoia using a more libcdio-oriented initialization. Probably more suited to things that otherwise use libcdio such as media players (e.g. for getting CDDB or CD-Text info) sample2.c: A simple program to show drivers installed and what the default CD-ROM drive is. sample3.c: A simple program to show the use of cdio_guess_cd_type(). Figure out the kind of CD image we've got. sample4.c: A slightly improved sample3 program: we handle cdio logging and take an optional CD-location. tracks.c: A program to list track numbers and logical sector numbers of a Compact Disc using libcdio. udf1.c: A program to show using libudf to list files in a directory of an UDF image. udf2.c: A program to show using libudf to extract a file from an UDF image. Many of the above programs can be compiled in C++. See that directory for C++ examples which include some of the above. ô×ð&€ €0õ×ð'€ €0ö×ð(€ €0÷×ð)€ €0ø×ð*€ €0ù×ð+€ €0ú×ð,€ €0û×ð-€ €0ü×ð.€ €0ý×ð/€ €0þ×ð0€ €0ÿ×ð1€ €0×ð2€ €0×ð3€ €0×ð4€ €0×ð5€ €0×ð6€ €0×ð7€ €0×ð8€ €0×ð9€ €0×ð:€ €0 ×ð;€ €0 ×ð<€ €0 ×ð=€ €0 ×ð>€ €0 ×ð?€ €0×ð@€ €0×ðA€ €0×ðB€ €0×ðC€ €0×ðD€ €0×ðE€ €0×ðF€ €0×ðG€ €0×ðH€ €0×ðI€ €0×ðJ€ €0×ðK€ €0×ðL€ €0×ðM€ €0×ðN€ €0×ðO€ €0×ðP€ €0×ðQ€ €0 ×ðR€ €0!×ðS€ €0"×ðT€ €0#×ðU€ €0$×ðV€ €0%×ðW€ €0&×ðX€ €0'×ðY€ €0(×ðZ€ €0)×ð[€ €0*×ð\€ €0+×ð]€ €0,×ð^€ €0-×ð_€ €0.×ð`€ €0/×ða€ €00×ðb€ €01×ðc€ €02×ðd€ €03×ðe€ €04×ðf€ €05×ðg€ €06×ðh€ €07×ði€ €08×ðj€ €09×ðk€ €0:×ðl€ €0;×ðm€ €0<×ðn€ €0=×ðo€ €0>×ðp€ €0?×ðq€ €0@×ðr€ €0A×ðs€ €0B×ðt€ €0C×ðu€ €0D×ðv€ €0E×ðw€ €0F×ðx€ €0G×ðy€ €0H×ðz€ €0I×ð{€ €0J×ð|€ €0K×ð}€ €0L×ð~€ €0M×ð€ €0N×ð€€ €0O×ð€ €0P×ð‚€ €0Q×ðƒ€ €0R×ð„€ €0S×ð…€ €0T×ð†€ €0U×ð‡€ €0V×ðˆ€ €0W×ð‰€ €0X×ðŠ€ €0Y×ð‹€ €0Z×ðŒ€ €0[×ð€ €0\×ðŽ€ €0]×ð€ €0^×ð€ €0_×ð‘€ €0`×ð’€ €0a×ð“€ €0b×𔀠€0c×ð•€ €0d×ð–€ €0e×ð—€ €0f×𘀠€0g×𙀠€0h×𚀠€0i×𛀠€0j×𜀠€0k×ð€ €0l×𞀠€0m×🀠€0n×ð € €0o×ð¡€ €0p×𢀠€0q×𣀠€0r×𤀠€0s×𥀠€0t×𦀠€0u×ð§€ €0v×𨀠€0w×ð©€ €0x×𪀠€0y×ð«€ €0z×𬀠€0{×ð­€ €0|×𮀠€0}×𯀠€0~×ð°€ €0×ð±€ €0€×ð²€ €0×ð³€ €0‚×ð´€ €0ƒ×ðµ€ €0„×ð¶€ €0…×ð·€ €0†×𸀠€0‡×ð¹€ €0ˆ×𺀠€0‰×𻀠€0Š×ð¼€ €0libcdio-2.0.0/test/data/t7.toc0000644000175000017500000000025611114145233012766 00000000000000// check two tracks with pre-gap and ISRC TRACK AUDIO NO COPY FILE "cdda.bin" 1:0:0 TRACK AUDIO NO COPY ISRC "DEMUA9800001" FILE "cdda.bin" 1:0:0 START 0:5:0 // pre-gap libcdio-2.0.0/test/data/p1.nrg0000644000175000017500000403505613204104700012763 00000000000000ðÿðÿãÿðÿãÿðÿØÿãÿØÿãÿßÿèÿßÿèÿõÿüÿõÿüÿ    ( (   éÿúÿéÿúÿÕÿòÿÕÿòÿµÿÛÿµÿÛÿœÿÈÿœÿÈÿ©ÿÉÿ©ÿÉÿÄÿÚÿÄÿÚÿêÿøÿêÿøÿ>#>#k1k1;;vBvBa6a6>+>+êÿûÿêÿûÿËÿéÿËÿéÿ²ÿÚÿ²ÿÚÿÎÿÞÿÎÿÞÿåÿñÿåÿñÿøÿøÿ   æÿòÿæÿòÿÇÿÝÿÇÿÝÿ®ÿÌÿ®ÿÌÿŠÿ¿ÿŠÿ¿ÿnÿµÿnÿµÿ™ÿÎÿ™ÿÎÿÐÿãÿÐÿãÿ€>€>ÚlÚlB©B©)›)›ÐmÐmq5q5dÿ¿ÿdÿ¿ÿçþ†ÿçþ†ÿ§þYÿ§þYÿ˜þGÿ˜þGÿ±þKÿ±þKÿêþqÿêþqÿ\ÿ¢ÿ\ÿ¢ÿÎÿëÿÎÿëÿ<&<&”U”UÙyÙy½d½d£Q£Q_0_0üÿüÿ øÿ øÿCCj0j0ˆ>ˆ>ŽHŽH`/`/éÿùÿéÿùÿˆÿÍÿˆÿÍÿ;ÿšÿ;ÿšÿìþrÿìþrÿÒþcÿÒþcÿÿyÿÿyÿ+ÿŒÿ+ÿŒÿƒÿ½ÿƒÿ½ÿüÿõÿüÿõÿ^2^2¬b¬bè‡è‡‚‚ØkØkVVjCjC>">"êÿïÿêÿïÿäÿìÿäÿìÿßÿéÿßÿéÿ»ÿæÿ»ÿæÿžÿÓÿžÿÓÿwÿÄÿwÿÄÿ9ÿ¨ÿ9ÿ¨ÿÿ’ÿÿ’ÿ"ÿ‘ÿ"ÿ‘ÿ\ÿ±ÿ\ÿ±ÿÍÿìÿÍÿìÿu<u<ŒŒ‹Ê‹ÊçùçùÚûÚûd¸d¸ŠEŠE’ÿÄÿ’ÿÄÿŽþLÿŽþLÿ¦ýÍþ¦ýÍþ ýzþ ýzþ!ýŒþ!ýŒþýÒþýÒþ³þgÿ³þgÿ00èèèèEE0!0!$$O¢O¢¸ϸÏäÿäÿäÿäÿºý×þºý×þüþüþ`û«ý`û«ý^ûœý^ûœý2üþ2üþÕýÇþÕýÇþ˜é˜éÔ‹Ô‹êêØüØüH*H*!! þÿ þÿ†ü5þ†ü5þ¬ûÃý¬ûÃýÀûÝýÀûÝýµü@þµü@þFþ2ÿFþ2ÿÊÿùÿÊÿùÿ8š8š\\£Z£ZvJvJõõ‘‘`3`3­ÿåÿ­ÿåÿNÿ¦ÿNÿ¦ÿÿ”ÿÿ”ÿPÿ§ÿPÿ§ÿÿÇÿÿÇÿ÷ÿ÷ÿ@ @ **¡ÿÎÿ¡ÿÎÿfÿ¥ÿfÿ¥ÿ(ÿ…ÿ(ÿ…ÿùþlÿùþlÿ&ÿŠÿ&ÿŠÿÿ´ÿÿ´ÿõÿ÷ÿõÿ÷ÿ¡M¡M*‘*‘ÍåÍåÜ÷Ü÷„Ç„ǪXªX˜ÿÔÿ˜ÿÔÿ‘þGÿ‘þGÿÁý×þÁý×þ ýþ ýþVýœþVýœþþ÷þþ÷þúþ‡ÿúþ‡ÿ66¼Ô¼Ô„Q„Qðð Q Qø ø Ã_Ã_ÄÿÑÿÄÿÑÿõþ^ÿõþ^ÿžþTÿžþTÿèþfÿèþfÿQÿ¡ÿQÿ¡ÿ©ÿÒÿ©ÿÒÿqÿºÿqÿºÿEÿ”ÿEÿ”ÿœþCÿœþCÿðýôþðýôþýÈþýÈþ"þÿ"þÿ4ÿ„ÿ4ÿ„ÿ††¥U¥UdWdW½ô½ô=©=©=%=%ˆ݈ÝÂþQÿÂþQÿ üÙý üÙýâù°üâù°ü:ø÷û:ø÷ûùüùüHû\ýHû\ýÂýÿÂýÿxÁxÁv^v^Ò¤Ò¤ÕÿÕÿÁ|Á|£[£[ÔÔ„ÿÿ„ÿÿÔü_þÔü_þûpýûpýVú4ýVú4ýIû}ýIû}ý!üþ!üþ³ýíþ³ýíþaÿÐÿaÿÐÿ‰‰rr·b·bä€ä€[,[,âãâãM¤M¤ÎnÎn§W§W„B„Be/e/îÿþÿîÿþÿWÿ¦ÿWÿ¦ÿ–þ?ÿ–þ?ÿ¿ýÎþ¿ýÎþývþývþü4þü4þ§üEþ§üEþ;ý’þ;ý’þŠþMÿŠþMÿl7l7¨]¨]¤e¤e.1.1SQSQUÅUÅŠÁŠÁònònÜýïþÜýïþbû¼ýbû¼ý²ùËü²ùËüàøDüàøDüíøcüíøcüUú2ýUú2ýlüIþlüIþñþŠÿñþŠÿ±Þ±Þ55/!/!5»5»ááههNÌNÌãzãzŽaŽa9ýwþ9ýwþúïüúïüª÷¼ûª÷¼ûÏõÓúÏõÓúnõeúnõeú»ö+û»ö+ûÆùÛüÆùÛüþýÜþþýÜþoJoJã¶ã¶Ê žÊ ž¼ ¶¼ ¶= X= Xd *d *ïïThThøûôýøûôý­÷û­÷ûQôÌùQôÌù}óvù}óvùŽôæùŽôæùq÷·ûq÷·û’û°ý’û°ýxxq q 4›4›íCíC`K`K¥H¥H@@ÔdÔdgÿ¯ÿgÿ¯ÿÿ™ÿÿ™ÿ[ÿ­ÿ[ÿ­ÿÍÿßÿÍÿßÿ**“ÿÁÿ“ÿÁÿÓþiÿÓþiÿ½ýíþ½ýíþäütþäütþ@üþ@üþÉûÓýÉûÓý ûÄý ûÄýbü þbü þTý²þTý²þÝþeÿÝþeÿŽCŽCëöëöV¼V¼ä™ä™YBYBnÏnÏû"û"¥¥\E\E[Ô[Ô9*9*öûÆýöûÆý øÝû øÝûýô`úýô`ú¬ò@ù¬ò@ù3ó%ù3ó%ùKõhúKõhúÉùÂüÉùÂüÿvÿÿvÿžå#TÆŸk ë| î ò²‡²‡• • O <O <è}¬+pÛÿîýÈþlû·ýkù·ük÷¹ûk÷¹ûóõîúóõîúáöEûáöEû‹ùmü‹ùmüÜü_þÜü_þúÿúÿ¯H¯H?¤?¤¿€¿€|¤|¤Xÿ·ÿXÿ·ÿýÆþýÆþ>üþ>üþ³ûÁý³ûÁýðücþðücþ11'Q'Qå%å%Ï ÒÏ Ò– +– +í Bí Bgvgvn€n€‘û ý‘û ýÒöéúÒöéúUòÈøUòÈøHðÔ÷HðÔ÷÷ñªø÷ñªø‹ôîù‹ôîù}ù½ü}ù½ü3ÿ“ÿ3ÿ“ÿÿÈÿÈÈ WÈ WZ ùZ ù¯ :¯ :å vå v' ù' ùNÇNÇÅiÅi­ü=þ­ü=þ²øJü²øJü“õÃú“õÃú$õFú$õFúIö)ûIö)ûøôûøôû û_ý û_ýýáþýáþ**; ; ßìßì$Š$ŠEÓEÓJ³J³ÊkÊk»è»èK?K?˜˜ÐÿãÿÐÿãÿjþ,ÿjþ,ÿMýšþMýšþèüXþèüXþîüiþîüiþ‡ý¶þ‡ý¶þ þ ÿ þ ÿêþrÿêþrÿÀÿØÿÀÿØÿ8+8+8877g2g2¢L¢L©_©_$üÿ$üÿÿ…ÿÿ…ÿþÿþÿWýŸþWýŸþýlþýlþ§ý»þ§ý»þÈþHÿÈþHÿ;;œeœe”e”eÈ'È'—ú—úIIçfçf¯þÿ¯þÿüØýüØýÓù¿üÓù¿üøçûøçû´÷˜û´÷˜û øáû øáûcùžücùžüñûÍýñûÍýŽþCÿŽþCÿ ˜ ˜2ª2ª%0%0ïï'¨'¨½½ÆsÆs¾d¾d(’(’­é­énCnC››lÜlÜU¹U¹T1T1}I}Iüþ‹ÿüþ‹ÿÇýÔþÇýÔþÔüDþÔüDþ…ü1þ…ü1þ°üCþ°üCþàüXþàüXþýoþýoþiý™þiý™þþÿþÿŸþDÿŸþDÿêþmÿêþmÿÿ€ÿÿ€ÿûþqÿûþqÿèþgÿèþgÿBÿ‘ÿBÿ‘ÿ88ÿ~ÿ~Œ^Œ^\:\:à à ϦϦ!¹!¹ÇüÇüvÖvÖ„4„4ªý¬þªý¬þûúEýûúEý˜ù|ü˜ù|ü‡ù¸ü‡ù¸üû;ýû;ýºü,þºü,þþþeÿþþeÿÙeÙe^¯^¯æsæs€@€@ÿzÿÿzÿÓýÛþÓýÛþãü^þãü^þ ýsþ ýsþFþÿFþÿÛkÛkîîÏ{Ï{ Õ Õÿ "ÿ "gpgpuÉuÉBåÿBåÿ7ûŒý7ûŒý½õcú½õcúrñJørñJøñøñøòÙøòÙøLö ûLö ûîü«þîü«þ¬¬c Zc Zl= l= ñP ñP   ¢ v¢ v,|,|Óû"þÓû"þõªùõªùÑïöÑïöÉìöÉìö,ï÷,ï÷»õ8ú»õ8ú†ü(þ†ü(þbb£û£û  Ü ÄÜ Ä á áe+e+¯O¯O  ý3þý3þÄúýÄúýúÚüúÚüÁû­ýÁû­ýAý¦þAý¦þAÿuÿAÿuÿãUãUO©O©””n4n4«ÿåÿ«ÿåÿMþ-ÿMþ-ÿ7ýšþ7ýšþ_ý¤þ_ý¤þÛýÖþÛýÖþ ÿ¨ÿ ÿ¨ÿëˆëˆ——¾¾û6û6“ “ Ô´Ô´cScS›þbÿ›þbÿŽûÐýŽûÐý%ùAü%ùAüK÷SûK÷SûÌ÷¤ûÌ÷¤û‡ùÛü‡ùÛüµý°þµý°þýéýéoéoé%}%}› Ü› ÜãIãI| | Þ Þ æþŽÿæþŽÿ€üIþ€üIþ½û­ý½û­ý3üþ3üþþý½þþý½þªþHÿªþHÿþÿþÿlý‡þlý‡þ#ûký#ûký[ùŽü[ùŽüAùDüAùDü€û5ý€û5ýáþ)ÿáþ)ÿ¢"¢"Ð ìÐ ì®Ø®Ø!p !p m=m=… A… A - -{úµü{úµü$òPø$òPø”ëÜô”ëÜôêè>óêè>óbìLõbìLõßòNùßòNù_û£ý_û£ýjïjïIùIù*> *> ´Ù ´Ù Lë Lë  Û ÛÞÞÉûÈýÉûÈý õú õúðé÷ðé÷¸ð{÷¸ð{÷LòùLòù ÷û ÷û ûAý ûAý?ÿ€ÿ?ÿ€ÿrºrºÍ‚Í‚+F+FyÿyÿJvJvTPTPªWªWý ý hÉhÉ2³2³³ÿËÿ³ÿËÿìýãþìýãþÞû¸ýÞû¸ý±ùŠü±ùŠüø¢ûø¢û÷*û÷*û÷|û÷|ûVùuüVùuüný¤þný¤þ‰Y‰Y4X4X® µ® µ……ÝdÝd¼ ¼ ššs\s\ÆùãüÆùãürô¸ùrô¸ù›ï>÷›ï>÷ÇíMöÇíMöTï÷Tï÷|ó(ù|ó(ùlù$ülù$üÿ®ÿÿ®ÿ‹/‹/º ûº ûÅ(Å(^[ ^[ ”g ”g ššw )w )‹u‹u§ÿ§ÿeøßûeøßûñøñøqëõqëõ¾çÕò¾çÕòÊçóÊçóœëmõœëmõó,ùó,ùýZþýZþxfxf›É ›É ¢¢c|c|¼â¼âMè Mè ? d? dnÿŸÿnÿŸÿ4ó:ù4ó:ùxé#ôxé#ô×ä¡ñ×ä¡ñpåÂñpåÂñ°è?ó°è?óéï@÷éï@÷øKüøKüô0ô0 % %–G–Gù ù á1á1 y yݘݘ­§­§3º3ºëþlÿëþlÿ—þVÿ—þVÿËþFÿËþFÿÈÿÈÿÞÿçÿÞÿçÿ¨þhÿ¨þhÿOývþOývþáú9ýáú9ýüøBüüøBüJøÊûJøÊû„÷\û„÷\ûP÷cûP÷cûÚøüÚøü¼úfý¼úfý°þ@ÿ°þ@ÿëÄëădƒd%Ú%ÚÇ ÇÇ Ç @ @›U›UB¬B¬ÐêÐê8 8 ƒ ƒ qþóþqþóþìõªúìõªú(ïÕö(ïÕö,éyó,éyóæøñæøñ èÑò èÑò÷ìõ÷ìõ"õ(ú"õ(ú”õÿ”õÿB ÙB Ù  Z0Z0LÐLÐ   ¸ ¸ ð1ð1†ÿŠÿ†ÿŠÿŸöœúŸöœúˆï°öˆï°ö[íóõ[íóõÞîùöÞîùöÕôéùÕôéùGûúüGûúü––ãýãý@>@>~e~e*8*8þ ÿþ ÿ«úêü«úêü øáû øáû¬øõû¬øõû¯ûÜý¯ûÜý¦¦ÒˆÒˆýýÃn Ãn Ÿ Ÿ øÂøÂåçåçk¶ÿk¶ÿï÷èúï÷èúPîŽöPîŽöÅæ*óÅæ*óÁæLòÁæLòöèÒóöèÒóeî ÷eî ÷€÷äú€÷äú«ù«ùç æç æpÎ pÎ } } ÕM ÕM ³r ³r ñªñª[J[Jå$å$ ù^ü ù^üÅò[ùÅò[ùMï÷Mï÷JïïöJïïöÓñ#øÓñ#øyõ>úyõ>úÓù}üÓù}ütýÅþtýÅþï¤ï¤¿&¿&ùùV¾V¾>>œ-œ-êàêà••¡ù¡ùÁ Á þÿíÿþÿíÿÓýÔþÓýÔþüÞýüÞý#ûjý#ûjýûXýûXýËû³ýËû³ýÃüBþÃüBþ=þ ÿ=þ ÿwÿÉÿwÿÉÿx<x<\2\2C)C)¹{¹{¡¡¶a¶a?ÿ¤ÿ?ÿ¤ÿ¯ýµþ¯ýµþüÑýüÑýâúBýâúBýûPýûPý•ü8þ•ü8þÿ‡ÿÿ‡ÿ·×·×j÷j÷Ó¥Ó¥u =u =  )  )ž Xž XaœaœG±G±®ÿîÿ®ÿîÿiûWýiûWýˆ÷Fûˆ÷Fûƒô«ùƒô«ùó´øó´øóäøóäøqô©ùqô©ù ÷Jû ÷Jûƒû~ýƒû~ýÉÿ Éÿ ººss¯«¯«““ * *C'C'ƌƌw­w­õõ×ר‡¨‡† † ÀÀtjtjõõcÿÿcÿÿ4ýTþ4ýTþyûfýyûfýgúÝügúÝüÏúGýÏúGý8û¨ý8û¨ý ûÆý ûÆýTüþTüþ:ý•þ:ý•þ=þýþ=þýþÿUÿÿUÿ6ÿŸÿ6ÿŸÿÏþlÿÏþlÿ€þ#ÿ€þ#ÿEþÿEþÿôþwÿôþwÿÐÿüÿÐÿüÿÍøÍøÌÌvŽvކ±†±Å bÅ bR -R -#Ú#Ú@ @ qÿÿqÿÿÒû¦ýÒû¦ýñøüñøüø…ûø…ûäøüäøüû7ýû7ýÇý¸þÇý¸þþÿõÿþÿõÿ"ˆ"ˆ“9“9.ÿƒÿ.ÿƒÿ;ý‰þ;ý‰þòú9ýòú9ýÔù®üÔù®ü4ú¶ü4ú¶üü©ýü©ýóÿóÿ"Á"Á¨ Õ¨ Õú=ú=£¹ £¹ 7ò7ò€ X€ X‰ñ‰ñ¤úý¤úýóùóù í’õ í’õëêfôëêfôâëíôâëíô„ðu÷„ðu÷è÷ûè÷û€€7 †7 †èP èP FFŸ… Ÿ… € ê€ êâþ@âþ@¦ôÒù¦ôÒù‚ì±ô‚ì±ô2ænñ2ænñìæIòìæIò+ë=ô+ë=ôDö²úDö²úoÿoÿäZäZºÌºÌÜy Üy p‹ p‹ (³(³ø ‚ø ‚ÉÔÉÔßý]ÿßý]ÿIøüIøüëôRúëôRú"öÓú"öÓúhø`ühø`ücû±ýcû±ýáýÌþáýÌþïÿ¶ÿïÿ¶ÿßußuN$N$ÖÿáÿÖÿáÿuÿ«ÿuÿ«ÿ°þIÿ°þIÿþüþþüþ~ÿÉÿ~ÿÉÿ>p>p·â·â%M%Msâsâ0 ©0 ©°¬°¬MËMËiyiyºü.þºü.þîõ´úîõ´úðö÷ðö÷iïÚöiïÚöŸð“÷Ÿð“÷<õ/ú<õ/ú.û‡ý.û‡ý¹Î¹Î› ´› ´ÈÈPk Pk .ý.ýa ¶a ¶‚â‚â”ÿöÿ”ÿöÿ$ùü$ùü=õ:ú=õ:ú‡õ}ú‡õ}úÝùIüÝùIü{ý@þ{ý@þfÿxÿfÿxÿþÿþÿgûeýgûeýø¹ûø¹ûDönúDönúpö³úpö³ú•ú4ý•ú4ýþÀþÀY –Y –™ ™ è蜜q q ÊôÊô«€«€yó\ùyó\ù"èÙò"èÙòJßÃíJßÃí±Ýªì±Ýªìã2ðã2ðßðB÷ßðB÷_üOþ_üOþý =ý = a aó!@ó!@5M5M} } ý†ý†ÉKÉKŸú5üŸú5üBó"øBó"øëòôëòô*ë§ó*ë§ókíÑõkíÑõ£ô‰ù£ô‰ù­ú¨ü­ú¨üªÿ>ÿªÿ>ÿ¸¸ô5ô5x jx j´ê´êñnñnÆ9Æ9ë1ë1}é}é˜ê˜êŸãŸã[3[3tÿ¯ÿtÿ¯ÿ„ü)þ„ü)þœøãûœøãûõúõú:ó¾ø:ó¾ø©ò€ø©ò€øôOùôOùø©ûø©ûæþ;ÿæþ;ÿy y DwDwYì Yì · · ~… ~… øjøjŠnŠnIüïýIüïý!òBø!òBøêÄóêÄóûäLñûäLñ åMñ åMñMê¨óMê¨ó<ð¬÷<ð¬÷ ùÆü ùÆü§þ§þ7 7 á) á) ËFËFMDMD< < WÜ WÜ 7 7 ÑàÑà›úý›úýnïönïöhå”ðhå”ð­Ýïì­ÝïìÜÙÏêÜÙÏêˆÜKìˆÜKì)æ¦ñ)æ¦ñ‡ò‡ø‡ò‡øMM†T †T ß Pß P7*ƒ7*ƒ±*Ʊ*Æ­"Q­"QNNû û ù7üù7ü êÝó êÝó(Ü(ì(Ü(ìÒÖ1éÒÖ1é1Ûœë1ÛœëwäQïwäQï¾îkö¾îkö•ý þ•ý þ­ W­ W‚ ‚ hh. . e e ‘›‘› ÿ ÿŠüŠü´ÿÿ´ÿÿ·üþ·üþüÀýüÀýÅýÐþÅýÐþ:ÿ±ÿ:ÿ±ÿ›þÿ›þÿ~ü4þ~ü4þÔú*ýÔú*ýc÷ûc÷û¹ô…ù¹ô…ùZóýøZóýø‹óBù‹óBùàõúàõúùüùüúýäþúýäþ˜†˜†àñàñ? Ø? ؽ Ƚ ÈÅ; Å; øt øt uH uH á+ á+ Æv Æv F ÅF Å¥ ¥ Ó÷ìúÓ÷ìúYî8õYî8õåÀðåÀðÚÝ>ìÚÝ>ì¢Ûãê¢Ûãêéßµíéßµíêóêó_ùDü_ùDüVqVqÁR ÁR Ž"WŽ"WÚ)Ú)<(Ã<(Ãf­f­š× š× ''ˆ÷éûˆ÷éûhí&öhí&öxå²ðxå²ð;äÐï;äÐïhéQóhéQóhñŒ÷hñŒ÷®ù.ü®ù.üãõãõ†Ò†ÒŽ XŽ XÖkÖkäºäº›› ý­þ ý­þFùUüFùUüé÷«ûé÷«ûü¨ýü¨ý&ü&ü ï ïÈÜ ÈÜ Ìå Ìå Gq Gq ×F ×F úqúqÀû¸ýÀû¸ýéï›öéï›öŠæùðŠæùðpà÷ípà÷íùàÊîùàÊîå®ðå®ð•îàõ•îàõúMüúMüUU@Ê @Ê Ø Ø AnAnÁvÁvµË µË ¨ ¨ «æ«æzü3þzü3þFóÊøFóÊøþëôþëôoçòoçò­êüó­êüó¤íOö¤íOö^ôú^ôúÒûýÒûýð­ÿð­ÿl\l\+€+€E °E °Ñ Ñ  £ £zËzËLŸLŸààdd5þ¦þ5þ¦þuüþuüþ‡û†ý‡û†ýŸû”ýŸû”ývüþvüþý–þý–þ©þ4ÿ©þ4ÿžÿ·ÿžÿ·ÿ/"/"sDsDÌÿÔÿÌÿÔÿEÿyÿEÿyÿ”ÿÕÿ”ÿÕÿz z \\ ïÿ ïÿµý‚þµý‚þwúýwúýê÷×ûê÷×ûµöóúµöóúÝ÷QûÝ÷QûBúäüBúäüssyy  KE KE   õð õð ô° ô°  ’’Ïù#üÏù#ümñö÷mñö÷×ê±ô×ê±ôæè¸òæè¸ò†é"ó†é"ó±íLõ±íLõYó(ùYó(ùÐúúüÐúúüÁ(Á(ˆˆs 3s 3É ¨É ¨¯ ¯ ÓûÓûßzßzÍþkÿÍþkÿgüSþgüSþ²ýÿþ²ýÿþ°x°xöö³³‘÷‘÷r Tr TB;B;|Ú|Ú••±üYþ±üYþ”ù“ü”ù“üHø¹ûHø¹ûßøÏûßøÏûvùñûvùñû¢ùü¢ùü<úÏü<úÏüvûmývûmý‡üþ‡üþrýpþrýpþOýnþOýnþ÷üDþ÷üDþ»üþ»üþ<ýkþ<ýkþÿÐÿÿÐÿRQRQšƒšƒô !ô !Q(Q(Ó­ Ó­ Ñ Ñ Ÿ ‰Ÿ ‰)=)=ÿ~ÿÿ~ÿ(÷û(÷ûÓð˜÷Óð˜÷RîøõRîøõ'ð÷'ð÷-ôªù-ôªù¶úü¶úü66N,N,s ‡s ‡®®»ê»ê¹£¹£%þ ÿ%þ ÿtúóütúóüŠ÷KûŠ÷Kûø ûø ûû<ýû<ý ÿ ÿ ÿ ÿdÒdÒ1 ¢1 ¢¶¬ ¶¬ é é ñ ñÀºÀºhý þhý þõ0ùõ0ù;íÜô;íÜô5èÑò5èÑòÝéKóÝéKó"ïXö"ïXöãösúãösú‰~‰~üüBBôô@n@np½ p½ ƸƸ°ûý°ûýGíÉõGíÉõÜá¢ïÜá¢ïAßDíAßDí^á0ï^á0ïçëiôçëiôÆôÙùÆôÙùTTõõ  ppŸ Ÿ r r ªuªuîî¡ú\ý¡ú\ý—õqú—õqúÒóøøÒóøø‚ôUù‚ôUùØ÷ ûØ÷ ûuûýuûývþÊþvþÊþM1M1<}<}|X|XÞÿâÿÞÿâÿ’þ5ÿ’þ5ÿ‰ý«þ‰ý«þÿýºþÿýºþ¬E¬E——•Û•Û… °… °Ù Ù e xe x# ª# ª*l*l¶ÿ´ÿ¶ÿ´ÿ«÷û«÷ûmðP÷mðP÷ÈêüóÈêüóâépóâépóµìõµìõõcùõcùüäýüäý¦Í¦ÍÄW ÄW Õ­Õ­  j j Ž9Ž9]üçý]üçýÂõ(úÂõ(úIò)øIò)øõ=ùõ=ù–÷Âû–÷ÂûeûßýeûßýþÿþÿýÖþýÖþŽùAüŽùAü°õ6ú°õ6ú´ò¤ø´ò¤øÒô]ùÒô]ùÝúÝüÝúÝüVVÒ ¿Ò ¿Ía Ía Y ¿Y ¿o!Eo!E¬ ¬ ¢ €¢ €3pÿ3pÿ|ðÔö|ðÔö%ãÙî%ãÙîÁØ¡èÁØ¡èØsèØsè”Þþì”Þþìèï&öèï&ö<þÕ<þÕ[  [  ncnc×"×"ð$¹ð$¹ÕþÕþ3 3 >ó>óqóûqóûësõësõÓæòÓæòêžóêžóíõíõ&ó­÷&ó­÷KøöúKøöú¨¡ÿ¨¡ÿpmpm ¯ ¯' ' ¹ÿ¹ÿll????1‡1‡@M@Mìoìo € €x«x«µÿ·ÿµÿ·ÿ¿û»ý¿û»ý’÷û’÷ûÚóùÚóùño÷ño÷kð ÷kð ÷ÌòhøÌòhø÷;û÷;û³þÿ³þÿ: C: C¢Š ¢Š /©/©¶“¶“ÚÅ ÚÅ e.e.nnùüùü°îö°îöƒæzñƒæzñ†áîí†áîívâ(ïvâ(ï½ç¹ñ½ç¹ñ?ñ‹÷?ñ‹÷ütýütýùKùKq¸q¸ôÍ ôÍ ‚¶‚¶± ȱ Èÿ·ÿ·R!R!p p t²t²ø‚ûø‚ûlêólêó¬ß.í¬ß.íq×Wèq×WèÔêæÔêædÚýédÚýéÿâdïÿâdï/ò¢ø/ò¢ø__pž pž È#VÈ#Và.à.(.å(.åÙ&_Ù&_7f7f±r±r•òg÷•òg÷ âÀí âÀí8Õ1æ8Õ1æÒÔ"çÒÔ"ç+ÕIè+ÕIè8ä—ï8ä—ïáð”÷áð”÷qÿÐÿqÿÐÿH H ¹# ¹# üüÜ Ü ±ê ±ê ÒåÒåèèö­ö­áÿZÿáÿZÿü2þü2þ5ý”þ5ý”þÆýéþÆýéþ—ÿ·ÿ—ÿ·ÿ²þúþ²þúþìüúýìüúý¨ø¶û¨ø¶ûNõïùNõïù„óúø„óúøñò©øñò©øéóÔøéóÔøüõ/úüõ/úIú´üIú´ü§þ2ÿ§þ2ÿ I I<Â<ÂÙ ±Ù ±ååõ‹ õ‹ fé fé Õ Õ ) ) þ þ Ž ¸Ž ¸šxšx]ôBù]ôBù™êó™êóUàríUàrí|Ø…é|Ø…éØ6éØ6é1ßí1ßí”éøò”éøòŒûYýŒûYý7 Ò7 Ò;·;·¡(‚¡(‚¥.ú¥.ú5+ç5+ç1#'1#'ø. ø. ضضô·ùô·ù«æ°ñ«æ°ñsáuísáuíqâîqâîùçòùçò¬ð¤ö¬ð¤öDú)ýDú)ý-€-€] ] º –º –| É| ɳM³Mé;é;=ýÈþ=ýÈþ¬ø$ü¬ø$ü÷§ú÷§ú–úEý–úEýjpÿjpÿd Íd ÍUá Uá ÕÕ‡c ‡c ?Z ?Z ''’û·ý’û·ýfð÷fð÷çÚñçÚñÃàÐíÃàÐíSâðîSâðî*æ~ñ*æ~ñ_ïCö_ïCö5ü›ý5ü›ý8š8šÙ6 Ù6 d›d›·Í·Í»š»š. . > e> eŽÌŽÌßù{üßù{üUñŽ÷UñŽ÷Ÿê¯óŸê¯óÒé×òÒé×òxìàôxìàôæò5øæò5øSø ûSø ûëýŸþëýŸþh¤h¤ãiãi X XÚ ¡Ú ¡ m mD@D@ªôªôz^z^©©Òþ-ÿÒþ-ÿHþ)ÿHþ)ÿlþ)ÿlþ)ÿPþ,ÿPþ,ÿXÿ¬ÿXÿ¬ÿ1919àŠàŠ˜Y˜Y¸ÿÐÿ¸ÿÐÿÿjÿÿjÿKþëþKþëþþìþþìþÎþmÿÎþmÿÆÿØÿÆÿØÿF/F/ ÿŒÿ ÿŒÿ û­ý û­ýÙø1üÙø1ü³ö®ú³ö®úõˆùõˆù{÷¹ú{÷¹úäû'ýäû'ý££ Ô ÔØ  Ø  ê[ê[Œ÷Œ÷a-a-,^ ,^ y2y2ˆüUþˆüUþâòÈøâòÈø?ëbô?ëbôNæýðNæýðèæ7ñèæ7ñ"é‚ò"é‚òëî"öëî"ö öðù öðùæþ§ÿæþ§ÿMMÝ TÝ T÷ ÷ † $† $¨ õ¨ õ#T#T–ÿWÿ–ÿWÿåûdýåûdý-üðý-üðývüjþvüjþVÿkÿVÿkÿ:Ö:ÖVÅVÅÃHÃHîJîJrÚrÚõgõgGþÿGþÿPûýPûýúøáûúøáû8ùúû8ùúû…ùü…ùüÝùJüÝùJü=úºü=úºü€ûYý€ûYý˜üäý˜üäý‰ý]þ‰ý]þËü)þËü)þ=üþ=üþØûŸýØûŸý–ûTý–ûTýÚüþÚüþÚ]Ú]ÞÞX cX cx Yx Yœ@ œ@ Nä Nä x àx àÞMÞM¤8¤8òùüòùü™ôÊø™ôÊø;ï†õ;ï†õZîˆõZîˆõÅñ1÷Åñ1÷÷®ú÷®ú™ýÊþ™ýÊþÜ%Ü%ãQãQ˜ …˜ …Ï {Ï {nTnTÉûÉû§üþ§üþˆøPûˆøPûLõëùLõëù´öEú´öEúuú·üuú·ü²þiÿ²þiÿ ` ` ‹ ‹¡ ¡ tÄtÄû iû iàýàý”û¥ý”û¥ýÌóÜøÌóÜø¬ìô¬ìô¿ê5ó¿ê5ó¥ë4ô¥ë4ôzñó÷zñó÷ûàüûàüøøËß Ëß ODODÛaÛaîOîO' ' "æ"æŠøûŠøûfìôfìô×â”î×â”îgáígáíüåãðüåãðmðs÷mðs÷ïüüýïüüý$I$IRV RV ºK ºK %9%9%¦ %¦ ÈaÈaÏϰ ° èù@üèù@ü}ô;ù}ô;ùÒò›øÒò›øõó>ùõó>ù&øµû&øµû­ûÆý­ûÆý›þ|ÿ›þ|ÿCpCpðjðjàcàcG[G[Éÿ Éÿ cÿËÿcÿËÿ÷w÷woOoOvÅvÅÇ Ç ¿ À¿ À1n1nd ;d ;£†£†ºJºJ¹ùü¹ùüòà÷òà÷Ùì™ôÙì™ôèlñèlñ5êÅò5êÅò.ðŠö.ðŠöùõûùõûhhººTO TO BB~ç~çÔy Ôy F ±F ±±ÿ³ÿ±ÿ³ÿ©ôú©ôú½ïšö½ïšövïôõvïôõ(ôAø(ôAø(ø û(ø û‡ûaý‡ûaýVþRÿVþRÿ ü þ ü þúüúü÷™ú÷™ú¯ôtù¯ôtù"ø@û"ø@ûÈüZþÈüZþÏiÏiÙC ÙC &&ë"Œë"Œ Û Û$$/ z/ zRû—ûRû—ûçécòçécòÜëÜëòÓŠæòÓŠæHÙyéHÙyéÑáZîÑáZîêòqöêòqöéWéWCø Cø ;!š;!šñ$ñ$¸!ð¸!ðììV gV g¡ÿ¡ÿ­ó4ù­ó4ùŸë´óŸë´ó¥êKó¥êKóÁë(óÁë(óÊïöÊïö–ôxù–ôxùÌùÓüÌùÓü*™ÿ*™ÿU’U’ ò ò² ¦² ¦qqJ’J’=¨=¨Á:Á:}}ë¥ë¥T¦T¦\Ù\Ù|ý‡þ|ý‡þùêûùêûžõ¡ùžõ¡ùFòß÷Fòß÷Åï‘öÅï‘öçï¿öçï¿öÔôCùÔôCù!ü£ý!ü£ýíŽíŽA JA JñÑ ñÑ ÙÑÙÑææf f p àp à¤ÿéÿ¤ÿéÿåô˜ùåô˜ùëçóëçóqãwïqãwï±á°í±á°í&ãßî&ãßî,êVò,êVò¨ó´ø¨ó´øýýýýýýö/ö/uò uò ÿ9ÿ9ƒ!Aƒ!A°"¾°"¾Í™Í™Nì Nì d ‰d ‰óÿóÿ¹ñçö¹ñçöæä‘ïæä‘ï‘Ùõè‘Ùõè'Òòã'ÒòãDÓ^åDÓ^åJÛ«èJÛ«èêîñêîñû‰ûû‰û l lJÂJ *Ü *ÜD2›D2›g-­g-­µ$æµ$æ4 4 ¢ÿVÿ¢ÿVÿ¡íƒó¡íƒóªÜêªÜê"Ôæ"ÔæRÖyçRÖyçÍÝ¡ëÍÝ¡ë8ëÚó8ëÚó{ø¸ú{ø¸úÛEÛEö ö {ï{ï((¹¨ ¹¨ û§ û§ ™ )™ )é9é966cü~ýcü~ýÒûÅýÒûÅý*üþ*üþÔýDþÔýDþžþ|þžþ|þŸü0þŸü0þ4ú1ü4ú1üÐö¡úÐö¡úáôqùáôqù{ó”ø{ó”ø¢óÀø¢óÀøçõúçõúùüùüÒý—þÒý—þõõ£õ£õQ ÀQ À= = ý ý ˆ ˆ ×  ×  Ÿõ Ÿõ wi wi À EÀ ERR³üæý³üæý]òø]òøßçùñßçùñ¹ß”ì¹ß”ìwÛDêwÛDêfÞãëfÞãëLã ïLã ï«ð³ö«ð³ö þýÿ þýÿ‘ ‘ D2D2ƒ&ñƒ&ñ«(ª«(ª #ñ #ñÂÂÁÁÁÁIýóþIýóþ"ï ö"ï öåãÒïåãÒïfá îfá îã¯îã¯îÀêºòÀêºòfõ#ùfõ#ù7þsþ7þsþãŽãŽ  Ü ‘Ü ‘@ š@ šD6D6nOnOÐûŠýÐûŠý øSû øSûü÷8ûü÷8ûYüÉýYüÉý»‹»‹  G™ G™ V V 6: 6: Ø Ø qŠqŠf÷¨úf÷¨ú¿íUô¿íUô0æFð0æFð£äÔî£äÔîOæÐðOæÐðqë†óqë†óøôÉùøôÉù}þøþ}þøþ• ƒ• ƒ>‰ >‰ HH--³” ³” ÍE ÍE °g°g]þ‘ÿ]þ‘ÿ ÷‹ú ÷‹úð‹öð‹öëpóëpópì}ópì}ó…ï‘ö…ï‘ö?õú?õú»üÁý»üÁýÜxÜxËvËv̸̸y (y ( ˆ ˆDŠDŠk›k›í®í®þÿþÿ«üþ«üþ,ý^þ,ý^þ ý þ ý þáþ*ÿáþ*ÿK)K)tstsÝyÝy””lÉlÉÍÍ•ÿýÿ•ÿýÿþÈþþÈþäüÑýäüÑý²üíý²üíýþÿþÿÃÿÃÿÀÿôÿÀÿôÿþ¹þþ¹þYú›üYú›üb÷ðúb÷ðúõ©ùõ©ùªôþøªôþøA÷AúA÷AúýBþýBþ߉߉+ |+ |„3 „3 *Ö*Ö„¿„¿rrKÅKÅ55û/üû/ü]ñ‰ö]ñ‰ö³éò³éòÒã²îÒã²î äaï äaïÃèòÃèòiï6öiï6özùÿûzùÿûÁqÁq¢ ×¢ ×âR âR Ú† Ú† å°å°ˆ -ˆ -”¨”¨ãüõýãüõýGúAüGúAüåú£üåú£üý‰þý‰þHHˆ/ˆ/¯Ø¯Ø# !# !( ( ¿ ¿ âAâA‘ýšþ‘ýšþHùwüHùwüEøXûEøXûFøûFøû©ù)ü©ù)üâú(ýâú(ýrûJýrûJýùûÂýùûÂýÞü,þÞü,þ¤ý‰þ¤ý‰þUýfþUýfþÕüþÕüþõû‰ýõû‰ývüéývüéý ÿ„ÿ ÿ„ÿ : :®¬®¬å áå áö` ö` Ç9 Ç9 PÓ PÓ ® (® (;;ÿDÿÿDÿ½öú½öú)ðñõ)ðñõëDóëDóQí’ôQí’ô„ñ ø„ñ øáøûáøû¥+¥+ñ]ñ]ò ´ò ´i Yi Y: þ: þ:´:´AZAZÎûýÎûýq÷qúq÷qúôeøôeøpô=ùpô=ù‹øŸû‹øŸûJÅÿJÅÿ”Ȕȕ û• ûwx wx – – r r p-p-ûÐýûÐýlóšølóšøtí{ôtí{ô ëqó ëqóPìôPìô±ó.ø±ó.øóûìýóûìýpªpª† † uu-ƒ-ƒåæ åæ nÃn÷ÿå·ÿåSñåøSñåø[éò[éò<ã…í<ã…í‡á4í‡á4í5è]ñ5è]ñÓô¬øÓô¬ø@ÿ¹þ@ÿ¹þ ¤ ¤È, È, /±/±g¿ g¿ ~Ÿ ~Ÿ ! ª! ª*i*iœþÿœþÿð÷Óúð÷Óú¤òø¤òøóòbøóòbø¹ônù¹ônù´øû´øû üƒý üƒýÕþ”ÿÕþ”ÿÏÏiûiûñ`ñ`íÿàÿíÿàÿÿxÿÿxÿnÿ©ÿnÿ©ÿxùxù(Â(£&£&$ $ ̫̫MñMñÈ ÎÈ Îãöãöùþ§ÿùþ§ÿ÷'ú÷'úJïÆõJïÆõGé`òGé`òùæ°ðùæ°ð}ê¦ò}ê¦òàðMöàðMöwýcþwýcþ»û»ûóB óB 8b8b‚‚×}×}Î Î  ô ôîÿîÿIöùIöùvîövîö™î ö™î ö’ôÐø’ôÐøšù-ûšù-ûÊý+ýÊý+ý‡þÔþ‡þÔþñý|þñý|þ@ú±ü@ú±üW÷ÔúW÷ÔúúõÎùúõÎù°ù£û°ù£û[þóþ[þóþÀÐÀЛd ›d "Ž"ŽJ »J »ðìðìÛ Û mKmK¿õKú¿õKúèAñèAñ¿Ûöè¿Ûöè¿ÖÍæ¿ÖÍæ¼Ü|ê¼Ü|ê˜èÖð˜èÖðbø§ûbø§ûí‚í‚n n EÙEÙé#°é#°~b~b  $ /$ /ˆþ*ÿˆþ*ÿüóDøüóDøšëÈòšëÈòÑéhòÑéhòñìyóñìyóÇïœöÇïœö›ôNù›ôNùÃûCýÃûCý¤…¤…’(’(­?­?h Sh S¸-¸-6)6) E E°ô°ô“»“»ÁÁäÿ¾ÿäÿ¾ÿ”ûfý”ûfý ÷æú ÷æú‹ôòø‹ôòø7òw÷7òw÷Gñ×öGñ×ö¼òÞ÷¼òÞ÷r÷¼úr÷¼ú†ýIþ†ýIþLÁLÁvôvôÞ Þ ¿%¿%ççtQ tQ ÃÃÔýþÔýþ0ñ÷0ñ÷&çñ&çñmâ£ímâ£íjàìjàì-äFï-äFïšêÔòšêÔòðVölõØù°ú½üôÿ£ÿ¥ V uh× h× uÓuÓÁ ÖÁ Ö·"™Ç „Øq‘8K oH ” ” ûÆýûÆýðíÚõðíÚõ°á)î°á)î5Ø0è5Ø0è Ñ´ã Ñ´ãDÓ™åDÓ™åÝÌêÝÌêaî.õaî.õ]ÿ‡ÿ]ÿ‡ÿê ê ´ H´ H.´.´o1²o1²#+…#+…öwöw] ] ‹÷”ú‹÷”ú"ååî"ååîpÙ@çpÙ@çÓBäÓBäÎ׿Î׿Áá†ìÁá†ìÆìÌôÆìÌô¨üëü¨üëü Ä ÄýÝ ýÝ éÄéÄ8´8´µ© µ© 9 9 ~ L~ L   ÿƒÿ ÿƒÿ÷ûeý÷ûeý3ü¯ý3ü¯ý?ý‹þ?ý‹þÛþCÿÛþCÿäþbÿäþbÿwûaýwûaýÀøÊûÀøÊû¨öú¨öúõùõùô„øô„øÉôùÉôùïöªúïöªú6ûÇü6ûÇüyÿÇÿyÿÇÿ9•9•ÒÒt t E àE à Ñ Ñq q ~Z ~Z Yí Yí q5 q5  f fˆðˆðüjýüjý(ñÃö(ñÃö‡è€ñ‡è€ñâáÜìâáÜìïÝøêïÝøê‡à˜ì‡à˜ìfèÿñfèÿñyõúyõú&œ&œÍ Í **Ä%Ä%¤%ͤ%Íó$úó$ú£– £– § ާ Ž¿½¿½%õbø%õbø¶è¶ñ¶è¶ñ¬ä÷í¬ä÷íïæïïæïÁíÿôÁíÿô´÷Yû´÷Yûêÿ”êÿ”–Ñ–Ñç /ç / * *Š 9Š 9%q%q²ÿTÿ²ÿTÿ[úÏü[úÏüàöÏúàöÏúVø#ûVø#ûhüEþhüEþ»»m çm ç°¶ °¶ Í; Í; ‡j ‡j D ðD ð µ µìö¥úìö¥úÆîêôÆîêôPçnðPçnðžå)ïžå)ïçððçððìíæôìíæô7÷Wú7÷Wúo°o° | | e e êlêlé¼ é¼ ø´ ø´ ä ¾ä ¾°/°/*þœþ*þœþ€öú€öúkð‡ökð‡öôìÅóôìÅóJîfôJîfôJòíöJòíöøÄúøÄú þ´þ þ´þßìßìÁÁEzEzÿ<ÿ<jjí_í_YëYë;ÿkÿ;ÿkÿ…ý{þ…ý{þ“ýxþ“ýxþéþWÿéþWÿcOcO””ééS¹S¹G³G³¿ß¿ßu·u·“ÿÃÿ“ÿÃÿ þýþ þýþ×üþ×üþçûwýçûwýÀüæýÀüæýþàþþàþƒÿ¯ÿƒÿ¯ÿ¬þ'ÿ¬þ'ÿ°üùý°üùý[ù¯û[ù¯ûÀöäùÀöäùÇô‡øÇô‡øMöÎùMöÎù¶ù~ü¶ù~ü44»»wž wž I;I;r%r%• • q¿ q¿ Y ÿY ÿ±ÿÇÿ±ÿÇÿiõùiõùÛëÉóÛëÉóhäÕîhäÕî,ãî,ãîŽækïŽækïàê/óàê/óýó“øýó“øCýúþCýúþY1Y1¡ \¡ \³ ³ a a  ÿ ÿ²-²-"{"{˜üxý˜üxý¥úPü¥úPüjûNýjûNýxýÀþxýÀþôPôP–!–!o`o`åuåuiÊiʺþ—ÿºþ—ÿÀûÏýÀûÏýeùeüeùeüMøMûMøMûwùüwùüû¾üû¾ü|üXý|üXý6ýßý6ýßýØýUþØýUþdþ ÿdþ ÿ‡þÿ‡þÿÅý¢þÅý¢þý?þdüÝýúûýûEýÿûýoüÜý·ÿ¿ÿ·ÿ¿ÿb±b±®X®X· ÂD ¯Ó u* ¹ (  ˜ ˜{n{nDãDãÓýÀþcúžüâô²øâô²øUòŸõÈïŸõÃîLõÃîLõ£ñ÷£ñ÷G÷vúG÷vú×ýÎþ×ýÎþÐAÐ{ p{ î< m< mY …Y …šPšPâ£â£®û‹ý®û‹ýµöAúµöAú ômø ômøAôkøAôkø“ø÷ú“ø÷ú…ý×ý…ý×ýñ-ñ-( @( @ v v 8 8 Ž ’Ž ’¿¨¿¨£ýþ£ýþôÅøôÅø“ìøó“ìøóQêúñQêúñöê£òöê£ò¨ïÙõ¨ïÙõVøÔúVøÔú¥A¥AN N SãSã‡W‡Wóó$ $ ‰³‰³ãû¤üãû¤üšîiôšîiôäçíäçí¦à­ë¦à­ëöãXîöãXîÏíÅôÏíÅôúŒüúŒü5ë5ëV V 3ó 3ó [h[h>J >J   ·~·~œœˆúÕüˆúÕü‡ôÿø‡ôÿøóé÷óé÷õàøõàøÄöIúÄöIútûçütûçüUÿ}ÿUÿ}ÿÒ{Ò{DDïjïj > >SÿbÿSÿbÿ¿þ±þ¿þ±þ•ÿvÿ•ÿvÿ.q.qynyn´ m´ mz Âz ÂtÀ tÀ ± ¯± ¯ß –ß –4V4V4üJý4üJý`ò%÷`ò%÷šêJòšêJònæªïnæªïPèÃðPèÃðvíàóvíàóNö(úNö(ú‘j‘j \ \&¯&¯4 4 ºÁºÁÃÃû hû h.ï.ïNù–ûNù–û’ðö’ðöšïæõšïæõšò–öšò–öÕöúÕöúÕûçüÕûçügýþgýþ“ýŸþ“ýŸþ²ûîü²ûîüdøûdøûÓõ¦ùÓõ¦ùùƒûùƒûÙûýÙûý‡ê‡êk ˜k ˜%Ù %Ù ã¶ã¶ÆCÆC™Â™Âv jv jÉý3þÉý3þ¸ì÷ó¸ì÷ó'ßÖë'ßÖëÜ׋åÜ׋å;Ûâæ;ÛâæSäìSäìUñõUñõÉ?É?‚ ‚ ÒíÒí$“$“È!ðÈ!ðCC· ™ · ™ ^^ìö¨úìö¨ú+íãó+íãóÄéñÄéñiì‰óiì‰óÝî¹õÝî¹õ×ó©÷×ó©÷Jù‡ûJù‡ûêþµÿêþµÿ{{îÑîÑ ‰ ‰ e e« « eéeé¼Î¼Î¿>¿>F¼F¼uGuGx.x.AýxþAýxþ™ø—û™ø—ûîôÞøîôÞøòÄöòÄö ñ£ö ñ£ö0ò÷0ò÷üõŠùüõŠùürýürýLLÏ 'Ï '†È †È *Ò*Ò··Cj Cj í àí àù®ù®,ö6ú,ö6úŒíhôŒíhôÓæMïÓæMï¹âòì¹âòìPãíPãíeèŸðeèŸðÜñ‘öÜñ‘öÅù•üÅù•üùOùO—„ —„ ñeñeR R t#pt#pK! K!   Æ* Æ* ¢¢²õù²õù¨çað¨çað¡Ü7é¡Ü7é8ÔÀã8ÔÀã5Ò$â5Ò$â·ØMæ·ØMæ æ7ï æ7ï¹õÊù¹õÊù› › híhí (& (&»2< »2< Ê/NÊ/N¿%±¿%±±‚ ±‚ í}í}vîüôvîüôëÞBêëÞBêÒÔ©äÒÔ©ä†ÔGä†ÔGäwÛÞèwÛÞè‚ç÷ð‚ç÷ðéö-úéö-ú"Ó"Ó¼ ¼ h3h3ûóŽ´a~t jù 8 |8 |ÒˆÒˆËwËwâû'ýÍûý¹ûý@üoýÉüÎý=ýþ²ýpþ²ýpþxþùþxþùþýRþýRþúWüúWüœ÷Éúœ÷ÉúWõ5ùWõ5ùµô»øµô»øÖôÄøÖôÄø^öú^öú£ùÉû£ùÉû/þÅþ/þÅþè6è6ÜÜú;ú;^ @^ @ ›É ÷i v ÷qL Ø£   'Ï 'Ï J J H ݬARülý”ø™ú£ó\÷²î ô²î ôïæ ïïæ ïá1ëá1ëïàêëïàêënæïnæïÚïïôÚïïô6ýfþ6ýfþ½ ½ :• :• ŠpŠp¸"Ù¸"Ùò!†ò!†7Â7Â4Ÿ 4Ÿ LúLúÆ÷ ùÆ÷ ù†íÚò†íÚòçïçï2èyð2èyðøìLôøìLôQô²øQô²øäûaýäûaý99SS Æ Æƒ ƒ p¦p¦œZœZ©ý¦þ©ý¦þ|úyü|úyü…ø@û…ø@û`úúü`úúü¬¬“.“.â oâ oÊò Êò ; ; y y».».MüpýMüpýóÒ÷óÒ÷¦ìbó¦ìbó@èùï@èùï&éñ&éñ‹ë5ó‹ë5óÖôBùÖôBùüGþüGþŒ— Œ— +‡ +‡ ¤(¤(”V ”V à Çà Çp/p/Ó¬6*Õüþtùü÷õ¤ùzò5÷ºíXôºíXôœî5õœî5õ¥ò÷¥ò÷Ýø‹ûqûaýþ8ÿ°·[7ü¾žGžG ~ ~W PW Pˆ£ˆ£GÆGÆ  šüŒýšüŒýÛù#üÛù#ü_ùßû_ùßû ûîü ûîüªý9þªý9þZUZU  †ª†ª|í|í3Àë•Jù«_åw ‘6ÿ»ÿ6ÿ»ÿÛü>þÛü>þýúýýúý*üZý«üàý-ýgþûýÖþÊþGÿtÿ¢ÿÿÿÿÿÉþ6ÿÉþ6ÿHü·ýHü·ýù_ûù_ûäõ2ùäõ2ù‚ó×÷‚ó×÷þôÇøþôÇø¯ù›û¯ù›û”ÿP”ÿP· :· :Ì Ì ®Ó®Ó?Ö?Öaaü6ü6) û) ûdêÿdêÿ~ô<ø~ô<øëòëòŸã[íŸã[íWâìWâìßæ‹ïßæ‹ïî7ôî7ôvõùvõùbÿÿbÿÿtÏtÏä  ä    ² ² æ æ È)È)¼ÿæÿ¼ÿæÿ£û?ý£û?ý€üÊý€üÊýAýCþAýCþ9Î9ÎmÛmÛõzõzç¹ç¹3F3FKÆKÆÿdÿÿdÿ¸ú¦ü¸ú¦üQ÷óùQ÷óùmõÉømõÉø²ö ú²ö ú©ø&û©ø&ûÉû¸üÉû¸üÿÿÿÿ©©Ç¡Ç¡¸ø¸øÐfÐfœþKÿœþKÿMûýMûý¯øaû¯øaû™ùõû™ùõû_û}ü_û}üdÿµÿdÿµÿjj ‹ ‹b? b? À¨ À¨ þb þb ¬ ƒ¬ ƒÖ©Ö©ù‰ûù‰û@ñ ö@ñ öëÈòëÈòwêíñwêíñï'õï'õðõ-ùðõ-ùBþÃþBþÃþ3O3OŽ ¿Ž ¿—Ÿ —Ÿ Õ Õ   žžxýþxýþO÷húO÷húpò÷pò÷–ñÚö–ñÚöLö‚ùLö‚ùüâýüâýÌkÌk ê êAu Au ¬ ¬ Œ  Œ  0…0…áüüþáüüþ›ó)ø›ó)øCì¼òCì¼ò£ç`ï£ç`ïÖésñÖésñ°ïàô°ïàô³ùéû³ùéûk k þÔ þÔ RæRæðËðËääôp ôp jjLõ}ùLõ}ù€é†ñ€é†ñDàGëDàGëÞ.êÞ.ê„åî„åîÛîôÛîôæû”üæû”ü³³5 5 ——DPDP—p—p£( £( ShShþªÿþªÿK÷ÅúK÷Åú#óÎ÷#óÎ÷ò2÷ò2÷*õù*õùüøfûüøfû2üYý2üYýÝþùþÝþùþ<Ôÿ<Ôÿ*ÿ<ÿ*ÿ<ÿNþÃþNþÃþ¢ýeþ¢ýeþýþýþÿKÿÿKÿ3Ž3ޱ‡±‡Õ 7Õ 7˜ ˜ [` [` Yó Yó ) Š) ŠŠºŠº‘ýþ‘ýþ&ô ø&ô ø®ìCó®ìCóéæ’ïéæ’ï0æóî0æóîêåñêåñëóŽ÷ëóŽ÷ûþÿûþÿt èt è!ß !ß ±T±TM!M!*b*b¿h ¿h ã®ã®«úåü«úåüAñÎõAñÎõ®ësó®ësóî£ôî£ôOòƒ÷Oòƒ÷»÷Áú»÷ÁúCü*þCü*þWWwâÿwâÿ9ü…ý9ü…ýÕø£ûÕø£ûm÷,úm÷,ú-ûÏü-ûÏüˆZˆZKyKyÀ À bbININ Ú ÚÖÐ ÖÐ Ô`Ô`¿÷×ú¿÷×úêéñêéñkÜékÜé×zå×zåÜéÜéÈé¥ñÈé¥ñâùüâùüI I §½§½ô"òô"ò…#1…#1Ù «Ù «é{é{XÖXÖœø ûœø û`îô`îôUæîUæî–åï–åïžèñžèñËïƒõËïƒõ-÷_ú-÷_úOýhþOýhþyƒyƒ š š¡ ¡ …¤ …¤ d ™d ™××ÑüÑüD2D2$µ$µþ˜þþ˜þ û€ü û€ü¤øÚú¤øÚúTö—ùTö—ù™ôbø™ôbø^ó…÷^ó…÷šô‚øšô‚ø÷õù÷õùFû¨üFû¨üƚƚüÐüÐq (q (ö ö øÝøÝÇeÇeè× è× s ÷s ÷›Åÿ›Åÿ„÷íù„÷íùKïEõKïEõßèçðßèçðÊä—íÊä—í_å1î_å1î^çëï^çëïYïõYïõøiûøiûMÿ«Mÿ«™ l™ lhŠ hŠ L LÉ"àÉ"à!$ç!$çê Uê U33- á- á8ÿsÿ8ÿsÿñ·õñ·õÞáìÞáìÖ›äÖ›ä)Ðnà)ÐnàÊÐÞàÊÐÞàñÚ çñÚ ç¼æÙï¼æÙï^û]ý^û]ý4 b4 b||ù+ÿù+ÿ/3"/3"ß-¸ß-¸†%µ†%µC C Ãþ“ÿÃþ“ÿïîŸôïîŸôWâæëWâæëþÕ åþÕ åÓGáÓGáhÖ-ähÖ-äÔàêÔàêì'óì'ók÷aúk÷aúÑVÑV P P ü üú 7 ú 7   Â`§`§NÞNÞ¾_¾_¢ÿ"¢ÿ"ìýÿìýÿü½ýü½ýƒû*ýƒû*ý>úGü>úGü÷_ú÷_úÿôŠøÿôŠøó*÷ó*÷bó«÷bó«÷Ïõ'ùÏõ'ùð÷ãúð÷ãúëû"ýëû"ý ³ ³V–V–/ à/ à* * ü X ü X >; >; h h xt xt 3Í3ÍVzVz””ÙZÙZQË QË Ì™Ì™-û³ü-û³üñíÉòñíÉò¼áïê¼áïêJØâäJØâä5تä5تäýÚ£çýÚ£çÓé‹ðÓé‹ð9úíû9úíû: ¾: ¾Z)Z)G.èG.èâ,Ëâ,ËÁ$øÁ$øíkík¤¤þ÷+úþ÷+ú´éðð´éððUãÖìUãÖìvä•ívä•íPé½ðPé½ðTò–öTò–öGûdüGûdüŸ)Ÿ)¯ z¯ z6 ¹6 ¹T {T {'k'kªüªüþiþþiþŸù‡ûŸù‡û ûCü ûCüôýÖþôýÖþê‰ê‰Û Û O¡ O¡ _· _· ¦ ¦ ÙÛÙÛ[ûÿü[ûÿüKîúóKîúóôãÖìôãÖìýÛUçýÛUçÖ5äÖ5äØŽåØŽåCÞ"éCÞ"ééðéðjõBøjõBølÿlÿó úó úL„L„•» •» 9% 9% Ñ ÂÑ Â±ÿåÿ±ÿåÿ²õ¡ø²õ¡ø%ì¸ñ%ì¸ñDãSìDãSìœá×ëœá×ëUåèíUåèíåìºóåìºóÎõ¥øÎõ¥øjÿÜÿjÿÜÿ;¹;¹w w …É …É e½ e½ Ñ· Ñ· þä þä ˆ Gˆ Gâ˜â˜?-?-mÿ]ÿmÿ]ÿþðþþðþ¤ÿ×ÿ¤ÿ×ÿ¾ ¾ ì ì  { {, , † † -2 -2 |Î |Î œ£ œ£ é ¡é ¡ Ü Ü# D# D‰ Љ Š é é  ? U? U×e×eÀÀ:®:®fÿšÿfÿšÿΥΥå"å"FåFå± Õ± Õ    f f d  d  ÐGÐG0éÿ0éÿÀ÷¼úÀ÷¼ú¿ïgõ¿ïgõé<ñé<ñÅäîÅäîöåeîöåeîÎè´ïÎè´ïÌìÍóÌìÍóõ'øõ'øøûŽüøûŽü¢Ú¢Ú5T5TÍzÍzááh™h™^ÿ®ÿ^ÿ®ÿ6ûÛü6ûÛüè÷œúè÷œúÅöøùÅöøù,ù‚û,ù‚û;ûÔü;ûÔüÌþÿÌþÿ¶…¶…ÈqÈq‹‡‹‡³–³–¬ã¬ã¿õ¿õ€'€'....Š`Š`ßßräräŬŬïÿÃÿïÿÃÿµûýµûýWøÔúWøÔú-ôÝ÷-ôÝ÷úð”õúð”õÈí‹óÈí‹óxëòxëò<ìó<ìóVðKõVðKõµ÷;úµ÷;úöþDÿöþDÿòàòà"§ "§ höhöÁÊÁʈ‡ˆ‡â â ?6?6øúøú¬çð¬çð¸ÚËå¸ÚËåiÏåÝiÏåݦʽۦʽÛÍïÜÍïÜ"ÕÍã"ÕÍãœâ‡ëœâ‡ëæï0õæï0õTþ”þTþ”þ : :wW wW WW ) )„Ì„Ìy Ñy Ñî¬î¬íúœüíúœüàòÐöàòÐöë?òë?ò¯ç~ï¯ç~ï é+ð é+ðÖí"ôÖí"ô÷öpù÷öpù…þÿ…þÿZ ÏZ ÏÍ™ Í™ ++\~\~ÒsÒs˜˜íívbvb¯×¯×Ö'Ö'öWöWÀé Àé §Ë §Ë  ¶ ¶ÀæÀæ Ó Ó•ã•ãÍ DÍ D„4 „4 _Ò_Ò¿K¿K!¹!¹á!‡á!‡$h$hxx b b TeTeIý&þIý&þúõùúõù±îô±îôí÷òí÷òFí óFí óÍî6ôÍî6ô?ò£ö?ò£ö öÁø öÁø§ø–ú§ø–ú¼ø±ú¼ø±úKøÜúKøÜúø¯úø¯ú}÷Fú}÷FúEöiùEöiùnõÏønõÏø3ôò÷3ôò÷ò‚öò‚öï¹ôï¹ôëê¢ñëê¢ñ{åüí{åüíà±êà±êjÛAçjÛAçÍ×[äÍ×[ä~ÕÞâ~ÕÞâË×täË×tä¢Ü„è¢Ü„èRå”íRå”í î:ó î:ó®÷?ú®÷?ú¢ÿ ¢ÿ IóIó_2_2U8U8r§r§ëú~üëú~ü±õ*ù±õ*ù›ñö›ñö‚íó‚íóCìKòCìKòøíÎóøíÎó‡ò÷‡ò÷ùûùûøÿÙÿøÿÙÿ›¾›¾ Ù Ù– C – C ¶ ¶ M< M< †r †r r6 r6 Ø Ø ãê ãê ²p ²p ¯ ¯ $³ $³ ê® ê® çï çï ” [ ” [  k kÎFÎFc c [[vívíPáPáò÷ò÷9Ñ9Ñ1v1vqîqî¿G¿G¾h¾h?ã?ã2ÿhÿ2ÿhÿýÌýýÌýgû†ügû†üú üú üzúGüzúGü¦û ý¦û ý«ü·ý«ü·ý|þúþ|þúþ‰r‰r-4-4ÛðÛððpðpÍÍêqêq>>´Æ´ÆTþÕþTþÕþ^ù¥û^ù¥ûpõùpõù*ó-÷*ó-÷Žów÷Žów÷öýøöýøýûmýýûmý   Ê Ê±T ±T ”Ö”Ö¦ ¦ ®m®mÜš Üš ! €! €à:à:ïüèýïüèý'ømú'ømú}ø÷ú}ø÷úàø{ûàø{ûÐûèüÐûèü…Êÿ…ÊÿU"U"ttsÙsÙ*I*I—P—PMþÿMþÿ§ûSý§ûSý‘ùëû‘ùëûÎøÖúÎøÖú ù&û ù&û°ùÏû°ùÏûúÑûúÑû¼øû¼øû3ö%ù3ö%ù^ò·ö^ò·öQî›óQî›óEêäðEêäðÜæëîÜæëîåä•íåä•íÕäíÕäíˆæ`îˆæ`îãé±ðãé±ð`î®ó`î®ó$ó÷$ó÷—÷Nú—÷Nú­ûý­ûýtþÿþtþÿþ/"/"ÜŸÜŸeeÎNÎN˜8˜8¢r¢rÿaÿÿaÿšüÁýšüÁý/úÉû/úÉû‹÷ ú‹÷ ú‡õºø‡õºø\ôø\ôø;õˆø;õˆøKøúúKøúú‚ý¶ý‚ý¶ý ù ùÕ 3Õ 3\? \? d'd' a a› › ³³à à ` ™` ™ddëþëÿëþëÿùûýùûýjühýjühý˜þTÿ˜þTÿġġ>q>q t t¼> ¼> »! »! « Ÿ« Ÿ' "' "-­-­ý¸ý¸’ýNþ’ýNþ‘üý‘üý“þCÿ“þCÿþjþjR€R€r ïr ï¢ Y ¢ Y Þ/ Þ/ ‘ „‘ „t£t£$÷$÷óýeþóýeþùûùû!õZø!õZø~ôå÷~ôå÷FöùFöùgúFügúFüIIÌÂÌ Q Q@ @ fD fD Pz Pz “ Ë“ ËÛÏÛÏžžßúüßúü°õþø°õþø+òö+òöÜòóöÜòóöèõëøèõëø–úªü–úªüOÂÿOÂÿô^ô^¦?¦?àLàLW‹W‹ûûVLVL¡ú ü¡ú üöËøöËø‡ò2ö‡ò2öfð0õfð0õUñÐõUñÐõQòÛöQòÛöôØ÷ôØ÷—õÆø—õÆø÷¤ù÷¤ùÖ÷3úÖ÷3úH÷«ùH÷«ùÅõ§øÅõ§øýó£÷ýó£÷iò«öiò«öÇðŠõÇðŠõ°ïÉô°ïÉôòïìôòïìô3ñ¸õ3ñ¸õáó—÷áó—÷>ö=ù>ö=ùPø®úPø®ú[ù[û[ù[û÷ùúû÷ùúûúPüúPüû¤üû¤üýþýþ2W2Wâ,â,N ˜N ˜<© <© ÐÌ ÐÌ 9€9€¡¡† † ‹5‹5Ö Ö 3# 3# B FB FåÕåÕ„„\\ø áø áLš Lš   WWðð¥ Ù¥ Ù Ë Ë7*7*··/ / v Êv Ê»»ø¯ø¯©~©~<€<€¥þIÿ¥þIÿ<ü>ý<ü>ýKø­úKø­úÚóŒ÷ÚóŒ÷6ï!ô6ï!ô'ë<ñ'ë<ñ±çï±çï"æäí"æäíÕærîÕærîBè—ïBè—ï3êÆð3êÆð¿ë¢ñ¿ë¢ñþêVñþêVñéÞïéÞïå1íå1íÞÞ¶èÞÞ¶èOÚoåOÚoå]Õqâ]ÕqâÒÎßÒÎß4Òòß4Òòß³Õ'â³Õ'â Ý¿ç Ý¿çõä«ìõä«ìþíóþíóõ`øõ`ø÷ûÙü÷ûÙüôýPþôýPþ©ý5þ©ý5þÛúaüÛúaü÷^ù÷^ù0ô÷0ô÷Þó^÷Þó^÷‘ö ù‘ö ùpüýpüýaxaxÝ vÝ v Ž  Ž ‡ ‡ÓÁÓÁù"Ùù"ÙË%ùË%ù~'ò~'ò*|*|ñ+üñ+ü´.« ´.« Y1¦"Y1¦"½3c$½3c$;6"&;6"&h7ô&h7ô&Ä6ˆ&Ä6ˆ&Ä3$Ä3$|/!|/!á)¢á)¢m#Äm#ÄBlBlZZŒ²Œ²²]²]3"3"ÛMÛMOZOZ±Ü±Ü}²}²Ì  Ì  ““Jó’÷Jó’÷Aæ(ïAæ(ï±Ùbå±ÙbåÐÛÝÐÛÝÉEØÉEØ#ÄäÕ#ÄäÕ¸Å]׸Å]× ÌªÛ ÌªÛÒ¹ßҹ߫Ø/䫨/ä²Þ>è²Þ>è£ßFé£ßFé{ß é{ß éÜ}æÜ}æ~×"ã~×"ã[ѳÞ[ѳÞiɰÙiɰÙÎÃYÕÎÃYÕ0ÀBÓ0ÀBÓÀóÒÀóÒ{Â¥Ô{Â¥ÔLÈëØLÈëØ¿ÎªÝ¿ÎªÝ ×>ã ×>ãÐßIéÐßIé èï èïï`ôï`ôöçøöçøû±üû±ü]þšþ]þšþ¹,¹, Ä ÄöRöRQ ×Q ×|Y |Y ÷r÷r¼¼É!ŠÉ!Šm&dm&d**<-Ð<-е.· µ.· |.ï |.ï m/h!m/h!0["0["°1=#°1=#F2±#F2±#%3$%3$ 3·# 3·#M0"M0"O-»O-»`'’`'’ ! !Âcc¥ ¥ ¤~ ¤~   6 Ð6 Ð' º' º²²¯8¯8ýáýýáý÷øéú÷øéúdõ“ødõ“ø‡ô²÷‡ô²÷¡ô0ø¡ô0ø÷«ù÷«ùHùŠûHùŠû$ûàü$ûàü–ú2ü–ú2ü÷©ù÷©ùîoóîoóåíåí´ØTä´ØTä<Ï Ý<Ï ÝÒÆ©×ÒÆ©×àÀqÓàÀqÓ-ÄËÕ-ÄËÕŽÌÚŽÌÚrØ0ärØ0䑿Úì‘æÚìoòÒõoòÒõIüDýIüDýX[X[֌֌{={=²ûZý²ûZý?ölù?ölùøñTöøñTö­ï÷ó­ï÷óîîÝóîîÝó;óäö;óäöú>ûú>û55( ¼( ¼¢ ¢ ¦¦ffB\B\0‹0‹ú¥ú¥Û Û SÍ SÍ à ò à ò  æ æK ºK ºC k C k × Õ × Õ Á Á Ò  Ò  y Xy Xg~g~22BöBöÍÿ½ÿÍÿ½ÿyÿ“ÿyÿ“ÿ{/{/±±¦Ù¦ÙÈ6È6CC9ýþ9ýþÂùÈûÂùÈûðõÜøðõÜø­ñæõ­ñæõoî¦óoî¦óì½ñì½ñìÜñìÜñÁì©òÁì©òmïóómïóóÛñõõÛñõõþôøþôøúøÝúúøÝúRü3ýRü3ýoÿ ÿoÿ ÿFšFšsjsjºçºç””ÆþÑþÆþÑþÜúyüÜúyüD÷µùD÷µù ôŽ÷ ôŽ÷šñðõšñðõNò¿öNò¿ösöÜøsöÜøûý4þûý4þU¾U¾ˆI ˆI “a“a½½H"H"ÛêÛê‡Ý‡Ý“j “j  ö öXlXlýâýýâýùûùûÞøâúÞøâú#ýþ#ýþ¦—¦—7a7ao / o / zh zh é é 3§ 3§ t  t   Á Á ¿ ¿§ § ’D’DææfÖfÖoÁoÁøÿøÿŸüâýŸüâý6ø…ú6ø…ú¿ôß÷¿ôß÷3ñdõ3ñdõŒîŠóŒîŠóªì:òªì:òhìòhìòòíñòòíñòfðªôfðªôvó)÷vó)÷B÷™ùB÷™ùzúëûzúëû-ýÝý-ýÝýiÿzÿiÿzÿy÷y÷VOVOœ]œ]æpæpB3B3=ª=ª›ÿˆÿ›ÿˆÿêúFüêúFü.÷:ù.÷:ùÂòröÂòröð³ôð³ôðÅôðÅôióôöióôö4ù»ú4ù»úh h œ² œ² £ £ %b%b]V]Vñ ñ 6 Š6 Š]é]é°ûúü°ûúü„õ3ø„õ3øªòˆöªòˆö@ó2÷@ó2÷ò÷úò÷ú+ýþ+ýþÂfÂf F FN N aQ aQ ón ón á ·á ·™×™×ððþ¬þþ¬þ,ú ü,ú ü¡ùZû¡ùZû¿ûïü¿ûïüDþíþDþíþÿÿ2g2gîcîcƒƒ‚6‚6ûTüûTüÁö;ùÁö;ù`óÑö`óÑöÓðÿôÓðÿôÎï4ôÎï4ôõïªôõïªôLò öLò ö•õnø•õnøïø&ûïø&û<üný<ünýùþRÿùþRÿÖ Ö ª@ª@OOüoüoù¸ù¸€ÿ™ÿ€ÿ™ÿ_ýþ_ýþ®ûÚü®ûÚü_úéû_úéû–ú8ü–ú8üšûßüšûßüƒýþƒýþãÿãÿ ^ ^ªÃªÃ"Ú"Ú>­>­‡©‡©Z“Z“nn.b.bſſppÊÊbûbû~ ~ ””¿I¿I¾S¾Sll{s{s®®ÕäÕä9ò9òÿYÿÿYÿýþýþ;üBý;üBýÑû ýÑû ýYûüYûüZúìûZúìû úšû úšû—ú"ü—ú"üŽûÝüŽûÝü]ý&þ]ý&þ{ÿšÿ{ÿšÿyyÊ`Ê`Ñ–Ñ–h ‚h ‚  Âç šç š‘ §‘ §%7%7@'@'ÔmÔmFÿ›ÿFÿ›ÿ5ý!þ5ý!þ’ûõü’ûõüýþýýþýVÿ‡ÿVÿ‡ÿàøàøƒƒº A º A š“ š“ ItItx1x1PQPQgŒ gŒ ô  ô  l ël ë—9—9™a™aì•ì•== ð ð¥ÿÿ¥ÿÿbüGýbüGýjøªújøªútóìötóìö„î{ó„î{óÆêfðÆêfðÛåGíÛåGíDâ¦êDâ¦êqà0éqà0ésß[èsß[è&ß è&ß èÞzçÞzçåÝPçåÝPç–Ýç–ÝçåÜŸæåÜŸæôÛýåôÛýå¨Úìä¨ÚìäãØÞããØÞãØsãØsãZØŽãZØŽãÛ(åÛ(åÕÝŽçÕÝŽç_ãë_ãëQè ïQè ï´ì,ò´ì,ò‘ðïô‘ðïô®òQö®òQöxóùöxóùöNô¥÷Nô¥÷žõøžõøàøíúàøíú”ýuþ”ýuþX-X-¡ ™¡ ™UUú¤ú¤#5#5)U)UÁ- !Á- !a1í#a1í#3³%3³%ä4&ä4&/6+'/6+'P7?(P7?(9@)9@) ;Ç* ;Ç*c=‘,c=‘,s@Æ.s@Æ.îAÕ/îAÕ/Bñ/Bñ/§@—.§@—.û;‡+û;‡+á4…&á4…&“-C!“-C!%æ%æðNðNkmkm­ô ­ô û› û› *f *f ý ý œ œ æ L æ L ¤v¤v;þZÿ;þZÿœóéöœóéö!çî!çîÁÙnäÁÙnäQÍ}ÚQÍ}ÚÂÿÒÂÿÒž»HΞ»HιÔ˹ÔË'¼lÎ'¼lÎ*ÁMÑ*ÁMÑ7ƆÕ7ƆÕ8ËžÙ8ËžÙЋÝЋÝ;ÑñÝ;ÑñݧÏÎܧÏÎÜ2ͤÚ2ͤÚgɪØgɪØfÆ<ÖfÆ<Ö*ÄéÔ*ÄéÔHÃÔHÃÔŸÄÚÔŸÄÚÔ È0× È0×ÎËÛÎËÛÕÂàÕÂàÂÜÞåÂÜÞåÏåíÏåíAî4óAî4óžö%ùžö%ùþÁþþÁþ·T·Ts ‰s ‰ Í Í äóäóRžRžÄ!Ä!q'™q'™o+Ïo+Ïy.ë!y.ë!.ž!.ž! -Ø -Ø +³+³a'Âa'Âi#ëi#ëc!lc!lÊ êÊ êš"eš"eh%úh%úž)Ÿž)Ÿ¦.ï!¦.ï!2$2$ò3H%ò3H%Š2%Š2%·, ·, ü%cü%c˜A˜AEäEäN ‹ N ‹ Ô<Ô<í˜í˜iþôþiþôþdü¢ýdü¢ý0ùû0ùû@õü÷@õü÷€ðaô€ðaôYëßðYëßð{çAî{çAî.çíí.çíí$èéî$èéîÃêiðÃêið‰îkó‰îkó¡óúö¡óúöéö˜ùéö˜ù_÷÷ù_÷÷ù¤õ—ø¤õ—ø¸ïlô¸ïlôé)ðé)ðâ)éâ)éÛÔãÛÔã-×÷á-×÷áÆØ¦ãÆØ¦ã)Ýç)ÝçÐæííÐæííÑðíôÑðíôÄúÔûÄúÔûî€î€„ ë„ ëm öm öu su såNåNÂIÂIŽýºýŽýºý-úÞú-úÞú¥ù9û¥ù9ûCú]üCú]üFþ¼þFþ¼þMMëëÂzÂzP æP æº º ö ö Hì Hì ¦ß ¦ß Û` Û` òŽ òŽ ï  ï  * * ëßëß00ÍuÍuýÌýýÌýFúçûFúçû°ø¢ú°ø¢ú=ø<ú=ø<úùüúùüúÝúTüÝúTü;þ¦þ;þ¦þš@š@höhöiiH €H €„̄̚åšå2þ¦þ2þ¦þ"÷`ù"÷`ù°ð]ô°ð]ôîêyðîêyð”æí”æíàå§ìàå§ìççYîççYîåëFñåëFñaò)öaò)öËø÷úËø÷úŸÉŸÉ8 š8 šg³ g³ ÇtÇt ¦ ¦&„&„KËKËKkKk—? —? êèêè§çÃîúÁûîúÁû‹õÀ÷‹õÀ÷ƒô¬÷ƒô¬÷æö¶øæö¶ø‡ýþ‡ýþÛÂÛ¿ ¿ ±é±é"%¿"%¿«,Ý «,Ý r,I!r,I!÷'6÷'6;2;2‰ ‰ •a•a)ögù)ögùÎìfñÎìfñèÏíèÏíÜç—íÜç—í'íò'íò¿ñÙõ¿ñÙõ—øFú—øFúDþÿDþÿ½ý½ý\\»üÖý»üÖý¶øú¶øúó÷ó÷§îó§îóUé+ïUé+ï]å9ì]å9ìŽâ…êŽâ…êPáxéPáxéÈà÷èÈà÷èèß^èèß^èÌÜPæÌÜPæÔÙQäÔÙQä;Ö+á;Ö+áõÓßõÓßÌÒpÞÌÒpÞ{ÔÖß{ÔÖßfÙ%ãfÙ%ãéÞÈçéÞÈç]æÓì]æÓìíÔòíÔò¥õdø¥õdøaüýaüýÜuÜu|<|<ǿǿt „t „šš šš ºí ºí ù˜ù˜Ô>Ô>œäœäQAQA&³ &³ © © $7 $7 +O+Oðsðs “ “œ*ºœ*º¼3'¼3'˜>4.˜>4.*EJ3*EJ3ÿEº3ÿEº3ˆCi2ˆCi2¸=u-¸=u-¼4Þ&¼4Þ&¢*?¢*?üÒüÒÕjÕj¿ï ¿ï ó ó Ù  Ù  4 § 4 § O° O° æø æø K. K. Þ ìÞ ì¿˜¿˜¤þ¡þ¤þ¡þÝöÀøÝöÀø$îúò$îúòUçþíUçþí/âÇé/âÇéwÞçwÞç³Þç³Þçhßwçhßwç}à'è}à'èÜá‰éÜá‰éñàúèñàúèóÜIæóÜIæÙ¹ãÙ¹ãKÓ›ÞKÓ›ÞXÎøÚXÎøÚ_ɘ×_ɘ×/Æ{Õ/Æ{ÕáÅmÔáÅmÔgÈgÖgÈgÖnÌòÙnÌòÙüÒ“ÞüÒ“ÞaÛgäaÛgäÅâ}êÅâ}êÝéÄïÝéÄïhïïóhïïó©óØö©óØöóõÁøóõÁø'÷[ù'÷[ù-÷¡ù-÷¡ù÷cù÷cùoö ùoö ùößøößøíö=ùíö=ùÒø²úÒø²úÄûýÄûýbÿ’ÿbÿ’ÿ55v‹v‹ð òð ò¶C ¶C °°¸¸B}B}å’å’GëGë!¯!¯ñœñœÚ|Ú|ÈiÈiFFììa…a…mßmß=â=âáÈáÈ…¹…¹FçFçüüDeDe-j-jkrkrO>O>óG óG ²™ ²™  ¥  ¥ è 轇½‡hJhJá«á«  í ‡ í ‡ °7 °7 w1w1ßß´ ´ å óå ó<J<JÙûiüÙûiüÍò6öÍò6ö ê#ð ê#ð=åûë=åûëâdéâdéþâžêþâžê åòë åòëïç@îïç@îÈì8ñÈì8ññ˜ôñ˜ô ôÛö ôÛö@ó~ö@ó~öƒñòôƒñòôîœòîœò«é>ï«é>ïƒåÄëƒåÄëÁáAéÁáAé,ß‘ç,ß‘çÜÞ§çÜÞ§ç±ßè±ßèbá ébá é<ã‘ê<ã‘ê0åì0åì1çfí1çfí‘ç°í‘ç°í®æ!í®æ!íjåìjåìÍähëÍähëºä~ëºä~ëoæÉìoæÉì8è"î8è"îë8ðë8ðÂîóÂîóŽòøõŽòøõ÷lù÷lù]û˜ü]û˜üšÿ³ÿšÿ³ÿ : :<Þ<Þí#í# Ô Ô    pX pX ÈÈŸžŸž–!ù–!ùè%è%Ó(=Ó(=_)+_)+w(Ow(O(&Í(&ͯ#Ó¯#Ó›!›!ì ­ì ­l!gl!g>"˜>"˜ #| #|1$"1$"l$<l$<p#žp#ž!»!»Þ…Þ…mm÷ý÷ý} } Î s Î s / Õ/ Õ÷÷WÒWÒ»€»€%Ö%Öšðšð=M=Mgû>ügû>ü õÜ÷ õÜ÷íÝñíÝñúåeìúåeì àAè àAè ÜBå ÜBåˆÙ=ãˆÙ=ãfÚãfÚãÝÄåÝÄå¦á-é¦á-é×å­ì×å­ì&êÒï&êÒï5ìñ5ìñë}ðë}ð(çXí(çXíá@éá@éÚÑãÚÑãŠÓ_ÞŠÓ_ÞîÎ ÛîÎ ÛÐþÛÐþÛ±Õà±ÕàuÞ^æuÞ^æGéäîGéäî_óö_óöÅûüÅûü¨»¨»Ê³Ê³rvrv¶¶RDRDƒƒ8þ ÿ8þ ÿçþÿçþÿ::¦`¦`ÉdÉdT ýT ý ý ýy y ƒƒ ƒƒ m- m- é† é† 8X 8X gÄ gÄ Éô Éô Gk Gk ))ZZ6‚6‚MüMüñ‚ñ‚––p¿p¿“õ “õ • å• åþÿþÿ³ÿ¾ÿ³ÿ¾ÿ–E–Eü±ü±F 5F 5_ _ ¼Ö¼Öêåêåãaãa+ + ÀâÀâ‰ÿ‰ÿ¦û2ü¦û2üÌøºúÌøºúù ûù û³û£ü³û£üáýýýáýýýâ§â§;ä;äT£T£§M§MÄþ5ÿÄþ5ÿ@ý þ@ý þ…þòþ…þòþdSdSOÊOÊ W Wü ü ÅôÅôknknáö áö eeNü ýNü ýZó<öZó<öFìÙðFìÙðÔæµìÔæµìè¦íè¦í6ë_ñ6ë_ñfô÷fô÷ üÒü üÒüPŒPŒ^(^(þ ìþ ìÛ'Û's ÿs ÿŠø÷ùŠø÷ù§ð­ó§ð­ó{êÂî{êÂîÍå¿ëÍå¿ë®ä‰ë®ä‰ë7å®ë7å®ëåç©íåç©íDëðDëðTî—òTî—ò¿ñCõ¿ñCõ¾ô™÷¾ô™÷Èõ$øÈõ$øaõ;øaõ;ø óPö óPö~ñçô~ñçô4ïTó4ïTó#î?ò#î?ò€îŠò€îŠòïüòïüòï*óï*óDï‚óDï‚óî¿òî¿òÇíUòÇíUòzí5òzí5òcîòcîò,ððó,ððó@ó#ö@ó#ößö/ùßö/ùüÃüüÃü—€—€ÛëÛëY ò Y ò   ==X× X× ¦ h ¦ h ˆ 0ˆ 0 u u`½`½]ÿâÿ]ÿâÿÖÿÀÿÖÿÀÿÜrÜrå å ÚÃÚÃÓÝÓÝ:'~:'~p-š!p-š!Ï0j$Ï0j$È2!&È2!& 2ë% 2ë%–.Y#–.Y#Î) Î) #Î #ÎËËámámù  ù  ààKK< < b? b? ;O;O‚ }‚ }[)®[)®å/7$å/7$0?$90I$.#ð+Ô!ß%ÏUt<t<Ð Ð iúDûiúDû›ïÃñWëÛîçõë0æìMåìÈäSìEä‹ìEä‹ìùèlîùèlî'íRñ'íRñ×ðçó×ðçóô0öô0öuòÑõuòÑõµîÔòµîÔòŽéçîŽéçî…â±é…â±éYÛpäYÛpäÖüßÖüß´ÑPÜ´ÑPÜ,ÎãÙ,ÎãÙÌØÌØ0Ë6×0Ë6×JË×JË×mÊ×mÊ×úÈöÕúÈöÕ=ÇÊÔ=ÇÊÔrÅTÓrÅTÓçÄÖÒçÄÖÒbÅ$ÓbÅ$ÓèÇ2ÕèÇ2ÕËÝ×ËÝ×¤ÐØÛ¤ÐØÛHÖZàHÖZà4Ü‚ä4Ü‚äÎâpéÎâpéãçËíãçËí¸ìñ¸ìñò{õò{õj÷€ùj÷€ùxü€ýxü€ýs*s*·u·uàêàê‰ #‰ #Ð ^Ð ^Þ lÞ l7 «7 «Ì Å Ì Å ç ç ÿùÿù Ç ÇP+!P+! 7Y* 7Y*CÁ3CÁ3_L–:_L–:ºR8?ºR8?™V²B™V²B&VöA&VöAmPQ=mPQ=.I•8.I•8ó@;2ó@;2,8Ö*,8Ö* 1t% 1t%[,="[,="m,°!m,°!U-2#U-2#"0Z%"0Z%¨1…&¨1…&2E&2E&µ/ï$µ/ï$4+ã 4+ã ¦#‘¦#‘ýtýt¼R¼R` 5` 5ŸPŸPêûðüêûðüùšúùšú¿öÉø¿öÉøõ»÷õ»÷§ò¢õ§ò¢õkî[òkî[òØçNíØçNíÒßçÒßç%ÖPß%ÖPßÊéÖÊéÖúÁîÏúÁîÏù»Ëù»Ë·ÖÇ·ÖÇJ´"ÆJ´"Æ·µ0Ç·µ0ÇŒ¹ØÉŒ¹ØÉ¿}ο}ÎàÅ ÓàÅ Ó.Ën×.Ën×ÙÎÚÙÎÚhÐiÛhÐiÛÑÔÛÑÔÛÑýÛÑýۢЯۢЯÛÐÛÐÛèÏôÚèÏôÚ‡ÐgÛ‡ÐgÛÓÐÝÓÐÝfØPáfØPá~ßáæ~ßáæ0èðí0èðíñ˜ôñ˜ôuúçûuúçû,ç,çh¿h¿Eý Eý ϢϢ’]’]FOFO÷b÷b>r>rÏ -Ï -## ## Û&ÄÛ&ÄE)ëE)ë ," ,"@.#@.#R/B$R/B$s/$s/$Ð.÷#Ð.÷#-ê"-ê"Õ+ƒ!Õ+ƒ!½); ½); I(I(¾&Þ¾&Þ%»%»o#[o#[’ ’ ŒŒžž‚‚å„ å„ é @é @€½€½h6h6UzUzÞ¯Þ¯99áŽáŽç)ç)ÿfÿÿfÿ!ùÏú!ùÏú#ð¹ó#ð¹óé(îé(îüßñçüßñçÙDãÙDãÕßÕßOÔ°ÝOÔ°Ý&ÕøÞ&ÕøÞð×áð×áhÝYåhÝYåcâ8écâ8é忏ì忏ìóêÝïóêÝïxíÉñxíÉñXí˜ñXí˜ñˆí©ñˆí©ñìÐðìÐðì\ðì\ðí•ñí•ñEðšóEðšó­ó'ö­ó'öÊøLúÊøLúýÀýýÀý%—%—÷ë÷ëýýkkÖˆÖˆAøAøâ â GG„[„[%%L pL p Ñ Ñ¬ ÿ ¬ ÿ Ï Ì Ï Ì „G „G Ý} Ý} ¥[ ¥[ < < …8 …8 †ê †ê ü. ü. çç!5!5e… e… fÿ fÿ ©  ©  >b>bfefe´úü´úüÅô­÷Åô­÷›ïó›ïóªëðªëðCë×ïCë×ïêìñêìñÈð^ôÈð^ôÓô;÷Óô;÷xùÍúxùÍúXýÈýXýÈý þæþ þæþúý:þúý:þòû;ýòû;ýüøÂúüøÂúGöÔøGöÔø:ôëö:ôëö¾ò‚õ¾ò‚õêòúõêòúõXõÐ÷XõÐ÷àø—úàø—úzüFýzüFýllaùaù¹‹¹‹%w%w. . þ|þþ|þý„ýý„ý€þ®þ€þ®þcLcLÙ‰Ù‰Ñ Æ Ñ Æ tŒtŒ¦¾¦¾ £ £r!œr!œ××çsçsÎÎþ l þ l ÉHÉHÚþ|ÿÚþ|ÿ>þŒþ>þŒþ,ÿÆÿ,ÿÆÿr¨r¨q q 0u 0u Ô© Ô© H2 H2 ± Þ ± Þ Ù0Ù0]]•û˜ü•û˜üœõõ÷œõõ÷ëðPôëðPôWíˆñWíˆñ¹êï¹êïëðëðîìÜðîìÜð¿î=ò¿î=ò}ð’ó}ð’óÆðüóÆðüólð¾ólð¾ó¥ï ó¥ï óðî¯òðî¯òuíÆñuíÆñ=íAñ=íAñ–îYò–îYò¯ðáó¯ðáóôò±õôò±õ–õ«÷–õ«÷ã÷gùã÷gùzøúzøú2÷Kù2÷Kù»õCø»õCø³ó>ö³ó>öäð]ôäð]ôqîTòqîTò¹ìãð¹ìãðÞíÝñÞíÝñ$ò|õ$ò|õª÷_ùª÷_ùÁþmÿÁþmÿ¿0¿0I I ¬¬}}ŽŽWcWcЦ Ц  a a ³ ³MBMB·?·?¢µ¢µ× t× tv ½ v ½ • ¡ • ¡ w Íw ͪkªkrara¾§¾§MMâîâî ð ðð Ô ð Ô ³Ñ ³Ñ ÏÏ9š9š¾S ¾S **þÿþÿ9÷ù9÷ùÊñaôÊñaô˜í~ñ˜í~ñ!ñ(ô!ñ(ôsö$øsö$øçþèÿçþèÿ“7“7€> €> æ&æ&c"c"ÈÈJ J  ç çBÀBÀQûüQûüøÙùøÙùÔøúÔøú•úÇû•úÇû»üÖý»üÖý??oo]K]KJîJîuJuJAaAarrÓÿÚÿÓÿÚÿºýAþºýAþUüAýUüAý¿û¹ü¿û¹üûWüûWüù¿úù¿ú™÷ù™÷ùfô—öfô—öºðûóºðûóûí òûí òìfðìfðÀêMïÀêMï@ë›ï@ë›ï³ì©ð³ì©ððzóðzó¿óŒö¿óŒö ø·ù ø·ù.üÜü.üÜüÀýžþÀýžþÛüjýÛüjý2ú’û2ú’û,õ´÷,õ´÷`ï<ó`ï<óêîêîæëêæëêKãcéKãcéããæéããæéºç*íºç*íÙíÈñÙíÈñuõA÷uõA÷ü.ýü.ýÌ×Ì׸ Î ¸ Î ÀKÀKí£í£í í ——/2/2ÔGÔGÛ \ Û \ û4û4II×û‚ü×û‚ü ù û ù ûÄûãüÄûãü"t"tEøEøàSàSnþnþÚ$¬Ú$¬+¢"+¢"Ü,S#Ü,S#þ''þ''—œ—œÖ„Ö„±x±xOý4þOý4þô¦öô¦öï4òï4ò&îCò&îCòKñ óKñ óI÷áøI÷áøJüBýJüBýëëg¬g¬4 ì4 ìgÄgÄ  –ýþ–ýþiø7úiø7úæòÒõæòÒõŸîhòŸîhò íæð íæð½íSñ½íSñ…îæñ…îæñmï•òmï•ò¯ïXó¯ïXó:îóñ:îóñÝìßðÝìßðëËïëËï¸ê+ï¸ê+ï½ê0ï½ê0ïì+ðì+ð3îêñ3îêñkñ–ôkñ–ô\õ—÷\õ—÷¶ù û¶ù ûîý.þîý.þcÂcÂà«à«v¶v¶>  >  û  û  .Ô .Ô ÚN ÚN ~E ~E   èèÑõÑõkËkË¢þ±þ¢þ±þ þ‚þ þ‚þ“m“m˜n˜n] Y] YC®C®¹¤¹¤a)a)/!Â/!ÂÁ !Á !00‘ǑLj ± ˆ ± ||9û—ü9û—üøôÚ÷øôÚ÷}ñ˜ô}ñ˜ôòõòõÑó‰öÑó‰ö)ø±ù)ø±ùÏûZüÏûZüÖþ‘þÖþ‘þ¬þÿ¬þÿÅýhþÅýhþ¨ûPü¨ûPü½ø5ú½ø5úYõX÷YõX÷¾ñiô¾ñiô•î5ò•î5òí…ñí…ñ»î?ò»î?ò»ñ¢ô»ñ¢ôèô@÷èô@÷øƒùøƒùoúsûoúsûoù”úoù”úœ÷ùœ÷ùBó¯õBó¯õïbòïbò ëKï ëKï è í è íèüìèüì½êÿî½êÿîQïzòQïzòÇõá÷Çõá÷«ü&ý«ü&ý¥Ó¥ÓA dA d" q " q Á Á ² ² +s +s ’ © ’ © ÷  ÷  ­Ö­Ö®F®F Ï ÏQóQóñ èñ è™Î ™Î "‹"‹n n ÆÒÆÒ¼¼ÀÀyoyoMM@Ë @Ë T_ T_ Í 8 Í 8  Ç  Ç ° D ° D 3 ´3 ´v v h €h €_ë_ë7-7-Y Y ¬ÿ³ÿ¬ÿ³ÿ®üHý®üHýÐùåúÐùåú]÷ù]÷ùFö\øFö\øþõî÷þõî÷ëõ´÷ëõ´÷“ôöö“ôöö•òGõ•òGõ6ð«ó6ð«óîÓñîÓñ©ìŒð©ìŒð#ìTð#ìTð.î¯ñ.î¯ñÛð=ôÛð=ô?õ™÷?õ™÷)úqû)úqû>þíþ>þíþººyyëýþëýþ'ùaú'ùaúóòaõóòaõî{ñî{ñ&éùí&éùíyååêyååêþä‰êþä‰ê†çÀì†çÀìtëïtëïMð»óMð»óàöføàöfø[üÆü[üÆüÝ`Ý`ðKðKOIOIì:ì:ä´ä´5p5pFÿgÿFÿgÿ˜ÿ˜ÿ0•0•DDŒÞŒÞ‹ O ‹ O Ì % Ì % # # ‰z ‰z á ­ á ­ ˆ gˆ gõpõpÁÁÁÁ··ŽÍŽÍ^’^’Á)Á)F—F—ââ±D±DTSTSóÏóÏ*T*TvâvâííéØéØGØGØülülŽ šŽ š® ©® ©³ –³ – p p­­¤7¤7‚ýßý‚ýßý6ùFú6ùFúÓõp÷Óõp÷/õx÷/õx÷ö\øö\ø¹ùƒú¹ùƒúÈü„ýÈü„ýç„ç„<ñ<ñ=Ý=Ý|y|yÉ|É|MŽM޲ÿöÿ²ÿöÿ•ýÎý•ýÎýçûxüçûxüøü€ýøü€ý«þÿ«þÿå2å2HAHA± ¨± ¨O î O î >Ÿ >Ÿ g ´ g ´ 4  4  ååIÎIέÿÿ­ÿÿ¿üý¿üýjüTýjüTý0ÿ§ÿ0ÿ§ÿ\\C 7C 7é  é  x x 88~-~-' I' I^^¨ùû¨ùûTñPôTñPôÊê ïÊê ïçìçìéç¼ìéç¼ìíðíð’ñ‰ô’ñ‰ôöUøöUø¾ú‰û¾ú‰û:þ5þ:þ5þåý{þåý{þÀûýÀûý7ùLú7ùLúnóâõnóâõìîtòìîtò†ëàï†ëàïêîêîWèÐìWèÐìè—ìè—ìüèŒíüèŒíVë\ïVë\ï‘íñ‘íñ'ïmò'ïmòÊïêòÊïêò&ðFó&ðFó°ðó°ðóµð˜óµð˜óöðýóöðýóøò‰õøò‰õSõª÷Sõª÷Ïø(úÏø(ú–üeý–üeýë:ë:¬$¬$:[:[ä6ä6¼g¼g™ý+þ™ý+þûaüûaüüÏüüÏü þmþ þmþ÷ó÷ó  ˆè ˆè OO²1²1‚#Â#æ%‹¦%‹ÿ"†ÿ"†þ{þ{ë ë —O—Oä™ ä™ ( ( • • ()()Á Á IŽIŽ:û:û­ÿ­ÿOÇ OÇ ‚ Æ ‚ Æ =  =  Íà Íà nt nt ¯†¯†ÑÂÑÂýGýGèè÷—÷—9 ^9 ^5ÿLÿ5ÿLÿSõÑ÷SõÑ÷víñvíñ\çþê\çþêÉânèÉânèXæíêXæíê¢é¹î¢é¹î»ð©ô»ð©ô¼ö©ù¼ö©ùÁûÒýÁûÒýæÿ`ÿæÿ`ÿªüQýªüQýú÷²øú÷²øðDóðDó¬ê@î¬ê@î¾äé¾äéYàåYàå Ü]â Ü]âiÜ+ãiÜ+ã@ÞEä@ÞEä(áç(áç•åbê•åbê—éjí—éjí2í*ð2í*ðÙï¥òÙï¥òAòÞôAòÞô‚óö‚óö¸ôèö¸ôèöáõµ÷áõµ÷ö÷ùö÷ù]ú+û]ú+ûgüÕügüÕüáý;þáý;þ}þðþ}þðþþƒþþƒþÉý0þÉý0þ“ýóý“ýóý¬ý þ¬ý þþ×þþ×þbUbUG†G†oPoP[ ý [ ý ''··gg0x0x¬˜¬˜’`’`& ¹ & ¹ u†u†ë6ë6-ý°ý-ý°ý@üÔü@üÔüÌü[ýÌü[ý‚ÿhÿ‚ÿhÿ_q_qAªAªi ‡ i ‡ c€ c€ XÊXÊð2ð2:Œ:Œúúí“í“­ a ­ a ° °õúwûõúwûÍòÚôÍòÚôaì§ïaì§ïÉæ®ëÉæ®ëåxêåxê{èÞì{èÞìŠîÁòŠîÁò\öÕø\öÕø‘ϑϥ  ¥  ÚŽÚŽK‚K‚}y}y£X £X »/»/EýþEýþÐô—÷Ðô—÷î°ðî°ðóèÝìóèÝì-ê4î-ê4îƒë‘ïƒë‘ï~ôæõ~ôæõ÷û°ü÷û°üE—E—æ W æ W õ–õ–¥é¥éY Y     a a ³³€‹€‹ØtØt$$9-9-uõuõé“é“_]_]ÿ_ÿÿ_ÿšýþšýþöû ýöû ýûAüûAü-ûü-ûüRû9üRû9ü¦üKý¦üKýþuþþuþóÿóÿpqpq#É#É››HÑHÑt!t!fäfä ª ª<ø<ø‹ÿªÿ‹ÿªÿüÃüüÃü³øÃù³øÃù’ó-ö’ó-ö˜ïNò˜ïNòõë_ïõë_ïPé?íPé?í’èœì’èœì+ëâî+ëâîpð³òpð³ò÷ù÷ùäþSþäþSþ–C–Cð  ð  y Ä y Ä á B á B NNu†u†îýVþîýVþ¨ø%ú¨ø%ú|ô:ö|ô:öòÐôòÐô5óÂõ5óÂõŸøŽùŸøŽù"ý½ü"ý½üÖÖ ò ò, ˆ, ˆ]  ]  [ á [ á l  l  Ô ÛÔ ÛÊøÊøzSzSáÎáÎ_1_1É ÝÉ Ý\ Õ \ Õ   þ±þ±--æp æp 4 Â4 ÂnÕnÕgÿ ÿgÿ ÿ\úZû\úZûYöó÷Yöó÷Éô¯öÉô¯öÃõ§÷Ãõ§÷3ùÅú3ùÅú×übý×übý,º,º¬n¬né’é’¶ˆ¶ˆ»æ»æœœöýþöýþ ùWú ùWú®ô€ö®ô€öÞð‡óÞð‡óîNñîNñ îEñ îEñ¾ïòò¾ïòò=ódõ=ódõÕöUøÕöUøåù×úåù×úzüõüzüõüÕý+þÕý+þ‹ýóý‹ýóýXýÍýXýÍýü«üü«ürú}ûrú}ûäøSúäøSúIøµùIøµùù)úù)úKúaûKúaû]üý]üý¸þûþ¸þûþ3Þ3ÞpÝpÝ3p3pÈÅÈÅ{^{^òøòø@•@•žžSªSªè0è055r{r{YOYO³’³’¥â¥â  y~y~ÀÿäÿÀÿäÿþÿþÿÔíÔíÁýÁý> Š> а € "v ö âwý‘­™P™Pù ù @ 2@ 2Á—Jjþþýïû#üuùIú~÷Òøˆõ\÷ˆõ\÷õ.÷õ.÷Y÷ùY÷ù³øúú,ûƒüýøþ÷þùÎú§ã"ã"• Ý• ÝK  K  ø ñ òêÙI¡¨jö&EãEã;;XiXi00öJöJ[L[Lkk4s4s&Œ&ŒiÿÿiÿÿaüüaüüZøúZøú2õ÷2õ÷ró˜õró˜õŒô‘öŒô‘öžõ÷žõ÷¦öeø¦öeø/ø<ù/ø<ùùúùúÃúºûÃúºûÕùûÕùûŠøtùŠøtùçõÔ÷çõÔ÷êóÎõêóÎõòQôòQôˆñôóˆñôóÍòõÍòõ¢ó»õxôoö4öÝ÷ð÷Mùhù„úáú¼ûYýÇýYýÇýeÿxÿeÿxÿkþ±þkþ±þûìûAù/ú‚÷rø»ôƒöõñ•ôÏï×òªíñªíñvêƒîvêƒîíêUîíêUîCíñðCíñð_òßô_òßô|ø¦ù|ø¦ù‘ýCþ‘ýCþ#š#šºº - -µ÷µ÷oo·ÿÙÿ·ÿÙÿúü¿ýúü¿ý…üý…üý¿ý*þ¿ý*þŸˆŸˆ&§&§ í í~¸ ~¸ ܞܞ^=^=V›V›j& j& ü Zü Zj"j"ÉÉ=3=3®w®w9í9í; Ê; ÊæÎæÎÙFÙFOfOf–p–pêKêKºÝºÝ°4 °4 ÛñÛñ–þöþ–þöþ³øú³øúDöv÷Döv÷rø'ùrø'ùý.ýý.ýô¢ô¢EEó ¼ ó ¼ ±‡ ±‡ šŽ šŽ ? ? ÇpÇp=©=©ÏüGýÏüGýrøÂùrøÂùõþöõþöRô>öRô>öƒô1öƒô1ö\õ÷\õ÷6öØ÷6öØ÷÷¢ø÷¢øéö~øÄö[øcöý÷ö¡÷Çõe÷Œõ+÷UõîöUõîöRõ÷Rõ÷ˆöøˆöøù7úvúIûíû]ü$ý•ý]þÎþ†ÿÎÿ°Î°Îjjßß?ÿ\ÿ?ÿ\ÿ¤û¸ü¤û¸ü*ø‡ù*ø‡ùBóõBóõÏî¤ñÏî¤ñ¤ìð¤ìðXînñXînñò7ôò7ôTöý÷Töý÷Lý%þLý%þ,,i i ¥ å ¥ å ® ® Z ¨ Z ¨ xxJnJnoûÙûoûÙû¿ö0ø¿ö0ø7ôõõ7ôõõcõ÷cõ÷SøðùSøðù¥ûWü¥ûWüiþYþiþYþ^ÿ^ÿûþ ÿûþ ÿ¢ýJþ¢ýJþ“üý“üýÄû#üÄû#ü¬üfý¬üfýAÿ¤ÿAÿ¤ÿ  Ò/Ò/“ F “ F ­H ­H _ü _ü Î Ú > ¹ üûº?>ÿ0ÿÃû"ücô9÷cô9÷“îåñ“îåñŽëïŽëïØïÖñ¼òyô¡õ÷Ñú;ûZÿ9Fp2p2£t £t ´S´SI…I…¦;¦;ô ‘ ô ‘ ùùÐâÐâ÷ûü÷ûüûö>øûö>ø ÷©ø ÷©øjøùjøùÙü~ýÙü~ýtt,ý,ý¦ (¦ (" j " j   ý¢ ý¢ ô  ô   ø  ø Ö &Ö &ÜŠÜŠI[I[»+»+œ[œ[’þšþ’þšþ©ü2ý©ü2ý)ûü)ûüàú¤ûàú¤û|û3ü|û3üôüBýôüBý»þãþ»þãþ%ß%ߨ ¨ %F%Fäyäyûûá>á>|åÿ|åÿÜùúÜùú’ôKö’ôKösðüòsðüòXíðXíðë·îë·îÛë©îÛë©îîæðîæðò'ôò'ôïõ…÷ïõ…÷3ûÔû3ûÔû @ @¤8¤8²`²`Ú Ó Ú Ó ` K ` K m ¥ m ¥ ÈßÈßæ¶æ¶úçúúçúëò£ôëò£ôWí¹ïWí¹ï1æ¦ê1æ¦êÉàÛæÉàÛæ½â`ç½â`ç§æë§æëDï³òDï³òøùøù¯¯ãã ãã ñnñnÓ¡Ó¡Y÷Y÷$Ä$Äé é uDuD$÷“ù$÷“ù:ñ<ô:ñ<ô¦ìð¦ìð­ëŸï­ëŸï~îñ~îñócõócõnú¿únú¿ú‰¶‰¶|‹|‹k Ãk Ãw # w # ±  ±   _  _ Ï : Ï : Í Í……ßß]Ü]ÜËËöâöâ  çýFþçýFþîû…üîû…üŸúlûŸúlûâúÐûâúÐû–û2ü–û2ü÷ü˜ý÷ü˜ýËþÄþËþÄþäŽäŽ”ÿ”ÿbb‘–‘–P|P|TTµÜµÜ-n-nÃÃ} ½} ½} i} iýý”†”†§ÿŸÿ§ÿŸÿãøBúãøBúàðóàðóšê6îšê6îÖå0êÖå0êãä éãä éÑé.ìÑé.ì+î–ñ+î–ñwøÄúwøÄúãNãN Ø Ø œœPÔPÔæ*æ*žÓžÓ£» £» ôôÇŠÿÇŠÿÕùUúÕùUú(õ÷(õ÷nõh÷nõh÷Oø ùOø ùýèýýèýÛÖÛÖ] Ì] Ì è  è a A a A G X G X › å› å……nÀnÀÙÆÙÆ4.4.Þ‡Þ‡”Ñ”ÑR&R&k îk ît Ë t Ë …/…/N•N•šü­üšü­ü õùö õùöîÄðîÄð½èõë½èõë…å é…å éæ êæ ê¢èSì¢èSì î/ð î/ðeõ½öeõ½ö‰û5ü‰û5ü˜µ˜µ — —¾u¾uAhAh¾ûÇü¾ûÇüêõA÷êõA÷VðçòVðçò&ëÞî&ëÞîBç:ëBç:ë¦æGê¦æGê~è]ì~è]ìDíùïDíùï]ò™ô]ò™ôŒ÷.ùŒ÷.ùäûýäûý{ÿ*{ÿ*g¹g¹4„4„££ / /¿c¿cõÿõÿ}ÿ‰ÿ}ÿ‰ÿ“þ¡þ“þ¡þŒÿ¢ÿŒÿ¢ÿì ì ’:’: å å d dë ë H H ªmªmþ„þ„Á\Á\à” à” é» é» »‡ »‡ ®b ®b 4Þ 4Þ "h"hðKðKýÒ ýÒ + l + l {  {  ´ à´ àï n ï n à O à O Ò ` Ò ` /ü /ü  cca a § Ö § Ö ¯Ê¯ÊÀIÀI—û™ü—û™ü§ödø§ödø|ôåõ|ôåõëóvõëóvõô!öô!övö—÷vö—÷ãø˜ùãø˜ùKûðûKûðû0þsþ0þsþ  óÿóÿ7þ¹þ7þ¹þ[ûÆû[ûÆû8øqù8øqù›ôŽö›ôŽöÙñ[ôÙñ[ôñ0óñ0óÊñœóÊñœóAó×ôAó×ôðôRöðôRö¾öò÷¾öò÷ødùødù·øÏù·øÏù‘ø¼ù‘ø¼ùVø‹ùVø‹ùøIùøIùø÷.ùø÷.ù{ø…ù{ø…ùùuúùuú‰úNû‰úNûiûüiûü±ûYü±ûYüûÐûûÐûËùãúËùãú‘ø¸ù‘ø¸ùøö6øøö6ø-õ·ö-õ·öãó¤õãó¤õ2óõ2óõßóÁõßóÁõ¾öø¾öø¤úû¤úûpopoªªªªü § ü § êGêG!!ã1ã1>S >S ÊnÊnT@T@²ö±÷²ö±÷3îÞð3îÞð“çÕê“çÕêÚå,êÚå,êÍçHëÍçHëGíðGíðó+õó+õ¾ûXü¾ûXüÚ;Ú;˜ ~˜ ~ìr ìr dndnññZj Zj ­ ­ S¾S¾¨þçþ¨þçþúüúúüúoöa÷oöa÷ôîõôîõÁôöÁôö÷’ø÷’øKûüKûüºYºY¶ï¶ï0 •0 •ª i ª i ܇ ܇ Hì Hì ´± ´± üþ üþ *8 *8 À à À à ž Õ ž Õ  l  l û h û h á k á k H ïH ï^r^r²ÿ²ÿ––Œ Œ QMQM| 4 | 4 ýå ýå SSUU=}=}jûjû] ] ^  ^  ¡†¡†äÿ(äÿ( ü›ü ü›üløÆùløÆù÷}ø÷}øi÷Íøi÷Íøêøãùêøãù úÜú úÜú÷ú§û÷ú§ûXû÷ûXû÷ûGûâûGûâûû¥ûû¥ûpú6ûpú6û úÀú úÀúqùMúqùMúùõùùõù‘ø•ù‘ø•ù¡÷àø¡÷àøFõéöFõéöïòäôïòäô§ïéñ§ïéñÒë\îÒë\îÁçòêÁçòêÔä€èÔä€èŽã…çŽã…çåÐèåÐè9è]ë9è]ëíÎïíÎïóäôóäôºø¿ùºø¿ùeýÉýeýÉýd¨d¨QfQf@@=ýâý=ýâý1úšú1úšú;÷ø;÷ørô örô ö\ò—ô\ò—ôˆò<ôˆò<ôßó“õßó“õ`÷«ø`÷«øÇûeüÇûeüøÿøÿPPQúQúÑ Ñ ß š ß š Ž á Ž á í ó í ó ¿  ¿  ­ 3 ­ 3 ç Q ç Q P µ P µ £ þ £ þ ³ ³ ì ì Ø - Ø - „  „  »“»“û û O“O“þmþm - -ll““V V ß ß d±d±!h!hVV88Oþ{þOþ{þJüÍüJüÍüÙú|ûÙú|ûfú$ûfú$û†ú!û†ú!ûmûümûü:üÞü:üÞü ý“ý ý“ýÂþÔþÂþÔþododµtµtQÞQÞŽ0Ž0ßßÀþÐþÀþÐþ‘ûü‘ûü ùÇù ùÇùÂöÂ÷ÂöÂ÷»ô>ö»ô>öæô_öæô_öÙöÉ÷ÙöÉ÷‡úû‡úûYÿHÿYÿHÿÕèÕè6 '6 's y s y Oý Oý ¸× ¸× þß þß – ¢ – ¢ ÅÕÅÕÄÛÄÛ|þ&þ|þ&þ×ûúû×ûúû#ûþû#ûþûâû”üâû”üSÿdÿSÿdÿ!¯!¯_…_…ŠŠr‘r‘llóhóh±ƒ±ƒÐîÐîEÿ¡ÿEÿ¡ÿþ“þþ“þ9þaþ9þaþiþ‡þiþ‡þ–þ«þ–þ«þ2þYþ2þYþmüäümüäü ûYû ûYû¬øpù¬øpùöV÷öV÷ôÃõôÃõó¤ôó¤ôàò™ôàò™ôôó\õôó\õšõ÷šõ÷&øáø&øáø÷úÆû÷úÆû›ý0þ›ý0þÉÿÍÿÉÿÍÿùvùv»?»?Ô[Ô[ÙdÙdÍ]Í]ËËÊÿÎÿÊÿÎÿFýÓýFýÓýEûÁûEûÁûzù#úzù#úøêøøêøä÷äøä÷äøcùYúcùYúLüëüLüëü ™ ™EEõõE º E º ò  ò  @ @ ¸ € ¸ € ìÿìÿR R  þ[þ þ[þ¾úaû¾úaûøùøù"ø'ù"ø'ù½ù£ú½ù£úÈû€üÈû€ü©þÿ©þÿ88ëìëìÂÆÂÆ—I—I++jý¥ýjý¥ý½ú¹û½ú¹û¥øÚù¥øÚù1øoù1øoù¤ù³ú¤ù³úˆüÅüˆüÅüjÿÊÿjÿÊÿŸ>Ÿ>/3/3}}MM··|þŒþ|þŒþæúûæúûø5ùø5ù«öÆ÷«öÆ÷p÷jøp÷jøPùúPùúðü…ýðü…ý‡ä‡ä“¥“¥– ‹– ‹² ) ² ) ý ÿ ý ÿ ù ( ù ( × ‚ × ‚ ô÷ô÷(Ú(Úüümþ£þmþ£þ[üÀü[üÀüdü¢üdü¢ü±þêþ±þêþè†è†HH¥ ¥ g · g · V Ó V Ó l 0 l 0 èèqqÙzÙzΡΡQþNþQþNþýRýýRý=ýXý=ýXývý£ývý£ý®ýéý®ýéýäý*þäý*þþfþþfþIþxþIþxþØýþØýþÈüýÈüý‡ûü‡ûübú ûbú û^ù ú^ù ú~øQù~øQùæ÷ñøæ÷ñøcøUùcøUù1ùòù1ùòùóùµúóùµúmúûmúû|úû|úûoú&ûoú&ûPúûPúû—úAû—úAû¬ûü¬ûüdý¾ýdý¾ýúÿúÿ-É-Éa«a«, ", "L  L  ¬ W ¬ W O j O j å åýýPžPž°k°k‡ÿ›ÿ‡ÿ›ÿ€ÿWÿ€ÿWÿôÿôÿ˜˜±#±#DXDX Õ Õ ’ Q ’ Q Ò$Ò$•´ •´ i ú i ú g Ög Öß%ß%årårj2j2  7ÿXÿ7ÿXÿŽþÏþŽþÏþ þdþ þdþÎü;ýÎü;ýÚú”ûÚú”û(øøø(øøø`õõö`õõö÷òªô÷òªô5ñúò5ñúò‚ðqò‚ðqòñÇòñÇòòÁóòÁóAó½ôAó½ôôƒõôƒõ·óõ·óõçòvôçòvôÄðEòÄðEò2îð2îðñê†íñê†í2è;ë2è;ë¸æ±é¸æ±é¢çRê¢çRêeêÿìeêÿìóíðóíðNóªôNóªôÚ÷ŸøÚ÷Ÿø¬ûóû¬ûóû×þ·þ×þ·þï‘ï‘d4d4…þ¹þ…þ¹þbüýbüý´ú2û´ú2ûqúûqúû™üëü™üëü!ÿ®ÿ!ÿ®ÿ΋΋S–S–C C xxââÝËÝË”î”îšÄšÄh¿h¿ñÂñÂ&å&å¸=¸=%¥%¥\ È\ È× A× A· .· .%˜%˜w%w%¿¿]$]${¡{¡ Œ  Œ = ô = ô ñ Óñ Ó Ê  Ê ¼ k ¼ k ˆ  ˆ  hª hª Í Í í x í x *C*CF.F.íù²úíù²ú.ðò.ðò‚èPë‚èPë¤â'å¤â'åUÞqáUÞqá?Üyà?ÜyàLÞ•áLÞ•á}à7ä}à7äxäéçxäéç"èIë"èIë{ëYî{ëYîçíçïçíçïfíBïfíBï¤êÖì¤êÖìñç…êñç…êä=çä=çšàíãšàíã2Ý6á2Ý6áøÚßøÚß1Ú7Þ1Ú7Þ–Ü_à–Ü_àßžâßžâãœåãœålç\êlç\ê‚ìŽî‚ìŽîñð¿òñð¿ò?õ[ö?õ[öéøÙùéøÙùÿûiüÿûiüäý8þäý8þvÿlÿvÿlÿ¾h¾hççEêEêNxNx ¼ ¼Æ 9 Æ 9  µ µ~N~N„%„%ÒWÒW†þ†þæéæé ô ôqq{|{|––ÏŽÏŽV1V1JHJH;-;-ñúñú7À7À]+]+îý îý … ï … ï ¹ ¹yÉyÉvævæ#ˆ#ˆûû¥þäþ¥þäþîû~üîû~üÉù™úÉù™ú•ùDú•ùDú„ùuú„ùuú¢û ü¢û ükýÉýkýÉýèþ=ÿèþ=ÿŒþÔþŒþÔþqûôûqûôû÷ ø÷ øxïXñxïXñ-èöê-èöêiáåiáådܯàdܯà×ÙtÞ×ÙtÞ¸Üêà¸Üêàÿà˜äÿà˜äðéKìðéKìŒñÛòŒñÛò¢ú°ú¢ú°ú""å€å€)®)®×È×Èÿfÿÿfÿ ûû ûûþöª÷þöª÷SõëöSõëöÎö˜÷Îö˜÷ÀùRúÀùRú­ýÙý­ýÙý0Ù0Ù‹‹Ê A Ê A   7 7ê ê ÐÐËo Ëo     › y › y ã üã üÓêÓ겫²«tYtY^^îDîDêIêISåSå]]_F_F»ÿÓÿ»ÿÓÿ8ÿiÿ8ÿiÿ¢ÿ‘ÿ¢ÿ‘ÿuXuXøø¢v¢vþìþìlÿŽÿlÿŽÿëüýëüýÔù¯úÔù¯úÂö¨÷Âö¨÷‡óûô‡óûôñúòñúòÑïñÑïñÜï–ñÜï–ñ!ñ´ò!ñ´òúòUôúòUô®ôÖõ®ôÖõ-÷ ø-÷ øžù4úžù4ú³ûDü³ûDüåýÿýåýÿýRÿnÿRÿnÿ¡ÿ°ÿ¡ÿ°ÿÿJÿÿJÿgý›ýgý›ýRû×ûRû×ûSøìøSøìøö©öö©öêó÷ôêó÷ôºò!ôºò!ôôKõôKõZ÷ƒøZ÷ƒø±ü!ý±ü!ý’œ’œ¤¤;¦ ;¦ XXBÑBÑ+C+Cãóãóx ` x ` ""’’×ýîý×ýîýü“üü“üýfýýfý_ÿÈÿ_ÿÈÿý¸ý¸­u­u ` ` • • r¿ r¿ Îò Îò     ¸ ù ¸ ù ™™ppP“P“ÝOÝO¥¥`¯`¯"œ"œß–ß–Kÿ‘ÿKÿ‘ÿ“üý“üýkú÷úkú÷ú€ø%ù€ø%ù÷Å÷÷Å÷löZ÷löZ÷îöÕ÷îöÕ÷PøõøPøõøÍù…úÍù…úûûZüûûZüÐýåýÐýåýÿÿÿÿòÿòÿÑÊÑʬ”¬” å åϛϛùÔùÔ3ÿEÿ3ÿEÿ±üý±üýù¼ùù¼ùÇõöÇõöÇòôÇòôôðOòôðOòpð×ñpð×ñòÄóòÄóØö›÷Øö›÷“ü¸ü“ü¸üHzHzUÎUÎ"  "  p å p å ! ! ñXñXz³z³·þ^ÿ·þ^ÿ ú û ú ûZö›÷Zö›÷{ô~õ{ô~õÉõföÉõföã÷øã÷øüýüýJ)J)öyöy­­ÿNÿNL¶L¶#Ï#ÏI—I—Š6Š6ÂþËþÂþËþ„üØü„üØüÖü*ýÖü*ýÏýþÏýþjdjdÁÁ'¡'¡jûjû‹j‹jvþ¨þvþ¨þUûÚûUûÚûGøùGøùêõ÷êõ÷ö©öö©ö=öE÷=öE÷øåøøåøûƒûûƒûÞýþÞýþ•{•{v(v(ª;ª;Õ›Õ›¯A¯Aèè†U†UÁÿÂÿÁÿÂÿ"þQþ"þQþ®üý®üýûüûüšûðûšûðû£üý£üýŸþÁþŸþÁþA$A$“Œ“Œ#ë#ë[ü[üGÉGÉ““wówóLÁLÁ¡¡RØRØoñoñ” ” › › ŠöŠö±&±&¹8¹8¨1¨1 ˜ ˜QßQß>ï>ï¶œ¶œp[p[eÿwÿeÿwÿÿ;ÿÿ;ÿÚþ ÿÚþ ÿ`þˆþ`þˆþ—ýçý—ýçýýüRýýüRýßü(ýßü(ý7ýuý7ýuýýý9þýý9þqÿsÿqÿsÿåÌå̉V‰V¬;¬;U´U´”Ï”ÏeeŒŒvïvïHÃHà ÿüþ ÿüþÑüýÑüýû–ûû–û\úÏú\úÏú¾úDû¾úDûlüülüü©þÖþ©þÖþ™ž™žEþEþ+¨+¨e ³ e ³ l c l c *  *  TOTOˆ<ˆ<,,4%4%k[k[&_&_C`C`Y_Y_šÿ¥ÿšÿ¥ÿIþmþIþmþ0ü…ü0ü…üˆù"úˆù"ú’ö}÷’ö}÷ ôþô ôþô+ò"ó+ò"óÝðòÝðò ðOñ ðOñHï¬ðHï¬ðÇîBðÇîBð£î*ð£î*ðËî;ðËî;ð”îð”îðEîÈïEîÈïÁíkïÁíkï#í¹î#í¹î^ì5î^ì5î ìÞí ìÞí±ì7î±ì7îÞíbïÞíbïãïOñãïOñ„ò¿ó„ò¿óLõMöLõMöë÷‡øë÷‡ø¨ùMú¨ùMú@ú¼ú@ú¼ú6úÂú6úÂúEúÛúEúÛúhúûhúû?û‚û?û‚ûWýýWýýtKtKoÜoÜe ~e ~3 ú 3 ú eieiÁÁÏ)Ï)ŸÄŸÄ±²±²$$jøjøÏ˜Ï˜ÅYÅY´´ÆÆ"ð"ðS#ûS#ûÓ#T Ó#T # # _ —_ —ÊuÊu[C[C“µ“µÏ ¾ Ï ¾ ¸ R ¸ R ©ß©ß¶¶º×º×nÒnÒh çh ç’ è’ ègygyÊÒÊÒ«ÿŽÿŒüKü6øŒøàóÎôrðYñíäíœäÂæœäÂæ5Þà5ÞàˆÙ¸ÜˆÙ¸Ü•ØtÛØÙ­ÜÛçÝmÜ)ß¿ÝlàÍßâÝáËãÝáËã­å¸ç­å¸ç/éIë/éIëÀèëêÀèëêÂèòêÂèòêææ'éææ'éÇåçÇåçzãÍåzãÍå?ácä?ácäêßúâêßúâûßHâûßHâGâfäGâfä¥å6ç¥å6ç¸éªë¸éªë4î™ï4î™ïÝòôÝòô„÷0ø„÷0ø¹ûü¹ûü½ÿ½ÿ>->-?´?´† ¢† ¢¡ ¾ ¡ ¾ HÛHÛjji®i®,3,3·«·«uSuSÕªÕªyºyº0202•Ö•Ö,å,åô–ô–0!0!€)€)͢͢äÌäÌ[çÓtµiÂ@n²õ²õFF  ¬ önÓ0°òê´$7ÿ°ÿºý=þºý=þ+ýVý+ýVý6ü¤ü6ü¤üúœúúœúx÷#øx÷#ø½ôØõ½ôØõò óò óþïúðþïúðnï¯ðnï¯ð¯ð·ñ¯ð·ñññdóññdóÈõ—öÈõ—öùVùùVùÔû«ûÔû«û\ûáû\ûáû8úû8úûeö3÷eö3÷¥ñó¥ñóhìèíhìèítèþétèþé›å'ç›å'çæèæè…éë…éëðŒñðŒñŒ÷÷Œ÷÷ÉýÒüÉýÒüã†ã†üüHH{Ô{Ô"‘"‘YÜYÜTþ¥þTþ¥þæû?üæû?ü)ûuû)ûuûºüYýºüYý þìþ þìþbëbë''0 0 áLáLí ÿ í ÿ ý Ñ ý Ñ H P H P S ‰ S ‰ Û ÷ Û ÷ J T J T i ¦ i ¦ ã"ã" ˆ ˆ=é=éÀÀËóËóúþDÿúþDÿÌýèýÌýèýýPýýPýaý“ýaý“ýjþ~þjþ~þ¯t¯tüÖüÖ¤¤uuD µD µG–G–ŠŠççÇüƒýÇüƒý.ø£ø.ø£ø ôÊô ôÊôàðÖñàðÖñ0ð4ñ0ð4ñÞðMòÞðMòoó<ôoó<ôO÷Ø÷O÷Ø÷‹ûü‹ûü.+.+½Á½Áö c ö c È ó È ó «¤«¤ppÖ±Ö±l . l . X&X&iiþ'þþ'þBù/úBù/úÛõ ÷Ûõ ÷%õ³õ%õ³õD÷øD÷øfûOûfûOûŒŒ$Œ$ŒŒYŒYùcùcÙùÙù3-3-±&±& š šÛ9 Û9 ÈÿAÈÿAiøöøiøöøŠò%óŠò%óÌîîïÌîîïöîëïöîëïÿñDòÿñDòxõGöxõGöHûbûHûbûšÿšÿ±­±­ðIðI³ÿ&ÿ³ÿ&ÿ‚ü]ý‚ü]ýQùdúQùdú=ö]÷=ö]÷]óiô]óiôÁð1òÁð1òßîšðßîšð»îÿï»îÿïâî(ðâî(ðîtïîtïœìÛíœìÛíÃêìÃêì¼è˜ê¼è˜ê2çé2çéçÍèçÍèÜçféÜçfé.ê†ë.ê†ëCímîCímîùñøòùñøòöÝööÝöûCûûCûKÿèþKÿèþGâGâFEFEÔËÔËíŽíŽ™ ° ™ ° š ‚ š ‚ ¾ Î ¾ Î ® ³ ® ³ C € C € ë  ë  «D«Dÿ«ÿ«ÖjÖj°g°g j j &n&n¸¸—°—°A%â"A%â"F)&F)&Z*ã'Z*ã'€(ú%€(ú%‚$R"‚$R" É É ; ;)¹)¹7 , 7 , ªZªZô­ô­||ÐÖÐÖ—V—Væ l æ l „ ”„ ”†I†Iõõsœsœ&ûnû&ûnûêöJ÷êöJ÷9òjó9òjó îvð îvðíMîíMîî ïî ï7ïð7ïð`ðñ`ðññòñò/ðñ/ðñ¯îÚï¯îÚïêÁëêÁëŒç½èŒç½èˆã¦åˆã¦å¶à¦â¶à¦âèÞ«àèÞ«àBÝŒßBÝŒßVÞpàVÞpàøáfãøáfãæÏçæÏç’ë*í’ë*í^ðÏñ^ðÏñ‚ôÍõ‚ôÍõ ø4ù ø4ùçùJúçùJú€ûBû€ûBûû–ûû–û³ú÷ú³ú÷úùùúùùúûø ùûø ùHønøHønø:øåø:øåøµù4úµù4úØûüØûüþPþþPþÓêÓêd=d=;ã;ãd ¬d ¬Ï  Ï  – ½ – ½ Ññ Ññ •³•³õòõò±«±«‚¢‚¢]€]€UbUbC[C[O]O]88´á ´á %B %B V ‹ V ‹ ˆ Ä ˆ Ä Î # Î # ' s ' s ²  ²  ­ ) ­ )  X  X ø T ø T  s  s ‰‰ö~ö~’’__[[ñ©ñ©VúVúQ×Q×£  £  › â › â W ’ W ’ " n " n ùƒùƒjjþ<þþ<þ=ø²ø=ø²øåò©óåò©óÁîÃïÁîÃïÜííîÜííî¼îÁï¼îÁïNð<ñNð<ñhó(ôhó(ôö·öö·ö{øðø{øðøƒúÚúƒúÚúŒú–úŒú–ú•ùÒù•ùÒùt÷)øt÷)øÿôëõÿôëõgòäògòäò)ð¢ð)ð¢ðäîÃïäîÃï¬î¡ï¬î¡ï»ï¤ð»ï¤ðØð³ñØð³ñüñÈòüñÈò!óÝó!óÝówôõwôõrôüôrôüô,ôô,ôôZóóóZóóóáò¤óáò¤ó³ò•ó³ò•óÂòºóÂòºó½ó—ô½ó—ô'õ·õ'õ·õ ÷r÷ ÷r÷<ù’ù<ù’ùºûéûºûéûÑýþÑýþ  ®’®’¾‘¾‘UU©d©d‹T‹T²1²1@ © @ © òKòKssP½P½ÒËÒËJáJáÖmÖmãñãñ##7k7kÅ Å ëPëP"_"_ÞýÞýççv´v´  »³»³ã ã ® $ ® $ ÷¼÷¼žWžW==gQgQ½†½†¿š¿šûÜûÜ# # ÍÍl|l|þìýþìý#ùªù#ùªùGõ™õGõ™õmñÓñmñÓñ»íúî»íúîëíìëíìÄéëÄéëÏêöëÏêöë…í@î…í@îwð‰ñwð‰ñëónôëónôéöl÷éöl÷Óø(ùÓø(ù%øø%øøõõnöõõnö.ñò.ñò•ìËí•ìËí&éšê&éšê·æWè·æWè}æŽç}æŽç#é]ê#é]ê‘îïî‘îïîàõiöàõiöøû¢üøû¢üûÍûÍ , , Ø Ø3á3áÌ–Ì–*ç*çÅyÅyEEEE™¨™¨O-O-DDrr%P%PmÞmÞYYF ÔF Ôá X á X » 4 » 4  ” ”PïPï¢ñ¢ñr ( r ( D D — í — í ø 7 ø 7 â c â c s ¹ s ¹ G ˆ G ˆ ” ”   ÕÕ‰ÿ–ÿ‰ÿ–ÿÝüÃüÝüÃü™ü‘ü™ü‘üþkþþkþTTÜÜÒÒk  k  Ì Ì M M {ê{ê9 9 ²Õ²Õ¹üÃü¹üÃüú'úú'ú°ùÞù°ùÞù™ûÏû™ûÏû7ýsý7ýsý’þÒþ’þÒþ±ÿóÿ±ÿóÿ(l(lSÿ4ÿSÿ4ÿ”ý¿ý”ý¿ýÖüýÖüýµýýýµýýýÏÿ¶ÿÏÿ¶ÿ$½$½@›@›y  y  í ¼ í ¼ W ¢ W ¢ / š / š ÿ±ÿ±cý×ýcý×ý>÷;ø>÷;øbòËóbòËó¥î`ð¥î`ðsïcðsïcðÈórôÈórôƒøì÷ƒøì÷cý ýcý ýÜ7Ü7”L”L€$€$“â“âîoîoÒü ýÒü ýÄ÷)øÄ÷)øÉóQôÉóQô½ð`ñ½ð`ñ/ï.ð/ï.ð¢ð0ñ¢ð0ñ òÁò òÁòô²ôô²ô÷G÷÷G÷¢ùáù¢ùáùâúûâúûûÚûûÚû û5û û5û úVú úVúùVùùVùøIøøIøU÷Û÷U÷Û÷Š÷è÷Š÷è÷Ö÷PøÖ÷Pø4øŒø4øŒøá÷Gøá÷GøF÷©÷F÷©÷µö"÷µö"÷5ö´ö5ö´öHö½öHö½ö\÷¦÷\÷¦÷¨øù¨øùÛú ûÛú ûDþ>þDþ>þ  ø…ø…t B t B " Š " Š Ž Ø Ž Ø µ µ ª ª°­°­Ý¾Ý¾†P†PþUþþUþþ;þþ;þÙÿÙÿu?u?¥N¥N¯ L ¯ L  ? ?ÕÿÕÿS•S•$$ý½ý½êÂêÂ&K&KÙXÙX¡¡] W ] W ‡R‡R{ { #ªÿ#ªÿhÿ‚ÿhÿ‚ÿz3z3NÎNÎ m  m V¡V¡¬0¬0ssÑѼ¼4Q4Qw £ w £ /g/gÓú’ûÓú’ûLóvôLóvôHîÝîHîÝî·í³í·í³í‚îæî‚îæî(ñÍñ(ñÍñõ õõ õvø©øvø©ø±úsú±úsú^úbú^úbú3ø~ø3ø~ø_õìõ_õìõñíññíñâíæîâíæîfê ëfê ëçç@èçç@èËåXæËåXæ}ä—å}ä—åÛãcåÛãcåÇãSåÇãSåFãMäFãMä‡âæã‡âæã­áÓâ­áÓâÖàâÖàâtà•átà•á¢à¬á¢à¬áiáwâiáwâlãªälãªämæ9çmæ9çÐéêÐéê£í?î£í?îñyññyñô‰ôô‰ôÍö3÷Íö3÷øù0úøù0ú£ü´ü£ü´ü·ÿ²ÿ·ÿ²ÿ8!8!77ŕŕݵݵٸٸjqjqŒŒñÓñÓ? Ô? Ôô Å ô Å s¹s¹€þ€þ$#$#Å*)Å*)ƒ/I-ƒ/I-É10É10š0I/š0I/Ý,T+Ý,T+ë'¦&ë'¦&2"Ö 2"Ö ‡™‡™yéyéKÂKÂ|}|}ýý…Š…Š1414#)#)ä䢴¢´ÆvÆv“Þ“Þ‘ ë ‘ ë ÛÛªªèýóýèýóý,üfü,üfüûûüûûüãûÇûãûÇû£úÄú£úÄú<øtø<øtøõõõõ”ï=ð”ï=ð/êë/êë äqä äqäŠÞ†ßŠÞ†ß—ÚPÛ—ÚPÛ5×vØ5×vØÆÕÃÖÆÕÃÖךØ×šØæÙˆÛæÙˆÛ<Þ7ß<Þ7ßHâ¸âHâ¸âæ›ææ›æèéèéäè¢éäè¢éˆégêˆégêéÝééÝéàçßèàçßèíæŸçíæŸç;æüæ;æüææÛææÛæRçÿçRçÿçåéÒêåéÒêjîøîjîøîóƒóóƒó¦÷5ø¦÷5ø,ý;ý,ý;ý´Z´Z[A[A=W=WÎ · Î · ¸ z ¸ z ¶ ¶ ô©ô©á}á}.±.±®.®.sËsËÑ5Ñ5zÂzÂuáu᜜?¥?¥ÆûÆûÕÕ±ô±ô¬¬ðð¾<¾<Ð\Ð\ç\ç\‚‚=Ä =Ä × a × a Ó§Ó§ùùŽŽ)")"ЄЄª­ª­…c…cgwgw  AxAxZYZY˜üöü˜üöü÷û÷÷û÷ òò òò|íeí|íeíáèaéáèaéåxæåxæåÐååÐåGæÜæGæÜæ¯è%é¯è%éêë—ìêë—ì¬ïð¬ïðúò óúò óÝõÑõÝõÑõæö÷æö÷j÷®÷j÷®÷¹ö›ö¹ö›öõáõõáõÈôrõÈôrõ6õBõ6õBõ÷C÷÷C÷ùùùùüCüüCü#ÿóþ#ÿóþ­&­&¶R¶RNN: : ¦–¦–ÌÌAA  ʣʣÀ¹À¹«‡«‡µpµpžaža<<›m›mŞŞ©s©sW.W.qAqAŠ + Š + H  H   ³  ³ ‰  ‰  u  u  | [ | [ «w«wɫɫ%ö%öþþþþ(úLú(úLú~ö¥ö~ö¥ö+ôdô+ôdô ô„ô ô„ô8õfõ8õfõN÷^÷N÷^÷oúŽúoúŽúý:ýý:ý–ÿpÿ–ÿpÿ·Ž·Ž@8@8‘þ×þ‘þ×þrülürülüÇúƒúÇúƒú1ù ù1ù ù¼÷õ÷¼÷õ÷"øKø"øKøúûùúûùªûÕûªûÕûšþÆþšþÆþ..òò\R\R¥§¥§!!ÿÿÿÿ1ý7ý1ý7ýTü=üTü=üÿüýÿüý{þ²þ{þ²þ¸ë¸ëš™š™d s d s ¢:¢:ÙÙð¦ð¦L'L'55Ñ Ñ L$L$ŽŽÞüØüÞüØü¡û#ü¡û#ü¼üÃü¼üÃüÀcÀcSS”¨”¨‘v‘v Ï Ï“r“r¼¼ü=ü=²ý7þ²ý7þ´ù7ú´ù7úŽö÷Žö÷$ô ô$ô ô†óìó†óìóçóôçóôõ,õõ,õöEööEö÷P÷÷P÷©÷­÷©÷­÷F÷÷F÷÷÷÷÷÷Šö¥öŠö¥ö<ö;ö<ö;ö#ö ö#ö öÉöõöÉöõö$ø%ø$ø%øùù úùù úŽû±ûŽû±ûèüàüèüàü5ýOý5ýOý¦üü¦üüÿûäûÿûäûøù\úøù\úâ÷ä÷â÷ä÷ÖõöÖõöTô¢ôTô¢ô.õ<õ.õ<õ>÷^÷>÷^÷6ûû6ûûÌÿœÿÌÿœÿÖ¹Ö¹¦ ™ ¦ ™ dddd  ¾ò¾òi - i - ÿ É ÿ É ààððõçõçüÑüÑŃŃù›ù›«8«8ž$ž$HeHe“ª“ª¥º¥º  ––4+4+óóɕɕ¶ l ¶ l … … · a · a  7  7 cËcËDþ…þDþ…þQù‰ùQù‰ùfõ–õfõ–õèòóèòóeôoôeôoô øÂ÷ øÂ÷/þNþ/þNþ¦¦ÚîÚî‘ H ‘ H Ô Ô X X W % W % <ž<žÿ³ÿÿ³ÿçúµûçúµûù‡øù‡øÉùgùÉùgùpú7úpú7ú±üÃü±üÃü“þáþ“þáþ++,ë,ë^¶^¶1B1BÿÿÿÿBþJþBþJþÏý­ýÏý­ýzý6ýzý6ýGütüGütüÿúôúÿúôúù8ùù8ùM÷b÷M÷b÷~õŒõ~õŒõ/ô7ô/ô7ôƒóóƒóó¶óöó¶óöó6õQõ6õQõa÷L÷a÷L÷Qú„úQú„úý7ýý7ýgÿsÿgÿsÿÌÞÌÞ2Ùÿ2ÙÿjþMþjþMþ­ú#û­ú#û÷èö÷èö•óœó•óœóúðñúðñïTïïTï¸îßî¸îßîññññôëóôëósùõùsùõù÷ýõþ÷ýõþ2 2 ‹ ‹ ø0ø0ppž<ž<ê:ê:Û ó Û ó mmS¢S¢þ²þþ²þªúûªúû°øÿø°øÿøpùNùpùNùúý€ýúý€ýë:ë: z  z æ@æ@ülül‘‘{{‡¶‡¶FçFçà ð à ð UUý‹ýý‹ý«ö@÷«ö@÷óóôóóôôôóôôó%öýõ%öýõAú¿úAú¿úÿ±þÿ±þæêæêÿ7ÿ7ø?ø?¸¸$$Iý;ýIý;ýSú„úSú„ú­÷³÷­÷³÷ˆöwöˆöwöEönöEönö­öÊö­öÊö&÷9÷&÷9÷|÷…÷|÷…÷çöÜöçöÜöêõöêõö®ô¿ô®ô¿ôÚóÎóÚóÎóÖóôóÖóôómôzômôzôÑõØõÑõØõú÷Ë÷ú÷Ë÷aúQúaúQúãüðüãüðü.ÿÿ.ÿÿåå7/7/þþ¿ ¿ EGEG` } ` } à Πà Π ° °ÌºÌºÔÌÔÌèýèý„þ\þ„þ\þ<ü?ü<ü?üfû¢ûfû¢ûÉüýÉüý**ÜÊÜÊ , , ë 2ë 2˜˜NDNDZrZrTT Ö  Ö „`„`üü´ûÆû´ûÆûu÷›÷u÷›÷sõŸõsõŸõSöáõSöáõâ÷È÷â÷È÷&ûHû&ûHûàý2þàý2þŸÿÿŸÿÿ²ÿåÿ²ÿåÿ[ÿ»ÿ[ÿ»ÿ^þŽþ^þŽþNücüNücü¯ú®ú¯ú®ú»÷¼÷»÷¼÷uõxõuõxõºõªõºõªõ°öŠö°öŠö±ùeù±ùeù;üÑû;üÑûZþÙýZþÙýÿˆÿÿˆÿeþTþeþTþ¥ü`ý¥ü`ýÚùUúÚùUúÓöB÷ÓöB÷‚ôGô‚ôGôwò òwò òîñèñîñèñ óXó óXó€ö®ö€ö®ö(ú*ú(ú*úOÿVÿOÿVÿŒŒÛéÛéx ˆ x ˆ q ƒ q ƒ Ú Ê Ú Ê 3  3  ï¥ï¥¼Ô¼ÔaBaBeeÛåÛåaa:æ:æ=h=hÒ « Ò « à ¨ à ¨ '  '  ² Í ² Í • … • … ] P ] P . # . # ™ ™ 22öíöíGYGYÒÓÒÓ……0$0$ÖÅÖÅÑÚÑÚooÕºÕº ÿEÿ ÿEÿ”ý”ý”ý”ý üïû üïûßú©úßú©úúúúúúúúúúñùúñùYùUùYùUùøô÷øô÷ÇöªöÇöªö5õúô5õúôôÇóôÇó3ô<ô3ô<ôƒõ4õƒõ4õ­÷¤÷­÷¤÷eú1úeú1úëýîýëýîýÐÿÐÿt t 44ÿÿ­ÿÿÿ­ÿnü´ünü´üˆøåøˆøåøõ õõ õåñ·ñåñ·ñ•ï:ï•ï:ïQïQïQïQï”ðDð”ðDð©ó|ó©ó|óïöôöïöôöÄú€úÄú€úöýþýöýþýÜÜt,t,»|»|×Ç×Ç™À™Àãã¶ÿ…ÿ¶ÿ…ÿ´ÿÜÿ´ÿÜÿ™™µnµn]Ÿ]ŸjTjTúéúé    DqDqqRqR0q0qFsFsªÆªÆ_L_Lºµºµýý+:+:G]G]¶Ç¶Ç99ÊÀÊÀdgdg3H3H1:1:òñòñK)K)NFNF=C=C‚u‚uDWDW&w&wwSwStþJþtþJþüÙûüÙûúíùúíùƒùtùƒùtù¥ú[ú¥ú[ú(ü>ü(ü>üÍþÈþÍþÈþ÷Ý÷Ý  h‰h‰úú¨¨ƒ¥ƒ¥tÿ€ÿtÿ€ÿÊýÃýÊýÃýý&ýý&ýPýaýPýaýüþ×þüþ×þÕ%Õ%OO‹Ï‹Ï}»}»·ë·ë¬Ô¬Ôh.h.µòµò % %þÝýþÝýXüküXükü?üNü?üNüÅýÆýÅýÆýlqlq¤R¤Rþmþm. ¡ . ¡ Š Ñ Š Ñ œ  œ  ü›ü›ccü üü ünöøönöøöòƒòòƒòÐðuðÐðuð»ð?ð»ð?ðÕó&ôÕó&ôy÷÷y÷÷ú\úú\ú¨þÞþ¨þÞþŒŒGGN9N9„ýòü„ýòüRúTúRúTúÐ÷R÷Ð÷R÷!õõ!õõóNóóNóNòòNòòÛñûñÛñûñ3ó3ó3ó3ó}ôcô}ôcô·õˆõ·õˆõßöŸößöŸö£÷L÷£÷L÷‹÷Y÷‹÷Y÷™÷†÷™÷†÷Å÷Ì÷Å÷Ì÷ øì÷ øì÷Aù%ùAù%ù úú úúÎü¢üÎü¢üëþÿëþÿé&é&ƒ”ƒ”',',…ª…ª÷5÷5×ÿÜÿ×ÿÜÿþôýþôýEüoüEüoüªûÉûªûÉûý:ýý:ý & &,‘,‘Ì ì Ì ì 6«6«CÉCÉDÖDÖ¸e¸eE›E›‘!‘!L L n e n e ï®ï®Ê+Ê+ÿËÿË‘ ¹ ‘ ¹ ± # ± # p  p  Õ 9 Õ 9 µ â µ â ÐÙÐÙ&l&l±¹±¹±Ú±Ú’ û ’ û Š ¿ Š ¿ ÁËÁËR9R9¯á¯áO Ý O Ý ó2ó2Rÿ®ÿRÿ®ÿ£øÄø£øÄøRóBóRóBó2ïûî2ïûîsî‡ísî‡íœïÆïœïÆï%ôòó%ôòóùeùùeù1ýìý1ýìý“¢“¢‹˜‹˜ªéªéþ\ýþ\ýöø’øöø’øôô6ôôô6ôHðUðHðUð»ì~ì»ì~ìÈêêÈêêÏësëÏësëõì‰ìõì‰ìjï ïjï ï«ñZñ«ñZñ¹ósó¹ósóöÓõöÓõ øé÷ øé÷vùZùvùZùfúIúfúIú?û"û?û"ûÃûŸûÃûŸûwüTüwüTü{ýcý{ýcýXþIþXþIþÿ ÿÿ ÿCÿ5ÿCÿ5ÿñþòþñþòþþþþþAþ+þAþ+þíýÔýíýÔýþþþþÿKÿÿKÿòò¼¼¼¼¼ß¼ßo o F ¿ F ¿ _v_vll’ ’ & = & =  ô ô#R#RÉÿQÉÿQý/ýý/ýDûKûDûKû5ûîú5ûîúþýªýþýªýIìÿIìÿÖ…Ö…©c©c‡ S ‡ S Q 3 Q 3 <›<›ààd ¿ d ¿ © ô © ô ºîºî " "¶û«û¶û«û¢ö{ö¢ö{ö§òjò§òjòöî¤îöî¤îîíîíïÏîïÏî˜óúó˜óúó“øhù“øhùÔ¸Ô¸…¦…¦Ö  Ö  ÷[÷[Ò ¼Ò ¼Ü a Ü a ;;Ôý³þÔý³þøøøøróßòróßòêïÒîêïÒî;ñð;ñð‡òò‡òò÷öUö÷öUöýˆýýˆýôkôkJ%J%² ý ² ý t ’ t ’ É * É * ˜Ë˜Ë<º<º8r8rƒ…ƒ…êêuNuNopop\\Œ«Œ«àÿãÿàÿãÿ¶þÚþ¶þÚþÉý¬ýÉý¬ýOýýOýý-ý-ý-ý-ý¯ýý¯ýýyþZþyþZþqÿkÿqÿkÿȥȥÛÉÛÉkiki–£–£®Ç®Ç¶Ù¶ÙÇÜÇܶÁ¶Á&@&@ÿÿÿÿEüGüEüGüù¥øù¥øõaõõaõ·òƒò·òƒòGñ»ðGñ»ð´ñYñ´ñYñ#ó¯ò#ó¯ò5÷¶ö5÷¶ö“ûÿú“ûÿúÙæÙæ®®ÙÙï * ï * X “ X “ ϳϳîÔîÔ8ÿ£ÿ8ÿ£ÿMûSûMûSû0øä÷0øä÷áöœöáöœöí÷_÷í÷_÷ùœùùœùTýOýTýOýnãnã‘Ç‘Ç}Ô}Ô/p/pkwkw²’²’SS¨Ü¨Üü÷ü÷þþÙ"Ù"?I?I i  i l ý l ý Q … Q … èŽèŽe…e…ÈýÂýÈýÂýáú¼úáú¼ú™ø\ø™ø\ø øØ÷ øØ÷ù¶øù¶ø…û?û…û?û,þíý,þíýÖÖj­j­°ì°ìžÐžÐ¹¹ŒiŒiêþÿêþÿìû¤ûìû¤û ùëø ùëøÌöÑöÌöÑöõáôõáô6õÎô6õÎôSööSööøøøøÒú úÒú ú¾üÕü¾üÕü þ¬þ þ¬þsÿˆÿsÿˆÿ{ÿtÿ{ÿtÿðþïþðþïþÿýèýÿýèýõü¼üõü¼ü)üÕû)üÕû±û˜û±û˜ûüÛûüÛûõüÐüõüÐüöýÝýöýÝý¥ÿÿ¥ÿÿ11—¶—¶ÔÔ6K6KÈÈ_k_ku•u•­Ü­Ü²Â²ÂAAÍûÍû|¯|¯#2#2ë ë Ñ÷Ñ÷ŸrŸre0e0dÿ)ÿdÿ)ÿ©ÿšÿ©ÿšÿšÏšÏõJõJV´V´ ›  › Û   Û    ·  · û Ó û Ó d d 3‚3‚Ö Ö CþñýCþñýïú£úïú£úOø øOø øøñ÷øñ÷-ùŸø-ùŸø0ûüú0ûüú¹þþ¹þþ××l…l…¢ý¢ý‹é‹éÆÍÆÍ6Ë6˿ҿҳ\³\RÿtÿRÿtÿÍÿµÿÍÿµÿ1[1[uEuEvXvX<.<.ÊúÊúÆÇÆÇÓÿåÿÓÿåÿ˜ý”ý˜ý”ý‡ûCû‡ûCûëùtùëùtù´øtø´øtøGùèøGùèøÙùÆùÙùÆùÚú“úÚú“ú¿ûžû¿ûžûŠüˆüŠüˆü<ýý<ýý·ü¹ü·ü¹ü¬ûvû¬ûvûJú4úJú4ú·øvø·øvøŒ÷)÷Œ÷)÷’÷K÷’÷K÷8øß÷8øß÷Âù^ùÂù^ù+üü+üü/þBþ/þBþÙÿÙÿ³å³åDKDK|þTþ|þTþÈûrûÈûrû"øœ÷"øœ÷JõŸôJõŸô%ó^ò%ó^òóšòóšòëôÅôëôÅô)øÂ÷)øÂ÷Øû»ûØû»ûPÿrÿPÿrÿ$x$x55cUcU‚‚y¸y¸ËÿÖÿËÿÖÿnþOþnþOþXýýXýý˜ý‹ý˜ý‹ýÇÿšÿÇÿšÿŽÆŽÆM¼M¼BÜB܈ B ˆ B ¨ ã ¨ ã g ­ g ­ ''rrNENE·ÿŽÿ·ÿŽÿÀþÒþÀþÒþXÿ+ÿXÿ+ÿÞòÞò‰ÿ‰ÿ ]  ] €r€rÔŠÔŠbWbW $ $ ÞdÞdxqxqeþCþeþCþKúúKúúËø‰øËø‰øÃùùÃùùÀý‰ýÀý‰ýÚÚsTsT''8 * 8 * Ð i Ð i .³.³--»»}þ[þ}þ[þàûYûàûYûÐùNùÐùNùùïøùïø2ù¾ø2ù¾øú¦ùú¦ùáú{úáú{ú<û>û<û>ûCû ûCû ûÃú±úÃú±úoú@úoú@úiúûùiúûùzú úzú ú8ûû8ûûxümüxümüfþUþfþUþCCÅÀÅÀÀáÀá))»{»{êý¸ýêý¸ý¨û‚û¨û‚û“øø“øø/öjõ/öjõeôjóeôjóªôôªôô‰öýõ‰öýõøù~ùøù~ùoþ„þoþ„þ==¶¶8 ~ 8 ~ i  i  C}C}ÂRÂRêèêèBýNýBýNýÞù»ùÞù»ù øŠ÷ øŠ÷Dù¥øDù¥ø^ú‰ú^ú‰ú$ü(ü$ü(ü¤ýˆý¤ýˆýåþQÿåþQÿ\ÿ¥ÿ\ÿ¥ÿ¹þdþ¹þdþOýeýOýeýœü üœü üýýýý@ÿÿ@ÿÿ2a2a{›{›z°z° ' ¶ ' ¶ övöv__,ý1ý,ý1ý5ù ø5ù øUõ!ôUõ!ôóÊñóÊñõ¦ôõ¦ô;ù´ø;ù´øÛýýÛýý‘1‘1¾ [ ¾ [ …/…/\\Ž sŽ sz   z   ŽŽ¦¦Jü¥ûJü¥ûvùîøvùîø›ùù›ùùëûKûëûKûÜýÅýÜýÅý–Z–ZJgJgâAâAåyåyg Ì g Ì 3 Ë 3 Ë   ¦¦á$á$;o;oÓúÓúlqlqžþ…þžþ…þvýPývýPý²üü²üüºü}üºü}ü/ýúü/ýúüñýÚýñýÚýYÿ^ÿYÿ^ÿ¾Ý¾Ý¹ü¹üJ©J©~ò~òúwúwAAÞ Þ O)O)üoüüoüwù¢øwù¢øœö¨õœö¨õoô»óoô»óØò[òØò[ò~óƒò~óƒòÄôôÄôô÷ö¼ö÷ö¼ö:ú°ù:ú°ù]ýgý]ýgý©Ó©Ó¥—¥—[[×€×€ˆ0 ˆ0 Ã<Ã<k˜k˜…Í…Í0ýÔü0ýÔüª÷,÷ª÷,÷Nó7òNó7òiïgîiïgîì”ëì”ë‰íì‰íì¸ï_ï¸ï_ï‹õ•ô‹õ•ô“û û“û ûšošo 2  2 )‡)‡—Ô—ÔZKZKK ú K ú µWµW@z@zˆûäúˆûäúôönöôönö_óúñ_óúñzò3ñzò3ñ˜ó'ó˜ó'óž÷ ÷ž÷ ÷äû›ûäû›ûmÿ`ÿmÿ`ÿóóßÎß΋¡‹¡EEï^ï^&V&Vff<„<„}ž}ž×Ø×ØH/H/ºÿÄÿºÿÄÿwþžþwþžþvý8ývý8ýfü üfü üÜü£üÜü£üHýýHýýþïýþïýžÿ`ÿžÿ`ÿëâëâõõÿNÿNË<Ë<MM$I$IP²P²ÂÂÏÏ’’RÌRÌ]É]É~Ý~ݬÿ¬ÿ"ü´û"ü´û;÷Õö;÷Õöbóròbóròtðšïtðšï$ð`ï$ð`ïÆññÆññ@ö¥õ@ö¥õþûuûþûuûxàxàzÛzÛ9 G9 GßußuR0R0oo î  î ÒMÒM•ÿÖÿ•ÿÖÿUûeûUûeû¤øÛ÷¤øÛ÷nøønøø˜ú!ú˜ú!úÃýšýÃýšýö4ö4ŠhŠh–,–,.Ž.Ž\\ÓAÓAózóze”e”þÿÄÿþÿÄÿôôŠÓŠÓãÆãƷзÐìhìhå7å7ǀǀZý5ýZý5ý>ùóø>ùóøõ÷óõ÷óÀñðÀñð·ï†î·ï†îð¯îð¯îÆñ§ðÆñ§ðeõÕôeõÕôùgøùgøPýmýPýmýŌŌ²D²D«+«+ÂvÂvþAþþAþ÷úòú÷úòú.÷Fö.÷Fö=ô¡ò=ô¡òòmðòmðÄðÝïÄðÝïêñlñêñlñeôqóeôqó_ø¤÷_ø¤÷¸û.û¸û.ûþ!þþ!þÊÊA‚A‚h“h“übübLlLl¶ ¶ eŸeŸQÿcÿQÿcÿéþ¹þéþ¹þ¡ÿcÿ¡ÿcÿ‹¥‹¥'J'JónónH™H™zzg Þ g Þ U × U × % Õ % Õ Õ y Õ y  °  ° 2å2åææ‹Õ‹ÕF F ¸ Œ ¸ Œ a ï a ï x x *°*°ý{ý{tðtðØ4Ø4­­…#…#’E ’E J J º ƒ º ƒ æš æš rrIMIM+áÿ+áÿøüýøüýjúªùjúªùlø…÷lø…÷Ý÷âöÝ÷âöaøÒ÷aøÒ÷ ú}ù ú}ù€ûJû€ûJû”ü]ü©ýqýþUþsÿ:ÿ-éîËËËËÓÿ¥ÿÓÿ¥ÿ‚ýXý‚ýXýªû„ûòúŸú;ú»ùRù¹økø¸÷øg÷¸÷÷¸÷÷(ø€÷(ø€÷åø3øåø3ø{ùÚøú‚ù²úFúSû ûÞûžûjü2ü³üSü³üSüûü|üûü|üeü'üeü'üùûñûóûâûïûÕû)üüeü,ü´üüýÖüýÖü‘ýlý‘ýlý þðý þðýþïýþïý×ý®ýžýný<ýýÛü—üæûŒûæûŒûžú)úžú)ú{ùîø{ùîø¨ø ø`ø½÷øp÷Nø«÷„øç÷^ùÖø8úÆù8úÆùãü±üãü±ü+F+FiiÉÆÉÆÚ  Ú  Å å Å å ø Ñ ø Ñ ± û ± û w'w'&¼ÿ&¼ÿßùÎøßùÎøÝôIóÝôIó÷ðÿî÷ðÿî\ïší\ïší°ð}ï°ð}ïmó&òmó&òdø¦÷dø¦÷‹ü?ü‹ü?üV¶V¶55Ò› Ò› ¢ ¯ ¢ ¯ ,  ,  • • CCêê&þãý&þãýû}úû}ú»øÐ÷»øÐ÷¡÷÷¡÷÷|øÕ÷|øÕ÷ÐùCùÐùCùÕügüÕügüâÿ¢ÿâÿ¢ÿÛaÛa^^¦% ¦% à Û à Û g ÿ g ÿ L L ¹‘ ¹‘ èÒèÒê‡ê‡Ë'Ë'\æ\æä‘ä‘fåfåtÝtÝwÓwӗΗÎT„T„Ý=Ý=@»@»å¸å¸3 ü 3 ü í ! í ! ( y ( y u o u o %  %  ÿü ÿü L¡L¡GNGNDýýDýý?û¹ú?û¹ú™úú™úúùúrúùúrú[ûÎú[ûÎú+üÅû+üÅûãüžüãüžü„ý[ý„ý[ýtý'ýtý'ýCýýCýý&ýúü&ýúüõüÇüõüÇü™üPü™üPü[üþû[üþûüËûüËûû6ûû6û3úÍù3úÍù‹øø‹øøröŠõröŠõôêòôêòéòŸñ¶ñTðØðfïûïxî•ïî1ïÁíÌïeîÌïeîÚñÚðÚñÚð…ô£ó…ô£óšø”÷Qúwùü[ûtýìüáþþ Èÿ55â2â2ûÓûÓaÿ²ÿaÿ²ÿTýDýTýDý]û§ú]û§ú:ùœø:ùœøÞ÷÷Þ÷÷Û÷ìöÛ÷ìö×øCø×øCø û¤ú û¤úPýýPýý‘ÿ–ÿ‘ÿ–ÿ<< Y Y›ÿ›ÿÇ=Ç=ËrËr³³¼k¼k¨=¨=ÕfÕf,É,ÉVúVúZZ?æ?æÄdÄdeô„ôùeW¶! õ õßߙʙÊÑö6=wc¥‹Õ¥õÀÀ°ù°ùIIRRùÿùÿÍþ®þÍþ®þÞý›ýÞý›ý ýÅü ýÅü€ü>ü€ü>ü©üiü©üiüýÈüýÈü]ý"ý]ý"ýþâýþâýÿæþÿæþúÿõÿúÿõÿ÷÷ÀñÀñ 7 7‰³‰³ÓÈÓÈ„ÿfÿ„ÿfÿgý.ýgý.ý¹ûkû¹ûkûlúúlúúsù ùsù ù<ù•ø<ù•ø¤ú÷ù¤ú÷ù^üLü^üLü,ÿ?ÿ,ÿ?ÿ««wwJ J â Ä â Ä À × À × H H =á=á××ùFùF þ›þ þ›þ1ý%ý1ý%ýJý<ýJý<ý9þþ9þþ_ÿtÿ_ÿtÿö)ö)†Ê†ÊÀÀ: : ƒ¸ƒ¸àìàìºÖºÖ““€ÿŠÿ€ÿŠÿÿúþÿúþûþÇþûþÇþ9ÿÿ9ÿÿ“ÿ€ÿ“ÿ€ÿ8ÿ-ÿ8ÿ-ÿ!þþ!þþÉü‹üÉü‹ü‡ûû‡ûûÏùAùÏùAù‚øÚ÷‚øÚ÷Å÷ ÷Å÷ ÷ø<÷ø<÷Žø¾÷Žø¾÷®ù ù®ù ù5û«ú5û«úúü­üúü­ü™þ[þ™þ[þ!*!*ËêËêFF<‡<‡H…H…(f(f¥Ý¥Ýóó¶ÿ²ÿ¶ÿ²ÿEþþEþþîü¤üîü¤üãû„ûãû„ûû«úû«úû¡úû¡úüÂûüÂûöýuýöýuýZ(Z(  jÍjÍ@å@åììÖ¦Ö¦=Ø=Ø Ï ÏÒÖÒÖZÿÿZÿÿ[ý¿ü[ý¿üÆûóúÆûóúuû)ûuû)ûžüðûžüðû þþ þþ›ÿÏÿ›ÿÏÿâ;â;è]è]o£o£œ¹œ¹‡ ‡ óþ‘þóþ‘þ_ýêü_ýêü!üžû!üžûlû-ûlû-ûlüXülüXüÍýYýÍýYýÞÿðÿÞÿðÿŒ Œ A¶A¶›Ä›ÄôaôaTZTZ\ÿ'ÿ\ÿ'ÿ~ý`ý~ý`ýÄûŒûÄûŒû¥ú!ú¥ú!úýúmúýúmú¼û)û¼û)ûÌýIýÌýIýUZUZ œ œX3X344ââ—S—S±)±)ÐФԤÔ]o]oþ'þþ'þýéüýéü¨ý„ý¨ý„ýÔþÿÔþÿæÚæÚ‘°‘°RãRã­˜­˜°F°F'¢'¢á^á^o¯o¯œÀœÀÖÿìÿÖÿìÿeþpþeþpþáýýáýýÞýŸýÞýŸý:þÛý:þÛý‹þ@þ‹þ@þÒþ™þÒþ™þÿæþÿæþÿêþÿêþ»þ þ»þ þ(þñý(þñýoýýoýý£ü]ü£ü]üøû‘ûøû‘û]ûâú]ûâúAûÄúAûÄúoûöúoûöúèûzûèûzûmü ümü üÅünüÅünüÙü{üÙü{üâü“üâü“üäüˆüäüˆü"ýÅü"ýÅüÏýzýÏýzýÖþ·þÖþ·þZJZJ5b5b>‘>‘Ô€Ô€øø|M|MÍXÍXÉsÉs>²>²^¦^¦ÎñÎñ…ÿŠÿ…ÿŠÿuÿ]ÿuÿ]ÿ$$    Ñ6Ñ6hhÖŠÖŠc' c' „ Q „ Q ] { ] { 6 6 ïïI±I±wËwËò4ò4²ÿäÿ²ÿäÿwÿOÿwÿOÿIÿÿIÿÿñþ­þñþ­þ þ þ þ þÕü|üÕü|üpûéúpûéú„ùù„ùùø_÷ø_÷;÷"ö;÷"ö²ö½õ²ö½õ+÷2ö+÷2öê÷çöê÷çö¥øÈ÷¥øÈ÷,ùzø,ùzøùbøùbøRø¦÷Rø¦÷íööíöö õ!ô õ!ô—óqò—óqòçñgðçñgðÀðýîÀðýî:ñ¾ï:ñ¾ï¦ò*ñ¦ò*ñõóõó4ø{÷4ø{÷#ûÎú#ûÎúÙý–ýÙý–ýâÿâÿáüáüŠ}Š}cÿAÿcÿAÿ3þåý3þåýýÒüýÒü¿üJü¿üJüÙý|ýÙý|ý6ÿÿ6ÿÿH&H&½8½87!7!œ Ð œ Ð g Ò g Ò ® @® @ß ‚ß ‚ŸIŸI©©’b’b<<KKêêH H (e(eé é ž_ž_.À.Àú _ ú _ ² ø ² ø °°,ú,úÒÒbbC@C@Šw Šw q M q M 4 E 4 E §¡§¡¹9¹9â£â£üÞûüÞûÄöJõÄöJõ#òð#òð—î&ì—î&ìúë=éúë=éëŽèëŽè$ìé$ìé/îMì/îMì†ð×î†ð×îªò+ñªò+ñœôJóœôJóÌõˆôÌõˆôeõ2ôeõ2ô7ô§ò7ô§òˆò½ðˆò½ðTïXíTïXíñì¬êñì¬ê<ëÅè<ëÅè,ê†ç,ê†çÆé$çÆé$ç<ê¼ç<ê¼çüëÓéüëÓéÉî´ìÉî´ì¥ñ¸ï¥ñ¸ïÁônóÁônót÷¤öt÷¤öúeùúeù)ü¼û)ü¼ûùý³ýùý³ýÿôþÿôþÝÿÒÿÝÿÒÿ‡‡99ZZ ÷ ÷?Þ?Þèèû û  a  a { { { { ÊÊYY­­öö¹£¹£Œ¡Œ¡!$!$|£|£€»€»¢•¢•z[z[ ¸ ¸ò X ò X ªÕ ªÕ ¬K¬K=»=»ÆwÆwRÖRÖxõxõ[ª[ªììtÿjÿtÿjÿáý­ýáý­ý¢üLü¢üLübüõûbüõûöüªüöüªüèýýèýýÿÿÿÿHH¢ÿ¾ÿ¢ÿ¾ÿÕþ»þÕþ»þëúQúëúQúÑ÷•õÑ÷•õQôåñQôåñ«ï"í«ï"íAë«èAë«èaêÿæaêÿæoëãèoëãè,ï~ì,ï~ì<óò<óòøj÷øj÷ÏüŒüÏüŒü­Å­ÅP²P²2]2]X(X([Y[Yœýsýœýsýjûújûú™úäù™úäùkúúkúúËûûËûûCþ¶ýCþ¶ýTT??SŒSŒÈÈ2 u 2 u î G î G 9 l 9 l   q[q[v>v>99¾L¾L¥$¥$¯"¯"¤ ¤ ˆäˆäöhöhóQóQï.ï.±Þ±Þ«ÿÉÿ«ÿÉÿYÿ.ÿYÿ.ÿAÿNÿAÿNÿäÿÌÿäÿÌÿh3h3ž…ž…@9@9Rÿ-ÿRÿ-ÿþÔýþÔý‚üü‚üüÀúúÀúú;ùAø;ùAøøÛöøÛö+÷Üõ+÷ÜõÊö•õÊö•õ]÷Hö]÷Hö6øC÷6øC÷>ùmø>ùmøÈúúÈúúü‘ûü‘ûiý%ýiý%ýÇþþÇþþÉÿ³ÿÉÿ³ÿÞÿèÿÞÿèÿ¯ÿeÿ¯ÿeÿ¦þ”þ¦þ”þý7ýý7ýüûüûËúþùËúþù„ù¯ø„ù¯ø”ø¼÷”ø¼÷øø øøø ø,û^ú,û^úšý£ýšý£ý"~"~ã£ã£¬Ø ¬Ø œ  œ  „ p„ på ¢ å ¢ „ = „ = aa··`£`££þyþ£þyþÁýHýÁýHýAþ/þAþ/þ½ÿ}ÿ½ÿ}ÿ2‚2‚ææÚÚ ¢  ¢ x¯ x¯ 5’ 5’ UUææ. . Z€Z€œðœð˜û˜û†ô†ô=’=’1h1h((Dÿ+ÿDÿ+ÿÑýýÑýý8üÉû8üÉûúúhúúúhúgúÇùgúÇùWú‹ùWú‹ùÌúúÌúúŸûûŸûû“ü/ü“ü/üÊýýÊýýÏþšþÏþšþ§ÿ…ÿ§ÿ…ÿ@E@E»Ç»Ç - -7W7W33–±–±–ÿÿ–ÿÿ:þ.þ:þ.þTü×ûTü×û”úú”úú=ù:ø=ù:ø øèö øèöÁ÷‘öÁ÷‘öËøøËøøëúhúëúhúþÚýþÚý'‰'‰XCXCÞÞÞÞŸòŸò    ……ÉîÉîŸÿâÿŸÿâÿ§ü<ü§ü<üJúTùJúTùùNøùNøòùùòùùLûûLûûþýýþýý:¸:¸qíqí3¬3¬;Æ;ÆÐÐ „ „ l l‡®‡®8ÿ@ÿ8ÿ@ÿ*þþ*þþÛýrýÛýrý“þVþ“þVþ¼ÿ‹ÿ¼ÿ‹ÿíñíñáámðmðùùzxzx@ÿÿ@ÿÿýçüýçühû%ûhû%ûgúÊùgúÊù8úTù8úTù¤úú¤úúûøúûøúÕüTüÕüTü{þ.þ{þ.þ×ÿëÿ×ÿëÿÏöÏöWwWw¥Ù¥Ù•ß•ßW…W…ÅçÅç÷ÿðÿ÷ÿðÿÿÿÿÿYþþYþþÀý\ýÀý\ý²ýYý²ýYý{þKþ{þKþhÿÿhÿÿ*J*JüCüC¢¢MŸMŸÎÎ+„+„ìjìjÚYÚYçUçU˜˜CÀCÀXÑXÑ[â[â`à`à††–#–#„„'“'“•ý•ýá#á#÷÷5E5E¬ÿ“ÿ¬ÿ“ÿdÿHÿdÿHÿ+ÿ ÿ+ÿ ÿÿàþÿàþ±þþ±þþfþ#þfþ#þOþþOþþ“þ[þ“þ[þÿçþÿçþ·ÿµÿ·ÿµÿ©Å©ÅÜÜ««¤¤EÜEÜþÒþÒ*¨*¨ºûºûˆ–ˆ–-ÿ,ÿ-ÿ,ÿëýýëýýÇüIüÇüIüLüÞûLüÞûÈünüÈünüÇýyýÇýyýÿÿÿÿ;;îvîvqq÷÷Q7Q7ÁIÁIHÉHÉÁÁ|¡|¡((ÉÿÅÿÉÿÅÿ  B5B5àÿìÿàÿìÿ>ÿÿ>ÿÿ þÄý þÄýjüæûjüæû'ûrú'ûrúù´øù´ø@øf÷@øf÷Š÷yöŠ÷yö÷Þõ÷ÞõÝöˆõÝöˆõö.õö.õwöõôwöõônöòônöòôŒöõŒöõRöéôRöéô!ö–ô!ö–ô”õèó”õèóKõ‹óKõ‹ó:õqó:õqóWõ±óWõ±óíõsôíõsô%÷Åõ%÷Åõwø÷wø÷Óù ùÓù ù-ûfú-ûfúYü´ûYü´ûßüRüßüRüéüfüéüfüÜü`üÜü`üÁüIüÁüIü:ýÑü:ýÑütþTþtþTþ}E}EoÄoÄÈ’È’‘»‘»¶ ) ¶ ) M 7 M 7  # #XvXv"G"G77 j jK¶K¶§§gþgþ+¹+¹AAÙÀÙÀ;;=Ü=ܹY¹YÁ!Á! Ö ÖX í X í     L’L’^6^6ÛzÛz66íeíemømø))©9©9‹‹ÿýËýÿýËýõùïøõùïø­ôäò­ôäòð/îð/îtí£êtí£ê8ëè8ëè êUç êUç¯ë^è¯ë^è”í¶ê”í¶êgïòìgïòìmñ\ïmñ\ïLóNñLóNñnókñnókñ0ó¼ñ0ó¼ñ8ò&ð8ò&ð6ñï6ñï<ðøí<ðøíWïÕìWïÕìîÄëîÄë4î7ë4î7ëfïÙìfïÙìñïñï˜ó’ñ˜ó’ñáõNôáõNôpø÷pø÷û>úû>ú^ýàü^ýàüžÿ¢ÿžÿ¢ÿŸáŸá9¬9¬(â(âÜÔÜÔæ\ æ\ ¤ A ¤ A K 6K 6Ÿ ÚŸ Ú|ï|ïA°A°Ø :Ø :² ±² ± ñ ñ ƒ Q ƒ Q ‰ ‰ tò tò Õy Õy  ¾  ¾ Æ Ë Æ Ë š šÈ%È%Œ!Œ!‹#‹#ì ì ß ß ,Û ,Û A Ah:h:;·;·Úþ©þÚþ©þþòýþòýƒýeýƒýeýýœüýœüÇûûÇûû4ú2ù4ú2ùÀø÷Àø÷®÷Xö®÷XöZ÷ïõZ÷ïõÅ÷öÅ÷öºø÷ºø÷|ú‹ù|ú‹ùÿûAûÿûAûIý·üIý·üéýtýéýtýËüOüËüOü±úú±úúƒø2÷ƒø2÷^õçó^õçóúòjñúòjñ<ñ0ï<ñ0ïÓñŽïÓñŽï¨óðñ¨óðñ^÷»õ^÷»õûóùûóùÊþÈþÊþÈþɹɹ1Ö1Öˆ>ˆ>ÐcÐcW£W£¼á¼áÿéþÿéþÂýSýÂýSý‚ýý‚ýýKþöýKþöý‡ÿEÿ‡ÿEÿ‰›‰›Ì&Ì&3È3È¥j¥j¿§¿§ECEC˜¤˜¤ÁÔÁÔcscsýý’v’v±‡±‡9þÃv:¿² Zu­;E;E:ÿÿ:ÿÿ’þNþ’þNþSþ þnþ*þŠþJþÑþ©þÿÿ¥ÿ¥ÿ2B2BÊÊ¥¥º^[‡Lµ_ ¼àcàchhdþ'þdþ'þtû¹úKú^ù#ùølø/÷¶÷Zö‚÷öN÷äõN÷äõñ÷Vöñ÷VöRù øRù ø£û›ú£û›ú–ýiý–ýiýq’q’áᓺ“ºÅïÅïn à n à u ü u ü õ@ õ@ **¨¨èIèIÿøþÿøþ®üJü®üJüÕú+úÕú+úIú1ùIú1ù=ûßù=ûßùWý×üWý×ü–É–ÉNN… … R TR T““.}.}E æE æL S L S ˆ‰ˆ‰–½–½1ü^û1ü^û®ø÷®ø÷[÷{õ[÷{õÖöeõÖöeõsø]÷sø]÷zú¨ùzú¨ù¿üü¿üü¤þ þ¤þ þ3¯3¯P0P0¶ÿÈÿ¶ÿÈÿþý…ýþý…ýBü¸ûBü¸ûèúRúèúRúMùYøMùYøøsöøsö÷õ÷õxöÁôxöÁô]ö¯ô]ö¯ôCö‰ôCö‰ôQõfóQõfó_ôJò_ôJò*óìð*óìðbò½ïbò½ïõñ“ïõñ“ïyò.ðyò.ðÞóÇñÞóÇñÞõôÞõôøÇöøÇöÚúñùÚúñù4ý›ü4ý›ü(ÿÒþ(ÿÒþÁ£Á£ F F ‘ ‘üÕüÕ>%>%.S.Sþ+þ+%P%P°È°ÈÍÅÍÅÞ´Þ´#Þ#Þ"Ù"ÙôÁôÁ".".Ú Í Ú Í V žV žÏçÏç    +_+_@0@0/5/5„ S„ S# â # â ;;ƒßƒß…Ú…Ú„ö„ö9â9âõõ¯¼¯¼‹ž‹ž_þ_þ{${$¥Æ¥Æýý¿ýýý¿ý ûYú ûYúßø¬÷ßø¬÷&÷^õ&÷^õãõôãõôõõTôõõTôröõröõ<÷¹õ<÷¹õøwöøwö4÷Ïõ4÷Ïõ¯ö÷ô¯ö÷ôÖôÇòÖôÇò’ò4ð’ò4ðððèíððèíïRìïRìÜíúêÜíúêpí6êpí6êìíêìíêï–ìï–ì³ñï³ñïnôMònôMòÔöõÔöõùð÷ùð÷ûZúûZú÷û>û÷û>û½ü ü½ü ü¼ü!ü¼ü!ü”üýû”üýûSü±ûSü±ûüMûüMû­ûÝú­ûÝúØûûØûû{üÔû{üÔû²ý*ý²ý*ý·þ‚þ·þ‚þ22µèµè ¹ ¹ºŒºŒôôÛ/Û/·' ·' JË JË r r pü pü ]ì ]ì l÷ l÷ |þ |þ gÛ gÛ t÷ t÷ \å \å '® '® ÛA ÛA mÃmÃõ9õ9w§w§!!ââßûßûÛÕÛÕÓÖÓÖOSOSΰΰÙrÙr]]GžGž,¤,¤Ž7Ž7‘(‘(‘{‘{¸Ö¸Ö¿þ¿þû:û:ççÏÏYjYjnþ2þnþ2þwûoúwûoúÚøv÷Úøv÷×ö-õ×ö-õ5öNô5öNô›öýô›öýôÁ÷öÁ÷ö8ùÙ÷8ùÙ÷±ú³ù±ú³ù!üMû!üMû[ýêü[ýêüdýÄüdýÄüý²üý²üˆûÜúˆûÜúWúrùWúrùùé÷ùé÷2øÊö2øÊö•÷ö•÷ö7÷Œõ7÷ŒõG÷¢õG÷¢õø¯öø¯öù®÷ù®÷äùžøäùžøFúMùFúMù,úù,úùúÄøúÄøœù]øœù]ø]ù'ø]ù'øDùé÷Dùé÷JùøJùøõùÒøõùÒø˜ú—ù˜ú—ù†û¢ú†û¢ú£üüû£üüûÚýeýÚýeýüþÌþüþÌþ  ÜÜs¦s¦ÅÅP¼P¼4å4å|w|w,F,F©. ©. R  R  † p † p V Y V Y " 2 " 2 ” £ ” £ ” ` ” ` q, q, b b :¬:¬BèBèåŽ åŽ € € Û Û  â  â û½ û½ FÑ FÑ héhéHHxfxf"È"Èÿhÿh(h(h¨Ø¨Ø°¼°¼³ó³óÒÒËãËã‘þLþ‘þLþ‹üü‹üüµú ùµú ù§ø÷§ø÷èö7õèö7õ¡õ˜ó¡õ˜ó5õó5õó·õ°ó·õ°óîöõîöõpø÷pø÷óùèøóùèøEû~úEû~ú$üJû$üJûðûúúðûúú¿úÅù¿úÅùø÷ø÷„öòô„öòô¨ôRò¨ôRòRófðRófðúògðúògð˜ô:ò˜ô:ò>÷Wõ>÷Wõú¹ùú¹ùÌýaýÌýaývcvcž:ž:ªgªg)÷)÷oëoëyy_Î_ÎtÍtÍ%øÿ%øÿ}s}s--è]è]©J©Jyýyý/ì/첚²š    ­¥­¥e=e=~Z~ZæÝæÝDUDUý%ý%¤¤““ k k)o)oÑÓÑÓò˜ò˜,z,zXÿKÿXÿKÿþ‡ýþ‡ýþUýþUý³þrþ³þrþÓ5Ó5‰n‰nS.S.uu¿ï¿ïš²š²••••X”X”æýýæýýwüðûwüðûÂüüÂüü~ý¼ü~ý¼ü‡þfþ‡þfþÀÿÆÿÀÿÆÿmLmLe/e/ÚÿÙÿÚÿÙÿiÿ'ÿiÿ'ÿÛþ™þÛþ™þöþ×þöþ×þÝÿÚÿÝÿÚÿ\Þ\Þ¯;¯;ƒlƒl—Ì—Ì8l8l#"#" « «ÄþCþÄþCþüµúüµúrùæ÷rùæ÷_÷¾õ_÷¾õ²÷£õ²÷£õÃùbøÃùbø ü»ú ü»ú×þPþ×þPþ#?#?XœXœÍSÍSöÎöÎÛÛOþÿýOþÿýˆûêúˆûêúXù}øXù}ø«÷¢ö«÷¢ö¾÷5ö¾÷5öî÷nöî÷nöõø‚÷õø‚÷æù„øæù„ø\ûZú\ûZúžüîûžüîûtý ýtý ýÀýXýÀýXý¦ýý¦ýýýŽüýŽüŒü¾ûŒü¾û'ü&û'ü&ûäûùúäûùúòûûòûû üLû üLû2üqû2üqû ü*û ü*ûÃûûÃûû‚û±ú‚û±ú_ûƒú_ûƒúUûsúUûsúÏûôúÏûôúŽüãûŽüãûàý_ýàý_ýgÿ@ÿgÿ@ÿ7‰7‰W W J€J€rÒrÒú8ú8 † †î¶î¶ßßRXRXZÿÿZÿÿ;ÿ*ÿ;ÿ*ÿìÿéÿìÿéÿ£ £ ´´`©`©ÿ ÿ ? ¹ ? ¹ æ £æ £ ò ò¿¾¿¾™w™w† d† dI ã I ã J  J  ‰Å‰Åœƒœƒ-Ë-˦ÿŽÿ¦ÿŽÿrÿ†ÿrÿ†ÿ™±™±²9²9¿"¿"öÄ öÄ Í Í ì ƒì ƒ=m=m~ S~ S¾ ž ¾ ž W¢W¢5r5rýeüýeü¨ùXø¨ùXø÷,õ÷,õ÷/õ÷3õ3÷JõM÷cõø‡öµø¬÷uú¨ùuú¨ù÷û^û÷û^û@ýÔü@ýÔüEýdü©ü½ûüû7û&ú`ú6ùùøÁøüöÁøüö¢ö˜ô¢ö˜ôõÔòõÔòuóñuóñZò‹ïZò‹ïªñ˜îªñ˜î¬ñ€î¬ñ€îæñ²îæñ²î{ñRî{ñRîñ îñ îÅð¡íÅð¡íðÅìðÅìÌï_ìÌï_ìÎïZìÎïZì7ðÕì7ðÕìzñaîzñaîñò/ðñò/ð·ô#ò·ô#òö•ôö•ôBø¿öBø¿öÍù¦øÍù¦ø&ûOú&ûOú½üü½üüþ—ýþ—ý†ÿnÿ†ÿnÿææooÊ{Ê{ë’ë’ÒZÒZNâNâ–"–"r'r'\\êo êo  p  p ÛøÛøâ´â´Ü1Ü1ïï>">"å å ¸Ã¸Ã˜Þ˜Þ¯—¯—  O ýO ýÒ ü Ò ü  7  7  â  â q qq qQ wQ wÑ Ñ O [O [ Á Á „  „ Æ@ Æ@ 's'sÀhÀh•á•áÏþÏþÏþÏþîýbýîýbýhýåühýåü)ý‹ü)ý‹üáüOüáüOüÒûýúÒûýú^úù^úùÏ÷öÏ÷övôàñvôàñëñ­îëñ­îõîRëõîRëÑìuèÑìuè`ëæ`ëæëgæëgæ™ë ç™ë çýìØèýìØèÊîìêÊîìê°ð,í°ð,ídòcïdòcïló¥ðló¥ðôdñôdñ6ôñ6ôñ>ô¨ñ>ô¨ñÉóñÉóñdó¦ðdó¦ðDóHðDóHð1ó:ð1ó:ðÆó%ñÆó%ñ;õûò;õûò÷.õ÷.õùù¸øùù¸øcüµûcüµû¾þ3þ¾þ3þ¬¬ÆxÆxpSpS¸¿¸¿««U U šl šl ùÌ ùÌ ƒv ƒv s ™ s ™ F • F • ( ( Þ ŸÞ Ÿh 6h 6¦ š¦ š¥ ¬¥ ¬‹ {‹ {O  Ä \p ô  ƒ ¼   ]  ] µ ç µ ç K p K p Ïá ja â 9 ø‘Dµ‘Ú‘Ú4040èèÎGÎGùDùDÆéÆé™Â™ÂNN†ñ†ñçmçmÀÀH|H|þ˜ýþ˜ýÏûªúÏûªúÿøC÷ÿøC÷Òö¢ôÒö¢ô ô;ò ô;òóðóðÑòªïÑòªïfóðfóðNô´ñNô´ñGö!ôGö!ôøIöøIö”ù0ø”ù0ø4ûÚù4ûÚù¥ûÀú¥ûÀúÉûÕúÉûÕú¶ûŒú¶ûŒú ûú ûúúùúùûúÌùûúÌùÔûÙúÔûÙúÆü6üÆü6üþÂýþÂý…ÿdÿ…ÿdÿ­á­áØ6Ø6¨B¨Bž6ž6‹‹ · ·šš¯7¯7"{"{vvËcËc4ê4ꦆ¦†ôòôò##(( é éãÀãÀûû‡‰‡‰ïïHuHu‘ç‘ç£ú£úMMV/V/((,!,! ÿ•þ ÿ•þ ýEü ýEüzû6úzû6úDú øDú øõùøõùø|úWù|úWùüûüûPý‹üPý‹ü³þ”þ³þ”þAAŒ“Œ“||àÿÖÿàÿÖÿ¹þ„þ¹þ„þÎýwýÎýwýýqüýqüfüªûfüªûpü—ûpü—ûý-üý-üþ’ýþ’ý"ÿÿ"ÿÿ(2(2ü^ü^¤¤oÐoÐÂÿÂÿ22‹ÿRÿ‹ÿRÿÿ·þÿ·þÿîþÿîþÍÿºÿÍÿºÿ t tÍÍQ{Q{FÂF¿Р¿Ð ó ó 6 6 ®®S©S©cãcãiGiGÌþ'þÌþ'þËýlýËýlýÑþšþÑþšþªÿ”ÿªÿ”ÿuìuìäËäËAAu>u>X'X'c›c›r>r>†þþ†þþ¯ü¥û¯ü¥ûøúÌùøúÌù§ùdø§ùdøPùÃ÷PùÃ÷´ùø´ùøú¬øú¬ø‹úDù‹úDùûÚùûÚù…ûlú…ûlúkûSúkûSúhûUúhûUú/ûú/ûúûñùûñùûïùûïùƒûeúƒûeú-ü/û-ü/ûýJüýJüÛý>ýÛý>ý…þþ…þþâþ©þâþ©þ²þ‹þ²þ‹þ0þÄý0þÄýwýÁüwýÁü,ü?û,ü?û.ûú.ûúÜú£ùÜú£ùiûeúiûeú]üqû]üqûþ6þþ6þÔÔýý––ŠçŠçj j 2â 2â ,9 ,9 ˜ ˜ Ù'Ù'^"^"¸)¸)ÞLÞLɃɃ|q|qÿ ÿ YSYSˆoˆoÐZÐZàkàkddç'ç'cÛcÛ·F·F((››Ô®Ô®³ö³ö[·[·ª&ª&sÿ7ÿsÿ7ÿÖü#üÖü#üeúùeúù'ùÎ÷'ùÎ÷MúìøMúìøRûŠúRûŠúþþþþïï9ñ9ñBBžží í e‹e‹`ÿ ÿ`ÿ ÿ¾ý ý¾ý ýsüÄûsüÄûªü¤ûªü¤ûäü[üäü[üÏýpýÏýpýåþÁþåþÁþËÿ×ÿËÿ×ÿ†¹†¹JJ-]-]ÞúÞúLeLe±ÿ–ÿ±ÿ–ÿ4ÿïþ4ÿïþ"ÿïþ"ÿïþÿóþÿóþåþ¬þåþ¬þgþþgþþÏý8ýÏý8ýøü)üøü)ü8ü<û8ü<û]û:ú]û:ú½úù½úùxúùxúù«úcù«úcùUûúUûúQü…ûQü…û¸ýý¸ýýÿçþÿçþRwRw§Þ§Þ{¢{¢‘ÿvÿ‘ÿvÿìý\ýìý\ýYüYûYüYû¦úzù¦úzùYùÈ÷YùÈ÷eøˆöeøˆöiø…öiø…ö#ùk÷#ùk÷ûÞùûÞùý~üý~ü–ÿ*ÿ–ÿ*ÿî7î7gngnWôWôÐá Ðá ­¾ ­¾ MŒ MŒ ‘] ‘] ÉüÉüŠŠ:g:gDÿÔþDÿÔþvýÁüvýÁünü ûnü ûàü"üàü"üõþkþõþkþ*b*bIµIµµ µ u R u R ¦ ¦ Î ZÎ Z_ Ü _ Ü 7 ž 7 ž #É#ɾç¾çôþçýôþçýü¯úü¯úßù&øßù&øúføúføÉú_ùÉú_ù}üü}üüFÿÁþFÿÁþŒvŒv££/Ù/Ù´‚´‚‚ø‚øÕÿœÿÕÿœÿEþ²ýEþ²ýý-üý-üüûüûTûúTûúOûúOûú©û‹ú©û‹úüûúüûú ü"û ü"û«û•ú«û•ú]ûøù]ûøùÔúùÔúùyú"ùyú"ùiúùiúùÒúnùÒúnùtû_útû_úmü‹ûmü‹ûœý ýœý ýÏþtþÏþtþäÿÚÿäÿÚÿÅýÅý¼!¼!‘9‘9U&U&öýöýx—x—Ÿ½Ÿ½,?,?--&&¯Ø¯ØNÿ:ÿNÿ:ÿYþþYþþGþÌýGþÌýäþ þäþ þ]J]J)€)€h‹h‹¥V¥V[y [y ; · ; · ð ð ê ê p¿p¿BBë¥ë¥ŠþÚýŠþÚý7ü$û7ü$ûÁúoùÁúoùOû úOû ú\ü;û\ü;ûEýÏüEýÏüyþ$þyþ$þyÿ@ÿyÿ@ÿôÿÇÿôÿÇÿ Ýÿ ÝÿIÿÿIÿÿ3þÈý3þÈý!ý“ü!ý“üMü7ûMü7ûƒû/úƒû/úûóùûóù¤ûvú¤ûvúnü€ûnü€ûœýýœýýšþ]þšþ]þmÿGÿmÿGÿ>ÿ÷þ>ÿ÷þŽþþŽþþJý™üJý™üßûîúßûîúÈúeùÈúeùúù@øúù@ø¸ùø¸ùøú ùú ù¨ûwú¨ûwúzýóüzýóüÄÿgÿÄÿgÿ¡¡AAvðvðý>ý> d d¡å¡åàðàðàà••,},}LL¬ ¬ „*„*°À°À•ö•ö¥ ¥ LÏLÏNN6æ6æÑSÑSRRGgGg’’ëëà«à«×‚ׂ¹p¹p¥U¥UŠ1Š1 † †xðxðŒÂŒÂÊÿÉÿÊÿÉÿÿÒþÿÒþHþ¾ýHþ¾ý•ýæü•ýæü5ý€ü5ý€üGýŒüGýŒü`ý£ü`ý£üýEüýEüƒü‰ûƒü‰ûòûÝúòûÝúRûúRûúÈúhùÈúhùÈúmùÈúmùHû&úHû&úBü5ûBü5ûÚý,ýÚý,ý.ÿÐþ.ÿÐþzyzyVÐVÐ1k1kE—E—”þ,þ”þ,þ«ü·û«ü·û­úRù­úRù#ùz÷#ùz÷0øö0øö9ø&ö9ø&öÇøíöÇøíö=úÂø=úÂøÌû­úÌû­úbýáübýáü*ÿ÷þ*ÿ÷þŸ­Ÿ­oÛoÛEºEº˜˜„Ö„ÖÑÿ§ÿÑÿ§ÿ@ÿñþ@ÿñþqÿAÿqÿAÿýÿ ýÿ ò%ò%ÜpÜp’s’s:7:7µÅµÅz_z_ܸܸ%«%«aÅażԼÔoŠoŠbpbpƒ¼ƒ¼›ö›öÎ!Î!ô?ô?ffooPPï!ï!ÈöÈöååjÑjÑÐZÐZ$ò$òqqyiyiìÉìÉõ`õ`Þ1Þ1\ÿBÿ\ÿBÿ$þ²ý$þ²ý-ývü-ývü ý1ü ý1ü…ý ý…ý ýmþþmþþ›ÿ”ÿ›ÿ”ÿÑ Ñ ånånYYssüzüzj­j­œœÁÿžÿÁÿžÿ]ÿÿ]ÿÿYÿ.ÿYÿ.ÿÆÿÍÿÆÿÍÿ«Ï«ÏÝ[Ý[ΓΓ¦·¦·*b*b¼Û¼Ûãfãfí í ìÿ°ÿìÿ°ÿÿÌþÿÌþòþÓþòþÓþ²ÿ…ÿ²ÿ…ÿ™ß™ßà༻¼»**iÍiÍ®®NNã7ã7~þìý~þìý2üÝú2üÝúcúuøcúuøùóöùóöQùY÷QùY÷úÀøúÀøôûØúôûØú†ý ü†ý üÖþ þÖþ þëÿ­ÿëÿ­ÿÔÿØÿÔÿØÿ.ÿÿ.ÿÿ&þÄý&þÄý¥üÂû¥üÂûDû1úDû1ú8ú¼ø8ú¼øuùª÷uùª÷ðøìöðøìö$ù9÷$ù9÷ùš÷ùš÷$úrø$úrø³ú?ù³ú?ù<û×ù<û×ùvû#úvû#ú¢ûxú¢ûxúÅû›úÅû›úÒû›úÒû›úíûÆúíûÆúsüoûsüoûNý|üNý|ü&þ¨ý&þ¨ý@ÿÿþ@ÿÿþ(3(3ã,ã,yy)a)a·Þ·Þ ôÿ ôÿ÷þÇþ÷þÇþBþ×ýBþ×ýdþçýdþçý+ÿËþ+ÿËþ”º”ºŸ Ÿ  < <-" -"  X  X Y I Y I ›  ›  Ú Ä Ú Ä › › î îvÓvÓÏÉÏÉýýÒNÒNFFòòÔ|Ô|4»4»Q‹Q‹‡}‡}¦©¦©°º°º¥¥¤\¤\ŸVŸVPN PN ¹”¹”ÓÓlAlA¼ÿšÿ¼ÿšÿ¡üÏû¡üÏû(úkø(úkø=øÈõ=øÈõà÷Hõà÷Hõbøuöbøuö"úgø"úgøüÜúüÜú=þý=þýÉÿãÿÉÿãÿE^E^¼ÿsÿ¼ÿsÿ{þðý{þðýFüûFüû&ú¹ø&ú¹øƒø{öƒø{öýöÎôýöÎôpöžópöžóŸöãóŸöãó!÷šô!÷šôø¢õø¢õù÷ù÷útøútøû¨ùû¨ùúûçúúûçúÄüþûÄüþûEýdüEýdü£ýÅü£ýÅüøýDýøýDýeþöýeþöýãþŽþãþŽþMÿ(ÿMÿ(ÿ¥ÿ’ÿ¥ÿ’ÿÍÿ°ÿÍÿ°ÿ®ÿ–ÿ®ÿ–ÿƒÿbÿƒÿbÿbÿ:ÿbÿ:ÿIÿÿIÿÿ—ÿwÿ—ÿwÿð4ð4¿¿„„ŽŽYY?= ?=   c,c,zz@@ÀòÀò < <Çþ›þÇþ›þBþ·ýBþ·ý•þ þ•þ þÿÚþÿÚþ[q[q__    ŸÞŸÞÓAÓA€D€Dáá6ì6ì°°ÆÆáìáìàý9ýàý9ýwûBúwûBú“ùð÷“ùð÷#øÕõ#øÕõ£÷ƒõ£÷ƒõ’ø„ö’ø„öšúùšúùýbüýbüEEçÔçÔSÙSÙŸ…Ÿ…££àÌàÌÉÉ¥ÿ{ÿ¥ÿ{ÿºüáûºüáûhúùhúù›øÌö›øÌöjù!÷jù!÷,ú¹ø,ú¹ø*ü¹û*ü¹ûÿþ´þÿþ´þP’P’,à,ࢢ&&««Õ0Õ0¥Ž¥Ž£,£,ÊÊFSFS/>/>AbAbp}p}”¼”¼zžzžïÿ÷ÿïÿ÷ÿ~ÿoÿ~ÿoÿ$ÿÿ$ÿÿÿÍþÿÍþÿÂþÿÂþ!ÿðþ!ÿðþ’ÿqÿ’ÿqÿïÿÜÿïÿÜÿˆ¦ˆ¦GGddvveeQQý;ý;å$å$½ì½ìIZIZSÿ!ÿSÿ!ÿ[þæý[þæýèü üèü ü’ûSú’ûSúúÈøúÈøÎùøÎùøÛùø÷Ûùø÷ªú2ùªú2ù3üû3üûûýrýûýrýýhýhŽŽ8R8RÏ Ï ÊÊX‘X‘ÿ¼ÿÿ¼ÿþ¤ýþ¤ý÷üùû÷üùûQü*ûQü*ûzüqûzüqû™ýý™ýý#ÿ¸þ#ÿ¸þf}f}§=§=Û Û ipipx“x“ÍÍwwúúXÄXÄQQdÿdÿ,„,„ßßòéòé’­’­p¿p¿Š­Š­RRé#é#<ÿÿ<ÿÿâýýâýýÑüÀûÑüÀû{üxû{üxû×ü¿û×ü¿û²ýÑü²ýÑüâþmþâþmþ÷ÿ÷ÿ77¢ ¢ qÒqÒ › ›L_L_)ÿ¾þ)ÿ¾þïýpýïýpý²ü°û²ü°û½ûUú½ûUúû‚ùû‚ùûtùûtù”ûlú”ûlúüKûüKû±ýåü±ýåüÉþ>þÉþ>þ“ÿ]ÿ“ÿ]ÿœÿ„ÿœÿ„ÿ¤ÿ¥ÿ¤ÿ¥ÿ}ÿYÿ}ÿYÿ ÿÁþ ÿÁþ‘þ!þ‘þ!þ1þ¦ý1þ¦ýþkýþký5þµý5þµýºþ<þºþ<þ_ÿAÿ_ÿAÿþÿþÿãã™™&Á&ÁGùGù.Ï.ÏÚuÚuŽüŽü:‘:‘SS,‹,‹‹þ‹þÒuÒu6é6é&Ó&Ó¨¨{{ŠÇŠÇ  ~~}õ}õºRºR22$á$áÀ~À~OêOêMlMljMjM× × ÿÁþÿÁþŒý¹üŒý¹üdüKûdüKûqüEûqüEûÕü üÕü üþýeýþýeý4ÿÿ4ÿÿŸÂŸÂóóÿ÷ÿ÷4"4"˞˞Ê[Ê[òKòK33©ÿ}ÿ©ÿ}ÿ¶ÿ“ÿ¶ÿ“ÿûÿØÿûÿØÿghgh½½ÿXÿXì;ì;œÍœÍÐÿ°ÿÐÿ°ÿøþÉþøþÉþþ’ýþ’ýNýfüNýfüÑü³ûÑü³ûÕüæûÕüæûPýTüPýTü¾ýëü¾ýëü þrý þrýwþþwþþÃþRþÃþRþ€þþý€þþýOþÁýOþÁýýËüýËüùüüùüüŒü†ûŒü†ûfü(ûfü(û¸ü§û¸ü§û^ýü^ýüqþèýqþèýVÿ ÿVÿ ÿùÿùÿjujuFÿÝþFÿÝþäýIýäýIýVüEûVüEû!û´ù!û´ù9ú‡ø9ú‡øeú›øeú›ø%û©ù%û©ùÄü©ûÄü©û"þZý"þZýÃÿàÿÃÿàÿNíNí%«%«ööÖpÖp::;n;njÿXÿjÿXÿ"ÿÄþ"ÿÄþ"ÿúþ"ÿúþÔÿËÿÔÿËÿÛ5Û5ÈÈmmuuÊuÊuVÉVɲ&²&e=e=L¢L¢bMbMÎÿâÿÎÿâÿ%%Ñ)Ñ)v(v(ÂÂ\J\J“ó“óuâ uâ ÄÊÄÊ«/«/ммi¿i¿YÿJÿYÿJÿ®ýîü®ýîüØü¹ûØü¹û€ý—ü€ý—üîþ‰þîþ‰þ##cc«š«šX’X’@@gšg𢢡ý¡ýJÿ?ÿJÿ?ÿþýþý ýü ýü×ü˜û×ü˜ûåü÷ûåü÷û"ýTü"ýTüý®üý®üØýýØýýóýUýóýUýÌýýÌýýµýìüµýìü«ý×ü«ý×ü¬ýòü¬ýòüþhýþhý³þOþ³þOþoÿ_ÿoÿ_ÿ#>#>ÊÊN¸N¸,x,x  !ÿÿ!ÿÿeþÕýeþÕýýüýüÑûúÑûúÜúLùÜúLù7û»ù7û»ùHüûHüû„ý§ü„ý§ücÿkÿcÿkÿ§§w?w?””¥¥g„g„<4<4ZZ]þþ]þþùü+üùü+üÐü£ûÐü£û»ü¯û»ü¯û¯ýçü¯ýçü~þEþ~þEþnÿhÿnÿhÿøÿÎÿøÿÎÿÉÿ§ÿÉÿ§ÿtÿRÿtÿRÿÝþþÝþþfþÙýfþÙýòþdþòþdþgÿ6ÿgÿ6ÿšÖšÖ ü üi®i®PP²ò²ò``‡è‡èŸþ4þŸþ4þ”ülû”ülûøú;ùøú;ù\ú†ø\ú†ø<ûÌù<ûÌùåüûåüûvÿŠÿvÿŠÿæÓæÓÙsÙs¥¥ Þ Þi…i…Æ>Æ>ÄÀÄÀ®®Áþ‰þÁþ‰þ¬ýÐü¬ýÐü÷ýIý÷ýIýžþ(þžþ(þwÿLÿwÿLÿ¸¸¥&¥&¢ˆ¢ˆe™e™õdõdii¢û¢û1d1d k kü“ü“nÙnÙÙ!Ù!DZDZŸÿ}ÿŸÿ}ÿÿËþÿËþÁþOþÁþOþ­þAþ­þAþâþ‡þâþ‡þJÿÿJÿÿöÿ÷ÿöÿ÷ÿœºœºPÍPÍÈÈ“ˆ“ˆª©ª©NNLÄLÄ;1;1ŒþþŒþþ3ýü3ýü%ü•ú%ü•ú(ûlù(ûlùÅúïøÅúïø×úù×úù†ûéù†ûéùOüùúOüùúmýžümýžüÿþ¬þÿþ¬þII€€ž™ž™{¢{¢Ã à LpLpîîõõ„þþ„þþŽü*ûŽü*ûúø÷úø÷øõøõm÷^ôm÷^ô¬÷éô¬÷éô8ù÷8ù÷NûdùNûdù^þÚý^þÚýD‚D‚ñ0ñ0  ¾ ¾ «Õ«Õ T T™Á™ÁõÿõÿCý‘üCý‘ü[û»ù[û»ùOúøOúøPúqøPúqøûmùûmùdü>ûdü>û:þœý:þœý,M,MŽ'Ž'§Ÿ§Ÿäùäù ö öʮʮŠdŠd Æ Æ›:›:9¿9¿ä7ä7›Ã›Ã]a]aÉÿ«ÿÉÿ«ÿ1ÿùþ1ÿùþ¸þ6þ¸þ6þZþÎýZþÎý®þþ®þþ÷þˆþ÷þˆþdÿÿdÿÿèÿÜÿèÿÜÿwŸwŸ Y Y{{¸X¸X¶S¶S­E­EÀ`À`èœèœ`2`2¸Ÿ¸Ÿôéôéͻͻò¶ò¶rŸrŸÂþŒþÂþŒþÈü–ûÈü–û û?ù û?ù³ùs÷³ùs÷“ù[÷“ù[÷pú„øpú„øAüãúAüãú¶þtþ¶þtþF×F×ddB1B1.¬ .¬ ]Õ ]Õ ÅòÅòbIbI¤²¤²5‚5‚9þèý9þèýý<üý<ü%ý ü%ý üæý?ýæý?ýÿ©þÿ©þŽßŽßó§ó§  a¥a¥"h"hy`y`Æ|Æ|÷P÷P))ùÿÜÿùÿÜÿ11*}*} Ü Ü·í·íòéòéà à ù'ù'Ùþ8þÙþ8þºüÜûºüÜû ûù ûùpùÕöpùÕöÐø]öÐø]ö­ø"ö­ø"öùU÷ùU÷û-ùû-ù¿üÃû¿üÃûiþíýiþíýÉÿ·ÿÉÿ·ÿ»ð»ðk¬k¬((¤þþ¤þþnýlünýlüÌûcúÌûcú‰úxø‰úxø˜ù÷˜ù÷+ùÔö+ùÔöÉùË÷ÉùË÷äúJùäúJùŒüeûŒüeû&þ¥ý&þ¥ýzÿMÿzÿMÿ>J>JÜÜ8·8·))ÿdÿd–á–á+J+JÂÿªÿÂÿªÿÿiÿÿiÿðÿúÿðÿúÿYoYo4€4€ Á ÁóóÄÄ^Þ^Þ±b±b·\·\s s )–)–Ü"Ü"Î&Î&ÿdÿdBÆBÆzzQßQßöuöu‹Ñ‹Ñ¬©¬©É¿É¿!H!HŸÎŸÎmmb÷b÷xxtt--ªFªF"7"7”þþ”þþyýŸüyýŸü¼üvû¼üvû€ü.û€ü.û½üû½üû3ý;ü3ý;üþcýþcýßþ†þßþ†þ¥ÿœÿ¥ÿœÿ(( üÿ üÿ›ÿ‡ÿ›ÿ‡ÿöþþöþþìýýìýýýäûýäû~üû~üû*ü´ú*ü´úFüÿúFüÿú³ürû³ürû-ýü-ýü­ýÖü­ýÖüþ_ýþ_ýAþ®ýAþ®ýdþÓýdþÓýBþ©ýBþ©ý-þwý-þwý#þný#þnýRþ©ýRþ©ýŽþþŽþþäþuþäþuþÿÖþÿÖþÿÉþÿÉþõþ£þõþ£þŽþýýŽþýý%þ~ý%þ~ý¿ýùü¿ýùü`ývü`ývüùüúûùüúûÑü¥ûÑü¥ûýüéûýüéû±ýîü±ýîüÓþ‚þÓþ‚þ;o;oê¹ê¹’ú’úܺܺt‡t‡1þ1þ[[õ¥õ¥ ÿ=ÿ ÿ=ÿ.ý#ü.ý#ü<û^ù<û^ùºù8÷ºù8÷/ùÒö/ùÒöµùi÷µùi÷ ûù ûù´ülû´ülûôþ‚þôþ‚þÌ\Ì\¼§¼§D·D·¹a¹a`ÿ`ÿsÝsÝL8L8·à·àÿ§þÿ§þºýÞüºýÞü®üwû®üwûAüÓúAüÓúŸüWûŸüWû0ý"ü0ý"ü«þ4þ«þ4þäÿéÿäÿéÿ(¯(¯¦É¦ÉÑÑð”ð”ùÜùÜð‘𑪠ª b‹b‹77ñ'ñ'à à ÆàÆàE E Ý’Ý’##pðpð».».K;K;Ó&Ó&§6§6/ú/ú¤p¤pïcïc¶‘¶‘ÁÁÏÿÏÿ¾þ\þ¾þ\þþ>ýþ>ýÏýäüÏýäüùýCýùýCý:þ›ý:þ›ý‰þìý‰þìýÏþZþÏþZþ ÿ¹þ ÿ¹þÿ·þÿ·þøþˆþøþˆþ×þgþ×þgþ°þ,þ°þ,þ…þòý…þòýgþËýgþËýUþ¤ýUþ¤ýþ]ýþ]ý‡ý­ü‡ý­üñüËûñüËûûûxúûûxúóúùóúù úá÷ úá÷JùàöJùàöüøVöüøVöPùåöPùåöûùÇ÷ûùÇ÷jû§ùjû§ùêüäûêüäûkþÆýkþÆýªÿ”ÿªÿ”ÿ~Ÿ~Ÿ§â§âSS§ÿˆÿ§ÿˆÿàþuþàþuþôý-ýôý-ý%ý-ü%ý-üœülûœülû±ü}û±ü}ûýøûýøûìýýìýý÷þ’þ÷þ’þ ýÿ ýÿqqřř]`]`¿Ù¿ÙãûãûôôæþæþÏçÏçáôáôôô// < <%%ëëŽƒŽƒ%õ%õ¶_¶_4¢4¢Åŧè§è²ô²ôÉ%É%èHèHý_ý_ l lÀÀg¤g¤ñÿÎÿñÿÎÿXÿ ÿXÿ ÿÞþ–þÞþ–þþ þþ þtþÙýtþÙý„þèý„þèý–þþ–þþÊþ^þÊþ^þÿÃþÿÃþlÿ:ÿlÿ:ÿÁÿ­ÿÁÿ­ÿ';';‰½‰½¶ó¶ów«w«AGAG¤ÿŽÿ¤ÿŽÿãþþãþþ-þfý-þfý†ýŠü†ýŠüýüýü:ýü:ýü¸ýÑü¸ýÑü®þ(þ®þ(þÑÿ°ÿÑÿ°ÿ0«0«ŒxŒxœàœà6Å6Å/Ë/ËÐ.Ð.ÓõÓõÇSÇS¹ö¹ö²ÿˆÿ²ÿˆÿÿ¦þÿ¦þÿ­þÿ­þNÿõþNÿõþØÿØÿŸóŸó]Õ]Õñ…ñ…õ õ //7Ê7ÊÐ Ð MoMoáÿìÿáÿìÿÞÿÆÿÞÿÆÿÜÿÐÿÜÿÐÿÚÿØÿÚÿØÿíÿïÿíÿïÿØÿÁÿØÿÁÿgÿ*ÿgÿ*ÿíþfþíþfþ:þgý:þgý}ý„ü}ý„üíü¿ûíü¿ûªü]ûªü]û‘üGû‘üGûêü¿ûêü¿û^ýYü^ýYüþý*ýþý*ýºþ<þºþ<þƒÿWÿƒÿWÿ(?(?z¦z¦º÷º÷Û4Û4Ò'Ò'ÇǺºœÒœÒAeAeãÿÑÿãÿÑÿBÿóþBÿóþÂþBþÂþBþFþ›ýFþ›ýèýýèýýÚýýÚýýGþ®ýGþ®ýòþ®þòþ®þ  , , MM%W%WMM’¯’¯€3€3›¯›¯~ÿqÿ~ÿqÿ˜þþ˜þþþAýþAýþ3ýþ3ý—þõý—þõýÿØþÿØþÖÿÌÿÖÿÌÿq“q“í2í2Ú9Ú9¥ó¥ó`ÿ:ÿ`ÿ:ÿ±þ.þ±þ.þ(þ[ý(þ[ýóý#ýóý#ý@þ›ý@þ›ý÷þhþ÷þhþõÿðÿõÿðÿÃ.Ã.gígíss.”.”‘Ï‘Ï×ÿ¶ÿ×ÿ¶ÿ'ÿÒþ'ÿÒþoþÀýoþÀýßýýßýýéý ýéý ý!þzý!þzýÿ™þÿ™þ÷ÿ÷ÿ‘‘5ÿ5ÿlÍlÍ.}.}¤¢¤¢ç¤ç¤(•(•:R:RØÿÎÿwÿJÿFÿÿÿÂþ+ÿâþAÿÿ¶ÿ¥ÿ¶ÿ¥ÿ\Š\Š>Â> ÞY:©—®­µÄ£´’¥’¥ÜÜ‹-‹-Ð4Ð4 lÿÿlÿÿÿÃþÿÃþÿ¾þÿ¾þ6ÿÙþ6ÿÙþ]ÿ#ÿ]ÿ#ÿÿbÿÿbÿ¬ÿ—ÿ¬ÿ—ÿ±ÿ“ÿ±ÿ“ÿ–ÿqÿ–ÿqÿQÿÿQÿÿ ÿ›þ ÿ›þ¥þþ¥þþWþ©ýWþ©ýþTýþTý÷ý)ý÷ý)ýþQýþQýGþýGþýþÜýþÜý²þ#þ²þ#þÀþ4þÀþ4þÀþ9þÀþ9þÅþDþÅþDþÍþSþÍþSþÿ¥þÿ¥þ{ÿLÿ{ÿLÿÒ4Ò4¹l¹lm_m_áá**­Æ­Æ^+^+¤R¤RjjddÞÿ¾ÿÞÿ¾ÿ¶ÿ’ÿ¶ÿ’ÿÒÿ»ÿÒÿ»ÿ`©`©!g!gÿ²ÿ²éêéê¶¶¯¯öˆöˆmËm˧¦§¦»c»cØ4Ø499ÚÿÌÿÚÿÌÿ¤ÿÿ¤ÿÿÿaÿÿaÿÿ=ÿÿ=ÿ2ÿÖþ2ÿÖþ¹þ.þ¹þ.þ(þ^ý(þ^ýyýzüyýzüÎü’ûÎü’û`üøú`üøúUüßúUüßú€üû€üûÁüyûÁüyûýßûýßûOý1üOý1ü;ýü;ýüýâûýâû]üÝú]üÝú¸ûú¸ûúûùûùGúøGúø°ùM÷°ùM÷ðùu÷ðùu÷rú>ørú>ø±ûðù±ûðùÅühûÅühûåý9ýåý9ý1ÿ½þ1ÿ½þýÿýÿll1@1@Ûÿ­ÿÛÿ­ÿSÿøþSÿøþÊþ2þÊþ2þ­þ+þ­þ+þ ÿ°þ ÿ°þÊÿ½ÿÊÿ½ÿÄ"Ä"üºüºffç°ç°¸Á¸ÁNƒNƒ²²ìIìI””JîJîL L ëÙ ëÙ RF RF œÏ œÏ ¹ù ¹ù ±Ø ±Ø ;- ;- ¥Z ¥Z ¸¸ÆÊÆÊ×e×eOO£µ£µ~‘~‘µáµá77|ð|ðÇrÇr¨9¨9QQÿ¿ÿ¿J…J…"þZý"þZý.üÑú.üÑúsúøsúøóøöõóøöõ×÷gô×÷gô ÷#ô ÷#ôøÕôøÕôßøößøöãùK÷ãùK÷ìúÒøìúÒø×û,ú×û,úüŠúüŠúÙûúÙûúaû˜ùaû˜ù¥úlø¥úløùÓöùÓözøqõzøqõ•÷Gô•÷GôüöUóüöUóéö>óéö>óZ÷ÊóZ÷Êó)øìô)øìô ùOö ùOöCúÚ÷CúÚ÷ ûÑù ûÑùÍü‚ûÍü‚ûÎýóüÎýóü§þ+þ§þ+þ6ÿÌþ6ÿÌþœÿSÿœÿSÿðÿÝÿðÿÝÿ$6$6M}M}­ø­øDÐDÐå å †„†„uéué)÷)÷ͺͺ?=?=†¶†¶©ù©ùÃÃå]å])°)°€0 €0 ¬s ¬s Õµ Õµ Ú­ Ú­ ‚3 ‚3 úiúi  8ô8ô>š>šnnèèŔŔˆEˆEPûPûÝ4Ý4VVÕÿ»ÿÕÿ»ÿ<ÿñþ<ÿñþÂþQþÂþQþ“þîý“þîýÒþ?þÒþ?þ ÿ»þ ÿ»þ©ÿ€ÿ©ÿ€ÿ " "æÿÍÿæÿÍÿbÿ@ÿbÿ@ÿ'þPý'þPý üGû üGûñúÌøñúÌøoù}öoù}öøÂôøÂôU÷ÙóU÷Ùóæ÷¹ôæ÷¹ô6ùö6ùöûîøûîøàü^ûàü^û®þIþ®þIþe®e®^í^ífûfû.r.r ÿÚþ ÿÚþHþªýHþªý¯ý÷ü¯ý÷üþEýþEýsþ þsþ þqÿ'ÿqÿ'ÿu¥u¥¢0¢0¹Ý¹ÝlÁlÁï†ï†ÙÙÑuÑuw w  y yªÈªÈ?)?)ï¹ï¹æ¡æ¡ê°ê°å±å±Ù§Ù§—D—D+¸+¸¾ý¾ýBNBNÜÿ¾ÿÜÿ¾ÿ™ÿjÿ™ÿjÿ”ÿhÿ”ÿhÿ±ÿŽÿ±ÿŽÿÙÿÐÿÙÿÐÿúÿúÿäÿÑÿäÿÑÿ‚ÿFÿ‚ÿFÿÿŸþÿŸþqþÑýqþÑýÈýÄüÈýÄüýÓûýÓûüûüû-ü ú-ü ú.ü–ú.ü–údüâúdüâú¯üFû¯üFûýÚûýÚûšý’üšý’ü,þUý,þUý©þþ©þþ3ÿèþ3ÿèþ¦ÿ€ÿ¦ÿ€ÿÄÿ­ÿÄÿ­ÿ¤ÿnÿ¤ÿnÿiÿ ÿiÿ ÿÛþbþÛþbþLþ¥ýLþ¥ý¦ý¨ü¦ý¨ü(ýü(ýüùü°ûùü°û=ýü=ýüþ5ýþ5ý*ÿ¤þ*ÿ¤þŒ§Œ§óÄóÄqàqà™ƒ™ƒ99ÞìÞì33qq§‡§‡x´x´žÿiÿžÿiÿZÿÿZÿÿ…ÿDÿ…ÿDÿ5050øóøóé+é+¡¡ 2 2eÝeÝ'„'„¤å¤å/6/6ǚǚǃǃ¿f¿f±D±D‰‰,­,­‹Å‹ÅíÿÙÿíÿÙÿVÿòþVÿòþ·þþ·þþ:þlý:þlýÛýëüÛýëüÖýîüÖýîüþýþýLþýLþý°þþ°þþ&ÿÍþ&ÿÍþ‰ÿjÿ‰ÿjÿÛÿØÿÛÿØÿ!!C[C[PhPhYpYpNtNt²ÿ‡ÿ²ÿ‡ÿ$ÿÁþ$ÿÁþhþ¨ýhþ¨ý©ý¦ü©ý¦üý¾ûý¾û¼üPû¼üPûžü$ûžü$ûý»ûý»ûÓýñüÓýñü ÿ’þ ÿ’þ^ž^ž’E’E…“…“ÔÔÈÈï×ï×óvóvæÿ¡ÿæÿ¡ÿ¡þ%þ¡þ%þžý÷üžý÷ü)ý ü)ý üŽýqüŽýqüéý'ýéý'ýÚþbþÚþbþ::B¸B¸ø°ø°! ! âÆâƧ[§[ýnýnJ~J~·ÿ•ÿ·ÿ•ÿ@ÿÙþ@ÿÙþûþ˜þûþ˜þ5ÿåþ5ÿåþ­ÿœÿ­ÿœÿ.2.2±±èEèE½½3:3:¥ÿŠÿ¥ÿŠÿÿ˜þÿ˜þ|þÙý|þÙýþFýþFýûýüüûýüüýý ýýý ýNþ¦ýNþ¦ý«þ.þ«þ.þUÿïþUÿïþáÿÔÿáÿÔÿ:R:Rkk~À~À‹Å‹ÅƒÅƒÅJaJa  Åÿ®ÿÅÿ®ÿmÿ/ÿmÿ/ÿ7ÿáþ7ÿáþNÿòþNÿòþ‰ÿ\ÿ‰ÿ\ÿËÿ´ÿËÿ´ÿ!*!*v±v±ÉÉ | |8Ä8ÄI×I×QßQßRÞRÞMÕMÕCÆCÆEâEâaarrzzz"z"„2„2†6†600VòVò§§Ú3Ú3pŸpŸ$$àÿßÿàÿßÿÓÿ·ÿÓÿ·ÿÉÿ—ÿÉÿ—ÿ±ÿ~ÿ±ÿ~ÿŽÿ[ÿŽÿ[ÿsÿ1ÿsÿ1ÿ_ÿ"ÿ_ÿ"ÿqÿ9ÿqÿ9ÿ¡ÿ~ÿ¡ÿ~ÿéÿèÿéÿèÿ3N3NžßžßòdòdRìRìšBšBnn$¸$¸«î«î%%ƒÿGÿƒÿGÿüþ•þüþ•þ’þ þ’þ þþÜýþÜý²þþ²þþÿþÿþ¥ÿƒÿ¥ÿƒÿKXKXiiϛϛSaSaUhUh·p·p … …{£{£÷ÿëÿ÷ÿëÿìÿÙÿìÿÙÿãÿÊÿãÿÊÿïÿÙÿïÿÙÿùÿåÿùÿåÿ±ÿ†ÿ±ÿ†ÿEÿøþEÿøþÄþ1þÄþ1þþHýþHýŒý~üŒý~ü'ýÓû'ýÓûàüXûàüXû²ü&û²ü&û™üû™üû‚üåú‚üåúmüÓúmüÓúzüéúzüéú‚üïú‚üïúvüØúvüØúZü©úZü©ú1ühú1ühúþûúþûúäûðùäûðùÿû&úÿû&ú4ü|ú4ü|úžüûžüû1ýëû1ýëû³ýµü³ýµüEþvýEþvý²þþ²þþÏþ:þÏþ:þÅþYþÅþYþ°þ4þ°þ4þ¤þþ¤þþßþ_þßþ_þ_ÿÿ_ÿÿ xxÑÍÑͱ±˜>˜>jojoð2ð2I³I³Œ Œ ¬5¬5¯4¯4ÊbÊbè—è—(÷(÷‰ ‰ Þø Þø E E %r %r W W ‹™ ‹™ À‚À‚Ì Ì ÙœÙœ[[JDJDܰܰ«c«c̪̪ßÙßÙæóæóäÖäÖc c |¸|¸2ÿãþ2ÿãþ…ýMü…ýMüüAúüAúQú»÷Qú»÷ùÏõùÏõ;ø¨ô;ø¨ôøôøô“øõ“øõFù*öFù*öòù6÷òù6÷·ú2ø·ú2øNûùNûùYû:ùYû:ùKû,ùKû,ù ûÉø ûÉøiúü÷iúü÷üùH÷üùH÷™ù°ö™ù°öbùYöbùYöiùWöiùWöÎùèöÎùèötúâ÷túâ÷fû=ùfû=ù=üqú=üqú*ýõû*ýõû4þbý4þbýÿ³þÿ³þûÿäÿûÿäÿ·ó·óLóLóïÝïݫ߫ßLìLìôÈôȜœÂrr]ã]ãDÃDɉ°Û°ÛúúŠ+Š+)°)°-˜-˜CêCêÓ¤Ó¤dvdv––µaµa¾¾¸€¸€ww) ) ]]ÈÀÈÀÃ;Ã;ëÿúÿëÿúÿ‹ÿXÿ‹ÿXÿUÿÿUÿÿ+ÿÁþ+ÿÁþÈþ(þÈþ(þTþ}ýTþ}ý¸ý´ü¸ý´ü.ýÞû.ýÞûÉü@ûÉü@û³ü"û³ü"ûîühûîühû=ýõû=ýõûÝýÖüÝýÖügþ™ýgþ™ýÝþ[þÝþ[þÿuþÿuþ¸þ4þ¸þ4þñýýñýýýŠûýŠû#ü^ú#ü^ú:ûþø:ûþø­úü÷­úü÷ÑúNøÑúNø¦ûUù¦ûUùÆümûÆümû@þ2ý@þ2ýzÿKÿzÿKÿ{{I$I$šbšbu(u(Å@Å@2J2J¹ÿ€ÿ¹ÿ€ÿWÿÝþWÿÝþ)ÿÉþ)ÿÉþrÿ=ÿrÿ=ÿÏÿÄÿÏÿÄÿSvSvÕ"Õ"Q÷Q÷ÜÜdd˜Å˜Å—Η΋¶‹¶g“g“0808Ú±Ú±|(|( € €—Ñ—Ñ//ÀÿªÿÀÿªÿyÿOÿyÿOÿaÿ'ÿaÿ'ÿÿIÿÿIÿ¹ÿ ÿ¹ÿ ÿ)=)=© © 0°0°˜C˜CÆŸÆŸt_t_aa9ÿ«þ9ÿ«þ<þ…ý<þ…ýuýxüuýxüøü«ûøü«ûÎüSûÎüSû÷üŠû÷üŠû~ýHü~ýHüIþcýIþcý&ÿ¹þ&ÿ¹þ--FÜFÜ1212ç;ç;oo“9“9*»*» Ý Ý¼•¼•žäžä³ÿ€ÿ³ÿ€ÿÅþ7þÅþ7þþ2ýþ2ýâýéüâýéü7þxý7þxý#ÿªþ#ÿªþL{L{ïï<Þ<ބ„Â]]UØUØÍÚÍÚ[÷[÷ˆ|ˆ|êÿêÿþ˜ýþ˜ý.ý¿û.ý¿ûÚü:ûÚü:ûÛü,ûÛü,ûNýüûNýüûþ-ýþ-ýÿeþÿeþÏÿ—ÿÏÿ—ÿ==þÿ þÿ ¢ÿ£ÿ¢ÿ£ÿÿ²þÿ²þwþÄýwþÄýÉý·üÉý·üDýéûDýéûâüQûâüQûžüûžüûtüÛútüÛú`ü¶ú`ü¶ú.ü]ú.ü]úäûæùäûæùhû9ùhû9ùüú‰øüú‰ø¸úø¸úø»ú"ø»ú"øôútøôútøvû@ùvû@ù=ülú=ülúý¶ûý¶ûþ'ýþ'ýÿwþÿwþªÿŽÿªÿŽÿ3L3L¡å¡åu/u/ØÉØÉAZAZ נ×t˜t˜&0&0Þ½Þ½œdœd¯‚¯‚×)×)àÔàÔ1‘1‘€´ €´ šI šI `d `d §å §å Zf Zf †. †. wv wv ––ɧɧ¶þ¶þæÎæÎ}M}MŠUŠUКК''TpTp1919ϨϨ#¥#¥APAP@ÿñþ@ÿñþ3þXý3þXýMýüMýüœüþúœüþúIüˆúIüˆúTürúTürú~ü»ú~ü»ú®üû®üûâüPûâüPû¸ü û¸ü ûCü„úCü„úžûùžûù÷ú•ø÷ú•øWú˜÷Wú˜÷²ùœö²ùœöEùôõEùôõù²õù²õMùöõMùöõßùÍößùÍöšúì÷šúì÷“û[ù“û[ùoüŸúoüŸú0ý»û0ý»ûØý²üØý²üIþsýIþsý‹þÖý‹þÖý¦þóý¦þóý¡þðý¡þðý‚þÅý‚þÅýnþšýnþšýdþ€ýdþ€ýbþ¤ýbþ¤ý¶þ þ¶þ þÿþþÿþþjÿ;ÿjÿ;ÿüÿþÿüÿþÿƒÂƒÂ¢¢ªyªy"?"?šâšâñVñV ’ ’°°µµ¦¦··±±.¹.¹2¼2¼(«(«ššõyõyÐ,Ð,–Ü–Ül›l›@W@W#B#B2S2S5S5S.E.Eÿüÿü°„°„ii)§)§àDàDÑ>Ñ>ñfñfGîGî­w­w,X,XŠÜŠÜœÔœÔ - -‚‚z¡z¡UÿåþUÿåþ%þ*ý%þ*ý5ýÍû5ýÍû}üÂú}üÂúhü”úhü”ú‰ü³ú‰ü³úñü_ûñü_û‰ýGü‰ýGü'þ3ý'þ3ýÄþþÄþþ"ÿÃþ"ÿÃþÿ°þÿ°þäþnþäþnþrþ«ýrþ«ýÜýéüÜýéüjý üjý üýbûýbûâüIûâüIûàüGûàüGû ýˆû ýˆûGýãûGýãûƒýOüƒýOüÍýµüÍýµüþýþýþýþýþþüþþüàýÄüàýÄü½ýŽü½ýŽü©ý€ü©ý€üÂý¢üÂý¢üïýÛüïýÛü+þEý+þEýƒþÆýƒþÆýðþgþðþgþLÿÿLÿÿ¹ÿ ÿ¹ÿ ÿ##ZŒZŒ“ϓϯ¯ÓGÓG¹¹’m’m$O$OÅ-Å-LþLþ¼“¼“èäèäÜÎÜÎ’k’k7â7âàOàOÆÆo§o§|¿|¿¬û¬ûØ4Ø4}}¦¦÷÷Ã0Ã0m­m­ýóýóz=z=  ©û©ûHnHn##**!/!/%2%2×ÿ¼ÿ×ÿ¼ÿfÿ ÿfÿ ÿÊþþÊþþþýüþýüUýìûUýìûÑüûÑüûrüŸúrüŸúCü_úCü_úkü‘úkü‘úÒü3ûÒü3ûeý üeý üæýðüæýðügþ¥ýgþ¥ý¶þþ¶þþ›þãý›þãý þý þývý!üvý!ü¡üû¡üûüúüúŽûCùŽûCùžû`ùžû`ù(üJú(üJúGýúûGýúûnþªýnþªýcÿÿcÿÿT¢T¢äägg€[€[MçMçæeæeŽÜŽÜDSDS,A,A9O9Or§r§¾0¾0šš@ú@úx@x@ŸŸ¸¨¸¨Å¾Å¾¸”¸”–g–g”h”h¼Ÿ¼ŸåçåçHHc™c™‘Ì‘ÌL†L† ? ?”l”lûŠûŠ8W8W˜ÿ\ÿ˜ÿ\ÿJÿïþJÿïþ]ÿÿ]ÿÿ¹ÿ|ÿ¹ÿ|ÿ\…\…’’º˜º˜:b:bDƒDƒòò__ŽÛŽÛÈÿšÿÈÿšÿ(ÿ–þ(ÿ–þ¼þþ¼þþ¾þþ¾þþÿºþÿºþwÿ=ÿwÿ=ÿÈÿªÿÈÿªÿ  //ïÿîÿïÿîÿÈÿœÿÈÿœÿ˜ÿZÿ˜ÿZÿ¢ÿ‚ÿ¢ÿ‚ÿûÿõÿûÿõÿŽÊŽÊ/å/åÓÃÓÃ.N.N//ee›Â›ÂjÿÿjÿÿUþ‚ýUþ‚ýzý>üzý>üý|ûý|û*ý´û*ý´ûÓý üÓý ü¯þ þ¯þ þ©ÿ’ÿ©ÿ’ÿ’Ó’Ó°°&¼&¼¿%¿%(K(K<ÿÐþ<ÿÐþ^þ ý^þ ý°ý²ü°ý²üEýýûEýýû&ý¥û&ý¥û@ýãû@ýãû¤ýHü¤ýHüþýæüþýæü`þý`þýÆþþÆþþ ÿ›þ ÿ›þ:ÿÐþ:ÿÐþ!ÿ¯þ!ÿ¯þýþ€þýþ€þÒþ3þÒþ3þ³þûý³þûýŸþæýŸþæý¤þýý¤þýý­þþ­þþ¹þþ¹þþ·þþ·þþšþÕýšþÕýˆþµýˆþµýþ¤ýþ¤ý}þ¯ý}þ¯ý±þþ±þþðþ^þðþ^þgÿÿgÿÿðÿóÿðÿóÿ££EðEðåÙåÙ?v?vOO77ŸvŸv¬¬‰â‰â»ÿ˜ÿ»ÿ˜ÿÇÿ©ÿÇÿ©ÿ  ··r"r"R“R“!ß!ßúúšýšý ¬ ¬:þ:þÒÒ¤¤û!û! ½ ½"<"<+Ô+Ô]¨]¨ØÿËÿØÿËÿÌÿ¹ÿÌÿ¹ÿ#P#Püü(ê(ê3g3gû‚û‚ý¶ý¶o¹o¹Y Y èÒèÒh¡h¡ ÿ˜þ ÿ˜þõýöüõýöüý®ûý®ûæü8ûæü8ûý`ûý`û}ýBü}ýBüþýþý›þ´ý›þ´ýõþHþõþHþãþRþãþRþ~þ±ý~þ±ýãýÉüãýÉü?ýèû?ýèû°üéú°üéúüàùüàù‰û!ù‰û!ù6û¡ø6û¡øûVøûVøñú7øñú7øôú<øôú<øÚúøÚúø©úÄ÷©úÄ÷vúˆ÷vúˆ÷RúM÷RúM÷Kú?÷Kú?÷\úV÷\úV÷€ú‹÷€ú‹÷ãúøãúøgûôøgûôøüÙùüÙù³ü÷ú³ü÷úNýÝûNýÝûÖý¨üÖý¨üMþZýMþZýÄþ%þÄþ%þIÿáþIÿáþÇÿ®ÿÇÿ®ÿ>e>eçhçhÿÿþŠþŠénénÔQÔQÿ„ÿ„V V ýýâFâF[[OTOTÍ Í °Å °Å ‡/ ‡/ ¿¤ ¿¤ °^ °^ ý\ ý\   N’ N’ DDVÑVÑ H Hç+ç+,Z,Zuçuç¼=¼=â‡â‡¿K¿K+{+{ƒƒ¶)¶)ÔõÔõ||+C+CÿCÿÿCÿ>ÿÃþ>ÿÃþÿþÿþîþfþîþfþÆþþÆþþjþ’ýjþ’ýÆý˜üÆý˜ü ývû ývûüìùüìùãú(øãú(øúØöúØöZùÂõZùÂõáø õáø õ›øžô›øžô×øõ×øõ>ù§õ>ù§õÚùöÚùö…úš÷…úš÷%û‚ø%û‚øŠû&ùŠû&ù½ûfù½ûfù×û˜ù×û˜ùÌûùÌûù³û_ù³û_ùŸû,ùŸû,ùûùûù•û,ù•û,ùÚû“ùÚû“ùbü_úbü_ú*ý“û*ý“ûíýÁüíýÁüßþ?þßþ?þ¾ÿ|ÿ¾ÿ|ÿtÁtÁÆÆ—’—’ø-ø-NžNžŠëŠë°°ÄMÄMù¦ù¦HH«®«®ìì1~1~xäx䟟Œ Œ jÑjÑ<†<†õ.õ.«Í«ÍpfpfRR,ë,믯À;À;Q›Q›ÍÚÍÚZZçeçe…Ã…ÃC\C\66+F+FFqFqzÂzÂ’ð’ðc¡c¡ïÿìÿïÿìÿ#ÿ¯þ#ÿ¯þ]þ|ý]þ|ýeýüûeýüûŠü©úŠü©úåûªùåûªùoûôøoûôø{ûôø{ûôø²ûVù²ûVù!üþù!üþù¶üïú¶üïúbýßûbýßûøýÇüøýÇüjþ~ýjþ~ýŒþ¼ýŒþ¼ýšþ×ýšþ×ýfþ…ýfþ…ýBþLýBþLý+þ(ý+þ(ýOþdýOþdý“þÍý“þÍýïþgþïþgþ^ÿ ÿ^ÿ ÿêÿÕÿêÿÕÿ\‹\‹··þ}þ}ó…ó…æ_æ_×:×:··ªªÌPÌPäyäy””(Ó(ÓAþAþPPV$V$U%U%NNSSa)a)–v–vºªºªàëàë÷÷ñ ñ ÄÃÄÃh/h/çcçcJ_J_yÿ<ÿyÿ<ÿÑþ;þÑþ;þMþ]ýMþ]ýèýÄüèýÄüóýÄüóýÄüþýþý’þÕý’þÕýÿ‘þÿ‘þ§ÿcÿ§ÿcÿ/L/L/M/M  ¯ÿ‰ÿ¯ÿ‰ÿdÿÿdÿÿÿ˜þÿ˜þÝþ2þÝþ2þÑþþÑþþ ÿþ ÿþPÿÿþPÿÿþ½ÿ‹ÿ½ÿ‹ÿ]‘]‘…օփ΃Î_‘_‘0=0= ÷ÿ ÷ÿéÿÎÿéÿÎÿÿÿýÿÿÿýÿ # #šÛšÛÕյƵÆE~E~°)°)éƒéƒ”ö”ö00I I ˜˜ÿGÿÿGÿWÿìþWÿìþ‡ÿKÿ‡ÿKÿ€Æ€Æãaãa/Ù/Ù5Ó5Óårår‡¹‡¹àÿÈÿàÿÈÿ$ÿ·þ$ÿ·þŽþ°ýŽþ°ýþãüþãü°ýHü°ýHüƒý(üƒý(ü˜ý6ü˜ý6üÂý|üÂý|üýýÕüýýÕü4þ)ý4þ)ýWþhýWþhýZþuýZþuýcþyýcþyý`þfý`þfýTþPýTþPýPþHýPþHýsþœýsþœýµþéýµþéýÿþqþÿþqþ?ÿåþ?ÿåþ†ÿGÿ†ÿGÿ¡ÿiÿ¡ÿiÿˆÿ6ÿˆÿ6ÿeÿÿeÿÿÿ›þÿ›þÐþ(þÐþ(þˆþºýˆþºýcþ}ýcþ}ý›þÌý›þÌýÿþÿþÄÿ»ÿÄÿ»ÿ®®‡Q‡QK—K—á‘á‘'å'åþ¾þ¾š#š#VVQQ‹‹ÌLÌLëvëvÌÌe$e$ŠbŠbvv^'^'¨¨º"º"r°r°u¼u¼ˆÂˆÂêcêcPPµ™µ™ëûëûDzDz$ð$ðq–q–“ÿAÿ“ÿAÿ¿þûý¿þûýþúüþúü°ý]ü°ý]üïý½üïý½ü†þ¤ý†þ¤ý/ÿåþ/ÿåþ%%ÏYÏYU!U!qEqE?ð?ð²'²'55qÿ-ÿqÿ-ÿæþYþæþYþ¡þçý¡þçýÃþþÃþþãþNþãþNþ1ÿ¦þ1ÿ¦þˆÿ:ÿˆÿ:ÿÐÿµÿÐÿµÿ  *9*92Q2Q**ðÿçÿðÿçÿÐÿ°ÿÐÿ°ÿ¶ÿ„ÿ¶ÿ„ÿ¢ÿ‚ÿ¢ÿ‚ÿ£ÿ‚ÿ£ÿ‚ÿ¥ÿsÿ¥ÿsÿˆÿ9ÿˆÿ9ÿRÿìþRÿìþÿþÿþÌþ þÌþ þ“þ¸ý“þ¸ýjþlýjþlýOþHýOþHý_þuý_þuý’þÉý’þÉýñþZþñþZþbÿÿbÿÿÐÿ¼ÿÐÿ¼ÿ*G*Gb–b–=c=cìÿìÿgÿ%ÿgÿ%ÿéþJþéþJþgþPýgþPýèýüèýü¡ý;ü¡ý;ü¯ýIü¯ýIüùýÇüùýÇüþ¶ýþ¶ý$ÿ¦þ$ÿ¦þúÿòÿúÿòÿÁ&Á&vava+W+Wµ,µ,ê˜ê˜ÙtÙtoáoáÝÝÀÀA‰A‰ŽÿfÿŽÿfÿþþ{þþþ{þÍþþÍþþõþaþõþaþÿlÿÿlÿS‚S‚jjpìpìQQú4ú43È3Ȩ²¨²¸¹¸¹¸…¸…‰°‰°iÿ0ÿiÿ0ÿþûýþûýþýþýþýÎüþýÎü]þVý]þVýÿhþÿhþ¨ÿzÿ¨ÿzÿZ‚Z‚éVéVó€ó€³³^¢^¢ãÿ×ÿãÿ×ÿhÿÿhÿÿòþQþòþQþ–þ½ý–þ½ý€þ­ý€þ­ý„þ©ý„þ©ýþÈýþÈý¶þêý¶þêý¯þçý¯þçýžþÊýžþÊýuþ‹ýuþ‹ýYþQýYþQýHþ<ýHþ<ýAþ6ýAþ6ýbþlýbþlý“þÂý“þÂýðþPþðþPþOÿÝþOÿÝþ¾ÿ˜ÿ¾ÿ˜ÿ11b¬b¬› › æwæwÇÇHHdCdCucuc\3\3··± ± ?d?dÑÿºÿÑÿºÿˆÿ@ÿˆÿ@ÿ~ÿ/ÿ~ÿ/ÿ§ÿoÿ§ÿoÿ.J.JÎIÎI|c|c#W#W¢%¢%Þ•Þ•ÃfÃfiÞiÞŸ±Ÿ±ôzôzRÿÆþRÿÆþ®þºý®þºý^þuý^þuýwþ™ýwþ™ýÃþþÃþþ1ÿ¨þ1ÿ¨þÿ0ÿÿ0ÿÈÿ¡ÿÈÿ¡ÿèÿÒÿèÿÒÿÒÿ®ÿÒÿ®ÿ ÿfÿ ÿfÿhÿÿhÿÿ ÿyþ ÿyþµþãýµþãýsþqýsþqýSþ^ýSþ^ýþ¥ýþ¥ýÞþ*þÞþ*þ8ÿÃþ8ÿÃþ„ÿDÿ„ÿDÿÃÿŸÿÃÿŸÿÇÿšÿÇÿšÿ{ÿ3ÿ{ÿ3ÿ?ÿ¨þ?ÿ¨þÏþþÏþþeþvýeþvýþ ýþ ýþýþýMþTýMþTý¯þçý¯þçýCÿÞþCÿÞþ÷ÿûÿ÷ÿûÿ‰â‰âýšýšW)W)š”š”š¡š¡ƒkƒkJJ––º(º(yÊyÊrºrºšöšöèzèzCùCù§§ññKKXXEEÙøÙøŸŸY+Y+ÒÒò’ò’ÝwÝwèkèkí{í{í‚í‚ééâzâz¸.¸.ƒØƒØ5J5JôÿÕÿôÿÕÿŸÿeÿŸÿeÿ[ÿüþ[ÿüþ&ÿªþ&ÿªþÿŒþÿŒþÿ‰þÿ‰þÿŒþÿŒþ ÿ”þ ÿ”þöþ@þöþ@þ¸þþ¸þþŠþŸýŠþŸýjþXýjþXýVþTýVþTýŒþ§ýŒþ§ýãþ5þãþ5þPÿèþPÿèþËÿ°ÿËÿ°ÿ/S/S¶¶^“^“}ÿ&ÿ}ÿ&ÿáþ:þáþ:þPþ3ýPþ3ýÍýhüÍýhü|ýùû|ýùû„ýü„ýüºýQüºýQü2þý2þý®þÃý®þÃý:ÿ½þ:ÿ½þ¾ÿ«ÿ¾ÿ«ÿ:m:mm¬m¬d¦d¦;V;VþÿþÿÎÿ¶ÿÎÿ¶ÿŸÿ|ÿŸÿ|ÿºÿŽÿºÿŽÿäÿ×ÿäÿ×ÿ(E(E~Í~ÍÁ8Á8ôŠôŠÆÆŸŸËFËF‹â‹âTT&4&4** ! !**$@$@+P+P0[0[3b3bDfDfPgPgHfHf0S0SKrKro¹o¹šÿšÿÚSÚS ± ±,æ,æ2Ù2Ù——¶¶5e5eËÿ¹ÿËÿ¹ÿŸÿiÿuÿÿRÿÜþ1ÿžþ&ÿþÿþNÿáþNÿáþ²ÿpÿ²ÿpÿv¶£ôÐ3âbõ“ñ†ïzïzÖ_Ö_ž ž ~Í^()()ûÿúÿûÿúÿæÿäÿæÿäÿ""`ž`ž››Bè„„"é"éL#L#8ù8ùµµâtÂ4žóz³S|-GýÿîÿýÿîÿæÿåÿæÿåÿZ”™îØH š;í`+†k†kŒŒJJÖIÖI::SÿùþSÿùþ¯þÛý¯þÛý/þûü/þûüàýüàýüèý üèý üBþýBþý¨þîý¨þîýÿ¤þÿ¤þmÿ"ÿmÿ"ÿ¨ÿsÿ¨ÿsÿ©ÿcÿ©ÿcÿkÿ ÿkÿ ÿÿˆþÿˆþ¯þÕý¯þÕýBþ ýBþ ýðý˜üðý˜üµý7üµý7üŽýüŽýü˜ýü˜ýü¹ýEü¹ýEüÜýüÜýüþØüþØü'þý'þýMþGýMþGýrþoýrþoývþyývþyýþ‹ýþ‹ýŒþ£ýŒþ£ý¼þïý¼þïýÿeþÿeþYÿëþYÿëþÿlÿÿlÿõÿ÷ÿõÿ÷ÿ<h<hHmTrMuFx7c)Oðÿàÿðÿàÿ±ÿ†ÿ±ÿ†ÿÿ>ÿÿ>ÿˆÿJÿ´ÿŒÿáÿÎÿ,[Š·¬¬ÚâÚ⊊֠"'Y‰ì•å›Þ\‰\‰ùÕùÕ\á\áÓ °Ìއ~oŸ¬Ÿ¬ÐîÐî00XXXXÙÙ•£•£WHWH_4_4sSsSŸ¦Ÿ¦ìì"|"|55ûIûIŠwŠw±*±*Õÿ¼ÿÕÿ¼ÿÿþCþÿþCþ6þôü6þôü™ýðû™ýðûkýÏûkýÏû£ý0ü£ý0ü þîü þîü“þ¿ý“þ¿ý@ÿ½þ@ÿ½þœÿnÿœÿnÿ¸ÿˆÿ¸ÿˆÿÿYÿÿYÿ#ÿ{þ#ÿ{þ¢þÌý¢þÌýòý¡üòý¡üký»ûký»ûôüûôüûÒüÁúÒüÁúãüÚúãüÚú ý@û ý@ûZýÀûZýÀû£ý9ü£ý9üþ¿üþ¿ü`þJý`þJý®þÅý®þÅýÈþúýâþ1þùþOþÿoþÿŠþ)ÿ§þPÿÙþPÿÙþ‚ÿ6ÿ‚ÿ6ÿ¬ÿ„ÿ¬ÿ„ÿÏÿÅÿÝÿ×ÿìÿêÿ÷ÿñÿøÿûÿõÿõÿóÿõÿóÿéÿßÿéÿßÿßÿÏÿßÿÏÿçÿÒÿçÿÒÿýÿõÿýÿõÿ.Q.QuÀuÀÜlÜl< < µÏµÏvvQËQË< < üNüNžªžªÏÏœÿœÿ2R2RÛÿÄÿÛÿÄÿ¤ÿaÿ¤ÿaÿ¨ÿcÿ¨ÿcÿÜÿËÿÜÿËÿ&=&=ææø™ø™d8d8¶Ò¶Òñ3ñ3 E EÔÔhThTènèn,G,G`ÿÞþ`ÿÞþþ½ýþ½ýìýüìýüoýÀûoýÀûcý­ûcý­û®ýü®ýü6þý6þý ÿaþ ÿaþöÿÌÿöÿÌÿÏkÏk|“|“ÆýÆý¦³¦³4è4èrÆrÆšÿKÿšÿKÿÓþþÓþþ6þý6þýöýüöýüþâüþâüeþ3ýeþ3ýÿzþÿzþ©ÿ‰ÿ©ÿ‰ÿu­u­——tNtNxwxwb6b6ÑÑÕTÕT°Œém»NŽ<g*A,@,@,P,P;[;[Fb9T-F!2ôÿíÿôÿíÿ×ÿÅÿ×ÿÅÿÐÿµÿÐÿµÿÍÿ¶ÿËÿ¹ÿÐÿºÿ×ÿ½ÿãÿÖÿñÿñÿ++3Y3YIŒIŒY“VŒT†QNyBj7\7\#C#C"-"- * *ýÿöÿýÿöÿÐÿ›ÿÐÿ›ÿ|ÿ"ÿ|ÿ"ÿÿƒþÿƒþ¼þáý¼þáýuþeýuþeýAþýAþý=þ(ý=þ(ý€þŠý€þŠýõþ;þõþ;þzÿÿzÿÿ  ‹î‹îó¤ó¤#Ñ#ÑÎÎÕTÕT]ˆ]ˆçÿÃÿçÿÃÿvÿ#ÿvÿ#ÿÿþÿþÿhþÿhþ(ÿ•þ(ÿ•þgÿÿgÿÿÌÿºÿÌÿºÿ>n>n™þ™þàoàoÅÅÃÃþ§þ§àgàg¤¤pÌpÌd—d—xÉxɦ¦èyèyããN1N1CC¾¾ž ž 7Y7YÂÿ’ÿÂÿ’ÿcÿòþcÿòþÿtþÿtþîþ5þîþ5þÿXþÿXþ2ÿ­þ2ÿ­þ}ÿ9ÿ}ÿ9ÿËÿÀÿËÿÀÿ . .>f>fFaFa++çÿÎÿçÿÎÿÿCÿÿCÿEÿÂþEÿÂþíþ+þíþ+þ©þ·ý©þ·ýwþaýwþaýtþeýtþeý§þÑý§þÑýõþOþõþOþHÿ¼þHÿ¼þŽÿ0ÿŽÿ0ÿÈÿ‘ÿÈÿ‘ÿØÿ®ÿØÿ®ÿÕÿ¶ÿÕÿ¶ÿÃÿÿÃÿÿ¥ÿ]ÿ¥ÿ]ÿ~ÿ(ÿ~ÿ(ÿ`ÿÿ`ÿÿZÿóþZÿóþwÿÿwÿÿ ÿ`ÿ ÿ`ÿâÿÉÿâÿÉÿ(?(?`­`­œœÊTÊTÜpÜp×a×a¿/¿/˜˜u×u×fÁfÁx¼x¼”õ”õ¨¨ÅMÅMÉ=É=© © |¾|¾ElEl''!>!>HH†÷†÷æyæyP1P1 ½ ½ºÛºÛ˜¨˜¨66¨4¨4!C!C¢ÿbÿ¢ÿbÿ<ÿ­þ<ÿ­þìþ5þìþ5þïþ&þïþ&þÿyþÿyþdÿöþdÿöþÑÿ¤ÿÑÿ¤ÿ*F*FÙÙÅMÅMÙVÙVÅ>Å>qÍqÍ*S*SïÿîÿïÿîÿÏÿ°ÿÏÿ°ÿÅÿ ÿÅÿ ÿÝÿÔÿÝÿÔÿþÿþÿ115Y5Y6X6X%%ÙÿºÿÙÿºÿ˜ÿ>ÿ˜ÿ>ÿTÿÜþTÿÜþÿþÿþÿhþÿhþÿ}þÿ}þ7ÿ´þ7ÿ´þTÿåþTÿåþnÿÿnÿÿ…ÿ8ÿ…ÿ8ÿ™ÿJÿ™ÿJÿŠÿ;ÿŠÿ;ÿ_ÿñþ_ÿñþ>ÿ¹þ>ÿ¹þÿnþÿnþéþ'þéþ'þèþ4þèþ4þ ÿkþ ÿkþ;ÿÀþ;ÿÀþ…ÿ:ÿ…ÿ:ÿÓÿ°ÿÓÿ°ÿ&/&/Èÿ˜ÿÈÿ˜ÿXÿèþXÿèþìþ)þìþ)þ˜þ•ý˜þ•ýYþ:ýYþ:ý\þPý\þPý•þ¢ý•þ¢ýÿfþÿfþ|ÿ1ÿ|ÿ1ÿþÿûÿþÿûÿgŸgŸªª½)½)©©vÀvÀ:b:bßÿµÿßÿµÿÎÿ¶ÿÎÿ¶ÿ;m;múúêŠêŠ$ø$øN9N9J$J$ÑÑÎSÎS”ç”çb‹b‹7N7N3[3[n°n°ÂJÂJ6õ6õÑÑÿSÿS¼ø¼ø^B^Bðzðz`…`…Óÿ»ÿÓÿ»ÿaÿùþaÿùþJÿÇþJÿÇþbÿÿbÿÿÌÿžÿÌÿžÿ=_=_—ú—úÝtÝtÑѶ¶Û]Û]ƒÛƒÛ??²ÿƒÿ²ÿƒÿ_ÿÛþ_ÿÛþÿ‡þÿ‡þ ÿhþ ÿhþÿuþÿuþ(ÿ¥þ(ÿ¥þ>ÿÑþ>ÿÑþRÿéþRÿéþdÿÿdÿÿeÿöþeÿöþhÿòþhÿòþlÿòþlÿòþqÿöþqÿöþwÿ-ÿwÿ-ÿ®ÿlÿ®ÿlÿëÿáÿëÿáÿ@@CŒCŒa·a·W—W—ÍÿµÿÍÿµÿ|ÿ/ÿ|ÿ/ÿÿ€þÿ€þÑþ÷ýÑþ÷ý¨þ±ý¨þ±ý¼þáý¼þáýÿpþÿpþlÿÿlÿÿüÿüÿ…Ë…Ëòò6 6 88ô™ô™’ ’ MMŸÿXÿŸÿXÿ9ÿ­þ9ÿ­þ ÿlþ ÿlþÿyþÿyþRÿÞþRÿÞþ†ÿ4ÿ†ÿ4ÿ²ÿ}ÿ²ÿ}ÿÖÿºÿÖÿºÿãÿÈÿãÿÈÿÎÿ¤ÿÎÿ¤ÿ­ÿhÿ­ÿhÿ“ÿIÿ“ÿIÿ¯ÿrÿ¯ÿrÿçÿÎÿçÿÎÿ$L$LuÑuÑÄYÄYñ’ñ’ázáz""‰ÿ&ÿ‰ÿ&ÿûþ\þûþ\þ›þ¾ý›þ¾ý‚þvý‚þvý³þØý³þØý?ÿ”þ?ÿ”þÑÿ¶ÿÑÿ¶ÿ|É|ÉÈÈppޡޡpypy¶¶‰ã‰ã  «ÿ]ÿ«ÿ]ÿlÿðþlÿðþ{ÿ"ÿ{ÿ"ÿœÿNÿœÿNÿÚÿÀÿÚÿÀÿ,?,?}Ã}üE¼Eü©ü©,ó,ó>>'ê'êÿ«ÿ«ÚqÚq¸,¸,‰ß‰ßPŒPŒ F Føÿüÿøÿüÿ×ÿ¿ÿ×ÿ¿ÿ¼ÿžÿ¼ÿžÿ·ÿ”ÿ·ÿ”ÿÄÿÿÄÿÿïÿåÿïÿåÿ>o>op¾p¾– – ÂEÂEÂ?Â?žž^ž^ž’ÿLÿ’ÿLÿ3ÿ¶þ3ÿ¶þéþ0þéþ0þ±þÊý±þÊýˆþýˆþýœþ¨ýœþ¨ý±þØý±þØý÷þKþ÷þKþDÿÃþDÿÃþ¥ÿ\ÿ¥ÿ\ÿ  R—R—ŸŸÛŠÛб±ØyØy”ú”ú66ŒÿGÿŒÿGÿéþ+þéþ+þXþ0ýXþ0ýèýoüèýoü¥ý ü¥ý üÇý3üÇý3üþ«üþ«üÂþÙýÂþÙýÿÿÿÿLL»»“©“©ÁÁ¦É¦É4 4 œøœøîÿÖÿîÿÖÿKÿÏþKÿÏþÉþþýÉþþýtþ\ýtþ\ýuþgýuþgý¡þ§ý¡þ§ýÿ\þÿ\þ~ÿÿ~ÿÿìÿÓÿìÿÓÿE†E†ŒŒ³0³0¿A¿A¥¥ûûwÊwÊcŸcŸAiAi$K$K11ìÿØÿìÿØÿÌÿ¢ÿÌÿ¢ÿ²ÿwÿ²ÿwÿžÿVÿžÿVÿŸÿ]ÿŸÿ]ÿÁÿ•ÿÁÿ•ÿÝÿÄÿÝÿÄÿ  3T3TXŽXŽtºtºˆÚˆÚ†Ð†Ð‚Ä‚Ä|Ç|ÇuÆuÆ®.®.ÆMÆMÆPÆP’í’í5X5X¸ÿ‰ÿ¸ÿ‰ÿCÿÉþCÿÉþÖþþÖþþ‚þ€ý‚þ€ýƒþrýƒþrýÂþÜýÂþÜý-ÿzþ-ÿzþÇÿ¨ÿÇÿ¨ÿ~Ö~ÖÈÈ¢±¢±òcòcûZûZšÊšÊD%D%Á6Á6:R:RËÿ—ÿËÿ—ÿqÿÿqÿÿÿÿÿÿŒÿJÿŒÿJÿøÿõÿøÿõÿO€O€” ” É{É{ðžðžì“é‰Óa¿;£‰æJmJmùÿõÿùÿõÿ 59`Nd£tÄ…ç…çúú^¥^¥Žÿ>ÿŽÿ>ÿÿjþÿjþ²þÄý²þÄýHþýHþýþ¤üþ¤ü þ¦ü þ¨üþÇü5þæüYþ-ý~þtýßþþßþþRÿÙþRÿÙþ²ÿtÿ²ÿtÿáÿÄÿÛÿ¼ÿ×ÿµÿÂÿ•ÿ¯ÿwÿ†ÿ2ÿ_ÿîþ_ÿîþÿhþÿhþ³þ¼ý³þ¼ý\þ%ý\þ%ýþÆüþÆüþÅüþÅüFþ ýFþ ýžþ¢ýžþ¢ýûþAþûþAþZÿáþZÿáþ©ÿgÿ©ÿgÿêÿèÿêÿèÿ119[9[=[=[/9/9  úÿçÿúÿçÿæÿÉÿæÿÉÿÖÿÁÿÖÿÁÿùÿûÿùÿûÿ5c5ctÆtƵCµCö³ö³66e_e_u€u€lplp_Y_Y>,>,þþ//8)8)JEJESRSRUSUSQ:Q:(ì(ì´´ïŸïŸû§û§ÖÖ,,>1>1GLGLYXYX22í¢í¢ææ'.'.­ÿÿ­ÿÿKÿÝþKÿÝþÿþÿþ ÿ\þ ÿ\þ!ÿtþ!ÿtþEÿ½þEÿ½þuÿÿuÿÿžÿnÿžÿnÿÐÿ²ÿÐÿ²ÿùÿêÿùÿêÿúÿçÿúÿçÿÊÿ”ÿÊÿ”ÿ“ÿ9ÿ“ÿ9ÿHÿÆþHÿÆþ ÿZþ ÿZþàþþàþþÏþíýÏþíýÕþÿýÕþÿýîþ%þîþ%þÿ[þÿ[þÿþÿþCÿ»þCÿ»þdÿåþdÿåþqÿûþqÿûþmÿÿmÿÿlÿøþlÿøþmÿõþmÿõþpÿÿpÿÿ„ÿ'ÿ„ÿ'ÿ–ÿUÿ–ÿUÿ¦ÿ}ÿ¦ÿ}ÿ´ÿÿ´ÿÿ°ÿrÿ°ÿrÿžÿIÿžÿIÿ€ÿ*ÿ€ÿ*ÿiÿôþiÿôþXÿÌþXÿÌþ<ÿ°þ<ÿ°þ8ÿžþ8ÿžþGÿÔþGÿÔþ†ÿ*ÿ†ÿ*ÿÛÿ·ÿÛÿ·ÿ0R0R””»»WKWKvvvvYCYCü¸ü¸†ò†òñÿÚÿñÿÚÿXÿ÷þXÿ÷þÞþþÞþþþ^ýþ^ýgþGýgþGý™þyý™þyýÚþþÚþþhÿôþhÿôþÝÿÊÿÝÿÊÿTTƒé³CàˆÏ!ë5 ßß؃؃ŠðŠð(éÿÖÿ»ÿ„ÿÿ/ÿ`ÿÚþ<ÿ—þÿTþÿTþÿ=þÿ=þÿcþÿcþSÿÊþSÿÊþªÿ[ÿªÿ[ÿi°i°»7»7úŸúŸ Í Í»»ö•ö•ÙoÙo¾:¾:¥ ¥ ™Žþ‹÷‰ð…è‚àzßzßÚÚ„Ò„ÒtÈlÂe¼mÅwÏ„ì“ “ ÇgÇgî¬î¬Ìí'78 :&ççö™ö™§ § T‰1J òÿÙÿÖÿ¦ÿ¿ÿ}ÿ¨ÿTÿ¨ÿTÿ„ÿ4ÿ„ÿ4ÿˆÿ=ÿˆÿ=ÿÿWÿÿWÿ¯ÿnÿ¯ÿnÿ¾ÿ’ÿ¾ÿ’ÿËÿ°ÿËÿ°ÿÖÿ¹ÿÖÿ¹ÿßÿ±ÿßÿ±ÿÆÿ›ÿÆÿ›ÿ²ÿŠÿ²ÿŠÿ²ÿ~ÿ²ÿ~ÿ³ÿfÿ³ÿfÿ¥ÿTÿ¥ÿTÿ›ÿHÿ›ÿHÿtÿÿtÿÿFÿ¸þFÿ¸þÿdþÿdþÝþöýÝþöý¥þ”ý¥þ”ý|þNý|þNý`þý`þý_þ4ý_þ4ý¤þý¤þýôþþôþþJÿ¹þJÿ¹þ’ÿLÿ’ÿLÿÞÿÆÿÞÿÆÿ**#>#>  óÿòÿóÿòÿÊÿ”ÿÊÿ”ÿ‰ÿ6ÿ‰ÿ6ÿVÿØþVÿØþ/ÿšþ/ÿšþ2ÿœþ2ÿœþWÿ×þWÿ×þ‡ÿ4ÿ‡ÿ4ÿ¿ÿ‘ÿ¿ÿ‘ÿýÿþÿýÿþÿ?k?ksØsØ››¹2¹2»@¾O¾M¿L½J¼I¶6¶6®#®#¤0¤0¹=¿CÇJÂP¿W¹MµDµDª!ª!ŽþŽþÜu»a™Nx=^-E!2!2<< Y!W"V"L#C"9#0#0  óÿÚÿóÿÚÿÚÿ§ÿÚÿ§ÿÆÿtÿÆÿtÿ¶ÿaÿ¶ÿaÿªÿNÿªÿNÿ¡ÿ;ÿ¡ÿ;ÿ›ÿHÿ›ÿHÿ§ÿeÿ§ÿeÿ²ÿ‚ÿ²ÿ‚ÿ¼ÿÿ¼ÿÿÕÿ¬ÿÕÿ¬ÿéÿÙÿéÿÙÿùÿùÿÿÿ# ! ÷ÿíÿâÿºÿâÿºÿÁÿ‡ÿÁÿ‡ÿ—ÿ4ÿ—ÿ4ÿfÿáþ[ÿÏþPÿ¾þPÿÌþPÿÛþaÿòþrÿ ÿrÿ ÿ¯ÿnÿ¯ÿnÿñÿñÿñÿñÿ26tY­}ç  ÄZêêååÍjÍjÍjÍjÍjÍjÍjd¨üÿçÿüÿçÿåÿÑÿåÿÑÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿâÿ»ÿ,MŸMŸcÑcÑsÃsÃ^¢T‘KBp:`2O+?+?,,;;JJ))ýÿøÿýÿøÿãÿ·ÿãÿ·ÿ®ÿfÿ®ÿfÿ„ÿÿ„ÿÿcÿÔþcÿÔþJÿÃþJÿÃþHÿÂþHÿÂþYÿÑþYÿÑþyÿÿyÿÿ¥ÿ_ÿ¥ÿ_ÿÊÿ®ÿÊÿ®ÿèÿýÿèÿýÿ,,0K0K9Z9Z?Y?Y2X2X&W&WVV55óÿóÿÙÿÂÿÙÿÂÿ¹ÿ‘ÿ¹ÿ‘ÿ ÿ`ÿ ÿ`ÿÿ?ÿÿ?ÿÿ.ÿÿ.ÿ¢ÿ]ÿ¢ÿ]ÿÂÿŒÿÂÿŒÿìÿîÿìÿîÿPPV¢V¢‚ä‚ä“ö“öŽøŽøgºgº5i5i  Øÿ¥ÿØÿ¥ÿŸÿCÿŸÿCÿ‚ÿ!ÿ‚ÿ!ÿ|ÿ%ÿ|ÿ%ÿ™ÿKÿ™ÿKÿÂÿ‘ÿÂÿ‘ÿäÿ×ÿäÿ×ÿ33'9'9ôÿõÿôÿõÿÚÿ«ÿÚÿ«ÿ¥ÿaÿ¥ÿaÿ{ÿ'ÿ{ÿ'ÿzÿÿzÿÿ‹ÿ3ÿ‹ÿ3ÿªÿyÿªÿyÿÔÿ¿ÿÔÿ¿ÿöÿöÿ!K!KCaCa=g=g'='=óÿóÿ×ÿ©ÿ×ÿ©ÿ³ÿoÿ³ÿoÿ–ÿUÿ–ÿUÿ ÿKÿ ÿKÿ©ÿqÿ©ÿqÿÑÿ·ÿÑÿ·ÿ  9c9cd¹d¹……55®+®+™™u·u·EmEm##úÿéÿúÿéÿîÿßÿîÿßÿäÿåÿäÿåÿ  ,a,aU§U§„í„í¨¨¢¢ŠÿŠÿtÕtÕP‹P‹1A1A÷ÿ÷ÿäÿÍÿäÿÍÿØÿ³ÿØÿ³ÿÞÿÉÿÞÿÉÿãÿßÿãÿßÿ÷ÿõÿ÷ÿõÿ  !!    óÿóÿìÿÉÿìÿÉÿÛÿŸÿÛÿŸÿ½ÿuÿ½ÿuÿ¥ÿKÿ¥ÿKÿ’ÿAÿ’ÿAÿ”ÿGÿ”ÿGÿ§ÿmÿ§ÿmÿ·ÿ“ÿ·ÿ“ÿÅÿ™ÿÅÿ™ÿÑÿŸÿÑÿŸÿËÿ•ÿËÿ•ÿÆÿ‹ÿÆÿ‹ÿÂÿÿÂÿÿ¿ÿ—ÿ¿ÿ—ÿÝÿ½ÿÝÿ½ÿõÿóÿõÿóÿ99DDfÅfÅ€û€û“ñ“ñ€ç€ç^ª^ª@m@m&0&0óÿóÿáÿÆÿáÿÆÿØÿ¹ÿØÿ¹ÿáÿÌÿáÿÌÿøÿÿÿøÿÿÿ*R*RQ¥Q¥øø¢;¢;»N»N¼A¼A™™zÇzÇNzNzíÿðÿíÿðÿÙÿÃÿÙÿÃÿÙÿÆÿÙÿÆÿÙÿÉÿÙÿÉÿÙÿ¼ÿÙÿ¼ÿÙÿ¯ÿÙÿ¯ÿÉÿ¢ÿÉÿ¢ÿ¬ÿeÿ¬ÿeÿ•ÿ(ÿ•ÿ(ÿsÿëþsÿëþYÿÞþYÿÞþVÿÑþVÿÑþfÿäþfÿäþuÿÿuÿÿƒÿ*ÿƒÿ*ÿÿ=ÿÿ=ÿœÿ@ÿœÿ@ÿ‡ÿ3ÿ‡ÿ3ÿwÿöþwÿöþLÿ¹þLÿ¹þ+ÿlþ+ÿlþÿ/þÿ/þæþþæþþòþþòþþÿNþÿNþJÿ©þJÿ©þ|ÿ$ÿ|ÿ$ÿ¶ÿŸÿ¶ÿŸÿöÿúÿöÿúÿ%%&@&@++åÿÑÿåÿÑÿÈÿ¬ÿÈÿ¬ÿÁÿ—ÿÁÿ—ÿÜÿ²ÿÜÿ²ÿòÿýÿòÿýÿHHO“O“}î}î°I°IÖtÖtñŸñŸÊÊ å åððûû))/'/'/2/2*-*-!!ããæžæž¼Y¼Y––tßtßfÊfÊiÅiÅyàyà„û„ûŠŠœ!œ!˜˜‚ׂ×NN´ÿ{ÿ´ÿ{ÿeÿáþeÿáþÿGþÿGþÛþíýÛþíý¾þ¹ý¾þ¹ý»þ¸ý»þ¸ýÍþ×ýÍþ×ýðþþðþþ ÿeþ ÿeþJÿ´þJÿ´þnÿÿnÿÿ}ÿÿ}ÿÿ{ÿÿ{ÿÿkÿ×þkÿ×þ@ÿ þ@ÿ þÿYþÿYþÜþòýÜþòý¶þ›ý¶þ›ýœþtýœþtýŒþ]ýŒþ]ý”þfý”þfý°þ¯ý°þ¯ýÜþøýÜþøýÿRþÿRþEÿ¼þEÿ¼þÿ&ÿÿ&ÿ¼ÿÿ¼ÿÿáÿÊÿáÿÊÿÿÿôÿÿÿôÿþÿþÿ  ÷ÿüÿ÷ÿüÿïÿöÿïÿöÿ::;t;tc®c®èè—"—"¦L¦L¿f¿fÐpÐpÚzÚzÞ„Þ„ÝŽÝŽè¨è¨í²í²í¬í¬é¦é¦â â ØzØz¬4¬4…î…îc¨c¨E‚E‚;l;l1f1f(`(` J J44  öÿâÿöÿâÿäÿ¼ÿäÿ¼ÿÕÿ¶ÿÕÿ¶ÿÙÿ°ÿÙÿ°ÿìÿÚÿìÿÚÿûÿûÿ÷ÿòÿ÷ÿòÿÒÿ¬ÿÒÿ¬ÿ¤ÿFÿ¤ÿFÿ`ÿÐþ`ÿÐþÿZþÿZþæþþæþþÏþîýÏþîýáþþýáþþýÿcþÿcþQÿÈþQÿÈþ¥ÿ]ÿ¥ÿ]ÿêÿòÿêÿòÿ"?"?NŒNŒP‘P‘PP.M.M  ÜÿÅÿÜÿÅÿÎÿ¡ÿÎÿ¡ÿÓÿ­ÿÓÿ­ÿ×ÿ¹ÿ×ÿ¹ÿêÿåÿêÿåÿ11>}>}[¹[¹õõ!!¡¡¡¡ŽõŽõ|Ñ|Ñk­k­[™[™L…L…>q>qAmAmByByA…A…?q?q<]<](9(9ìÿñÿìÿñÿÖÿÍÿÖÿÍÿÔÿ¹ÿÔÿ¹ÿÓÿµÿÓÿµÿÒÿ±ÿÒÿ±ÿÑÿ½ÿÑÿ½ÿàÿÉÿàÿÉÿÜÿµÿÜÿµÿÉÿ‘ÿÉÿ‘ÿºÿmÿºÿmÿ®ÿIÿ®ÿIÿ•ÿ5ÿ•ÿ5ÿ‚ÿ!ÿ‚ÿ!ÿtÿ ÿtÿ ÿjÿùþjÿùþdÿõþdÿõþaÿñþaÿñþqÿýþqÿýþ€ÿÿ€ÿÿŽÿ5ÿŽÿ5ÿ›ÿaÿ›ÿaÿ·ÿÿ·ÿÿÎÿ©ÿÎÿ©ÿáÿÅÿáÿÅÿàÿÁÿàÿÁÿßÿ½ÿßÿ½ÿÎÿ©ÿÎÿ©ÿÀÿ…ÿÀÿ…ÿµÿaÿµÿaÿ­ÿMÿ­ÿMÿ—ÿ9ÿ—ÿ9ÿ–ÿEÿ–ÿEÿ¦ÿqÿ¦ÿqÿÔÿ½ÿÔÿ½ÿ 5u5ugágᎎ«9«9¯5¯5ŸŸÝÝS‰S‰-5-5     EE>q>qW­W­yéyé’’””“ý“ýééyÕyÕeÁeÁS­S­S™S™Q¥Q¥^±^±WWOyOy7U7U!!óÿíÿóÿíÿÚÿ¹ÿÚÿ¹ÿÆÿ•ÿÆÿ•ÿ¶ÿÿ¶ÿÿºÿÿºÿÿ¾ÿ™ÿ¾ÿ™ÿÂÿ¥ÿÂÿ¥ÿÖÿÁÿÖÿÁÿæÿÝÿæÿÝÿóÿùÿóÿùÿýÿýÿ ÿÿ ÿÿ õÿõÿõÿõÿíÿáÿíÿáÿæÿÍÿæÿÍÿàÿ¹ÿàÿ¹ÿÛÿ¥ÿÛÿ¥ÿÇÿ‘ÿÇÿ‘ÿ·ÿmÿ·ÿmÿ«ÿIÿ«ÿIÿ¢ÿ5ÿ¢ÿ5ÿœÿ!ÿœÿ!ÿ˜ÿMÿ˜ÿMÿ¦ÿyÿ¦ÿyÿÒÿ¥ÿÒÿ¥ÿöÿñÿöÿñÿ==*i*i<u<u9a9a%M%M  éÿÅÿéÿÅÿÃÿÿÃÿÿ¥ÿ]ÿ¥ÿ]ÿžÿIÿžÿIÿ©ÿeÿ©ÿeÿ³ÿÿ³ÿÿÜÿ½ÿÜÿ½ÿýÿùÿýÿùÿ55+a+a:}:}EyEy<u<u#A#A  üÿÙÿüÿÙÿÝÿµÿÝÿµÿÔÿ¡ÿÔÿ¡ÿÍÿ­ÿÍÿ­ÿØÿ¹ÿØÿ¹ÿáÿÕÿáÿÕÿøÿñÿøÿñÿ íÿíÿðÿÉÿðÿÉÿáÿµÿáÿµÿÕÿ±ÿÕÿ±ÿËÿ­ÿËÿ­ÿÓÿ¹ÿÓÿ¹ÿÚÿÅÿÚÿÅÿàÿÑÿàÿÑÿåÿÝÿåÿÝÿéÿéÿéÿéÿìÿõÿìÿõÿîÿñÿîÿñÿïÿíÿïÿíÿ  !!  ÿÿõÿÿÿõÿùÿñÿùÿñÿôÿýÿôÿýÿ  !!==IIEEAA==II(U(U2Q2Q9M9M=I=I?U?U?a?a>}>}<‰<‰9u9u5a5a0M0M+I+I&E&E!1!1 úÿùÿúÿùÿëÿåÿëÿåÿïÿñÿïÿñÿòÿýÿòÿýÿôÿ ôÿ õÿõÿõÿñÿõÿñÿõÿÝÿõÿÝÿõÿéÿõÿéÿõÿõÿ)) 5 5$A$A--  ÷ÿáÿ÷ÿáÿßÿ­ÿßÿ­ÿÌÿ™ÿÌÿ™ÿ½ÿ…ÿ½ÿ…ÿ±ÿÿ±ÿÿ¸ÿÿ¸ÿÿÎÿ©ÿÎÿ©ÿàÿÅÿàÿÅÿïÿñÿïÿñÿ - -!I!I2U2U/a/a+M+M'9'9ñÿñÿôÿÍÿôÿÍÿèÿÙÿèÿÙÿîÿåÿîÿåÿóÿáÿóÿáÿ÷ÿÝÿ÷ÿÝÿúÿÙÿúÿÙÿüÿåÿüÿåÿýÿñÿýÿñÿýÿíÿýÿíÿíÿÉÿíÿÉÿàÿ¥ÿàÿ¥ÿÕÿ‘ÿÕÿ‘ÿÌÿÿÌÿÿÅÿ‰ÿÅÿ‰ÿÀÿ…ÿÀÿ…ÿ¼ÿÿ¼ÿÿ¹ÿ}ÿ¹ÿ}ÿ·ÿ‰ÿ·ÿ‰ÿ¶ÿ•ÿ¶ÿ•ÿÆÿ¡ÿÆÿ¡ÿÃÿÿÃÿÿÁÿyÿÁÿyÿÀÿeÿÀÿeÿÀÿaÿÀÿaÿÁÿmÿÁÿmÿÂÿyÿÂÿyÿÃÿ…ÿÃÿ…ÿÄÿ‘ÿÄÿ‘ÿÅÿ­ÿÅÿ­ÿÖÿÉÿÖÿÉÿäÿÕÿäÿÕÿïÿáÿïÿáÿøÿÝÿøÿÝÿïÿÙÿïÿÙÿçÿÕÿçÿÕÿàÿÑÿàÿÑÿêÿÝÿêÿÝÿòÿéÿòÿéÿAA&]&]?y?yR•R•`±`±iÍiÍnÉnÉpÅpÅoÁoÁlÍlÍgÙgÙqåqåwáwázÝzÝzÙzÙxÕxÕtátánínígÙgÙ_µ_µW‘W‘OmOm7Y7Y"E"E Q Q-]-]6Y6Y<U<U/Q/Q#M#Mþÿåÿþÿåÿèÿ±ÿèÿ±ÿÆÿ}ÿÆÿ}ÿ«ÿIÿ«ÿIÿ†ÿÿ†ÿÿyÿÿyÿÿpÿýþpÿýþzÿ ÿzÿ ÿ„ÿ%ÿ„ÿ%ÿŽÿAÿŽÿAÿ§ÿ]ÿ§ÿ]ÿ¼ÿyÿ¼ÿyÿ¾ÿ…ÿ¾ÿ…ÿÀÿÿÀÿÿ²ÿmÿ²ÿmÿ§ÿYÿ§ÿYÿŸÿEÿŸÿEÿŠÿ1ÿŠÿ1ÿzÿÿzÿÿÿ ÿÿ ÿ…ÿÿ…ÿÿ‹ÿ!ÿ‹ÿ!ÿ¡ÿMÿ¡ÿMÿ´ÿyÿ´ÿyÿÄÿ•ÿÄÿ•ÿÑÿ±ÿÑÿ±ÿÜÿÍÿÜÿÍÿõÿùÿõÿùÿ % %AA%]%].i.i4u4uHHWWa©a©gµgµZ±Z±NNC‰C‰9u9u/a/a&M&M.I.I3U3U6a6a7}7}V™V™mµmµmÑmÑk½k½W©W©E…E…5a5a--þÿùÿþÿùÿéÿÕÿéÿÕÿèÿÑÿèÿÑÿçÿÍÿçÿÍÿæÿÙÿæÿÙÿåÿåÿåÿåÿäÿáÿäÿáÿãÿÍÿãÿÍÿÒÿ©ÿÒÿ©ÿÄÿ…ÿÄÿ…ÿ¹ÿÿ¹ÿÿÁÿÿÁÿÿÈÿ™ÿÈÿ™ÿÎÿ¥ÿÎÿ¥ÿÓÿ±ÿÓÿ±ÿ×ÿÍÿ×ÿÍÿêÿéÿêÿéÿéÿÕÿéÿÕÿèÿÁÿèÿÁÿ×ÿ­ÿ×ÿ­ÿÉÿ™ÿÉÿ™ÿ¾ÿuÿ¾ÿuÿ¶ÿaÿ¶ÿaÿ°ÿ]ÿ°ÿ]ÿ¬ÿyÿ¬ÿyÿÊÿ•ÿÊÿ•ÿãÿ±ÿãÿ±ÿ÷ÿÝÿ÷ÿÝÿ  %%AA"-"-  øÿýÿøÿýÿðÿùÿðÿùÿùÿõÿùÿõÿñÿñÿýÿýÿ  % %AA(M(M1Y1Y7e7e;q;q=m=m=i=i,U,UAA--))%%  þÿýÿþÿýÿôÿéÿôÿéÿüÿõÿüÿõÿ    ! !==99%% ýÿ ýÿøÿéÿøÿéÿçÿÕÿçÿÕÿÙÿÁÿÙÿÁÿÎÿ­ÿÎÿ­ÿÅÿ™ÿÅÿ™ÿÎÿ¥ÿÎÿ¥ÿÖÿ±ÿÖÿ±ÿÝÿ½ÿÝÿ½ÿãÿÙÿãÿÙÿøÿõÿøÿõÿ ! !== Y Y'e'e<q<q<m<m;Y;Y)E)E!! ýÿ ýÿÿÿÙÿÿÿÙÿåÿÅÿåÿÅÿÐÿ±ÿÐÿ±ÿßÿÍÿßÿÍÿëÿéÿëÿéÿõÿõÿ11=]=]V‰V‰X¥X¥X¡X¡FF6i6i(E(E  õÿÝÿõÿÝÿâÿ©ÿâÿ©ÿÓÿ¥ÿÓÿ¥ÿÇÿ¡ÿÇÿ¡ÿÞÿ½ÿÞÿ½ÿñÿÙÿñÿÙÿõÿõÿüÿüÿøÿýÿøÿýÿôÿùÿôÿùÿðÿåÿðÿåÿíÿÑÿíÿÑÿêÿ½ÿêÿ½ÿçÿ¹ÿçÿ¹ÿäÿµÿäÿµÿÒÿ±ÿÒÿ±ÿÄÿ­ÿÄÿ­ÿÉÿ©ÿÉÿ©ÿÍÿ¥ÿÍÿ¥ÿÑÿ‘ÿÑÿ‘ÿÄÿ}ÿÄÿ}ÿºÿiÿºÿiÿ²ÿeÿ²ÿeÿ¬ÿaÿ¬ÿaÿ¨ÿ]ÿ¨ÿ]ÿ¦ÿYÿ¦ÿYÿµÿeÿµÿeÿÂÿ‘ÿÂÿ‘ÿÍÿ½ÿÍÿ½ÿæÿéÿæÿéÿúÿõÿúÿõÿ      þÿþÿúÿúÿ  %%11==IIEEAA==99&U&U/q/qEEU©U©`Å`ÅgágákÝkÝlÙlÙkÅkÅX±X±GG8i8i*E*EAA==995511==IIUUAA--  óÿåÿóÿåÿæÿÁÿæÿÁÿÛÿ­ÿÛÿ­ÿÒÿ™ÿÒÿ™ÿËÿ•ÿËÿ•ÿÆÿ¡ÿÆÿ¡ÿÒÿ­ÿÒÿ­ÿÜÿ¹ÿÜÿ¹ÿäÿµÿäÿµÿÚÿ±ÿÚÿ±ÿÒÿ­ÿÒÿ­ÿÌÿ™ÿÌÿ™ÿÇÿ…ÿÇÿ…ÿÃÿqÿÃÿqÿÀÿmÿÀÿmÿ¾ÿiÿ¾ÿiÿ­ÿeÿ­ÿeÿ ÿaÿ ÿaÿ¦ÿmÿ¦ÿmÿ¼ÿyÿ¼ÿyÿÎÿ…ÿÎÿ…ÿÝÿ¡ÿÝÿ¡ÿÙÿ­ÿÙÿ­ÿÖÿ¹ÿÖÿ¹ÿÔÿµÿÔÿµÿÓÿÁÿÓÿÁÿâÿÍÿâÿÍÿîÿÙÿîÿÙÿøÿåÿøÿåÿðÿáÿðÿáÿéÿÝÿéÿÝÿãÿÙÿãÿÙÿîÿåÿîÿåÿ÷ÿñÿ÷ÿñÿþÿíÿþÿíÿéÿéÿõÿõÿ   - -99*E*E#A#A==99EE$Q$Q(M(M*I*I*E*E)Q)Q'M'M$I$I!E!EAA==))%%!!-- 9 9 5 5!!  ýÿýÿ  ))%%!!  ))55íÿíÿëÿÉÿëÿÉÿãÿÅÿãÿÅÿÜÿÁÿÜÿÁÿÖÿ½ÿÖÿ½ÿÑÿ¹ÿÑÿ¹ÿÍÿµÿÍÿµÿÚÿÁÿÚÿÁÿåÿÍÿåÿÍÿîÿéÿîÿéÿõÿõÿúÿúÿþÿ þÿ   ñÿñÿïÿÞÿïÿÞÿëÿØÿëÿØÿìÿàÿìÿàÿíÿàÿíÿàÿîÿàÿîÿàÿïÿðÿïÿðÿðÿðÿðÿðÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿñÿCUEX0ÿÿÿj!ÿÿÿj!–!á!,ª.DAOXjj 0 Ä@ uP 0 uP&`8ÀCDTX€Join us now KC€ we have the ä€software£ Richard Stalc lmancK¦”ð êBSINFMTYPEND!NER58Àlibcdio-2.0.0/test/testassert.c0000644000175000017500000000170411727007454013374 00000000000000/* Copyright (C) 2001, 2008 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif /* Private headers */ #include "cdio_assert.h" int main (int argc, const char *argv[]) { cdio_assert (argc < 2); cdio_assert_not_reached (); return 0; } libcdio-2.0.0/test/check_opts6.right0000644000175000017500000000127611733650013014272 00000000000000__________________________________ Disc mode is listed as: CD-DATA (Mode 1) CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : libcdio-2.0.0/test/check_iso_read.sh.in0000775000175000017500000001630312251233742014712 00000000000000#!/bin/sh # # check_iso_read.sh # # Author: Leo Baschy # Some small adaptions made to make it work in libcdio's test suite by # rocky. # # takes zero, one, or two optional parameters in any order # # ONE optional parameter: # an integer number for approximate size of .iso file in megabytes, # default is 1, for 1 megabyte, # to test approximately 5 gigabytes pass 5000 # # OTHER optional parameter: # the iso-read command you want to test, # default is iso-read, # has to be named iso-read to be recognized, # could be for example src/iso-read # # Set environment variable VERBOSE=1 for more verbose output RM='@RM@' VERBOSE=${VERBOSE:-0} # Run $@ capturing output. Show output on an error or if VERBOSE is # set. run_cmd() { output=`$@ 2>&1` if [ $? -ne 0 -o $VERBOSE -ne 0 ]; then echo >&2 -- $output fi } # Remove file $1 if that file exists rm_if_exists() { file=$1 [ -f $file ] && $RM $file } # Remove driectory $1 if that directory exists rmdir_if_exists() { dir=$1 [ -d $dir ] && $RM -r $dir } cleanup() { for i in 0 1 2 3 4 5 6 7 8 9 ; do rm_if_exists 1Mfile${i}s-read.txt done for file in exampleIso1M.iso exampleIso1M.iso.tar.gz; do rm_if_exists $file done rmdir_if_exists exampleIso1M.iso.prep } # in $1 or $2 accept integer number as total .iso size in megabytes case "$1" in [0-9]* ) size="$1" ;; *) case "$2" in [0-9]* ) size="$2" ;; *) size="1" ;; # default esac ;; esac # in $1 or $2 accept a different location for iso-read, # e.g. ~/libcdio/src/iso-read case "$1" in iso-read ) ISO_READ="$1" ;; *) case "$2" in iso-read ) ISO_READ="$2" ;; *) ISO_READ="../src/iso-read" ;; esac ;; esac if [ ! -x ${ISO_READ} ]; then echo "-- $0: No ${ISO_READ}. Skipping." exit 77 fi echo "-- Going to use ${ISO_READ}." echo "-- " `$ISO_READ --version` # pick for your system, # on a Mac mkisofs, otherwise people use newer genisoimage isomakingcommand="@ISO_MAKING_COMMAND@" if [ -z "$isomakingcommand" ] then echo "-- $0: Neither mkisofs nor genisoimage found. Skipping." exit 77 fi echo "-- Working with a $size megabyte large .iso file in $datadir ." isoname="exampleIso"$size"M.iso" prepdir="prep" if [ ! -f "$isoname" ] then echo "-- Going to use " `which "$isomakingcommand"` " to prepare $isoname in $isoname.$prepdir ." mkdir "$isoname.$prepdir" mkdir "$isoname.$prepdir"/mixed # a large file with many of the same characters that will compress well run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\060' > "$isoname.$prepdir/mixed/file0l.txt" # a small file we will want to iso-read echo "content of short text file #0 we are looking for" > "$isoname.$prepdir/mixed/file0s.txt" # a few times over now run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\061' > "$isoname.$prepdir/mixed/file1l.txt" echo "content of short text file #1 we are looking for" > "$isoname.$prepdir/mixed/fileOneSmall.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\062' > "$isoname.$prepdir/mixed/file2l.txt" echo "content of short text file #2 we are looking for" > "$isoname.$prepdir/mixed/file2small.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\063' > "$isoname.$prepdir/mixed/file3l.txt" echo "content of short text file #3 we are looking for" > "$isoname.$prepdir/mixed/file3ThreeSmall.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\064' > "$isoname.$prepdir/mixed/file4l.txt" echo "content of short text file #4 we are looking for" > "$isoname.$prepdir/mixed/fileFourS.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\065' > "$isoname.$prepdir/mixed/file5l.txt" echo "content of short text file #5 we are looking for" > "$isoname.$prepdir/mixed/file5small.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\066' > "$isoname.$prepdir/mixed/file6l.txt" echo "content of short text file #6 we are looking for" > "$isoname.$prepdir/mixed/file6s.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\067' > "$isoname.$prepdir/mixed/file7l.txt" echo "content of short text file #7 we are looking for" > "$isoname.$prepdir/mixed/fileSevenSmall.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\068' > "$isoname.$prepdir/mixed/file8l.txt" echo "content of short text file #8 we are looking for" > "$isoname.$prepdir/mixed/file8s.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\069' > "$isoname.$prepdir/mixed/file9l.txt" echo "content of short text file #9 we are looking for" > "$isoname.$prepdir/mixed/file9s.txt" # a potentially huge .iso file, whatever you wrote above run_cmd "$isomakingcommand" -r -J -T -f -V "EXAMPLEISO"$size"M" -o "$isoname" "$isoname.$prepdir" # if you want to archive a test file, this compressed one is much smaller, # seen 4KB instead of 1MB, seen 5MB instead of 5GB v_opt='' [ $VERBOSE -ne 0 ] && v_opt='-v' tar $v_opt -cf "$isoname.tar" "$isoname" gzip $v_opt -9 "$isoname.tar" else echo "-- Using existing $isoname ." fi # remind of disk space use # ls -al # du -h . echo " -- ---------------------------------------- -- Size $size megabyte .iso file read back: -- ---------------------------------------- " for i in 0 1 2 3 4 5 6 7 8 9 do echo "didn't read file #$i" > $size"Mfile"$i"s-read.txt" done # "$ISO_READ" -i "$isoname" -e "mixed/file0s.txt" -o $size"Mfile0s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/fileOneSmall.txt" -o $size"Mfile1s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file2small.txt" -o $size"Mfile2s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file3ThreeSmall.txt" -o $size"Mfile3s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/fileFourS.txt" -o $size"Mfile4s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file5small.txt" -o $size"Mfile5s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file6s.txt" -o $size"Mfile6s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/fileSevenSmall.txt" -o $size"Mfile7s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file8s.txt" -o $size"Mfile8s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file9s.txt" -o $size"Mfile9s-read.txt" # anybad=0 for i in 0 1 2 3 4 5 6 7 8 9 do readback=`cat $size"Mfile"$i"s-read.txt"` if [ "$readback" = "content of short text file #$i we are looking for" ] then echo "-- file #$i read back OK: $readback" else anybad=1 echo "file #$i read DEFECT : $readback" fi done cleanup if [ $anybad -eq 0 ] then echo "-- $0: Overall success of $0 :)" else echo "$0: Overall FAILURE of $0 :(" fi exit $anybad # if it worked correctly you should see the lines we wrote into the short files: # # content of short text file #i we are looking for # # IF however defect https://savannah.gnu.org/bugs/?39373 is still # in effect you might see lines such as: # 111111111111111111111111111111111111 # # furthermore, IF however defect https://savannah.gnu.org/bugs/?39354 is still # in effect you might see lines such as: # # iso-read: Could not get ISO-9660 file information out of $isoname for file mixed/file2small.txt. # iso-read: iso-info may be able to show the contents of $isoname. libcdio-2.0.0/test/copying-rr.right0000644000175000017500000000212711642541561014155 00000000000000__________________________________ ISO-9660 Information /: dr-xr-xr-x 4 0 0 [LSN 23] 2048 Oct 22 2004 02:21:14 . dr-xr-xr-x 2 0 0 [LSN 23] 2048 Oct 22 2004 02:21:14 .. dr-xr-xr-x 2 0 0 [LSN 24] 2048 Mar 05 2005 16:12:25 copy lr-xr-xr-x 1 0 0 [LSN 27] 7 Mar 05 2005 15:26:00 Copy2 -> COPYING -r--r--r-- 1 0 0 [LSN 27] 17992 Mar 05 2005 15:25:51 COPYING br--r--r-- 1 0 0 [LSN 36] 0 Mar 05 2005 15:32:05 fd0 dr-xr-xr-x 2 0 0 [LSN 25] 2048 Mar 05 2005 16:12:25 tmp cr--r--r-- 1 0 0 [LSN 36] 0 Mar 05 2005 15:31:42 zero /copy/: dr-xr-xr-x 2 0 0 [LSN 24] 2048 Mar 05 2005 16:12:25 . dr-xr-xr-x 4 0 0 [LSN 23] 2048 Mar 05 2005 16:12:25 .. lr-xr-xr-x 1 0 0 [LSN 36] 10 Mar 05 2005 15:27:05 COPYING -> ../COPYING /tmp/: dr-xr-xr-x 2 0 0 [LSN 25] 2048 Mar 05 2005 16:12:25 . dr-xr-xr-x 4 0 0 [LSN 23] 2048 Mar 05 2005 16:12:25 .. lr-xr-xr-x 1 0 0 [LSN 36] 18 Mar 05 2005 15:51:05 COPYING -> ../copying/COPYING libcdio-2.0.0/test/cdda.right0000664000175000017500000000114712042113402012742 00000000000000__________________________________ Disc mode is listed as: CD-DA CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? Channels Premphasis? 1: 00:02:00 000000 audio false yes 2 no 170: 00:06:02 000302 leadout (693 KB raw, 693 KB formatted) Media Catalog Number (MCN): 0000010271955 Last CD Session LSN: not supported by drive/driver audio status: not implemented __________________________________ CD Analysis Report Language 0 'English': CD-TEXT for Disc: TITLE: Join us now we have the software PERFORMER: Richard Stallman CD-TEXT for Track 1: TITLE: Soft PERFORMER: Richard S libcdio-2.0.0/test/check_opts0.right0000644000175000017500000000102311733631250014254 00000000000000__________________________________ Disc mode is listed as: CD-DATA (Mode 1) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : libcdio-2.0.0/test/driver/0000775000175000017500000000000013222221717012372 500000000000000libcdio-2.0.0/test/driver/cdda.c0000644000175000017500000000263113221562703013353 00000000000000/* -*- C -*- Copyright (C) 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Unit test for cdda-like things lib/driver/disc.c */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include "helper.h" int main(int argc, const char *argv[]) { char *mcn; cdio_get_mcn(NULL); cdio_log_set_handler(log_handler); cdio_loglevel_default = (argc > 1) ? CDIO_LOG_DEBUG : CDIO_LOG_INFO; /* Had a bug in not testing for null p_cdio with cdio_get_mcn. */ mcn = cdio_get_mcn(NULL); if (mcn != NULL) { printf("Should have gotten NULL for MCN for cdio object\n"); return 1; } return 0; } libcdio-2.0.0/test/driver/logger.c0000664000175000017500000001014413217072760013743 00000000000000#ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include char *last_debugmsg = NULL; char *last_infomsg = NULL; char *last_warnmsg = NULL; char *last_errmsg = NULL; char *last_assertmsg = NULL; char *last_othermsg = NULL; /* Here is an example of a custom log handler. */ static void test_log_handler (cdio_log_level_t level, const char *message) { switch(level) { case CDIO_LOG_DEBUG: last_debugmsg = strdup(message); return; case CDIO_LOG_INFO: last_infomsg = strdup(message); return; case CDIO_LOG_WARN: last_warnmsg = strdup(message); return; case CDIO_LOG_ERROR: last_errmsg = strdup(message); return; case CDIO_LOG_ASSERT: last_assertmsg = strdup(message); return; default: fprintf(stderr, "level %d message: %s should not happen\n", level, message); exit(20); } } int main(int argc, const char *argv[]) { const char *test_msg = "test message"; #ifndef HAVE_WIN32_CDROM cdio_log_handler_t old_log_handler = (cdio_log_handler_t) NULL; old_log_handler = cdio_log_set_handler(test_log_handler); if (old_log_handler != cdio_default_log_handler) { fprintf(stderr, "Should have gotten old log handler back %p vs %p\n", (void *) old_log_handler, (void *) cdio_default_log_handler); exit(1); } #else cdio_log_set_handler(test_log_handler); #endif /* Check that calling each of the logger routine appears in the right variable, based on the log level */ test_msg = "debug"; cdio_debug("%s", test_msg); if (last_debugmsg != NULL) { fprintf(stderr, "debug message should have been ignored due to default log level\n"); exit(2); } cdio_loglevel_default = CDIO_LOG_DEBUG; cdio_debug("%s", test_msg); if (last_debugmsg == NULL || strncmp(test_msg, last_debugmsg, strlen(test_msg)) != 0) { fprintf(stderr, "debug message %s did not get handled\n", last_debugmsg); free(last_debugmsg); exit(2); } free(last_debugmsg); test_msg = "info"; cdio_info("%s", test_msg); if (strncmp(test_msg, last_infomsg, strlen(test_msg)) != 0) { fprintf(stderr, "info message %s did not get handled\n", last_infomsg); free(last_infomsg); exit(3); } free(last_infomsg); test_msg = "warn"; cdio_warn("%s", test_msg); if (strncmp(test_msg, last_warnmsg, strlen(test_msg)) != 0) { fprintf(stderr, "warn message %s did not get handled\n", last_warnmsg); free(last_warnmsg); exit(4); } free(last_warnmsg); test_msg = "error"; cdio_error("%s", test_msg); if (strncmp(test_msg, last_errmsg, strlen(test_msg)) != 0) { fprintf(stderr, "error message %s did not get handled\n", last_errmsg); free(last_errmsg); exit(5); } free(last_errmsg); /* Try using generic cdio_log routine */ test_msg = "debug via cdio_log"; cdio_log(CDIO_LOG_DEBUG, "%s", test_msg); if (strncmp(test_msg, last_debugmsg, strlen(test_msg)) != 0) { fprintf(stderr, "debug message %s did not get handled, phase 2\n", last_debugmsg); free(last_debugmsg); exit(6); } free(last_debugmsg); test_msg = "info via cdio_log"; cdio_log(CDIO_LOG_INFO, "%s", test_msg); if (strncmp(test_msg, last_infomsg, strlen(test_msg)) != 0) { fprintf(stderr, "info message %s did not get handled\n", last_infomsg); free(last_infomsg); exit(7); } free(last_infomsg); test_msg = "warn via cdio_log"; cdio_log(CDIO_LOG_WARN, "%s", test_msg); if (strncmp(test_msg, last_warnmsg, strlen(test_msg)) != 0) { fprintf(stderr, "warn message %s did not get handled\n", last_warnmsg); free(last_warnmsg); exit(8); } free(last_warnmsg); test_msg = "error via cdio_log"; cdio_log(CDIO_LOG_ERROR, "%s", test_msg); if (strncmp(test_msg, last_errmsg, strlen(test_msg)) != 0) { fprintf(stderr, "error message %s did not get handled\n", last_errmsg); free(last_errmsg); exit(9); } free(last_errmsg); exit(0); } libcdio-2.0.0/test/driver/nrg.c0000644000175000017500000000506013204104700013233 00000000000000/* -*- C -*- Copyright (C) 2008, 2010, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Regression test for Nero image driver: lib/driver/image/nrg.c. */ #if defined(HAVE_CONFIG_H) #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #include "helper.h" #ifndef DATA_DIR #define DATA_DIR "../data" #endif #define NUM_FIELDS 2 int main(int argc, const char *argv[]) { char psz_nrgfile[500]; CdIo_t *p_cdio; const char *cdtext_check[NUM_FIELDS] = { "Richard Stallman", "Join us now we have the software" }; const int cdtext_fields[NUM_FIELDS] = {CDTEXT_FIELD_PERFORMER, CDTEXT_FIELD_TITLE}; cdio_loglevel_default = (argc > 1) ? CDIO_LOG_DEBUG : CDIO_LOG_INFO; /* snprintf(psz_nrgfile, sizeof(psz_nrgfile)-1, "%s/%s", DATA_DIR, cue_file[i]); */ if (!cdio_have_driver(DRIVER_NRG)) return(77); snprintf(psz_nrgfile, sizeof(psz_nrgfile)-1, "%s/%s", DATA_DIR, "p1.nrg"); p_cdio = cdio_open_nrg(psz_nrgfile); if (!p_cdio) { printf("Can't open Nero image file: %s.\n", psz_nrgfile); return(1); } { unsigned int i; cdtext_t *p_cdtext = cdio_get_cdtext(p_cdio); if (!p_cdtext) return(1); for (i=0; i This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Regression test for cdio_tocfile. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include /* chdir */ #endif #include #include #include "helper.h" #ifndef DATA_DIR #define DATA_DIR "../data" #endif #define NUM_GOOD_TOCS 17 #define NUM_BAD_TOCS 8 int main(int argc, const char *argv[]) { const char *toc_file[NUM_GOOD_TOCS] = { "cdtext.toc", "t1.toc", "t2.toc", "t3.toc", "t4.toc", "t5.toc", "t6.toc", "t7.toc", "t8.toc", "t9.toc", "t10.toc", "data1.toc", "data2.toc", "data5.toc", "data6.toc", "data7.toc", "vcd2.toc", }; const char *badtoc_file[NUM_BAD_TOCS] = { "bad-msf-1.toc", "bad-msf-2.toc", "bad-msf-3.toc", "bad-cat1.toc", "bad-cat2.toc", "bad-cat3.toc", "bad-file.toc", "bad-mode1.toc" }; int ret=0; unsigned int i; char psz_tocfile[500]; unsigned int verbose = (argc > 1); #ifdef HAVE_CHDIR if (0 == chdir(DATA_DIR)) #endif { psz_tocfile[sizeof(psz_tocfile)-1] = '\0'; cdio_loglevel_default = verbose ? CDIO_LOG_DEBUG : CDIO_LOG_WARN; for (i=0; i Copyright (C) 2010-2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** Regression test for MMC commands which don't involve write access. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef _WIN32 # undef HAVE_SLEEP #endif #if !defined(HAVE_SLEEP) # if defined(_WIN32) # include # define sleep(s) Sleep(1000*s) # elif defined(HAVE_USLEEP) # define sleep(s) usleep(1000000*s) # else # define sleep(s) { int i; for(i=0; i<=1000*s; i++); } # endif #endif #include #include #include #define SKIP_TEST 77 /* gcc may warn if no prototypes are given before function definition */ static int handle_outcome(CdIo_t *p_cdio, driver_return_code_t i_status, int *pi_sense_avail, cdio_mmc_request_sense_t * p_sense_reply, unsigned int i_flag); static int get_disctype(CdIo_t *p_cdio, bool b_verbose); static driver_return_code_t get_disc_erasable(const CdIo_t *p_cdio, const char *psz_source, bool verbose); static int mode_sense(CdIo_t *p_cdio, int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned int page_code, unsigned int subpage_code, int i_alloc_len, unsigned char *p_buf, int *pi_size, unsigned int i_flag); static void print_status_sense(int i_status, int i_sense_valid, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_flag); static int test_read(char *psz_drive_path, unsigned int i_flag); static int test_unit_ready(CdIo_t *p_cdio, int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_flag); static int wait_for_drive(CdIo_t *p_cdio, unsigned int max_tries, bool b_verbose); /* ------------------------- Helper functions ---------------------------- */ static driver_return_code_t get_disc_erasable(const CdIo_t *p_cdio, const char *psz_source, bool b_verbose) { driver_return_code_t i_status; bool b_erasable; i_status = mmc_get_disc_erasable(p_cdio, &b_erasable); if (b_verbose && DRIVER_OP_SUCCESS == i_status) printf("Disc is %serasable.\n", b_erasable ? "" : "not "); return i_status; } static int get_disctype(CdIo_t *p_cdio, bool b_verbose) { cdio_mmc_feature_profile_t disctype; driver_return_code_t i_status = mmc_get_disctype(p_cdio, 0, &disctype); if (DRIVER_OP_SUCCESS == i_status) { if (b_verbose) fprintf(stderr, "test_disctype: profile is %s (0x%X)\n", mmc_feature_profile2str(disctype), disctype); } return DRIVER_OP_SUCCESS; } /** @param flag bit0= verbose */ static int handle_outcome(CdIo_t *p_cdio, driver_return_code_t i_status, int *pi_sense_avail, cdio_mmc_request_sense_t * p_sense_reply, unsigned int i_flag) { cdio_mmc_request_sense_t *p_temp_sense_reply = NULL; *pi_sense_avail = mmc_last_cmd_sense(p_cdio, &p_temp_sense_reply); print_status_sense(i_status, *pi_sense_avail, p_temp_sense_reply, i_flag & 1); if (18 <= *pi_sense_avail) { memset(p_sense_reply, 0, sizeof(cdio_mmc_request_sense_t)); memcpy(p_sense_reply, p_temp_sense_reply, *pi_sense_avail); } else memset(p_sense_reply, 0, sizeof(cdio_mmc_request_sense_t)); cdio_free(p_temp_sense_reply); return i_status; } /** @param i_flag bit0= verbose */ static void print_status_sense(int i_status, int i_sense_valid, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_flag) { if (!(i_flag & 1)) return; printf("return= %d , sense(%d)", i_status, i_sense_valid); if (i_sense_valid >= 14) printf(": KEY=%s (%1.1X), ASC= %2.2X , ASCQ= %2.2X", mmc_sense_key2str[p_sense_reply->sense_key], p_sense_reply->sense_key, p_sense_reply->asc, p_sense_reply->ascq); printf("\n"); } /* --------------------------- MMC commands ------------------------------ */ /** @param flag bit0= verbose @param sense_avail Number of available sense bytes (18 get copied if all 18 exist) @param sense_reply eventual sense bytes @return return value of mmc_run_cmd() */ static int test_unit_ready(CdIo_t *p_cdio, int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_flag) { int i_status; int old_log_level = cdio_loglevel_default; cdio_loglevel_default = CDIO_LOG_WARN; if (i_flag & 1) printf("test_unit_ready ... "); i_status = mmc_test_unit_ready(p_cdio, 0); cdio_loglevel_default = old_log_level; return handle_outcome(p_cdio, i_status, pi_sense_avail, p_sense_reply, i_flag & 1); } /* BARELY OBTRUSIVE: MIGHT RUIN A SIMULTANEOUS BURNING OPERATION ON THE DRIVE */ /** Fetch a mode page or a part of it from the drive. @param i_alloc_len The number of bytes to be requested from the drive and to be copied into parameter buf. This has to include the 8 bytes of header and may not be less than 10. @param p_buf Will contain at most alloc_len many bytes. The first 8 are a Mode Parameter Header as of SPC-3 7.4.3, table 240. The further bytes are the mode page, typically as of MMC-5 7.2. There are meanwhile deprecated mode pages which appear only in older versions of MMC. @param i_size Will return the number of actually read bytes resp. the number of available bytes. See flag bit1. @param i_flag bit0= verbose bit1= Peek mode: Reply number of available bytes in *i_size and not the number of actually read bytes. @return return value of mmc_run_cmd(), or other driver_return_code_t */ static driver_return_code_t mode_sense(CdIo_t *p_cdio, int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_page_code, unsigned int subpage_code, int i_alloc_len, unsigned char *p_buf, int *pi_size, unsigned int i_flag) { driver_return_code_t i_status; if (i_alloc_len < 10) return DRIVER_OP_BAD_PARAMETER; if (i_flag & 1) printf("mode_sense(0x%X, %X, %d) ... ", i_page_code, subpage_code, i_alloc_len); i_status = mmc_mode_sense_10(p_cdio, p_buf, i_alloc_len, i_page_code); handle_outcome(p_cdio, i_status, pi_sense_avail, p_sense_reply, i_flag & 1); if (DRIVER_OP_SUCCESS != i_status) return i_status; if (i_flag & 2) *pi_size = p_buf[9] + 10; /* MMC-5 7.2.3 */ else *pi_size = p_buf[0] * 256 + p_buf[1] + 2; /* SPC-3 7.4.3, table 240 */ return i_status; } /** Watch drive by test unit ready loop until ready, no media or timeout. @param b_verbose verbose @return 1= unit ready , 0= error , -1= severe failure, 2 = no media */ static int wait_for_drive(CdIo_t *p_cdio, unsigned int i_max_tries, bool b_verbose) { int i_ret, i, i_sense_avail; cdio_mmc_request_sense_t sense_reply; memset(&sense_reply, 0, sizeof(sense_reply)); for (i = 0; i < i_max_tries; i++) { i_ret = test_unit_ready(p_cdio, &i_sense_avail, &sense_reply, b_verbose); if (i_ret == 0) /* Unit is ready */ return 1; if (i_sense_avail < 18) return -1; if (2 == sense_reply.sense_key && 0x04 == sense_reply.asc) { /* Not ready */; } else if (6 == sense_reply.sense_key && 0x28 == sense_reply.asc && 0 == sense_reply.ascq) { /* Media change notice = try again */; } else if (2 == sense_reply.sense_key && 0x3a == sense_reply.asc) { /* Medium not present */; return 2; } else if (0 == sense_reply.sense_key && 0 == sense_reply.asc) { /* Error with no sense */; return -1; break; } else { /* Other error */; return 0; } sleep(1); } fprintf(stderr, "wait_for_drive: Drive not ready after %d retries\n", i_max_tries); return -1; } /** This function bundles tests for the read capability to perform MMC commands and detecting the sense reply of MMC commands, which indicates error causes or important drive events. @param drive_path a drive address suitable for cdio_open_am() @param flag bit0= verbose @return 0= no severe failure else an proposal for an exit() value is returned */ static int test_read(char *psz_drive_path, unsigned int i_flag) { int sense_avail = 0, i_ret = 0, i_sense_valid, i_size, alloc_len = 10; bool b_verbose = !!(i_flag & 1); int old_log_level = cdio_loglevel_default; cdio_mmc_request_sense_t sense_reply; unsigned char buf[10]; CdIo_t *p_cdio; const char *scsi_tuple; p_cdio = cdio_open(psz_drive_path, DRIVER_DEVICE); if (!p_cdio) i_ret = SKIP_TEST - 16; /* The further code produces some intentional failures which should not be reported by mmc_run_cmd() as INFO messages. */ cdio_loglevel_default = CDIO_LOG_WARN; /* Test availability of info for cdrecord style adresses . */ scsi_tuple = cdio_get_arg(p_cdio, "scsi-tuple"); if (scsi_tuple == NULL) { fprintf(stderr, "Error: cdio_get_arg(\"scsi-tuple\") returns NULL.\n"); i_ret += 6; goto ex; } else if (i_flag & 1) printf("Drive '%s' has cdio_get_arg(\"scsi-tuple\") = '%s'\n", psz_drive_path, scsi_tuple); /* Test availability of sense reply in case of unready drive. E.g. if the tray is already ejected. */ i_ret = test_unit_ready(p_cdio, &sense_avail, &sense_reply, b_verbose); if (i_ret != 0 && sense_avail < 18) { fprintf(stderr, "Error: Drive not ready. Only %d sense bytes. Expected >= 18.\n", sense_avail); i_ret += 2; goto ex; } /* Cause sense reply failure by requesting inappropriate mode page 3Eh */ i_ret += mode_sense(p_cdio, &sense_avail, &sense_reply, 0x3e, 0, alloc_len, buf, &i_size, b_verbose); if (i_ret != 0 && sense_avail < 18) { fprintf(stderr, "Error: Deliberately illegal command yields only %d sense bytes. Expected >= 18.\n", sense_avail); i_ret = 3; goto ex; } else { if (sense_reply.sense_key != 5) { fprintf(stderr, "Error: Sense key should be 5, got %d\n", sense_reply.sense_key); i_ret = 3; goto ex; } else if (sense_reply.asc != 0x24) { fprintf(stderr, "Error: Sense code should be 24, got %d\n", sense_reply.asc); i_ret = 4; goto ex; } else if (sense_reply.ascq != 0) { fprintf(stderr, "Error: Sense code should be 24, got %d\n", sense_reply.ascq); i_ret = 4; goto ex; } } /* How are we, finally ? */ i_ret = test_unit_ready(p_cdio, &i_sense_valid, &sense_reply, b_verbose); if ((i_flag & 1) && 0 != i_ret && 2 == sense_reply.sense_key && 0x3a == sense_reply.asc) fprintf(stderr, "test_unit_ready: Note: No loaded media detected.\n"); /* Call mmc_read with a null pointer and check that we get the right return code. */ if (DRIVER_OP_BAD_POINTER != (i_ret = mmc_read_cd(p_cdio, NULL, /* wrong! should be a buffer. */ 200, CDIO_MMC_READ_TYPE_ANY, false, false, 0, true, false, false, 1, 2448, 1))) { fprintf(stderr, "mmc_read_cd: expecting bad pointer return, got %d\n", i_ret); } else { i_ret = 0; } ex:; cdio_loglevel_default = old_log_level; cdio_destroy(p_cdio); return i_ret; } /* --------------------------- main ----------------------------- */ int main(int argc, const char *argv[]) { CdIo_t *p_cdio; char **ppsz_drives = NULL; const char *psz_source = NULL; int i_ret; int exitrc = 0; bool b_verbose = (argc > 1); driver_return_code_t i_status; cdio_loglevel_default = b_verbose ? CDIO_LOG_DEBUG : CDIO_LOG_WARN; if (0 != strncmp("TEST UNIT READY", mmc_cmd2str(CDIO_MMC_GPCMD_TEST_UNIT_READY), sizeof("TEST UNIT READY"))) { printf("Expecting mmc_cmd2str to give 'TEST UNIT READY' for code 0x%x\n", CDIO_MMC_GPCMD_TEST_UNIT_READY); exit(1); } ppsz_drives = cdio_get_devices(DRIVER_DEVICE); if (!ppsz_drives) { printf("Can't find a CD-ROM drive. Skipping test.\n"); exit(SKIP_TEST); } p_cdio = cdio_open(ppsz_drives[0], DRIVER_DEVICE); if (p_cdio) { const char *psz_have_mmc = cdio_get_arg(p_cdio, "mmc-supported?"); psz_source = cdio_get_arg(p_cdio, "source"); if (0 != strncmp(psz_source, ppsz_drives[0], strlen(ppsz_drives[0]))) { fprintf(stderr, "Got %s; should get back %s, the name we opened.\n", psz_source, ppsz_drives[0]); exit(1); } i_ret = wait_for_drive(p_cdio, 30, b_verbose); if (0 >= i_ret) { fprintf(stderr, "Wait for drive error\n"); exit(2); } else { if (1 == i_ret) { i_status = get_disc_erasable(p_cdio, psz_source, b_verbose); if (DRIVER_OP_SUCCESS != i_status) { printf("Got status %d back from get_disc_erasable(%s)\n", i_status, psz_source); } get_disctype(p_cdio, b_verbose); if ( psz_have_mmc && 0 == strncmp("true", psz_have_mmc, sizeof("true")) ) { /* Test the MMC enhancements of version 0.83 in december 2009 */ i_ret = test_read(ppsz_drives[0], cdio_loglevel_default == CDIO_LOG_DEBUG); if (0 != i_ret) exit(i_ret + 16); } } else if (2 == i_ret && b_verbose) printf("Drive is empty... skipping remaining tests.\n"); } cdio_destroy(p_cdio); } else { fprintf(stderr, "cdio_open('%s') failed\n", ppsz_drives[0]); exit(2); } cdio_free_device_list(ppsz_drives); return exitrc; } libcdio-2.0.0/test/driver/Makefile.in0000664000175000017500000013104013222217404014354 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2009, 2010, 2012, 2017 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = abs_path$(EXEEXT) bincue$(EXEEXT) cdda$(EXEEXT) \ cdrdao$(EXEEXT) freebsd$(EXEEXT) gnu_linux$(EXEEXT) \ logger$(EXEEXT) mmc_read$(EXEEXT) mmc_write$(EXEEXT) \ nrg$(EXEEXT) osx$(EXEEXT) realpath$(EXEEXT) solaris$(EXEEXT) \ track$(EXEEXT) win32$(EXEEXT) subdir = test/driver ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am_abs_path_OBJECTS = abs_path.$(OBJEXT) abs_path_OBJECTS = $(am_abs_path_OBJECTS) am__DEPENDENCIES_1 = abs_path_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am_bincue_OBJECTS = helper.$(OBJEXT) bincue.$(OBJEXT) bincue_OBJECTS = $(am_bincue_OBJECTS) bincue_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_cdda_OBJECTS = helper.$(OBJEXT) cdda.$(OBJEXT) cdda_OBJECTS = $(am_cdda_OBJECTS) cdda_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_cdrdao_OBJECTS = helper.$(OBJEXT) cdrdao.$(OBJEXT) cdrdao_OBJECTS = $(am_cdrdao_OBJECTS) cdrdao_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) freebsd_SOURCES = freebsd.c freebsd_OBJECTS = freebsd.$(OBJEXT) freebsd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_gnu_linux_OBJECTS = helper.$(OBJEXT) gnu_linux.$(OBJEXT) gnu_linux_OBJECTS = $(am_gnu_linux_OBJECTS) gnu_linux_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) logger_SOURCES = logger.c logger_OBJECTS = logger.$(OBJEXT) logger_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) mmc_read_SOURCES = mmc_read.c mmc_read_OBJECTS = mmc_read.$(OBJEXT) mmc_read_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) mmc_write_SOURCES = mmc_write.c mmc_write_OBJECTS = mmc_write.$(OBJEXT) mmc_write_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_nrg_OBJECTS = helper.$(OBJEXT) nrg.$(OBJEXT) nrg_OBJECTS = $(am_nrg_OBJECTS) nrg_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) osx_SOURCES = osx.c osx_OBJECTS = osx.$(OBJEXT) osx_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) realpath_SOURCES = realpath.c realpath_OBJECTS = realpath.$(OBJEXT) realpath_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) solaris_SOURCES = solaris.c solaris_OBJECTS = solaris.$(OBJEXT) solaris_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_track_OBJECTS = track.$(OBJEXT) track_OBJECTS = $(am_track_OBJECTS) track_DEPENDENCIES = $(am__DEPENDENCIES_1) win32_SOURCES = win32.c win32_OBJECTS = win32.$(OBJEXT) win32_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(abs_path_SOURCES) $(bincue_SOURCES) $(cdda_SOURCES) \ $(cdrdao_SOURCES) freebsd.c $(gnu_linux_SOURCES) logger.c \ mmc_read.c mmc_write.c $(nrg_SOURCES) osx.c realpath.c \ solaris.c $(track_SOURCES) win32.c DIST_SOURCES = $(abs_path_SOURCES) $(bincue_SOURCES) $(cdda_SOURCES) \ $(cdrdao_SOURCES) freebsd.c $(gnu_linux_SOURCES) logger.c \ mmc_read.c mmc_write.c $(nrg_SOURCES) osx.c realpath.c \ solaris.c $(track_SOURCES) win32.c am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DATA_DIR = $(abs_top_srcdir)/test/data AM_CPPFLAGS = $(LIBCDIO_CFLAGS) $(LIBISO9660_CFLAGS) -DDATA_DIR=\"$(DATA_DIR)\" abs_path_SOURCES = abs_path.c abs_path_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) bincue_SOURCES = helper.c bincue.c bincue_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdda_SOURCES = helper.c cdda.c cdda_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdrdao_SOURCES = helper.c cdrdao.c cdrdao_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) freebsd_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) realpath_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) gnu_linux_SOURCES = helper.c gnu_linux.c gnu_linux_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) logger_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc_read_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc_write_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) nrg_SOURCES = helper.c nrg.c nrg_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) osx_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) track_SOURCES = track.c track_LDADD = $(LIBCDIO_LIBS) solaris_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) win32_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) TESTS = $(check_PROGRAMS) EXTRA_DIST = \ bincue.c \ helper.c \ helper.h \ cdrdao.c \ nrg.c \ track.c MOSTLYCLEANFILES = \ $(check_PROGRAMS) \ core core.* *.dump cdda-orig.wav cdda-try.wav *.raw all: all-am .SUFFIXES: .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/driver/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign test/driver/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list abs_path$(EXEEXT): $(abs_path_OBJECTS) $(abs_path_DEPENDENCIES) $(EXTRA_abs_path_DEPENDENCIES) @rm -f abs_path$(EXEEXT) $(AM_V_CCLD)$(LINK) $(abs_path_OBJECTS) $(abs_path_LDADD) $(LIBS) bincue$(EXEEXT): $(bincue_OBJECTS) $(bincue_DEPENDENCIES) $(EXTRA_bincue_DEPENDENCIES) @rm -f bincue$(EXEEXT) $(AM_V_CCLD)$(LINK) $(bincue_OBJECTS) $(bincue_LDADD) $(LIBS) cdda$(EXEEXT): $(cdda_OBJECTS) $(cdda_DEPENDENCIES) $(EXTRA_cdda_DEPENDENCIES) @rm -f cdda$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cdda_OBJECTS) $(cdda_LDADD) $(LIBS) cdrdao$(EXEEXT): $(cdrdao_OBJECTS) $(cdrdao_DEPENDENCIES) $(EXTRA_cdrdao_DEPENDENCIES) @rm -f cdrdao$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cdrdao_OBJECTS) $(cdrdao_LDADD) $(LIBS) freebsd$(EXEEXT): $(freebsd_OBJECTS) $(freebsd_DEPENDENCIES) $(EXTRA_freebsd_DEPENDENCIES) @rm -f freebsd$(EXEEXT) $(AM_V_CCLD)$(LINK) $(freebsd_OBJECTS) $(freebsd_LDADD) $(LIBS) gnu_linux$(EXEEXT): $(gnu_linux_OBJECTS) $(gnu_linux_DEPENDENCIES) $(EXTRA_gnu_linux_DEPENDENCIES) @rm -f gnu_linux$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gnu_linux_OBJECTS) $(gnu_linux_LDADD) $(LIBS) logger$(EXEEXT): $(logger_OBJECTS) $(logger_DEPENDENCIES) $(EXTRA_logger_DEPENDENCIES) @rm -f logger$(EXEEXT) $(AM_V_CCLD)$(LINK) $(logger_OBJECTS) $(logger_LDADD) $(LIBS) mmc_read$(EXEEXT): $(mmc_read_OBJECTS) $(mmc_read_DEPENDENCIES) $(EXTRA_mmc_read_DEPENDENCIES) @rm -f mmc_read$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mmc_read_OBJECTS) $(mmc_read_LDADD) $(LIBS) mmc_write$(EXEEXT): $(mmc_write_OBJECTS) $(mmc_write_DEPENDENCIES) $(EXTRA_mmc_write_DEPENDENCIES) @rm -f mmc_write$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mmc_write_OBJECTS) $(mmc_write_LDADD) $(LIBS) nrg$(EXEEXT): $(nrg_OBJECTS) $(nrg_DEPENDENCIES) $(EXTRA_nrg_DEPENDENCIES) @rm -f nrg$(EXEEXT) $(AM_V_CCLD)$(LINK) $(nrg_OBJECTS) $(nrg_LDADD) $(LIBS) osx$(EXEEXT): $(osx_OBJECTS) $(osx_DEPENDENCIES) $(EXTRA_osx_DEPENDENCIES) @rm -f osx$(EXEEXT) $(AM_V_CCLD)$(LINK) $(osx_OBJECTS) $(osx_LDADD) $(LIBS) realpath$(EXEEXT): $(realpath_OBJECTS) $(realpath_DEPENDENCIES) $(EXTRA_realpath_DEPENDENCIES) @rm -f realpath$(EXEEXT) $(AM_V_CCLD)$(LINK) $(realpath_OBJECTS) $(realpath_LDADD) $(LIBS) solaris$(EXEEXT): $(solaris_OBJECTS) $(solaris_DEPENDENCIES) $(EXTRA_solaris_DEPENDENCIES) @rm -f solaris$(EXEEXT) $(AM_V_CCLD)$(LINK) $(solaris_OBJECTS) $(solaris_LDADD) $(LIBS) track$(EXEEXT): $(track_OBJECTS) $(track_DEPENDENCIES) $(EXTRA_track_DEPENDENCIES) @rm -f track$(EXEEXT) $(AM_V_CCLD)$(LINK) $(track_OBJECTS) $(track_LDADD) $(LIBS) win32$(EXEEXT): $(win32_OBJECTS) $(win32_DEPENDENCIES) $(EXTRA_win32_DEPENDENCIES) @rm -f win32$(EXEEXT) $(AM_V_CCLD)$(LINK) $(win32_OBJECTS) $(win32_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abs_path.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bincue.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdda.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdrdao.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freebsd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnu_linux.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc_read.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc_write.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nrg.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osx.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realpath.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solaris.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? abs_path.log: abs_path$(EXEEXT) @p='abs_path$(EXEEXT)'; \ b='abs_path'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) bincue.log: bincue$(EXEEXT) @p='bincue$(EXEEXT)'; \ b='bincue'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) cdda.log: cdda$(EXEEXT) @p='cdda$(EXEEXT)'; \ b='cdda'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) cdrdao.log: cdrdao$(EXEEXT) @p='cdrdao$(EXEEXT)'; \ b='cdrdao'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) freebsd.log: freebsd$(EXEEXT) @p='freebsd$(EXEEXT)'; \ b='freebsd'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) gnu_linux.log: gnu_linux$(EXEEXT) @p='gnu_linux$(EXEEXT)'; \ b='gnu_linux'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) logger.log: logger$(EXEEXT) @p='logger$(EXEEXT)'; \ b='logger'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc_read.log: mmc_read$(EXEEXT) @p='mmc_read$(EXEEXT)'; \ b='mmc_read'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mmc_write.log: mmc_write$(EXEEXT) @p='mmc_write$(EXEEXT)'; \ b='mmc_write'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) nrg.log: nrg$(EXEEXT) @p='nrg$(EXEEXT)'; \ b='nrg'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) osx.log: osx$(EXEEXT) @p='osx$(EXEEXT)'; \ b='osx'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) realpath.log: realpath$(EXEEXT) @p='realpath$(EXEEXT)'; \ b='realpath'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) solaris.log: solaris$(EXEEXT) @p='solaris$(EXEEXT)'; \ b='solaris'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) track.log: track$(EXEEXT) @p='track$(EXEEXT)'; \ b='track'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) win32.log: win32$(EXEEXT) @p='win32$(EXEEXT)'; \ b='win32'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am .PRECIOUS: Makefile .PHONY: check-leaks test check-short #: run regression tests. "test" is the same thing as "check" test: check-am #: run valgrind on C progrma check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done #: Run all tests without bloated output check-short: $(MAKE) check 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/test/driver/mmc_write.c0000664000175000017500000005545113217072760014464 00000000000000/* -*- C -*- Copyright (C) 2009 Thomas Schmitt Copyright (C) 2010, 2012-2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Regression test for MMC commands involving read/write access. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef _WIN32 # undef HAVE_SLEEP #endif #if !defined(HAVE_SLEEP) # if defined(_WIN32) # include # define sleep(s) Sleep(1000*s) # elif defined(HAVE_USLEEP) # define sleep(s) usleep(1000000*s) # else # define sleep(s) { int i; for(i=0; i<=1000*s; i++); } # endif #endif #include #include #include #define SKIP_TEST 77 /* gcc may warn if no prototypes are given before function definition */ static int handle_outcome(CdIo_t *p_cdio, int i_status, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t * p_sense_reply, unsigned int i_flag); static int load_eject(CdIo_t *p_cdio, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t * p_sense_reply, unsigned int i_flag); static void print_status_sense(int i_status, int sense_valid, cdio_mmc_request_sense_t *, unsigned int i_flag); static int test_eject_load_cycle(CdIo_t *p_cdio, unsigned int i_flag); static int test_eject_test_load(CdIo_t *p_cdio, unsigned int i_flag); static int test_mode_select(CdIo_t *p_cdio, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned char *p_buf, unsigned int i_size, unsigned int i_flag); static int mode_sense(CdIo_t *p_cdio, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t * p_sense_reply, unsigned int i_page_code, unsigned int subpage_code, int i_alloc_len, unsigned char *buf, int *i_size, unsigned int i_flag); static int test_unit_ready(CdIo_t *p_cdio, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t * p_sense_reply, unsigned int i_flag); static int test_rwr_mode_page(CdIo_t *p_cdio, unsigned int i_flag); static int test_write(char *psz_drive_path, unsigned int i_flag); static int wait_for_drive(CdIo_t *p_cdio, unsigned int max_tries, unsigned int i_flag); /* ------------------------- Helper functions ---------------------------- */ /* @param i_flag bit0= verbose */ static int handle_outcome(CdIo_t *p_cdio, driver_return_code_t i_status, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t * p_sense_reply, unsigned int i_flag) { cdio_mmc_request_sense_t *p_temp_sense_reply = NULL; *pi_sense_avail = mmc_last_cmd_sense(p_cdio, &p_temp_sense_reply); print_status_sense(i_status, *pi_sense_avail, p_temp_sense_reply, i_flag & 1); if (18 <= *pi_sense_avail) { memset(p_sense_reply, 0, sizeof(cdio_mmc_request_sense_t)); memcpy(p_sense_reply, p_temp_sense_reply, *pi_sense_avail); } else memset(p_sense_reply, 0, sizeof(cdio_mmc_request_sense_t)); cdio_free(p_temp_sense_reply); return i_status; } /** @param flag bit0= verbose */ static void print_status_sense(int i_status, int sense_valid, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_flag) { if (!(i_flag & 1)) return; printf("return= %d , sense(%d)", i_status, sense_valid); if (sense_valid >= 14) printf(": KEY=%s (%1.1X), ASC= %2.2X , ASCQ= %2.2X", mmc_sense_key2str[p_sense_reply->sense_key], p_sense_reply->sense_key, p_sense_reply->asc, p_sense_reply->ascq); printf("\n"); } /* --------------------------- MMC commands ------------------------------ */ /* OBTRUSIVE. PHYSICAL EFFECT: DANGER OF HUMAN INJURY */ /** @param i_flag bit0= verbose bit1= Asynchronous operation bit2= Load (else Eject) @return return value of mmc_run_cmd() */ static int load_eject(CdIo_t *p_cdio, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_flag) { int i_status; bool b_eject = !!(i_flag & 4); bool b_immediate = !!(i_flag & 2); i_status = mmc_start_stop_unit(p_cdio, b_eject, b_immediate, 0, 0); if (i_flag & 1) printf("load_eject(0x%X) ... ", i_flag); return handle_outcome(p_cdio, i_status, pi_sense_avail, p_sense_reply, i_flag & 1); } /* BARELY OBTRUSIVE: MIGHT RUIN A SIMULTANEOUS BURNING OPERATION ON THE DRIVE */ /** Fetch a mode page or a part of it from the drive. @param i_alloc_len The number of bytes to be requested from the drive and to be copied into parameter buf. This has to include the 8 bytes of header and may not be less than 10. @param p_buf Will contain at most alloc_len many bytes. The first 8 are a Mode Parameter Header as of SPC-3 7.4.3, table 240. The further bytes are the mode page, typically as of MMC-5 7.2. There are meanwhile deprecated mode pages which appear only in older versions of MMC. @param i_size Will return the number of actually read bytes resp. the number of available bytes. See flag bit1. @param i_flag bit0= verbose bit1= Peek mode: Reply number of available bytes in *i_size and not the number of actually read bytes. @return return value of mmc_run_cmd(), or other driver_return_code_t */ static driver_return_code_t mode_sense(CdIo_t *p_cdio, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_page_code, unsigned int subpage_code, int i_alloc_len, unsigned char *p_buf, int *pi_size, unsigned int i_flag) { driver_return_code_t i_status; if (i_alloc_len < 10) return DRIVER_OP_BAD_PARAMETER; if (i_flag & 1) printf("mode_sense(0x%X, %X, %d) ... ", i_page_code, subpage_code, i_alloc_len); i_status = mmc_mode_sense_10(p_cdio, p_buf, i_alloc_len, i_page_code); handle_outcome(p_cdio, i_status, pi_sense_avail, p_sense_reply, i_flag & 1); if (DRIVER_OP_SUCCESS != i_status) return i_status; if (i_flag & 2) *pi_size = p_buf[9] + 10; /* MMC-5 7.2.3 */ else *pi_size = p_buf[0] * 256 + p_buf[1] + 2; /* SPC-3 7.4.3, table 240 */ return i_status; } /* OBTRUSIVE. RUINS A SIMULTANEOUS BURNING OPERATION ON THE DRIVE and might return minor failure with -ROM drives */ /** Send a mode page to the drive. @param buf Contains the payload bytes. The first 8 shall be a Mode Parameter Header as of SPC-3 7.4.3, table 240. The further bytes are the mode page, typically as of MMC-5 7.2. There are meanwhile deprecated mode pages which appear only in older versions of MMC. @param i_size The number of bytes in buf. @param flag bit0= verbose @return return value of mmc_run_cmd(), or other driver_return_code_t */ static int test_mode_select(CdIo_t *p_cdio, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned char *p_buf, unsigned int i_size, unsigned int i_flag) { int i_status, i; if (i_size < 10) return DRIVER_OP_BAD_PARAMETER; if (i_flag & 1) { printf("-- test_mode_select to drive: %d bytes\n", i_size); for (i = 0; i < i_size; i++) { printf("%2.2X ", (unsigned int) p_buf[i]); if ((i % 20) == 19) printf("\n"); } if ((i % 20)) printf("\n"); } if (i_flag & 1) printf("-- test_mode_select(0x%X, %d, %d) ... ", (unsigned int) p_buf[8], (unsigned int) p_buf[9], i_size); i_status = mmc_mode_select_10(p_cdio, p_buf, i_size, 0x10, 10000); return handle_outcome(p_cdio, i_status, pi_sense_avail, p_sense_reply, i_flag & 1); } /* UNOBTRUSIVE */ /** @param pi_sense_avail Number of available sense bytes (18 get copied if all 18 exist) @param p_sense_reply eventual sense bytes @param i_flag bit0= verbose @return return value of mmc_run_cmd() */ static int test_unit_ready(CdIo_t *p_cdio, unsigned int *pi_sense_avail, cdio_mmc_request_sense_t *p_sense_reply, unsigned int i_flag) { int i_status; if (i_flag & 1) printf("-- test_unit_ready ... "); i_status = mmc_test_unit_ready(p_cdio, 0); return handle_outcome(p_cdio, i_status, pi_sense_avail, p_sense_reply, i_flag & 1); } /* --------------------------- Larger gestures ----------------------------- */ /* UNOBTRUSIVE */ /** Watch drive by test unit ready loop until ready, no media or timeout. @param flag bit0= verbose bit1= expect media (do not end on no-media sense) @return 1= all seems well , 0= minor failure , -1= severe failure */ static int wait_for_drive(CdIo_t *p_cdio, unsigned int i_max_tries, unsigned int i_flag) { int i_ret, i; unsigned int i_sense_avail; cdio_mmc_request_sense_t sense_reply; for (i = 0; i < i_max_tries; i++) { i_ret = test_unit_ready(p_cdio, &i_sense_avail, &sense_reply, !!(i_flag & 1)); if (i_ret == 0) /* Unit is ready */ return 1; if (i_sense_avail < 18) return -1; if (2 == sense_reply.sense_key && 0x04 == sense_reply.asc) { /* Not ready */; } else if (6 == sense_reply.sense_key && 0x28 == sense_reply.asc && 0 == sense_reply.ascq) { /* Media change notice = try again */; } else if (2 == sense_reply.sense_key && 0x3a == sense_reply.asc) { /* Medium not present */; if (!(i_flag & 2)) return 1; } else if (0 == sense_reply.sense_key && 0 == sense_reply.asc) { /* Error with no sense */; return -1; break; } else { /* Other error */; return 0; } sleep(1); } fprintf(stderr, "wait_for_drive: Drive not ready after %d retries\n", i_max_tries); return -1; } /* OBTRUSIVE. Opens and closes drive door - watch your fingers! */ /** Eject, wait, load asynchronously, and watch by test unit ready loop. @param i_flag bit0= verbose bit1= expect media (do not end on no-media sense) @return 1= all seems well , 0= minor failure , -1= severe failure */ static int test_eject_load_cycle(CdIo_t *p_cdio, unsigned int i_flag) { int i_ret; unsigned int i_sense_avail; cdio_mmc_request_sense_t sense_reply; /* Eject synchronously */ printf("test_eject_load_cycle: WARNING: EJECTING THE TRAY !\n"); sleep(2); load_eject(p_cdio, &i_sense_avail, &sense_reply, 0 | (i_flag & 1)); printf("test_eject_load_cycle: waiting for 5 seconds. DO NOT TOUCH THE TRAY !\n"); sleep(3); /* Load asynchronously */ printf("test_eject_load_cycle: WARNING: LOADING THE TRAY !\n"); sleep(2); load_eject(p_cdio, &i_sense_avail, &sense_reply, 4 | 2 | (i_flag & 1)); /* Wait for drive attention */ i_ret = wait_for_drive(p_cdio, 30, i_flag & 3); return i_ret; } /* OBTRUSIVE , PHYSICAL EFFECT , DANGER OF HUMAN INJURY */ /** Eject, wait, test, load. All synchronously. @param flag bit0= verbose @return 1= all seems well , 0= minor failure , -1= severe failure */ static int test_eject_test_load(CdIo_t *p_cdio, unsigned int i_flag) { int i_ret; unsigned int i_sense_avail; cdio_mmc_request_sense_t sense_reply; /* Eject synchronously */ printf("test_eject_test_load: WARNING: EJECTING THE TRAY !\n"); sleep(2); load_eject(p_cdio, &i_sense_avail, &sense_reply, 0 | (i_flag & 1)); printf("test_eject_test_load: waiting for 5 seconds. DO NOT TOUCH THE TRAY !\n"); sleep(3); i_ret = test_unit_ready(p_cdio, &i_sense_avail, &sense_reply, i_flag & 1); if (i_ret == 0) { fprintf(stderr, "test_eject_test_load: Drive ready although tray ejected.\n"); fprintf(stderr, "test_eject_test_load: Test aborted. Tray will stay ejected.\n"); return -1; } if (i_ret == 0 || i_sense_avail < 18) { fprintf(stderr, "test_eject_test_load: Only %d sense reply bytes returned. Expected >= 18.\n", i_sense_avail); fprintf(stderr, "test_eject_test_load: Test aborted. Tray will stay ejected.\n"); return -1; } /* Load synchronously */ fprintf(stderr, "test_eject_test_load: WARNING: LOADING THE TRAY !\n"); sleep(2); load_eject(p_cdio, &i_sense_avail, &sense_reply, 4 | (i_flag & 1)); return 1; } /* OBTRUSIVE */ /** Read Mode Page 05h "Write Parameters", change a value, write the page, check effect, restore old value, check again. @param flag bit0= verbose @return 1= all seems well , 0= minor failure , -1= severe failure */ static int test_rwr_mode_page(CdIo_t *p_cdio, unsigned int i_flag) { int i_ret; unsigned int i_sense_avail = 0; int page_code = 5, subpage_code = 0, i_alloc_len, i_size = 0; int write_type, final_return = 1, new_write_type, old_i_size; cdio_mmc_request_sense_t sense_reply; unsigned char buf[265], old_buf[265]; /* page size is max. 255 + 10 */ static char w_types[4][8] = {"Packet", "TAO", "SAO", "Raw"}; memset(buf, 0, sizeof(buf)); i_alloc_len = 10; i_ret = mode_sense(p_cdio, &i_sense_avail, &sense_reply, page_code, subpage_code, i_alloc_len, buf, &i_size, 2 | (i_flag & 1)); if (i_ret != 0) { fprintf(stderr, "-- test_rwr_mode_page: Cannot obtain mode page 05h.\n"); return 0; } i_alloc_len = (i_size <= sizeof(buf)) ? i_size : sizeof(buf); i_ret = mode_sense(p_cdio, &i_sense_avail, &sense_reply, page_code, subpage_code, i_alloc_len, buf, &i_size, (i_flag & 1)); if (i_ret != 0) { fprintf(stderr, "-- test_rwr_mode_page: Cannot obtain mode page 05h.\n"); return 0; } memcpy(old_buf, buf, sizeof(buf)); old_i_size = i_size; write_type = buf[10] & 0x0f; if (i_flag & 1) printf("test_rwr_mode_page: Write type = %d (%s)\n", write_type, write_type < 4 ? w_types[write_type] : "Reserved"); /* Choose a conservative CD writer setting. */ memset(buf, 0, 8); if (write_type == 1) { /* is TAO -> make SAO */ buf[10] = (buf[10] & 0xf0) | 2; /* SAO */ new_write_type = 2; } else { buf[10] = (buf[10] & 0xf0) | 1; /* TAO */ new_write_type = 1; } buf[11] = 4; /* Track Mode 4, no multi-session, variable Packet size */ buf[12] = 8; /* Data Block Type : CD-ROM Mode 1 */ buf[16] = 0; /* Session Format : "CD-DA or CD-ROM" */ i_ret = test_mode_select(p_cdio, &i_sense_avail, &sense_reply, buf, i_size, i_flag & 1); if (i_ret != 0) { fprintf(stderr, "-- test_rwr_mode_page: Cannot set mode page 05h.\n"); if (DRIVER_OP_NOT_PERMITTED == i_ret) { fprintf(stderr, "test_rwr_mode_page: DRIVER_OP_NOT_PERMITTED with MODE SELECT.\n"); return -1; } return 0; } /* Read mode page and check whether effect visible in buf[10] */ i_ret = mode_sense(p_cdio, &i_sense_avail, &sense_reply, page_code, subpage_code, i_alloc_len, buf, &i_size, (i_flag & 1)); if (0 != i_ret) { fprintf(stderr, "test_rwr_mode_page: Cannot obtain mode page 05h.\n"); final_return = final_return > 0 ? 0 : final_return; } else if ((buf[10] & 0xf) != new_write_type) { fprintf(stderr, "test_rwr_mode_page: Mode page did not get into effect. (expected %d, got %d)\n", new_write_type, buf[10] & 0xf); /* One of my DVD burners does this if no media is loaded */ final_return = final_return > 0 ? 0 : final_return; } /* Restore old mode page */ i_ret = test_mode_select(p_cdio, &i_sense_avail, &sense_reply, old_buf, old_i_size, i_flag & 1); if (0 != i_ret) { fprintf(stderr, "test_rwr_mode_page: Cannot set mode page 05h.\n"); if (i_ret == DRIVER_OP_NOT_PERMITTED) { fprintf(stderr, "test_rwr_mode_page: DRIVER_OP_NOT_PERMITTED with MODE SELECT.\n"); return -1; } final_return = final_return > 0 ? 0 : final_return; } /* Read mode page and check whether old_buf is in effect again */ i_ret = mode_sense(p_cdio, &i_sense_avail, &sense_reply, page_code, subpage_code, i_alloc_len, buf, &i_size, (i_flag & 1)); if (0 != i_ret) { fprintf(stderr, "test_rwr_mode_page: Cannot obtain mode page 05h.\n"); return final_return > 0 ? 0 : final_return; } else if (memcmp(buf, old_buf, i_size) != 0) { fprintf(stderr, "test_rwr_mode_page: Mode page was not restored to old state.\n"); final_return = final_return > 0 ? -1 : final_return; } if (i_flag & 1) printf("test_rwr_mode_page: Mode page 2Ah restored to previous state\n"); return final_return; } /* ----------- Test of MMC driver enhancements , december 2009 ------------- */ /* OBTRUSIVE */ /** This function bundles tests for the capability to perform MMC commands of payload direction SCSI_MMC_DATA_WRITE and to detect the sense reply of MMC commands, which indicates error causes or important drive events. The default configuration is not very obtrusive to the drive, although the drive should not be used for other operations at the same time. There are static variables in this function which enable additional more obtrusive tests or simulate the lack of write capabilities. See the statements about obtrusiveness and undesired side effects above the descriptions of the single functions. @param psz_drive_path a drive address suitable for cdio_open_am() @param flag bit0= verbose @return 0= no severe failure else an proposal for an exit() value is returned */ static int test_write(char *psz_drive_path, unsigned int i_flag) { unsigned int i_sense_avail = 0; unsigned int i_sense_valid; int i_ret; bool b_verbose = !!(i_flag & 1); int old_log_level = cdio_loglevel_default; cdio_mmc_request_sense_t sense_reply; CdIo_t *p_cdio; /* If true, then the tray will get ejected and loaded again */ static bool with_tray_dance = false; /* If true, then an asynchronous test loop will wait 30 s for loaded media */ static bool test_cycle_with_media = false; /* If true, then a lack of w-permission will be emulated by using the insufficient access mode "IOCTL" */ static bool emul_lack_of_wperm = false; p_cdio = cdio_open_am(psz_drive_path, DRIVER_DEVICE, "MMC_RDWR_EXCL"); if (!p_cdio) i_ret = SKIP_TEST - 16; else { const char *psz_access_mode = cdio_get_arg(p_cdio, "access-mode"); if (0 != strncmp(psz_access_mode, "MMC_RDWR_EXCL", strlen("MMC_RDWR_EXCL"))) { fprintf(stderr, "Got %s; Should get back %s, the access mode requested.\n", psz_access_mode, "MMC_RDWR_EXCL"); i_ret = 1; goto ex; } /* The further code produces some intentional failures which should not be reported by mmc_run_cmd() as INFO messages. */ cdio_loglevel_default = CDIO_LOG_WARN; /* Test availability of sense reply in case of unready drive. E.g. if the tray is already ejected. */ i_ret = test_unit_ready(p_cdio, &i_sense_avail, &sense_reply, b_verbose); if (0 != i_ret && i_sense_avail < 18) { fprintf(stderr, "Error: Drive not ready. Only %u sense bytes. Expected >= 18.\n", i_sense_avail); i_ret = 2; goto ex; } if (emul_lack_of_wperm) { /* To check behavior with lack of w-permission */ printf("-- test_write: SIMULATING LACK OF WRITE CAPABILITIES by access mode IOCTL\n"); cdio_destroy(p_cdio); p_cdio = cdio_open_am(psz_drive_path, DRIVER_DEVICE, "IOCTL"); } /* Test write permission */ /* Try whether a mode page 2Ah can be set */ i_ret = test_rwr_mode_page(p_cdio, b_verbose); if (i_ret <= 0) { if (i_ret < 0) { fprintf(stderr, "Error: test_rwr_mode_page() had severe failure.\n"); i_ret = 3; goto ex; } printf("-- Warning: test_rwr_mode_page() had minor failure.\n"); } if (with_tray_dance) { /* More surely provoke a non-trivial sense reply */ if (test_cycle_with_media) { /* Eject, wait, load, watch by test unit ready loop */ i_ret = test_eject_load_cycle(p_cdio, 2 | b_verbose); if (i_ret <= 0) { if (i_ret < 0) { fprintf(stderr, "Error: test_eject_load_cycle() had severe failure.\n"); i_ret = 4; goto ex; } printf("Warning: test_eject_load_cycle() had minor failure.\n"); } } else { /* Eject, test for proper unreadiness, load */ i_ret = test_eject_test_load(p_cdio, b_verbose); if (i_ret <= 0) { if (i_ret < 0) { fprintf(stderr, "Error: test_eject_test_load() had severe failure.\n"); i_ret = 5; goto ex; } printf("Warning: test_eject_test_load() had minor failure.\n"); } /* Wait for drive attention */ wait_for_drive(p_cdio, 15, 2 | b_verbose); } } /* How are we, finally ? */ i_ret = test_unit_ready(p_cdio, &i_sense_valid, &sense_reply, b_verbose); if ((i_flag & 1) && 0 != i_ret && 2 == sense_reply.sense_key && 0x3a == sense_reply.asc) fprintf(stderr, "test_unit_ready: Note: No loaded media detected.\n"); i_ret = 0; } ex:; cdio_loglevel_default = old_log_level; cdio_destroy(p_cdio); return i_ret; } /* --------------------------- main ----------------------------- */ int main(int argc, const char *argv[]) { CdIo_t *p_cdio; char **ppsz_drives=NULL; int ret; int exitrc = 0; bool b_verbose = (argc > 1); cdio_loglevel_default = b_verbose ? CDIO_LOG_DEBUG : CDIO_LOG_WARN; ppsz_drives = cdio_get_devices(DRIVER_DEVICE); if (!ppsz_drives) { printf("Can't find a CD-ROM drive. Skipping test.\n"); exit(SKIP_TEST); } p_cdio = cdio_open(ppsz_drives[0], DRIVER_DEVICE); if (p_cdio) { const char *psz_have_mmc = cdio_get_arg(p_cdio, "mmc-supported?"); if ( psz_have_mmc && 0 == strncmp("true", psz_have_mmc, sizeof("true")) ) { /* Test the MMC enhancements of version 0.83 in december 2009 */ ret = test_write(ppsz_drives[0], cdio_loglevel_default == CDIO_LOG_DEBUG); if (ret != 0) exit(ret + 16); } cdio_destroy(p_cdio); } else { fprintf(stderr, "cdio_open('%s') failed\n", ppsz_drives[0]); exit(2); } cdio_free_device_list(ppsz_drives); return exitrc; } libcdio-2.0.0/test/driver/realpath.c0000664000175000017500000001271313217072766014276 00000000000000/* -*- C -*- Copyright (C) 2010-2012, 2015, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Unit test for lib/driver/realpath.c */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_LIMITS_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #if defined(_WIN32) && !defined(__CYGWIN__) #include #include /* _mkdir */ /* MinGW, MSVC do not have symlink */ #define symlink(oldpath, newpath) CopyFileA(oldpath, newpath, FALSE) #else #define _mkdir(a) mkdir(a, S_IRWXU) #endif #include #ifdef MINGW32 #define MY_DIR_SEPARATOR '\\' #else #define MY_DIR_SEPARATOR '/' #endif #ifndef PATH_MAX #define PATH_MAX 4096 #endif static char * get_temporary_name(const char *dirname, const char *errmsg) { char *new_filename = tempnam(NULL, "syml"); if (NULL == new_filename) { printf("Could not generate %s name\n", errmsg); } return new_filename; } static int check_rc(int rc, const char *psz_operation, const char *psz_filename) { if (-1 == rc) { printf("%s %s failed with error: %s\n", psz_operation, psz_filename, strerror(errno)); } else if (0 != rc) { printf("%s %s gives weird return %d\n", psz_operation, psz_filename, rc); } return rc; } int main(int argc, const char *argv[]) { char *psz_tmp_subdir; char *psz_orig_file; char tmp_dir[PATH_MAX+1] = {0}; char tmp_subdir[PATH_MAX+1] = {0}; char psz_file_check[PATH_MAX+1]; char *psz_last_slash; int i_last_slash; char *psz_symlink_file = NULL; int rc = 0; psz_tmp_subdir = get_temporary_name(NULL, "temporary directory"); if (NULL == psz_tmp_subdir) { rc = 77; goto err_exit1; } if (-1 == check_rc(_mkdir(psz_tmp_subdir), "mkdir", psz_tmp_subdir)) { rc = 77; goto err_exit1; } cdio_realpath(psz_tmp_subdir, tmp_subdir); if (0 == strlen(tmp_subdir)) { fprintf(stderr, "cdio_realpath on temp directory %s failed\n", psz_tmp_subdir); rc = 1; goto err_exit1; } psz_last_slash = strrchr(tmp_subdir, MY_DIR_SEPARATOR); if (psz_last_slash == NULL) { printf("Can't find %c in %s\n", MY_DIR_SEPARATOR, tmp_subdir); rc = 2; goto err_exit1; } i_last_slash = psz_last_slash - tmp_subdir + 1; memcpy(tmp_dir, tmp_subdir, i_last_slash); tmp_dir[i_last_slash] = '\0'; printf("-- Temp directory is %s\n", tmp_dir); psz_orig_file = get_temporary_name(NULL, "file"); if (NULL != psz_orig_file) { FILE *fp = fopen(psz_orig_file, "w"); char orig_file[PATH_MAX+1] = {0}; char symlink_file[PATH_MAX+1] = {0}; fprintf(fp, "testing\n"); fclose(fp); cdio_realpath(psz_orig_file, orig_file); if (0 == strlen(orig_file)) { fprintf(stderr, "cdio_realpath on temp file %s failed\n", psz_orig_file); rc = 3; goto err_exit; } psz_symlink_file = get_temporary_name(NULL, "symlink file"); rc = check_rc(symlink(psz_orig_file, psz_symlink_file), "symlink", psz_symlink_file); if (0 == rc) { /* Just when you thought we'd forgotten, here is our first test! */ cdio_realpath(psz_symlink_file, psz_file_check); if (0 != strncmp(psz_file_check, orig_file, PATH_MAX)) { fprintf(stderr, "simple cdio_realpath failed: %s vs %s\n", psz_file_check, orig_file); rc = 4; goto err_exit; } check_rc(unlink(psz_symlink_file), "unlink", psz_symlink_file); } /* Make sure we handle a cyclic symbolic name, e.g. xx -> xx */ cdio_realpath(psz_symlink_file, symlink_file); rc = check_rc(symlink(psz_symlink_file, psz_symlink_file), "symlink", psz_symlink_file); if (0 == rc) { cdio_realpath(psz_symlink_file, psz_file_check); if (0 != strncmp(psz_file_check, symlink_file, PATH_MAX)) { fprintf(stderr, "direct cdio_realpath cycle test failed. %s vs %s\n", psz_file_check, symlink_file); rc = 5; goto err_exit; } check_rc(unlink(psz_symlink_file), "unlink", psz_symlink_file); } } check_rc(unlink(psz_orig_file), "unlink", psz_orig_file); check_rc(rmdir(psz_tmp_subdir), "rmdir", psz_tmp_subdir); free(psz_symlink_file); err_exit: free(psz_orig_file); err_exit1: free(psz_tmp_subdir); return rc; } libcdio-2.0.0/test/driver/win32.c0000644000175000017500000000675411727007454013442 00000000000000/* -*- C -*- Copyright (C) 2009, 2010, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Unit test for lib/driver/MSWindows/win32.c */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include int main(int argc, const char *argv[]) { CdIo_t *p_cdio; char **ppsz_drives=NULL; cdio_loglevel_default = (argc > 1) ? CDIO_LOG_DEBUG : CDIO_LOG_INFO; /* snprintf(psz_nrgfile, sizeof(psz_nrgfile)-1, "%s/%s", TEST_DIR, cue_file[i]); */ if (!cdio_have_driver(DRIVER_WIN32)) return(77); ppsz_drives = cdio_get_devices(DRIVER_DEVICE); if (!ppsz_drives) { printf("Can't find a CD-ROM drive. Skipping test.\n"); exit(77); } p_cdio = cdio_open_win32(ppsz_drives[0]); if (p_cdio) { const char *psz_source = cdio_get_arg(p_cdio, "source"); const char *psz_scsi_tuple; const char *psz_access_mode = cdio_get_arg(p_cdio, "access-mode"); if (0 != strncmp(psz_source, ppsz_drives[0], strlen(ppsz_drives[0]))) { fprintf(stderr, "Got %s; should get back %s, the name we opened.\n", psz_source, ppsz_drives[0]); cdio_destroy(p_cdio); exit(1); } if (0 == strncmp(psz_access_mode, "ioctl", strlen("ioctl"))) { psz_scsi_tuple = cdio_get_arg(p_cdio, "scsi-tuple"); if (psz_scsi_tuple == NULL) { fprintf(stderr, "cdio_get_arg(\"scsi-tuple\") returns NULL.\n"); cdio_destroy(p_cdio); exit(3); } if (cdio_loglevel_default == CDIO_LOG_DEBUG) printf("Drive '%s' has cdio_get_arg(\"scsi-tuple\") = '%s'\n", psz_source, psz_scsi_tuple); } } cdio_destroy(p_cdio); p_cdio = cdio_open_am_win32(ppsz_drives[0], "ASPI"); if (p_cdio) { const char *psz_access_mode = cdio_get_arg(p_cdio, "access-mode"); if (0 != strncmp(psz_access_mode, "ASPI", strlen("ASPI"))) { fprintf(stderr, "Got %s; Should get back %s, the access mode requested.\n", psz_access_mode, "ASPI"); exit(2); } } p_cdio = cdio_open_am_win32(ppsz_drives[0], "ioctl"); if (p_cdio) { const char *psz_access_mode = cdio_get_arg(p_cdio, "access-mode"); const char *psz_response = cdio_get_arg(p_cdio, "mmc-supported?"); if (0 != strncmp(psz_access_mode, "ioctl", strlen("ioctl"))) { fprintf(stderr, "Got %s; Should get back %s, the access mode requested.\n", psz_access_mode, "ioctl"); exit(3); } if ( psz_response == NULL || ((0 != strncmp("true", psz_response, sizeof("true")))) ) { fprintf(stderr, "cdio_get_arg(\"mmc-supported?\") should return \"true\"; got: %s.\n", psz_response); exit(4); } } cdio_destroy(p_cdio); cdio_free_device_list(ppsz_drives); return 0; } libcdio-2.0.0/test/driver/bincue.c0000664000175000017500000000747213217072760013743 00000000000000/* -*- C -*- Copyright (C) 2004, 2006, 2008, 2010, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Regression test for BIN/CUE device driver: lib/driver/image/bincue.c. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include /* chdir */ #endif #include #include #include "helper.h" #ifndef DATA_DIR #define DATA_DIR "../data" #endif #define NUM_GOOD_CUES 2 #define NUM_BAD_CUES 7 int main(int argc, const char *argv[]) { const char *cue_file[NUM_GOOD_CUES] = { "cdda.cue", "isofs-m1.cue", }; const char *badcue_file[NUM_BAD_CUES] = { "bad-cat1.cue", "bad-cat2.cue", "bad-cat3.cue", "bad-mode1.cue", "bad-msf-1.cue", "bad-msf-2.cue", "bad-msf-3.cue", }; int ret=0; unsigned int i; char psz_cuefile[500]; unsigned int verbose = (argc > 1); psz_cuefile[sizeof(psz_cuefile)-1] = '\0'; cdio_loglevel_default = (argc > 1) ? CDIO_LOG_DEBUG : CDIO_LOG_WARN; for (i=0; i This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Unit test for lib/driver/freebsd.c */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include int main(int argc, const char *argv[]) { CdIo_t *p_cdio; char **ppsz_drives=NULL; cdio_loglevel_default = (argc > 1) ? CDIO_LOG_DEBUG : CDIO_LOG_INFO; /* snprintf(psz_nrgfile, sizeof(psz_nrgfile)-1, "%s/%s", TEST_DIR, cue_file[i]); */ if (!cdio_have_driver(DRIVER_FREEBSD)) return(77); p_cdio = cdio_open_am (NULL, DRIVER_UNKNOWN, NULL); if (p_cdio) { const char *psz_access_mode = cdio_get_arg(p_cdio, "access-mode"); if (0 != strncmp(psz_access_mode, "ioctl", strlen("ioctl")) && 0 != strncmp(psz_access_mode, "CAM", strlen("CAM"))) { fprintf(stderr, "Got %s; Should get back ioctl or CAM.\n", psz_access_mode); exit(2); } } cdio_destroy(p_cdio); ppsz_drives = cdio_get_devices(DRIVER_DEVICE); if (!ppsz_drives) { printf("Can't find a CD-ROM drive. Skipping test.\n"); exit(77); } p_cdio = cdio_open_freebsd(ppsz_drives[0]); if (p_cdio) { const char *psz_source = cdio_get_arg(p_cdio, "source"); if (0 != strncmp(psz_source, ppsz_drives[0], strlen(ppsz_drives[0]))) { fprintf(stderr, "Got %s; should get back %s, the name we opened.\n", psz_source, ppsz_drives[0]); exit(1); } } cdio_free_device_list(ppsz_drives); return 0; } libcdio-2.0.0/test/driver/track.c0000644000175000017500000000524413204104700013555 00000000000000/* Copyright (C) 2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Regression test for lib/driver/track.c To compile as standalone program: gcc -g3 -Wall -DHAVE_CONFIG_H -I../.. -I../../include track.c ../../lib/driver/.libs/libcdio.a -o track */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #ifndef DATA_DIR #define DATA_DIR "../data" #endif static void log_handler (cdio_log_level_t level, const char message[]) { switch(level) { case CDIO_LOG_DEBUG: case CDIO_LOG_INFO: return; default: printf("cdio %d message: %s\n", level, message); } } int main(int argc, const char *argv[]) { CdIo_t *cdObj; track_t i_track; lsn_t lsn; cdio_log_set_handler (log_handler); if (cdio_have_driver(DRIVER_BINCUE)) { cdObj = cdio_open(DATA_DIR "/cdda.cue", DRIVER_UNKNOWN); } else if (cdio_have_driver(DRIVER_CDRDAO)) { cdObj = cdio_open(DATA_DIR "/cdda.toc", DRIVER_UNKNOWN); } else { printf("-- You don't have enough drivers for this test\n"); return 77; } i_track = cdio_get_track(cdObj, 1000); if (i_track != CDIO_INVALID_TRACK) { printf("LSN 1000 is too large should have gotten CDIO_INVALID_TRACK back\n"); return 1; } for(lsn=0; lsn<10; lsn++) { i_track = cdio_get_track(cdObj, lsn); if (i_track != 1) { printf("LSN %d should return 1. Got %d\n", lsn, i_track); return 3; } } i_track = cdio_get_track(cdObj, 302); if (i_track != CDIO_CDROM_LEADOUT_TRACK) { printf("LSN %d should return leadout. Got %d\n", 302, i_track); return 4; } for(lsn=301; lsn > 300; lsn--) { i_track = cdio_get_track(cdObj, lsn); if (i_track != 1) { printf("LSN %d should return 1. Got %d\n", lsn, i_track); return 4; } } cdio_destroy(cdObj); return 0; } libcdio-2.0.0/test/driver/gnu_linux.c0000644000175000017500000000503111742443417014473 00000000000000/* -*- C -*- Copyright (C) 2009, 2010, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Unit test for lib/driver/gnu_linux.c */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include "helper.h" int main(int argc, const char *argv[]) { CdIo_t *p_cdio; char **ppsz_drives=NULL; cdio_log_set_handler(log_handler); cdio_loglevel_default = (argc > 1) ? CDIO_LOG_DEBUG : CDIO_LOG_INFO; /* snprintf(psz_nrgfile, sizeof(psz_nrgfile)-1, "%s/%s", TEST_DIR, cue_file[i]); */ if (!cdio_have_driver(DRIVER_LINUX)) return(77); ppsz_drives = cdio_get_devices(DRIVER_DEVICE); if (!ppsz_drives) { printf("Can't find a CD-ROM drive. Skipping test.\n"); exit(77); } p_cdio = cdio_open_linux(ppsz_drives[0]); if (p_cdio) { const char *psz_source = NULL, *psz_scsi_tuple; lsn_t lsn; reset_counts(); lsn = cdio_get_track_lsn(p_cdio, CDIO_CD_MAX_TRACKS+1); assert_equal_int(CDIO_INVALID_LSN, lsn, "cdio_get_track_lsn with too large of a track number"); reset_counts(); check_get_arg_source(p_cdio, ppsz_drives[0]); check_mmc_supported(p_cdio, 3); psz_scsi_tuple = cdio_get_arg(p_cdio, "scsi-tuple"); if (psz_scsi_tuple == NULL) { fprintf(stderr, "cdio_get_arg(\"scsi-tuple\") returns NULL.\n"); cdio_destroy(p_cdio); exit(3); } if (cdio_loglevel_default == CDIO_LOG_DEBUG) printf("Drive '%s' has cdio_get_arg(\"scsi-tuple\") = '%s'\n", psz_source, psz_scsi_tuple); cdio_destroy(p_cdio); } p_cdio = cdio_open_am_linux(ppsz_drives[0], "MMC_RDWR"); if (p_cdio) { check_access_mode(p_cdio, "MMC_RDWR"); } cdio_destroy(p_cdio); cdio_free_device_list(ppsz_drives); return 0; } libcdio-2.0.0/test/driver/helper.h0000644000175000017500000000264711733367705013766 00000000000000/* -*- C -*- Copyright (C) 2010, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #include void check_access_mode(CdIo_t *p_cdio, const char *psz_expected_access_mode); void check_get_arg_source(CdIo_t *p_cdio, const char *psz_expected_source); void check_mmc_supported(CdIo_t *p_cdio, int i_expected); #include void log_handler(cdio_log_level_t level, const char message[]); extern unsigned int info_msg_count; extern unsigned int debug_msg_count; extern unsigned int warn_msg_count; extern const char *info_messages[6]; extern const char *debug_messages[6]; extern const char *warn_messages[6]; extern void assert_equal_int(int expect, int got, const char *msg); extern void reset_counts(void); extern void assert_warn(const char *msg); extern void assert_no_warn(const char *msg); libcdio-2.0.0/test/driver/abs_path.c0000664000175000017500000000150412410660666014247 00000000000000#ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif char *cdio_abspath(const char *cwd, const char *fname); char *cdio_dirname(const char *fname); int main(int argc, const char *argv[]) { const char *cue_filename[] = { "/tmp/foo.bar", "foo.bar" }; const char *expect[] = { "/tmp/baz", "./baz" }; int rc=0; int i; for (i=0; i<2; i++) { char *dirname = cdio_dirname(cue_filename[i]); char *dest = cdio_abspath(dirname, "baz"); if (0 != strcmp(expect[i], dest)) { fprintf(stderr, "Incorrect: expecting %s, got %s.\n", expect[i], dest); rc=i+1; } free(dirname); free(dest); } exit(rc); } libcdio-2.0.0/test/driver/osx.c0000644000175000017500000000471412273105660013276 00000000000000/* -*- C -*- Copyright (C) 2009, 2011, 2014 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Unit test for lib/driver/osx.c */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include int main(int argc, const char *argv[]) { CdIo_t *p_cdio; char **ppsz_drives=NULL; int n=0; cdio_loglevel_default = (argc > 1) ? CDIO_LOG_DEBUG : CDIO_LOG_INFO; /* snprintf(psz_nrgfile, sizeof(psz_nrgfile)-1, "%s/%s", TEST_DIR, cue_file[i]); */ if (!cdio_have_driver(DRIVER_OSX)) return(77); ppsz_drives = cdio_get_devices(DRIVER_DEVICE); if (!ppsz_drives) { printf("Can't find a CD-ROM drive. Skipping test.\n"); exit(77); } do { p_cdio = cdio_open_osx(ppsz_drives[n]); if (p_cdio) { const char *psz_source = cdio_get_arg(p_cdio, "source"); const char *psz_access_mode = cdio_get_arg(p_cdio, "access-mode"); discmode_t discmode = cdio_get_discmode(p_cdio); if (0 != strncmp(psz_source, ppsz_drives[0], strlen(ppsz_drives[0]))) { fprintf(stderr, "Got %s; should get back %s, the name we opened.\n", psz_source, ppsz_drives[0]); exit(1); } if (0 != strncmp(psz_access_mode, "OS X", strlen("OS X"))) { fprintf(stderr, "Got %s; Should get back %s, the access mode requested.\n", psz_access_mode, "OS X"); exit(2); } if (CDIO_DISC_MODE_ERROR == discmode) { fprintf(stderr, "Error getting disc mode for device %s.\n", ppsz_drives[n]); exit(3); } } cdio_destroy(p_cdio); } while (ppsz_drives[++n] != NULL); cdio_free_device_list(ppsz_drives); return 0; } libcdio-2.0.0/test/driver/Makefile.am0000664000175000017500000000476613217072760014371 00000000000000# Copyright (C) 2009, 2010, 2012, 2017 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . .PHONY: check-leaks test check-short DATA_DIR = $(abs_top_srcdir)/test/data AM_CPPFLAGS = $(LIBCDIO_CFLAGS) $(LIBISO9660_CFLAGS) -DDATA_DIR=\"$(DATA_DIR)\" abs_path_SOURCES = abs_path.c abs_path_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) bincue_SOURCES = helper.c bincue.c bincue_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdda_SOURCES = helper.c cdda.c cdda_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) cdrdao_SOURCES = helper.c cdrdao.c cdrdao_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) freebsd_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) realpath_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) gnu_linux_SOURCES= helper.c gnu_linux.c gnu_linux_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) logger_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc_read_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) mmc_write_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) nrg_SOURCES = helper.c nrg.c nrg_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) osx_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) track_SOURCES = track.c track_LDADD = $(LIBCDIO_LIBS) solaris_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) win32_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) check_PROGRAMS = \ abs_path bincue cdda cdrdao freebsd gnu_linux \ logger mmc_read mmc_write nrg \ osx realpath solaris track win32 TESTS = $(check_PROGRAMS) EXTRA_DIST = \ bincue.c \ helper.c \ helper.h \ cdrdao.c \ nrg.c \ track.c MOSTLYCLEANFILES = \ $(check_PROGRAMS) \ core core.* *.dump cdda-orig.wav cdda-try.wav *.raw #: run regression tests. "test" is the same thing as "check" test: check-am #: run valgrind on C progrma check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done #: Run all tests without bloated output check-short: $(MAKE) check 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb libcdio-2.0.0/test/driver/helper.c0000644000175000017500000001006211733370230013732 00000000000000/* -*- C -*- Copyright (C) 2010, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #include "helper.h" unsigned int info_msg_count=0; unsigned int debug_msg_count=0; unsigned int warn_msg_count=0; unsigned int error_msg_count=0; const char *info_messages[6] = {NULL, NULL, NULL, NULL, NULL, NULL}; const char *debug_messages[6] = {NULL, NULL, NULL, NULL, NULL, NULL}; const char *warn_messages[6] = {NULL, NULL, NULL, NULL, NULL, NULL}; const char *error_messages[6] = {NULL, NULL, NULL, NULL, NULL, NULL}; void assert_equal_int(int expect, int got, const char *msg) { if (expect != got) { fprintf(stderr, "ERROR: Expected %d, got %d\n", expect, got); if (NULL != msg) fprintf(stderr, "%s\n", msg); exit(1); } } void assert_no_warn(const char *msg) { if (warn_msg_count != 0) { unsigned int i; fprintf(stderr, "ERROR: got unexpected warnings:\n"); for (i=0; i expect false 2 => expect true 3 => expect true or false */ void check_mmc_supported(CdIo_t *p_cdio, int i_expected) { const char *psz_response = cdio_get_arg(p_cdio, "mmc-supported?"); if ( psz_response == NULL ) { fprintf(stderr, "cdio_get_arg(\"mmc-supported?\") returned NULL\n"); exit(30); } else if ( (0 == (i_expected & 1)) && (0 == strncmp("false", psz_response, sizeof("false"))) ) { fprintf(stderr, "cdio_get_arg(\"mmc-supported?\") should not return \"false\""); exit(31); } else if ( (0 == (i_expected & 2)) && (0 == strncmp("true", psz_response, sizeof("true"))) ) { fprintf(stderr, "cdio_get_arg(\"mmc-supported?\") should not return \"true\""); exit(32); } } void log_handler(cdio_log_level_t level, const char message[]) { switch(level) { case CDIO_LOG_DEBUG: debug_messages[debug_msg_count] = message; debug_msg_count++; return; case CDIO_LOG_INFO: info_messages[info_msg_count] = message; info_msg_count++; return; case CDIO_LOG_ERROR: error_messages[info_msg_count] = message; error_msg_count++; return; default: warn_messages[warn_msg_count] = message; warn_msg_count++; return; } } void reset_counts(void) { info_msg_count = debug_msg_count = warn_msg_count = 0; } libcdio-2.0.0/test/driver/solaris.c0000644000175000017500000000445511727007454014150 00000000000000/* -*- C -*- Copyright (C) 2009, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Unit test for lib/driver/solaris.c */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include int main(int argc, const char *argv[]) { CdIo_t *p_cdio; char **ppsz_drives=NULL; cdio_loglevel_default = (argc > 1) ? CDIO_LOG_DEBUG : CDIO_LOG_INFO; /* snprintf(psz_nrgfile, sizeof(psz_nrgfile)-1, "%s/%s", TEST_DIR, cue_file[i]); */ if (!cdio_have_driver(DRIVER_SOLARIS)) return(77); ppsz_drives = cdio_get_devices(DRIVER_DEVICE); if (!ppsz_drives) { printf("Can't find a CD-ROM drive. Skipping test.\n"); exit(77); } p_cdio = cdio_open_linux(ppsz_drives[0]); if (p_cdio) { const char *psz_source = cdio_get_arg(p_cdio, "source"); if (0 != strncmp(psz_source, ppsz_drives[0], strlen(ppsz_drives[0]))) { fprintf(stderr, "Got %s; should get back %s, the name we opened.\n", psz_source, ppsz_drives[0]); exit(1); } } cdio_destroy(p_cdio); p_cdio = cdio_open_am_linux(ppsz_drives[0], "SCSI"); if (p_cdio) { const char *psz_access_mode = cdio_get_arg(p_cdio, "access-mode"); if (0 != strncmp(psz_access_mode, "SCSI", strlen("SCSI"))) { fprintf(stderr, "Got %s; Should get back %s, the access mode requested.\n", psz_access_mode, "SCSI"); exit(2); } } cdio_destroy(p_cdio); cdio_free_device_list(ppsz_drives); return 0; } libcdio-2.0.0/test/copying-rr.gpl0000644000175000017500000004311011114145233013605 00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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. This program 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 this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. libcdio-2.0.0/test/check_opts4.right0000644000175000017500000000127611733647673014312 00000000000000__________________________________ Disc mode is listed as: CD-DATA (Mode 1) CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : libcdio-2.0.0/test/testisocd2.c0000664000175000017500000001116713217072760013262 00000000000000/* Copyright (C) 2003-2008, 2012-2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Tests reading ISO 9660 info from an ISO 9660 image. */ #include "portable.h" #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include "filemode.h" #ifndef DATA_DIR #define DATA_DIR "./data" #endif /* Set up a CD image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH DATA_DIR "/" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "copying.iso" #define SKIP_TEST_RC 77 int main(int argc, const char *argv[]) { iso9660_t *p_iso; iso9660_stat_t *p_statbuf; p_iso = iso9660_open(ISO9660_IMAGE); if (!p_iso) { fprintf(stderr, "Sorry, couldn't open ISO9660 image %s\n", ISO9660_IMAGE); return 1; } else { unsigned int rc=0; uint8_t joliet_level = iso9660_ifs_get_joliet_level(p_iso); if (joliet_level != 0) { printf("Expecting joliet level to be 0, got %u\n", joliet_level); exit(10); } else { printf("-- No joliet, as expected.\n"); } iso9660_close(p_iso); p_iso = iso9660_open_ext(ISO9660_IMAGE, ISO_EXTENSION_ALL); joliet_level = iso9660_ifs_get_joliet_level(p_iso); if ( joliet_level != 0) { printf("Expecting joliet level to still be 0, got %d\n", joliet_level); exit(11); } else { printf("-- joliet level 0 again, as expected.\n"); } /* You make get different results looking up "/" versus "/." and the latter may give more complete information. "/" will take information from the PVD only, whereas "/." will force a directory read of "/" and find "." and in that Rock-Ridge information might be found which fills in more stat information that iso9660_fs_find_lsn also will find. . Ideally iso9660_fs_stat should be fixed. */ p_statbuf = iso9660_ifs_stat (p_iso, "/."); if (NULL == p_statbuf) { fprintf(stderr, "Could not get ISO-9660 file information for file /.\n"); iso9660_close(p_iso); iso9660_stat_free(p_statbuf); exit(2); } else { /* Now try getting the statbuf another way */ char buf[ISO_BLOCKSIZE]; char *psz_path = NULL; const lsn_t i_lsn = p_statbuf->lsn; iso9660_stat_t *p_statbuf2 = iso9660_ifs_find_lsn (p_iso, i_lsn); iso9660_stat_t *p_statbuf3 = iso9660_ifs_find_lsn_with_path (p_iso, i_lsn, &psz_path); /* Compare the two statbufs. */ if (p_statbuf->lsn != p_statbuf2->lsn || p_statbuf->size != p_statbuf2->size || p_statbuf->type != p_statbuf2->type) { fprintf(stderr, "File stat information between fs_stat and " "iso9660_ifs_find_lsn isn't the same\n"); rc = 3; goto exit; } if (p_statbuf3->lsn != p_statbuf2->lsn || p_statbuf3->size != p_statbuf2->size || p_statbuf3->type != p_statbuf2->type) { rc = 4; goto exit; } if (psz_path != NULL) { if (0 != strncmp("/./", psz_path, strlen("/./"))) { fprintf(stderr, "Path returned for ifs_find_lsn_with_path " "is not correct should be /./, is %s\n", psz_path); rc = 5; goto exit; } } else { fprintf(stderr, "Path returned for fs_find_lsn_with_path is NULL\n"); rc = 6; goto exit; exit(6); } /* Try reading from the directory. */ memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != iso9660_iso_seek_read (p_iso, buf, i_lsn, 1) ) { fprintf(stderr, "Error reading ISO 9660 file at lsn %lu\n", (long unsigned int) p_statbuf->lsn); rc = 7; goto exit; } exit: if (psz_path != NULL) free(psz_path); iso9660_stat_free(p_statbuf2); iso9660_stat_free(p_statbuf3); iso9660_stat_free(p_statbuf); iso9660_close(p_iso); exit(rc); } } exit(0); } libcdio-2.0.0/test/videocd.right0000644000175000017500000000642511642541561013506 00000000000000__________________________________ Disc mode is listed as: CD DATA (Mode 2) CD-ROM Track List (1 - 5) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 XA true no 2: 00:13:01 000826 XA true no 3: 00:16:01 001051 XA true no 4: 00:19:01 001276 XA true no 5: 00:22:01 001501 XA true no 170: 00:25:01 001726 leadout (3 MB raw, 3 MB formatted) Media Catalog Number (MCN): not available Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with CD-RTOS and ISO 9660 filesystem ISO 9660: 676 blocks, label `SVIDEOCD ' Application: SVIDEOCD.APP;1 Preparer : GNU VCDIMAGER CHECK MODE Publisher : PUBL_ID System : CD-RTOS CD-BRIDGE Volume : SVIDEOCD Volume Set : ISO9660 filesystem /: d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. d---1xrxrxr 0 0 [fn 00] [LSN 19] 2048 Jul 14 1978 00:00:00 ext d---1xrxrxr 0 0 [fn 00] [LSN 20] 2048 Jul 14 1978 00:00:00 mpeg2 d---1xrxrxr 0 0 [fn 00] [LSN 21] 2048 Jul 14 1978 00:00:00 segment d---1xrxrxr 0 0 [fn 00] [LSN 22] 2048 Jul 14 1978 00:00:00 svcd /EXT/: d---1xrxrxr 0 0 [fn 00] [LSN 19] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 00] [LSN 675] 78 Jul 14 1978 00:00:00 scandata.dat /MPEG2/: d---1xrxrxr 0 0 [fn 00] [LSN 20] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ---2-xrxrxr 0 0 [fn 00] [LSN 826] 174300 ( 153600) Jul 14 1978 00:00:00 avseq01.mpg ---2-xrxrxr 0 0 [fn 00] [LSN 1051] 174300 ( 153600) Jul 14 1978 00:00:00 avseq02.mpg ---2-xrxrxr 0 0 [fn 00] [LSN 1276] 174300 ( 153600) Jul 14 1978 00:00:00 avseq03.mpg ---2-xrxrxr 0 0 [fn 00] [LSN 1501] 174300 ( 153600) Jul 14 1978 00:00:00 avseq04.mpg /SEGMENT/: d---1xrxrxr 0 0 [fn 00] [LSN 21] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ---2-xrxrxr 0 0 [fn 00] [LSN 225] 65072 ( 57344) Jul 14 1978 00:00:00 item0001.mpg ---2-xrxrxr 0 0 [fn 00] [LSN 375] 65072 ( 57344) Jul 14 1978 00:00:00 item0002.mpg ---2-xrxrxr 0 0 [fn 00] [LSN 525] 65072 ( 57344) Jul 14 1978 00:00:00 item0003.mpg /SVCD/: d---1xrxrxr 0 0 [fn 00] [LSN 22] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 00] [LSN 151] 2048 Jul 14 1978 00:00:00 entries.svd ----1xrxrxr 0 0 [fn 00] [LSN 150] 2048 Jul 14 1978 00:00:00 info.svd ----1xrxrxr 0 0 [fn 00] [LSN 152] 65536 Jul 14 1978 00:00:00 lot.svd ----1xrxrxr 0 0 [fn 00] [LSN 184] 112 Jul 14 1978 00:00:00 psd.svd ----1xrxrxr 0 0 [fn 00] [LSN 186] 40 Jul 14 1978 00:00:00 search.dat ----1xrxrxr 0 0 [fn 00] [LSN 185] 2048 Jul 14 1978 00:00:00 tracks.svd XA sectors Super Video CD (SVCD) or Chaoji Video CD (CVD) session #2 starts at track 2, LSN: 826, ISO 9660 blocks: 676 ISO 9660: 676 blocks, label `SVIDEOCD ' libcdio-2.0.0/test/joliet.right0000644000175000017500000000135411642541561013353 00000000000000__________________________________ ISO-9660 Information /: d [LSN 31] 2048 Oct 22 2004 22:44:59 . d [LSN 31] 2048 Oct 22 2004 22:44:59 .. d [LSN 32] 2048 Oct 22 2004 22:44:59 libcdio /libcdio/: d [LSN 32] 2048 Oct 22 2004 22:44:59 . d [LSN 31] 2048 Oct 22 2004 22:44:59 .. - [LSN 34] 17992 Mar 12 2004 07:18:03 COPYING - [LSN 43] 2156 Jun 26 2004 10:01:09 README - [LSN 45] 2849 Aug 12 2004 09:22:23 README.libcdio d [LSN 33] 2048 Oct 22 2004 22:44:59 test /libcdio/test/: d [LSN 33] 2048 Oct 22 2004 22:44:59 . d [LSN 32] 2048 Oct 22 2004 22:44:59 .. - [LSN 47] 74 Jul 25 2004 09:52:32 isofs-m1.cue libcdio-2.0.0/test/check_cue.sh.in0000755000175000017500000000723413204104700013670 00000000000000#!/bin/sh # Tests to see that BIN/CUE and cdrdao TOC file iamge reading is correct # (via cd-info). if test ! -d "@VCDINFO_LIBS@" ; then vcd_opt='--no-vcd' fi if test ! -d "$abs_top_srcdir" ; then abs_top_srcdir=@abs_top_srcdir@ fi if test ! -d "$top_builddir" ; then top_builddir=@abs_top_builddir@ fi . ${top_builddir}/test/check_common_fn CD_INFO=$abs_top_srcdir/src/cd-info if test ! -x $CD_INFO ; then exit 77 fi BASE=`basename $0 .sh` fname=cdda testnum=CD-DA if test -f ${abs_top_srcdir}/test/data/${fname}.bin ; then opts="--quiet --no-device-info --cue-file ${abs_top_srcdir}/test/data/${fname}.cue --no-cddb" test_cdinfo "$opts" ${fname}.dump ${abs_top_srcdir}/test/${fname}.right RC=$? check_result $RC "cd-info CUE test $testnum" "${CD_INFO} $opts" opts="--quiet --no-device-info --bin-file ${abs_top_srcdir}/test/data/${fname}.bin --no-cddb" test_cdinfo "$opts" ${fname}.dump ${abs_top_srcdir}/test/${fname}.right RC=$? check_result $RC "cd-info BIN test $testnum" "${CD_INFO} $opts" else echo "-- Don't see BIN file ${abs_top_srcdir}/test/data/${fname}.bin. Test $testnum skipped." fi fname=isofs-m1 if test -f ${abs_top_srcdir}/test/data/${fname}.bin ; then testnum='ISO 9660 mode1 CUE' if test -n "@HAVE_ROCK@"; then opts="-q --no-device-info --no-disc-mode --cue-file ${abs_top_srcdir}/test/data/${fname}.cue --iso9660" ( cd ${abs_top_srcdir}/test/ test_cdinfo "$opts" ${fname}.dump ${fname}.right RC=$? check_result $RC "cd-info Rock-Ridge CUE test $testnum" "${CD_INFO} $opts" ) else opts="-q --no-device-info --no-disc-mode --no-rock-ridge --cue-file ${abs_top_srcdir}/test/data/${fname}.cue --iso9660" ( cd ${abs_top_srcdir}/test/ test_cdinfo "$opts" ${fname}.dump ${fname}-no-rr.right RC=$? check_result $RC "cd-info no Rock-Ridge CUE test $testnum" "${CD_INFO} $opts" ) fi testnum='ISO 9660 mode1 TOC' if test -n "@HAVE_ROCK@"; then opts="-q --no-device-info --no-disc-mode --toc-file ${abs_top_srcdir}/test/data/${fname}.toc --iso9660" ( cd ${abs_top_srcdir}/test/ test_cdinfo "$opts" ${fname}.dump ${fname}-test2.right RC=$? check_result $RC "cd-info TOC test $testnum" "${CD_INFO} $opts" ) fi else echo "-- Don't see BIN file ${abs_top_srcdir}/test/data/${fname}.bin. Test $testnum skipped." fi fname=vcd_demo testnum='Video CD' if test -f ${abs_top_srcdir}/test/data/${fname}.bin ; then if test -z "@VCDINFO_LIBS@" ; then right=${abs_top_srcdir}/test/${fname}.right else right=${abs_top_srcdir}/test/${fname}_vcdinfo.right fi opts="-q --no-device-info --no-disc-mode -c ${abs_top_srcdir}/test/data/${fname}.cue --iso9660" test_cdinfo "$opts" ${fname}.dump $right RC=$? check_result $RC "cd-info CUE test $testnum" "${CD_INFO} $opts" opts="-q --no-device-info --no-disc-mode -t ${abs_top_srcdir}/test/data/${fname}.toc --iso9660" test_cdinfo "$opts" ${fname}.dump $right RC=$? check_result $RC "cd-info TOC test $testnum" "${CD_INFO} $opts" else echo "-- Don't see BIN file ${abs_top_srcdir}/test/data/${fname}.bin. Test $testnum skipped." fi fname=svcd_ogt_test_ntsc testnum='Super Video CD' if test -f ${abs_top_srcdir}/test/data/${fname}.bin ; then opts="-q --no-device-info --no-disc-mode --cue-file ${abs_top_srcdir}/test/data/${fname}.cue $vcd_opt --iso9660" test_cdinfo "$opts" ${fname}.dump ${abs_top_srcdir}/test/${fname}.right RC=$? check_result $RC "cd-info CUE test $testnum" "${CD_INFO} $opts" else echo "-- Don't see BIN file ${abs_top_srcdir}/test/data/${fname}.bin. Test $testnum skipped." fi exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/check_cd_read.sh0000775000175000017500000000310112230615362014070 00000000000000#!/bin/sh # Copyright (C) 2003, 2005, 2008, 2010 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # Tests to see that CD reading is correct (via cd-read). if test -z $srcdir ; then srcdir=`pwd` fi if test "X$top_builddir" = "X" ; then top_builddir=`pwd`/.. fi . ${top_builddir}/test/check_common_fn if test ! -x ../src/cd-read ; then exit 77 fi BASE=`basename $0 .sh` fname=cdda testnum=CD-DA opts="-c ${srcdir}/data/${fname}.cue --mode=red --just-hex --start=0" test_cd_read "$opts" ${fname}-read.dump ${srcdir}/${fname}-read.right RC=$? check_result $RC "cd-read CUE test $testnum" "cd-read $opts" fname=isofs-m1 testnum=MODE1 opts="-i ${srcdir}/data/${fname}.cue --mode m1f1 -s 26 -n 2" test_cd_read "$opts" ${fname}-read.dump ${srcdir}/${fname}-read.right RC=$? check_result $RC "cd-read CUE test $testnum" "$CD_READ $opts" exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/check_udf.sh.in0000755000175000017500000000267111724576031013711 00000000000000#!/bin/sh # Copyright (C) 2012 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # Tests to see that CD reading is correct (via cd-read). if test "X$abs_top_srcdir" = "X" ; then abs_top_srcdir=@abs_top_srcdir@ fi if test "X$top_builddir" = "X" ; then top_builddir=@abs_top_builddir@ fi if test ! -x $top_builddir/example/extract ; then exit 77 fi . ${top_builddir}/test/check_common_fn extract_dir=/tmp/udf-$$ if test -d $extract_dir ; then rm -fr $extract_dir fi udf_iso=$abs_top_srcdir/test/data/test-udf1.iso extract_program=$top_builddir/example/extract cmd="$extract_program $udf_iso $extract_dir" $cmd RC=$? check_result $RC "$cmd" if test $RC -eq 0 ; then rm -fr $extract_dir fi exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/check_opts7.right0000644000175000017500000000127611733650121014273 00000000000000__________________________________ Disc mode is listed as: CD-DATA (Mode 1) CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with ISO 9660 filesystem ISO 9660: 64 blocks, label `CDROM ' Application: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER & CDRECORD CD-R/DVD CREATOR (C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING Preparer : Publisher : System : LINUX Volume : CDROM Volume Set : libcdio-2.0.0/test/check_opts3.right0000644000175000017500000000052511733647420014273 00000000000000__________________________________ Disc mode is listed as: CD-DATA (Mode 1) CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver libcdio-2.0.0/test/testiso9660.c0000664000175000017500000002025113221570552013205 00000000000000/* Copyright (C) 2003, 2006-2009, 2011, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Tests ISO9660 library routines. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #include #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STDIO_H #include #endif #include static bool time_compare(struct tm *p_tm1, struct tm *p_tm2) { bool okay = true; if (!p_tm1) { printf("get time is NULL\n"); return false; } if (!p_tm2) { printf("set time is NULL\n"); return false; } if (p_tm1->tm_year != p_tm2->tm_year) { printf("Years aren't equal. get: %d, set %d\n", p_tm1->tm_year, p_tm2->tm_year); okay=false; } if (p_tm1->tm_mon != p_tm2->tm_mon) { printf("Months aren't equal. get: %d, set %d\n", p_tm1->tm_mon, p_tm2->tm_mon); okay=false; } if (p_tm1->tm_mday != p_tm2->tm_mday) { printf("Month days aren't equal. get: %d, set %d\n", p_tm1->tm_mday, p_tm2->tm_mday); okay=false; } if (p_tm1->tm_min != p_tm2->tm_min) { printf("minutes aren't equal. get: %d, set %d\n", p_tm1->tm_min, p_tm2->tm_min); okay=false; } if (p_tm1->tm_hour != p_tm2->tm_hour) { printf("hours aren't equal. get: %d, set %d\n", p_tm1->tm_hour, p_tm2->tm_hour); okay=false; } if (p_tm1->tm_sec != p_tm2->tm_sec) { printf("seconds aren't equal. get: %d, set %d\n", p_tm1->tm_sec, p_tm2->tm_sec); okay=false; } if (p_tm1->tm_wday != p_tm2->tm_wday) { printf("Week days aren't equal. get: %d, set %d\n", p_tm1->tm_wday, p_tm2->tm_wday); okay=false; } if (p_tm1->tm_yday != p_tm2->tm_yday) { printf("Year days aren't equal. get: %d, set %d\n", p_tm1->tm_yday, p_tm2->tm_yday); okay=false; } #ifdef FIXED if (p_tm1->tm_isdst != p_tm2->tm_isdst) { printf("Is daylight savings times aren't equal. get: %d, set %d\n", p_tm1->tm_isdst, p_tm2->tm_isdst); okay=false; } #endif #ifdef HAVE_TM_GMTOFF if (p_tm1->tm_gmtoff != p_tm2->tm_gmtoff) { printf("GMT offsets aren't equal. get: %ld, set %ld\n", p_tm1->tm_gmtoff, p_tm2->tm_gmtoff); okay=false; } if (p_tm1 != p_tm2 && p_tm1 && p_tm2) { #ifdef FIXED if (strcmp(p_tm1->tm_zone, p_tm2->tm_zone) != 0) { printf("Time Zone values. get: %s, set %s\n", p_tm1->tm_zone, p_tm2->tm_zone); /* Argh... sometimes GMT is converted to UTC. So Let's not call this a failure if everything else was okay. */ } #endif } #endif return okay; } int main (int argc, const char *argv[]) { int c; int i; int i_bad = 0; char dst[100]; char *dst_p; int achars[] = {'!', '"', '%', '&', '(', ')', '*', '+', ',', '-', '.', '/', '?', '<', '=', '>'}; /********************************************* * Test ACHAR and DCHAR *********************************************/ for (c='A'; c<='Z'; c++ ) { if (!iso9660_is_dchar(c)) { printf("Failed iso9660_is_dchar test on %c\n", c); i_bad++; } if (!iso9660_is_achar(c)) { printf("Failed iso9660_is_achar test on %c\n", c); i_bad++; } } if (i_bad) return i_bad; for (c='0'; c<='9'; c++ ) { if (!iso9660_is_dchar(c)) { printf("Failed iso9660_is_dchar test on %c\n", c); i_bad++; } if (!iso9660_is_achar(c)) { printf("Failed iso9660_is_achar test on %c\n", c); i_bad++; } } if (i_bad) return i_bad; for (i=0; i<=13; i++ ) { c=achars[i]; if (iso9660_is_dchar(c)) { printf("Should not pass iso9660_is_dchar test on %c\n", c); i_bad++; } if (!iso9660_is_achar(c)) { printf("Failed iso9660_is_achar test on symbol %c\n", c); i_bad++; } } if (i_bad) return i_bad; /********************************************* * Test iso9660_strncpy_pad *********************************************/ iso9660_strncpy_pad(dst, "1_3", 5, ISO9660_DCHARS); if ( 0 != strncmp(dst, "1_3 ", 5) ) { printf("Failed iso9660_strncpy_pad DCHARS\n"); return 31; } iso9660_strncpy_pad(dst, "ABC!123", 2, ISO9660_ACHARS); if ( 0 != strncmp(dst, "AB", 2) ) { printf("Failed iso9660_strncpy_pad ACHARS truncation\n"); return 32; } /********************************************* * Test iso9660_dirname_valid_p *********************************************/ if ( iso9660_dirname_valid_p("/NOGOOD") ) { printf("/NOGOOD should fail iso9660_dirname_valid_p\n"); return 33; } if ( iso9660_dirname_valid_p("LONGDIRECTORY/NOGOOD") ) { printf("LONGDIRECTORY/NOGOOD should fail iso9660_dirname_valid_p\n"); return 34; } if ( !iso9660_dirname_valid_p("OKAY/DIR") ) { printf("OKAY/DIR should pass iso9660_dirname_valid_p\n"); return 35; } if ( iso9660_dirname_valid_p("OKAY/FILE.EXT") ) { printf("OKAY/FILENAME.EXT should fail iso9660_dirname_valid_p\n"); return 36; } /********************************************* * Test iso9660_pathname_valid_p *********************************************/ if ( !iso9660_pathname_valid_p("OKAY/FILE.EXT") ) { printf("OKAY/FILE.EXT should pass iso9660_dirname_valid_p\n"); return 37; } if ( iso9660_pathname_valid_p("OKAY/FILENAMETOOLONG.EXT") ) { printf("OKAY/FILENAMETOOLONG.EXT should fail iso9660_dirname_valid_p\n"); return 38; } if ( iso9660_pathname_valid_p("OKAY/FILE.LONGEXT") ) { printf("OKAY/FILE.LONGEXT should fail iso9660_dirname_valid_p\n"); return 39; } dst_p = iso9660_pathname_isofy ("this/file.ext", 1); if ( 0 != strncmp(dst_p, "this/file.ext;1", 16) ) { printf("Failed iso9660_pathname_isofy\n"); free(dst_p); return 40; } free(dst_p); /********************************************* * Test get/set date *********************************************/ { struct tm *p_tm, tm; iso9660_dtime_t dtime; time_t now = time(NULL); memset(&dtime, 0, sizeof(dtime)); p_tm = localtime(&now); iso9660_set_dtime(p_tm, &dtime); iso9660_get_dtime(&dtime, true, &tm); p_tm = gmtime(&now); iso9660_set_dtime_with_timezone(p_tm, 0, &dtime); if (!iso9660_get_dtime(&dtime, false, &tm)) { printf("Error returned by iso9660_get_dtime_with_timezone\n"); return 41; } if ( !time_compare(p_tm, &tm) ) { printf("GMT time retrieved with iso9660_get_dtime_with_timezone() not same as that\n"); printf("set with iso9660_set_dtime().\n"); return 42; } #ifdef HAVE_TM_GMTOFF if ( !time_compare(p_tm, &tm) ) { return 43; } p_tm = gmtime(&now); iso9660_set_dtime(p_tm, &dtime); if (!iso9660_get_dtime(&dtime, false, &tm)) { printf("Error returned by iso9660_get_dtime\n"); return 44; } if ( !time_compare(p_tm, &tm) ) { printf("GMT time retrieved with iso9660_get_dtime() not same as that\n"); printf("set with iso9660_set_dtime().\n"); return 45; } { iso9660_ltime_t ltime; p_tm = localtime(&now); iso9660_set_ltime(p_tm, <ime); if (!iso9660_get_ltime(<ime, &tm)) { printf("Problem running iso9660_get_ltime\n"); return 46; } if ( ! time_compare(p_tm, &tm) ) { printf("local time retrieved with iso9660_get_ltime() not\n"); printf("same as that set with iso9660_set_ltime().\n"); return 47; } p_tm = gmtime(&now); iso9660_set_ltime(p_tm, <ime); iso9660_get_ltime(<ime, &tm); if ( ! time_compare(p_tm, &tm) ) { printf("GMT time retrieved with iso9660_get_ltime() not\n"); printf("same as that set with iso9660_set_ltime().\n"); return 48; } } #endif } return 0; } libcdio-2.0.0/test/cdda-read.right0000644000175000017500000001604411642541560013672 000000000000000x0000: 0000 0000 0000 0000 0000 0000 0000 0000 0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 0x0030: 0000 0000 0000 0000 0000 0000 0000 0000 0x0040: 0000 0000 0000 0000 0000 0000 0000 0000 0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 0x0060: 0000 0000 0000 0000 0000 0000 0000 0000 0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 0x0110: 0000 0000 0000 0000 0000 0000 0000 0000 0x0120: 0000 0000 0000 0000 0000 0000 0000 0000 0x0130: 0000 0000 0000 0000 0000 0000 0000 0000 0x0140: 0000 0000 0000 0000 0000 0000 0000 0000 0x0150: 0000 0000 0000 0000 0000 0000 0000 0000 0x0160: 0000 0000 0000 0000 0000 0000 0000 0000 0x0170: 0000 0000 0000 0000 0000 0000 0000 0000 0x0180: 0000 0000 0000 0000 0000 0000 0000 0000 0x0190: 0000 0000 0000 0000 0000 0000 0000 0000 0x01a0: 0000 0000 0000 0000 0000 0000 0000 0000 0x01b0: 0000 0000 0000 0000 0000 0000 0000 0000 0x01c0: 0000 0000 0000 0000 0000 0000 0000 0000 0x01d0: 0000 0000 0000 0000 0000 0000 0000 0000 0x01e0: 0000 0000 0000 0000 0000 0000 0000 0000 0x01f0: 0000 0000 0000 0000 0000 0000 0000 0000 0x0200: 0000 0000 0000 0000 0000 0000 0000 0000 0x0210: 0000 0000 0000 0000 0000 0000 0000 0000 0x0220: 0000 0000 0000 0000 0000 0000 0000 0000 0x0230: 0000 0000 0000 0000 0000 0000 0000 0000 0x0240: 0000 0000 0000 0000 0000 0000 0000 0000 0x0250: 0000 0000 0000 0000 0000 0000 0000 0000 0x0260: 0000 0000 0000 0000 0000 0000 0000 0000 0x0270: 0000 0000 0000 0000 0000 0000 0000 0000 0x0280: 0000 0000 0000 0000 0000 0000 0000 0000 0x0290: 0000 0000 0000 0000 0000 0000 0000 0000 0x02a0: 0000 0000 0000 0000 0000 0000 0000 0000 0x02b0: 0000 0000 0000 0000 0000 0000 0000 0000 0x02c0: 0000 0000 0000 0000 0000 0000 0000 0000 0x02d0: 0000 0000 0000 0000 0000 0000 0000 0000 0x02e0: 0000 0000 0000 0000 0000 0000 0000 0000 0x02f0: 0000 0000 0000 0000 0000 0000 0000 0000 0x0300: 0000 0000 0000 0000 0000 0000 0000 0000 0x0310: 0000 0000 0000 0000 0000 0000 0000 0000 0x0320: 0000 0000 0000 0000 0000 0000 0000 0000 0x0330: 0000 0000 0000 0000 0000 0000 0000 0000 0x0340: 0000 0000 0000 0000 0000 0000 0000 0000 0x0350: 0000 0000 0000 0000 0000 0000 0000 0000 0x0360: 0000 0000 0000 0000 0000 0000 0000 0000 0x0370: 0000 0000 0000 0000 0000 0000 0000 0000 0x0380: 0000 0000 0000 0000 0000 0000 0000 0000 0x0390: 0000 0000 0000 0000 0000 0000 0000 0000 0x03a0: 0000 0000 0000 0000 0000 0000 0000 0000 0x03b0: 0000 0000 0000 0000 0000 0000 0000 0000 0x03c0: 0000 0000 0000 0000 0000 0000 0000 0000 0x03d0: 0000 0000 0000 0000 0000 0000 0000 0000 0x03e0: 0000 0000 0000 0000 0000 0000 0000 0000 0x03f0: 0000 0000 0000 0000 0000 0000 0000 0000 0x0400: 0000 0000 0000 0000 0000 0000 0000 0000 0x0410: 0000 0000 0000 0000 0000 0000 0000 0000 0x0420: 0000 0000 0000 0000 0000 0000 0000 0000 0x0430: 0000 0000 0000 0000 0000 0000 0000 0000 0x0440: 0000 0000 0000 0000 0000 0000 0000 0000 0x0450: 0000 0000 0000 0000 0000 0000 0000 0000 0x0460: 0000 0000 0000 0000 0000 0000 0000 0000 0x0470: 0000 0000 0000 0000 0000 0000 0000 0000 0x0480: 0000 0000 0000 0000 f0ff 0000 f0ff 0000 0x0490: e3ff f0ff e3ff f0ff d8ff e3ff d8ff e3ff 0x04a0: dfff e8ff dfff e8ff f5ff fcff f5ff fcff 0x04b0: 0700 0c00 0700 0c00 1500 1800 1500 1800 0x04c0: 2000 1100 2000 1100 2800 0b00 2800 0b00 0x04d0: 1d00 0500 1d00 0500 1300 0000 1300 0000 0x04e0: 0a00 0b00 0a00 0b00 1200 1300 1200 1300 0x04f0: 1800 1900 1800 1900 0c00 0d00 0c00 0d00 0x0500: 0200 0300 0200 0300 e9ff faff e9ff faff 0x0510: d5ff f2ff d5ff f2ff b5ff dbff b5ff dbff 0x0520: 9cff c8ff 9cff c8ff a9ff c9ff a9ff c9ff 0x0530: c4ff daff c4ff daff eaff f8ff eaff f8ff 0x0540: 1900 1000 1900 1000 3e00 2300 3e00 2300 0x0550: 6b00 3100 6b00 3100 8d00 3b00 8d00 3b00 0x0560: 7600 4200 7600 4200 6100 3600 6100 3600 0x0570: 3e00 2b00 3e00 2b00 1000 1100 1000 1100 0x0580: eaff fbff eaff fbff cbff e9ff cbff e9ff 0x0590: b2ff daff b2ff daff ceff deff ceff deff 0x05a0: e5ff f1ff e5ff f1ff f8ff 0000 f8ff 0000 0x05b0: 0700 0c00 0700 0c00 1300 1500 1300 1500 0x05c0: 0c00 0b00 0c00 0b00 e6ff f2ff e6ff f2ff 0x05d0: c7ff ddff c7ff ddff aeff ccff aeff ccff 0x05e0: 8aff bfff 8aff bfff 6eff b5ff 6eff b5ff 0x05f0: 99ff ceff 99ff ceff d0ff e3ff d0ff e3ff 0x0600: 0e00 0400 0e00 0400 8000 3e00 8000 3e00 0x0610: da00 6c00 da00 6c00 1f01 8f00 1f01 8f00 0x0620: 4201 a900 4201 a900 2901 9b00 2901 9b00 0x0630: d000 6d00 d000 6d00 7100 3500 7100 3500 0x0640: 0000 0600 0000 0600 64ff bfff 64ff bfff 0x0650: e7fe 86ff e7fe 86ff a7fe 59ff a7fe 59ff 0x0660: 98fe 47ff 98fe 47ff b1fe 4bff b1fe 4bff 0x0670: eafe 71ff eafe 71ff 5cff a2ff 5cff a2ff 0x0680: ceff ebff ceff ebff 3c00 2600 3c00 2600 0x0690: 9400 5500 9400 5500 d900 7900 d900 7900 0x06a0: bd00 6400 bd00 6400 a300 5100 a300 5100 0x06b0: 5f00 3000 5f00 3000 1300 1400 1300 1400 0x06c0: 0700 fcff 0700 fcff 0d00 f8ff 0d00 f8ff 0x06d0: 1100 0400 1100 0400 4300 1d00 4300 1d00 0x06e0: 6a00 3000 6a00 3000 8800 3e00 8800 3e00 0x06f0: 8e00 4800 8e00 4800 6000 2f00 6000 2f00 0x0700: e9ff f9ff e9ff f9ff 88ff cdff 88ff cdff 0x0710: 3bff 9aff 3bff 9aff ecfe 72ff ecfe 72ff 0x0720: d2fe 63ff d2fe 63ff 01ff 79ff 01ff 79ff 0x0730: 2bff 8cff 2bff 8cff 83ff bdff 83ff bdff 0x0740: fcff f5ff fcff f5ff 5e00 3200 5e00 3200 0x0750: ac00 6200 ac00 6200 e800 8700 e800 8700 0x0760: 0501 8200 0501 8200 d800 6b00 d800 6b00 0x0770: 9d00 5600 9d00 5600 6a00 4300 6a00 4300 0x0780: 3e00 2200 3e00 2200 1900 0600 1900 0600 0x0790: eaff efff eaff efff e4ff ecff e4ff ecff 0x07a0: dfff e9ff dfff e9ff bbff e6ff bbff e6ff 0x07b0: 9eff d3ff 9eff d3ff 77ff c4ff 77ff c4ff 0x07c0: 39ff a8ff 39ff a8ff 19ff 92ff 19ff 92ff 0x07d0: 22ff 91ff 22ff 91ff 5cff b1ff 5cff b1ff 0x07e0: cdff ecff cdff ecff 7500 3c00 7500 3c00 0x07f0: 1101 8c00 1101 8c00 8b01 ca00 8b01 ca00 0x0800: e701 f900 e701 f900 da01 fb00 da01 fb00 0x0810: 6401 b800 6401 b800 8a00 4500 8a00 4500 0x0820: 92ff c4ff 92ff c4ff 8efe 4cff 8efe 4cff 0x0830: a6fd cdfe a6fd cdfe 09fd 7afe 09fd 7afe 0x0840: 21fd 8cfe 21fd 8cfe 9dfd d2fe 9dfd d2fe 0x0850: b3fe 67ff b3fe 67ff 3000 1600 3000 1600 0x0860: e801 e800 e801 e800 4503 8f01 4503 8f01 0x0870: 3004 2102 3004 2102 2404 1f02 2404 1f02 0x0880: 4f03 a201 4f03 a201 b801 cf00 b801 cf00 0x0890: e4ff e4ff e4ff e4ff bafd d7fe bafd d7fe 0x08a0: 00fc 01fe 00fc 01fe 60fb abfd 60fb abfd 0x08b0: 5efb 9cfd 5efb 9cfd 32fc 11fe 32fc 11fe 0x08c0: d5fd c7fe d5fd c7fe 0100 0e00 0100 0e00 0x08d0: 0102 1701 0102 1701 9803 e901 9803 e901 0x08e0: d404 8b02 d404 8b02 ea04 8f02 ea04 8f02 0x08f0: d803 fc01 d803 fc01 4802 2a01 4802 2a01 0x0900: 2100 0e00 2100 0e00 20fe 07ff 20fe 07ff 0x0910: 86fc 35fe 86fc 35fe acfb c3fd acfb c3fd 0x0920: c0fb ddfd c0fb ddfd b5fc 40fe b5fc 40fe libcdio-2.0.0/test/testudf.c0000664000175000017500000000536213217072760012655 00000000000000/* Copyright (C) 2013 Rocky Bernstein Copyright (C) 2013-2014 Pete Batard This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Tests reading UDF info from an UDF image. */ #ifndef DATA_DIR #define DATA_DIR "./data" #endif #define UDF_IMAGE DATA_DIR "/udf102.iso" #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #define EXPECTED_NAME "FéжΘvrier" #define EXPECTED_LENGTH 10 int main(int argc, const char *argv[]) { char const *psz_fname = UDF_IMAGE; char volume_id[192]; /* 3*64 to account for UTF-8 */ udf_t* p_udf = NULL; udf_dirent_t *p_udf_root = NULL, *p_udf_file = NULL; int64_t file_length; int rc=0; p_udf = udf_open(psz_fname); if (NULL == p_udf) { fprintf(stderr, "Couldn't open %s as an UDF image\n", psz_fname); return 1; } p_udf_root = udf_get_root(p_udf, true, 0); if (NULL == p_udf_root) { fprintf(stderr, "Could not locate UDF root directory\n"); rc=2; goto exit; } if ( (udf_get_logical_volume_id(p_udf, volume_id, sizeof(volume_id)) <= 0) || (strcmp(EXPECTED_NAME, volume_id) != 0) ) { fprintf(stderr, "Unexpected UDF logical volume ID\n"); rc=3; goto exit; } printf("-- Good! Volume id matches expected UTF-8 data\n"); p_udf_file = udf_fopen(p_udf_root, EXPECTED_NAME); if (!p_udf_file) { fprintf(stderr, "Could not locate expected file in UDF image\n"); rc=4; goto exit; } printf("-- Good! File name matches expected UTF-8 data\n"); file_length = udf_get_file_length(p_udf_file); if (file_length != EXPECTED_LENGTH) { fprintf(stderr, "Unexpected UDF file length\n"); rc=5; goto exit; } printf("-- Good! File length matches expected length\n"); exit: if (p_udf_root != NULL) udf_dirent_free(p_udf_root); if (p_udf_file != NULL) udf_dirent_free(p_udf_file); udf_close(p_udf); return rc; } libcdio-2.0.0/test/check_bad_iso.sh0000775000175000017500000000132113217072760014116 00000000000000#!/bin/bash if test -z $srcdir ; then srcdir=$(pwd) fi if test "X$top_builddir" = "X" ; then top_builddir=$(pwd)/.. fi . ${top_builddir}/test/check_common_fn if test ! -x ../src/iso-info ; then exit 77 fi BASE=$(basename $0 .sh) fname=bad-dir RC=0 opts="--quiet ${srcdir}/../test/data/${fname}.iso" cmdname=iso-info cmd=../src/iso-info if ! "${cmd}" --quiet --no-header ${opts} 2>&1 ; then echo "$0: unexpected failure" RC=1 fi opts="--quiet ${srcdir}/test/data/${fname}.iso --iso9660" if "${cmd}" --no-header ${opts} 2>&1 ; then ((RC+=1)) else echo "$0: expected failure" fi exit $RC #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/check_nrg.sh0000775000175000017500000000355013222220144013275 00000000000000#!/bin/sh #$Id: check_nrg.sh.in,v 1.17 2007/12/28 02:11:01 rocky Exp $ if test "X" != "X" ; then vcd_opt='--no-vcd' fi if test "X$srcdir" = "X" ; then srcdir=`pwd` fi if test "X$top_srcdir" = "X" ; then top_srcdir=`pwd`/.. fi if test "X$top_builddir" = "X" ; then top_builddir=`pwd`/.. fi . ${top_builddir}/test/check_common_fn if test ! -x $top_srcdir/src/cd-info ; then exit 77 fi BASE=`basename $0 .sh` test_name=videocd opts="--quiet --no-device-info --nrg-file ${srcdir}/data/${test_name}.nrg $vcd_opt --iso9660" test_cdinfo "$opts" ${test_name}.dump ${srcdir}/${test_name}.right RC=$? check_result $RC 'cd-info NRG test 1' "${CD_INFO} $opts" BASE=`basename $0 .sh` nrg_file=${srcdir}/data/monvoisin.nrg if test -f $nrg_file ; then test_cdinfo "-q --no-device-info --nrg-file $nrg_file $vcd_opt --iso9660 " \ monvoisin.dump ${srcdir}/monvoisin.right RC=$? check_result $RC 'cd-info NRG test 2' else echo "-- Don't see NRG file ${nrg_file}. Test skipped." exit 0 fi test_name='svcdgs' nrg_file=${srcdir}/data/${test_name}.nrg opts="-q --no-device-info --nrg-file $nrg_file $vcd_opt --iso9660" if test -f $nrg_file ; then test_cdinfo "$opts" ${test_name}.dump ${srcdir}/${test_name}.right RC=$? check_result $RC "cd-info NRG $test_name" "${CD_INFO} $opts" else echo "-- Don't see NRG file ${nrg_file}. Test skipped." exit $SKIP_TEST_EXITCODE fi test_name='cdda-mcn' nrg_file=${srcdir}/data/${test_name}.nrg opts="-q --no-device-info --nrg-file $nrg_file --no-cddb" if test -f $nrg_file ; then test_cdinfo "$opts" ${test_name}.dump ${srcdir}/${test_name}.right RC=$? check_result $RC "cd-info NRG $test_name" "${CD_INFO} $opts" exit $RC else echo "-- Don't see NRG file ${nrg_file}. Test skipped." exit $SKIP_TEST_EXITCODE fi #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/check_iso_read.sh0000775000175000017500000001627313222220145014303 00000000000000#!/bin/sh # # check_iso_read.sh # # Author: Leo Baschy # Some small adaptions made to make it work in libcdio's test suite by # rocky. # # takes zero, one, or two optional parameters in any order # # ONE optional parameter: # an integer number for approximate size of .iso file in megabytes, # default is 1, for 1 megabyte, # to test approximately 5 gigabytes pass 5000 # # OTHER optional parameter: # the iso-read command you want to test, # default is iso-read, # has to be named iso-read to be recognized, # could be for example src/iso-read # # Set environment variable VERBOSE=1 for more verbose output RM='rm -f' VERBOSE=${VERBOSE:-0} # Run $@ capturing output. Show output on an error or if VERBOSE is # set. run_cmd() { output=`$@ 2>&1` if [ $? -ne 0 -o $VERBOSE -ne 0 ]; then echo >&2 -- $output fi } # Remove file $1 if that file exists rm_if_exists() { file=$1 [ -f $file ] && $RM $file } # Remove driectory $1 if that directory exists rmdir_if_exists() { dir=$1 [ -d $dir ] && $RM -r $dir } cleanup() { for i in 0 1 2 3 4 5 6 7 8 9 ; do rm_if_exists 1Mfile${i}s-read.txt done for file in exampleIso1M.iso exampleIso1M.iso.tar.gz; do rm_if_exists $file done rmdir_if_exists exampleIso1M.iso.prep } # in $1 or $2 accept integer number as total .iso size in megabytes case "$1" in [0-9]* ) size="$1" ;; *) case "$2" in [0-9]* ) size="$2" ;; *) size="1" ;; # default esac ;; esac # in $1 or $2 accept a different location for iso-read, # e.g. ~/libcdio/src/iso-read case "$1" in iso-read ) ISO_READ="$1" ;; *) case "$2" in iso-read ) ISO_READ="$2" ;; *) ISO_READ="../src/iso-read" ;; esac ;; esac if [ ! -x ${ISO_READ} ]; then echo "-- $0: No ${ISO_READ}. Skipping." exit 77 fi echo "-- Going to use ${ISO_READ}." echo "-- " `$ISO_READ --version` # pick for your system, # on a Mac mkisofs, otherwise people use newer genisoimage isomakingcommand="genisoimage" if [ -z "$isomakingcommand" ] then echo "-- $0: Neither mkisofs nor genisoimage found. Skipping." exit 77 fi echo "-- Working with a $size megabyte large .iso file in $datadir ." isoname="exampleIso"$size"M.iso" prepdir="prep" if [ ! -f "$isoname" ] then echo "-- Going to use " `which "$isomakingcommand"` " to prepare $isoname in $isoname.$prepdir ." mkdir "$isoname.$prepdir" mkdir "$isoname.$prepdir"/mixed # a large file with many of the same characters that will compress well run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\060' > "$isoname.$prepdir/mixed/file0l.txt" # a small file we will want to iso-read echo "content of short text file #0 we are looking for" > "$isoname.$prepdir/mixed/file0s.txt" # a few times over now run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\061' > "$isoname.$prepdir/mixed/file1l.txt" echo "content of short text file #1 we are looking for" > "$isoname.$prepdir/mixed/fileOneSmall.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\062' > "$isoname.$prepdir/mixed/file2l.txt" echo "content of short text file #2 we are looking for" > "$isoname.$prepdir/mixed/file2small.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\063' > "$isoname.$prepdir/mixed/file3l.txt" echo "content of short text file #3 we are looking for" > "$isoname.$prepdir/mixed/file3ThreeSmall.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\064' > "$isoname.$prepdir/mixed/file4l.txt" echo "content of short text file #4 we are looking for" > "$isoname.$prepdir/mixed/fileFourS.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\065' > "$isoname.$prepdir/mixed/file5l.txt" echo "content of short text file #5 we are looking for" > "$isoname.$prepdir/mixed/file5small.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\066' > "$isoname.$prepdir/mixed/file6l.txt" echo "content of short text file #6 we are looking for" > "$isoname.$prepdir/mixed/file6s.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\067' > "$isoname.$prepdir/mixed/file7l.txt" echo "content of short text file #7 we are looking for" > "$isoname.$prepdir/mixed/fileSevenSmall.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\068' > "$isoname.$prepdir/mixed/file8l.txt" echo "content of short text file #8 we are looking for" > "$isoname.$prepdir/mixed/file8s.txt" run_cmd dd if=/dev/zero bs=1024 count=$size"00" | tr '\0' '\069' > "$isoname.$prepdir/mixed/file9l.txt" echo "content of short text file #9 we are looking for" > "$isoname.$prepdir/mixed/file9s.txt" # a potentially huge .iso file, whatever you wrote above run_cmd "$isomakingcommand" -r -J -T -f -V "EXAMPLEISO"$size"M" -o "$isoname" "$isoname.$prepdir" # if you want to archive a test file, this compressed one is much smaller, # seen 4KB instead of 1MB, seen 5MB instead of 5GB v_opt='' [ $VERBOSE -ne 0 ] && v_opt='-v' tar $v_opt -cf "$isoname.tar" "$isoname" gzip $v_opt -9 "$isoname.tar" else echo "-- Using existing $isoname ." fi # remind of disk space use # ls -al # du -h . echo " -- ---------------------------------------- -- Size $size megabyte .iso file read back: -- ---------------------------------------- " for i in 0 1 2 3 4 5 6 7 8 9 do echo "didn't read file #$i" > $size"Mfile"$i"s-read.txt" done # "$ISO_READ" -i "$isoname" -e "mixed/file0s.txt" -o $size"Mfile0s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/fileOneSmall.txt" -o $size"Mfile1s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file2small.txt" -o $size"Mfile2s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file3ThreeSmall.txt" -o $size"Mfile3s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/fileFourS.txt" -o $size"Mfile4s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file5small.txt" -o $size"Mfile5s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file6s.txt" -o $size"Mfile6s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/fileSevenSmall.txt" -o $size"Mfile7s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file8s.txt" -o $size"Mfile8s-read.txt" "$ISO_READ" -i "$isoname" -e "mixed/file9s.txt" -o $size"Mfile9s-read.txt" # anybad=0 for i in 0 1 2 3 4 5 6 7 8 9 do readback=`cat $size"Mfile"$i"s-read.txt"` if [ "$readback" = "content of short text file #$i we are looking for" ] then echo "-- file #$i read back OK: $readback" else anybad=1 echo "file #$i read DEFECT : $readback" fi done cleanup if [ $anybad -eq 0 ] then echo "-- $0: Overall success of $0 :)" else echo "$0: Overall FAILURE of $0 :(" fi exit $anybad # if it worked correctly you should see the lines we wrote into the short files: # # content of short text file #i we are looking for # # IF however defect https://savannah.gnu.org/bugs/?39373 is still # in effect you might see lines such as: # 111111111111111111111111111111111111 # # furthermore, IF however defect https://savannah.gnu.org/bugs/?39354 is still # in effect you might see lines such as: # # iso-read: Could not get ISO-9660 file information out of $isoname for file mixed/file2small.txt. # iso-read: iso-info may be able to show the contents of $isoname. libcdio-2.0.0/test/check_opts2.right0000644000175000017500000000052511733647412014273 00000000000000__________________________________ Disc mode is listed as: CD-DATA (Mode 1) CD-ROM Track List (1 - 1) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 data false no 170: 00:06:02 000302 leadout (693 KB raw, 604 KB formatted) Media Catalog Number (MCN): 0000012101954 Last CD Session LSN: not supported by drive/driver libcdio-2.0.0/test/Makefile.am0000664000175000017500000001317013217072760013063 00000000000000# Copyright (C) 2003-2006, 2008-2013, 2017 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . #################################################### # Things for regression testing #################################################### # # .PHONY: test check-short check-iso_read_large check-iso-read-terse \ make-executable clean-local-check check-leaks SUBDIRS = data driver hack = check_sizeof testassert testgetdevices testischar \ testisocd testisocd2 testisocd_joliet testiso9660 \ testisorr test_lib_driver_util testudf \ testpregap DATA_DIR = @abs_top_srcdir@/test/data AM_CPPFLAGS = $(LIBCDIO_CFLAGS) $(LIBISO9660_CFLAGS) -DDATA_DIR=\"$(DATA_DIR)\" check_sizeof_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testassert_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) testgetdevices_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) testischar_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testiso9660_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testisocd_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testisocd2_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testisocd_joliet_LDADD= $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testisorr_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) testudf_LDADD = $(LIBUDF_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) test_lib_driver_util_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) testpregap_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV) check_SCRIPTS = check_nrg.sh check_cue.sh check_cd_read.sh check_udf.sh \ check_iso.sh check_bad_iso.sh \ check_fuzzyiso.sh check_opts.sh \ check_iso_read.sh check_cdtext.sh check_udf.sh: @abs_top_builddir@/example/extract$(EXEEXT) @abs_top_builddir@/example/extract$(EXEEXT): $(MAKE) -C @abs_top_builddir@/example extract$(EXEEXT) check_PROGRAMS = $(hack) check_DATA = vcd_demo.right vcd_demo_vcdinfo.right \ videocd.right \ cdda.right \ isofs-m1.right isofs-m1-no-rr.right isofs-m1-test2.right \ check_opts0.right check_opts1.right check_opts2.right \ check_opts3.right check_opts4.right check_opts5.right \ check_opts6.right check_opts7.right \ isofs-m1-read.right cdda-read.right \ copying.right copying-rr.right \ joliet.right joliet-nojoliet.right \ malformed.right malformed2.right \ copying.gpl copying-rr.gpl copying-rr-mingw.right \ cdtext.right cdtext-libburnia.right EXTRA_DIST = $(check_SCRIPTS) $(check_DATA) \ check_common_fn check_cue.sh.in check_nrg.sh.in \ check_legal.regex \ check_iso.sh.in \ check_iso_read.sh.in TESTS = $(check_PROGRAMS) $(check_SCRIPTS) XFAIL_TESTS = testassert MOSTLYCLEANFILES = \ core core.* *.dump cdda-orig.wav cdda-try.wav *.raw \ *file?s-read.txt exampleIso*.iso* #: run regression tests. "test" is the same thing as "check" test: check-am #: Run all tests without bloated output check-short: @$(MAKE) check 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb #: Run 5GB ISO 9660 read test # Stripped down greatly from automakes check-TESTS check-iso-read-large: @if ./check_iso_read.sh 5000; then \ echo test of 5M iso_read succeeded; \ elif test $? -ne 77; then \ echo iso_read large file test failed; \ else \ echo iso_read large file test skipped; \ fi #: Run 5GB ISO 9660 read test without some of the bloated output check-iso-read-large-terse: @$(MAKE) check-iso-read-large 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb # This is a really bad hack to make sure check_nrg and check_cue.sh # are executable. Automake will remake check_nrg.sh and check_cue.sh # but not run the configure default commands for them to make sure # they are executable. You know it would be nice one could just set # permissions and mode when it makes the files. I'm sure there's some # cleaner a way to do this, but frankly I've wasted far too much of my # life the crappy automess system that I've really lost interest in # learning any more of this awful system than I need to. check-am: make-executable make-executable: check_nrg.sh check_cue.sh @chmod +x *.sh @if test ! -f cdda.bin -a ! -s cdda.bin ; then \ test -L cdda.bin && $(RM) cdda.bin ; \ $(LN_S) $(abs_top_srcdir)/test/data/cdda.bin cdda.bin ; \ fi @if test ! -f @abs_top_builddir@/test/data/isofs-m1.bin -a ! -s @abs_top_builddir@/test/data/isofs-m1.bin ; then \ test -L isofs-m1.bin && $(RM) isofs-m1.bin ; \ $(LN_S) $(abs_top_srcdir)/test/data/isofs-m1.bin @abs_top_builddir@/test/data/isofs-m1.bin ; \ fi @if test ! -f @abs_top_builddir@/test/data/isofs-m1.cue -a ! -s isofs-m1.cue -a ! -f @abs_top_builddir@/test/data/isofs-m1.cue; then \ test -L isofs-m1.bin && $(RM) isofs-m1.cue ; \ $(LN_S) $(abs_top_srcdir)/test/data/isofs-m1.cue @abs_top_builddir@/test/data/isofs-m1.cue ; \ fi clean-local: clean-local-check clean-local-check: -rm -rf exampleIso*.iso.prep *.log *.trs *.orig *.rej #: run valgrind on C programs check-leaks: $(check_PROGRAMS) for p in $(check_PROGRAMS); do \ valgrind ./$$p; \ done libcdio-2.0.0/test/testpregap.c0000644000175000017500000000612113204104700013327 00000000000000/* Copyright (C) 2003-2005, 2011-2013, 2016 Rocky Bernstein Copyright (C) 2008 Robert W. Fuller This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Regression test for cdio_get_pregap_lsn() To compile as a standalone program: gcc -g3 -Wall -DHAVE_CONFIG_H -I.. -I../include testpregap.c ../lib/driver/.libs/libcdio.a -o testpregap */ #ifndef DATA_DIR #define DATA_DIR "./data" #endif #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #ifndef DATA_DIR #define DATA_DIR "./data" #endif static void log_handler (cdio_log_level_t level, const char message[]) { switch(level) { case CDIO_LOG_DEBUG: case CDIO_LOG_INFO: return; default: printf("cdio %d message: %s\n", level, message); } } typedef struct _pregap_list_t { const char *image; track_t track; lsn_t pregap; } pregap_list_t; static pregap_list_t pregapList[] = { { DATA_DIR "/t2.toc", 1, 4425 }, { DATA_DIR "/t2.toc", 2, CDIO_INVALID_LSN }, { DATA_DIR "/p1.cue", 1, 0 }, { DATA_DIR "/p1.cue", 2, 150 }, { DATA_DIR "/p1.cue", 3, CDIO_INVALID_LSN }, /* { "p1.nrg", 1, 0 }, Nero did not create the proper pre-gap - bleh */ { DATA_DIR "/p1.nrg", 2, 225 }, { DATA_DIR "/p1.nrg", 3, CDIO_INVALID_LSN } }; #define NELEMS(v) (sizeof(v) / sizeof(v[0])) int main(int argc, const char *argv[]) { CdIo_t *cdObj; const char *image; lsn_t pregap; int i; int rc = 0; cdio_log_set_handler (log_handler); if (! (cdio_have_driver(DRIVER_NRG) && cdio_have_driver(DRIVER_BINCUE) && cdio_have_driver(DRIVER_CDRDAO)) ) { printf("-- You don't have enough drivers for this test\n"); exit(77); } for (i = 0; i < NELEMS(pregapList); ++i) { image = pregapList[i].image; cdObj = cdio_open(image, DRIVER_UNKNOWN); if (!cdObj) { printf("-- unrecognized image: %s\n", image); return 50; } pregap = cdio_get_track_pregap_lsn(cdObj, pregapList[i].track); if (pregap != pregapList[i].pregap) { printf("%s should have had pregap of lsn=%d instead of lsn=%d\n", image, pregapList[i].pregap, pregap); rc = i + 1; } else { printf("-- %s had expected pregap\n", image); } cdio_destroy(cdObj); } return rc; } libcdio-2.0.0/test/check_cdtext.sh0000755000175000017500000000345613204104700014004 00000000000000#!/bin/sh # Copyright (C) 2016 Leon Merten Lohse # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # if test "X$srcdir" = "X" ; then exit $SKIP_TEST_EXITCODE fi . $srcdir/check_common_fn CDTEXT_RAW=$srcdir/../example/cdtext-raw if test ! -x $CDTEXT_RAW ; then exit $SKIP_TEST_EXITCODE fi if test "X$DIFF" = "X" ; then exit $SKIP_TEST_EXITCODE fi if test "$DIFF" = "no"; then echo "$0: No diff(1) or cmp(1) found - cannot test ${cmdname}" exit $SKIP_TEST_EXITCODE fi test_cdtext_raw() { opts="$1" outfile="$2" rightfile="$3" if "${CDTEXT_RAW}" ${opts} >"${outfile}" 2>&1 ; then if $DIFF $DIFF_OPTS "${outfile}" "${rightfile}" ; then $RM "${outfile}" return 0 else return 3 fi else echo "$0 failed running: cdtext-raw ${opts}" return 2 fi } fname=cdtext opts="${srcdir}/data/${fname}.cdt" test_cdtext_raw "$opts" ${srcdir}/${fname}.dump ${srcdir}/${fname}.right RC=$? check_result $RC "CD-Text parser" "${CDTEXT_RAW} $opts" fname=cdtext-libburnia opts="${srcdir}/data/${fname}.cdt" test_cdtext_raw "$opts" ${srcdir}/${fname}.dump ${srcdir}/${fname}.right RC=$? check_result $RC "CD-Text libburnia roundtrip" "${CDTEXT_RAW} $opts" exit 0 libcdio-2.0.0/test/testgetdevices.c0000664000175000017500000001143013221564250014205 00000000000000/* Copyright (C) 2008-2009, 2011, 2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Regression test for cdio_get_devices, cdio_get_devices_with_cap(), and cdio_free_device_list() */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_UTSNAME_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #ifndef DATA_DIR #define DATA_DIR "./data" #endif #ifndef __MINGW32__ static void log_handler (cdio_log_level_t level, const char message[]) { switch(level) { case CDIO_LOG_DEBUG: case CDIO_LOG_INFO: return; default: printf("cdio %d message: %s\n", level, message); } } static bool is_in(char **file_list, const char *file) { char **p; for (p = file_list; p != NULL && *p != NULL; p++) { if (strcmp(*p, file) == 0) { printf("-- File %s found as expected\n", file); return true; } } printf("-- Can't find file %s in list\n", file); return false; } #endif int main(int argc, const char *argv[]) { #if defined(__MINGW32__) printf("testgetdevices test skipped until drive recording testing issues resolved\n"); return 77; #else char **nrg_images=NULL; char **bincue_images=NULL; char **imgs; unsigned int i; int ret=0; const char *cue_files[2] = {"cdda.cue", "isofs-m1.cue"}; const char *nrg_files[1] = {"videocd.nrg"}; cdio_log_set_handler (log_handler); if (cdio_have_driver(-1) != false) { fprintf(stderr, "Bogus driver number -1 should be rejected\n"); return 5; } #ifdef HAVE_SYS_UTSNAME_H { struct utsname utsname; if (0 == uname(&utsname)) { if (0 == strncmp("Linux", utsname.sysname, sizeof("Linux"))) { if (!cdio_have_driver(DRIVER_LINUX)) { fprintf(stderr, "You should have been able to get GNU/Linux driver\n"); return 6; } else { printf("-- Good! You have the GNU/Linux driver installed.\n"); } } else if (0 == strncmp("CYGWIN", utsname.sysname, sizeof("CYGWIN"))) { if (!cdio_have_driver(DRIVER_WIN32)) { fprintf(stderr, "You should have been able to get Win32 driver\n"); return 6; } else { printf("-- Good! You have the Win32 driver installed.\n"); } } else if (0 == strncmp("Darwin", utsname.sysname, sizeof("Darwin"))) { if (!cdio_have_driver(DRIVER_OSX)) { fprintf(stderr, "You should have been able to get OS/X driver\n"); return 6; } else { printf("-- Good! You have the OS/X driver installed.\n"); } } else if (0 == strncmp("NetBSD", utsname.sysname, sizeof("NetBSD"))) { if (!cdio_have_driver(DRIVER_NETBSD)) { fprintf(stderr, "You should have been able to get NetBSD driver\n"); return 6; } else { printf("-- Good! You have the OS/X driver installed.\n"); } } } } #endif if (! (cdio_have_driver(DRIVER_NRG) && cdio_have_driver(DRIVER_BINCUE)) ) { printf("You don't have enough drivers for this test\n"); exit(77); } bincue_images = cdio_get_devices(DRIVER_BINCUE); for (imgs=bincue_images; *imgs != NULL; imgs++) { printf("-- bincue image %s\n", *imgs); } if (ret != 0) return ret; if (0 == chdir(DATA_DIR)) { int invalid_images = 0; nrg_images = cdio_get_devices(DRIVER_NRG); for (imgs=nrg_images; *imgs != NULL; imgs++) { printf("-- NRG image %s\n", *imgs); } if (!is_in(nrg_images, nrg_files[0])) { cdio_free_device_list(nrg_images); return 10; } for (i=0; i<2; i++) { if (is_in(bincue_images, cue_files[i])) { printf("-- %s parses as a CDRWIN BIN/CUE csheet.\n", cue_files[i]); } else { printf("-- %s doesn't parse as a CDRWIN BIN/CUE csheet.\n", cue_files[i]); invalid_images += 1; } } printf("invaid images is %d\n", invalid_images); ret = invalid_images != 2; } cdio_free_device_list(nrg_images); cdio_free_device_list(bincue_images); return ret; #endif } libcdio-2.0.0/test/check_common_fn0000664000175000017500000000760713222220144014055 00000000000000# Copyright (C) 2003, 2004, 2005, 2006, 2008, 2012 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # Common routines and setup for regression testing. SKIP_TEST_EXITCODE=77 # Some output changes depending on TZ and locale. Set this so we get known # results TZ=CUT # both 'en_US' and 'en_US.utf8' might be defined on some platforms if locale -a >/dev/null 2>&1 ; then # Note: Solaris 10's shell can't handle $(..) so we use `...` LC_TIME=`locale -a | grep 'en_US' | grep -v 'utf8' | grep -v 'iso88591' &2>/dev/null` fi [ -z "$LC_TIME" ] && { LC_TIME=${LC_TIME:-en_US} }>/dev/null 2>&1 export TZ LC_TIME DIFF="/usr/bin/diff" DIFF_OPTS=" -w --unified" RM="rm -f" check_result() { RC=$1 shift msg=$1 shift cmdline="$cmd $*" if test $RC -ne 0 ; then if test $RC -ne $SKIP_TEST_EXITCODE ; then echo "$0: $msg failed." if test -n "$cmdline" ; then echo "$0: failed command:" echo " $cmdline" fi exit $RC else echo "-- $0: $msg skipped." fi else echo "-- $0: $msg ok." fi } test_common() { cmdname="$1" cmd="../src/${cmdname}" opts="$2" outfile="$3" rightfile="$4" if [ ! -x "${cmd}" ]; then echo "-- $0: No ${cmd}" return 1 fi cmdline="${cmd}" if "${cmd}" --no-header ${opts} >"${outfile}" 2>&1 ; then if test "/usr/bin/diff" != no; then if /usr/bin/diff -w --unified "${outfile}" "${rightfile}" ; then rm -f "${outfile}" return 0 else return 3 fi else echo "$0: No diff(1) or cmp(1) found - cannot test ${cmdname}" rm -f "${outfile}" return $SKIP_TEST_EXITCODE fi else echo "$0 failed running: ${cmdname} ${opts}" return 2 fi } test_cdinfo() { test_common cd-info "$@" } test_iso_info() { test_common iso-info "$@" } test_cd_read() { test_common cd-read "$@" } test_iso_read() { # not test_common, as we use an output file not stdout. opts="$1" outfile="$2" rightfile="$3" ISO_READ="../src/iso-read" if [ ! -x ${ISO_READ} ]; then echo "-- $0: No ${ISO_READ}" return 1 fi if "${ISO_READ}" ${opts} -o "${outfile}" 2>&1 ; then if test "/usr/bin/diff" != no; then if /usr/bin/diff -w --unified "${outfile}" "${rightfile}" ; then rm -f "${outfile}" return 0 else return 3 fi else echo "$0: No diff(1) or cmp(1) found - cannot test ${ISO_READ}" rm -f "${outfile}" return 77 fi else echo "$0 failed running: ${ISO_READ} ${opts} -o ${outfile}" return 2 fi } test_legal_header() { cmdname="$1" cmd="../src/${cmdname}" opts="$2" outfile="$3" if test "/bin/grep" = no; then echo "$0: No grep(1) found - cannot test ${cmd}." echo "$0: Legal header test skipped." exit $SKIP_TEST_EXITCODE fi "${cmd}" ${opts} > ${outfile} 2>&1 while read line; do /bin/grep "${line}" ${outfile} >/dev/null 2>&1 if [ "$?" -ne 0 ] ; then echo "$0: Legal header test failed due to missing expected line:" echo " ${line}" echo "$0: Failed command:" echo " ${cmd} ${opts}" exit 4 fi done < ${srcdir}/check_legal.regex rm -f ${outfile} echo "-- $0: Legal header of ${cmd} ${opts} ok." } #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/check_fuzzyiso.sh0000775000175000017500000000170512301763212014416 00000000000000#!/bin/sh #$Id: check_fuzzyiso.sh,v 1.6 2008/03/20 03:45:43 edsdead Exp $ if test "X$srcdir" = "X" ; then srcdir=`pwd` fi if test "X$top_srcdir" = "X" ; then top_srcdir=`pwd`/.. fi if test "X$top_builddir" = "X" ; then top_builddir=`pwd`/.. fi check_program="$top_builddir/example/isofuzzy" if test ! -x $check_program ; then exit 77 fi cd $srcdir; src_dir=`pwd` for file in $src_dir/data/*.bin $src_dir/data/*.iso $src_dir/data/*.nrg ; do case "$file" in $src_dir/data/p1.nrg | $src_dir/data/p1.bin | $src_dir/data/cdda.bin | $src_dir/data/cdda-mcn.nrg | $src_dir/data/svcdgs.nrg | $src_dir/data/cdtext.bin | $src_dir/data/udf102.iso ) good_rc=1 ;; *) good_rc=0 ;; esac $check_program $file if test $? -ne $good_rc ; then echo "$0: failed running:" echo " $check_program $file" exit 1 fi done exit 0 #;;; Local Variables: *** #;;; mode:shell-script *** #;;; eval: (sh-set-shell "bash") *** #;;; End: *** libcdio-2.0.0/test/vcd_demo.right0000644000175000017500000001134411642541561013645 00000000000000__________________________________ CD-ROM Track List (1 - 3) #: MSF LSN Type Green? Copy? 1: 00:02:00 000000 XA true yes 2: 00:17:57 001182 XA true yes 3: 00:24:71 001721 XA true yes 170: 00:30:10 002110 leadout (4 MB raw, 4 MB formatted) Media Catalog Number (MCN): not available Last CD Session LSN: not supported by drive/driver __________________________________ CD Analysis Report CD-ROM with CD-RTOS and ISO 9660 filesystem ISO 9660: 1032 blocks, label `V0469 ' Application: Preparer : LKVCDIMAGER 5.0.7.10(WIN32) Publisher : LAURENS KOEHOORN System : CD-RTOS CD-BRIDGE Volume : V0469 Volume Set : ISO9660 filesystem /: d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. d---1xrxrxr 0 0 [fn 00] [LSN 19] 2048 Jul 14 1978 00:00:00 ext d---1xrxrxr 0 0 [fn 00] [LSN 20] 2048 Jul 14 1978 00:00:00 mpegav d---1xrxrxr 0 0 [fn 00] [LSN 21] 2048 Jul 14 1978 00:00:00 segment d---1xrxrxr 0 0 [fn 00] [LSN 22] 2048 Jul 14 1978 00:00:00 sources d---1xrxrxr 0 0 [fn 00] [LSN 25] 2048 Jul 14 1978 00:00:00 vcd /EXT/: d---1xrxrxr 0 0 [fn 00] [LSN 19] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 01] [LSN 375] 65536 Jul 14 1978 00:00:00 lot_x.vcd ----1xrxrxr 0 0 [fn 01] [LSN 407] 144 Jul 14 1978 00:00:00 psd_x.vcd /MPEGAV/: d---1xrxrxr 0 0 [fn 00] [LSN 20] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ---2-xrxrxr 0 0 [fn 01] [LSN 1182] 904036 ( 796672) Jul 14 1978 00:00:00 avseq01.dat ---2-xrxrxr 0 0 [fn 02] [LSN 1721] 904036 ( 796672) Jul 14 1978 00:00:00 avseq02.dat /SEGMENT/: d---1xrxrxr 0 0 [fn 00] [LSN 21] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ---2-xrxrxr 0 0 [fn 01] [LSN 225] 220780 ( 194560) Jul 14 1978 00:00:00 item0001.dat /Sources/: d---1xrxrxr 0 0 [fn 00] [LSN 22] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. d---1xrxrxr 0 0 [fn 00] [LSN 23] 2048 Jul 14 1978 00:00:00 html ----1xrxrxr 0 0 [fn 01] [LSN 434] 842 Dec 11 2002 10:33:47 index.htm ----1xrxrxr 0 0 [fn 01] [LSN 435] 1216557 Jan 07 2003 18:01:37 menu.ppm ----1xrxrxr 0 0 [fn 01] [LSN 1030] 2793 Jan 07 2003 18:08:20 source.xml /Sources/HTML/: d---1xrxrxr 0 0 [fn 00] [LSN 23] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 22] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 01] [LSN 425] 1067 Jan 07 2003 17:51:17 0.xml ----1xrxrxr 0 0 [fn 01] [LSN 426] 1067 Jan 07 2003 17:51:17 1.xml d---1xrxrxr 0 0 [fn 00] [LSN 24] 2048 Jul 14 1978 00:00:00 img ----1xrxrxr 0 0 [fn 01] [LSN 427] 1327 Jan 07 2003 17:51:16 movies.css ----1xrxrxr 0 0 [fn 01] [LSN 428] 12024 Jan 07 2003 17:51:16 toc.xsl /Sources/HTML/img/: d---1xrxrxr 0 0 [fn 00] [LSN 24] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 23] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 01] [LSN 408] 1999 Nov 13 2002 07:27:30 al.gif ----1xrxrxr 0 0 [fn 01] [LSN 409] 7626 Jan 07 2003 17:42:53 loeki_groep_01.gif ----1xrxrxr 0 0 [fn 01] [LSN 413] 9986 Jan 07 2003 17:42:53 loeki_groep_02.gif ----1xrxrxr 0 0 [fn 01] [LSN 418] 207 Nov 14 2002 19:33:19 a_left.gif ----1xrxrxr 0 0 [fn 01] [LSN 419] 207 Nov 14 2002 19:33:19 a_right.gif ----1xrxrxr 0 0 [fn 01] [LSN 420] 441 Nov 13 2002 10:54:14 animatie.gif ----1xrxrxr 0 0 [fn 01] [LSN 421] 250 Nov 14 2002 11:44:14 face_up2.gif ----1xrxrxr 0 0 [fn 01] [LSN 422] 259 Nov 13 2002 11:09:06 familie.gif ----1xrxrxr 0 0 [fn 01] [LSN 423] 1010 Nov 14 2002 11:52:28 goldstar2.gif ----1xrxrxr 0 0 [fn 01] [LSN 424] 1783 Nov 13 2002 07:15:09 vcd.gif /VCD/: d---1xrxrxr 0 0 [fn 00] [LSN 25] 2048 Jul 14 1978 00:00:00 . d---1xrxrxr 0 0 [fn 00] [LSN 18] 2048 Jul 14 1978 00:00:00 .. ----1xrxrxr 0 0 [fn 00] [LSN 151] 2048 Jul 14 1978 00:00:00 entries.vcd ----1xrxrxr 0 0 [fn 00] [LSN 150] 2048 Jul 14 1978 00:00:00 info.vcd ----1xrxrxr 0 0 [fn 00] [LSN 152] 65536 Jul 14 1978 00:00:00 lot.vcd ----1xrxrxr 0 0 [fn 00] [LSN 184] 72 Jul 14 1978 00:00:00 psd.vcd XA sectors Video CD session #2 starts at track 2, LSN: 1182, ISO 9660 blocks: 1032 ISO 9660: 1032 blocks, label `V0469 ' libcdio-2.0.0/test/copying.right0000644000175000017500000000033411642541561013532 00000000000000__________________________________ ISO-9660 Information /: d [LSN 23] 2048 Jan 05 2006 21:50:19 . d [LSN 23] 2048 Jan 05 2006 21:50:19 .. - [LSN 24] 18002 Jan 05 2006 21:46:30 copying libcdio-2.0.0/test/joliet-nojoliet.right0000644000175000017500000000135411642541561015174 00000000000000__________________________________ ISO-9660 Information /: d [LSN 28] 2048 Oct 22 2004 22:44:59 . d [LSN 28] 2048 Oct 22 2004 22:44:59 .. d [LSN 29] 2048 Oct 22 2004 22:44:59 libcdio /libcdio/: d [LSN 29] 2048 Oct 22 2004 22:44:59 . d [LSN 28] 2048 Oct 22 2004 22:44:59 .. - [LSN 34] 17992 Mar 12 2004 07:18:03 copying - [LSN 43] 2156 Jun 26 2004 10:01:09 readme - [LSN 45] 2849 Aug 12 2004 09:22:23 readme.libcdio d [LSN 30] 2048 Oct 22 2004 22:44:59 test /libcdio/test/: d [LSN 30] 2048 Oct 22 2004 22:44:59 . d [LSN 29] 2048 Oct 22 2004 22:44:59 .. - [LSN 47] 74 Jul 25 2004 09:52:32 isofs_m1.cue libcdio-2.0.0/test/copying.gpl0000644000175000017500000004312211114145233013167 00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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. This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. libcdio-2.0.0/test/check_sizeof.c0000644000175000017500000000426712030630750013623 00000000000000/* Copyright (C) 2001, 2008, 2011 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #include #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STDIO_H #include #endif #include #include #include /* Private headers */ #include "iso9660_private.h" #define CHECK_SIZEOF(typnam) { \ printf ("-- checking sizeof (%s) ...", #typnam); \ if (sizeof (typnam) != (typnam##_SIZEOF)) { \ printf ("failed!\n==> sizeof (%s) == %d (but should be %d)\n", \ #typnam, (int)sizeof(typnam), (int)(typnam##_SIZEOF)); \ fail++; \ } else { pass++; printf ("ok!\n"); } \ } #define CHECK_SIZEOF_STRUCT(typnam) { \ printf ("-- checking sizeof (struct %s) ...", #typnam); \ if (sizeof (struct typnam) != (struct_##typnam##_SIZEOF)) { \ printf ("failed!\n==> sizeof (struct %s) == %d (but should be %d)\n", \ #typnam, (int)sizeof(struct typnam), (int)(struct_##typnam##_SIZEOF)); \ fail++; \ } else { pass++; printf ("ok!\n"); } \ } int main (int argc, const char *argv[]) { unsigned fail = 0, pass = 0; /* */ CHECK_SIZEOF(msf_t); /* "iso9660_private.h" */ CHECK_SIZEOF(iso_volume_descriptor_t); CHECK_SIZEOF(iso9660_pvd_t); CHECK_SIZEOF(iso_path_table_t); CHECK_SIZEOF(iso9660_dir_t); #define iso9660_xa_t_SIZEOF 14 /* xa.h */ CHECK_SIZEOF(iso9660_xa_t); if (fail) return 1; return 0; } libcdio-2.0.0/test/testischar.c0000644000175000017500000000274012030630401013323 00000000000000/* Copyright (C) 2001, 2008 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Tests ISO9660 character sets. */ #ifdef HAVE_CONFIG_H #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #include int main (int argc, const char *argv[]) { int i, j; printf ("-- "); for (j = 0; j < 0x10; j++) printf (" %1.1x", j); printf (" |"); for (j = 0; j < 0x10; j++) printf (" %1.1x", j); printf ("\n-- "); for (i = 0; i < 0x10; i++) { printf ("%1.1x ", i); for (j = 0; j < 0x10; j++) { int c = (j << 4) + i; printf (" %c", iso9660_is_dchar (c) ? c : ' '); } printf (" |"); for (j = 0; j < 0x10; j++) { int c = (j << 4) + i; printf (" %c", iso9660_isachar (c) ? c : ' '); } printf ("\n-- "); } printf ("\n"); return 0; } libcdio-2.0.0/test/testisocd_joliet.c0000664000175000017500000001171213217072760014542 00000000000000/* Copyright (C) 2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Tests reading ISO 9660 info from an ISO 9660 image. */ #include "portable.h" #include "cdio_assert.h" #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #include #include #include #include "filemode.h" #ifndef DATA_DIR #define DATA_DIR "./data" #endif /* Set up a CD-DA image to test on which is in the libcdio distribution. */ #define ISO9660_IMAGE_PATH DATA_DIR "/" #define ISO9660_IMAGE ISO9660_IMAGE_PATH "joliet.iso" #define SKIP_TEST_RC 77 int main(int argc, const char *argv[]) { iso9660_t *p_iso; iso9660_stat_t *p_statbuf; p_iso = iso9660_open(ISO9660_IMAGE); if (!p_iso) { fprintf(stderr, "Sorry, couldn't open ISO9660 image %s\n", ISO9660_IMAGE); return 1; } else { uint8_t joliet_level = iso9660_ifs_get_joliet_level(p_iso); if ( joliet_level != 0) { printf("Expecting joliet level to be 0, got %d\n", joliet_level); exit(10); } else { printf("-- joliet level 0, as expected.\n"); } #ifdef HAVE_JOLIET iso9660_close(p_iso); p_iso = iso9660_open_ext(ISO9660_IMAGE, ISO_EXTENSION_ALL); joliet_level = iso9660_ifs_get_joliet_level(p_iso); if ( joliet_level != 3) { printf("Expecting joliet level to be 3, got %d\n", joliet_level); exit(11); } else { printf("-- joliet level 3, as expected.\n"); } #endif /* You make get different results looking up "/" versus "/." and the latter may give more complete information. "/" will take information from the PVD only, whereas "/." will force a directory read of "/" and find "." and in that Rock-Ridge information might be found which fills in more stat information that iso9660_fs_find_lsn also will find. . Ideally iso9660_fs_stat should be fixed. */ p_statbuf = iso9660_ifs_stat (p_iso, "/."); if (NULL == p_statbuf) { fprintf(stderr, "Could not get ISO-9660 file information for file /.\n"); iso9660_close(p_iso); exit(2); } else { /* Now try getting the statbuf another way */ char buf[ISO_BLOCKSIZE]; char *psz_path = NULL; const lsn_t i_lsn = p_statbuf->lsn; iso9660_stat_t *p_statbuf2 = iso9660_ifs_find_lsn (p_iso, i_lsn); iso9660_stat_t *p_statbuf3 = iso9660_ifs_find_lsn_with_path (p_iso, i_lsn, &psz_path); int rc=0; const unsigned int statbuf_test_size = 100; /* Compare the two statbufs. */ if (p_statbuf->lsn != p_statbuf2->lsn || p_statbuf->size != p_statbuf2->size || p_statbuf->type != p_statbuf2->type) { fprintf(stderr, "File stat information between fs_stat and " "iso9660_ifs_find_lsn isn't the same\n"); printf("statbuf lsn: %d, size: %d, type: %d\n", p_statbuf->lsn, p_statbuf->size, p_statbuf->type); printf("statbuf2 lsn: %d, size: %d, type: %d\n", p_statbuf2->lsn, p_statbuf2->size, p_statbuf2->type); rc=3; goto exit; } cdio_assert(statbuf_test_size < sizeof(iso9660_stat_t)); if (0 != memcmp(p_statbuf3, p_statbuf2, statbuf_test_size)) { fprintf(stderr, "File stat information between fs_find_lsn and " "fs_find_lsn_with_path isn't the same\n"); rc=4; goto exit; } if (psz_path != NULL) { if (0 != strncmp("/./", psz_path, strlen("/./"))) { fprintf(stderr, "Path returned for ifs_find_lsn_with_path " "is not correct should be /./, is %s\n", psz_path); free(psz_path); rc=5; goto exit; } free(psz_path); } else { fprintf(stderr, "Path returned for fs_find_lsn_with_path is NULL\n"); free(psz_path); rc=6; goto exit; } /* Try reading from the directory. */ memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != iso9660_iso_seek_read (p_iso, buf, i_lsn, 1) ) { fprintf(stderr, "Error reading ISO 9660 file at lsn %lu\n", (long unsigned int) p_statbuf->lsn); rc=7; } exit: iso9660_stat_free(p_statbuf); iso9660_stat_free(p_statbuf2); iso9660_stat_free(p_statbuf3); iso9660_close(p_iso); exit(rc); } } exit(0); } libcdio-2.0.0/include/0000775000175000017500000000000013222221716011542 500000000000000libcdio-2.0.0/include/Makefile.in0000664000175000017500000005070613222217403013535 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # $Id: Makefile.am,v 1.4 2008/03/20 19:02:37 karl Exp $ # # Copyright (C) 2003, 2004, 2006, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = cdio cdio++ am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @ENABLE_CXX_BINDINGS_TRUE@cxxdirs = cdio++ SUBDIRS = cdio $(cxxdirs) all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign include/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/include/cdio++/0000775000175000017500000000000013222221717012607 500000000000000libcdio-2.0.0/include/cdio++/cdtext.hpp0000664000175000017500000000514012410627540014535 00000000000000/* Copyright (C) 2005, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file cdtext.hpp * \brief methods relating to CD-Text information. This file * should not be #included directly. */ /*! Return string representation of the enum values above */ const char *field2str (cdtext_field_t i) { return cdtext_field2str (i); } const char *genre2str (cdtext_genre_t i) { return cdtext_genre2str (i); } const char *lang2str (cdtext_lang_t i) { return cdtext_lang2str (i); } /*! returns an allocated string associated with the given field. NULL is returned if key is CDTEXT_INVALID or the field is not set. The user needs to free the string using cdio_free() when done with it. @see getConst to retrieve a constant string that doesn't have to be freed. */ char *get (cdtext_field_t key, track_t i_track) { return cdtext_get (p_cdtext, key, i_track); } /*! returns a const string associated with the given field. NULL is returned if key is CDTEXT_INVALID or the field is not set. Don't use the string when the cdtext object (i.e. the CdIo_t object you got it from) is no longer valid. @see cdio_get to retrieve an allocated string that persists past the cdtext object. */ const char *getConst (cdtext_field_t key, track_t i_track) { return cdtext_get_const (p_cdtext, key, i_track); } /*! sets cdtext's keyword entry to field */ void set (cdtext_field_t key, track_t i_track, const uint8_t *value, const char *charset) { cdtext_set (p_cdtext, key, value, i_track, charset); } /*! returns the selected language */ cdtext_lang_t getLanguage() { return cdtext_get_language(p_cdtext); } /*! selects a language */ bool selectLanguage(cdtext_lang_t lang) { return cdtext_select_language(p_cdtext, lang); } /*! returns a list of available languages */ cdtext_lang_t *listLanguages() { return cdtext_list_languages(p_cdtext); } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio++/devices.hpp0000644000175000017500000001354411731401715014670 00000000000000/* Copyright (C) 2005, 2006, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file devices.hpp * * \brief methods relating to devices. It is *not* part of a class. * This file should not be #included directly. */ /*! Close media tray in CD drive if there is a routine to do so. @param psz_drive the name of CD-ROM to be closed. @param driver_id is the driver to be used or that got used if it was DRIVER_UNKNOWN or DRIVER_DEVICE; If this is NULL, we won't report back the driver used. */ void closeTray(const char *psz_drive, /*in/out*/ driver_id_t &driver_id); /*! Close media tray in CD drive if there is a routine to do so. @param psz_drive the name of CD-ROM to be closed. If omitted or NULL, we'll scan for a suitable CD-ROM. */ void closeTray(const char *psz_drive=(const char *)NULL); /*! Get a string decribing driver_id. @param driver_id the driver you want the description for @return a sring of driver description */ const char *driverDescribe(driver_id_t driver_id); /*! Eject media in CD drive if there is a routine to do so. If the CD is ejected, object is destroyed. */ void ejectMedia(const char *psz_drive); /*! Free device list returned by GetDevices @param device_list list returned by GetDevices @see GetDevices */ void freeDeviceList(char * device_list[]); /*! Return a string containing the default CD device if none is specified. if p_driver_id is DRIVER_UNKNOWN or DRIVER_DEVICE then find a suitable one set the default device for that. NULL is returned if we couldn't get a default device. */ char * getDefaultDevice(/*in/out*/ driver_id_t &driver_id); /*! Return an array of device names. If you want a specific devices for a driver, give that device. If you want hardware devices, give DRIVER_DEVICE and if you want all possible devices, image drivers and hardware drivers give DRIVER_UNKNOWN. NULL is returned if we couldn't return a list of devices. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char ** getDevices(driver_id_t driver_id=DRIVER_DEVICE); /*! Like GetDevices above, but we may change the p_driver_id if we were given DRIVER_DEVICE or DRIVER_UNKNOWN. This is because often one wants to get a drive name and then *open* it afterwards. Giving the driver back facilitates this, and speeds things up for libcdio as well. */ char **getDevices(driver_id_t &driver_id); /*! Get an array of device names in search_devices that have at least the capabilities listed by the capabities parameter. If search_devices is NULL, then we'll search all possible CD drives. If "b_any" is set false then every capability listed in the extended portion of capabilities (i.e. not the basic filesystem) must be satisified. If "any" is set true, then if any of the capabilities matches, we call that a success. To find a CD-drive of any type, use the mask CDIO_FS_MATCH_ALL. @return the array of device names or NULL if we couldn't get a default device. It is also possible to return a non NULL but after dereferencing the the value is NULL. This also means nothing was found. */ char ** getDevices(/*in*/ char *ppsz_search_devices[], cdio_fs_anal_t capabilities, bool b_any=false); /*! Like GetDevices above but we return the driver we found as well. This is because often one wants to search for kind of drive and then *open* it afterwards. Giving the driver back facilitates this, and speeds things up for libcdio as well. */ char ** getDevices(/*in*/ char* ppsz_search_devices[], cdio_fs_anal_t capabilities, /*out*/ driver_id_t &driver_id, bool b_any=false); /*! Return true if we Have driver for driver_id */ bool haveDriver(driver_id_t driver_id); /*! Determine if bin_name is the bin file part of a CDRWIN CD disk image. @param bin_name location of presumed CDRWIN bin image file. @return the corresponding CUE file if bin_name is a BIN file or NULL if not a BIN file. */ char *isBinFile(const char *psz_bin_name); /*! Determine if cue_name is the cue sheet for a CDRWIN CD disk image. @return corresponding BIN file if cue_name is a CDRWIN cue file or NULL if not a CUE file. */ char *isCueFile(const char *psz_cue_name); /*! Determine if psz_source refers to a real hardware CD-ROM. @param psz_source location name of object @param driver_id driver for reading object. Use DRIVER_UNKNOWN if you don't know what driver to use. @return true if psz_source is a device; If false is returned we could have a CD disk image. */ bool isDevice(const char *psz_source, driver_id_t driver_id); /*! Determine if psz_nrg is a Nero CD disk image. @param psz_nrg location of presumed NRG image file. @return true if psz_nrg is a Nero NRG image or false if not a NRG image. */ bool isNero(const char *psz_nrg); /*! Determine if psz_toc is a TOC file for a cdrdao CD disk image. @param psz_toc location of presumed TOC image file. @return true if toc_name is a cdrdao TOC file or false if not a TOC file. */ bool isTocFile(const char *psz_toc); libcdio-2.0.0/include/cdio++/cdio.hpp0000664000175000017500000000773012410660666014175 00000000000000/* Copyright (C) 2005, 2006, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file cdio.hpp * * \brief C++ class for libcdio: the CD Input and Control * library. Applications use this for anything regarding libcdio. */ #ifndef CDIO_CDIOPP_HPP_ #define CDIO_CDIOPP_HPP_ #include #include #include #include #include // Make pre- and post-increment operators for enums in libcdio where it // makes sense. #include /** Class for driver exceptions. **/ class DriverOpException { public: driver_return_code_t driver_return_code; DriverOpException( void ) { driver_return_code = DRIVER_OP_SUCCESS; }; DriverOpException( driver_return_code_t drc ) { driver_return_code = drc; }; driver_return_code_t get_code(void) { return driver_return_code; }; const char *get_msg(void) { return cdio_driver_errmsg(driver_return_code); }; }; class DriverOpError: public DriverOpException { public: DriverOpError(void) { driver_return_code = DRIVER_OP_ERROR; } }; class DriverOpUnsupported: public DriverOpException { public: DriverOpUnsupported(void) { driver_return_code = DRIVER_OP_UNSUPPORTED; } }; class DriverOpUninit: public DriverOpException { public: DriverOpUninit(void) { driver_return_code = DRIVER_OP_UNINIT; } }; class DriverOpNotPermitted: public DriverOpException { public: DriverOpNotPermitted(void) {driver_return_code = DRIVER_OP_NOT_PERMITTED;} }; class DriverOpBadParameter: public DriverOpException { public: DriverOpBadParameter(void) {driver_return_code = DRIVER_OP_BAD_PARAMETER;} }; class DriverOpBadPointer: public DriverOpException { public: DriverOpBadPointer(void) {driver_return_code = DRIVER_OP_BAD_POINTER;} }; class DriverOpNoDriver: public DriverOpException { public: DriverOpNoDriver(void) {driver_return_code = DRIVER_OP_NO_DRIVER;} }; void possible_throw_device_exception(driver_return_code_t drc); /** A class relating to CD-Text. Use invalid track number 0 to specify CD-Text for the CD (as opposed to a specific track). */ class CdioCDText { public: CdioCDText(cdtext_t *cdtext) { if (NULL == cdtext) cdtext = cdtext_init(); p_cdtext = cdtext; } ~CdioCDText() { cdtext_destroy(p_cdtext); p_cdtext = (cdtext_t *) NULL; } // Other member functions #include "cdtext.hpp" private: cdtext_t *p_cdtext; }; /** A class relating to tracks. A track object basically saves device and track number information so that in track operations these don't have be specified. */ class CdioTrack { public: CdioTrack(CdIo_t *p, track_t t) { i_track = t; p_cdio = p; } // Other member functions #include "track.hpp" private: track_t i_track; CdIo_t *p_cdio; }; /** A class relating to a CD-ROM device or pseudo CD-ROM device with has a particular CD image. A device basically saves the libcdio "object" (of type CdIo *). */ class CdioDevice { protected: CdIo_t *p_cdio; public: CdioDevice() { p_cdio = (CdIo_t *) NULL; }; ~CdioDevice() { cdio_destroy(p_cdio); p_cdio = (CdIo_t *) NULL; }; // Other member functions #include "device.hpp" #include "disc.hpp" #include "mmc.hpp" #include "read.hpp" }; /* Things related to devices. No class or object is needed. */ #include "devices.hpp" #endif /* CDIO_CDIOPP_HPP_ */ libcdio-2.0.0/include/cdio++/Makefile.in0000664000175000017500000004563413222217404014606 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # $Id: Makefile.am,v 1.5 2008/03/20 19:02:38 karl Exp $ # # Copyright (C) 2005, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the install (public) libcdio++ headers ######################################################## # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include/cdio++ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(libcdioinclude_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libcdioincludedir)" HEADERS = $(libcdioinclude_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libcdioincludedir = $(includedir)/cdio++ libcdioinclude_HEADERS = \ cdio.hpp \ cdtext.hpp \ device.hpp \ devices.hpp \ disc.hpp \ enum.hpp \ iso9660.hpp \ mmc.hpp \ read.hpp \ track.hpp all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/cdio++/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign include/cdio++/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-libcdioincludeHEADERS: $(libcdioinclude_HEADERS) @$(NORMAL_INSTALL) @list='$(libcdioinclude_HEADERS)'; test -n "$(libcdioincludedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libcdioincludedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libcdioincludedir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libcdioincludedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libcdioincludedir)" || exit $$?; \ done uninstall-libcdioincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(libcdioinclude_HEADERS)'; test -n "$(libcdioincludedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libcdioincludedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libcdioincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-libcdioincludeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libcdioincludeHEADERS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool cscopelist-am ctags ctags-am distclean \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-libcdioincludeHEADERS \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am \ uninstall-libcdioincludeHEADERS .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/include/cdio++/track.hpp0000644000175000017500000000612011663567443014361 00000000000000/* $Id: track.hpp,v 1.2 2008/03/25 15:59:10 karl Exp $ Copyright (C) 2005, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file track.hpp * \brief methods relating to getting Compact Discs. This file * should not be #included directly. */ /*! Return an opaque CdIo_t pointer for the given track object. */ CdIo_t *getCdIo() { return p_cdio; } /*! Return number of channels in track: 2 or 4; -2 if not implemented or -1 for error. Not meaningful if track is not an audio track. */ int getChannels() { return cdio_get_track_channels(p_cdio, i_track); } /*! Return copy protection status on a track. Is this meaningful if not an audio track? */ track_flag_t getCopyPermit() { return cdio_get_track_copy_permit(p_cdio, i_track); } /*! Get the format (audio, mode2, mode1) of track. */ track_format_t getFormat() { return cdio_get_track_format(p_cdio, i_track); } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ bool getGreen() { return cdio_get_track_green(p_cdio, i_track); } /*! Return the ending LSN. CDIO_INVALID_LSN is returned on error. */ lsn_t getLastLsn() { return cdio_get_track_last_lsn(p_cdio, i_track); } /*! Get the starting LBA. @return the starting LBA or CDIO_INVALID_LBA on error. */ lba_t getLba() { return cdio_get_track_lba(p_cdio, i_track); } /*! @return the starting LSN or CDIO_INVALID_LSN on error. */ lsn_t getLsn() { return cdio_get_track_lsn(p_cdio, i_track); } /*! Return the starting MSF (minutes/secs/frames) for track number i_track in p_cdio. @return true if things worked or false if there is no track entry. */ bool getMsf(/*out*/ msf_t &msf) { return cdio_get_track_msf(p_cdio, i_track,/*out*/ &msf); } /*! Return the track number of the track object. */ track_t getTrackNum() { return i_track; } /*! Get linear preemphasis status on an audio track This is not meaningful if not an audio track? */ track_flag_t getPreemphasis() { return cdio_get_track_preemphasis(p_cdio, i_track); } /*! Get the number of sectors between this track an the next. This includes any pregap sectors before the start of the next track. @return the number of sectors or 0 if there is an error. */ unsigned int getSecCount() { return cdio_get_track_sec_count(p_cdio, i_track); } libcdio-2.0.0/include/cdio++/iso9660.hpp0000664000175000017500000002724713217072760014401 00000000000000/* Copyright (C) 2006, 2008, 2011-2012, 2016-2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file iso9660.hpp * * \brief C++ class for libcdio: the CD Input and Control * library. Applications use this for anything regarding libcdio. */ #ifndef CDIO_ISO9660_HPP_ #define CDIO_ISO9660_HPP_ #include #include #include // vector class library #include #include using namespace std; /** ISO 9660 class. */ class ISO9660 { public: class PVD // Primary Volume ID { public: iso9660_pvd_t pvd; // Make private? PVD() { memset(&pvd, 0, sizeof(pvd)); } PVD(iso9660_pvd_t *p_new_pvd) { memcpy(&pvd, p_new_pvd, sizeof(pvd)); }; /*! Return the PVD's application ID. NULL is returned if there is some problem in getting this. */ char * get_application_id(); int get_pvd_block_size(); /*! Return the PVD's preparer ID. NULL is returned if there is some problem in getting this. */ char * get_preparer_id(); /*! Return the PVD's publisher ID. NULL is returned if there is some problem in getting this. */ char * get_publisher_id(); const char *get_pvd_id(); int get_pvd_space_size(); uint8_t get_pvd_type(); /*! Return the primary volume id version number (of pvd). If there is an error 0 is returned. */ int get_pvd_version(); /*! Return the LSN of the root directory for pvd. If there is an error CDIO_INVALID_LSN is returned. */ lsn_t get_root_lsn(); /*! Return the PVD's system ID. NULL is returned if there is some problem in getting this. */ char * get_system_id(); /*! Return the PVD's volume ID. NULL is returned if there is some problem in getting this. */ char * get_volume_id(); /*! Return the PVD's volumeset ID. NULL is returned if there is some problem in getting this. */ char * get_volumeset_id(); }; class Stat // ISO 9660 file information { public: iso9660_stat_t *p_stat; typedef vector< ISO9660::Stat *> stat_vector_t; Stat(iso9660_stat_t *p_new_stat) { p_stat = p_new_stat; }; Stat(const Stat& copy_in) { free(p_stat); p_stat = (iso9660_stat_t *) calloc( 1, sizeof(iso9660_stat_t) + strlen(copy_in.p_stat->filename)+1 ); p_stat = copy_in.p_stat; } const Stat& operator= (const Stat& right) { free(p_stat); this->p_stat = right.p_stat; return right; } ~Stat() { iso9660_stat_free(p_stat); p_stat = NULL; } }; #ifdef FS #undef FS #endif class FS : public CdioDevice // ISO 9660 Filesystem on a CD or CD-image { public: typedef vector< ISO9660::Stat *> stat_vector_t; /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. @return Stat * of entry if we found lsn, or NULL otherwise. Caller must release returned object using delete when done. */ Stat *find_lsn(lsn_t i_lsn); /*! Read the Primary Volume Descriptor for a CD. A PVD object is returned if read, and NULL if there was an error. */ PVD *read_pvd (); /*! Read the Super block of an ISO 9660 image. This is the Primary Volume Descriptor (PVD) and perhaps a Supplemental Volume Descriptor if (Joliet) extensions are acceptable. */ bool read_superblock (iso_extension_mask_t iso_extension_mask); /*! Read psz_path (a directory) and return a vector of iso9660_stat_t pointers for the files inside that directory. The caller must free the returned result. */ bool readdir (const char psz_path[], stat_vector_t& stat_vector); /*! Return file status for path name psz_path. NULL is returned on error. If translate is true, version numbers in the ISO 9660 name are dropped, i.e. ;1 is removed and if level 1 ISO-9660 names are lowercased. @return file status object for psz_path. NULL is returned on error. Caller must release returned object using delete when done. */ Stat * stat (const char psz_path[], bool b_translate=false) { if (b_translate) return new Stat(iso9660_fs_stat_translate (p_cdio, psz_path)); else return new Stat(iso9660_fs_stat (p_cdio, psz_path)); } }; class IFS // ISO 9660 filesystem image { public: typedef vector< ISO9660::Stat *> stat_vector_t; IFS() { p_iso9660=NULL; }; ~IFS() { iso9660_close(p_iso9660); p_iso9660 = (iso9660_t *) NULL; }; /*! Close previously opened ISO 9660 image and free resources associated with the image. Call this when done using using an ISO 9660 image. @return true is unconditionally returned. If there was an error false would be returned. */ bool close(); /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. Returns Stat* of entry if we found lsn, or NULL otherwise. Caller must release returned object using delete when done. */ Stat *find_lsn(lsn_t i_lsn); /*! Get the application ID. psz_app_id is set to NULL if there is some problem in getting this and false is returned. */ bool get_application_id(/*out*/ char * &psz_app_id) { return iso9660_ifs_get_application_id(p_iso9660, &psz_app_id); } /*! Return the Joliet level recognized. */ uint8_t get_joliet_level(); /*! Get the preparer ID. psz_preparer_id is set to NULL if there is some problem in getting this and false is returned. */ bool get_preparer_id(/*out*/ char * &psz_preparer_id) { return iso9660_ifs_get_preparer_id(p_iso9660, &psz_preparer_id); } /*! Get the publisher ID. psz_publisher_id is set to NULL if there is some problem in getting this and false is returned. */ bool get_publisher_id(/*out*/ char * &psz_publisher_id) { return iso9660_ifs_get_publisher_id(p_iso9660, &psz_publisher_id); } /*! Get the system ID. psz_system_id is set to NULL if there is some problem in getting this and false is returned. */ bool get_system_id(/*out*/ char * &psz_system_id) { return iso9660_ifs_get_system_id(p_iso9660, &psz_system_id); } /*! Return the volume ID in the PVD. psz_volume_id is set to NULL if there is some problem in getting this and false is returned. */ bool get_volume_id(/*out*/ char * &psz_volume_id) { return iso9660_ifs_get_volume_id(p_iso9660, &psz_volume_id); } /*! Return the volumeset ID in the PVD. psz_volumeset_id is set to NULL if there is some problem in getting this and false is returned. */ bool get_volumeset_id(/*out*/ char * &psz_volumeset_id) { return iso9660_ifs_get_volumeset_id(p_iso9660, &psz_volumeset_id); } /*! Return true if ISO 9660 image has extended attrributes (XA). */ bool is_xa (); /*! Open an ISO 9660 image for reading. Maybe in the future we will have a mode. NULL is returned on error. An open routine should be called before using any read routine. If device object was previously opened it is closed first. @param psz_path location of ISO 9660 image @param iso_extension_mask the kinds of ISO 9660 extensions will be considered on access. @return true if open succeeded or false if error. @see open_fuzzy */ bool open(const char *psz_path, iso_extension_mask_t iso_extension_mask=ISO_EXTENSION_NONE) { if (p_iso9660) iso9660_close(p_iso9660); p_iso9660 = iso9660_open_ext(psz_path, iso_extension_mask); return NULL != (iso9660_t *) p_iso9660 ; } /*! Open an ISO 9660 image for "fuzzy" reading. This means that we will try to guess various internal offset based on internal checks. This may be useful when trying to read an ISO 9660 image contained in a file format that libiso9660 doesn't know natively (or knows imperfectly.) Maybe in the future we will have a mode. NULL is returned on error. @see open */ bool open_fuzzy (const char *psz_path, iso_extension_mask_t iso_extension_mask =ISO_EXTENSION_NONE, uint16_t i_fuzz=20); /*! Read the Primary Volume Descriptor for an ISO 9660 image. A PVD object is returned if read, and NULL if there was an error. */ PVD *read_pvd (); /*! Read the Super block of an ISO 9660 image but determine framesize and datastart and a possible additional offset. Generally here we are not reading an ISO 9660 image but a CD-Image which contains an ISO 9660 filesystem. @see read_superblock */ bool read_superblock (iso_extension_mask_t iso_extension_mask =ISO_EXTENSION_NONE, uint16_t i_fuzz=20); /*! Read the Super block of an ISO 9660 image but determine framesize and datastart and a possible additional offset. Generally here we are not reading an ISO 9660 image but a CD-Image which contains an ISO 9660 filesystem. @see read_superblock */ bool read_superblock_fuzzy (iso_extension_mask_t iso_extension_mask =ISO_EXTENSION_NONE, uint16_t i_fuzz=20); /*! Read psz_path (a directory) and return a list of iso9660_stat_t pointers for the files inside that directory. The caller must free the returned result. */ bool readdir (const char psz_path[], stat_vector_t& stat_vector) { CdioISO9660FileList_t *p_stat_list = iso9660_ifs_readdir (p_iso9660, psz_path); if (p_stat_list) { CdioListNode_t *p_entnode; _CDIO_LIST_FOREACH (p_entnode, p_stat_list) { iso9660_stat_t *p_statbuf = (iso9660_stat_t *) _cdio_list_node_data (p_entnode); stat_vector.push_back(new ISO9660::Stat(p_statbuf)); } iso9660_filelist_free(p_stat_list); return true; } else { return false; } } /*! Seek to a position and then read n bytes. Size read is returned. */ long int seek_read (void *ptr, lsn_t start, long int i_size=1) { return iso9660_iso_seek_read (p_iso9660, ptr, start, i_size); } /*! Return file status for pathname. NULL is returned on error. Caller must release returned object using delete when done. */ Stat * stat (const char psz_path[], bool b_translate=false) { if (b_translate) return new Stat(iso9660_ifs_stat_translate (p_iso9660, psz_path)); else return new Stat(iso9660_ifs_stat (p_iso9660, psz_path)); } private: iso9660_t *p_iso9660; }; }; typedef vector< ISO9660::Stat *> stat_vector_t; typedef vector ::iterator stat_vector_iterator_t; #endif /* CDIO_ISO9660_HPP_ */ libcdio-2.0.0/include/cdio++/mmc.hpp0000664000175000017500000003233312410627540014022 00000000000000/* Copyright (C) 2005, 2006, 2008, 2010 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** * \file mmc.hpp * \brief methods relating to MMC (Multimedia Commands). This file * should not be #included directly. */ /** Read Audio Subchannel information @param p_cdio the CD object to be acted upon. @param p_subchannel place for returned subchannel information A DriverOpException is raised on error. */ void mmcAudioReadSubchannel (/*out*/ cdio_subchannel_t *p_subchannel) { driver_return_code_t drc = mmc_audio_read_subchannel (p_cdio, p_subchannel); possible_throw_device_exception(drc); } /** Eject using MMC commands. If CD-ROM is "locked" we'll unlock it. Command is not "immediate" -- we'll wait for the command to complete. For a more general (and lower-level) routine, @see mmc_start_stop_unit. A DriverOpException is raised on error. */ void mmcEjectMedia() { driver_return_code_t drc = mmc_eject_media( p_cdio ); possible_throw_device_exception(drc); } /** Get the lsn of the end of the CD @return the lsn. On error return CDIO_INVALID_LSN. */ lsn_t mmcGetDiscLastLsn() { return mmc_get_disc_last_lsn( p_cdio ); } /** Return the discmode as reported by the MMC Read (FULL) TOC command. Information was obtained from Section 5.1.13 (Read TOC/PMA/ATIP) pages 56-62 from the MMC draft specification, revision 10a at http://www.t10.org/ftp/t10/drafts/mmc/mmc-r10a.pdf See especially tables 72, 73 and 75. */ discmode_t mmcGetDiscmode() { return mmc_get_discmode( p_cdio ); } /** Get drive capabilities for a device. @return the drive capabilities. */ void mmcGetDriveCap ( /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap) { mmc_get_drive_cap ( p_cdio, p_read_cap, p_write_cap, p_misc_cap); } /** Get the MMC level supported by the device. */ cdio_mmc_level_t mmcGetDriveMmcCap() { return mmc_get_drive_mmc_cap(p_cdio); } /** Get the DVD type associated with cd object. @return the DVD discmode. */ discmode_t mmcGetDvdStructPhysical (cdio_dvd_struct_t *s) { return mmc_get_dvd_struct_physical (p_cdio, s); } /** Get the CD-ROM hardware info via an MMC INQUIRY command. @return true if we were able to get hardware info, false if we had an error. */ bool mmcGetHwinfo ( /* out*/ cdio_hwinfo_t *p_hw_info ) { return mmc_get_hwinfo ( p_cdio, p_hw_info ); } /** Find out if media has changed since the last call. @param p_cdio the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ int mmcGetMediaChanged() { return mmc_get_media_changed(p_cdio); } /** Get the media catalog number (MCN) from the CD via MMC. @return the media catalog number r NULL if there is none or we don't have the ability to get it. Note: The caller must free the returned string with cdio_free() when done with it. */ char * mmcGetMcn () { return mmc_get_mcn ( p_cdio ); } /** Get the output port volumes and port selections used on AUDIO PLAY commands via a MMC MODE SENSE command using the CD Audio Control Page. A DriverOpException is raised on error. */ void mmcAudioGetVolume (mmc_audio_volume_t *p_volume) { driver_return_code_t drc = mmc_audio_get_volume (p_cdio, p_volume); possible_throw_device_exception(drc); } /** Report if CD-ROM has a praticular kind of interface (ATAPI, SCSCI, ...) Is it possible for an interface to have serveral? If not this routine could probably return the single mmc_feature_interface_t. @return true if we have the interface and false if not. */ bool_3way_t mmcHaveInterface( cdio_mmc_feature_interface_t e_interface ) { return mmc_have_interface( p_cdio, e_interface ); } /** Run a MODE_SENSE command (6- or 10-byte version) and put the results in p_buf @return DRIVER_OP_SUCCESS if we ran the command ok. */ int mmcModeSense( /*out*/ void *p_buf, int i_size, int page) { return mmc_mode_sense( p_cdio, /*out*/ p_buf, i_size, page); } /** Run a MODE_SENSE command (10-byte version) and put the results in p_buf @return DRIVER_OP_SUCCESS if we ran the command ok. */ int mmcModeSense10( /*out*/ void *p_buf, int i_size, int page) { return mmc_mode_sense_10( p_cdio, /*out*/ p_buf, i_size, page); } /** Run a MODE_SENSE command (6-byte version) and put the results in p_buf @return DRIVER_OP_SUCCESS if we ran the command ok. */ int mmcModeSense6( /*out*/ void *p_buf, int i_size, int page) { return mmc_mode_sense_6( p_cdio, /*out*/ p_buf, i_size, page); } /** Issue a MMC READ_CD command. @param p_cdio object to read from @param p_buf Place to store data. The caller should ensure that p_buf can hold at least i_blocksize * i_blocks bytes. @param i_lsn sector to read @param expected_sector_type restricts reading to a specific CD sector type. Only 3 bits with values 1-5 are used: 0 all sector types 1 CD-DA sectors only 2 Mode 1 sectors only 3 Mode 2 formless sectors only. Note in contrast to all other values an MMC CD-ROM is not required to support this mode. 4 Mode 2 Form 1 sectors only 5 Mode 2 Form 2 sectors only @param b_digital_audio_play Control error concealment when the data being read is CD-DA. If the data being read is not CD-DA, this parameter is ignored. If the data being read is CD-DA and DAP is false zero, then the user data returned should not be modified by flaw obscuring mechanisms such as audio data mute and interpolate. If the data being read is CD-DA and DAP is true, then the user data returned should be modified by flaw obscuring mechanisms such as audio data mute and interpolate. b_sync_header return the sync header (which will probably have the same value as CDIO_SECTOR_SYNC_HEADER of size CDIO_CD_SYNC_SIZE). @param header_codes Header Codes refer to the sector header and the sub-header that is present in mode 2 formed sectors: 0 No header information is returned. 1 The 4-byte sector header of data sectors is be returned, 2 The 8-byte sector sub-header of mode 2 formed sectors is returned. 3 Both sector header and sub-header (12 bytes) is returned. The Header preceeds the rest of the bytes (e.g. user-data bytes) that might get returned. @param b_user_data Return user data if true. For CD-DA, the User Data is CDIO_CD_FRAMESIZE_RAW bytes. For Mode 1, The User Data is ISO_BLOCKSIZE bytes beginning at offset CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE. For Mode 2 formless, The User Data is M2RAW_SECTOR_SIZE bytes beginning at offset CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE. For data Mode 2, form 1, User Data is ISO_BLOCKSIZE bytes beginning at offset CDIO_CD_XA_SYNC_HEADER. For data Mode 2, form 2, User Data is 2 324 bytes beginning at offset CDIO_CD_XA_SYNC_HEADER. @param b_sync @param b_edc_ecc true if we return EDC/ECC error detection/correction bits. The presence and size of EDC redundancy or ECC parity is defined according to sector type: CD-DA sectors have neither EDC redundancy nor ECC parity. Data Mode 1 sectors have 288 bytes of EDC redundancy, Pad, and ECC parity beginning at offset 2064. Data Mode 2 formless sectors have neither EDC redundancy nor ECC parity Data Mode 2 form 1 sectors have 280 bytes of EDC redundancy and ECC parity beginning at offset 2072 Data Mode 2 form 2 sectors optionally have 4 bytes of EDC redundancy beginning at offset 2348. @param c2_error_information If true associate a bit with each sector for C2 error The resulting bit field is ordered exactly as the main channel bytes. Each 8-bit boundary defines a byte of flag bits. @param subchannel_selection subchannel-selection bits 0 No Sub-channel data shall be returned. (0 bytes) 1 RAW P-W Sub-channel data shall be returned. (96 byte) 2 Formatted Q sub-channel data shall be transferred (16 bytes) 3 Reserved 4 Corrected and de-interleaved R-W sub-channel (96 bytes) 5-7 Reserved @param i_blocksize size of the a block expected to be returned @param i_blocks number of blocks expected to be returned. A DriverOpException is raised on error. */ void mmcReadCd ( void *p_buf, lsn_t i_lsn, int expected_sector_type, bool b_digital_audio_play, bool b_sync, uint8_t header_codes, bool b_user_data, bool b_edc_ecc, uint8_t c2_error_information, uint8_t subchannel_selection, uint16_t i_blocksize, uint32_t i_blocks ) { driver_return_code_t drc = mmc_read_cd ( p_cdio, p_buf, i_lsn, expected_sector_type, b_digital_audio_play, b_sync, header_codes, b_user_data, b_edc_ecc, c2_error_information, subchannel_selection, i_blocksize, i_blocks ); possible_throw_device_exception(drc); } /** Read just the user data part of some sort of data sector (via mmc_read_cd). @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least CDIO_CD_FRAMESIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum, M2RAW_SECTOR_SIZE. @param i_lsn sector to read @param i_blocksize size of each block @param i_blocks number of blocks to read */ void mmcReadDataSectors ( void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks=1) { driver_return_code_t drc = mmc_read_data_sectors ( p_cdio, p_buf, i_lsn, i_blocksize, i_blocks ); possible_throw_device_exception(drc); } /** Read MMC read mode2 sectors A DriverOpException is raised on error. */ void mmcReadSectors ( void *p_buf, lsn_t i_lsn, int read_sector_type, uint32_t i_blocks=1) { driver_return_code_t drc = mmc_read_sectors ( p_cdio, p_buf, i_lsn, read_sector_type, i_blocks); possible_throw_device_exception(drc); } /** Run an MMC command. @param p_cdio CD structure set by cdio_open(). @param i_timeout_ms time in milliseconds we will wait for the command to complete. @param p_cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. @param e_direction direction the transfer is to go. @param i_buf Size of buffer @param p_buf Buffer for data, both sending and receiving. @return 0 if command completed successfully. */ int mmcRunCmd( unsigned int i_timeout_ms, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { return mmc_run_cmd( p_cdio, i_timeout_ms, p_cdb, e_direction, i_buf, p_buf ); } /** Set the block size for subsequent read requests, via MMC. @param i_blocksize size to set for subsequent requests A DriverOpException is raised on error. */ void mmcSetBlocksize ( uint16_t i_blocksize) { driver_return_code_t drc = mmc_set_blocksize ( p_cdio, i_blocksize); possible_throw_device_exception(drc); } /** Set the drive speed via MMC. @param i_speed speed to set drive to. A DriverOpException is raised on error. */ void mmcSetSpeed( int i_speed ) { driver_return_code_t drc = mmc_set_speed( p_cdio, i_speed, 0); possible_throw_device_exception(drc); } /** Load or Unload media using a MMC START STOP command. @param p_cdio the CD object to be acted upon. @param b_eject eject if true and close tray if false @param b_immediate wait or don't wait for operation to complete @param power_condition Set CD-ROM to idle/standby/sleep. If nonzero eject/load is ignored, so set to 0 if you want to eject or load. @see mmc_eject_media or mmc_close_tray A DriverOpException is raised on error. */ void mmcStartStopMedia(bool b_eject, bool b_immediate, uint8_t power_condition) { driver_return_code_t drc = mmc_start_stop_unit(p_cdio, b_eject, b_immediate, power_condition, 0); possible_throw_device_exception(drc); } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio++/enum.hpp0000644000175000017500000000256011565200163014205 00000000000000/* Copyright (C) 2005, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file enum.hpp * * \brief C++ header for pre- and post-increment operators for * enumerations defined in libcdio that it makes sense to iterate over. */ #define ENUM_ITERATE_FNS(type) \ inline \ type &operator++(type &t) \ { \ return t = type(t + 1); \ } \ inline \ type &operator++(type &t, int) \ { \ return t = type(t + 1); \ } \ inline \ type &operator--(type &t) \ { \ return t = type(t - 1); \ } \ inline \ type &operator--(type &t, int) \ { \ return t = type(t - 1); \ } ENUM_ITERATE_FNS(cdtext_field_t) ENUM_ITERATE_FNS(driver_id_t) libcdio-2.0.0/include/cdio++/Makefile.am0000644000175000017500000000217111114145233014556 00000000000000# $Id: Makefile.am,v 1.5 2008/03/20 19:02:38 karl Exp $ # # Copyright (C) 2005, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the install (public) libcdio++ headers ######################################################## # libcdioincludedir=$(includedir)/cdio++ libcdioinclude_HEADERS = \ cdio.hpp \ cdtext.hpp \ device.hpp \ devices.hpp \ disc.hpp \ enum.hpp \ iso9660.hpp \ mmc.hpp \ read.hpp \ track.hpp libcdio-2.0.0/include/cdio++/read.hpp0000644000175000017500000000742511565177142014173 00000000000000/* Copyright (C) 2005, 2006, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file read.hpp * * \brief methods relating to reading blocks of Compact Discs. This file * should not be #included directly. */ /*! Reposition read offset Similar to (if not the same as) libc's lseek() @param offset amount to seek @param whence like corresponding parameter in libc's lseek, e.g. SEEK_SET or SEEK_END. @return (off_t) -1 on error. */ off_t lseek(off_t offset, int whence) { return cdio_lseek(p_cdio, offset, whence); } /*! Reads into buf the next size bytes. Similar to (if not the same as) libc's read() @param p_buf place to read data into. The caller should make sure this location can store at least i_size bytes. @param i_size number of bytes to read @return (ssize_t) -1 on error. */ ssize_t read(void *p_buf, size_t i_size) { return cdio_read(p_cdio, p_buf, i_size); } /*! Reads a number of sectors (AKA blocks). @param p_buf place to read data into. The caller should make sure this location is large enough. See below for size information. @param read_mode the kind of "mode" to use in reading. @param i_lsn sector to read @param i_blocks number of sectors to read If read_mode is CDIO_MODE_AUDIO, *p_buf should hold at least CDIO_FRAMESIZE_RAW * i_blocks bytes. If read_mode is CDIO_MODE_DATA, *p_buf should hold at least i_blocks times either ISO_BLOCKSIZE, M1RAW_SECTOR_SIZE or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum which is M2RAW_SECTOR_SIZE. If read_mode is CDIO_MODE_M2F1, *p_buf should hold at least M2RAW_SECTOR_SIZE * i_blocks bytes. If read_mode is CDIO_MODE_M2F2, *p_buf should hold at least CDIO_CD_FRAMESIZE * i_blocks bytes. A DriverOpException is raised on error. */ void readSectors(void *p_buf, lsn_t i_lsn, cdio_read_mode_t read_mode, uint32_t i_blocks=1) { driver_return_code_t drc = cdio_read_sectors(p_cdio, p_buf, i_lsn, read_mode, i_blocks); possible_throw_device_exception(drc); } /*! Reads a number of data sectors (AKA blocks). @param p_buf place to read data into. The caller should make sure this location is large enough. See below for size information. *p_buf should hold at least i_blocks times either ISO_BLOCKSIZE, M1RAW_SECTOR_SIZE or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum which is M2RAW_SECTOR_SIZE. @param i_lsn sector to read @param i_blocksize size of block. Should be either CDIO_CD_FRAMESIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE. See comment above under p_buf. @param i_blocks number of sectors to read A DriverOpException is raised on error. */ void readDataBlocks(void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks=1) { driver_return_code_t drc = cdio_read_data_sectors (p_cdio, p_buf, i_lsn, i_blocksize, i_blocks); possible_throw_device_exception(drc); } libcdio-2.0.0/include/cdio++/disc.hpp0000664000175000017500000001023012410627540014160 00000000000000/* Copyright (C) 2005, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file disc.hpp * \brief methods relating to getting Compact Disc information. This file * should not be #included directly. */ /*! Get disc mode - the kind of CD (CD-DA, CD-ROM mode 1, CD-MIXED, etc. that we've got. The notion of "CD" is extended a little to include DVD's. */ discmode_t getDiscmode () { return cdio_get_discmode(p_cdio); } /*! Get the lsn of the end of the CD @return the lsn. On error 0 or CDIO_INVALD_LSN. */ lsn_t getDiscLastLsn() { return cdio_get_disc_last_lsn(p_cdio); } /*! Get the number of the first track. @return a track object or NULL; on error. */ CdioTrack *getFirstTrack() { track_t i_track = cdio_get_first_track_num(p_cdio); return (CDIO_INVALID_TRACK != i_track) ? new CdioTrack(p_cdio, i_track) : (CdioTrack *) NULL; } /*! Get the number of the first track. @return the track number or CDIO_INVALID_TRACK on error. */ track_t getFirstTrackNum() { return cdio_get_first_track_num(p_cdio); } /*! Get the number of the first track. @return a track object or NULL; on error. */ CdioTrack *getLastTrack() { track_t i_track = cdio_get_last_track_num(p_cdio); return (CDIO_INVALID_TRACK != i_track) ? new CdioTrack(p_cdio, i_track) : (CdioTrack *) NULL; } /*! Get the number of the first track. @return the track number or CDIO_INVALID_TRACK on error. */ track_t getLastTrackNum() { return cdio_get_last_track_num(p_cdio); } /*! Return the Joliet level recognized for p_cdio. */ uint8_t getJolietLevel() { return cdio_get_joliet_level(p_cdio); } /*! Get the media catalog number (MCN) from the CD. @return the media catalog number r NULL if there is none or we don't have the ability to get it. Note: The caller must free the returned string with cdio_free() when done with it. */ char * getMcn () { return cdio_get_mcn (p_cdio); } /*! Get the number of tracks on the CD. @return the number of tracks, or CDIO_INVALID_TRACK if there is an error. */ track_t getNumTracks () { return cdio_get_num_tracks(p_cdio); } /*! Find the track which contans lsn. CDIO_INVALID_TRACK is returned if the lsn outside of the CD or if there was some error. If the lsn is before the pregap of the first track 0 is returned. Otherwise we return the track that spans the lsn. */ CdioTrack *getTrackFromNum(track_t i_track) { return new CdioTrack(p_cdio, i_track); } /*! Find the track which contans lsn. CDIO_INVALID_TRACK is returned if the lsn outside of the CD or if there was some error. If the lsn is before the pregap of the first track 0 is returned. Otherwise we return the track that spans the lsn. */ CdioTrack *getTrackFromLsn(lsn_t lsn) { track_t i_track = cdio_get_track(p_cdio, lsn); return (CDIO_INVALID_TRACK != i_track) ? new CdioTrack(p_cdio, i_track) : (CdioTrack *) NULL; } /*! Return true if discmode is some sort of CD. */ bool isDiscmodeCdrom (discmode_t discmode) { return cdio_is_discmode_cdrom(discmode); } /*! Return true if discmode is some sort of DVD. */ bool isDiscmodeDvd (discmode_t discmode) { return cdio_is_discmode_dvd (discmode) ; } /*! Get CD-Text information for a CdIo_t object. @return the CD-Text object or NULL if obj is NULL or CD-Text information does not exist. */ CdioCDText *getCdtext () { cdtext_t *cdtext = cdio_get_cdtext (p_cdio); if (NULL == cdtext) return (CdioCDText *) NULL; else return new CdioCDText(cdtext); } libcdio-2.0.0/include/cdio++/device.hpp0000644000175000017500000001366011731401520014476 00000000000000/* Copyright (C) 2005, 2006, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file device.hpp * * \brief C++ header for driver- or device-related libcdio calls. * ("device" includes CD-image reading devices.) */ /*! Free resources associated with CD-ROM Device/Image. After this we must do another open before any more reading. */ bool close() { cdio_destroy(p_cdio); p_cdio = (CdIo_t *) NULL; return true; } /*! Eject media in CD drive if there is a routine to do so. If the CD is ejected, object is destroyed. */ void ejectMedia () { driver_return_code_t drc = cdio_eject_media(&p_cdio); possible_throw_device_exception(drc); } /*! Free device list returned by GetDevices @param device_list list returned by GetDevices @see GetDevices */ void freeDeviceList (char * device_list[]) { cdio_free_device_list(device_list); } /*! Get the value associatied with key. @param key the key to retrieve @return the value associatd with "key" or NULL if p_cdio is NULL or "key" does not exist. */ const char * getArg (const char key[]) { return cdio_get_arg (p_cdio, key); } /*! Return an opaque CdIo_t pointer for the given track object. */ CdIo_t *getCdIo() { return p_cdio; } /*! Get the CD device name for the object. @return a string containing the CD device for this object or NULL is if we couldn't get a device anme. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char * getDevice () { return cdio_get_default_device(p_cdio); } /*! Get the what kind of device we've got. @param p_read_cap pointer to return read capabilities @param p_write_cap pointer to return write capabilities @param p_misc_cap pointer to return miscellaneous other capabilities In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ void getDriveCap (cdio_drive_read_cap_t &read_cap, cdio_drive_write_cap_t &write_cap, cdio_drive_misc_cap_t &misc_cap) { cdio_get_drive_cap(p_cdio, &read_cap, &write_cap, &misc_cap); } /*! Get a string containing the name of the driver in use. @return a string with driver name or NULL if CdIo_t is NULL (we haven't initialized a specific device. */ const char * getDriverName () { return cdio_get_driver_name(p_cdio); } /*! Get the driver id. if CdIo_t is NULL (we haven't initialized a specific device driver), then return DRIVER_UNKNOWN. @return the driver id.. */ driver_id_t getDriverId () { return cdio_get_driver_id(p_cdio); } /*! Get the CD-ROM hardware info via a SCSI MMC INQUIRY command. False is returned if we had an error getting the information. */ bool getHWinfo ( /*out*/ cdio_hwinfo_t &hw_info ) { return cdio_get_hwinfo(p_cdio, &hw_info); } /*! Get the LSN of the first track of the last session of on the CD. @param i_last_session pointer to the session number to be returned. */ void getLastSession (/*out*/ lsn_t &i_last_session) { driver_return_code_t drc = cdio_get_last_session(p_cdio, &i_last_session); possible_throw_device_exception(drc); } /*! Find out if media has changed since the last call. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ int getMediaChanged() { return cdio_get_media_changed(p_cdio); } /*! True if CD-ROM understand ATAPI commands. */ bool_3way_t haveATAPI () { return cdio_have_atapi(p_cdio); } /*! Sets up to read from the device specified by psz_source. An open routine should be called before using any read routine. If device object was previously opened it is closed first. @return true if open succeeded or false if error. */ bool open(const char *psz_source) { if (p_cdio) cdio_destroy(p_cdio); p_cdio = cdio_open_cd(psz_source); return NULL != p_cdio ; } /*! Sets up to read from the device specified by psz_source and access mode. An open routine should be called before using any read routine. If device object was previously opened it is "closed". @return true if open succeeded or false if error. */ bool open (const char *psz_source, driver_id_t driver_id, const char *psz_access_mode = (const char *) NULL) { if (p_cdio) cdio_destroy(p_cdio); if (psz_access_mode) p_cdio = cdio_open_am(psz_source, driver_id, psz_access_mode); else p_cdio = cdio_open(psz_source, driver_id); return NULL != p_cdio ; } /*! Set the blocksize for subsequent reads. */ void setBlocksize ( int i_blocksize ) { driver_return_code_t drc = cdio_set_blocksize ( p_cdio, i_blocksize ); possible_throw_device_exception(drc); } /*! Set the drive speed. */ void setSpeed ( int i_speed ) { driver_return_code_t drc = cdio_set_speed ( p_cdio, i_speed ); possible_throw_device_exception(drc); } /*! Set the arg "key" with "value" in "p_cdio". @param key the key to set @param value the value to assocaiate with key */ void setArg (const char key[], const char value[]) { driver_return_code_t drc = cdio_set_arg (p_cdio, key, value); possible_throw_device_exception(drc); } libcdio-2.0.0/include/Makefile.am0000644000175000017500000000154211114145233013513 00000000000000# $Id: Makefile.am,v 1.4 2008/03/20 19:02:37 karl Exp $ # # Copyright (C) 2003, 2004, 2006, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . if ENABLE_CXX_BINDINGS cxxdirs = cdio++ endif SUBDIRS = cdio $(cxxdirs) libcdio-2.0.0/include/cdio/0000775000175000017500000000000013222221716012460 500000000000000libcdio-2.0.0/include/cdio/audio.h0000644000175000017500000001000111731401012013630 00000000000000/* -*- c -*- Copyright (C) 2005, 2007, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file audio.h * * \brief The top-level header for CD audio-related libcdio * calls. These control playing of the CD-ROM through its * line-out jack. */ #ifndef CDIO_AUDIO_H_ #define CDIO_AUDIO_H_ #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*! This struct is used by the cdio_audio_read_subchannel */ typedef struct cdio_subchannel_s { uint8_t format; uint8_t audio_status; uint8_t address: 4; uint8_t control: 4; uint8_t track; uint8_t index; msf_t abs_addr; msf_t rel_addr; } cdio_subchannel_t; /*! This struct is used by cdio_audio_get_volume and cdio_audio_set_volume */ typedef struct cdio_audio_volume_s { uint8_t level[4]; } cdio_audio_volume_t; /*! This struct is used by the CDROMPLAYTRKIND ioctl */ typedef struct cdio_track_index_s { uint8_t i_start_track; /**< start track */ uint8_t i_start_index; /**< start index */ uint8_t i_end_track; /**< end track */ uint8_t i_end_index; /**< end index */ } cdio_track_index_t; /*! Get volume of an audio CD. @param p_cdio the CD object to be acted upon. @param p_volume place to put the list of volume outputs levels p_volume can be NULL in which case we return only whether the driver has the ability to get the volume or not. */ driver_return_code_t cdio_audio_get_volume (CdIo_t *p_cdio, /*out*/ cdio_audio_volume_t *p_volume); /*! Return the number of seconds (discarding frame portion) of an MSF */ uint32_t cdio_audio_get_msf_seconds(msf_t *p_msf); /*! Pause playing CD through analog output @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_pause (CdIo_t *p_cdio); /*! Playing CD through analog output at the given MSF. @param p_cdio the CD object to be acted upon. @param p_start_msf pointer to staring MSF @param p_end_msf pointer to ending MSF */ driver_return_code_t cdio_audio_play_msf (CdIo_t *p_cdio, /*in*/msf_t *p_start_msf, /*in*/ msf_t *p_end_msf); /*! Playing CD through analog output at the desired track and index @param p_cdio the CD object to be acted upon. @param p_track_index location to start/end. */ driver_return_code_t cdio_audio_play_track_index ( CdIo_t *p_cdio, cdio_track_index_t *p_track_index); /*! Get subchannel information. @param p_cdio the CD object to be acted upon. @param p_subchannel place for returned subchannel information */ driver_return_code_t cdio_audio_read_subchannel (CdIo_t *p_cdio, /*out*/ cdio_subchannel_t *p_subchannel); /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_resume (CdIo_t *p_cdio); /*! Set volume of an audio CD. @param p_cdio the CD object to be acted upon. @param p_volume place for returned volume-level information */ driver_return_code_t cdio_audio_set_volume (CdIo_t *p_cdio, /*out*/ cdio_audio_volume_t *p_volume); /*! Stop playing an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_stop (CdIo_t *p_cdio); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_AUDIO_H_ */ libcdio-2.0.0/include/cdio/utf8.h0000664000175000017500000000774412410627540013456 00000000000000/* Copyright (C) 2008, 2012, 2014 Rocky Bernstein Copyright (C) 2006 Burkhard Plaum This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file utf8.h * * \brief UTF-8 support */ #include /** \brief Opaque characterset converter */ typedef struct cdio_charset_coverter_s cdio_charset_coverter_t; /** \brief Create a charset converter * \param src_charset Source charset * \param dst_charset Destination charset * \returns A newly allocated charset converter */ cdio_charset_coverter_t * cdio_charset_converter_create(const char * src_charset, const char * dst_charset); /** \brief Destroy a characterset converter * \param cnv A characterset converter */ void cdio_charset_converter_destroy(cdio_charset_coverter_t*cnv); /** \brief Convert a string from one character set to another * \param cnv A charset converter * \param src Source string * \param src_len Length of source string * \param dst Returns destination string * \param dst_len If non NULL, returns the length of the destination string * \returns true if conversion was sucessful, false else. * * The destination string must be freed by the caller with cdio_free(). * If you pass -1 for src_len, strlen() will be used. */ bool cdio_charset_convert(cdio_charset_coverter_t*cnv, char * src, int src_len, char ** dst, int * dst_len); /** \brief Convert a string from UTF-8 to another charset * \param src Source string (0 terminated) * \param dst Returns destination string * \param dst_len If non NULL, returns the length of the destination string * \param dst_charset The characterset to convert to * \returns true if conversion was sucessful, false else. * * This is a convenience function, which creates a charset converter, * converts one string and destroys the charset converter. * * The destination string must be freed by the caller with cdio_free(). */ bool cdio_charset_from_utf8(cdio_utf8_t * src, char ** dst, int * dst_len, const char * dst_charset); /** \brief Convert a string from another charset to UTF-8 * \param src Source string * \param src_len Length of the source string * \param dst Returns destination string (0 terminated) * \param src_charset The characterset to convert from * \returns true if conversion was sucessful, false else. * * This is a convenience function, which creates a charset converter, * converts one string and destroys the charset converter. * * The destination string must be freed by the caller with cdio_free(). * If you pass -1 for src_len, strlen() will be used. */ bool cdio_charset_to_utf8(const char *src, size_t src_len, cdio_utf8_t **dst, const char * src_charset); #ifdef _WIN32 /** \brief Convert an UTF8 string to UTF-16 (allocate returned string) * \param str Source string * \returns NULL if the conversion was unsuccesful. Caller must free the * returned string with cdio_free(). * This is a convenience function available on Windows platforms only. */ wchar_t* cdio_utf8_to_wchar(const char* str); #include /* for FILE */ /** \brief Provides an UTF-8 compliant version of fopen for Windows * The parameters and return value are the same as fopen(). */ FILE* fopen_utf8(const char* filename, const char* mode); #endif libcdio-2.0.0/include/cdio/track.h0000664000175000017500000002166212410627540013667 00000000000000/* Copyright (C) 2005, 2006, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file track.h * \brief The top-level header for track-related libcdio calls. */ #ifndef CDIO_TRACK_H_ #define CDIO_TRACK_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*! Printable tags for track_format_t enumeration. */ extern const char *track_format2str[6]; typedef enum { TRACK_FORMAT_AUDIO, /**< Audio track, e.g. CD-DA */ TRACK_FORMAT_CDI, /**< CD-i. How this is different from DATA below? */ TRACK_FORMAT_XA, /**< Mode2 of some sort */ TRACK_FORMAT_DATA, /**< Mode1 of some sort */ TRACK_FORMAT_PSX, /**< Playstation CD. Like audio but only 2336 bytes * of user data. */ TRACK_FORMAT_ERROR /**< Dunno what is, or some other error. */ } track_format_t; typedef enum { CDIO_TRACK_FLAG_FALSE, CDIO_TRACK_FLAG_TRUE, CDIO_TRACK_FLAG_ERROR, CDIO_TRACK_FLAG_UNKNOWN } track_flag_t; /*! \brief Structure containing attributes associated with a track */ typedef struct { track_flag_t preemphasis; /**< Linear preemphasis on an audio track */ track_flag_t copy_permit; /**< Whether copying is permitted */ int channels; /**< Number of audio channels, 2, 4. -2 if not implemented or -1 for error. */ } track_flags_t; /*! The leadout track is always 0xAA, regardless of # of tracks on disc, or what value may be used internally. For example although OS X uses a different value for the lead-out track internally than given below, programmers should use CDIO_CDROM_LEADOUT_TRACK and not worry about this. */ /*! An enumeration for some of the CDIO_CDROM_* \#defines below. This isn't really an enumeration one would really use in a program; it is to be helpful in debuggers where wants just to refer to the CDIO_CDROM_* names and get something. */ extern enum cdio_track_enums { CDIO_CDROM_LBA = 0x01, /**< "logical block": first frame is #0 */ CDIO_CDROM_MSF = 0x02, /**< "minute-second-frame": binary, not BCD here! */ CDIO_CDROM_DATA_TRACK = 0x04, CDIO_CDROM_CDI_TRACK = 0x10, CDIO_CDROM_XA_TRACK = 0x20, CDIO_CD_MAX_TRACKS = 99, /**< Largest CD track number */ CDIO_CDROM_LEADOUT_TRACK = 0xAA, /**< Lead-out track number */ CDIO_INVALID_TRACK = 0xFF, /**< Constant for invalid track number */ } cdio_track_enums; #define CDIO_CD_MIN_TRACK_NO 1 /**< Smallest CD track number */ /*! track modes (Table 350) reference: MMC-3 draft revsion - 10g */ typedef enum { AUDIO, /**< 2352 byte block length */ MODE1, /**< 2048 byte block length */ MODE1_RAW, /**< 2352 byte block length */ MODE2, /**< 2336 byte block length */ MODE2_FORM1, /**< 2048 byte block length */ MODE2_FORM2, /**< 2324 byte block length */ MODE2_FORM_MIX, /**< 2336 byte block length */ MODE2_RAW /**< 2352 byte block length */ } trackmode_t; /*! Get the number of the first track. @return the track number or CDIO_INVALID_TRACK on error. */ track_t cdio_get_first_track_num(const CdIo_t *p_cdio); /*! Return the last track number. CDIO_INVALID_TRACK is returned on error. */ track_t cdio_get_last_track_num (const CdIo_t *p_cdio); /*! Find the track which contains lsn. CDIO_INVALID_TRACK is returned if the lsn outside of the CD or if there was some error. If the lsn is before the pregap of the first track 0 is returned. Otherwise we return the track that spans the lsn. */ track_t cdio_get_track(const CdIo_t *p_cdio, lsn_t lsn); /*! Return number of channels in track: 2 or 4; -2 if not implemented or -1 for error. Not meaningful if track is not an audio track. */ int cdio_get_track_channels(const CdIo_t *p_cdio, track_t i_track); /*! Return copy protection status on a track. Is this meaningful if not an audio track? */ track_flag_t cdio_get_track_copy_permit(const CdIo_t *p_cdio, track_t i_track); /*! Get the format (audio, mode2, mode1) of track. */ track_format_t cdio_get_track_format(const CdIo_t *p_cdio, track_t i_track); /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ bool cdio_get_track_green(const CdIo_t *p_cdio, track_t i_track); /*! Return the ending LSN for track number i_track in cdio. CDIO_INVALID_LSN is returned on error. */ lsn_t cdio_get_track_last_lsn(const CdIo_t *p_cdio, track_t i_track); /*! Get the starting LBA for track number i_track in p_cdio. Track numbers usually start at something greater than 0, usually 1. The "leadout" track is specified either by using i_track CDIO_CDROM_LEADOUT_TRACK or the total tracks+1. @param p_cdio object to get information from @param i_track the track number we want the LSN for @return the starting LBA or CDIO_INVALID_LBA on error. */ lba_t cdio_get_track_lba(const CdIo_t *p_cdio, track_t i_track); /*! Return the starting LSN for track number i_track in p_cdio. Track numbers usually start at something greater than 0, usually 1. The "leadout" track is specified either by using i_track CDIO_CDROM_LEADOUT_TRACK or the total tracks+1. @param p_cdio object to get information from @param i_track the track number we want the LSN for @return the starting LSN or CDIO_INVALID_LSN on error. */ lsn_t cdio_get_track_lsn(const CdIo_t *p_cdio, track_t i_track); /*! Return the starting LBA for the pregap for track number i_track in p_cdio. Track numbers usually start at something greater than 0, usually 1. @param p_cdio object to get information from @param i_track the track number we want the LBA for @return the starting LBA or CDIO_INVALID_LBA on error. */ lba_t cdio_get_track_pregap_lba(const CdIo_t *p_cdio, track_t i_track); /*! Return the starting LSN for the pregap for track number i_track in p_cdio. Track numbers usually start at something greater than 0, usually 1. @param p_cdio object to get information from @param i_track the track number we want the LSN for @return the starting LSN or CDIO_INVALID_LSN on error. */ lsn_t cdio_get_track_pregap_lsn(const CdIo_t *p_cdio, track_t i_track); /*! Get the International Standard Recording Code (ISRC) for track number i_track in p_cdio. Track numbers usually start at something greater than 0, usually 1. @return the International Standard Recording Code (ISRC) or NULL if there is none or we don't have the ability to get it. Note: The caller must free the returned string with cdio_free() when done with it. */ char * cdio_get_track_isrc (const CdIo_t *p_cdio, track_t i_track); /*! Return the starting MSF (minutes/secs/frames) for track number i_track in p_cdio. Track numbers usually start at something greater than 0, usually 1. The "leadout" track is specified either by using i_track CDIO_CDROM_LEADOUT_TRACK or the total tracks+1. @return true if things worked or false if there is no track entry. */ bool cdio_get_track_msf(const CdIo_t *p_cdio, track_t i_track, /*out*/ msf_t *msf); /*! Get linear preemphasis status on an audio track This is not meaningful if not an audio track? */ track_flag_t cdio_get_track_preemphasis(const CdIo_t *p_cdio, track_t i_track); /*! Get the number of sectors between this track an the next. This includes any pregap sectors before the start of the next track. Track numbers usually start at something greater than 0, usually 1. @return the number of sectors or 0 if there is an error. */ unsigned int cdio_get_track_sec_count(const CdIo_t *p_cdio, track_t i_track); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_TRACK_H_ */ libcdio-2.0.0/include/cdio/bytesex.h0000644000175000017500000001572213204104700014232 00000000000000/* Copyright (C) 2000, 2004 Herbert Valerio Riedel Copyright (C) 2005, 2008, 2012, 2015 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file bytesex.h * \brief Generic Byte-swapping routines. * * Note: this header will is slated to get removed and libcdio will * use glib.h routines instead. */ #ifndef CDIO_BYTESEX_H_ #define CDIO_BYTESEX_H_ #include #include /* also defines CDIO_INLINE */ #include /** 16-bit big-endian to little-endian */ #define UINT16_SWAP_LE_BE_C(val) ((uint16_t) ( \ (((uint16_t) (val) & (uint16_t) 0x00ffU) << 8) | \ (((uint16_t) (val) & (uint16_t) 0xff00U) >> 8))) /** 32-bit big-endian to little-endian */ #define UINT32_SWAP_LE_BE_C(val) ((uint32_t) ( \ (((uint32_t) (val) & (uint32_t) 0x000000ffU) << 24) | \ (((uint32_t) (val) & (uint32_t) 0x0000ff00U) << 8) | \ (((uint32_t) (val) & (uint32_t) 0x00ff0000U) >> 8) | \ (((uint32_t) (val) & (uint32_t) 0xff000000U) >> 24))) /** 64-bit big-endian to little-endian */ #define UINT64_SWAP_LE_BE_C(val) ((uint64_t) ( \ (((uint64_t) (val) & (uint64_t) UINT64_C(0x00000000000000ff)) << 56) | \ (((uint64_t) (val) & (uint64_t) UINT64_C(0x000000000000ff00)) << 40) | \ (((uint64_t) (val) & (uint64_t) UINT64_C(0x0000000000ff0000)) << 24) | \ (((uint64_t) (val) & (uint64_t) UINT64_C(0x00000000ff000000)) << 8) | \ (((uint64_t) (val) & (uint64_t) UINT64_C(0x000000ff00000000)) >> 8) | \ (((uint64_t) (val) & (uint64_t) UINT64_C(0x0000ff0000000000)) >> 24) | \ (((uint64_t) (val) & (uint64_t) UINT64_C(0x00ff000000000000)) >> 40) | \ (((uint64_t) (val) & (uint64_t) UINT64_C(0xff00000000000000)) >> 56))) #ifndef UINT16_SWAP_LE_BE # define UINT16_SWAP_LE_BE UINT16_SWAP_LE_BE_C #endif #ifndef UINT32_SWAP_LE_BE # define UINT32_SWAP_LE_BE UINT32_SWAP_LE_BE_C #endif #ifndef UINT64_SWAP_LE_BE # define UINT64_SWAP_LE_BE UINT64_SWAP_LE_BE_C #endif static CDIO_INLINE uint16_t uint16_swap_le_be (const uint16_t val) { return UINT16_SWAP_LE_BE (val); } static CDIO_INLINE uint32_t uint32_swap_le_be (const uint32_t val) { return UINT32_SWAP_LE_BE (val); } static CDIO_INLINE uint64_t uint64_swap_le_be (const uint64_t val) { return UINT64_SWAP_LE_BE (val); } # define UINT8_TO_BE(val) ((uint8_t) (val)) # define UINT8_TO_LE(val) ((uint8_t) (val)) #ifdef WORDS_BIGENDIAN # define UINT16_TO_BE(val) ((uint16_t) (val)) # define UINT16_TO_LE(val) ((uint16_t) UINT16_SWAP_LE_BE(val)) # define UINT32_TO_BE(val) ((uint32_t) (val)) # define UINT32_TO_LE(val) ((uint32_t) UINT32_SWAP_LE_BE(val)) # define UINT64_TO_BE(val) ((uint64_t) (val)) # define UINT64_TO_LE(val) ((uint64_t) UINT64_SWAP_LE_BE(val)) #else # define UINT16_TO_BE(val) ((uint16_t) UINT16_SWAP_LE_BE(val)) # define UINT16_TO_LE(val) ((uint16_t) (val)) # define UINT32_TO_BE(val) ((uint32_t) UINT32_SWAP_LE_BE(val)) # define UINT32_TO_LE(val) ((uint32_t) (val)) # define UINT64_TO_BE(val) ((uint64_t) UINT64_SWAP_LE_BE(val)) # define UINT64_TO_LE(val) ((uint64_t) (val)) #endif /** symmetric conversions */ #define UINT8_FROM_BE(val) (UINT8_TO_BE (val)) #define UINT8_FROM_LE(val) (UINT8_TO_LE (val)) #define UINT16_FROM_BE(val) (UINT16_TO_BE (val)) #define UINT16_FROM_LE(val) (UINT16_TO_LE (val)) #define UINT32_FROM_BE(val) (UINT32_TO_BE (val)) #define UINT32_FROM_LE(val) (UINT32_TO_LE (val)) #define UINT64_FROM_BE(val) (UINT64_TO_BE (val)) #define UINT64_FROM_LE(val) (UINT64_TO_LE (val)) /** converter function template */ #define CVT_TO_FUNC(bits) \ static CDIO_INLINE uint ## bits ## _t \ uint ## bits ## _to_be (uint ## bits ## _t val) \ { return UINT ## bits ## _TO_BE (val); } \ static CDIO_INLINE uint ## bits ## _t \ uint ## bits ## _to_le (uint ## bits ## _t val) \ { return UINT ## bits ## _TO_LE (val); } \ CVT_TO_FUNC(8) CVT_TO_FUNC(16) CVT_TO_FUNC(32) CVT_TO_FUNC(64) #undef CVT_TO_FUNC #define uint8_from_be(val) (uint8_to_be (val)) #define uint8_from_le(val) (uint8_to_le (val)) #define uint16_from_be(val) (uint16_to_be (val)) #define uint16_from_le(val) (uint16_to_le (val)) #define uint32_from_be(val) (uint32_to_be (val)) #define uint32_from_le(val) (uint32_to_le (val)) #define uint64_from_be(val) (uint64_to_be (val)) #define uint64_from_le(val) (uint64_to_le (val)) /** ISO9660-related field conversion routines */ /** Convert from uint8_t to ISO 9660 7.1.1 format */ #define to_711(i) uint8_to_le(i) /** Convert from ISO 9660 7.1.1 format to uint8_t */ #define from_711(i) uint8_from_le(i) /** Convert from uint16_t to ISO 9669 7.2.1 format */ #define to_721(i) uint16_to_le(i) /** Convert from ISO 9660 7.2.1 format to uint16_t */ #define from_721(i) uint16_from_le(i) /** Convert from uint16_t to ISO 9669 7.2.2 format */ #define to_722(i) uint16_to_be(i) /** Convert from ISO 9660 7.2.2 format to uint16_t */ #define from_722(i) uint16_from_be(i) /** Convert from uint16_t to ISO 9669 7.2.3 format */ static CDIO_INLINE uint32_t to_723(uint16_t i) { return uint32_swap_le_be(i) | i; } /** Convert from ISO 9660 7.2.3 format to uint16_t */ static CDIO_INLINE uint16_t from_723 (uint32_t p) { if (uint32_swap_le_be (p) != p) cdio_warn ("from_723: broken byte order"); return (0xFFFF & p); } /** Convert from uint16_t to ISO 9669 7.3.1 format */ #define to_731(i) uint32_to_le(i) /** Convert from ISO 9660 7.3.1 format to uint32_t */ #define from_731(i) uint32_from_le(i) /** Convert from uint32_t to ISO 9669 7.3.2 format */ #define to_732(i) uint32_to_be(i) /** Convert from ISO 9660 7.3.2 format to uint32_t */ #define from_732(i) uint32_from_be(i) /** Convert from uint16_t to ISO 9669 7.3.3 format */ static CDIO_INLINE uint64_t to_733(uint32_t i) { return uint64_swap_le_be(i) | i; } /** Convert from ISO 9660 7.3.3 format to uint32_t */ static CDIO_INLINE uint32_t from_733 (uint64_t p) { if (uint64_swap_le_be (p) != p) cdio_warn ("from_733: broken byte order"); return (UINT32_C(0xFFFFFFFF) & p); } static CDIO_INLINE uint32_t from_733_with_err (uint64_t p, bool *err) { if (uint64_swap_le_be (p) != p) { cdio_warn ("from_733: broken byte order"); *err = true; } else { *err = false; } return (UINT32_C(0xFFFFFFFF) & p); } #endif /* CDIO_BYTESEX_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/types.h0000664000175000017500000002333213217072760013727 00000000000000/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2012, 2017 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file types.h * \brief Common type definitions used pervasively in libcdio. */ #ifndef CDIO_TYPES_H_ #define CDIO_TYPES_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* If is not available on your platform please contact the libcdio mailing list so that we can fix it! */ #if !defined(ARE_THERE_STILL_ENVS_WITHOUT_SYS_TYPES) #include #endif #if defined(AMIGA) typedef u_int8_t uint8_t; typedef u_int16_t uint16_t; typedef u_int32_t uint32_t; typedef u_int64_t uint64_t; #else /* If is not available on your platform please contact the libcdio mailing list so that we can fix it! For MSVC, you can find both a public domain stdint.h and inttypes.h in the MSVC/missing directory of libcdio. */ #include #endif typedef uint8_t ubyte; /* MSVC does not define mode_t and ssize_t by default. The way to compensate for missing UNIX types is to include a custom unistd.h that defines them. Such a file is provided with the libcdio source, in the MSVC/missing directory */ #if defined(_MSC_VER) #include #endif /* default HP/UX macros are broken */ #if defined(__hpux__) # undef UINT16_C # undef UINT32_C # undef UINT64_C # undef INT64_C #endif /* if it's still not defined, take a good guess... should work for most 32bit and 64bit archs */ #ifndef UINT16_C # define UINT16_C(c) c ## U #endif #ifndef UINT32_C # if defined (SIZEOF_INT) && SIZEOF_INT == 4 # define UINT32_C(c) c ## U # elif defined (SIZEOF_LONG) && SIZEOF_LONG == 4 # define UINT32_C(c) c ## UL # else # define UINT32_C(c) c ## U # endif #endif #ifndef UINT64_C # if defined (SIZEOF_LONG) && SIZEOF_LONG == 8 # define UINT64_C(c) c ## UL # elif defined (SIZEOF_INT) && SIZEOF_INT == 8 # define UINT64_C(c) c ## U # else # define UINT64_C(c) c ## ULL # endif #endif #ifndef INT64_C # if defined (SIZEOF_LONG) && SIZEOF_LONG == 8 # define INT64_C(c) c ## L # elif defined (SIZEOF_INT) && SIZEOF_INT == 8 # define INT64_C(c) c # else # define INT64_C(c) c ## LL # endif #endif #ifndef __cplusplus /* All the stdbool.h seem to define those */ #ifndef __bool_true_false_are_defined #define __bool_true_false_are_defined 1 #undef bool #undef true #undef false #ifdef _Bool #define bool _Bool #else #define bool unsigned char #endif #define true 1 #define false 0 #endif /* __bool_true_false_are_defined */ #endif /*C++*/ /* some GCC optimizations -- gcc 2.5+ */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4) #define GNUC_PRINTF( format_idx, arg_idx ) \ __attribute__((format (printf, format_idx, arg_idx))) #define GNUC_SCANF( format_idx, arg_idx ) \ __attribute__((format (scanf, format_idx, arg_idx))) #define GNUC_FORMAT( arg_idx ) \ __attribute__((format_arg (arg_idx))) #define GNUC_NORETURN \ __attribute__((noreturn)) #define GNUC_CONST \ __attribute__((const)) #define GNUC_UNUSED \ __attribute__((unused)) #define GNUC_PACKED \ __attribute__((packed)) #else /* !__GNUC__ */ #define GNUC_PRINTF( format_idx, arg_idx ) #define GNUC_SCANF( format_idx, arg_idx ) #define GNUC_FORMAT( arg_idx ) #define GNUC_NORETURN #define GNUC_CONST #define GNUC_UNUSED #define GNUC_PACKED #endif /* !__GNUC__ */ #if defined(__MINGW32__) # define PRAGMA_BEGIN_PACKED _Pragma("pack(push)") \ _Pragma("pack(1)") # define PRAGMA_END_PACKED _Pragma("pack(pop)") #elif __GNUC__ > 4 || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901) /* should work with GCC > 4.0 clang and most EDG-frontend based C and C++ compilers */ # define PRAGMA_BEGIN_PACKED _Pragma("pack(1)") # define PRAGMA_END_PACKED _Pragma("pack()") #elif defined(_MSC_VER) # define PRAGMA_BEGIN_PACKED __pragma(pack(push, 1)) # define PRAGMA_END_PACKED __pragma(pack(pop)) #else /* neither gcc nor _Pragma() available... */ /* ...so let's be naive and hope the regression testsuite is run... */ # define PRAGMA_BEGIN_PACKED # define PRAGMA_END_PACKED #endif /* * user directed static branch prediction gcc 2.96+ */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) # define GNUC_LIKELY(x) __builtin_expect((x),true) # define GNUC_UNLIKELY(x) __builtin_expect((x),false) #else # define GNUC_LIKELY(x) (x) # define GNUC_UNLIKELY(x) (x) #endif #ifndef NULL # define NULL ((void*) 0) #endif /** Provide a notice for deprecated elements. Before gcc 4.5 'deprecated' takes no arguments. */ #if defined(__GNUC__) # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5) # define LIBCDIO_DEPRECATED(object, notice) object __attribute__ ((deprecated(notice))) # else # define LIBCDIO_DEPRECATED(object, notice) object __attribute__ ((deprecated)) # endif #elif defined(_MSC_VER) #define LIBCDIO_DEPRECATED(object, notice) __declspec(deprecated(notice)) object #else #define LIBCDIO_DEPRECATED(object, notice) #endif /** our own offsetof()-like macro */ #define __cd_offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) /*! \brief MSF (minute/second/frame) structure One CD-ROMs addressing scheme especially used in audio formats (Red Book) is an address by minute, sector and frame which BCD-encoded in three bytes. An alternative format is an lba_t. Note: the fields in this structure are BCD encoded. Use cdio_to_bcd8() or cdio_from_bcd8() to convert an integer into or out of this format. The format specifier %x (not %d) can be used if you need to format or print values in this structure. @see lba_t */ PRAGMA_BEGIN_PACKED struct msf_s { uint8_t m, s, f; /* BCD encoded! */ } GNUC_PACKED; PRAGMA_END_PACKED typedef struct msf_s msf_t; #define msf_t_SIZEOF 3 /*! \brief UTF-8 char definition Type to denote UTF-8 strings. */ typedef char cdio_utf8_t; typedef enum { nope = 0, yep = 1, dunno = 2 } bool_3way_t; /* type used for bit-fields in structs (1 <= bits <= 8) */ #if defined(__GNUC__) /* this is strict ISO C99 which allows only 'unsigned int', 'signed int' and '_Bool' explicitly as bit-field type */ typedef unsigned int bitfield_t; #else /* other compilers might increase alignment requirements to match the 'unsigned int' type -- fixme: find out how unalignment accesses can be pragma'ed on non-gcc compilers */ typedef uint8_t bitfield_t; #endif /*! The type of a Logical Block Address. We allow for an lba to be negative to be consistent with an lba, although I'm not sure this this is possible. */ typedef int32_t lba_t; /*! The type of a Logical Sector Number. Note that an lba can be negative and the MMC3 specs allow for a conversion of a negative lba. @see msf_t */ typedef int32_t lsn_t; /* Address in either MSF or logical format */ union cdio_cdrom_addr { msf_t msf; lba_t lba; }; /*! The type of a track number 0..99. */ typedef uint8_t track_t; /*! The type of a session number 0..99. */ typedef uint8_t session_t; /*! Constant for invalid session number */ #define CDIO_INVALID_SESSION 0xFF /*! Constant for invalid LBA. It is 151 less than the most negative LBA -45150. This provide slack for the 150-frame offset in LBA to LSN 150 conversions */ #define CDIO_INVALID_LBA -45301 /*! Constant for invalid LSN */ #define CDIO_INVALID_LSN CDIO_INVALID_LBA /*! Number of ASCII bytes in a media catalog number (MCN). We include an extra 0 byte so these can be used as C strings. */ #define CDIO_MCN_SIZE 13 /*! Type to hold ASCII bytes in a media catalog number (MCN). We include an extra 0 byte so these can be used as C strings. */ typedef char cdio_mcn_t[CDIO_MCN_SIZE+1]; /*! Number of ASCII bytes in International Standard Recording Codes (ISRC) */ #define CDIO_ISRC_SIZE 12 /*! Type to hold ASCII bytes in a ISRC. We include an extra 0 byte so these can be used as C strings. */ typedef char cdio_isrc_t[CDIO_ISRC_SIZE+1]; typedef int cdio_fs_anal_t; /*! track flags Q Sub-channel Control Field (4.2.3.3) */ typedef enum { CDIO_TRACK_FLAG_NONE = 0x00, /**< no flags set */ CDIO_TRACK_FLAG_PRE_EMPHASIS = 0x01, /**< audio track recorded with pre-emphasis */ CDIO_TRACK_FLAG_COPY_PERMITTED = 0x02, /**< digital copy permitted */ CDIO_TRACK_FLAG_DATA = 0x04, /**< data track */ CDIO_TRACK_FLAG_FOUR_CHANNEL_AUDIO = 0x08, /**< 4 audio channels */ CDIO_TRACK_FLAG_SCMS = 0x10 /**< SCMS (5.29.2.7) */ } cdio_track_flag; /* Note that this matches the free() prototype.*/ typedef void (*CdioDataFree_t)(void *ptr); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_TYPES_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/udf_file.h0000644000175000017500000000664011565047723014346 00000000000000/* Copyright (C) 2005, 2006, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** * \file udf_file.h * * \brief Routines involving UDF file operations * */ #ifndef UDF_FILE_H #define UDF_FILE_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** Return the file id descriptor of the given file. */ bool udf_get_fileid_descriptor(const udf_dirent_t *p_udf_dirent, /*out*/ udf_fileid_desc_t *p_udf_fid); /** Return the name of the file */ const char *udf_get_filename(const udf_dirent_t *p_udf_dirent); /** Return the name of the file */ bool udf_get_file_entry(const udf_dirent_t *p_udf_dirent, /*out*/ udf_file_entry_t *p_udf_fe); /** Return the number of hard links of the file. Return 0 if error. */ uint16_t udf_get_link_count(const udf_dirent_t *p_udf_dirent); /** Return the file length the file. Return 2147483647L if error. */ uint64_t udf_get_file_length(const udf_dirent_t *p_udf_dirent); /** Returns a POSIX mode for a given p_udf_dirent. */ mode_t udf_get_posix_filemode(const udf_dirent_t *p_udf_dirent); /** Return the next subdirectory. */ udf_dirent_t *udf_opendir(const udf_dirent_t *p_udf_dirent); /** Attempts to read up to count bytes from UDF directory entry p_udf_dirent into the buffer starting at buf. buf should be a multiple of UDF_BLOCKSIZE bytes. Reading continues after the point at which we last read or from the beginning the first time. If count is zero, read() returns zero and has no other results. If count is greater than SSIZE_MAX, the result is unspecified. If there is an error, cast the result to driver_return_code_t for the specific error code. */ /** Attempts to read up to count bytes from file descriptor fd into the buffer starting at buf. If count is zero, read() returns zero and has no other results. If count is greater than SSIZE_MAX, the result is unspecified. */ ssize_t udf_read_block(const udf_dirent_t *p_udf_dirent, void * buf, size_t count); /** Advances p_udf_direct to the the next directory entry in the pointed to by p_udf_dir. It also returns this as the value. NULL is returned on reaching the end-of-file or if an error. Also p_udf_dirent is free'd. If the end of is not reached the caller must call udf_dirent_free() with p_udf_dirent when done with it to release resources. */ udf_dirent_t *udf_readdir(udf_dirent_t *p_udf_dirent); /** free free resources associated with p_udf_dirent. */ bool udf_dirent_free(udf_dirent_t *p_udf_dirent); /** Return true if the file is a directory. */ bool udf_is_dir(const udf_dirent_t *p_udf_dirent); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /*UDF_FILE_H*/ libcdio-2.0.0/include/cdio/ds.h0000664000175000017500000000511213217072760013165 00000000000000/* Copyright (C) 2005, 2008, 2017 Rocky Bernstein Copyright (C) 2000, 2004 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file ds.h * \brief The top-level header for list-related data structures. Note: this header will is slated to get removed and libcdio will use glib.h routines instead. */ #ifndef CDIO_DS_H_ #define CDIO_DS_H_ #include /** opaque types... */ typedef struct _CdioList CdioList_t; typedef struct _CdioListNode CdioListNode_t; typedef int (*_cdio_list_cmp_func_t) (void *p_data1, void *p_data2); typedef int (*_cdio_list_iterfunc_t) (void *p_data, void *p_user_data); #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** methods */ CdioList_t *_cdio_list_new (void); void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn); unsigned _cdio_list_length (const CdioList_t *list); void _cdio_list_prepend (CdioList_t *p_list, void *p_data); void _cdio_list_append (CdioList_t *p_list, void *p_data); void _cdio_list_foreach (CdioList_t *p_list, _cdio_list_iterfunc_t func, void *p_user_data); CdioListNode_t *_cdio_list_find (CdioList_t *p_list, _cdio_list_iterfunc_t cmp_func, void *p_user_data); #define _CDIO_LIST_FOREACH(node, list) \ for (node = _cdio_list_begin (list); node; node = _cdio_list_node_next (node)) /** node operations */ CdioListNode_t *_cdio_list_begin (const CdioList_t *p_list); CdioListNode_t *_cdio_list_end (CdioList_t *p_list); CdioListNode_t *_cdio_list_node_next (CdioListNode_t *p_node); void _cdio_list_node_free (CdioListNode_t *p_node, int i_free_data, CdioDataFree_t free_fn); void *_cdio_list_node_data (CdioListNode_t *p_node); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_DS_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/posix.h0000644000175000017500000000214411731402232013707 00000000000000/* Copyright (C) 2005, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! * \file posix.h * * \brief various POSIX definitions. */ #ifndef CDIO_POSIX_H_ #define CDIO_POSIX_H_ typedef uint32_t posix_mode_t; typedef uint32_t posix_nlink_t; typedef uint32_t posix_uid_t; typedef uint32_t posix_gid_t; typedef uint16_t unicode16_t; #endif /* CDIO_POSIX_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/Makefile.in0000664000175000017500000005230113222217404014445 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003, 2004, 2006, 2008, 2011, 2012 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the install (public) libcdio headers ######################################################## # VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include/cdio ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(dist_libcdioinclude_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = version.h CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libcdioincludedir)" \ "$(DESTDIR)$(libcdioincludedir)" HEADERS = $(dist_libcdioinclude_HEADERS) \ $(nodist_libcdioinclude_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/version.h.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libcdioincludedir = $(includedir)/cdio dist_libcdioinclude_HEADERS = \ audio.h \ bytesex.h \ bytesex_asm.h \ cdio.h \ cd_types.h \ cdtext.h \ device.h \ disc.h \ ds.h \ dvd.h \ ecma_167.h \ iso9660.h \ logging.h \ memory.h \ mmc.h \ mmc_cmds.h \ mmc_hl_cmds.h \ mmc_ll_cmds.h \ mmc_util.h \ posix.h \ read.h \ rock.h \ sector.h \ track.h \ types.h \ udf.h \ udf_file.h \ udf_time.h \ utf8.h \ util.h \ version.h \ xa.h nodist_libcdioinclude_HEADERS = cdio_config.h EXTRA_DIST = version.h.in BUILT_SOURCES = version.h DISTCLEANFILES = cdio_config.h all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/cdio/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign include/cdio/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): version.h: $(top_builddir)/config.status $(srcdir)/version.h.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-dist_libcdioincludeHEADERS: $(dist_libcdioinclude_HEADERS) @$(NORMAL_INSTALL) @list='$(dist_libcdioinclude_HEADERS)'; test -n "$(libcdioincludedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libcdioincludedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libcdioincludedir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libcdioincludedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libcdioincludedir)" || exit $$?; \ done uninstall-dist_libcdioincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(dist_libcdioinclude_HEADERS)'; test -n "$(libcdioincludedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libcdioincludedir)'; $(am__uninstall_files_from_dir) install-nodist_libcdioincludeHEADERS: $(nodist_libcdioinclude_HEADERS) @$(NORMAL_INSTALL) @list='$(nodist_libcdioinclude_HEADERS)'; test -n "$(libcdioincludedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(libcdioincludedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libcdioincludedir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libcdioincludedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libcdioincludedir)" || exit $$?; \ done uninstall-nodist_libcdioincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(nodist_libcdioinclude_HEADERS)'; test -n "$(libcdioincludedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libcdioincludedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libcdioincludedir)" "$(DESTDIR)$(libcdioincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dist_libcdioincludeHEADERS \ install-nodist_libcdioincludeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-dist_libcdioincludeHEADERS \ uninstall-nodist_libcdioincludeHEADERS .MAKE: all check install install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool cscopelist-am ctags ctags-am distclean \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am \ install-dist_libcdioincludeHEADERS install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man \ install-nodist_libcdioincludeHEADERS install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-dist_libcdioincludeHEADERS \ uninstall-nodist_libcdioincludeHEADERS .PRECIOUS: Makefile cdio_config.h: $(top_builddir)/config.h @echo '#ifndef __CDIO_CONFIG_H__' > cdio_config.h @echo '#define __CDIO_CONFIG_H__' >> cdio_config.h @@SED@ @SED_EXTENDED_RE_FLAG@ -e 's/^(#[ \t]*define[ \t]+)/\1CDIO_/' $(top_builddir)/config.h >>cdio_config.h @echo '#endif /* #ifndef CDIO_CONFIG_H */' >>cdio_config.h # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/include/cdio/mmc.h0000664000175000017500000010516713217072760013346 00000000000000/* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 2016 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file mmc.h \brief Common definitions for MMC (Multimedia Commands). Applications include this for direct MMC access. The documents we make use of are described in several specifications made by the SCSI committee T10 http://www.t10.org. In particular, SCSI Primary Commands (SPC), SCSI Block Commands (SBC), and Multi-Media Commands (MMC). These documents generally have a numeric level number appended. For example SPC-3 refers to ``SCSI Primary Commands - 3'. In year 2010 the current versions were SPC-3, SBC-2, MMC-5. */ #ifndef CDIO_MMC_H_ #define CDIO_MMC_H_ #include #include #include #include #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* On GNU/Linux see and */ #ifdef WORDS_BIGENDIAN # if !defined(__LITTLE_ENDIAN_BITFIELD) && !defined(__BIG_ENDIAN_BITFIELD) # define __MMC_BIG_ENDIAN_BITFIELD # endif #else # if !defined(__LITTLE_ENDIAN_BITFIELD) && !defined(__BIG_ENDIAN_BITFIELD) # define __MMC_LITTLE_ENDIAN_BITFIELD # endif #endif /** Structure of a SCSI/MMC sense reply. This has been adapted from GNU/Linux request_sense of include this for direct MMC access. See SCSI Primary Commands-2 (SPC-3) table 26 page 38. */ typedef struct cdio_mmc_request_sense { #if defined(__MMC_BIG_ENDIAN_BITFIELD) uint8_t valid : 1; /**< valid bit is 1 if info is valid */ uint8_t error_code : 7; #else uint8_t error_code : 7; uint8_t valid : 1; /**< valid bit is 1 if info is valid */ #endif uint8_t segment_number; #if defined(__MMC_BIG_ENDIAN_BITFIELD) uint8_t filemark : 1; /**< manditory in sequential * access devices */ uint8_t eom : 1; /**< end of medium. manditory in * sequential access and * printer devices */ uint8_t ili : 1; /**< incorrect length indicator */ uint8_t reserved1 : 1; uint8_t sense_key : 4; #else uint8_t sense_key : 4; uint8_t reserved1 : 1; uint8_t ili : 1; /**< incorrect length indicator */ uint8_t eom : 1; /**< end of medium. manditory in * sequential access and * printer devices */ uint8_t filemark : 1; /**< manditory in sequential * access devices */ #endif uint8_t information[4]; uint8_t additional_sense_len; /**< Additional sense length (n-7) */ uint8_t command_info[4]; /**< Command-specific information */ uint8_t asc; /**< Additional sense code */ uint8_t ascq; /**< Additional sense code qualifier */ uint8_t fruc; /**< Field replaceable unit code */ uint8_t sks[3]; /**< Sense-key specific */ uint8_t asb[46]; /**< Additional sense bytes */ } cdio_mmc_request_sense_t; /** Meanings of the values of mmc_request_sense.sense_key */ typedef enum { CDIO_MMC_SENSE_KEY_NO_SENSE = 0, CDIO_MMC_SENSE_KEY_RECOVERED_ERROR = 1, CDIO_MMC_SENSE_KEY_NOT_READY = 2, CDIO_MMC_SENSE_KEY_MEDIUM_ERROR = 3, CDIO_MMC_SENSE_KEY_HARDWARE_ERROR = 4, CDIO_MMC_SENSE_KEY_ILLEGAL_REQUEST = 5, CDIO_MMC_SENSE_KEY_UNIT_ATTENTION = 6, CDIO_MMC_SENSE_KEY_DATA_PROTECT = 7, CDIO_MMC_SENSE_KEY_BLANK_CHECK = 8, CDIO_MMC_SENSE_KEY_VENDOR_SPECIFIC = 9, CDIO_MMC_SENSE_KEY_COPY_ABORTED = 10, CDIO_MMC_SENSE_KEY_ABORTED_COMMAND = 11, CDIO_MMC_SENSE_KEY_OBSOLETE = 12, } cdio_mmc_sense_key_t; /** \brief The opcode-portion (generic packet commands) of an MMC command. In general, those opcodes that end in 6 take a 6-byte command descriptor, those that end in 10 take a 10-byte descriptor and those that in in 12 take a 12-byte descriptor. (Not that you need to know that, but it seems to be a big deal in the MMC specification.) */ typedef enum { CDIO_MMC_GPCMD_TEST_UNIT_READY = 0x00, /**< test if drive ready. */ CDIO_MMC_GPCMD_REQUEST_SENSE = 0x03, CDIO_MMC_GPCMD_FORMAT_UNIT = 0x04, CDIO_MMC_GPCMD_INQUIRY = 0x12, /**< Request drive information. */ CDIO_MMC_GPCMD_MODE_SELECT_6 = 0x15, /**< Select medium (6 bytes). */ CDIO_MMC_GPCMD_MODE_SENSE_6 = 0x1a, /**< Get medium or device information. Should be issued before MODE SELECT to get mode support or save current settings. (6 bytes). */ CDIO_MMC_GPCMD_START_STOP_UNIT = 0x1b, /**< Enable/disable Disc operations. (6 bytes). */ CDIO_MMC_GPCMD_PREVENT_ALLOW_MEDIUM_REMOVAL = 0x1e, /**< Enable/disable Disc removal. (6 bytes). */ /** Group 2 Commands (CDB's here are 10-bytes) */ CDIO_MMC_GPCMD_READ_FORMAT_CAPACITIES = 0x23, /**< MMC-5 Section 6.24 */ CDIO_MMC_GPCMD_READ_CAPACITIY = 0x25, /**< MMC-5 Section 6.19 */ CDIO_MMC_GPCMD_READ_10 = 0x28, /**< Read data from drive (10 bytes). */ CDIO_MMC_GPCMD_WRITE_10 = 0x2a, CDIO_MMC_GPCMD_SEEK_10 = 0x2b, CDIO_MMC_GPCMD_ERASE_10 = 0x2c, /**< MMC5 Section 6.4 */ CDIO_MMC_GPCMD_WRITE_AND_VERIFY_10 = 0x2e, CDIO_MMC_GPCMD_VERIFY_10 = 0x2f, CDIO_MMC_GPCMD_SYNCHRONIZE_CACHE = 0x35, CDIO_MMC_GPCMD_WRITE_BUFFER = 0x3b, CDIO_MMC_GPCMD_READ_BUFFER = 0x3c, CDIO_MMC_GPCMD_READ_SUBCHANNEL = 0x42, /**< Read Sub-Channel data. (10 bytes). */ CDIO_MMC_GPCMD_READ_TOC = 0x43, /**< READ TOC/PMA/ATIP. (10 bytes). */ CDIO_MMC_GPCMD_READ_HEADER = 0x44, CDIO_MMC_GPCMD_PLAY_AUDIO_10 = 0x45, /**< Begin audio playing at current position (10 bytes). */ CDIO_MMC_GPCMD_GET_CONFIGURATION = 0x46, /**< Get drive Capabilities (10 bytes) */ CDIO_MMC_GPCMD_PLAY_AUDIO_MSF = 0x47, /**< Begin audio playing at specified MSF (10 bytes). */ CDIO_MMC_GPCMD_PLAY_AUDIO_TI = 0x48, CDIO_MMC_GPCMD_PLAY_TRACK_REL_10 = 0x49, /**< Play audio at the track relative LBA. (10 bytes). Doesn't seem to be part of MMC standards but is handled by Plextor drives. */ CDIO_MMC_GPCMD_GET_EVENT_STATUS = 0x4a, /**< Report events and Status. */ CDIO_MMC_GPCMD_PAUSE_RESUME = 0x4b, /**< Stop or restart audio playback. (10 bytes). Used with a PLAY command. */ CDIO_MMC_GPCMD_READ_DISC_INFORMATION = 0x51, /**< Get CD information. (10 bytes). */ CDIO_MMC_GPCMD_READ_TRACK_INFORMATION = 0x52, /**< Information about a logical track. */ CDIO_MMC_GPCMD_RESERVE_TRACK = 0x53, CDIO_MMC_GPCMD_SEND_OPC_INFORMATION = 0x54, CDIO_MMC_GPCMD_MODE_SELECT_10 = 0x55, /**< Select medium (10-bytes). */ CDIO_MMC_GPCMD_REPAIR_TRACK = 0x58, CDIO_MMC_GPCMD_MODE_SENSE_10 = 0x5a, /**< Get medium or device information. Should be issued before MODE SELECT to get mode support or save current settings. (6 bytes). */ CDIO_MMC_GPCMD_CLOSE_TRACK_SESSION = 0x5b, CDIO_MMC_GPCMD_READ_BUFFER_CAPACITY = 0x5c, CDIO_MMC_GPCMD_SEND_CUE_SHEET = 0x5d, /** Group 5 Commands (CDB's here are 12-bytes) */ CDIO_MMC_GPCMD_REPORT_LUNS = 0xa0, CDIO_MMC_GPCMD_BLANK = 0xa1, CDIO_MMC_GPCMD_SECURITY_PROTOCOL_IN = 0xa2, CDIO_MMC_GPCMD_SEND_KEY = 0xa3, CDIO_MMC_GPCMD_REPORT_KEY = 0xa4, CDIO_MMC_GPCMD_PLAY_AUDIO_12 = 0xa5, /**< Begin audio playing at current position (12 bytes) */ CDIO_MMC_GPCMD_LOAD_UNLOAD = 0xa6, /**< Load/unload a Disc (12 bytes) */ CDIO_MMC_GPCMD_SET_READ_AHEAD = 0xa7, CDIO_MMC_GPCMD_READ_12 = 0xa8, /**< Read data from drive (12 bytes). */ CDIO_MMC_GPCMD_PLAY_TRACK_REL_12 = 0xa9, /**< Play audio at the track relative LBA. (12 bytes). Doesn't seem to be part of MMC standards but is handled by Plextor drives. */ CDIO_MMC_GPCMD_WRITE_12 = 0xaa, CDIO_MMC_GPCMD_READ_MEDIA_SERIAL_12 = 0xab, /**< MMC-5 Section 6.25 */ CDIO_MMC_GPCMD_GET_PERFORMANCE = 0xac, CDIO_MMC_GPCMD_READ_DVD_STRUCTURE = 0xad, /**< Get DVD structure info from media (12 bytes). */ CDIO_MMC_GPCMD_SECURITY_PROTOCOL_OUT = 0xb5, CDIO_MMC_GPCMD_SET_STREAMING = 0xb6, CDIO_MMC_GPCMD_READ_MSF = 0xb9, /**< Read almost any field of a CD sector at specified MSF. (12 bytes). */ CDIO_MMC_GPCMD_SET_SPEED = 0xbb, /**< Set drive speed (12 bytes). This is listed as optional in ATAPI 2.6, but is (curiously) missing from Mt. Fuji, Table 57. It is mentioned in Mt. Fuji Table 377 as an MMC command for SCSI devices though... Most ATAPI drives support it. */ CDIO_MMC_GPCMD_MECHANISM_STATUS = 0xbd, CDIO_MMC_GPCMD_READ_CD = 0xbe, /**< Read almost any field of a CD sector at current location. (12 bytes). */ CDIO_MMC_GPCMD_SEND_DISC_STRUCTURE = 0xbf, /** Vendor-unique Commands */ CDIO_MMC_GPCMD_CD_PLAYBACK_STATUS = 0xc4 /**< SONY unique = command */, CDIO_MMC_GPCMD_PLAYBACK_CONTROL = 0xc9 /**< SONY unique = command */, CDIO_MMC_GPCMD_READ_CDDA = 0xd8 /**< Vendor unique = command */, CDIO_MMC_GPCMD_READ_CDXA = 0xdb /**< Vendor unique = command */, CDIO_MMC_GPCMD_READ_ALL_SUBCODES = 0xdf /**< Vendor unique = command */ } cdio_mmc_gpcmd_t; /** Read Subchannel states */ typedef enum { CDIO_MMC_READ_SUB_ST_INVALID = 0x00, /**< audio status not supported */ CDIO_MMC_READ_SUB_ST_PLAY = 0x11, /**< audio play operation in progress */ CDIO_MMC_READ_SUB_ST_PAUSED = 0x12, /**< audio play operation paused */ CDIO_MMC_READ_SUB_ST_COMPLETED = 0x13, /**< audio play successfully completed */ CDIO_MMC_READ_SUB_ST_ERROR = 0x14, /**< audio play stopped due to error */ CDIO_MMC_READ_SUB_ST_NO_STATUS = 0x15, /**< no current audio status to return */ } cdio_mmc_read_sub_state_t; /** Level values that can go into READ_CD */ typedef enum { CDIO_MMC_READ_TYPE_ANY = 0, /**< All types */ CDIO_MMC_READ_TYPE_CDDA = 1, /**< Only CD-DA sectors */ CDIO_MMC_READ_TYPE_MODE1 = 2, /**< mode1 sectors (user data = 2048) */ CDIO_MMC_READ_TYPE_MODE2 = 3, /**< mode2 sectors form1 or form2 */ CDIO_MMC_READ_TYPE_M2F1 = 4, /**< mode2 sectors form1 */ CDIO_MMC_READ_TYPE_M2F2 = 5 /**< mode2 sectors form2 */ } cdio_mmc_read_cd_type_t; /** Format values for READ_TOC */ typedef enum { CDIO_MMC_READTOC_FMT_TOC = 0, CDIO_MMC_READTOC_FMT_SESSION = 1, CDIO_MMC_READTOC_FMT_FULTOC = 2, CDIO_MMC_READTOC_FMT_PMA = 3, /**< Q subcode data */ CDIO_MMC_READTOC_FMT_ATIP = 4, /**< includes media type */ CDIO_MMC_READTOC_FMT_CDTEXT = 5 /**< CD-TEXT info */ } cdio_mmc_readtoc_t; /** Page codes for MODE SENSE and MODE SET. */ typedef enum { CDIO_MMC_R_W_ERROR_PAGE = 0x01, CDIO_MMC_WRITE_PARMS_PAGE = 0x05, CDIO_MMC_CDR_PARMS_PAGE = 0x0d, CDIO_MMC_AUDIO_CTL_PAGE = 0x0e, CDIO_MMC_POWER_PAGE = 0x1a, CDIO_MMC_FAULT_FAIL_PAGE = 0x1c, CDIO_MMC_TO_PROTECT_PAGE = 0x1d, CDIO_MMC_CAPABILITIES_PAGE = 0x2a, CDIO_MMC_ALL_PAGES = 0x3f, } cdio_mmc_mode_page_t; /** READ DISC INFORMATION Data Types */ typedef enum { CDIO_MMC_READ_DISC_INFO_STANDARD = 0x0, CDIO_MMC_READ_DISC_INFO_TRACK = 0x1, CDIO_MMC_READ_DISC_INFO_POW = 0x2, } cdio_mmc_read_disc_info_datatype_t; /* For backward compatibility. */ #define CDIO_MMC_GPCMD_READ_DISC_INFO CDIO_MMC_GPCMD_READ_DISC_INFORMATION #define CDIO_MMC_GPCMD_READ_DISC_STRUCTURE CDIO_MMC_GPMD_READ_DVD_STRUCTURE PRAGMA_BEGIN_PACKED struct mmc_audio_volume_entry_s { uint8_t selection; /* Only the lower 4 bits are used. */ uint8_t volume; } GNUC_PACKED; typedef struct mmc_audio_volume_entry_s mmc_audio_volume_entry_t; /** This struct is used by cdio_audio_get_volume and cdio_audio_set_volume */ struct mmc_audio_volume_s { mmc_audio_volume_entry_t port[4]; } GNUC_PACKED; typedef struct mmc_audio_volume_s mmc_audio_volume_t; PRAGMA_END_PACKED /** Return type codes for GET_CONFIGURATION. */ typedef enum { CDIO_MMC_GET_CONF_ALL_FEATURES = 0, /**< all features without regard to currency. */ CDIO_MMC_GET_CONF_CURRENT_FEATURES = 1, /**< features which are currently in effect (e.g. based on medium inserted). */ CDIO_MMC_GET_CONF_NAMED_FEATURE = 2 /**< just the feature named in the GET_CONFIGURATION cdb. */ } cdio_mmc_get_conf_t; /** FEATURE codes used in GET CONFIGURATION. */ typedef enum { CDIO_MMC_FEATURE_PROFILE_LIST = 0x000, /**< Profile List Feature */ CDIO_MMC_FEATURE_CORE = 0x001, CDIO_MMC_FEATURE_MORPHING = 0x002, /**< Report/prevent operational changes */ CDIO_MMC_FEATURE_REMOVABLE_MEDIUM = 0x003, /**< Removable Medium Feature */ CDIO_MMC_FEATURE_WRITE_PROTECT = 0x004, /**< Write Protect Feature */ CDIO_MMC_FEATURE_RANDOM_READABLE = 0x010, /**< Random Readable Feature */ CDIO_MMC_FEATURE_MULTI_READ = 0x01D, /**< Multi-Read Feature */ CDIO_MMC_FEATURE_CD_READ = 0x01E, /**< CD Read Feature */ CDIO_MMC_FEATURE_DVD_READ = 0x01F, /**< DVD Read Feature */ CDIO_MMC_FEATURE_RANDOM_WRITABLE = 0x020, /**< Random Writable Feature */ CDIO_MMC_FEATURE_INCR_WRITE = 0x021, /**< Incremental Streaming Writable Feature */ CDIO_MMC_FEATURE_SECTOR_ERASE = 0x022, /**< Sector Erasable Feature */ CDIO_MMC_FEATURE_FORMATABLE = 0x023, /**< Formattable Feature */ CDIO_MMC_FEATURE_DEFECT_MGMT = 0x024, /**< Management Ability of the Logical Unit/media system to provide an apparently defect-free space.*/ CDIO_MMC_FEATURE_WRITE_ONCE = 0x025, /**< Write Once Feature */ CDIO_MMC_FEATURE_RESTRICT_OVERW = 0x026, /**< Restricted Overwrite Feature */ CDIO_MMC_FEATURE_CD_RW_CAV = 0x027, /**< CD-RW CAV Write Feature */ CDIO_MMC_FEATURE_MRW = 0x028, /**< MRW Feature */ CDIO_MMC_FEATURE_ENHANCED_DEFECT = 0x029, /**< Enhanced Defect Reporting */ CDIO_MMC_FEATURE_DVD_PRW = 0x02A, /**< DVD+RW Feature */ CDIO_MMC_FEATURE_DVD_PR = 0x02B, /**< DVD+R Feature */ CDIO_MMC_FEATURE_RIGID_RES_OVERW = 0x02C, /**< Rigid Restricted Overwrite */ CDIO_MMC_FEATURE_CD_TAO = 0x02D, /**< CD Track at Once */ CDIO_MMC_FEATURE_CD_SAO = 0x02E, /**< CD Mastering (Session at Once) */ CDIO_MMC_FEATURE_DVD_R_RW_WRITE = 0x02F, /**< DVD-R/RW Write */ CDIO_MMC_FEATURE_CD_RW_MEDIA_WRITE= 0x037, /**< CD-RW Media Write Support */ CDIO_MMC_FEATURE_DVD_PR_2_LAYER = 0x03B, /**< DVD+R Double Layer */ CDIO_MMC_FEATURE_POWER_MGMT = 0x100, /**< Initiator and device directed power management */ CDIO_MMC_FEATURE_CDDA_EXT_PLAY = 0x103, /**< Ability to play audio CDs via the Logical Unit's own analog output */ CDIO_MMC_FEATURE_MCODE_UPGRADE = 0x104, /* Ability for the device to accept new microcode via the interface */ CDIO_MMC_FEATURE_TIME_OUT = 0x105, /**< Ability to respond to all commands within a specific time */ CDIO_MMC_FEATURE_DVD_CSS = 0x106, /**< Ability to perform DVD CSS/CPPM authentication and RPC */ CDIO_MMC_FEATURE_RT_STREAMING = 0x107, /**< Ability to read and write using Initiator requested performance parameters */ CDIO_MMC_FEATURE_LU_SN = 0x108, /**< The Logical Unit has a unique identifier. */ CDIO_MMC_FEATURE_FIRMWARE_DATE = 0x1FF, /**< Firmware creation date report */ } cdio_mmc_feature_t; typedef enum { CDIO_MMC_FEATURE_INTERFACE_UNSPECIFIED = 0, CDIO_MMC_FEATURE_INTERFACE_SCSI = 1, CDIO_MMC_FEATURE_INTERFACE_ATAPI = 2, CDIO_MMC_FEATURE_INTERFACE_IEEE_1394 = 3, CDIO_MMC_FEATURE_INTERFACE_IEEE_1394A = 4, CDIO_MMC_FEATURE_INTERFACE_FIBRE_CH = 5 } cdio_mmc_feature_interface_t; /** The largest Command Descriptor Block (CDB) size. The possible sizes are 6, 10, and 12 bytes. */ #define MAX_CDB_LEN 12 /** \brief A Command Descriptor Block (CDB) used in sending MMC commands. */ typedef struct mmc_cdb_s { uint8_t field[MAX_CDB_LEN]; } mmc_cdb_t; /** \brief Format of header block in data returned from an MMC GET_CONFIGURATION command. */ typedef struct mmc_feature_list_header_s { unsigned char length_msb; unsigned char length_1sb; unsigned char length_2sb; unsigned char length_lsb; unsigned char reserved1; unsigned char reserved2; unsigned char profile_msb; unsigned char profile_lsb; } cdio_mmc_feature_list_header_t; /** An enumeration indicating whether an MMC command is sending data, or getting data, or does none of both. */ typedef enum mmc_direction_s { SCSI_MMC_DATA_READ, SCSI_MMC_DATA_WRITE, SCSI_MMC_DATA_NONE } cdio_mmc_direction_t; /** Indicate to applications that SCSI_MMC_DATA_NONE is available. It has been added after version 0.82 and should be used with commands that neither read nor write payload bytes. (At least on Linux such commands did work with SCSI_MMC_DATA_READ or SCSI_MMC_DATA_WRITE, too.) */ #define SCSI_MMC_HAS_DIR_NONE 1 typedef struct mmc_subchannel_s { uint8_t reserved; uint8_t audio_status; uint16_t data_length; /**< Really ISO 9660 7.2.2 */ uint8_t format; uint8_t address: 4; uint8_t control: 4; uint8_t track; uint8_t index; uint8_t abs_addr[4]; uint8_t rel_addr[4]; } cdio_mmc_subchannel_t; #define CDIO_MMC_SET_COMMAND(cdb, command) \ cdb[0] = command #define CDIO_MMC_SET_READ_TYPE(cdb, sector_type) \ cdb[1] = (sector_type << 2) #define CDIO_MMC_GETPOS_LEN16(p, pos) \ (p[pos]<<8) + p[pos+1] #define CDIO_MMC_GET_LEN16(p) \ (p[0]<<8) + p[1] #define CDIO_MMC_GET_LEN32(p) \ (p[0] << 24) + (p[1] << 16) + (p[2] << 8) + p[3]; #define CDIO_MMC_SET_LEN16(cdb, pos, len) \ cdb[pos ] = (len >> 8) & 0xff; \ cdb[pos+1] = (len ) & 0xff #define CDIO_MMC_SET_READ_LBA(cdb, lba) \ cdb[2] = (lba >> 24) & 0xff; \ cdb[3] = (lba >> 16) & 0xff; \ cdb[4] = (lba >> 8) & 0xff; \ cdb[5] = (lba ) & 0xff #define CDIO_MMC_SET_START_TRACK(cdb, command) \ cdb[6] = command #define CDIO_MMC_SET_READ_LENGTH24(cdb, len) \ cdb[6] = (len >> 16) & 0xff; \ cdb[7] = (len >> 8) & 0xff; \ cdb[8] = (len ) & 0xff #define CDIO_MMC_SET_READ_LENGTH16(cdb, len) \ CDIO_MMC_SET_LEN16(cdb, 7, len) #define CDIO_MMC_SET_READ_LENGTH8(cdb, len) \ cdb[8] = (len ) & 0xff #define CDIO_MMC_MCSB_ALL_HEADERS 0xf #define CDIO_MMC_SET_MAIN_CHANNEL_SELECTION_BITS(cdb, val) \ cdb[9] = val << 3; /** Get the output port volumes and port selections used on AUDIO PLAY commands via a MMC MODE SENSE command using the CD Audio Control Page. @param p_cdio the CD object to be acted upon. @param p_volume volume parameters retrieved @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_audio_get_volume (CdIo_t *p_cdio, /*out*/ mmc_audio_volume_t *p_volume); /** Read Audio Subchannel information @param p_cdio the CD object to be acted upon. @param p_subchannel place for returned subchannel information */ driver_return_code_t mmc_audio_read_subchannel (CdIo_t *p_cdio, /*out*/ cdio_subchannel_t *p_subchannel); /** Return a string containing the name of the audio state as returned from the Q_SUBCHANNEL. */ const char *mmc_audio_state2str( uint8_t i_audio_state ); /** Get the block size used in read requests, via MMC (e.g. READ_10, READ_MSF, ...) @param p_cdio the CD object to be acted upon. @return the blocksize if > 0; error if <= 0 */ int mmc_get_blocksize ( CdIo_t *p_cdio ); /** Return the length in bytes of the Command Descriptor Buffer (CDB) for a given MMC command. The length will be either 6, 10, or 12. */ uint8_t mmc_get_cmd_len(uint8_t mmc_cmd); /** Get the lsn of the end of the CD @param p_cdio the CD object to be acted upon. @return the lsn. On error return CDIO_INVALID_LSN. */ lsn_t mmc_get_disc_last_lsn( const CdIo_t *p_cdio ); /** Return the discmode as reported by the MMC Read (FULL) TOC command. Information was obtained from Section 5.1.13 (Read TOC/PMA/ATIP) pages 56-62 from the MMC draft specification, revision 10a at http://www.t10.org/ftp/t10/drafts/mmc/mmc-r10a.pdf See especially tables 72, 73 and 75. */ discmode_t mmc_get_discmode( const CdIo_t *p_cdio ); typedef enum { CDIO_MMC_LEVEL_WEIRD, CDIO_MMC_LEVEL_1, CDIO_MMC_LEVEL_2, CDIO_MMC_LEVEL_3, CDIO_MMC_LEVEL_NONE } cdio_mmc_level_t; /** Get the MMC level supported by the device. @param p_cdio the CD object to be acted upon. @return MMC level supported by the device. */ cdio_mmc_level_t mmc_get_drive_mmc_cap(CdIo_t *p_cdio); /** Get the DVD type associated with cd object. @param p_cdio the CD object to be acted upon. @param s location to store DVD information. @return the DVD discmode. */ discmode_t mmc_get_dvd_struct_physical ( const CdIo_t *p_cdio, cdio_dvd_struct_t *s); /** Find out if media tray is open or closed. @param p_cdio the CD object to be acted upon. @return 1 if media is open, 0 if closed. Error return codes are the same as driver_return_code_t */ int mmc_get_tray_status ( const CdIo_t *p_cdio ); /** Get the CD-ROM hardware info via an MMC INQUIRY command. @param p_cdio the CD object to be acted upon. @param p_hw_info place to store hardware information retrieved @return true if we were able to get hardware info, false if we had an error. */ bool mmc_get_hwinfo ( const CdIo_t *p_cdio, /* out*/ cdio_hwinfo_t *p_hw_info ); /** Find out if media has changed since the last call. @param p_cdio the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ int mmc_get_media_changed(const CdIo_t *p_cdio); /** Get the media catalog number (MCN) from the CD via MMC. @param p_cdio the CD object to be acted upon. @return the media catalog number r NULL if there is none or we don't have the ability to get it. Note: The caller must free the returned string with cdio_free() when done with it. */ char * mmc_get_mcn(const CdIo_t *p_cdio); /** Get the international standard recording code (ISRC) of the track via MMC. @param p_cdio the CD object to be acted upon. @param i_track the track to get the ISRC info for @return international standard recording code or NULL if there is none or we don't have the ability to get it. Note: The caller must free the returned string with cdio_free() when done with it. */ char * mmc_get_track_isrc(const CdIo_t *p_cdio, track_t i_track); /** Read cdtext information for a CdIo_t object . @return pointer to data on success, NULL on error or CD-Text information does not exist. Note: the caller must free the returned memory */ uint8_t * mmc_read_cdtext (const CdIo_t *p_cdio); /** Report if CD-ROM has a particular kind of interface (ATAPI, SCSCI, ...) Is it possible for an interface to have several? If not this routine could probably return the single mmc_feature_interface_t. @param p_cdio the CD object to be acted upon. @param e_interface @return true if we have the interface and false if not. */ bool_3way_t mmc_have_interface(CdIo_t *p_cdio, cdio_mmc_feature_interface_t e_interface ); /** Read just the user data part of some sort of data sector (via mmc_read_cd). @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least CDIO_CD_FRAMESIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum, M2RAW_SECTOR_SIZE. @param i_lsn sector to read @param i_blocksize size of each block @param i_blocks number of blocks to read */ driver_return_code_t mmc_read_data_sectors ( CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks ); /** Read sectors using SCSI-MMC GPCMD_READ_CD. Can read only up to 25 blocks. */ driver_return_code_t mmc_read_sectors ( const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, int read_sector_type, uint32_t i_blocks); /** Run a Multimedia command (MMC). @param p_cdio CD structure set by cdio_open(). @param i_timeout_ms time in milliseconds we will wait for the command to complete. @param p_cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. @param e_direction direction the transfer is to go. @param i_buf Size of buffer @param p_buf Buffer for data, both sending and receiving. @return 0 if command completed successfully. */ driver_return_code_t mmc_run_cmd( const CdIo_t *p_cdio, unsigned int i_timeout_ms, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ); /** Run a Multimedia command (MMC) specifying the CDB length. The motivation here is for example ot use in is an undocumented debug command for LG drives (namely E7), whose length is being miscalculated by mmc_get_cmd_len(); it doesn't follow the usual code number to length conventions. Patch supplied by SukkoPera. @param p_cdio CD structure set by cdio_open(). @param i_timeout_ms time in milliseconds we will wait for the command to complete. @param p_cdb CDB bytes. All values that are needed should be set on input. @param i_cdb number of CDB bytes. @param e_direction direction the transfer is to go. @param i_buf Size of buffer @param p_buf Buffer for data, both sending and receiving. @return 0 if command completed successfully. */ driver_return_code_t mmc_run_cmd_len( const CdIo_t *p_cdio, unsigned int i_timeout_ms, const mmc_cdb_t *p_cdb, unsigned int i_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ); /** Obtain the SCSI sense reply of the most-recently-performed MMC command. These bytes give an indication of possible problems which occured in the drive while the command was performed. With some commands they tell about the current state of the drive (e.g. 00h TEST UNIT READY). @param p_cdio CD structure set by cdio_open(). @param pp_sense returns the sense bytes received from the drive. This is allocated memory or NULL if no sense bytes are available. Dispose non-NULL pointers by cdio_free() when no longer needed. See SPC-3 4.5.3 Fixed format sense data. SCSI error codes as of SPC-3 Annex D, MMC-5 Annex F: sense[2]&15 = Key , sense[12] = ASC , sense[13] = ASCQ @return number of valid bytes in sense, 0 in case of no sense bytes available, <0 in case of internal error. */ int mmc_last_cmd_sense ( const CdIo_t *p_cdio, cdio_mmc_request_sense_t **pp_sense); /** Set the block size for subsequest read requests, via MMC. */ driver_return_code_t mmc_set_blocksize ( const CdIo_t *p_cdio, uint16_t i_blocksize); /** Get string name for MMC command @param command cdio_mmc_gpcmd_t command value @return string name of command */ const char *mmc_cmd2str(uint8_t command); #ifdef __cplusplus } #endif /* __cplusplus */ /** The below variables are trickery to force the above enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions */ extern cdio_mmc_feature_t debug_cdio_mmc_feature; extern cdio_mmc_feature_interface_t debug_cdio_mmc_feature_interface; extern cdio_mmc_feature_profile_t debug_cdio_mmc_feature_profile; extern cdio_mmc_get_conf_t debug_cdio_mmc_get_conf; extern cdio_mmc_gpcmd_t debug_cdio_mmc_gpcmd; extern cdio_mmc_read_sub_state_t debug_cdio_mmc_read_sub_state; extern cdio_mmc_read_cd_type_t debug_cdio_mmc_read_cd_type; extern cdio_mmc_readtoc_t debug_cdio_mmc_readtoc; extern cdio_mmc_mode_page_t debug_cdio_mmc_mode_page; #ifndef DO_NOT_WANT_OLD_MMC_COMPATIBILITY #define CDIO_MMC_GPCMD_START_STOP CDIO_MMC_GPCMD_START_STOP_UNIT #define CDIO_MMC_GPCMD_ALLOW_MEDIUM_REMOVAL \ CDIO_MMC_GPCMD_PREVENT_ALLOW_MEDIUM_REMOVAL #endif /*DO_NOT_WANT_PARANOIA_COMPATIBILITY*/ #endif /* CDIO_MMC_H_ */ /* * Local variables: * c-file-style: "ruby" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/rock.h0000644000175000017500000003535311731402300013507 00000000000000/* Copyright (C) 2005, 2006 2008, 2012 Rocky Bernstein See also rock.c by Eric Youngdale (1993) from GNU/Linux This is Copyright 1993 Yggdrasil Computing, Incorporated This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! \file rock.h \brief Things related to the Rock Ridge Interchange Protocol (RRIP) Applications will probably not include this directly but via the iso9660.h header. */ #ifndef CDIO_ROCK_H_ #define CDIO_ROCK_H_ #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*! An enumeration for some of the ISO_ROCK_* \#defines below. This isn't really an enumeration one would really use in a program it is to be helpful in debuggers where wants just to refer to the ISO_ROCK_* names and get something. */ extern enum iso_rock_enums { ISO_ROCK_IRUSR = 000400, /**< read permission (owner) */ ISO_ROCK_IWUSR = 000200, /**< write permission (owner) */ ISO_ROCK_IXUSR = 000100, /**< execute permission (owner) */ ISO_ROCK_IRGRP = 000040, /**< read permission (group) */ ISO_ROCK_IWGRP = 000020, /**< write permission (group) */ ISO_ROCK_IXGRP = 000010, /**< execute permission (group) */ ISO_ROCK_IROTH = 000004, /**< read permission (other) */ ISO_ROCK_IWOTH = 000002, /**< write permission (other) */ ISO_ROCK_IXOTH = 000001, /**< execute permission (other) */ ISO_ROCK_ISUID = 004000, /**< set user ID on execution */ ISO_ROCK_ISGID = 002000, /**< set group ID on execution */ ISO_ROCK_ISVTX = 001000, /**< save swapped text even after use */ ISO_ROCK_ISSOCK = 0140000, /**< socket */ ISO_ROCK_ISLNK = 0120000, /**< symbolic link */ ISO_ROCK_ISREG = 0100000, /**< regular */ ISO_ROCK_ISBLK = 060000, /**< block special */ ISO_ROCK_ISCHR = 020000, /**< character special */ ISO_ROCK_ISDIR = 040000, /**< directory */ ISO_ROCK_ISFIFO = 010000 /**< pipe or FIFO */ } iso_rock_enums; #define ISO_ROCK_IRUSR 000400 /** read permission (owner) */ #define ISO_ROCK_IWUSR 000200 /** write permission (owner) */ #define ISO_ROCK_IXUSR 000100 /** execute permission (owner) */ #define ISO_ROCK_IRGRP 000040 /** read permission (group) */ #define ISO_ROCK_IWGRP 000020 /** write permission (group) */ #define ISO_ROCK_IXGRP 000010 /** execute permission (group) */ #define ISO_ROCK_IROTH 000004 /** read permission (other) */ #define ISO_ROCK_IWOTH 000002 /** write permission (other) */ #define ISO_ROCK_IXOTH 000001 /** execute permission (other) */ #define ISO_ROCK_ISUID 004000 /** set user ID on execution */ #define ISO_ROCK_ISGID 002000 /** set group ID on execution */ #define ISO_ROCK_ISVTX 001000 /** save swapped text even after use */ #define ISO_ROCK_ISSOCK 0140000 /** socket */ #define ISO_ROCK_ISLNK 0120000 /** symbolic link */ #define ISO_ROCK_ISREG 0100000 /** regular */ #define ISO_ROCK_ISBLK 060000 /** block special */ #define ISO_ROCK_ISCHR 020000 /** character special */ #define ISO_ROCK_ISDIR 040000 /** directory */ #define ISO_ROCK_ISFIFO 010000 /** pipe or FIFO */ /** Enforced file locking (shared w/set group ID) */ #define ISO_ROCK_ENFMT ISO_ROCK_ISGID PRAGMA_BEGIN_PACKED /*! The next two structs are used by the system-use-sharing protocol (SUSP), in which the Rock Ridge extensions are embedded. It is quite possible that other extensions are present on the disk, and this is fine as long as they all use SUSP. */ /*! system-use-sharing protocol */ typedef struct iso_su_sp_s{ unsigned char magic[2]; uint8_t skip; } GNUC_PACKED iso_su_sp_t; /*! system-use extension record */ typedef struct iso_su_er_s { iso711_t len_id; /**< Identifier length. Value 10?. */ unsigned char len_des; unsigned char len_src; iso711_t ext_ver; /**< Extension version. Value 1? */ char data[EMPTY_ARRAY_SIZE]; } GNUC_PACKED iso_su_er_t; typedef struct iso_su_ce_s { char extent[8]; char offset[8]; char size[8]; } iso_su_ce_t; /*! POSIX file attributes, PX. See Rock Ridge Section 4.1.2 */ typedef struct iso_rock_px_s { iso733_t st_mode; /*! file mode permissions; same as st_mode of POSIX:5.6.1 */ iso733_t st_nlinks; /*! number of links to file; same as st_nlinks of POSIX:5.6.1 */ iso733_t st_uid; /*! user id owner of file; same as st_uid of POSIX:5.6.1 */ iso733_t st_gid; /*! group id of file; same as st_gid of of POSIX:5.6.1 */ } GNUC_PACKED iso_rock_px_t ; /*! POSIX device number, PN. A PN is mandatory if the file type recorded in the "PX" File Mode field for a Directory Record indicates a character or block device (ISO_ROCK_ISCHR | ISO_ROCK_ISBLK). This entry is ignored for other (non-Direcotry) file types. No more than one "PN" is recorded in the System Use Area of a Directory Record. See Rock Ridge Section 4.1.2 */ typedef struct iso_rock_pn_s { iso733_t dev_high; /**< high-order 32 bits of the 64 bit device number. 7.2.3 encoded */ iso733_t dev_low; /**< low-order 32 bits of the 64 bit device number. 7.2.3 encoded */ } GNUC_PACKED iso_rock_pn_t ; /*! These are the bits and their meanings for flags in the SL structure. */ typedef enum { ISO_ROCK_SL_CONTINUE = 1, ISO_ROCK_SL_CURRENT = 2, ISO_ROCK_SL_PARENT = 4, ISO_ROCK_SL_ROOT = 8 } iso_rock_sl_flag_t; #define ISO_ROCK_SL_CONTINUE 1 #define ISO_ROCK_SL_CURRENT 2 #define ISO_ROCK_SL_PARENT 4 #define ISO_ROCK_SL_ROOT 8 typedef struct iso_rock_sl_part_s { uint8_t flags; uint8_t len; char text[EMPTY_ARRAY_SIZE]; } GNUC_PACKED iso_rock_sl_part_t ; /*! Symbolic link. See Rock Ridge Section 4.1.3 */ typedef struct iso_rock_sl_s { unsigned char flags; iso_rock_sl_part_t link; } GNUC_PACKED iso_rock_sl_t ; /*! Alternate name. See Rock Ridge Section 4.1.4 */ /*! These are the bits and their meanings for flags in the NM structure. */ typedef enum { ISO_ROCK_NM_CONTINUE = 1, ISO_ROCK_NM_CURRENT = 2, ISO_ROCK_NM_PARENT = 4, } iso_rock_nm_flag_t; #define ISO_ROCK_NM_CONTINUE 1 #define ISO_ROCK_NM_CURRENT 2 #define ISO_ROCK_NM_PARENT 4 typedef struct iso_rock_nm_s { unsigned char flags; char name[EMPTY_ARRAY_SIZE]; } GNUC_PACKED iso_rock_nm_t ; /*! Child link. See Section 4.1.5.1 */ typedef struct iso_rock_cl_s { char location[1]; } GNUC_PACKED iso_rock_cl_t ; /*! Parent link. See Section 4.1.5.2 */ typedef struct iso_rock_pl_s { char location[1]; } GNUC_PACKED iso_rock_pl_t ; /*! These are the bits and their meanings for flags in the TF structure. */ typedef enum { ISO_ROCK_TF_CREATE = 1, ISO_ROCK_TF_MODIFY = 2, ISO_ROCK_TF_ACCESS = 4, ISO_ROCK_TF_ATTRIBUTES = 8, ISO_ROCK_TF_BACKUP = 16, ISO_ROCK_TF_EXPIRATION = 32, ISO_ROCK_TF_EFFECTIVE = 64, ISO_ROCK_TF_LONG_FORM = 128 } iso_rock_tf_flag_t; /* These are the bits and their meanings for flags in the TF structure. */ #define ISO_ROCK_TF_CREATE 1 #define ISO_ROCK_TF_MODIFY 2 #define ISO_ROCK_TF_ACCESS 4 #define ISO_ROCK_TF_ATTRIBUTES 8 #define ISO_ROCK_TF_BACKUP 16 #define ISO_ROCK_TF_EXPIRATION 32 #define ISO_ROCK_TF_EFFECTIVE 64 #define ISO_ROCK_TF_LONG_FORM 128 /*! Time stamp(s) for a file. See Rock Ridge Section 4.1.6 */ typedef struct iso_rock_tf_s { uint8_t flags; /**< See ISO_ROCK_TF_* bits above. */ uint8_t time_bytes[EMPTY_ARRAY_SIZE]; /**< A homogenious array of iso9660_ltime_t or iso9660_dtime_t entries depending on flags & ISO_ROCK_TF_LONG_FORM. Lacking a better method, we store this as an array of bytes and a cast to the appropriate type will have to be made before extraction. */ } GNUC_PACKED iso_rock_tf_t ; /*! File data in sparse format. See Rock Ridge Section 4.1.7 */ typedef struct iso_rock_sf_s { iso733_t virtual_size_high; /**< high-order 32 bits of virtual size */ iso733_t virtual_size_low; /**< low-order 32 bits of virtual size */ uint8_t table_depth; } GNUC_PACKED iso_rock_sf_t ; typedef struct iso_extension_record_s { char signature[2]; /**< signature word; either 'SP', 'CE', 'ER', 'RR', 'PX', 'PN', 'SL', 'NM', 'CL', 'PL', 'TF', or 'ZF' */ iso711_t len; /**< length of system-user area - 44 for PX 20 for PN, 5+strlen(text) for SL, 21 for SF, etc. */ iso711_t version; /**< version number - value 1 */ union { iso_su_sp_t SP; /**< system-use-sharing protocol - not strictly part of Rock Ridge */ iso_su_er_t ER; /**< system-use extension packet - not strictly part of Rock Ridge */ iso_su_ce_t CE; /**< system-use - strictly part of Rock Ridge */ iso_rock_px_t PX; /**< Rock Ridge POSIX file attributes */ iso_rock_pn_t PN; /**< Rock Ridge POSIX device number */ iso_rock_sl_t SL; /**< Rock Ridge symbolic link */ iso_rock_nm_t NM; /**< Rock Ridge alternate name */ iso_rock_cl_t CL; /**< Rock Ridge child link */ iso_rock_pl_t PL; /**< Rock Ridge parent link */ iso_rock_tf_t TF; /**< Rock Ridge timestamp(s) for a file */ } u; } GNUC_PACKED iso_extension_record_t; typedef struct iso_rock_time_s { bool b_used; /**< If true, field has been set and is valid. Otherwise remaning fields are meaningless. */ bool b_longdate; /**< If true date format is a iso9660_ltime_t. Otherwise date is iso9660_dtime_t */ union { iso9660_ltime_t ltime; iso9660_dtime_t dtime; } t; } GNUC_PACKED iso_rock_time_t; typedef struct iso_rock_statbuf_s { bool_3way_t b3_rock; /**< has Rock Ridge extension. If "yep", then the fields are used. */ posix_mode_t st_mode; /**< protection */ posix_nlink_t st_nlinks; /**< number of hard links */ posix_uid_t st_uid; /**< user ID of owner */ posix_gid_t st_gid; /**< group ID of owner */ uint8_t s_rock_offset; int i_symlink; /**< size of psz_symlink */ int i_symlink_max; /**< max allocated to psz_symlink */ char *psz_symlink; /**< if symbolic link, name of pointed to file. */ iso_rock_time_t create; /**< create time See ISO 9660:9.5.4. */ iso_rock_time_t modify; /**< time of last modification ISO 9660:9.5.5. st_mtime field of POSIX:5.6.1. */ iso_rock_time_t access; /**< time of last file access st_atime field of POSIX:5.6.1. */ iso_rock_time_t attributes; /**< time of last attribute change. st_ctime field of POSIX:5.6.1. */ iso_rock_time_t backup; /**< time of last backup. */ iso_rock_time_t expiration; /**< time of expiration; See ISO 9660:9.5.6. */ iso_rock_time_t effective; /**< Effective time; See ISO 9660:9.5.7. */ uint32_t i_rdev; /**< the upper 16-bits is major device number, the lower 16-bits is the minor device number */ } iso_rock_statbuf_t; PRAGMA_END_PACKED /*! return length of name field; 0: not found, -1: to be ignored */ int get_rock_ridge_filename(iso9660_dir_t * de, /*out*/ char * retname, /*out*/ iso9660_stat_t *p_stat); int parse_rock_ridge_stat(iso9660_dir_t *de, /*out*/ iso9660_stat_t *p_stat); /*! Returns POSIX mode bitstring for a given file. */ mode_t iso9660_get_posix_filemode_from_rock(const iso_rock_statbuf_t *rr); /*! Returns a string which interpreting the POSIX mode st_mode. For example: \verbatim drwxrws--- -rw---Sr-- lrwxrwxrwx \endverbatim A description of the characters in the string follows The 1st character is either "d" if the entry is a directory, "l" is a symbolic link or "-" if neither. The 2nd to 4th characters refer to permissions for a user while the the 5th to 7th characters refer to permissions for a group while, and the 8th to 10h characters refer to permissions for everyone. In each of these triplets the first character (2, 5, 8) is "r" if the entry is allowed to be read. The second character of a triplet (3, 6, 9) is "w" if the entry is allowed to be written. The third character of a triplet (4, 7, 10) is "x" if the entry is executable but not user (for character 4) or group (for characters 6) settable and "s" if the item has the corresponding user/group set. For a directory having an executable property on ("x" or "s") means the directory is allowed to be listed or "searched". If the execute property is not allowed for a group or user but the corresponding group/user is set "S" indicates this. If none of these properties holds the "-" indicates this. */ const char *iso9660_get_rock_attr_str(posix_mode_t st_mode); /** These variables are not used, but are defined to facilatate debugging by letting us use enumerations values (which also correspond to \#define's inside a debugged program. */ extern iso_rock_nm_flag_t iso_rock_nm_flag; extern iso_rock_sl_flag_t iso_rock_sl_flag; extern iso_rock_tf_flag_t iso_rock_tf_flag; #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_ROCK_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/udf_time.h0000644000175000017500000000445013204104700014337 00000000000000/* Copyright (C) 2005, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! * \file udf_time.h * * \brief UDF time conversion and access files. * */ #ifndef UDF_TIME_H #define UDF_TIME_H #include #if defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR) && !defined(__struct_timespec_defined) struct timespec { time_t tv_sec; /* Seconds */ long tv_nsec; /* Nanoseconds */ }; #endif #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*! Return the access time of the file. */ time_t udf_get_access_time(const udf_dirent_t *p_udf_dirent); /*! Return the attribute (most recent create or access) time of the file */ time_t udf_get_attribute_time(const udf_dirent_t *p_udf_dirent); /*! Return the modification time of the file. */ time_t udf_get_modification_time(const udf_dirent_t *p_udf_dirent); /*! Return the access timestamp of the file */ udf_timestamp_t *udf_get_access_timestamp(const udf_dirent_t *p_udf_dirent); /*! Return the modification timestamp of the file */ udf_timestamp_t *udf_get_modification_timestamp(const udf_dirent_t *p_udf_dirent); /*! Return the attr timestamp of the file */ udf_timestamp_t *udf_get_attr_timestamp(const udf_dirent_t *p_udf_dirent); /*! Convert a UDF timestamp to a time_t. If microseconds are desired, use dest_usec. The return value is the same as dest. */ time_t *udf_stamp_to_time(time_t *dest, long int *dest_usec, const udf_timestamp_t src); udf_timestamp_t *udf_timespec_to_stamp(const struct timespec ts, udf_timestamp_t *dest); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /*UDF_TIME_H*/ libcdio-2.0.0/include/cdio/xa.h0000664000175000017500000001451712410627540013174 00000000000000/* Copyright (C) 2003, 2004, 2005, 2006, 2008, 2012 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel See also iso9660.h by Eric Youngdale (1993) and in cdrtools. These are Copyright 1993 Yggdrasil Computing, Incorporated Copyright (c) 1999,2000 J. Schilling This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! \file xa.h \brief Things related to the ISO-9660 XA (Extended Attributes) format Applications will probably not include this directly but via the iso9660.h header. */ #ifndef CDIO_XA_H_ #define CDIO_XA_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*! An enumeration for some of the XA_* \#defines below. This isn't really an enumeration one would really use in a program it is to be helpful in debuggers where wants just to refer to the XA_* names and get something. */ typedef enum { ISO_XA_MARKER_OFFSET = 1024, XA_PERM_RSYS = 0x0001, /**< System Group Read */ XA_PERM_XSYS = 0x0004, /**< System Group Execute */ XA_PERM_RUSR = 0x0010, /**< User (owner) Read */ XA_PERM_XUSR = 0x0040, /**< User (owner) Execute */ XA_PERM_RGRP = 0x0100, /**< Group Read */ XA_PERM_XGRP = 0x0400, /**< Group Execute */ XA_PERM_ROTH = 0x1000, /**< Other (world) Read */ XA_PERM_XOTH = 0x4000, /**< Other (world) Execute */ XA_ATTR_MODE2FORM1 = (1 << 11), XA_ATTR_MODE2FORM2 = (1 << 12), XA_ATTR_INTERLEAVED = (1 << 13), XA_ATTR_CDDA = (1 << 14), XA_ATTR_DIRECTORY = (1 << 15), XA_PERM_ALL_READ = (XA_PERM_RUSR | XA_PERM_RSYS | XA_PERM_RGRP), XA_PERM_ALL_EXEC = (XA_PERM_XUSR | XA_PERM_XSYS | XA_PERM_XGRP), XA_PERM_ALL_ALL = (XA_PERM_ALL_READ | XA_PERM_ALL_EXEC), XA_FORM1_DIR = (XA_ATTR_DIRECTORY | XA_ATTR_MODE2FORM1 | XA_PERM_ALL_ALL), XA_FORM1_FILE = (XA_ATTR_MODE2FORM1 | XA_PERM_ALL_ALL), XA_FORM2_FILE = (XA_ATTR_MODE2FORM2 | XA_PERM_ALL_ALL) } xa_misc_enum_t; extern const char ISO_XA_MARKER_STRING[sizeof("CD-XA001")-1]; #define ISO_XA_MARKER_STRING "CD-XA001" /*! \brief "Extended Architecture" according to the Philips Yellow Book. CD-ROM EXtended Architecture is a modification to the CD-ROM specification that defines two new types of sectors. CD-ROM XA was developed jointly by Sony, Philips, and Microsoft, and announced in August 1988. Its specifications were published in an extension to the Yellow Book. CD-i, Photo CD, Video CD and CD-EXTRA have all subsequently been based on CD-ROM XA. CD-XA defines another way of formatting sectors on a CD-ROM, including headers in the sectors that describe the type (audio, video, data) and some additional info (markers, resolution in case of a video or audio sector, file numbers, etc). The data written on a CD-XA is consistent with and can be in ISO-9660 file system format and therefore be readable by ISO-9660 file system translators. But also a CD-I player can also read CD-XA discs even if its own `Green Book' file system only resembles ISO 9660 and isn't fully compatible. Note structure is big-endian. */ typedef struct iso9660_xa_s { uint16_t group_id; /**< 0 */ uint16_t user_id; /**< 0 */ uint16_t attributes; /**< XA_ATTR_ */ char signature[2]; /**< { 'X', 'A' } */ uint8_t filenum; /**< file number, see also XA subheader */ uint8_t reserved[5]; /**< zero */ } GNUC_PACKED iso9660_xa_t; /*! Returns POSIX mode bitstring for a given file. */ posix_mode_t iso9660_get_posix_filemode_from_xa(uint16_t i_perms); /*! Returns a string interpreting the extended attribute xa_attr. For example: \verbatim d---1xrxrxr ---2--r-r-r -a--1xrxrxr \endverbatim A description of the characters in the string follows. The 1st character is either "d" if the entry is a directory, or "-" if not The 2nd character is either "a" if the entry is CDDA (audio), or "-" if not The 3rd character is either "i" if the entry is interleaved, or "-" if not The 4th character is either "2" if the entry is mode2 form2 or "-" if not The 5th character is either "1" if the entry is mode2 form1 or "-" if not Note that an entry will either be in mode2 form1 or mode form2. That is you will either see "2-" or "-1" in the 4th & 5th positions. The 6th and 7th characters refer to permissions for a user while the the 8th and 9th characters refer to permissions for a group while, and the 10th and 11th characters refer to permissions for everyone. In each of these pairs the first character (6, 8, 10) is "x" if the entry is executable. For a directory this means the directory is allowed to be listed or "searched". The second character of a pair (7, 9, 11) is "r" if the entry is allowed to be read. */ const char * iso9660_get_xa_attr_str (uint16_t xa_attr); /*! Allocates and initalizes a new iso9600_xa_t variable and returns it. The caller must free the returned result using iso9660_xa_free(). @see iso9660_xa */ iso9660_xa_t * iso9660_xa_init (iso9660_xa_t *_xa, uint16_t uid, uint16_t gid, uint16_t attr, uint8_t filenum); /*! Frees the passed iso9600_xa_t structure. @see iso9660_xa */ void iso9660_xa_free (iso9660_xa_t *_xa); #ifdef __cplusplus } /** The below variables are trickery to force the above enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions. */ extern xa_misc_enum_t debugger_xa_misc_enum; #endif /* __cplusplus */ #endif /* CDIO_XA_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/mmc_cmds.h0000644000175000017500000000210512043030030014312 00000000000000/* Copyright (C) 2010, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file mmc_cmds.h * * \brief The top-level header for libcdio multi-media commands (MMC). */ #ifndef CDIO_MMC_CMDS_H_ #define CDIO_MMC_CMDS_H_ #include #include #include #endif /* CDIO_MMC_CMDS_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/mmc_util.h0000644000175000017500000001563511731402212014365 00000000000000/* Copyright (C) 2010, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file mmc_util.h \brief Multimedia Command (MMC) "helper" routines that don't depend on anything other than headers. */ #ifndef CDIO_MMC_UTIL_H_ #define CDIO_MMC_UTIL_H_ #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** Profile profile codes used in GET_CONFIGURATION - PROFILE LIST. */ typedef enum { CDIO_MMC_FEATURE_PROF_NON_REMOVABLE = 0x0001, /**< Re-writable disc, capable of changing behavior */ CDIO_MMC_FEATURE_PROF_REMOVABLE = 0x0002, /**< disk Re-writable; with removable media */ CDIO_MMC_FEATURE_PROF_MO_ERASABLE = 0x0003, /**< Erasable Magneto-Optical disk with sector erase capability */ CDIO_MMC_FEATURE_PROF_MO_WRITE_ONCE = 0x0004, /**< Write Once Magneto-Optical write once */ CDIO_MMC_FEATURE_PROF_AS_MO = 0x0005, /**< Advance Storage Magneto-Optical */ CDIO_MMC_FEATURE_PROF_CD_ROM = 0x0008, /**< Read only Compact Disc capable */ CDIO_MMC_FEATURE_PROF_CD_R = 0x0009, /**< Write once Compact Disc capable */ CDIO_MMC_FEATURE_PROF_CD_RW = 0x000A, /**< CD-RW Re-writable Compact Disc capable */ CDIO_MMC_FEATURE_PROF_DVD_ROM = 0x0010, /**< Read only DVD */ CDIO_MMC_FEATURE_PROF_DVD_R_SEQ = 0x0011, /**< Re-recordable DVD using Sequential recording */ CDIO_MMC_FEATURE_PROF_DVD_RAM = 0x0012, /**< Re-writable DVD */ CDIO_MMC_FEATURE_PROF_DVD_RW_RO = 0x0013, /**< Re-recordable DVD using Restricted Overwrite */ CDIO_MMC_FEATURE_PROF_DVD_RW_SEQ = 0x0014, /**< Re-recordable DVD using Sequential recording */ CDIO_MMC_FEATURE_PROF_DVD_R_DL_SEQ = 0x0015, /**< DVD-R/DL sequential recording */ CDIO_MMC_FEATURE_PROF_DVD_R_DL_JR = 0x0016, /**< DVD-R/DL layer jump recording */ CDIO_MMC_FEATURE_PROF_DVD_PRW = 0x001A, /**< DVD+RW - DVD ReWritable */ CDIO_MMC_FEATURE_PROF_DVD_PR = 0x001B, /**< DVD+R - DVD Recordable */ CDIO_MMC_FEATURE_PROF_DDCD_ROM = 0x0020, /**< Read only DDCD */ CDIO_MMC_FEATURE_PROF_DDCD_R = 0x0021, /**< DDCD-R Write only DDCD */ CDIO_MMC_FEATURE_PROF_DDCD_RW = 0x0022, /**< Re-Write only DDCD */ CDIO_MMC_FEATURE_PROF_DVD_PRW_DL = 0x002A, /**< "DVD+RW/DL */ CDIO_MMC_FEATURE_PROF_DVD_PR_DL = 0x002B, /**< DVD+R - DVD Recordable double layer */ CDIO_MMC_FEATURE_PROF_BD_ROM = 0x0040, /**< BD-ROM */ CDIO_MMC_FEATURE_PROF_BD_SEQ = 0x0041, /**< BD-R sequential recording */ CDIO_MMC_FEATURE_PROF_BD_R_RANDOM = 0x0042, /**< BD-R random recording */ CDIO_MMC_FEATURE_PROF_BD_RE = 0x0043, /**< BD-RE */ CDIO_MMC_FEATURE_PROF_HD_DVD_ROM = 0x0050, /**< HD-DVD-ROM */ CDIO_MMC_FEATURE_PROF_HD_DVD_R = 0x0051, /**< HD-DVD-R */ CDIO_MMC_FEATURE_PROF_HD_DVD_RAM = 0x0052, /**<"HD-DVD-RAM */ CDIO_MMC_FEATURE_PROF_NON_CONFORM = 0xFFFF, /**< The Logical Unit does not conform to any Profile. */ } cdio_mmc_feature_profile_t; /** @param i_feature MMC feature number @return string containing the name of the given feature */ const char *mmc_feature2str( int i_feature ); /** Get drive capabilities for a device. @param p_cdio the CD object to be acted upon. @param p_read_cap list of read capabilities that are set on return @param p_write_cap list of write capabilities that are set on return @param p_misc_cap list of miscellaneous capabilities (that are neither read nor write related) that are set on return */ void mmc_get_drive_cap ( CdIo_t *p_cdio, /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap); /** Return a string containing the name of the given feature */ const char *mmc_feature_profile2str( int i_feature_profile ); bool mmc_is_disctype_bd(cdio_mmc_feature_profile_t disctype); bool mmc_is_disctype_cdrom(cdio_mmc_feature_profile_t disctype); bool mmc_is_disctype_dvd(cdio_mmc_feature_profile_t disctype); bool mmc_is_disctype_hd_dvd (cdio_mmc_feature_profile_t disctype); bool mmc_is_disctype_overwritable (cdio_mmc_feature_profile_t disctype); bool mmc_is_disctype_rewritable(cdio_mmc_feature_profile_t disctype); /** The default read timeout is 3 minutes. */ #define MMC_READ_TIMEOUT_DEFAULT 3*60*1000 /** Set this to the maximum value in milliseconds that we will wait on an MMC read command. */ extern uint32_t mmc_read_timeout_ms; /** Maps a mmc_sense_key_t into a string name. */ extern const char mmc_sense_key2str[16][40]; /** The default timeout (non-read) is 6 seconds. */ #define MMC_TIMEOUT_DEFAULT 6000 /** Set this to the maximum value in milliseconds that we will wait on an MMC command. */ extern uint32_t mmc_timeout_ms; #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_MMC_UTIL_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/disc.h0000664000175000017500000001037112410627540013500 00000000000000/* -*- c -*- Copyright (C) 2004, 2005, 2006, 2008, 2010, 2012, 2014 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file disc.h \brief The top-level header for disc-related libcdio calls. */ #ifndef CDIO_DISC_H_ #define CDIO_DISC_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** disc modes. The first combined from MMC-5 6.33.3.13 (Send CUESHEET), "DVD Book" from MMC-5 Table 400, page 419. and GNU/Linux /usr/include/linux/cdrom.h and we've added DVD. */ typedef enum { CDIO_DISC_MODE_CD_DA, /**< CD-DA */ CDIO_DISC_MODE_CD_DATA, /**< CD-ROM form 1 */ CDIO_DISC_MODE_CD_XA, /**< CD-ROM XA form2 */ CDIO_DISC_MODE_CD_MIXED, /**< Some combo of above. */ CDIO_DISC_MODE_DVD_ROM, /**< DVD ROM (e.g. movies) */ CDIO_DISC_MODE_DVD_RAM, /**< DVD-RAM */ CDIO_DISC_MODE_DVD_R, /**< DVD-R */ CDIO_DISC_MODE_DVD_RW, /**< DVD-RW */ CDIO_DISC_MODE_HD_DVD_ROM, /**< HD DVD-ROM */ CDIO_DISC_MODE_HD_DVD_RAM, /**< HD DVD-RAM */ CDIO_DISC_MODE_HD_DVD_R, /**< HD DVD-R */ CDIO_DISC_MODE_DVD_PR, /**< DVD+R */ CDIO_DISC_MODE_DVD_PRW, /**< DVD+RW */ CDIO_DISC_MODE_DVD_PRW_DL, /**< DVD+RW DL */ CDIO_DISC_MODE_DVD_PR_DL, /**< DVD+R DL */ CDIO_DISC_MODE_DVD_OTHER, /**< Unknown/unclassified DVD type */ CDIO_DISC_MODE_NO_INFO, CDIO_DISC_MODE_ERROR, CDIO_DISC_MODE_CD_I /**< CD-i. */ } discmode_t; extern const char *discmode2str[]; /** Get binary CD-Text information for a CdIo_t object. @param p_cdio the CD object that may contain CD-Text information. @return malloc'd pointer to raw CD-Text data as stored on the disc or NULL if p_cdio is NULL or CD-Text information does not exist. Return value must be freed with cdio_free() when done with it and not NULL. */ uint8_t * cdio_get_cdtext_raw (CdIo_t *p_cdio); /** Get CD-Text information for a CdIo_t object. @param p_cdio the CD object that may contain CD-Text information. @return the CD-Text object or NULL if p_cdio is NULL or CD-Text information does not exist. */ cdtext_t *cdio_get_cdtext (CdIo_t *p_cdio); /** Get disc mode - the kind of CD (CD-DA, CD-ROM mode 1, CD-MIXED, etc. that we've got. The notion of "CD" is extended a little to include DVD's. */ discmode_t cdio_get_discmode (CdIo_t *p_cdio); /** Get the lsn of the end of the CD @return the lsn. On error 0 or CDIO_INVALD_LSN. */ lsn_t cdio_get_disc_last_lsn(const CdIo_t *p_cdio); /** Return the Joliet level recognized for p_cdio. */ uint8_t cdio_get_joliet_level(const CdIo_t *p_cdio); /** Get the media catalog number (MCN) from the CD. @return the media catalog number or NULL if there is none or we don't have the ability to get it. Note: The caller must free the returned string with cdio_free() when done with it. */ char * cdio_get_mcn (const CdIo_t *p_cdio); /** Get the number of tracks on the CD. @return the number of tracks, or CDIO_INVALID_TRACK if there is an error. */ track_t cdio_get_num_tracks (const CdIo_t *p_cdio); /** Return true if discmode is some sort of CD. */ bool cdio_is_discmode_cdrom (discmode_t discmode); /** Return true if discmode is some sort of DVD. */ bool cdio_is_discmode_dvd (discmode_t discmode); /** cdio_stat_size is deprecated. @see cdio_get_disc_last_lsn */ #define cdio_stat_size cdio_get_disc_last_lsn #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_DISC_H_ */ libcdio-2.0.0/include/cdio/logging.h0000644000175000017500000000752412217317367014220 00000000000000/* Copyright (C) 2003, 2004, 2008, 2012 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file logging.h * \brief Header to control logging and level of detail of output. * */ #ifndef CDIO_LOGGING_H_ #define CDIO_LOGGING_H_ #include #ifdef __cplusplus extern "C" { #endif /** * The different log levels supported. */ typedef enum { CDIO_LOG_DEBUG = 1, /**< Debug-level messages - helps debug what's up. */ CDIO_LOG_INFO, /**< Informational - indicates perhaps something of interest. */ CDIO_LOG_WARN, /**< Warning conditions - something that looks funny. */ CDIO_LOG_ERROR, /**< Error conditions - may terminate program. */ CDIO_LOG_ASSERT /**< Critical conditions - may abort program. */ } cdio_log_level_t; /** * The place to save the preference concerning how much verbosity * is desired. This is used by the internal default log handler, but * it could be use by applications which provide their own log handler. */ extern cdio_log_level_t cdio_loglevel_default; /** * This type defines the signature of a log handler. For every * message being logged, the handler will receive the log level and * the message string. * * @see cdio_log_set_handler * @see cdio_log_level_t * * @param level The log level. * @param message The log message. */ typedef void (*cdio_log_handler_t) (cdio_log_level_t level, const char message[]); /** * The initial or default log handler in effect. * * @param level The log level. * @param message The log message. */ extern void cdio_default_log_handler(cdio_log_level_t level, const char message[]); /** * Set a custom log handler for libcdio. The return value is the log * handler being replaced. If the provided parameter is NULL, then * the handler will be reset to the default handler. * * @see cdio_log_handler_t * * @param new_handler The new log handler. * @return The previous log handler. */ cdio_log_handler_t cdio_log_set_handler (cdio_log_handler_t new_handler); /** * Handle an message with the given log level. * * @see cdio_debug * @see cdio_info * @see cdio_warn * @see cdio_error * @param level The log level. * @param format printf-style format string * @param ... remaining arguments needed by format string */ void cdio_log (cdio_log_level_t level, const char format[], ...) GNUC_PRINTF(2, 3); /** * Handle a debugging message. * * @see cdio_log for a more generic routine */ void cdio_debug (const char format[], ...) GNUC_PRINTF(1,2); /** * Handle an informative message. * * @see cdio_log for a more generic routine */ void cdio_info (const char format[], ...) GNUC_PRINTF(1,2); /** * Handle a warning message. * * @see cdio_log for a more generic routine */ void cdio_warn (const char format[], ...) GNUC_PRINTF(1,2); /** * Handle an error message. Execution is terminated. * * @see cdio_log for a more generic routine. */ void cdio_error (const char format[], ...) GNUC_PRINTF(1,2); #ifdef __cplusplus } #endif #endif /* CDIO_LOGGING_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/mmc_ll_cmds.h0000664000175000017500000003712413217072760015040 00000000000000/* Copyright (C) 2010, 2012, 2016 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file mmc_ll_cmds.h \brief Wrappers for specific Multimedia Command (MMC) commands e.g., READ DISC, START/STOP UNIT. The documents we make use of are described in several specifications made by the SCSI committee T10 http://www.t10.org. In particular, SCSI Primary Commands (SPC), SCSI Block Commands (SBC), and Multi-Media Commands (MMC). These documents generally have a numeric level number appended. For example SPC-3 refers to ``SCSI Primary Commands - 3'. In year 2010 the current versions were SPC-3, SBC-2, MMC-5. */ #ifndef CDIO_MMC_LL_CMDS_H_ #define CDIO_MMC_LL_CMDS_H_ #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** Get drive capabilities via SCSI-MMC GET CONFIGURATION @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param i_return_type value in range 0..2 giving what kind of configuration to return: - 0 — Full Header and Full Descriptors; - 1 — Feature Headers and those with their Current Bit. - 2 — One Feature header and zero or one Feature Descriptors. @param i_starting_feature_number feature number from which to start getting information. @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. q @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_get_configuration(const CdIo_t *p_cdio, void *p_buf, unsigned int i_size, unsigned int i_return_type, unsigned int i_starting_feature_number, unsigned int i_timeout_ms); /** Return results of media event status via SCSI-MMC GET EVENT STATUS @param p_cdio the CD object to be acted upon. @param out_buf media status code from operation @return DRIVER_OP_SUCCESS (0) if we got the status. Return codes are the same as driver_return_code_t */ driver_return_code_t mmc_get_event_status(const CdIo_t *p_cdio, uint8_t out_buf[2]); /** Run a SCSI-MMC MODE SELECT (10-byte) command and put the results in p_buf. @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param page which "page" of the mode sense command we are interested in @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_mode_select_10(CdIo_t *p_cdio, /*out*/ void *p_buf, unsigned int i_size, int page, unsigned int i_timeout_ms); /** Run a SCSI-MMC MODE SENSE command (10-byte version) and put the results in p_buf @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param i_page_code which "page" of the mode sense command we are interested in @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_mode_sense_10( CdIo_t *p_cdio, /*out*/ void *p_buf, unsigned int i_size, unsigned int i_page_code); /** Run a SCSI-MMC MODE SENSE command (6-byte version) and put the results in p_buf @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param page which "page" of the mode sense command we are interested in @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_mode_sense_6( CdIo_t *p_cdio, /*out*/ void *p_buf, unsigned int i_size, int page); /** Request preventing/allowing medium removal on a drive via SCSI-MMC PREVENT/ALLOW MEDIUM REMOVAL. @param p_cdio the CD object to be acted upon. @param b_persistent make b_prevent state persistent @param b_prevent true of drive locked and false if unlocked @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_prevent_allow_medium_removal(const CdIo_t *p_cdio, bool b_persistent, bool b_prevent, unsigned int i_timeout_ms); /** Issue a MMC READ_CD command. @param p_cdio object to read from @param p_buf Place to store data. The caller should ensure that p_buf can hold at least i_blocksize * i_blocks bytes. @param i_lsn sector to read @param expected_sector_type restricts reading to a specific CD sector type. Only 3 bits with values 1-5 are used: - 0 — all sector types - 1 — CD-DA sectors only - 2 — Mode 1 sectors only - 3 — Mode 2 formless sectors only. Note in contrast to all other values an MMC CD-ROM is not required to support this mode. - 4 — Mode 2 Form 1 sectors only - 5 — Mode 2 Form 2 sectors only @param b_digital_audio_play Control error concealment when the data being read is CD-DA. If the data being read is not CD-DA, this parameter is ignored. If the data being read is CD-DA and DAP is false zero, then the user data returned should not be modified by flaw obscuring mechanisms such as audio data mute and interpolate. If the data being read is CD-DA and DAP is true, then the user data returned should be modified by flaw obscuring mechanisms such as audio data mute and interpolate. b_sync_header return the sync header (which will probably have the same value as CDIO_SECTOR_SYNC_HEADER of size CDIO_CD_SYNC_SIZE). @param header_codes Header Codes refer to the sector header and the sub-header that is present in mode 2 formed sectors: - 0 — No header information is returned. - 1 — The 4-byte sector header of data sectors is be returned, - 2 — The 8-byte sector sub-header of mode 2 formed sectors is returned. - 3 &mdash Both sector header and sub-header (12 bytes) is returned. The Header preceeds the rest of the bytes (e.g. user-data bytes) that might get returned. @param b_user_data Return user data if true. For CD-DA, the User Data is CDIO_CD_FRAMESIZE_RAW bytes. For Mode 1, The User Data is ISO_BLOCKSIZE bytes beginning at offset CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE. For Mode 2 formless, The User Data is M2RAW_SECTOR_SIZE bytes beginning at offset CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE. For data Mode 2, form 1, User Data is ISO_BLOCKSIZE bytes beginning at offset CDIO_CD_XA_SYNC_HEADER. For data Mode 2, form 2, User Data is 2 324 bytes beginning at offset CDIO_CD_XA_SYNC_HEADER. @param b_sync @param b_edc_ecc true if we return EDC/ECC error detection/correction bits. The presence and size of EDC redundancy or ECC parity is defined according to sector type: CD-DA sectors have neither EDC redundancy nor ECC parity. Data Mode 1 sectors have 288 bytes of EDC redundancy, Pad, and ECC parity beginning at offset 2064. Data Mode 2 formless sectors have neither EDC redundancy nor ECC parity Data Mode 2 form 1 sectors have 280 bytes of EDC redundancy and ECC parity beginning at offset 2072 Data Mode 2 form 2 sectors optionally have 4 bytes of EDC redundancy beginning at offset 2348. @param c2_error_information If true associate a bit with each sector for C2 error The resulting bit field is ordered exactly as the main channel bytes. Each 8-bit boundary defines a byte of flag bits. @param subchannel_selection subchannel-selection bits - 0 — No Sub-channel data shall be returned. (0 bytes) - 1 — RAW P-W Sub-channel data shall be returned. (96 byte) - 2 — Formatted Q sub-channel data shall be transferred (16 bytes) - 3 — Reserved - 4 — Corrected and de-interleaved R-W sub-channel (96 bytes) - 5-7 — Reserved @param i_blocksize size of the a block expected to be returned @param i_blocks number of blocks expected to be returned. @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_read_cd(const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, int expected_sector_type, bool b_digital_audio_play, bool b_sync, uint8_t header_codes, bool b_user_data, bool b_edc_ecc, uint8_t c2_error_information, uint8_t subchannel_selection, uint16_t i_blocksize, uint32_t i_blocks); /** Request information about et drive capabilities via SCSI-MMC READ DISC INFORMATION @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param data_type kind of information to retrieve. @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return DRIVER_OP_SUCCESS (0) if we got the status. */ driver_return_code_t mmc_read_disc_information(const CdIo_t *p_cdio, /*out*/ void *p_buf, unsigned int i_size, cdio_mmc_read_disc_info_datatype_t data_type, unsigned int i_timeout_ms); /** Set the drive speed in K bytes per second using SCSI-MMC SET SPEED. @param p_cdio CD structure set by cdio_open(). @param i_Kbs_speed speed in K bytes per second. Note this is not in standard CD-ROM speed units, e.g. 1x, 4x, 16x as it is in cdio_set_speed. To convert CD-ROM speed units to Kbs, multiply the number by 176 (for raw data) and by 150 (for filesystem data). Also note that ATAPI specs say that a value less than 176 will result in an error. On many CD-ROM drives, specifying a value too large will result in using the fastest speed. @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return the drive speed if greater than 0. -1 if we had an error. is -2 returned if this is not implemented for the current driver. @see cdio_set_speed and mmc_set_drive_speed */ driver_return_code_t mmc_set_speed( const CdIo_t *p_cdio, int i_Kbs_speed, unsigned int i_timeout_ms); /** Load or Unload media using a MMC START STOP UNIT command. @param p_cdio the CD object to be acted upon. @param b_eject eject if true and close tray if false @param b_immediate wait or don't wait for operation to complete @param power_condition Set CD-ROM to idle/standby/sleep. If nonzero, eject/load is ignored, so set to 0 if you want to eject or load. @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return DRIVER_OP_SUCCESS if we ran the command ok. @see mmc_eject_media or mmc_close_tray */ driver_return_code_t mmc_start_stop_unit(const CdIo_t *p_cdio, bool b_eject, bool b_immediate, uint8_t power_condition, unsigned int i_timeout_ms); /** Check if drive is ready using SCSI-MMC TEST UNIT READY command. @param p_cdio the CD object to be acted upon. @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_test_unit_ready(const CdIo_t *p_cdio, unsigned int i_timeout_ms); /** Issue a READ SUB-CHANNEL command to read current position, ISRC or MCN from subchannel Q. Note: READ SUB-CHANNEL is deprecated as of MMC-5 but the alternative requires manual parsing of the subchannel. @param p_cdio the CD object to be acted upon. @param i_track track number (only for ISRC) @param sub_chan_param 1 for CD current position, 2 for MCN, 3 for ISRC @param i_length pointer to number of bytes to request. Will be overwritten by the number of bytes available. @param p_buf pointer to the location for the returned data @param i_timeout_ms numober of milliseconds to wait for command completion @return DRIVER_OP_SUCCESS on success */ driver_return_code_t mmc_read_subchannel ( const CdIo_t *p_cdio, track_t i_track, unsigned char sub_chan_param, unsigned int *i_length, char *p_buf, unsigned int i_timeout_ms ); /** Issue a READ TOC/PMA/ATIP command to read the CD-TEXT from R-W sub-channel. @param p_cdio the CD object to be acted upon. @param i_length pointer to number of bytes to request. Will be overwritten by the number of bytes available. @param p_buf pointer to the location for the returned data @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return DRIVER_OP_SUCCESS on success */ driver_return_code_t mmc_read_toc_cdtext ( const CdIo_t *p_cdio, unsigned int *i_length, unsigned char *p_buf, unsigned int i_timeout_ms ); #ifndef DO_NOT_WANT_OLD_MMC_COMPATIBILITY #define mmc_start_stop_media(c, e, i, p, t) \ mmc_start_stop_unit(c, e, i, p, t, 0) #endif /*DO_NOT_WANT_PARANOIA_COMPATIBILITY*/ #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_MMC_HL_CMDS_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/version.h0000664000175000017500000000140613222220144014231 00000000000000/** \file version.h * * \brief A file containing the libcdio package version * number (20000) and OS build name. */ /*! CDIO_VERSION is a C-Preprocessor macro of a string that shows what version is used. cdio_version_string has the same value, but it is a constant variable that can be accessed at run time. */ #define CDIO_VERSION "2.0.0 x86_64-pc-linux-gnu" extern const char *cdio_version_string; /**< = CDIO_VERSION */ /*! LIBCDIO_VERSION_NUM is a C-Preprocessor macro that can be used for testing in the C preprocessor. libcdio_version_num has the same value, but it is a constant variable that can be accessed at run time. */ #define LIBCDIO_VERSION_NUM 20000 extern const unsigned int libcdio_version_num; /**< = LIBCDIO_VERSION_NUM */ libcdio-2.0.0/include/cdio/bytesex_asm.h0000644000175000017500000000645411731401546015107 00000000000000/* Copyright (C) 2008, 2012 Rocky Bernstein 2001, 2004, 2005 Herbert Valerio Riedel 2001 Sven Ottemann This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file bytesex_asm.h * \brief Assembly code to handle byte-swapping. Note: this header will is slated to get removed and libcdio will use glib.h routines instead. */ #ifndef CDIO_BYTESEX_ASM_H_ #define CDIO_BYTESEX_ASM_H_ #if !defined(DISABLE_ASM_OPTIMIZE) #include #if !defined CDIO_INLINE #if defined(__cplusplus) || defined(inline) #define CDIO_INLINE inline #elif defined(__GNUC__) #define CDIO_INLINE __inline__ #elif defined(_MSC_VER) #define CDIO_INLINE __inline #else #define CDIO_INLINE #endif #endif /* CDIO_INLINE */ #if defined(__powerpc__) && defined(__GNUC__) static CDIO_INLINE uint32_t uint32_swap_le_be_asm(const uint32_t a) { uint32_t b; __asm__ ("lwbrx %0,0,%1" :"=r"(b) :"r"(&a), "m"(a)); return b; } static CDIO_INLINE uint16_t uint16_swap_le_be_asm(const uint16_t a) { uint32_t b; __asm__ ("lhbrx %0,0,%1" :"=r"(b) :"r"(&a), "m"(a)); return b; } #define UINT16_SWAP_LE_BE uint16_swap_le_be_asm #define UINT32_SWAP_LE_BE uint32_swap_le_be_asm #elif defined(__mc68000__) && defined(__STORMGCC__) static CDIO_INLINE uint32_t uint32_swap_le_be_asm(uint32_t a __asm__("d0")) { /* __asm__("rolw #8,%0; swap %0; rolw #8,%0" : "=d" (val) : "0" (val)); */ __asm__("move.l %1,d0;rol.w #8,d0;swap d0;rol.w #8,d0;move.l d0,%0" :"=r"(a) :"r"(a)); return(a); } static CDIO_INLINE uint16_t uint16_swap_le_be_asm(uint16_t a __asm__("d0")) { __asm__("move.l %1,d0;rol.w #8,d0;move.l d0,%0" :"=r"(a) :"r"(a)); return(a); } #define UINT16_SWAP_LE_BE uint16_swap_le_be_asm #define UINT32_SWAP_LE_BE uint32_swap_le_be_asm #elif 0 && defined(__i386__) && defined(__GNUC__) static CDIO_INLINE uint32_t uint32_swap_le_be_asm(uint32_t a) { __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ "rorl $16,%0\n\t" /* swap words */ "xchgb %b0,%h0" /* swap higher bytes */ :"=q" (a) : "0" (a)); return(a); } static CDIO_INLINE uint16_t uint16_swap_le_be_asm(uint16_t a) { __asm__("xchgb %b0,%h0" /* swap bytes */ : "=q" (a) : "0" (a)); return(a); } #define UINT16_SWAP_LE_BE uint16_swap_le_be_asm #define UINT32_SWAP_LE_BE uint32_swap_le_be_asm #endif #endif /* !defined(DISABLE_ASM_OPTIMIZE) */ #endif /* CDIO_BYTESEX_ASM_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/iso9660.h0000664000175000017500000014677513217072760013723 00000000000000/* Copyright (C) 2003-2008, 2012-2013, 2017 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel See also iso9660.h by Eric Youngdale (1993). Copyright 1993 Yggdrasil Computing, Incorporated This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! * \file iso9660.h * * \brief The top-level interface header for libiso9660: the ISO-9660 * filesystem library; applications include this. * * See also the ISO-9660 specification. The freely available European * equivalant standard is called ECMA-119. */ #ifndef CDIO_ISO9660_H_ #define CDIO_ISO9660_H_ #include #include #include #include /** \brief ISO 9660 Integer and Character types These are described in the section 7 of the ISO 9660 (or ECMA 119) specification. */ typedef uint8_t iso711_t; /*! See section 7.1.1 */ typedef int8_t iso712_t; /*! See section 7.1.2 */ typedef uint16_t iso721_t; /*! See section 7.2.1 */ typedef uint16_t iso722_t; /*! See section 7.2.2 */ typedef uint32_t iso723_t; /*! See section 7.2.3 */ typedef uint32_t iso731_t; /*! See section 7.3.1 */ typedef uint32_t iso732_t; /*! See section 7.3.2 */ typedef uint64_t iso733_t; /*! See section 7.3.3 */ typedef char achar_t; /*! See section 7.4.1 */ typedef char dchar_t; /*! See section 7.4.1 */ #ifndef EMPTY_ARRAY_SIZE #define EMPTY_ARRAY_SIZE 0 #endif #include #include #ifdef ISODCL #undef ISODCL #endif /* This part borrowed from the bsd386 isofs */ #define ISODCL(from, to) ((to) - (from) + 1) #define MIN_TRACK_SIZE 4*75 #define MIN_ISO_SIZE MIN_TRACK_SIZE /*! The below isn't really an enumeration one would really use in a program; things are done this way so that in a debugger one can to refer to the enumeration value names such as in a debugger expression and get something. With the more common a \#define mechanism, the name/value assocation is lost at run time. */ extern enum iso_enum1_s { ISO_PVD_SECTOR = 16, /**< Sector of Primary Volume Descriptor. */ ISO_EVD_SECTOR = 17, /**< Sector of End Volume Descriptor. */ LEN_ISONAME = 31, /**< Size in bytes of the filename portion + null byte. */ ISO_MAX_SYSTEM_ID = 32, /**< Maximum number of characters in a system id. */ MAX_ISONAME = 37, /**< Size in bytes of the filename portion + null byte. */ ISO_MAX_PREPARER_ID = 128, /**< Maximum number of characters in a preparer id. */ MAX_ISOPATHNAME = 255, /**< Maximum number of characters in the entire ISO 9660 filename. */ ISO_BLOCKSIZE = 2048 /**< Number of bytes in an ISO 9660 block. */ } iso_enums1; /*! An enumeration for some of the ISO_* \#defines below. This isn't really an enumeration one would really use in a program it is here to be helpful in debuggers where wants just to refer to the ISO_*_ names and get something. */ /*! ISO 9660 directory flags. */ extern enum iso_flag_enum_s { ISO_FILE = 0, /**< Not really a flag... */ ISO_EXISTENCE = 1, /**< Do not make existence known (hidden) */ ISO_DIRECTORY = 2, /**< This file is a directory */ ISO_ASSOCIATED = 4, /**< This file is an associated file */ ISO_RECORD = 8, /**< Record format in extended attr. != 0 */ ISO_PROTECTION = 16, /**< No read/execute perm. in ext. attr. */ ISO_DRESERVED1 = 32, /**<, Reserved bit 5 */ ISO_DRESERVED2 = 64, /**<, Reserved bit 6 */ ISO_MULTIEXTENT = 128, /**< Not final entry of a mult. ext. file */ } iso_flag_enums; /*! Volume descriptor types */ extern enum iso_vd_enum_s { ISO_VD_BOOT_RECORD = 0, /**< CD is bootable */ ISO_VD_PRIMARY = 1, /**< Is in any ISO-9660 */ ISO_VD_SUPPLEMENTARY = 2, /**< Used by Joliet, for example */ ISO_VD_PARITION = 3, /**< Indicates a partition of a CD */ ISO_VD_END = 255 } iso_vd_enums; /*! An ISO filename is: abcd.eee -> filename.ext;version# For ISO-9660 Level 1, the maximum needed string length is: @code 30 chars (filename + ext) + 2 chars ('.' + ';') + 5 chars (strlen("32767")) + 1 null byte ================================ = 38 chars @endcode */ /*! \brief Maximum number of characters in a publisher id. */ #define ISO_MAX_PUBLISHER_ID 128 /*! \brief Maximum number of characters in an application id. */ #define ISO_MAX_APPLICATION_ID 128 /*! \brief Maximum number of characters in a volume id. */ #define ISO_MAX_VOLUME_ID 32 /*! \brief Maximum number of characters in a volume-set id. */ #define ISO_MAX_VOLUMESET_ID 128 /*! String inside frame which identifies an ISO 9660 filesystem. This string is the "id" field of an iso9660_pvd_t or an iso9660_svd_t. */ extern const char ISO_STANDARD_ID[sizeof("CD001")-1]; #define ISO_STANDARD_ID "CD001" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ typedef enum strncpy_pad_check { ISO9660_NOCHECK = 0, ISO9660_7BIT, ISO9660_ACHARS, ISO9660_DCHARS } strncpy_pad_check_t; PRAGMA_BEGIN_PACKED /*! \brief ISO-9660 shorter-format time structure. See ECMA 9.1.5. @see iso9660_dtime */ struct iso9660_dtime_s { iso711_t dt_year; /**< Number of years since 1900 */ iso711_t dt_month; /**< Has value in range 1..12. Note starts at 1, not 0 like a tm struct. */ iso711_t dt_day; /**< Day of the month from 1 to 31 */ iso711_t dt_hour; /**< Hour of the day from 0 to 23 */ iso711_t dt_minute; /**< Minute of the hour from 0 to 59 */ iso711_t dt_second; /**< Second of the minute from 0 to 59 */ iso712_t dt_gmtoff; /**< GMT values -48 .. + 52 in 15 minute intervals */ } GNUC_PACKED; typedef struct iso9660_dtime_s iso9660_dtime_t; /*! \brief ISO-9660 longer-format time structure. Section 8.4.26.1 of ECMA 119. All values are encoded as character arrays, eg. '1', '9', '5', '5' for the year 1955 (no null terminated byte). @see iso9660_ltime */ struct iso9660_ltime_s { char lt_year [ISODCL( 1, 4)]; /**< Add 1900 to value for the Julian year */ char lt_month [ISODCL( 5, 6)]; /**< Has value in range 1..12. Note starts at 1, not 0 like a tm struct. */ char lt_day [ISODCL( 7, 8)]; /**< Day of month: 1..31 */ char lt_hour [ISODCL( 9, 10)]; /**< hour: 0..23 */ char lt_minute [ISODCL( 11, 12)]; /**< minute: 0..59 */ char lt_second [ISODCL( 13, 14)]; /**< second: 0..59 */ char lt_hsecond [ISODCL( 15, 16)]; /**< The value is in units of 1/100's of a second */ iso712_t lt_gmtoff; /**< Offset from Greenwich Mean Time in number of 15 min intervals from -48 (West) to +52 (East) recorded according to 7.1.2 numerical value */ } GNUC_PACKED; typedef struct iso9660_ltime_s iso9660_ltime_t; typedef struct iso9660_dir_s iso9660_dir_t; typedef struct iso9660_stat_s iso9660_stat_t; #include /*! \brief Format of an ISO-9660 directory record Section 9.1 of ECMA 119. This structure may have an odd length depending on how many characters there are in the filename! Some compilers (e.g. on Sun3/mc68020) pad the structures to an even length. For this reason, we cannot use sizeof (struct iso_path_table) or sizeof (struct iso_directory_record) to compute on disk sizes. Instead, we use offsetof(..., name) and add the name size. See mkisofs.h of the cdrtools package. @see iso9660_stat */ struct iso9660_dir_s { iso711_t length; /*! Length of Directory record (9.1.1) */ iso711_t xa_length; /*! XA length if XA is used. Otherwise zero. (9.1.2) */ iso733_t extent; /*! LBA of first local block allocated to the extent */ iso733_t size; /*! data length of File Section. This does not include the length of any XA Records. (9.1.2) */ iso9660_dtime_t recording_time; /*! Recording date and time (9.1.3) */ uint8_t file_flags; /*! If no XA then zero. If a directory, then bits 2,3 and 7 are zero. (9.1.6) */ iso711_t file_unit_size; /*! File Unit size for the File Section if the File Section is recorded in interleaved mode. Otherwise zero. (9.1.7) */ iso711_t interleave_gap; /*! Interleave Gap size for the File Section if the File Section is interleaved. Otherwise zero. (9.1.8) */ iso723_t volume_sequence_number; /*! Ordinal number of the volume in the Volume Set on which the Extent described by this Directory Record is recorded. (9.1.9) */ /*! MSVC compilers cannot handle a zero sized array in the middle of a struct, and iso9660_dir_s is reused within iso9660_pvd_s. Therefore, instead of defining: iso711_t filename_len; char filename[]; we leverage the fact that iso711_t and char are the same size and use an union. The only gotcha is that the actual string payload of filename.str[] starts at 1, not 0. */ union { iso711_t len; char str[1]; } filename; } GNUC_PACKED; /*! \brief ISO-9660 Primary Volume Descriptor. */ struct iso9660_pvd_s { iso711_t type; /**< ISO_VD_PRIMARY - 1 */ char id[5]; /**< ISO_STANDARD_ID "CD001" */ iso711_t version; /**< value 1 for ECMA 119 */ char unused1[1]; /**< unused - value 0 */ achar_t system_id[ISO_MAX_SYSTEM_ID]; /**< each char is an achar */ dchar_t volume_id[ISO_MAX_VOLUME_ID]; /**< each char is a dchar */ uint8_t unused2[8]; /**< unused - value 0 */ iso733_t volume_space_size; /**< total number of sectors */ uint8_t unused3[32]; /**< unused - value 0 */ iso723_t volume_set_size; /**< often 1 */ iso723_t volume_sequence_number; /**< often 1 */ iso723_t logical_block_size; /**< sector size, e.g. 2048 */ iso733_t path_table_size; /**< bytes in path table */ iso731_t type_l_path_table; /**< first sector of L Path Table */ iso731_t opt_type_l_path_table; /**< first sector of optional L Path Table */ iso732_t type_m_path_table; /**< first sector of M Path table */ iso732_t opt_type_m_path_table; /**< first sector of optional M Path table */ iso9660_dir_t root_directory_record; /**< See 8.4.18 and section 9.1 of ISO 9660 spec. */ char root_directory_filename; /**< Is '\\0' or root directory. Also pads previous field to 34 bytes */ dchar_t volume_set_id[ISO_MAX_VOLUMESET_ID]; /**< Volume Set of which the volume is a member. See section 8.4.19 */ achar_t publisher_id[ISO_MAX_PUBLISHER_ID]; /**< Publisher of volume. If the first character is '_' 0x5F, the remaining bytes specify a file containing the user. If all bytes are " " (0x20) no publisher is specified. See section 8.4.20 of ECMA 119 */ achar_t preparer_id[ISO_MAX_PREPARER_ID]; /**< preparer of volume. If the first character is '_' 0x5F, the remaining bytes specify a file containing the user. If all bytes are " " (0x20) no preparer is specified. See section 8.4.21 of ECMA 119 */ achar_t application_id[ISO_MAX_APPLICATION_ID]; /**< application use to create the volume. If the first character is '_' 0x5F, the remaining bytes specify a file containing the user. If all bytes are " " (0x20) no application is specified. See section of 8.4.22 of ECMA 119 */ dchar_t copyright_file_id[37]; /**< Name of file for copyright info. If all bytes are " " (0x20), then no file is identified. See section 8.4.23 of ECMA 119 9660 spec. */ dchar_t abstract_file_id[37]; /**< See section 8.4.24 of ECMA 119. */ dchar_t bibliographic_file_id[37]; /**< See section 7.5 of ISO 9660 spec. */ iso9660_ltime_t creation_date; /**< date and time of volume creation. See section 8.4.26.1 of the ISO 9660 spec. */ iso9660_ltime_t modification_date; /**< date and time of the most recent modification. See section 8.4.27 of the ISO 9660 spec. */ iso9660_ltime_t expiration_date; /**< date and time when volume expires. See section 8.4.28 of the ISO 9660 spec. */ iso9660_ltime_t effective_date; /**< date and time when volume is effective. See section 8.4.29 of the ISO 9660 spec. */ iso711_t file_structure_version; /**< value 1 for ECMA 119 */ uint8_t unused4[1]; /**< unused - value 0 */ char application_data[512]; /**< Application can put whatever it wants here. */ uint8_t unused5[653]; /**< Unused - value 0 */ } GNUC_PACKED; typedef struct iso9660_pvd_s iso9660_pvd_t; /*! \brief ISO-9660 Supplementary Volume Descriptor. This is used for Joliet Extentions and is almost the same as the the primary descriptor but two unused fields, "unused1" and "unused3 become "flags and "escape_sequences" respectively. */ struct iso9660_svd_s { iso711_t type; /**< ISO_VD_SUPPLEMENTARY - 2 */ char id[5]; /**< ISO_STANDARD_ID "CD001" */ iso711_t version; /**< value 1 */ char flags; /**< Section 8.5.3 */ achar_t system_id[ISO_MAX_SYSTEM_ID]; /**< Section 8.5.4; each char is an achar */ dchar_t volume_id[ISO_MAX_VOLUME_ID]; /**< Section 8.5.5; each char is a dchar */ char unused2[8]; iso733_t volume_space_size; /**< total number of sectors */ char escape_sequences[32]; /**< Section 8.5.6 */ iso723_t volume_set_size; /**< often 1 */ iso723_t volume_sequence_number; /**< often 1 */ iso723_t logical_block_size; /**< sector size, e.g. 2048 */ iso733_t path_table_size; /**< 8.5.7; bytes in path table */ iso731_t type_l_path_table; /**< 8.5.8; first sector of little-endian path table */ iso731_t opt_type_l_path_table; /**< 8.5.9; first sector of optional little-endian path table */ iso732_t type_m_path_table; /**< 8.5.10; first sector of big-endian path table */ iso732_t opt_type_m_path_table; /**< 8.5.11; first sector of optional big-endian path table */ iso9660_dir_t root_directory_record; /**< See section 8.5.12 and 9.1 of ISO 9660 spec. */ char root_directory_filename; /**< Is '\\0' or root directory. Also pads previous field to 34 bytes */ dchar_t volume_set_id[ISO_MAX_VOLUMESET_ID]; /**< 8.5.13; dchars */ achar_t publisher_id[ISO_MAX_PUBLISHER_ID]; /**< Publisher of volume. If the first char- aracter is '_' 0x5F, the remaining bytes specify a file containing the user. If all bytes are " " (0x20) no publisher is specified. See section 8.5.14 of ECMA 119 */ achar_t preparer_id[ISO_MAX_PREPARER_ID]; /**< Data preparer of volume. If the first character is '_' 0x5F, the remaining bytes specify a file containing the user. If all bytes are " " (0x20) no preparer is specified. See section 8.5.15 of ECMA 119 */ achar_t application_id[ISO_MAX_APPLICATION_ID]; /**< application use to create the volume. If the first character is '_' 0x5F, the remaining bytes specify a file containing the user. If all bytes are " " (0x20) no application is specified. See section of 8.5.16 of ECMA 119 */ dchar_t copyright_file_id[37]; /**< Name of file for copyright info. If all bytes are " " (0x20), then no file is identified. See section 8.5.17 of ECMA 119 9660 spec. */ dchar_t abstract_file_id[37]; /**< See section 8.5.18 of ECMA 119. */ dchar_t bibliographic_file_id[37]; /**< See section 8.5.19 of ECMA 119. */ iso9660_ltime_t creation_date; /**< date and time of volume creation. See section 8.4.26.1 of the ECMA 119 spec. */ iso9660_ltime_t modification_date; /**< date and time of the most recent modification. See section 8.4.27 of the ECMA 119 spec. */ iso9660_ltime_t expiration_date; /**< date and time when volume expires. See section 8.4.28 of the ECMA 119 spec. */ iso9660_ltime_t effective_date; /**< date and time when volume is effective. See section 8.4.29 of the ECMA 119 spec. */ iso711_t file_structure_version; /**< value 1 for ECMA 119 */ uint8_t unused4[1]; /**< unused - value 0 */ char application_data[512]; /**< 8.5.20 Application can put whatever it wants here. */ uint8_t unused5[653]; /**< Unused - value 0 */ } GNUC_PACKED; typedef struct iso9660_svd_s iso9660_svd_t; PRAGMA_END_PACKED /*! \brief A data type for a list of ISO9660 statbuf file pointers returned from the various Cdio iso9660 readdir routines. */ typedef CdioList_t CdioISO9660FileList_t; /*! \brief A data type for a list of ISO9660 statbuf drectory pointer returned from the variious Cdio iso9660 readdir routines. */ typedef CdioList_t CdioISO9660DirList_t; /*! \brief Unix stat-like version of iso9660_dir The iso9660_stat structure is not part of the ISO-9660 specification. We use it for our to communicate information in a C-library friendly way, e.g struct tm time structures and a C-style filename string. @see iso9660_dir */ struct iso9660_stat_s { /* big endian!! */ iso_rock_statbuf_t rr; /**< Rock Ridge-specific fields */ struct tm tm; /**< time on entry - FIXME merge with one of entries above, like ctime? */ lsn_t lsn; /**< start logical sector number */ uint32_t size; /**< total size in bytes */ uint32_t secsize; /**< number of sectors allocated */ iso9660_xa_t xa; /**< XA attributes */ enum { _STAT_FILE = 1, _STAT_DIR = 2 } type; bool b_xa; char filename[EMPTY_ARRAY_SIZE]; /**< filename */ }; /** A mask used in iso9660_ifs_read_vd which allows what kinds of extensions we allow, eg. Joliet, Rock Ridge, etc. */ typedef uint8_t iso_extension_mask_t; /*! An enumeration for some of the ISO_EXTENSION_* \#defines below. This isn't really an enumeration one would really use in a program it is here to be helpful in debuggers where wants just to refer to the ISO_EXTENSION_*_ names and get something. */ extern enum iso_extension_enum_s { ISO_EXTENSION_JOLIET_LEVEL1 = 0x01, ISO_EXTENSION_JOLIET_LEVEL2 = 0x02, ISO_EXTENSION_JOLIET_LEVEL3 = 0x04, ISO_EXTENSION_ROCK_RIDGE = 0x08, ISO_EXTENSION_HIGH_SIERRA = 0x10 } iso_extension_enums; #define ISO_EXTENSION_ALL 0xFF #define ISO_EXTENSION_NONE 0x00 #define ISO_EXTENSION_JOLIET \ (ISO_EXTENSION_JOLIET_LEVEL1 | \ ISO_EXTENSION_JOLIET_LEVEL2 | \ ISO_EXTENSION_JOLIET_LEVEL3 ) /** This is an opaque structure. */ typedef struct _iso9660_s iso9660_t; /*! Close previously opened ISO 9660 image and free resources associated with the image. Call this when done using using an ISO 9660 image. @param p_iso the ISO-9660 file image to get data from @return true is unconditionally returned. If there was an error false would be returned. Resources associated with p_iso are freed. */ bool iso9660_close (iso9660_t * p_iso); /*! Open an ISO 9660 image for reading. Maybe in the future we will have a mode. NULL is returned on error. @param psz_path full path of ISO9660 file. @return a IS9660 structure is unconditionally returned. The caller should call iso9660_close() when done. */ iso9660_t *iso9660_open (const char *psz_path /*flags, mode */); /*! Open an ISO 9660 image for reading allowing various ISO 9660 extensions. Maybe in the future we will have a mode. NULL is returned on error. @see iso9660_open_fuzzy */ iso9660_t *iso9660_open_ext (const char *psz_path, iso_extension_mask_t iso_extension_mask); /*! Open an ISO 9660 image for "fuzzy" reading. This means that we will try to guess various internal offset based on internal checks. This may be useful when trying to read an ISO 9660 image contained in a file format that libiso9660 doesn't know natively (or knows imperfectly.) Some tolerence allowed for positioning the ISO 9660 image. We scan for STANDARD_ID and use that to set the eventual offset to adjust by (as long as that is <= i_fuzz). Maybe in the future we will have a mode. NULL is returned on error. @see iso9660_open, @see iso9660_fuzzy_ext */ iso9660_t *iso9660_open_fuzzy (const char *psz_path /*flags, mode */, uint16_t i_fuzz); /*! Open an ISO 9660 image for reading with some tolerence for positioning of the ISO9660 image. We scan for ISO_STANDARD_ID and use that to set the eventual offset to adjust by (as long as that is <= i_fuzz). Maybe in the future we will have a mode. NULL is returned on error. @see iso9660_open_ext @see iso9660_open_fuzzy */ iso9660_t *iso9660_open_fuzzy_ext (const char *psz_path, iso_extension_mask_t iso_extension_mask, uint16_t i_fuzz /*flags, mode */); /*! Read the Super block of an ISO 9660 image but determine framesize and datastart and a possible additional offset. Generally here we are not reading an ISO 9660 image but a CD-Image which contains an ISO 9660 filesystem. */ bool iso9660_ifs_fuzzy_read_superblock (iso9660_t *p_iso, iso_extension_mask_t iso_extension_mask, uint16_t i_fuzz); /*! Seek to a position and then read i_size blocks. @param p_iso the ISO-9660 file image to get data from @param ptr place to put returned data. It should be able to store a least i_size bytes @param start location to start reading from @param i_size number of blocks to read. Each block is ISO_BLOCKSIZE bytes long. @return number of bytes (not blocks) read */ long int iso9660_iso_seek_read (const iso9660_t *p_iso, /*out*/ void *ptr, lsn_t start, long int i_size); /*! Read the Primary Volume Descriptor for a CD. True is returned if read, and false if there was an error. */ bool iso9660_fs_read_pvd ( const CdIo_t *p_cdio, /*out*/ iso9660_pvd_t *p_pvd ); /*! Read the Primary Volume Descriptor for an ISO 9660 image. True is returned if read, and false if there was an error. */ bool iso9660_ifs_read_pvd (const iso9660_t *p_iso, /*out*/ iso9660_pvd_t *p_pvd); /*! Read the Super block of an ISO 9660 image. This is the Primary Volume Descriptor (PVD) and perhaps a Supplemental Volume Descriptor if (Joliet) extensions are acceptable. */ bool iso9660_fs_read_superblock (CdIo_t *p_cdio, iso_extension_mask_t iso_extension_mask); /*! Read the Super block of an ISO 9660 image. This is the Primary Volume Descriptor (PVD) and perhaps a Supplemental Volume Descriptor if (Joliet) extensions are acceptable. */ bool iso9660_ifs_read_superblock (iso9660_t *p_iso, iso_extension_mask_t iso_extension_mask); /*==================================================== Time conversion ====================================================*/ /*! Set time in format used in ISO 9660 directory index record from a Unix time structure. */ void iso9660_set_dtime (const struct tm *tm, /*out*/ iso9660_dtime_t *idr_date); /*! Set time in format used in ISO 9660 directory index record from a Unix time structure. timezone is given as an offset correction in minutes. */ void iso9660_set_dtime_with_timezone (const struct tm *p_tm, int timezone, /*out*/ iso9660_dtime_t *p_idr_date); /*! Set "long" time in format used in ISO 9660 primary volume descriptor from a Unix time structure. */ void iso9660_set_ltime (const struct tm *_tm, /*out*/ iso9660_ltime_t *p_pvd_date); /*! Set "long" time in format used in ISO 9660 primary volume descriptor from a Unix time structure. */ void iso9660_set_ltime_with_timezone (const struct tm *_tm, int timezone, /*out*/ iso9660_ltime_t *p_pvd_date); /*! Get Unix time structure from format use in an ISO 9660 directory index record. Even though tm_wday and tm_yday fields are not explicitly in idr_date, they are calculated from the other fields. If tm is to reflect the localtime, set "b_localtime" true, otherwise tm will reported in GMT. */ bool iso9660_get_dtime (const iso9660_dtime_t *idr_date, bool b_localtime, /*out*/ struct tm *tm); /*! Get "long" time in format used in ISO 9660 primary volume descriptor from a Unix time structure. */ bool iso9660_get_ltime (const iso9660_ltime_t *p_ldate, /*out*/ struct tm *p_tm); /*==================================================== Character Classification and String Manipulation ====================================================*/ /*! Return true if c is a DCHAR - a character that can appear in an an ISO-9600 level 1 directory name. These are the ASCII capital letters A-Z, the digits 0-9 and an underscore. */ bool iso9660_is_dchar (int c); /*! Return true if c is an ACHAR - These are the DCHAR's plus some ASCII symbols including the space symbol. */ bool iso9660_is_achar (int c); /*! Convert an ISO-9660 file name which is in the format usually stored in a ISO 9660 directory entry into what's usually listed as the file name in a listing. Lowercase name, and remove trailing ;1's or .;1's and turn the other ;'s into version numbers. @param psz_oldname the ISO-9660 filename to be translated. @param psz_newname returned string. The caller allocates this and it should be at least the size of psz_oldname. @return length of the translated string is returned. */ int iso9660_name_translate(const char *psz_oldname, /*out*/ char *psz_newname); /*! Convert an ISO-9660 file name which is in the format usually stored in a ISO 9660 directory entry into what's usually listed as the file name in a listing. Lowercase name if no Joliet Extension interpretation. Remove trailing ;1's or .;1's and turn the other ;'s into version numbers. @param psz_oldname the ISO-9660 filename to be translated. @param psz_newname returned string. The caller allocates this and it should be at least the size of psz_oldname. @param i_joliet_level 0 if not using Joliet Extension. Otherwise the Joliet level. @return length of the translated string is returned. It will be no greater than the length of psz_oldname. */ int iso9660_name_translate_ext(const char *psz_oldname, char *psz_newname, uint8_t i_joliet_level); /*! Pad string src with spaces to size len and copy this to dst. If len is less than the length of src, dst will be truncated to the first len characters of src. src can also be scanned to see if it contains only ACHARs, DCHARs, 7-bit ASCII chars depending on the enumeration _check. In addition to getting changed, dst is the return value. Note: this string might not be NULL terminated. */ char *iso9660_strncpy_pad(char dst[], const char src[], size_t len, enum strncpy_pad_check _check); /*===================================================================== File and Directory Names ======================================================================*/ /*! Check that psz_path is a valid ISO-9660 directory name. A valid directory name should not start out with a slash (/), dot (.) or null byte, should be less than 37 characters long, have no more than 8 characters in a directory component which is separated by a /, and consist of only DCHARs. True is returned if psz_path is valid. */ bool iso9660_dirname_valid_p (const char psz_path[]); /*! Take psz_path and a version number and turn that into a ISO-9660 pathname. (That's just the pathname followd by ";" and the version number. For example, mydir/file.ext -> MYDIR/FILE.EXT;1 for version 1. The resulting ISO-9660 pathname is returned. */ char *iso9660_pathname_isofy (const char psz_path[], uint16_t i_version); /*! Check that psz_path is a valid ISO-9660 pathname. A valid pathname contains a valid directory name, if one appears and the filename portion should be no more than 8 characters for the file prefix and 3 characters in the extension (or portion after a dot). There should be exactly one dot somewhere in the filename portion and the filename should be composed of only DCHARs. True is returned if psz_path is valid. */ bool iso9660_pathname_valid_p (const char psz_path[]); /*===================================================================== directory tree ======================================================================*/ void iso9660_dir_init_new (void *dir, uint32_t self, uint32_t ssize, uint32_t parent, uint32_t psize, const time_t *dir_time); void iso9660_dir_init_new_su (void *dir, uint32_t self, uint32_t ssize, const void *ssu_data, unsigned int ssu_size, uint32_t parent, uint32_t psize, const void *psu_data, unsigned int psu_size, const time_t *dir_time); void iso9660_dir_add_entry_su (void *dir, const char filename[], uint32_t extent, uint32_t size, uint8_t file_flags, const void *su_data, unsigned int su_size, const time_t *entry_time); unsigned int iso9660_dir_calc_record_size (unsigned int namelen, unsigned int su_len); /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. @param p_cdio the CD object to read from @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). */ #define iso9660_fs_find_lsn iso9660_find_fs_lsn iso9660_stat_t *iso9660_fs_find_lsn(CdIo_t *p_cdio, lsn_t i_lsn); /*! Given a directory pointer, find the filesystem entry that contains LSN and return information about it. @param p_cdio the ISO-9660 file image to get data from. @param i_lsn the LSN to find @param ppsz_full_filename the place to store the name of the path that has LSN. On entry this should point to NULL. If not, the value will be freed. On exit a value is malloc'd and the caller is responsible for freeing the result. @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). */ iso9660_stat_t *iso9660_fs_find_lsn_with_path(CdIo_t *p_cdio, lsn_t i_lsn, /*out*/ char **ppsz_full_filename); /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. @param p_iso the ISO-9660 file image to get data from. @param i_lsn the LSN to find @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). */ iso9660_stat_t *iso9660_ifs_find_lsn(iso9660_t *p_iso, lsn_t i_lsn); /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. @param p_iso pointer to iso_t @param i_lsn LSN to find @param ppsz_path full path of lsn filename. On entry *ppsz_path should be NULL. On return it will be allocated an point to the full path of the file at lsn or NULL if the lsn is not found. You should deallocate *ppsz_path when you are done using it. @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). */ iso9660_stat_t *iso9660_ifs_find_lsn_with_path(iso9660_t *p_iso, lsn_t i_lsn, /*out*/ char **ppsz_path); /*! Free the passed iso9660_stat_t structure. @param p_stat iso9660 stat buffer to free. */ void iso9660_stat_free(iso9660_stat_t *p_stat); /*! Return file status for psz_path. NULL is returned on error. @param p_cdio the CD object to read from @param psz_path filename path to look up and get information about @return ISO 9660 file information. The caller must free the returned result using iso9660_stat_free(). Important note: You make get different results looking up "/" versus "/." and the latter may give more complete information. "/" will take information from the PVD only, whereas "/." will force a directory read of "/" and find "." and in that Rock-Ridge information might be found which fills in more stat information. Ideally iso9660_fs_stat should be fixed. Patches anyone? */ iso9660_stat_t *iso9660_fs_stat (CdIo_t *p_cdio, const char psz_path[]); /*! Return file status for path name psz_path. NULL is returned on error. pathname version numbers in the ISO 9660 name are dropped, i.e. ;1 is removed and if level 1 ISO-9660 names are lowercased. @param p_cdio the CD object to read from @param psz_path filename path to look up and get information about @return ISO 9660 file information. The caller must free the returned result using iso9660_stat_free(). */ iso9660_stat_t *iso9660_fs_stat_translate (CdIo_t *p_cdio, const char psz_path[]); /*! @param p_iso the ISO-9660 file image to get data from @param psz_path path the look up @return file status for pathname. NULL is returned on error. The caller must free the returned result using iso9660_stat_free(). */ iso9660_stat_t *iso9660_ifs_stat (iso9660_t *p_iso, const char psz_path[]); /*! @param p_iso the ISO-9660 file image to get data from @param psz_path filename path translate @return file status for path name psz_path. NULL is returned on error. pathname version numbers in the ISO 9660 name are dropped, i.e. ;1 is removed and if level 1 ISO-9660 names are lowercased. The caller must free the returned result using iso9660_stat_free(). */ iso9660_stat_t *iso9660_ifs_stat_translate (iso9660_t *p_iso, const char psz_path[]); /*! Create a new data structure to hold a list of ISO9660 statbuf-entry pointers for the files inside a directory. @return allocated list. Free with iso9660_filelist_free() */ CdioISO9660FileList_t * iso9660_filelist_new(void); /*! Create a new data structure to hold a list of ISO9660 statbuf entries for directory pointers for the files inside a directory. @return allocated list. Free with iso9660_dirlist_free() */ CdioISO9660DirList_t * iso9660_dirlist_new(void); /*! Free the passed CdioISOC9660FileList_t structure. */ void iso9660_filelist_free(CdioISO9660FileList_t *p_filelist); /*! Free the passed CdioISOC9660Dirlist_t structure. */ void iso9660_dirlist_free(CdioISO9660DirList_t *p_filelist); /*! Read psz_path (a directory) and return a list of iso9660_stat_t pointers for the files inside that directory. @param p_cdio the CD object to read from @param psz_path path the read the directory from. @return file status for psz_path. The caller must free the The caller must free the returned result using iso9660_stat_free(). */ CdioList_t * iso9660_fs_readdir (CdIo_t *p_cdio, const char psz_path[]); /*! Read psz_path (a directory) and return a list of iso9660_stat_t pointers for the files inside that directory. @param p_iso the ISO-9660 file image to get data from @param psz_path path the read the directory from. @return file status for psz_path. The caller must free the The caller must free the returned result using iso9660_stat_free(). */ CdioList_t * iso9660_ifs_readdir (iso9660_t *p_iso, const char psz_path[]); /*! Return the PVD's application ID. @param p_pvd the PVD to get data from @return the application id. NULL is returned if there is some problem in getting this. The caller must free the resturned result using free() if not null. */ char * iso9660_get_application_id(iso9660_pvd_t *p_pvd); /*! Return the PVD's application ID. @param p_iso the ISO-9660 file image to get data from @param p_psz_app_id the application id set on success. NULL is returned if there is some problem in getting this. The caller must free the resturned result using free() if not null. */ bool iso9660_ifs_get_application_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_app_id); /*! Return the Joliet level recognized for p_iso. */ uint8_t iso9660_ifs_get_joliet_level(iso9660_t *p_iso); uint8_t iso9660_get_dir_len(const iso9660_dir_t *p_idr); #ifdef FIXME uint8_t iso9660_get_dir_size(const iso9660_dir_t *p_idr); lsn_t iso9660_get_dir_extent(const iso9660_dir_t *p_idr); #endif /*! Return the directory name stored in the iso9660_dir_t A string is allocated: the caller must deallocate. This routine can return NULL if memory allocation fails. */ char * iso9660_dir_to_name (const iso9660_dir_t *p_iso9660_dir); /*! Returns a POSIX mode for a given p_iso_dirent. */ mode_t iso9660_get_posix_filemode(const iso9660_stat_t *p_iso_dirent); /*! Return a string containing the preparer id with trailing blanks removed. */ char *iso9660_get_preparer_id(const iso9660_pvd_t *p_pvd); /*! Get the preparer ID. psz_preparer_id is set to NULL if there is some problem in getting this and false is returned. */ bool iso9660_ifs_get_preparer_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_preparer_id); /*! Return a string containing the PVD's publisher id with trailing blanks removed. */ char *iso9660_get_publisher_id(const iso9660_pvd_t *p_pvd); /*! Get the publisher ID. psz_publisher_id is set to NULL if there is some problem in getting this and false is returned. */ bool iso9660_ifs_get_publisher_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_publisher_id); uint8_t iso9660_get_pvd_type(const iso9660_pvd_t *p_pvd); const char * iso9660_get_pvd_id(const iso9660_pvd_t *p_pvd); int iso9660_get_pvd_space_size(const iso9660_pvd_t *p_pvd); int iso9660_get_pvd_block_size(const iso9660_pvd_t *p_pvd) ; /*! Return the primary volume id version number (of pvd). If there is an error 0 is returned. */ int iso9660_get_pvd_version(const iso9660_pvd_t *pvd) ; /*! Return a string containing the PVD's system id with trailing blanks removed. */ char *iso9660_get_system_id(const iso9660_pvd_t *p_pvd); /*! Return "yup" if any file has Rock-Ridge extensions. Warning: this can be time consuming. On an ISO 9600 image with lots of files but no Rock-Ridge extensions, the entire directory structure will be scanned up to u_file_limit. @param p_iso the ISO-9660 file image to get data from @param u_file_limit the maximimum number of (non-rock-ridge) files to consider before giving up and returning "dunno". "dunno" can also be returned if there was some error encountered such as not being able to allocate memory in processing. */ bool_3way_t iso9660_have_rr(iso9660_t *p_iso, uint64_t u_file_limit); /*! Get the system ID. psz_system_id is set to NULL if there is some problem in getting this and false is returned. */ bool iso9660_ifs_get_system_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_system_id); /*! Return the LSN of the root directory for pvd. If there is an error CDIO_INVALID_LSN is returned. */ lsn_t iso9660_get_root_lsn(const iso9660_pvd_t *p_pvd); /*! Get the volume ID in the PVD. psz_volume_id is set to NULL if there is some problem in getting this and false is returned. */ char *iso9660_get_volume_id(const iso9660_pvd_t *p_pvd); /*! Get the volume ID in the PVD. psz_volume_id is set to NULL if there is some problem in getting this and false is returned. */ bool iso9660_ifs_get_volume_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_volume_id); /*! Return the volumeset ID in the PVD. NULL is returned if there is some problem in getting this. */ char *iso9660_get_volumeset_id(const iso9660_pvd_t *p_pvd); /*! Get the volumeset ID. psz_systemset_id is set to NULL if there is some problem in getting this and false is returned. */ bool iso9660_ifs_get_volumeset_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_volumeset_id); /* pathtable */ /*! Zero's out pathable. Do this first. */ void iso9660_pathtable_init (void *pt); unsigned int iso9660_pathtable_get_size (const void *pt); uint16_t iso9660_pathtable_l_add_entry (void *pt, const char name[], uint32_t extent, uint16_t parent); uint16_t iso9660_pathtable_m_add_entry (void *pt, const char name[], uint32_t extent, uint16_t parent); /**===================================================================== Volume Descriptors ======================================================================*/ void iso9660_set_pvd (void *pd, const char volume_id[], const char application_id[], const char publisher_id[], const char preparer_id[], uint32_t iso_size, const void *root_dir, uint32_t path_table_l_extent, uint32_t path_table_m_extent, uint32_t path_table_size, const time_t *pvd_time); void iso9660_set_evd (void *pd); /*! Return true if ISO 9660 image has extended attrributes (XA). */ bool iso9660_ifs_is_xa (const iso9660_t * p_iso); #ifndef DO_NOT_WANT_COMPATIBILITY /** For compatibility with < 0.77 */ #define iso9660_isdchar iso9660_is_dchar #define iso9660_isachar iso9660_is_achar #endif /*DO_NOT_WANT_COMPATIBILITY*/ #ifdef __cplusplus } #endif /* __cplusplus */ #undef ISODCL #endif /* CDIO_ISO9660_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/cdtext.h0000644000175000017500000002600013204104700014031 00000000000000/* Copyright (C) 2004, 2005, 2008, 2012 Rocky Bernstein adapted from cuetools Copyright (C) 2003 Svend Sanjay Sorensen This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! * \file cdtext.h * * \brief The top-level header for CD-Text information. Applications * include this for CD-Text access. */ #ifndef CDIO_CDTEXT_H_ #define CDIO_CDTEXT_H_ #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #define MIN_CDTEXT_FIELD 0 #define MAX_CDTEXT_FIELDS 10 /*! Enumeration of CD-TEXT text fields. */ typedef enum { CDTEXT_FIELD_TITLE = 0, /**< title of album name or track titles */ CDTEXT_FIELD_PERFORMER = 1, /**< name(s) of the performer(s) */ CDTEXT_FIELD_SONGWRITER = 2, /**< name(s) of the songwriter(s) */ CDTEXT_FIELD_COMPOSER = 3, /**< name(s) of the composer(s) */ CDTEXT_FIELD_MESSAGE = 4, /**< message(s) from content provider or artist, ISO-8859-1 encoded*/ CDTEXT_FIELD_ARRANGER = 5, /**< name(s) of the arranger(s) */ CDTEXT_FIELD_ISRC = 6, /**< ISRC code of each track */ CDTEXT_FIELD_UPC_EAN = 7, /**< upc/european article number of disc, ISO-8859-1 encoded */ CDTEXT_FIELD_GENRE = 8, /**< genre identification and genre information, ASCII encoded */ CDTEXT_FIELD_DISCID = 9, /**< disc identification, ASCII encoded (may be non-printable) */ CDTEXT_FIELD_INVALID = MAX_CDTEXT_FIELDS /**< INVALID FIELD*/ } cdtext_field_t; /*! Enumeration of possible genre codes. */ typedef enum { CDTEXT_GENRE_UNUSED = 0, /**< field is not used. default */ CDTEXT_GENRE_UNDEFINED = 1, /**< not defined */ CDTEXT_GENRE_ADULT_CONTEMP = 2, /**< Adult Contemporary */ CDTEXT_GENRE_ALT_ROCK = 3, /**< Alternative Rock */ CDTEXT_GENRE_CHILDRENS = 4, /**< Childrens Music */ CDTEXT_GENRE_CLASSIC = 5, /**< Classical */ CDTEXT_GENRE_CHRIST_CONTEMP = 6, /**< Contemporary Christian */ CDTEXT_GENRE_COUNTRY = 7, /**< Country */ CDTEXT_GENRE_DANCE = 8, /**< Dance */ CDTEXT_GENRE_EASY_LISTENING = 9, /**< Easy Listening */ CDTEXT_GENRE_EROTIC = 10, /**< Erotic */ CDTEXT_GENRE_FOLK = 11, /**< Folk */ CDTEXT_GENRE_GOSPEL = 12, /**< Gospel */ CDTEXT_GENRE_HIPHOP = 13, /**< Hip Hop */ CDTEXT_GENRE_JAZZ = 14, /**< Jazz */ CDTEXT_GENRE_LATIN = 15, /**< Latin */ CDTEXT_GENRE_MUSICAL = 16, /**< Musical */ CDTEXT_GENRE_NEWAGE = 17, /**< New Age */ CDTEXT_GENRE_OPERA = 18, /**< Opera */ CDTEXT_GENRE_OPERETTA = 19, /**< Operetta */ CDTEXT_GENRE_POP = 20, /**< Pop Music */ CDTEXT_GENRE_RAP = 21, /**< RAP */ CDTEXT_GENRE_REGGAE = 22, /**< Reggae */ CDTEXT_GENRE_ROCK = 23, /**< Rock Music */ CDTEXT_GENRE_RYTHMANDBLUES = 24, /**< Rhythm & Blues */ CDTEXT_GENRE_SOUNDEFFECTS = 25, /**< Sound Effects */ CDTEXT_GENRE_SOUNDTRACK = 26, /**< Soundtrack */ CDTEXT_GENRE_SPOKEN_WORD = 27, /**< Spoken Word */ CDTEXT_GENRE_WORLD_MUSIC = 28 /**< World Music */ } cdtext_genre_t; /*! Enumeration of possible CD-TEXT languages. * * The language code is encoded as specified in ANNEX 1 to part 5 of EBU * Tech 32 58 -E (1991). */ typedef enum { CDTEXT_LANGUAGE_UNKNOWN = 0x00, CDTEXT_LANGUAGE_ALBANIAN = 0x01, CDTEXT_LANGUAGE_BRETON = 0x02, CDTEXT_LANGUAGE_CATALAN = 0x03, CDTEXT_LANGUAGE_CROATIAN = 0x04, CDTEXT_LANGUAGE_WELSH = 0x05, CDTEXT_LANGUAGE_CZECH = 0x06, CDTEXT_LANGUAGE_DANISH = 0x07, CDTEXT_LANGUAGE_GERMAN = 0x08, CDTEXT_LANGUAGE_ENGLISH = 0x09, CDTEXT_LANGUAGE_SPANISH = 0x0A, CDTEXT_LANGUAGE_ESPERANTO = 0x0B, CDTEXT_LANGUAGE_ESTONIAN = 0x0C, CDTEXT_LANGUAGE_BASQUE = 0x0D, CDTEXT_LANGUAGE_FAROESE = 0x0E, CDTEXT_LANGUAGE_FRENCH = 0x0F, CDTEXT_LANGUAGE_FRISIAN = 0x10, CDTEXT_LANGUAGE_IRISH = 0x11, CDTEXT_LANGUAGE_GAELIC = 0x12, CDTEXT_LANGUAGE_GALICIAN = 0x13, CDTEXT_LANGUAGE_ICELANDIC = 0x14, CDTEXT_LANGUAGE_ITALIAN = 0x15, CDTEXT_LANGUAGE_LAPPISH = 0x16, CDTEXT_LANGUAGE_LATIN = 0x17, CDTEXT_LANGUAGE_LATVIAN = 0x18, CDTEXT_LANGUAGE_LUXEMBOURGIAN = 0x19, CDTEXT_LANGUAGE_LITHUANIAN = 0x1A, CDTEXT_LANGUAGE_HUNGARIAN = 0x1B, CDTEXT_LANGUAGE_MALTESE = 0x1C, CDTEXT_LANGUAGE_DUTCH = 0x1D, CDTEXT_LANGUAGE_NORWEGIAN = 0x1E, CDTEXT_LANGUAGE_OCCITAN = 0x1F, CDTEXT_LANGUAGE_POLISH = 0x20, CDTEXT_LANGUAGE_PORTUGUESE = 0x21, CDTEXT_LANGUAGE_ROMANIAN = 0x22, CDTEXT_LANGUAGE_ROMANSH = 0x23, CDTEXT_LANGUAGE_SERBIAN = 0x24, CDTEXT_LANGUAGE_SLOVAK = 0x25, CDTEXT_LANGUAGE_SLOVENIAN = 0x26, CDTEXT_LANGUAGE_FINNISH = 0x27, CDTEXT_LANGUAGE_SWEDISH = 0x28, CDTEXT_LANGUAGE_TURKISH = 0x29, CDTEXT_LANGUAGE_FLEMISH = 0x2A, CDTEXT_LANGUAGE_WALLON = 0x2B, CDTEXT_LANGUAGE_ZULU = 0x45, CDTEXT_LANGUAGE_VIETNAMESE = 0x46, CDTEXT_LANGUAGE_UZBEK = 0x47, CDTEXT_LANGUAGE_URDU = 0x48, CDTEXT_LANGUAGE_UKRAINIAN = 0x49, CDTEXT_LANGUAGE_THAI = 0x4A, CDTEXT_LANGUAGE_TELUGU = 0x4B, CDTEXT_LANGUAGE_TATAR = 0x4C, CDTEXT_LANGUAGE_TAMIL = 0x4D, CDTEXT_LANGUAGE_TADZHIK = 0x4E, CDTEXT_LANGUAGE_SWAHILI = 0x4F, CDTEXT_LANGUAGE_SRANANTONGO = 0x50, CDTEXT_LANGUAGE_SOMALI = 0x51, CDTEXT_LANGUAGE_SINHALESE = 0x52, CDTEXT_LANGUAGE_SHONA = 0x53, CDTEXT_LANGUAGE_SERBO_CROAT = 0x54, CDTEXT_LANGUAGE_RUTHENIAN = 0x55, CDTEXT_LANGUAGE_RUSSIAN = 0x56, CDTEXT_LANGUAGE_QUECHUA = 0x57, CDTEXT_LANGUAGE_PUSHTU = 0x58, CDTEXT_LANGUAGE_PUNJABI = 0x59, CDTEXT_LANGUAGE_PERSIAN = 0x5A, CDTEXT_LANGUAGE_PAPAMIENTO = 0x5B, CDTEXT_LANGUAGE_ORIYA = 0x5C, CDTEXT_LANGUAGE_NEPALI = 0x5D, CDTEXT_LANGUAGE_NDEBELE = 0x5E, CDTEXT_LANGUAGE_MARATHI = 0x5F, CDTEXT_LANGUAGE_MOLDAVIAN = 0x60, CDTEXT_LANGUAGE_MALAYSIAN = 0x61, CDTEXT_LANGUAGE_MALAGASAY = 0x62, CDTEXT_LANGUAGE_MACEDONIAN = 0x63, CDTEXT_LANGUAGE_LAOTIAN = 0x64, CDTEXT_LANGUAGE_KOREAN = 0x65, CDTEXT_LANGUAGE_KHMER = 0x66, CDTEXT_LANGUAGE_KAZAKH = 0x67, CDTEXT_LANGUAGE_KANNADA = 0x68, CDTEXT_LANGUAGE_JAPANESE = 0x69, CDTEXT_LANGUAGE_INDONESIAN = 0x6A, CDTEXT_LANGUAGE_HINDI = 0x6B, CDTEXT_LANGUAGE_HEBREW = 0x6C, CDTEXT_LANGUAGE_HAUSA = 0x6D, CDTEXT_LANGUAGE_GURANI = 0x6E, CDTEXT_LANGUAGE_GUJURATI = 0x6F, CDTEXT_LANGUAGE_GREEK = 0x70, CDTEXT_LANGUAGE_GEORGIAN = 0x71, CDTEXT_LANGUAGE_FULANI = 0x72, CDTEXT_LANGUAGE_DARI = 0x73, CDTEXT_LANGUAGE_CHURASH = 0x74, CDTEXT_LANGUAGE_CHINESE = 0x75, CDTEXT_LANGUAGE_BURMESE = 0x76, CDTEXT_LANGUAGE_BULGARIAN = 0x77, CDTEXT_LANGUAGE_BENGALI = 0x78, CDTEXT_LANGUAGE_BIELORUSSIAN = 0x79, CDTEXT_LANGUAGE_BAMBORA = 0x7A, CDTEXT_LANGUAGE_AZERBAIJANI = 0x7B, CDTEXT_LANGUAGE_ASSAMESE = 0x7C, CDTEXT_LANGUAGE_ARMENIAN = 0x7D, CDTEXT_LANGUAGE_ARABIC = 0x7E, CDTEXT_LANGUAGE_AMHARIC = 0x7F } cdtext_lang_t; /*! Opaque type for CD-Text. */ typedef struct cdtext_s cdtext_t; /*! Return string representation of the given genre code. */ const char *cdtext_genre2str (cdtext_genre_t i); /*! Return string representation of the given language code. */ const char *cdtext_lang2str (cdtext_lang_t i); /*! Return string representation of given field type. */ const char *cdtext_field2str (cdtext_field_t i); /*! Initialize a new cdtext structure. When the structure is no longer needed, release the resources using cdtext_delete. */ cdtext_t *cdtext_init (void); /*! Read a binary CD-TEXT and fill a cdtext struct. @param p_cdtext the CD-TEXT object @param wdata the data @param i_data size of wdata @returns 0 on success, non-zero on failure */ int cdtext_data_init(cdtext_t *p_cdtext, uint8_t *wdata, size_t i_data); /*! Free memory associated with the given cdtext_t object. @param p_cdtext the CD-TEXT object */ void cdtext_destroy (cdtext_t *p_cdtext); /*! Returns a copy of the return value of cdtext_get_const or NULL. Must be freed using cdio_free() when done. @see cdtext_get_const */ char *cdtext_get (const cdtext_t *p_cdtext, cdtext_field_t key, track_t track); /*! Returns value of the given field. NULL is returned if key is CDTEXT_INVALID or the field is not set. Strings are encoded in UTF-8. @param p_cdtext the CD-TEXT object @param field type of the field to return @param track specifies the track, 0 stands for disc */ const char *cdtext_get_const (const cdtext_t *p_cdtext, cdtext_field_t field, track_t track); /*! Returns the discs genre code. @param p_cdtext the CD-TEXT object */ cdtext_genre_t cdtext_get_genre (const cdtext_t *p_cdtext); /*! Returns the currently active language. @param p_cdtext the CD-TEXT object */ cdtext_lang_t cdtext_get_language (const cdtext_t *p_cdtext); /*! Returns the first track number. @param p_cdtext the CD-TEXT object */ track_t cdtext_get_first_track(const cdtext_t *p_cdtext); /*! Returns the last track number. @param p_cdtext the CD-TEXT object */ track_t cdtext_get_last_track(const cdtext_t *p_cdtext); /*! Try to select the given language. @param p_cdtext the CD-TEXT object @param language string representation of the language @return true on success, false if language is not available */ bool cdtext_select_language(cdtext_t *p_cdtext, cdtext_lang_t language); /* Returns a list of available languages or NULL. Internally the list is stored in a static array. @param p_cdtext the CD-TEXT object */ cdtext_lang_t *cdtext_list_languages (const cdtext_t *p_cdtext); /*! Sets the given field at the given track to the given value. Recodes to UTF-8 if charset is not NULL. @param p_cdtext the CD-TEXT object @param key field to set @param value value to set @param track track to work on @param charset charset to convert from */ void cdtext_set (cdtext_t *p_cdtext, cdtext_field_t key, const uint8_t *value, track_t track, const char *charset); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_CDTEXT_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/mmc_hl_cmds.h0000644000175000017500000001070612043005656015023 00000000000000/* Copyright (C) 2010, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file mmc_hl_cmds.h \brief Higher-level MMC commands which build on top of the lower-level MMC commands. */ #ifndef CDIO_MMC_HL_CMDS_H_ #define CDIO_MMC_HL_CMDS_H_ #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** Close tray using a MMC START STOP UNIT command. @param p_cdio the CD object to be acted upon. @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_close_tray( CdIo_t *p_cdio ); /** Detects if a disc (CD or DVD) is erasable or not. @param p_cdio the CD object to be acted upon. @param b_erasable if not NULL, on return will be set indicate whether the operation was a success (DRIVER_OP_SUCCESS) or if not to some other value. @return true if the disc is detected as erasable (rewritable), false otherwise. */ driver_return_code_t mmc_get_disc_erasable(const CdIo_t *p_cdio, bool *b_erasable); /** Eject using MMC commands. If CD-ROM is "locked" we'll unlock it. Command is not "immediate" -- we'll wait for the command to complete. For a more general (and lower-level) routine, @see mmc_start_stop_unit. @param p_cdio the CD object to be acted upon. @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_eject_media( const CdIo_t *p_cdio ); /** Detects the disc type using the SCSI-MMC GET CONFIGURATION command. @param p_cdio the CD object to be acted upon. @param i_timeout_ms number of millisections to wait before timeout @param p_disctype the disc type set on success. @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_get_disctype(const CdIo_t *p_cdio, unsigned int i_timeout_ms, cdio_mmc_feature_profile_t *p_disctype); /** Run a SCSI-MMC MODE_SENSE command (6- or 10-byte version) and put the results in p_buf @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param page which "page" of the mode sense command we are interested in @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_mode_sense( CdIo_t *p_cdio, /*out*/ void *p_buf, unsigned int i_size, int page); /** Set the drive speed in CD-ROM speed units. @param p_cdio CD structure set by cdio_open(). @param i_drive_speed speed in CD-ROM speed units. Note this not Kbs as would be used in the MMC spec or in mmc_set_speed(). To convert CD-ROM speed units to Kbs, multiply the number by 176 (for raw data) and by 150 (for filesystem data). On many CD-ROM drives, specifying a value too large will result in using the fastest speed. @return the drive speed if greater than 0. -1 if we had an error. is -2 returned if this is not implemented for the current driver. @see cdio_set_speed and mmc_set_speed */ driver_return_code_t mmc_set_drive_speed( const CdIo_t *p_cdio, int i_drive_speed ); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_MMC_HL_CMDS_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/read.h0000644000175000017500000002066011731402257013472 00000000000000/* Copyright (C) 2005, 2006, 2007, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file read.h * * \brief The top-level header for sector (block, frame)-related * libcdio calls. */ #ifndef CDIO_READ_H_ #define CDIO_READ_H_ #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** All the different ways a block/sector can be read. */ typedef enum { CDIO_READ_MODE_AUDIO, /**< CD-DA, audio, Red Book */ CDIO_READ_MODE_M1F1, /**< Mode 1 Form 1 */ CDIO_READ_MODE_M1F2, /**< Mode 1 Form 2 */ CDIO_READ_MODE_M2F1, /**< Mode 2 Form 1 */ CDIO_READ_MODE_M2F2 /**< Mode 2 Form 2 */ } cdio_read_mode_t; /*! Reposition read offset Similar to (if not the same as) libc's fseek() @param p_cdio object which gets adjusted @param offset amount to seek @param whence like corresponding parameter in libc's fseek, e.g. SEEK_SET or SEEK_END. @return (off_t) -1 on error. */ off_t cdio_lseek(const CdIo_t *p_cdio, off_t offset, int whence); /*! Reads into buf the next size bytes. Similar to (if not the same as) libc's read(). This is a "cooked" read, or one handled by the OS. It probably won't work on audio data. For that use cdio_read_audio_sector(s). @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least i_size bytes. @param i_size number of bytes to read @return (ssize_t) -1 on error. */ ssize_t cdio_read(const CdIo_t *p_cdio, void *p_buf, size_t i_size); /*! Read an audio sector @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least CDIO_FRAMESIZE_RAW bytes. @param i_lsn sector to read */ driver_return_code_t cdio_read_audio_sector (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn); /*! Reads audio sectors @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least CDIO_FRAMESIZE_RAW * i_blocks bytes. @param i_lsn sector to read @param i_blocks number of sectors to read */ driver_return_code_t cdio_read_audio_sectors (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, uint32_t i_blocks); /*! Read data sectors @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least ISO_BLOCKSIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum, M2RAW_SECTOR_SIZE. @param i_lsn sector to read @param i_blocksize size of block. Should be either CDIO_CD_FRAMESIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE. See comment above under p_buf. @param i_blocks number of blocks to read */ driver_return_code_t cdio_read_data_sectors ( const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks ); /*! Reads a mode 1 sector @param p_cdio object to read from @param p_buf place to read data into. @param i_lsn sector to read @param b_form2 true for reading mode 1 form 2 sectors or false for mode 1 form 1 sectors. */ driver_return_code_t cdio_read_mode1_sector (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, bool b_form2); /*! Reads mode 1 sectors @param p_cdio object to read from @param p_buf place to read data into @param i_lsn sector to read @param b_form2 true for reading mode 1 form 2 sectors or false for mode 1 form 1 sectors. @param i_blocks number of sectors to read */ driver_return_code_t cdio_read_mode1_sectors (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, bool b_form2, uint32_t i_blocks); /*! Reads a mode 2 sector @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least M2RAW_SECTOR_SIZE (for form 1) or CDIO_CD_FRAMESIZE (for form 2) bytes. @param i_lsn sector to read @param b_form2 true for reading mode 2 form 2 sectors or false for mode 2 form 1 sectors. @return 0 if no error, nonzero otherwise. */ driver_return_code_t cdio_read_mode2_sector (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, bool b_form2); /** The special case of reading a single block is a common one so we provide a routine for that as a convenience. */ driver_return_code_t cdio_read_sector(const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, cdio_read_mode_t read_mode); /*! Reads mode 2 sectors @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least M2RAW_SECTOR_SIZE (for form 1) or CDIO_CD_FRAMESIZE (for form 2) * i_blocks bytes. @param i_lsn sector to read @param b_form2 true for reading mode2 form 2 sectors or false for mode 2 form 1 sectors. @param i_blocks number of sectors to read @return 0 if no error, nonzero otherwise. */ driver_return_code_t cdio_read_mode2_sectors (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, bool b_form2, uint32_t i_blocks); /*! Reads a number of sectors (AKA blocks). @param p_cdio cdio object @param p_buf place to read data into. The caller should make sure this location is large enough. See below for size information. @param read_mode the kind of "mode" to use in reading. @param i_lsn sector to read @param i_blocks number of sectors to read @return DRIVER_OP_SUCCESS (0) if no error, other (negative) enumerations are returned on error. If read_mode is CDIO_MODE_AUDIO, *p_buf should hold at least CDIO_FRAMESIZE_RAW * i_blocks bytes. If read_mode is CDIO_MODE_DATA, *p_buf should hold at least i_blocks times either ISO_BLOCKSIZE, M1RAW_SECTOR_SIZE or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum which is M2RAW_SECTOR_SIZE. If read_mode is CDIO_MODE_M2F1, *p_buf should hold at least M2RAW_SECTOR_SIZE * i_blocks bytes. If read_mode is CDIO_MODE_M2F2, *p_buf should hold at least CDIO_CD_FRAMESIZE * i_blocks bytes. */ driver_return_code_t cdio_read_sectors(const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, cdio_read_mode_t read_mode, uint32_t i_blocks); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_READ_H_ */ libcdio-2.0.0/include/cdio/sector.h0000644000175000017500000002702511733547451014070 00000000000000/* Copyright (C) 2003, 2004, 2005, 2006, 2008, 2012 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! \file sector.h \brief Things related to CD-ROM layout: tracks, sector sizes, MSFs, LBAs. A CD-ROM physical sector size is 2048, 2052, 2056, 2324, 2332, 2336, 2340, or 2352 bytes long. Sector types of the standard CD-ROM data formats: \verbatim format sector type user data size (bytes) ----------------------------------------------------------------------------- 1 (Red Book) CD-DA 2352 (CDIO_CD_FRAMESIZE_RAW) 2 (Yellow Book) Mode1 Form1 2048 (CDIO_CD_FRAMESIZE) 3 (Yellow Book) Mode1 Form2 2336 (M2RAW_SECTOR_SIZE) 4 (Green Book) Mode2 Form1 2048 (CDIO_CD_FRAMESIZE) 5 (Green Book) Mode2 Form2 2328 (2324+4 spare bytes) The layout of the standard CD-ROM data formats: ----------------------------------------------------------------------------- - audio (red): | audio_sample_bytes | | 2352 | - data (yellow, mode1): | sync - head - data - EDC - zero - ECC | | 12 - 4 - 2048 - 4 - 8 - 276 | - data (yellow, mode2): | sync - head - data | | 12 - 4 - 2336 | - XA data (green, mode2 form1): | sync - head - sub - data - EDC - ECC | | 12 - 4 - 8 - 2048 - 4 - 276 | - XA data (green, mode2 form2): | sync - head - sub - data - Spare | | 12 - 4 - 8 - 2324 - 4 | \endverbatim */ #ifndef CDIO_SECTOR_H_ #define CDIO_SECTOR_H_ #ifdef __cplusplus extern "C" { #endif #include /*! Information that can be obtained through a Read Subchannel command. */ typedef enum cdio_subchannel { CDIO_SUBCHANNEL_SUBQ_DATA = 0, CDIO_SUBCHANNEL_CURRENT_POSITION = 1, CDIO_SUBCHANNEL_MEDIA_CATALOG = 2, CDIO_SUBCHANNEL_TRACK_ISRC = 3 } cdio_subchannel; /*! track flags * Q Sub-channel Control Field (4.2.3.3) */ typedef enum { NONE = 0x00, /* no flags set */ PRE_EMPHASIS = 0x01, /* audio track recorded with pre-emphasis */ COPY_PERMITTED = 0x02, /* digital copy permitted */ DATA = 0x04, /* data track */ FOUR_CHANNEL_AUDIO = 0x08, /* 4 audio channels */ SCMS = 0x10 /* SCMS (5.29.2.7) */ } flag_t; #define CDIO_PREGAP_SECTORS 150 #define CDIO_POSTGAP_SECTORS 150 /*! An enumeration for some of the CDIO_CD \#defines below. This isn't really an enumeration one would really use in a program it is to be helpful in debuggers where wants just to refer to the CDIO_CD_ names and get something. */ extern enum cdio_cd_enums { CDIO_CD_MINS = 74, /**< max. minutes per CD, not really a limit */ CDIO_CD_SECS_PER_MIN = 60, /**< seconds per minute */ CDIO_CD_FRAMES_PER_SEC = 75, /**< frames per second */ CDIO_CD_SYNC_SIZE = 12, /**< 12 sync bytes per raw data frame */ CDIO_CD_CHUNK_SIZE = 24, /**< lowest-level "data bytes piece" */ CDIO_CD_NUM_OF_CHUNKS = 98, /**< chunks per frame */ CDIO_CD_FRAMESIZE_SUB = 96, /**< subchannel data "frame" size */ CDIO_CD_HEADER_SIZE = 4, /**< header (address) bytes per raw frame */ CDIO_CD_SUBHEADER_SIZE = 8, /**< subheader bytes per raw XA data frame */ CDIO_CD_ECC_SIZE = 276, /**< bytes ECC per most raw data frame types */ CDIO_CD_FRAMESIZE = 2048, /**< bytes per frame, "cooked" mode */ CDIO_CD_FRAMESIZE_RAW = 2352, /**< bytes per frame, "raw" mode */ CDIO_CD_FRAMESIZE_RAWER = 2646, /**< The maximum possible returned */ CDIO_CD_FRAMESIZE_RAW1 = 2340, CDIO_CD_FRAMESIZE_RAW0 = 2336, CDIO_CD_MAX_SESSIONS = 99, CDIO_CD_MIN_SESSION_NO = 1, /**<, Smallest CD session number */ CDIO_CD_MAX_LSN = 450150, /**< Largest LSN in a CD */ CDIO_CD_MIN_LSN = -450150, /**< Smallest LSN in a CD */ } cdio_cd_enums; /*! Some generally useful CD-ROM information -- mostly based on the above. This is from linux.h - not to slight other OS's. This was the first place I came across such useful stuff. */ #define CDIO_CD_MINS 74 /**< max. minutes per CD, not really a limit */ #define CDIO_CD_SECS_PER_MIN 60 /**< seconds per minute */ #define CDIO_CD_FRAMES_PER_SEC 75 /**< frames per second */ #define CDIO_CD_SYNC_SIZE 12 /**< 12 sync bytes per raw data frame */ #define CDIO_CD_CHUNK_SIZE 24 /**< lowest-level "data bytes piece" */ #define CDIO_CD_NUM_OF_CHUNKS 98 /**< chunks per frame */ #define CDIO_CD_FRAMESIZE_SUB 96 /**< subchannel data "frame" size */ #define CDIO_CD_HEADER_SIZE 4 /**< header (address) bytes per raw data frame */ #define CDIO_CD_SUBHEADER_SIZE 8 /**< subheader bytes per raw XA data frame */ #define CDIO_CD_EDC_SIZE 4 /**< bytes EDC per most raw data frame types */ #define CDIO_CD_M1F1_ZERO_SIZE 8 /**< bytes zero per yellow book mode 1 frame */ #define CDIO_CD_ECC_SIZE 276 /**< bytes ECC per most raw data frame types */ #define CDIO_CD_FRAMESIZE 2048 /**< bytes per frame, "cooked" mode */ #define CDIO_CD_FRAMESIZE_RAW 2352 /**< bytes per frame, "raw" mode */ #define CDIO_CD_FRAMESIZE_RAWER 2646 /**< The maximum possible returned bytes */ #define CDIO_CD_FRAMESIZE_RAW1 (CDIO_CD_FRAMESIZE_RAW-CDIO_CD_SYNC_SIZE) /*2340*/ #define CDIO_CD_FRAMESIZE_RAW0 (CDIO_CD_FRAMESIZE_RAW-CDIO_CD_SYNC_SIZE-CDIO_CD_HEADER_SIZE) /*2336*/ /*! "before data" part of raw XA (green, mode2) frame */ #define CDIO_CD_XA_HEADER (CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE) /*! "after data" part of raw XA (green, mode2 form1) frame */ #define CDIO_CD_XA_TAIL (CDIO_CD_EDC_SIZE+CDIO_CD_ECC_SIZE) /*! "before data" sync bytes + header of XA (green, mode2) frame */ #define CDIO_CD_XA_SYNC_HEADER (CDIO_CD_SYNC_SIZE+CDIO_CD_XA_HEADER) /*! String of bytes used to identify the beginning of a Mode 1 or Mode 2 sector. */ extern const uint8_t CDIO_SECTOR_SYNC_HEADER[CDIO_CD_SYNC_SIZE]; /**< {0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0}; */ /*! An enumeration for some of the M2*_SECTOR_SIZE \#defines below. This isn't really an enumeration one would really use in a program it is to be helpful in debuggers where wants just to refer to the M2*_SECTOR_SIZE names and get something. */ extern enum m2_sector_enums { M2F2_SECTOR_SIZE = 2324, M2SUB_SECTOR_SIZE = 2332, M2RAW_SECTOR_SIZE = 2336 } m2_sector_enums; #define M2F2_SECTOR_SIZE 2324 #define M2SUB_SECTOR_SIZE 2332 #define M2RAW_SECTOR_SIZE 2336 /*! Largest CD session number */ #define CDIO_CD_MAX_SESSIONS 99 /*! Smallest CD session number */ #define CDIO_CD_MIN_SESSION_NO 1 /*! Largest LSN in a CD */ #define CDIO_CD_MAX_LSN 450150 /*! Smallest LSN in a CD */ #define CDIO_CD_MIN_LSN -450150 #define CDIO_CD_FRAMES_PER_MIN \ (CDIO_CD_FRAMES_PER_SEC*CDIO_CD_SECS_PER_MIN) typedef enum cdio_cd_minutes_sectors { CDIO_CD_74MIN_SECTORS = UINT32_C(74) * CDIO_CD_FRAMES_PER_MIN, CDIO_CD_80MIN_SECTORS = UINT32_C(80) * CDIO_CD_FRAMES_PER_MIN, CDIO_CD_90MIN_SECTORS = UINT32_C(90) * CDIO_CD_FRAMES_PER_MIN, CDIO_CD_MAX_SECTORS = UINT32_C(100) * CDIO_CD_FRAMES_PER_MIN - CDIO_PREGAP_SECTORS } cdio_cd_minutes_sectors; #define msf_t_SIZEOF 3 /*! Convert an LBA into a string representation of the MSF. \warning cdio_lba_to_msf_str returns new allocated string */ char *cdio_lba_to_msf_str (lba_t i_lba); /*! Convert an MSF into a string representation of the MSF. \warning cdio_msf_to_msf_str returns new allocated string */ char *cdio_msf_to_str (const msf_t *p_msf); /*! Convert an LBA into the corresponding LSN. */ lba_t cdio_lba_to_lsn (lba_t i_lba); /*! Convert an LBA into the corresponding MSF. */ void cdio_lba_to_msf(lba_t i_lba, msf_t *p_msf); /*! Convert an LSN into the corresponding LBA. CDIO_INVALID_LBA is returned if there is an error. */ lba_t cdio_lsn_to_lba (lsn_t i_lsn); /*! Convert an LSN into the corresponding MSF. */ void cdio_lsn_to_msf (lsn_t i_lsn, msf_t *p_msf); /*! Convert a MSF into the corresponding LBA. CDIO_INVALID_LBA is returned if there is an error. */ lba_t cdio_msf_to_lba (const msf_t *p_msf); /*! Convert a MSF into the corresponding LSN. CDIO_INVALID_LSN is returned if there is an error. */ lsn_t cdio_msf_to_lsn (const msf_t *p_msf); /*! Convert a MSF - broken out as 3 integer components into the corresponding LBA. CDIO_INVALID_LBA is returned if there is an error. */ lba_t cdio_msf3_to_lba (unsigned int minutes, unsigned int seconds, unsigned int frames); /*! Convert a string of the form MM:SS:FF into the corresponding LBA. CDIO_INVALID_LBA is returned if there is an error. */ lba_t cdio_mmssff_to_lba (const char *psz_mmssff); #ifdef __cplusplus } #endif #ifndef DO_NOT_WANT_PARANOIA_COMPATIBILITY /** For compatibility with good ol' paranoia */ #define CD_FRAMESIZE_RAW CDIO_CD_FRAMESIZE_RAW #endif /*DO_NOT_WANT_PARANOIA_COMPATIBILITY*/ #endif /* CDIO_SECTOR_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/ecma_167.h0000644000175000017500000010257711731402007014062 00000000000000/* Copyright (c) 2005, 2006, 2008, 2012 Rocky Bernstein Copyright (c) 2001-2002 Ben Fennema This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* * Some portions taken from FreeBSD ecma167-udf.h which states: * Copyright (c) 2001, 2002 Scott Long * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /*! * \file ecma_167.h * * \brief Definitions based on ECMA-167 3rd edition (June 1997) * See http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-167.pdf */ #ifndef CDIO_ECMA_167_H #define CDIO_ECMA_167_H 1 #include /** Imagine the below enum values as \#define'd values rather than distinct values of an enum. */ typedef enum { VSD_STD_ID_SIZE = 5, /** Volume Structure Descriptor (ECMA 167r3 2/9.1) */ UDF_REGID_ID_SIZE = 23, /**< See identifier (ECMA 167r3 1/7.4) */ UDF_VOLID_SIZE = 32, UDF_FID_SIZE = 38, UDF_VOLSET_ID_SIZE = 128 } ecma_167_enum1_t ; /** Tag Identifier (ECMA 167r3 3/7.2.1) */ typedef enum { TAGID_PRI_VOL = 0x0001, TAGID_ANCHOR = 0x0002, TAGID_VOL = 0x0003, TAGID_IMP_VOL = 0x0004, TAGID_PARTITION = 0x0005, TAGID_LOGVOL = 0x0006, TAGID_UNALLOC_SPACE = 0x0007, TAGID_TERM = 0x0008, TAGID_LOGVOL_INTEGRITY = 0x0009, TAGID_FSD = 0x0100, TAGID_FID = 0x0101, TAGID_AED = 0x0102, TAGID_IE = 0x0103, TAGID_TE = 0x0104, TAGID_FILE_ENTRY = 0x0105, TAGID_EAHD = 0x0106, TAGID_USE = 0x0107, TAGID_SBD = 0x0108, TAGID_PIE = 0x0109, TAGID_EFE = 0x010A, } tag_id_t ; /** Character Set Type (ECMA 167r3 1/7.2.1.1) */ typedef enum { CHARSPEC_TYPE_CS0 = 0x00, /**< Section 1/7.2.2 */ CHARSPEC_TYPE_CS1 = 0x01, /**< Section 1/7.2.3 */ CHARSPEC_TYPE_CS2 = 0x02, /**< Section 1/7.2.4 */ CHARSPEC_TYPE_CS3 = 0x03, /**< Section 1/7.2.5 */ CHARSPEC_TYPE_CS4 = 0x04, /**< Section 1/7.2.6 */ CHARSPEC_TYPE_CS5 = 0x05, /**< Section 1/7.2.7 */ CHARSPEC_TYPE_CS6 = 0x06, /**< Section 1/7.2.8 */ CHARSPEC_TYPE_CS7 = 0x07, /**< Section 1/7.2.9 */ CHARSPEC_TYPE_CS8 = 0x08, /**< Section 1/7.2.10 */ } udf_charspec_enum_t; typedef uint8_t udf_Uint8_t; /*! Section 1/7/1.1 */ typedef uint16_t udf_Uint16_t; /*! Section 1/7.1.3 */ typedef uint32_t udf_Uint32_t; /*! Section 1/7.1.5 */ typedef uint64_t udf_Uint64_t; /*! Section 1/7.1.7 */ typedef char udf_dstring; /*! Section 1/7.1.12 */ #define UDF_LENGTH_MASK 0x3fffffff PRAGMA_BEGIN_PACKED /** Character set specification (ECMA 167r3 1/7.2.1) */ struct udf_charspec_s { udf_Uint8_t charset_type; udf_Uint8_t charset_info[63]; } GNUC_PACKED; typedef struct udf_charspec_s udf_charspec_t; /** Timestamp (ECMA 167r3 1/7.3) */ struct udf_timestamp_s { udf_Uint16_t type_tz; udf_Uint16_t year; udf_Uint8_t month; udf_Uint8_t day; udf_Uint8_t hour; udf_Uint8_t minute; udf_Uint8_t second; udf_Uint8_t centiseconds; udf_Uint8_t hundreds_of_microseconds; udf_Uint8_t microseconds; } GNUC_PACKED; typedef struct udf_timestamp_s udf_timestamp_t; /** Type and Time Zone (ECMA 167r3 1/7.3.1) Imagine the below enum values as \#define'd values rather than distinct values of an enum. */ typedef enum { TIMESTAMP_TYPE_CUT = 0x0000, TIMESTAMP_TYPE_LOCAL = 0x1000, TIMESTAMP_TYPE_AGREEMENT = 0x2000, TIMESTAMP_TYPE_MASK = 0xF000, TIMESTAMP_TIMEZONE_MASK = 0x0FFF, } ecma_167_timezone_enum_t ; #define TIMESTAMP_TYPE_MASK 0xF000 #define TIMESTAMP_TYPE_CUT 0x0000 #define TIMESTAMP_TYPE_LOCAL 0x1000 #define TIMESTAMP_TYPE_AGREEMENT 0x2000 #define TIMESTAMP_TIMEZONE_MASK 0x0FFF struct udf_id_suffix_s { udf_Uint16_t udf_revision; udf_Uint8_t os_class; udf_Uint8_t os_identifier; udf_Uint8_t reserved[4]; } GNUC_PACKED; typedef struct udf_id_suffix_s udf_id_suffix_t; /** Entity identifier (ECMA 167r3 1/7.4) */ struct udf_regid_s { udf_Uint8_t flags; udf_Uint8_t id[UDF_REGID_ID_SIZE]; udf_id_suffix_t id_suffix; } GNUC_PACKED; typedef struct udf_regid_s udf_regid_t; /** Flags (ECMA 167r3 1/7.4.1) */ #define ENTITYID_FLAGS_DIRTY 0x00 #define ENTITYID_FLAGS_PROTECTED 0x01 /** Volume Structure Descriptor (ECMA 167r3 2/9.1) */ struct vol_struct_desc_s { udf_Uint8_t struct_type; udf_Uint8_t std_id[VSD_STD_ID_SIZE]; udf_Uint8_t struct_version; udf_Uint8_t struct_data[2041]; } GNUC_PACKED; /** Standard Identifier (EMCA 167r2 2/9.1.2) */ #define VSD_STD_ID_NSR02 "NSR02" /* (3/9.1) */ /** Standard Identifier (ECMA 167r3 2/9.1.2) */ /* The below const definitions are to faciltate debugging of the values #define'd below. */ extern const char VSD_STD_ID_BEA01[sizeof("BEA01")-1]; extern const char VSD_STD_ID_BOOT2[sizeof("BOOT2")-1]; extern const char VSD_STD_ID_CD001[sizeof("CD001")-1]; extern const char VSD_STD_ID_CDW01[sizeof("CDW02")-1]; extern const char VSD_STD_ID_NSR03[sizeof("NSR03")-1]; extern const char VSD_STD_ID_TEA01[sizeof("TEA01")-1]; #define VSD_STD_ID_BEA01 "BEA01" /**< ECMA-167 2/9.2 */ #define VSD_STD_ID_BOOT2 "BOOT2" /**< ECMA-167 2/9.4 */ #define VSD_STD_ID_CD001 "CD001" /**< ECMA-119 */ #define VSD_STD_ID_CDW02 "CDW02" /**< ECMA-168 */ #define VSD_STD_ID_NSR02 "NSR02" /**< ECMA-167, 3/9.1 NOTE: ECMA-167, 2nd edition */ #define VSD_STD_ID_NSR03 "NSR03" /**< ECMA-167 3/9.1 */ #define VSD_STD_ID_TEA01 "TEA01" /**< ECMA-168 2/9.3 */ /** Beginning Extended Area Descriptor (ECMA 167r3 2/9.2) */ struct beginning_extended_area_desc_s { udf_Uint8_t struct_type; udf_Uint8_t std_id[VSD_STD_ID_SIZE]; udf_Uint8_t struct_version; udf_Uint8_t struct_data[2041]; } GNUC_PACKED; /** Terminating Extended Area Descriptor (ECMA 167r3 2/9.3) */ struct terminating_extended_area_desc_s { udf_Uint8_t struct_type; udf_Uint8_t std_id[VSD_STD_ID_SIZE]; udf_Uint8_t struct_version; udf_Uint8_t struct_data[2041]; } GNUC_PACKED; /** Boot Descriptor (ECMA 167r3 2/9.4) */ struct boot_desc_s { udf_Uint8_t struct_type; udf_Uint8_t std_ident[VSD_STD_ID_SIZE]; udf_Uint8_t struct_version; udf_Uint8_t reserved1; udf_regid_t arch_type; udf_regid_t boot_ident; udf_Uint32_t bool_ext_location; udf_Uint32_t bool_ext_length; udf_Uint64_t load_address; udf_Uint64_t start_address; udf_timestamp_t desc_creation_time; udf_Uint16_t flags; udf_Uint8_t reserved2[32]; udf_Uint8_t boot_use[1906]; } GNUC_PACKED; /** Flags (ECMA 167r3 2/9.4.12) */ #define BOOT_FLAGS_ERASE 0x01 /** Extent Descriptor (ECMA 167r3 3/7.1) */ struct udf_extent_ad_s { udf_Uint32_t len; udf_Uint32_t loc; } GNUC_PACKED; typedef struct udf_extent_ad_s udf_extent_ad_t; /** Descriptor Tag (ECMA 167r3 3/7.2) */ struct udf_tag_s { udf_Uint16_t id; udf_Uint16_t desc_version; udf_Uint8_t cksum; udf_Uint8_t reserved; udf_Uint16_t i_serial; udf_Uint16_t desc_CRC; udf_Uint16_t desc_CRC_len; udf_Uint32_t loc; } GNUC_PACKED; typedef struct udf_tag_s udf_tag_t; /** NSR Descriptor (ECMA 167r3 3/9.1) */ struct NSR_desc_s { udf_Uint8_t struct_type; udf_Uint8_t std_id[VSD_STD_ID_SIZE]; udf_Uint8_t struct_version; udf_Uint8_t reserved; udf_Uint8_t struct_data[2040]; } GNUC_PACKED; /** Primary Volume Descriptor (ECMA 167r3 3/10.1) */ struct udf_pvd_s { udf_tag_t tag; udf_Uint32_t vol_desc_seq_num; udf_Uint32_t primary_vol_desc_num; udf_dstring vol_ident[UDF_VOLID_SIZE]; udf_Uint16_t vol_seq_num; udf_Uint16_t max_vol_seqnum; udf_Uint16_t interchange_lvl; udf_Uint16_t max_interchange_lvl; udf_Uint32_t charset_list; udf_Uint32_t max_charset_list; udf_dstring volset_id[UDF_VOLSET_ID_SIZE]; udf_charspec_t desc_charset; udf_charspec_t explanatory_charset; udf_extent_ad_t vol_abstract; udf_extent_ad_t vol_copyright; udf_regid_t app_ident; udf_timestamp_t recording_time; udf_regid_t imp_ident; udf_Uint8_t imp_use[64]; udf_Uint32_t predecessor_vol_desc_seq_location; udf_Uint16_t flags; udf_Uint8_t reserved[22]; } GNUC_PACKED; typedef struct udf_pvd_s udf_pvd_t; /** Flags (ECMA 167r3 3/10.1.21) */ #define PVD_FLAGS_VSID_COMMON 0x0001 /** Anchor Volume Descriptor Pointer (ECMA 167r3 3/10.2) */ struct anchor_vol_desc_ptr_s { udf_tag_t tag; udf_extent_ad_t main_vol_desc_seq_ext; udf_extent_ad_t reserve_vol_desc_seq_ext; udf_Uint8_t reserved[480]; } GNUC_PACKED; typedef struct anchor_vol_desc_ptr_s anchor_vol_desc_ptr_t; /** Volume Descriptor Pointer (ECMA 167r3 3/10.3) */ struct vol_desc_ptr_s { udf_tag_t tag; udf_Uint32_t vol_desc_seq_num; udf_extent_ad_t next_vol_desc_set_ext; udf_Uint8_t reserved[484]; } GNUC_PACKED; /** Implementation Use Volume Descriptor (ECMA 167r3 3/10.4) */ struct imp_use_vol_desc_s { udf_tag_t tag; udf_Uint32_t vol_desc_seq_num; udf_regid_t imp_id; udf_Uint8_t imp_use[460]; } GNUC_PACKED; /** Partition Descriptor (ECMA 167r3 3/10.5) */ struct partition_desc_s { udf_tag_t tag; udf_Uint32_t vol_desc_seq_num; udf_Uint16_t flags; udf_Uint16_t number; /**< Partition number */ udf_regid_t contents; udf_Uint8_t contents_use[128]; udf_Uint32_t access_type; udf_Uint32_t start_loc; udf_Uint32_t part_len; udf_regid_t imp_id; udf_Uint8_t imp_use[128]; udf_Uint8_t reserved[156]; } GNUC_PACKED; typedef struct partition_desc_s partition_desc_t; /** Partition Flags (ECMA 167r3 3/10.5.3) */ #define PD_PARTITION_FLAGS_ALLOC 0x0001 /** Partition Contents (ECMA 167r2 3/10.5.3) */ #define PD_PARTITION_CONTENTS_NSR02 "+NSR02" /** Partition Contents (ECMA 167r3 3/10.5.5) */ #define PD_PARTITION_CONTENTS_FDC01 "+FDC01" #define PD_PARTITION_CONTENTS_CD001 "+CD001" #define PD_PARTITION_CONTENTS_CDW02 "+CDW02" #define PD_PARTITION_CONTENTS_NSR03 "+NSR03" /** Access Type (ECMA 167r3 3/10.5.7) */ #define PD_ACCESS_TYPE_NONE 0x00000000 #define PD_ACCESS_TYPE_READ_ONLY 0x00000001 #define PD_ACCESS_TYPE_WRITE_ONCE 0x00000002 #define PD_ACCESS_TYPE_REWRITABLE 0x00000003 #define PD_ACCESS_TYPE_OVERWRITABLE 0x00000004 /** Recorded Address (ECMA 167r3 4/7.1) */ struct udf_lb_addr_s { udf_Uint32_t lba; udf_Uint16_t partitionReferenceNum; } GNUC_PACKED; typedef struct udf_lb_addr_s udf_lb_addr_t; /** Short Allocation Descriptor (ECMA 167r3 4/14.14.1) */ struct udf_short_ad_s { udf_Uint32_t len; udf_Uint32_t pos; } GNUC_PACKED; typedef struct udf_short_ad_s udf_short_ad_t; /** Long Allocation Descriptor (ECMA 167r3 4/14.14.2) */ struct udf_long_ad_s { udf_Uint32_t len; udf_lb_addr_t loc; udf_Uint8_t imp_use[6]; } GNUC_PACKED; typedef struct udf_long_ad_s udf_long_ad_t; /** Logical Volume Descriptor (ECMA 167r3 3/10.6) */ struct logical_vol_desc_s { udf_tag_t tag; udf_Uint32_t seq_num; udf_charspec_t desc_charset; udf_dstring logvol_id[128]; udf_Uint32_t logical_blocksize; udf_regid_t domain_id; union { udf_long_ad_t fsd_loc; udf_Uint8_t logvol_content_use[16]; } lvd_use; udf_Uint8_t logvol_contents_use[16]; udf_Uint32_t maptable_len; udf_Uint32_t i_partition_maps; udf_regid_t imp_id; udf_Uint8_t imp_use[128]; udf_extent_ad_t integrity_seq_ext; udf_Uint8_t partition_maps[0]; } GNUC_PACKED; typedef struct logical_vol_desc_s logical_vol_desc_t; /** Generic Partition Map (ECMA 167r3 3/10.7.1) */ struct generic_partition_map { udf_Uint8_t partition_map_type; udf_Uint8_t partition_map_length; udf_Uint8_t partition_mapping[0]; } GNUC_PACKED; /** Partition Map Type (ECMA 167r3 3/10.7.1.1) */ #define GP_PARTITION_MAP_TYPE_UNDEF 0x00 #define GP_PARTIITON_MAP_TYPE_1 0x01 #define GP_PARTITION_MAP_TYPE_2 0x02 /** Type 1 Partition Map (ECMA 167r3 3/10.7.2) */ struct generic_partition_map1 { udf_Uint8_t partition_map_type; udf_Uint8_t partition_map_length; udf_Uint16_t vol_seq_num; udf_Uint16_t i_partition; } GNUC_PACKED; /** Type 2 Partition Map (ECMA 167r3 3/10.7.3) */ struct generic_partition_map2 { udf_Uint8_t partition_map_type; udf_Uint8_t partition_map_length; udf_Uint8_t partition_id[62]; } GNUC_PACKED; /** Unallocated Space Descriptor (ECMA 167r3 3/10.8) */ struct unalloc_space_desc_s { udf_tag_t tag; udf_Uint32_t vol_desc_seq_num; udf_Uint32_t i_alloc_descs; udf_extent_ad_t allocDescs[0]; } GNUC_PACKED; /** Terminating Descriptor (ECMA 167r3 3/10.9) */ struct terminating_desc_s { udf_tag_t tag; udf_Uint8_t reserved[496]; } GNUC_PACKED; /** Logical Volume Integrity Descriptor (ECMA 167r3 3/10.10) */ struct logvol_integrity_desc_s { udf_tag_t tag; udf_timestamp_t recording_time; udf_Uint32_t integrity_type; udf_extent_ad_t next_integrity_ext; udf_Uint8_t logvol_contents_use[32]; udf_Uint32_t i_partitions; union { /* Same MSVC workaround as with struct udf_fileid_desc_s */ udf_Uint32_t imp_use_len; struct { udf_Uint32_t unused; udf_Uint32_t data[0]; } freespace_table; struct { udf_Uint32_t unused; udf_Uint32_t data[0]; } size_table; struct { udf_Uint32_t unused; udf_Uint32_t data[0]; } imp_use; } u; } GNUC_PACKED; /** Integrity Type (ECMA 167r3 3/10.10.3) */ #define LVID_INTEGRITY_TYPE_OPEN 0x00000000 #define LVID_INTEGRITY_TYPE_CLOSE 0x00000001 /** Extended Allocation Descriptor (ECMA 167r3 4/14.14.3) */ struct udf_ext_ad_s { udf_Uint32_t len; udf_Uint32_t recorded_len; udf_Uint32_t information_len; udf_lb_addr_t ext_loc; } GNUC_PACKED; typedef struct udf_ext_ad_s udf_ext_ad_t; /** Descriptor Tag (ECMA 167r3 4/7.2 - See 3/7.2) */ /** Tag Identifier (ECMA 167r3 4/7.2.1) */ /** File Set Descriptor (ECMA 167r3 4/14.1) */ struct udf_fsd_s { udf_tag_t tag; udf_timestamp_t recording_time; udf_Uint16_t interchange_lvl; udf_Uint16_t maxInterchange_lvl; udf_Uint32_t charset_list; udf_Uint32_t max_charset_list; udf_Uint32_t fileset_num; udf_Uint32_t udf_fsd_num; udf_charspec_t logical_vol_id_charset; udf_dstring logical_vol_id[128]; udf_charspec_t fileset_charset; udf_dstring fileSet_id[32]; udf_dstring copyright_file_id[32]; udf_dstring abstract_file_id[32]; udf_long_ad_t root_icb; udf_regid_t domain_id; udf_long_ad_t next_ext; udf_long_ad_t stream_directory_ICB; udf_Uint8_t reserved[32]; } GNUC_PACKED; typedef struct udf_fsd_s udf_fsd_t; /** Partition Header Descriptor (ECMA 167r3 4/14.3) */ struct partition_header_desc_s { udf_short_ad_t unalloc_space_table; udf_short_ad_t unalloc_space_bitmap; udf_short_ad_t partition_integrity_table; udf_short_ad_t freed_space_table; udf_short_ad_t freed_space_bitmap; udf_Uint8_t reserved[88]; } GNUC_PACKED; typedef struct partition_header_desc_s partition_header_desc_t; /** File Identifier Descriptor (ECMA 167r3 4/14.4) */ struct udf_fileid_desc_s { udf_tag_t tag; udf_Uint16_t file_version_num; udf_Uint8_t file_characteristics; udf_Uint8_t i_file_id; udf_long_ad_t icb; /* MSVC workaround for multiple zero sized arrays Unlike what is the case with GNU, and against logic, an union of zero sized arrays in the Microsoft world is not zero bytes but one byte! Thus, for sizeof() to be consistent across platforms, we must use an ugly workaround that attaches the union to the last non-zero member. */ union { udf_Uint16_t i_imp_use; struct { udf_Uint16_t unused; udf_Uint8_t data[0]; } imp_use; struct { udf_Uint16_t unused; udf_Uint8_t data[0]; } file_id; struct { udf_Uint16_t unused; udf_Uint8_t data[0]; } padding; } u; } GNUC_PACKED; typedef struct udf_fileid_desc_s udf_fileid_desc_t; /** File Characteristics (ECMA 167r3 4/14.4.3) Imagine the below enumeration values are \#defines to be used in a bitmask rather than distinct values of an enum. */ typedef enum { UDF_FILE_HIDDEN = (1 << 0), UDF_FILE_DIRECTORY = (1 << 1), UDF_FILE_DELETED = (1 << 2), UDF_FILE_PARENT = (1 << 3), UDF_FILE_METADATA = (1 << 4) } file_characteristics_t; /** Allocation Ext Descriptor (ECMA 167r3 4/14.5) */ struct allocExtDesc { udf_tag_t tag; udf_Uint32_t previous_alloc_ext_loc; udf_Uint32_t i_alloc_descs; } GNUC_PACKED; /** ICB Tag (ECMA 167r3 4/14.6) */ struct udf_icbtag_s { udf_Uint32_t prev_num_dirs; udf_Uint16_t strat_type; udf_Uint16_t strat_param; udf_Uint16_t max_num_entries; udf_Uint8_t reserved; udf_Uint8_t file_type; udf_lb_addr_t parent_ICB; udf_Uint16_t flags; } GNUC_PACKED; typedef struct udf_icbtag_s udf_icbtag_t; #define UDF_ICB_TAG_FLAGS_SETUID 0x40 #define UDF_ICB_TAG_FLAGS_SETGID 0x80 #define UDF_ICB_TAG_FLAGS_STICKY 0x100 /** Strategy Type (ECMA 167r3 4/14.6.2) which helpfully points largely to 4/A.x */ #define ICBTAG_STRATEGY_TYPE_UNDEF 0x0000 #define ICBTAG_STRATEGY_TYPE_1 0x0001 /**< 4/A.2 Direct entries Uint16 */ #define ICBTAG_STRATEGY_TYPE_2 0x0002 /**< 4/A.3 List of ICB direct entries */ #define ICBTAG_STRATEGY_TYPE_3 0x0003 /**< 4/A.4 */ #define ICBTAG_STRATEGY_TYPE_4 0x0004 /**< 4/A.5 Hierarchy having one single ICB with one direct entry. This is what's most often used. */ /** File Type (ECMA 167r3 4/14.6.6) Imagine the below enum values as \#define'd values rather than distinct values of an enum. */ typedef enum { ICBTAG_FILE_TYPE_UNDEF = 0x00, ICBTAG_FILE_TYPE_USE = 0x01, ICBTAG_FILE_TYPE_PIE = 0x02, ICBTAG_FILE_TYPE_IE = 0x03, ICBTAG_FILE_TYPE_DIRECTORY = 0x04, ICBTAG_FILE_TYPE_REGULAR = 0x05, ICBTAG_FILE_TYPE_BLOCK = 0x06, ICBTAG_FILE_TYPE_CHAR = 0x07, ICBTAG_FILE_TYPE_EA = 0x08, ICBTAG_FILE_TYPE_FIFO = 0x09, ICBTAG_FILE_TYPE_SOCKET = 0x0A, ICBTAG_FILE_TYPE_TE = 0x0B, ICBTAG_FILE_TYPE_SYMLINK = 0x0C, ICBTAG_FILE_TYPE_STREAMDIR = 0x0D } icbtag_file_type_enum_t; /** Flags (ECMA 167r3 4/14.6.8) */ typedef enum { ICBTAG_FLAG_AD_MASK = 0x0007, /**< "&" this to get below address flags */ ICBTAG_FLAG_AD_SHORT = 0x0000, /**< The allocation descriptor field is filled with short_ad's. If the offset is beyond the current extent, look for the next extent. */ ICBTAG_FLAG_AD_LONG = 0x0001, /**< The allocation descriptor field is filled with long_ad's If the offset is beyond the current extent, look for the next extent. */ ICBTAG_FLAG_AD_EXTENDED = 0x0002, ICBTAG_FLAG_AD_IN_ICB = 0x0003, /**< This type means that the file *data* is stored in the allocation descriptor field of the file entry. */ ICBTAG_FLAG_SORTED = 0x0008, ICBTAG_FLAG_NONRELOCATABLE = 0x0010, ICBTAG_FLAG_ARCHIVE = 0x0020, ICBTAG_FLAG_SETUID = 0x0040, ICBTAG_FLAG_SETGID = 0x0080, ICBTAG_FLAG_STICKY = 0x0100, ICBTAG_FLAG_CONTIGUOUS = 0x0200, ICBTAG_FLAG_SYSTEM = 0x0400, ICBTAG_FLAG_TRANSFORMED = 0x0800, ICBTAG_FLAG_MULTIVERSIONS = 0x1000, ICBTAG_FLAG_STREAM = 0x2000 } icbtag_flag_enum_t; /** Indirect Entry (ECMA 167r3 4/14.7) */ struct indirect_entry_s { udf_tag_t tag; udf_icbtag_t icb_tag; udf_long_ad_t indirect_ICB; } GNUC_PACKED; /** Terminal Entry (ECMA 167r3 4/14.8) */ struct terminal_entry_s { udf_tag_t tag; udf_icbtag_t icb_tag; } GNUC_PACKED; /** File Entry (ECMA 167r3 4/14.9) */ struct udf_file_entry_s { udf_tag_t tag; udf_icbtag_t icb_tag; /**< 4/14.9.2 */ udf_Uint32_t uid; /**< 4/14.9.3 */ udf_Uint32_t gid; /**< 4/14.9.4 */ udf_Uint32_t permissions; /**< 4/14.9.5 */ udf_Uint16_t link_count; /**< 4/14.9.6 */ udf_Uint8_t rec_format; /**< 4/14.9.7 */ udf_Uint8_t rec_disp_attr; /**< 4/14.9.8 */ udf_Uint32_t rec_len; /**< 4/14.9.9 */ udf_Uint64_t info_len; /**< 4/14.9.10 */ udf_Uint64_t logblks_recorded; /**< 4/14.9.11 */ udf_timestamp_t access_time; /**< 4/14.9.12 - last access to any stream of file prior to recording file entry */ udf_timestamp_t modification_time; /**< 4/14.9.13 - last access to modification to any stream of file */ udf_timestamp_t attribute_time; udf_Uint32_t checkpoint; udf_long_ad_t ext_attr_ICB; udf_regid_t imp_id; udf_Uint64_t unique_ID; udf_Uint32_t i_extended_attr; udf_Uint32_t i_alloc_descs; /* The following union allows file entry reuse without worrying about overflows, by ensuring the struct is always the maximum possible size allowed by the specs: one UDF block. */ union { udf_Uint8_t ext_attr[0]; udf_Uint8_t alloc_descs[0]; udf_Uint8_t pad_to_one_block[2048-176]; } u; } GNUC_PACKED; typedef struct udf_file_entry_s udf_file_entry_t; #define UDF_FENTRY_SIZE 176 #define UDF_FENTRY_PERM_USER_MASK 0x07 #define UDF_FENTRY_PERM_GRP_MASK 0xE0 #define UDF_FENTRY_PERM_OWNER_MASK 0x1C00 /** Permissions (ECMA 167r3 4/14.9.5) */ #define FE_PERM_O_EXEC 0x00000001U #define FE_PERM_O_WRITE 0x00000002U #define FE_PERM_O_READ 0x00000004U #define FE_PERM_O_CHATTR 0x00000008U #define FE_PERM_O_DELETE 0x00000010U #define FE_PERM_G_EXEC 0x00000020U #define FE_PERM_G_WRITE 0x00000040U #define FE_PERM_G_READ 0x00000080U #define FE_PERM_G_CHATTR 0x00000100U #define FE_PERM_G_DELETE 0x00000200U #define FE_PERM_U_EXEC 0x00000400U #define FE_PERM_U_WRITE 0x00000800U #define FE_PERM_U_READ 0x00001000U #define FE_PERM_U_CHATTR 0x00002000U #define FE_PERM_U_DELETE 0x00004000U /** Record Format (ECMA 167r3 4/14.9.7) */ #define FE_RECORD_FMT_UNDEF 0x00 #define FE_RECORD_FMT_FIXED_PAD 0x01 #define FE_RECORD_FMT_FIXED 0x02 #define FE_RECORD_FMT_VARIABLE8 0x03 #define FE_RECORD_FMT_VARIABLE16 0x04 #define FE_RECORD_FMT_VARIABLE16_MSB 0x05 #define FE_RECORD_FMT_VARIABLE32 0x06 #define FE_RECORD_FMT_PRINT 0x07 #define FE_RECORD_FMT_LF 0x08 #define FE_RECORD_FMT_CR 0x09 #define FE_RECORD_FMT_CRLF 0x0A #define FE_RECORD_FMT_LFCR 0x0B /** Record Display Attributes (ECMA 167r3 4/14.9.8) */ #define FE_RECORD_DISPLAY_ATTR_UNDEF 0x00 #define FE_RECORD_DISPLAY_ATTR_1 0x01 #define FE_RECORD_DISPLAY_ATTR_2 0x02 #define FE_RECORD_DISPLAY_ATTR_3 0x03 /** Extended Attribute Header Descriptor (ECMA 167r3 4/14.10.1) */ struct extended_attr_header_desc_s { udf_tag_t tag; udf_Uint32_t imp_attr_location; udf_Uint32_t app_attr_location; } GNUC_PACKED; /** Generic Format (ECMA 167r3 4/14.10.2) */ struct generic_format_s { udf_Uint32_t attr_type; udf_Uint8_t attr_subtype; udf_Uint8_t reserved[3]; udf_Uint32_t attrLength; udf_Uint8_t attrData[0]; } GNUC_PACKED; /** Character Set Information (ECMA 167r3 4/14.10.3) */ struct charSet_info_s { udf_Uint32_t attr_type; udf_Uint8_t attr_subtype; udf_Uint8_t reserved[3]; udf_Uint32_t attrLength; udf_Uint32_t escapeSeqLength; udf_Uint8_t charSetType; udf_Uint8_t escapeSeq[0]; } GNUC_PACKED; /* Alternate Permissions (ECMA 167r3 4/14.10.4) */ struct alt_perms_s { udf_Uint32_t attr_type; udf_Uint8_t attr_subtype; udf_Uint8_t reserved[3]; udf_Uint32_t attrLength; udf_Uint16_t owner_id; udf_Uint16_t group_id; udf_Uint16_t permission; } GNUC_PACKED; /** File Times Extended Attribute (ECMA 167r3 4/14.10.5) */ struct filetimes_ext_attr_s { udf_Uint32_t attr_type; udf_Uint8_t attr_subtype; udf_Uint8_t reserved[3]; udf_Uint32_t attrLength; udf_Uint32_t dataLength; udf_Uint32_t fileTimeExistence; udf_Uint8_t fileTimes; } GNUC_PACKED; /** FileTimeExistence (ECMA 167r3 4/14.10.5.6) */ #define FTE_CREATION 0x00000001 #define FTE_DELETION 0x00000004 #define FTE_EFFECTIVE 0x00000008 #define FTE_BACKUP 0x00000002 /** Information Times Extended Attribute (ECMA 167r3 4/14.10.6) */ struct infoTimesExtAttr { udf_Uint32_t attr_type; udf_Uint8_t attr_subtype; udf_Uint8_t reserved[3]; udf_Uint32_t attrLength; udf_Uint32_t dataLength; udf_Uint32_t infoTimeExistence; udf_Uint8_t infoTimes[0]; } GNUC_PACKED; /** Device Specification (ECMA 167r3 4/14.10.7) */ struct deviceSpec { udf_Uint32_t attr_type; udf_Uint8_t attr_subtype; udf_Uint8_t reserved[3]; udf_Uint32_t attrLength; udf_Uint32_t imp_useLength; udf_Uint32_t majorDevice_id; udf_Uint32_t minorDevice_id; udf_Uint8_t imp_use[0]; } GNUC_PACKED; /** Implementation Use Extended Attr (ECMA 167r3 4/14.10.8) */ struct impUseExtAttr { udf_Uint32_t attr_type; udf_Uint8_t attr_subtype; udf_Uint8_t reserved[3]; udf_Uint32_t attrLength; udf_Uint32_t imp_useLength; udf_regid_t imp_id; udf_Uint8_t imp_use[0]; } GNUC_PACKED; /** Application Use Extended Attribute (ECMA 167r3 4/14.10.9) */ struct appUseExtAttr { udf_Uint32_t attr_type; udf_Uint8_t attr_subtype; udf_Uint8_t reserved[3]; udf_Uint32_t attrLength; udf_Uint32_t appUseLength; udf_regid_t app_id; udf_Uint8_t appUse[0]; } GNUC_PACKED; #define EXTATTR_CHAR_SET 1 #define EXTATTR_ALT_PERMS 3 #define EXTATTR_FILE_TIMES 5 #define EXTATTR_INFO_TIMES 6 #define EXTATTR_DEV_SPEC 12 #define EXTATTR_IMP_USE 2048 #define EXTATTR_APP_USE 65536 /** Unallocated Space Entry (ECMA 167r3 4/14.11) */ struct unallocSpaceEntry { udf_tag_t tag; udf_icbtag_t icb_tag; udf_Uint32_t lengthAllocDescs; udf_Uint8_t allocDescs[0]; } GNUC_PACKED; /** Space Bitmap Descriptor (ECMA 167r3 4/14.12) */ struct spaceBitmapDesc { udf_tag_t tag; udf_Uint32_t i_bits; udf_Uint32_t i_bytes; udf_Uint8_t bitmap[0]; } GNUC_PACKED; /** Partition Integrity Entry (ECMA 167r3 4/14.13) */ struct partitionIntegrityEntry { udf_tag_t tag; udf_icbtag_t icb_tag; udf_timestamp_t recording_time; udf_Uint8_t integrityType; udf_Uint8_t reserved[175]; udf_regid_t imp_id; udf_Uint8_t imp_use[256]; } GNUC_PACKED; /** Short Allocation Descriptor (ECMA 167r3 4/14.14.1) */ /** Extent Length (ECMA 167r3 4/14.14.1.1) */ #define EXT_RECORDED_ALLOCATED 0x00000000 #define EXT_NOT_RECORDED_ALLOCATED 0x40000000 #define EXT_NOT_RECORDED_NOT_ALLOCATED 0x80000000 #define EXT_NEXT_EXTENT_ALLOCDECS 0xC0000000 /** Long Allocation Descriptor (ECMA 167r3 4/14.14.2) */ /** Extended Allocation Descriptor (ECMA 167r3 4/14.14.3) */ /** Logical Volume Header Descriptor (ECMA 167r3 4/14.15) */ struct logical_vol_header_desc_s { udf_Uint64_t uniqueID; udf_Uint8_t reserved[24]; } GNUC_PACKED; typedef struct logical_vol_header_desc_s logical_vol_header_desc_t; /** Path Component (ECMA 167r3 4/14.16.1) */ struct pathComponent { udf_Uint8_t component_type; udf_Uint8_t lengthComponent_id; udf_Uint16_t componentFileVersionNum; udf_dstring component_id[0]; } GNUC_PACKED; /** File Entry (ECMA 167r3 4/14.17) */ struct extended_file_entry { udf_tag_t tag; /**< 4/14.17.1 - id = 266 */ udf_icbtag_t icb_tag; /**< 4/14.17.2 & 4/14.9.2 */ udf_Uint32_t uid; /**< 4/14.17.3 & 4/14.9.3 */ udf_Uint32_t gid; /**< 4/14.17.4 & 4/14.9.4 */ udf_Uint32_t permissions; /**< 4/14.17.5 & 4/14.9.5 */ udf_Uint16_t link_count; /**< 4/14.17.6 & 4/14.9.6 */ udf_Uint8_t rec_format; /**< 4/14.17.7 & 4/14.9.7 */ udf_Uint8_t rec_display_attr; /**< 4/14.17.8 & 4/14.9.8 */ udf_Uint32_t record_len; /**< 4/14.17.9 & 4/14.9.9 */ udf_Uint64_t info_len; /**< 4/14.17.10 & 4/14.9.10 */ udf_Uint64_t object_size; /**< 4/14.17.11 */ udf_Uint64_t logblks_recorded; /**< 4/14.17.12 & 4/14.9.11 */ udf_timestamp_t access_time; /**< 4/14.17.13 & 4/14.9.12 - last access to any stream of file */ udf_timestamp_t modification_time; /**< 4/14.17.14 & 4/14.9.13 - last modification to any stream of file*/ udf_timestamp_t create_time; /**< 4/14.17.15 */ udf_timestamp_t attribute_time; /**< 4/14.17.16 & 4/14.9.14 - most recent create or modify time */ udf_Uint32_t checkpoint; udf_Uint32_t reserved; /**< #00 bytes */ udf_long_ad_t ext_attr_ICB; udf_long_ad_t stream_directory_ICB; udf_regid_t imp_id; udf_Uint64_t unique_ID; udf_Uint32_t length_extended_attr; udf_Uint32_t length_alloc_descs; union { /* MSVC workaround for multiple zero sized arrays */ udf_Uint8_t ext_attr[0]; udf_Uint8_t alloc_descs[0]; udf_Uint8_t pad_to_one_block[2048-216]; } u; } GNUC_PACKED; PRAGMA_END_PACKED /** The below variables are trickery to force the above enum symbol values to be recorded in debug symbol tables. They are used to allow one refer to the enumeration value names in the typedefs above in a debugger and in debugger expressions. */ extern tag_id_t debug_tagid; extern file_characteristics_t debug_file_characteristics; extern icbtag_file_type_enum_t debug_icbtag_file_type_enum; extern icbtag_flag_enum_t debug_flag_enum; extern ecma_167_enum1_t debug_ecma_167_enum1; extern ecma_167_timezone_enum_t debug_ecma_167_timezone_enum; #endif /* CDIO_ECMA_167_H */ libcdio-2.0.0/include/cdio/dvd.h0000644000175000017500000000663411731416004013334 00000000000000/* Copyright (C) 2004, 2010 Rocky Bernstein Modeled after GNU/Linux definitions in linux/cdrom.h This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file dvd.h \brief Definitions for DVD access. The documents we make use of are described Multi-Media Commands (MMC). This document generally has a numeric level number appended. For example MMC-5 refers to ``Multi-Media Commands - 5' which is the current version in 2010. */ #ifndef CDIO_DVD_H_ #define CDIO_DVD_H_ #include /** Values used in a READ DVD STRUCTURE */ typedef enum cdio_dvd_structure { CDIO_DVD_STRUCT_PHYSICAL = 0x00, CDIO_DVD_STRUCT_COPYRIGHT = 0x01, CDIO_DVD_STRUCT_DISCKEY = 0x02, CDIO_DVD_STRUCT_BCA = 0x03, CDIO_DVD_STRUCT_MANUFACT = 0x04 } cdio_dvd_structure; /** Media definitions for "DVD Book" from MMC-5 Table 400, page 419. */ typedef enum cdio_dvd_book { CDIO_DVD_BOOK_DVD_ROM = 0x0, /**< DVD-ROM */ CDIO_DVD_BOOK_DVD_RAM = 0x1, /**< DVD-RAM */ CDIO_DVD_BOOK_DVD_R = 0x2, /**< DVD-R */ CDIO_DVD_BOOK_DVD_RW = 0x3, /**< DVD-RW */ CDIO_DVD_BOOK_HD_DVD_ROM = 0x4, /**< HD DVD-ROM */ CDIO_DVD_BOOK_HD_DVD_RAM = 0x5, /**< HD DVD-RAM */ CDIO_DVD_BOOK_HD_DVD_R = 0x6, /**< HD DVD-R */ CDIO_DVD_BOOK_DVD_PRW = 0x9, /**< DVD+RW */ CDIO_DVD_BOOK_DVD_PR = 0xa, /**< DVD+R */ CDIO_DVD_BOOK_DVD_PRW_DL = 0xd, /**< DVD+RW DL */ CDIO_DVD_BOOK_DVD_PR_DL = 0xe /**< DVD+R DL */ } cdio_dvd_book; typedef struct cdio_dvd_layer { unsigned int book_version : 4; unsigned int book_type : 4; unsigned int min_rate : 4; unsigned int disc_size : 4; unsigned int layer_type : 4; unsigned int track_path : 1; unsigned int nlayers : 2; unsigned int track_density : 4; unsigned int linear_density : 4; unsigned int bca : 1; uint32_t start_sector; uint32_t end_sector; uint32_t end_sector_l0; } cdio_dvd_layer_t; /** Maximum number of layers in a DVD. */ #define CDIO_DVD_MAX_LAYERS 4 typedef struct cdio_dvd_physical { uint8_t type; uint8_t layer_num; cdio_dvd_layer_t layer[CDIO_DVD_MAX_LAYERS]; } cdio_dvd_physical_t; typedef struct cdio_dvd_copyright { uint8_t type; uint8_t layer_num; uint8_t cpst; uint8_t rmi; } cdio_dvd_copyright_t; typedef struct cdio_dvd_disckey { uint8_t type; unsigned agid : 2; uint8_t value[2048]; } cdio_dvd_disckey_t; typedef struct cdio_dvd_bca { uint8_t type; int len; uint8_t value[188]; } cdio_dvd_bca_t; typedef struct cdio_dvd_manufact { uint8_t type; uint8_t layer_num; int len; uint8_t value[2048]; } cdio_dvd_manufact_t; typedef union { uint8_t type; cdio_dvd_physical_t physical; cdio_dvd_copyright_t copyright; cdio_dvd_disckey_t disckey; cdio_dvd_bca_t bca; cdio_dvd_manufact_t manufact; } cdio_dvd_struct_t; #endif /* CDIO_DVD_H_ */ libcdio-2.0.0/include/cdio/Makefile.am0000664000175000017500000000344612410627540014446 00000000000000# Copyright (C) 2003, 2004, 2006, 2008, 2011, 2012 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the install (public) libcdio headers ######################################################## # cdio_config.h: $(top_builddir)/config.h @echo '#ifndef __CDIO_CONFIG_H__' > cdio_config.h @echo '#define __CDIO_CONFIG_H__' >> cdio_config.h @@SED@ @SED_EXTENDED_RE_FLAG@ -e 's/^(#[ \t]*define[ \t]+)/\1CDIO_/' $(top_builddir)/config.h >>cdio_config.h @echo '#endif /* #ifndef CDIO_CONFIG_H */' >>cdio_config.h libcdioincludedir=$(includedir)/cdio dist_libcdioinclude_HEADERS = \ audio.h \ bytesex.h \ bytesex_asm.h \ cdio.h \ cd_types.h \ cdtext.h \ device.h \ disc.h \ ds.h \ dvd.h \ ecma_167.h \ iso9660.h \ logging.h \ memory.h \ mmc.h \ mmc_cmds.h \ mmc_hl_cmds.h \ mmc_ll_cmds.h \ mmc_util.h \ posix.h \ read.h \ rock.h \ sector.h \ track.h \ types.h \ udf.h \ udf_file.h \ udf_time.h \ utf8.h \ util.h \ version.h \ xa.h nodist_libcdioinclude_HEADERS = cdio_config.h EXTRA_DIST = version.h.in BUILT_SOURCES = version.h DISTCLEANFILES = cdio_config.h libcdio-2.0.0/include/cdio/version.h.in0000644000175000017500000000143612231055461014646 00000000000000/** \file version.h * * \brief A file containing the libcdio package version * number (@LIBCDIO_VERSION_NUM@) and OS build name. */ /*! CDIO_VERSION is a C-Preprocessor macro of a string that shows what version is used. cdio_version_string has the same value, but it is a constant variable that can be accessed at run time. */ #define CDIO_VERSION "@VERSION@ @build@" extern const char *cdio_version_string; /**< = CDIO_VERSION */ /*! LIBCDIO_VERSION_NUM is a C-Preprocessor macro that can be used for testing in the C preprocessor. libcdio_version_num has the same value, but it is a constant variable that can be accessed at run time. */ #define LIBCDIO_VERSION_NUM @LIBCDIO_VERSION_NUM@ extern const unsigned int libcdio_version_num; /**< = LIBCDIO_VERSION_NUM */ libcdio-2.0.0/include/cdio/memory.h0000664000175000017500000000204412410627540014064 00000000000000/* Copyright (C) 2014 Robert Kausch This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! * \file memory.h * * \brief memory management utility functions. * */ #ifndef CDIO_MEMORY_H_ #define CDIO_MEMORY_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*! Free the passed pointer. */ void cdio_free(void *p_memory); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_MEMORY_H_ */ libcdio-2.0.0/include/cdio/udf.h0000644000175000017500000001455012226676543013351 00000000000000/* Copyright (C) 2005, 2006, 2008, 2010 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! * \file udf.h * * \brief The top-level interface header for libudf: UDF filesystem * library; applications include this. * */ #ifndef UDF_H #define UDF_H #include #include #include typedef uint16_t partition_num_t; /** Opaque structures. */ typedef struct udf_s udf_t; typedef struct udf_file_s udf_file_t; typedef struct udf_dirent_s { char *psz_name; bool b_dir; /* true if this entry is a directory. */ bool b_parent; /* True if has parent directory (e.g. not root directory). If not set b_dir will probably be true. */ udf_t *p_udf; uint32_t i_part_start; uint32_t i_loc, i_loc_end; uint64_t dir_left; uint8_t *sector; udf_fileid_desc_t *fid; /* This field has to come last because it is variable in length. */ udf_file_entry_t fe; } udf_dirent_t; /** Imagine the below a \#define'd value rather than distinct values of an enum. */ typedef enum { UDF_BLOCKSIZE = 2048 } udf_enum1_t; /** This variable is trickery to force the above enum symbol value to be recorded in debug symbol tables. It is used to allow one refer to above enumeration values in a debugger and debugger expressions */ extern udf_enum1_t debug_udf_enum1; #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*! Close UDF and free resources associated with p_udf. */ bool udf_close (udf_t *p_udf); /*! Seek to a position i_start and then read i_blocks. Number of blocks read is returned. One normally expects the return to be equal to i_blocks. */ driver_return_code_t udf_read_sectors (const udf_t *p_udf, void *ptr, lsn_t i_start, long int i_blocks); /*! Open an UDF for reading. Maybe in the future we will have a mode. NULL is returned on error. Caller must free result - use udf_close for that. */ udf_t *udf_open (const char *psz_path); /*! Return the partition number of the the opened udf handle. -1 Is returned if we have an error. */ int16_t udf_get_part_number(const udf_t *p_udf); /*! Get the root in p_udf. If b_any_partition is false then the root must be in the given partition. NULL is returned if the partition is not found or a root is not found or there is on error. Caller must free result - use udf_file_free for that. */ udf_dirent_t *udf_get_root (udf_t *p_udf, bool b_any_partition, partition_num_t i_partition); /** * Gets the Volume Identifier string, in 8bit unicode (latin-1) * psz_volid, place to put the string * i_volid, size of the buffer psz_volid points to * returns the size of buffer needed for all data */ int udf_get_volume_id(udf_t *p_udf, /*out*/ char *psz_volid, unsigned int i_volid); /** * Gets the Volume Set Identifier, as a 128-byte dstring (not decoded) * WARNING This is not a null terminated string * volsetid, place to put the data * i_volsetid, size of the buffer psz_volsetid points to * the buffer should be >=128 bytes to store the whole volumesetidentifier * returns the size of the available volsetid information (128) * or 0 on error */ int udf_get_volumeset_id(udf_t *p_udf, /*out*/ uint8_t *volsetid, unsigned int i_volsetid); /** * Gets the Logical Volume Identifier string, in 8bit unicode (latin-1) * psz_logvolid, place to put the string * i_logvolid, size of the buffer psz_logvolid points to * returns the size of buffer needed for all data * A call to udf_get_root() should have been issued before this call */ int udf_get_logical_volume_id(udf_t *p_udf, /*out*/ char *psz_logvolid, unsigned int i_logvolid); /*! Return a file pointer matching psz_name. */ udf_dirent_t *udf_fopen(udf_dirent_t *p_udf_root, const char *psz_name); /*! udf_mode_string - fill in string PSZ_STR with an ls-style ASCII representation of the i_mode. PSZ_STR is returned. 10 characters are stored in PSZ_STR; a terminating null byte is added. The characters stored in PSZ_STR are: 0 File type. 'd' for directory, 'c' for character special, 'b' for block special, 'm' for multiplex, 'l' for symbolic link, 's' for socket, 'p' for fifo, '-' for regular, '?' for any other file type 1 'r' if the owner may read, '-' otherwise. 2 'w' if the owner may write, '-' otherwise. 3 'x' if the owner may execute, 's' if the file is set-user-id, '-' otherwise. 'S' if the file is set-user-id, but the execute bit isn't set. 4 'r' if group members may read, '-' otherwise. 5 'w' if group members may write, '-' otherwise. 6 'x' if group members may execute, 's' if the file is set-group-id, '-' otherwise. 'S' if it is set-group-id but not executable. 7 'r' if any user may read, '-' otherwise. 8 'w' if any user may write, '-' otherwise. 9 'x' if any user may execute, 't' if the file is "sticky" (will be retained in swap space after execution), '-' otherwise. 'T' if the file is sticky but not executable. */ char *udf_mode_string (mode_t i_mode, char *psz_str); bool udf_get_lba(const udf_file_entry_t *p_udf_fe, /*out*/ uint32_t *start, /*out*/ uint32_t *end); #ifdef __cplusplus } #endif /* __cplusplus */ #include #include #endif /*UDF_H*/ libcdio-2.0.0/include/cdio/cdio.h0000664000175000017500000000374712410627540013505 00000000000000/* -*- c -*- Copyright (C) 2003, 2004, 2005, 2008, 2009, 2014 Rocky Bernstein Copyright (C) 2001 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file cdio.h * * \brief The top-level header for libcdio: the CD Input and Control * library. Applications include this for anything regarding libcdio. */ #ifndef __CDIO_H__ #define __CDIO_H__ /** Application Interface or Protocol version number. If the public * interface changes, we increase this number. */ #define CDIO_API_VERSION 6 #include #include #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* For compatibility. */ #define CdIo CdIo_t /** This is an opaque structure for the CD object. */ typedef struct _CdIo CdIo_t; #ifdef __cplusplus } #endif /* __cplusplus */ /* Drive(r)/Device-related functions. Perhaps we should break out Driver from device? */ #include /* CD-Text-related functions. */ #include /* Disc-related functions. */ #include /* Sector (frame, or block)-related functions. Uses driver_return_code_t from so it should come after that. */ #include /* Track-related functions. */ #include /* Memory management functions. */ #include #endif /* __CDIO_H__ */ libcdio-2.0.0/include/cdio/device.h0000664000175000017500000011334513217072760014026 00000000000000/* -*- c -*- Copyright (C) 2005-2006, 2008-2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** * \file device.h * * \brief C header for driver- or device-related libcdio * calls. ("device" includes CD-image reading devices). */ #ifndef CDIO_DEVICE_H_ #define CDIO_DEVICE_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include #include /** The type of an drive capability bit mask. See below for values*/ typedef uint32_t cdio_drive_read_cap_t; typedef uint32_t cdio_drive_write_cap_t; typedef uint32_t cdio_drive_misc_cap_t; /** \brief Drive capability bits returned by cdio_get_drive_cap() NOTE: Setting a bit here means the presence of a capability. */ /** Miscellaneous capabilities. */ typedef enum { CDIO_DRIVE_CAP_ERROR = 0x40000, /**< Error */ CDIO_DRIVE_CAP_UNKNOWN = 0x80000, /**< Dunno. It can be on if we have only partial information or are not completely certain */ CDIO_DRIVE_CAP_MISC_CLOSE_TRAY = 0x00001, /**< caddy systems can't close... */ CDIO_DRIVE_CAP_MISC_EJECT = 0x00002, /**< but can eject. */ CDIO_DRIVE_CAP_MISC_LOCK = 0x00004, /**< disable manual eject */ CDIO_DRIVE_CAP_MISC_SELECT_SPEED = 0x00008, /**< programmable speed */ CDIO_DRIVE_CAP_MISC_SELECT_DISC = 0x00010, /**< select disc from juke-box */ CDIO_DRIVE_CAP_MISC_MULTI_SESSION= 0x00020, /**< read sessions>1 */ CDIO_DRIVE_CAP_MISC_MEDIA_CHANGED= 0x00080, /**< media changed */ CDIO_DRIVE_CAP_MISC_RESET = 0x00100, /**< hard reset device */ CDIO_DRIVE_CAP_MISC_FILE = 0x20000 /**< drive is really a file, i.e a CD file image */ } cdio_drive_cap_misc_t; /** Reading masks.. */ typedef enum { CDIO_DRIVE_CAP_READ_AUDIO = 0x00001, /**< drive can play CD audio */ CDIO_DRIVE_CAP_READ_CD_DA = 0x00002, /**< drive can read CD-DA */ CDIO_DRIVE_CAP_READ_CD_G = 0x00004, /**< drive can read CD+G */ CDIO_DRIVE_CAP_READ_CD_R = 0x00008, /**< drive can read CD-R */ CDIO_DRIVE_CAP_READ_CD_RW = 0x00010, /**< drive can read CD-RW */ CDIO_DRIVE_CAP_READ_DVD_R = 0x00020, /**< drive can read DVD-R */ CDIO_DRIVE_CAP_READ_DVD_PR = 0x00040, /**< drive can read DVD+R */ CDIO_DRIVE_CAP_READ_DVD_RAM = 0x00080, /**< drive can read DVD-RAM */ CDIO_DRIVE_CAP_READ_DVD_ROM = 0x00100, /**< drive can read DVD-ROM */ CDIO_DRIVE_CAP_READ_DVD_RW = 0x00200, /**< drive can read DVD-RW */ CDIO_DRIVE_CAP_READ_DVD_RPW = 0x00400, /**< drive can read DVD+RW */ CDIO_DRIVE_CAP_READ_C2_ERRS = 0x00800, /**< has C2 error correction */ CDIO_DRIVE_CAP_READ_MODE2_FORM1 = 0x01000, /**< can read mode 2 form 1 */ CDIO_DRIVE_CAP_READ_MODE2_FORM2 = 0x02000, /**< can read mode 2 form 2 */ CDIO_DRIVE_CAP_READ_MCN = 0x04000, /**< can read MCN */ CDIO_DRIVE_CAP_READ_ISRC = 0x08000 /**< can read ISRC */ } cdio_drive_cap_read_t; /** Writing masks.. */ typedef enum { CDIO_DRIVE_CAP_WRITE_CD_R = 0x00001, /**< drive can write CD-R */ CDIO_DRIVE_CAP_WRITE_CD_RW = 0x00002, /**< drive can write CD-RW */ CDIO_DRIVE_CAP_WRITE_DVD_R = 0x00004, /**< drive can write DVD-R */ CDIO_DRIVE_CAP_WRITE_DVD_PR = 0x00008, /**< drive can write DVD+R */ CDIO_DRIVE_CAP_WRITE_DVD_RAM = 0x00010, /**< drive can write DVD-RAM */ CDIO_DRIVE_CAP_WRITE_DVD_RW = 0x00020, /**< drive can write DVD-RW */ CDIO_DRIVE_CAP_WRITE_DVD_RPW = 0x00040, /**< drive can write DVD+RW */ CDIO_DRIVE_CAP_WRITE_MT_RAINIER = 0x00080, /**< Mount Rainier */ CDIO_DRIVE_CAP_WRITE_BURN_PROOF = 0x00100, /**< burn proof */ CDIO_DRIVE_CAP_WRITE_CD = (CDIO_DRIVE_CAP_WRITE_CD_R | CDIO_DRIVE_CAP_WRITE_CD_RW), /**< Has some sort of CD writer ability */ CDIO_DRIVE_CAP_WRITE_DVD = (CDIO_DRIVE_CAP_WRITE_DVD_R | CDIO_DRIVE_CAP_WRITE_DVD_PR | CDIO_DRIVE_CAP_WRITE_DVD_RAM | CDIO_DRIVE_CAP_WRITE_DVD_RW | CDIO_DRIVE_CAP_WRITE_DVD_RPW ), /**< Has some sort of DVD writer ability */ CDIO_DRIVE_CAP_WRITE = (CDIO_DRIVE_CAP_WRITE_CD | CDIO_DRIVE_CAP_WRITE_DVD) /**< Has some sort of DVD or CD writing ability */ } cdio_drive_cap_write_t; /** Size of fields returned by an INQUIRY command */ typedef enum { CDIO_MMC_HW_VENDOR_LEN = 8, /**< length of vendor field */ CDIO_MMC_HW_MODEL_LEN = 16, /**< length of model field */ CDIO_MMC_HW_REVISION_LEN = 4 /**< length of revision field */ } cdio_mmc_hw_len_t; /** \brief Structure to return CD vendor, model, and revision-level strings obtained via the INQUIRY command */ typedef struct cdio_hwinfo { char psz_vendor [CDIO_MMC_HW_VENDOR_LEN+1]; char psz_model [CDIO_MMC_HW_MODEL_LEN+1]; char psz_revision[CDIO_MMC_HW_REVISION_LEN+1]; } cdio_hwinfo_t; /** Flags specifying the category of device to open or is opened. */ typedef enum { CDIO_SRC_IS_DISK_IMAGE_MASK = 0x0001, /**< Read source is a CD image. */ CDIO_SRC_IS_DEVICE_MASK = 0x0002, /**< Read source is a CD device. */ CDIO_SRC_IS_SCSI_MASK = 0x0004, /**< Read source SCSI device. */ CDIO_SRC_IS_NATIVE_MASK = 0x0008 } cdio_src_category_mask_t; /** * The driver_id_t enumerations may be used to tag a specific driver * that is opened or is desired to be opened. Note that this is * different than what is available on a given host. * * Order should not be changed lightly because it breaks the ABI. * One is not supposed to iterate over the values, but iterate over the * cdio_drivers and cdio_device_drivers arrays. * * NOTE: IF YOU MODIFY ENUM MAKE SURE INITIALIZATION IN CDIO.C AGREES. * */ typedef enum { DRIVER_UNKNOWN, /**< Used as input when we don't care what kind of driver to use. */ DRIVER_AIX, /**< AIX driver */ DRIVER_FREEBSD, /**< FreeBSD driver - includes CAM and ioctl access */ DRIVER_NETBSD, /**< NetBSD Driver. */ DRIVER_LINUX, /**< GNU/Linux Driver */ DRIVER_SOLARIS, /**< Sun Solaris Driver */ DRIVER_OSX, /**< Apple OSX (or MacOS) Driver */ DRIVER_WIN32, /**< Microsoft Windows Driver. Includes ASPI and ioctl access. */ DRIVER_CDRDAO, /**< cdrdao format CD image. This is listed before BIN/CUE, to make the code prefer cdrdao over BIN/CUE when both exist. */ DRIVER_BINCUE, /**< CDRWIN BIN/CUE format CD image. This is listed before NRG, to make the code prefer BIN/CUE over NRG when both exist. */ DRIVER_NRG, /**< Nero NRG format CD image. */ DRIVER_DEVICE /**< Is really a set of the above; should come last */ } driver_id_t; /** A null-terminated (that is DRIVER_UNKNOWN-terminated) ordered (in order of preference) array of drivers. */ extern const driver_id_t cdio_drivers[]; /** A null-terminated (that is DRIVER_UNKNOWN-terminated) ordered (in order of preference) array of device drivers. */ extern const driver_id_t cdio_device_drivers[]; /** There will generally be only one hardware for a given build/platform from the list above. You can use the variable below to determine which you've got. If the build doesn't make an hardware driver, then the value will be DRIVER_UNKNOWN. */ extern const driver_id_t cdio_os_driver; /** The following are status codes for completion of a given cdio operation. By design 0 is successful completion and -1 is error completion. This is compatable with ioctl so those routines that call ioctl can just pass the value the get back (cast as this enum). Also, by using negative numbers for errors, the enumeration values below can be used in places where a positive value is expected when things complete successfully. For example, get_blocksize returns the blocksize, but on error uses the error codes below. So note that this enumeration is often cast to an integer. C seems to tolerate this. */ typedef enum { DRIVER_OP_SUCCESS = 0, /**< in cases where an int is returned, like cdio_set_speed, more the negative return codes are for errors and the positive ones for success. */ DRIVER_OP_ERROR = -1, /**< operation returned an error */ DRIVER_OP_UNSUPPORTED = -2, /**< returned when a particular driver doesn't support a particular operation. For example an image driver which doesn't really "eject" a CD. */ DRIVER_OP_UNINIT = -3, /**< returned when a particular driver hasn't been initialized or a null pointer has been passed. */ DRIVER_OP_NOT_PERMITTED = -4, /**< Operation not permitted. For example might be a permission problem. */ DRIVER_OP_BAD_PARAMETER = -5, /**< Bad parameter passed */ DRIVER_OP_BAD_POINTER = -6, /**< Bad pointer to memory area */ DRIVER_OP_NO_DRIVER = -7, /**< Operation called on a driver not available on this OS */ DRIVER_OP_MMC_SENSE_DATA = -8, /**< MMC operation returned sense data, but no other error above recorded. */ } driver_return_code_t; /** Close media tray in CD drive if there is a routine to do so. @param psz_drive the name of CD-ROM to be closed. If NULL, we will use the default device. @param p_driver_id is the driver to be used or that got used if it was DRIVER_UNKNOWN or DRIVER_DEVICE; If this is NULL, we won't report back the driver used. */ driver_return_code_t cdio_close_tray (const char *psz_drive, /*in/out*/ driver_id_t *p_driver_id); /** @param drc the return code you want interpreted. @return the string information about drc */ const char *cdio_driver_errmsg(driver_return_code_t drc); /** Eject media in CD drive if there is a routine to do so. @param p_cdio the CD object to be acted upon. If the CD is ejected *p_cdio is free'd and p_cdio set to NULL. */ driver_return_code_t cdio_eject_media (CdIo_t **p_cdio); /** Eject media in CD drive if there is a routine to do so. @param psz_drive the name of the device to be acted upon. If NULL is given as the drive, we'll use the default driver device. */ driver_return_code_t cdio_eject_media_drive (const char *psz_drive); /** Free device list returned by cdio_get_devices or cdio_get_devices_with_cap. @param device_list list returned by cdio_get_devices or cdio_get_devices_with_cap @see cdio_get_devices, cdio_get_devices_with_cap */ void cdio_free_device_list (char * device_list[]); /** Get the default CD device. if p_cdio is NULL (we haven't initialized a specific device driver), then find a suitable one and return the default device for that. @param p_cdio the CD object queried @return a string containing the default CD device or NULL is if we couldn't get a default device. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char * cdio_get_default_device (const CdIo_t *p_cdio); /** Return a string containing the default CD device if none is specified. if p_driver_id is DRIVER_UNKNOWN or DRIVER_DEVICE then find a suitable one set the default device for that. NULL is returned if we couldn't get a default device. */ char * cdio_get_default_device_driver (/*in/out*/ driver_id_t *p_driver_id); /** Return an array of device names. If you want a specific devices for a driver, give that device. If you want hardware devices, give DRIVER_DEVICE and if you want all possible devices, image drivers and hardware drivers give DRIVER_UNKNOWN. NULL is returned if we couldn't return a list of devices. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char ** cdio_get_devices (driver_id_t driver_id); /** Get an array of device names in search_devices that have at least the capabilities listed by the capabities parameter. If search_devices is NULL, then we'll search all possible CD drives. Capabilities have two parts to them, a "filesystem" part and an "analysis" part. The filesystem part is mutually exclusive. For example either the filesystem is at most one of the High-Sierra, UFS, or HFS, ISO9660, fileystems. Valid combinations of say HFS and ISO9660 are specified as a separate "filesystem". Capabilities on the other hand are not mutually exclusive. For example a filesystem may have none, either, or both of the XA or Rock-Ridge extension properties. If "b_any" is set false then every capability listed in the analysis portion of capabilities (i.e. not the basic filesystem) must be satisified. If no analysis capabilities are specified, that's a match. If "b_any" is set true, then if any of the analysis capabilities matches, we call that a success. In either case, in the filesystem portion different filesystem either specify 0 to match any filesystem or the specific filesystem type. To find a CD-drive of any type, use the mask CDIO_FS_MATCH_ALL. @return the array of device names or NULL if we couldn't get a default device. It is also possible to return a non NULL but after dereferencing the the value is NULL. This also means nothing was found. */ char ** cdio_get_devices_with_cap (/*in*/ char *ppsz_search_devices[], cdio_fs_anal_t capabilities, bool b_any); /** Like cdio_get_devices_with_cap but we return the driver we found as well. This is because often one wants to search for kind of drive and then *open* it afterwards. Giving the driver back facilitates this, and speeds things up for libcdio as well. */ char ** cdio_get_devices_with_cap_ret (/*in*/ char* ppsz_search_devices[], cdio_fs_anal_t capabilities, bool b_any, /*out*/ driver_id_t *p_driver_id); /** Like cdio_get_devices, but we may change the p_driver_id if we were given DRIVER_DEVICE or DRIVER_UNKNOWN. This is because often one wants to get a drive name and then *open* it afterwards. Giving the driver back facilitates this, and speeds things up for libcdio as well. */ char ** cdio_get_devices_ret (/*in/out*/ driver_id_t *p_driver_id); /** Get the what kind of device we've got. @param p_cdio the CD object queried @param p_read_cap pointer to return read capabilities @param p_write_cap pointer to return write capabilities @param p_misc_cap pointer to return miscellaneous other capabilities In some situations of drivers or OS's we can't find a CD device if there is no media in it. In this situation capabilities will show up as NULL even though there isa hardware CD-ROM. */ void cdio_get_drive_cap (const CdIo_t *p_cdio, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap); /** Get the drive capabilities for a specified device. Return a list of device capabilities. In some situations of drivers or OS's we can't find a CD device if there is no media in it. In this situation capabilities will show up as NULL even though there isa hardware CD-ROM. */ void cdio_get_drive_cap_dev (const char *device, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap); /** Get a string containing the name of the driver in use. @return a string with driver name or NULL if CdIo_t is NULL (we haven't initialized a specific device. */ const char * cdio_get_driver_name (const CdIo_t *p_cdio); /** Return a string containing the name of the driver in use from the driver_id. if CdIo is NULL (we haven't initialized a specific device driver), then return NULL. */ const char * cdio_get_driver_name_from_id (driver_id_t driver_id); /** Get the driver id. if CdIo_t is NULL (we haven't initialized a specific device driver), then return DRIVER_UNKNOWN. @return the driver id.. */ driver_id_t cdio_get_driver_id (const CdIo_t *p_cdio); /** Get the CD-ROM hardware info via a SCSI MMC INQUIRY command. False is returned if we had an error getting the information. */ bool cdio_get_hwinfo ( const CdIo_t *p_cdio, /*out*/ cdio_hwinfo_t *p_hw_info ); /** Get the LSN of the first track of the last session of on the CD. @param p_cdio the CD object to be acted upon. @param i_last_session pointer to the session number to be returned. */ driver_return_code_t cdio_get_last_session (CdIo_t *p_cdio, /*out*/ lsn_t *i_last_session); /** Find out if media has changed since the last call. @param p_cdio the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ int cdio_get_media_changed(CdIo_t *p_cdio); /** True if CD-ROM understand ATAPI commands. */ bool_3way_t cdio_have_atapi (CdIo_t *p_cdio); /** Like cdio_have_xxx but uses an enumeration instead. */ bool cdio_have_driver (driver_id_t driver_id); /** Free any resources associated with p_cdio. Call this when done using p_cdio and using CD reading/control operations. @param p_cdio the CD object to eliminated. */ void cdio_destroy (CdIo_t *p_cdio); /** Get a string decribing driver_id. @param driver_id the driver you want the description for @return a string of driver description */ const char *cdio_driver_describe (driver_id_t driver_id); /** Sets up to read from place specified by psz_source and driver_id. This or cdio_open_* should be called before using any other routine, except cdio_init or any routine that accesses the CD-ROM drive by name. cdio_open will call cdio_init, if that hasn't been done previously. @return the cdio object or NULL on error or no device. If NULL is given as the source, we'll use the default driver device. */ CdIo_t * cdio_open (const char *psz_source, driver_id_t driver_id); /** Sets up to read from place specified by psz_source, driver_id and access mode. This or cdio_open* should be called before using any other routine, except cdio_init or any routine that accesses the CD-ROM drive by name. This will call cdio_init, if that hasn't been done previously. If NULL is given as the source, we'll use the default driver device. @return the cdio object or NULL on error or no device. */ CdIo_t * cdio_open_am (const char *psz_source, driver_id_t driver_id, const char *psz_access_mode); /** Set up BIN/CUE CD disk-image for reading. Source is the .bin or .cue file @return the cdio object or NULL on error or no device. */ CdIo_t * cdio_open_bincue (const char *psz_cue_name); /** Set up BIN/CUE CD disk-image for reading. Source is the .bin or .cue file @return the cdio object or NULL on error or no device.. */ CdIo_t * cdio_open_am_bincue (const char *psz_cue_name, const char *psz_access_mode); /** Set up cdrdao CD disk-image for reading. Source is the .toc file @return the cdio object or NULL on error or no device. */ CdIo_t * cdio_open_cdrdao (const char *psz_toc_name); /** Set up cdrdao CD disk-image for reading. Source is the .toc file @return the cdio object or NULL on error or no device.. */ CdIo_t * cdio_open_am_cdrdao (const char *psz_toc_name, const char *psz_access_mode); /** Return a string containing the default CUE file that would be used when none is specified. @return the cdio object or NULL on error or no device. */ char * cdio_get_default_device_bincue(void); char **cdio_get_devices_bincue(void); /** @return string containing the default CUE file that would be used when none is specified. NULL is returned on error or there is no device. */ char * cdio_get_default_device_cdrdao(void); char **cdio_get_devices_cdrdao(void); /** Set up CD-ROM for reading. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no driver for a some sort of hardware CD-ROM. */ CdIo_t * cdio_open_cd (const char *device_name); /** Set up CD-ROM for reading. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no driver for a some sort of hardware CD-ROM. */ CdIo_t * cdio_open_am_cd (const char *psz_device, const char *psz_access_mode); /** CDRWIN BIN/CUE CD disc-image routines. Source is the .cue file @return the cdio object for subsequent operations. NULL on error. */ CdIo_t * cdio_open_cue (const char *cue_name); /** Set up CD-ROM for reading using the AIX driver. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no AIX driver. @see cdio_open */ CdIo_t * cdio_open_am_aix (const char *psz_source, const char *psz_access_mode); /** Set up CD-ROM for reading using the AIX driver. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no AIX driver. @see cdio_open */ CdIo_t * cdio_open_aix (const char *psz_source); /** Return a string containing the default device name that the AIX driver would use when none is specified. @return the cdio object for subsequent operations. NULL on error or there is no AIX driver. @see cdio_open_cd, cdio_open */ char * cdio_get_default_device_aix(void); /** Return a list of all of the CD-ROM devices that the AIX driver can find. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char **cdio_get_devices_aix(void); /** Set up CD-ROM for reading using the BSDI driver. The device_name is the some sort of device name. @param psz_source the name of the device to open @return the cdio object for subsequent operations. NULL on error or there is no BSDI driver. @see cdio_open */ CdIo_t * cdio_open_bsdi (const char *psz_source); /** Set up CD-ROM for reading using the BSDI driver. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no BSDI driver. @see cdio_open */ CdIo_t * cdio_open_am_bsdi (const char *psz_source, const char *psz_access_mode); /** Return a string containing the default device name that the BSDI driver would use when none is specified. @return the cdio object for subsequent operations. NULL on error or there is no BSDI driver. @see cdio_open_cd, cdio_open */ char * cdio_get_default_device_bsdi(void); /** Return a list of all of the CD-ROM devices that the BSDI driver can find. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char **cdio_get_devices_bsdi(void); /** Set up CD-ROM for reading using the FreeBSD driver. The device_name is the some sort of device name. NULL is returned on error or there is no FreeBSD driver. @see cdio_open_cd, cdio_open */ CdIo_t * cdio_open_freebsd (const char *paz_psz_source); /** Set up CD-ROM for reading using the FreeBSD driver. The device_name is the some sort of device name. NULL is returned on error or there is no FreeBSD driver. @see cdio_open_cd, cdio_open */ CdIo_t * cdio_open_am_freebsd (const char *psz_source, const char *psz_access_mode); /** Return a string containing the default device name that the FreeBSD driver would use when none is specified. NULL is returned on error or there is no CD-ROM device. */ char * cdio_get_default_device_freebsd(void); /** Return a list of all of the CD-ROM devices that the FreeBSD driver can find. */ char **cdio_get_devices_freebsd(void); /** Set up CD-ROM for reading using the GNU/Linux driver. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no GNU/Linux driver. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ CdIo_t * cdio_open_linux (const char *psz_source); /** Set up CD-ROM for reading using the GNU/Linux driver. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no GNU/Linux driver. */ CdIo_t * cdio_open_am_linux (const char *psz_source, const char *access_mode); /** Return a string containing the default device name that the GNU/Linux driver would use when none is specified. A scan is made for CD-ROM drives with CDs in them. NULL is returned on error or there is no CD-ROM device. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. @see cdio_open_cd, cdio_open */ char * cdio_get_default_device_linux(void); /** Return a list of all of the CD-ROM devices that the GNU/Linux driver can find. */ char **cdio_get_devices_linux(void); /** Set up CD-ROM for reading using the Sun Solaris driver. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no Solaris driver. */ CdIo_t * cdio_open_solaris (const char *psz_source); /** Set up CD-ROM for reading using the Sun Solaris driver. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no Solaris driver. */ CdIo_t * cdio_open_am_solaris (const char *psz_source, const char *psz_access_mode); /** Return a string containing the default device name that the Solaris driver would use when none is specified. A scan is made for CD-ROM drives with CDs in them. NULL is returned on error or there is no CD-ROM device. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. @see cdio_open_cd, cdio_open */ char * cdio_get_default_device_solaris(void); /** Return a list of all of the CD-ROM devices that the Solaris driver can find. */ char **cdio_get_devices_solaris(void); /** Set up CD-ROM for reading using the Apple OSX driver. The device_name is the some sort of device name. NULL is returned on error or there is no OSX driver. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. @see cdio_open_cd, cdio_open */ CdIo_t * cdio_open_osx (const char *psz_source); /** Set up CD-ROM for reading using the Apple OSX driver. The device_name is the some sort of device name. NULL is returned on error or there is no OSX driver. @see cdio_open_cd, cdio_open */ CdIo_t * cdio_open_am_osx (const char *psz_source, const char *psz_access_mode); /** Return a string containing the default device name that the OSX driver would use when none is specified. A scan is made for CD-ROM drives with CDs in them. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char * cdio_get_default_device_osx(void); /** Return a list of all of the CD-ROM devices that the OSX driver can find. */ char **cdio_get_devices_osx(void); /** Set up CD-ROM for reading using the Microsoft Windows driver. The device_name is the some sort of device name. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ CdIo_t * cdio_open_win32 (const char *psz_source); /** Set up CD-ROM for reading using the Microsoft Windows driver. The device_name is the some sort of device name. NULL is returned on error or there is no Microsof Windows driver. */ CdIo_t * cdio_open_am_win32 (const char *psz_source, const char *psz_access_mode); /** Return a string containing the default device name that the Win32 driver would use when none is specified. A scan is made for CD-ROM drives with CDs in them. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. @see cdio_open_cd, cdio_open */ char * cdio_get_default_device_win32(void); char **cdio_get_devices_win32(void); /** Set up CD-ROM for reading using the IBM OS/2 driver. The device_name is the some sort of device name. NULL is returned on error or there is no OS/2 driver. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. @see cdio_open_cd, cdio_open */ CdIo_t * cdio_open_os2 (const char *psz_source); /** Set up CD-ROM for reading using the IBM OS/2 driver. The device_name is the some sort of device name. NULL is returned on error or there is no OS/2 driver. @see cdio_open_cd, cdio_open */ CdIo_t * cdio_open_am_os2 (const char *psz_source, const char *psz_access_mode); /** Return a string containing the default device name that the OS/2 driver would use when none is specified. A scan is made for CD-ROM drives with CDs in them. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char * cdio_get_default_device_os2(void); /** Return a list of all of the CD-ROM devices that the OS/2 driver can find. */ char **cdio_get_devices_os2(void); /** Set up CD-ROM for reading using the Nero driver. The device_name is the some sort of device name. @return true on success; NULL on error or there is no Nero driver. */ CdIo_t * cdio_open_nrg (const char *psz_source); /** Set up CD-ROM for reading using the Nero driver. The device_name is the some sort of device name. @return true on success; NULL on error or there is no Nero driver. */ CdIo_t * cdio_open_am_nrg (const char *psz_source, const char *psz_access_mode); /** Get a string containing the default device name that the NRG driver would use when none is specified. A scan is made for NRG disk images in the current directory. @return string containing the default device. NULL on error or there is no CD-ROM device. */ char * cdio_get_default_device_nrg(void); char **cdio_get_devices_nrg(void); /** Determine if bin_name is the bin file part of a CDRWIN CD disk image. @param bin_name location of presumed CDRWIN bin image file. @return the corresponding CUE file if bin_name is a BIN file or NULL if not a BIN file. */ char *cdio_is_binfile(const char *bin_name); /** Determine if cue_name is the cue sheet for a CDRWIN CD disk image. @return corresponding BIN file if cue_name is a CDRWIN cue file or NULL if not a CUE file. */ char *cdio_is_cuefile(const char *cue_name); /** Determine if psg_nrg is a Nero CD disc image. @param psz_nrg location of presumed NRG image file. @return true if psz_nrg is a Nero NRG image or false if not a NRG image. */ bool cdio_is_nrg(const char *psz_nrg); /** Determine if psz_toc is a TOC file for a cdrdao CD disc image. @param psz_toc location of presumed TOC image file. @return true if toc_name is a cdrdao TOC file or false if not a TOC file. */ bool cdio_is_tocfile(const char *psz_toc); /** Determine if psz_source refers to a real hardware CD-ROM. @param psz_source location name of object @param driver_id driver for reading object. Use DRIVER_UNKNOWN if you don't know what driver to use. @return true if psz_source is a device; If false is returned we could have a CD disk image. */ bool cdio_is_device(const char *psz_source, driver_id_t driver_id); /** Set the blocksize for subsequent reads. */ driver_return_code_t cdio_set_blocksize ( const CdIo_t *p_cdio, int i_blocksize ); /** Set the drive speed. @param p_cdio CD structure set by cdio_open(). @param i_drive_speed speed in CD-ROM speed units. Note this not Kbs as would be used in the MMC spec or in mmc_set_speed(). To convert CD-ROM speed units to Kbs, multiply the number by 176 (for raw data) and by 150 (for filesystem data). On many CD-ROM drives, specifying a value too large will result in using the fastest speed. @see mmc_set_speed and mmc_set_drive_speed */ driver_return_code_t cdio_set_speed ( const CdIo_t *p_cdio, int i_drive_speed ); /** Get the value associatied with key. @param p_cdio the CD object queried @param key the key to retrieve @return the value associatd with "key" or NULL if p_cdio is NULL or "key" does not exist. */ const char * cdio_get_arg (const CdIo_t *p_cdio, const char key[]); /** Set the arg "key" with "value" in "p_cdio". @param p_cdio the CD object to set @param key the key to set @param value the value to assocaiate with key */ driver_return_code_t cdio_set_arg (CdIo_t *p_cdio, const char key[], const char value[]); /** Initialize CD Reading and control routines. Should be called first. */ bool cdio_init(void); #ifdef __cplusplus } #endif /* __cplusplus */ /** The below variables are trickery to force the above enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions. */ extern cdio_drive_cap_misc_t debug_cdio_drive_cap_misc; extern cdio_drive_cap_read_t debug_cdio_drive_cap_read_t; extern cdio_drive_cap_write_t debug_drive_cap_write_t; extern cdio_mmc_hw_len_t debug_cdio_mmc_hw_len; extern cdio_src_category_mask_t debug_cdio_src_category_mask; #endif /* CDIO_DEVICE_H_ */ libcdio-2.0.0/include/cdio/cd_types.h0000644000175000017500000001506711731401502014366 00000000000000/* Copyright (C) 2003, 2006, 2008, 2012 Rocky Bernstein Copyright (C) 1996,1997,1998 Gerd Knorr and Heiko Eißfeldt This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file cd_types.h * \brief Header for routines which automatically determine the Compact Disc * format and possibly filesystem on the CD. * */ #ifndef CDIO_CD_TYPES_H_ #define CDIO_CD_TYPES_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** * Filesystem types we understand. The highest-numbered fs type should * be less than CDIO_FS_MASK defined below. */ typedef enum { CDIO_FS_AUDIO = 1, /**< audio only - not really a filesystem */ CDIO_FS_HIGH_SIERRA = 2, /**< High-Sierra Filesystem */ CDIO_FS_ISO_9660 = 3, /**< ISO 9660 filesystem */ CDIO_FS_INTERACTIVE = 4, CDIO_FS_HFS = 5, /**< file system used on the Macintosh system in MacOS 6 through MacOS 9 and deprecated in OSX. */ CDIO_FS_UFS = 6, /**< Generic Unix file system derived from the Berkeley fast file system. */ /**< * EXT2 was the GNU/Linux native filesystem for early kernels. Newer * GNU/Linux OS's may use EXT3 which is EXT2 with a journal. */ CDIO_FS_EXT2 = 7, CDIO_FS_ISO_HFS = 8, /**< both HFS & ISO-9660 filesystem */ CDIO_FS_ISO_9660_INTERACTIVE = 9, /**< both CD-RTOS and ISO filesystem */ /**< * The 3DO is, technically, a set of specifications created by the 3DO * company. These specs are for making a 3DO Interactive Multiplayer * which uses a CD-player. Panasonic in the early 90's was the first * company to manufacture and market a 3DO player. */ CDIO_FS_3DO = 10, /**< Microsoft X-BOX CD. */ CDIO_FS_XISO = 11, CDIO_FS_UDFX = 12, CDIO_FS_UDF = 13, CDIO_FS_ISO_UDF = 14 } cdio_fs_t; /** * Macro to extract just the FS type portion defined above */ #define CDIO_FSTYPE(fs) (fs & CDIO_FS_MASK) /** * Bit masks for the classes of CD-images. These are generally * higher-level than the fs-type information above and may be determined * based of the fs type information. This */ typedef enum { CDIO_FS_MASK = 0x000f, /**< Note: this should be 2**n-1 and and greater than the highest CDIO_FS number above */ CDIO_FS_ANAL_XA = 0x00010, /**< eXtended Architecture format */ CDIO_FS_ANAL_MULTISESSION = 0x00020, /**< CD has multisesion */ CDIO_FS_ANAL_PHOTO_CD = 0x00040, /**< Is a Kodak Photo CD */ CDIO_FS_ANAL_HIDDEN_TRACK = 0x00080, /**< Hidden track at the beginning of the CD */ CDIO_FS_ANAL_CDTV = 0x00100, CDIO_FS_ANAL_BOOTABLE = 0x00200, /**< CD is bootable */ CDIO_FS_ANAL_VIDEOCD = 0x00400, /**< VCD 1.1 */ CDIO_FS_ANAL_ROCKRIDGE = 0x00800, /**< Has Rock Ridge Extensions to ISO 9660, */ CDIO_FS_ANAL_JOLIET = 0x01000, /**< Microsoft Joliet extensions to ISO 9660, */ CDIO_FS_ANAL_SVCD = 0x02000, /**< Super VCD or Choiji Video CD */ CDIO_FS_ANAL_CVD = 0x04000, /**< Choiji Video CD */ CDIO_FS_ANAL_XISO = 0x08000, /**< XBOX CD */ CDIO_FS_ANAL_ISO9660_ANY = 0x10000, /**< Any sort fo ISO9660 FS */ CDIO_FS_ANAL_VCD_ANY = (CDIO_FS_ANAL_VIDEOCD|CDIO_FS_ANAL_SVCD| CDIO_FS_ANAL_CVD), CDIO_FS_MATCH_ALL = ~CDIO_FS_MASK /**< bitmask which can be used by cdio_get_devices to specify matching any sort of CD. */ } cdio_fs_cap_t; #define CDIO_FS_UNKNOWN CDIO_FS_MASK /** * */ #define CDIO_FS_MATCH_ALL (cdio_fs_anal_t) (~CDIO_FS_MASK) /*! \brief The type used to return analysis information from cdio_guess_cd_type. These fields make sense only for when an ISO-9660 filesystem is used. */ typedef struct { unsigned int joliet_level; /**< If has Joliet extensions, this is the associated level number (i.e. 1, 2, or 3). */ char iso_label[33]; /**< This is 32 + 1 for null byte at the end in formatting the string */ unsigned int isofs_size; uint8_t UDFVerMinor; /**< For UDF filesystems only */ uint8_t UDFVerMajor; /**< For UDF filesystems only */ } cdio_iso_analysis_t; /** * Try to determine what kind of CD-image and/or filesystem we * have at track track_num. Return information about the CD image * is returned in iso_analysis and the return value. */ cdio_fs_anal_t cdio_guess_cd_type(const CdIo_t *cdio, int start_session, track_t track_num, /*out*/ cdio_iso_analysis_t *iso_analysis); #ifdef __cplusplus } #endif /* __cplusplus */ /** The below variables are trickery to force the above enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions. */ extern cdio_fs_cap_t debug_cdio_fs_cap; extern cdio_fs_t debug_cdio_fs; #endif /* CDIO_CD_TYPES_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/include/cdio/util.h0000664000175000017500000000674713217072760013553 00000000000000/* Copyright (C) 2004, 2005, 2006, 2008, 2010, 2012, 2014 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_UTIL_H_ #define CDIO_UTIL_H_ /*! \file util.h \brief Miscellaneous utility functions. Warning: this will probably get removed/replaced by using glib.h */ #include #include #if !defined CDIO_INLINE #if defined(__cplusplus) || defined(inline) #define CDIO_INLINE inline #elif defined(__GNUC__) #define CDIO_INLINE __inline__ #elif defined(_MSC_VER) #define CDIO_INLINE __inline #else #define CDIO_INLINE #endif #endif /* CDIO_INLINE */ #undef MAX #define MAX(a, b) (((a) > (b)) ? (a) : (b)) #undef MIN #define MIN(a, b) (((a) < (b)) ? (a) : (b)) #undef IN #define IN(x, low, high) ((x) >= (low) && (x) <= (high)) #undef CLAMP #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) static CDIO_INLINE uint32_t _cdio_len2blocks (uint32_t i_len, uint16_t i_blocksize) { uint32_t i_blocks; i_blocks = i_len / (uint32_t) i_blocksize; if (i_len % i_blocksize) i_blocks++; return i_blocks; } /*! free() and NULL out p_obj it is not already null. */ #define CDIO_FREE_IF_NOT_NULL(p_obj) \ if (NULL != p_obj) { free(p_obj); p_obj=NULL; }; /* round up to next block boundary */ static CDIO_INLINE unsigned _cdio_ceil2block (unsigned offset, uint16_t i_blocksize) { return _cdio_len2blocks (offset, i_blocksize) * i_blocksize; } static CDIO_INLINE unsigned int _cdio_ofs_add (unsigned offset, unsigned length, uint16_t i_blocksize) { if (i_blocksize - (offset % i_blocksize) < length) offset = _cdio_ceil2block (offset, i_blocksize); offset += length; return offset; } static CDIO_INLINE const char * _cdio_bool_str (bool b) { return b ? "yes" : "no"; } #ifdef __cplusplus extern "C" { #endif void * _cdio_memdup (const void *mem, size_t count); char * _cdio_strdup_upper (const char str[]); /*! Duplicate path and make it platform compliant. Typically needed for MinGW/MSYS where a "/c/..." path must be translated to "c:/..." for use with fopen(), etc. Returned string must be freed by the caller using cdio_free(). */ char * _cdio_strdup_fixpath (const char path[]); void _cdio_strfreev(char **strv); size_t _cdio_strlenv(char **str_array); char ** _cdio_strsplit(const char str[], char delim); uint8_t cdio_to_bcd8(uint8_t n); uint8_t cdio_from_bcd8(uint8_t p); /*! cdio_realpath() same as POSIX.1-2001 realpath if that's around. If not we do poor-man's simulation of that behavior. */ char *cdio_realpath (const char *psz_src, char *psz_dst); #ifdef WANT_FOLLOW_SYMLINK_COMPATIBILITY # define cdio_follow_symlink cdio_realpath #endif #ifdef __cplusplus } #endif #endif /* CDIO_UTIL_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/0000775000175000017500000000000013222221717010666 500000000000000libcdio-2.0.0/lib/iso9660/0000775000175000017500000000000013222221717012005 500000000000000libcdio-2.0.0/lib/iso9660/iso9660.c0000664000175000017500000010015213221566505013215 00000000000000/* Copyright (C) 2003-2009, 2013-2014, 2016-2017 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! String inside frame which identifies an ISO 9660 filesystem. This string is the "id" field of an iso9660_pvd_t or an iso9660_svd_t. Note should come *before* #include which does a #define of this name. */ const char ISO_STANDARD_ID[] = {'C', 'D', '0', '0', '1'}; /* Private headers */ #include "iso9660_private.h" #include "cdio_assert.h" /* Public headers */ #include #include #include #include #include #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_STDIO_H # include #endif #ifdef HAVE_LIMITS_H # include #endif #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef HAVE_ERRNO_H #include #endif #ifndef HAVE_SETENV static int setenv(const char *envname, const char *envval, int overwrite) { return -1; } #endif #ifndef HAVE_UNSETENV static int unsetenv(const char *envname) { return -1; } #endif #ifndef HAVE_TIMEGM static time_t timegm(struct tm *tm) { time_t ret; char *tz; tz = getenv("TZ"); setenv("TZ", "UTC", 1); tzset(); ret = mktime(tm); if (tz) setenv("TZ", tz, 1); else unsetenv("TZ"); tzset(); return ret; } #endif #ifndef HAVE_GMTIME_R static struct tm * gmtime_r(const time_t *timer, struct tm *result) { struct tm *tmp = gmtime(timer); if (tmp) { *result = *tmp; return result; } return tmp; } #endif #ifndef HAVE_LOCALTIME_R static struct tm * localtime_r(const time_t *timer, struct tm *result) { struct tm *tmp = localtime(timer); if (tmp) { *result = *tmp; return result; } return tmp; } #endif /* Variables to hold debugger-helping enumerations */ enum iso_enum1_s iso_enums1; enum iso_flag_enum_s iso_flag_enums; enum iso_vd_enum_s iso_vd_enums; enum iso_extension_enum_s iso_extension_enums; /* some parameters... */ #define SYSTEM_ID "CD-RTOS CD-BRIDGE" #define VOLUME_SET_ID "" /*! Change trailing blanks in str to nulls. Str has a maximum size of n characters. */ static char * strip_trail (const char str[], size_t n) { static char buf[1025]; int j; cdio_assert (n < 1024); strncpy (buf, str, n); buf[n] = '\0'; for (j = strlen (buf) - 1; j >= 0; j--) { if (buf[j] != ' ') break; buf[j] = '\0'; } return buf; } static void pathtable_get_size_and_entries(const void *pt, unsigned int *size, unsigned int *entries); /*! Get time structure from structure in an ISO 9660 directory index record. Even though tm_wday and tm_yday fields are not explicitly in idr_date, the are calculated from the other fields. If tm is to reflect the localtime set b_localtime true, otherwise tm will reported in GMT. */ bool iso9660_get_dtime (const iso9660_dtime_t *idr_date, bool b_localtime, /*out*/ struct tm *p_tm) { if (!idr_date) return false; /* Section 9.1.5 of ECMA 119 says: If all seven numbers are zero, it shall mean that the date and time are not specified. HACK: However we've seen it happen that everything except gmtoff is zero and the expected date is the beginning of the epoch. So we accept 6 numbers being zero. I'm also not sure if using the beginning of the Epoch is also the right thing to do either. */ if ( 0 == idr_date->dt_year && 0 == idr_date->dt_month && 0 == idr_date->dt_day && 0 == idr_date->dt_hour && 0 == idr_date->dt_minute && 0 == idr_date->dt_second ) { time_t t = 0; struct tm temp_tm; localtime_r(&t, &temp_tm); memcpy(p_tm, &temp_tm, sizeof(struct tm)); return true; } memset(p_tm, 0, sizeof(struct tm)); p_tm->tm_year = idr_date->dt_year; p_tm->tm_mon = idr_date->dt_month - 1; p_tm->tm_mday = idr_date->dt_day; p_tm->tm_hour = idr_date->dt_hour; p_tm->tm_min = idr_date->dt_minute; p_tm->tm_sec = idr_date->dt_second - idr_date->dt_gmtoff * (15 * 60); p_tm->tm_isdst = -1; /* information not available */ #ifdef HAVE_STRUCT_TM_TM_ZONE /* Initialize everything */ p_tm->tm_zone = 0; #endif /* Recompute tm_wday and tm_yday via mktime. mktime will also renormalize date values to account for the timezone offset. */ { time_t t = 0; struct tm temp_tm; t = timegm(p_tm); if (b_localtime) localtime_r(&t, &temp_tm); else gmtime_r(&t, &temp_tm); memcpy(p_tm, &temp_tm, sizeof(struct tm)); } return true; } /* A note regarding the strange strtol() testing below as pointed out SMS. From man strtol: If an underflow occurs, strtol() returns LONG_MIN. If an overflow occurs, strtol() returns LONG_MAX. In both cases, errno is set to ERANGE. This implies that one should only look at errno if the value is LONG_MIN or LONG_MAX. */ #define set_ltime_field(TM_FIELD, LT_FIELD, ADD_CONSTANT) \ { \ char num[10]; long tmp; \ memcpy(num, p_ldate->LT_FIELD, sizeof(p_ldate->LT_FIELD)); \ num[sizeof(p_ldate->LT_FIELD)] = '\0'; \ errno = 0; \ tmp = strtol(num, \ (char **)NULL, 10); \ if ( tmp < INT_MIN || tmp > INT_MAX || \ ((unsigned long)tmp + ADD_CONSTANT) > INT_MAX || \ (tmp + ADD_CONSTANT) < INT_MIN ) \ return false; \ p_tm->TM_FIELD = tmp + ADD_CONSTANT; \ } /*! Get "long" time in format used in ISO 9660 primary volume descriptor from a Unix time structure. */ bool iso9660_get_ltime (const iso9660_ltime_t *p_ldate, /*out*/ struct tm *p_tm) { if (!p_tm) return false; memset(p_tm, 0, sizeof(struct tm)); set_ltime_field(tm_year, lt_year, -1900); set_ltime_field(tm_mon, lt_month, -1); set_ltime_field(tm_mday, lt_day, 0); set_ltime_field(tm_hour, lt_hour, 0); set_ltime_field(tm_min, lt_minute, 0); set_ltime_field(tm_sec, lt_second, 0); p_tm->tm_isdst= -1; /* information not available */ #ifndef HAVE_TM_GMTOFF p_tm->tm_sec += p_ldate->lt_gmtoff * (15 * 60); #endif #ifdef HAVE_STRUCT_TM_TM_ZONE /* Initialize everything */ p_tm->tm_zone = 0; #endif /* Recompute tm_wday and tm_yday via mktime. mktime will also renormalize date values to account for the timezone offset. */ { time_t t; struct tm temp_tm; t = mktime(p_tm); localtime_r(&t, &temp_tm); memcpy(p_tm, &temp_tm, sizeof(struct tm)); } p_tm->tm_isdst= -1; /* information not available */ #ifdef HAVE_TM_GMTOFF p_tm->tm_gmtoff = -p_ldate->lt_gmtoff * (15 * 60); #endif return true; } /*! Set time in format used in ISO 9660 directory index record from a Unix time structure. timezone is given as an offset correction in minutes. */ void iso9660_set_dtime_with_timezone (const struct tm *p_tm, int time_zone, /*out*/ iso9660_dtime_t *p_idr_date) { memset (p_idr_date, 0, 7); if (!p_tm) return; p_idr_date->dt_year = p_tm->tm_year; p_idr_date->dt_month = p_tm->tm_mon + 1; p_idr_date->dt_day = p_tm->tm_mday; p_idr_date->dt_hour = p_tm->tm_hour; p_idr_date->dt_minute = p_tm->tm_min; p_idr_date->dt_second = p_tm->tm_sec; /* The ISO 9660 timezone is in the range -48..+52 and each unit represents a 15-minute interval. */ p_idr_date->dt_gmtoff = time_zone / 15; if (p_idr_date->dt_gmtoff < -48 ) { cdio_warn ("Converted ISO 9660 timezone %d is less than -48. Adjusted", p_idr_date->dt_gmtoff); p_idr_date->dt_gmtoff = -48; } else if (p_idr_date->dt_gmtoff > 52) { cdio_warn ("Converted ISO 9660 timezone %d is over 52. Adjusted", p_idr_date->dt_gmtoff); p_idr_date->dt_gmtoff = 52; } } /*! Set time in format used in ISO 9660 directory index record from a Unix time structure. */ void iso9660_set_dtime(const struct tm *p_tm, /*out*/ iso9660_dtime_t *p_idr_date) { int time_zone = 0; if (p_tm) { #ifdef HAVE_TM_GMTOFF /* Convert seconds to minutes */ time_zone = p_tm->tm_gmtoff / 60; #else time_zone = (p_tm->tm_isdst > 0) ? -60 : 0; #endif } iso9660_set_dtime_with_timezone (p_tm, time_zone, p_idr_date); } /*! Set "long" time in format used in ISO 9660 primary volume descriptor from a Unix time structure. timezone is given as an offset correction in minutes. */ void iso9660_set_ltime_with_timezone(const struct tm *p_tm, int time_zone, /*out*/ iso9660_ltime_t *pvd_date) { char *_pvd_date = (char *) pvd_date; memset (_pvd_date, (int) '0', 16); pvd_date->lt_gmtoff = (iso712_t) 0; /* Start out with time zone GMT. */ if (!p_tm) return; snprintf(_pvd_date, 17, "%4.4d%2.2d%2.2d" "%2.2d%2.2d%2.2d" "%2.2d", p_tm->tm_year + 1900, p_tm->tm_mon + 1, p_tm->tm_mday, p_tm->tm_hour, p_tm->tm_min, p_tm->tm_sec, 0 /* 1/100 secs */ ); /* Set time zone in 15-minute interval encoding. */ pvd_date->lt_gmtoff -= (time_zone / 15); if (pvd_date->lt_gmtoff < -48 ) { cdio_warn ("Converted ISO 9660 timezone %d is less than -48. Adjusted", (int) pvd_date->lt_gmtoff); pvd_date->lt_gmtoff = -48; } else if (pvd_date->lt_gmtoff > 52) { cdio_warn ("Converted ISO 9660 timezone %d is over 52. Adjusted", (int) pvd_date->lt_gmtoff); pvd_date->lt_gmtoff = 52; } } /*! Set "long" time in format used in ISO 9660 primary volume descriptor from a Unix time structure. */ void iso9660_set_ltime(const struct tm *p_tm, /*out*/ iso9660_ltime_t *pvd_date) { int time_zone = 0; if (p_tm) { #ifdef HAVE_TM_GMTOFF /* Set time zone in 15-minute interval encoding. */ time_zone = p_tm->tm_gmtoff / 60; #else time_zone = (p_tm->tm_isdst > 0) ? -60 : 0; #endif } iso9660_set_ltime_with_timezone (p_tm, time_zone, pvd_date); } /*! Convert an ISO-9660 file name which is in the format usually stored in a ISO 9660 directory entry into what's usually listed as the file name in a listing. Lowercase name, and remove trailing ;1's or .;1's and turn the other ;'s into version numbers. @param psz_oldname the ISO-9660 filename to be translated. @param psz_newname returned string. The caller allocates this and it should be at least the size of psz_oldname. @return length of the translated string is returned. It will be no greater than the length of psz_oldname. */ int iso9660_name_translate(const char *psz_oldname, char *psz_newname) { return iso9660_name_translate_ext(psz_oldname, psz_newname, 0); } /*! Convert an ISO-9660 file name which is in the format usually stored in a ISO 9660 directory entry into what's usually listed as the file name in a listing. Lowercase name if no Joliet Extension interpretation. Remove trailing ;1's or .;1's and turn the other ;'s into version numbers. @param psz_oldname the ISO-9660 filename to be translated. @param psz_newname returned string. The caller allocates this and it should be at least the size of psz_oldname. @param u_joliet_level 0 if not using Joliet Extension. Otherwise the Joliet level. @return length of the translated string is returned. It will be no greater than the length of psz_oldname. */ int iso9660_name_translate_ext(const char *psz_oldname, char *psz_newname, uint8_t u_joliet_level) { int len = strlen(psz_oldname); int i; if (0 == len) return 0; for (i = 0; i < len; i++) { unsigned char c = psz_oldname[i]; if (!c) break; /* Lower case, unless we have Joliet extensions. */ if (!u_joliet_level && isupper(c)) c = tolower(c); /* Drop trailing '.;1' (ISO 9660:1988 7.5.1 requires period) */ if (c == '.' && i == len - 3 && psz_oldname[i + 1] == ';' && psz_oldname[i + 2] == '1') break; /* Drop trailing ';1' */ if (c == ';' && i == len - 2 && psz_oldname[i + 1] == '1') break; /* Convert remaining ';' to '.' */ if (c == ';') c = '.'; psz_newname[i] = c; } psz_newname[i] = '\0'; return i; } /*! Pad string src with spaces to size len and copy this to dst. If len is less than the length of src, dst will be truncated to the first len characters of src. src can also be scanned to see if it contains only ACHARs, DCHARs, 7-bit ASCII chars depending on the enumeration _check. In addition to getting changed, dst is the return value. Note: this string might not be NULL terminated. */ char * iso9660_strncpy_pad(char dst[], const char src[], size_t len, enum strncpy_pad_check _check) { size_t rlen; cdio_assert (dst != NULL); cdio_assert (src != NULL); cdio_assert (len > 0); switch (_check) { int idx; case ISO9660_NOCHECK: break; case ISO9660_7BIT: for (idx = 0; src[idx]; idx++) if ((int8_t) src[idx] < 0) { cdio_warn ("string '%s' fails 7bit constraint (pos = %d)", src, idx); break; } break; case ISO9660_ACHARS: for (idx = 0; src[idx]; idx++) if (!iso9660_is_achar (src[idx])) { cdio_warn ("string '%s' fails a-character constraint (pos = %d)", src, idx); break; } break; case ISO9660_DCHARS: for (idx = 0; src[idx]; idx++) if (!iso9660_is_dchar (src[idx])) { cdio_warn ("string '%s' fails d-character constraint (pos = %d)", src, idx); break; } break; default: cdio_assert_not_reached (); break; } rlen = strlen (src); if (rlen > len) cdio_warn ("string '%s' is getting truncated to %d characters", src, (unsigned int) len); strncpy (dst, src, len); if (rlen < len) memset(dst+rlen, ' ', len-rlen); return dst; } /*! Return true if c is a DCHAR - a valid ISO-9660 level 1 character. These are the ASCSII capital letters A-Z, the digits 0-9 and an underscore. */ bool iso9660_is_dchar (int c) { if (!IN (c, 0x30, 0x5f) || IN (c, 0x3a, 0x40) || IN (c, 0x5b, 0x5e)) return false; return true; } /*! Return true if c is an ACHAR - These are the DCHAR's plus some ASCII symbols including the space symbol. */ bool iso9660_is_achar (int c) { if (!IN (c, 0x20, 0x5f) || IN (c, 0x23, 0x24) || c == 0x40 || IN (c, 0x5b, 0x5e)) return false; return true; } void iso9660_set_evd(void *pd) { iso_volume_descriptor_t ied; cdio_assert (sizeof(iso_volume_descriptor_t) == ISO_BLOCKSIZE); cdio_assert (pd != NULL); memset(&ied, 0, sizeof(ied)); ied.type = to_711(ISO_VD_END); iso9660_strncpy_pad (ied.id, ISO_STANDARD_ID, sizeof(ied.id), ISO9660_DCHARS); ied.version = to_711(ISO_VERSION); memcpy(pd, &ied, sizeof(ied)); } void iso9660_set_pvd(void *pd, const char volume_id[], const char publisher_id[], const char preparer_id[], const char application_id[], uint32_t iso_size, const void *root_dir, uint32_t path_table_l_extent, uint32_t path_table_m_extent, uint32_t path_table_size, const time_t *pvd_time ) { iso9660_pvd_t ipd; struct tm temp_tm; cdio_assert (sizeof(iso9660_pvd_t) == ISO_BLOCKSIZE); cdio_assert (pd != NULL); cdio_assert (volume_id != NULL); cdio_assert (application_id != NULL); memset(&ipd,0,sizeof(ipd)); /* paranoia? */ /* magic stuff ... thatis CD XA marker... */ strncpy(((char*)&ipd)+ISO_XA_MARKER_OFFSET, ISO_XA_MARKER_STRING, sizeof(ISO_XA_MARKER_STRING)); ipd.type = to_711(ISO_VD_PRIMARY); iso9660_strncpy_pad (ipd.id, ISO_STANDARD_ID, 5, ISO9660_DCHARS); ipd.version = to_711(ISO_VERSION); iso9660_strncpy_pad (ipd.system_id, SYSTEM_ID, 32, ISO9660_ACHARS); iso9660_strncpy_pad (ipd.volume_id, volume_id, 32, ISO9660_DCHARS); ipd.volume_space_size = to_733(iso_size); ipd.volume_set_size = to_723(1); ipd.volume_sequence_number = to_723(1); ipd.logical_block_size = to_723(ISO_BLOCKSIZE); ipd.path_table_size = to_733(path_table_size); ipd.type_l_path_table = to_731(path_table_l_extent); ipd.type_m_path_table = to_732(path_table_m_extent); /* root_directory_record doesn't contain the 1-byte filename, so we add one for that. */ cdio_assert (sizeof(ipd.root_directory_record) == 33); memcpy(&(ipd.root_directory_record), root_dir, sizeof(ipd.root_directory_record)); ipd.root_directory_filename='\0'; ipd.root_directory_record.length = sizeof(ipd.root_directory_record)+1; iso9660_strncpy_pad (ipd.volume_set_id, VOLUME_SET_ID, ISO_MAX_VOLUMESET_ID, ISO9660_DCHARS); iso9660_strncpy_pad (ipd.publisher_id, publisher_id, ISO_MAX_PUBLISHER_ID, ISO9660_ACHARS); iso9660_strncpy_pad (ipd.preparer_id, preparer_id, ISO_MAX_PREPARER_ID, ISO9660_ACHARS); iso9660_strncpy_pad (ipd.application_id, application_id, ISO_MAX_APPLICATION_ID, ISO9660_ACHARS); iso9660_strncpy_pad (ipd.copyright_file_id , "", 37, ISO9660_DCHARS); iso9660_strncpy_pad (ipd.abstract_file_id , "", 37, ISO9660_DCHARS); iso9660_strncpy_pad (ipd.bibliographic_file_id, "", 37, ISO9660_DCHARS); gmtime_r(pvd_time, &temp_tm); iso9660_set_ltime (&temp_tm, &(ipd.creation_date)); gmtime_r(pvd_time, &temp_tm); iso9660_set_ltime (&temp_tm, &(ipd.modification_date)); iso9660_set_ltime (NULL, &(ipd.expiration_date)); iso9660_set_ltime (NULL, &(ipd.effective_date)); ipd.file_structure_version = to_711(1); /* we leave ipd.application_data = 0 */ memcpy(pd, &ipd, sizeof(ipd)); /* copy stuff to arg ptr */ } unsigned int iso9660_dir_calc_record_size(unsigned int namelen, unsigned int su_len) { unsigned int length; length = sizeof(iso9660_dir_t); length += namelen; if (length % 2) /* pad to word boundary */ length++; length += su_len; if (length % 2) /* pad to word boundary again */ length++; return length; } void iso9660_dir_add_entry_su(void *dir, const char filename[], uint32_t extent, uint32_t size, uint8_t file_flags, const void *su_data, unsigned int su_size, const time_t *entry_time) { iso9660_dir_t *idr = dir; uint8_t *dir8 = dir; unsigned int offset = 0; uint32_t dsize = from_733(idr->size); int length, su_offset; struct tm temp_tm; cdio_assert (sizeof(iso9660_dir_t) == 33); if (!dsize && !idr->length) dsize = ISO_BLOCKSIZE; /* for when dir lacks '.' entry */ cdio_assert (dsize > 0 && !(dsize % ISO_BLOCKSIZE)); cdio_assert (dir != NULL); cdio_assert (extent > 17); cdio_assert (filename != NULL); cdio_assert (strlen(filename) <= MAX_ISOPATHNAME); length = sizeof(iso9660_dir_t); length += strlen(filename); length = _cdio_ceil2block (length, 2); /* pad to word boundary */ su_offset = length; length += su_size; length = _cdio_ceil2block (length, 2); /* pad to word boundary again */ /* find the last entry's end */ { unsigned int ofs_last_rec = 0; offset = 0; while (offset < dsize) { if (!dir8[offset]) { offset++; continue; } offset += dir8[offset]; ofs_last_rec = offset; } cdio_assert (offset == dsize); offset = ofs_last_rec; } /* be sure we don't cross sectors boundaries */ offset = _cdio_ofs_add (offset, length, ISO_BLOCKSIZE); offset -= length; cdio_assert (offset + length <= dsize); idr = (iso9660_dir_t *) &dir8[offset]; cdio_assert (offset+length < dsize); memset(idr, 0, length); idr->length = to_711(length); idr->extent = to_733(extent); idr->size = to_733(size); gmtime_r(entry_time, &temp_tm); iso9660_set_dtime (&temp_tm, &(idr->recording_time)); idr->file_flags = to_711(file_flags); idr->volume_sequence_number = to_723(1); idr->filename.len = to_711(strlen(filename) ? strlen(filename) : 1); /* working hack! */ memcpy(&idr->filename.str[1], filename, from_711(idr->filename.len)); if (su_size > 0 && su_data) memcpy(&dir8[offset] + su_offset, su_data, su_size); } void iso9660_dir_init_new (void *dir, uint32_t self, uint32_t ssize, uint32_t parent, uint32_t psize, const time_t *dir_time) { iso9660_dir_init_new_su (dir, self, ssize, NULL, 0, parent, psize, NULL, 0, dir_time); } void iso9660_dir_init_new_su (void *dir, uint32_t self, uint32_t ssize, const void *ssu_data, unsigned int ssu_size, uint32_t parent, uint32_t psize, const void *psu_data, unsigned int psu_size, const time_t *dir_time) { cdio_assert (ssize > 0 && !(ssize % ISO_BLOCKSIZE)); cdio_assert (psize > 0 && !(psize % ISO_BLOCKSIZE)); cdio_assert (dir != NULL); memset (dir, 0, ssize); /* "\0" -- working hack due to padding */ iso9660_dir_add_entry_su (dir, "\0", self, ssize, ISO_DIRECTORY, ssu_data, ssu_size, dir_time); iso9660_dir_add_entry_su (dir, "\1", parent, psize, ISO_DIRECTORY, psu_data, psu_size, dir_time); } /* Zero's out pathable. Do this first. */ void iso9660_pathtable_init (void *pt) { cdio_assert (sizeof (iso_path_table_t) == 8); cdio_assert (pt != NULL); memset (pt, 0, ISO_BLOCKSIZE); /* fixme */ } /*! Returns POSIX mode bitstring for a given file. */ mode_t iso9660_get_posix_filemode(const iso9660_stat_t *p_iso_dirent) { mode_t mode = 0; #ifdef HAVE_ROCK if (yep == p_iso_dirent->rr.b3_rock) { return iso9660_get_posix_filemode_from_rock(&p_iso_dirent->rr); } else #endif if (p_iso_dirent->b_xa) { return iso9660_get_posix_filemode_from_xa(p_iso_dirent->xa.attributes); } return mode; } static const iso_path_table_t * pathtable_get_entry (const void *pt, unsigned int entrynum) { const uint8_t *tmp = pt; unsigned int offset = 0; unsigned int count = 0; cdio_assert (pt != NULL); while (from_711 (*tmp)) { if (count == entrynum) break; cdio_assert (count < entrynum); offset += sizeof (iso_path_table_t); offset += from_711 (*tmp); if (offset % 2) offset++; tmp = (uint8_t *)pt + offset; count++; } if (!from_711 (*tmp)) return NULL; return (const void *) tmp; } void pathtable_get_size_and_entries (const void *pt, unsigned int *size, unsigned int *entries) { const uint8_t *tmp = pt; unsigned int offset = 0; unsigned int count = 0; cdio_assert (pt != NULL); while (from_711 (*tmp)) { offset += sizeof (iso_path_table_t); offset += from_711 (*tmp); if (offset % 2) offset++; tmp = (uint8_t *)pt + offset; count++; } if (size) *size = offset; if (entries) *entries = count; } unsigned int iso9660_pathtable_get_size (const void *pt) { unsigned int size = 0; pathtable_get_size_and_entries (pt, &size, NULL); return size; } uint16_t iso9660_pathtable_l_add_entry (void *pt, const char name[], uint32_t extent, uint16_t parent) { iso_path_table_t *ipt = (iso_path_table_t *)((char *)pt + iso9660_pathtable_get_size (pt)); size_t name_len = strlen (name) ? strlen (name) : 1; unsigned int entrynum = 0; cdio_assert (iso9660_pathtable_get_size (pt) < ISO_BLOCKSIZE); /*fixme */ memset (ipt, 0, sizeof (iso_path_table_t) + name_len); /* paranoia */ ipt->name_len = to_711 (name_len); ipt->extent = to_731 (extent); ipt->parent = to_721 (parent); memcpy (ipt->name, name, name_len); pathtable_get_size_and_entries (pt, NULL, &entrynum); if (entrynum > 1) { const iso_path_table_t *ipt2 = pathtable_get_entry (pt, entrynum - 2); cdio_assert (ipt2 != NULL); cdio_assert (from_721 (ipt2->parent) <= parent); } return entrynum; } uint16_t iso9660_pathtable_m_add_entry (void *pt, const char name[], uint32_t extent, uint16_t parent) { iso_path_table_t *ipt = (iso_path_table_t *)((char *)pt + iso9660_pathtable_get_size (pt)); size_t name_len = strlen (name) ? strlen (name) : 1; unsigned int entrynum = 0; cdio_assert (iso9660_pathtable_get_size(pt) < ISO_BLOCKSIZE); /* fixme */ memset(ipt, 0, sizeof (iso_path_table_t) + name_len); /* paranoia */ ipt->name_len = to_711 (name_len); ipt->extent = to_732 (extent); ipt->parent = to_722 (parent); memcpy (ipt->name, name, name_len); pathtable_get_size_and_entries (pt, NULL, &entrynum); if (entrynum > 1) { const iso_path_table_t *ipt2 = pathtable_get_entry (pt, entrynum - 2); cdio_assert (ipt2 != NULL); cdio_assert (from_722 (ipt2->parent) <= parent); } return entrynum; } /*! Check that pathname is a valid ISO-9660 directory name. A valid directory name should not start out with a slash (/), dot (.) or null byte, should be less than 37 characters long, have no more than 8 characters in a directory component which is separated by a /, and consist of only DCHARs. */ bool iso9660_dirname_valid_p (const char pathname[]) { const char *p = pathname; int len; cdio_assert (pathname != NULL); if (*p == '/' || *p == '.' || *p == '\0') return false; if (strlen (pathname) > MAX_ISOPATHNAME) return false; len = 0; for (; *p; p++) if (iso9660_is_dchar (*p)) { len++; if (len > 8) return false; } else if (*p == '/') { if (!len) return false; len = 0; } else return false; /* unexpected char */ if (!len) return false; /* last char may not be '/' */ return true; } /*! Check that pathname is a valid ISO-9660 pathname. A valid pathname contains a valid directory name, if one appears and the filename portion should be no more than 8 characters for the file prefix and 3 characters in the extension (or portion after a dot). There should be exactly one dot somewhere in the filename portion and the filename should be composed of only DCHARs. True is returned if pathname is valid. */ bool iso9660_pathname_valid_p (const char pathname[]) { const char *p = NULL; cdio_assert (pathname != NULL); if ((p = strrchr (pathname, '/'))) { bool rc; char *_tmp = strdup (pathname); *strrchr (_tmp, '/') = '\0'; rc = iso9660_dirname_valid_p (_tmp); free (_tmp); if (!rc) return false; p++; } else p = pathname; if (strlen (pathname) > (MAX_ISOPATHNAME - 6)) return false; { int len = 0; int dots = 0; for (; *p; p++) if (iso9660_is_dchar (*p)) { len++; if (dots == 0 ? len > 8 : len > 3) return false; } else if (*p == '.') { dots++; if (dots > 1) return false; if (!len) return false; len = 0; } else return false; if (dots != 1) return false; } return true; } /*! Take pathname and a version number and turn that into a ISO-9660 pathname. (That's just the pathname followd by ";" and the version number. For example, mydir/file.ext -> mydir/file.ext;1 for version 1. The resulting ISO-9660 pathname is returned. */ char * iso9660_pathname_isofy (const char pathname[], uint16_t version) { char tmpbuf[1024] = { 0, }; cdio_assert (strlen (pathname) < (sizeof (tmpbuf) - sizeof (";65535"))); snprintf (tmpbuf, sizeof(tmpbuf), "%s;%d", pathname, version); return strdup (tmpbuf); } /*! Return the PVD's application ID. NULL is returned if there is some problem in getting this. */ char * iso9660_get_application_id(iso9660_pvd_t *p_pvd) { if (NULL==p_pvd) return NULL; return strdup(strip_trail(p_pvd->application_id, ISO_MAX_APPLICATION_ID)); } #ifdef FIXME lsn_t iso9660_get_dir_extent(const iso9660_dir_t *idr) { if (NULL == idr) return 0; return from_733(idr->extent); } #endif uint8_t iso9660_get_dir_len(const iso9660_dir_t *idr) { if (NULL == idr) return 0; return idr->length; } #ifdef FIXME uint8_t iso9660_get_dir_size(const iso9660_dir_t *idr) { if (NULL == idr) return 0; return from_733(idr->size); } #endif uint8_t iso9660_get_pvd_type(const iso9660_pvd_t *pvd) { if (NULL == pvd) return 255; return(pvd->type); } const char * iso9660_get_pvd_id(const iso9660_pvd_t *pvd) { if (NULL == pvd) return "ERR"; return(pvd->id); } int iso9660_get_pvd_space_size(const iso9660_pvd_t *pvd) { if (NULL == pvd) return 0; return from_733(pvd->volume_space_size); } int iso9660_get_pvd_block_size(const iso9660_pvd_t *pvd) { if (NULL == pvd) return 0; return from_723(pvd->logical_block_size); } /*! Return the primary volume id version number (of pvd). If there is an error 0 is returned. */ int iso9660_get_pvd_version(const iso9660_pvd_t *pvd) { if (NULL == pvd) return 0; return pvd->version; } /*! Return the LSN of the root directory for pvd. If there is an error CDIO_INVALID_LSN is returned. */ lsn_t iso9660_get_root_lsn(const iso9660_pvd_t *pvd) { if (NULL == pvd) return CDIO_INVALID_LSN; else { const iso9660_dir_t *idr = &(pvd->root_directory_record); if (NULL == idr) return CDIO_INVALID_LSN; return(from_733 (idr->extent)); } } /*! Return a string containing the preparer id with trailing blanks removed. */ char * iso9660_get_preparer_id(const iso9660_pvd_t *pvd) { if (NULL==pvd) return NULL; return strdup(strip_trail(pvd->preparer_id, ISO_MAX_PREPARER_ID)); } /*! Return a string containing the publisher id with trailing blanks removed. */ char * iso9660_get_publisher_id(const iso9660_pvd_t *pvd) { if (NULL==pvd) return NULL; return strdup(strip_trail(pvd->publisher_id, ISO_MAX_PUBLISHER_ID)); } /*! Return a string containing the PVD's system id with trailing blanks removed. */ char * iso9660_get_system_id(const iso9660_pvd_t *pvd) { if (NULL==pvd) return NULL; return strdup(strip_trail(pvd->system_id, ISO_MAX_SYSTEM_ID)); } /*! Return the PVD's volume ID. */ char * iso9660_get_volume_id(const iso9660_pvd_t *pvd) { if (NULL == pvd) return NULL; return strdup(strip_trail(pvd->volume_id, ISO_MAX_VOLUME_ID)); } /*! Return the PVD's volumeset ID. NULL is returned if there is some problem in getting this. */ char * iso9660_get_volumeset_id(const iso9660_pvd_t *pvd) { if ( NULL == pvd ) return NULL; return strdup(strip_trail(pvd->volume_set_id, ISO_MAX_VOLUMESET_ID)); } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/iso9660/libiso9660.sym0000664000175000017500000000374213217072760014301 00000000000000iso_enums1 iso_extension_enums iso_flag_enums iso_vd_enums iso_rock_enums iso_rock_nm_flag iso_rock_sl_flag iso_rock_tf_flag iso9660_close iso9660_dir_add_entry_su iso9660_dir_calc_record_size iso9660_dir_init_new iso9660_dir_init_new_su iso9660_dir_to_name iso9660_dirlist_free iso9660_dirlist_new iso9660_dirname_valid_p iso9660_filelist_new iso9660_filelist_free iso9660_find_fs_lsn iso9660_fs_find_lsn iso9660_fs_find_lsn_with_path iso9660_fs_read_pvd iso9660_fs_read_superblock iso9660_fs_readdir iso9660_fs_stat iso9660_fs_stat_translate iso9660_get_application_id iso9660_get_dir_len iso9660_get_dtime iso9660_get_ltime iso9660_get_posix_filemode iso9660_get_posix_filemode_from_rock iso9660_get_posix_filemode_from_xa iso9660_get_preparer_id iso9660_get_publisher_id iso9660_get_pvd_block_size iso9660_get_pvd_id iso9660_get_pvd_space_size iso9660_get_pvd_type iso9660_get_pvd_version iso9660_get_rock_attr_str iso9660_get_root_lsn iso9660_get_system_id iso9660_get_volume_id iso9660_get_volumeset_id iso9660_get_xa_attr_str iso9660_have_rr iso9660_ifs_find_lsn iso9660_ifs_find_lsn_with_path iso9660_ifs_fuzzy_read_superblock iso9660_ifs_get_application_id iso9660_ifs_get_joliet_level iso9660_ifs_get_preparer_id iso9660_ifs_get_publisher_id iso9660_ifs_get_system_id iso9660_ifs_get_volume_id iso9660_ifs_get_volumeset_id iso9660_ifs_is_xa iso9660_ifs_read_pvd iso9660_ifs_read_superblock iso9660_ifs_readdir iso9660_ifs_stat iso9660_ifs_stat_translate iso9660_is_achar iso9660_is_dchar iso9660_iso_seek_read iso9660_name_translate iso9660_name_translate_ext iso9660_open iso9660_open_ext iso9660_open_fuzzy iso9660_open_fuzzy_ext iso9660_pathname_isofy iso9660_pathname_valid_p iso9660_pathtable_get_size iso9660_pathtable_init iso9660_pathtable_l_add_entry iso9660_pathtable_m_add_entry iso9660_set_dtime iso9660_set_dtime_with_timezone iso9660_set_evd iso9660_set_ltime iso9660_set_ltime_with_timezone iso9660_set_pvd iso9660_stat_free iso9660_strncpy_pad iso9660_xa_init iso9660_xa_free ISO_STANDARD_ID libcdio-2.0.0/lib/iso9660/rock.c0000664000175000017500000004303313221567324013040 00000000000000/* Copyright (C) 2005, 2008, 2010-2011, 2014, 2017 Rocky Bernstein Adapted from GNU/Linux fs/isofs/rock.c (C) 1992, 1993 Eric Youngdale This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Rock Ridge Extensions to iso9660 */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #include #include #include #include "filemode.h" #define CDIO_MKDEV(ma,mi) ((ma)<<16 | (mi)) enum iso_rock_enums iso_rock_enums; iso_rock_nm_flag_t iso_rock_nm_flag; iso_rock_sl_flag_t iso_rock_sl_flag; iso_rock_tf_flag_t iso_rock_tf_flag; /* Our own realloc routine tailored for the iso9660_stat_t symlink field. I can't figure out how to make realloc() work without valgrind complaint. */ static bool realloc_symlink(/*in/out*/ iso9660_stat_t *p_stat, uint8_t i_grow) { if (!p_stat->rr.i_symlink) { const uint16_t i_max = 2*i_grow+1; p_stat->rr.psz_symlink = (char *) calloc(1, i_max); p_stat->rr.i_symlink_max = i_max; return (NULL != p_stat->rr.psz_symlink); } else { unsigned int i_needed = p_stat->rr.i_symlink + i_grow ; if ( i_needed <= p_stat->rr.i_symlink_max) return true; else { char * psz_newsymlink = (char *) calloc(1, 2*i_needed); if (!psz_newsymlink) return false; p_stat->rr.i_symlink_max = 2*i_needed; memcpy(psz_newsymlink, p_stat->rr.psz_symlink, p_stat->rr.i_symlink); free(p_stat->rr.psz_symlink); p_stat->rr.psz_symlink = psz_newsymlink; return true; } } } /* These functions are designed to read the system areas of a directory record * and extract relevant information. There are different functions provided * depending upon what information we need at the time. One function fills * out an inode structure, a second one extracts a filename, a third one * returns a symbolic link name, and a fourth one returns the extent number * for the file. */ #define SIG(A,B) ((A) | ((B) << 8)) /* isonum_721() */ /* This is a way of ensuring that we have something in the system use fields that is compatible with Rock Ridge */ #define CHECK_SP(FAIL) \ if(rr->u.SP.magic[0] != 0xbe) FAIL; \ if(rr->u.SP.magic[1] != 0xef) FAIL; \ p_stat->rr.s_rock_offset = rr->u.SP.skip; /* We define a series of macros because each function must do exactly the same thing in certain places. We use the macros to ensure that everything is done correctly */ #define CONTINUE_DECLS \ int cont_extent = 0, cont_offset = 0, cont_size = 0; \ void *buffer = NULL #define CHECK_CE \ { cont_extent = from_733(*rr->u.CE.extent); \ cont_offset = from_733(*rr->u.CE.offset); \ cont_size = from_733(*rr->u.CE.size); \ (void)cont_extent; (void)cont_offset, (void)cont_size; } #define SETUP_ROCK_RIDGE(DE,CHR,LEN) \ { \ LEN= sizeof(iso9660_dir_t) + DE->filename.len; \ if(LEN & 1) LEN++; \ CHR = ((unsigned char *) DE) + LEN; \ LEN = *((unsigned char *) DE) - LEN; \ if (0xff != p_stat->rr.s_rock_offset) \ { \ LEN -= p_stat->rr.s_rock_offset; \ CHR += p_stat->rr.s_rock_offset; \ if (LEN<0) LEN=0; \ } \ } /* Copy a long or short time from the iso_rock_tf_t into the specified field of a iso_rock_statbuf_t. non-paramater variables are p_stat, rr, and cnt. */ #define add_time(FLAG, TIME_FIELD) \ if (rr->u.TF.flags & FLAG) { \ p_stat->rr.TIME_FIELD.b_used = true; \ p_stat->rr.TIME_FIELD.b_longdate = \ (0 != (rr->u.TF.flags & ISO_ROCK_TF_LONG_FORM)); \ if (p_stat->rr.TIME_FIELD.b_longdate) { \ memcpy(&(p_stat->rr.TIME_FIELD.t.ltime), \ &(rr->u.TF.time_bytes[cnt]), \ sizeof(iso9660_ltime_t)); \ cnt += sizeof(iso9660_ltime_t); \ } else { \ memcpy(&(p_stat->rr.TIME_FIELD.t.dtime), \ &(rr->u.TF.time_bytes[cnt]), \ sizeof(iso9660_dtime_t)); \ cnt += sizeof(iso9660_dtime_t); \ } \ } /*! Get @return length of name field; 0: not found, -1: to be ignored */ int get_rock_ridge_filename(iso9660_dir_t * p_iso9660_dir, /*out*/ char * psz_name, /*in/out*/ iso9660_stat_t *p_stat) { int len; unsigned char *chr; int symlink_len = 0; CONTINUE_DECLS; int i_namelen = 0; int truncate=0; if (!p_stat || nope == p_stat->rr.b3_rock) return 0; *psz_name = 0; SETUP_ROCK_RIDGE(p_iso9660_dir, chr, len); /*repeat:*/ { iso_extension_record_t * rr; int sig; int rootflag; while (len > 1){ /* There may be one byte for padding somewhere */ rr = (iso_extension_record_t *) chr; sig = *chr+(*(chr+1) << 8); /* We used to check for some vaid values of SIG, specifically SP, CE, ER, RR, PX, PN, SL, NM, CL, PL, TF, and ZF. However there are various extensions to this set. So we skip checking now. */ if (rr->len == 0) goto out; /* Something got screwed up here */ chr += rr->len; len -= rr->len; switch(sig){ case SIG('S','P'): CHECK_SP(goto out); break; case SIG('C','E'): { iso711_t i_fname = from_711(p_iso9660_dir->filename.len); if ('\0' == p_iso9660_dir->filename.str[1] && 1 == i_fname) break; if ('\1' == p_iso9660_dir->filename.str[1] && 1 == i_fname) break; } CHECK_CE; break; case SIG('E','R'): p_stat->rr.b3_rock = yep; cdio_debug("ISO 9660 Extensions: "); { int p; for(p=0;pu.ER.len_id;p++) cdio_debug("%c",rr->u.ER.data[p]); } break; case SIG('N','M'): /* Alternate name */ p_stat->rr.b3_rock = yep; if (truncate) break; if (rr->u.NM.flags & ISO_ROCK_NM_PARENT) { i_namelen = sizeof(".."); strncat(psz_name, "..", i_namelen); break; } else if (rr->u.NM.flags & ISO_ROCK_NM_CURRENT) { i_namelen = sizeof("."); strncat(psz_name, ".", i_namelen); break; } if (rr->u.NM.flags & ~1) { cdio_info("Unsupported NM flag settings (%d)",rr->u.NM.flags); break; } if((strlen(psz_name) + rr->len - 5) >= 254) { truncate = 1; break; } strncat(psz_name, rr->u.NM.name, rr->len - 5); i_namelen += rr->len - 5; break; case SIG('P','X'): /* POSIX file attributes */ p_stat->rr.st_mode = from_733(rr->u.PX.st_mode); p_stat->rr.st_nlinks = from_733(rr->u.PX.st_nlinks); p_stat->rr.st_uid = from_733(rr->u.PX.st_uid); p_stat->rr.st_gid = from_733(rr->u.PX.st_gid); p_stat->rr.b3_rock = yep; break; case SIG('S','L'): { /* Symbolic link */ uint8_t slen; iso_rock_sl_part_t * p_sl; iso_rock_sl_part_t * p_oldsl; slen = rr->len - 5; p_sl = &rr->u.SL.link; p_stat->rr.i_symlink = symlink_len; while (slen > 1){ rootflag = 0; switch(p_sl->flags &~1){ case 0: realloc_symlink(p_stat, p_sl->len); memcpy(&(p_stat->rr.psz_symlink[p_stat->rr.i_symlink]), p_sl->text, p_sl->len); p_stat->rr.i_symlink += p_sl->len; break; case 4: realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '.'; /* continue into next case. */ case 2: realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '.'; break; case 8: rootflag = 1; realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '/'; break; default: cdio_warn("Symlink component flag not implemented"); } slen -= p_sl->len + 2; p_oldsl = p_sl; p_sl = (iso_rock_sl_part_t *) (((char *) p_sl) + p_sl->len + 2); if (slen < 2) { if (((rr->u.SL.flags & 1) != 0) && ((p_oldsl->flags & 1) == 0)) p_stat->rr.i_symlink += 1; break; } /* * If this component record isn't continued, then append a '/'. */ if (!rootflag && (p_oldsl->flags & 1) == 0) { realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '/'; } } } symlink_len = p_stat->rr.i_symlink; realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[symlink_len]='\0'; break; case SIG('R','E'): free(buffer); return -1; case SIG('T','F'): /* Time stamp(s) for a file */ { int cnt = 0; add_time(ISO_ROCK_TF_CREATE, create); add_time(ISO_ROCK_TF_MODIFY, modify); add_time(ISO_ROCK_TF_ACCESS, access); add_time(ISO_ROCK_TF_ATTRIBUTES, attributes); add_time(ISO_ROCK_TF_BACKUP, backup); add_time(ISO_ROCK_TF_EXPIRATION, expiration); add_time(ISO_ROCK_TF_EFFECTIVE, effective); p_stat->rr.b3_rock = yep; break; } default: break; } } } free(buffer); return i_namelen; /* If 0, this file did not have a NM field */ out: free(buffer); return 0; } static int parse_rock_ridge_stat_internal(iso9660_dir_t *p_iso9660_dir, iso9660_stat_t *p_stat, int regard_xa) { int len; unsigned char * chr; int symlink_len = 0; CONTINUE_DECLS; if (nope == p_stat->rr.b3_rock) return 0; SETUP_ROCK_RIDGE(p_iso9660_dir, chr, len); if (regard_xa) { chr+=14; len-=14; if (len<0) len=0; } /* repeat:*/ { int sig; iso_extension_record_t * rr; int rootflag; while (len > 1){ /* There may be one byte for padding somewhere */ rr = (iso_extension_record_t *) chr; if (rr->len == 0) goto out; /* Something got screwed up here */ sig = from_721(*chr); chr += rr->len; len -= rr->len; switch(sig){ case SIG('S','P'): CHECK_SP(goto out); break; case SIG('C','E'): CHECK_CE; break; case SIG('E','R'): p_stat->rr.b3_rock = yep; cdio_debug("ISO 9660 Extensions: "); { int p; for(p=0;pu.ER.len_id;p++) cdio_debug("%c",rr->u.ER.data[p]); } break; case SIG('P','X'): p_stat->rr.st_mode = from_733(rr->u.PX.st_mode); p_stat->rr.st_nlinks = from_733(rr->u.PX.st_nlinks); p_stat->rr.st_uid = from_733(rr->u.PX.st_uid); p_stat->rr.st_gid = from_733(rr->u.PX.st_gid); break; case SIG('P','N'): /* Device major,minor number */ { int32_t high, low; high = from_733(rr->u.PN.dev_high); low = from_733(rr->u.PN.dev_low); /* * The Rock Ridge standard specifies that if sizeof(dev_t) <= 4, * then the high field is unused, and the device number is completely * stored in the low field. Some writers may ignore this subtlety, * and as a result we test to see if the entire device number is * stored in the low field, and use that. */ if((low & ~0xff) && high == 0) { p_stat->rr.i_rdev = CDIO_MKDEV(low >> 8, low & 0xff); } else { p_stat->rr.i_rdev = CDIO_MKDEV(high, low); } } break; case SIG('T','F'): /* Time stamp(s) for a file */ { int cnt = 0; add_time(ISO_ROCK_TF_CREATE, create); add_time(ISO_ROCK_TF_MODIFY, modify); add_time(ISO_ROCK_TF_ACCESS, access); add_time(ISO_ROCK_TF_ATTRIBUTES, attributes); add_time(ISO_ROCK_TF_BACKUP, backup); add_time(ISO_ROCK_TF_EXPIRATION, expiration); add_time(ISO_ROCK_TF_EFFECTIVE, effective); p_stat->rr.b3_rock = yep; break; } case SIG('S','L'): { /* Symbolic link */ uint8_t slen; iso_rock_sl_part_t * p_sl; iso_rock_sl_part_t * p_oldsl; slen = rr->len - 5; p_sl = &rr->u.SL.link; p_stat->rr.i_symlink = symlink_len; while (slen > 1){ rootflag = 0; switch(p_sl->flags &~1){ case 0: realloc_symlink(p_stat, p_sl->len); if (p_sl->text && p_sl->len) memcpy(&(p_stat->rr.psz_symlink[p_stat->rr.i_symlink]), p_sl->text, p_sl->len); p_stat->rr.i_symlink += p_sl->len; break; case 4: realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '.'; /* continue into next case. */ case 2: realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '.'; break; case 8: rootflag = 1; realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '/'; p_stat->rr.i_symlink++; break; default: cdio_warn("Symlink component flag not implemented"); } slen -= p_sl->len + 2; p_oldsl = p_sl; p_sl = (iso_rock_sl_part_t *) (((char *) p_sl) + p_sl->len + 2); if (slen < 2) { if (((rr->u.SL.flags & 1) != 0) && ((p_oldsl->flags & 1) == 0)) p_stat->rr.i_symlink += 1; break; } /* * If this component record isn't continued, then append a '/'. */ if (!rootflag && (p_oldsl->flags & 1) == 0) { realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[p_stat->rr.i_symlink++] = '/'; } } } symlink_len = p_stat->rr.i_symlink; realloc_symlink(p_stat, 1); p_stat->rr.psz_symlink[symlink_len]='\0'; break; case SIG('R','E'): cdio_warn("Attempt to read p_stat for relocated directory"); goto out; #ifdef FINISHED case SIG('C','L'): { iso9660_stat_t * reloc; ISOFS_I(p_stat)->i_first_extent = from_733(rr->u.CL.location); reloc = isofs_iget(p_stat->rr.i_sb, p_stat->rr.i_first_extent, 0); if (!reloc) goto out; p_stat->rr.st_mode = reloc->st_mode; p_stat->rr.st_nlinks = reloc->st_nlinks; p_stat->rr.st_uid = reloc->st_uid; p_stat->rr.st_gid = reloc->st_gid; p_stat->rr.i_rdev = reloc->i_rdev; p_stat->rr.i_symlink = reloc->i_symlink; p_stat->rr.i_blocks = reloc->i_blocks; p_stat->rr.i_atime = reloc->i_atime; p_stat->rr.i_ctime = reloc->i_ctime; p_stat->rr.i_mtime = reloc->i_mtime; iput(reloc); } break; #endif default: break; } } } out: free(buffer); return 0; } int parse_rock_ridge_stat(iso9660_dir_t *p_iso9660_dir, /*out*/ iso9660_stat_t *p_stat) { int result; if (!p_stat) return 0; result = parse_rock_ridge_stat_internal(p_iso9660_dir, p_stat, 0); /* if Rock-Ridge flag was reset and we didn't look for attributes * behind eventual XA attributes, have a look there */ if (0xFF == p_stat->rr.s_rock_offset && nope != p_stat->rr.b3_rock) { result = parse_rock_ridge_stat_internal(p_iso9660_dir, p_stat, 14); } return result; } #define BUF_COUNT 16 #define BUF_SIZE sizeof("drwxrwxrwx") /* Return a pointer to a internal free buffer */ static char * _getbuf (void) { static char _buf[BUF_COUNT][BUF_SIZE]; static int _i = -1; _i++; _i %= BUF_COUNT; memset (_buf[_i], 0, BUF_SIZE); return _buf[_i]; } /*! Returns a string which interpreting the POSIX mode st_mode. For example: \verbatim drwxrws--- -rw-rw-r-- lrwxrwxrwx \endverbatim A description of the characters in the string follows The 1st character is either "b" for a block device, "c" for a character device, "d" if the entry is a directory, "l" for a symbolic link, "p" for a pipe or FIFO, "s" for a "socket", or "-" if none of the these. The 2nd to 4th characters refer to permissions for a user while the the 5th to 7th characters refer to permissions for a group while, and the 8th to 10h characters refer to permissions for everyone. In each of these triplets the first character (2, 5, 8) is "r" if the entry is allowed to be read. The second character of a triplet (3, 6, 9) is "w" if the entry is allowed to be written. The third character of a triplet (4, 7, 10) is "x" if the entry is executable but not user (for character 4) or group (for characters 6) settable and "s" if the item has the corresponding user/group set. For a directory having an executable property on ("x" or "s") means the directory is allowed to be listed or "searched". If the execute property is not allowed for a group or user but the corresponding group/user is set "S" indicates this. If none of these properties holds the "-" indicates this. */ const char * iso9660_get_rock_attr_str(posix_mode_t st_mode) { char *result = _getbuf(); if (S_ISBLK(st_mode)) result[ 0] = 'b'; else if (S_ISDIR(st_mode)) result[ 0] = 'd'; else if (S_ISCHR(st_mode)) result[ 0] = 'c'; else if (S_ISLNK(st_mode)) result[ 0] = 'l'; else if (S_ISFIFO(st_mode)) result[ 0] = 'p'; else if (S_ISSOCK(st_mode)) result[ 0] = 's'; /* May eventually fill in others.. */ else result[ 0] = '-'; result[ 1] = (st_mode & ISO_ROCK_IRUSR) ? 'r' : '-'; result[ 2] = (st_mode & ISO_ROCK_IWUSR) ? 'w' : '-'; if (st_mode & ISO_ROCK_ISUID) result[ 3] = (st_mode & ISO_ROCK_IXUSR) ? 's' : 'S'; else result[ 3] = (st_mode & ISO_ROCK_IXUSR) ? 'x' : '-'; result[ 4] = (st_mode & ISO_ROCK_IRGRP) ? 'r' : '-'; result[ 5] = (st_mode & ISO_ROCK_IWGRP) ? 'w' : '-'; if (st_mode & ISO_ROCK_ISGID) result[ 6] = (st_mode & ISO_ROCK_IXGRP) ? 's' : 'S'; else result[ 6] = (st_mode & ISO_ROCK_IXGRP) ? 'x' : '-'; result[ 7] = (st_mode & ISO_ROCK_IROTH) ? 'r' : '-'; result[ 8] = (st_mode & ISO_ROCK_IWOTH) ? 'w' : '-'; result[ 9] = (st_mode & ISO_ROCK_IXOTH) ? 'x' : '-'; result[11] = '\0'; return result; } /*! Returns POSIX mode bitstring for a given file. */ mode_t iso9660_get_posix_filemode_from_rock(const iso_rock_statbuf_t *rr) { return (mode_t) rr->st_mode; } libcdio-2.0.0/lib/iso9660/Makefile.in0000664000175000017500000007002013222217404013767 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2012 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the libiso9660 library ######################################################## # # From libtool documentation amended with guidance from N. Boullis: # # 1. Start with version information of `0:0:0' for each libtool library. # # 2. It is probably not a good idea to update the version information # several times between public releases, but rather once per public # release. (This seems to be more an aesthetic consideration than # a hard technical one.) # # 3. If the library source code has changed at all since the last # update, then increment REVISION (`C:R:A' becomes `C:R+1:A'). # # 4. If any interfaces have been added, removed, or changed since the # last update, increment CURRENT, and set REVISION to 0. # # 5. If any interfaces have been added since the last public release, # then increment AGE. # # 6. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib/iso9660 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__libiso9660_la_SOURCES_DIST = iso9660.c iso9660_private.h \ iso9660_fs.c rock.c xa.c @ENABLE_ROCK_TRUE@am__objects_1 = rock.lo am_libiso9660_la_OBJECTS = iso9660.lo iso9660_fs.lo $(am__objects_1) \ xa.lo libiso9660_la_OBJECTS = $(am_libiso9660_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libiso9660_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libiso9660_la_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libiso9660_la_SOURCES) DIST_SOURCES = $(am__libiso9660_la_SOURCES_DIST) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(noinst_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libiso9660_la_CURRENT = 11 libiso9660_la_REVISION = 0 libiso9660_la_AGE = 0 EXTRA_DIST = libiso9660.sym noinst_HEADERS = iso9660_private.h lib_LTLIBRARIES = libiso9660.la @ENABLE_ROCK_FALSE@rock_src = @ENABLE_ROCK_TRUE@rock_src = rock.c libiso9660_la_SOURCES = \ iso9660.c \ iso9660_private.h \ iso9660_fs.c \ $(rock_src) \ xa.c libiso9660_la_LIBADD = @LIBCDIO_LIBS@ libiso9660_la_ldflags = -version-info $(libiso9660_la_CURRENT):$(libiso9660_la_REVISION):$(libiso9660_la_AGE) @LT_NO_UNDEFINED@ libiso9660_la_dependencies = $(top_builddir)/lib/driver/libcdio.la AM_CPPFLAGS = $(LIBCDIO_CFLAGS) ######################################################## # Things to version the symbols in the libraries ######################################################## # An explanation of the versioning problem from Nicolas Boullis and # the versioned symbol solution he uses below... # # Currently, libvcdinfo uses the cdio_open function from libcdio. # Let's imagine a program foobar that uses both the vcdinfo_open # function from libvcdinfo and the cdio_open function from libcdio. # Currently, libcdio has SONAME libcdio.so.0, libvcdinfo has SONAME # libvcdinfo.so.0 and requires libcdio.so.0, and foobar requires both # libvcdinfo.so.0 and libcdio.so.0. Everything looks fine. # # Now, for some reason, you decide to change the cdio_open function. # That's your right, but you have to bump the CURRENT version and (if I # understand it correctly, athough this is not that clear in libtool's # documentation) set the AGE to 0. Anyway, this bumps the SONAME, which is # sane since the interface changes incompatibly. # Now, you have a new libcdio with SONAME libcdio.so.1. But libvcdinfo and # foobar still require libcdio.so.0. Everything is still fine. # Now, after some minor changes, the author of foobar recompiles foobar. # Then, foobar now requires libvcdinfo.so.0 and libcdio.so.1. And foobar # now segfaults... # What is happening? When you run foobar, if brings both libvcdinfo.so.0 # and libcdio.so.1, but libvcdinfo.so.0 also brings libcdio.so.0. So you # have both libcdio.so.0 and libcdio.so.1 that bring their symbols to the # global namespace. Hence, you have to incompatible versions of the # cdio_open function in the name space. When foobar calls cdio_open, it # may choose the wrong function, and segfaults... # With versioned symbols, the cdio_open function from libcdio.so.0 may be # known as (something that looks like) cdio_open@@CDIO_0. An the cdio_open # function from libcdio.so.1 as cdio_open@@CDIO_1. Both versions of # libcdio would still be brought in by the most recent foobar, but foobar # (and libvcdinfo) know which versioned function to use and then use the # good one. # This is some simple versioning where every symbol is versioned with # something that looks like the SONAME of the library. More complex (and # better) versioning is possible; it is for example what is used by glibc. # But good complex versioning is something that requires much more # work... # The below is a impliments symbol versioning. First of all, I # compute MAJOR as CURENT - AGE; that is what is used within libtool # (at least on GNU/Linux systems) for the number in the SONAME. The # nm command gives the list of symbols known in each of the object # files that will be part of the shared library. And the sed command # extracts from this list those symbols that will be shared. (This sed # command comes from libtool.) libiso9660_la_MAJOR = $(shell expr $(libiso9660_la_CURRENT) - $(libiso9660_la_AGE)) @BUILD_VERSIONED_LIBS_FALSE@libiso9660_la_LDFLAGS = $(libiso9660_la_ldflags) @BUILD_VERSIONED_LIBS_TRUE@libiso9660_la_LDFLAGS = $(libiso9660_la_ldflags) -Wl,--version-script=libiso9660.la.ver @BUILD_VERSIONED_LIBS_FALSE@libiso9660_la_DEPENDENCIES = $(libcdio9660_la_dependencies) @BUILD_VERSIONED_LIBS_TRUE@libiso9660_la_DEPENDENCIES = $(libcdio9660_la_dependencies) libiso9660.la.ver @BUILD_VERSIONED_LIBS_TRUE@MOSTLYCLEANFILES = libiso9660.la.ver all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/iso9660/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign lib/iso9660/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libiso9660.la: $(libiso9660_la_OBJECTS) $(libiso9660_la_DEPENDENCIES) $(EXTRA_libiso9660_la_DEPENDENCIES) $(AM_V_CCLD)$(libiso9660_la_LINK) -rpath $(libdir) $(libiso9660_la_OBJECTS) $(libiso9660_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso9660.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso9660_fs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rock.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xa.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES .PRECIOUS: Makefile @BUILD_VERSIONED_LIBS_TRUE@libiso9660.la.ver: $(srcdir)/libiso9660.sym @BUILD_VERSIONED_LIBS_TRUE@ @echo 'ISO9660_$(libiso9660_la_MAJOR) {' > $@ @BUILD_VERSIONED_LIBS_TRUE@ @echo ' global:' >> $@ @BUILD_VERSIONED_LIBS_TRUE@ @sed 's/^/ /;s/$$/;/' $< >> $@ @BUILD_VERSIONED_LIBS_TRUE@ @echo ' local:' >> $@ @BUILD_VERSIONED_LIBS_TRUE@ @echo ' *;' >> $@ @BUILD_VERSIONED_LIBS_TRUE@ @echo '};' >> $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/lib/iso9660/xa.c0000664000175000017500000001205112410627540012502 00000000000000/* Copyright (C) 2003, 2005, 2008, 2011 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_SYS_STAT_H #include #endif /*! String inside frame which identifies XA attributes. Note should come *before* public headers which does a #define of this name. */ const char ISO_XA_MARKER_STRING[] = {'C', 'D', '-', 'X', 'A', '0', '0', '1'}; /* Public headers */ #include #include #include /* Private headers */ #include "cdio_assert.h" #include "filemode.h" /** The below variable is trickery to force enum symbol values to be recorded in debug symbol tables. It is used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions. */ xa_misc_enum_t debugger_xa_misc_enum; #define BUF_COUNT 16 #define BUF_SIZE 80 /* Return a pointer to a internal free buffer */ static char * _getbuf (void) { static char _buf[BUF_COUNT][BUF_SIZE]; static int _num = -1; _num++; _num %= BUF_COUNT; memset (_buf[_num], 0, BUF_SIZE); return _buf[_num]; } /*! Returns a string which interpreting the extended attribute xa_attr. For example: \verbatim d---1xrxrxr ---2--r-r-r -a--1xrxrxr \endverbatim A description of the characters in the string follows The 1st character is either "d" if the entry is a directory, or "-" if not. The 2nd character is either "a" if the entry is CDDA (audio), or "-" if not. The 3rd character is either "i" if the entry is interleaved, or "-" if not. The 4th character is either "2" if the entry is mode2 form2 or "-" if not. The 5th character is either "1" if the entry is mode2 form1 or "-" if not. Note that an entry will either be in mode2 form1 or mode form2. That is you will either see "2-" or "-1" in the 4th & 5th positions. The 6th and 7th characters refer to permissions for a user while the the 8th and 9th characters refer to permissions for a group while, and the 10th and 11th characters refer to permissions for a others. In each of these pairs the first character (6, 8, 10) is "x" if the entry is executable. For a directory this means the directory is allowed to be listed or "searched". The second character of a pair (7, 9, 11) is "r" if the entry is allowed to be read. */ const char * iso9660_get_xa_attr_str (uint16_t xa_attr) { char *result = _getbuf(); xa_attr = uint16_from_be (xa_attr); result[ 0] = (xa_attr & XA_ATTR_DIRECTORY) ? 'd' : '-'; result[ 1] = (xa_attr & XA_ATTR_CDDA) ? 'a' : '-'; result[ 2] = (xa_attr & XA_ATTR_INTERLEAVED) ? 'i' : '-'; result[ 3] = (xa_attr & XA_ATTR_MODE2FORM2) ? '2' : '-'; result[ 4] = (xa_attr & XA_ATTR_MODE2FORM1) ? '1' : '-'; result[ 5] = (xa_attr & XA_PERM_XUSR) ? 'x' : '-'; result[ 6] = (xa_attr & XA_PERM_RUSR) ? 'r' : '-'; result[ 7] = (xa_attr & XA_PERM_XGRP) ? 'x' : '-'; result[ 8] = (xa_attr & XA_PERM_RGRP) ? 'r' : '-'; /* Hack alert: wonder if this should be ROTH and XOTH? */ result[ 9] = (xa_attr & XA_PERM_XSYS) ? 'x' : '-'; result[10] = (xa_attr & XA_PERM_RSYS) ? 'r' : '-'; result[11] = '\0'; return result; } iso9660_xa_t * iso9660_xa_init (iso9660_xa_t *_xa, uint16_t uid, uint16_t gid, uint16_t attr, uint8_t filenum) { cdio_assert (_xa != NULL); _xa->user_id = uint16_to_be (uid); _xa->group_id = uint16_to_be (gid); _xa->attributes = uint16_to_be (attr); _xa->signature[0] = 'X'; _xa->signature[1] = 'A'; _xa->filenum = filenum; _xa->reserved[0] = _xa->reserved[1] = _xa->reserved[2] = _xa->reserved[3] = _xa->reserved[4] = 0x00; return _xa; } void iso9660_xa_free (iso9660_xa_t *_xa) { if (_xa != NULL) free(_xa); } /*! Returns POSIX mode bitstring for a given file. */ posix_mode_t iso9660_get_posix_filemode_from_xa(uint16_t i_perms) { posix_mode_t mode = 0; if (i_perms & XA_PERM_RUSR) mode |= S_IRUSR; if (i_perms & XA_PERM_XUSR) mode |= S_IXUSR; #ifdef S_IRGRP if (i_perms & XA_PERM_RGRP) mode |= S_IRGRP; #endif #ifdef S_IXGRP if (i_perms & XA_PERM_XGRP) mode |= S_IXGRP; #endif #ifdef S_IROTH if (i_perms & XA_PERM_ROTH) mode |= S_IROTH; #endif #ifdef S_IXOTH if (i_perms & XA_PERM_XOTH) mode |= S_IXOTH; #endif if (i_perms & XA_ATTR_DIRECTORY) mode |= S_IFDIR; return mode; } libcdio-2.0.0/lib/iso9660/iso9660_private.h0000644000175000017500000000467012030204450014743 00000000000000/* Copyright (C) 2003, 2004, 2005, 2008, 2011, 2012 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel See also iso9660.h by Eric Youngdale (1993). Copyright 1993 Yggdrasil Computing, Incorporated Copyright (c) 1999,2000 J. Schilling This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_ISO9660_ISO9660_PRIVATE_H_ #define CDIO_ISO9660_ISO9660_PRIVATE_H_ #if defined(HAVE_CONFIG_H) && !defined(__CDIO_CONFIG_H__) # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #ifdef HAVE_STDBOOL_H # include #endif #define ISO_VERSION 1 PRAGMA_BEGIN_PACKED typedef struct iso_volume_descriptor_s { uint8_t type; /**< 7.1.1 */ char id[5]; /**< "CD001" (ISO_STANDARD_ID) */ uint8_t version; /**< 7.1.1 */ char data[2041]; } GNUC_PACKED iso_volume_descriptor_t; #define iso_volume_descriptor_t_SIZEOF ISO_BLOCKSIZE #define iso9660_pvd_t_SIZEOF ISO_BLOCKSIZE /* * XXX JS: The next structure has an odd length! * Some compilers (e.g. on Sun3/mc68020) padd the structures to even length. * For this reason, we cannot use sizeof (struct iso_path_table) or * sizeof (struct iso_directory_record) to compute on disk sizes. * Instead, we use offsetof(..., name) and add the name size. * See mkisofs.h */ /** We use this to help us look up the parent inode numbers. */ typedef struct iso_path_table_s { uint8_t name_len; /**< 7.1.1 */ uint8_t xa_len; /**< 7.1.1 */ uint32_t extent; /**< 7.3.1/7.3.2 */ uint16_t parent; /**< 7.2.1/7.2.2 */ char name[EMPTY_ARRAY_SIZE]; } GNUC_PACKED iso_path_table_t; #define iso_path_table_t_SIZEOF 8 #define iso9660_dir_t_SIZEOF 33 PRAGMA_END_PACKED #endif /* CDIO_ISO0660_ISO9660_PRIVATE_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/iso9660/Makefile.am0000664000175000017500000001347313217072766014005 00000000000000# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2012 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the libiso9660 library ######################################################## # # From libtool documentation amended with guidance from N. Boullis: # # 1. Start with version information of `0:0:0' for each libtool library. # # 2. It is probably not a good idea to update the version information # several times between public releases, but rather once per public # release. (This seems to be more an aesthetic consideration than # a hard technical one.) # # 3. If the library source code has changed at all since the last # update, then increment REVISION (`C:R:A' becomes `C:R+1:A'). # # 4. If any interfaces have been added, removed, or changed since the # last update, increment CURRENT, and set REVISION to 0. # # 5. If any interfaces have been added since the last public release, # then increment AGE. # # 6. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. libiso9660_la_CURRENT = 11 libiso9660_la_REVISION = 0 libiso9660_la_AGE = 0 EXTRA_DIST = libiso9660.sym noinst_HEADERS = iso9660_private.h lib_LTLIBRARIES = libiso9660.la if ENABLE_ROCK rock_src = rock.c else rock_src = endif libiso9660_la_SOURCES = \ iso9660.c \ iso9660_private.h \ iso9660_fs.c \ $(rock_src) \ xa.c libiso9660_la_LIBADD = @LIBCDIO_LIBS@ libiso9660_la_ldflags = -version-info $(libiso9660_la_CURRENT):$(libiso9660_la_REVISION):$(libiso9660_la_AGE) @LT_NO_UNDEFINED@ libiso9660_la_dependencies = $(top_builddir)/lib/driver/libcdio.la AM_CPPFLAGS = $(LIBCDIO_CFLAGS) ######################################################## # Things to version the symbols in the libraries ######################################################## # An explanation of the versioning problem from Nicolas Boullis and # the versioned symbol solution he uses below... # # Currently, libvcdinfo uses the cdio_open function from libcdio. # Let's imagine a program foobar that uses both the vcdinfo_open # function from libvcdinfo and the cdio_open function from libcdio. # Currently, libcdio has SONAME libcdio.so.0, libvcdinfo has SONAME # libvcdinfo.so.0 and requires libcdio.so.0, and foobar requires both # libvcdinfo.so.0 and libcdio.so.0. Everything looks fine. # # Now, for some reason, you decide to change the cdio_open function. # That's your right, but you have to bump the CURRENT version and (if I # understand it correctly, athough this is not that clear in libtool's # documentation) set the AGE to 0. Anyway, this bumps the SONAME, which is # sane since the interface changes incompatibly. # Now, you have a new libcdio with SONAME libcdio.so.1. But libvcdinfo and # foobar still require libcdio.so.0. Everything is still fine. # Now, after some minor changes, the author of foobar recompiles foobar. # Then, foobar now requires libvcdinfo.so.0 and libcdio.so.1. And foobar # now segfaults... # What is happening? When you run foobar, if brings both libvcdinfo.so.0 # and libcdio.so.1, but libvcdinfo.so.0 also brings libcdio.so.0. So you # have both libcdio.so.0 and libcdio.so.1 that bring their symbols to the # global namespace. Hence, you have to incompatible versions of the # cdio_open function in the name space. When foobar calls cdio_open, it # may choose the wrong function, and segfaults... # With versioned symbols, the cdio_open function from libcdio.so.0 may be # known as (something that looks like) cdio_open@@CDIO_0. An the cdio_open # function from libcdio.so.1 as cdio_open@@CDIO_1. Both versions of # libcdio would still be brought in by the most recent foobar, but foobar # (and libvcdinfo) know which versioned function to use and then use the # good one. # This is some simple versioning where every symbol is versioned with # something that looks like the SONAME of the library. More complex (and # better) versioning is possible; it is for example what is used by glibc. # But good complex versioning is something that requires much more # work... # The below is a impliments symbol versioning. First of all, I # compute MAJOR as CURENT - AGE; that is what is used within libtool # (at least on GNU/Linux systems) for the number in the SONAME. The # nm command gives the list of symbols known in each of the object # files that will be part of the shared library. And the sed command # extracts from this list those symbols that will be shared. (This sed # command comes from libtool.) libiso9660_la_MAJOR = $(shell expr $(libiso9660_la_CURRENT) - $(libiso9660_la_AGE)) if BUILD_VERSIONED_LIBS libiso9660_la_LDFLAGS = $(libiso9660_la_ldflags) -Wl,--version-script=libiso9660.la.ver libiso9660_la_DEPENDENCIES = $(libcdio9660_la_dependencies) libiso9660.la.ver libiso9660.la.ver: $(srcdir)/libiso9660.sym @echo 'ISO9660_$(libiso9660_la_MAJOR) {' > $@ @echo ' global:' >> $@ @sed 's/^/ /;s/$$/;/' $< >> $@ @echo ' local:' >> $@ @echo ' *;' >> $@ @echo '};' >> $@ MOSTLYCLEANFILES = libiso9660.la.ver else libiso9660_la_LDFLAGS = $(libiso9660_la_ldflags) libiso9660_la_DEPENDENCIES = $(libcdio9660_la_dependencies) endif libcdio-2.0.0/lib/iso9660/iso9660_fs.c0000664000175000017500000014330113221561553013706 00000000000000/* Copyright (C) 2003-2008, 2011-2015, 2017 Rocky Bernstein Copyright (C) 2001 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* iso9660 filesystem-based routines */ /* FIXME: _cdio_list_free for iso9660 statbuf is insufficient because it doesn't free bits that are allocated inside the data. */ #if defined(HAVE_CONFIG_H) && !defined(__CDIO_CONFIG_H__) #include "config.h" #define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDBOOL_H # include #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_LANGINFO_CODESET #include #endif #include #include #include #include #include /* Private headers */ #include "cdio_assert.h" #include "_cdio_stdio.h" #include "cdio_private.h" /** Implementation of iso9660_t type */ struct _iso9660_s { CdioDataSource_t *stream; /**< Stream pointer */ bool_3way_t b_xa; /**< true if has XA attributes. */ bool_3way_t b_mode2; /**< true if has mode 2, false for mode 1. */ uint8_t u_joliet_level; /**< 0 = no Joliet extensions. 1-3: Joliet level. */ iso9660_pvd_t pvd; iso9660_svd_t svd; iso_extension_mask_t iso_extension_mask; /**< What extensions we tolerate. */ uint32_t i_datastart; /**< Usually 0 when i_framesize is ISO_BLOCKSIZE. This is the normal condition. But in a fuzzy read we may be reading a CD-image and not a true ISO 9660 image this might be CDIO_CD_SYNC_SIZE */ uint32_t i_framesize; /**< Usually ISO_BLOCKSIZE (2048), but in a fuzzy read, we may be reading a CD-image and not a true ISO 9660 image this might be CDIO_CD_FRAMESIZE_RAW (2352) or M2RAW_SECTOR_SIZE (2336). */ int i_fuzzy_offset; /**< Adjustment in bytes to make ISO_STANDARD_ID ("CD001") come out as ISO_PVD_SECTOR (frame 16). Normally this should be 0 for an ISO 9660 image, but if one is say reading a BIN/CUE or cdrdao BIN/TOC without having the CUE or TOC and trying to extract an ISO-9660 filesystem inside that it may be different. */ bool b_have_superblock; /**< Superblock has been read in? */ }; static long int iso9660_seek_read_framesize (const iso9660_t *p_iso, void *ptr, lsn_t start, long int size, uint16_t i_framesize); /* Adjust the p_iso's i_datastart, i_byte_offset and i_framesize based on whether we find a frame header or not. */ static void adjust_fuzzy_pvd( iso9660_t *p_iso ) { long int i_byte_offset; if (!p_iso) return; i_byte_offset = (ISO_PVD_SECTOR * p_iso->i_framesize) + p_iso->i_fuzzy_offset + p_iso->i_datastart; /* If we have a raw 2352-byte frame then we should expect to see a sync frame and a header. */ if (CDIO_CD_FRAMESIZE_RAW == p_iso->i_framesize) { char buf[CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE + CDIO_CD_SUBHEADER_SIZE]; i_byte_offset -= CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE + CDIO_CD_SUBHEADER_SIZE; if ( DRIVER_OP_SUCCESS != cdio_stream_seek (p_iso->stream, i_byte_offset, SEEK_SET) ) return; if (sizeof(buf) == cdio_stream_read (p_iso->stream, buf, sizeof(buf), 1)) { /* Does the sector frame header suggest Mode 1 format? */ if (!memcmp(CDIO_SECTOR_SYNC_HEADER, buf+CDIO_CD_SUBHEADER_SIZE, CDIO_CD_SYNC_SIZE)) { if (buf[14+CDIO_CD_SUBHEADER_SIZE] != 0x16) { cdio_warn ("Expecting the PVD sector header MSF to be 0x16, is: %x", buf[14]); } if (buf[15+CDIO_CD_SUBHEADER_SIZE] != 0x1) { cdio_warn ("Expecting the PVD sector mode to be Mode 1 is: %x", buf[15]); } p_iso->b_mode2 = nope; p_iso->b_xa = nope; } else if (!memcmp(CDIO_SECTOR_SYNC_HEADER, buf, CDIO_CD_SYNC_SIZE)) { /* Frame header indicates Mode 2 Form 1*/ if (buf[14] != 0x16) { cdio_warn ("Expecting the PVD sector header MSF to be 0x16, is: %x", buf[14]); } if (buf[15] != 0x2) { cdio_warn ("Expecting the PVD sector mode to be Mode 2 is: %x", buf[15]); } p_iso->b_mode2 = yep; /* Do do: check Mode 2 Form 2? */ } else { /* Has no frame header */ p_iso->i_framesize = M2RAW_SECTOR_SIZE; p_iso->i_fuzzy_offset = (CDIO_CD_FRAMESIZE_RAW - M2RAW_SECTOR_SIZE) * ISO_PVD_SECTOR + p_iso->i_fuzzy_offset + p_iso->i_datastart; p_iso->i_datastart = 0; } } } } /*! Open an ISO 9660 image for reading in either fuzzy mode or not. */ static iso9660_t * iso9660_open_ext_private (const char *psz_path, iso_extension_mask_t iso_extension_mask, uint16_t i_fuzz, bool b_fuzzy) { iso9660_t *p_iso = (iso9660_t *) calloc(1, sizeof(iso9660_t)) ; if (!p_iso) return NULL; p_iso->stream = cdio_stdio_new( psz_path ); if (NULL == p_iso->stream) goto error; p_iso->i_framesize = ISO_BLOCKSIZE; p_iso->b_have_superblock = (b_fuzzy) ? iso9660_ifs_fuzzy_read_superblock(p_iso, iso_extension_mask, i_fuzz) : iso9660_ifs_read_superblock(p_iso, iso_extension_mask) ; if ( ! p_iso->b_have_superblock ) goto error; /* Determine if image has XA attributes. */ p_iso->b_xa = strncmp ((char *) &(p_iso->pvd) + ISO_XA_MARKER_OFFSET, ISO_XA_MARKER_STRING, sizeof (ISO_XA_MARKER_STRING)) ? nope : yep; p_iso->iso_extension_mask = iso_extension_mask; return p_iso; error: if (p_iso && p_iso->stream) cdio_stdio_destroy(p_iso->stream); free(p_iso); return NULL; } /*! Open an ISO 9660 image for reading. Maybe in the future we will have a mode. NULL is returned on error. @param psz_path full path of ISO9660 file. @return a IS9660 structure is unconditionally returned. The caller should call iso9660_close() when done. */ iso9660_t * iso9660_open (const char *psz_path /*, mode*/) { return iso9660_open_ext(psz_path, ISO_EXTENSION_NONE); } /*! Open an ISO 9660 image for reading allowing various ISO 9660 extensions. Maybe in the future we will have a mode. NULL is returned on error. @see iso9660_open_fuzzy */ iso9660_t * iso9660_open_ext (const char *psz_path, iso_extension_mask_t iso_extension_mask) { return iso9660_open_ext_private(psz_path, iso_extension_mask, 0, false); } /*! Open an ISO 9660 image for "fuzzy" reading. This means that we will try to guess various internal offset based on internal checks. This may be useful when trying to read an ISO 9660 image contained in a file format that libiso9660 doesn't know natively (or knows imperfectly.) Some tolerence allowed for positioning the ISO 9660 image. We scan for STANDARD_ID and use that to set the eventual offset to adjust by (as long as that is <= i_fuzz). Maybe in the future we will have a mode. NULL is returned on error. @see iso9660_open, @see iso9660_fuzzy_ext */ iso9660_t * iso9660_open_fuzzy (const char *psz_path, uint16_t i_fuzz /*, mode*/) { return iso9660_open_fuzzy_ext(psz_path, ISO_EXTENSION_NONE, i_fuzz); } /*! Open an ISO 9660 image for reading with some tolerence for positioning of the ISO9660 image. We scan for ISO_STANDARD_ID and use that to set the eventual offset to adjust by (as long as that is <= i_fuzz). Maybe in the future we will have a mode. NULL is returned on error. @see iso9660_open_ext @see iso9660_open_fuzzy */ iso9660_t * iso9660_open_fuzzy_ext (const char *psz_path, iso_extension_mask_t iso_extension_mask, uint16_t i_fuzz) { return iso9660_open_ext_private(psz_path, iso_extension_mask, i_fuzz, true); } /*! Close previously opened ISO 9660 image and free resources associated with the image. Call this when done using using an ISO 9660 image. @return true is unconditionally returned. If there was an error false would be returned. */ bool iso9660_close (iso9660_t *p_iso) { if (NULL != p_iso) { cdio_stdio_destroy(p_iso->stream); p_iso->stream = NULL; free(p_iso); } return true; } static bool check_pvd (const iso9660_pvd_t *p_pvd, cdio_log_level_t log_level) { if ( ISO_VD_PRIMARY != from_711(p_pvd->type) ) { cdio_log (log_level, "unexpected PVD type %d", p_pvd->type); return false; } if (strncmp (p_pvd->id, ISO_STANDARD_ID, strlen (ISO_STANDARD_ID))) { cdio_log (log_level, "unexpected ID encountered (expected `" ISO_STANDARD_ID "', got `%.5s')", p_pvd->id); return false; } return true; } /*! Core procedure for the iso9660_ifs_get_###_id() calls. pvd_member/svd_member is a pointer to an achar_t or dchar_t ID string which we can superset as char. If the Joliet converted string is the same as the achar_t/dchar_t one, we fall back to using the latter, as it may be longer. */ static inline bool get_member_id(iso9660_t *p_iso, cdio_utf8_t **p_psz_member_id, char* pvd_member, char* svd_member, size_t max_size) { int j; bool strip; if (!p_iso) { *p_psz_member_id = NULL; return false; } #ifdef HAVE_JOLIET if (p_iso->u_joliet_level) { /* Translate USC-2 string from Secondary Volume Descriptor */ if (cdio_charset_to_utf8(svd_member, max_size, p_psz_member_id, "UCS-2BE")) { /* NB: *p_psz_member_id is never NULL on success. */ if (strncmp(*p_psz_member_id, pvd_member, strlen(*p_psz_member_id)) != 0) { /* Strip trailing spaces */ for (j = strlen(*p_psz_member_id)-1; j >= 0; j--) { if ((*p_psz_member_id)[j] != ' ') break; (*p_psz_member_id)[j] = '\0'; } if ((*p_psz_member_id)[0] != 0) { /* Joliet string is not empty and differs from non Joliet one => use it */ return true; } } /* Joliet string was either empty or same */ free(*p_psz_member_id); } } #endif /*HAVE_JOLIET*/ *p_psz_member_id = calloc(max_size+1, sizeof(cdio_utf8_t)); if (!*p_psz_member_id) { cdio_warn("Memory allocation error"); return false; } /* Copy string while removing trailing spaces */ (*p_psz_member_id)[max_size] = 0; for (strip=true, j=max_size-1; j>=0; j--) { if (strip && (pvd_member[j] == ' ')) continue; strip = false; (*p_psz_member_id)[j] = pvd_member[j]; } if (strlen(*p_psz_member_id) == 0) { free(*p_psz_member_id); *p_psz_member_id = NULL; return false; } return true; } /*! Return the application ID. NULL is returned in psz_app_id if there is some problem in getting this. */ bool iso9660_ifs_get_application_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_app_id) { return get_member_id(p_iso, p_psz_app_id, (char*)p_iso->pvd.application_id, (char*)p_iso->svd.application_id, ISO_MAX_APPLICATION_ID); } /*! Return the Joliet level recognized for p_iso. */ uint8_t iso9660_ifs_get_joliet_level(iso9660_t *p_iso) { if (!p_iso) return 0; return p_iso->u_joliet_level; } /*! Return a string containing the preparer id with trailing blanks removed. */ bool iso9660_ifs_get_preparer_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_preparer_id) { return get_member_id(p_iso, p_psz_preparer_id, (char*)p_iso->pvd.preparer_id, (char*)p_iso->svd.preparer_id, ISO_MAX_PREPARER_ID); } /*! Return a string containing the PVD's publisher id with trailing blanks removed. */ bool iso9660_ifs_get_publisher_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_publisher_id) { return get_member_id(p_iso, p_psz_publisher_id, (char*)p_iso->pvd.publisher_id, (char*)p_iso->svd.publisher_id, ISO_MAX_PUBLISHER_ID); } /*! Return a string containing the PVD's publisher id with trailing blanks removed. */ bool iso9660_ifs_get_system_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_system_id) { return get_member_id(p_iso, p_psz_system_id, (char*)p_iso->pvd.system_id, (char*)p_iso->svd.system_id, ISO_MAX_SYSTEM_ID); } /*! Return a string containing the PVD's publisher id with trailing blanks removed. */ bool iso9660_ifs_get_volume_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_volume_id) { return get_member_id(p_iso, p_psz_volume_id, (char*)p_iso->pvd.volume_id, (char*)p_iso->svd.volume_id, ISO_MAX_VOLUME_ID); } /*! Return a string containing the PVD's publisher id with trailing blanks removed. */ bool iso9660_ifs_get_volumeset_id(iso9660_t *p_iso, /*out*/ cdio_utf8_t **p_psz_volumeset_id) { return get_member_id(p_iso, p_psz_volumeset_id, (char*)p_iso->pvd.volume_set_id, (char*)p_iso->svd.volume_set_id, ISO_MAX_VOLUMESET_ID); } /*! Read the Primary Volume Descriptor for an ISO 9660 image. True is returned if read, and false if there was an error. */ static bool iso9660_ifs_read_pvd_loglevel (const iso9660_t *p_iso, /*out*/ iso9660_pvd_t *p_pvd, cdio_log_level_t log_level) { if (0 == iso9660_iso_seek_read (p_iso, p_pvd, ISO_PVD_SECTOR, 1)) { cdio_log ( log_level, "error reading PVD sector (%d)", ISO_PVD_SECTOR ); return false; } return check_pvd(p_pvd, log_level); } /*! Read the Primary Volume Descriptor for an ISO 9660 image. True is returned if read, and false if there was an error. */ bool iso9660_ifs_read_pvd (const iso9660_t *p_iso, /*out*/ iso9660_pvd_t *p_pvd) { return iso9660_ifs_read_pvd_loglevel(p_iso, p_pvd, CDIO_LOG_WARN); } /*! Read the Super block of an ISO 9660 image. This is the Primary Volume Descriptor (PVD) and perhaps a Supplemental Volume Descriptor if (Joliet) extensions are acceptable. */ bool iso9660_ifs_read_superblock (iso9660_t *p_iso, iso_extension_mask_t iso_extension_mask) { iso9660_svd_t p_svd; /* Secondary volume descriptor. */ int i; if (!p_iso || !iso9660_ifs_read_pvd(p_iso, &(p_iso->pvd))) return false; p_iso->u_joliet_level = 0; /* There may be multiple Secondary Volume Descriptors (eg. El Torito + Joliet) */ for (i=1; (0 != iso9660_iso_seek_read (p_iso, &p_svd, ISO_PVD_SECTOR+i, 1)); i++) { if (ISO_VD_END == from_711(p_svd.type) ) /* Last SVD */ break; if ( ISO_VD_SUPPLEMENTARY == from_711(p_svd.type) ) { /* We're only interested in Joliet => make sure the SVD isn't overwritten */ if (p_iso->u_joliet_level == 0) memcpy(&(p_iso->svd), &p_svd, sizeof(iso9660_svd_t)); if (p_svd.escape_sequences[0] == 0x25 && p_svd.escape_sequences[1] == 0x2f) { switch (p_svd.escape_sequences[2]) { case 0x40: if (iso_extension_mask & ISO_EXTENSION_JOLIET_LEVEL1) p_iso->u_joliet_level = 1; break; case 0x43: if (iso_extension_mask & ISO_EXTENSION_JOLIET_LEVEL2) p_iso->u_joliet_level = 2; break; case 0x45: if (iso_extension_mask & ISO_EXTENSION_JOLIET_LEVEL3) p_iso->u_joliet_level = 3; break; default: cdio_info("Supplementary Volume Descriptor found, but not Joliet"); } if (p_iso->u_joliet_level > 0) { cdio_info("Found Extension: Joliet Level %d", p_iso->u_joliet_level); } } } } return true; } /*! Read the Super block of an ISO 9660 image but determine framesize and datastart and a possible additional offset. Generally here we are not reading an ISO 9660 image but a CD-Image which contains an ISO 9660 filesystem. */ bool iso9660_ifs_fuzzy_read_superblock (iso9660_t *p_iso, iso_extension_mask_t iso_extension_mask, uint16_t i_fuzz) { /* Got some work to do to find ISO_STANDARD_ID ("CD001") */ unsigned int i; for (i=0; ii_framesize = framesizes[k]; p_iso->i_datastart = (ISO_BLOCKSIZE == framesizes[k]) ? 0 : CDIO_CD_SYNC_SIZE; p_iso->i_fuzzy_offset = 0; if (0 == iso9660_seek_read_framesize (p_iso, frame, lsn, 1, p_iso->i_framesize)) { return false; } q = memchr(frame, 'C', p_iso->i_framesize); for ( p=q; p && p < frame + p_iso->i_framesize ; p=q+1 ) { q = memchr(p, 'C', p_iso->i_framesize - (p - frame)); if ( !q || (pvd = strstr(q, ISO_STANDARD_ID)) ) break; } if (pvd) { /* Yay! Found something */ p_iso->i_fuzzy_offset = (pvd - frame - 1) - ((ISO_PVD_SECTOR-lsn)*p_iso->i_framesize) ; /* But is it *really* a PVD? */ if ( iso9660_ifs_read_pvd_loglevel(p_iso, &(p_iso->pvd), CDIO_LOG_DEBUG) ) { adjust_fuzzy_pvd(p_iso); return true; } } } } } return false; } /*! Read the Primary Volume Descriptor for of CD. */ bool iso9660_fs_read_pvd(const CdIo_t *p_cdio, /*out*/ iso9660_pvd_t *p_pvd) { /* A bit of a hack, we'll assume track 1 contains ISO_PVD_SECTOR.*/ char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; driver_return_code_t driver_return = cdio_read_data_sectors (p_cdio, buf, ISO_PVD_SECTOR, ISO_BLOCKSIZE, 1); if (DRIVER_OP_SUCCESS != driver_return) { cdio_warn ("error reading PVD sector (%d) error %d", ISO_PVD_SECTOR, driver_return); return false; } /* The size of a PVD or SVD is smaller than a sector. So we allocated a bigger block above (buf) and now we'll copy just the part we need to save. */ cdio_assert (sizeof(buf) >= sizeof (iso9660_pvd_t)); memcpy(p_pvd, buf, sizeof(iso9660_pvd_t)); return check_pvd(p_pvd, CDIO_LOG_WARN); } /*! Read the Super block of an ISO 9660 image. This is the Primary Volume Descriptor (PVD) and perhaps a Supplemental Volume Descriptor if (Joliet) extensions are acceptable. */ bool iso9660_fs_read_superblock (CdIo_t *p_cdio, iso_extension_mask_t iso_extension_mask) { if (!p_cdio) return false; { generic_img_private_t *p_env = (generic_img_private_t *) p_cdio->env; iso9660_pvd_t *p_pvd = &(p_env->pvd); iso9660_svd_t *p_svd = &(p_env->svd); char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; driver_return_code_t driver_return; if ( !iso9660_fs_read_pvd(p_cdio, p_pvd) ) return false; p_env->u_joliet_level = 0; driver_return = cdio_read_data_sectors ( p_cdio, buf, ISO_PVD_SECTOR+1, ISO_BLOCKSIZE, 1 ); if (DRIVER_OP_SUCCESS == driver_return) { /* The size of a PVD or SVD is smaller than a sector. So we allocated a bigger block above (buf) and now we'll copy just the part we need to save. */ cdio_assert (sizeof(buf) >= sizeof (iso9660_svd_t)); memcpy(p_svd, buf, sizeof(iso9660_svd_t)); if ( ISO_VD_SUPPLEMENTARY == from_711(p_svd->type) ) { if (p_svd->escape_sequences[0] == 0x25 && p_svd->escape_sequences[1] == 0x2f) { switch (p_svd->escape_sequences[2]) { case 0x40: if (iso_extension_mask & ISO_EXTENSION_JOLIET_LEVEL1) p_env->u_joliet_level = 1; break; case 0x43: if (iso_extension_mask & ISO_EXTENSION_JOLIET_LEVEL2) p_env->u_joliet_level = 2; break; case 0x45: if (iso_extension_mask & ISO_EXTENSION_JOLIET_LEVEL3) p_env->u_joliet_level = 3; break; default: cdio_info("Supplementary Volume Descriptor found, but not Joliet"); } if (p_env->u_joliet_level > 0) { cdio_info("Found Extension: Joliet Level %d", p_env->u_joliet_level); } } } } } return true; } /*! Seek to a position and then read n blocks. Size read is returned. */ static long int iso9660_seek_read_framesize (const iso9660_t *p_iso, void *ptr, lsn_t start, long int size, uint16_t i_framesize) { long int ret; int64_t i_byte_offset; if (!p_iso) return 0; i_byte_offset = (start * (int64_t)(p_iso->i_framesize)) + p_iso->i_fuzzy_offset + p_iso->i_datastart; ret = cdio_stream_seek (p_iso->stream, i_byte_offset, SEEK_SET); if (ret!=0) return 0; return cdio_stream_read (p_iso->stream, ptr, i_framesize, size); } /*! Seek to a position and then read n blocks. Size read is returned. */ long int iso9660_iso_seek_read (const iso9660_t *p_iso, void *ptr, lsn_t start, long int size) { return iso9660_seek_read_framesize(p_iso, ptr, start, size, ISO_BLOCKSIZE); } /*! Check for the end of a directory record list in a single directory block. If at the end, set the offset to start of the next block and return "true". The caller often skips actions only when at the end of a record list. */ static bool iso9660_check_dir_block_end(iso9660_dir_t *p_iso9660_dir, unsigned *offset) { if (!iso9660_get_dir_len(p_iso9660_dir)) { /* Length 0 indicates that no more directory records are in this block. This matches how Linux and libburn's libisofs work. Note that assignment below does not exactly round up. If (offset % ISO_BLOCKSIZE) == 0 then offset is incremented by ISO_BLOCKSIZE, i.e. the block is skipped. */ *offset += ISO_BLOCKSIZE - (*offset % ISO_BLOCKSIZE); return true; } if ((*offset + iso9660_get_dir_len(p_iso9660_dir) - 1) / ISO_BLOCKSIZE != *offset / ISO_BLOCKSIZE) { /* Directory record spans over block limit. Hop to next block where a new record is supposed to begin, if it is not after the end of the directory data. */ *offset += ISO_BLOCKSIZE - (*offset % ISO_BLOCKSIZE); return true; } return false; } static iso9660_stat_t * _iso9660_dir_to_statbuf (iso9660_dir_t *p_iso9660_dir, bool_3way_t b_xa, uint8_t u_joliet_level) { uint8_t dir_len= iso9660_get_dir_len(p_iso9660_dir); iso711_t i_fname; unsigned int stat_len; iso9660_stat_t *p_stat = NULL; bool err; if (!dir_len) return NULL; i_fname = from_711(p_iso9660_dir->filename.len); /* .. string in statbuf is one longer than in p_iso9660_dir's listing '\1' */ stat_len = sizeof(iso9660_stat_t)+i_fname+2; p_stat = calloc(1, stat_len); if (!p_stat) { cdio_warn("Couldn't calloc(1, %d)", stat_len); return NULL; } p_stat->type = (p_iso9660_dir->file_flags & ISO_DIRECTORY) ? _STAT_DIR : _STAT_FILE; p_stat->lsn = from_733_with_err (p_iso9660_dir->extent, &err); if (err) { free(p_stat); return NULL; } p_stat->size = from_733_with_err (p_iso9660_dir->size, &err); if (err) { free(p_stat); return NULL; } p_stat->secsize = _cdio_len2blocks (p_stat->size, ISO_BLOCKSIZE); p_stat->rr.b3_rock = dunno; /*FIXME should do based on mask */ p_stat->b_xa = false; { char rr_fname[256] = ""; int i_rr_fname = #ifdef HAVE_ROCK get_rock_ridge_filename(p_iso9660_dir, rr_fname, p_stat); #else 0; #endif if (i_rr_fname > 0) { if (i_rr_fname > i_fname) { /* realloc gives valgrind errors */ iso9660_stat_t *p_stat_new = calloc(1, sizeof(iso9660_stat_t)+i_rr_fname+2); if (!p_stat_new) { cdio_warn("Couldn't calloc(1, %d)", (int)(sizeof(iso9660_stat_t)+i_rr_fname+2)); free(p_stat); return NULL; } memcpy(p_stat_new, p_stat, stat_len); free(p_stat); p_stat = p_stat_new; } strncpy(p_stat->filename, rr_fname, i_rr_fname+1); } else { if ('\0' == p_iso9660_dir->filename.str[1] && 1 == i_fname) strncpy (p_stat->filename, ".", sizeof(".")); else if ('\1' == p_iso9660_dir->filename.str[1] && 1 == i_fname) strncpy (p_stat->filename, "..", sizeof("..")); #ifdef HAVE_JOLIET else if (u_joliet_level) { int i_inlen = i_fname; cdio_utf8_t *p_psz_out = NULL; if (cdio_charset_to_utf8(&p_iso9660_dir->filename.str[1], i_inlen, &p_psz_out, "UCS-2BE")) { strncpy(p_stat->filename, p_psz_out, i_fname); free(p_psz_out); } else { free(p_stat); return NULL; } } #endif /*HAVE_JOLIET*/ else { strncpy (p_stat->filename, &p_iso9660_dir->filename.str[1], i_fname); } } } iso9660_get_dtime(&(p_iso9660_dir->recording_time), true, &(p_stat->tm)); if (dir_len < sizeof (iso9660_dir_t)) { iso9660_stat_free(p_stat); return NULL; } { int su_length = iso9660_get_dir_len(p_iso9660_dir) - sizeof (iso9660_dir_t); su_length -= i_fname; if (su_length % 2) su_length--; if (su_length < 0 || su_length < sizeof (iso9660_xa_t)) return p_stat; if (nope == b_xa) { return p_stat; } else { iso9660_xa_t *xa_data = (void *) (((char *) p_iso9660_dir) + (iso9660_get_dir_len(p_iso9660_dir) - su_length)); cdio_log_level_t loglevel = (yep == b_xa) ? CDIO_LOG_WARN : CDIO_LOG_INFO; if (xa_data->signature[0] != 'X' || xa_data->signature[1] != 'A') { cdio_log (loglevel, "XA signature not found in ISO9660's system use area;" " ignoring XA attributes for this file entry."); cdio_debug ("%d %d %d, '%c%c' (%d, %d)", iso9660_get_dir_len(p_iso9660_dir), i_fname, su_length, xa_data->signature[0], xa_data->signature[1], xa_data->signature[0], xa_data->signature[1]); return p_stat; } p_stat->b_xa = true; p_stat->xa = *xa_data; } } return p_stat; } /*! Return the directory name stored in the iso9660_dir_t A string is allocated: the caller must deallocate. This routine can return NULL if memory allocation fails. */ char * iso9660_dir_to_name (const iso9660_dir_t *iso9660_dir) { uint8_t len=iso9660_get_dir_len(iso9660_dir); if (!len) return NULL; cdio_assert (len >= sizeof (iso9660_dir_t)); /* (iso9660_dir->file_flags & ISO_DIRECTORY) */ if (iso9660_dir->filename.str[1] == '\0') return strdup("."); else if (iso9660_dir->filename.str[1] == '\1') return strdup(".."); else { return strdup(&iso9660_dir->filename.str[1]); } } /* Return a pointer to a ISO 9660 stat buffer or NULL if there's an error */ static iso9660_stat_t * _fs_stat_root (CdIo_t *p_cdio) { if (!p_cdio) return NULL; { iso_extension_mask_t iso_extension_mask = ISO_EXTENSION_ALL; generic_img_private_t *p_env = (generic_img_private_t *) p_cdio->env; iso9660_dir_t *p_iso9660_dir; iso9660_stat_t *p_stat; bool_3way_t b_xa; if (!p_env->u_joliet_level) iso_extension_mask &= ~ISO_EXTENSION_JOLIET; /* FIXME try also with Joliet.*/ if ( !iso9660_fs_read_superblock (p_cdio, iso_extension_mask) ) { cdio_warn("Could not read ISO-9660 Superblock."); return NULL; } switch(cdio_get_discmode(p_cdio)) { case CDIO_DISC_MODE_CD_XA: b_xa = yep; break; case CDIO_DISC_MODE_CD_DATA: b_xa = nope; break; default: b_xa = dunno; } #ifdef HAVE_JOLIET p_iso9660_dir = p_env->u_joliet_level ? &(p_env->svd.root_directory_record) : &(p_env->pvd.root_directory_record) ; #else p_iso9660_dir = &(p_env->pvd.root_directory_record) ; #endif p_stat = _iso9660_dir_to_statbuf (p_iso9660_dir, b_xa, p_env->u_joliet_level); return p_stat; } } static iso9660_stat_t * _ifs_stat_root (iso9660_t *p_iso) { iso9660_stat_t *p_stat; iso9660_dir_t *p_iso9660_dir; #ifdef HAVE_JOLIET p_iso9660_dir = p_iso->u_joliet_level ? &(p_iso->svd.root_directory_record) : &(p_iso->pvd.root_directory_record) ; #else p_iso9660_dir = &(p_iso->pvd.root_directory_record) ; #endif p_stat = _iso9660_dir_to_statbuf (p_iso9660_dir, p_iso->b_xa, p_iso->u_joliet_level); return p_stat; } static iso9660_stat_t * _fs_stat_traverse (const CdIo_t *p_cdio, const iso9660_stat_t *_root, char **splitpath) { unsigned offset = 0; uint8_t *_dirbuf = NULL; iso9660_stat_t *p_stat; generic_img_private_t *p_env = (generic_img_private_t *) p_cdio->env; if (!splitpath[0]) { unsigned int len=sizeof(iso9660_stat_t) + strlen(_root->filename)+1; p_stat = calloc(1, len); cdio_assert (p_stat != NULL); memcpy(p_stat, _root, len); p_stat->rr.psz_symlink = calloc(1, p_stat->rr.i_symlink_max); cdio_assert (p_stat->rr.psz_symlink != NULL); memcpy(p_stat->rr.psz_symlink, _root->rr.psz_symlink, p_stat->rr.i_symlink_max); return p_stat; } if (_root->type == _STAT_FILE) return NULL; cdio_assert (_root->type == _STAT_DIR); _dirbuf = calloc(1, _root->secsize * ISO_BLOCKSIZE); if (!_dirbuf) { cdio_warn("Couldn't calloc(1, %d)", _root->secsize * ISO_BLOCKSIZE); return NULL; } if (cdio_read_data_sectors (p_cdio, _dirbuf, _root->lsn, ISO_BLOCKSIZE, _root->secsize)) return NULL; while (offset < (_root->secsize * ISO_BLOCKSIZE)) { iso9660_dir_t *p_iso9660_dir = (void *) &_dirbuf[offset]; iso9660_stat_t *p_iso9660_stat; int cmp; if (iso9660_check_dir_block_end(p_iso9660_dir, &offset)) continue; p_iso9660_stat = _iso9660_dir_to_statbuf (p_iso9660_dir, dunno, p_env->u_joliet_level); cmp = strcmp(splitpath[0], p_iso9660_stat->filename); if ( 0 != cmp && 0 == p_env->u_joliet_level && yep != p_iso9660_stat->rr.b3_rock ) { char *trans_fname = NULL; unsigned int i_trans_fname=strlen(p_iso9660_stat->filename); if (i_trans_fname) { trans_fname = calloc(1, i_trans_fname+1); if (!trans_fname) { cdio_warn("can't allocate %lu bytes", (long unsigned int) strlen(p_iso9660_stat->filename)); free(p_iso9660_stat); return NULL; } iso9660_name_translate_ext(p_iso9660_stat->filename, trans_fname, p_env->u_joliet_level); cmp = strcmp(splitpath[0], trans_fname); free(trans_fname); } } if (!cmp) { iso9660_stat_t *ret_stat = _fs_stat_traverse (p_cdio, p_iso9660_stat, &splitpath[1]); iso9660_stat_free(p_iso9660_stat); free (_dirbuf); return ret_stat; } iso9660_stat_free(p_iso9660_stat); offset += iso9660_get_dir_len(p_iso9660_dir); } cdio_assert (offset == (_root->secsize * ISO_BLOCKSIZE)); /* not found */ free (_dirbuf); return NULL; } static iso9660_stat_t * _fs_iso_stat_traverse (iso9660_t *p_iso, const iso9660_stat_t *_root, char **splitpath) { unsigned offset = 0; uint8_t *_dirbuf = NULL; int ret; if (!splitpath[0]) { iso9660_stat_t *p_stat; unsigned int len=sizeof(iso9660_stat_t) + strlen(_root->filename)+1; p_stat = calloc(1, len); cdio_assert (p_stat != NULL); memcpy(p_stat, _root, len); p_stat->rr.psz_symlink = calloc(1, p_stat->rr.i_symlink_max); cdio_assert (p_stat->rr.psz_symlink != NULL); memcpy(p_stat->rr.psz_symlink, _root->rr.psz_symlink, p_stat->rr.i_symlink_max); return p_stat; } if (_root->type == _STAT_FILE) return NULL; cdio_assert (_root->type == _STAT_DIR); _dirbuf = calloc(1, _root->secsize * ISO_BLOCKSIZE); if (!_dirbuf) { cdio_warn("Couldn't calloc(1, %d)", _root->secsize * ISO_BLOCKSIZE); return NULL; } ret = iso9660_iso_seek_read (p_iso, _dirbuf, _root->lsn, _root->secsize); if (ret!=ISO_BLOCKSIZE*_root->secsize) { free(_dirbuf); return NULL; } while (offset < (_root->secsize * ISO_BLOCKSIZE)) { iso9660_dir_t *p_iso9660_dir = (void *) &_dirbuf[offset]; iso9660_stat_t *p_stat; int cmp; if (iso9660_check_dir_block_end(p_iso9660_dir, &offset)) continue; p_stat = _iso9660_dir_to_statbuf (p_iso9660_dir, p_iso->b_xa, p_iso->u_joliet_level); if (!p_stat) { cdio_warn("Bad directory information for %s", splitpath[0]); free(_dirbuf); return NULL; } cmp = strcmp(splitpath[0], p_stat->filename); if ( 0 != cmp && 0 == p_iso->u_joliet_level && yep != p_stat->rr.b3_rock ) { char *trans_fname = NULL; unsigned int i_trans_fname=strlen(p_stat->filename); if (i_trans_fname) { trans_fname = calloc(1, i_trans_fname+1); if (!trans_fname) { cdio_warn("can't allocate %lu bytes", (long unsigned int) strlen(p_stat->filename)); free(p_stat); return NULL; } iso9660_name_translate_ext(p_stat->filename, trans_fname, p_iso->u_joliet_level); cmp = strcmp(splitpath[0], trans_fname); free(trans_fname); } } if (!cmp) { iso9660_stat_t *ret_stat = _fs_iso_stat_traverse (p_iso, p_stat, &splitpath[1]); iso9660_stat_free(p_stat); free (_dirbuf); return ret_stat; } iso9660_stat_free(p_stat); offset += iso9660_get_dir_len(p_iso9660_dir); } cdio_assert (offset == (_root->secsize * ISO_BLOCKSIZE)); /* not found */ free (_dirbuf); return NULL; } /*! Return file status for psz_path. NULL is returned on error. @param p_cdio the CD object to read from @param psz_path filename path to look up and get information about @return ISO 9660 file information Important note: You make get different results looking up "/" versus "/." and the latter may give more complete information. "/" will take information from the PVD only, whereas "/." will force a directory read of "/" and find "." and in that Rock-Ridge information might be found which fills in more stat information. Ideally iso9660_fs_stat should be fixed. Patches anyone? */ iso9660_stat_t * iso9660_fs_stat (CdIo_t *p_cdio, const char psz_path[]) { iso9660_stat_t *p_root; char **p_psz_splitpath; iso9660_stat_t *p_stat; if (!p_cdio) return NULL; if (!psz_path) return NULL; p_root = _fs_stat_root (p_cdio); if (!p_root) return NULL; p_psz_splitpath = _cdio_strsplit (psz_path, '/'); p_stat = _fs_stat_traverse (p_cdio, p_root, p_psz_splitpath); free(p_root); _cdio_strfreev (p_psz_splitpath); return p_stat; } typedef iso9660_stat_t * (stat_root_t) (void *p_image); typedef iso9660_stat_t * (stat_traverse_t) (const void *p_image, const iso9660_stat_t *_root, char **splitpath); /*! Get file status for psz_path into stat. NULL is returned on error. pathname version numbers in the ISO 9660 name are dropped, i.e. ;1 is removed and if level 1 ISO-9660 names are lowercased. */ static iso9660_stat_t * fs_stat_translate (void *p_image, stat_root_t stat_root, stat_traverse_t stat_traverse, const char psz_path[]) { iso9660_stat_t *p_root; char **p_psz_splitpath; iso9660_stat_t *p_stat; if (!p_image) return NULL; if (!psz_path) return NULL; p_root = stat_root (p_image); if (!p_root) return NULL; p_psz_splitpath = _cdio_strsplit (psz_path, '/'); p_stat = stat_traverse (p_image, p_root, p_psz_splitpath); free(p_root); _cdio_strfreev (p_psz_splitpath); return p_stat; } /*! Return file status for path name psz_path. NULL is returned on error. pathname version numbers in the ISO 9660 name are dropped, i.e. ;1 is removed and if level 1 ISO-9660 names are lowercased. @param p_cdio the CD object to read from @param psz_path filename path to look up and get information about @return ISO 9660 file information. The caller must free the returned result using iso9660_stat_free(). */ iso9660_stat_t * iso9660_fs_stat_translate (CdIo_t *p_cdio, const char psz_path[]) { return fs_stat_translate(p_cdio, (stat_root_t *) _fs_stat_root, (stat_traverse_t *) _fs_stat_traverse, psz_path); } /*! @param p_iso the ISO-9660 file image to get data from @param psz_path filename path translate @return file status for path name psz_path. NULL is returned on error. pathname version numbers in the ISO 9660 name are dropped, i.e. ;1 is removed and if level 1 ISO-9660 names are lowercased. The caller must free the returned result using iso9660_stat_free(). */ iso9660_stat_t * iso9660_ifs_stat_translate (iso9660_t *p_iso, const char psz_path[]) { return fs_stat_translate(p_iso, (stat_root_t *) _ifs_stat_root, (stat_traverse_t *) _fs_iso_stat_traverse, psz_path); } /*! @param p_cdio the CD object to read from @param pzs_path path the look up @return file status for pathname. NULL is returned on error. The caller must free the returned result using iso9660_stat_free(). */ iso9660_stat_t * iso9660_ifs_stat (iso9660_t *p_iso, const char psz_path[]) { iso9660_stat_t *p_root; char **splitpath; iso9660_stat_t *stat; if (!p_iso) return NULL; if (!psz_path) return NULL; p_root = _ifs_stat_root (p_iso); if (!p_root) return NULL; splitpath = _cdio_strsplit (psz_path, '/'); stat = _fs_iso_stat_traverse (p_iso, p_root, splitpath); free(p_root); _cdio_strfreev (splitpath); return stat; } /*! Read psz_path (a directory) and return a list of iso9660_stat_t pointers for the files inside that directory. @param p_cdio the CD object to read from @param pzs_path path the read the directory from. @return file status for psz_path. The caller must free the The caller must free the returned result using iso9660_stat_free(). */ CdioISO9660FileList_t * iso9660_fs_readdir (CdIo_t *p_cdio, const char psz_path[]) { generic_img_private_t *p_env; iso9660_stat_t *p_stat; if (!p_cdio) return NULL; if (!psz_path) return NULL; p_env = (generic_img_private_t *) p_cdio->env; p_stat = iso9660_fs_stat (p_cdio, psz_path); if (!p_stat) return NULL; if (p_stat->type != _STAT_DIR) { iso9660_stat_free(p_stat); return NULL; } { unsigned offset = 0; uint8_t *_dirbuf = NULL; CdioISO9660DirList_t *retval = _cdio_list_new (); _dirbuf = calloc(1, p_stat->secsize * ISO_BLOCKSIZE); if (!_dirbuf) { cdio_warn("Couldn't calloc(1, %d)", p_stat->secsize * ISO_BLOCKSIZE); iso9660_stat_free(p_stat); iso9660_dirlist_free(retval); return NULL; } if (cdio_read_data_sectors (p_cdio, _dirbuf, p_stat->lsn, ISO_BLOCKSIZE, p_stat->secsize)) { iso9660_stat_free(p_stat); iso9660_dirlist_free(retval); return NULL; } while (offset < (p_stat->secsize * ISO_BLOCKSIZE)) { iso9660_dir_t *p_iso9660_dir = (void *) &_dirbuf[offset]; iso9660_stat_t *p_iso9660_stat; if (iso9660_check_dir_block_end(p_iso9660_dir, &offset)) continue; p_iso9660_stat = _iso9660_dir_to_statbuf(p_iso9660_dir, dunno, p_env->u_joliet_level); _cdio_list_append (retval, p_iso9660_stat); offset += iso9660_get_dir_len(p_iso9660_dir); } cdio_assert (offset == (p_stat->secsize * ISO_BLOCKSIZE)); free(_dirbuf); iso9660_stat_free(p_stat); return retval; } } /*! Read psz_path (a directory) and return a list of iso9660_stat_t of the files inside that. The caller must free the returned result. */ CdioISO9660FileList_t * iso9660_ifs_readdir (iso9660_t *p_iso, const char psz_path[]) { iso9660_stat_t *p_stat; if (!p_iso) return NULL; if (!psz_path) return NULL; p_stat = iso9660_ifs_stat (p_iso, psz_path); if (!p_stat) return NULL; if (p_stat->type != _STAT_DIR) { iso9660_stat_free(p_stat); return NULL; } { long int ret; unsigned offset = 0; uint8_t *_dirbuf = NULL; CdioList_t *retval = _cdio_list_new (); const size_t dirbuf_len = p_stat->secsize * ISO_BLOCKSIZE; if (!dirbuf_len) { cdio_warn("Invalid directory buffer sector size %u", p_stat->secsize); iso9660_stat_free(p_stat); _cdio_list_free (retval, true, NULL); return NULL; } _dirbuf = calloc(1, dirbuf_len); if (!_dirbuf) { cdio_warn("Couldn't calloc(1, %lu)", (unsigned long)dirbuf_len); iso9660_stat_free(p_stat); _cdio_list_free (retval, true, NULL); return NULL; } ret = iso9660_iso_seek_read (p_iso, _dirbuf, p_stat->lsn, p_stat->secsize); if (ret != dirbuf_len) { _cdio_list_free (retval, true, NULL); iso9660_stat_free(p_stat); free (_dirbuf); return NULL; } while (offset < (dirbuf_len)) { iso9660_dir_t *p_iso9660_dir = (void *) &_dirbuf[offset]; iso9660_stat_t *p_iso9660_stat; if (iso9660_check_dir_block_end(p_iso9660_dir, &offset)) continue; p_iso9660_stat = _iso9660_dir_to_statbuf(p_iso9660_dir, p_iso->b_xa, p_iso->u_joliet_level); if (p_iso9660_stat) _cdio_list_append (retval, p_iso9660_stat); else { cdio_warn("Invalid directory stat at offset %lu", (unsigned long)offset); break; } offset += iso9660_get_dir_len(p_iso9660_dir); } free (_dirbuf); iso9660_stat_free(p_stat); if (offset != dirbuf_len) { _cdio_list_free (retval, true, (CdioDataFree_t) iso9660_stat_free); return NULL; } return retval; } } typedef CdioISO9660FileList_t * (iso9660_readdir_t) (void *p_image, const char * psz_path); CdioISO9660FileList_t * iso9660_filelist_new(void) { return (CdioISO9660FileList_t *) _cdio_list_new (); } CdioISO9660DirList_t * iso9660_dirlist_new(void) { return (CdioISO9660FileList_t *) _cdio_list_new (); } static iso9660_stat_t * find_lsn_recurse (void *p_image, iso9660_readdir_t iso9660_readdir, const char psz_path[], lsn_t lsn, /*out*/ char **ppsz_full_filename) { CdioISO9660FileList_t *entlist = iso9660_readdir (p_image, psz_path); CdioISO9660DirList_t *dirlist = iso9660_filelist_new(); CdioListNode_t *entnode; cdio_assert (entlist != NULL); /* iterate over each entry in the directory */ _CDIO_LIST_FOREACH (entnode, entlist) { iso9660_stat_t *statbuf = _cdio_list_node_data (entnode); const char *psz_filename = (char *) statbuf->filename; unsigned int len = strlen(psz_path) + strlen(psz_filename)+2; if (*ppsz_full_filename != NULL) free(*ppsz_full_filename); *ppsz_full_filename = calloc(1, len); snprintf (*ppsz_full_filename, len, "%s%s/", psz_path, psz_filename); if (statbuf->type == _STAT_DIR && strcmp ((char *) statbuf->filename, ".") && strcmp ((char *) statbuf->filename, "..")) { snprintf (*ppsz_full_filename, len, "%s%s/", psz_path, psz_filename); _cdio_list_append (dirlist, strdup(*ppsz_full_filename)); } if (statbuf->lsn == lsn) { const unsigned int len2 = sizeof(iso9660_stat_t)+strlen(statbuf->filename)+1; iso9660_stat_t *ret_stat = calloc(1, len2); if (!ret_stat) { iso9660_dirlist_free(dirlist); cdio_warn("Couldn't calloc(1, %d)", len2); free(*ppsz_full_filename); *ppsz_full_filename = NULL; return NULL; } memcpy(ret_stat, statbuf, len2); iso9660_filelist_free (entlist); iso9660_dirlist_free(dirlist); return ret_stat; } } iso9660_filelist_free (entlist); /* now recurse/descend over directories encountered */ _CDIO_LIST_FOREACH (entnode, dirlist) { char *psz_path_prefix = _cdio_list_node_data (entnode); iso9660_stat_t *ret_stat; free(*ppsz_full_filename); *ppsz_full_filename = NULL; ret_stat = find_lsn_recurse (p_image, iso9660_readdir, psz_path_prefix, lsn, ppsz_full_filename); if (NULL != ret_stat) { iso9660_dirlist_free(dirlist); return ret_stat; } } if (*ppsz_full_filename != NULL) { free(*ppsz_full_filename); *ppsz_full_filename = NULL; } iso9660_dirlist_free(dirlist); return NULL; } /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. Returns stat_t of entry if we found lsn, or NULL otherwise. */ iso9660_stat_t * iso9660_fs_find_lsn(CdIo_t *p_cdio, lsn_t i_lsn) { char *psz_full_filename = NULL; iso9660_stat_t * p_statbuf; p_statbuf = find_lsn_recurse (p_cdio, (iso9660_readdir_t *) iso9660_fs_readdir, "/", i_lsn, &psz_full_filename); if (psz_full_filename != NULL) free(psz_full_filename); return p_statbuf; } /*! Given a directory pointer, find the filesystem entry that contains LSN and return information about it. @param p_iso the ISO-9660 file image to get data from. @param i_lsn the LSN to find @param ppsz_full_filename the place to store the name of the path that has LSN. On entry this should point to NULL. If not, the value will be freed. On exit a value is malloc'd and the caller is responsible for freeing the result. @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). */ iso9660_stat_t * iso9660_fs_find_lsn_with_path(CdIo_t *p_cdio, lsn_t i_lsn, /*out*/ char **ppsz_full_filename) { return find_lsn_recurse (p_cdio, (iso9660_readdir_t *) iso9660_fs_readdir, "/", i_lsn, ppsz_full_filename); } /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. @param p_iso the ISO-9660 file image to get data from. @param i_lsn the LSN to find @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). */ iso9660_stat_t * iso9660_ifs_find_lsn(iso9660_t *p_iso, lsn_t i_lsn) { char *psz_full_filename = NULL; iso9660_stat_t *ret = find_lsn_recurse (p_iso, (iso9660_readdir_t *) iso9660_ifs_readdir, "/", i_lsn, &psz_full_filename); if (psz_full_filename != NULL) free(psz_full_filename); return ret; } /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. @param p_iso pointer to iso_t @param i_lsn LSN to find @param ppsz_path full path of lsn filename. On entry *ppsz_path should be NULL. On return it will be allocated an point to the full path of the file at lsn or NULL if the lsn is not found. You should deallocate *ppsz_path when you are done using it. @return stat_t of entry if we found lsn, or NULL otherwise. Caller must free return value using iso9660_stat_free(). */ iso9660_stat_t * iso9660_ifs_find_lsn_with_path(iso9660_t *p_iso, lsn_t i_lsn, /*out*/ char **ppsz_full_filename) { return find_lsn_recurse (p_iso, (iso9660_readdir_t *) iso9660_ifs_readdir, "/", i_lsn, ppsz_full_filename); } /*! Free the passed iso9660_stat_t structure. @param p_stat iso9660 stat buffer to free. */ void iso9660_stat_free(iso9660_stat_t *p_stat) { if (p_stat != NULL) { if (p_stat->rr.psz_symlink) { CDIO_FREE_IF_NOT_NULL(p_stat->rr.psz_symlink); } free(p_stat); } } /*! Free the passed CdioISOC9660FileList_t structure. */ void iso9660_filelist_free(CdioISO9660FileList_t *p_filelist) { _cdio_list_free(p_filelist, true, (CdioDataFree_t) iso9660_stat_free); } /*! Free the passed CdioISOC9660DirList_t structure. */ void iso9660_dirlist_free(CdioISO9660DirList_t *p_filelist) { _cdio_list_free(p_filelist, true, free); } /*! Return true if ISO 9660 image has extended attrributes (XA). */ bool iso9660_ifs_is_xa (const iso9660_t * p_iso) { if (!p_iso) return false; return yep == p_iso->b_xa; } static bool_3way_t iso_have_rr_traverse (iso9660_t *p_iso, const iso9660_stat_t *_root, char **splitpath, uint64_t *pu_file_limit) { unsigned offset = 0; uint8_t *_dirbuf = NULL; int ret; bool_3way_t have_rr = nope; if (!splitpath[0]) return false; if (_root->type == _STAT_FILE) return nope; if (*pu_file_limit == 0) return dunno; cdio_assert (_root->type == _STAT_DIR); _dirbuf = calloc(1, _root->secsize * ISO_BLOCKSIZE); if (!_dirbuf) { cdio_warn("Couldn't calloc(1, %d)", _root->secsize * ISO_BLOCKSIZE); return dunno; } ret = iso9660_iso_seek_read (p_iso, _dirbuf, _root->lsn, _root->secsize); if (ret!=ISO_BLOCKSIZE*_root->secsize) { free(_dirbuf); return false; } while (offset < (_root->secsize * ISO_BLOCKSIZE)) { iso9660_dir_t *p_iso9660_dir = (void *) &_dirbuf[offset]; iso9660_stat_t *p_stat; unsigned int i_last_component = 1; if (iso9660_check_dir_block_end(p_iso9660_dir, &offset)) continue; p_stat = _iso9660_dir_to_statbuf (p_iso9660_dir, p_iso->b_xa, p_iso->u_joliet_level); have_rr = p_stat->rr.b3_rock; if ( have_rr != yep) { if (strlen(splitpath[0]) == 0) have_rr = false; else have_rr = iso_have_rr_traverse (p_iso, p_stat, &splitpath[i_last_component], pu_file_limit); } free(p_stat); if (have_rr != nope) { free (_dirbuf); return have_rr; } offset += iso9660_get_dir_len(p_iso9660_dir); *pu_file_limit = (*pu_file_limit)-1; if ((*pu_file_limit) == 0) { free (_dirbuf); return dunno; } } cdio_assert (offset == (_root->secsize * ISO_BLOCKSIZE)); /* not found */ free (_dirbuf); return nope; } /*! Return "yup" if any file has Rock-Ridge extensions. Warning: this can be time consuming. On an ISO 9600 image with lots of files but no Rock-Ridge extensions, the entire directory structure will be scanned up to u_file_limit. @param p_iso the ISO-9660 file image to get data from @param u_file_limit the maximimum number of (non-rock-ridge) files to consider before giving up and returning "dunno". "dunno" can also be returned if there was some error encountered such as not being able to allocate memory in processing. */ extern bool_3way_t iso9660_have_rr(iso9660_t *p_iso, uint64_t u_file_limit) { iso9660_stat_t *p_root; char *p_psz_splitpath[2] = {strdup("/"), strdup("")}; bool_3way_t is_rr = nope; if (!p_iso) return false; p_root = _ifs_stat_root (p_iso); if (!p_root) return dunno; if (u_file_limit == 0) u_file_limit = UINT64_MAX; is_rr = iso_have_rr_traverse (p_iso, p_root, p_psz_splitpath, &u_file_limit); free(p_root); free(p_psz_splitpath[0]); free(p_psz_splitpath[1]); return is_rr; } libcdio-2.0.0/lib/Makefile.in0000664000175000017500000005104613222217404012657 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003, 2004, 2006, 2008, 2012 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # ######################################################## # make all libraries ######################################################## VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = driver iso9660 udf cdio++ am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @ENABLE_CXX_BINDINGS_TRUE@cxxdirs = cdio++ SUBDIRS = driver iso9660 udf $(cxxdirs) all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign lib/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/lib/cdio++/0000775000175000017500000000000013222221717011732 500000000000000libcdio-2.0.0/lib/cdio++/devices.cpp0000644000175000017500000001540211650126312013776 00000000000000/* -*- C++ -*- Copyright (C) 2006, 2008, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include /*! Close media tray in CD drive if there is a routine to do so. @param psz_drive the name of CD-ROM to be closed. @param driver_id is the driver to be used or that got used if it was DRIVER_UNKNOWN or DRIVER_DEVICE; If this is NULL, we won't report back the driver used. */ void closeTray (const char *psz_drive, /*in/out*/ driver_id_t &driver_id) { driver_return_code_t drc = cdio_close_tray (psz_drive, &driver_id); possible_throw_device_exception(drc); } /*! Close media tray in CD drive if there is a routine to do so. @param psz_drive the name of CD-ROM to be closed. If omitted or NULL, we'll scan for a suitable CD-ROM. */ void closeTray (const char *psz_drive) { driver_id_t driver_id = DRIVER_UNKNOWN; closeTray(psz_drive, driver_id); } /*! Get a string decribing driver_id. @param driver_id the driver you want the description for @return a sring of driver description */ const char * driverDescribe (driver_id_t driver_id) { return cdio_driver_describe(driver_id); } /*! Eject media in CD drive if there is a routine to do so. If the CD is ejected, object is destroyed. */ void ejectMedia (const char *psz_drive) { driver_return_code_t drc = cdio_eject_media_drive(psz_drive); possible_throw_device_exception(drc); } /*! Free device list returned by GetDevices @param device_list list returned by GetDevices @see GetDevices */ void freeDeviceList (char * device_list[]) { cdio_free_device_list(device_list); } /*! Return a string containing the default CD device if none is specified. if p_driver_id is DRIVER_UNKNOWN or DRIVER_DEVICE then find a suitable one set the default device for that. NULL is returned if we couldn't get a default device. */ char * getDefaultDevice(/*in/out*/ driver_id_t &driver_id) { return cdio_get_default_device_driver(&driver_id); } /*! Return an array of device names. If you want a specific devices for a driver, give that device. If you want hardware devices, give DRIVER_DEVICE and if you want all possible devices, image drivers and hardware drivers give DRIVER_UNKNOWN. NULL is returned if we couldn't return a list of devices. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char ** getDevices(driver_id_t driver_id) { return cdio_get_devices(driver_id); } /*! Like GetDevices above, but we may change the p_driver_id if we were given DRIVER_DEVICE or DRIVER_UNKNOWN. This is because often one wants to get a drive name and then *open* it afterwards. Giving the driver back facilitates this, and speeds things up for libcdio as well. */ char ** getDevices (driver_id_t &driver_id) { return cdio_get_devices_ret(&driver_id); } /*! Get an array of device names in search_devices that have at least the capabilities listed by the capabities parameter. If search_devices is NULL, then we'll search all possible CD drives. If "b_any" is set false then every capability listed in the extended portion of capabilities (i.e. not the basic filesystem) must be satisified. If "any" is set true, then if any of the capabilities matches, we call that a success. To find a CD-drive of any type, use the mask CDIO_FS_MATCH_ALL. @return the array of device names or NULL if we couldn't get a default device. It is also possible to return a non NULL but after dereferencing the the value is NULL. This also means nothing was found. */ char ** getDevices(/*in*/ char *ppsz_search_devices[], cdio_fs_anal_t capabilities, bool b_any) { return cdio_get_devices_with_cap(ppsz_search_devices, capabilities, b_any); } /*! Like GetDevices above but we return the driver we found as well. This is because often one wants to search for kind of drive and then *open* it afterwards. Giving the driver back facilitates this, and speeds things up for libcdio as well. */ char ** getDevices(/*in*/ char* ppsz_search_devices[], cdio_fs_anal_t capabilities, /*out*/ driver_id_t &driver_id, bool b_any) { return cdio_get_devices_with_cap_ret(ppsz_search_devices, capabilities, b_any, &driver_id); } /*! Return true if we Have driver for driver_id */ bool haveDriver (driver_id_t driver_id) { return cdio_have_driver(driver_id); } /*! Determine if bin_name is the bin file part of a CDRWIN CD disk image. @param bin_name location of presumed CDRWIN bin image file. @return the corresponding CUE file if bin_name is a BIN file or NULL if not a BIN file. */ char *isBinFile(const char *psz_bin_name) { return cdio_is_binfile(psz_bin_name); } /*! Determine if cue_name is the cue sheet for a CDRWIN CD disk image. @return corresponding BIN file if cue_name is a CDRWIN cue file or NULL if not a CUE file. */ char * isCueFile(const char *psz_cue_name) { return cdio_is_cuefile(psz_cue_name); } /*! Determine if psz_source refers to a real hardware CD-ROM. @param psz_source location name of object @param driver_id driver for reading object. Use DRIVER_UNKNOWN if you don't know what driver to use. @return true if psz_source is a device; If false is returned we could have a CD disk image. */ bool isDevice(const char *psz_source, driver_id_t driver_id) { return cdio_is_device(psz_source, driver_id); } /*! Determine if psz_nrg is a Nero CD disk image. @param psz_nrg location of presumed NRG image file. @return true if psz_nrg is a Nero NRG image or false if not a NRG image. */ bool isNero(const char *psz_nrg) { return cdio_is_nrg(psz_nrg); } /*! Determine if psz_toc is a TOC file for a cdrdao CD disk image. @param psz_toc location of presumed TOC image file. @return true if toc_name is a cdrdao TOC file or false if not a TOC file. */ bool isTocFile(const char *psz_toc) { return cdio_is_tocfile(psz_toc); } libcdio-2.0.0/lib/cdio++/cdio.cpp0000644000175000017500000000265211114145233013273 00000000000000/* -*- C++ -*- $Id: cdio.cpp,v 1.2 2008/04/20 13:44:31 karl Exp $ Copyright (C) 2006, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #include #include void possible_throw_device_exception(driver_return_code_t drc) { switch (drc) { case DRIVER_OP_SUCCESS: return; case DRIVER_OP_ERROR: throw DriverOpError(); case DRIVER_OP_UNSUPPORTED: throw DriverOpUnsupported(); case DRIVER_OP_UNINIT: throw DriverOpUninit(); case DRIVER_OP_NOT_PERMITTED: throw DriverOpNotPermitted(); case DRIVER_OP_BAD_PARAMETER: throw DriverOpBadParameter(); case DRIVER_OP_BAD_POINTER: throw DriverOpBadPointer(); case DRIVER_OP_NO_DRIVER: throw DriverOpNoDriver(); default: throw DriverOpException(drc); } } libcdio-2.0.0/lib/cdio++/Makefile.in0000664000175000017500000006212013222217404013716 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # $Id: Makefile.am,v 1.11 2008/10/29 09:53:00 rocky Exp $ # # Copyright (C) 2005, 2006, 2007, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the libcdio++ library ######################################################## # # From libtool documentation amended with guidance from N. Boullis: # # 1. Start with version information of `0:0:0' for each libtool library. # # 2. It is probably not a good idea to update the version information # several times between public releases, but rather once per public # release. (This seems to be more an aesthetic consideration than # a hard technical one.) # # 3. If the library source code has changed at all since the last # update, then increment REVISION (`C:R:A' becomes `C:R+1:A'). # # 4. If any interfaces have been added, removed, or changed since the # last update, increment CURRENT, and set REVISION to 0. # # 5. If any interfaces have been added since the last public release, # then increment AGE. # # 6. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib/cdio++ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) libcdio___la_DEPENDENCIES = $(top_builddir)/lib/driver/libcdio.la am__objects_1 = cdio.lo devices.lo am_libcdio___la_OBJECTS = $(am__objects_1) libcdio___la_OBJECTS = $(am_libcdio___la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libcdio___la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(libcdio___la_LDFLAGS) $(LDFLAGS) -o $@ am__DEPENDENCIES_1 = libiso9660___la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) am__objects_2 = iso9660.lo am_libiso9660___la_OBJECTS = $(am__objects_2) libiso9660___la_OBJECTS = $(am_libiso9660___la_OBJECTS) libiso9660___la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ $(AM_CXXFLAGS) $(CXXFLAGS) $(libiso9660___la_LDFLAGS) \ $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) AM_V_CXX = $(am__v_CXX_@AM_V@) am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; am__v_CXX_1 = CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; am__v_CXXLD_1 = SOURCES = $(libcdio___la_SOURCES) $(libiso9660___la_SOURCES) DIST_SOURCES = $(libcdio___la_SOURCES) $(libiso9660___la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ lib_LTLIBRARIES = libiso9660++.la libcdio++.la libcdiopp_la_CURRENT = 1 libcdiopp_la_REVISION = 0 libcdiopp_la_AGE = 0 libcdiopp_sources = cdio.cpp devices.cpp libcdio___la_SOURCES = $(libcdiopp_sources) libcdio___la_LDFLAGS = -version-info $(libcdiopp_la_CURRENT):$(libcdiopp_la_REVISION):$(libcdiopp_la_AGE) @LT_NO_UNDEFINED@ libcdio___la_LIBADD = $(top_builddir)/lib/driver/libcdio.la libiso9660pp_la_CURRENT = 0 libiso9660pp_la_REVISION = 0 libiso9660pp_la_AGE = 0 libiso9660pp_sources = iso9660.cpp libiso9660___la_SOURCES = $(libiso9660pp_sources) libiso9660___la_LIBADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) libiso9660___la_LDFLAGS = -version-info $(libiso9660pp_la_CURRENT):$(libiso9660pp_la_REVISION):$(libiso9660pp_la_AGE) @LT_NO_UNDEFINED@ AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_builddir)/include all: all-am .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/cdio++/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign lib/cdio++/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libcdio++.la: $(libcdio___la_OBJECTS) $(libcdio___la_DEPENDENCIES) $(EXTRA_libcdio___la_DEPENDENCIES) $(AM_V_CXXLD)$(libcdio___la_LINK) -rpath $(libdir) $(libcdio___la_OBJECTS) $(libcdio___la_LIBADD) $(LIBS) libiso9660++.la: $(libiso9660___la_OBJECTS) $(libiso9660___la_DEPENDENCIES) $(EXTRA_libiso9660___la_DEPENDENCIES) $(AM_V_CXXLD)$(libiso9660___la_LINK) -rpath $(libdir) $(libiso9660___la_OBJECTS) $(libiso9660___la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdio.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devices.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso9660.Plo@am__quote@ .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/lib/cdio++/iso9660.cpp0000664000175000017500000001572713217072760013517 00000000000000/* -*- C++ -*- Copyright (C) 2006, 2008, 2011, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. @return Stat * of entry if we found lsn, or NULL otherwise. Caller must release returned object using delete when done. */ ISO9660::Stat * ISO9660::FS::find_lsn(lsn_t i_lsn) { return new Stat(iso9660_find_fs_lsn(p_cdio, i_lsn)); } /*! Read the Primary Volume Descriptor for a CD. True is returned if read, and false if there was an error. */ ISO9660::PVD * ISO9660::FS::read_pvd () { iso9660_pvd_t pvd; bool b_okay = iso9660_fs_read_pvd (p_cdio, &pvd); if (b_okay) { return new PVD(&pvd); } return (PVD *) NULL; } /*! Read the Super block of an ISO 9660 image. This is the Primary Volume Descriptor (PVD) and perhaps a Supplemental Volume Descriptor if (Joliet) extensions are acceptable. */ bool ISO9660::FS::read_superblock (iso_extension_mask_t iso_extension_mask) { return iso9660_fs_read_superblock (p_cdio, iso_extension_mask); } /*! Read psz_path (a directory) and return a list of iso9660_stat_t pointers for the files inside that directory. The caller must free the returned result. */ bool ISO9660::FS::readdir (const char psz_path[], stat_vector_t& stat_vector) { CdioList_t * p_stat_list = iso9660_fs_readdir (p_cdio, psz_path); if (p_stat_list) { CdioListNode_t *p_entnode; _CDIO_LIST_FOREACH (p_entnode, p_stat_list) { iso9660_stat_t *p_statbuf = (iso9660_stat_t *) _cdio_list_node_data (p_entnode); stat_vector.push_back(new ISO9660::Stat(p_statbuf)); } _cdio_list_free (p_stat_list, false, (CdioDataFree_t) iso9660_stat_free); return true; } else { return false; } } /*! Close previously opened ISO 9660 image and free resources associated with the image. Call this when done using using an ISO 9660 image. @return true is unconditionally returned. If there was an error false would be returned. */ bool ISO9660::IFS::close() { iso9660_close(p_iso9660); p_iso9660 = (iso9660_t *) NULL; return true; } /*! Given a directory pointer, find the filesystem entry that contains lsn and return information about it. Returns Stat* of entry if we found lsn, or NULL otherwise. Caller must release returned object using delete when done. */ ISO9660::Stat * ISO9660::IFS::find_lsn(lsn_t i_lsn) { return new Stat(iso9660_ifs_find_lsn(p_iso9660, i_lsn)); } /*! Return the Joliet level recognized. */ uint8_t ISO9660::IFS::get_joliet_level() { return iso9660_ifs_get_joliet_level(p_iso9660); } /*! Return true if ISO 9660 image has extended attrributes (XA). */ bool ISO9660::IFS::is_xa () { return iso9660_ifs_is_xa (p_iso9660); } /*! Open an ISO 9660 image for "fuzzy" reading. This means that we will try to guess various internal offset based on internal checks. This may be useful when trying to read an ISO 9660 image contained in a file format that libiso9660 doesn't know natively (or knows imperfectly.) Maybe in the future we will have a mode. NULL is returned on error. @see open */ bool ISO9660::IFS::open_fuzzy (const char *psz_path, iso_extension_mask_t iso_extension_mask, uint16_t i_fuzz) { p_iso9660 = iso9660_open_fuzzy_ext(psz_path, iso_extension_mask, i_fuzz); //return p_iso9660 != (iso9660_t *) NULL; return true; } /*! Read the Primary Volume Descriptor for an ISO 9660 image. A PVD object is returned if read, and NULL if there was an error. */ ISO9660::PVD * ISO9660::IFS::read_pvd () { iso9660_pvd_t pvd; bool b_okay = iso9660_ifs_read_pvd (p_iso9660, &pvd); if (b_okay) { return new PVD(&pvd); } return (PVD *) NULL; } /*! Read the Super block of an ISO 9660 image but determine framesize and datastart and a possible additional offset. Generally here we are not reading an ISO 9660 image but a CD-Image which contains an ISO 9660 filesystem. @see read_superblock */ bool ISO9660::IFS::read_superblock (iso_extension_mask_t iso_extension_mask, uint16_t i_fuzz) { return iso9660_ifs_read_superblock (p_iso9660, iso_extension_mask); } /*! Read the Super block of an ISO 9660 image but determine framesize and datastart and a possible additional offset. Generally here we are not reading an ISO 9660 image but a CD-Image which contains an ISO 9660 filesystem. @see read_superblock */ bool ISO9660::IFS::read_superblock_fuzzy (iso_extension_mask_t iso_extension_mask, uint16_t i_fuzz) { return iso9660_ifs_fuzzy_read_superblock (p_iso9660, iso_extension_mask, i_fuzz); } char * ISO9660::PVD::get_application_id() { return iso9660_get_application_id(&pvd); } int ISO9660::PVD::get_pvd_block_size() { return iso9660_get_pvd_block_size(&pvd); } /*! Return the PVD's preparer ID. NULL is returned if there is some problem in getting this. */ char * ISO9660::PVD::get_preparer_id() { return iso9660_get_preparer_id(&pvd); } /*! Return the PVD's publisher ID. NULL is returned if there is some problem in getting this. */ char * ISO9660::PVD::get_publisher_id() { return iso9660_get_publisher_id(&pvd); } const char * ISO9660::PVD::get_pvd_id() { return iso9660_get_pvd_id(&pvd); } int ISO9660::PVD::get_pvd_space_size() { return iso9660_get_pvd_space_size(&pvd); } uint8_t ISO9660::PVD::get_pvd_type() { return iso9660_get_pvd_type(&pvd); } /*! Return the primary volume id version number (of pvd). If there is an error 0 is returned. */ int ISO9660::PVD::get_pvd_version() { return iso9660_get_pvd_version(&pvd); } /*! Return the LSN of the root directory for pvd. If there is an error CDIO_INVALID_LSN is returned. */ lsn_t ISO9660::PVD::get_root_lsn() { return iso9660_get_root_lsn(&pvd); } /*! Return the PVD's system ID. NULL is returned if there is some problem in getting this. */ char * ISO9660::PVD::get_system_id() { return iso9660_get_system_id(&pvd); } /*! Return the PVD's volume ID. NULL is returned if there is some problem in getting this. */ char * ISO9660::PVD::get_volume_id() { return iso9660_get_volume_id(&pvd); } /*! Return the PVD's volumeset ID. NULL is returned if there is some problem in getting this. */ char * ISO9660::PVD::get_volumeset_id() { return iso9660_get_volumeset_id(&pvd); } libcdio-2.0.0/lib/cdio++/Makefile.am0000664000175000017500000000523513217072766013727 00000000000000# $Id: Makefile.am,v 1.11 2008/10/29 09:53:00 rocky Exp $ # # Copyright (C) 2005, 2006, 2007, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the libcdio++ library ######################################################## # # From libtool documentation amended with guidance from N. Boullis: # # 1. Start with version information of `0:0:0' for each libtool library. # # 2. It is probably not a good idea to update the version information # several times between public releases, but rather once per public # release. (This seems to be more an aesthetic consideration than # a hard technical one.) # # 3. If the library source code has changed at all since the last # update, then increment REVISION (`C:R:A' becomes `C:R+1:A'). # # 4. If any interfaces have been added, removed, or changed since the # last update, increment CURRENT, and set REVISION to 0. # # 5. If any interfaces have been added since the last public release, # then increment AGE. # # 6. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. lib_LTLIBRARIES = libiso9660++.la libcdio++.la libcdiopp_la_CURRENT = 1 libcdiopp_la_REVISION = 0 libcdiopp_la_AGE = 0 libcdiopp_sources = cdio.cpp devices.cpp libcdio___la_SOURCES = $(libcdiopp_sources) libcdio___la_LDFLAGS = -version-info $(libcdiopp_la_CURRENT):$(libcdiopp_la_REVISION):$(libcdiopp_la_AGE) @LT_NO_UNDEFINED@ libcdio___la_LIBADD = $(top_builddir)/lib/driver/libcdio.la libiso9660pp_la_CURRENT = 0 libiso9660pp_la_REVISION = 0 libiso9660pp_la_AGE = 0 libiso9660pp_sources = iso9660.cpp libiso9660___la_SOURCES = $(libiso9660pp_sources) libiso9660___la_LIBADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) libiso9660___la_LDFLAGS = -version-info $(libiso9660pp_la_CURRENT):$(libiso9660pp_la_REVISION):$(libiso9660pp_la_AGE) @LT_NO_UNDEFINED@ AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(top_builddir)/include libcdio-2.0.0/lib/udf/0000775000175000017500000000000013222221717011444 500000000000000libcdio-2.0.0/lib/udf/Makefile.in0000664000175000017500000005730413222217404013440 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003, 2004, 2006, 2008, 2011, 2013, 2017 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the libudf library ######################################################## # # From libtool documentation amended with guidance from N. Boullis: # # 1. Start with version information of `0:0:0' for each libtool library. # # 2. It is probably not a good idea to update the version information # several times between public releases, but rather once per public # release. (This seems to be more an aesthetic consideration than # a hard technical one.) # # 3. If the library source code has changed at all since the last # update, then increment REVISION (`C:R:A' becomes `C:R+1:A'). # # 4. If any interfaces have been added, removed, or changed since the # last update, increment CURRENT, and set REVISION to 0. # # 5. If any interfaces have been added since the last public release, # then increment AGE. # # 6. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib/udf ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) libudf_la_DEPENDENCIES = am_libudf_la_OBJECTS = udf.lo udf_file.lo udf_fs.lo udf_time.lo \ filemode.lo libudf_la_OBJECTS = $(am_libudf_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libudf_la_SOURCES) DIST_SOURCES = $(libudf_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(noinst_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libudf_la_CURRENT = 4 libudf_la_REVISION = 0 libudf_la_AGE = 0 EXTRA_DIST = libudf.sym noinst_HEADERS = udf_fs.h udf_private.h lib_LTLIBRARIES = libudf.la libudf_la_SOURCES = udf.c udf_file.c udf_fs.c udf_time.c filemode.c libudf_la_LIBADD = @LIBCDIO_LIBS@ @LT_NO_UNDEFINED@ AM_CPPFLAGS = $(LIBCDIO_CFLAGS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/udf/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign lib/udf/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libudf.la: $(libudf_la_OBJECTS) $(libudf_la_DEPENDENCIES) $(EXTRA_libudf_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libudf_la_OBJECTS) $(libudf_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udf_file.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udf_fs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udf_time.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/lib/udf/filemode.c0000644000175000017500000001161711724741021013320 00000000000000/* filemode.c -- make a string describing file modes Copyright (C) 2005, 2008, 2011, 2012 Rocky Bernstein Copyright (C) 1985, 1990, 1993, 1998-2000 Free Software Foundation, Inc. This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #if HAVE_CONFIG_H # include # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_SYS_STAT_H #include #endif #include #include "filemode.h" /* Set the 's' and 't' flags in file attributes string CHARS, according to the file mode BITS. */ static void setst (mode_t bits, char *chars) { #ifdef S_ISUID if (bits & S_ISUID) { if (chars[3] != 'x') /* Set-uid, but not executable by owner. */ chars[3] = 'S'; else chars[3] = 's'; } #endif #ifdef S_ISGID if (bits & S_ISGID) { if (chars[6] != 'x') /* Set-gid, but not executable by group. */ chars[6] = 'S'; else chars[6] = 's'; } #endif #ifdef S_ISVTX if (bits & S_ISVTX) { if (chars[9] != 'x') /* Sticky, but not executable by others. */ chars[9] = 'T'; else chars[9] = 't'; } #endif } /* Return a character indicating the type of file described by file mode BITS: 'd' for directories 'D' for doors 'b' for block special files 'c' for character special files 'n' for network special files 'm' for multiplexor files 'M' for an off-line (regular) file 'l' for symbolic links 's' for sockets 'p' for fifos 'C' for contigous data files '-' for regular files '?' for any other file type. */ static char ftypelet (mode_t bits) { #ifdef S_ISBLK if (S_ISBLK (bits)) return 'b'; #endif if (S_ISCHR (bits)) return 'c'; if (S_ISDIR (bits)) return 'd'; if (S_ISREG (bits)) return '-'; #ifdef S_ISFIFO if (S_ISFIFO (bits)) return 'p'; #endif #ifdef S_ISLNK if (S_ISLNK (bits)) return 'l'; #endif #ifdef S_ISSOCK if (S_ISSOCK (bits)) return 's'; #endif #ifdef S_ISMPC if (S_ISMPC (bits)) return 'm'; #endif #ifdef S_ISNWK if (S_ISNWK (bits)) return 'n'; #endif #ifdef S_ISDOOR if (S_ISDOOR (bits)) return 'D'; #endif #ifdef S_ISCTG if (S_ISCTG (bits)) return 'C'; #endif /* The following two tests are for Cray DMF (Data Migration Facility), which is a HSM file system. A migrated file has a `st_dm_mode' that is different from the normal `st_mode', so any tests for migrated files should use the former. */ #ifdef S_ISOFD if (S_ISOFD (bits)) /* off line, with data */ return 'M'; #endif #ifdef S_ISOFL /* off line, with no data */ if (S_ISOFL (bits)) return 'M'; #endif return '?'; } /*! udf_mode_string - fill in string STR with an ls-style ASCII representation of the st_mode field of file stats block STATP. 10 characters are stored in STR; no terminating null is added. The characters stored in STR are: 0 File type. 'd' for directory, 'c' for character special, 'b' for block special, 'm' for multiplex, 'l' for symbolic link, 's' for socket, 'p' for fifo, '-' for regular, '?' for any other file type 1 'r' if the owner may read, '-' otherwise. 2 'w' if the owner may write, '-' otherwise. 3 'x' if the owner may execute, 's' if the file is set-user-id, '-' otherwise. 'S' if the file is set-user-id, but the execute bit isn't set. 4 'r' if group members may read, '-' otherwise. 5 'w' if group members may write, '-' otherwise. 6 'x' if group members may execute, 's' if the file is set-group-id, '-' otherwise. 'S' if it is set-group-id but not executable. 7 'r' if any user may read, '-' otherwise. 8 'w' if any user may write, '-' otherwise. 9 'x' if any user may execute, 't' if the file is "sticky" (will be retained in swap space after execution), '-' otherwise. 'T' if the file is sticky but not executable. */ char * udf_mode_string (mode_t i_mode, char *psz_str) { psz_str[ 0] = ftypelet (i_mode); psz_str[ 1] = i_mode & S_IRUSR ? 'r' : '-'; psz_str[ 2] = i_mode & S_IWUSR ? 'w' : '-'; psz_str[ 3] = i_mode & S_IXUSR ? 'x' : '-'; psz_str[ 4] = i_mode & S_IRGRP ? 'r' : '-'; psz_str[ 5] = i_mode & S_IWGRP ? 'w' : '-'; psz_str[ 6] = i_mode & S_IXGRP ? 'x' : '-'; psz_str[ 7] = i_mode & S_IROTH ? 'r' : '-'; psz_str[ 8] = i_mode & S_IWOTH ? 'w' : '-'; psz_str[ 9] = i_mode & S_IXOTH ? 'x' : '-'; psz_str[10] = '\0'; setst (i_mode, psz_str); return psz_str; } libcdio-2.0.0/lib/udf/udf_time.c0000644000175000017500000001710311724541263013332 00000000000000/* Copyright (C) 2005, 2008, 2011 Rocky Bernstein Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. Modified From part of the GNU C Library. Contributed by Paul Eggert. This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Some history from the GNU/Linux kernel from which this is also taken... dgb 10/02/98: ripped this from glibc source to help convert timestamps to unix time 10/04/98: added new table-based lookup after seeing how ugly the gnu code is blf 09/27/99: ripped out all the old code and inserted new table from John Brockmeyer (without leap second corrections) rewrote udf_stamp_to_time and fixed timezone accounting in udf_timespec_to_stamp. */ /* * We don't take into account leap seconds. This may be correct or incorrect. * For more NIST information (especially dealing with leap seconds), see: * http://www.boulder.nist.gov/timefreq/pubs/bulletin/leapsecond.htm */ #ifdef HAVE_CONFIG_H #include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef NEED_TIMEZONEVAR #define timezonevar 1 #endif #include "udf_private.h" #include /** Imagine the below enum values as #define'd or constant values rather than distinct values of an enum. */ enum { HOURS_PER_DAY = 24, SECS_PER_MINUTE = 60, MAX_YEAR_SECONDS = 69, DAYS_PER_YEAR = 365, /* That is, in most of the years. */ EPOCH_YEAR = 1970, SECS_PER_HOUR = (60 * SECS_PER_MINUTE), SECS_PER_DAY = SECS_PER_HOUR * HOURS_PER_DAY } debug_udf_time_enum; #ifndef __isleap /* Nonzero if YEAR is a leap year (every 4 years, except every 100th isn't, and every 400th is). */ #define __isleap(year) \ ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0)) #endif /* How many days come before each month (0-12). */ static const unsigned short int __mon_yday[2][13] = { /* Normal years. */ { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, DAYS_PER_YEAR }, /* Leap years. */ { 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, DAYS_PER_YEAR+1 } }; #define SPY(y,l,s) (SECS_PER_DAY * (DAYS_PER_YEAR*y+l)+s) /* Seconds per year */ static time_t year_seconds[MAX_YEAR_SECONDS]= { /*1970*/ SPY( 0, 0,0), SPY( 1, 0,0), SPY( 2, 0,0), SPY( 3, 1,0), /*1974*/ SPY( 4, 1,0), SPY( 5, 1,0), SPY( 6, 1,0), SPY( 7, 2,0), /*1978*/ SPY( 8, 2,0), SPY( 9, 2,0), SPY(10, 2,0), SPY(11, 3,0), /*1982*/ SPY(12, 3,0), SPY(13, 3,0), SPY(14, 3,0), SPY(15, 4,0), /*1986*/ SPY(16, 4,0), SPY(17, 4,0), SPY(18, 4,0), SPY(19, 5,0), /*1990*/ SPY(20, 5,0), SPY(21, 5,0), SPY(22, 5,0), SPY(23, 6,0), /*1994*/ SPY(24, 6,0), SPY(25, 6,0), SPY(26, 6,0), SPY(27, 7,0), /*1998*/ SPY(28, 7,0), SPY(29, 7,0), SPY(30, 7,0), SPY(31, 8,0), /*2002*/ SPY(32, 8,0), SPY(33, 8,0), SPY(34, 8,0), SPY(35, 9,0), /*2006*/ SPY(36, 9,0), SPY(37, 9,0), SPY(38, 9,0), SPY(39,10,0), /*2010*/ SPY(40,10,0), SPY(41,10,0), SPY(42,10,0), SPY(43,11,0), /*2014*/ SPY(44,11,0), SPY(45,11,0), SPY(46,11,0), SPY(47,12,0), /*2018*/ SPY(48,12,0), SPY(49,12,0), SPY(50,12,0), SPY(51,13,0), /*2022*/ SPY(52,13,0), SPY(53,13,0), SPY(54,13,0), SPY(55,14,0), /*2026*/ SPY(56,14,0), SPY(57,14,0), SPY(58,14,0), SPY(59,15,0), /*2030*/ SPY(60,15,0), SPY(61,15,0), SPY(62,15,0), SPY(63,16,0), /*2034*/ SPY(64,16,0), SPY(65,16,0), SPY(66,16,0), SPY(67,17,0), /*2038*/ SPY(68,17,0) }; #if defined(HAVE_TIMEZONE_VAR) && !defined(_WIN32) extern long timezone; #endif time_t * udf_stamp_to_time(time_t *dest, long int *dest_usec, const udf_timestamp_t src) { int yday; uint8_t type = src.type_tz >> 12; int16_t offset; if (type == 1) { offset = src.type_tz << 4; /* sign extent offset */ offset = (offset >> 4); if (offset == -2047) /* unspecified offset */ offset = 0; } else offset = 0; if ((src.year < EPOCH_YEAR) || (src.year >= EPOCH_YEAR+MAX_YEAR_SECONDS)) { *dest = -1; *dest_usec = -1; return NULL; } *dest = year_seconds[src.year - EPOCH_YEAR]; *dest -= offset * SECS_PER_MINUTE; yday = ((__mon_yday[__isleap (src.year)] [src.month-1]) + (src.day-1)); *dest += src.second + ( SECS_PER_MINUTE * ( ( (yday* HOURS_PER_DAY) + src.hour ) * 60 + src.minute ) ); *dest_usec = src.microseconds + (src.centiseconds * 10000) + (src.hundreds_of_microseconds * 100); return dest; } #ifdef HAVE_STRUCT_TIMESPEC /*! Convert a UDF timestamp to a time_t. If microseconds are desired, use dest_usec. The return value is the same as dest. */ udf_timestamp_t * udf_timespec_to_stamp(const struct timespec ts, udf_timestamp_t *dest) { long int days, rem, y; const unsigned short int *ip; int16_t offset = 0; int16_t tv_sec; #ifdef HAVE_TIMEZONE_VAR offset = -timezone; #endif if (!dest) return dest; dest->type_tz = 0x1000 | (offset & 0x0FFF); tv_sec = ts.tv_sec + (offset * SECS_PER_MINUTE); days = tv_sec / SECS_PER_DAY; rem = tv_sec % SECS_PER_DAY; dest->hour = rem / SECS_PER_HOUR; rem %= SECS_PER_HOUR; dest->minute = rem / SECS_PER_MINUTE; dest->second = rem % SECS_PER_MINUTE; y = EPOCH_YEAR; #define DIV(a,b) ((a) / (b) - ((a) % (b) < 0)) #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) while (days < 0 || days >= (__isleap(y) ? DAYS_PER_YEAR+1 : DAYS_PER_YEAR)) { long int yg = y + days / DAYS_PER_YEAR - (days % DAYS_PER_YEAR < 0); /* Adjust DAYS and Y to match the guessed year. */ days -= ((yg - y) * DAYS_PER_YEAR + LEAPS_THRU_END_OF (yg - 1) - LEAPS_THRU_END_OF (y - 1)); y = yg; } dest->year = y; ip = __mon_yday[__isleap(y)]; for (y = 11; days < (long int) ip[y]; --y) continue; days -= ip[y]; dest->month = y + 1; dest->day = days + 1; dest->centiseconds = ts.tv_nsec / 10000000; dest->hundreds_of_microseconds = ( (ts.tv_nsec / 1000) - (dest->centiseconds * 10000) ) / 100; dest->microseconds = ( (ts.tv_nsec / 1000) - (dest->centiseconds * 10000) - (dest->hundreds_of_microseconds * 100) ); return dest; } #endif /*! Return the modification time of the file. */ time_t udf_get_modification_time(const udf_dirent_t *p_udf_dirent) { if (p_udf_dirent) { time_t ret_time; long int usec; udf_stamp_to_time(&ret_time, &usec, p_udf_dirent->fe.modification_time); return ret_time; } return 0; } /*! Return the access time of the file. */ time_t udf_get_access_time(const udf_dirent_t *p_udf_dirent) { if (p_udf_dirent) { time_t ret_time; long int usec; udf_stamp_to_time(&ret_time, &usec, p_udf_dirent->fe.access_time); return ret_time; } return 0; } /*! Return the attribute (most recent create or access) time of the file */ time_t udf_get_attribute_time(const udf_dirent_t *p_udf_dirent) { if (p_udf_dirent) { time_t ret_time; long int usec; udf_stamp_to_time(&ret_time, &usec, p_udf_dirent->fe.attribute_time); return ret_time; } return 0; } libcdio-2.0.0/lib/udf/udf_fs.c0000664000175000017500000005425513217072760013017 00000000000000/* Copyright (C) 2005-2006, 2008, 2011, 2013-2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* * Portions copyright (c) 2001, 2002 Scott Long * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_STDLIB_H # include #endif /* These definitions are also to make debugging easy. Note that they have to come *before* #include which sets #defines for these. */ const char VSD_STD_ID_BEA01[] = {'B', 'E', 'A', '0', '1'}; const char VSD_STD_ID_BOOT2[] = {'B', 'O', 'O', 'T', '2'}; const char VSD_STD_ID_CD001[] = {'C', 'D', '0', '0', '1'}; const char VSD_STD_ID_CDW01[] = {'C', 'D', 'W', '0', '2'}; const char VSD_STD_ID_NSR03[] = {'N', 'S', 'R', '0', '3'}; const char VSD_STD_ID_TEA01[] = {'T', 'E', 'A', '0', '1'}; #include #include #include #include "udf_private.h" #include "udf_fs.h" #include "cdio_assert.h" /* * The UDF specs are pretty clear on how each data structure is made * up, but not very clear on how they relate to each other. Here is * the skinny... This demostrates a filesystem with one file in the * root directory. Subdirectories are treated just as normal files, * but they have File Id Descriptors of their children as their file * data. As for the Anchor Volume Descriptor Pointer, it can exist in * two of the following three places: sector 256, sector n (the max * sector of the disk), or sector n - 256. It's a pretty good bet * that one will exist at sector 256 though. One caveat is unclosed * CD media. For that, sector 256 cannot be written, so the Anchor * Volume Descriptor Pointer can exist at sector 512 until the media * is closed. * * Sector: * 256: * n: Anchor Volume Descriptor Pointer * n - 256: | * | * |-->Main Volume Descriptor Sequence * | | * | | * | |-->Logical Volume Descriptor * | | * |-->Partition Descriptor | * | | * | | * |-->Fileset Descriptor * | * | * |-->Root Dir File Entry * | * | * |-->File data: * File Id Descriptor * | * | * |-->File Entry * | * | * |-->File data */ static udf_dirent_t * udf_new_dirent(udf_file_entry_t *p_udf_fe, udf_t *p_udf, const char *psz_name, bool b_dir, bool b_parent); /** * Check the descriptor tag for both the correct id and correct checksum. * Return zero if all is good, -1 if not. */ int udf_checktag(const udf_tag_t *p_tag, udf_Uint16_t tag_id) { uint8_t *itag; uint8_t i; uint8_t cksum = 0; itag = (uint8_t *)p_tag; #ifdef WORDS_BIGENDIAN tag_id = UINT16_SWAP_LE_BE(tag_id); #endif if (p_tag->id != tag_id) return -1; for (i = 0; i < 15; i++) cksum = cksum + itag[i]; cksum = cksum - itag[4]; if (cksum == p_tag->cksum) return 0; return -1; } bool udf_get_lba(const udf_file_entry_t *p_udf_fe, /*out*/ uint32_t *start, /*out*/ uint32_t *end) { if (! p_udf_fe->i_alloc_descs) return false; switch (p_udf_fe->icb_tag.flags & ICBTAG_FLAG_AD_MASK) { case ICBTAG_FLAG_AD_SHORT: { /* The allocation descriptor field is filled with short_ad's. */ udf_short_ad_t *p_ad = (udf_short_ad_t *) (p_udf_fe->u.ext_attr + uint32_from_le(p_udf_fe->i_extended_attr)); *start = uint32_from_le(p_ad->pos); *end = *start + ((uint32_from_le(p_ad->len) & UDF_LENGTH_MASK) - 1) / UDF_BLOCKSIZE; return true; } break; case ICBTAG_FLAG_AD_LONG: { /* The allocation descriptor field is filled with long_ad's */ udf_long_ad_t *p_ad = (udf_long_ad_t *) (p_udf_fe->u.ext_attr + uint32_from_le(p_udf_fe->i_extended_attr)); *start = uint32_from_le(p_ad->loc.lba); /* ignore partition number */ *end = *start + ((uint32_from_le(p_ad->len) & UDF_LENGTH_MASK) - 1) / UDF_BLOCKSIZE; return true; } break; case ICBTAG_FLAG_AD_EXTENDED: { udf_ext_ad_t *p_ad = (udf_ext_ad_t *) (p_udf_fe->u.ext_attr + uint32_from_le(p_udf_fe->i_extended_attr)); *start = uint32_from_le(p_ad->ext_loc.lba); /* ignore partition number */ *end = *start + ((uint32_from_le(p_ad->len) & UDF_LENGTH_MASK) - 1) / UDF_BLOCKSIZE; return true; } break; default: return false; } return false; } #define udf_PATH_DELIMITERS "/\\" /* Searches p_udf_dirent for a directory entry called psz_token. Note that p_udf_dirent may be replaced or freed during this call and only the returned udf_dirent_t must be used afterwards. */ static udf_dirent_t * udf_ff_traverse(udf_dirent_t *p_udf_dirent, char *psz_token) { while ((p_udf_dirent = udf_readdir(p_udf_dirent))) { if (strcmp(psz_token, p_udf_dirent->psz_name) == 0) { char *next_tok = strtok(NULL, udf_PATH_DELIMITERS); if (!next_tok) return p_udf_dirent; /* found */ else if (p_udf_dirent->b_dir) { udf_dirent_t * p_udf_dirent_next = udf_opendir(p_udf_dirent); if (p_udf_dirent_next) { /* free p_udf_dirent to avoid leaking memory. */ udf_dirent_free(p_udf_dirent); /* previous p_udf_dirent_next is freed by udf_ff_traverse. */ p_udf_dirent_next = udf_ff_traverse(p_udf_dirent_next, next_tok); return p_udf_dirent_next; } } } } return NULL; } /* FIXME! */ #define udf_MAX_PATHLEN 2048 udf_dirent_t * udf_fopen(udf_dirent_t *p_udf_root, const char *psz_name) { udf_dirent_t *p_udf_file = NULL; if (p_udf_root) { char tokenline[udf_MAX_PATHLEN]; char *psz_token; /* file position must be reset when accessing a new file */ p_udf_root->p_udf->i_position = 0; strncpy(tokenline, psz_name, udf_MAX_PATHLEN-1); tokenline[udf_MAX_PATHLEN-1] = '\0'; psz_token = strtok(tokenline, udf_PATH_DELIMITERS); if (psz_token) { udf_dirent_t *p_udf_dirent = udf_new_dirent(&p_udf_root->fe, p_udf_root->p_udf, p_udf_root->psz_name, p_udf_root->b_dir, p_udf_root->b_parent); p_udf_file = udf_ff_traverse(p_udf_dirent, psz_token); } else if ( 0 == strncmp("/", psz_name, sizeof("/")) ) { return udf_new_dirent(&p_udf_root->fe, p_udf_root->p_udf, p_udf_root->psz_name, p_udf_root->b_dir, p_udf_root->b_parent); } } return p_udf_file; } /* Convert unicode16 to UTF-8. The returned string is allocated and must be freed by the caller */ static char* unicode16_decode(const uint8_t *data, int i_len) { int i; char* r = NULL; switch (data[0]) { case 8: r = (char*)calloc(i_len, 1); if (r == NULL) return r; for (i=0; ipsz_name = strdup(psz_name); p_udf_dirent->b_dir = b_dir; p_udf_dirent->b_parent = b_parent; p_udf_dirent->p_udf = p_udf; p_udf_dirent->i_part_start = p_udf->i_part_start; p_udf_dirent->dir_left = uint64_from_le(p_udf_fe->info_len); memcpy(&(p_udf_dirent->fe), p_udf_fe, sizeof(udf_file_entry_t)); udf_get_lba( p_udf_fe, &(p_udf_dirent->i_loc), &(p_udf_dirent->i_loc_end) ); return p_udf_dirent; } /*! Seek to a position i_start and then read i_blocks. Number of blocks read is returned. One normally expects the return to be equal to i_blocks. */ driver_return_code_t udf_read_sectors (const udf_t *p_udf, void *ptr, lsn_t i_start, long i_blocks) { driver_return_code_t ret; long i_read; off_t i_byte_offset; if (!p_udf) return 0; /* Without the cast, i_start * UDF_BLOCKSIZE may be evaluated as 32 bit */ i_byte_offset = ((off_t)i_start) * UDF_BLOCKSIZE; /* Since we're using SEEK_SET, the value must be positive */ if (i_byte_offset < 0) { if (sizeof(off_t) <= 4) /* probably missing LFS */ cdio_warn("Large File Support is required to access streams of 2 GB or more"); return DRIVER_OP_BAD_PARAMETER; } if (p_udf->b_stream) { ret = cdio_stream_seek (p_udf->stream, i_byte_offset, SEEK_SET); if (DRIVER_OP_SUCCESS != ret) return ret; i_read = cdio_stream_read (p_udf->stream, ptr, UDF_BLOCKSIZE, i_blocks); if (i_read) return DRIVER_OP_SUCCESS; return DRIVER_OP_ERROR; } else { return cdio_read_data_sectors(p_udf->cdio, ptr, i_start, UDF_BLOCKSIZE, i_blocks); } } /*! Open an UDF for reading. Maybe in the future we will have a mode. NULL is returned on error. Caller must free result - use udf_close for that. */ udf_t * udf_open (const char *psz_path) { udf_t *p_udf = (udf_t *) calloc(1, sizeof(udf_t)) ; uint8_t data[UDF_BLOCKSIZE]; if (!p_udf) return NULL; /* Sanity check */ cdio_assert(sizeof(udf_file_entry_t) == UDF_BLOCKSIZE); p_udf->cdio = cdio_open(psz_path, DRIVER_UNKNOWN); if (!p_udf->cdio) { /* Not a CD-ROM drive or CD Image. Maybe it's a UDF file not encapsulated as a CD-ROM Image (e.g. often .UDF or (sic) .ISO) */ p_udf->stream = cdio_stdio_new( psz_path ); if (!p_udf->stream) goto error; p_udf->b_stream = true; } /* * Look for an Anchor Volume Descriptor Pointer at sector 256. */ if (DRIVER_OP_SUCCESS != udf_read_sectors (p_udf, &data, 256, 1) ) goto error; memcpy(&(p_udf->anchor_vol_desc_ptr), &data, sizeof(anchor_vol_desc_ptr_t)); if (udf_checktag((udf_tag_t *)&(p_udf->anchor_vol_desc_ptr), TAGID_ANCHOR)) goto error; /* * Then try to find a reference to a Primary Volume Descriptor. */ { anchor_vol_desc_ptr_t *p_avdp = &p_udf->anchor_vol_desc_ptr; const uint32_t mvds_start = uint32_from_le(p_avdp->main_vol_desc_seq_ext.loc); const uint32_t mvds_end = mvds_start + (uint32_from_le(p_avdp->main_vol_desc_seq_ext.len) - 1) / UDF_BLOCKSIZE; uint32_t i_lba; for (i_lba = mvds_start; i_lba < mvds_end; i_lba++) { udf_pvd_t *p_pvd = (udf_pvd_t *) &data; if (DRIVER_OP_SUCCESS != udf_read_sectors (p_udf, p_pvd, i_lba, 1) ) goto error; if (!udf_checktag(&p_pvd->tag, TAGID_PRI_VOL)) { p_udf->pvd_lba = i_lba; break; } } /* * If we couldn't find a reference, bail out. */ if (i_lba == mvds_end) goto error; } return p_udf; error: cdio_stdio_destroy(p_udf->stream); free(p_udf); return NULL; } /** * Gets the Volume Identifier, as an UTF-8 string * psz_volid, place to put the string * i_volid, size of the buffer psz_volid points to * returns the size of buffer needed for all data * Note: this call accepts a NULL psz_volid, to retrieve the length required. */ int udf_get_volume_id(udf_t *p_udf, /*out*/ char *psz_volid, unsigned int i_volid) { uint8_t data[UDF_BLOCKSIZE]; const udf_pvd_t *p_pvd = (udf_pvd_t *) &data; char* r; unsigned int volid_len; /* clear the output to empty string */ if (psz_volid != NULL) psz_volid[0] = 0; /* get primary volume descriptor */ if ( DRIVER_OP_SUCCESS != udf_read_sectors(p_udf, &data, p_udf->pvd_lba, 1) ) return 0; volid_len = p_pvd->vol_ident[UDF_VOLID_SIZE-1]; if(volid_len > UDF_VOLID_SIZE-1) { /* this field is only UDF_VOLID_SIZE bytes something is wrong */ volid_len = UDF_VOLID_SIZE-1; } r = unicode16_decode((uint8_t *) p_pvd->vol_ident, volid_len); if (r == NULL) return 0; volid_len = strlen(r)+1; /* +1 for NUL terminator */ if (psz_volid != NULL) { strncpy(psz_volid, r, MIN(volid_len, i_volid)); psz_volid[i_volid-1] = 0; /* strncpy does not always terminate the dest */ } free(r); return volid_len; } /** * Gets the Volume Set Identifier, as a 128-byte dstring (not decoded) * WARNING This is not a null terminated string * volsetid, place to put the data * i_volsetid, size of the buffer psz_volsetid points to * the buffer should be >=128 bytes to store the whole volumesetidentifier * returns the size of the available volsetid information (128) * or 0 on error */ int udf_get_volumeset_id(udf_t *p_udf, /*out*/ uint8_t *volsetid, unsigned int i_volsetid) { uint8_t data[UDF_BLOCKSIZE]; const udf_pvd_t *p_pvd = (udf_pvd_t *) &data; /* get primary volume descriptor */ if ( DRIVER_OP_SUCCESS != udf_read_sectors(p_udf, &data, p_udf->pvd_lba, 1) ) return 0; if (i_volsetid > UDF_VOLSET_ID_SIZE) { i_volsetid = UDF_VOLSET_ID_SIZE; } memcpy(volsetid, p_pvd->volset_id, i_volsetid); return UDF_VOLSET_ID_SIZE; } /** * Gets the Logical Volume Identifier string, as an UTF-8 string * psz_logvolid, place to put the string (should be at least 64 bytes) * i_logvolid, size of the buffer psz_logvolid points to * returns the size of buffer needed for all data, including NUL terminator * A call to udf_get_root() should have been issued before this call * Note: this call accepts a NULL psz_volid, to retrieve the length required. */ int udf_get_logical_volume_id(udf_t *p_udf, /*out*/ char *psz_logvolid, unsigned int i_logvolid) { uint8_t data[UDF_BLOCKSIZE]; logical_vol_desc_t *p_logvol = (logical_vol_desc_t *) &data; char* r; int logvolid_len; /* clear the output to empty string */ if (psz_logvolid != NULL) psz_logvolid[0] = 0; if (DRIVER_OP_SUCCESS != udf_read_sectors (p_udf, p_logvol, p_udf->lvd_lba, 1) ) return 0; r = unicode16_decode((uint8_t *) p_logvol->logvol_id, p_logvol->logvol_id[127]); if (r == NULL) return 0; logvolid_len = strlen(r)+1; /* +1 for NUL terminator */ if (psz_logvolid != NULL) { strncpy(psz_logvolid, r, MIN(logvolid_len, i_logvolid)); psz_logvolid[i_logvolid-1] = 0; /* strncpy does not always terminate the dest */ } free(r); return logvolid_len; } /*! Get the root in p_udf. If b_any_partition is false then the root must be in the given partition. NULL is returned if the partition is not found or a root is not found or there is on error. Caller must free result - use udf_dirent_free for that. */ udf_dirent_t * udf_get_root (udf_t *p_udf, bool b_any_partition, partition_num_t i_partition) { const anchor_vol_desc_ptr_t *p_avdp = &p_udf->anchor_vol_desc_ptr; const uint32_t mvds_start = uint32_from_le(p_avdp->main_vol_desc_seq_ext.loc); const uint32_t mvds_end = mvds_start + (uint32_from_le(p_avdp->main_vol_desc_seq_ext.len) - 1) / UDF_BLOCKSIZE; uint32_t i_lba; uint8_t data[UDF_BLOCKSIZE]; /* Now we have the joy of finding the Partition Descriptor and the Logical Volume Descriptor for the Main Volume Descriptor Sequence. Once we've got that, we use the Logical Volume Descriptor to get a Fileset Descriptor and that has the Root Directory File Entry. */ for (i_lba = mvds_start; i_lba < mvds_end; i_lba++) { uint8_t data2[UDF_BLOCKSIZE]; partition_desc_t *p_partition = (partition_desc_t *) &data2; if (DRIVER_OP_SUCCESS != udf_read_sectors (p_udf, p_partition, i_lba, 1) ) return NULL; if (!udf_checktag(&p_partition->tag, TAGID_PARTITION)) { const partition_num_t i_partition_check = uint16_from_le(p_partition->number); if (b_any_partition || i_partition_check == i_partition) { /* Squirrel away some data regarding partition */ p_udf->i_partition = uint16_from_le(p_partition->number); p_udf->i_part_start = uint32_from_le(p_partition->start_loc); if (p_udf->lvd_lba) break; } } else if (!udf_checktag(&p_partition->tag, TAGID_LOGVOL)) { /* Get fileset descriptor */ logical_vol_desc_t *p_logvol = (logical_vol_desc_t *) &data2; bool b_valid = UDF_BLOCKSIZE == uint32_from_le(p_logvol->logical_blocksize); if (b_valid) { p_udf->lvd_lba = i_lba; p_udf->fsd_offset = uint32_from_le(p_logvol->lvd_use.fsd_loc.loc.lba); if (p_udf->i_part_start) break; } } } if (p_udf->lvd_lba && p_udf->i_part_start) { udf_fsd_t *p_fsd = (udf_fsd_t *) &data; driver_return_code_t ret = udf_read_sectors(p_udf, p_fsd, p_udf->i_part_start + p_udf->fsd_offset, 1); if (DRIVER_OP_SUCCESS == ret && !udf_checktag(&p_fsd->tag, TAGID_FSD)) { udf_file_entry_t *p_udf_fe = (udf_file_entry_t *) &data; const uint32_t parent_icb = uint32_from_le(p_fsd->root_icb.loc.lba); /* Check partition numbers match of last-read block? */ ret = udf_read_sectors(p_udf, p_udf_fe, p_udf->i_part_start + parent_icb, 1); if (ret == DRIVER_OP_SUCCESS && !udf_checktag(&p_udf_fe->tag, TAGID_FILE_ENTRY)) { /* Check partition numbers match of last-read block? */ /* We win! - Save root directory information. */ return udf_new_dirent(p_udf_fe, p_udf, "/", true, false ); } } } return NULL; } #define free_and_null(x) \ CDIO_FREE_IF_NOT_NULL(x); \ x=NULL /*! Close UDF and free resources associated with p_udf. */ bool udf_close (udf_t *p_udf) { if (!p_udf) return true; if (p_udf->b_stream) { cdio_stdio_destroy(p_udf->stream); } else { cdio_destroy(p_udf->cdio); } /* Get rid of root directory if allocated. */ free_and_null(p_udf); return true; } udf_dirent_t * udf_opendir(const udf_dirent_t *p_udf_dirent) { if (p_udf_dirent->b_dir && !p_udf_dirent->b_parent && p_udf_dirent->fid) { udf_t *p_udf = p_udf_dirent->p_udf; udf_file_entry_t udf_fe; driver_return_code_t i_ret = udf_read_sectors(p_udf, &udf_fe, p_udf->i_part_start + p_udf_dirent->fid->icb.loc.lba, 1); if (DRIVER_OP_SUCCESS == i_ret && !udf_checktag(&udf_fe.tag, TAGID_FILE_ENTRY)) { if (ICBTAG_FILE_TYPE_DIRECTORY == udf_fe.icb_tag.file_type) { udf_dirent_t *p_udf_dirent_new = udf_new_dirent(&udf_fe, p_udf, p_udf_dirent->psz_name, true, true); return p_udf_dirent_new; } } } return NULL; } udf_dirent_t * udf_readdir(udf_dirent_t *p_udf_dirent) { udf_t *p_udf; uint8_t* p; if (p_udf_dirent->dir_left <= 0) { udf_dirent_free(p_udf_dirent); return NULL; } /* file position must be reset when accessing a new file */ p_udf = p_udf_dirent->p_udf; p_udf->i_position = 0; if (p_udf_dirent->fid) { /* advance to next File Identifier Descriptor */ /* FIXME: need to advance file entry (fe) as well. */ uint32_t ofs = 4 * ((sizeof(*(p_udf_dirent->fid)) + p_udf_dirent->fid->u.i_imp_use + p_udf_dirent->fid->i_file_id + 3) / 4); p_udf_dirent->fid = (udf_fileid_desc_t *)((uint8_t *)p_udf_dirent->fid + ofs); } if (!p_udf_dirent->fid) { uint32_t i_sectors = (p_udf_dirent->i_loc_end - p_udf_dirent->i_loc + 1); uint32_t size = UDF_BLOCKSIZE * i_sectors; driver_return_code_t i_ret; if (!p_udf_dirent->sector) p_udf_dirent->sector = (uint8_t*) malloc(size); i_ret = udf_read_sectors(p_udf, p_udf_dirent->sector, p_udf_dirent->i_part_start+p_udf_dirent->i_loc, i_sectors); if (DRIVER_OP_SUCCESS == i_ret) p_udf_dirent->fid = (udf_fileid_desc_t *) p_udf_dirent->sector; else p_udf_dirent->fid = NULL; } if (p_udf_dirent->fid && !udf_checktag(&(p_udf_dirent->fid->tag), TAGID_FID)) { uint32_t ofs = 4 * ((sizeof(*p_udf_dirent->fid) + p_udf_dirent->fid->u.i_imp_use + p_udf_dirent->fid->i_file_id + 3) / 4); p_udf_dirent->dir_left -= ofs; p_udf_dirent->b_dir = (p_udf_dirent->fid->file_characteristics & UDF_FILE_DIRECTORY) != 0; p_udf_dirent->b_parent = (p_udf_dirent->fid->file_characteristics & UDF_FILE_PARENT) != 0; { const unsigned int i_len = p_udf_dirent->fid->i_file_id; if (DRIVER_OP_SUCCESS != udf_read_sectors(p_udf, &p_udf_dirent->fe, p_udf->i_part_start + uint32_from_le(p_udf_dirent->fid->icb.loc.lba), 1)) { udf_dirent_free(p_udf_dirent); return NULL; } free_and_null(p_udf_dirent->psz_name); p = (uint8_t*)p_udf_dirent->fid->u.imp_use.data + p_udf_dirent->fid->u.i_imp_use; p_udf_dirent->psz_name = unicode16_decode(p, i_len); } return p_udf_dirent; } udf_dirent_free(p_udf_dirent); return NULL; } /*! free free resources associated with p_udf_dirent. */ bool udf_dirent_free(udf_dirent_t *p_udf_dirent) { if (p_udf_dirent) { p_udf_dirent->fid = NULL; free_and_null(p_udf_dirent->psz_name); free_and_null(p_udf_dirent->sector); free_and_null(p_udf_dirent); } return true; } libcdio-2.0.0/lib/udf/udf_file.c0000644000175000017500000001660511724436005013316 00000000000000/* Copyright (C) 2005, 2006, 2008, 2010, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Access routines */ /* udf_private.h has to come first else _FILE_OFFSET_BITS are redefined in say opensolaris. */ #include "udf_private.h" #include #include "udf_fs.h" #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_STDIO_H #include /* Remove when adding cdio/logging.h */ #endif /* Useful defines */ #define MIN(a, b) (au.alloc_descs[offset] const char * udf_get_filename(const udf_dirent_t *p_udf_dirent) { if (!p_udf_dirent) return NULL; if (!p_udf_dirent->psz_name) return ".."; return p_udf_dirent->psz_name; } /* Copy an UDF File Entry into a Directory Entry structure. */ bool udf_get_file_entry(const udf_dirent_t *p_udf_dirent, /*out*/ udf_file_entry_t *p_udf_fe) { if (!p_udf_dirent) return false; memcpy(p_udf_fe, &p_udf_dirent->fe, sizeof(udf_file_entry_t)); return true; } /*! Return the file id descriptor of the given file. */ bool udf_get_fileid_descriptor(const udf_dirent_t *p_udf_dirent, /*out*/ udf_fileid_desc_t *p_udf_fid) { if (!p_udf_dirent) return false; if (!p_udf_dirent->fid) { /* FIXME do something about trying to get the descriptor. */ return false; } memcpy(p_udf_fid, p_udf_dirent->fid, sizeof(udf_fileid_desc_t)); return true; } /*! Return the number of hard links of the file. Return 0 if error. */ uint16_t udf_get_link_count(const udf_dirent_t *p_udf_dirent) { if (p_udf_dirent) { return uint16_from_le(p_udf_dirent->fe.link_count); } return 0; /* Error. Non-error case handled above. */ } /*! Return the file length the file. Return 2147483647L if error. */ uint64_t udf_get_file_length(const udf_dirent_t *p_udf_dirent) { if (p_udf_dirent) { return uint64_from_le(p_udf_dirent->fe.info_len); } return 2147483647L; /* Error. Non-error case handled above. */ } /*! Return true if the file is a directory. */ bool udf_is_dir(const udf_dirent_t *p_udf_dirent) { return p_udf_dirent->b_dir; } /* * Translate a file offset into a logical block and then into a physical * block. */ static lba_t offset_to_lba(const udf_dirent_t *p_udf_dirent, off_t i_offset, /*out*/ lba_t *pi_lba, /*out*/ uint32_t *pi_max_size) { udf_t *p_udf = p_udf_dirent->p_udf; const udf_file_entry_t *p_udf_fe = (udf_file_entry_t *) &p_udf_dirent->fe; const udf_icbtag_t *p_icb_tag = &p_udf_fe->icb_tag; const uint16_t strat_type= uint16_from_le(p_icb_tag->strat_type); if (i_offset < 0) { cdio_warn("Negative offset value"); return CDIO_INVALID_LBA; } switch (strat_type) { case 4096: cdio_warn("Cannot deal with strategy4096 yet!"); return CDIO_INVALID_LBA; break; case ICBTAG_STRATEGY_TYPE_4: { off_t icblen = 0; uint64_t lsector; int ad_offset, ad_num = 0; uint16_t addr_ilk = uint16_from_le(p_icb_tag->flags&ICBTAG_FLAG_AD_MASK); switch (addr_ilk) { case ICBTAG_FLAG_AD_SHORT: { udf_short_ad_t *p_icb; /* * The allocation descriptor field is filled with short_ad's. * If the offset is beyond the current extent, look for the * next extent. */ do { i_offset -= icblen; ad_offset = sizeof(udf_short_ad_t) * ad_num; if (ad_offset > uint32_from_le(p_udf_fe->i_alloc_descs)) { cdio_warn("File offset out of bounds"); return CDIO_INVALID_LBA; } p_icb = (udf_short_ad_t *) GETICB( uint32_from_le(p_udf_fe->i_extended_attr) + ad_offset ); icblen = p_icb->len; ad_num++; } while(i_offset >= icblen); lsector = (i_offset / UDF_BLOCKSIZE) + p_icb->pos; *pi_max_size = p_icb->len; } break; case ICBTAG_FLAG_AD_LONG: { /* * The allocation descriptor field is filled with long_ad's * If the i_offset is beyond the current extent, look for the * next extent. */ udf_long_ad_t *p_icb; do { i_offset -= icblen; ad_offset = sizeof(udf_long_ad_t) * ad_num; if (ad_offset > uint32_from_le(p_udf_fe->i_alloc_descs)) { cdio_warn("File offset out of bounds"); return CDIO_INVALID_LBA; } p_icb = (udf_long_ad_t *) GETICB( uint32_from_le(p_udf_fe->i_extended_attr) + ad_offset ); icblen = p_icb->len; ad_num++; } while(i_offset >= icblen); lsector = (i_offset / UDF_BLOCKSIZE) + uint32_from_le(((udf_long_ad_t *)(p_icb))->loc.lba); *pi_max_size = p_icb->len; } break; case ICBTAG_FLAG_AD_IN_ICB: /* * This type means that the file *data* is stored in the * allocation descriptor field of the file entry. */ *pi_max_size = 0; cdio_warn("Don't know how to data in ICB handle yet"); return CDIO_INVALID_LBA; case ICBTAG_FLAG_AD_EXTENDED: cdio_warn("Don't know how to handle extended addresses yet"); return CDIO_INVALID_LBA; default: cdio_warn("Unsupported allocation descriptor %d", addr_ilk); return CDIO_INVALID_LBA; } *pi_lba = (lba_t)lsector + p_udf->i_part_start; if (*pi_lba < 0) { cdio_warn("Negative LBA value"); return CDIO_INVALID_LBA; } return *pi_lba; } default: cdio_warn("Unknown strategy type %d", strat_type); return DRIVER_OP_ERROR; } } /** Attempts to read up to count bytes from UDF directory entry p_udf_dirent into the buffer starting at buf. buf should be a multiple of UDF_BLOCKSIZE bytes. Reading continues after the point at which we last read or from the beginning the first time. If count is zero, read() returns zero and has no other results. If count is greater than SSIZE_MAX, the result is unspecified. It is the caller's responsibility to ensure that count is less than the number of blocks recorded via p_udf_dirent. If there is an error, cast the result to driver_return_code_t for the specific error code. */ ssize_t udf_read_block(const udf_dirent_t *p_udf_dirent, void * buf, size_t count) { if (count == 0) return 0; else { driver_return_code_t ret; uint32_t i_max_size=0; udf_t *p_udf = p_udf_dirent->p_udf; lba_t i_lba = offset_to_lba(p_udf_dirent, p_udf->i_position, &i_lba, &i_max_size); if (i_lba != CDIO_INVALID_LBA) { uint32_t i_max_blocks = CEILING(i_max_size, UDF_BLOCKSIZE); if ( i_max_blocks < count ) { cdio_warn("read count %u is larger than %u extent size.", (unsigned int)count, i_max_blocks); cdio_warn("read count truncated to %u", (unsigned int)count); count = i_max_blocks; } ret = udf_read_sectors(p_udf, buf, i_lba, count); if (DRIVER_OP_SUCCESS == ret) { ssize_t i_read_len = MIN(i_max_size, count * UDF_BLOCKSIZE); p_udf->i_position += i_read_len; return i_read_len; } return ret; } else { return DRIVER_OP_ERROR; } } } libcdio-2.0.0/lib/udf/udf.c0000644000175000017500000000661411724541242012316 00000000000000/* Copyright (C) 2005, 2008, 2010, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Access routines */ /* udf_private.h has to come first else _FILE_OFFSET_BITS are redefined in say opensolaris. */ #include "udf_private.h" #include #include "filemode.h" #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif /** The below variables are trickery to force enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions */ tag_id_t debug_tagid; file_characteristics_t debug_file_characteristics; icbtag_file_type_enum_t debug_icbtag_file_type_enum; icbtag_flag_enum_t debug_flag_enum; ecma_167_enum1_t debug_ecma_167_enum1; ecma_167_timezone_enum_t debug_ecma_167_timezone_enum; udf_enum1_t debug_udf_enum1; /*! Returns POSIX mode bitstring for a given file. */ mode_t udf_get_posix_filemode(const udf_dirent_t *p_udf_dirent) { udf_file_entry_t udf_fe; mode_t mode = 0; if (udf_get_file_entry(p_udf_dirent, &udf_fe)) { uint32_t i_perms; #ifdef S_ISUID uint16_t i_flags; i_flags = uint16_from_le(udf_fe.icb_tag.flags); #endif i_perms = uint32_from_le(udf_fe.permissions); if (i_perms & FE_PERM_U_READ) mode |= S_IRUSR; if (i_perms & FE_PERM_U_WRITE) mode |= S_IWUSR; if (i_perms & FE_PERM_U_EXEC) mode |= S_IXUSR; #ifdef S_IRGRP if (i_perms & FE_PERM_G_READ) mode |= S_IRGRP; if (i_perms & FE_PERM_G_WRITE) mode |= S_IWGRP; if (i_perms & FE_PERM_G_EXEC) mode |= S_IXGRP; #endif #ifdef S_IROTH if (i_perms & FE_PERM_O_READ) mode |= S_IROTH; if (i_perms & FE_PERM_O_WRITE) mode |= S_IWOTH; if (i_perms & FE_PERM_O_EXEC) mode |= S_IXOTH; #endif switch (udf_fe.icb_tag.file_type) { case ICBTAG_FILE_TYPE_DIRECTORY: mode |= S_IFDIR; break; case ICBTAG_FILE_TYPE_REGULAR: mode |= S_IFREG; break; #ifdef S_IFLNK case ICBTAG_FILE_TYPE_SYMLINK: mode |= S_IFLNK; break; #endif case ICBTAG_FILE_TYPE_CHAR: mode |= S_IFCHR; break; #ifdef S_IFSOCK case ICBTAG_FILE_TYPE_SOCKET: mode |= S_IFSOCK; break; #endif case ICBTAG_FILE_TYPE_BLOCK: mode |= S_IFBLK; break; default: ; }; #ifdef S_ISUID if (i_flags & ICBTAG_FLAG_SETUID) mode |= S_ISUID; if (i_flags & ICBTAG_FLAG_SETGID) mode |= S_ISGID; if (i_flags & ICBTAG_FLAG_STICKY) mode |= S_ISVTX; #endif } return mode; } /*! Return the partition number of the the opened udf handle. -1 Is returned if we have an error. */ int16_t udf_get_part_number(const udf_t *p_udf) { if (!p_udf) return -1; return p_udf->i_partition; } libcdio-2.0.0/lib/udf/udf_private.h0000664000175000017500000000370012027734506014054 00000000000000/* Copyright (C) 2005, 2006, 2008, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_UDF_UDF_PRIVATE_H_ #define CDIO_UDF_UDF_PRIVATE_H_ #if defined(HAVE_CONFIG_H) && !defined(LIBCDIO_CONFIG_H) && !defined(__CDIO_CONFIG_H__) # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include #include "_cdio_stdio.h" /* Implementation of opaque types */ struct udf_s { bool b_stream; /* Use stream pointer, else use p_cdio */ off_t i_position; /* Position in file if positive */ CdioDataSource_t *stream; /* Stream pointer if stream */ CdIo_t *cdio; /* Cdio pointer if read device */ anchor_vol_desc_ptr_t anchor_vol_desc_ptr; uint32_t pvd_lba; /* sector of Primary Volume Descriptor */ partition_num_t i_partition; /* partition number */ uint32_t i_part_start; /* start of Partition Descriptor */ uint32_t lvd_lba; /* sector of Logical Volume Descriptor */ uint32_t fsd_offset; /* lba of fileset descriptor */ }; #endif /* CDIO_UDF_UDF_PRIVATE_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/udf/libudf.sym0000644000175000017500000000103311460453445013365 00000000000000debug_ecma_167_enums1 debug_ecma_167_timezone_enum debug_file_characteristics debug_icbtag_file_type_enum debug_tagid debug_udf_enums1 debug_udf_time_enum VSD_STD_ID_BEA01 VSD_STD_ID_BOOT2 VSD_STD_ID_CD001 VSD_STD_ID_CDW01 VSD_STD_ID_NSR03 VSD_STD_ID_TEA01 udf_close udf_dirent_free udf_get_file_entry udf_get_file_length udf_get_fileid_descriptor udf_get_filename udf_get_link_count udf_get_part_number udf_get_posix_filemode udf_opendir udf_read_block udf_readdir udf_is_dir udf_open udf_read_sectors udf_stamp_to_time udf_time_to_stamp libcdio-2.0.0/lib/udf/udf_fs.h0000644000175000017500000000213211731403043012774 00000000000000/* Copyright (C) 2006, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_UDF_UDF_FS_H_ #define CDIO_UDF_UDF_FS_H_ #include /** * Check the descriptor tag for both the correct id and correct checksum. * Return zero if all is good, -1 if not. */ int udf_checktag(const udf_tag_t *p_tag, udf_Uint16_t tag_id); #endif /* CDIO_UDF_UDF_FS_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/udf/Makefile.am0000664000175000017500000000416213217072766013437 00000000000000# Copyright (C) 2003, 2004, 2006, 2008, 2011, 2013, 2017 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the libudf library ######################################################## # # From libtool documentation amended with guidance from N. Boullis: # # 1. Start with version information of `0:0:0' for each libtool library. # # 2. It is probably not a good idea to update the version information # several times between public releases, but rather once per public # release. (This seems to be more an aesthetic consideration than # a hard technical one.) # # 3. If the library source code has changed at all since the last # update, then increment REVISION (`C:R:A' becomes `C:R+1:A'). # # 4. If any interfaces have been added, removed, or changed since the # last update, increment CURRENT, and set REVISION to 0. # # 5. If any interfaces have been added since the last public release, # then increment AGE. # # 6. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. libudf_la_CURRENT = 4 libudf_la_REVISION = 0 libudf_la_AGE = 0 EXTRA_DIST = libudf.sym noinst_HEADERS = udf_fs.h udf_private.h lib_LTLIBRARIES = libudf.la libudf_la_SOURCES = udf.c udf_file.c udf_fs.c udf_time.c filemode.c libudf_la_LIBADD = @LIBCDIO_LIBS@ @LT_NO_UNDEFINED@ AM_CPPFLAGS = $(LIBCDIO_CFLAGS) libcdio-2.0.0/lib/driver/0000775000175000017500000000000013222221717012161 500000000000000libcdio-2.0.0/lib/driver/cd_types.c0000644000175000017500000002504213204104700014050 00000000000000/* Copyright (C) 2003-2005, 2006, 2008, 2011, 2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This tries to determine what kind of CD-image or filesystems on a track we've got. */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #include #include /* Subject: -65- How can I read an IRIX (EFS) CD-ROM on a machine which doesn't use EFS? Date: 18 Jun 1995 00:00:01 EST You want 'efslook', at ftp://viz.tamu.edu/pub/sgi/software/efslook.tar.gz. and ! Robert E. Seastrom 's software (with source ! code) for using an SGI CD-ROM on a Macintosh is at ! ftp://bifrost.seastrom.com/pub/mac/CDROM-Jumpstart.sit151.hqx. */ /** The below variables are trickery to force enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions. */ cdio_fs_cap_t debug_cdio_fs_cap; cdio_fs_t debug_cdio_fs; static char buffer[6][CDIO_CD_FRAMESIZE_RAW]; /* for CD-Data */ /* Some interesting sector numbers stored in the above buffer. */ #define ISO_SUPERBLOCK_SECTOR 16 /* buffer[0] */ #define UFS_SUPERBLOCK_SECTOR 4 /* buffer[2] */ #define BOOT_SECTOR 17 /* buffer[3] */ #define VCD_INFO_SECTOR 150 /* buffer[4] */ #define XISO_SECTOR 32 /* buffer[4] */ #define UDFX_SECTOR 32 /* buffer[4] */ #define UDF_ANCHOR_SECTOR 256 /* buffer[5] */ typedef struct signature { unsigned int buf_num; unsigned int offset; char sig_str[60]; char description[60]; } signature_t; static const signature_t sigs[] = { /*buffer[x] off look for description */ {0, 0, "MICROSOFT*XBOX*MEDIA", "XBOX CD"}, {0, 1, "BEA01", "UDF"}, {0, 1, ISO_STANDARD_ID, "ISO 9660"}, {0, 1, "CD-I", "CD-I"}, {0, 8, "CDTV", "CDTV"}, {0, 8, "CD-RTOS", "CD-RTOS"}, {0, 9, "CDROM", "HIGH SIERRA"}, {0, 16, "CD-BRIDGE", "BRIDGE"}, {0, ISO_XA_MARKER_OFFSET, ISO_XA_MARKER_STRING, "XA"}, {1, 64, "PPPPHHHHOOOOTTTTOOOO____CCCCDDDD", "PHOTO CD"}, {1, 0x438, "\x53\xef", "EXT2 FS"}, {2, 1372, "\x54\x19\x01\x0", "UFS"}, {3, 7, "EL TORITO", "BOOTABLE"}, {4, 0, "VIDEO_CD", "VIDEO CD"}, {4, 0, "SUPERVCD", "SVCD or Chaoji VCD"} }; /* The below index into the above sigs array. Make sure things match. */ #define INDEX_XISO 0 /* Microsoft X-BOX filesystem */ #define INDEX_UDF 1 #define INDEX_ISOFS 2 #define INDEX_CD_I 3 #define INDEX_CDTV 4 #define INDEX_CD_RTOS 5 #define INDEX_HS 6 #define INDEX_BRIDGE 7 #define INDEX_XA 8 #define INDEX_PHOTO_CD 9 #define INDEX_EXT2 10 #define INDEX_UFS 11 #define INDEX_BOOTABLE 12 #define INDEX_VIDEO_CD 13 /* Video CD */ #define INDEX_SVCD 14 /* CVD *or* SVCD */ /* Read a particular block into the global array to be used for further analysis later. */ static driver_return_code_t _cdio_read_block(const CdIo_t *p_cdio, int superblock, uint32_t offset, uint8_t bufnum, track_t i_track) { unsigned int track_sec_count = cdio_get_track_sec_count(p_cdio, i_track); memset(buffer[bufnum], 0, CDIO_CD_FRAMESIZE); if ( track_sec_count < superblock) { cdio_debug("reading block %u skipped track %d has only %u sectors\n", superblock, i_track, track_sec_count); return DRIVER_OP_ERROR; } cdio_debug("about to read sector %lu\n", (long unsigned int) offset+superblock); return cdio_read_data_sectors (p_cdio, buffer[bufnum], offset+superblock, ISO_BLOCKSIZE, 1); } /* Return true if the previously read-in buffer contains a "signature" that matches index "num". */ static bool _cdio_is_it(int num) { const signature_t *sigp=&sigs[num]; int len=strlen(sigp->sig_str); /* TODO: check that num < largest sig. */ return 0 == memcmp(&buffer[sigp->buf_num][sigp->offset], sigp->sig_str, len); } static int _cdio_is_hfs(void) { return (0 == memcmp(&buffer[1][512],"PM",2)) || (0 == memcmp(&buffer[1][512],"TS",2)) || (0 == memcmp(&buffer[1][1024], "BD",2)); } static int _cdio_is_3do(void) { return (0 == memcmp(&buffer[1][0],"\x01\x5a\x5a\x5a\x5a\x5a\x01", 7)) && (0 == memcmp(&buffer[1][40], "CD-ROM", 6)); } static int _cdio_is_joliet(void) { return 2 == buffer[3][0] && buffer[3][88] == 0x25 && buffer[3][89] == 0x2f; } static int _cdio_is_UDF(void) { return 2 == ((uint16_t)buffer[5][0] | ((uint16_t)buffer[5][1] << 8)); } /* ISO 9660 volume space in M2F1_SECTOR_SIZE byte units */ static int _cdio_get_iso9660_fs_sec_count(void) { return ((buffer[0][80] & 0xff) | ((buffer[0][81] & 0xff) << 8) | ((buffer[0][82] & 0xff) << 16) | ((buffer[0][83] & 0xff) << 24)); } static uint8_t _cdio_get_joliet_level( void ) { switch (buffer[3][90]) { case 0x40: return 1; case 0x43: return 2; case 0x45: return 3; } return 0; } /* Try to determine what kind of CD-image and/or filesystem we have at track i_track. Return information about the CD image is returned in cdio_analysis and the return value. */ cdio_fs_anal_t cdio_guess_cd_type(const CdIo_t *p_cdio, int start_session, track_t i_track, /*out*/ cdio_iso_analysis_t *iso_analysis) { int ret = CDIO_FS_UNKNOWN; bool sector0_read_ok; if (TRACK_FORMAT_AUDIO == cdio_get_track_format(p_cdio, i_track)) return CDIO_FS_AUDIO; if ( DRIVER_OP_SUCCESS != _cdio_read_block(p_cdio, ISO_PVD_SECTOR, start_session, 0, i_track) ) return CDIO_FS_UNKNOWN; if ( _cdio_is_it(INDEX_XISO) ) return CDIO_FS_ANAL_XISO; if ( DRIVER_OP_SUCCESS != _cdio_read_block(p_cdio, ISO_SUPERBLOCK_SECTOR, start_session, 0, i_track) ) return ret; if ( _cdio_is_it(INDEX_UDF) ) { /* Detect UDF version Test if we have a valid version of UDF the xbox can read natively */ if (_cdio_read_block(p_cdio, 35, start_session, 5, i_track) < 0) return CDIO_FS_UNKNOWN; iso_analysis->UDFVerMinor=(unsigned int)buffer[5][240]; iso_analysis->UDFVerMajor=(unsigned int)buffer[5][241]; /* Read disc label */ if (_cdio_read_block(p_cdio, 32, start_session, 5, i_track) < 0) return CDIO_FS_UDF; strncpy(iso_analysis->iso_label, buffer[5]+25, 33); iso_analysis->iso_label[32] = '\0'; return CDIO_FS_UDF; } /* We have something that smells of a filesystem. */ if (_cdio_is_it(INDEX_CD_I) && _cdio_is_it(INDEX_CD_RTOS) && !_cdio_is_it(INDEX_BRIDGE) && !_cdio_is_it(INDEX_XA)) { return (CDIO_FS_INTERACTIVE | CDIO_FS_ANAL_ISO9660_ANY); } else { /* read sector 0 ONLY, when NO greenbook CD-I !!!! */ sector0_read_ok = _cdio_read_block(p_cdio, 0, start_session, 1, i_track) == 0; if (_cdio_is_it(INDEX_HS)) ret |= CDIO_FS_HIGH_SIERRA; else if (_cdio_is_it(INDEX_ISOFS)) { if (_cdio_is_it(INDEX_CD_RTOS) && _cdio_is_it(INDEX_BRIDGE)) ret = (CDIO_FS_ISO_9660_INTERACTIVE | CDIO_FS_ANAL_ISO9660_ANY); else if (_cdio_is_hfs()) ret = CDIO_FS_ISO_HFS; else ret = (CDIO_FS_ISO_9660 | CDIO_FS_ANAL_ISO9660_ANY); iso_analysis->isofs_size = _cdio_get_iso9660_fs_sec_count(); strncpy(iso_analysis->iso_label, buffer[0]+40,33); iso_analysis->iso_label[32] = '\0'; if ( _cdio_read_block(p_cdio, UDF_ANCHOR_SECTOR, start_session, 5, i_track) < 0) return ret; /* Maybe there is an UDF anchor in IOS session so its ISO/UDF session and we prefere UDF */ if ( _cdio_is_UDF() ) { /* Detect UDF version. Test if we have a valid version of UDF the xbox can read natively */ if ( _cdio_read_block(p_cdio, 35, start_session, 5, i_track) < 0) return ret; iso_analysis->UDFVerMinor=(unsigned int)buffer[5][240]; iso_analysis->UDFVerMajor=(unsigned int)buffer[5][241]; #if 0 /* We are using ISO/UDF cd's as iso, no need to get UDF disc label */ if (_cdio_read_block(p_cdio, 32, start_session, 5, i_track) < 0) return ret; stnrcpy(iso_analysis->iso_label, buffer[5]+25, 33); iso_analysis->iso_label[32] = '\0'; #endif ret=CDIO_FS_ISO_UDF; } #if 0 if (_cdio_is_rockridge()) ret |= CDIO_FS_ANAL_ROCKRIDGE; #endif if (_cdio_read_block(p_cdio, BOOT_SECTOR, start_session, 3, i_track) < 0) return ret; if (_cdio_is_joliet()) { iso_analysis->joliet_level = _cdio_get_joliet_level(); ret |= (CDIO_FS_ANAL_JOLIET | CDIO_FS_ANAL_ISO9660_ANY); } if (_cdio_is_it(INDEX_BOOTABLE)) ret |= CDIO_FS_ANAL_BOOTABLE; if ( _cdio_is_it(INDEX_XA) && _cdio_is_it(INDEX_ISOFS) && !(sector0_read_ok && _cdio_is_it(INDEX_PHOTO_CD)) ) { if ( _cdio_read_block(p_cdio, VCD_INFO_SECTOR, start_session, 4, i_track) < 0 ) return ret; if (_cdio_is_it(INDEX_BRIDGE) && _cdio_is_it(INDEX_CD_RTOS)) { ret |= CDIO_FS_ANAL_ISO9660_ANY; if (_cdio_is_it(INDEX_VIDEO_CD)) ret |= CDIO_FS_ANAL_VIDEOCD; else if (_cdio_is_it(INDEX_SVCD)) ret |= CDIO_FS_ANAL_SVCD; } else if (_cdio_is_it(INDEX_SVCD)) ret |= CDIO_FS_ANAL_CVD; } } else if (_cdio_is_hfs()) ret |= CDIO_FS_HFS; else if (sector0_read_ok && _cdio_is_it(INDEX_EXT2)) ret |= (CDIO_FS_EXT2 | CDIO_FS_ANAL_ISO9660_ANY); else if (_cdio_is_3do()) ret |= CDIO_FS_3DO; else { if ( _cdio_read_block(p_cdio, UFS_SUPERBLOCK_SECTOR, start_session, 2, i_track) < 0 ) return ret; if (sector0_read_ok && _cdio_is_it(INDEX_UFS)) ret |= CDIO_FS_UFS; else ret |= CDIO_FS_UNKNOWN; } } /* other checks */ if (_cdio_is_it(INDEX_XA)) ret |= (CDIO_FS_ANAL_XA | CDIO_FS_ANAL_ISO9660_ANY); if (_cdio_is_it(INDEX_PHOTO_CD)) ret |= (CDIO_FS_ANAL_PHOTO_CD | CDIO_FS_ANAL_ISO9660_ANY); if (_cdio_is_it(INDEX_CDTV)) ret |= CDIO_FS_ANAL_CDTV; return ret; } libcdio-2.0.0/lib/driver/cdtext_private.h0000644000175000017500000001214413204104700015267 00000000000000/* Copyright (C) 2004-2005, 2008, 2011-2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_DRIVER_CDTEXT_PRIVATE_H_ #define CDIO_DRIVER_CDTEXT_PRIVATE_H_ #include #ifndef CDIO_CD_MAX_TRACKS # define CDIO_CD_MAX_TRACKS 99 /* Largest CD track number */ #endif #define CDTEXT_GET_LEN16(p) (p[0]<<8) + p[1] typedef enum { CDTEXT_LEN_BINARY_MAX = 9216, CDTEXT_LEN_TEXTDATA = 12, CDTEXT_LEN_PACK = 18, CDTEXT_LEN_BLOCKSIZE = 36, CDTEXT_NUM_BLOCKS_MAX = 8, CDTEXT_NUM_TRACKS_MAX = CDIO_CD_MAX_TRACKS+1, /* +1 for 0th disk track */ CDTEXT_NUM_BLOCKPACKS_MAX = 255 } cdtext_format_enum_t; /** * From table J.2 - Pack Type Indicator Definitions from * Working Draft NCITS XXX T10/1364-D Revision 10G. November 12, 2001. */ typedef enum { CDTEXT_PACK_TITLE = 0x80, CDTEXT_PACK_PERFORMER = 0x81, CDTEXT_PACK_SONGWRITER = 0x82, CDTEXT_PACK_COMPOSER = 0x83, CDTEXT_PACK_ARRANGER = 0x84, CDTEXT_PACK_MESSAGE = 0x85, CDTEXT_PACK_DISCID = 0x86, CDTEXT_PACK_GENRE = 0x87, CDTEXT_PACK_TOC = 0x88, CDTEXT_PACK_TOC2 = 0x89, CDTEXT_PACK_UPC = 0x8E, CDTEXT_PACK_BLOCKSIZE = 0x8F } cdtext_packtype_enum_t; /** CD-Text character encodings */ typedef enum cdtext_charcode_enum_s { CDTEXT_CHARCODE_ISO_8859_1 = 0x00, /**< ISO-8859-1 (8 bit), Latin-1 */ CDTEXT_CHARCODE_ASCII = 0x01, /**< ASCII (7 bit) */ CDTEXT_CHARCODE_SHIFT_JIS = 0x80 /**< Shift_JIS (double byte), JIS X 0208 Appendix 1 */ ///* The following were proposed but never implemented anywhere. // * They are mentioned for completeness here // * CDTEXT_CHARCODE_KOREAN = 0x81, /**< Korean */ // * CDTEXT_CHARCODE_CHINESE = 0x82, /**< Mandarin Chinese */ // * CDTEXT_CHARCODE_UNDEFINED = 0xFF, /**< everything else */ // */ } cdtext_charcode_enum_t; /** Structure of CD-TEXT data Packs */ struct cdtext_pack_s { uint8_t type; uint8_t i_track; uint8_t seq; uint8_t char_pos; /* character position */ uint8_t block; /* block number 0..7 */ uint8_t db_chars; /* double byte character */ uint8_t text[CDTEXT_LEN_TEXTDATA]; uint8_t crc[2]; }; /** Structure of of block size information packs */ struct cdtext_blocksize_s { uint8_t charcode; /* character code */ uint8_t i_first_track; /* first track number */ uint8_t i_last_track; /* last track number */ uint8_t copyright; /* 3 CD-TEXT is copyrighted, 0 no copyright on CD-TEXT */ uint8_t i_packs[16]; /* number of packs of each type * 0 TITLE; 1 PERFORMER; 2 SONGWRITER; 3 COMPOSER; * 4 ARRANGER; 5 MESSAGE; 6 DISCID; 7 GENRE; * 8 TOC; 9 TOC2; 10-12 RESERVED; 13 CLOSED; * 14 UPC_ISRC; 15 BLOCKSIZE */ uint8_t lastseq[8]; /* last sequence for block 0..7 */ uint8_t langcode[8]; /* language code for block 0..7 */ }; typedef struct cdtext_pack_s cdtext_pack_t; typedef struct cdtext_blocksize_s cdtext_blocksize_t; /*! Structure for CD-TEXT of a track. */ struct cdtext_track_s { char *field[MAX_CDTEXT_FIELDS]; }; /*! Structure for CD-TEXT of a block. */ struct cdtext_block_s { struct cdtext_track_s track[CDTEXT_NUM_TRACKS_MAX]; /**< 0: disc; 1..99: tracks */ cdtext_genre_t genre_code; /**< genre code of the disc */ cdtext_lang_t language_code; /**< language of this block */ bool copyright; /**< CD-TEXT copyright */ track_t first_track; /**< first track number */ track_t last_track; /**< last track number */ }; /*! Structure for CD-TEXT of a disc. @see cdtext_init, cdtext_destroy, cdtext_get, and cdtext_set. */ struct cdtext_s { struct cdtext_block_s block[CDTEXT_NUM_BLOCKS_MAX]; /**< CD-TEXT for block 0..7 */ uint8_t block_i; /**< index of active block */ }; int cdtext_read_pack (cdtext_pack_t *pack, const uint8_t *data); /*! returns enum of field if key is a CD-Text keyword, returns CDTEXT_FIELD_INVALID otherwise. */ cdtext_field_t cdtext_is_field (const char *field); /*! returns enum of language if lang is a valid language, returns CDTEXT_LANGUAGE_UNKNOWN otherwise. */ cdtext_lang_t cdtext_is_language (const char *lang); #endif /* CDIO_DRIVER_CDTEXT_PRIVATE_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/ds.c0000664000175000017500000001163713217072760012671 00000000000000/* Copyright (C) 2005, 2008, 2011, 2016 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #include "cdio_assert.h" struct _CdioList { unsigned length; CdioListNode_t *begin; CdioListNode_t *end; }; struct _CdioListNode { CdioList_t *list; CdioListNode_t *next; void *data; }; /* impl */ CdioList_t * _cdio_list_new (void) { CdioList_t *p_new_obj = calloc (1, sizeof (CdioList_t)); return p_new_obj; } void _cdio_list_free (CdioList_t *p_list, int free_data, CdioDataFree_t free_fn) { while (_cdio_list_length (p_list)) _cdio_list_node_free (_cdio_list_begin (p_list), free_data, free_fn); free (p_list); } unsigned _cdio_list_length (const CdioList_t *p_list) { cdio_assert (p_list != NULL); return p_list->length; } void _cdio_list_prepend (CdioList_t *p_list, void *p_data) { CdioListNode_t *p_new_node; cdio_assert (p_list != NULL); p_new_node = calloc (1, sizeof (CdioListNode_t)); cdio_assert (p_new_node != NULL); p_new_node->list = p_list; p_new_node->next = p_list->begin; p_new_node->data = p_data; p_list->begin = p_new_node; if (p_list->length == 0) p_list->end = p_new_node; p_list->length++; } void _cdio_list_append (CdioList_t *p_list, void *p_data) { cdio_assert (p_list != NULL); if (p_list->length == 0) { _cdio_list_prepend (p_list, p_data); } else { CdioListNode_t *p_new_node = calloc (1, sizeof (CdioListNode_t)); cdio_assert (p_new_node != NULL); p_new_node->list = p_list; p_new_node->next = NULL; p_new_node->data = p_data; p_list->end->next = p_new_node; p_list->end = p_new_node; p_list->length++; } } void _cdio_list_foreach (CdioList_t *p_list, _cdio_list_iterfunc_t func, void *p_user_data) { CdioListNode_t *node; cdio_assert (p_list != NULL); cdio_assert (func != 0); for (node = _cdio_list_begin (p_list); node != NULL; node = _cdio_list_node_next (node)) func (_cdio_list_node_data (node), p_user_data); } CdioListNode_t * _cdio_list_find (CdioList_t *p_list, _cdio_list_iterfunc_t cmp_func, void *p_user_data) { CdioListNode_t *p_node; cdio_assert (p_list != NULL); cdio_assert (cmp_func != 0); for (p_node = _cdio_list_begin (p_list); p_node != NULL; p_node = _cdio_list_node_next (p_node)) if (cmp_func (_cdio_list_node_data (p_node), p_user_data)) break; return p_node; } CdioListNode_t * _cdio_list_begin (const CdioList_t *p_list) { cdio_assert (p_list != NULL); return p_list->begin; } CdioListNode_t * _cdio_list_end (CdioList_t *p_list) { cdio_assert (p_list != NULL); return p_list->end; } CdioListNode_t * _cdio_list_node_next (CdioListNode_t *p_node) { if (p_node) return p_node->next; return NULL; } void _cdio_list_node_free (CdioListNode_t *p_node, int free_data, CdioDataFree_t free_fn) { CdioList_t *p_list; CdioListNode_t *prev_node; cdio_assert (p_node != NULL); p_list = p_node->list; cdio_assert (_cdio_list_length (p_list) > 0); if (free_data && free_fn) free_fn (_cdio_list_node_data (p_node)); if (_cdio_list_length (p_list) == 1) { cdio_assert (p_list->begin == p_list->end); p_list->end = p_list->begin = NULL; p_list->length = 0; free (p_node); return; } cdio_assert (p_list->begin != p_list->end); if (p_list->begin == p_node) { p_list->begin = p_node->next; free (p_node); p_list->length--; return; } for (prev_node = p_list->begin; prev_node->next; prev_node = prev_node->next) if (prev_node->next == p_node) break; cdio_assert (prev_node->next != NULL); if (p_list->end == p_node) p_list->end = prev_node; prev_node->next = p_node->next; p_list->length--; free (p_node); } void * _cdio_list_node_data (CdioListNode_t *p_node) { if (p_node) return p_node->data; return NULL; } /* eof */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/_cdio_stdio.h0000644000175000017500000000262311731402435014533 00000000000000/* Copyright (C) 2003, 2008, 2012 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_STDIO_H_ #define CDIO_STDIO_H_ #include "_cdio_stream.h" /*! Initialize a new stdio stream reading from pathname. A pointer to the stream is returned or NULL if there was an error. cdio_stream_free should be called on the returned value when you don't need the stream any more. No other finalization is needed. */ CdioDataSource_t * cdio_stdio_new(const char psz_path[]); /*! Deallocate resources assocaited with obj. After this obj is unusable. */ void cdio_stdio_destroy(CdioDataSource_t *p_obj); #endif /* CDIO_STDIO_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/_cdio_stdio.c0000644000175000017500000001631713204104700014522 00000000000000/* Copyright (C) 2003, 2004, 2005, 2008, 2011 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #include #include #include #include "_cdio_stream.h" #include "_cdio_stdio.h" #include "cdio_assert.h" /* On 32 bit platforms, fseek can only access streams of 2 GB or less. Prefer fseeko/fseeko64, that take a 64 bit offset when LFS is enabled */ #if defined(HAVE_FSEEKO64) && defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64) #define CDIO_FSEEK fseeko64 #elif defined(HAVE_FSEEKO) #define CDIO_FSEEK fseeko #else #define CDIO_FSEEK fseek #endif /* Windows' fopen is not UTF-8 compliant, so we use our own */ #if defined(_WIN32) #include #define CDIO_FOPEN fopen_utf8 #else #define CDIO_FOPEN fopen #endif /* Use _stati64 if needed, on platforms that don't have transparent LFS support */ #if defined(HAVE__STATI64) && defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64) #define CDIO_STAT_STRUCT _stati64 #if defined(_WIN32) /* Once again, use our own UTF-8 compliant version */ static inline int _stati64_utf8(const char *path, struct _stati64 *buffer) { int ret; wchar_t* wpath = cdio_utf8_to_wchar(path); ret = _wstati64(wpath, buffer); cdio_free(wpath); return ret; } #define CDIO_STAT_CALL _stati64_utf8 #else #define CDIO_STAT_CALL _stati64 #endif #else #define CDIO_STAT_STRUCT stat #define CDIO_STAT_CALL stat #endif #define _STRINGIFY(a) #a #define STRINGIFY(a) _STRINGIFY(a) #define CDIO_STDIO_BUFSIZE (128*1024) typedef struct { char *pathname; FILE *fd; char *fd_buf; off_t st_size; /* used only for source */ } _UserData; static int _stdio_open (void *user_data) { _UserData *const ud = user_data; if ((ud->fd = CDIO_FOPEN (ud->pathname, "rb"))) { ud->fd_buf = calloc (1, CDIO_STDIO_BUFSIZE); setvbuf (ud->fd, ud->fd_buf, _IOFBF, CDIO_STDIO_BUFSIZE); } return (ud->fd == NULL); } static int _stdio_close(void *user_data) { _UserData *const ud = user_data; if (fclose (ud->fd)) cdio_error ("fclose (): %s", strerror (errno)); ud->fd = NULL; free (ud->fd_buf); ud->fd_buf = NULL; return 0; } static void _stdio_free(void *user_data) { _UserData *const ud = user_data; if (ud->pathname) free(ud->pathname); if (ud->fd) /* should be NULL anyway... */ _stdio_close(user_data); free(ud); } /*! Like fseek/fseeko(3) and in fact may be the same. This function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. If whence is set to SEEK_SET, SEEK_CUR, or SEEK_END, the offset is relative to the start of the file, the current position indicator, or end-of-file, respectively. A successful call to the fseek function clears the end- of-file indicator for the stream and undoes any effects of the ungetc(3) function on the same stream. @return upon successful completion, DRIVER_OP_SUCCESS, else, DRIVER_OP_ERROR is returned and the global variable errno is set to indicate the error. */ static int _stdio_seek(void *p_user_data, off_t i_offset, int whence) { _UserData *const ud = p_user_data; int ret; #if !defined(HAVE_FSEEKO) && !defined(HAVE_FSEEKO64) /* Detect if off_t is lossy-truncated to long to avoid data corruption */ if ( (sizeof(off_t) > sizeof(long)) && (i_offset != (off_t)((long)i_offset)) ) { cdio_error ( STRINGIFY(CDIO_FSEEK) " (): lossy truncation detected!"); errno = EFBIG; return DRIVER_OP_ERROR; } #endif if ( (ret=CDIO_FSEEK (ud->fd, i_offset, whence)) ) { cdio_error ( STRINGIFY(CDIO_FSEEK) " (): %s", strerror (errno)); } return ret; } static off_t _stdio_stat(void *p_user_data) { const _UserData *const ud = p_user_data; return ud->st_size; } /*! Like fread(3) and in fact is about the same. DESCRIPTION: The function fread reads nmemb elements of data, each size bytes long, from the stream pointed to by stream, storing them at the location given by ptr. RETURN VALUE: return the number of items successfully read or written (i.e., not the number of characters). If an error occurs, or the end-of-file is reached, the return value is a short item count (or zero). We do not distinguish between end-of-file and error, and callers must use feof(3) and ferror(3) to determine which occurred. */ static ssize_t _stdio_read(void *user_data, void *buf, size_t count) { _UserData *const ud = user_data; long read_count; read_count = fread(buf, 1, count, ud->fd); if (read_count != count) { /* fixme -- ferror/feof */ if (feof (ud->fd)) { cdio_debug ("fread (): EOF encountered"); clearerr (ud->fd); } else if (ferror (ud->fd)) { cdio_error ("fread (): %s", strerror (errno)); clearerr (ud->fd); } else cdio_debug ("fread (): short read and no EOF?!?"); } return read_count; } /*! Deallocate resources assocaited with obj. After this obj is unusable. */ void cdio_stdio_destroy(CdioDataSource_t *p_obj) { cdio_stream_destroy(p_obj); } CdioDataSource_t * cdio_stdio_new(const char pathname[]) { CdioDataSource_t *new_obj = NULL; cdio_stream_io_functions funcs = { NULL, NULL, NULL, NULL, NULL, NULL }; _UserData *ud = NULL; struct CDIO_STAT_STRUCT statbuf; char* pathdup; if (pathname == NULL) return NULL; /* MinGW may require a translated path */ pathdup = _cdio_strdup_fixpath(pathname); if (pathdup == NULL) return NULL; if (CDIO_STAT_CALL (pathdup, &statbuf) == -1) { cdio_warn ("could not retrieve file info for `%s': %s", pathdup, strerror (errno)); cdio_free(pathdup); return NULL; } ud = calloc (1, sizeof (_UserData)); cdio_assert (ud != NULL); ud->pathname = pathdup; ud->st_size = statbuf.st_size; /* let's hope it doesn't change... */ funcs.open = _stdio_open; funcs.seek = _stdio_seek; funcs.stat = _stdio_stat; funcs.read = _stdio_read; funcs.close = _stdio_close; funcs.free = _stdio_free; new_obj = cdio_stream_new(ud, &funcs); return new_obj; } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/cdio_assert.h0000644000175000017500000000306411731401013014542 00000000000000/* Copyright (C) 2008, 2011, 2012 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_ASSERT_H_ #define CDIO_ASSERT_H_ #if defined(__GNUC__) && !defined(__MINGW32__) #if defined(HAVE_CONFIG_H) && !defined(__CDIO_CONFIG_H__) # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include #define cdio_assert(expr) \ { \ if (GNUC_UNLIKELY (!(expr))) cdio_log (CDIO_LOG_ASSERT, \ "file %s: line %d (%s): assertion failed: (%s)", \ __FILE__, __LINE__, __PRETTY_FUNCTION__, #expr); \ } #define cdio_assert_not_reached() \ { \ cdio_log (CDIO_LOG_ASSERT, \ "file %s: line %d (%s): should not be reached", \ __FILE__, __LINE__, __PRETTY_FUNCTION__); \ } #else /* non GNU C */ #include #define cdio_assert(expr) \ assert(expr) #define cdio_assert_not_reached() \ assert(0) #endif #endif /* CDIO_ASSERT_H_ */ libcdio-2.0.0/lib/driver/image/0000775000175000017500000000000013222221717013243 500000000000000libcdio-2.0.0/lib/driver/image/nrg.c0000664000175000017500000011750713221562053014130 00000000000000/* Copyright (C) 2003-2006, 2008-2009, 2011-2012, 2014, 2017 Rocky Bernstein Copyright (C) 2001, 2003 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! This code implements low-level access functions for the Nero native CD-image format residing inside a disk file (*.nrg). */ #include "image.h" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_GLOB_H #include #endif #ifdef HAVE_WINDOWS_H #include #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include #include #include #include "cdio_assert.h" #include "_cdio_stdio.h" #include "nrg.h" #include "cdtext_private.h" nero_id_t nero_id; nero_dtype_t nero_dtype; /* reader */ #define DEFAULT_CDIO_DEVICE "image.nrg" /* Link element of track structure as a linked list. Possibly redundant with above track_info_t */ typedef struct { uint32_t start_lsn; uint32_t sec_count; /* Number of sectors in track. Does not include pregap before next entry. */ uint64_t img_offset; /* Bytes offset from beginning of disk image file.*/ uint32_t blocksize; /* Number of bytes in a block */ } _mapping_t; #define NEED_NERO_STRUCT #include "image_common.h" static bool parse_nrg (_img_private_t *env, const char *psz_cue_name, const cdio_log_level_t log_level); static lsn_t get_disc_last_lsn_nrg (void *p_user_data); /* Updates internal track TOC, so we can later simulate ioctl(CDROMREADTOCENTRY). */ static void _register_mapping (_img_private_t *env, lsn_t start_lsn, uint32_t sec_count, uint64_t img_offset, uint32_t blocksize, track_format_t track_format, bool track_green) { const int track_num=env->gen.i_tracks; track_info_t *this_track=&(env->tocent[env->gen.i_tracks]); _mapping_t *_map = calloc(1, sizeof (_mapping_t)); _map->start_lsn = start_lsn; _map->sec_count = sec_count; _map->img_offset = img_offset; _map->blocksize = blocksize; if (!env->mapping) env->mapping = _cdio_list_new (); _cdio_list_append (env->mapping, _map); env->size = MAX (env->size, (start_lsn + sec_count)); /* Update *this_track and track_num. These structures are in a sense redundant witht the obj->mapping list. Perhaps one or the other can be eliminated. */ cdio_lba_to_msf (cdio_lsn_to_lba(start_lsn), &(this_track->start_msf)); this_track->start_lba = cdio_msf_to_lba(&this_track->start_msf); this_track->track_num = track_num+1; this_track->blocksize = blocksize; if (env->is_cues) this_track->datastart = img_offset; else this_track->datastart = 0; if (track_green) this_track->datastart += CDIO_CD_SUBHEADER_SIZE; this_track->sec_count = sec_count; this_track->track_format= track_format; this_track->track_green = track_green; switch (this_track->track_format) { case TRACK_FORMAT_AUDIO: this_track->blocksize = CDIO_CD_FRAMESIZE_RAW; this_track->datasize = CDIO_CD_FRAMESIZE_RAW; /*this_track->datastart = 0;*/ this_track->endsize = 0; break; case TRACK_FORMAT_CDI: this_track->datasize=CDIO_CD_FRAMESIZE; break; case TRACK_FORMAT_XA: if (track_green) { this_track->blocksize = CDIO_CD_FRAMESIZE; /*this_track->datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE;*/ this_track->datasize = M2RAW_SECTOR_SIZE; this_track->endsize = 0; } else { /*this_track->datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE + CDIO_CD_SUBHEADER_SIZE;*/ this_track->datasize = CDIO_CD_FRAMESIZE; this_track->endsize = CDIO_CD_SYNC_SIZE + CDIO_CD_ECC_SIZE; } break; case TRACK_FORMAT_DATA: if (track_green) { /*this_track->datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE;*/ this_track->datasize = CDIO_CD_FRAMESIZE; this_track->endsize = CDIO_CD_EDC_SIZE + CDIO_CD_M1F1_ZERO_SIZE + CDIO_CD_ECC_SIZE; } else { /* Is the below correct? */ /*this_track->datastart = 0;*/ this_track->datasize = CDIO_CD_FRAMESIZE; this_track->endsize = 0; } break; default: /*this_track->datasize=CDIO_CD_FRAMESIZE_RAW;*/ cdio_warn ("track %d has unknown format %d", env->gen.i_tracks, this_track->track_format); } env->gen.i_tracks++; cdio_debug ("start lsn: %lu sector count: %0lu -> %8ld (%08lx)", (long unsigned int) start_lsn, (long unsigned int) sec_count, (long unsigned int) img_offset, (long unsigned int) img_offset); } /* Disk and track information for a Nero file are located at the end of the file. This routine extracts that information. FIXME: right now psz_nrg_name is not used. It will be in the future. */ static bool parse_nrg (_img_private_t *p_env, const char *psz_nrg_name, const cdio_log_level_t log_level) { off_t footer_start; off_t size; char *footer_buf = NULL; if (!p_env) return false; size = cdio_stream_stat (p_env->gen.data_source); if (-1 == size) return false; { _footer_t buf; cdio_assert (sizeof (buf) == 12); cdio_stream_seek (p_env->gen.data_source, size - sizeof (buf), SEEK_SET); cdio_stream_read (p_env->gen.data_source, (void *) &buf, sizeof (buf), 1); if (buf.v50.ID == UINT32_TO_BE (NERO_ID)) { cdio_debug ("detected Nero version 5.0 (32-bit offsets) NRG magic"); footer_start = uint32_to_be (buf.v50.footer_ofs); } else if (buf.v55.ID == UINT32_TO_BE (NER5_ID)) { cdio_debug ("detected Nero version 5.5.x (64-bit offsets) NRG magic"); footer_start = uint64_from_be (buf.v55.footer_ofs); } else { cdio_log (log_level, "Image not recognized as either version 5.0 or " "version 5.5.x-6.x type NRG"); return false; } cdio_debug (".NRG footer start = %ld, length = %ld", (long) footer_start, (long) (size - footer_start)); cdio_assert ((size - footer_start) <= 4096); footer_buf = calloc(1, (size_t)(size - footer_start)); cdio_stream_seek (p_env->gen.data_source, footer_start, SEEK_SET); cdio_stream_read (p_env->gen.data_source, footer_buf, (size_t)(size - footer_start), 1); } { int pos = 0; while (pos < size - footer_start) { _chunk_t *chunk = (void *) (footer_buf + pos); uint32_t opcode = UINT32_FROM_BE (chunk->id); bool break_out = false; switch (opcode) { case CUES_ID: /* "CUES" Seems to have sector size 2336 and 150 sector pregap seems to be included at beginning of image. */ case CUEX_ID: /* "CUEX" */ { unsigned entries = UINT32_FROM_BE (chunk->len); _cuex_array_t *_entries = (void *) chunk->data; cdio_assert (p_env->mapping == NULL); cdio_assert ( sizeof (_cuex_array_t) == 8 ); cdio_assert ( UINT32_FROM_BE (chunk->len) % sizeof(_cuex_array_t) == 0 ); entries /= sizeof (_cuex_array_t); if (CUES_ID == opcode) { unsigned int idx; unsigned int i = 0; lsn_t lsn; /* = UINT32_FROM_BE (_entries[0].lsn); */ /* CUES LSN has 150 pregap include at beginning? -/ cdio_assert (lsn == 0?); */ cdio_debug ("CUES type image detected" ); p_env->is_cues = true; /* HACK alert. */ p_env->gen.i_tracks = 0; p_env->gen.i_first_track = 1; for (idx = 1; idx < entries-1; idx += 2, i++) { lsn_t sec_count; int cdte_format = _entries[idx].addr_ctrl / 16; int cdte_ctrl = _entries[idx].type >> 4; if ( COPY_PERMITTED & cdte_ctrl ) { if (p_env) p_env->tocent[i].flags |= COPY_PERMITTED; } else { if (p_env) p_env->tocent[i].flags &= ~COPY_PERMITTED; } if ( PRE_EMPHASIS & cdte_ctrl ) { if (p_env) p_env->tocent[i].flags |= PRE_EMPHASIS; } else { if (p_env) p_env->tocent[i].flags &= ~PRE_EMPHASIS; } if ( FOUR_CHANNEL_AUDIO & cdte_ctrl ) { if (p_env) p_env->tocent[i].flags |= FOUR_CHANNEL_AUDIO; } else { if (p_env) p_env->tocent[i].flags &= ~FOUR_CHANNEL_AUDIO; } cdio_assert (_entries[idx].track == _entries[idx + 1].track); /* lsn and sec_count*2 aren't correct, but it comes closer on the single example I have: svcdgs.nrg We are picking up the wrong fields and/or not interpreting them correctly. */ switch (cdte_format) { case 0: lsn = UINT32_FROM_BE (_entries[idx].lsn); break; case 1: { #if 0 msf_t msf = (msf_t) _entries[idx].lsn; lsn = cdio_msf_to_lsn(&msf); #else lsn = CDIO_INVALID_LSN; #endif cdio_log (log_level, "untested (i.e. probably wrong) CUE MSF code"); break; } default: lsn = CDIO_INVALID_LSN; cdio_log(log_level, "unknown cdte_format %d", cdte_format); } sec_count = UINT32_FROM_BE (_entries[idx + 1].lsn); _register_mapping (p_env, lsn, sec_count*2, (lsn+CDIO_PREGAP_SECTORS) * M2RAW_SECTOR_SIZE, M2RAW_SECTOR_SIZE, TRACK_FORMAT_XA, true); } } else { lsn_t lsn = UINT32_FROM_BE (_entries[0].lsn); unsigned int idx; unsigned int i = 0; cdio_debug ("CUEX type image detected"); /* LSN must start at -150 (LBA 0)? */ cdio_assert (lsn == -150); for (idx = 2; idx < entries; idx += 2, i++) { lsn_t sec_count; int cdte_format = _entries[idx].addr_ctrl >> 4; int cdte_ctrl = _entries[idx].type >> 4; if ( COPY_PERMITTED & cdte_ctrl ) { if (p_env) p_env->tocent[i].flags |= COPY_PERMITTED; } else { if (p_env) p_env->tocent[i].flags &= ~COPY_PERMITTED; } if ( PRE_EMPHASIS & cdte_ctrl ) { if (p_env) p_env->tocent[i].flags |= PRE_EMPHASIS; } else { if (p_env) p_env->tocent[i].flags &= ~PRE_EMPHASIS; } if ( FOUR_CHANNEL_AUDIO & cdte_ctrl ) { if (p_env) p_env->tocent[i].flags |= FOUR_CHANNEL_AUDIO; } else { if (p_env) p_env->tocent[i].flags &= ~FOUR_CHANNEL_AUDIO; } /* extractnrg.pl has cdte_format for LBA's 0, and for MSF 1. ??? FIXME: Should decode as appropriate for cdte_format. */ cdio_assert ( cdte_format == 0 || cdte_format == 1 ); cdio_assert (_entries[idx].track != _entries[idx + 1].track); lsn = UINT32_FROM_BE (_entries[idx].lsn); sec_count = UINT32_FROM_BE (_entries[idx + 1].lsn); _register_mapping (p_env, lsn, sec_count - lsn, (lsn + CDIO_PREGAP_SECTORS)*M2RAW_SECTOR_SIZE, M2RAW_SECTOR_SIZE, TRACK_FORMAT_XA, true); } } break; } case DAOX_ID: /* "DAOX" */ case DAOI_ID: /* "DAOI" */ { _daox_t *_xentries = NULL; _daoi_t *_ientries = NULL; _dao_array_common_t *_dao_array_common = NULL; _dao_common_t *_dao_common = (void *) chunk->data; int disc_mode = _dao_common->unknown[1]; track_format_t track_format; int i; /* We include an extra 0 byte so these can be used as C strings.*/ p_env->psz_mcn = calloc(1, CDIO_MCN_SIZE+1); memcpy(p_env->psz_mcn, &(_dao_common->psz_mcn), CDIO_MCN_SIZE); p_env->psz_mcn[CDIO_MCN_SIZE] = '\0'; if (DAOX_ID == opcode) { _xentries = (void *) chunk->data; p_env->dtyp = _xentries->track_info[0].common.unknown[2]; } else { _ientries = (void *) chunk->data; p_env->dtyp = _ientries->track_info[0].common.unknown[2]; } p_env->is_dao = true; cdio_debug ("DAO%c tag detected, track format %d, mode %x\n", opcode==DAOX_ID ? 'X': 'I', p_env->dtyp, disc_mode); switch (p_env->dtyp) { case 0: /* Mode 1 */ track_format = TRACK_FORMAT_DATA; p_env->disc_mode = CDIO_DISC_MODE_CD_DATA; break; case 2: /* Mode 2 form 1 */ disc_mode = 0; track_format = TRACK_FORMAT_XA; p_env->disc_mode = CDIO_DISC_MODE_CD_XA; break; case 3: /* Mode 2 */ track_format = TRACK_FORMAT_XA; p_env->disc_mode = CDIO_DISC_MODE_CD_XA; /* ?? */ break; case 0x6: /* Mode2 form mix */ track_format = TRACK_FORMAT_XA; p_env->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; case 0x20: /* ??? Mode2 form 2, Mode2 raw?? */ track_format = TRACK_FORMAT_XA; p_env->disc_mode = CDIO_DISC_MODE_CD_XA; /* ??. */ break; case 0x7: track_format = TRACK_FORMAT_AUDIO; p_env->disc_mode = CDIO_DISC_MODE_CD_DA; break; default: cdio_log (log_level, "Unknown track format %x\n", p_env->dtyp); track_format = TRACK_FORMAT_AUDIO; } if (0 == disc_mode) { for (i=0; igen.i_tracks; i++) { p_env->tocent[i].track_format= track_format; p_env->tocent[i].datastart = 0; p_env->tocent[i].track_green = false; if (TRACK_FORMAT_AUDIO == track_format) { p_env->tocent[i].blocksize = CDIO_CD_FRAMESIZE_RAW; p_env->tocent[i].datasize = CDIO_CD_FRAMESIZE_RAW; p_env->tocent[i].endsize = 0; } else { p_env->tocent[i].datasize = CDIO_CD_FRAMESIZE; p_env->tocent[i].datastart = 0; } } } else if (2 == disc_mode) { for (i=0; igen.i_tracks; i++) { p_env->tocent[i].track_green = true; p_env->tocent[i].track_format= track_format; p_env->tocent[i].datasize = CDIO_CD_FRAMESIZE; if (TRACK_FORMAT_XA == track_format) { p_env->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE + CDIO_CD_SUBHEADER_SIZE; p_env->tocent[i].endsize = CDIO_CD_SYNC_SIZE + CDIO_CD_ECC_SIZE; } else { p_env->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE; p_env->tocent[i].endsize = CDIO_CD_EDC_SIZE + CDIO_CD_M1F1_ZERO_SIZE + CDIO_CD_ECC_SIZE; } } } else if (0x20 == disc_mode) { cdio_debug ("Mixed mode CD?\n"); } else { /* Mixed mode CD */ cdio_log (log_level, "Don't know if mode 1, mode 2 or mixed: %x\n", disc_mode); } for (i=0; igen.i_tracks; i++) { if (DAOX_ID == opcode) { _dao_array_common = &_xentries->track_info[i].common; } else { _dao_array_common = &_ientries->track_info[i].common; } p_env->tocent[i].isrc = calloc(1, CDIO_ISRC_SIZE+1); memcpy(p_env->tocent[i].isrc, _dao_array_common->psz_isrc, CDIO_ISRC_SIZE); p_env->tocent[i].isrc[CDIO_ISRC_SIZE] = '\0'; if (p_env->tocent[i].isrc[0]) { cdio_info("nrg isrc has value \"%s\"", p_env->tocent[i].isrc); } if (!p_env->tocent[i].datasize) { continue; } if (DAOX_ID == opcode) { p_env->tocent[i].pregap = (uint64_from_be (_xentries->track_info[i].index0)) / (p_env->tocent[i].datasize); } else { p_env->tocent[i].pregap = (uint32_from_be (_ientries->track_info[i].index0)) / (p_env->tocent[i].datasize); } } break; } case NERO_ID: case NER5_ID: cdio_error ("unexpected nrg magic ID NER%c detected", opcode==NERO_ID ? 'O': '5'); free(footer_buf); return false; case END1_ID: /* "END!" */ cdio_debug ("nrg end tag detected"); break_out = true; break; case ETNF_ID: /* "ETNF" */ { unsigned entries = UINT32_FROM_BE (chunk->len); _etnf_array_t *_entries = (void *) chunk->data; cdio_assert (p_env->mapping == NULL); cdio_assert ( sizeof (_etnf_array_t) == 20 ); cdio_assert ( UINT32_FROM_BE(chunk->len) % sizeof(_etnf_array_t) == 0 ); entries /= sizeof (_etnf_array_t); cdio_debug ("SAO type image (ETNF) detected"); { int idx; for (idx = 0; idx < entries; idx++) { uint32_t _len = UINT32_FROM_BE (_entries[idx].length); uint32_t _start = UINT32_FROM_BE (_entries[idx].start_lsn); uint32_t _start2 = UINT32_FROM_BE (_entries[idx].start); uint32_t track_mode= uint32_from_be (_entries[idx].type); bool track_green = true; track_format_t track_format = TRACK_FORMAT_XA; uint16_t blocksize; switch (track_mode) { case 0: /* Mode 1 */ track_format = TRACK_FORMAT_DATA; track_green = false; /* ?? */ blocksize = CDIO_CD_FRAMESIZE; p_env->disc_mode = CDIO_DISC_MODE_CD_DATA; cdio_debug ("Format DATA, blocksize %u", CDIO_CD_FRAMESIZE); break; case 2: /* Mode 2 form 1 */ track_format = TRACK_FORMAT_XA; track_green = false; /* ?? */ blocksize = CDIO_CD_FRAMESIZE; p_env->disc_mode = CDIO_DISC_MODE_CD_XA; cdio_debug ("Format XA, blocksize %u", CDIO_CD_FRAMESIZE); break; case 3: /* Mode 2 */ track_format = TRACK_FORMAT_XA; track_green = true; blocksize = M2RAW_SECTOR_SIZE; p_env->disc_mode = CDIO_DISC_MODE_CD_XA; /* ?? */ cdio_debug ("Format XA, blocksize %u", M2RAW_SECTOR_SIZE); break; case 06: /* Mode2 form mix */ track_format = TRACK_FORMAT_XA; track_green = true; blocksize = M2RAW_SECTOR_SIZE; p_env->disc_mode = CDIO_DISC_MODE_CD_MIXED; cdio_debug ("Format MIXED CD, blocksize %u", M2RAW_SECTOR_SIZE); break; case 0x20: /* ??? Mode2 form 2, Mode2 raw?? */ track_format = TRACK_FORMAT_XA; track_green = true; blocksize = M2RAW_SECTOR_SIZE; p_env->disc_mode = CDIO_DISC_MODE_CD_XA; /* ??. */ cdio_debug ("Format MIXED CD, blocksize %u", M2RAW_SECTOR_SIZE); break; case 7: track_format = TRACK_FORMAT_AUDIO; track_green = false; blocksize = CDIO_CD_FRAMESIZE_RAW; p_env->disc_mode = CDIO_DISC_MODE_CD_DA; cdio_debug ("Format CD_DA, blocksize %u", CDIO_CD_FRAMESIZE_RAW); break; default: cdio_log (log_level, "Don't know how to handle track mode (%lu)?", (long unsigned int) track_mode); free(footer_buf); return false; } cdio_assert (_len % blocksize == 0); _len /= blocksize; cdio_assert (_start * blocksize == _start2); _start += idx * CDIO_PREGAP_SECTORS; _register_mapping (p_env, _start, _len, _start2, blocksize, track_format, track_green); } } break; } case ETN2_ID: { /* "ETN2", same as above, but with 64bit stuff instead */ unsigned entries = uint32_from_be (chunk->len); _etn2_array_t *_entries = (void *) chunk->data; cdio_assert (p_env->mapping == NULL); cdio_assert (sizeof (_etn2_array_t) == 32); cdio_assert (uint32_from_be (chunk->len) % sizeof (_etn2_array_t) == 0); entries /= sizeof (_etn2_array_t); cdio_debug ("SAO type image (ETN2) detected"); { int idx; for (idx = 0; idx < entries; idx++) { uint32_t _len = uint64_from_be (_entries[idx].length); uint32_t _start = uint32_from_be (_entries[idx].start_lsn); uint32_t _start2 = uint64_from_be (_entries[idx].start); uint32_t track_mode= uint32_from_be (_entries[idx].type); bool track_green = true; track_format_t track_format = TRACK_FORMAT_XA; uint16_t blocksize; switch (track_mode) { case 0: track_format = TRACK_FORMAT_DATA; track_green = false; /* ?? */ blocksize = CDIO_CD_FRAMESIZE; break; case 2: track_format = TRACK_FORMAT_XA; track_green = false; /* ?? */ blocksize = CDIO_CD_FRAMESIZE; break; case 3: track_format = TRACK_FORMAT_XA; track_green = true; blocksize = M2RAW_SECTOR_SIZE; break; case 7: track_format = TRACK_FORMAT_AUDIO; track_green = false; blocksize = CDIO_CD_FRAMESIZE_RAW; break; default: cdio_log (log_level, "Don't know how to handle track mode (%lu)?", (long unsigned int) track_mode); free(footer_buf); return false; } if (_len % blocksize != 0) { cdio_log (log_level, "length is not a multiple of blocksize " "len %lu, size %d, rem %lu", (long unsigned int) _len, blocksize, (long unsigned int) _len % blocksize); if (0 == _len % CDIO_CD_FRAMESIZE) { cdio_log(log_level, "Adjusting blocksize to %d", CDIO_CD_FRAMESIZE); blocksize = CDIO_CD_FRAMESIZE; } else if (0 == _len % M2RAW_SECTOR_SIZE) { cdio_log(log_level, "Adjusting blocksize to %d", M2RAW_SECTOR_SIZE); blocksize = M2RAW_SECTOR_SIZE; } else if (0 == _len % CDIO_CD_FRAMESIZE_RAW) { cdio_log(log_level, "Adjusting blocksize to %d", CDIO_CD_FRAMESIZE_RAW); blocksize = CDIO_CD_FRAMESIZE_RAW; } } _len /= blocksize; if (_start * blocksize != _start2) { cdio_log (log_level, "%lu * %d != %lu", (long unsigned int) _start, blocksize, (long unsigned int) _start2); if (_start * CDIO_CD_FRAMESIZE == _start2) { cdio_log(log_level, "Adjusting blocksize to %d", CDIO_CD_FRAMESIZE); blocksize = CDIO_CD_FRAMESIZE; } else if (_start * M2RAW_SECTOR_SIZE == _start2) { cdio_log(log_level, "Adjusting blocksize to %d", M2RAW_SECTOR_SIZE); blocksize = M2RAW_SECTOR_SIZE; } else if (_start * CDIO_CD_FRAMESIZE_RAW == _start2) { cdio_log(log_level, "Adjusting blocksize to %d", CDIO_CD_FRAMESIZE_RAW); blocksize = CDIO_CD_FRAMESIZE_RAW; } } _start += idx * CDIO_PREGAP_SECTORS; _register_mapping (p_env, _start, _len, _start2, blocksize, track_format, track_green); } } break; } case SINF_ID: { /* "SINF" */ uint32_t _sessions; cdio_assert (UINT32_FROM_BE (chunk->len) == 4); memcpy(&_sessions, chunk->data, 4); cdio_debug ("SINF: %lu sessions", (long unsigned int) UINT32_FROM_BE (_sessions)); } break; case MTYP_ID: { /* "MTYP" */ uint32_t mtyp_be; uint32_t mtyp; cdio_assert (UINT32_FROM_BE (chunk->len) == 4); memcpy(&mtyp_be, chunk->data, 4); mtyp = UINT32_FROM_BE (mtyp_be); cdio_debug ("MTYP: %lu", (long unsigned int) mtyp); if (mtyp != MTYP_AUDIO_CD) { cdio_log (log_level, "Unknown MTYP value: %u", (unsigned int) mtyp); } p_env->mtyp = mtyp; } break; case CDTX_ID: { /* "CD TEXT" */ uint8_t *wdata = (uint8_t *) chunk->data; int len = UINT32_FROM_BE (chunk->len); cdio_assert (len % CDTEXT_LEN_PACK == 0); p_env->gen.cdtext = cdtext_init (); if(0 !=cdtext_data_init (p_env->gen.cdtext, wdata, len)) { cdtext_destroy(p_env->gen.cdtext); free(p_env->gen.cdtext); p_env->gen.cdtext = NULL; } break; } default: cdio_log (log_level, "unknown tag %8.8x seen", (unsigned int) UINT32_FROM_BE (chunk->id)); break; } if (break_out) break; pos += 8; pos += UINT32_FROM_BE (chunk->len); } } /* Fake out leadout track. */ /* Don't use get_disc_last_lsn_nrg since that will lead to recursion since we haven't fully initialized things yet. */ cdio_lsn_to_msf (p_env->size, &p_env->tocent[p_env->gen.i_tracks].start_msf); p_env->tocent[p_env->gen.i_tracks].start_lba = cdio_lsn_to_lba(p_env->size); p_env->tocent[p_env->gen.i_tracks-1].sec_count = cdio_lsn_to_lba(p_env->size - p_env->tocent[p_env->gen.i_tracks-1].start_lba); p_env->gen.b_cdtext_error = false; p_env->gen.toc_init = true; free(footer_buf); return true; } /*! Initialize image structures. */ static bool _init_nrg (_img_private_t *p_env) { if (p_env->gen.init) { cdio_error ("init called more than once"); return false; } if (!(p_env->gen.data_source = cdio_stdio_new (p_env->gen.source_name))) { cdio_warn ("can't open nrg image file %s for reading", p_env->gen.source_name); return false; } p_env->psz_mcn = NULL; p_env->disc_mode = CDIO_DISC_MODE_NO_INFO; if ( !parse_nrg (p_env, p_env->gen.source_name, CDIO_LOG_WARN) ) { cdio_warn ("image file %s is not a Nero image", p_env->gen.source_name); return false; } p_env->gen.init = true; return true; } /*! Reads into buf the next size bytes. Returns -1 on error. Would be libc's seek() but we have to adjust for the extra track header information in each sector. */ static off_t _lseek_nrg (void *p_user_data, off_t offset, int whence) { _img_private_t *p_env = p_user_data; /* real_offset is the real byte offset inside the disk image The number below was determined empirically. */ off_t real_offset= p_env->is_dao ? 0x4b000 : 0; unsigned int i; p_env->pos.lba = 0; for (i=0; igen.i_tracks; i++) { track_info_t *this_track=&(p_env->tocent[i]); p_env->pos.index = i; if ( (this_track->sec_count*this_track->datasize) >= offset) { int blocks = (int) (offset / this_track->datasize); int rem = (int) (offset % this_track->datasize); off_t block_offset = blocks * this_track->blocksize; real_offset += block_offset + rem; p_env->pos.buff_offset = rem; p_env->pos.lba += blocks; break; } real_offset += this_track->sec_count*this_track->blocksize; offset -= this_track->sec_count*this_track->datasize; p_env->pos.lba += this_track->sec_count; } if (i==p_env->gen.i_tracks) { cdio_warn ("seeking outside range of disk image"); return -1; } else real_offset += p_env->tocent[i].datastart; return cdio_stream_seek(p_env->gen.data_source, real_offset, whence); } /*! Reads into buf the next size bytes. Returns -1 on error. FIXME: At present we assume a read doesn't cross sector or track boundaries. */ static ssize_t _read_nrg (void *p_user_data, void *buf, size_t size) { _img_private_t *p_env = p_user_data; return cdio_stream_read(p_env->gen.data_source, buf, size, 1); } /*! Get the size of the CD in logical block address (LBA) units. @param p_cdio the CD object queried @return the lsn. On error 0 or CDIO_INVALD_LSN. */ static lsn_t get_disc_last_lsn_nrg (void *p_user_data) { _img_private_t *p_env = p_user_data; return p_env->size; } /*! Reads a single audio sector from CD device into data starting from LSN. */ static driver_return_code_t _read_audio_sectors_nrg (void *p_user_data, void *data, lsn_t lsn, unsigned int nblocks) { _img_private_t *p_env = p_user_data; CdioListNode_t *node; if (lsn >= p_env->size) { cdio_warn ("trying to read beyond image size (%lu >= %lu)", (long unsigned int) lsn, (long unsigned int) p_env->size); return -1; } if (p_env->is_dao) { int ret; ret = cdio_stream_seek (p_env->gen.data_source, (lsn + CDIO_PREGAP_SECTORS) * CDIO_CD_FRAMESIZE_RAW, SEEK_SET); if (ret!=0) return ret; ret = cdio_stream_read (p_env->gen.data_source, data, CDIO_CD_FRAMESIZE_RAW, nblocks); /* ret is number of bytes if okay, but we need to return 0 okay. */ return ret == 0; } _CDIO_LIST_FOREACH (node, p_env->mapping) { _mapping_t *_map = _cdio_list_node_data (node); if (IN (lsn, _map->start_lsn, (_map->start_lsn + _map->sec_count - 1))) { int ret; long int img_offset = _map->img_offset; img_offset += (lsn - _map->start_lsn) * CDIO_CD_FRAMESIZE_RAW; ret = cdio_stream_seek (p_env->gen.data_source, img_offset, SEEK_SET); if (ret!=0) return ret; ret = cdio_stream_read (p_env->gen.data_source, data, CDIO_CD_FRAMESIZE_RAW, nblocks); if (ret==0) return ret; break; } } if (!node) cdio_warn ("reading into pre gap (lsn %lu)", (long unsigned int) lsn); return 0; } static driver_return_code_t _read_mode1_sector_nrg (void *p_user_data, void *data, lsn_t lsn, bool b_form2) { _img_private_t *p_env = p_user_data; char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; CdioListNode_t *node; if (lsn >= p_env->size) { cdio_warn ("trying to read beyond image size (%lu >= %lu)", (long unsigned int) lsn, (long unsigned int) p_env->size); return -1; } _CDIO_LIST_FOREACH (node, p_env->mapping) { _mapping_t *_map = _cdio_list_node_data (node); if (IN (lsn, _map->start_lsn, (_map->start_lsn + _map->sec_count - 1))) { int ret; long int img_offset = _map->img_offset; img_offset += (lsn - _map->start_lsn) * _map->blocksize; ret = cdio_stream_seek (p_env->gen.data_source, img_offset, SEEK_SET); if (ret!=0) return ret; /* FIXME: Not completely sure the below is correct. */ ret = cdio_stream_read (p_env->gen.data_source, (M2RAW_SECTOR_SIZE == _map->blocksize) ? (buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE) : buf, _map->blocksize, 1); if (ret==0) return ret; break; } } if (!node) cdio_warn ("reading into pre gap (lsn %lu)", (long unsigned int) lsn); memcpy (data, buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE, b_form2 ? M2RAW_SECTOR_SIZE: CDIO_CD_FRAMESIZE); return 0; } /*! Reads nblocks of mode2 sectors from cd device into data starting from lsn. */ static driver_return_code_t _read_mode1_sectors_nrg (void *p_user_data, void *data, lsn_t lsn, bool b_form2, unsigned nblocks) { _img_private_t *p_env = p_user_data; int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < nblocks; i++) { if ( (retval = _read_mode1_sector_nrg (p_env, ((char *)data) + (blocksize * i), lsn + i, b_form2)) ) return retval; } return 0; } static driver_return_code_t _read_mode2_sector_nrg (void *p_user_data, void *data, lsn_t lsn, bool b_form2) { _img_private_t *p_env = p_user_data; char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; CdioListNode_t *node; if (lsn >= p_env->size) { cdio_warn ("trying to read beyond image size (%lu >= %lu)", (long unsigned int) lsn, (long unsigned int) p_env->size); return -1; } _CDIO_LIST_FOREACH (node, p_env->mapping) { _mapping_t *_map = _cdio_list_node_data (node); if (IN (lsn, _map->start_lsn, (_map->start_lsn + _map->sec_count - 1))) { int ret; long int img_offset = _map->img_offset; img_offset += (lsn - _map->start_lsn) * _map->blocksize; ret = cdio_stream_seek (p_env->gen.data_source, img_offset, SEEK_SET); if (ret!=0) return ret; ret = cdio_stream_read (p_env->gen.data_source, (M2RAW_SECTOR_SIZE == _map->blocksize) ? (buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE) : buf, _map->blocksize, 1); if (ret==0) return ret; break; } } if (!node) cdio_warn ("reading into pre gap (lsn %lu)", (long unsigned int) lsn); if (b_form2) memcpy (data, buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE, M2RAW_SECTOR_SIZE); else memcpy (data, buf + CDIO_CD_XA_SYNC_HEADER, CDIO_CD_FRAMESIZE); return 0; } /*! Reads nblocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sectors_nrg (void *p_user_data, void *data, lsn_t lsn, bool b_form2, unsigned nblocks) { _img_private_t *p_env = p_user_data; int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < nblocks; i++) { if ( (retval = _read_mode2_sector_nrg (p_env, ((char *)data) + (blocksize * i), lsn + i, b_form2)) ) return retval; } return 0; } /* Free memory resources associated with NRG object. */ static void _free_nrg (void *p_user_data) { _img_private_t *p_env = p_user_data; if (NULL == p_env) return; if (NULL != p_env->mapping) _cdio_list_free (p_env->mapping, true, free); /* The remaining part of the image is like the other image drivers, so free that in the same way. */ _free_image(p_user_data); } /*! Eject media -- there's nothing to do here except free resources. We always return 2. */ static driver_return_code_t _eject_media_nrg(void *obj) { _free_nrg (obj); return DRIVER_OP_UNSUPPORTED; } #if !defined(HAVE_GLOB_H) && defined(_WIN32) static inline void Win32Glob(const char* pattern, const char* szCurPath, char ***drives, unsigned int *num_files) { char szPath[MAX_PATH]; WIN32_FIND_DATAA ffd; HANDLE hFind; BOOL bFound; SetCurrentDirectoryA(szCurPath); hFind = FindFirstFileA(pattern, &ffd); bFound = (hFind != INVALID_HANDLE_VALUE); while (bFound) { cdio_add_device_list(drives, ffd.cFileName, num_files); bFound = FindNextFileA(hFind, &ffd); } if (hFind != INVALID_HANDLE_VALUE) FindClose(hFind); hFind = FindFirstFileA("*", &ffd); bFound = (hFind != INVALID_HANDLE_VALUE); while (bFound) { if ( (ffd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) && (strcmp(ffd.cFileName, ".") != 0) && (strcmp(ffd.cFileName, "..") != 0) ) { GetFullPathNameA(ffd.cFileName, sizeof(szPath), szPath, NULL); Win32Glob(pattern, szPath, drives, num_files); SetCurrentDirectoryA(szCurPath); } bFound = FindNextFileA(hFind, &ffd); } if (hFind != INVALID_HANDLE_VALUE) FindClose(hFind); } #endif /*! Return an array of strings giving possible NRG disk images. */ char ** cdio_get_devices_nrg (void) { char **drives = NULL; unsigned int num_files=0; #ifdef HAVE_GLOB_H unsigned int i; glob_t globbuf; globbuf.gl_offs = 0; glob("*.nrg", GLOB_DOOFFS, NULL, &globbuf); for (i=0; ipsz_vendor, "libcdio", sizeof(hw_info->psz_vendor)-1); hw_info->psz_vendor[sizeof(hw_info->psz_vendor)-1] = '\0'; strncpy(hw_info->psz_model, "Nero", sizeof(hw_info->psz_model)-1); hw_info->psz_model[sizeof(hw_info->psz_model)-1] = '\0'; strncpy(hw_info->psz_revision, CDIO_VERSION, sizeof(hw_info->psz_revision)-1); hw_info->psz_revision[sizeof(hw_info->psz_revision)-1] = '\0'; return true; } /*! Return the number of tracks in the current medium. CDIO_INVALID_TRACK is returned on error. */ static track_format_t get_track_format_nrg(void *p_user_data, track_t track_num) { _img_private_t *p_env = p_user_data; if (track_num > p_env->gen.i_tracks || track_num == 0) return TRACK_FORMAT_ERROR; if ( p_env->dtyp != DTYP_INVALID) { switch (p_env->dtyp) { case DTYP_MODE2_XA: return TRACK_FORMAT_XA; case DTYP_MODE1: return TRACK_FORMAT_DATA; default: ; } } /*if ( MTYP_AUDIO_CD == p_env->mtyp) return TRACK_FORMAT_AUDIO; */ return p_env->tocent[track_num-1].track_format; } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool _get_track_green_nrg(void *p_user_data, track_t track_num) { _img_private_t *p_env = p_user_data; if (track_num > p_env->gen.i_tracks || track_num == 0) return false; if ( MTYP_AUDIO_CD == p_env->mtyp) return false; return p_env->tocent[track_num-1].track_green; } /*! Check that a NRG file is valid. */ bool cdio_is_nrg(const char *psz_nrg) { _img_private_t *p_env = calloc(1, sizeof (_img_private_t)); bool is_nrg = false; if (psz_nrg == NULL) { is_nrg = false; goto exit; } if (!(p_env->gen.data_source = cdio_stdio_new (psz_nrg))) { cdio_warn ("can't open nrg image file %s for reading", psz_nrg); is_nrg = false; goto exit; } if (parse_nrg(p_env, psz_nrg, CDIO_LOG_INFO)) { is_nrg = true; #ifdef ALSO_TEST_NAME size_t psz_len; psz_len = strlen(psz_nrg); /* At least 4 characters needed for .nrg extension */ if ( psz_len < 4 ) { is_nrg = false; goto exit; } is_nrg = strncasecmp( psz_nrg+(psz_len-3), "nrg", 3 ) == 0; #endif } exit: _free_nrg(p_env); return is_nrg; } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo * cdio_open_am_nrg (const char *psz_source_name, const char *psz_access_mode) { if (psz_access_mode != NULL && strcmp(psz_access_mode, "image")) cdio_warn ("there is only one access mode for nrg. Arg %s ignored", psz_access_mode); return cdio_open_nrg(psz_source_name); } CdIo * cdio_open_nrg (const char *psz_source) { CdIo *ret; _img_private_t *_data; cdio_funcs_t _funcs; memset( &_funcs, 0, sizeof(_funcs) ); _funcs.eject_media = _eject_media_nrg; _funcs.free = _free_nrg; _funcs.get_arg = _get_arg_image; _funcs.get_cdtext = _get_cdtext_image; _funcs.get_cdtext_raw = NULL; _funcs.get_devices = cdio_get_devices_nrg; _funcs.get_default_device = cdio_get_default_device_nrg; _funcs.get_disc_last_lsn = get_disc_last_lsn_nrg; _funcs.get_discmode = _get_discmode_image; _funcs.get_drive_cap = _get_drive_cap_image; _funcs.get_first_track_num = _get_first_track_num_image; _funcs.get_hwinfo = get_hwinfo_nrg; _funcs.get_media_changed = get_media_changed_image; _funcs.get_mcn = _get_mcn_image; _funcs.get_num_tracks = _get_num_tracks_image; _funcs.get_track_channels = get_track_channels_generic; _funcs.get_track_copy_permit = get_track_copy_permit_image; _funcs.get_track_format = get_track_format_nrg; _funcs.get_track_green = _get_track_green_nrg; _funcs.get_track_lba = NULL; /* Will use generic routine via msf */ _funcs.get_track_msf = _get_track_msf_image; _funcs.get_track_preemphasis = get_track_preemphasis_generic; _funcs.get_track_pregap_lba = get_track_pregap_lba_image; _funcs.get_track_isrc = get_track_isrc_image; _funcs.lseek = _lseek_nrg; _funcs.read = _read_nrg; _funcs.read_audio_sectors = _read_audio_sectors_nrg; _funcs.read_data_sectors = read_data_sectors_image; _funcs.read_mode1_sector = _read_mode1_sector_nrg; _funcs.read_mode1_sectors = _read_mode1_sectors_nrg; _funcs.read_mode2_sector = _read_mode2_sector_nrg; _funcs.read_mode2_sectors = _read_mode2_sectors_nrg; _funcs.run_mmc_cmd = NULL; _funcs.set_arg = _set_arg_image; _data = calloc(1, sizeof (_img_private_t)); _data->gen.init = false; _data->gen.i_tracks = 0; _data->mtyp = 0; _data->dtyp = DTYP_INVALID; _data->gen.i_first_track= 1; _data->is_dao = false; _data->is_cues = false; /* FIXME: remove is_cues. */ ret = cdio_new ((void *)_data, &_funcs); if (ret == NULL) { free(_data); return NULL; } ret->driver_id = DRIVER_NRG; _set_arg_image(_data, "source", (NULL == psz_source) ? DEFAULT_CDIO_DEVICE: psz_source); _set_arg_image (_data, "access-mode", "Nero"); _data->psz_cue_name = strdup(_get_arg_image(_data, "source")); if (!cdio_is_nrg(_data->psz_cue_name)) { cdio_debug ("source name %s is not recognized as a NRG image", _data->psz_cue_name); _free_nrg(_data); free(ret); return NULL; } if (_init_nrg(_data)) return ret; else { _free_nrg(_data); free(ret); return NULL; } } bool cdio_have_nrg (void) { return true; } libcdio-2.0.0/lib/driver/image/cdrdao.c0000664000175000017500000011757113221560534014601 00000000000000/* Copyright (C) 2004-2008, 2011-2012, 2014, 2017 Rocky Bernstein toc reading routine adapted from cuetools Copyright (C) 2003 Svend Sanjay Sorensen This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This code implements low-level access functions for a CD images residing inside a disk file (*.bin) and its associated cue sheet. (*.cue). */ #include "portable.h" #ifdef HAVE_LIMITS_H #include #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STRINGS_H #include #endif #ifdef HAVE_GLOB_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_INTTYPES_H #include #else #define PRId64 "lld" #endif #include #include #include #include #include #include #include #include "image.h" #include "cdio_assert.h" #include "_cdio_stdio.h" /* reader */ #define DEFAULT_CDIO_DEVICE "videocd.bin" #define DEFAULT_CDIO_CDRDAO "videocd.toc" #ifdef _WIN32 #define CDIO_FOPEN fopen_utf8 #else #define CDIO_FOPEN fopen #endif #include "image_common.h" #include "cdtext_private.h" static lsn_t get_disc_last_lsn_cdrdao (void *p_user_data); static bool parse_tocfile (_img_private_t *cd, const char *p_toc_name); static bool check_track_is_blocksize_multiple(const char *psz_fname, track_t i_track, off_t i_size, uint16_t i_blocksize) { if (i_size % i_blocksize) { cdio_info ("image %s track %d size (%" PRId64 ") not a multiple" " of the blocksize (%ld)", psz_fname ? psz_fname : "unknown??", i_track, (int64_t)i_size, (long int) i_blocksize); if (i_size % M2RAW_SECTOR_SIZE == 0) cdio_info ("this may be a 2336-type disc image"); else if (i_size % CDIO_CD_FRAMESIZE_RAW == 0) cdio_info ("this may be a 2352-type disc image"); return false; } return true; } /*! Initialize image structures. */ static bool _init_cdrdao (_img_private_t *env) { lsn_t lead_lsn; if (env->gen.init) return false; /* Have to set init before calling get_disc_last_lsn_cdrdao() or we will get into infinite recursion calling passing right here. */ env->gen.init = true; env->gen.i_first_track = 1; env->psz_mcn = NULL; env->disc_mode = CDIO_DISC_MODE_NO_INFO; /* Read in TOC sheet. */ if ( !parse_tocfile(env, env->psz_cue_name) ) return false; lead_lsn = get_disc_last_lsn_cdrdao( (_img_private_t *) env); if (-1 == lead_lsn) return false; /* Fake out leadout track and sector count for last track*/ cdio_lsn_to_msf (lead_lsn, &env->tocent[env->gen.i_tracks].start_msf); env->tocent[env->gen.i_tracks].start_lba = cdio_lsn_to_lba(lead_lsn); env->tocent[env->gen.i_tracks-env->gen.i_first_track].sec_count = cdio_lsn_to_lba(lead_lsn - env->tocent[env->gen.i_tracks-1].start_lba); return true; } /*! Reads into buf the next size bytes. Returns -1 on error. Would be libc's seek() but we have to adjust for the extra track header information in each sector. */ static off_t _lseek_cdrdao (void *user_data, off_t offset, int whence) { _img_private_t *env = user_data; /* real_offset is the real byte offset inside the disk image The number below was determined empirically. I'm guessing the 1st 24 bytes of a bin file are used for something. */ off_t real_offset=0; unsigned int i; env->pos.lba = 0; for (i=0; igen.i_tracks; i++) { track_info_t *this_track=&(env->tocent[i]); env->pos.index = i; if ( (this_track->sec_count*this_track->datasize) >= offset) { int blocks = (int) (offset / this_track->datasize); int rem = (int) (offset % this_track->datasize); off_t block_offset = blocks * this_track->blocksize; real_offset += block_offset + rem; env->pos.buff_offset = rem; env->pos.lba += (lba_t)blocks; break; } real_offset += this_track->sec_count*this_track->blocksize; offset -= this_track->sec_count*this_track->datasize; env->pos.lba += this_track->sec_count; } if (i==env->gen.i_tracks) { cdio_warn ("seeking outside range of disk image"); return -1; } else { real_offset += env->tocent[i].datastart; return cdio_stream_seek(env->tocent[i].data_source, real_offset, whence); } } /*! Reads into buf the next size bytes. Returns -1 on error. FIXME: At present we assume a read doesn't cross sector or track boundaries. */ static ssize_t _read_cdrdao (void *user_data, void *data, size_t size) { _img_private_t *env = user_data; char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; char *p = data; ssize_t final_size=0; ssize_t this_size; track_info_t *this_track=&(env->tocent[env->pos.index]); ssize_t skip_size = this_track->datastart + this_track->endsize; while (size > 0) { int rem = (int) (this_track->datasize - env->pos.buff_offset); if (size <= rem) { this_size = cdio_stream_read(this_track->data_source, buf, size, 1); final_size += this_size; memcpy (p, buf, this_size); break; } /* Finish off reading this sector. */ cdio_warn ("Reading across block boundaries not finished"); size -= rem; this_size = cdio_stream_read(this_track->data_source, buf, rem, 1); final_size += this_size; memcpy (p, buf, this_size); p += this_size; cdio_stream_read(this_track->data_source, buf, rem, 1); /* Skip over stuff at end of this sector and the beginning of the next. */ cdio_stream_read(this_track->data_source, buf, skip_size, 1); /* Get ready to read another sector. */ env->pos.buff_offset=0; env->pos.lba++; /* Have gone into next track. */ if (env->pos.lba >= env->tocent[env->pos.index+1].start_lba) { env->pos.index++; this_track=&(env->tocent[env->pos.index]); skip_size = this_track->datastart + this_track->endsize; } } return final_size; } /*! Return the size of the CD in logical block address (LBA) units. FIXME: this assumes there is only one source for data or one track of silence. */ static lsn_t get_disc_last_lsn_cdrdao (void *p_user_data) { _img_private_t *p_env = p_user_data; track_t i_leadout = p_env->gen.i_tracks; uint16_t i_blocksize = p_env->tocent[i_leadout-1].blocksize; off_t i_size; if (p_env->tocent[i_leadout-1].sec_count) { i_size = p_env->tocent[i_leadout-1].sec_count; } else { if (NULL == p_env->tocent[i_leadout-1].data_source) { if (!p_env->tocent[i_leadout-1].silence) { cdio_warn ("Data source for image %s is null", p_env->gen.source_name); return -1; } /* FIXME: this is only correct if there is one track of silence. */ i_size = p_env->tocent[i_leadout-1].silence; } else { /* FIXME: this is only correct if there is one data source. */ i_size = cdio_stream_stat(p_env->tocent[i_leadout-1].data_source) - p_env->tocent[i_leadout-1].offset; } if (i_size < 0) { cdio_error ("Disc data size too small for track specification in image %s", p_env->gen.source_name); return (lsn_t)i_size; } if (check_track_is_blocksize_multiple(p_env->tocent[i_leadout-1].filename, i_leadout-1, i_size, i_blocksize)) { i_size /= i_blocksize; } else { /* Round up */ i_size = (i_size / i_blocksize) + 1; } } i_size += p_env->tocent[i_leadout-1].start_lba; i_size -= CDIO_PREGAP_SECTORS; return (lsn_t)i_size; } #define MAXLINE 512 #define UNIMPLIMENTED_MSG \ cdio_log(log_level, "%s line %d: unimplimented keyword: %s", \ psz_cue_name, i_line, psz_keyword) static bool parse_tocfile (_img_private_t *cd, const char *psz_cue_name) { /* The below declarations may be common in other image-parse routines. */ FILE *fp; char psz_line[MAXLINE]; /* text of current line read in file fp. */ unsigned int i_line=0; /* line number in file of psz_line. */ int i = -1; /* Position in tocent. Same as cd->gen.i_tracks - 1 */ char *psz_keyword, *psz_field, *psz_cue_name_dup; cdio_log_level_t log_level = (cd) ? CDIO_LOG_WARN : CDIO_LOG_INFO ; cdtext_field_t cdtext_key; /* The below declaration(s) may be unique to this image-parse routine. */ unsigned int i_cdtext_nest = 0; if (NULL == psz_cue_name) return false; psz_cue_name_dup = _cdio_strdup_fixpath(psz_cue_name); if (NULL == psz_cue_name_dup) return false; fp = CDIO_FOPEN (psz_cue_name_dup, "r"); cdio_free(psz_cue_name_dup); if (fp == NULL) { cdio_log(log_level, "error opening %s for reading: %s", psz_cue_name, strerror(errno)); return false; } if (cd) { cd->gen.b_cdtext_error = false; } while (fgets(psz_line, MAXLINE, fp)) { i_line++; /* strip comment from line */ /* todo: // in quoted strings? */ /* //comment */ if ((psz_field = strstr (psz_line, "//"))) *psz_field = '\0'; if ((psz_keyword = strtok (psz_line, " \t\n\r"))) { /* CATALOG "ddddddddddddd" */ if (0 == strcmp ("CATALOG", psz_keyword)) { if (-1 == i) { if (NULL != (psz_field = strtok (NULL, "\"\t\n\r"))) { if (13 != strlen(psz_field)) { cdio_log(log_level, "%s line %d after word CATALOG:", psz_cue_name, i_line); cdio_log(log_level, "Token %s has length %ld. Should be 13 digits.", psz_field, (long int) strlen(psz_field)); goto err_exit; } else { /* Check that we have all digits*/ unsigned int j; for (j=0; j<13; j++) { if (!isdigit((unsigned char) psz_field[j])) { cdio_log(log_level, "%s line %d after word CATALOG:", psz_cue_name, i_line); cdio_log(log_level, "Character \"%c\" at postition %i of token \"%s\"" " is not all digits.", psz_field[j], j+1, psz_field); goto err_exit; } } if (NULL != cd) cd->psz_mcn = strdup (psz_field); } } else { cdio_log(log_level, "%s line %d after word CATALOG:", psz_cue_name, i_line); cdio_log(log_level, "Expecting 13 digits; nothing seen."); goto err_exit; } } else { goto err_exit; } /* CD_DA | CD_ROM | CD_ROM_XA */ } else if (0 == strcmp ("CD_DA", psz_keyword)) { if (-1 == i) { if (NULL != cd) cd->disc_mode = CDIO_DISC_MODE_CD_DA; } else { goto not_in_global_section; } } else if (0 == strcmp ("CD_ROM", psz_keyword)) { if (-1 == i) { if (NULL != cd) cd->disc_mode = CDIO_DISC_MODE_CD_DATA; } else { goto not_in_global_section; } } else if (0 == strcmp ("CD_ROM_XA", psz_keyword)) { if (-1 == i) { if (NULL != cd) cd->disc_mode = CDIO_DISC_MODE_CD_XA; } else { goto not_in_global_section; } /* TRACK [] */ } else if (0 == strcmp ("TRACK", psz_keyword)) { i++; if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { if (0 == strcmp ("AUDIO", psz_field)) { if (NULL != cd) { cd->tocent[i].track_format = TRACK_FORMAT_AUDIO; cd->tocent[i].blocksize = CDIO_CD_FRAMESIZE_RAW; cd->tocent[i].datasize = CDIO_CD_FRAMESIZE_RAW; cd->tocent[i].datastart = 0; cd->tocent[i].endsize = 0; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_DA; break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_XA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp ("MODE1", psz_field)) { if (NULL != cd) { cd->tocent[i].track_format = TRACK_FORMAT_DATA; cd->tocent[i].blocksize = CDIO_CD_FRAMESIZE_RAW; cd->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE; cd->tocent[i].datasize = CDIO_CD_FRAMESIZE; cd->tocent[i].endsize = CDIO_CD_EDC_SIZE + CDIO_CD_M1F1_ZERO_SIZE + CDIO_CD_ECC_SIZE; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_XA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp ("MODE1_RAW", psz_field)) { if (NULL != cd) { cd->tocent[i].track_format = TRACK_FORMAT_DATA; cd->tocent[i].blocksize = CDIO_CD_FRAMESIZE_RAW; cd->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE; cd->tocent[i].datasize = CDIO_CD_FRAMESIZE; cd->tocent[i].endsize = CDIO_CD_EDC_SIZE + CDIO_CD_M1F1_ZERO_SIZE + CDIO_CD_ECC_SIZE; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_XA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp ("MODE2", psz_field)) { if (NULL != cd) { cd->tocent[i].track_format = TRACK_FORMAT_XA; cd->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE; cd->tocent[i].datasize = M2RAW_SECTOR_SIZE; cd->tocent[i].endsize = 0; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp ("MODE2_FORM1", psz_field)) { if (NULL != cd) { cd->tocent[i].track_format = TRACK_FORMAT_XA; cd->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE; cd->tocent[i].datasize = CDIO_CD_FRAMESIZE_RAW; cd->tocent[i].endsize = 0; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp ("MODE2_FORM2", psz_field)) { if (NULL != cd) { cd->tocent[i].track_format = TRACK_FORMAT_XA; cd->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE + CDIO_CD_SUBHEADER_SIZE; cd->tocent[i].datasize = CDIO_CD_FRAMESIZE; cd->tocent[i].endsize = CDIO_CD_SYNC_SIZE + CDIO_CD_ECC_SIZE; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp ("MODE2_FORM_MIX", psz_field)) { if (NULL != cd) { cd->tocent[i].track_format = TRACK_FORMAT_XA; cd->tocent[i].datasize = M2RAW_SECTOR_SIZE; cd->tocent[i].blocksize = CDIO_CD_FRAMESIZE_RAW; cd->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE + CDIO_CD_SUBHEADER_SIZE; cd->tocent[i].track_green = true; cd->tocent[i].endsize = 0; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp ("MODE2_RAW", psz_field)) { if (NULL != cd) { cd->tocent[i].track_format = TRACK_FORMAT_XA; cd->tocent[i].blocksize = CDIO_CD_FRAMESIZE_RAW; cd->tocent[i].datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE + CDIO_CD_SUBHEADER_SIZE; cd->tocent[i].datasize = CDIO_CD_FRAMESIZE; cd->tocent[i].track_green = true; cd->tocent[i].endsize = 0; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else { cdio_log(log_level, "%s line %d after TRACK:", psz_cue_name, i_line); cdio_log(log_level, "'%s' not a valid mode.", psz_field); goto err_exit; } } if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { /* \todo: set sub-channel-mode */ #ifdef TODO if (0 == strcmp ("RW", psz_field)) ; else if (0 == strcmp ("RW_RAW", psz_field)) ; #endif } if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { goto format_error; } /* track flags */ /* [NO] COPY | [NO] PRE_EMPHASIS */ } else if (0 == strcmp ("NO", psz_keyword)) { if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { if (0 == strcmp ("COPY", psz_field)) { if (NULL != cd) cd->tocent[i].flags &= ~CDIO_TRACK_FLAG_COPY_PERMITTED; } else if (0 == strcmp ("PRE_EMPHASIS", psz_field)) if (NULL != cd) { cd->tocent[i].flags &= ~CDIO_TRACK_FLAG_PRE_EMPHASIS; } } else { goto format_error; } if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { goto format_error; } } else if (0 == strcmp ("COPY", psz_keyword)) { if (NULL != cd && i >= 0) cd->tocent[i].flags |= CDIO_TRACK_FLAG_COPY_PERMITTED; } else if (0 == strcmp ("PRE_EMPHASIS", psz_keyword)) { if (NULL != cd && i >= 0) cd->tocent[i].flags |= CDIO_TRACK_FLAG_PRE_EMPHASIS; /* TWO_CHANNEL_AUDIO */ } else if (0 == strcmp ("TWO_CHANNEL_AUDIO", psz_keyword)) { if (NULL != cd && i >= 0) cd->tocent[i].flags &= ~CDIO_TRACK_FLAG_FOUR_CHANNEL_AUDIO; /* FOUR_CHANNEL_AUDIO */ } else if (0 == strcmp ("FOUR_CHANNEL_AUDIO", psz_keyword)) { if (NULL != cd && i >= 0) cd->tocent[i].flags |= CDIO_TRACK_FLAG_FOUR_CHANNEL_AUDIO; /* ISRC "CCOOOYYSSSSS" */ } else if (0 == strcmp ("ISRC", psz_keyword)) { if (NULL != (psz_field = strtok (NULL, "\"\t\n\r"))) { if (NULL != cd) cd->tocent[i].isrc = strdup(psz_field); } else { goto format_error; } /* SILENCE */ } else if (0 == strcmp ("SILENCE", psz_keyword)) { if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { if (NULL != cd) cd->tocent[i].silence = cdio_mmssff_to_lba (psz_field); } else { goto format_error; } cdio_log(log_level, "%s line %d: SILENCE not fully implimented", psz_cue_name, i_line); /* ZERO */ } else if (0 == strcmp ("ZERO", psz_keyword)) { UNIMPLIMENTED_MSG; /* [FILE|AUDIOFILE] "" [] */ } else if (0 == strcmp ("FILE", psz_keyword) || 0 == strcmp ("AUDIOFILE", psz_keyword)) { if (0 <= i) { if (NULL != (psz_field = strtok (NULL, "\"\t\n\r"))) { /* Handle "" */ if (cd) { char *psz_dirname = cdio_dirname(psz_cue_name); char *psz_filename = cdio_abspath(psz_dirname, psz_field); cd->tocent[i].filename = strdup (psz_filename); free(psz_filename); free(psz_dirname); /* To do: do something about reusing existing files. */ if (!(cd->tocent[i].data_source = cdio_stdio_new (psz_field))) { cdio_log (log_level, "%s line %d: can't open file `%s' for reading", psz_cue_name, i_line, psz_field); goto err_exit; } } else { CdioDataSource_t *s = cdio_stdio_new (psz_field); if (!s) { cdio_log (log_level, "%s line %d: can't open file `%s' for reading", psz_cue_name, i_line, psz_field); cdio_stdio_destroy (s); goto err_exit; } cdio_stdio_destroy (s); } } if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { /* Handle */ lba_t i_start_lba = cdio_lsn_to_lba(cdio_mmssff_to_lba (psz_field)); if (CDIO_INVALID_LBA == i_start_lba) { cdio_log(log_level, "%s line %d: invalid MSF string %s", psz_cue_name, i_line, psz_field); goto err_exit; } if (NULL != cd) { cd->tocent[i].start_lba = i_start_lba; cdio_lba_to_msf(i_start_lba, &(cd->tocent[i].start_msf)); } } if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { /* Handle */ lba_t lba = cdio_mmssff_to_lba (psz_field); if (CDIO_INVALID_LBA == lba) { cdio_log(log_level, "%s line %d: invalid MSF string %s", psz_cue_name, i_line, psz_field); goto err_exit; } if (cd) { off_t i_size = cdio_stream_stat(cd->tocent[i].data_source); if (lba) { if ( (lba * cd->tocent[i].datasize) > i_size) { cdio_log(log_level, "%s line %d: MSF length %s exceeds end of file", psz_cue_name, i_line, psz_field); goto err_exit; } } else { lba = (lba_t) (i_size / cd->tocent[i].blocksize); } cd->tocent[i].sec_count = lba; } } if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { goto format_error; } } else { goto not_in_global_section; } /* DATAFILE "" #byte-offset */ } else if (0 == strcmp ("DATAFILE", psz_keyword)) { if (0 <= i) { if (NULL != (psz_field = strtok (NULL, "\"\t\n\r"))) { /* Handle */ char *psz_dirname = cdio_dirname(psz_cue_name); char *psz_filename = cdio_abspath(psz_dirname, psz_field); if (cd) { cd->tocent[i].filename = strdup(psz_filename); /* To do: do something about reusing existing files. */ if (!(cd->tocent[i].data_source = cdio_stdio_new (psz_field))) { cdio_log (log_level, "%s line %d: can't open file `%s' for reading", psz_cue_name, i_line, psz_field); free(psz_filename); free(psz_dirname); goto err_exit; } } else { CdioDataSource_t *s = cdio_stdio_new (psz_filename); if (!s) { cdio_log (log_level, "%s line %d: can't open file `%s' for reading", psz_cue_name, i_line, psz_field); free(psz_filename); free(psz_dirname); goto err_exit; } cdio_stdio_destroy (s); } free(psz_filename); free(psz_dirname); } psz_field = strtok (NULL, " \t\n\r"); if (psz_field) { /* Handle optional #byte-offset */ if ( psz_field[0] == '#') { long int offset; psz_field++; errno = 0; offset = strtol(psz_field, (char **)NULL, 10); if ( (LONG_MIN == offset || LONG_MAX == offset) && 0 != errno ) { cdio_log (log_level, "%s line %d: can't convert `%s' to byte offset", psz_cue_name, i_line, psz_field); goto err_exit; } else { if (NULL != cd) { cd->tocent[i].offset = offset; } } psz_field = strtok (NULL, " \t\n\r"); } } if (psz_field) { /* Handle start-msf */ lba_t lba = cdio_mmssff_to_lba (psz_field); if (CDIO_INVALID_LBA == lba) { cdio_log(log_level, "%s line %d: invalid MSF string %s", psz_cue_name, i_line, psz_field); goto err_exit; } if (cd) { cd->tocent[i].start_lba = lba; cdio_lba_to_msf(cd->tocent[i].start_lba, &(cd->tocent[i].start_msf)); } } else { /* No start-msf. */ if (cd) { if (i) { uint16_t i_blocksize = cd->tocent[i-1].blocksize; off_t i_size = cdio_stream_stat(cd->tocent[i-1].data_source); check_track_is_blocksize_multiple(cd->tocent[i-1].filename, i-1, i_size, i_blocksize); /* Append size of previous datafile. */ cd->tocent[i].start_lba = (lba_t) (cd->tocent[i-1].start_lba + (i_size / i_blocksize)); } cd->tocent[i].offset = 0; cd->tocent[i].start_lba += CDIO_PREGAP_SECTORS; cdio_lba_to_msf(cd->tocent[i].start_lba, &(cd->tocent[i].start_msf)); } } } else { goto not_in_global_section; } /* FIFO "" [] */ } else if (0 == strcmp ("FIFO", psz_keyword)) { goto unimplimented_error; /* START MM:SS:FF */ } else if (0 == strcmp ("START", psz_keyword)) { if (0 <= i) { if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { /* todo: line is too long! */ if (NULL != cd) { cd->tocent[i].pregap = cd->tocent[i].start_lba; cd->tocent[i].start_lba += cdio_mmssff_to_lba (psz_field); cdio_lba_to_msf(cd->tocent[i].start_lba, &(cd->tocent[i].start_msf)); } } if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { goto format_error; } } else { goto not_in_global_section; } /* PREGAP MM:SS:FF */ } else if (0 == strcmp ("PREGAP", psz_keyword)) { if (0 <= i) { if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { if (NULL != cd) cd->tocent[i].pregap = cdio_mmssff_to_lba (psz_field); } else { goto format_error; } if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { goto format_error; } } else { goto not_in_global_section; } /* INDEX MM:SS:FF */ } else if (0 == strcmp ("INDEX", psz_keyword)) { if (0 <= i) { if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { if (NULL != cd) { #if 0 if (1 == cd->tocent[i].nindex) { cd->tocent[i].indexes[1] = cd->tocent[i].indexes[0]; cd->tocent[i].nindex++; } cd->tocent[i].indexes[cd->tocent[i].nindex++] = cdio_mmssff_to_lba (psz_field) + cd->tocent[i].indexes[0]; #else ; #endif } } else { goto format_error; } if (NULL != strtok (NULL, " \t\n\r")) { goto format_error; } } else { goto not_in_global_section; } /* CD_TEXT { ... } */ /* todo: opening { must be on same line as CD_TEXT */ } else if (0 == strcmp ("CD_TEXT", psz_keyword)) { if (NULL == (psz_field = strtok (NULL, " \t\n\r"))) { goto format_error; } if ( 0 == strcmp( "{", psz_field ) ) { i_cdtext_nest++; } else { cdio_log (log_level, "%s line %d: expecting '{'", psz_cue_name, i_line); goto err_exit; } // TODO: implement language mapping } else if (0 == strcmp ("LANGUAGE_MAP", psz_keyword)) { /* LANGUAGE d { ... } */ } else if (0 == strcmp ("LANGUAGE", psz_keyword)) { /* Language number */ if (NULL == (psz_field = strtok (NULL, " \t\n\r"))) { goto format_error; } if ( 0 == strcmp( "{", psz_field ) ) { i_cdtext_nest++; } } else if (0 == strcmp ("{", psz_keyword)) { i_cdtext_nest++; } else if (0 == strcmp ("}", psz_keyword)) { if (i_cdtext_nest > 0) i_cdtext_nest--; } else if ( CDTEXT_FIELD_INVALID != (cdtext_key = cdtext_is_field (psz_keyword)) ) { if (NULL != cd) { if (NULL == cd->gen.cdtext) { cd->gen.cdtext = cdtext_init (); /* until language mapping is implemented ...*/ cd->gen.cdtext->block[cd->gen.cdtext->block_i].language_code = CDTEXT_LANGUAGE_ENGLISH; } cdtext_set (cd->gen.cdtext, cdtext_key, (uint8_t*) strtok (NULL, "\"\t\n\r"), (-1 == i ? 0 : cd->gen.i_first_track + i), "ISO-8859-1"); } /* unrecognized line */ } else { cdio_log(log_level, "%s line %d: warning: unrecognized word: %s", psz_cue_name, i_line, psz_keyword); goto err_exit; } } } if (NULL != cd) { cd->gen.i_tracks = i+1; cd->gen.toc_init = true; } fclose (fp); return true; unimplimented_error: UNIMPLIMENTED_MSG; goto err_exit; format_error: cdio_log(log_level, "%s line %d after word %s", psz_cue_name, i_line, psz_keyword); goto err_exit; not_in_global_section: cdio_log(log_level, "%s line %d: word %s only allowed in global section", psz_cue_name, i_line, psz_keyword); err_exit: fclose (fp); return false; } /*! Reads a single audio sector from CD device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_audio_sectors_cdrdao (void *user_data, void *data, lsn_t lsn, unsigned int nblocks) { _img_private_t *env = user_data; int ret; ret = cdio_stream_seek (env->tocent[0].data_source, lsn * CDIO_CD_FRAMESIZE_RAW, SEEK_SET); if (ret!=0) return ret; ret = cdio_stream_read (env->tocent[0].data_source, data, CDIO_CD_FRAMESIZE_RAW, nblocks); /* ret is number of bytes if okay, but we need to return 0 okay. */ return ret == 0; } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode1_sector_cdrdao (void *user_data, void *data, lsn_t lsn, bool b_form2) { _img_private_t *env = user_data; int ret; char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; ret = cdio_stream_seek (env->tocent[0].data_source, lsn * CDIO_CD_FRAMESIZE_RAW, SEEK_SET); if (ret!=0) return ret; /* FIXME: Not completely sure the below is correct. */ ret = cdio_stream_read (env->tocent[0].data_source, buf, CDIO_CD_FRAMESIZE_RAW, 1); if (ret==0) return ret; memcpy (data, buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE, b_form2 ? M2RAW_SECTOR_SIZE: CDIO_CD_FRAMESIZE); return DRIVER_OP_SUCCESS; } /*! Reads nblocks of mode1 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static int _read_mode1_sectors_cdrdao (void *user_data, void *data, lsn_t lsn, bool b_form2, unsigned int nblocks) { _img_private_t *env = user_data; int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < nblocks; i++) { if ( (retval = _read_mode1_sector_cdrdao (env, ((char *)data) + (blocksize * i), lsn + i, b_form2)) ) return retval; } return DRIVER_OP_SUCCESS; } /*! Reads a single mode1 sector from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sector_cdrdao (void *user_data, void *data, lsn_t lsn, bool b_form2) { _img_private_t *env = user_data; int ret; char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; long unsigned int i_off = lsn * CDIO_CD_FRAMESIZE_RAW; /* For sms's VCD's (mwc1.toc) it is more like this: if (i_off > 272) i_off -= 272; There is that magic 272 that we find in read_audio_sectors_cdrdao again. */ /* NOTE: The logic below seems a bit wrong and convoluted to me, but passes the regression tests. (Perhaps it is why we get valgrind errors in vcdxrip). Leave it the way it was for now. Review this sector 2336 stuff later. */ ret = cdio_stream_seek (env->tocent[0].data_source, i_off, SEEK_SET); if (ret!=0) return ret; ret = cdio_stream_read (env->tocent[0].data_source, buf, CDIO_CD_FRAMESIZE_RAW, 1); if (ret==0) return ret; /* See NOTE above. */ if (b_form2) memcpy (data, buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE, M2RAW_SECTOR_SIZE); else memcpy (data, buf + CDIO_CD_XA_SYNC_HEADER, CDIO_CD_FRAMESIZE); return DRIVER_OP_SUCCESS; } /*! Reads nblocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sectors_cdrdao (void *user_data, void *data, lsn_t lsn, bool b_form2, unsigned int nblocks) { _img_private_t *env = user_data; int i; int retval; for (i = 0; i < nblocks; i++) { if ( (retval = _read_mode2_sector_cdrdao (env, ((char *)data) + (CDIO_CD_FRAMESIZE * i), lsn + i, b_form2)) ) return retval; } return 0; } /*! Return an array of strings giving possible TOC disk images. */ char ** cdio_get_devices_cdrdao (void) { char **drives = NULL; unsigned int num_files=0; #ifdef HAVE_GLOB_H unsigned int i; glob_t globbuf; globbuf.gl_offs = 0; glob("*.toc", GLOB_DOOFFS, NULL, &globbuf); for (i=0; ipsz_vendor, "libcdio", sizeof(hw_info->psz_vendor)-1); hw_info->psz_vendor[sizeof(hw_info->psz_vendor)-1] = '\0'; strncpy(hw_info->psz_model, "cdrdao", sizeof(hw_info->psz_model)-1); hw_info->psz_model[sizeof(hw_info->psz_model)-1] = '\0'; strncpy(hw_info->psz_revision, CDIO_VERSION, sizeof(hw_info->psz_revision)-1); hw_info->psz_revision[sizeof(hw_info->psz_revision)-1] = '\0'; return true; } /*! Return the number of tracks in the current medium. CDIO_INVALID_TRACK is returned on error. */ static track_format_t _get_track_format_cdrdao(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if (!p_env->gen.init) return TRACK_FORMAT_ERROR; if (i_track > p_env->gen.i_tracks || i_track == 0) return TRACK_FORMAT_ERROR; return p_env->tocent[i_track-p_env->gen.i_first_track].track_format; } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool _get_track_green_cdrdao(void *user_data, track_t i_track) { _img_private_t *env = user_data; if (!env->gen.init) _init_cdrdao(env); if (i_track > env->gen.i_tracks || i_track == 0) return false; return env->tocent[i_track-env->gen.i_first_track].track_green; } /*! Return the starting LSN track number i_track in obj. Track numbers start at 1. The "leadout" track is specified either by using i_track CDIO_CDROM_LEADOUT_TRACK or the total tracks+1. False is returned if there is no track entry. */ static lba_t _get_lba_track_cdrdao(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; _init_cdrdao (p_env); if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = p_env->gen.i_tracks+1; if (i_track <= p_env->gen.i_tracks+1 && i_track != 0) { return p_env->tocent[i_track-1].start_lba; } else return CDIO_INVALID_LBA; } /*! Check that a TOC file is valid. We parse the entire file. */ bool cdio_is_tocfile(const char *psz_cue_name) { int i; if (psz_cue_name == NULL) return false; i=strlen(psz_cue_name)-strlen("toc"); if (i>0) { if ( (psz_cue_name[i]=='t' && psz_cue_name[i+1]=='o' && psz_cue_name[i+2]=='c') || (psz_cue_name[i]=='T' && psz_cue_name[i+1]=='O' && psz_cue_name[i+2]=='C') ) { return parse_tocfile(NULL, psz_cue_name); } } return false; } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_am_cdrdao (const char *psz_source_name, const char *psz_access_mode) { if (psz_access_mode != NULL && strcmp(psz_access_mode, "image")) cdio_warn ("there is only one access mode, 'image' for cdrdao. Arg %s ignored", psz_access_mode); return cdio_open_cdrdao(psz_source_name); } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_cdrdao (const char *psz_cue_name) { CdIo_t *ret; _img_private_t *p_data; cdio_funcs_t _funcs; memset( &_funcs, 0, sizeof(_funcs) ); _funcs.eject_media = _eject_media_image; _funcs.free = _free_image; _funcs.get_arg = _get_arg_image; _funcs.get_cdtext = _get_cdtext_image; _funcs.get_cdtext_raw = NULL; _funcs.get_devices = cdio_get_devices_cdrdao; _funcs.get_default_device = cdio_get_default_device_cdrdao; _funcs.get_disc_last_lsn = get_disc_last_lsn_cdrdao; _funcs.get_discmode = _get_discmode_image; _funcs.get_drive_cap = _get_drive_cap_image; _funcs.get_first_track_num = _get_first_track_num_image; _funcs.get_hwinfo = get_hwinfo_cdrdao; _funcs.get_media_changed = get_media_changed_image; _funcs.get_mcn = _get_mcn_image; _funcs.get_num_tracks = _get_num_tracks_image; _funcs.get_track_channels = get_track_channels_image; _funcs.get_track_copy_permit = get_track_copy_permit_image; _funcs.get_track_format = _get_track_format_cdrdao; _funcs.get_track_green = _get_track_green_cdrdao; _funcs.get_track_lba = _get_lba_track_cdrdao; _funcs.get_track_msf = _get_track_msf_image; _funcs.get_track_preemphasis = get_track_preemphasis_image; _funcs.get_track_pregap_lba = get_track_pregap_lba_image; _funcs.get_track_isrc = get_track_isrc_image; _funcs.lseek = _lseek_cdrdao; _funcs.read = _read_cdrdao; _funcs.read_audio_sectors = _read_audio_sectors_cdrdao; _funcs.read_data_sectors = read_data_sectors_image; _funcs.read_mode1_sector = _read_mode1_sector_cdrdao; _funcs.read_mode1_sectors = _read_mode1_sectors_cdrdao; _funcs.read_mode2_sector = _read_mode2_sector_cdrdao; _funcs.read_mode2_sectors = _read_mode2_sectors_cdrdao; _funcs.run_mmc_cmd = NULL; _funcs.set_arg = _set_arg_image; _funcs.set_speed = cdio_generic_unimplemented_set_speed; _funcs.set_blocksize = cdio_generic_unimplemented_set_blocksize; if (NULL == psz_cue_name) return NULL; p_data = calloc(1, sizeof (_img_private_t)); p_data->gen.init = false; p_data->psz_cue_name = NULL; p_data->gen.data_source = NULL; p_data->gen.source_name = NULL; ret = cdio_new ((void *)p_data, &_funcs); if (ret == NULL) { free(p_data); return NULL; } ret->driver_id = DRIVER_CDRDAO; if (!cdio_is_tocfile(psz_cue_name)) { cdio_debug ("source name %s is not recognized as a TOC file", psz_cue_name); free(p_data); free(ret); return NULL; } _set_arg_image (p_data, "cue", psz_cue_name); _set_arg_image (p_data, "source", psz_cue_name); _set_arg_image (p_data, "access-mode", "cdrdao"); if (_init_cdrdao(p_data)) { return ret; } else { _free_image(p_data); free(ret); return NULL; } } bool cdio_have_cdrdao (void) { return true; } libcdio-2.0.0/lib/driver/image/Makefile0000644000175000017500000000155111114145233014617 00000000000000# $Id: Makefile,v 1.2 2008/04/21 18:30:22 karl Exp $ # # Copyright (C) 2004, 2008 Rocky Bernstein # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # The make is done above. This boilerplate Makefile just transfers the call all install check clean: cd .. && $(MAKE) $@ libcdio-2.0.0/lib/driver/image/bincue.c0000664000175000017500000012446113221560522014603 00000000000000/* Copyright (C) 2002-2006, 2008, 2011-2012, 2014, 2017 Rocky Bernstein Copyright (C) 2001 Herbert Valerio Riedel cue parsing routine adapted from cuetools Copyright (C) 2003 Svend Sanjay Sorensen This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This code implements low-level access functions for a CD images residing inside a disk file (*.bin) and its associated cue sheet. (*.cue). */ #include "portable.h" #include "image.h" #include "cdio_assert.h" #include "cdio_private.h" #include "cdtext_private.h" #include "_cdio_stdio.h" #include #include #include #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STRINGS_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_GLOB_H #include #endif #ifdef HAVE_INTTYPES_H #include #else #define PRId64 "lld" #endif #ifdef HAVE_WINDOWS_H #include #endif #include #include #include #include #include #include "image.h" #include "cdio_assert.h" #include "cdio_private.h" #include "_cdio_stdio.h" /* reader */ #define DEFAULT_CDIO_DEVICE "videocd.bin" #define DEFAULT_CDIO_CUE "videocd.cue" #ifdef _WIN32 #define CDIO_FOPEN fopen_utf8 #else #define CDIO_FOPEN fopen #endif static lsn_t get_disc_last_lsn_bincue(void *p_user_data); #include "image_common.h" static bool parse_cuefile(_img_private_t *cd, const char *toc_name); /*! Initialize image structures. */ static bool _init_bincue(_img_private_t *p_env) { lsn_t lead_lsn; if (p_env->gen.init) return false; if (!(p_env->gen.data_source = cdio_stdio_new (p_env->gen.source_name))) { cdio_warn ("init failed"); return false; } /* Have to set init before calling get_disc_last_lsn_bincue() or we will get into infinite recursion calling passing right here. */ p_env->gen.init = true; p_env->gen.i_first_track = 1; p_env->psz_mcn = NULL; p_env->disc_mode = CDIO_DISC_MODE_NO_INFO; lead_lsn = get_disc_last_lsn_bincue( (_img_private_t *) p_env); if (-1 == lead_lsn) return false; if (NULL == p_env->psz_cue_name) return false; /* Read in CUE sheet. */ if ( !parse_cuefile(p_env, p_env->psz_cue_name) ) return false; /* Fake out leadout track and sector count for last track*/ cdio_lsn_to_msf (lead_lsn, &p_env->tocent[p_env->gen.i_tracks].start_msf); p_env->tocent[p_env->gen.i_tracks].start_lba = cdio_lsn_to_lba(lead_lsn); p_env->tocent[p_env->gen.i_tracks - p_env->gen.i_first_track].sec_count = cdio_lsn_to_lba(lead_lsn - p_env->tocent[p_env->gen.i_tracks - p_env->gen.i_first_track].start_lba); return true; } /*! Reads into buf the next size bytes. Returns -1 on error. Would be libc's seek() but we have to adjust for the extra track header information in each sector. */ static off_t _lseek_bincue (void *p_user_data, off_t offset, int whence) { _img_private_t *p_env = p_user_data; /* real_offset is the real byte offset inside the disk image The number below was determined empirically. I'm guessing the 1st 24 bytes of a bin file are used for something. */ off_t real_offset=0; unsigned int i; p_env->pos.lba = 0; for (i=0; igen.i_tracks; i++) { track_info_t *this_track=&(p_env->tocent[i]); p_env->pos.index = i; if ( (this_track->sec_count*this_track->datasize) >= offset) { int blocks = (int) (offset / this_track->datasize); int rem = (int) (offset % this_track->datasize); off_t block_offset = blocks * this_track->blocksize; real_offset += block_offset + rem; p_env->pos.buff_offset = rem; p_env->pos.lba += (lba_t) blocks; break; } real_offset += this_track->sec_count*this_track->blocksize; offset -= this_track->sec_count*this_track->datasize; p_env->pos.lba += this_track->sec_count; } if (i==p_env->gen.i_tracks) { cdio_warn ("seeking outside range of disk image"); return DRIVER_OP_ERROR; } else { real_offset += p_env->tocent[i].datastart; return cdio_stream_seek(p_env->gen.data_source, real_offset, whence); } } /*! Reads into buf the next size bytes. Returns -1 on error. FIXME: At present we assume a read doesn't cross sector or track boundaries. */ static ssize_t _read_bincue (void *p_user_data, void *data, size_t size) { _img_private_t *p_env = p_user_data; char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; char *p = data; ssize_t final_size=0; ssize_t this_size; track_info_t *this_track=&(p_env->tocent[p_env->pos.index]); ssize_t skip_size = this_track->datastart + this_track->endsize; while (size > 0) { long int rem = (long int) (this_track->datasize - p_env->pos.buff_offset); if ((long int) size <= rem) { this_size = cdio_stream_read(p_env->gen.data_source, buf, size, 1); final_size += this_size; memcpy (p, buf, this_size); break; } /* Finish off reading this sector. */ cdio_warn ("Reading across block boundaries not finished"); size -= rem; this_size = cdio_stream_read(p_env->gen.data_source, buf, rem, 1); final_size += this_size; memcpy (p, buf, this_size); p += this_size; cdio_stream_read(p_env->gen.data_source, buf, rem, 1); /* Skip over stuff at end of this sector and the beginning of the next. */ cdio_stream_read(p_env->gen.data_source, buf, skip_size, 1); /* Get ready to read another sector. */ p_env->pos.buff_offset=0; p_env->pos.lba++; /* Have gone into next track. */ if (p_env->pos.lba >= p_env->tocent[p_env->pos.index+1].start_lba) { p_env->pos.index++; this_track=&(p_env->tocent[p_env->pos.index]); skip_size = this_track->datastart + this_track->endsize; } } return final_size; } /*! Return the size of the CD in logical block address (LBA) units. */ static lsn_t get_disc_last_lsn_bincue (void *p_user_data) { _img_private_t *p_env = p_user_data; off_t size; size = cdio_stream_stat (p_env->gen.data_source); if (size % CDIO_CD_FRAMESIZE_RAW) { cdio_warn ("image %s size (%" PRId64 ") not multiple of blocksize (%d)", p_env->gen.source_name, (int64_t)size, CDIO_CD_FRAMESIZE_RAW); if (size % M2RAW_SECTOR_SIZE == 0) cdio_warn ("this may be a 2336-type disc image"); else if (size % CDIO_CD_FRAMESIZE_RAW == 0) cdio_warn ("this may be a 2352-type disc image"); /* exit (EXIT_FAILURE); */ } size /= CDIO_CD_FRAMESIZE_RAW; return (lsn_t)size; } #define MAXLINE 4096 /* maximum line length + 1 */ static bool parse_cuefile (_img_private_t *cd, const char *psz_cue_name) { /* The below declarations may be common in other image-parse routines. */ FILE *fp; char psz_line[MAXLINE]; /* text of current line read in file fp. */ unsigned int i_line=0; /* line number in file of psz_line. */ int i = -1; /* Position in tocent. Same as cd->gen.i_tracks - 1 */ char *psz_keyword, *psz_field, *psz_cue_name_dup; cdio_log_level_t log_level = (NULL == cd) ? CDIO_LOG_INFO : CDIO_LOG_WARN; cdtext_field_t cdtext_key; /* The below declarations may be unique to this image-parse routine. */ int start_index; bool b_first_index_for_track=false; if (NULL == psz_cue_name) return false; psz_cue_name_dup = _cdio_strdup_fixpath(psz_cue_name); if (NULL == psz_cue_name_dup) return false; fp = CDIO_FOPEN (psz_cue_name_dup, "r"); cdio_free(psz_cue_name_dup); if (fp == NULL) { cdio_log(log_level, "error opening %s for reading: %s", psz_cue_name, strerror(errno)); return false; } if (cd) { cd->gen.i_tracks=0; cd->gen.i_first_track=1; cd->psz_mcn=NULL; } while ((fgets(psz_line, MAXLINE, fp)) != NULL) { i_line++; if (NULL != (psz_keyword = strtok (psz_line, " \t\n\r"))) { /* REM remarks ... */ if (0 == strcmp ("REM", psz_keyword)) { ; /* global section */ /* CATALOG ddddddddddddd */ } else if (0 == strcmp ("CATALOG", psz_keyword)) { if (-1 == i) { if (NULL == (psz_field = strtok (NULL, " \t\n\r"))) { cdio_log(log_level, "%s line %d after word CATALOG: ", psz_cue_name, i_line); cdio_log(log_level, "expecting 13-digit media catalog number, got nothing."); goto err_exit; } if (strlen(psz_field) != 13) { cdio_log(log_level, "%s line %d after word CATALOG: ", psz_cue_name, i_line); cdio_log(log_level, "Token %s has length %ld. Should be 13 digits.", psz_field, (long int) strlen(psz_field)); goto err_exit; } else { /* Check that we have all digits*/ unsigned int j; for (j=0; j<13; j++) { if (!isdigit((unsigned char) psz_field[j])) { cdio_log(log_level, "%s line %d after word CATALOG:", psz_cue_name, i_line); cdio_log(log_level, "Character \"%c\" at postition %i of token \"%s\" " "is not all digits.", psz_field[j], j+1, psz_field); goto err_exit; } } } if (cd) cd->psz_mcn = strdup (psz_field); if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { goto format_error; } } else { goto not_in_global_section; } /* CDTEXTFILE "" */ } else if (0 == strcmp ("CDTEXTFILE", psz_keyword)) { if(NULL != (psz_field = strtok (NULL, "\"\t\n\r"))) { if (cd) { uint8_t cdt_data[CDTEXT_LEN_BINARY_MAX+4]; int size; CdioDataSource_t *source; char *dirname = cdio_dirname(psz_cue_name); char *psz_filename = cdio_abspath(dirname, psz_field); if(NULL == (source = cdio_stdio_new(psz_filename))) { cdio_log(log_level, "%s line %d: can't open file `%s' for reading", psz_cue_name, i_line, psz_field); free(psz_filename); free(dirname); goto err_exit; } size = cdio_stream_read(source, cdt_data, CDTEXT_LEN_BINARY_MAX, 1); if (size < 5) { cdio_log(log_level, "%s line %d: file `%s' is too small to contain CD-TEXT", psz_cue_name, i_line, psz_filename); free(psz_filename); free(dirname); free(source); goto err_exit; } /* Truncate header when it is too large. */ if (cdt_data[0] > 0x80) { size -= 4; } /* ignore trailing 0 */ if (1 == size % 18) size -= 1; /* init cdtext */ if (NULL == cd->gen.cdtext) { cd->gen.cdtext = cdtext_init (); } if(0 != cdtext_data_init(cd->gen.cdtext, cdt_data, size)) cdio_log (log_level, "%s line %d: failed to parse CD-TEXT file `%s'", psz_cue_name, i_line, psz_filename); cdio_stdio_destroy (source); free(psz_filename); free(dirname); } } else { goto format_error; } /* FILE "" */ } else if (0 == strcmp ("FILE", psz_keyword)) { if (NULL != (psz_field = strtok (NULL, "\"\t\n\r"))) { char *dirname = cdio_dirname(psz_cue_name); char *filename = cdio_abspath(dirname, psz_field); if (cd) cd->tocent[i + 1].filename = strdup(filename); free(filename); free(dirname); } else { goto format_error; } /* TRACK N */ } else if (0 == strcmp("TRACK", psz_keyword)) { int i_track; if (NULL != (psz_field = strtok(NULL, " \t\n\r"))) { if (1!=sscanf(psz_field, "%d", &i_track)) { cdio_log(log_level, "%s line %d after word TRACK:", psz_cue_name, i_line); cdio_log(log_level, "Expecting a track number, got %s", psz_field); goto err_exit; } } if (NULL != (psz_field = strtok(NULL, " \t\n\r"))) { track_info_t *this_track=NULL; if (cd) { this_track = &(cd->tocent[cd->gen.i_tracks]); this_track->track_num = cd->gen.i_tracks; this_track->num_indices = 0; b_first_index_for_track = false; cd->gen.i_tracks++; } i++; if (0 == strcmp("AUDIO", psz_field)) { if (cd) { this_track->mode = AUDIO; this_track->blocksize = CDIO_CD_FRAMESIZE_RAW; this_track->datasize = CDIO_CD_FRAMESIZE_RAW; this_track->datastart = 0; this_track->endsize = 0; this_track->track_format = TRACK_FORMAT_AUDIO; this_track->track_green = false; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_DA; break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_XA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp("MODE1/2048", psz_field)) { if (cd) { this_track->mode = MODE1; this_track->blocksize = 2048; this_track->track_format= TRACK_FORMAT_DATA; this_track->track_green = false; /* Is the below correct? */ this_track->datastart = 0; this_track->datasize = CDIO_CD_FRAMESIZE; this_track->endsize = 0; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_XA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp("MODE1/2352", psz_field)) { if (cd) { this_track->blocksize = 2352; this_track->track_format= TRACK_FORMAT_DATA; this_track->track_green = false; this_track->datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE; this_track->datasize = CDIO_CD_FRAMESIZE; this_track->endsize = CDIO_CD_EDC_SIZE + CDIO_CD_M1F1_ZERO_SIZE + CDIO_CD_ECC_SIZE; this_track->mode = MODE1_RAW; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_XA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp("MODE2/2336", psz_field)) { if (cd) { this_track->blocksize = 2336; this_track->track_format= TRACK_FORMAT_XA; this_track->track_green = true; this_track->mode = MODE2; this_track->datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE; this_track->datasize = M2RAW_SECTOR_SIZE; this_track->endsize = 0; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_XA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp("MODE2/2048", psz_field)) { if (cd) { this_track->blocksize = 2048; this_track->track_format= TRACK_FORMAT_XA; this_track->track_green = true; this_track->mode = MODE2_FORM1; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp("MODE2/2324", psz_field)) { if (cd) { this_track->blocksize = 2324; this_track->track_format= TRACK_FORMAT_XA; this_track->track_green = true; this_track->mode = MODE2_FORM2; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp("MODE2/2336", psz_field)) { if (cd) { this_track->blocksize = 2336; this_track->track_format= TRACK_FORMAT_XA; this_track->track_green = true; this_track->mode = MODE2_FORM_MIX; this_track->datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE; this_track->datasize = M2RAW_SECTOR_SIZE; this_track->endsize = 0; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else if (0 == strcmp("MODE2/2352", psz_field)) { if (cd) { this_track->blocksize = 2352; this_track->track_format= TRACK_FORMAT_XA; this_track->track_green = true; this_track->mode = MODE2_RAW; this_track->datastart = CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE + CDIO_CD_SUBHEADER_SIZE; this_track->datasize = CDIO_CD_FRAMESIZE; this_track->endsize = CDIO_CD_SYNC_SIZE + CDIO_CD_ECC_SIZE; switch(cd->disc_mode) { case CDIO_DISC_MODE_NO_INFO: cd->disc_mode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* Disc type stays the same. */ break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: cd->disc_mode = CDIO_DISC_MODE_CD_MIXED; break; default: cd->disc_mode = CDIO_DISC_MODE_ERROR; } } } else { cdio_log(log_level, "%s line %d after word TRACK:", psz_cue_name, i_line); cdio_log(log_level, "Unknown track mode %s", psz_field); goto err_exit; } } else { goto format_error; } /* FLAGS flag1 flag2 ... */ } else if (0 == strcmp("FLAGS", psz_keyword)) { if (0 <= i) { while (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { if (0 == strcmp ("PRE", psz_field)) { if (cd) cd->tocent[i].flags |= PRE_EMPHASIS; } else if (0 == strcmp ("DCP", psz_field)) { if (cd) cd->tocent[i].flags |= COPY_PERMITTED; } else if (0 == strcmp ("4CH", psz_field)) { if (cd) cd->tocent[i].flags |= FOUR_CHANNEL_AUDIO; } else if (0 == strcmp ("SCMS", psz_field)) { if (cd) cd->tocent[i].flags |= SCMS; } else { goto format_error; } } } else { goto format_error; } /* ISRC CCOOOYYSSSSS */ } else if (0 == strcmp("ISRC", psz_keyword)) { if (0 <= i) { if (NULL != (psz_field = strtok (NULL, " \t\n\r"))) { if (cd) cd->tocent[i].isrc = strdup (psz_field); } else { goto format_error; } } else { goto in_global_section; } /* PREGAP MM:SS:FF */ } else if (0 == strcmp("PREGAP", psz_keyword)) { if (0 <= i) { if (NULL != (psz_field = strtok(NULL, " \t\n\r"))) { lba_t lba = cdio_lsn_to_lba(cdio_mmssff_to_lba (psz_field)); if (CDIO_INVALID_LBA == lba) { cdio_log(log_level, "%s line %d: after word PREGAP:", psz_cue_name, i_line); cdio_log(log_level, "Invalid MSF string %s", psz_field); goto err_exit; } if (cd) { cd->tocent[i].silence = lba; } } else { goto format_error; } if (NULL != strtok(NULL, " \t\n\r")) { goto format_error; } } else { goto in_global_section; } /* INDEX [##] MM:SS:FF */ } else if (0 == strcmp ("INDEX", psz_keyword)) { if (0 <= i) { if (NULL != (psz_field = strtok(NULL, " \t\n\r"))) if (1!=sscanf(psz_field, "%d", &start_index)) { cdio_log(log_level, "%s line %d after word INDEX:", psz_cue_name, i_line); cdio_log(log_level, "expecting an index number, got %s", psz_field); goto err_exit; } if (NULL != (psz_field = strtok(NULL, " \t\n\r"))) { lba_t lba = cdio_mmssff_to_lba (psz_field); if (CDIO_INVALID_LBA == lba) { cdio_log(log_level, "%s line %d: after word INDEX:", psz_cue_name, i_line); cdio_log(log_level, "Invalid MSF string %s", psz_field); goto err_exit; } if (cd) { #ifdef FIXME cd->tocent[i].indexes[cd->tocent[i].nindex++] = lba; #else track_info_t *this_track= &(cd->tocent[cd->gen.i_tracks - cd->gen.i_first_track]); switch (start_index) { case 0: lba += CDIO_PREGAP_SECTORS; this_track->pregap = lba; break; case 1: if (!b_first_index_for_track) { lba += CDIO_PREGAP_SECTORS; cdio_lba_to_msf(lba, &(this_track->start_msf)); b_first_index_for_track = true; this_track->start_lba = lba; } if (cd->gen.i_tracks > 1) { /* Figure out number of sectors for previous track */ track_info_t *prev_track=&(cd->tocent[cd->gen.i_tracks-2]); if ( this_track->start_lba < prev_track->start_lba ) { cdio_log (log_level, "track %d at LBA %lu starts before track %d at LBA %lu", cd->gen.i_tracks, (unsigned long int) this_track->start_lba, cd->gen.i_tracks, (unsigned long int) prev_track->start_lba); prev_track->sec_count = 0; } else if ( this_track->start_lba >= prev_track->start_lba + CDIO_PREGAP_SECTORS ) { prev_track->sec_count = this_track->start_lba - prev_track->start_lba - CDIO_PREGAP_SECTORS ; } else { cdio_log (log_level, "%lu fewer than pregap (%d) sectors in track %d", (long unsigned int) this_track->start_lba - prev_track->start_lba, CDIO_PREGAP_SECTORS, cd->gen.i_tracks); /* Include pregap portion in sec_count. Maybe the pregap was omitted. */ prev_track->sec_count = this_track->start_lba - prev_track->start_lba; } } this_track->num_indices++; break; default: break; } } #endif } else { goto format_error; } } else { goto in_global_section; } /* CD-Text */ } else if ( CDTEXT_FIELD_INVALID != (cdtext_key = cdtext_is_field (psz_keyword)) ) { if (cd) { if (NULL == cd->gen.cdtext) { cd->gen.cdtext = cdtext_init (); cd->gen.cdtext->block[cd->gen.cdtext->block_i].language_code = CDTEXT_LANGUAGE_ENGLISH; } cdtext_set (cd->gen.cdtext, cdtext_key, (uint8_t*) strtok(NULL, "\"\t\n\r"), (-1 == i ? 0 : cd->gen.i_first_track + i), "ISO-8859-1"); } /* unrecognized line */ } else { cdio_log(log_level, "%s line %d: warning: unrecognized keyword: %s", psz_cue_name, i_line, psz_keyword); goto err_exit; } } } if (NULL != cd) { cd->gen.toc_init = true; } fclose (fp); return true; format_error: cdio_log(log_level, "%s line %d after word %s", psz_cue_name, i_line, psz_keyword); goto err_exit; in_global_section: cdio_log(log_level, "%s line %d: word %s not allowed in global section", psz_cue_name, i_line, psz_keyword); goto err_exit; not_in_global_section: cdio_log(log_level, "%s line %d: word %s only allowed in global section", psz_cue_name, i_line, psz_keyword); err_exit: fclose (fp); return false; } /*! Reads a single audio sector from CD device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_audio_sectors_bincue (void *p_user_data, void *data, lsn_t lsn, unsigned int nblocks) { _img_private_t *p_env = p_user_data; int ret; ret = cdio_stream_seek (p_env->gen.data_source, lsn * CDIO_CD_FRAMESIZE_RAW, SEEK_SET); if (ret!=0) return ret; ret = cdio_stream_read (p_env->gen.data_source, data, CDIO_CD_FRAMESIZE_RAW, nblocks); /* ret is number of bytes if okay, but we need to return 0 okay. */ return ret == 0; } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode1_sector_bincue (void *p_user_data, void *data, lsn_t lsn, bool b_form2) { _img_private_t *p_env = p_user_data; int ret; char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; int blocksize = CDIO_CD_FRAMESIZE_RAW; ret = cdio_stream_seek (p_env->gen.data_source, lsn * blocksize, SEEK_SET); if (ret!=0) return ret; /* FIXME: Not completely sure the below is correct. */ ret = cdio_stream_read (p_env->gen.data_source, buf, CDIO_CD_FRAMESIZE_RAW, 1); if (ret==0) return ret; memcpy (data, buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE, b_form2 ? M2RAW_SECTOR_SIZE: CDIO_CD_FRAMESIZE); return DRIVER_OP_SUCCESS; } /*! Reads nblocks of mode1 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode1_sectors_bincue (void *p_user_data, void *data, lsn_t lsn, bool b_form2, unsigned int nblocks) { _img_private_t *p_env = p_user_data; int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < nblocks; i++) { if ( (retval = _read_mode1_sector_bincue (p_env, ((char *)data) + (blocksize * i), lsn + i, b_form2)) ) return retval; } return DRIVER_OP_SUCCESS; } /*! Reads a single mode1 sector from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sector_bincue (void *p_user_data, void *data, lsn_t lsn, bool b_form2) { _img_private_t *p_env = p_user_data; int ret; char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; /* NOTE: The logic below seems a bit wrong and convoluted to me, but passes the regression tests. (Perhaps it is why we get valgrind errors in vcdxrip). Leave it the way it was for now. Review this sector 2336 stuff later. */ int blocksize = CDIO_CD_FRAMESIZE_RAW; ret = cdio_stream_seek (p_env->gen.data_source, lsn * blocksize, SEEK_SET); if (ret!=0) return ret; ret = cdio_stream_read (p_env->gen.data_source, buf, CDIO_CD_FRAMESIZE_RAW, 1); if (ret==0) return ret; /* See NOTE above. */ if (b_form2) memcpy (data, buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE, M2RAW_SECTOR_SIZE); else memcpy (data, buf + CDIO_CD_XA_SYNC_HEADER, CDIO_CD_FRAMESIZE); return DRIVER_OP_SUCCESS; } /*! Reads nblocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sectors_bincue (void *p_user_data, void *data, lsn_t lsn, bool b_form2, unsigned int nblocks) { _img_private_t *p_env = p_user_data; int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < nblocks; i++) { if ( (retval = _read_mode2_sector_bincue (p_env, ((char *)data) + (blocksize * i), lsn + i, b_form2)) ) return retval; } return 0; } #if !defined(HAVE_GLOB_H) && defined(_WIN32) static inline void Win32Glob(const char* pattern, const char* szCurPath, char ***drives, unsigned int *num_files) { char szPath[MAX_PATH]; WIN32_FIND_DATAA ffd; HANDLE hFind; BOOL bFound; SetCurrentDirectoryA(szCurPath); hFind = FindFirstFileA(pattern, &ffd); bFound = (hFind != INVALID_HANDLE_VALUE); while (bFound) { cdio_add_device_list(drives, ffd.cFileName, num_files); bFound = FindNextFileA(hFind, &ffd); } if (hFind != INVALID_HANDLE_VALUE) FindClose(hFind); hFind = FindFirstFileA("*", &ffd); bFound = (hFind != INVALID_HANDLE_VALUE); while (bFound) { if ( (ffd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) && (strcmp(ffd.cFileName, ".") != 0) && (strcmp(ffd.cFileName, "..") != 0) ) { GetFullPathNameA(ffd.cFileName, sizeof(szPath), szPath, NULL); Win32Glob(pattern, szPath, drives, num_files); SetCurrentDirectoryA(szCurPath); } bFound = FindNextFileA(hFind, &ffd); } if (hFind != INVALID_HANDLE_VALUE) FindClose(hFind); } #endif /*! Return an array of strings giving possible BIN/CUE disk images. */ char ** cdio_get_devices_bincue (void) { char **drives = NULL; unsigned int num_files=0; #ifdef HAVE_GLOB_H unsigned int i; glob_t globbuf; globbuf.gl_offs = 0; glob("*.cue", GLOB_DOOFFS, NULL, &globbuf); for (i=0; ipsz_vendor, "libcdio", sizeof(hw_info->psz_vendor)-1); hw_info->psz_vendor[sizeof(hw_info->psz_vendor)-1] = '\0'; strncpy(hw_info->psz_model, "CDRWIN", sizeof(hw_info->psz_model)-1); hw_info->psz_model[sizeof(hw_info->psz_model)-1] = '\0'; strncpy(hw_info->psz_revision, CDIO_VERSION, sizeof(hw_info->psz_revision)-1); hw_info->psz_revision[sizeof(hw_info->psz_revision)-1] = '\0'; return true; } /*! Return the number of tracks in the current medium. CDIO_INVALID_TRACK is returned on error. */ static track_format_t _get_track_format_bincue(void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; if (!p_env->gen.init) return TRACK_FORMAT_ERROR; if (i_track > p_env->gen.i_tracks || i_track == 0) return TRACK_FORMAT_ERROR; return p_env->tocent[i_track-p_env->gen.i_first_track].track_format; } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool _get_track_green_bincue(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if ( NULL == p_env || ( i_track < p_env->gen.i_first_track || i_track >= p_env->gen.i_tracks + p_env->gen.i_first_track ) ) return false; return p_env->tocent[i_track-p_env->gen.i_first_track].track_green; } /*! Return the starting LSN track number i_track in obj. Track numbers start at 1. The "leadout" track is specified either by using i_track LEADOUT_TRACK or the total tracks+1. False is returned if there is no track entry. */ static lba_t _get_lba_track_bincue(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = p_env->gen.i_tracks+1; if (i_track <= p_env->gen.i_tracks + p_env->gen.i_first_track && i_track != 0) { return p_env->tocent[i_track-p_env->gen.i_first_track].start_lba; } else return CDIO_INVALID_LBA; } /*! Return corresponding BIN file if psz_cue_name is a cue file or NULL if not a CUE file. */ char * cdio_is_cuefile(const char *psz_cue_name) { int i; char *psz_bin_name; if (psz_cue_name == NULL) return NULL; /* FIXME? Now that we have cue parsing, should we really force the filename extension requirement or is it enough just to parse the cuefile? */ psz_bin_name=strdup(psz_cue_name); i=strlen(psz_bin_name)-strlen("cue"); if (i>0) { if (psz_cue_name[i]=='c' && psz_cue_name[i+1]=='u' && psz_cue_name[i+2]=='e') { psz_bin_name[i++]='b'; psz_bin_name[i++]='i'; psz_bin_name[i++]='n'; if (parse_cuefile(NULL, psz_cue_name)) return psz_bin_name; else goto error; } else if (psz_cue_name[i]=='C' && psz_cue_name[i+1]=='U' && psz_cue_name[i+2]=='E') { psz_bin_name[i++]='B'; psz_bin_name[i++]='I'; psz_bin_name[i++]='N'; if (parse_cuefile(NULL, psz_cue_name)) return psz_bin_name; else goto error; } } error: free(psz_bin_name); return NULL; } /*! Return corresponding CUE file if psz_bin_name is a bin file or NULL if not a BIN file. */ char * cdio_is_binfile(const char *psz_bin_name) { int i; char *psz_cue_name; if (psz_bin_name == NULL) return NULL; psz_cue_name=strdup(psz_bin_name); i=strlen(psz_bin_name)-strlen("bin"); if (i>0) { if (psz_bin_name[i]=='b' && psz_bin_name[i+1]=='i' && psz_bin_name[i+2]=='n') { psz_cue_name[i++]='c'; psz_cue_name[i++]='u'; psz_cue_name[i++]='e'; return psz_cue_name; } else if (psz_bin_name[i]=='B' && psz_bin_name[i+1]=='I' && psz_bin_name[i+2]=='N') { psz_cue_name[i++]='C'; psz_cue_name[i++]='U'; psz_cue_name[i++]='E'; return psz_cue_name; } } free(psz_cue_name); return NULL; } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_am_bincue (const char *psz_source_name, const char *psz_access_mode) { if (psz_access_mode != NULL) cdio_warn ("there is only one access mode for bincue. Arg %s ignored", psz_access_mode); return cdio_open_bincue(psz_source_name); } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_bincue (const char *psz_source) { char *psz_bin_name = cdio_is_cuefile(psz_source); if (NULL != psz_bin_name) { free(psz_bin_name); return cdio_open_cue(psz_source); } else { char *psz_cue_name = cdio_is_binfile(psz_source); CdIo_t *cdio = cdio_open_cue(psz_cue_name); free(psz_cue_name); return cdio; } } CdIo_t * cdio_open_cue (const char *psz_cue_name) { CdIo_t *ret; _img_private_t *p_data; char *psz_bin_name; cdio_funcs_t _funcs; memset( &_funcs, 0, sizeof(_funcs) ); _funcs.eject_media = _eject_media_image; _funcs.free = _free_image; _funcs.get_arg = _get_arg_image; _funcs.get_cdtext = _get_cdtext_image; _funcs.get_cdtext_raw = NULL; _funcs.get_devices = cdio_get_devices_bincue; _funcs.get_default_device = cdio_get_default_device_bincue; _funcs.get_disc_last_lsn = get_disc_last_lsn_bincue; _funcs.get_discmode = _get_discmode_image; _funcs.get_drive_cap = _get_drive_cap_image; _funcs.get_first_track_num = _get_first_track_num_image; _funcs.get_hwinfo = get_hwinfo_bincue; _funcs.get_media_changed = get_media_changed_image; _funcs.get_mcn = _get_mcn_image; _funcs.get_num_tracks = _get_num_tracks_image; _funcs.get_track_channels = get_track_channels_image; _funcs.get_track_copy_permit = get_track_copy_permit_image; _funcs.get_track_format = _get_track_format_bincue; _funcs.get_track_green = _get_track_green_bincue; _funcs.get_track_lba = _get_lba_track_bincue; _funcs.get_track_msf = _get_track_msf_image; _funcs.get_track_preemphasis = get_track_preemphasis_image; _funcs.get_track_pregap_lba = get_track_pregap_lba_image; _funcs.get_track_isrc = get_track_isrc_image; _funcs.lseek = _lseek_bincue; _funcs.read = _read_bincue; _funcs.read_audio_sectors = _read_audio_sectors_bincue; _funcs.read_data_sectors = read_data_sectors_image; _funcs.read_mode1_sector = _read_mode1_sector_bincue; _funcs.read_mode1_sectors = _read_mode1_sectors_bincue; _funcs.read_mode2_sector = _read_mode2_sector_bincue; _funcs.read_mode2_sectors = _read_mode2_sectors_bincue; _funcs.run_mmc_cmd = NULL; _funcs.set_arg = _set_arg_image; _funcs.set_speed = cdio_generic_unimplemented_set_speed; _funcs.set_blocksize = cdio_generic_unimplemented_set_blocksize; if (NULL == psz_cue_name) return NULL; p_data = calloc(1, sizeof (_img_private_t)); p_data->gen.init = false; p_data->psz_cue_name = NULL; ret = cdio_new ((void *)p_data, &_funcs); if (ret == NULL) { free(p_data); return NULL; } ret->driver_id = DRIVER_BINCUE; psz_bin_name = cdio_is_cuefile(psz_cue_name); if (NULL == psz_bin_name) { cdio_error ("source name %s is not recognized as a CUE file", psz_cue_name); } _set_arg_image (p_data, "cue", psz_cue_name); _set_arg_image (p_data, "source", psz_bin_name); _set_arg_image (p_data, "access-mode", "bincue"); free(psz_bin_name); if (_init_bincue(p_data)) { return ret; } else { _free_image(p_data); free(ret); return NULL; } } bool cdio_have_bincue (void) { return true; } libcdio-2.0.0/lib/driver/image/nrg.h0000644000175000017500000001146611114145233014124 00000000000000/* $Id: nrg.h,v 1.7 2008/06/10 00:45:08 pjcreath Exp $ Copyright (C) 2004, 2006, 2008 Rocky Bernstein Copyright (C) 2001, 2003 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* NERO (NRG) file format structures. */ /* this ugly image format is typical for lazy win32 programmers... at least structure were set big endian, so at reverse engineering wasn't such a big headache... */ PRAGMA_BEGIN_PACKED typedef union { struct { uint32_t __x GNUC_PACKED; uint32_t ID GNUC_PACKED; uint32_t footer_ofs GNUC_PACKED; } v50; struct { uint32_t ID GNUC_PACKED; uint64_t footer_ofs GNUC_PACKED; } v55; } _footer_t; typedef struct { uint32_t start GNUC_PACKED; uint32_t length GNUC_PACKED; uint32_t type GNUC_PACKED; /* 0x0 -> MODE1, 0x2 -> MODE2 form1, 0x3 -> MIXED_MODE2 2336 blocksize */ uint32_t start_lsn GNUC_PACKED; /* does not include any pre-gaps! */ uint32_t _unknown GNUC_PACKED; /* wtf is this for? -- always zero... */ } _etnf_array_t; /* Finally they realized that 32-bit offsets are a bit outdated for IA64 *eg* */ typedef struct { uint64_t start GNUC_PACKED; uint64_t length GNUC_PACKED; uint32_t type GNUC_PACKED; /* 0x0 -> MODE1, 0x2 -> MODE2 form1, 0x3 -> MIXED_MODE2 2336 blocksize */ uint32_t start_lsn GNUC_PACKED; uint64_t _unknown GNUC_PACKED; /* wtf is this for? -- always zero... */ } _etn2_array_t; typedef struct { uint8_t type; /* has track copy bit and whether audiofile or datafile. Is often 0x41 == 'A' */ uint8_t track; /* binary or BCD?? */ uint8_t addr_ctrl; /* addresstype: MSF or LBA in lower 4 bits control in upper 4 bits. makes 0->1 transitions */ uint8_t res; /* ?? */ uint32_t lsn GNUC_PACKED; } _cuex_array_t; /* New DAO[XI] Information from http://en.wikipedia.org/wiki/NRG_(file_format) */ typedef struct { char psz_isrc[CDIO_ISRC_SIZE]; uint8_t unknown[6]; } _dao_array_common_t; typedef struct { _dao_array_common_t common; uint64_t index0 GNUC_PACKED; uint64_t index1 GNUC_PACKED; uint64_t end_of_track GNUC_PACKED; } _daox_array_t; typedef struct { _dao_array_common_t common; uint32_t index0 GNUC_PACKED; uint32_t index1 GNUC_PACKED; uint32_t end_of_track GNUC_PACKED; } _daoi_array_t; typedef struct GNUC_PACKED { uint32_t chunk_size_le GNUC_PACKED; char psz_mcn[CDIO_MCN_SIZE]; uint8_t unknown[3]; uint8_t first_track; uint8_t last_track; } _dao_common_t; typedef struct { _dao_common_t common; _daox_array_t track_info[EMPTY_ARRAY_SIZE]; } _daox_t; typedef struct { _dao_common_t common; _daoi_array_t track_info[EMPTY_ARRAY_SIZE]; } _daoi_t; typedef struct { uint32_t id GNUC_PACKED; uint32_t len GNUC_PACKED; char data[EMPTY_ARRAY_SIZE]; } _chunk_t; PRAGMA_END_PACKED /* Nero images are Big Endian. */ typedef enum { CDTX_ID = 0x43445458, /* CD TEXT */ CUEX_ID = 0x43554558, /* Nero version 5.5.x-6.x */ CUES_ID = 0x43554553, /* Nero pre version 5.5.x-6.x */ DAOX_ID = 0x44414f58, /* Nero version 5.5.x-6.x */ DAOI_ID = 0x44414f49, END1_ID = 0x454e4421, ETN2_ID = 0x45544e32, ETNF_ID = 0x45544e46, NER5_ID = 0x4e455235, /* Nero version 5.5.x */ NERO_ID = 0x4e45524f, /* Nero pre 5.5.x */ SINF_ID = 0x53494e46, /* Session information */ MTYP_ID = 0x4d545950, /* Disc Media type? */ } nero_id_t; #define MTYP_AUDIO_CD 1 /* This isn't correct. But I don't know the the right thing is and it sometimes works (and sometimes is wrong). */ /* Disk track type Values gleaned from DAOX */ typedef enum { DTYP_MODE1 = 0, DTYP_MODE2_XA = 2, DTYP_INVALID = 255 } nero_dtype_t; /** The below variables are trickery to force the above enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions. */ extern nero_id_t nero_id; extern nero_dtype_t nero_dtype; libcdio-2.0.0/lib/driver/image_common.h0000664000175000017500000001512713217072760014720 00000000000000/* Copyright (C) 2004, 2005, 2008, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! Common image routines. Because _img_private_t may vary over image formats, the routines are included into the image drivers after _img_private_t is defined. In order for the below routines to work, there is a large part of _img_private_t that is common among image drivers. For example, see image.h */ #ifndef CDIO_DRIVER_IMAGE_COMMON_H_ #define CDIO_DRIVER_IMAGE_COMMON_H_ typedef struct { /* Things common to all drivers like this. This must be first. */ generic_img_private_t gen; internal_position_t pos; char *psz_cue_name; char *psz_access_mode; /* Just the name of the driver. We add this for regularity with other real CD drivers which has an access mode. */ char *psz_mcn; /* Media Catalog Number (5.22.3) exactly 13 bytes */ track_info_t tocent[CDIO_CD_MAX_TRACKS+1]; /* entry info for each track add 1 for leadout. */ discmode_t disc_mode; #ifdef NEED_NERO_STRUCT /* Nero Specific stuff. Note: for the image_free to work, this *must* be last. */ bool is_dao; /* True if some of disk at once. False if some sort of track at once. */ uint32_t mtyp; /* Value of MTYP (media type?) tag */ uint8_t dtyp; /* Value of DAOX media type tag */ /* This is a hack because I don't really understnad NERO better. */ bool is_cues; CdioList_t *mapping; /* List of track information */ uint32_t size; #endif } _img_private_t; /*! We don't need the image any more. Free all memory associated with it. */ void _free_image (void *p_user_data); int _eject_media_image(void *p_user_data); /*! Return the value associated with the key "arg". */ const char * _get_arg_image (void *user_data, const char key[]); /*! Return CD-Text object or NULL */ cdtext_t * _get_cdtext_image(void *p_user_data); /*! Get disc type associated with cd_obj. */ discmode_t _get_discmode_image (void *p_user_data); /*! Return the the kind of drive capabilities of device. */ void _get_drive_cap_image (const void *user_data, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap); /*! Return the number of of the first track. CDIO_INVALID_TRACK is returned on error. */ track_t _get_first_track_num_image(void *p_user_data); /*! Find out if media has changed since the last call. @param p_user_data the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t We always return DRIVER_OP_UNSUPPORTED. */ int get_media_changed_image(const void *p_user_data); /*! Return the media catalog number (MCN) from the CD or NULL if there is none or we don't have the ability to get it. Note: string is malloc'd so caller has to free() the returned string when done with it. */ char * _get_mcn_image(const void *p_user_data); /*! Return the number of tracks. */ track_t _get_num_tracks_image(void *p_user_data); /*! Return the starting MSF (minutes/secs/frames) for the track number track_num in obj. Tracks numbers start at 1. The "leadout" track is specified either by using track_num LEADOUT_TRACK or the total tracks+1. */ bool _get_track_msf_image(void *p_user_data, track_t i_track, msf_t *msf); /*! Return number of channels in track: 2 or 4; -2 if not implemented or -1 for error. Not meaningful if track is not an audio track. */ int get_track_channels_image(const void *p_user_data, track_t i_track); /*! Return 1 if copy is permitted on the track, 0 if not, or -1 for error. Is this meaningful if not an audio track? */ track_flag_t get_track_copy_permit_image(void *p_user_data, track_t i_track); /*! Return 1 if track has pre-emphasis, 0 if not, or -1 for error. Is this meaningful if not an audio track? pre-emphasis is a non linear frequency response. */ track_flag_t get_track_preemphasis_image(const void *p_user_data, track_t i_track); /*! Return the starting LBA for the pregap for track number i_track. Track numbers start at 1. CDIO_INVALID_LBA is returned on error. */ lba_t get_track_pregap_lba_image(const void *p_user_data, track_t i_track); /*! Return the International Standard Recording Code (ISRC) for track number i_track in p_cdio. Track numbers start at 1. Note: string is malloc'd so caller has to free() the returned string when done with it. */ char *get_track_isrc_image(const void *p_user_data, track_t i_track); /*! Read a data sector @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least ISO_BLOCKSIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum, M2RAW_SECTOR_SIZE. @param i_lsn sector to read @param i_blocksize size of block. Should be either ISO_BLOCKSIZE M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE. See comment above under p_buf. @param i_blocks number of blocks to read. */ driver_return_code_t read_data_sectors_image ( void *p_user_data, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks ); /*! Set the arg "key" with "value" in the source device. Currently "source" to set the source device in I/O operations is the only valid key. 0 is returned if no error was found, and nonzero if there as an error. */ int _set_arg_image (void *user_data, const char key[], const char value[]); #endif /* CDIO_DRIVER_IMAGE_COMMON_H_ */ libcdio-2.0.0/lib/driver/cdio_private.h0000664000175000017500000004353213217072760014737 00000000000000/* Copyright (C) 2003-2005, 2008-2009, 2011-2012, 2016-2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Internal routines for CD I/O drivers. */ #ifndef CDIO_DRIVER_PRIVATE_H_ #define CDIO_DRIVER_PRIVATE_H_ #if defined(HAVE_CONFIG_H) && !defined(LIBCDIO_CONFIG_H) # include "config.h" #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #include "mmc/mmc_private.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef HAVE_STRNDUP #undef strndup #define strndup libcdio_strndup static inline char *libcdio_strndup(const char *s, size_t n) { char *result; size_t len = strlen (s); if (n < len) len = n; result = (char *) malloc (len + 1); if (!result) return 0; result[len] = '\0'; return (char *) strncpy (result, s, len); } #endif /*HAVE_STRNDUP*/ /*! Get directory name from file name. Callers must free return value after use. */ extern char *cdio_dirname(const char *fname); /*! Construct an absolute file name from path and file name. Callers must free return value after use. */ extern char *cdio_abspath(const char *cwd, const char *fname); /* Opaque type */ typedef struct _CdioDataSource CdioDataSource_t; #ifdef __cplusplus } #endif /* __cplusplus */ #include "generic.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ typedef struct { /*! Get volume of an audio CD. @param p_env the CD object to be acted upon. */ driver_return_code_t (*audio_get_volume) (void *p_env, /*out*/ cdio_audio_volume_t *p_volume); /*! Pause playing CD through analog output @param p_env the CD object to be acted upon. */ driver_return_code_t (*audio_pause) (void *p_env); /*! Playing CD through analog output @param p_env the CD object to be acted upon. */ driver_return_code_t (*audio_play_msf) ( void *p_env, msf_t *p_start_msf, msf_t *p_end_msf ); /*! Playing CD through analog output @param p_env the CD object to be acted upon. */ driver_return_code_t (*audio_play_track_index) ( void *p_env, cdio_track_index_t *p_track_index ); /*! Get subchannel information. @param p_env the CD object to be acted upon. */ driver_return_code_t (*audio_read_subchannel) ( void *p_env, cdio_subchannel_t *subchannel ); /*! Resume playing an audio CD. @param p_env the CD object to be acted upon. */ driver_return_code_t (*audio_resume) ( void *p_env ); /*! Set volume of an audio CD. @param p_env the CD object to be acted upon. */ driver_return_code_t (*audio_set_volume) ( void *p_env, cdio_audio_volume_t *p_volume ); /*! Stop playing an audio CD. @param p_env the CD object to be acted upon. */ driver_return_code_t (*audio_stop) ( void *p_env ); /*! Eject media in CD drive. If successful, as a side effect we also free p_env. @param p_env the CD object to be acted upon. If the CD is ejected *p_env is freed and p_env set to NULL. */ driver_return_code_t (*eject_media) ( void *p_env ); /*! Release and free resources associated with cd. */ void (*free) (void *p_env); /*! Return the value associated with the key "arg". */ const char * (*get_arg) (void *p_env, const char key[]); /*! Get the block size for subsequest read requests, via a SCSI MMC MODE_SENSE 6 command. */ int (*get_blocksize) ( void *p_env ); /*! Get cdtext information for a CdIo object. @param obj the CD object that may contain CD-TEXT information. @return the CD-TEXT object or NULL if obj is NULL or CD-TEXT information does not exist. */ cdtext_t * (*get_cdtext) ( void *p_env ); /*! Get raw cdtext information as on the disc for a CdIo object @param obj the CD object that may contain CD-TEXT information. @return pointer to the raw CD-TEXT data or NULL if obj is NULL or no CD-TEXT information present on the disc. free when done and not NULL. */ uint8_t * (*get_cdtext_raw) ( void *p_env ); /*! Return an array of device names. if CdIo is NULL (we haven't initialized a specific device driver), then find a suitable device driver. NULL is returned if we couldn't return a list of devices. */ char ** (*get_devices) ( void ); /*! Get the default CD device. @return a string containing the default CD device or NULL is if we couldn't get a default device. In some situations of drivers or OS's we can't find a CD device if there is no media in it and it is possible for this routine to return NULL even though there may be a hardware CD-ROM. */ char * (*get_default_device) ( void ); /*! Return the size of the CD in logical block address (LBA) units. @return the lsn. On error 0 or CDIO_INVALD_LSN. */ lsn_t (*get_disc_last_lsn) ( void *p_env ); /*! Get disc mode associated with cd_obj. */ discmode_t (*get_discmode) ( void *p_env ); /*! Return the what kind of device we've got. See cd_types.h for a list of bitmasks for the drive type; */ void (*get_drive_cap) (const void *p_env, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap); /*! Return the number of of the first track. CDIO_INVALID_TRACK is returned on error. */ track_t (*get_first_track_num) ( void *p_env ); /*! Get the CD-ROM hardware info via a SCSI MMC INQUIRY command. False is returned if we had an error getting the information. */ bool (*get_hwinfo) ( const CdIo_t *p_cdio, /* out*/ cdio_hwinfo_t *p_hw_info ); /*! Get the LSN of the first track of the last session of on the CD. @param p_cdio the CD object to be acted upon. @param i_last_session pointer to the session number to be returned. */ driver_return_code_t (*get_last_session) ( void *p_env, /*out*/ lsn_t *i_last_session ); /*! Find out if media has changed since the last call. @param p_env the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ int (*get_media_changed) ( const void *p_env ); /*! Return the media catalog number MCN from the CD or NULL if there is none or we don't have the ability to get it. */ char * (*get_mcn) ( const void *p_env ); /*! Return the number of tracks in the current medium. CDIO_INVALID_TRACK is returned on error. */ track_t (*get_num_tracks) ( void *p_env ); /*! Return number of channels in track: 2 or 4; -2 if not implemented or -1 for error. Not meaningful if track is not an audio track. */ int (*get_track_channels) ( const void *p_env, track_t i_track ); /*! Return 0 if track is copy protected, 1 if not, or -1 for error or -2 if not implimented (yet). Is this meaningful if not an audio track? */ track_flag_t (*get_track_copy_permit) ( void *p_env, track_t i_track ); /*! Return the starting LBA for track number i_track in p_env. Tracks numbers start at 1. The "leadout" track is specified either by using track_num LEADOUT_TRACK or the total tracks+1. CDIO_INVALID_LBA is returned on error. */ lba_t (*get_track_lba) ( void *p_env, track_t i_track ); /*! Return the starting LBA for the pregap for track number i_track in p_env. Tracks numbers start at 1. CDIO_INVALID_LBA is returned on error. */ lba_t (*get_track_pregap_lba) ( const void *p_env, track_t i_track ); /*! Return the International Standard Recording Code (ISRC) for track number i_track in p_cdio. Track numbers start at 1. Note: string is malloc'd so caller has to free() the returned string when done with it. */ char * (*get_track_isrc) ( const void *p_env, track_t i_track ); /*! Get format of track. */ track_format_t (*get_track_format) ( void *p_env, track_t i_track ); /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ bool (*get_track_green) ( void *p_env, track_t i_track ); /*! Return the starting MSF (minutes/secs/frames) for track number i_track in p_env. Tracks numbers start at 1. The "leadout" track is specified either by using i_track LEADOUT_TRACK or the total tracks+1. False is returned on error. */ bool (*get_track_msf) ( void *p_env, track_t i_track, msf_t *p_msf ); /*! Return 1 if track has pre-emphasis, 0 if not, or -1 for error or -2 if not implimented (yet). Is this meaningful if not an audio track? */ track_flag_t (*get_track_preemphasis) ( const void *p_env, track_t i_track ); /*! lseek - reposition read/write file offset Returns (off_t) -1 on error. Similar to libc's lseek() */ off_t (*lseek) ( void *p_env, off_t offset, int whence ); /*! Reads into buf the next size bytes. Returns -1 on error. Similar to libc's read() */ ssize_t (*read) ( void *p_env, void *p_buf, size_t i_size ); /*! Reads a single mode2 sector from cd device into buf starting from lsn. Returns 0 if no error. */ int (*read_audio_sectors) ( void *p_env, void *p_buf, lsn_t i_lsn, unsigned int i_blocks ); /*! Read a data sector @param p_env environment to read from @param p_buf place to read data into. The caller should make sure this location can store at least CDIO_CD_FRAMESIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum, M2RAW_SECTOR_SIZE. @param i_lsn sector to read @param i_blocksize size of block. Should be either CDIO_CD_FRAMESIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE. See comment above under p_buf. */ driver_return_code_t (*read_data_sectors) ( void *p_env, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks ); /*! Reads a single mode2 sector from cd device into buf starting from lsn. Returns 0 if no error. */ int (*read_mode2_sector) ( void *p_env, void *p_buf, lsn_t i_lsn, bool b_mode2_form2 ); /*! Reads i_blocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ int (*read_mode2_sectors) ( void *p_env, void *p_buf, lsn_t i_lsn, bool b_mode2_form2, unsigned int i_blocks ); /*! Reads a single mode1 sector from cd device into buf starting from lsn. Returns 0 if no error. */ int (*read_mode1_sector) ( void *p_env, void *p_buf, lsn_t i_lsn, bool mode1_form2 ); /*! Reads i_blocks of mode1 sectors from cd device into data starting from lsn. Returns 0 if no error. */ int (*read_mode1_sectors) ( void *p_env, void *p_buf, lsn_t i_lsn, bool mode1_form2, unsigned int i_blocks ); bool (*read_toc) ( void *p_env ) ; /*! Run a SCSI MMC command. cdio CD structure set by cdio_open(). i_timeout_ms time in milliseconds we will wait for the command to complete. cdb_len number of bytes in cdb (6, 10, or 12). cdb CDB bytes. All values that are needed should be set on input. b_return_data TRUE if the command expects data to be returned in the buffer len Size of buffer buf Buffer for data, both sending and receiving Returns 0 if command completed successfully. */ mmc_run_cmd_fn_t run_mmc_cmd; /*! Set the arg "key" with "value" in the source device. */ int (*set_arg) ( void *p_env, const char key[], const char value[] ); /*! Set the blocksize for subsequent reads. */ driver_return_code_t (*set_blocksize) ( void *p_env, uint16_t i_blocksize ); /*! Set the drive speed. @return 0 if everything went okay, -1 if we had an error. is -2 returned if this is not implemented for the current driver. */ int (*set_speed) ( void *p_env, int i_speed ); } cdio_funcs_t; /*! Implementation of CdIo type */ struct _CdIo { driver_id_t driver_id; /**< Particular driver opened. */ cdio_funcs_t op; /**< driver-specific routines handling implementation*/ void *env; /**< environment. Passed to routine above. */ }; /* This is used in drivers that must keep their own internal position pointer for doing seeks. Stream-based drivers (like bincue, nrg, toc, network) would use this. */ typedef struct { off_t buff_offset; /* buffer offset in disk-image seeks. */ track_t index; /* Current track index in tocent. */ lba_t lba; /* Current LBA */ } internal_position_t; CdIo_t * cdio_new (generic_img_private_t *p_env, cdio_funcs_t *p_funcs); /* The below structure describes a specific CD Input driver */ typedef struct { driver_id_t id; unsigned int flags; const char *name; const char *describe; bool (*have_driver) (void); CdIo_t *(*driver_open) (const char *psz_source_name); CdIo_t *(*driver_open_am) (const char *psz_source_name, const char *psz_access_mode); char *(*get_default_device) (void); bool (*is_device) (const char *psz_source_name); char **(*get_devices) (void); driver_return_code_t (*close_tray) (const char *psz_device); } CdIo_driver_t; /* The below array gives of the drivers that are currently available for on a particular host. */ extern CdIo_driver_t CdIo_driver[]; /* The last valid entry of Cdio_driver. -1 means uninitialzed. -2 means some sort of error. */ extern int CdIo_last_driver; /* The below array gives all drivers that can possibly appear. on a particular host. */ extern CdIo_driver_t CdIo_all_drivers[]; /*! Add/allocate a drive to the end of drives. Use cdio_free_device_list() to free this device_list. */ void cdio_add_device_list(char **device_list[], const char *psz_drive, unsigned int *i_drives); driver_return_code_t close_tray_bsdi (const char *psz_drive); driver_return_code_t close_tray_freebsd (const char *psz_drive); driver_return_code_t close_tray_linux (const char *psz_drive); driver_return_code_t close_tray_netbsd (const char *psz_drive); driver_return_code_t close_tray_osx (const char *psz_drive); driver_return_code_t close_tray_solaris (const char *psz_drive); driver_return_code_t close_tray_win32 (const char *psz_drive); bool cdio_have_netbsd(void); CdIo_t * cdio_open_netbsd (const char *psz_source); char * cdio_get_default_device_netbsd(void); char **cdio_get_devices_netbsd(void); /*! Set up CD-ROM for reading using the NetBSD driver. The device_name is the some sort of device name. NULL is returned on error or there is no FreeBSD driver. @see cdio_open_cd, cdio_open */ CdIo_t * cdio_open_am_netbsd (const char *psz_source, const char *psz_access_mode); /*! DEPRICATED: use cdio_have_driver(). True if AIX driver is available. */ bool cdio_have_aix (void); /*! DEPRICATED: use cdio_have_driver(). True if BSDI driver is available. */ bool cdio_have_bsdi (void); /*! DEPRICATED: use cdio_have_driver(). True if FreeBSD driver is available. */ bool cdio_have_freebsd (void); /*! DEPRICATED: use cdio_have_driver(). True if GNU/Linux driver is available. */ bool cdio_have_linux (void); /*! DEPRICATED: use cdio_have_driver(). True if Sun Solaris driver is available. */ bool cdio_have_solaris (void); /*! DEPRICATED: use cdio_have_driver(). True if IBM OS2 driver is available. */ bool cdio_have_os2 (void); /*! DEPRICATED: use cdio_have_driver(). True if Apple OSX driver is available. */ bool cdio_have_osx (void); /*! DEPRICATED: use cdio_have_driver(). True if Microsoft Windows driver is available. */ bool cdio_have_win32 (void); /*! True if Nero driver is available. */ bool cdio_have_nrg (void); /*! True if BIN/CUE driver is available. */ bool cdio_have_bincue (void); /*! True if cdrdao CDRDAO driver is available. */ bool cdio_have_cdrdao (void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_DRIVER_PRIVATE_H_ */ libcdio-2.0.0/lib/driver/cdio.c0000644000175000017500000000457513204104700013164 00000000000000/* Copyright (C) 2003, 2004, 2005, 2008, 2011 Rocky Bernstein Copyright (C) 2001 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #include "cdio_assert.h" #include #include #include "cdio_private.h" /*! Return the value associatied with key. NULL is returned if obj is NULL or "key" does not exist. */ const char * cdio_get_arg (const CdIo *obj, const char key[]) { if (obj == NULL) return NULL; if (obj->op.get_arg) { return obj->op.get_arg (obj->env, key); } else { return NULL; } } CdIo_t * cdio_new (generic_img_private_t *p_env, cdio_funcs_t *p_funcs) { CdIo_t *p_new_cdio = calloc(1, sizeof (CdIo_t)); if (NULL == p_new_cdio) return NULL; p_new_cdio->env = p_env; /* This is the private "environment" that driver-dependent routines use. */ p_new_cdio->op = *p_funcs; p_env->cdio = p_new_cdio; /* A way for the driver-dependent routines to access the higher-level general cdio object. */ return p_new_cdio; } /*! Set the arg "key" with "value" in the source device. */ driver_return_code_t cdio_set_arg (CdIo_t *p_cdio, const char key[], const char value[]) { if (!p_cdio) return DRIVER_OP_UNINIT; if (!p_cdio->op.set_arg) return DRIVER_OP_UNSUPPORTED; if (!key) return DRIVER_OP_ERROR; return p_cdio->op.set_arg (p_cdio->env, key, value); } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/Makefile.in0000664000175000017500000010361213222217404014147 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2003-2010, 2012-2013, 2017 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the libcdio library ######################################################## # # From libtool documentation amended with guidance from N. Boullis: # # 1. Start with version information of `0:0:0' for each libtool library. # # 2. It is probably not a good idea to update the version information # several times between public releases, but rather once per public # release. (This seems to be more an aesthetic consideration than # a hard technical one.) # # 3. If the library source code has changed at all since the last # update, then increment REVISION (`C:R:A' becomes `C:R+1:A'). # # 4. If any interfaces have been added, removed, or changed since the # last update, increment CURRENT, and set REVISION to 0. # # 5. If any interfaces have been added since the last public release, # then increment AGE. # # 6. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @BUILD_VERSIONED_LIBS_FALSE@libcdio_la_DEPENDENCIES = \ @BUILD_VERSIONED_LIBS_FALSE@ $(am__DEPENDENCIES_1) subdir = lib/driver ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = am__dirstamp = $(am__leading_dot)dirstamp am__objects_1 = _cdio_generic.lo _cdio_stdio.lo _cdio_stream.lo \ abs_path.lo aix.lo audio.lo cd_types.lo cdio.lo cdtext.lo \ device.lo disc.lo ds.lo FreeBSD/freebsd.lo \ FreeBSD/freebsd_cam.lo FreeBSD/freebsd_ioctl.lo gnu_linux.lo \ image/bincue.lo image/cdrdao.lo image_common.lo image/nrg.lo \ logging.lo memory.lo mmc/mmc.lo mmc/mmc_hl_cmds.lo \ mmc/mmc_ll_cmds.lo mmc/mmc_util.lo MSWindows/aspi32.lo \ MSWindows/win32_ioctl.lo MSWindows/win32.lo netbsd.lo osx.lo \ read.lo realpath.lo sector.lo solaris.lo track.lo utf8.lo \ util.lo am_libcdio_la_OBJECTS = $(am__objects_1) libcdio_la_OBJECTS = $(am_libcdio_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libcdio_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libcdio_la_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libcdio_la_SOURCES) DIST_SOURCES = $(libcdio_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(noinst_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libcdio_la_CURRENT = 18 libcdio_la_REVISION = 0 libcdio_la_AGE = 0 EXTRA_DIST = image/Makefile \ mmc/Makefile \ FreeBSD/Makefile MSWindows/Makefile \ libcdio.sym noinst_HEADERS = cdio_assert.h cdio_private.h filemode.h portable.h libcdio_sources = \ _cdio_generic.c \ _cdio_stdio.c \ _cdio_stdio.h \ _cdio_stream.c \ _cdio_stream.h \ abs_path.c \ aix.c \ audio.c \ cd_types.c \ cdio.c \ cdtext.c \ cdtext_private.h \ device.c \ disc.c \ ds.c \ FreeBSD/freebsd.c \ FreeBSD/freebsd.h \ FreeBSD/freebsd_cam.c \ FreeBSD/freebsd_ioctl.c \ generic.h \ gnu_linux.c \ image.h \ image/bincue.c \ image/cdrdao.c \ image_common.c \ image_common.h \ image/nrg.c \ image/nrg.h \ logging.c \ memory.c \ mmc/mmc.c \ mmc/mmc_cmd_helper.h \ mmc/mmc_hl_cmds.c \ mmc/mmc_ll_cmds.c \ mmc/mmc_private.h \ mmc/mmc_util.c \ MSWindows/aspi32.c \ MSWindows/aspi32.h \ MSWindows/win32_ioctl.c \ MSWindows/win32.c \ MSWindows/win32.h \ netbsd.c \ osx.c \ read.c \ realpath.c \ sector.c \ solaris.c \ track.c \ utf8.c \ util.c lib_LTLIBRARIES = libcdio.la libcdio_la_LIBADD = $(LTLIBICONV) libcdio_la_SOURCES = $(libcdio_sources) libcdio_la_ldflags = -version-info $(libcdio_la_CURRENT):$(libcdio_la_REVISION):$(libcdio_la_AGE) @LT_NO_UNDEFINED@ $(DARWIN_PKG_LIB_HACK) AM_CPPFLAGS = $(LIBCDIO_CFLAGS) ######################################################## # Things to version the symbols in the libraries ######################################################## # An explanation of the versioning problem from Nicolas Boullis and # the versioned symbol solution he uses below... # # Currently, libvcdinfo uses the cdio_open function from libcdio. # Let's imagine a program foobar that uses both the vcdinfo_open # function from libvcdinfo and the cdio_open function from libcdio. # Currently, libcdio has SONAME libcdio.so.0, libvcdinfo has SONAME # libvcdinfo.so.0 and requires libcdio.so.0, and foobar requires both # libvcdinfo.so.0 and libcdio.so.0. Everything looks fine. # # Now, for some reason, you decide to change the cdio_open function. # That's your right, but you have to bump the CURRENT version and (if I # understand it correctly, athough this is not that clear in libtool's # documentation) set the AGE to 0. Anyway, this bumps the SONAME, which is # sane since the interface changes incompatibly. # Now, you have a new libcdio with SONAME libcdio.so.1. But libvcdinfo and # foobar still require libcdio.so.0. Everything is still fine. # Now, after some minor changes, the author of foobar recompiles foobar. # Then, foobar now requires libvcdinfo.so.0 and libcdio.so.1. And foobar # now segfaults... # What is happening? When you run foobar, if brings both libvcdinfo.so.0 # and libcdio.so.1, but libvcdinfo.so.0 also brings libcdio.so.0. So you # have both libcdio.so.0 and libcdio.so.1 that bring their symbols to the # global namespace. Hence, you have to incompatible versions of the # cdio_open function in the name space. When foobar calls cdio_open, it # may choose the wrong function, and segfaults... # With versioned symbols, the cdio_open function from libcdio.so.0 may be # known as (something that looks like) cdio_open@@CDIO_0. An the cdio_open # function from libcdio.so.1 as cdio_open@@CDIO_1. Both versions of # libcdio would still be brought in by the most recent foobar, but foobar # (and libvcdinfo) know which versioned function to use and then use the # good one. # This is some simple versioning where every symbol is versioned with # something that looks like the SONAME of the library. More complex (and # better) versioning is possible; it is for example what is used by glibc. # But good complex versioning is something that requires much more # work... # The below is a impliments symbol versioning. First of all, I # compute MAJOR as CURENT - AGE; that is what is used within libtool # (at least on GNU/Linux systems) for the number in the SONAME. The # nm command gives the list of symbols known in each of the object # files that will be part of the shared library. And the sed command # extracts from this list those symbols that will be shared. (This sed # command comes from libtool.) libcdio_la_MAJOR = $(shell expr $(libcdio_la_CURRENT) - $(libcdio_la_AGE)) @BUILD_VERSIONED_LIBS_FALSE@libcdio_la_LDFLAGS = $(libcdio_la_ldflags) @BUILD_VERSIONED_LIBS_TRUE@libcdio_la_LDFLAGS = $(libcdio_la_ldflags) -Wl,--version-script=libcdio.la.ver @BUILD_VERSIONED_LIBS_TRUE@libcdio_la_DEPENDENCIES = libcdio.la.ver MOSTLYCLEANFILES = libcdio.la.ver all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/driver/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign lib/driver/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } FreeBSD/$(am__dirstamp): @$(MKDIR_P) FreeBSD @: > FreeBSD/$(am__dirstamp) FreeBSD/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) FreeBSD/$(DEPDIR) @: > FreeBSD/$(DEPDIR)/$(am__dirstamp) FreeBSD/freebsd.lo: FreeBSD/$(am__dirstamp) \ FreeBSD/$(DEPDIR)/$(am__dirstamp) FreeBSD/freebsd_cam.lo: FreeBSD/$(am__dirstamp) \ FreeBSD/$(DEPDIR)/$(am__dirstamp) FreeBSD/freebsd_ioctl.lo: FreeBSD/$(am__dirstamp) \ FreeBSD/$(DEPDIR)/$(am__dirstamp) image/$(am__dirstamp): @$(MKDIR_P) image @: > image/$(am__dirstamp) image/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) image/$(DEPDIR) @: > image/$(DEPDIR)/$(am__dirstamp) image/bincue.lo: image/$(am__dirstamp) image/$(DEPDIR)/$(am__dirstamp) image/cdrdao.lo: image/$(am__dirstamp) image/$(DEPDIR)/$(am__dirstamp) image/nrg.lo: image/$(am__dirstamp) image/$(DEPDIR)/$(am__dirstamp) mmc/$(am__dirstamp): @$(MKDIR_P) mmc @: > mmc/$(am__dirstamp) mmc/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) mmc/$(DEPDIR) @: > mmc/$(DEPDIR)/$(am__dirstamp) mmc/mmc.lo: mmc/$(am__dirstamp) mmc/$(DEPDIR)/$(am__dirstamp) mmc/mmc_hl_cmds.lo: mmc/$(am__dirstamp) mmc/$(DEPDIR)/$(am__dirstamp) mmc/mmc_ll_cmds.lo: mmc/$(am__dirstamp) mmc/$(DEPDIR)/$(am__dirstamp) mmc/mmc_util.lo: mmc/$(am__dirstamp) mmc/$(DEPDIR)/$(am__dirstamp) MSWindows/$(am__dirstamp): @$(MKDIR_P) MSWindows @: > MSWindows/$(am__dirstamp) MSWindows/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) MSWindows/$(DEPDIR) @: > MSWindows/$(DEPDIR)/$(am__dirstamp) MSWindows/aspi32.lo: MSWindows/$(am__dirstamp) \ MSWindows/$(DEPDIR)/$(am__dirstamp) MSWindows/win32_ioctl.lo: MSWindows/$(am__dirstamp) \ MSWindows/$(DEPDIR)/$(am__dirstamp) MSWindows/win32.lo: MSWindows/$(am__dirstamp) \ MSWindows/$(DEPDIR)/$(am__dirstamp) libcdio.la: $(libcdio_la_OBJECTS) $(libcdio_la_DEPENDENCIES) $(EXTRA_libcdio_la_DEPENDENCIES) $(AM_V_CCLD)$(libcdio_la_LINK) -rpath $(libdir) $(libcdio_la_OBJECTS) $(libcdio_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f FreeBSD/*.$(OBJEXT) -rm -f FreeBSD/*.lo -rm -f MSWindows/*.$(OBJEXT) -rm -f MSWindows/*.lo -rm -f image/*.$(OBJEXT) -rm -f image/*.lo -rm -f mmc/*.$(OBJEXT) -rm -f mmc/*.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_generic.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_stdio.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_cdio_stream.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abs_path.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd_types.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdio.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdtext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ds.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnu_linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image_common.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netbsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realpath.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sector.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solaris.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@FreeBSD/$(DEPDIR)/freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@FreeBSD/$(DEPDIR)/freebsd_cam.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@FreeBSD/$(DEPDIR)/freebsd_ioctl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@MSWindows/$(DEPDIR)/aspi32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@MSWindows/$(DEPDIR)/win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@MSWindows/$(DEPDIR)/win32_ioctl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@image/$(DEPDIR)/bincue.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@image/$(DEPDIR)/cdrdao.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@image/$(DEPDIR)/nrg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mmc/$(DEPDIR)/mmc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mmc/$(DEPDIR)/mmc_hl_cmds.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mmc/$(DEPDIR)/mmc_ll_cmds.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mmc/$(DEPDIR)/mmc_util.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf FreeBSD/.libs FreeBSD/_libs -rm -rf MSWindows/.libs MSWindows/_libs -rm -rf image/.libs image/_libs -rm -rf mmc/.libs mmc/_libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f FreeBSD/$(DEPDIR)/$(am__dirstamp) -rm -f FreeBSD/$(am__dirstamp) -rm -f MSWindows/$(DEPDIR)/$(am__dirstamp) -rm -f MSWindows/$(am__dirstamp) -rm -f image/$(DEPDIR)/$(am__dirstamp) -rm -f image/$(am__dirstamp) -rm -f mmc/$(DEPDIR)/$(am__dirstamp) -rm -f mmc/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) FreeBSD/$(DEPDIR) MSWindows/$(DEPDIR) image/$(DEPDIR) mmc/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) FreeBSD/$(DEPDIR) MSWindows/$(DEPDIR) image/$(DEPDIR) mmc/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES .PRECIOUS: Makefile @BUILD_VERSIONED_LIBS_TRUE@libcdio.la.ver: $(srcdir)/libcdio.sym @BUILD_VERSIONED_LIBS_TRUE@ @echo 'CDIO_$(libcdio_la_MAJOR) { ' > $@ @BUILD_VERSIONED_LIBS_TRUE@ @echo ' global:' >> $@ @BUILD_VERSIONED_LIBS_TRUE@ @sed 's/^/ /;s/$$/;/' $< >> $@ @BUILD_VERSIONED_LIBS_TRUE@ @echo ' local:' >> $@ @BUILD_VERSIONED_LIBS_TRUE@ @echo ' *;' >> $@ @BUILD_VERSIONED_LIBS_TRUE@ @echo '};' >> $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/lib/driver/cdtext.c0000664000175000017500000004746213217072760013563 00000000000000/* Copyright (C) 2004-2005, 2008, 2011, 2012, 2013 Rocky Bernstein toc reading routine adapted from cuetools Copyright (C) 2003 Svend Sanjay Sorensen This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include #include "cdtext_private.h" #include #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #define _CDTEXT_DBCC #define MAX_CDTEXT_GENRE_CODE 28 #define MAX_CDTEXT_LANGUAGE_CODE 127 const char *cdtext_field[MAX_CDTEXT_FIELDS] = { "TITLE", "PERFORMER", "SONGWRITER", "COMPOSER", "MESSAGE", "ARRANGER", "ISRC", "UPC_EAN", "GENRE", "DISC_ID", }; const char *cdtext_genre[MAX_CDTEXT_GENRE_CODE] = { "Not Used", "Not Defined", "Adult Contemporary", "Alternative Rock", "Childrens Music", "Classical", "Contemporary Christian", "Country", "Dance", "Easy Listening", "Erotic", "Folk", "Gospel", "Hip Hop", "Jazz", "Latin", "Musical", "New Age", "Opera", "Operetta", "Pop Music", "Rap", "Reggae", "Rock Music", "Rhythm & Blues", "Sound Effects", "Spoken Word", "World Music" }; const char *cdtext_language[MAX_CDTEXT_LANGUAGE_CODE] = { "Unknown", "Albanian", "Breton", "Catalan", "Croatian", "Welsh", "Czech", "Danish", "German", "English", "Spanish", "Esperanto", "Estonian", "Basque", "Faroese", "French", "Frisian", "Irish", "Gaelic", "Galician", "Icelandic", "Italian", "Lappish", "Latin", "Latvian", "Luxembourgian", "Lithuanian", "Hungarian", "Maltese", "Dutch", "Norwegian", "Occitan", "Polish", "Portuguese", "Romanian", "Romansh", "Serbian", "Slovak", "Slovenian", "Finnish", "Swedish", "Turkish", "Flemish", "Wallon", "Zulu", "Vietnamese", "Uzbek", "Urdu", "Ukrainian", "Thai", "Telugu", "Tatar", "Tamil", "Tadzhik", "Swahili", "SrananTongo", "Somali", "Sinhalese", "Shona", "Serbo-croat", "Ruthenian", "Russian", "Russian", "Quechua", "Pushtu", "Punjabi", "Persian", "Papamiento", "Oriya", "Nepali", "Ndebele", "Marathi", "Moldavian", "Malaysian", "Malagasay", "Macedonian", "Laotian", "Korean", "Khmer", "Kazakh", "Kannada", "Japanese", "Indonesian", "Hindi", "Hebrew", "Hausa", "Gurani", "Gujurati", "Greek", "Georgian", "Fulani", "Dari", "Churash", "Chinese", "Burmese", "Bulgarian", "Bengali", "Bielorussian", "Bambora", "Azerbaijani", "Assamese", "Armenian", "Arabic", "Amharic" }; /*! Return string representation of given field type. */ const char * cdtext_field2str(cdtext_field_t i) { if (i >= MAX_CDTEXT_FIELDS) return "INVALID"; else return cdtext_field[i]; } /*! Return string representation of the given genre code. */ const char * cdtext_genre2str(cdtext_genre_t i) { if (i >= MAX_CDTEXT_GENRE_CODE) return "INVALID"; else return cdtext_genre[i]; } /*! Return string representation of the given language code. */ const char * cdtext_lang2str(cdtext_lang_t i) { if (i >= MAX_CDTEXT_LANGUAGE_CODE) return "INVALID"; else return cdtext_language[i]; } /*! Free memory associated with the given cdtext_t object. @param p_cdtext the CD-TEXT object */ void cdtext_destroy(cdtext_t *p_cdtext) { cdtext_field_t k; track_t j; int i; if (!p_cdtext) return; for (i=0; iblock[i].track[j].field[k]) { free(p_cdtext->block[i].track[j].field[k]); p_cdtext->block[i].track[j].field[k] = NULL; } } } } free(p_cdtext); } /*! Returns a copy of the return value of cdtext_get_const or NULL. Must be freed using cdio_free() when done. @see cdtext_get_const */ char * cdtext_get(const cdtext_t *p_cdtext, cdtext_field_t field, track_t track) { const char *ret = cdtext_get_const(p_cdtext, field, track); if (NULL == ret) return NULL; else return strdup(ret); } /*! Returns value of the given field. NULL is returned if key is CDTEXT_INVALID or the field is not set. Strings are encoded in UTF-8. @param p_cdtext the CD-TEXT object @param field type of the field to return @param track specifies the track, 0 stands for disc */ const char * cdtext_get_const(const cdtext_t *p_cdtext, cdtext_field_t field, track_t track) { if (CDTEXT_FIELD_INVALID == field || NULL == p_cdtext || CDIO_CD_MAX_TRACKS < track) return NULL; return p_cdtext->block[p_cdtext->block_i].track[track].field[field]; } /*! Returns the discs genre code. @param p_cdtext the CD-TEXT object */ cdtext_genre_t cdtext_get_genre(const cdtext_t *p_cdtext) { if (NULL == p_cdtext) return CDTEXT_GENRE_UNUSED; return p_cdtext->block[p_cdtext->block_i].genre_code; } /*! Returns the currently active language. @param p_cdtext the CD-TEXT object */ cdtext_lang_t cdtext_get_language(const cdtext_t *p_cdtext) { if (NULL == p_cdtext) return CDTEXT_LANGUAGE_UNKNOWN; return p_cdtext->block[p_cdtext->block_i].language_code; } /*! Returns the first track number. @param p_cdtext the CD-TEXT object */ track_t cdtext_get_first_track(const cdtext_t *p_cdtext) { if (NULL == p_cdtext) return 0; return p_cdtext->block[p_cdtext->block_i].first_track; } /*! Returns the last track number. @param p_cdtext the CD-TEXT object */ track_t cdtext_get_last_track(const cdtext_t *p_cdtext) { if (NULL == p_cdtext) return 0; return p_cdtext->block[p_cdtext->block_i].last_track; } /* Returns a list of available languages or NULL. Internally the list is stored in a static array. @param p_cdtext the CD-TEXT object */ cdtext_lang_t *cdtext_list_languages(const cdtext_t *p_cdtext) { static cdtext_lang_t avail[CDTEXT_NUM_BLOCKS_MAX]; int i, j=0; if (NULL == p_cdtext) return NULL; for (i=0; iblock[i].language_code) avail[j++] = p_cdtext->block[i].language_code; } return avail; } /*! Try to select the given language. Select default language if specified is not available or invalid and return false. @param p_cdtext the CD-TEXT object @param language language identifier @return true on success, false if language is not available */ bool cdtext_select_language(cdtext_t *p_cdtext, cdtext_lang_t language) { if(NULL == p_cdtext) return false; if (CDTEXT_LANGUAGE_UNKNOWN != language) { int i; for (i=0; iblock[i].language_code) { p_cdtext->block_i = i; return true; } } } else { p_cdtext->block_i = 0; } return false; } /*! Initialize a new cdtext structure. When the structure is no longer needed, release the resources using cdtext_delete. */ cdtext_t *cdtext_init(void) { cdtext_field_t k; track_t j; int i; cdtext_t *p_cdtext; p_cdtext = (cdtext_t *) malloc(sizeof(struct cdtext_s)); for (i=0; iblock[i].track[j].field[k] = NULL; } } p_cdtext->block[i].genre_code = CDTEXT_GENRE_UNUSED; p_cdtext->block[i].language_code = CDTEXT_LANGUAGE_UNKNOWN; } p_cdtext->block_i = 0; return p_cdtext; } /*! Returns associated cdtext_field_t if field is a CD-TEXT keyword. Internal function. @param key key to test @return CDTEXT_INVALID if the given keyword is invalid */ cdtext_field_t cdtext_is_field (const char *key) { unsigned int i; for (i = 0; i < MAX_CDTEXT_FIELDS ; i++) if (0 == strcmp(cdtext_field[i], key)) { return i; } return CDTEXT_FIELD_INVALID; } /*! Returns associated cdtext_lang_t if argument is a supported language. Internal function. @param lang language to test @return CDTEXT_LANGUAGE_UNKNOWN if language is not supported */ cdtext_lang_t cdtext_is_language(const char *lang) { unsigned int i; for (i = 0; i < MAX_CDTEXT_LANGUAGE_CODE; i++) if (0 == strcmp(cdtext_language[i], lang)) { return i; } return CDTEXT_LANGUAGE_UNKNOWN; } /*! Sets the given field at the given track to the given value. Recodes to UTF-8 if charset is not NULL. @param p_cdtext the CD-TEXT object @param key field to set @param value value to set @param track track to work on @param charset charset to convert from */ void cdtext_set(cdtext_t *p_cdtext, cdtext_field_t key, const uint8_t *value, track_t track, const char *charset) { if (NULL == value || key == CDTEXT_FIELD_INVALID || CDIO_CD_MAX_TRACKS < track) return; /* free old memory */ if (p_cdtext->block[p_cdtext->block_i].track[track].field[key]) free(p_cdtext->block[p_cdtext->block_i].track[track].field[key]); /* recode to UTF-8 */ if (NULL != charset) { cdio_utf8_t *utf8_str = NULL; cdio_charset_to_utf8((const char*) value, strlen((const char*)value), &utf8_str, charset); p_cdtext->block[p_cdtext->block_i].track[track].field[key] = (char *)utf8_str; } else p_cdtext->block[p_cdtext->block_i].track[track].field[key] = strdup((const char *)value); } #define CDTEXT_COMPARE_CHAR(buf, c, db) ((buf)[0] == c && (! db || (buf)[1] == c) ) /*! Read a binary CD-TEXT and fill a cdtext struct. @param p_cdtext the CD-TEXT object @param wdata the data @param i_data size of wdata @returns 0 on success, non-zero on failure */ int cdtext_data_init(cdtext_t *p_cdtext, uint8_t *wdata, size_t i_data) { uint8_t *p_data; int j; uint8_t buffer[256]; uint8_t tab_buffer[256]; int i_buf = 0; int i_block; int i_seq = 0; int i; cdtext_blocksize_t blocksize; char *charset = NULL; uint8_t cur_track; memset( buffer, 0, sizeof(buffer) ); memset( tab_buffer, 0, sizeof(buffer) ); p_data = wdata; if (i_data < CDTEXT_LEN_PACK || 0 != i_data % CDTEXT_LEN_PACK) { cdio_warn("CD-Text size is too small or not a multiple of pack size"); return -1; } #if 0 for(i=0; i < i_data; i++) printf("%0x%c", wdata[i], ((i+1) % 18 == 0 ? '\n' : ' ')); #endif /* Iterate over blocks */ i_block = -1; while(i_data > 0) { cdtext_pack_t pack; cdtext_read_pack(&pack, p_data); if (i_block != pack.block || i_seq != pack.seq) { cdtext_pack_t tpack; i_block = pack.block; if (i_block >= CDTEXT_NUM_BLOCKS_MAX) { cdio_warn("CD-TEXT: Invalid blocknumber %d.\n", i_block); return -1; } p_cdtext->block_i = i_block; i_seq = 0; memset( &blocksize, 0, CDTEXT_LEN_BLOCKSIZE); /* first read block size information for sanity checks and encoding */ for(i=0; i <= i_data-CDTEXT_LEN_PACK; i+=CDTEXT_LEN_PACK) { if (p_data[i+0] == CDTEXT_PACK_BLOCKSIZE) { cdtext_read_pack(&tpack, p_data+i); switch (tpack.i_track) { case 0: blocksize.charcode = tpack.text[0]; blocksize.i_first_track = tpack.text[1]; blocksize.i_last_track = tpack.text[2]; blocksize.copyright = tpack.text[3]; blocksize.i_packs[0] = tpack.text[4]; blocksize.i_packs[1] = tpack.text[5]; blocksize.i_packs[2] = tpack.text[6]; blocksize.i_packs[3] = tpack.text[7]; blocksize.i_packs[4] = tpack.text[8]; blocksize.i_packs[5] = tpack.text[9]; blocksize.i_packs[6] = tpack.text[10]; blocksize.i_packs[7] = tpack.text[11]; break; case 1: blocksize.i_packs[8] = tpack.text[0]; blocksize.i_packs[9] = tpack.text[1]; blocksize.i_packs[10] = tpack.text[2]; blocksize.i_packs[11] = tpack.text[3]; blocksize.i_packs[12] = tpack.text[4]; blocksize.i_packs[13] = tpack.text[5]; blocksize.i_packs[14] = tpack.text[6]; blocksize.i_packs[15] = tpack.text[7]; blocksize.lastseq[0] = tpack.text[8]; blocksize.lastseq[1] = tpack.text[9]; blocksize.lastseq[2] = tpack.text[10]; blocksize.lastseq[3] = tpack.text[11]; break; case 2: blocksize.lastseq[4] = tpack.text[0]; blocksize.lastseq[5] = tpack.text[1]; blocksize.lastseq[6] = tpack.text[2]; blocksize.lastseq[7] = tpack.text[3]; blocksize.langcode[0] = tpack.text[4]; blocksize.langcode[1] = tpack.text[5]; blocksize.langcode[2] = tpack.text[6]; blocksize.langcode[3] = tpack.text[7]; blocksize.langcode[4] = tpack.text[8]; blocksize.langcode[5] = tpack.text[9]; blocksize.langcode[6] = tpack.text[10]; blocksize.langcode[7] = tpack.text[11]; break; } } } if(blocksize.i_packs[15] == 3) { /* if there were 3 BLOCKSIZE packs */ /* set copyright */ p_cdtext->block[i_block].copyright = (0x03 == (blocksize.copyright & 0x03)); /* set Language */ if(blocksize.langcode[i_block] <= 0x7f) p_cdtext->block[i_block].language_code = blocksize.langcode[i_block]; /* determine encoding */ switch (blocksize.charcode){ case CDTEXT_CHARCODE_ISO_8859_1: /* default */ charset = (char *) "ISO-8859-1"; break; case CDTEXT_CHARCODE_ASCII: charset = (char *) "ASCII"; break; case CDTEXT_CHARCODE_SHIFT_JIS: charset = (char *) "SHIFT_JIS"; break; } /* set track numbers */ p_cdtext->block[i_block].first_track = blocksize.i_first_track; p_cdtext->block[i_block].last_track = blocksize.i_last_track; } else { cdio_warn("CD-TEXT: No blocksize information available for block %d.\n", i_block); return -1; } } cdtext_read_pack(&pack, p_data); #ifndef _CDTEXT_DBCC if ( pack.db_chars ) { cdio_warn("CD-TEXT: Double-byte characters not supported"); return -1; } #endif cur_track = pack.i_track; /* read text packs first */ j = 0; switch (pack.type) { case CDTEXT_PACK_GENRE: /* If pack.text starts with an unprintable character, it is likely to be the genre_code. * While the specification requires the first GENRE pack to start with the 2 byte genre code, * it is not specific about the following ones. */ if (pack.text[0] <= 31) { j = 2; if (CDTEXT_GENRE_UNUSED == p_cdtext->block[i_block].genre_code) p_cdtext->block[i_block].genre_code = CDTEXT_GET_LEN16(pack.text); } case CDTEXT_PACK_TITLE: case CDTEXT_PACK_PERFORMER: case CDTEXT_PACK_SONGWRITER: case CDTEXT_PACK_COMPOSER: case CDTEXT_PACK_ARRANGER: case CDTEXT_PACK_MESSAGE: case CDTEXT_PACK_DISCID: case CDTEXT_PACK_UPC: while (j < CDTEXT_LEN_TEXTDATA) { /* not terminated */ if ( i_buf+2 >= sizeof(buffer)) { cdio_warn("CD-TEXT: Field too long."); return -1; } /* if the first character is a TAB, copy the buffer */ if ( i_buf == 0 && CDTEXT_COMPARE_CHAR(&pack.text[j], '\t', pack.db_chars)) { memcpy(tab_buffer, buffer, sizeof(tab_buffer)); } if ( ! CDTEXT_COMPARE_CHAR(&pack.text[j], '\0', pack.db_chars)) { buffer[i_buf++] = pack.text[j]; if(pack.db_chars) buffer[i_buf++] = pack.text[j+1]; } else if(i_buf > 0) { /* if end of string */ /* check if the buffer contains only the Tab Indicator */ if ( CDTEXT_COMPARE_CHAR(buffer, '\t', pack.db_chars) ) { if ( cur_track <= blocksize.i_first_track ) { cdio_warn("CD-TEXT: Invalid use of Tab Indicator."); return -1; } memcpy(buffer, tab_buffer, sizeof(buffer)); } else { buffer[i_buf++] = 0; if(pack.db_chars) buffer[i_buf++] = 0; } switch (pack.type) { case CDTEXT_PACK_TITLE: cdtext_set(p_cdtext, CDTEXT_FIELD_TITLE, buffer, cur_track, charset); break; case CDTEXT_PACK_PERFORMER: cdtext_set(p_cdtext, CDTEXT_FIELD_PERFORMER, buffer, cur_track, charset); break; case CDTEXT_PACK_SONGWRITER: cdtext_set(p_cdtext, CDTEXT_FIELD_SONGWRITER, buffer, cur_track, charset); break; case CDTEXT_PACK_COMPOSER: cdtext_set(p_cdtext, CDTEXT_FIELD_COMPOSER, buffer, cur_track, charset); break; case CDTEXT_PACK_ARRANGER: cdtext_set(p_cdtext, CDTEXT_FIELD_ARRANGER, buffer, cur_track, charset); break; case CDTEXT_PACK_MESSAGE: cdtext_set(p_cdtext, CDTEXT_FIELD_MESSAGE, buffer, cur_track, charset); break; case CDTEXT_PACK_DISCID: if (cur_track == 0) cdtext_set(p_cdtext, CDTEXT_FIELD_DISCID, buffer, cur_track, NULL); break; case CDTEXT_PACK_GENRE: cdtext_set(p_cdtext, CDTEXT_FIELD_GENRE, buffer, cur_track, "ASCII"); break; case CDTEXT_PACK_UPC: if (cur_track == 0) cdtext_set(p_cdtext, CDTEXT_FIELD_UPC_EAN, buffer, cur_track, "ASCII"); else cdtext_set(p_cdtext, CDTEXT_FIELD_ISRC, buffer, cur_track, "ISO-8859-1"); break; } i_buf = 0; ++cur_track; } if (pack.db_chars) j+=2; else j+=1; } break; } /* This would be the right place to parse TOC and TOC2 fields. */ i_seq++; i_data-=CDTEXT_LEN_PACK; p_data+=CDTEXT_LEN_PACK; } /* end of while loop */ p_cdtext->block_i = 0; return 0; } /*! Fills cdtext_pack_t with information read from p_data @param p_pack out @param p_data in */ int cdtext_read_pack(cdtext_pack_t *p_pack, const uint8_t *p_data) { p_pack->type = p_data[0]; p_pack->i_track = p_data[1]; p_pack->seq = p_data[2]; p_pack->char_pos = p_data[3] & 0x0F; p_pack->block = (p_data[3] >> 4) & 0x07; p_pack->db_chars = (p_data[3] >> 7) & 0x01; p_pack->text[0] = p_data[4]; p_pack->text[1] = p_data[5]; p_pack->text[2] = p_data[6]; p_pack->text[3] = p_data[7]; p_pack->text[4] = p_data[8]; p_pack->text[5] = p_data[9]; p_pack->text[6] = p_data[10]; p_pack->text[7] = p_data[11]; p_pack->text[8] = p_data[12]; p_pack->text[9] = p_data[13]; p_pack->text[10] = p_data[14]; p_pack->text[11] = p_data[15]; p_pack->crc[0] = p_data[16]; p_pack->crc[1] = p_data[17]; return 0; } libcdio-2.0.0/lib/driver/FreeBSD/0000775000175000017500000000000013222221717013373 500000000000000libcdio-2.0.0/lib/driver/FreeBSD/freebsd_cam.c0000644000175000017500000003353113204104700015704 00000000000000/* Copyright (C) 2004, 2005, 2008, 2009, 2010, 2012, 2016 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains FreeBSD-specific code and implements low-level control of the CD drive via SCSI emulation. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_FREEBSD_CDROM #include "freebsd.h" #include /* Default value in seconds we will wait for a command to complete. */ #define DEFAULT_TIMEOUT_MSECS 10000 /*! Run a SCSI MMC command. p_user_data internal CD structure. i_timeout_ms time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. i_cdb Size of p_cdb p_cdb CDB bytes. e_direction direction the transfer is to go. i_buf Size of buffer p_buf Buffer for data, both sending and receiving Return 0 if no error. */ int run_mmc_cmd_freebsd_cam( void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { _img_private_t *p_env = p_user_data; int i_status, sense_size; int direction = CAM_DEV_QFRZDIS | CAM_PASS_ERR_RECOVER; union ccb ccb; p_env->gen.scsi_mmc_sense_valid = 0; if (!p_env || !p_env->cam) return -2; memset(&ccb, 0, sizeof(ccb)); ccb.ccb_h.path_id = p_env->cam->path_id; ccb.ccb_h.target_id = p_env->cam->target_id; ccb.ccb_h.target_lun = p_env->cam->target_lun; ccb.ccb_h.timeout = i_timeout_ms; if (SCSI_MMC_DATA_NONE == e_direction) i_buf = 0; if (!i_buf) direction |= CAM_DIR_NONE; else direction |= (e_direction == SCSI_MMC_DATA_READ)?CAM_DIR_IN : CAM_DIR_OUT; memcpy(ccb.csio.cdb_io.cdb_bytes, p_cdb->field, i_cdb); ccb.csio.cdb_len = mmc_get_cmd_len(ccb.csio.cdb_io.cdb_bytes[0]); cam_fill_csio (&(ccb.csio), 1, NULL, direction | CAM_DEV_QFRZDIS, MSG_SIMPLE_Q_TAG, p_buf, i_buf, sizeof(ccb.csio.sense_data), ccb.csio.cdb_len, 30*1000); if (cam_send_ccb(p_env->cam, &ccb) < 0) { cdio_warn ("transport failed: %s", strerror(errno)); return -1; } if ((ccb.ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_CMP) { return 0; } /* Record SCSI sense reply for API call mmc_last_cmd_sense(). */ sense_size = ccb.csio.sense_len; if (sense_size > sizeof(p_env->gen.scsi_mmc_sense)) sense_size = sizeof(p_env->gen.scsi_mmc_sense); memcpy((void *) p_env->gen.scsi_mmc_sense, &ccb.csio.sense_data, sense_size); p_env->gen.scsi_mmc_sense_valid = sense_size; errno = EIO; i_status = ERRCODE(((unsigned char *)&ccb.csio.sense_data)); if (i_status == 0) i_status = -1; else CREAM_ON_ERRNO(((unsigned char *)&ccb.csio.sense_data)); /* There are many harmless or intentional reasons why to get an SCSI error condition. Higher levels should decide whether this is an incident or just a normal outcome. cdio_warn ("scsi error condition detected : 0x%X", i_status); */ return i_status; } bool init_freebsd_cam (_img_private_t *p_env) { char pass[100]; p_env->cam=NULL; memset (&p_env->ccb, 0, sizeof(p_env->ccb)); p_env->ccb.ccb_h.func_code = XPT_GDEVLIST; if (-1 == p_env->gen.fd) p_env->gen.fd = open (p_env->device, O_RDONLY, 0); if (p_env->gen.fd < 0) { cdio_warn ("open (%s): %s", p_env->device, strerror (errno)); return false; } if (ioctl(p_env->gen.fd, CDIOCALLOW) == -1) { cdio_warn("ioctl(fd, CDIOCALLOW) failed: %s\n", strerror(errno)); } if (ioctl (p_env->gen.fd, CAMGETPASSTHRU, &p_env->ccb) < 0) { cdio_warn ("open: %s", strerror (errno)); return false; } sprintf (pass,"/dev/%.15s%u", p_env->ccb.cgdl.periph_name, p_env->ccb.cgdl.unit_number); p_env->cam = cam_open_pass (pass,O_RDWR,NULL); if (!p_env->cam) return false; p_env->gen.init = true; p_env->b_cam_init = true; return true; } void free_freebsd_cam (void *user_data) { _img_private_t *p_env = user_data; if (NULL == p_env) return; if (p_env->gen.fd > 0) close (p_env->gen.fd); p_env->gen.fd = -1; if(p_env->cam) cam_close_device(p_env->cam); free (p_env); } driver_return_code_t read_mode2_sector_freebsd_cam (_img_private_t *p_env, void *data, lsn_t lsn, bool b_form2) { if ( b_form2 ) return read_mode2_sectors_freebsd_cam(p_env, data, lsn, 1); else { /* Need to pick out the data portion from a mode2 form2 frame */ char buf[M2RAW_SECTOR_SIZE] = { 0, }; int retval = read_mode2_sectors_freebsd_cam(p_env, buf, lsn, 1); if ( retval ) return retval; memcpy (((char *)data), buf + CDIO_CD_SUBHEADER_SIZE, CDIO_CD_FRAMESIZE); return DRIVER_OP_SUCCESS; } } /*! Reads nblocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ int read_mode2_sectors_freebsd_cam (_img_private_t *p_env, void *p_buf, lsn_t lsn, unsigned int nblocks) { mmc_cdb_t cdb = {{0, }}; bool b_read_10 = false; CDIO_MMC_SET_READ_LBA(cdb.field, lsn); if (b_read_10) { int retval; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_10); CDIO_MMC_SET_READ_LENGTH16(cdb.field, nblocks); if ((retval = mmc_set_blocksize (p_env->gen.cdio, M2RAW_SECTOR_SIZE))) return retval; if ((retval = run_mmc_cmd_freebsd_cam (p_env, 0, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, M2RAW_SECTOR_SIZE * nblocks, p_buf))) { mmc_set_blocksize (p_env->gen.cdio, CDIO_CD_FRAMESIZE); return retval; } return mmc_set_blocksize (p_env->gen.cdio, CDIO_CD_FRAMESIZE); } else { CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_CD); CDIO_MMC_SET_READ_LENGTH24(cdb.field, nblocks); cdb.field[1] = 0; /* sector size mode2 */ cdb.field[9] = 0x58; /* 2336 mode2 */ return run_mmc_cmd_freebsd_cam (p_env, 0, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, M2RAW_SECTOR_SIZE * nblocks, p_buf); } } /*! Eject media in CD-ROM drive. Return DRIVER_OP_SUCCESS if successful, DRIVER_OP_ERROR on error. */ driver_return_code_t eject_media_freebsd_cam (_img_private_t *p_env) { int i_status; mmc_cdb_t cdb = {{0, }}; uint8_t buf[1]; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_ALLOW_MEDIUM_REMOVAL); i_status = run_mmc_cmd_freebsd_cam (p_env, DEFAULT_TIMEOUT_MSECS, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_WRITE, 0, &buf); if (i_status) return i_status; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_START_STOP); cdb.field[4] = 1; i_status = run_mmc_cmd_freebsd_cam (p_env, DEFAULT_TIMEOUT_MSECS, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_WRITE, 0, &buf); if (i_status) return i_status; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_START_STOP); cdb.field[4] = 2; /* eject */ return run_mmc_cmd_freebsd_cam (p_env, DEFAULT_TIMEOUT_MSECS, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_WRITE, 0, &buf); } /* This is a CAM based device enumerator. Currently its only purpose is to eventually obtain the info needed for cdio_get_arg("scsi-tuple") */ /* Stemming from code in libburn/sg-freebsd.c , originally contributed by Alexander Nedotsukov , without copyright claim to libburn in October 2006. Contributed by libburn and adapted to libcdio without copyright claim in January 2010. */ struct burn_drive_enumeration_state { int fd; union ccb ccb; unsigned int i; int skip_device; }; typedef struct burn_drive_enumeration_state *burn_drive_enumerator_t; /* Some helper functions for scsi_give_next_adr() */ static int sg_init_enumerator(burn_drive_enumerator_t *idx_) { struct burn_drive_enumeration_state *idx; int bufsize; idx = malloc(sizeof(*idx)); if (idx == NULL) { cdio_warn("cannot malloc memory for CAM based drive enumerator"); return -1; } idx->skip_device = 0; if ((idx->fd = open(XPT_DEVICE, O_RDWR)) == -1) { cdio_warn("could not open %s (errno = %d \"%s\")", XPT_DEVICE, errno, strerror(errno)); free(idx); idx = NULL; return -1; } memset(&(idx->ccb), 0, sizeof(union ccb)); idx->ccb.ccb_h.path_id = CAM_XPT_PATH_ID; idx->ccb.ccb_h.target_id = CAM_TARGET_WILDCARD; idx->ccb.ccb_h.target_lun = CAM_LUN_WILDCARD; idx->ccb.ccb_h.func_code = XPT_DEV_MATCH; bufsize = sizeof(struct dev_match_result) * 100; idx->ccb.cdm.match_buf_len = bufsize; idx->ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize); if (idx->ccb.cdm.matches == NULL) { cdio_warn("cannot malloc memory for CAM enumerator matches"); close(idx->fd); free(idx); return -1; } idx->ccb.cdm.num_matches = 0; idx->i = idx->ccb.cdm.num_matches; /* to trigger buffer load */ /* * We fetch all nodes, since we display most of them in the default * case, and all in the verbose case. */ idx->ccb.cdm.num_patterns = 0; idx->ccb.cdm.pattern_buf_len = 0; *idx_ = idx; return 1; } static void sg_destroy_enumerator(burn_drive_enumerator_t *idx_) { struct burn_drive_enumeration_state *idx = *idx_; if(idx->fd != -1) close(idx->fd); free(idx->ccb.cdm.matches); free(idx); *idx_ = NULL; } static int sg_next_enumeration_buffer(burn_drive_enumerator_t *idx_) { struct burn_drive_enumeration_state *idx = *idx_; /* * We do the ioctl multiple times if necessary, in case there are * more than 100 nodes in the EDT. */ if (ioctl(idx->fd, CAMIOCOMMAND, &(idx->ccb)) == -1) { cdio_warn("error sending CAMIOCOMMAND ioctl, (errno = %d \"%s\")", errno, strerror(errno)); return -1; } if ((idx->ccb.ccb_h.status != CAM_REQ_CMP) || ((idx->ccb.cdm.status != CAM_DEV_MATCH_LAST) && (idx->ccb.cdm.status != CAM_DEV_MATCH_MORE))) { cdio_warn("got CAM error %#x, CDM error %d\n", idx->ccb.ccb_h.status, idx->ccb.cdm.status); return -1; } return 1; } /** Returns the next index object state and the next enumerated drive address. @param idx An opaque handle. Make no own theories about it. @param adr Takes the reply @param adr_size Gives maximum size of reply including final 0 @param initialize 1 = start new, 0 = continue, use no other values for now -1 = finish @return 1 = reply is a valid address , 0 = no further address available -1 = severe error (e.g. adr_size too small) */ /* This would be the public interface of the enumerator. In libcdio it is private for now. */ static int give_next_adr_freebsd_cam(burn_drive_enumerator_t *idx_, char adr[], int adr_size, int initialize) { struct burn_drive_enumeration_state *idx; int ret; if (initialize == 1) { ret = sg_init_enumerator(idx_); if (ret<=0) return ret; } else if (initialize == -1) { sg_destroy_enumerator(idx_); return 0; } idx = *idx_; do { if (idx->i >= idx->ccb.cdm.num_matches) { ret = sg_next_enumeration_buffer(idx_); if (ret<=0) return -1; idx->i = 0; } else (idx->i)++; while (idx->i < idx->ccb.cdm.num_matches) { switch (idx->ccb.cdm.matches[idx->i].type) { case DEV_MATCH_BUS: break; case DEV_MATCH_DEVICE: { struct device_match_result* result; result = &(idx->ccb.cdm.matches[idx->i].result.device_result); if (result->flags & DEV_RESULT_UNCONFIGURED) idx->skip_device = 1; else idx->skip_device = 0; break; } case DEV_MATCH_PERIPH: { struct periph_match_result* result; result = &(idx->ccb.cdm.matches[idx->i].result.periph_result); /* A specialized CD drive enumerator would have to test for strcmp(result->periph_name, "cd") != 0 rather than strcmp(result->periph_name, "pass") == 0 */ if (idx->skip_device || strcmp(result->periph_name, "pass") == 0) break; ret = snprintf(adr, adr_size, "/dev/%s%d", result->periph_name, result->unit_number); if(ret >= adr_size) return -1; /* Found next enumerable address */ return 1; } default: /* fprintf(stderr, "unknown match type\n"); */ break; } (idx->i)++; } } while ((idx->ccb.ccb_h.status == CAM_REQ_CMP) && (idx->ccb.cdm.status == CAM_DEV_MATCH_MORE)); return 0; } /** Try to obtain SCSI address tuple of path. @return 1 is success , 0 is failure */ int obtain_scsi_adr_freebsd_cam(char *path, int *bus_no, int *host_no, int *channel_no, int *target_no, int *lun_no) { burn_drive_enumerator_t idx; int ret; char buf[64]; struct periph_match_result* result; ret = sg_init_enumerator(&idx); if (ret <= 0) return 0; while(1) { ret = give_next_adr_freebsd_cam(&idx, buf, sizeof(buf), 0); if (ret <= 0) break; if (strcmp(path, buf) == 0) { result = &(idx->ccb.cdm.matches[idx->i].result.periph_result); *bus_no = result->path_id; *host_no = result->path_id; *channel_no = 0; *target_no = result->target_id; *lun_no = result->target_lun; sg_destroy_enumerator(&idx); return 1; } } sg_destroy_enumerator(&idx); return (0); } #endif /* HAVE_FREEBSD_CDROM */ libcdio-2.0.0/lib/driver/FreeBSD/freebsd.h0000664000175000017500000001476013217072760015114 00000000000000/* Copyright (C) 2003, 2004, 2008, 2010, 2012, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains FreeBSD-specific code and implements low-level control of the CD drive. Culled initially I think from xine's or mplayer's FreeBSD code with lots of modifications. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include "cdio_assert.h" #include "cdio_private.h" /*! For ioctl access /dev/acd0c is preferred over /dev/cd0c. For cam access /dev/cd0c is preferred. DEFAULT_CDIO_DEVICE and DEFAULT_FREEBSD_AM should be consistent. */ #ifndef DEFAULT_CDIO_DEVICE #define DEFAULT_CDIO_DEVICE "/dev/cd0c" #endif #ifndef DEFAULT_FREEBSD_AM #define DEFAULT_FREEBSD_AM _AM_CAM #endif #include #ifdef HAVE_FREEBSD_CDROM #include #include #include #include #include #ifdef HAVE_SYS_CDIO_H # include #endif #ifndef CDIOCREADAUDIO struct ioc_read_audio { u_char address_format; union msf_lba address; int nframes; u_char* buffer; }; #define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio) #endif #include #include #include #include #include /* for __FreeBSD_version */ #if (__FreeBSD_version < 500000) && (__FreeBSD_kernel_version < 500000) #define DEVICE_POSTFIX "c" #else #define DEVICE_POSTFIX "" #endif #define HAVE_FREEBSD_CAM #ifdef HAVE_FREEBSD_CAM #include #include #include #include #define ERRCODE(s) ((((s)[2]&0x0F)<<16)|((s)[12]<<8)|((s)[13])) #define EMEDIUMTYPE EINVAL #define ENOMEDIUM ENODEV #define CREAM_ON_ERRNO(s) do { \ switch ((s)[12]) \ { case 0x04: errno=EAGAIN; break; \ case 0x20: errno=ENODEV; break; \ case 0x21: if ((s)[13]==0) errno=ENOSPC; \ else errno=EINVAL; \ break; \ case 0x30: errno=EMEDIUMTYPE; break; \ case 0x3A: errno=ENOMEDIUM; break; \ } \ } while(0) #endif /*HAVE_FREEBSD_CAM*/ #include #define TOTAL_TRACKS ( p_env->tochdr.ending_track \ - p_env->tochdr.starting_track + 1) #define FIRST_TRACK_NUM (p_env->tochdr.starting_track) typedef enum { _AM_NONE, _AM_IOCTL, _AM_CAM, _AM_MMC_RDWR, _AM_MMC_RDWR_EXCL, } access_mode_t; typedef struct { /* Things common to all drivers like this. This must be first. */ generic_img_private_t gen; #ifdef HAVE_FREEBSD_CAM char *device; struct cam_device *cam; union ccb ccb; #endif access_mode_t access_mode; bool b_ioctl_init; bool b_cam_init; /* Track information */ struct ioc_toc_header tochdr; /* Entry info for each track. Add 1 for leadout. */ struct ioc_read_toc_single_entry tocent[CDIO_CD_MAX_TRACKS+1]; } _img_private_t; bool cdio_is_cdrom_freebsd_ioctl(char *drive, char *mnttype); track_format_t get_track_format_freebsd_ioctl(const _img_private_t *env, track_t i_track); bool get_track_green_freebsd_ioctl(const _img_private_t *env, track_t i_track); driver_return_code_t eject_media_freebsd_ioctl (_img_private_t *p_env); driver_return_code_t eject_media_freebsd_cam (_img_private_t *p_env); void get_drive_cap_freebsd_cam (const _img_private_t *p_env, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap); int get_media_changed_freebsd (const void *p_user_data); char *get_mcn_freebsd_ioctl (const _img_private_t *p_env); void free_freebsd_cam (void *obj); /*! Using the ioctl method, r nblocks of audio sectors from cd device into data starting from lsn. Returns 0 if no error. */ int read_audio_sectors_freebsd_ioctl (_img_private_t *env, void *data, lsn_t lsn, unsigned int nblocks); /*! Using the CAM method, reads nblocks of mode2 sectors from cd device using into data starting from lsn. Returns 0 if no error. */ int read_mode2_sector_freebsd_cam (_img_private_t *env, void *data, lsn_t lsn, bool b_form2); /*! Using the ioctl method, reads nblocks of mode2 sectors from cd device using into data starting from lsn. Returns 0 if no error. */ int read_mode2_sector_freebsd_ioctl (_img_private_t *env, void *data, lsn_t lsn, bool b_form2); /*! Using the CAM method, reads nblocks of mode2 form2 sectors from cd device using into data starting from lsn. Returns 0 if no error. Note: if you want form1 sectors, the caller has to pick out the appropriate piece. */ int read_mode2_sectors_freebsd_cam (_img_private_t *env, void *buf, lsn_t lsn, unsigned int nblocks); bool read_toc_freebsd_ioctl (_img_private_t *env); /*! Run a SCSI MMC command. p_user_data internal CD structure. i_timeout time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. i_cdb Size of p_cdb p_cdb CDB bytes. e_direction direction the transfer is to go. i_buf Size of buffer p_buf Buffer for data, both sending and receiving Return 0 if no error. */ int run_mmc_cmd_freebsd_cam( void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ); /*! Return the size of the CD in logical block address (LBA) units. */ lsn_t get_disc_last_lsn_freebsd_ioctl (_img_private_t *_obj); bool init_freebsd_cam (_img_private_t *env); void free_freebsd_cam (void *user_data); /** Try to obtain SCSI address tuple of path. @return 1 is success , 0 is failure */ int obtain_scsi_adr_freebsd_cam(char *path, int *bus_no, int *host_no, int *channel_no, int *target_no, int *lun_no); #endif /*HAVE_FREEBSD_CDROM*/ libcdio-2.0.0/lib/driver/FreeBSD/freebsd_ioctl.c0000644000175000017500000001763513204104700016265 00000000000000/* Copyright (C) 2003, 2004, 2005, 2008, 2013, 2016 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains FreeBSD-specific code and implements low-level control of the CD drive. Culled initially I think from xine's or mplayer's FreeBSD code with lots of modifications. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_FREEBSD_CDROM #include "freebsd.h" /* Check a drive to see if it is a CD-ROM Return 1 if a CD-ROM. 0 if it exists but isn't a CD-ROM drive and -1 if no device exists . */ bool cdio_is_cdrom_freebsd_ioctl(char *drive, char *mnttype) { bool is_cd=false; int cdfd; struct ioc_toc_header tochdr; /* If it doesn't exist, return -1 */ if ( !cdio_is_device_quiet_generic(drive) ) { return(false); } /* ts 13 Jan 2009 The ioctl below seems to be of little significance if one does not insist in readable media. Various of its failures are not caused by not being a CD drive but by unreadable media situations. A burn program must handle these situations rather than refusing to see the drive. */ return(true); #ifndef Libcdio_on_freeBSD_unsuitable_code /* If it does exist, verify that it's an available CD-ROM */ cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0); /* Should we want to test the condition in more detail: ENOENT is the error for /dev/xxxxx does not exist; ENODEV means there's no drive present. */ if ( cdfd >= 0 ) { int ret; ret = ioctl(cdfd, CDIOREADTOCHEADER, &tochdr); /* fprintf(stderr, "libcdio_DEBUG: ioctl(\"%s\", (O_RDONLY|O_EXCL|O_NONBLOCK) = %d (errno= %d)\n", drive, ret, errno); */ if ( ret != -1 ) { is_cd = true; } else if ( errno == ENXIO ) { /* Device not configured */ /* ts 9 Jan 2010 , FreeBSD 8.0 This error is issued with CAM device cd0 if no media is loaded. */ is_cd = true; } else if ( errno == EIO ) { /* I/O error */ /* ts 9 Jan 2010 , FreeBSD 8.0 This error is issued with ATAPI device acd0 if no media is loaded. */ is_cd = true; } else if ( errno == EINVAL ) { /* Invalid argument */ /* ts 13 Jan 2010 , FreeBSD 8.0 This error is issued with USB device cd1 if a blank CD-RW is loaded. */ is_cd = true; } close(cdfd); } else if ( mnttype && (strcmp(mnttype, "iso9660") == 0) ) { /* Even if we can't read it, it might be mounted */ is_cd = true; } return(is_cd); #endif /* Libcdio_on_freeBSD_unsuitable_codE */ } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ int read_audio_sectors_freebsd_ioctl (_img_private_t *_obj, void *data, lsn_t lsn, unsigned int nblocks) { int bsize = CDIO_CD_FRAMESIZE_RAW; /* set block size */ if (ioctl(_obj->gen.fd, CDRIOCSETBLOCKSIZE, &bsize) == -1) return 1; /* read a frame */ if (pread(_obj->gen.fd, data, nblocks*bsize, lsn*bsize) != nblocks*bsize) { perror("read_audio_sectors_freebsd_ioctl"); return 1; } return 0; } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ int read_mode2_sector_freebsd_ioctl (_img_private_t *p_env, void *data, lsn_t lsn, bool b_form2) { char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; int retval; if ( !b_form2 ) return cdio_generic_read_form1_sector (p_env, buf, lsn); if ( (retval = read_audio_sectors_freebsd_ioctl (p_env, buf, lsn, 1)) ) return retval; memcpy (data, buf + CDIO_CD_XA_SYNC_HEADER, M2RAW_SECTOR_SIZE); return 0; } /*! Return the size of the CD in logical block address (LBA) units. */ lsn_t get_disc_last_lsn_freebsd_ioctl (_img_private_t *p_obj) { struct ioc_read_toc_single_entry tocent; uint32_t size; tocent.track = CDIO_CDROM_LEADOUT_TRACK; tocent.address_format = CDIO_CDROM_LBA; if (ioctl (p_obj->gen.fd, CDIOREADTOCENTRY, &tocent) == -1) { perror ("ioctl(CDROMREADTOCENTRY)"); exit (EXIT_FAILURE); } size = tocent.entry.addr.lba; return size; } /*! Eject media in CD-ROM drive. Return DRIVER_OP_SUCCESS if successful, DRIVER_OP_ERROR on error. */ driver_return_code_t eject_media_freebsd_ioctl (_img_private_t *p_env) { _img_private_t *p_obj = p_env; int ret=DRIVER_OP_ERROR; if (ioctl(p_obj->gen.fd, CDIOCALLOW) == -1) { cdio_warn("ioctl(fd, CDIOCALLOW) failed: %s\n", strerror(errno)); } else if (ioctl(p_obj->gen.fd, CDIOCEJECT) == -1) { cdio_warn("ioctl(CDIOCEJECT) failed: %s\n", strerror(errno)); } else { ret=DRIVER_OP_SUCCESS;; } return ret; } /*! Return the media catalog number MCN. Note: string is malloc'd so caller should free() then returned string when done with it. FIXME: This is just a guess. */ char * get_mcn_freebsd_ioctl (const _img_private_t *p_env) { struct ioc_read_subchannel subchannel; struct cd_sub_channel_info subchannel_info; subchannel.address_format = CDIO_CDROM_MSF; subchannel.data_format = CDIO_SUBCHANNEL_MEDIA_CATALOG; subchannel.track = 0; subchannel.data_len = sizeof(subchannel_info); subchannel.data = &subchannel_info; if(ioctl(p_env->gen.fd, CDIOCREADSUBCHANNEL, &subchannel) < 0) { perror("CDIOCREADSUBCHANNEL"); return NULL; } /* Probably need a loop over tracks rather than give up if we can't find in track 0. */ if (subchannel_info.what.media_catalog.mc_valid) return strdup((char *)subchannel_info.what.media_catalog.mc_number); else return NULL; } /*! Get format of track. FIXME: We're just guessing this from the GNU/Linux code. */ track_format_t get_track_format_freebsd_ioctl(const _img_private_t *p_env, track_t i_track) { struct ioc_read_subchannel subchannel; struct cd_sub_channel_info subchannel_info; subchannel.address_format = CDIO_CDROM_LBA; subchannel.data_format = CDIO_SUBCHANNEL_CURRENT_POSITION; subchannel.track = i_track; subchannel.data_len = 1; subchannel.data = &subchannel_info; if(ioctl(p_env->gen.fd, CDIOCREADSUBCHANNEL, &subchannel) < 0) { perror("CDIOCREADSUBCHANNEL"); return 1; } if (subchannel_info.what.position.control == 0x04) { if (subchannel_info.what.position.data_format == 0x10) return TRACK_FORMAT_CDI; else if (subchannel_info.what.position.data_format == 0x20) return TRACK_FORMAT_XA; else return TRACK_FORMAT_DATA; } else return TRACK_FORMAT_AUDIO; } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ bool get_track_green_freebsd_ioctl(const _img_private_t *p_env, track_t i_track) { struct ioc_read_subchannel subchannel; struct cd_sub_channel_info subchannel_info; subchannel.address_format = CDIO_CDROM_LBA; subchannel.data_format = CDIO_SUBCHANNEL_CURRENT_POSITION; subchannel.track = i_track; subchannel.data_len = 1; subchannel.data = &subchannel_info; if(ioctl(p_env->gen.fd, CDIOCREADSUBCHANNEL, &subchannel) < 0) { perror("CDIOCREADSUBCHANNEL"); return 1; } /* FIXME: Dunno if this is the right way, but it's what I was using in cdinfo for a while. */ return (subchannel_info.what.position.control & 2) != 0; } #endif /* HAVE_FREEBSD_CDROM */ libcdio-2.0.0/lib/driver/FreeBSD/Makefile0000644000175000017500000000155311114145233014751 00000000000000# $Id: Makefile,v 1.2 2008/04/21 18:30:19 karl Exp $ # # Copyright (C) 2004, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # The make is done above. This boilerplate Makefile just transfers the call all install check clean: cd .. && $(MAKE) $@ libcdio-2.0.0/lib/driver/FreeBSD/freebsd.c0000664000175000017500000010347013217072760015104 00000000000000/* Copyright (C) 2003, 2004-2005, 2008-2011, 2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains FreeBSD-specific code and implements low-level control of the CD drive. Culled initially I think from xine's or mplayer's FreeBSD code with lots of modifications. */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include "freebsd.h" #ifdef HAVE_FREEBSD_CDROM #ifdef HAVE_SYS_PARAM_H #include #endif #include /* For freebsd_dev_lock() */ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef _HAVE_SYS_STAT_H # include #endif #ifdef HAVE_FCNTL_H # include #endif #include static lba_t get_track_lba_freebsd(void *p_user_data, track_t i_track); static access_mode_t str_to_access_mode_freebsd(const char *psz_access_mode) { const access_mode_t default_access_mode = DEFAULT_FREEBSD_AM; if (NULL==psz_access_mode) return default_access_mode; if (!strcmp(psz_access_mode, "ioctl")) return _AM_IOCTL; else if (!strcmp(psz_access_mode, "CAM")) return _AM_CAM; else if (!strcmp(psz_access_mode, "MMC_RDWR")) return _AM_MMC_RDWR; else if (!strcmp(psz_access_mode, "MMC_RDWR_EXCL")) return _AM_MMC_RDWR_EXCL; else { cdio_warn ("unknown access type: %s. Default used.", psz_access_mode); return default_access_mode; } } static void free_freebsd (void *p_obj) { _img_private_t *p_env = p_obj; if (NULL == p_env) return; if (NULL != p_env->device) free(p_env->device); switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: free_freebsd_cam(p_env); break; case _AM_IOCTL: cdio_generic_free(p_obj); break; case _AM_NONE: break; } } /* Check a drive to see if it is a CD-ROM Return 1 if a CD-ROM. 0 if it exists but isn't a CD-ROM drive and -1 if no device exists . */ static bool cdio_is_cdrom(char *drive, char *mnttype) { return cdio_is_cdrom_freebsd_ioctl(drive, mnttype); } /*! Reads i_blocks of audio sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t read_audio_sectors_freebsd (void *p_user_data, void *p_buf, lsn_t i_lsn, unsigned int i_blocks) { _img_private_t *p_env = p_user_data; switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: return mmc_read_sectors( p_env->gen.cdio, p_buf, i_lsn, CDIO_MMC_READ_TYPE_CDDA, i_blocks); case _AM_IOCTL: return read_audio_sectors_freebsd_ioctl(p_user_data, p_buf, i_lsn, i_blocks); case _AM_NONE: cdio_info ("access mode not set"); return DRIVER_OP_ERROR; } return DRIVER_OP_ERROR; } /*! Reads a single mode2 sector from cd device into data starting from i_lsn. Returns 0 if no error. */ static driver_return_code_t read_mode2_sector_freebsd (void *p_user_data, void *data, lsn_t i_lsn, bool b_form2) { _img_private_t *p_env = p_user_data; switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: return read_mode2_sector_freebsd_cam(p_env, data, i_lsn, b_form2); case _AM_IOCTL: return read_mode2_sector_freebsd_ioctl(p_env, data, i_lsn, b_form2); case _AM_NONE: cdio_info ("access mode not set"); return DRIVER_OP_ERROR; } return DRIVER_OP_ERROR; } /*! Reads i_blocks of mode2 sectors from cd device into data starting from lsn. */ static driver_return_code_t read_mode2_sectors_freebsd (void *p_user_data, void *p_data, lsn_t i_lsn, bool b_form2, unsigned int i_blocks) { _img_private_t *p_env = p_user_data; if ( (p_env->access_mode == _AM_CAM || p_env->access_mode == _AM_MMC_RDWR || p_env->access_mode == _AM_MMC_RDWR_EXCL) && b_form2 ) { /* We have a routine that covers this case without looping. */ return read_mode2_sectors_freebsd_cam(p_env, p_data, i_lsn, i_blocks); } else { unsigned int i; uint16_t i_blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; /* For each frame, pick out the data part we need */ for (i = 0; i < i_blocks; i++) { int retval = read_mode2_sector_freebsd (p_env, ((char *)p_data) + (i_blocksize * i), i_lsn + i, b_form2); if (retval) return retval; } } return DRIVER_OP_SUCCESS; } /*! Return the size of the CD in logical block address (LBA) units. @return the lsn. On error return CDIO_INVALID_LSN. */ static lsn_t get_disc_last_lsn_freebsd (void *p_obj) { _img_private_t *p_env = p_obj; if (!p_env) return CDIO_INVALID_LSN; switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: return get_disc_last_lsn_mmc(p_env); case _AM_IOCTL: return get_disc_last_lsn_freebsd_ioctl(p_env); case _AM_NONE: cdio_info ("access mode not set"); return DRIVER_OP_ERROR; } return DRIVER_OP_ERROR; } /*! Set the arg "key" with "value" in the source device. Currently "source" and "access-mode" are valid keys. "source" sets the source device in I/O operations "access-mode" sets the the method of CD access DRIVER_OP_SUCCESS is returned if no error was found, and nonzero if there as an error. */ static driver_return_code_t set_arg_freebsd (void *p_user_data, const char key[], const char value[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { if (!value) return DRIVER_OP_ERROR; free (p_env->gen.source_name); p_env->gen.source_name = strdup (value); } else if (!strcmp (key, "access-mode")) { p_env->access_mode = str_to_access_mode_freebsd(value); if (p_env->access_mode == _AM_CAM && !p_env->b_cam_init) return init_freebsd_cam(p_env) ? DRIVER_OP_SUCCESS : DRIVER_OP_ERROR; } else return DRIVER_OP_ERROR; return DRIVER_OP_SUCCESS; } /* Set CD-ROM drive speed */ static int set_speed_freebsd (void *p_user_data, int i_speed) { const _img_private_t *p_env = p_user_data; if (!p_env) return -1; #ifdef CDRIOCREADSPEED i_speed *= 177; return ioctl(p_env->gen.fd, CDRIOCREADSPEED, &i_speed); #else return -2; #endif } /*! Read and cache the CD's Track Table of Contents and track info. Return false if unsuccessful; */ static bool read_toc_freebsd (void *p_user_data) { _img_private_t *p_env = p_user_data; track_t i, j; /* read TOC header */ if ( ioctl(p_env->gen.fd, CDIOREADTOCHEADER, &p_env->tochdr) == -1 ) { cdio_warn("error in ioctl(CDIOREADTOCHEADER): %s\n", strerror(errno)); return false; } p_env->gen.i_first_track = p_env->tochdr.starting_track; p_env->gen.i_tracks = p_env->tochdr.ending_track - p_env->gen.i_first_track + 1; j=0; for (i=p_env->gen.i_first_track; i<=p_env->gen.i_tracks; i++, j++) { struct ioc_read_toc_single_entry *p_toc = &(p_env->tocent[i-p_env->gen.i_first_track]); p_toc->track = i; p_toc->address_format = CD_LBA_FORMAT; if ( ioctl(p_env->gen.fd, CDIOREADTOCENTRY, p_toc) ) { cdio_warn("%s %d: %s\n", "error in ioctl CDROMREADTOCENTRY for track", i, strerror(errno)); return false; } set_track_flags(&(p_env->gen.track_flags[i]), p_toc->entry.control); } p_env->tocent[j].track = CDIO_CDROM_LEADOUT_TRACK; p_env->tocent[j].address_format = CD_LBA_FORMAT; if ( ioctl(p_env->gen.fd, CDIOREADTOCENTRY, &(p_env->tocent[j]) ) ){ cdio_warn("%s: %s\n", "error in ioctl CDROMREADTOCENTRY for leadout track", strerror(errno)); return false; } p_env->gen.toc_init = true; return true; } /*! Get the volume of an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_get_volume_freebsd (void *p_user_data, /*out*/ cdio_audio_volume_t *p_volume) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDIOCGETVOL, p_volume); } /*! Pause playing CD through analog output @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_pause_freebsd (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDIOCPAUSE); } /*! Playing starting at given MSF through analog output @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_play_msf_freebsd (void *p_user_data, msf_t *p_start_msf, msf_t *p_end_msf) { const _img_private_t *p_env = p_user_data; struct ioc_play_msf freebsd_play_msf; freebsd_play_msf.start_m = cdio_from_bcd8(p_start_msf->m); freebsd_play_msf.start_s = cdio_from_bcd8(p_start_msf->s); freebsd_play_msf.start_f = cdio_from_bcd8(p_start_msf->f); freebsd_play_msf.end_m = cdio_from_bcd8(p_end_msf->m); freebsd_play_msf.end_s = cdio_from_bcd8(p_end_msf->s); freebsd_play_msf.end_f = cdio_from_bcd8(p_end_msf->f); return ioctl(p_env->gen.fd, CDIOCPLAYMSF, &freebsd_play_msf); } /*! Playing CD through analog output at the desired track and index @param p_user_data the CD object to be acted upon. @param p_track_index location to start/end. */ static driver_return_code_t audio_play_track_index_freebsd (void *p_user_data, cdio_track_index_t *p_track_index) { const _img_private_t *p_env = p_user_data; msf_t start_msf; msf_t end_msf; struct ioc_play_msf freebsd_play_msf; lsn_t i_lsn = get_track_lba_freebsd(p_user_data, p_track_index->i_start_track); cdio_lsn_to_msf(i_lsn, &start_msf); i_lsn = get_track_lba_freebsd(p_user_data, p_track_index->i_end_track); cdio_lsn_to_msf(i_lsn, &end_msf); freebsd_play_msf.start_m = start_msf.m; freebsd_play_msf.start_s = start_msf.s; freebsd_play_msf.start_f = start_msf.f; freebsd_play_msf.end_m = end_msf.m; freebsd_play_msf.end_s = end_msf.s; freebsd_play_msf.end_f = end_msf.f; return ioctl(p_env->gen.fd, CDIOCPLAYMSF, &freebsd_play_msf); } /*! Read Audio Subchannel information @param p_user_data the CD object to be acted upon. @param p_subchannel returned information */ #if 1 static driver_return_code_t audio_read_subchannel_freebsd (void *p_user_data, /*out*/ cdio_subchannel_t *p_subchannel) { const _img_private_t *p_env = p_user_data; int i_rc; struct cd_sub_channel_info bsdinfo; struct ioc_read_subchannel read_subchannel; memset(& bsdinfo, 0, sizeof(struct cd_sub_channel_info)); read_subchannel.address_format = CD_MSF_FORMAT; read_subchannel.data_format = CD_CURRENT_POSITION; read_subchannel.track = 0; read_subchannel.data_len = sizeof(struct cd_sub_channel_info); read_subchannel.data = & bsdinfo; i_rc = ioctl(p_env->gen.fd, CDIOCREADSUBCHANNEL, &read_subchannel); if (0 == i_rc) { p_subchannel->audio_status = bsdinfo.header.audio_status; p_subchannel->address = bsdinfo.what.position.addr_type; p_subchannel->control = bsdinfo.what.position.control; p_subchannel->track = bsdinfo.what.position.track_number; p_subchannel->index = bsdinfo.what.position.index_number; p_subchannel->abs_addr.m = cdio_to_bcd8 (bsdinfo.what.position.absaddr.msf.minute); p_subchannel->abs_addr.s = cdio_to_bcd8 (bsdinfo.what.position.absaddr.msf.second); p_subchannel->abs_addr.f = cdio_to_bcd8 (bsdinfo.what.position.absaddr.msf.frame); p_subchannel->rel_addr.m = cdio_to_bcd8 (bsdinfo.what.position.reladdr.msf.minute); p_subchannel->rel_addr.s = cdio_to_bcd8 (bsdinfo.what.position.reladdr.msf.second); p_subchannel->rel_addr.f = cdio_to_bcd8 (bsdinfo.what.position.reladdr.msf.frame); } return i_rc; } #endif /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_resume_freebsd (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDIOCRESUME, 0); } /*! Set the volume of an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_set_volume_freebsd (void *p_user_data, cdio_audio_volume_t *p_volume) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDIOCSETVOL, p_volume); } /*! Eject media. Return 1 if successful, 0 otherwise. */ static int eject_media_freebsd (void *p_user_data) { _img_private_t *p_env = p_user_data; switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: return eject_media_freebsd_cam(p_env); case _AM_IOCTL: return eject_media_freebsd_ioctl(p_env); case _AM_NONE: cdio_info ("access mode not set"); return 0; } return 0; } /*! Stop playing an audio CD. @param p_user_data the CD object to be acted upon. */ static driver_return_code_t audio_stop_freebsd (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDIOCSTOP); } /*! Produce a text composed from the system SCSI address tuple according to habits of Linux 2.4 and 2.6 : "Bus,Host,Channel,Target,Lun" and store it in generic_img_private_t.scsi_tuple. Channel has no meaning on FreeBSD. Expect it to be 0. It is only in the text to avoid an unnecessary difference in format. Bus and Host will always be the same. To be accessed via cdio_get_arg("scsi-tuple-freebsd") or "scsi-tuple". For simplicity the FreeBSD driver also replies on "scsi-tuple-linux". Drivers which implement this code have to return 5 valid decimal numbers separated by comma, or empty text if no such numbers are available. @return 1=success , 0=failure */ static int set_scsi_tuple_freebsd(_img_private_t *env) { int bus_no = -1, host_no = -1, channel_no = -1, target_no = -1, lun_no = -1; int ret; char tuple[160]; ret = obtain_scsi_adr_freebsd_cam(env->gen.source_name, &bus_no, &host_no, &channel_no, &target_no, &lun_no); if (ret != 1) return 0; if (env->gen.scsi_tuple != NULL) free (env->gen.scsi_tuple); env->gen.scsi_tuple = NULL; if (bus_no < 0 || host_no < 0 || channel_no < 0 || target_no < 0 || lun_no < 0) { env->gen.scsi_tuple = strdup(""); return 0; } sprintf(tuple, "%d,%d,%d,%d,%d", bus_no, host_no, channel_no, target_no, lun_no); env->gen.scsi_tuple = strdup(tuple); return 1; } static bool is_mmc_supported(void *user_data) { _img_private_t *env = user_data; switch (env->access_mode) { case _AM_IOCTL: case _AM_NONE: return false; case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: return true; } /* Not reached. */ return false; } /*! Return the value associated with the key "arg". */ static const char * get_arg_freebsd (void *user_data, const char key[]) { _img_private_t *env = user_data; if (!strcmp (key, "source")) { return env->gen.source_name; } else if (!strcmp (key, "access-mode")) { switch (env->access_mode) { case _AM_IOCTL: return "ioctl"; case _AM_CAM: return "CAM"; case _AM_MMC_RDWR: return "MMC_RDWR"; case _AM_MMC_RDWR_EXCL: return "MMC_RDWR_EXCL"; case _AM_NONE: return "no access method"; } } else if (strcmp (key, "scsi-tuple") == 0) { if (env->gen.scsi_tuple == NULL) set_scsi_tuple_freebsd(env); return env->gen.scsi_tuple; } else if (!strcmp (key, "mmc-supported?")) { return is_mmc_supported(user_data) ? "true" : "false"; } return NULL; } /*! Return the media catalog number MCN. Note: string is malloc'd so caller should free() then returned string when done with it. FIXME: This is just a guess. */ static char * get_mcn_freebsd (const void *p_user_data) { const _img_private_t *p_env = p_user_data; switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: return mmc_get_mcn(p_env->gen.cdio); case _AM_IOCTL: return mmc_get_mcn(p_env->gen.cdio); case _AM_NONE: cdio_info ("access mode not set"); return NULL; } return NULL; } /*! Return the international standard recording code ISRC. Note: string is malloc'd so caller should free() then returned string when done with it. */ static char * get_track_isrc_freebsd (const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: return mmc_get_track_isrc(p_env->gen.cdio, i_track); case _AM_IOCTL: return mmc_get_track_isrc(p_env->gen.cdio, i_track); case _AM_NONE: cdio_info ("access mode not set"); return NULL; } return NULL; } static void get_drive_cap_freebsd (const void *p_user_data, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap) { const _img_private_t *p_env = p_user_data; switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: get_drive_cap_mmc (p_user_data, p_read_cap, p_write_cap, p_misc_cap); case _AM_IOCTL: cdio_info ("get_drive_cap not supported in ioctl access mode"); return; case _AM_NONE: cdio_info ("access mode not set"); return; } } /*! Run a SCSI MMC command. p_user_data internal CD structure. i_timeout_ms time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. i_cdb Size of p_cdb p_cdb CDB bytes. e_direction direction the transfer is to go. i_buf Size of buffer p_buf Buffer for data, both sending and receiving */ static driver_return_code_t run_mmc_cmd_freebsd( void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { const _img_private_t *p_env = p_user_data; int ret; switch (p_env->access_mode) { case _AM_CAM: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: ret = run_mmc_cmd_freebsd_cam( p_user_data, i_timeout_ms, i_cdb, p_cdb, e_direction, i_buf, p_buf ); if (ret != 0) return DRIVER_OP_ERROR; return 0; case _AM_IOCTL: return DRIVER_OP_UNSUPPORTED; case _AM_NONE: cdio_info ("access mode not set"); return DRIVER_OP_ERROR; } return DRIVER_OP_ERROR; } /*! Get format of track. FIXME: We're just guessing this from the GNU/Linux code. */ static track_format_t get_track_format_freebsd(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if (!p_env->gen.toc_init) read_toc_freebsd (p_user_data) ; if (i_track > TOTAL_TRACKS || i_track == 0) return TRACK_FORMAT_ERROR; i_track -= FIRST_TRACK_NUM; /* This is pretty much copied from the "badly broken" cdrom_count_tracks in linux/cdrom.c. */ if (p_env->tocent[i_track].entry.control & CDIO_CDROM_DATA_TRACK) { if (p_env->tocent[i_track].address_format == CDIO_CDROM_CDI_TRACK) return TRACK_FORMAT_CDI; else if (p_env->tocent[i_track].address_format == CDIO_CDROM_XA_TRACK) return TRACK_FORMAT_XA; else return TRACK_FORMAT_DATA; } else return TRACK_FORMAT_AUDIO; } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool get_track_green_freebsd(void *user_data, track_t i_track) { _img_private_t *p_env = user_data; if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = TOTAL_TRACKS+1; if (i_track > TOTAL_TRACKS+1 || i_track == 0) return false; /* FIXME: Dunno if this is the right way, but it's what I was using in cdinfo for a while. */ return ((p_env->tocent[i_track-FIRST_TRACK_NUM].entry.control & 2) != 0); } /*! Return the starting LSN track number i_track in obj. Track numbers start at 1. The "leadout" track is specified either by using i_track LEADOUT_TRACK or the total tracks+1. CDIO_INVALID_LBA is returned if there is no track entry. */ static lba_t get_track_lba_freebsd(void *user_data, track_t i_track) { _img_private_t *p_env = user_data; if (!p_env->gen.toc_init) read_toc_freebsd (p_env) ; if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = TOTAL_TRACKS+1; if (i_track > TOTAL_TRACKS+1 || i_track == 0 || !p_env->gen.toc_init) { return CDIO_INVALID_LBA; } else { return cdio_lsn_to_lba(ntohl(p_env->tocent[i_track-FIRST_TRACK_NUM].entry.addr.lba)); } } #endif /* HAVE_FREEBSD_CDROM */ /*! Return an array of strings giving possible CD devices. */ char ** cdio_get_devices_freebsd (void) { #ifndef HAVE_FREEBSD_CDROM return NULL; #else char drive[40]; char **drives = NULL; unsigned int num_drives=0; bool exists = true; char c; /* Scan the system for CD-ROM drives. */ #ifdef USE_ETC_FSTAB struct fstab *fs; setfsent(); /* Check what's in /etc/fstab... */ while ( (fs = getfsent()) ) { if (strncmp(fs->fs_spec, "/dev/sr", 7)) cdio_add_device_list(&drives, fs->fs_spec, &num_drives); } #endif /* Scan the system for CD-ROM drives. Not always 100% reliable, so use the USE_MNTENT code above first. */ /* Scan SCSI and CAM devices */ exists = true; for ( c='0'; exists && c <='9'; c++ ) { sprintf(drive, "/dev/cd%c%s", c, DEVICE_POSTFIX); exists = cdio_is_cdrom(drive, NULL); if ( exists ) { cdio_add_device_list(&drives, drive, &num_drives); } } /* Scan ATAPI devices */ /* ??? ts 9 Jan 2009 For now i assume atapicam running if a cdN device was found. man atapicam strongly discourages to mix usage of CAM and ATAPI device. So on the risk to sabotage systems without atapicam but with real old SCSI drives, i list no ATAPI addresses if there was a CAM/SCSI address. exists = !have_cam_drive; ts 13 Jan 2009 Regrettably USB drives appear as SCSI drives. We rather need to determine whether atapicam runs, or to make pairs of cd and acd. */ for ( c='0'; exists && c <='9'; c++ ) { sprintf(drive, "/dev/acd%c%s", c, DEVICE_POSTFIX); exists = cdio_is_cdrom(drive, NULL); if ( exists ) { cdio_add_device_list(&drives, drive, &num_drives); } } cdio_add_device_list(&drives, NULL, &num_drives); return drives; #endif /*HAVE_FREEBSD_CDROM*/ } /*! Return a string containing the default CD device if none is specified. */ char * cdio_get_default_device_freebsd() { #ifndef HAVE_FREEBSD_CDROM return NULL; #else char drive[40]; bool exists=true; char c; /* Scan the system for CD-ROM drives. */ #ifdef USE_ETC_FSTAB struct fstab *fs; setfsent(); /* Check what's in /etc/fstab... */ while ( (fs = getfsent()) ) { if (strncmp(fs->fs_spec, "/dev/sr", 7)) return strdup(fs->fs_spec); } #endif /* Scan the system for CD-ROM drives. Not always 100% reliable, so use the USE_MNTENT code above first. */ /* Scan SCSI and CAM devices */ for ( c='0'; exists && c <='9'; c++ ) { sprintf(drive, "/dev/cd%c%s", c, DEVICE_POSTFIX); exists = cdio_is_cdrom(drive, NULL); if ( exists ) { return strdup(drive); } } /* Scan are ATAPI devices */ exists = true; for ( c='0'; exists && c <='9'; c++ ) { sprintf(drive, "/dev/acd%c%s", c, DEVICE_POSTFIX); exists = cdio_is_cdrom(drive, NULL); if ( exists ) { return strdup(drive); } } return NULL; #endif /*HAVE_FREEBSD_CDROM*/ } /*! Close tray on CD-ROM. @param psz_device the CD-ROM drive to be closed. */ driver_return_code_t close_tray_freebsd (const char *psz_device) { #ifdef HAVE_FREEBSD_CDROM int fd = open (psz_device, O_RDONLY|O_NONBLOCK, 0); int i_rc; if((i_rc = ioctl(fd, CDIOCCLOSE)) != 0) { cdio_warn ("ioctl CDIOCCLOSE failed: %s\n", strerror(errno)); close(fd); return DRIVER_OP_ERROR; } close(fd); return DRIVER_OP_SUCCESS; #else return DRIVER_OP_NO_DRIVER; #endif /*HAVE_FREEBSD_CDROM*/ } /*! Find out if media has changed since the last call. @param p_user_data the environment of the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ #ifdef HAVE_FREEBSD_CDROM int get_media_changed_freebsd (const void *p_user_data) { const _img_private_t *p_env = p_user_data; int changed = 0 ; changed = mmc_get_media_changed( p_env->gen.cdio ); return ((changed > 0) ? changed : 0); } static const char* get_access_mode(const char *psz_source) { char *psz_src = NULL; if (!psz_source) { psz_src = cdio_get_default_device_freebsd(); } else { psz_src = strdup(psz_source); } if (psz_src != NULL) { if (!(strncmp(psz_src, "/dev/acd", 8))) { free(psz_src); return "ioctl"; } else { char devname[256]; int bytes = readlink(psz_src, devname, 255); if (bytes > 0) { devname[bytes]=0; if (!(strncmp(devname, "acd", 3))) { free(psz_src); return "ioctl"; } } } } if (psz_src != NULL) free(psz_src); return "CAM"; } /* Lock the inode associated to dev_fd and the inode associated to devname. Return OS errno, number of pass device of dev_fd, locked fd to devname, error message. A return value of > 0 means success, <= 0 means failure. */ static int freebsd_dev_lock(int dev_fd, char *devname, int *os_errno, int *pass_dev_no, int *lock_fd, char msg[4096], int flag) { int lock_denied = 0, fd_stbuf_valid, name_stbuf_valid, i, pass_l = 100; int max_retry = 3, tries; struct stat fd_stbuf, name_stbuf; char pass_name[16], *lock_name; *os_errno = 0; *pass_dev_no = -1; *lock_fd = -1; msg[0] = 0; fd_stbuf_valid = !fstat(dev_fd, &fd_stbuf); /* Try to find name of pass device by inode number */ lock_name = (char *) "effective device"; if(fd_stbuf_valid) { for (i = 0; i < pass_l; i++) { sprintf(pass_name, "/dev/pass%d", i); if (stat(pass_name, &name_stbuf) != -1) if(fd_stbuf.st_ino == name_stbuf.st_ino && fd_stbuf.st_dev == name_stbuf.st_dev) break; } if (i < pass_l) { lock_name = pass_name; *pass_dev_no = i; } } name_stbuf_valid = !stat(devname, &name_stbuf); for (tries= 0; tries <= max_retry; tries++) { lock_denied = flock(dev_fd, LOCK_EX | LOCK_NB); *os_errno = errno; if (lock_denied) { if (errno == EAGAIN && tries < max_retry) { /* <<< debugging fprintf(stderr, "\nlibcdio_DEBUG: EAGAIN , tries= %d\n", tries); */ usleep(2000000); continue; } sprintf(msg, "Device busy. flock(LOCK_EX) failed on %s of %s", strlen(lock_name) > 2000 || *pass_dev_no < 0 ? "pass device" : lock_name, strlen(devname) > 2000 ? "drive" : devname); return 0; } break; } /* fprintf(stderr, "libburn_DEBUG: flock obtained on %s of %s\n", lock_name, devname); */ /* Eventually lock the official device node too */ if (fd_stbuf_valid && name_stbuf_valid && (fd_stbuf.st_ino != name_stbuf.st_ino || fd_stbuf.st_dev != name_stbuf.st_dev)) { *lock_fd = open(devname, O_RDONLY); if (*lock_fd == 0) { close(*lock_fd); *lock_fd = -1; } if (*lock_fd > 0) { for (tries = 0; tries <= max_retry; tries++) { lock_denied = flock(*lock_fd, LOCK_EX | LOCK_NB); if (lock_denied) { if (errno == EAGAIN && tries < max_retry) { usleep(2000000); continue; } close(*lock_fd); *lock_fd = -1; sprintf(msg, "Device busy. flock(LOCK_EX) failed on %s", strlen(devname) > 4000 ? "drive" : devname); return 0; } break; } } /* fprintf(stderr, "libburn_DEBUG: flock obtained on %s\n", devname); */ } return 1; } #endif /*HAVE_FREEBSD_CDROM*/ /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo * cdio_open_freebsd (const char *psz_source_name) { return cdio_open_am_freebsd(psz_source_name, NULL); } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo * cdio_open_am_freebsd (const char *psz_orig_source_name, const char *psz_access_mode) { #ifdef HAVE_FREEBSD_CDROM CdIo *ret; _img_private_t *_data; char *psz_source_name; int open_access_mode; /* Access mode passed to cdio_generic_init. */ cdio_funcs_t _funcs = { .audio_get_volume = audio_get_volume_freebsd, .audio_pause = audio_pause_freebsd, .audio_play_msf = audio_play_msf_freebsd, .audio_play_track_index = audio_play_track_index_freebsd, .audio_read_subchannel = audio_read_subchannel_freebsd, .audio_resume = audio_resume_freebsd, .audio_set_volume = audio_set_volume_freebsd, .audio_stop = audio_stop_freebsd, .eject_media = eject_media_freebsd, .free = free_freebsd, .get_arg = get_arg_freebsd, .get_blocksize = get_blocksize_mmc, .get_cdtext = get_cdtext_generic, .get_cdtext_raw = read_cdtext_generic, .get_default_device = cdio_get_default_device_freebsd, .get_devices = cdio_get_devices_freebsd, .get_disc_last_lsn = get_disc_last_lsn_freebsd, .get_discmode = get_discmode_generic, .get_drive_cap = get_drive_cap_freebsd, .get_first_track_num = get_first_track_num_generic, .get_media_changed = get_media_changed_freebsd, .get_mcn = get_mcn_freebsd, .get_num_tracks = get_num_tracks_generic, .get_track_channels = get_track_channels_generic, .get_track_copy_permit = get_track_copy_permit_generic, .get_track_format = get_track_format_freebsd, .get_track_green = get_track_green_freebsd, .get_track_lba = get_track_lba_freebsd, .get_track_preemphasis = get_track_preemphasis_generic, .get_track_msf = NULL, .get_track_isrc = get_track_isrc_freebsd, .lseek = cdio_generic_lseek, .read = cdio_generic_read, .read_audio_sectors = read_audio_sectors_freebsd, .read_data_sectors = read_data_sectors_mmc, .read_mode2_sector = read_mode2_sector_freebsd, .read_mode2_sectors = read_mode2_sectors_freebsd, .read_toc = read_toc_freebsd, .run_mmc_cmd = run_mmc_cmd_freebsd, .set_arg = set_arg_freebsd, .set_blocksize = set_blocksize_mmc, .set_speed = set_speed_freebsd, }; if (!psz_access_mode) psz_access_mode = get_access_mode(psz_orig_source_name); _data = calloc(1, sizeof (_img_private_t)); _data->access_mode = str_to_access_mode_freebsd(psz_access_mode); _data->gen.init = false; _data->gen.fd = -1; _data->gen.toc_init = false; _data->gen.b_cdtext_error = false; if (NULL == psz_orig_source_name) { psz_source_name=cdio_get_default_device_freebsd(); if (NULL == psz_source_name) { cdio_generic_free (_data); return NULL; } _data->device = psz_source_name; set_arg_freebsd(_data, "source", psz_source_name); } else { if (cdio_is_device_generic(psz_orig_source_name)) { set_arg_freebsd(_data, "source", psz_orig_source_name); _data->device = strdup(psz_orig_source_name); } else { /* The below would be okay if all device drivers worked this way. */ #if 0 cdio_info ("source %s is a not a device", psz_orig_source_name); #endif cdio_generic_free (_data); return NULL; } } ret = cdio_new ((void *)_data, &_funcs); if (ret == NULL) { cdio_generic_free (_data); return NULL; } open_access_mode = 0; if (_AM_MMC_RDWR == _data->access_mode) { open_access_mode |= O_RDWR; } else if (_AM_MMC_RDWR_EXCL == _data->access_mode) { open_access_mode |= O_RDWR; } else { open_access_mode |= O_RDONLY; } /* fprintf(stderr, "libcdio_DEBUG: am = %d (MMC_RDWR_EXCL = %d), open = %d (O_RDWR = %d)\n", _data->access_mode, _AM_MMC_RDWR_EXCL, open_access_mode, O_RDWR); */ if (cdio_generic_init(_data, open_access_mode)) { if (_AM_MMC_RDWR_EXCL == _data->access_mode) { int os_errno, pass_dev_no = -1, flock_fd = -1, lock_result; char msg[4096]; lock_result = freebsd_dev_lock(_data->gen.fd, _data->gen.source_name, &os_errno, &pass_dev_no, &flock_fd, msg, 0); if (lock_result <= 0) { cdio_warn ("%s", msg); goto err_exit; } /* One should rather keep this fd open until _data->gen.fd gets closed. It eventually locks a device sibling of _data->gen.source_name. */ if (flock_fd > 0) close(flock_fd); } if ( _data->access_mode == _AM_IOCTL ) { return ret; } else { if (init_freebsd_cam(_data)) return ret; } } err_exit: free(ret); cdio_generic_free(_data); return NULL; #else return NULL; #endif /* HAVE_FREEBSD_CDROM */ } bool cdio_have_freebsd (void) { #ifdef HAVE_FREEBSD_CDROM return true; #else return false; #endif /* HAVE_FREEBSD_CDROM */ } libcdio-2.0.0/lib/driver/utf8.c0000644000175000017500000002053413204104700013125 00000000000000/* Copyright (C) 2006, 2008 Burkhard Plaum Copyright (C) 2011, 2014 Rocky Bernstein Copyright (C) 2012 Pete Batard This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* UTF-8 support */ #ifdef HAVE_CONFIG_H # define __CDIO_CONFIG_H__ 1 # include "config.h" #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #include #include #include #include "cdio_assert.h" /* Windows requires some basic UTF-8 support outside of Joliet */ #if defined(_WIN32) #include #define wchar_to_utf8_no_alloc(wsrc, dest, dest_size) \ WideCharToMultiByte(CP_UTF8, 0, wsrc, -1, dest, dest_size, NULL, NULL) #define utf8_to_wchar_no_alloc(src, wdest, wdest_size) \ MultiByteToWideChar(CP_UTF8, 0, src, -1, wdest, wdest_size) /* * Converts an UTF-16 string to UTF8 (allocate returned string) * Returns NULL on error */ static inline char* cdio_wchar_to_utf8(const wchar_t* wstr) { int size = 0; char* str = NULL; /* Find out the size we need to allocate for our converted string */ size = WideCharToMultiByte(CP_UTF8, 0, wstr, -1, NULL, 0, NULL, NULL); if (size <= 1) /* An empty string would be size 1 */ return NULL; if ((str = (char*)calloc(size, 1)) == NULL) return NULL; if (wchar_to_utf8_no_alloc(wstr, str, size) != size) { free(str); return NULL; } return str; } /* * Converts an UTF8 string to UTF-16 (allocate returned string) * Returns NULL on error */ wchar_t* cdio_utf8_to_wchar(const char* str) { int size = 0; wchar_t* wstr = NULL; /* Find out the size we need to allocate for our converted string */ size = MultiByteToWideChar(CP_UTF8, 0, str, -1, NULL, 0); if (size <= 1) /* An empty string would be size 1 */ return NULL; if ((wstr = (wchar_t*)calloc(size, sizeof(wchar_t))) == NULL) return NULL; if (utf8_to_wchar_no_alloc(str, wstr, size) != size) { free(wstr); return NULL; } return wstr; } /* UTF-8 compliant version of fopen() */ FILE* fopen_utf8(const char* filename, const char* mode) { FILE* ret = NULL; wchar_t* wfilename = cdio_utf8_to_wchar(filename); wchar_t* wmode = cdio_utf8_to_wchar(mode); ret = _wfopen(wfilename, wmode); cdio_free(wfilename); cdio_free(wmode); return ret; } #endif #ifdef HAVE_ICONV #include struct cdio_charset_coverter_s { iconv_t ic; }; cdio_charset_coverter_t * cdio_charset_converter_create(const char * src_charset, const char * dst_charset) { cdio_charset_coverter_t * ret; ret = calloc(1, sizeof(*ret)); ret->ic = iconv_open(dst_charset, src_charset); return ret; } #if 0 static void bgav_hexdump(uint8_t * data, int len, int linebreak) { int i; int bytes_written = 0; int imax; while(bytes_written < len) { imax = (bytes_written + linebreak > len) ? len - bytes_written : linebreak; for(i = 0; i < imax; i++) fprintf(stderr, "%02x ", data[bytes_written + i]); for(i = imax; i < linebreak; i++) fprintf(stderr, " "); for(i = 0; i < imax; i++) { if(!(data[bytes_written + i] & 0x80) && (data[bytes_written + i] >= 32)) fprintf(stderr, "%c", data[bytes_written + i]); else fprintf(stderr, "."); } bytes_written += imax; fprintf(stderr, "\n"); } } #endif void cdio_charset_converter_destroy(cdio_charset_coverter_t*cnv) { iconv_close(cnv->ic); free(cnv); } #define BYTES_INCREMENT 16 static bool do_convert(iconv_t cd, const char * src, int src_len, char ** dst, int *dst_len) { char * ret; char *inbuf; char *outbuf; int alloc_size; int output_pos; size_t inbytesleft; size_t outbytesleft; if(src_len < 0) src_len = strlen(src); #if 0 fprintf(stderr, "Converting:\n"); bgav_hexdump(src, src_len, 16); #endif alloc_size = src_len + BYTES_INCREMENT; inbytesleft = src_len; /* We reserve space here to add a final '\0' */ outbytesleft = alloc_size-1; ret = malloc(alloc_size); inbuf = (char *)src; outbuf = ret; while(1) { if(iconv(cd, (ICONV_CONST char **)&inbuf, &inbytesleft, &outbuf, &outbytesleft) == (size_t)-1) { switch(errno) { case E2BIG: output_pos = (int)(outbuf - ret); alloc_size += BYTES_INCREMENT; outbytesleft += BYTES_INCREMENT; ret = realloc(ret, alloc_size); if (ret == NULL) { cdio_warn("Can't realloc(%d).", alloc_size); return false; } outbuf = ret + output_pos; break; default: cdio_warn("Iconv failed: %s", strerror(errno)); if (ret != NULL) free(ret); return false; break; } } if(!inbytesleft) break; } /* Zero terminate */ *outbuf = '\0'; /* Set return values */ *dst = ret; if(dst_len) *dst_len = (int)(outbuf - ret); #if 0 fprintf(stderr, "Conversion done, src:\n"); bgav_hexdump(src, src_len, 16); fprintf(stderr, "dst:\n"); bgav_hexdump((uint8_t*)(ret), (int)(outbuf - ret), 16); #endif return true; } bool cdio_charset_convert(cdio_charset_coverter_t*cnv, char * src, int src_len, char ** dst, int * dst_len) { return do_convert(cnv->ic, src, src_len, dst, dst_len); } bool cdio_charset_from_utf8(cdio_utf8_t * src, char ** dst, int * dst_len, const char * dst_charset) { iconv_t ic; bool result; ic = iconv_open(dst_charset, "UTF-8"); result = do_convert(ic, src, -1, dst, dst_len); iconv_close(ic); return result; } bool cdio_charset_to_utf8(const char *src, size_t src_len, cdio_utf8_t **dst, const char * src_charset) { iconv_t ic; bool result; ic = iconv_open("UTF-8", src_charset); result = do_convert(ic, src, src_len, dst, NULL); iconv_close(ic); return result; } #elif defined(_WIN32) bool cdio_charset_from_utf8(cdio_utf8_t * src, char ** dst, int * dst_len, const char * dst_charset) { wchar_t* le_dst; size_t i, len; if (src == NULL || dst == NULL || dst_len == NULL || dst_charset == NULL || strcmp(dst_charset, "UTF-8") != 0) return false; /* Eliminate empty strings */ le_dst = cdio_utf8_to_wchar(src); if ((le_dst == NULL) || (le_dst[0] == 0)) { cdio_free(le_dst); return false; } /* Perform byte reversal */ len = wcslen(le_dst); *dst = (char*)calloc(len+1, sizeof(wchar_t)); cdio_assert(*dst != NULL); for (i=0; i<2*len; i++) { (*dst)[i] = ((char*)le_dst)[i+1]; (*dst)[i+1] = ((char*)le_dst)[i]; } free(le_dst); return true; } bool cdio_charset_to_utf8(const char *src, size_t src_len, cdio_utf8_t **dst, const char *src_charset) { wchar_t* le_src; int i; if (src == NULL || dst == NULL || src_charset == NULL || strcmp(src_charset, "UCS-2BE") != 0) return false; /* Compute UCS-2 src length */ if (src_len == (size_t)-1) { for (src_len = 0; ((uint16_t*)src)[src_len] !=0; src_len++); } else { src_len >>=1; } /* Eliminate empty strings */ if ((src_len < 1) || ((src[0] == 0) && (src[1] == 0))) { *dst = NULL; return false; } /* Perform byte reversal */ le_src = (wchar_t*)malloc(2*src_len+2); cdio_assert(le_src != NULL); for (i=0; i This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! Common image routines. Because _img_private_t may vary over image formats, the routines are included into the image drivers after _img_private_t is defined. In order for the below routines to work, there is a large part of _img_private_t that is common among image drivers. For example, see image.h */ #include "image.h" #include "image_common.h" #include #include "_cdio_stdio.h" #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif /*! Eject media -- there's nothing to do here except free resources. We always return DRIVER_OP_UNSUPPORTED. */ driver_return_code_t _eject_media_image(void *p_user_data) { _free_image (p_user_data); return DRIVER_OP_UNSUPPORTED; } /*! We don't need the image any more. Free all memory associated with it. */ void _free_image (void *p_user_data) { _img_private_t *p_env = p_user_data; track_t i_track; if (NULL == p_env) return; for (i_track=0; i_track < p_env->gen.i_tracks; i_track++) { track_info_t *p_tocent = &(p_env->tocent[i_track]); CDIO_FREE_IF_NOT_NULL(p_tocent->filename); CDIO_FREE_IF_NOT_NULL(p_tocent->isrc); if (p_tocent->data_source) cdio_stdio_destroy(p_tocent->data_source); } CDIO_FREE_IF_NOT_NULL(p_env->psz_mcn); CDIO_FREE_IF_NOT_NULL(p_env->psz_cue_name); CDIO_FREE_IF_NOT_NULL(p_env->psz_access_mode); cdtext_destroy(p_env->gen.cdtext); cdio_generic_stdio_free(p_env); free(p_env); } /*! Return the value associated with the key "arg". */ const char * _get_arg_image (void *user_data, const char key[]) { _img_private_t *p_env = user_data; if (!strcmp (key, "source")) { return p_env->gen.source_name; } else if (!strcmp (key, "cue")) { return p_env->psz_cue_name; } else if (!strcmp(key, "access-mode")) { return "image"; } else if (!strcmp (key, "mmc-supported?")) { return "false"; } return NULL; } /*! Return CD-Text object */ cdtext_t * _get_cdtext_image (void *user_data) { generic_img_private_t *p_env = user_data; if(!p_env) return NULL; return p_env->cdtext; } /*! Get disc type associated with cd_obj. */ discmode_t _get_discmode_image (void *p_user_data) { _img_private_t *p_env = p_user_data; return p_env->disc_mode; } /*! Return the the kind of drive capabilities of device. */ void _get_drive_cap_image (const void *user_data, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap) { *p_read_cap = CDIO_DRIVE_CAP_READ_CD_DA | CDIO_DRIVE_CAP_READ_CD_G | CDIO_DRIVE_CAP_READ_CD_R | CDIO_DRIVE_CAP_READ_CD_RW | CDIO_DRIVE_CAP_READ_MODE2_FORM1 | CDIO_DRIVE_CAP_READ_MODE2_FORM2 | CDIO_DRIVE_CAP_READ_MCN ; *p_write_cap = 0; /* In the future we may want to simulate LOCK, OPEN_TRAY, CLOSE_TRAY, SELECT_SPEED, etc. */ *p_misc_cap = CDIO_DRIVE_CAP_MISC_FILE; } /*! Return the number of of the first track. CDIO_INVALID_TRACK is returned on error. */ track_t _get_first_track_num_image(void *p_user_data) { _img_private_t *p_env = p_user_data; if (!p_env->gen.toc_init) p_env->gen.cdio->op.read_toc (p_user_data); return p_env->gen.toc_init ? p_env->gen.i_first_track : CDIO_INVALID_TRACK; } /*! Find out if media has changed since the last call. @param p_user_data the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t There is no such thing as changing a media image so we will always return 0 - no change. */ int get_media_changed_image(const void *p_user_data) { return 0; } /*! Return the media catalog number (MCN) from the CD or NULL if there is none or we don't have the ability to get it. Note: string is malloc'd so caller has to free() the returned string when done with it. */ char * _get_mcn_image(const void *p_user_data) { const _img_private_t *p_env = p_user_data; if (!p_env || !p_env->psz_mcn) return NULL; return strdup(p_env->psz_mcn); } /*! Return the number of tracks. */ track_t _get_num_tracks_image(void *p_user_data) { _img_private_t *p_env = p_user_data; return p_env->gen.i_tracks; } /*! Return the starting MSF (minutes/secs/frames) for the track number track_num in obj. Tracks numbers start at 1. The "leadout" track is specified either by using track_num LEADOUT_TRACK or the total tracks+1. */ bool _get_track_msf_image(void *p_user_data, track_t i_track, msf_t *msf) { const _img_private_t *p_env = p_user_data; if (NULL == msf) return false; if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = p_env->gen.i_tracks+1; if (i_track <= p_env->gen.i_tracks+1 && i_track != 0) { *msf = p_env->tocent[i_track-p_env->gen.i_first_track].start_msf; return true; } else return false; } /*! Return number of channels in track: 2 or 4; -2 if not implemented or -1 for error. Not meaningful if track is not an audio track. */ int get_track_channels_image(const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; return ( p_env->tocent[i_track-p_env->gen.i_first_track].flags & FOUR_CHANNEL_AUDIO ) ? 4 : 2; } /*! Return 1 if copy is permitted on the track, 0 if not, or -1 for error. Is this meaningful if not an audio track? */ track_flag_t get_track_copy_permit_image(void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; return ( p_env->tocent[i_track-p_env->gen.i_first_track].flags & COPY_PERMITTED ) ? CDIO_TRACK_FLAG_TRUE : CDIO_TRACK_FLAG_FALSE; } /*! Return 1 if track has pre-emphasis, 0 if not, or -1 for error. Is this meaningful if not an audio track? pre-emphasis is a non linear frequency response. */ track_flag_t get_track_preemphasis_image(const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; return ( p_env->tocent[i_track-p_env->gen.i_first_track].flags & PRE_EMPHASIS ) ? CDIO_TRACK_FLAG_TRUE : CDIO_TRACK_FLAG_FALSE; } /*! Return the starting LBA for the pregap for track number i_track. Track numbers start at 1. CDIO_INVALID_LBA is returned on error. */ lba_t get_track_pregap_lba_image(const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; lba_t pregap, start_lba; pregap = p_env->tocent[i_track-p_env->gen.i_first_track].pregap; start_lba = p_env->tocent[i_track-p_env->gen.i_first_track].start_lba; /* avoid initializing pregap to CDIO_INVALID_LBA by letting calloc do the work. also, nero files have the pregap set equal to the start of the track when there is no pregap */ if (!pregap || pregap == start_lba) { pregap = CDIO_INVALID_LBA; } return pregap; } /*! Return the International Standard Recording Code (ISRC) for track number i_track in p_cdio. Track numbers start at 1. Note: string is malloc'd so caller has to free() the returned string when done with it. */ char * get_track_isrc_image(const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; char *isrc = p_env->tocent[i_track-p_env->gen.i_first_track].isrc; if (isrc && isrc[0]) { return strdup(isrc); } else { return NULL; } } /*! Read a data sector @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least ISO_BLOCKSIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum, M2RAW_SECTOR_SIZE. @param i_lsn sector to read @param i_blocksize size of block. Should be either ISO_BLOCKSIZE M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE. See comment above under p_buf. */ driver_return_code_t read_data_sectors_image ( void *p_user_data, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks ) { const _img_private_t *p_env = p_user_data; if (!p_env || !p_env->gen.cdio) return DRIVER_OP_UNINIT; { CdIo_t *p_cdio = p_env->gen.cdio; track_t i_track = cdio_get_track(p_cdio, i_lsn); track_format_t e_track_format = cdio_get_track_format(p_cdio, i_track); switch(e_track_format) { case TRACK_FORMAT_PSX: case TRACK_FORMAT_AUDIO: case TRACK_FORMAT_ERROR: return DRIVER_OP_ERROR; case TRACK_FORMAT_DATA: return cdio_read_mode1_sectors (p_cdio, p_buf, i_lsn, false, i_blocks); case TRACK_FORMAT_CDI: case TRACK_FORMAT_XA: return cdio_read_mode2_sectors (p_cdio, p_buf, i_lsn, false, i_blocks); } } return DRIVER_OP_ERROR; } /*! Set the arg "key" with "value" in the source device. Currently "source" to set the source device in I/O operations is the only valid key. */ driver_return_code_t _set_arg_image (void *p_user_data, const char key[], const char value[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { CDIO_FREE_IF_NOT_NULL(p_env->gen.source_name); if (!value) return DRIVER_OP_ERROR; p_env->gen.source_name = strdup (value); } else if (!strcmp (key, "cue")) { CDIO_FREE_IF_NOT_NULL(p_env->psz_cue_name); if (!value) return DRIVER_OP_ERROR; p_env->psz_cue_name = strdup (value); } else if (!strcmp (key, "access-mode")) { CDIO_FREE_IF_NOT_NULL(p_env->psz_access_mode); if (!value) return DRIVER_OP_ERROR; p_env->psz_access_mode = strdup (value); } else return DRIVER_OP_ERROR; return DRIVER_OP_SUCCESS; } libcdio-2.0.0/lib/driver/read.c0000664000175000017500000002620712217172063013171 00000000000000/* Copyright (C) 2005, 2008, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /** \file read.h * * \brief sector (block, frame)-related libcdio routines. */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include "cdio_private.h" #include "cdio_assert.h" #ifdef HAVE_STRING_H #include #endif #define check_read_parms(p_cdio, p_buf, i_lsn) \ if (!p_cdio) return DRIVER_OP_UNINIT; \ if (!p_buf || CDIO_INVALID_LSN == i_lsn) \ return DRIVER_OP_ERROR; #define check_lsn(i_lsn) \ check_read_parms(p_cdio, p_buf, i_lsn); \ { \ lsn_t end_lsn = \ cdio_get_track_lsn(p_cdio, CDIO_CDROM_LEADOUT_TRACK); \ if ( i_lsn > end_lsn ) { \ cdio_info("Trying to access past end of disk lsn: %ld, end lsn: %ld", \ (long int) i_lsn, (long int) end_lsn); \ return DRIVER_OP_ERROR; \ } \ } #define check_lsn_blocks(i_lsn, i_blocks) \ check_read_parms(p_cdio, p_buf, i_lsn); \ { \ lsn_t end_lsn = \ cdio_get_track_lsn(p_cdio, CDIO_CDROM_LEADOUT_TRACK); \ if ( i_lsn > end_lsn ) { \ cdio_info("Trying to access past end of disk lsn: %ld, end lsn: %ld", \ (long int) i_lsn, (long int) end_lsn); \ return DRIVER_OP_ERROR; \ } \ /* Care is used in the expression below to be correct with */ \ /* respect to unsigned integers. */ \ if ( i_lsn + i_blocks > end_lsn + 1 ) { \ cdio_info("Request truncated to end disk; lsn: %ld, end lsn: %ld", \ (long int) i_lsn, (long int) end_lsn); \ i_blocks = end_lsn - i_lsn + 1; \ } \ } /*! lseek - reposition read/write file offset Returns (off_t) -1 on error. Similar to (if not the same as) libc's lseek() */ off_t cdio_lseek (const CdIo_t *p_cdio, off_t offset, int whence) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.lseek) return (p_cdio->op.lseek) (p_cdio->env, offset, whence); return DRIVER_OP_UNSUPPORTED; } /*! Reads into buf the next size bytes. Similar to (if not the same as) libc's read(). This is a "cooked" read, or one handled by the OS. It probably won't work on audio data. For that use cdio_read_audio_sector(s). @param p_cdio object to read from @param p_buf place to read data into. The caller should make sure this location can store at least i_size bytes. @param i_size number of bytes to read @return (ssize_t) -1 on error. */ ssize_t cdio_read (const CdIo_t *p_cdio, void *p_buf, size_t i_size) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.read) return (p_cdio->op.read) (p_cdio->env, p_buf, i_size); return DRIVER_OP_UNSUPPORTED; } /*! Reads an audio sector from cd device into data starting from lsn. Returns DRIVER_OP_SUCCESS if no error. */ driver_return_code_t cdio_read_audio_sector (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn) { check_lsn(i_lsn); if (p_cdio->op.read_audio_sectors) return p_cdio->op.read_audio_sectors (p_cdio->env, p_buf, i_lsn, 1); return DRIVER_OP_UNSUPPORTED; } /*! Reads audio sectors from cd device into data starting from lsn. Returns DRIVER_OP_SUCCESS if no error. */ driver_return_code_t cdio_read_audio_sectors (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, uint32_t i_blocks) { check_lsn_blocks(i_lsn, i_blocks); if (0 == i_blocks) return DRIVER_OP_SUCCESS; if (p_cdio->op.read_audio_sectors) { cdio_debug("Reading audio sector(s) lsn %u for %d blocks", i_lsn, i_blocks); return (p_cdio->op.read_audio_sectors) (p_cdio->env, p_buf, i_lsn, i_blocks); } return DRIVER_OP_UNSUPPORTED; } /*! Reads an audio sector from cd device into data starting from lsn. Returns DRIVER_OP_SUCCESS if no error. */ driver_return_code_t cdio_read_data_sectors (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks) { check_lsn(i_lsn); if (0 == i_blocks) return DRIVER_OP_SUCCESS; if (p_cdio->op.read_data_sectors) { cdio_debug("Reading data sector(s) lsn, %u blocksize %d, for %d blocks", i_lsn, i_blocksize, i_blocks); return p_cdio->op.read_data_sectors (p_cdio->env, p_buf, i_lsn, i_blocksize, i_blocks); } return DRIVER_OP_UNSUPPORTED; } #ifndef SEEK_SET #define SEEK_SET 0 #endif /*! Reads a single mode1 form1 or form2 sector from cd device into data starting from lsn. Returns DRIVER_OP_SUCCESS if no error. */ driver_return_code_t cdio_read_mode1_sector (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, bool b_form2) { uint32_t size = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE ; check_lsn(i_lsn); if (p_cdio->op.read_mode1_sector) { cdio_debug("Reading mode 1 secto lsn %u", i_lsn); return p_cdio->op.read_mode1_sector(p_cdio->env, p_buf, i_lsn, b_form2); } else if (p_cdio->op.lseek && p_cdio->op.read) { char buf[M2RAW_SECTOR_SIZE] = { 0, }; if (0 > cdio_lseek(p_cdio, CDIO_CD_FRAMESIZE*i_lsn, SEEK_SET)) return -1; if (0 > cdio_read(p_cdio, buf, CDIO_CD_FRAMESIZE)) return -1; memcpy (p_buf, buf, size); return DRIVER_OP_SUCCESS; } return DRIVER_OP_UNSUPPORTED; } /*! Reads mode 1 sectors @param p_cdio object to read from @param buf place to read data into @param lsn sector to read @param b_form2 true for reading mode 1 form 2 sectors or false for mode 1 form 1 sectors. @param i_blocks number of sectors to read */ driver_return_code_t cdio_read_mode1_sectors (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, bool b_form2, uint32_t i_blocks) { check_lsn_blocks(i_lsn, i_blocks); if (0 == i_blocks) return DRIVER_OP_SUCCESS; if (p_cdio->op.read_mode1_sectors) return (p_cdio->op.read_mode1_sectors) (p_cdio->env, p_buf, i_lsn, b_form2, i_blocks); return DRIVER_OP_UNSUPPORTED; } /*! Reads a mode 2 sector @param p_cdio object to read from @param buf place to read data into @param lsn sector to read @param b_form2 true for reading mode 2 form 2 sectors or false for mode 2 form 1 sectors. */ driver_return_code_t cdio_read_mode2_sector (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, bool b_form2) { check_lsn(i_lsn); if (p_cdio->op.read_mode2_sector) return p_cdio->op.read_mode2_sector (p_cdio->env, p_buf, i_lsn, b_form2); /* fallback */ if (p_cdio->op.read_mode2_sectors != NULL) return cdio_read_mode2_sectors (p_cdio, p_buf, i_lsn, b_form2, 1); return DRIVER_OP_UNSUPPORTED; } /*! Reads mode 2 sectors @param p_cdio object to read from @param buf place to read data into @param lsn sector to read @param b_form2 true for reading mode2 form 2 sectors or false for mode 2 form 1 sectors. @param i_blocks number of sectors to read */ driver_return_code_t cdio_read_mode2_sectors (const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, bool b_form2, uint32_t i_blocks) { check_lsn_blocks(i_lsn, i_blocks); if (0 == i_blocks) return DRIVER_OP_SUCCESS; if (p_cdio->op.read_mode2_sectors) return (p_cdio->op.read_mode2_sectors) (p_cdio->env, p_buf, i_lsn, b_form2, i_blocks); return DRIVER_OP_UNSUPPORTED; } /** The special case of reading a single block is a common one so we provide a routine for that as a convenience. */ driver_return_code_t cdio_read_sector(const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, cdio_read_mode_t read_mode) { return cdio_read_sectors(p_cdio, p_buf, i_lsn, read_mode, 1); } /*! Reads a number of sectors (AKA blocks). @param p_buf place to read data into. The caller should make sure this location is large enough. See below for size information. @param read_mode the kind of "mode" to use in reading. @param i_lsn sector to read @param i_blocks number of sectors to read @return DRIVER_OP_SUCCESS (0) if no error, other (negative) enumerations are returned on error. If read_mode is CDIO_MODE_AUDIO, *p_buf should hold at least CDIO_FRAMESIZE_RAW * i_blocks bytes. If read_mode is CDIO_MODE_DATA, *p_buf should hold at least i_blocks times either ISO_BLOCKSIZE, M1RAW_SECTOR_SIZE or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum which is M2RAW_SECTOR_SIZE. If read_mode is CDIO_MODE_M2F1, *p_buf should hold at least M2RAW_SECTOR_SIZE * i_blocks bytes. If read_mode is CDIO_MODE_M2F2, *p_buf should hold at least CDIO_CD_FRAMESIZE * i_blocks bytes. */ driver_return_code_t cdio_read_sectors(const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, cdio_read_mode_t read_mode, uint32_t i_blocks) { switch(read_mode) { case CDIO_READ_MODE_AUDIO: return cdio_read_audio_sectors (p_cdio, p_buf, i_lsn, i_blocks); case CDIO_READ_MODE_M1F1: return cdio_read_mode1_sectors (p_cdio, p_buf, i_lsn, false, i_blocks); case CDIO_READ_MODE_M1F2: return cdio_read_mode1_sectors (p_cdio, p_buf, i_lsn, true, i_blocks); case CDIO_READ_MODE_M2F1: return cdio_read_mode2_sectors (p_cdio, p_buf, i_lsn, false, i_blocks); case CDIO_READ_MODE_M2F2: return cdio_read_mode2_sectors (p_cdio, p_buf, i_lsn, true, i_blocks); } /* Can't happen. Just to shut up gcc. */ return DRIVER_OP_ERROR; } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/generic.h0000664000175000017500000001745612224727473013716 00000000000000/* Copyright (C) 2004-2006, 2008-2009, 2012-2013 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Internal routines for CD I/O drivers. */ #ifndef CDIO_DRIVER_GENERIC_H_ #define CDIO_DRIVER_GENERIC_H_ #if defined(HAVE_CONFIG_H) && !defined(LIBCDIO_CONFIG_H) # include "config.h" #endif #include #include #include #ifdef HAVE_STDBOOL_H # include #endif #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*! Things common to private device structures. Even though not all devices may have some of these fields, by listing common ones we facilitate writing generic routines and even cut-and-paste code. */ typedef struct { char *source_name; /**< Name used in open. */ bool init; /**< True if structure has been initialized */ bool toc_init; /**< True if TOC read in */ bool b_cdtext_error; /**< True if trouble reading CD-Text */ int ioctls_debugged; /**< for debugging */ /* Only one of data_source or fd is used; fd is for CD-ROM devices and the data_source for stream reading (bincue, nrg, toc, network). */ CdioDataSource_t *data_source; int fd; /**< File descriptor of device */ track_t i_first_track; /**< The starting track number. */ track_t i_tracks; /**< The number of tracks. */ uint8_t u_joliet_level; /**< 0 = no Joliet extensions. 1-3: Joliet level. */ iso9660_pvd_t pvd; iso9660_svd_t svd; CdIo_t *cdio; /**< a way to call general cdio routines. */ cdtext_t *cdtext; /**< CD-Text for disc. */ track_flags_t track_flags[CDIO_CD_MAX_TRACKS+1]; /* Memorized sense reply of the most recent SCSI command. Recorded by driver implementations of cdio_funcs_t.run_mmc_cmd(). Read by API function mmc_get_cmd_scsi_sense(). */ unsigned char scsi_mmc_sense[263]; /* See SPC-3 4.5.3 : 252 bytes legal but 263 bytes possible */ int scsi_mmc_sense_valid; /* Number of valid sense bytes */ /* Memorized eventual system specific SCSI address tuple text. Empty text means that there is no such text defined for the drive. NULL means that the driver does not support "scsi-tuple". To be read by cdio_get_arg("scsi-tuple"). System specific suffixes to the key may demand and eventually guarantee a further specified format. E.g. "scsi-tuple-linux" guarantees either "Bus,Host,Channel,Target,Lun", or empty text, or NULL. No other forms. */ char *scsi_tuple; } generic_img_private_t; /*! Bogus eject media when there is no ejectable media, e.g. a disk image We always return 2. Should we also free resources? */ driver_return_code_t cdio_generic_unimplemented_eject_media (void *p_env); /*! Set the blocksize for subsequent reads. @return -2 since it's not implemented. */ driver_return_code_t cdio_generic_unimplemented_set_blocksize (void *p_user_data, uint16_t i_blocksize); /*! Set the drive speed. @return -2 since it's not implemented. */ driver_return_code_t cdio_generic_unimplemented_set_speed (void *p_user_data, int i_speed); /*! Release and free resources associated with cd. */ void cdio_generic_free (void *p_env); /*! Initialize CD device. */ bool cdio_generic_init (void *p_env, int open_mode); /*! Reads into buf the next size bytes. Returns -1 on error. Is in fact libc's read(). */ off_t cdio_generic_lseek (void *p_env, off_t offset, int whence); /*! Reads into buf the next size bytes. Returns -1 on error. Is in fact libc's read(). */ ssize_t cdio_generic_read (void *p_env, void *p_buf, size_t size); /*! Reads a single form1 sector from cd device into data starting from lsn. Returns 0 if no error. */ int cdio_generic_read_form1_sector (void * user_data, void *data, lsn_t lsn); /*! Release and free resources associated with stream or disk image. */ void cdio_generic_stdio_free (void *env); /*! Return true if source_name could be a device containing a CD-ROM on Win32 */ bool cdio_is_device_win32(const char *source_name); /*! Return true if source_name could be a device containing a CD-ROM on OS/2 */ bool cdio_is_device_os2(const char *source_name); /*! Return true if source_name could be a device containing a CD-ROM on most Unix servers with block and character devices. */ bool cdio_is_device_generic(const char *source_name); /*! Like above, but don't give a warning device doesn't exist. */ bool cdio_is_device_quiet_generic(const char *source_name); /*! Get cdtext information for a CdIo object . @param obj the CD object that may contain CD-TEXT information. @return the CD-TEXT object or NULL if obj is NULL or CD-TEXT information does not exist. */ cdtext_t *get_cdtext_generic (void *p_user_data); /*! Return the number of of the first track. CDIO_INVALID_TRACK is returned on error. */ track_t get_first_track_num_generic(void *p_user_data); /*! Return the number of tracks in the current medium. */ track_t get_num_tracks_generic(void *p_user_data); /*! Get disc type associated with cd object. */ discmode_t get_discmode_generic (void *p_user_data ); /*! Same as above but only handles CD cases */ discmode_t get_discmode_cd_generic (void *p_user_data ); /*! Return number of channels in track: 2 or 4; -2 if not implemented or -1 for error. Not meaningful if track is not an audio track. */ int get_track_channels_generic(const void *p_user_data, track_t i_track); /*! Return 1 if copy is permitted on the track, 0 if not, or -1 for error. Is this meaningful if not an audio track? */ track_flag_t get_track_copy_permit_generic(void *p_user_data, track_t i_track); /*! Return 1 if track has pre-emphasis, 0 if not, or -1 for error. Is this meaningful if not an audio track? pre-emphasis is a non linear frequency response. */ track_flag_t get_track_preemphasis_generic(const void *p_user_data, track_t i_track); /*! Read cdtext information for a CdIo object . return true on success, false on error or CD-Text information does not exist. */ uint8_t * read_cdtext_generic (void *p_env); void set_track_flags(track_flags_t *p_track_flag, uint8_t flag); /*! Read mode 1 or mode2 sectors (using cooked mode). */ driver_return_code_t read_data_sectors_generic (void *p_user_data, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_DRIVER_GENERIC_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/mmc/0000775000175000017500000000000013222221717012735 500000000000000libcdio-2.0.0/lib/driver/mmc/mmc_util.c0000644000175000017500000003231211650123163014630 00000000000000/* Multimedia Command (MMC) "helper" routines that don't depend on anything other than headers. Copyright (C) 2010, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #include #include "mmc_private.h" /** The below variables are trickery to force enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions */ cdio_mmc_feature_t debug_cdio_mmc_feature; cdio_mmc_feature_interface_t debug_cdio_mmc_feature_interface; cdio_mmc_feature_profile_t debug_cdio_mmc_feature_profile; cdio_mmc_get_conf_t debug_cdio_mmc_get_conf; cdio_mmc_gpcmd_t debug_cdio_mmc_gpcmd; cdio_mmc_read_sub_state_t debug_cdio_mmc_read_sub_state; cdio_mmc_read_cd_type_t debug_cdio_mmc_read_cd_type; cdio_mmc_readtoc_t debug_cdio_mmc_readtoc; cdio_mmc_mode_page_t debug_cdio_mmc_mode_page; /** Maps a mmc_sense_key_t into a string name. */ const char mmc_sense_key2str[16][40] = { "No Sense", /**< 0 No specific Sense Key info reported */ "Recovered Error", /**< 1 Completed ok with recovery */ "Not Ready", /**< 2 */ "Medium Error", /**< 3 */ "Hardware Error", /**< 4 */ "Illegal Request", /**< 5 */ "Unit Attention", /**< 6 */ "Data Protect", /**< 7 */ "Blank Check", /**< 8 */ "Vendor Specific", /**< 9 */ "Copy aborted", /**< A */ "Aborted Command", /**< B */ "Obsolete", /**< C */ "Unknown - 13", /**< D */ "Unknown - 14", /**< E */ "Unknown - 15", /**< F */ }; /** The maximum value in milliseconds that we will wait on an MMC command. */ uint32_t mmc_timeout_ms = MMC_TIMEOUT_DEFAULT; /** The maximum value in milliseconds that we will wait on an MMC read command. */ uint32_t mmc_read_timeout_ms = MMC_READ_TIMEOUT_DEFAULT; /*! Return a string containing the name of the audio state as returned from the Q_SUBCHANNEL. */ const char * mmc_audio_state2str( uint8_t i_audio_state ) { switch(i_audio_state) { case CDIO_MMC_READ_SUB_ST_INVALID: return "invalid"; case CDIO_MMC_READ_SUB_ST_PLAY: return "playing"; case CDIO_MMC_READ_SUB_ST_PAUSED: return "paused"; case CDIO_MMC_READ_SUB_ST_COMPLETED: return "completed"; case CDIO_MMC_READ_SUB_ST_ERROR: return "error"; case CDIO_MMC_READ_SUB_ST_NO_STATUS: return "no status"; default: return "unknown"; } } /** On input a MODE_SENSE command was issued and we have the results in p. We interpret this and return a bit mask set according to the capabilities. */ void mmc_get_drive_cap_buf(const uint8_t *p, /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap) { /* Reader */ if (p[2] & 0x01) *p_read_cap |= CDIO_DRIVE_CAP_READ_CD_R; if (p[2] & 0x02) *p_read_cap |= CDIO_DRIVE_CAP_READ_CD_RW; if (p[2] & 0x08) *p_read_cap |= CDIO_DRIVE_CAP_READ_DVD_ROM; if (p[4] & 0x01) *p_read_cap |= CDIO_DRIVE_CAP_READ_AUDIO; if (p[4] & 0x10) *p_read_cap |= CDIO_DRIVE_CAP_READ_MODE2_FORM1; if (p[4] & 0x20) *p_read_cap |= CDIO_DRIVE_CAP_READ_MODE2_FORM2; if (p[5] & 0x01) *p_read_cap |= CDIO_DRIVE_CAP_READ_CD_DA; if (p[5] & 0x10) *p_read_cap |= CDIO_DRIVE_CAP_READ_C2_ERRS; if (p[5] & 0x20) *p_read_cap |= CDIO_DRIVE_CAP_READ_ISRC; if (p[5] & 0x40) *p_read_cap |= CDIO_DRIVE_CAP_READ_MCN; /* Writer */ if (p[3] & 0x01) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_CD_R; if (p[3] & 0x02) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_CD_RW; if (p[3] & 0x10) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_DVD_R; if (p[3] & 0x20) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_DVD_RAM; if (p[4] & 0x80) *p_misc_cap |= CDIO_DRIVE_CAP_WRITE_BURN_PROOF; /* Misc */ if (p[4] & 0x40) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_MULTI_SESSION; if (p[6] & 0x01) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_LOCK; if (p[6] & 0x08) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_EJECT; if (p[6] >> 5 != 0) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_CLOSE_TRAY; } /** Return a string containing the name of the given feature */ const char * mmc_feature2str( int i_feature ) { switch(i_feature) { case CDIO_MMC_FEATURE_PROFILE_LIST: return "Profile List"; case CDIO_MMC_FEATURE_CORE: return "Core"; case CDIO_MMC_FEATURE_MORPHING: return "Morphing" ; case CDIO_MMC_FEATURE_REMOVABLE_MEDIUM: return "Removable Medium"; case CDIO_MMC_FEATURE_WRITE_PROTECT: return "Write Protect"; case CDIO_MMC_FEATURE_RANDOM_READABLE: return "Random Readable"; case CDIO_MMC_FEATURE_MULTI_READ: return "Multi-Read"; case CDIO_MMC_FEATURE_CD_READ: return "CD Read"; case CDIO_MMC_FEATURE_DVD_READ: return "DVD Read"; case CDIO_MMC_FEATURE_RANDOM_WRITABLE: return "Random Writable"; case CDIO_MMC_FEATURE_INCR_WRITE: return "Incremental Streaming Writable"; case CDIO_MMC_FEATURE_SECTOR_ERASE: return "Sector Erasable"; case CDIO_MMC_FEATURE_FORMATABLE: return "Formattable"; case CDIO_MMC_FEATURE_DEFECT_MGMT: return "Management Ability of the Logical Unit/media system " "to provide an apparently defect-free space."; case CDIO_MMC_FEATURE_WRITE_ONCE: return "Write Once"; case CDIO_MMC_FEATURE_RESTRICT_OVERW: return "Restricted Overwrite"; case CDIO_MMC_FEATURE_CD_RW_CAV: return "CD-RW CAV Write"; case CDIO_MMC_FEATURE_MRW: return "MRW"; case CDIO_MMC_FEATURE_ENHANCED_DEFECT: return "Enhanced Defect Reporting"; case CDIO_MMC_FEATURE_DVD_PRW: return "DVD+RW"; case CDIO_MMC_FEATURE_DVD_PR: return "DVD+R"; case CDIO_MMC_FEATURE_RIGID_RES_OVERW: return "Rigid Restricted Overwrite"; case CDIO_MMC_FEATURE_CD_TAO: return "CD Track at Once"; case CDIO_MMC_FEATURE_CD_SAO: return "CD Mastering (Session at Once)"; case CDIO_MMC_FEATURE_DVD_R_RW_WRITE: return "DVD-R/RW Write"; case CDIO_MMC_FEATURE_CD_RW_MEDIA_WRITE: return "CD-RW Media Write Support"; case CDIO_MMC_FEATURE_DVD_PR_2_LAYER: return "DVD+R Double Layer"; case CDIO_MMC_FEATURE_POWER_MGMT: return "Initiator- and Device-directed Power Management"; case CDIO_MMC_FEATURE_CDDA_EXT_PLAY: return "CD Audio External Play"; case CDIO_MMC_FEATURE_MCODE_UPGRADE: return "Ability for the device to accept new microcode via the interface"; case CDIO_MMC_FEATURE_TIME_OUT: return "Ability to respond to all commands within a specific time"; case CDIO_MMC_FEATURE_DVD_CSS: return "Ability to perform DVD CSS/CPPM authentication via RPC"; case CDIO_MMC_FEATURE_RT_STREAMING: return "Ability to read and write using Initiator requested performance" " parameters"; case CDIO_MMC_FEATURE_LU_SN: return "The Logical Unit Unique Identifier"; default: { static char buf[100]; if ( 0 != (i_feature & 0xFF00) ) { snprintf( buf, sizeof(buf), "Vendor-specific code %x", i_feature ); } else { snprintf( buf, sizeof(buf), "Unknown code %x", i_feature ); } return buf; } } } /** Return a string containing the name of the given feature profile. */ const char * mmc_feature_profile2str( int i_feature_profile ) { switch(i_feature_profile) { case CDIO_MMC_FEATURE_PROF_NON_REMOVABLE: return "Non-removable"; case CDIO_MMC_FEATURE_PROF_REMOVABLE: return "disk Re-writable; with removable media"; case CDIO_MMC_FEATURE_PROF_MO_ERASABLE: return "Erasable Magneto-Optical disk with sector erase capability"; case CDIO_MMC_FEATURE_PROF_MO_WRITE_ONCE: return "Write Once Magneto-Optical write once"; case CDIO_MMC_FEATURE_PROF_AS_MO: return "Advance Storage Magneto-Optical"; case CDIO_MMC_FEATURE_PROF_CD_ROM: return "Read only Compact Disc capable"; case CDIO_MMC_FEATURE_PROF_CD_R: return "Write once Compact Disc capable"; case CDIO_MMC_FEATURE_PROF_CD_RW: return "CD-RW Re-writable Compact Disc capable"; case CDIO_MMC_FEATURE_PROF_DVD_ROM: return "Read only DVD"; case CDIO_MMC_FEATURE_PROF_DVD_R_SEQ: return "Re-recordable DVD using Sequential recording"; case CDIO_MMC_FEATURE_PROF_DVD_RAM: return "Re-writable DVD"; case CDIO_MMC_FEATURE_PROF_DVD_RW_RO: return "Re-recordable DVD using Restricted Overwrite"; case CDIO_MMC_FEATURE_PROF_DVD_RW_SEQ: return "Re-recordable DVD using Sequential Recording"; case CDIO_MMC_FEATURE_PROF_DVD_R_DL_SEQ: return "DVD-R - Double-Layer Sequential Recording"; case CDIO_MMC_FEATURE_PROF_DVD_R_DL_JR: return "DVD-R - Double-layer Jump Recording"; case CDIO_MMC_FEATURE_PROF_DVD_PRW: return "DVD+RW - DVD Rewritable"; case CDIO_MMC_FEATURE_RIGID_RES_OVERW: return "Rigid Restricted Overwrite"; case CDIO_MMC_FEATURE_PROF_DVD_PR: return "DVD+R - DVD Recordable"; case CDIO_MMC_FEATURE_PROF_DDCD_ROM: return "Read only DDCD"; case CDIO_MMC_FEATURE_PROF_DDCD_R: return "DDCD-R Write only DDCD"; case CDIO_MMC_FEATURE_PROF_DDCD_RW: return "Re-Write only DDCD"; case CDIO_MMC_FEATURE_PROF_DVD_PRW_DL: return "DVD+RW - Double Layer"; case CDIO_MMC_FEATURE_PROF_DVD_PR_DL: return "DVD+R Double Layer - DVD Recordable Double Layer"; case CDIO_MMC_FEATURE_PROF_BD_ROM: return "Blu Ray BD-ROM"; case CDIO_MMC_FEATURE_PROF_BD_SEQ: return "Blu Ray BD-R sequential recording"; case CDIO_MMC_FEATURE_PROF_BD_R_RANDOM: return "Blu Ray BD-R random recording"; case CDIO_MMC_FEATURE_PROF_BD_RE: return "Blu Ray BD-RE"; case CDIO_MMC_FEATURE_PROF_HD_DVD_ROM: return "HD-DVD-ROM"; case CDIO_MMC_FEATURE_PROF_HD_DVD_R: return "HD-DVD-R"; case CDIO_MMC_FEATURE_PROF_HD_DVD_RAM: return "HD-DVD-RAM"; case CDIO_MMC_FEATURE_PROF_NON_CONFORM: return "The Logical Unit does not conform to any Profile"; default: { static char buf[100]; snprintf(buf, sizeof(buf), "Unknown Profile %x", i_feature_profile); return buf; } } } bool mmc_is_disctype_bd (cdio_mmc_feature_profile_t disctype) { switch (disctype) { case CDIO_MMC_FEATURE_PROF_BD_ROM: case CDIO_MMC_FEATURE_PROF_BD_SEQ: case CDIO_MMC_FEATURE_PROF_BD_R_RANDOM: case CDIO_MMC_FEATURE_PROF_BD_RE: return true; default: return false; } } bool mmc_is_disctype_cdrom (cdio_mmc_feature_profile_t disctype) { switch (disctype) { case CDIO_MMC_FEATURE_PROF_CD_ROM: case CDIO_MMC_FEATURE_PROF_CD_R: case CDIO_MMC_FEATURE_PROF_CD_RW: return true; default: return false; } } bool mmc_is_disctype_dvd (cdio_mmc_feature_profile_t disctype) { switch (disctype) { case CDIO_MMC_FEATURE_PROF_DVD_ROM: case CDIO_MMC_FEATURE_PROF_DVD_RAM: case CDIO_MMC_FEATURE_PROF_DVD_R_SEQ: case CDIO_MMC_FEATURE_PROF_DVD_RW_RO: case CDIO_MMC_FEATURE_PROF_DVD_RW_SEQ: case CDIO_MMC_FEATURE_PROF_DVD_R_DL_SEQ: case CDIO_MMC_FEATURE_PROF_DVD_R_DL_JR: case CDIO_MMC_FEATURE_PROF_DVD_PRW: case CDIO_MMC_FEATURE_PROF_DVD_PR: case CDIO_MMC_FEATURE_PROF_DVD_PRW_DL: case CDIO_MMC_FEATURE_PROF_DVD_PR_DL: return true; default: return false; } } bool mmc_is_disctype_hd_dvd (cdio_mmc_feature_profile_t disctype) { switch (disctype) { case CDIO_MMC_FEATURE_PROF_HD_DVD_ROM: case CDIO_MMC_FEATURE_PROF_HD_DVD_R: case CDIO_MMC_FEATURE_PROF_HD_DVD_RAM: return true; default: return false; } } bool mmc_is_disctype_overwritable (cdio_mmc_feature_profile_t disctype) { switch (disctype) { case CDIO_MMC_FEATURE_PROF_DVD_RW_RO: case CDIO_MMC_FEATURE_PROF_DVD_R_DL_JR: case CDIO_MMC_FEATURE_PROF_DVD_PRW: case CDIO_MMC_FEATURE_PROF_DVD_PRW_DL: case CDIO_MMC_FEATURE_PROF_BD_R_RANDOM: /* pseudo-overwritable */ case CDIO_MMC_FEATURE_PROF_BD_RE: case CDIO_MMC_FEATURE_PROF_HD_DVD_RAM: return true; default: return false; } } bool mmc_is_disctype_rewritable (cdio_mmc_feature_profile_t disctype) { /* discs that need blanking before re-use */ if (mmc_is_disctype_overwritable (disctype)) return true; switch (disctype) { case CDIO_MMC_FEATURE_PROF_CD_RW: case CDIO_MMC_FEATURE_PROF_DVD_RW_SEQ: case CDIO_MMC_FEATURE_PROF_BD_SEQ: return true; default: return false; } } libcdio-2.0.0/lib/driver/mmc/mmc_private.h0000644000175000017500000001210413204104700015320 00000000000000/* private MMC helper routines. Copyright (C) 2004, 2005, 2006, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #include /*! Convert milliseconds to seconds taking the ceiling value, i.e. 1002 milliseconds gets rounded to 2 seconds. */ #define SECS2MSECS 1000 static inline unsigned int msecs2secs(unsigned int msecs) { return (msecs+(SECS2MSECS-1)) / SECS2MSECS; } #undef SECS2MSECS /*********************************************************** MMC CdIo Operations which a driver may use. These are not directly user-accessible. ************************************************************/ /*! Read Audio Subchannel information @param p_user_data the CD object to be acted upon. */ driver_return_code_t audio_read_subchannel_mmc ( void *p_user_data, cdio_subchannel_t *p_subchannel); /*! Get the block size for subsequest read requests, via a SCSI MMC MODE_SENSE 6 command. */ int get_blocksize_mmc (void *p_user_data); /*! Get the lsn of the end of the CD @return the lsn. On error return CDIO_INVALID_LSN. */ lsn_t get_disc_last_lsn_mmc( void *p_user_data ); void get_drive_cap_mmc (const void *p_user_data, /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap); int get_media_changed_mmc (const void *p_user_data); char *get_mcn_mmc (const void *p_user_data); char *get_track_isrc_mmc (const void *p_user_data, track_t i_track); driver_return_code_t get_tray_status (const void *p_user_data); /*! Read just the user data part of some sort of data sector (via mmc_read_cd). @param p_user_data object to read from @param p_buf place to read data into. The caller should make sure this location can store at least CDIO_CD_FRAMESIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE depending on the kind of sector getting read. If you don't know whether you have a Mode 1/2, Form 1/ Form 2/Formless sector best to reserve space for the maximum, M2RAW_SECTOR_SIZE. @param i_lsn sector to read @param i_blocksize size of block. Should be either CDIO_CD_FRAMESIZE, M2RAW_SECTOR_SIZE, or M2F2_SECTOR_SIZE. See comment above under p_buf. */ driver_return_code_t read_data_sectors_mmc ( void *p_user_data, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks ); char *get_mcn_mmc (const void *p_user_data); /* Set read blocksize (via MMC) */ driver_return_code_t set_blocksize_mmc (void *p_user_data, uint16_t i_blocksize); /* Set the drive speed in CD-ROM speed units (via MMC). */ driver_return_code_t set_drive_speed_mmc (void *p_user_data, int i_speed); /* Set CD-ROM drive speed in K bytes per second. (via MMC) */ driver_return_code_t set_speed_mmc (void *p_user_data, int i_Kbs_speed); /*********************************************************** Miscellaenous other "private" routines. Probably need to better classify these. ************************************************************/ typedef driver_return_code_t (*mmc_run_cmd_fn_t) ( void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ); int mmc_set_blocksize_mmc_private ( const void *p_env, const mmc_run_cmd_fn_t run_mmc_cmd, uint16_t i_blocksize ); /*! Get the DVD type associated with cd object. */ discmode_t mmc_get_dvd_struct_physical_private ( void *p_env, mmc_run_cmd_fn_t run_mmc_cmd, cdio_dvd_struct_t *s ); /*! On input a MODE_SENSE command was issued and we have the results in p. We interpret this and return a bit mask set according to the capabilities. */ void mmc_get_drive_cap_buf(const uint8_t *p, /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap); driver_return_code_t mmc_set_blocksize_private ( void *p_env, const mmc_run_cmd_fn_t run_mmc_cmd, uint16_t i_blocksize); /** Get the media catalog number (MCN) or the ISRC Note: string is malloc'd so caller should free() then returned string when done with it. */ char * mmc_get_mcn_isrc_private ( const CdIo_t *p_cdio, track_t i_track, unsigned char sub_chan_param ); libcdio-2.0.0/lib/driver/mmc/Makefile0000644000175000017500000000155311114145233014313 00000000000000# $Id: Makefile,v 1.2 2008/04/21 18:30:21 karl Exp $ # # Copyright (C) 2004, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # The make is done above. This boilerplate Makefile just transfers the call all install check clean: cd .. && $(MAKE) $@ libcdio-2.0.0/lib/driver/mmc/mmc.c0000664000175000017500000010560213217072760013607 00000000000000/* Common Multimedia Command (MMC) routines. Copyright (C) 2004-2008, 2010-2012, 2014 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include #include #include #include "cdio_private.h" #include "cdtext_private.h" #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDIO_H # include #endif #ifdef HAVE_ERRNO_H # include #endif const char *mmc_cmd2str(uint8_t command) { switch( command ) { case CDIO_MMC_GPCMD_TEST_UNIT_READY: return "TEST UNIT READY"; case CDIO_MMC_GPCMD_REQUEST_SENSE: return "REQUEST SENSE"; case CDIO_MMC_GPCMD_FORMAT_UNIT: return "FORMAT UNIT"; case CDIO_MMC_GPCMD_INQUIRY: return "INQUIRY"; case CDIO_MMC_GPCMD_MODE_SELECT_6: return "MODE SELECT (6)"; case CDIO_MMC_GPCMD_MODE_SENSE_6: return "MODE SENSE (6)"; case CDIO_MMC_GPCMD_START_STOP_UNIT: return "START STOP UNIT"; case CDIO_MMC_GPCMD_PREVENT_ALLOW_MEDIUM_REMOVAL: return "PREVENT ALLOW MEDIUM REMOVAL"; case CDIO_MMC_GPCMD_READ_FORMAT_CAPACITIES: return "READ FORMAT CAPACITIES"; case CDIO_MMC_GPCMD_READ_CAPACITIY: return "READ_CAPACITIY"; case CDIO_MMC_GPCMD_READ_10: return "READ (10)"; case CDIO_MMC_GPCMD_WRITE_10: return "WRITE (10)"; case CDIO_MMC_GPCMD_SEEK_10: return "SEEK (10)"; case CDIO_MMC_GPCMD_ERASE_10: return "ERASE (10)"; case CDIO_MMC_GPCMD_WRITE_AND_VERIFY_10: return "WRITE AND VERIFY (10)"; case CDIO_MMC_GPCMD_VERIFY_10: return "VERIFY (10)"; case CDIO_MMC_GPCMD_SYNCHRONIZE_CACHE: return "SYNCHRONIZE CACHE"; case CDIO_MMC_GPCMD_WRITE_BUFFER: return "WRITE BUFFER"; case CDIO_MMC_GPCMD_READ_BUFFER: return "READ_BUFFER"; case CDIO_MMC_GPCMD_READ_SUBCHANNEL: return "READ_SUBCHANNEL"; case CDIO_MMC_GPCMD_READ_TOC: return "READ TOC"; case CDIO_MMC_GPCMD_READ_HEADER: return "READ_HEADER"; case CDIO_MMC_GPCMD_PLAY_AUDIO_10: return "PLAY AUDIO (10)"; case CDIO_MMC_GPCMD_GET_CONFIGURATION: return "GET_CONFIGURATION"; case CDIO_MMC_GPCMD_PLAY_AUDIO_MSF: return "PLAY AUDIO MSF"; case CDIO_MMC_GPCMD_PLAY_AUDIO_TI: return "PLAY_AUDIO TI"; case CDIO_MMC_GPCMD_PLAY_TRACK_REL_10: return "PLAY TRACK REL (10)"; case CDIO_MMC_GPCMD_GET_EVENT_STATUS: return "GET EVENT STATUS"; case CDIO_MMC_GPCMD_PAUSE_RESUME: return "PAUSE RESUME"; case CDIO_MMC_GPCMD_READ_DISC_INFORMATION: return "READ DISC INFORMATION"; case CDIO_MMC_GPCMD_READ_TRACK_INFORMATION: return "READ TRACK INFORMATION"; case CDIO_MMC_GPCMD_RESERVE_TRACK: return "RESERVE TRACK"; case CDIO_MMC_GPCMD_SEND_OPC_INFORMATION: return "SEND OPC INFORMATION"; case CDIO_MMC_GPCMD_MODE_SELECT_10: return "MODE SELECT (10)"; case CDIO_MMC_GPCMD_REPAIR_TRACK: return "REPAIR_TRACK"; case CDIO_MMC_GPCMD_MODE_SENSE_10: return "MODE SENSE (10)"; case CDIO_MMC_GPCMD_CLOSE_TRACK_SESSION: return "CLOSE TRACK SESSION"; case CDIO_MMC_GPCMD_READ_BUFFER_CAPACITY: return "READ_BUFFER CAPACITY"; case CDIO_MMC_GPCMD_SEND_CUE_SHEET: return "SEND_CUE SHEET"; case CDIO_MMC_GPCMD_REPORT_LUNS: return "REPORT LUNS"; case CDIO_MMC_GPCMD_BLANK: return "BLANK"; case CDIO_MMC_GPCMD_SECURITY_PROTOCOL_IN: return "SECURITY PROTOCOL IN"; case CDIO_MMC_GPCMD_SEND_KEY: return "SEND KEY"; case CDIO_MMC_GPCMD_REPORT_KEY: return "REPORT KEY"; case CDIO_MMC_GPCMD_PLAY_AUDIO_12: return "PLAY_AUDIO (12)"; case CDIO_MMC_GPCMD_LOAD_UNLOAD: return "LOAD UNLOAD"; case CDIO_MMC_GPCMD_SET_READ_AHEAD: return "SET READ AHEAD"; case CDIO_MMC_GPCMD_READ_12: return "READ (12)"; case CDIO_MMC_GPCMD_PLAY_TRACK_REL_12: return "PLAY_TRACK REL (12)"; case CDIO_MMC_GPCMD_WRITE_12: return "WRITE (12)"; case CDIO_MMC_GPCMD_READ_MEDIA_SERIAL_12: return "READ MEDIA SERIAL (12)"; case CDIO_MMC_GPCMD_GET_PERFORMANCE: return "GET PERFORMANCE"; case CDIO_MMC_GPCMD_READ_DVD_STRUCTURE: return "READ DVD STRUCTURE"; case CDIO_MMC_GPCMD_SECURITY_PROTOCOL_OUT: return "SECURITY PROTOCOL_OUT"; case CDIO_MMC_GPCMD_SET_STREAMING: return "SET STREAMING"; case CDIO_MMC_GPCMD_READ_MSF: return "READ MSF"; case CDIO_MMC_GPCMD_SET_SPEED: return "SET SPEED"; case CDIO_MMC_GPCMD_MECHANISM_STATUS: return "MECHANISM STATUS"; case CDIO_MMC_GPCMD_READ_CD: return "READ CD"; case CDIO_MMC_GPCMD_SEND_DISC_STRUCTURE: return "SEND DISC STRUCTURE"; case CDIO_MMC_GPCMD_CD_PLAYBACK_STATUS: return "CD PLAYBACK STATUS"; case CDIO_MMC_GPCMD_PLAYBACK_CONTROL: return "PLAYBACK CONTROL"; case CDIO_MMC_GPCMD_READ_CDDA: return "READ CDDA"; case CDIO_MMC_GPCMD_READ_CDXA: return "READ CDXA"; case CDIO_MMC_GPCMD_READ_ALL_SUBCODES: return "READ ALL SUBCODES"; default: { char buf[30]; snprintf(buf, sizeof(buf), "Unknown 0x%x", command); return strdup(buf); } } } /************************************************************************* MMC CdIo Operations which a driver may use. These are not accessible directly. Most of these routines just pick out the cdio pointer and call the corresponding publically-accessible routine. *************************************************************************/ /** Read Audio Subchannel information @param p_user_data the CD object to be acted upon. */ driver_return_code_t audio_read_subchannel_mmc ( void *p_user_data, cdio_subchannel_t *p_subchannel) { generic_img_private_t *p_env = p_user_data; if (!p_env) return DRIVER_OP_UNINIT; return mmc_audio_read_subchannel(p_env->cdio, p_subchannel); } /** Get the block size for subsequest read requests, via MMC. @return the blocksize if > 0; error if <= 0 */ int get_blocksize_mmc (void *p_user_data) { generic_img_private_t *p_env = p_user_data; if (!p_env) return DRIVER_OP_UNINIT; return mmc_get_blocksize(p_env->cdio); } /** Get the lsn of the end of the CD (via MMC). */ lsn_t get_disc_last_lsn_mmc (void *p_user_data) { generic_img_private_t *p_env = p_user_data; if (!p_env) return CDIO_INVALID_LSN; return mmc_get_disc_last_lsn(p_env->cdio); } void get_drive_cap_mmc (const void *p_user_data, /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap) { const generic_img_private_t *p_env = p_user_data; mmc_get_drive_cap( p_env->cdio, p_read_cap, p_write_cap, p_misc_cap ); } /** Find out if media has changed since the last call. @param p_user_data the environment of the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ int get_media_changed_mmc (const void *p_user_data) { const generic_img_private_t *p_env = p_user_data; return mmc_get_media_changed( p_env->cdio ); } char * get_mcn_mmc (const void *p_user_data) { const generic_img_private_t *p_env = p_user_data; return mmc_get_mcn( p_env->cdio ); } driver_return_code_t get_tray_status (const void *p_user_data) { const generic_img_private_t *p_env = p_user_data; return mmc_get_tray_status( p_env->cdio ); } /** Read sectors using SCSI-MMC GPCMD_READ_CD. */ driver_return_code_t mmc_read_data_sectors ( CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks ) { return mmc_read_cd(p_cdio, p_buf, /* place to store data */ i_lsn, /* lsn */ 0, /* read_sector_type */ false, /* digital audio play */ false, /* return sync header */ 0, /* header codes */ true, /* return user data */ false, /* return EDC ECC */ false, /* return C2 Error information */ 0, /* subchannel selection bits */ ISO_BLOCKSIZE, /* blocksize*/ i_blocks /* Number of blocks. */); } /** Read sectors using SCSI-MMC GPCMD_READ_CD. Can read only up to 25 blocks. */ driver_return_code_t read_data_sectors_mmc ( void *p_user_data, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks ) { const generic_img_private_t *p_env = p_user_data; return mmc_read_data_sectors( p_env->cdio, p_buf, i_lsn, i_blocksize, i_blocks ); } /** Set read blocksize (via MMC) */ driver_return_code_t set_blocksize_mmc (void *p_user_data, uint16_t i_blocksize) { generic_img_private_t *p_env = p_user_data; if (!p_env) return DRIVER_OP_UNINIT; return mmc_set_blocksize(p_env->cdio, i_blocksize); } /** Set the drive speed Set the drive speed in K bytes per second. (via MMC). */ driver_return_code_t set_speed_mmc (void *p_user_data, int i_speed) { generic_img_private_t *p_env = p_user_data; if (!p_env) return DRIVER_OP_UNINIT; return mmc_set_speed( p_env->cdio, i_speed, 0); } /** Set the drive speed in CD-ROM speed units (via MMC). */ driver_return_code_t set_drive_speed_mmc (void *p_user_data, int i_Kbs_speed) { generic_img_private_t *p_env = p_user_data; if (!p_env) return DRIVER_OP_UNINIT; return mmc_set_drive_speed( p_env->cdio, i_Kbs_speed ); } /** Get the output port volumes and port selections used on AUDIO PLAY commands via a MMC MODE SENSE command using the CD Audio Control Page. */ driver_return_code_t mmc_audio_get_volume( CdIo_t *p_cdio, /*out*/ mmc_audio_volume_t *p_volume ) { uint8_t buf[16]; int i_rc = mmc_mode_sense(p_cdio, buf, sizeof(buf), CDIO_MMC_AUDIO_CTL_PAGE); if ( DRIVER_OP_SUCCESS == i_rc ) { p_volume->port[0].selection = 0xF & buf[8]; p_volume->port[0].volume = buf[9]; p_volume->port[1].selection = 0xF & buf[10]; p_volume->port[1].volume = buf[11]; p_volume->port[2].selection = 0xF & buf[12]; p_volume->port[2].volume = buf[13]; p_volume->port[3].selection = 0xF & buf[14]; p_volume->port[3].volume = buf[15]; return DRIVER_OP_SUCCESS; } return i_rc; } /** Get the DVD type associated with cd object. */ discmode_t mmc_get_dvd_struct_physical_private ( void *p_env, mmc_run_cmd_fn_t run_mmc_cmd, cdio_dvd_struct_t *s) { mmc_cdb_t cdb = {{0, }}; unsigned char buf[4 + 4 * 20], *base; int i_status; uint8_t layer_num = s->physical.layer_num; cdio_dvd_layer_t *layer; if (!p_env) return DRIVER_OP_UNINIT; if (!run_mmc_cmd) return DRIVER_OP_UNSUPPORTED; if (layer_num >= CDIO_DVD_MAX_LAYERS) return -EINVAL; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_DVD_STRUCTURE); cdb.field[6] = layer_num; cdb.field[7] = CDIO_DVD_STRUCT_PHYSICAL; cdb.field[9] = sizeof(buf) & 0xff; i_status = run_mmc_cmd(p_env, mmc_timeout_ms, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (0 != i_status) return CDIO_DISC_MODE_ERROR; base = &buf[4]; layer = &s->physical.layer[layer_num]; /* * place the data... really ugly, but at least we won't have to * worry about endianess in userspace. */ memset(layer, 0, sizeof(*layer)); layer->book_version = base[0] & 0xf; layer->book_type = base[0] >> 4; layer->min_rate = base[1] & 0xf; layer->disc_size = base[1] >> 4; layer->layer_type = base[2] & 0xf; layer->track_path = (base[2] >> 4) & 1; layer->nlayers = (base[2] >> 5) & 3; layer->track_density = base[3] & 0xf; layer->linear_density = base[3] >> 4; layer->start_sector = base[5] << 16 | base[6] << 8 | base[7]; layer->end_sector = base[9] << 16 | base[10] << 8 | base[11]; layer->end_sector_l0 = base[13] << 16 | base[14] << 8 | base[15]; layer->bca = base[16] >> 7; return (discmode_t) DRIVER_OP_SUCCESS; } /** Get the media catalog number (MCN) or the ISRC Note: string is malloc'd so caller should free() then returned string when done with it. @param p_cdio @param i_track track number @param sub_chan_param 2 for MCN, 3 for ISRC @return malloc'd string holding the MCN or ISRC on success or NULL on failure */ char * mmc_get_mcn_isrc_private ( const CdIo_t *p_cdio, track_t i_track, unsigned char sub_chan_param ) { char buf[24]; /* 4 header + 20 data (MMC-4 tables 424, 431, 432) */ unsigned int num_data; size_t length; driver_return_code_t i_rc; switch(sub_chan_param) { case CDIO_SUBCHANNEL_MEDIA_CATALOG: /* MCN */ length = CDIO_MCN_SIZE; break; case CDIO_SUBCHANNEL_TRACK_ISRC: /* ISRC */ length = CDIO_ISRC_SIZE; break; default: return NULL; } /* inquire number of available reply bytes workaround for bad device drivers */ num_data = 4; /* header only */ i_rc = mmc_read_subchannel (p_cdio, i_track, sub_chan_param, &num_data, buf, 0); if (i_rc != DRIVER_OP_SUCCESS) return NULL; if (num_data > sizeof(buf)) num_data = sizeof(buf); if (num_data < 9 + length) return NULL; /* Not enough data available */ i_rc = mmc_read_subchannel (p_cdio, i_track, sub_chan_param, &num_data, buf, 0); if (i_rc != DRIVER_OP_SUCCESS) return NULL; if (num_data < 9 + length) return NULL; /* Not enough data returned */ if ( ! (buf[8] & 0x80) ) /* MCVAL / TCVAL bit indicates a valid response */ return NULL; /* MCN/ISRC not valid */ return strndup(&buf[9], length); } driver_return_code_t mmc_set_blocksize_private ( void *p_env, const mmc_run_cmd_fn_t run_mmc_cmd, uint16_t i_blocksize) { mmc_cdb_t cdb = {{0, }}; struct { uint8_t reserved1; uint8_t medium; uint8_t reserved2; uint8_t block_desc_length; uint8_t density; uint8_t number_of_blocks_hi; uint8_t number_of_blocks_med; uint8_t number_of_blocks_lo; uint8_t reserved3; uint8_t block_length_hi; uint8_t block_length_med; uint8_t block_length_lo; } mh; if ( ! p_env ) return DRIVER_OP_UNINIT; if ( ! run_mmc_cmd ) return DRIVER_OP_UNSUPPORTED; memset (&mh, 0, sizeof (mh)); mh.block_desc_length = 0x08; /* while i_blocksize is uint16_t, this expression is always 0 */ mh.block_length_hi = (i_blocksize >> 16) & 0xff; mh.block_length_med = (i_blocksize >> 8) & 0xff; mh.block_length_lo = (i_blocksize >> 0) & 0xff; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_MODE_SELECT_6); cdb.field[1] = 1 << 4; cdb.field[4] = 12; return run_mmc_cmd (p_env, mmc_timeout_ms, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_WRITE, sizeof(mh), &mh); } /*********************************************************** User-accessible Operations. ************************************************************/ /** Read Audio Subchannel information @param p_cdio the CD object to be acted upon. */ driver_return_code_t mmc_audio_read_subchannel (CdIo_t *p_cdio, cdio_subchannel_t *p_subchannel) { mmc_cdb_t cdb; driver_return_code_t i_rc; cdio_mmc_subchannel_t mmc_subchannel; if (!p_cdio) return DRIVER_OP_UNINIT; memset(&mmc_subchannel, 0, sizeof(mmc_subchannel)); mmc_subchannel.format = CDIO_CDROM_MSF; memset(&cdb, 0, sizeof(mmc_cdb_t)); CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_SUBCHANNEL); CDIO_MMC_SET_READ_LENGTH8(cdb.field, sizeof(cdio_mmc_subchannel_t)); cdb.field[1] = CDIO_CDROM_MSF; cdb.field[2] = 0x40; /* subq */ cdb.field[3] = CDIO_SUBCHANNEL_CURRENT_POSITION; cdb.field[6] = 0; /* track number (only in isrc mode, ignored) */ i_rc = mmc_run_cmd(p_cdio, mmc_timeout_ms, &cdb, SCSI_MMC_DATA_READ, sizeof(cdio_mmc_subchannel_t), &mmc_subchannel); if (DRIVER_OP_SUCCESS == i_rc) { p_subchannel->format = mmc_subchannel.format; p_subchannel->audio_status = mmc_subchannel.audio_status; p_subchannel->address = mmc_subchannel.address; p_subchannel->control = mmc_subchannel.control; p_subchannel->track = mmc_subchannel.track; p_subchannel->index = mmc_subchannel.index; p_subchannel->abs_addr.m = cdio_to_bcd8(mmc_subchannel.abs_addr[1]); p_subchannel->abs_addr.s = cdio_to_bcd8(mmc_subchannel.abs_addr[2]); p_subchannel->abs_addr.f = cdio_to_bcd8(mmc_subchannel.abs_addr[3]); p_subchannel->rel_addr.m = cdio_to_bcd8(mmc_subchannel.rel_addr[1]); p_subchannel->rel_addr.s = cdio_to_bcd8(mmc_subchannel.rel_addr[2]); p_subchannel->rel_addr.f = cdio_to_bcd8(mmc_subchannel.rel_addr[3]); } return i_rc; } /** Get the block size used in read requests, via MMC (e.g. READ_10, READ_MSF, ...) @param p_cdio the CD object to be acted upon. @return the blocksize if > 0; error if <= 0 */ int mmc_get_blocksize ( CdIo_t *p_cdio) { int i_status; uint8_t buf[255] = { 0, }; uint8_t *p; /* First try using the 6-byte MODE SENSE command. */ i_status = mmc_mode_sense_6(p_cdio, buf, sizeof(buf), CDIO_MMC_R_W_ERROR_PAGE); if (DRIVER_OP_SUCCESS == i_status && buf[3]>=8) { p = &buf[4+5]; return CDIO_MMC_GET_LEN16(p); } /* Next try using the 10-byte MODE SENSE command. */ i_status = mmc_mode_sense_10(p_cdio, buf, sizeof(buf), CDIO_MMC_R_W_ERROR_PAGE); p = &buf[6]; if (DRIVER_OP_SUCCESS == i_status && CDIO_MMC_GET_LEN16(p)>=8) { return CDIO_MMC_GET_LEN16(p); } #ifdef IS_THIS_CORRECT /* Lastly try using the READ CAPACITY command. */ { lba_t lba = 0; uint16_t i_blocksize; i_status = mmc_read_capacity(p_cdio, &lba, &i_blocksize); if ( DRIVER_OP_SUCCESS == i_status ) return i_blocksize; #endif return DRIVER_OP_UNSUPPORTED; } /** Return the number of length in bytes of the Command Descriptor buffer (CDB) for a given MMC command. The length will be either 6, 10, or 12. */ uint8_t mmc_get_cmd_len(uint8_t scsi_cmd) { static const uint8_t scsi_cdblen[8] = {6, 10, 10, 12, 12, 12, 10, 10}; return scsi_cdblen[((scsi_cmd >> 5) & 7)]; } /** Return the size of the CD in logical block address (LBA) units. @param p_cdio the CD object to be acted upon. @return the lsn. On error 0 or CDIO_INVALD_LSN. */ lsn_t mmc_get_disc_last_lsn ( const CdIo_t *p_cdio ) { mmc_cdb_t cdb = {{0, }}; uint8_t buf[12] = { 0, }; lsn_t retval = 0; int i_status; /* Operation code */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_TOC); cdb.field[1] = 0; /* lba; msf: 0x2 */ /* Format */ cdb.field[2] = CDIO_MMC_READTOC_FMT_TOC; CDIO_MMC_SET_START_TRACK(cdb.field, CDIO_CDROM_LEADOUT_TRACK); CDIO_MMC_SET_READ_LENGTH16(cdb.field, sizeof(buf)); i_status = mmc_run_cmd(p_cdio, mmc_timeout_ms, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), buf); if (i_status) return CDIO_INVALID_LSN; { int i; for (i = 8; i < 12; i++) { retval <<= 8; retval += buf[i]; } } return retval; } /** Return the discmode as reported by the SCSI-MMC Read (FULL) TOC command. Information was obtained from Section 5.1.13 (Read TOC/PMA/ATIP) pages 56-62 from the MMC draft specification, revision 10a at http://www.t10.org/ftp/t10/drafts/mmc/mmc-r10a.pdf See especially tables 72, 73 and 75. */ discmode_t mmc_get_discmode( const CdIo_t *p_cdio ) { uint8_t buf[14] = { 0, }; mmc_cdb_t cdb; memset(&cdb, 0, sizeof(mmc_cdb_t)); CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_TOC); CDIO_MMC_SET_READ_LENGTH8(cdb.field, sizeof(buf)); cdb.field[1] = CDIO_CDROM_MSF; /* The MMC-5 spec may require this. */ cdb.field[2] = CDIO_MMC_READTOC_FMT_FULTOC; mmc_run_cmd(p_cdio, 2000, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), buf); if (buf[7] == 0xA0) { if (buf[13] == 0x00) { if (buf[5] & 0x04) return CDIO_DISC_MODE_CD_DATA; else return CDIO_DISC_MODE_CD_DA; } else if (buf[13] == 0x10) return CDIO_DISC_MODE_CD_I; else if (buf[13] == 0x20) return CDIO_DISC_MODE_CD_XA; } return CDIO_DISC_MODE_NO_INFO; } /** Get drive capabilities for a device. @param p_cdio the CD object to be acted upon. @return the drive capabilities. */ void mmc_get_drive_cap (CdIo_t *p_cdio, /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap) { /* Largest buffer size we use. */ #define BUF_MAX 2048 uint8_t buf[BUF_MAX+2] = { 0, }; int i_status; uint16_t i_data = BUF_MAX; int page = CDIO_MMC_ALL_PAGES; if ( ! p_cdio ) return; retry: /* In the first run we run MODE SENSE 10 we are trying to get the length of the data features. */ i_status = mmc_mode_sense_10(p_cdio, buf, 8, CDIO_MMC_ALL_PAGES); if (DRIVER_OP_SUCCESS == i_status) { uint16_t i_data_try = (uint16_t) CDIO_MMC_GET_LEN16(buf); if (i_data_try < BUF_MAX) i_data = i_data_try; } /* Now try getting all features with length set above, possibly truncated or the default length if we couldn't get the proper length. */ i_status = mmc_mode_sense_10(p_cdio, buf, i_data, CDIO_MMC_ALL_PAGES); if (0 != i_status && CDIO_MMC_CAPABILITIES_PAGE != page) { page = CDIO_MMC_CAPABILITIES_PAGE; goto retry; } if (DRIVER_OP_SUCCESS == i_status) { uint8_t *p; uint8_t *p_max = buf + 256; *p_read_cap = 0; *p_write_cap = 0; *p_misc_cap = 0; /* set to first sense mask, and then walk through the masks */ p = buf + 8; while( (p < &(buf[2+i_data])) && (p < p_max) ) { uint8_t which_page; which_page = p[0] & 0x3F; switch( which_page ) { case CDIO_MMC_AUDIO_CTL_PAGE: case CDIO_MMC_R_W_ERROR_PAGE: case CDIO_MMC_CDR_PARMS_PAGE: /* Don't handle these yet. */ break; case CDIO_MMC_CAPABILITIES_PAGE: mmc_get_drive_cap_buf(p, p_read_cap, p_write_cap, p_misc_cap); break; default: ; } p += (p[1] + 2); } } else { cdio_info("%s: %s\n", "error in MODE_SELECT", strerror(errno)); *p_read_cap = CDIO_DRIVE_CAP_ERROR; *p_write_cap = CDIO_DRIVE_CAP_ERROR; *p_misc_cap = CDIO_DRIVE_CAP_ERROR; } return; } /** Get the MMC level supported by the device. */ cdio_mmc_level_t mmc_get_drive_mmc_cap(CdIo_t *p_cdio) { uint8_t buf[256] = { 0, }; uint8_t len; int rc = mmc_mode_sense(p_cdio, buf, sizeof(buf), CDIO_MMC_CAPABILITIES_PAGE); if (DRIVER_OP_SUCCESS != rc) { return CDIO_MMC_LEVEL_NONE; } len = buf[1]; if (16 > len) { return CDIO_MMC_LEVEL_WEIRD; } else if (28 <= len) { return CDIO_MMC_LEVEL_3; } else if (24 <= len) { return CDIO_MMC_LEVEL_2; } else if (20 <= len) { return CDIO_MMC_LEVEL_1; } else { return CDIO_MMC_LEVEL_WEIRD; } } /** Get the DVD type associated with cd object. @param p_cdio the CD object to be acted upon. @return the DVD discmode. */ discmode_t mmc_get_dvd_struct_physical ( const CdIo_t *p_cdio, cdio_dvd_struct_t *s) { if ( ! p_cdio ) return -2; return mmc_get_dvd_struct_physical_private (p_cdio->env, p_cdio->op.run_mmc_cmd, s); } /** Get the CD-ROM hardware info via a MMC INQUIRY command. False is returned if we had an error getting the information. @param p_cdio the CD object to be acted upon. @return true if we were able to get hardware info, false if we had an error. */ bool mmc_get_hwinfo ( const CdIo_t *p_cdio, /*out*/ cdio_hwinfo_t *hw_info ) { int i_status; /* Result of MMC command */ char buf[36] = { 0, }; /* Place to hold returned data */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Block */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_INQUIRY); cdb.field[4] = sizeof(buf); if (! p_cdio || ! hw_info ) return false; i_status = mmc_run_cmd(p_cdio, mmc_timeout_ms, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { memcpy(hw_info->psz_vendor, buf + 8, sizeof(hw_info->psz_vendor)-1); hw_info->psz_vendor[sizeof(hw_info->psz_vendor)-1] = '\0'; memcpy(hw_info->psz_model, buf + 8 + CDIO_MMC_HW_VENDOR_LEN, sizeof(hw_info->psz_model)-1); hw_info->psz_model[sizeof(hw_info->psz_model)-1] = '\0'; memcpy(hw_info->psz_revision, buf + 8 + CDIO_MMC_HW_VENDOR_LEN + CDIO_MMC_HW_MODEL_LEN, sizeof(hw_info->psz_revision)-1); hw_info->psz_revision[sizeof(hw_info->psz_revision)-1] = '\0'; return true; } return false; } /** Find out if media has changed since the last call. @param p_cdio the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ int mmc_get_media_changed(const CdIo_t *p_cdio) { uint8_t status_buf[2]; int i_status; i_status = mmc_get_event_status(p_cdio, status_buf); if (i_status != DRIVER_OP_SUCCESS) return i_status; return (status_buf[0] & 0x02) ? 1 : 0; } /** Get the media catalog number (MCN) from the CD via MMC. @param p_cdio the CD object to be acted upon. @return the media catalog number r NULL if there is none or we don't have the ability to get it. Note: The caller must free the returned string with cdio_free() when done with it. */ char * mmc_get_mcn ( const CdIo_t *p_cdio ) { if ( ! p_cdio ) return NULL; return mmc_get_mcn_isrc_private (p_cdio, 0, CDIO_SUBCHANNEL_MEDIA_CATALOG ); } /** Get the international standard recording code (ISRC) of the track via MMC. @param p_cdio the CD object to be acted upon. @param i_track the track to get the ISRC info for. @return the international standard recording code or NULL if there is none or we don't have the ability to get it. Note: The caller must free the returned string with cdio_free() when done with it. */ char * mmc_get_track_isrc ( const CdIo_t *p_cdio, track_t i_track ) { if ( ! p_cdio ) return NULL; return mmc_get_mcn_isrc_private (p_cdio, i_track, CDIO_SUBCHANNEL_TRACK_ISRC ); } /** Read cdtext information for a CdIo_t object . @return pointer to data on success, NULL on error or CD-Text information does not exist. Note: the caller must free the returned memory */ uint8_t * mmc_read_cdtext (const CdIo_t *p_cdio) { unsigned char buf[4]; unsigned char * wdata; int i_status; unsigned int i_cdtext; if ( ! p_cdio ) return NULL; /* We may need to give CD-Text a little more time to complete. */ /* First off, just try and read the size */ i_cdtext = 4; i_status = mmc_read_toc_cdtext(p_cdio, &i_cdtext, buf, 0); if (i_status != DRIVER_OP_SUCCESS) { return NULL; } if (i_cdtext > CDTEXT_LEN_BINARY_MAX + 2) i_cdtext = CDTEXT_LEN_BINARY_MAX + 4; else i_cdtext += 2; /* data length does not include the data length field */ wdata = malloc(i_cdtext); /* is zeroed in mmc_toc_read_cdtext */ /* Read all of it */ i_status = mmc_read_toc_cdtext(p_cdio, &i_cdtext, wdata, 0); if (i_status != DRIVER_OP_SUCCESS) { free(wdata); return NULL; } return wdata; } /** Find out if media tray is open or closed. @param p_cdio the CD object to be acted upon. @return 1 if media is open, 0 if closed. Error return codes are the same as driver_return_code_t */ int mmc_get_tray_status(const CdIo_t *p_cdio) { uint8_t status_buf[2]; int i_status; i_status = mmc_get_event_status(p_cdio, status_buf); if (i_status != DRIVER_OP_SUCCESS) return i_status; return (status_buf[1] & 0x01) ? 1 : 0; } /* Added in version 0.83 by scdbackup */ /** Obtain the SCSI sense reply of the most-recently-performed MMC command. These bytes give an indication of possible problems which occured in the drive while the command was performed. With some commands they tell about the current state of the drive (e.g. 00h TEST UNIT READY). @param p_cdio CD structure set by cdio_open(). @param sense returns the sense bytes received from the drive. This is allocated memory or NULL if no sense bytes are available. Dispose non-NULL pointers by cdio_free() when no longer needed. See SPC-3 4.5.3 Fixed format sense data. SCSI error codes as of SPC-3 Annex D, MMC-5 Annex F: sense[2]&15 = Key , sense[12] = ASC , sense[13] = ASCQ @return number of valid bytes in sense, 0 in case of no sense bytes available, <0 in case of internal error. */ int mmc_last_cmd_sense(const CdIo_t *p_cdio, cdio_mmc_request_sense_t **pp_sense) { generic_img_private_t *gen; if (!p_cdio) return DRIVER_OP_UNINIT; gen = p_cdio->env; *pp_sense = NULL; if (gen->scsi_mmc_sense_valid <= 0) return 0; *pp_sense = calloc(1, gen->scsi_mmc_sense_valid); if (*pp_sense == NULL) return DRIVER_OP_ERROR; memcpy(*pp_sense, gen->scsi_mmc_sense, gen->scsi_mmc_sense_valid); return gen->scsi_mmc_sense_valid; } /** Run a MMC command. @param cdio CD structure set by cdio_open(). @param i_timeout time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. @param buf Buffer for data, both sending and receiving @param len Size of buffer @param e_direction direction the transfer is to go @param cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. */ driver_return_code_t mmc_run_cmd( const CdIo_t *p_cdio, unsigned int i_timeout_ms, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { if (!p_cdio) return DRIVER_OP_UNINIT; if (!p_cdio->op.run_mmc_cmd) return DRIVER_OP_UNSUPPORTED; return p_cdio->op.run_mmc_cmd(p_cdio->env, i_timeout_ms, mmc_get_cmd_len(p_cdb->field[0]), p_cdb, e_direction, i_buf, p_buf); } /* Added by SukkoPera to allow CDB length to be specified manually */ /** Run a Multimedia command (MMC) specifying the CDB length. The motivation here is for example ot use in is an undocumented debug command for LG drives (namely E7), whose length is being miscalculated by mmc_get_cmd_len(); it doesn't follow the usual code number to length conventions. Patch supplied by SukkoPera. @param p_cdio CD structure set by cdio_open(). @param i_timeout_ms time in milliseconds we will wait for the command to complete. @param p_cdb CDB bytes. All values that are needed should be set on input. @param i_cdb number of CDB bytes. @param e_direction direction the transfer is to go. @param i_buf Size of buffer @param p_buf Buffer for data, both sending and receiving. @return 0 if command completed successfully. */ driver_return_code_t mmc_run_cmd_len( const CdIo_t *p_cdio, unsigned int i_timeout_ms, const mmc_cdb_t *p_cdb, unsigned int i_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { if (!p_cdio) return DRIVER_OP_UNINIT; if (!p_cdio->op.run_mmc_cmd) return DRIVER_OP_UNSUPPORTED; return p_cdio->op.run_mmc_cmd(p_cdio->env, i_timeout_ms, i_cdb, p_cdb, e_direction, i_buf, p_buf); } /** See if CD-ROM has feature with value value @return true if we have the feature and false if not. */ bool_3way_t mmc_have_interface( CdIo_t *p_cdio, cdio_mmc_feature_interface_t e_interface ) { int i_status; /* Result of MMC command */ uint8_t buf[65530] = { 0, }; /* Place to hold returned data */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Buffer */ if (!p_cdio || !p_cdio->op.run_mmc_cmd) return nope; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_GET_CONFIGURATION); CDIO_MMC_SET_READ_LENGTH8(cdb.field, sizeof(buf)); cdb.field[1] = CDIO_MMC_GET_CONF_NAMED_FEATURE; cdb.field[3] = CDIO_MMC_FEATURE_CORE; i_status = mmc_run_cmd(p_cdio, 0, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (DRIVER_OP_SUCCESS == i_status) { uint8_t *p; uint32_t i_data; uint8_t *p_max = buf + 65530; i_data = (unsigned int) CDIO_MMC_GET_LEN32(buf); /* set to first sense feature code, and then walk through the masks */ p = buf + 8; while( (p < &(buf[i_data])) && (p < p_max) ) { uint16_t i_feature; uint8_t i_feature_additional = p[3]; i_feature = CDIO_MMC_GET_LEN16(p); if (CDIO_MMC_FEATURE_CORE == i_feature) { uint8_t *q = p+4; uint32_t i_interface_standard = CDIO_MMC_GET_LEN32(q); if (e_interface == i_interface_standard) return yep; } p += i_feature_additional + 4; } return nope; } else return dunno; } /** Read sectors using SCSI-MMC GPCMD_READ_CD. Can read only up to 25 blocks. */ driver_return_code_t mmc_read_sectors ( const CdIo_t *p_cdio, void *p_buf, lsn_t i_lsn, int sector_type, uint32_t i_blocks ) { mmc_cdb_t cdb = {{0, }}; mmc_run_cmd_fn_t run_mmc_cmd; if (!p_cdio) return DRIVER_OP_UNINIT; if (!p_cdio->op.run_mmc_cmd ) return DRIVER_OP_UNSUPPORTED; run_mmc_cmd = p_cdio->op.run_mmc_cmd; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_CD); CDIO_MMC_SET_READ_TYPE (cdb.field, sector_type); CDIO_MMC_SET_READ_LBA (cdb.field, i_lsn); CDIO_MMC_SET_READ_LENGTH24(cdb.field, i_blocks); CDIO_MMC_SET_MAIN_CHANNEL_SELECTION_BITS(cdb.field, CDIO_MMC_MCSB_ALL_HEADERS); return run_mmc_cmd (p_cdio->env, mmc_timeout_ms, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, CDIO_CD_FRAMESIZE_RAW * i_blocks, p_buf); } driver_return_code_t mmc_set_blocksize ( const CdIo_t *p_cdio, uint16_t i_blocksize) { if ( ! p_cdio ) return DRIVER_OP_UNINIT; return mmc_set_blocksize_private (p_cdio->env, p_cdio->op.run_mmc_cmd, i_blocksize); } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/mmc/mmc_ll_cmds.c0000644000175000017500000004654313204104700015274 00000000000000/* Wrappers for specific Multimedia Command (MMC) commands e.g., READ DISC, START/STOP UNIT. Copyright (C) 2010-2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include "cdio_private.h" #include "mmc_cmd_helper.h" #ifdef HAVE_STRING_H #include #endif /** Get drive capabilities vis SCSI-MMC GET CONFIGURATION @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param i_return_type value in range 0..2 giving what kind of configuration to return: : 0 Full Header and Full Descriptors; : 1 Feature Headers and those with their Current Bit. : 2 One Feature header and zero or one Feature Descriptors. @param i_starting_feature_number feature number from which to start getting information. @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_get_configuration(const CdIo_t *p_cdio, void *p_buf, unsigned int i_size, unsigned int i_return_type, unsigned int i_starting_feature_number, unsigned int i_timeout_ms) { MMC_CMD_SETUP(CDIO_MMC_GPCMD_GET_CONFIGURATION); CDIO_MMC_SET_READ_LENGTH8(cdb.field, i_size); if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; cdb.field[1] = i_return_type & 0x3; CDIO_MMC_SET_LEN16(cdb.field, 2, i_starting_feature_number); return MMC_RUN_CMD(SCSI_MMC_DATA_READ, i_timeout_ms); } /** Return results of media event status via SCSI-MMC GET EVENT STATUS @param p_cdio the CD object to be acted upon. @param out_buf media status code from operation @return DRIVER_OP_SUCCESS (0) if we got the status. Return codes are the same as driver_return_code_t */ driver_return_code_t mmc_get_event_status(const CdIo_t *p_cdio, uint8_t out_buf[2]) { uint8_t buf[8] = { 0, }; void *p_buf = &buf; const unsigned int i_size = sizeof(buf); driver_return_code_t i_status; MMC_CMD_SETUP_READ16(CDIO_MMC_GPCMD_GET_EVENT_STATUS); cdb.field[1] = 1; /* We poll for info */ cdb.field[4] = 1 << 4; /* We want Media events */ i_status = MMC_RUN_CMD(SCSI_MMC_DATA_READ, mmc_timeout_ms); if (i_status == DRIVER_OP_SUCCESS) { out_buf[0] = buf[4]; out_buf[1] = buf[5]; } return i_status; } /** Run a SCSI-MMC MODE SELECT (10-byte) command and put the results in p_buf. @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param page which "page" of the mode sense command we are interested in @param i_timeout_ms value in milliseconds to use on timeout. Setting to 0 uses the default time-out value stored in mmc_timeout_ms. @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_mode_select_10(CdIo_t *p_cdio, /*out*/ void *p_buf, unsigned int i_size, int page, unsigned int i_timeout_ms) { MMC_CMD_SETUP_READ16(CDIO_MMC_GPCMD_MODE_SELECT_10); if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; cdb.field[1] = page; return MMC_RUN_CMD(SCSI_MMC_DATA_WRITE, i_timeout_ms); } /** Run a SCSI-MMC MODE SENSE command (10-byte version) and put the results in p_buf @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param page which "page" of the mode sense command we are interested in @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_mode_sense_10(CdIo_t *p_cdio, void *p_buf, unsigned int i_size, unsigned int page) { MMC_CMD_SETUP_READ16(CDIO_MMC_GPCMD_MODE_SENSE_10); cdb.field[2] = CDIO_MMC_ALL_PAGES & page; return MMC_RUN_CMD(SCSI_MMC_DATA_READ, mmc_timeout_ms); } /** Run a SCSI-MMC MODE SENSE command (6-byte version) and put the results in p_buf @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param page which "page" of the mode sense command we are interested in @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_mode_sense_6(CdIo_t *p_cdio, void *p_buf, unsigned int i_size, int page) { MMC_CMD_SETUP(CDIO_MMC_GPCMD_MODE_SENSE_6); cdb.field[4] = i_size; cdb.field[2] = CDIO_MMC_ALL_PAGES & page; return MMC_RUN_CMD(SCSI_MMC_DATA_READ, mmc_timeout_ms); } /** Request preventing/allowing medium removal on a drive via SCSI-MMC PREVENT/ALLOW MEDIUM REMOVAL. @param p_cdio the CD object to be acted upon. @param b_prevent true of drive locked and false if unlocked @param b_persisent make b_prevent state persistent @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_prevent_allow_medium_removal(const CdIo_t *p_cdio, bool b_persistent, bool b_prevent, unsigned int i_timeout_ms) { uint8_t buf[8] = { 0, }; void *p_buf = &buf; const unsigned int i_size = 0; MMC_CMD_SETUP(CDIO_MMC_GPCMD_PREVENT_ALLOW_MEDIUM_REMOVAL); if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; if (b_prevent) cdb.field[4] |= 1; if (b_persistent) cdb.field[4] |= 2; return MMC_RUN_CMD(SCSI_MMC_DATA_WRITE, i_timeout_ms); } /* Maximum blocks to retrieve. Would be nice to customize this based on drive capabilities. */ #define MAX_CD_READ_BLOCKS 16 /** Issue a MMC READ_CD command. @param p_cdio object to read from @param p_buf1 Place to store data. The caller should ensure that p_buf1 can hold at least i_blocksize * i_blocks bytes. @param i_lsn sector to read @param expected_sector_type restricts reading to a specific CD sector type. Only 3 bits with values 1-5 are used: 0 all sector types 1 CD-DA sectors only 2 Mode 1 sectors only 3 Mode 2 formless sectors only. Note in contrast to all other values an MMC CD-ROM is not required to support this mode. 4 Mode 2 Form 1 sectors only 5 Mode 2 Form 2 sectors only @param b_digital_audio_play Control error concealment when the data being read is CD-DA. If the data being read is not CD-DA, this parameter is ignored. If the data being read is CD-DA and DAP is false zero, then the user data returned should not be modified by flaw obscuring mechanisms such as audio data mute and interpolate. If the data being read is CD-DA and DAP is true, then the user data returned should be modified by flaw obscuring mechanisms such as audio data mute and interpolate. b_sync_header return the sync header (which will probably have the same value as CDIO_SECTOR_SYNC_HEADER of size CDIO_CD_SYNC_SIZE). @param header_codes Header Codes refer to the sector header and the sub-header that is present in mode 2 formed sectors: 0 No header information is returned. 1 The 4-byte sector header of data sectors is be returned, 2 The 8-byte sector sub-header of mode 2 formed sectors is returned. 3 Both sector header and sub-header (12 bytes) is returned. The Header preceeds the rest of the bytes (e.g. user-data bytes) that might get returned. @param b_user_data Return user data if true. For CD-DA, the User Data is CDIO_CD_FRAMESIZE_RAW bytes. For Mode 1, The User Data is ISO_BLOCKSIZE bytes beginning at offset CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE. For Mode 2 formless, The User Data is M2RAW_SECTOR_SIZE bytes beginning at offset CDIO_CD_HEADER_SIZE+CDIO_CD_SUBHEADER_SIZE. For data Mode 2, form 1, User Data is ISO_BLOCKSIZE bytes beginning at offset CDIO_CD_XA_SYNC_HEADER. For data Mode 2, form 2, User Data is 2 324 bytes beginning at offset CDIO_CD_XA_SYNC_HEADER. @param b_sync @param b_edc_ecc true if we return EDC/ECC error detection/correction bits. The presence and size of EDC redundancy or ECC parity is defined according to sector type: CD-DA sectors have neither EDC redundancy nor ECC parity. Data Mode 1 sectors have 288 bytes of EDC redundancy, Pad, and ECC parity beginning at offset 2064. Data Mode 2 formless sectors have neither EDC redundancy nor ECC parity Data Mode 2 form 1 sectors have 280 bytes of EDC redundancy and ECC parity beginning at offset 2072 Data Mode 2 form 2 sectors optionally have 4 bytes of EDC redundancy beginning at offset 2348. @param c2_error_information If true associate a bit with each sector for C2 error The resulting bit field is ordered exactly as the main channel bytes. Each 8-bit boundary defines a byte of flag bits. @param subchannel_selection subchannel-selection bits 0 No Sub-channel data shall be returned. (0 bytes) 1 RAW P-W Sub-channel data shall be returned. (96 byte) 2 Formatted Q sub-channel data shall be transferred (16 bytes) 3 Reserved 4 Corrected and de-interleaved R-W sub-channel (96 bytes) 5-7 Reserved @param i_blocksize size of the a block expected to be returned @param i_blocks number of blocks expected to be returned. @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_read_cd(const CdIo_t *p_cdio, void *p_buf1, lsn_t i_lsn, int read_sector_type, bool b_digital_audio_play, bool b_sync, uint8_t header_codes, bool b_user_data, bool b_edc_ecc, uint8_t c2_error_information, uint8_t subchannel_selection, uint16_t i_blocksize, uint32_t i_blocks) { void *p_buf = p_buf1; uint8_t cdb9 = 0; const unsigned int i_timeout = mmc_timeout_ms * (MAX_CD_READ_BLOCKS/2); MMC_CMD_SETUP(CDIO_MMC_GPCMD_READ_CD); /* Catch what may be a common bug. */ if (NULL == p_buf) return DRIVER_OP_BAD_POINTER; CDIO_MMC_SET_READ_TYPE(cdb.field, read_sector_type); if (b_digital_audio_play) cdb.field[1] |= 0x2; if (b_sync) cdb9 |= 128; if (b_user_data) cdb9 |= 16; if (b_edc_ecc) cdb9 |= 8; cdb9 |= (header_codes & 3) << 5; cdb9 |= (c2_error_information & 3) << 1; cdb.field[9] = cdb9; cdb.field[10] = (subchannel_selection & 7); { unsigned int j = 0; int i_status = DRIVER_OP_SUCCESS; while (i_blocks > 0) { const unsigned i_blocks2 = (i_blocks > MAX_CD_READ_BLOCKS) ? MAX_CD_READ_BLOCKS : i_blocks; const unsigned int i_size = i_blocksize * i_blocks2; p_buf = ((char *)p_buf1 ) + (j * i_blocksize); CDIO_MMC_SET_READ_LBA (cdb.field, (i_lsn+j)); CDIO_MMC_SET_READ_LENGTH24(cdb.field, i_blocks2); i_status = MMC_RUN_CMD(SCSI_MMC_DATA_READ, i_timeout); if (i_status) return i_status; i_blocks -= i_blocks2; j += i_blocks2; } return i_status; } } /** Request information about et drive capabilities vis SCSI-MMC READ DISC INFORMATION @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param data_type kind of information to retrieve. @return DRIVER_OP_SUCCESS (0) if we got the status. */ driver_return_code_t mmc_read_disc_information(const CdIo_t *p_cdio, /*out*/ void *p_buf, unsigned int i_size, cdio_mmc_read_disc_info_datatype_t data_type, unsigned int i_timeout_ms) { MMC_CMD_SETUP(CDIO_MMC_GPCMD_READ_DISC_INFO); CDIO_MMC_SET_READ_LENGTH8(cdb.field, i_size); if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; cdb.field[1] = data_type & 0x7; return MMC_RUN_CMD(SCSI_MMC_DATA_READ, i_timeout_ms); } /** Set the drive speed in K bytes per second using SCSI-MMC SET SPEED. . @param p_cdio CD structure set by cdio_open(). @param i_Kbs_speed speed in K bytes per second. Note this is not in standard CD-ROM speed units, e.g. 1x, 4x, 16x as it is in cdio_set_speed. To convert CD-ROM speed units to Kbs, multiply the number by 176 (for raw data) and by 150 (for filesystem data). Also note that ATAPI specs say that a value less than 176 will result in an error. On many CD-ROM drives, specifying a value too large will result in using the fastest speed. @return the drive speed if greater than 0. -1 if we had an error. is -2 returned if this is not implemented for the current driver. @see cdio_set_speed and mmc_set_drive_speed @return DRIVER_OP_SUCCESS if we ran the command ok. */ int mmc_set_speed(const CdIo_t *p_cdio, int i_Kbs_speed, unsigned int i_timeout_ms) { uint8_t buf[14] = { 0, }; void * p_buf = &buf; const unsigned int i_size = sizeof(buf); MMC_CMD_SETUP(CDIO_MMC_GPCMD_SET_SPEED); if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; /* If the requested speed is less than 1x 176 kb/s this command will return an error - it's part of the ATAPI specs. Therefore, test and stop early. */ if ( i_Kbs_speed < 176 ) return -1; CDIO_MMC_SET_LEN16(cdb.field, 2, i_Kbs_speed); /* Some drives like the Creative 24x CDRW require one to set a nonzero write speed or else one gets an error back. Some specifications have setting the value 0xfffff indicate setting to the maximum allowable speed. */ CDIO_MMC_SET_LEN16(cdb.field, 4, 0xffff); return MMC_RUN_CMD(SCSI_MMC_DATA_WRITE, i_timeout_ms); } /** Load or Unload media using a SCSI-MMC START/STOP UNIT command. @param p_cdio the CD object to be acted upon. @param b_eject eject if true and close tray if false @param b_immediate wait or don't wait for operation to complete @param power_condition Set CD-ROM to idle/standby/sleep. If nonzero, eject/load is ignored, so set to 0 if you want to eject or load. @see mmc_eject_media or mmc_close_tray */ driver_return_code_t mmc_start_stop_unit(const CdIo_t *p_cdio, bool b_eject, bool b_immediate, uint8_t power_condition, unsigned int i_timeout_ms) { uint8_t buf[1]; void * p_buf = &buf; const unsigned int i_size = 0; MMC_CMD_SETUP_READ16(CDIO_MMC_GPCMD_START_STOP_UNIT); if (b_immediate) cdb.field[1] |= 1; if (power_condition) cdb.field[4] = power_condition << 4; else { if (b_eject) cdb.field[4] = 2; /* eject */ else cdb.field[4] = 3; /* close tray for tray-type */ } return MMC_RUN_CMD(SCSI_MMC_DATA_WRITE, mmc_timeout_ms); } /** Check if drive is ready using SCSI-MMC TEST UNIT READY command. @param p_cdio the CD object to be acted upon. @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_test_unit_ready(const CdIo_t *p_cdio, unsigned int i_timeout_ms) { const unsigned int i_size = 0; void * p_buf = NULL; MMC_CMD_SETUP_READ16(CDIO_MMC_GPCMD_TEST_UNIT_READY); if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; return MMC_RUN_CMD(SCSI_MMC_DATA_NONE, i_timeout_ms); } /** Issue a READ SUB-CHANNEL command to read current position, ISRC or MCN from subchannel Q. Note: READ SUB-CHANNEL is deprecated as of MMC-5 but the alternative requires manual parsing of the subchannel. @param p_cdio the CD object to be acted upon. @param i_track track number (only for ISRC) @param sub_chan_param 2 for MCN, 3 for ISRC @param i_length pointer to number of bytes to request. Will be overwritten by the number of bytes available. @param p_buf pointer to the location for the returned data @return DRIVER_OP_SUCCESS on success */ driver_return_code_t mmc_read_subchannel ( const CdIo_t *p_cdio, track_t i_track, unsigned char sub_chan_param, unsigned int *i_length, char *p_buf, unsigned int i_timeout_ms ) { unsigned int i_size = *i_length; mmc_cdb_t cdb = {{0, }}; driver_return_code_t i_status; if (i_size < 4) return DRIVER_OP_BAD_PARAMETER; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_SUBCHANNEL); CDIO_MMC_SET_READ_LENGTH8(cdb.field, i_size); if(CDIO_SUBCHANNEL_CURRENT_POSITION == sub_chan_param) cdb.field[1] = CDIO_CDROM_MSF; else cdb.field[1] = 0x0; cdb.field[2] = 0x40; cdb.field[3] = sub_chan_param; if(CDIO_SUBCHANNEL_TRACK_ISRC == sub_chan_param) cdb.field[6] = i_track; else cdb.field[6] = 0; memset(p_buf, 0, i_size); if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; i_status = MMC_RUN_CMD(SCSI_MMC_DATA_READ, i_timeout_ms); if(i_status == DRIVER_OP_SUCCESS) { *i_length = CDIO_MMC_GET_LEN16((p_buf+2)) + 4; } return i_status; } /** Issue a READ TOC/PMA/ATIP command to read the CD-TEXT from R-W sub-channel. @param p_cdio the CD object to be acted upon. @param i_length pointer to number of bytes to request. Will be overwritten by the number of bytes available. @param p_buf pointer to the location for the returned data @return DRIVER_OP_SUCCESS on success */ driver_return_code_t mmc_read_toc_cdtext ( const CdIo_t *p_cdio, unsigned int *i_length, unsigned char *p_buf, unsigned int i_timeout_ms ) { unsigned int i_size = *i_length; mmc_cdb_t cdb = {{0, }}; driver_return_code_t i_status; if (i_size < 4) return DRIVER_OP_BAD_PARAMETER; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_TOC); CDIO_MMC_SET_READ_LENGTH16(cdb.field, i_size); memset(p_buf, 0, i_size); if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; cdb.field[1] = CDIO_CDROM_MSF; cdb.field[2] = CDIO_MMC_READTOC_FMT_CDTEXT; i_status = MMC_RUN_CMD(SCSI_MMC_DATA_READ, i_timeout_ms); if(i_status == DRIVER_OP_SUCCESS) { *i_length = CDIO_MMC_GET_LEN16(p_buf) + 4; } return i_status; } libcdio-2.0.0/lib/driver/mmc/mmc_hl_cmds.c0000644000175000017500000001567712420673262015311 00000000000000/* "Higher-level" Multimedia Command (MMC) commands which build on the "lower-level" commands. Copyright (C) 2010-2011, 2014 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include /** Close tray using a MMC START STOP UNIT command. @param p_cdio the CD object to be acted upon. @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_close_tray(CdIo_t *p_cdio) { return mmc_start_stop_unit(p_cdio, false, false, 0, 0); } /** Eject using MMC commands. If CD-ROM is "locked" we'll unlock it. Command is not "immediate" -- we'll wait for the command to complete. For a more general (and lower-level) routine, @see mmc_start_stop_media. @param p_cdio the CD object to be acted upon. @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_eject_media( const CdIo_t *p_cdio ) { int i_status = 0; i_status = mmc_prevent_allow_medium_removal(p_cdio, false, false, 0); if (0 != i_status) return i_status; return mmc_start_stop_unit(p_cdio, true, false, 0, 0); } /** Detects if a disc (CD or DVD) is erasable or not. @param p_user_data the CD object to be acted upon. @param b_erasable, if not NULL, on return will be set indicate whether the operation was a success (DRIVER_OP_SUCCESS) or if not to some other value. @return true if the disc is detected as erasable (rewritable), false otherwise. */ /* From Frank Endres: */ driver_return_code_t mmc_get_disc_erasable(const CdIo_t *p_cdio, bool *b_erasable) { uint8_t buf[42] = { 0, }; driver_return_code_t i_status; i_status = mmc_read_disc_information(p_cdio, buf, sizeof(buf), CDIO_MMC_READ_DISC_INFO_STANDARD, 0); if (DRIVER_OP_SUCCESS == i_status) *b_erasable = ((buf[2] & 0x10) ? true : false); else *b_erasable = false; return i_status; } /* From Frank Endres: */ /** Detects the disc type using the SCSI-MMC GET CONFIGURATION command. @param p_cdio the CD object to be acted upon. @param i_status, if not NULL, on return will be set indicate whether the operation was a success (DRIVER_OP_SUCCESS) or if not to some other value. @param p_disctype the disc type set on success. @return DRIVER_OP_SUCCESS (0) if we got the status. return codes are the same as driver_return_code_t */ driver_return_code_t mmc_get_disctype( const CdIo_t *p_cdio, unsigned int i_timeout_ms, cdio_mmc_feature_profile_t *p_disctype) { uint8_t buf[500] = { 0, }; driver_return_code_t i_status; if (0 == i_timeout_ms) i_timeout_ms = mmc_timeout_ms; i_status = mmc_get_configuration(p_cdio, &buf, sizeof(buf), CDIO_MMC_GET_CONF_ALL_FEATURES, 0, i_timeout_ms); if (DRIVER_OP_SUCCESS == i_status) { uint8_t *p, *q; uint8_t profiles_list_length; uint16_t profile_number; bool profile_active; /* there is always a profile list feature listed at the first place of the features list */ p = buf + 8; profiles_list_length = p[3]; q = p+4; *p_disctype = CDIO_MMC_FEATURE_PROF_NON_CONFORM; while ((CDIO_MMC_FEATURE_PROF_NON_CONFORM == *p_disctype) && (q < p + profiles_list_length)) { profile_number = CDIO_MMC_GET_LEN16(q); profile_active = q[2] & 0x01; if (profile_active) switch (profile_number) { case CDIO_MMC_FEATURE_PROF_CD_ROM: case CDIO_MMC_FEATURE_PROF_CD_R: case CDIO_MMC_FEATURE_PROF_CD_RW: case CDIO_MMC_FEATURE_PROF_DVD_ROM: case CDIO_MMC_FEATURE_PROF_DVD_R_SEQ: case CDIO_MMC_FEATURE_PROF_DVD_RAM: case CDIO_MMC_FEATURE_PROF_DVD_RW_RO: case CDIO_MMC_FEATURE_PROF_DVD_RW_SEQ: case CDIO_MMC_FEATURE_PROF_DVD_R_DL_SEQ: case CDIO_MMC_FEATURE_PROF_DVD_R_DL_JR: case CDIO_MMC_FEATURE_PROF_DVD_PRW: case CDIO_MMC_FEATURE_PROF_DVD_PR: case CDIO_MMC_FEATURE_PROF_DVD_PRW_DL: case CDIO_MMC_FEATURE_PROF_DVD_PR_DL: case CDIO_MMC_FEATURE_PROF_BD_ROM: case CDIO_MMC_FEATURE_PROF_BD_SEQ: case CDIO_MMC_FEATURE_PROF_BD_R_RANDOM: case CDIO_MMC_FEATURE_PROF_BD_RE: case CDIO_MMC_FEATURE_PROF_HD_DVD_ROM: case CDIO_MMC_FEATURE_PROF_HD_DVD_R: case CDIO_MMC_FEATURE_PROF_HD_DVD_RAM: *p_disctype = (cdio_mmc_feature_profile_t) profile_number; break; } q += 4; } } return i_status; } /** Run a SCSI-MMC MMC MODE SENSE command (6- or 10-byte version) and put the results in p_buf @param p_cdio the CD object to be acted upon. @param p_buf pointer to location to store mode sense information @param i_size number of bytes allocated to p_buf @param page which "page" of the mode sense command we are interested in @return DRIVER_OP_SUCCESS if we ran the command ok. */ driver_return_code_t mmc_mode_sense(CdIo_t *p_cdio, /*out*/ void *p_buf, unsigned int i_size, int page) { /* We used to make a choice as to which routine we'd use based cdio_have_atapi(). But since that calls this in its determination, we had an infinite recursion. So we can't use cdio_have_atapi() (until we put in better capability checks.) */ if ( DRIVER_OP_SUCCESS == mmc_mode_sense_6(p_cdio, p_buf, i_size, page) ) return DRIVER_OP_SUCCESS; return mmc_mode_sense_10(p_cdio, p_buf, i_size, page); } /** Set the drive speed in CD-ROM speed units. @param p_cdio CD structure set by cdio_open(). @param i_drive_speed speed in CD-ROM speed units. Note this not Kbytes/sec as would be used in the MMC spec or in mmc_set_speed(). To convert CD-ROM speed units to Kbs, multiply the number by 176 (for raw data) and by 150 (for filesystem data). On many CD-ROM drives, specifying a value too large will result in using the fastest speed. GNU/Linux ioctl treats <= 0 as max speed, so we'll do that here as well. @return the drive speed if greater than 0. -1 if we had an error. is -2 returned if this is not implemented for the current driver. @see cdio_set_speed and mmc_set_speed */ driver_return_code_t mmc_set_drive_speed( const CdIo_t *p_cdio, int i_drive_speed ) { if (i_drive_speed <= 0) i_drive_speed = 0xffff; else i_drive_speed *= 176; return mmc_set_speed(p_cdio, i_drive_speed, 0); } libcdio-2.0.0/lib/driver/mmc/mmc_cmd_helper.h0000664000175000017500000000542213217072760015775 00000000000000/* Copyright (C) 2010, 2012, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_DRIVER_MMC_CMD_HELPER_H_ #define CDIO_DRIVER_MMC_CMD_HELPER_H_ /* Boilerplate initialization code to setup running MMC command. We assume variables 'p_cdio', 'p_buf', and 'i_size' are previously defined. It does the following: 1. Defines a cdb variable, 2. zeros cdb variable 3 Checks to see if we have a cdio object and can run an MMC command 4. Sets up the command field of cdb to passed in value mmc_cmd. */ #define MMC_CMD_SETUP(mmc_cmd) \ mmc_cdb_t cdb = {{0, }}; \ \ if ( ! p_cdio ) return DRIVER_OP_UNINIT; \ if ( ! p_cdio->op.run_mmc_cmd ) return DRIVER_OP_UNSUPPORTED; \ \ CDIO_MMC_SET_COMMAND(cdb.field, mmc_cmd) /* Boilerplate initialization code to setup running MMC read command needs to set the cdb 16-bit length field. See above comment for MMC_CMD_SETUP. */ #define MMC_CMD_SETUP_READ16(mmc_cmd) \ MMC_CMD_SETUP(mmc_cmd); \ \ /* Setup to read header, to get length of data */ \ CDIO_MMC_SET_READ_LENGTH16(cdb.field, i_size) /* Boilerplate code to run a MMC command. We assume variables 'p_cdio', 'mmc_timeout_ms', 'cdb', 'i_size' and 'p_buf' are defined previously. 'direction' is the SCSI direction (read, write, none) of the command. */ #define MMC_RUN_CMD(direction, i_timeout) \ p_cdio->op.run_mmc_cmd(p_cdio->env, \ i_timeout, \ mmc_get_cmd_len(cdb.field[0]), \ &cdb, \ direction, i_size, p_buf) #endif /* CDIO_DRIVER_MMC_CMD_HELPER_H_ */ libcdio-2.0.0/lib/driver/logging.c0000644000175000017500000000753113204104700013667 00000000000000/* Copyright (C) 2003, 2004, 2008, 2011, 2012, 2015 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDARG_H #include #endif #ifdef HAVE_STDIO_H #include #endif #include #include "cdio_assert.h" #include "portable.h" #include cdio_log_level_t cdio_loglevel_default = CDIO_LOG_WARN; extern void cdio_default_log_handler(cdio_log_level_t level, const char message[]) { switch (level) { case CDIO_LOG_ERROR: if (level >= cdio_loglevel_default) { fprintf (stderr, "**ERROR: %s\n", message); fflush (stderr); } exit (EXIT_FAILURE); break; case CDIO_LOG_DEBUG: if (level >= cdio_loglevel_default) { fprintf (stdout, "--DEBUG: %s\n", message); } break; case CDIO_LOG_WARN: if (level >= cdio_loglevel_default) { fprintf (stdout, "++ WARN: %s\n", message); } break; case CDIO_LOG_INFO: if (level >= cdio_loglevel_default) { fprintf (stdout, " INFO: %s\n", message); } break; case CDIO_LOG_ASSERT: if (level >= cdio_loglevel_default) { fprintf (stderr, "!ASSERT: %s\n", message); fflush (stderr); } abort (); break; default: cdio_assert_not_reached (); break; } fflush (stdout); } cdio_log_handler_t _handler = cdio_default_log_handler; cdio_log_handler_t cdio_log_set_handler(cdio_log_handler_t new_handler) { cdio_log_handler_t old_handler = _handler; _handler = new_handler; return old_handler; } static void cdio_logv(cdio_log_level_t level, const char format[], va_list args) { char buf[1024] = { 0, }; /* _handler() is user defined and we want to make sure _handler() doesn't call us, cdio_logv. in_recursion is used for that, however it has a problem in multi-threaded programs. I'm not sure how to handle multi-threading and recursion checking both. For now, we'll leave in the recursion checking, at the expense of handling multi-threaded log calls. To ameliorate this, we'll check the log level and handle calls where there is no output, before the recursion check. */ static int in_recursion = 0; if (level < cdio_loglevel_default) return; if (in_recursion) { /* Can't use cdio_assert_not_reached() as that may call cdio_logv */ assert(0); } in_recursion = 1; vsnprintf(buf, sizeof(buf)-1, format, args); _handler(level, buf); in_recursion = 0; } void cdio_log(cdio_log_level_t level, const char format[], ...) { va_list args; va_start (args, format); cdio_logv (level, format, args); va_end (args); } #define CDIO_LOG_TEMPLATE(level, LEVEL) \ void \ cdio_ ## level (const char format[], ...) \ { \ va_list args; \ va_start (args, format); \ cdio_logv (CDIO_LOG_ ## LEVEL, format, args); \ va_end (args); \ } CDIO_LOG_TEMPLATE(debug, DEBUG) CDIO_LOG_TEMPLATE(info, INFO) CDIO_LOG_TEMPLATE(warn, WARN) CDIO_LOG_TEMPLATE(error, ERROR) #undef CDIO_LOG_TEMPLATE /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/realpath.c0000644000175000017500000000666011727007453014062 00000000000000/* Copyright (C) 2010, 2011 Rocky Bernstein Diego 'Flameeyes' Pettenò Thomas Schmitt This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* POSIX realpath if that's around, and something like it if not. To compile as a standalone program: gcc -Wall -g -I../.. -DHAVE_CONFIG_H -DSTANDALONE -o realpath realpath.c */ /* Make sure we handle: - resolve relative links like /dev/cdrom -> sr2 - abort on cyclic linking like /dev/cdrom -> /dev/cdrom */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_STDIO_H # include #endif #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_UNISTD_H /* readlink */ # include #endif #ifdef HAVE_INTTYPES_H # include "inttypes.h" #endif #ifdef HAVE_LIMITS_H # include #endif #ifndef PATH_MAX #define PATH_MAX 4096 #endif #include /*! cdio_realpath() same as POSIX.1-2001 realpath if that's around. If not we do poor-man's simulation of that behavior. */ char *cdio_realpath (const char *psz_src_path, char *psz_resolved_path) { #ifdef HAVE_REALPATH psz_resolved_path = realpath(psz_src_path, psz_resolved_path); #elif defined(HAVE_READLINK) char tmp_src[PATH_MAX+1]; char tmp_dst[PATH_MAX+1]; char *p_adr; int i, len; const int loop_limit = 100; strcpy(tmp_src, psz_src_path); /* FIXME: remove loop and change with stat before and after readlink which looks direct symlink. Rely on errno to figure out other non-existent or looped symlinks. */ for(i = 0; i < loop_limit; i++) { len = readlink(tmp_src, tmp_dst, PATH_MAX); if (-1 == len) { /* Right now we expect a "not symlink" error. However after we put in the stat() suggested above, there won't be a symlink error and we should start reporting what the failure is. */ break; } else { tmp_dst[len] = '\0'; if (tmp_dst[0] != '/') { /* Take care of relative link like /dev/cdrom -> sr2 */ p_adr = strrchr(tmp_src, '/'); if (p_adr != NULL) { strncpy(p_adr + 1, tmp_dst, PATH_MAX - (p_adr + 1 - tmp_src)); } else { strncpy(tmp_src, tmp_dst, PATH_MAX); } } else { strncpy(tmp_src, tmp_dst, PATH_MAX); } tmp_src[PATH_MAX - 1] = 0; /* strncpy() does not always set a 0 */ } } strncpy(psz_resolved_path, tmp_src, PATH_MAX); #else strncpy(psz_resolved_path, psz_src_path, PATH_MAX); #endif return psz_resolved_path; } #ifdef STANDALONE int main(int argc, char **argv) { int i; char dest[PATH_MAX]; if (argc < 2) { fprintf(stderr, "Usage: %s path [path ...]\n", argv[0]); fprintf(stderr, " Resolve symbolic links\n"); exit(1); } for (i= 1; i < argc; i++) { dest[0] = 0; cdio_realpath (argv[i], dest); printf("%s -> %s\n", argv[i], dest); } exit(0); } #endif libcdio-2.0.0/lib/driver/disc.c0000664000175000017500000000740612410627540013200 00000000000000/* Copyright (C) 2003, 2004, 2005, 2008, 2011, 2012, 2014 Rocky Bernstein Copyright (C) 2001 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include "cdio_private.h" /* Must match discmode enumeration */ const char *discmode2str[] = { "CD-DA", "CD-DATA (Mode 1)", "CD DATA (Mode 2)", "CD-ROM Mixed", "DVD-ROM", "DVD-RAM", "DVD-R", "DVD-RW", "HD DVD ROM", "HD_DVD RAM", "HD DVD-R", "DVD+R", "DVD+RW", "DVD+RW DL", "DVD+R DL", "Unknown/unclassified DVD", "No information", "Error in getting information", "CD-i" }; /*! Get cdtext information for a CdIo object . @param obj the CD object that may contain CD-TEXT information. @return the CD-TEXT object or NULL if obj is NULL or CD-TEXT information does not exist. */ cdtext_t * cdio_get_cdtext (CdIo *obj) { if (obj == NULL) return NULL; if (NULL != obj->op.get_cdtext) { return obj->op.get_cdtext (obj->env); } else { return NULL; } } /*! Get binary cdtext information for a CdIo object . @param obj the CD object that may contain CD-TEXT information. @return pointer to allocated memory area holding the raw CD-TEXT or NULL if obj is NULL or CD-TEXT does not exist. Return value must be freed with cdio_free() when done with it and not NULL. */ uint8_t * cdio_get_cdtext_raw (CdIo *obj) { if (obj == NULL) return NULL; if (NULL != obj->op.get_cdtext_raw) { return obj->op.get_cdtext_raw (obj->env); } else { return NULL; } } /*! Get the size of the CD in logical block address (LBA) units. @param p_cdio the CD object queried @return the lsn. On error 0 or CDIO_INVALD_LSN. */ lsn_t cdio_get_disc_last_lsn(const CdIo_t *p_cdio) { if (!p_cdio) return CDIO_INVALID_LSN; return p_cdio->op.get_disc_last_lsn (p_cdio->env); } /*! Get medium associated with cd_obj. */ discmode_t cdio_get_discmode (CdIo_t *cd_obj) { if (!cd_obj) return CDIO_DISC_MODE_ERROR; if (cd_obj->op.get_discmode) { return cd_obj->op.get_discmode (cd_obj->env); } else { return CDIO_DISC_MODE_NO_INFO; } } /*! Return a string containing the name of the driver in use. if CdIo is NULL (we haven't initialized a specific device driver), then return NULL. */ char * cdio_get_mcn (const CdIo_t *p_cdio) { if (p_cdio && p_cdio->op.get_mcn) { return p_cdio->op.get_mcn (p_cdio->env); } else { return NULL; } } bool cdio_is_discmode_cdrom(discmode_t discmode) { switch (discmode) { case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_NO_INFO: return true; default: return false; } } bool cdio_is_discmode_dvd(discmode_t discmode) { switch (discmode) { case CDIO_DISC_MODE_DVD_ROM: case CDIO_DISC_MODE_DVD_RAM: case CDIO_DISC_MODE_DVD_R: case CDIO_DISC_MODE_DVD_RW: case CDIO_DISC_MODE_DVD_PR: case CDIO_DISC_MODE_DVD_PRW: case CDIO_DISC_MODE_DVD_OTHER: return true; default: return false; } } libcdio-2.0.0/lib/driver/sector.c0000644000175000017500000001363213204104700013537 00000000000000/* Copyright (C) 2004, 2005, 2011, 2012, 2014, 2016 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include #include #include "cdio_assert.h" #include "portable.h" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #include /*! String of bytes used to identify the beginning of a Mode 1 or Mode 2 sector. */ const uint8_t CDIO_SECTOR_SYNC_HEADER[CDIO_CD_SYNC_SIZE] = {0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0}; /* Variables to hold debugger-helping enumerations */ enum cdio_cd_enums; enum m2_sector_enums; lba_t cdio_lba_to_lsn (lba_t lba) { if (CDIO_INVALID_LBA == lba) return CDIO_INVALID_LSN; return lba - CDIO_PREGAP_SECTORS; } /* The below is adapted from cdparanoia code which claims it is straight from the MMC3 spec. */ void cdio_lsn_to_msf (lsn_t lsn, msf_t *msf) { int m, s, f; cdio_assert (msf != 0); if ( lsn >= -CDIO_PREGAP_SECTORS ){ m = (lsn + CDIO_PREGAP_SECTORS) / CDIO_CD_FRAMES_PER_MIN; lsn -= m * CDIO_CD_FRAMES_PER_MIN; s = (lsn + CDIO_PREGAP_SECTORS) / CDIO_CD_FRAMES_PER_SEC; lsn -= s * CDIO_CD_FRAMES_PER_SEC; f = lsn + CDIO_PREGAP_SECTORS; } else { m = (lsn + CDIO_CD_MAX_LSN) / CDIO_CD_FRAMES_PER_MIN; lsn -= m * (CDIO_CD_FRAMES_PER_MIN); s = (lsn+CDIO_CD_MAX_LSN) / CDIO_CD_FRAMES_PER_SEC; lsn -= s * CDIO_CD_FRAMES_PER_SEC; f = lsn + CDIO_CD_MAX_LSN; } if (m > 99) { cdio_warn ("number of minutes (%d) truncated to 99.", m); m = 99; } msf->m = cdio_to_bcd8 (m); msf->s = cdio_to_bcd8 (s); msf->f = cdio_to_bcd8 (f); } /*! Convert an LBA into a string representation of the MSF. \warning cdio_lba_to_msf_str returns new allocated string */ char * cdio_lba_to_msf_str (lba_t lba) { if (CDIO_INVALID_LBA == lba) { return strdup("*INVALID"); } else { msf_t msf; msf.m = msf.s = msf.f = 0; cdio_lba_to_msf (lba, &msf); return cdio_msf_to_str(&msf); } } /*! Convert an LSN into the corresponding LBA. CDIO_INVALID_LBA is returned if there is an error. */ lba_t cdio_lsn_to_lba (lsn_t lsn) { if (CDIO_INVALID_LSN == lsn) return CDIO_INVALID_LBA; return lsn + CDIO_PREGAP_SECTORS; } /*! Convert an LBA into the corresponding MSF. */ void cdio_lba_to_msf (lba_t lba, msf_t *msf) { cdio_assert (msf != 0); cdio_lsn_to_msf(cdio_lba_to_lsn(lba), msf); } /*! Convert a MSF into the corresponding LBA. CDIO_INVALID_LBA is returned if there is an error. */ lba_t cdio_msf_to_lba (const msf_t *msf) { uint32_t lba = 0; cdio_assert (msf != 0); lba = cdio_from_bcd8 (msf->m); lba *= CDIO_CD_SECS_PER_MIN; lba += cdio_from_bcd8 (msf->s); lba *= CDIO_CD_FRAMES_PER_SEC; lba += cdio_from_bcd8 (msf->f); return lba; } /*! Convert a MSF into the corresponding LSN. CDIO_INVALID_LSN is returned if there is an error. */ lba_t cdio_msf_to_lsn (const msf_t *msf) { return cdio_lba_to_lsn(cdio_msf_to_lba (msf)); } /*! Convert an LBA into a string representation of the MSF. \warning cdio_lba_to_msf_str returns new allocated string */ char * cdio_msf_to_str (const msf_t *msf) { char buf[16]; snprintf (buf, sizeof (buf), "%2.2x:%2.2x:%2.2x", msf->m, msf->s, msf->f); return strdup (buf); } /*! Convert a MSF - broken out as 3 integer components into the corresponding LBA. CDIO_INVALID_LBA is returned if there is an error. */ lba_t cdio_msf3_to_lba (unsigned int minutes, unsigned int seconds, unsigned int frames) { return ((minutes * CDIO_CD_SECS_PER_MIN + seconds) * CDIO_CD_FRAMES_PER_SEC + frames); } /*! Convert a string of the form MM:SS:FF into the corresponding LBA. CDIO_INVALID_LBA is returned if there is an error. */ lba_t cdio_mmssff_to_lba (const char *psz_mmssff) { int psz_field; lba_t ret; unsigned char c; if (0 == strcmp (psz_mmssff, "0")) return 0; c = *psz_mmssff++; if(c >= '0' && c <= '9') psz_field = (c - '0'); else return CDIO_INVALID_LBA; while(':' != (c = *psz_mmssff++)) { if(c >= '0' && c <= '9') psz_field = psz_field * 10 + (c - '0'); else return CDIO_INVALID_LBA; } ret = cdio_msf3_to_lba (psz_field, 0, 0); c = *psz_mmssff++; if(c >= '0' && c <= '9') psz_field = (c - '0'); else return CDIO_INVALID_LBA; if(':' != (c = *psz_mmssff++)) { if(c >= '0' && c <= '9') { psz_field = psz_field * 10 + (c - '0'); c = *psz_mmssff++; if(c != ':') return CDIO_INVALID_LBA; } else return CDIO_INVALID_LBA; } if(psz_field >= CDIO_CD_SECS_PER_MIN) return CDIO_INVALID_LBA; ret += cdio_msf3_to_lba (0, psz_field, 0); c = *psz_mmssff++; if (isdigit(c)) psz_field = (c - '0'); else return -1; if('\0' != (c = *psz_mmssff++)) { if (isdigit(c)) { psz_field = psz_field * 10 + (c - '0'); c = *psz_mmssff++; } else return CDIO_INVALID_LBA; } if('\0' != c) return CDIO_INVALID_LBA; if(psz_field >= CDIO_CD_FRAMES_PER_SEC) return CDIO_INVALID_LBA; ret += psz_field; return ret; } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/aix.c0000664000175000017500000006512613217072760013046 00000000000000/* Copyright (C) 2004-2006, 2008, 2010, 2011-2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STDBOOL_H # include #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #include #include "cdio_assert.h" #include "cdio_private.h" #define DEFAULT_CDIO_DEVICE "/dev/rcd0" #ifdef HAVE_AIX_CDROM #ifdef HAVE_GLOB_H #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include "cdtext_private.h" typedef struct _TRACK_DATA { uchar Format; uchar Control : 4; uchar Adr : 4; uchar TrackNumber; uchar Reserved1; uchar Address[4]; } TRACK_DATA, *PTRACK_DATA; typedef struct _CDROM_TOC { uchar Length[2]; uchar FirstTrack; uchar LastTrack; TRACK_DATA TrackData[CDIO_CD_MAX_TRACKS+1]; } CDROM_TOC, *PCDROM_TOC; typedef struct _TRACK_DATA_FULL { uchar SessionNumber; uchar Control : 4; uchar Adr : 4; uchar TNO; uchar POINT; /* Tracknumber (of session?) or lead-out/in (0xA0, 0xA1, 0xA2) */ uchar Min; /* Only valid if disctype is CDDA ? */ uchar Sec; /* Only valid if disctype is CDDA ? */ uchar Frame; /* Only valid if disctype is CDDA ? */ uchar Zero; /* Always zero */ uchar PMIN; /* start min, if POINT is a track; if lead-out/in 0xA0: First Track */ uchar PSEC; uchar PFRAME; } TRACK_DATA_FULL, *PTRACK_DATA_FULL; typedef struct _CDROM_TOC_FULL { uchar Length[2]; uchar FirstSession; uchar LastSession; TRACK_DATA_FULL TrackData[CDIO_CD_MAX_TRACKS+3]; } CDROM_TOC_FULL, *PCDROM_TOC_FULL; /* reader */ typedef enum { _AM_NONE, _AM_CTRL_SCSI } access_mode_t; typedef struct { lsn_t start_lsn; uchar Control : 4; uchar Format; } track_info_t; typedef struct { /* Things common to all drivers like this. This must be first. */ generic_img_private_t gen; access_mode_t access_mode; /* Some of the more OS specific things. */ /* Entry info for each track, add 1 for leadout. */ track_info_t tocent[CDIO_CD_MAX_TRACKS+1]; } _img_private_t; static track_format_t get_track_format_aix(void *p_user_data, track_t i_track); static access_mode_t str_to_access_mode_aix(const char *psz_access_mode) { const access_mode_t default_access_mode = _AM_CTRL_SCSI; if (NULL==psz_access_mode) return default_access_mode; if (!strcmp(psz_access_mode, "SCSI")) return _AM_CTRL_SCSI; else { cdio_warn ("unknown access type: %s. Default SCSI used.", psz_access_mode); return default_access_mode; } } /*! Initialize CD device. */ static bool init_aix (_img_private_t *p_env) { if (p_env->gen.init) { cdio_warn ("init called more than once"); return false; } p_env->gen.fd = openx (p_env->gen.source_name, O_RDONLY, NULL, SC_DIAGNOSTIC); /*p_env->gen.fd = openx (p_env->gen.source_name, O_RDONLY, NULL, IDE_SINGLE);*/ if (p_env->gen.fd < 0) { cdio_warn ("open (%s): %s", p_env->gen.source_name, strerror (errno)); return false; } p_env->gen.init = true; p_env->gen.toc_init = false; p_env->gen.u_joliet_level = 0; /* Assume no Joliet extensions initally */ p_env->access_mode = _AM_CTRL_SCSI; return true; } /*! Run a SCSI MMC command. p_user_data internal CD structure. i_timeout_ms time in milliseconds we will wait for the command to complete. i_cdb Size of p_cdb p_cdb CDB bytes. e_direction direction the transfer is to go. i_buf Size of buffer p_buf Buffer for data, both sending and receiving */ static driver_return_code_t run_mmc_cmd_aix( void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { const _img_private_t *p_env = p_user_data; struct sc_passthru cgc; int i_rc; memset (&cgc, 0, sizeof (cgc)); memcpy(cgc.scsi_cdb, p_cdb, sizeof(mmc_cdb_t)); #ifdef AIX_DISABLE_ASYNC /* This enables synchronous negotiation mode. Some CD-ROM drives * don't handle this well. */ cgc.flags = 0; #else cgc.flags = SC_ASYNC; #endif if (0 != i_buf) cgc.flags |= MMC_DATA_READ == e_direction ? B_READ : B_WRITE; cgc.timeout_value = msecs2secs(i_timeout_ms); cgc.buffer = p_buf; cgc.data_length = i_buf; cgc.command_length= i_cdb; i_rc = ioctl(p_env->gen.fd, DK_PASSTHRU, &cgc); if (-1 == i_rc) { cdio_warn("DKIOCMD error: %s", strerror(errno)); } return i_rc; } /*! Reads audio sectors from CD device into data starting from lsn. Returns 0 if no error. May have to check size of nblocks. There may be a limit that can be read in one go, e.g. 25 blocks. */ static driver_return_code_t _read_audio_sectors_aix (void *p_user_data, void *data, lsn_t lsn, unsigned int nblocks) { char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; #ifdef FINISHED struct cdrom_msf *msf = (struct cdrom_msf *) &buf; msf_t _msf; struct cdrom_cdda cdda; _img_private_t *env = p_user_data; cdio_lba_to_msf (cdio_lsn_to_lba(lsn), &_msf); msf->cdmsf_min0 = from_bcd8(_msf.m); msf->cdmsf_sec0 = from_bcd8(_msf.s); msf->cdmsf_frame0 = from_bcd8(_msf.f); if (env->gen.ioctls_debugged == 75) cdio_debug ("only displaying every 75th ioctl from now on"); if (env->gen.ioctls_debugged == 30 * 75) cdio_debug ("only displaying every 30*75th ioctl from now on"); if (env->gen.ioctls_debugged < 75 || (env->gen.ioctls_debugged < (30 * 75) && env->gen.ioctls_debugged % 75 == 0) || env->gen.ioctls_debugged % (30 * 75) == 0) cdio_debug ("reading %d", lsn); env->gen.ioctls_debugged++; cdda.cdda_addr = lsn; cdda.cdda_length = nblocks; cdda.cdda_data = (caddr_t) data; if (ioctl (env->gen.fd, CDROMCDDA, &cdda) == -1) { perror ("ioctl(..,CDROMCDDA,..)"); return 1; /* exit (EXIT_FAILURE); */ } #endif memcpy (data, buf, CDIO_CD_FRAMESIZE_RAW); return 0; } /*! Reads a single mode1 sector from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode1_sector_aix (void *env, void *data, lsn_t lsn, bool b_form2) { #if FIXED do something here. #else return cdio_generic_read_form1_sector(env, data, lsn); #endif } /*! Reads nblocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode1_sectors_aix (void *p_user_data, void *p_data, lsn_t lsn, bool b_form2, unsigned int nblocks) { _img_private_t *p_env = p_user_data; unsigned int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < nblocks; i++) { if ( (retval = _read_mode1_sector_aix (p_env, ((char *)p_data) + (blocksize * i), lsn + i, b_form2)) ) return retval; } return 0; } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sector_aix (void *p_user_data, void *p_data, lsn_t lsn, bool b_form2) { char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; int offset = 0; #ifdef FINISHED struct cdrom_msf *msf = (struct cdrom_msf *) &buf; msf_t _msf; struct cdrom_cdxa cd_read; _img_private_t *p_env = p_user_data; cdio_lba_to_msf (cdio_lsn_to_lba(lsn), &_msf); msf->cdmsf_min0 = from_bcd8(_msf.m); msf->cdmsf_sec0 = from_bcd8(_msf.s); msf->cdmsf_frame0 = from_bcd8(_msf.f); if (p_env->gen.ioctls_debugged == 75) cdio_debug ("only displaying every 75th ioctl from now on"); if (p_env->gen.ioctls_debugged == 30 * 75) cdio_debug ("only displaying every 30*75th ioctl from now on"); if (p_env->gen.ioctls_debugged < 75 || (p_env->gen.ioctls_debugged < (30 * 75) && p_env->gen.ioctls_debugged % 75 == 0) || p_env->gen.ioctls_debugged % (30 * 75) == 0) cdio_debug ("reading %2.2d:%2.2d:%2.2d", msf->cdmsf_min0, msf->cdmsf_sec0, msf->cdmsf_frame0); p_env->gen.ioctls_debugged++; /* Using CDROMXA ioctl will actually use the same uscsi command * as ATAPI, except we don't need to be root */ offset = CDIO_CD_XA_SYNC_HEADER; cd_read.cdxa_addr = lsn; cd_read.cdxa_data = buf; cd_read.cdxa_length = 1; cd_read.cdxa_format = CDROM_XA_SECTOR_DATA; if (ioctl (p_env->gen.fd, CDROMCDXA, &cd_read) == -1) { perror ("ioctl(..,CDROMCDXA,..)"); return 1; /* exit (EXIT_FAILURE); */ } #endif if (b_form2) memcpy (p_data, buf + (offset-CDIO_CD_SUBHEADER_SIZE), M2RAW_SECTOR_SIZE); else memcpy (((char *)p_data), buf + offset, CDIO_CD_FRAMESIZE); return 0; } /*! Reads nblocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sectors_aix (void *p_user_data, void *data, lsn_t lsn, bool b_form2, unsigned int nblocks) { _img_private_t *env = p_user_data; unsigned int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < nblocks; i++) { if ( (retval = _read_mode2_sector_aix (env, ((char *)data) + (blocksize * i), lsn + i, b_form2)) ) return retval; } return 0; } /*! Return the size of the CD in logical block address (LBA) units. */ static lsn_t get_disc_last_lsn_aix (void *p_user_data) { uint32_t i_size=0; #ifdef FINISHED _img_private_t *env = p_user_data; struct cdrom_tocentry tocent; tocent.cdte_track = CDIO_CDROM_LEADOUT_TRACK; tocent.cdte_format = CDIO_CDROM_LBA; if (ioctl (env->gen.fd, CDROMREADTOCENTRY, &tocent) == -1) { perror ("ioctl(CDROMREADTOCENTRY)"); exit (EXIT_FAILURE); } i_size = tocent.cdte_addr.lba; #endif return i_size; } /*! Set the arg "key" with "value" in the source device. Currently "source" and "access-mode" are valid keys. "source" sets the source device in I/O operations "access-mode" sets the the method of CD access 0 is returned if no error was found, and nonzero if there as an error. */ static driver_return_code_t _set_arg_aix (void *p_user_data, const char key[], const char value[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { if (!value) return DRIVER_OP_ERROR; free (p_env->gen.source_name); p_env->gen.source_name = strdup (value); } else if (!strcmp (key, "access-mode")) { p_env->access_mode = str_to_access_mode_aix(key); } else return DRIVER_OP_ERROR; return DRIVER_OP_SUCCESS; } /* * aixioc_send Issue ioctl command. Args: p_env - environment cmd - ioctl command arg - ioctl argument b_print_err - whether an error message is to be displayed if the ioctl fails Return: true/false - ioctl successful */ static bool aixioc_send(_img_private_t *p_env, int cmd, void *arg, bool b_print_err) { struct cd_audio_cmd *ac; if (p_env->gen.fd < 0) return false; if (cmd == DKAUDIO) { ac = (struct cd_audio_cmd *) arg; ac->status = 0; /* Nuke status for audio cmds */ } if (ioctl(p_env->gen.fd, cmd, arg) < 0) { if (b_print_err) { cdio_warn("errno=%d (%s)", errno, strerror(errno)); } return false; } return true; } /*! Read and cache the CD's Track Table of Contents and track info. via a SCSI MMC READ_TOC (FULTOC). Return true if successful or false if an error. */ static bool read_toc_ioctl_aix (void *p_user_data) { _img_private_t *p_env = p_user_data; struct cd_audio_cmd cmdbuf; int i; cmdbuf.msf_flag = false; cmdbuf.audio_cmds = CD_TRK_INFO_AUDIO; if (!aixioc_send(p_env, IDE_CDAUDIO, (void *) &cmdbuf, true)) return false; p_env->gen.i_first_track = cmdbuf.indexing.track_index.first_track; p_env->gen.i_tracks = ( cmdbuf.indexing.track_index.last_track - p_env->gen.i_first_track ) + 1; /* Do it again to get the last MSF data */ cmdbuf.msf_flag = true; if (!aixioc_send(p_env, IDE_CDAUDIO, (void *) &cmdbuf, true)) return false; cmdbuf.audio_cmds = CD_GET_TRK_MSF; for (i = 0; i <= p_env->gen.i_tracks; i++) { int i_track = i + p_env->gen.i_first_track; /* Get the track info */ cmdbuf.indexing.track_msf.track = i_track; if (!aixioc_send(p_env, IDE_CDAUDIO, (void *) &cmdbuf, TRUE)) return false; p_env->tocent[ i_track ].start_lsn = cdio_msf3_to_lba( cmdbuf.indexing.track_msf.mins, cmdbuf.indexing.track_msf.secs, cmdbuf.indexing.track_msf.frames ); } return true; } /*! Read and cache the CD's Track Table of Contents and track info. via a SCSI MMC READ_TOC (FULTOC). Return true if successful or false if an error. */ static bool read_toc_aix (void *p_user_data) { _img_private_t *p_env = p_user_data; mmc_cdb_t cdb = {{0, }}; CDROM_TOC_FULL cdrom_toc_full; int i_status, i, i_seen_flag; int i_track_format = 0; /* Operation code */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_TOC); cdb.field[1] = 0x00; /* Format */ cdb.field[2] = CDIO_MMC_READTOC_FMT_FULTOC; memset(&cdrom_toc_full, 0, sizeof(cdrom_toc_full)); /* Setup to read header, to get length of data */ CDIO_MMC_SET_READ_LENGTH16(cdb.field, sizeof(cdrom_toc_full)); i_status = run_scsi_cmd_aix (p_env, 1000*60*3, mmc_get_cmd_len(cdb.field[0]), &cdb, MMC_DATA_READ, sizeof(cdrom_toc_full), &cdrom_toc_full); if ( 0 != i_status ) { cdio_debug ("SCSI MMC READ_TOC failed\n"); return read_toc_ioctl_aix(p_user_data); } i_seen_flag=0; for( i = 0 ; i <= CDIO_CD_MAX_TRACKS+3; i++ ) { if ( 0xA0 == cdrom_toc_full.TrackData[i].POINT ) { /* First track number */ p_env->gen.i_first_track = cdrom_toc_full.TrackData[i].PMIN; i_track_format = cdrom_toc_full.TrackData[i].PSEC; i_seen_flag|=0x01; } if ( 0xA1 == cdrom_toc_full.TrackData[i].POINT ) { /* Last track number */ p_env->gen.i_tracks = cdrom_toc_full.TrackData[i].PMIN - p_env->gen.i_first_track + 1; i_seen_flag|=0x02; } if ( 0xA2 == cdrom_toc_full.TrackData[i].POINT ) { /* Start position of the lead out */ p_env->tocent[ p_env->gen.i_tracks ].start_lsn = cdio_msf3_to_lba( cdrom_toc_full.TrackData[i].PMIN, cdrom_toc_full.TrackData[i].PSEC, cdrom_toc_full.TrackData[i].PFRAME ); p_env->tocent[ p_env->gen.i_tracks ].Control = cdrom_toc_full.TrackData[i].Control; p_env->tocent[ p_env->gen.i_tracks ].Format = i_track_format; i_seen_flag|=0x04; } if (cdrom_toc_full.TrackData[i].POINT > 0 && cdrom_toc_full.TrackData[i].POINT <= p_env->gen.i_tracks) { p_env->tocent[ cdrom_toc_full.TrackData[i].POINT - 1 ].start_lsn = cdio_msf3_to_lba( cdrom_toc_full.TrackData[i].PMIN, cdrom_toc_full.TrackData[i].PSEC, cdrom_toc_full.TrackData[i].PFRAME ); p_env->tocent[ cdrom_toc_full.TrackData[i].POINT - 1 ].Control = cdrom_toc_full.TrackData[i].Control; p_env->tocent[ cdrom_toc_full.TrackData[i].POINT - 1 ].Format = i_track_format; cdio_debug("p_sectors: %i, %lu", i, (unsigned long int) (p_env->tocent[i].start_lsn)); if (cdrom_toc_full.TrackData[i].POINT == p_env->gen.i_tracks) i_seen_flag|=0x08; } if ( 0x0F == i_seen_flag ) break; } if ( 0x0F == i_seen_flag ) { p_env->gen.toc_init = true; return true; } return false; } /*! Eject media in CD drive. If successful, as a side effect we also free obj. */ static driver_return_code_t eject_media_aix (void *p_user_data) { _img_private_t *p_env = p_user_data; driver_return_code_t ret=DRIVER_OP_SUCCESS; int i_status; if (p_env->gen.fd <= -1) return DRIVER_OP_UNINIT; i_status = ioctl(p_env->gen.fd, DKEJECT); if ( i_status != 0) { cdio_generic_free((void *) p_env); cdio_warn ("DKEJECT failed: %s", strerror(errno)); ret = DRIVER_OP_ERROR; } close(p_env->gen.fd); p_env->gen.fd = -1; return ret; } #if 0 static void * _cdio_malloc_and_zero(size_t size) { void *ptr; if( !size ) size++; if((ptr = malloc(size)) == NULL) { cdio_warn("malloc() failed: %s", strerror(errno)); return NULL; } memset(ptr, 0, size); return ptr; } #endif static bool is_mmc_supported(void *user_data) { _img_private_t *env = user_data; return (_AM_NONE == env->access_mode) ? false : true; } /*! Return the value associated with the key "arg". */ static const char * get_arg_aix (void *p_user_data, const char key[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { return p_env->gen.source_name; } else if (!strcmp (key, "access-mode")) { switch (p_env->access_mode) { case _AM_CTRL_SCSI: return "SCSI"; case _AM_NONE: return "no access method"; } } else if (!strcmp (key, "mmc-supported?")) { return is_mmc_supported(env) ? "true" : "false"; } return NULL; } /*! Return a string containing the default CD device if none is specified. */ char * cdio_get_default_device_aix(void) { return strdup(DEFAULT_CDIO_DEVICE); } /*! Get disc type associated with cd object. */ static discmode_t get_discmode_aix (void *p_user_data) { _img_private_t *p_env = p_user_data; struct mode_form_op media; int ret; memset(&media, 0, sizeof(media)); /* Get the media info */ media.action= CD_GET_MODE; if((ret = ioctl(p_env->gen.fd, DK_CD_MODE, &media)) != 0) { cdio_warn ("DK_CD_MODE failed: %s", strerror(errno)); return CDIO_DISC_MODE_NO_INFO; } switch(media.cd_mode_form) { case CD_DA: return CDIO_DISC_MODE_CD_DA; case DVD_ROM: return CDIO_DISC_MODE_DVD_ROM; case DVD_RAM: return CDIO_DISC_MODE_DVD_RAM; case DVD_RW: return CDIO_DISC_MODE_DVD_RW; default: /* no valid match */ return CDIO_DISC_MODE_NO_INFO; } } /*! Get format of track. */ static track_format_t get_track_format_aix(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if ( !p_env ) return TRACK_FORMAT_ERROR; if (!p_env->gen.init) init_aix(p_env); if (!p_env->gen.toc_init) read_toc_aix (p_user_data) ; if ( (i_track > p_env->gen.i_tracks+p_env->gen.i_first_track) || i_track < p_env->gen.i_first_track) return TRACK_FORMAT_ERROR; i_track -= p_env->gen.i_first_track; #ifdef FINISHED /* This is pretty much copied from the "badly broken" cdrom_count_tracks in linux/cdrom.c. */ if (p_env->tocent[i_track].cdte_ctrl & CDROM_DATA_TRACK) { if (p_env->tocent[i_track].cdte_format == CDIO_CDROM_CDI_TRACK) return TRACK_FORMAT_CDI; else if (p_env->tocent[i_track].cdte_format == CDIO_CDROM_XA_TRACK) return TRACK_FORMAT_XA; else return TRACK_FORMAT_DATA; } else return TRACK_FORMAT_AUDIO; #else return TRACK_FORMAT_ERROR; #endif } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool _cdio_get_track_green(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if ( !p_env ) return false; if (!p_env->gen.init) init_aix(p_env); if (!p_env->gen.toc_init) read_toc_aix (p_env) ; if (i_track >= p_env->gen.i_tracks+p_env->gen.i_first_track || i_track < p_env->gen.i_first_track) return false; i_track -= p_env->gen.i_first_track; /* FIXME: Dunno if this is the right way, but it's what I was using in cd-info for a while. */ #ifdef FINISHED return ((p_env->tocent[i_track].cdte_ctrl & 2) != 0); #else return false; #endif } /*! Return the starting MSF (minutes/secs/frames) for track number track_num in obj. Track numbers usually start at something greater than 0, usually 1. The "leadout" track is specified either by using track_num LEADOUT_TRACK or the total tracks+1. False is returned if there is no entry. */ static bool _cdio_get_track_msf(void *p_user_data, track_t i_track, msf_t *msf) { _img_private_t *p_env = p_user_data; if (NULL == msf) return false; if (!p_env->gen.init) init_aix(p_env); if (!p_env->gen.toc_init) read_toc_aix (p_env) ; if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = p_env->gen.i_tracks + p_env->gen.i_first_track; #ifdef FINISHED if (i_track > (p_env->gen.i_tracks+p_env->gen.i_first_track) || i_track < p_env->gen.i_first_track) { return false; } else { struct cdrom_tocentry *msf0 = &p_env->tocent[i_track-1]; msf->m = to_bcd8(msf0->cdte_addr.msf.minute); msf->s = to_bcd8(msf0->cdte_addr.msf.second); msf->f = to_bcd8(msf0->cdte_addr.msf.frame); return true; } #else return FALSE; #endif } #else /*! Return a string containing the default VCD device if none is specified. */ char * cdio_get_default_device_aix(void) { return strdup(DEFAULT_CDIO_DEVICE); } #endif /* HAVE_AIX_CDROM */ /*! Return an array of strings giving possible CD devices. */ char ** cdio_get_devices_aix (void) { #ifndef HAVE_AIX_CDROM return NULL; #else struct stat st; char **drives = NULL; unsigned int i_files=0; #ifdef HAVE_GLOB_H unsigned int i; glob_t globbuf; globbuf.gl_offs = 0; glob("/dev/rcd?", 0, NULL, &globbuf); for (i=0; iaccess_mode = _AM_CTRL_SCSI; _data->gen.init = false; _data->gen.toc_init = false; _data->gen.fd = -1; _data->gen.b_cdtext_error = false; if (NULL == psz_orig_source) { psz_source = cdio_get_default_device_aix(); if (NULL == psz_source) { free(_data); return NULL; } _set_arg_aix(_data, "source", psz_source); free(psz_source); } else { if (cdio_is_device_generic(psz_orig_source)) _set_arg_aix(_data, "source", psz_orig_source); else { /* The below would be okay if all device drivers worked this way. */ #if 0 cdio_info ("source %s is not a device", psz_orig_source); #endif return NULL; } } ret = cdio_new ( (void *) _data, &_funcs ); if (ret == NULL) return NULL; ret->driver_id = DRIVER_AIX; if (init_aix(_data)) return ret; else { cdio_generic_free (_data); free(ret); return NULL; } #else return NULL; #endif /* HAVE_AIX_CDROM */ } bool cdio_have_aix (void) { #ifdef HAVE_AIX_CDROM return true; #else return false; #endif /* HAVE_AIX_CDROM */ } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/_cdio_stream.c0000664000175000017500000001273213217072760014710 00000000000000/* Copyright (C) 2005, 2006, 2008, 2011, 2016 Rocky Bernstein Copyright (C) 2000, 2004, 2005 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STDARG_H #include #endif #include "cdio_assert.h" /* #define STREAM_DEBUG */ #include #include #include "_cdio_stream.h" /* * DataSource implementations */ struct _CdioDataSource { void* user_data; cdio_stream_io_functions op; int is_open; off_t position; }; void cdio_stream_close(CdioDataSource_t *p_obj) { if (!p_obj) return; if (p_obj->is_open) { cdio_debug ("closed source..."); p_obj->op.close(p_obj->user_data); p_obj->is_open = 0; p_obj->position = 0; } } void cdio_stream_destroy(CdioDataSource_t *p_obj) { if (!p_obj) return; cdio_stream_close(p_obj); p_obj->op.free(p_obj->user_data); p_obj->user_data = NULL; free(p_obj); } /** Like 3 fgetpos. This function gets the current file position indicator for the stream pointed to by stream. @return unpon successful completion, return value is positive, else, the global variable errno is set to indicate the error. */ off_t cdio_stream_getpos(CdioDataSource_t* p_obj, /*out*/ off_t *i_offset) { if (!p_obj || !p_obj->is_open) return DRIVER_OP_UNINIT; return *i_offset = p_obj->position; } CdioDataSource_t * cdio_stream_new(void *user_data, const cdio_stream_io_functions *funcs) { CdioDataSource_t *new_obj; new_obj = calloc (1, sizeof (CdioDataSource_t)); cdio_assert (new_obj != NULL); new_obj->user_data = user_data; memcpy(&(new_obj->op), funcs, sizeof(cdio_stream_io_functions)); return new_obj; } /* Open if not already open. Return false if we hit an error. Errno should be set for that error. */ static bool _cdio_stream_open_if_necessary(CdioDataSource_t *p_obj) { if (!p_obj) return false; if (!p_obj->is_open) { if (p_obj->op.open(p_obj->user_data)) { cdio_warn ("could not open input stream..."); return false; } else { cdio_debug ("opened source..."); p_obj->is_open = 1; p_obj->position = 0; } } return true; } /** Like fread(3) and in fact may be the same. DESCRIPTION: The function fread reads nmemb elements of data, each size bytes long, from the stream pointed to by stream, storing them at the location given by ptr. RETURN VALUE: return the number of items successfully read or written (i.e., not the number of characters). If an error occurs, or the end-of-file is reached, the return value is a short item count (or zero). We do not distinguish between end-of-file and error, and callers must use feof(3) and ferror(3) to determine which occurred. */ ssize_t cdio_stream_read(CdioDataSource_t* p_obj, void *ptr, size_t size, size_t nmemb) { long read_bytes; if (!p_obj) return 0; if (!_cdio_stream_open_if_necessary(p_obj)) return 0; read_bytes = (p_obj->op.read)(p_obj->user_data, ptr, size*nmemb); p_obj->position += read_bytes; return read_bytes; } /** Like 3 fseek and in fact may be the same. This function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. If whence is set to SEEK_SET, SEEK_CUR, or SEEK_END, the offset is relative to the start of the file, the current position indicator, or end-of-file, respectively. A successful call to the fseek function clears the end- of-file indicator for the stream and undoes any effects of the ungetc(3) function on the same stream. @return unpon successful completion, return value is positive, else, the global variable errno is set to indicate the error. */ int cdio_stream_seek(CdioDataSource_t* p_obj, off_t offset, int whence) { if (!p_obj) return DRIVER_OP_UNINIT; if (!_cdio_stream_open_if_necessary(p_obj)) /* errno is set by _cdio_stream_open_if necessary. */ return DRIVER_OP_ERROR; if (offset < 0) return DRIVER_OP_ERROR; if (p_obj->position < 0) return DRIVER_OP_ERROR; if (p_obj->position != offset) { #ifdef STREAM_DEBUG cdio_warn("had to reposition DataSource from %ld to %ld!", p_obj->position, offset); #endif p_obj->position = offset; return p_obj->op.seek(p_obj->user_data, offset, whence); } return 0; } /** Return whatever size of stream reports, I guess unit size is bytes. On error return -1; */ off_t cdio_stream_stat(CdioDataSource_t *p_obj) { if (!p_obj) return -1; if (!_cdio_stream_open_if_necessary(p_obj)) return -1; return p_obj->op.stat(p_obj->user_data); } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/_cdio_generic.c0000664000175000017500000003216713221557776015047 00000000000000/* Copyright (C) 2004-2009, 2011-2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains generic implementations of device-driver routines. */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include #include #include #ifdef HAVE_UNISTD_H #include #endif #include #include #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #include #include "cdio_assert.h" #include "cdio_private.h" #include "_cdio_stdio.h" #include "filemode.h" #ifndef PATH_MAX #define PATH_MAX 4096 #endif /* If available and LFS is enabled, try to use lseek64 */ #if defined(HAVE_LSEEK64) && defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64) #if defined(_MSC_VER) #include #endif #define CDIO_LSEEK lseek64 #else #define CDIO_LSEEK lseek #endif /*! Eject media -- there's nothing to do here. We always return -2. Should we also free resources? */ int cdio_generic_unimplemented_eject_media (void *p_user_data) { /* Sort of a stub here. Perhaps log a message? */ return DRIVER_OP_UNSUPPORTED; } /*! Set the blocksize for subsequent reads. */ int cdio_generic_unimplemented_set_blocksize (void *p_user_data, uint16_t i_blocksize) { /* Sort of a stub here. Perhaps log a message? */ return DRIVER_OP_UNSUPPORTED; } /*! Set the drive speed. */ int cdio_generic_unimplemented_set_speed (void *p_user_data, int i_speed) { /* Sort of a stub here. Perhaps log a message? */ return DRIVER_OP_UNSUPPORTED; } /*! Release and free resources associated with cd. */ void cdio_generic_free (void *p_user_data) { generic_img_private_t *p_env = p_user_data; if (NULL == p_env) return; if (p_env->source_name) free (p_env->source_name); if (NULL != p_env->cdtext) { cdtext_destroy(p_env->cdtext); p_env->cdtext = NULL; } if (p_env->fd >= 0) close (p_env->fd); if (p_env->scsi_tuple != NULL) free (p_env->scsi_tuple); free (p_env); } /*! Initialize CD device. */ bool cdio_generic_init (void *user_data, int open_flags) { generic_img_private_t *p_env = user_data; if (p_env->init) { cdio_warn ("init called more than once"); return false; } p_env->fd = open (p_env->source_name, open_flags, 0); if (p_env->fd < 0) { cdio_warn ("open (%s): %s", p_env->source_name, strerror (errno)); return false; } p_env->init = true; p_env->toc_init = false; p_env->cdtext = NULL; p_env->scsi_tuple = NULL; p_env->b_cdtext_error = false; p_env->u_joliet_level = 0; /* Assume no Joliet extensions initally */ return true; } /*! Reads a single form1 sector from cd device into data starting from lsn. */ driver_return_code_t cdio_generic_read_form1_sector (void * user_data, void *data, lsn_t lsn) { if (0 > cdio_generic_lseek(user_data, CDIO_CD_FRAMESIZE*lsn, SEEK_SET)) return DRIVER_OP_ERROR; return cdio_generic_read(user_data, data, CDIO_CD_FRAMESIZE); } /*! Reads into buf the next size bytes. Returns -1 on error. Is in fact libc's lseek()/lseek64(). */ off_t cdio_generic_lseek (void *user_data, off_t offset, int whence) { generic_img_private_t *p_env = user_data; return CDIO_LSEEK(p_env->fd, offset, whence); } /*! Reads into buf the next size bytes. Returns -1 on error. Is in fact libc's read(). */ ssize_t cdio_generic_read (void *user_data, void *buf, size_t size) { generic_img_private_t *p_env = user_data; return read(p_env->fd, buf, size); } /*! Release and free resources associated with stream or disk image. */ void cdio_generic_stdio_free (void *p_user_data) { generic_img_private_t *p_env = p_user_data; if (NULL == p_env) return; if (NULL != p_env->source_name) free (p_env->source_name); if (p_env->data_source) cdio_stdio_destroy (p_env->data_source); } /*! Return true if source_name could be a device containing a CD-ROM. */ bool cdio_is_device_generic(const char *source_name) { struct stat buf; if (0 != stat(source_name, &buf)) { cdio_warn ("Can't get file status for %s:\n%s", source_name, strerror(errno)); return false; } return (S_ISBLK(buf.st_mode) || S_ISCHR(buf.st_mode)); } /*! Like above, but don't give a warning device doesn't exist. */ bool cdio_is_device_quiet_generic(const char *source_name) { struct stat buf; if (0 != stat(source_name, &buf)) { return false; } return (S_ISBLK(buf.st_mode) || S_ISCHR(buf.st_mode)); } /*! Add/allocate a drive to the end of drives. Use cdio_free_device_list() to free this device_list. */ void cdio_add_device_list(char **device_list[], const char *drive, unsigned int *num_drives) { if (NULL != drive) { unsigned int j; char real_device_1[PATH_MAX]; char real_device_2[PATH_MAX]; cdio_realpath(drive, real_device_1); /* Check if drive is already in list. */ for (j=0; j<*num_drives; j++) { cdio_realpath((*device_list)[j], real_device_2); if (strcmp(real_device_1, real_device_2) == 0) break; } if (j==*num_drives) { /* Drive not in list. Add it. */ (*num_drives)++; *device_list = realloc(*device_list, (*num_drives) * sizeof(char *)); cdio_debug("Adding drive %s to list of devices", drive); (*device_list)[*num_drives-1] = strdup(drive); } } else { (*num_drives)++; if (*device_list) { *device_list = realloc(*device_list, (*num_drives) * sizeof(char *)); } else { *device_list = malloc((*num_drives) * sizeof(char *)); } cdio_debug("Adding NULL to end of drive list of size %d", (*num_drives)-1); (*device_list)[*num_drives-1] = NULL; } } /* Get cdtext information in p_user_data for track i_track. For disc information i_track is 0. Return the CD-TEXT or NULL if obj is NULL, CD-TEXT information does not exist, or we don't know how to get this implemented. */ cdtext_t * get_cdtext_generic (void *p_user_data) { generic_img_private_t *p_env = p_user_data; uint8_t *p_cdtext_data = NULL; size_t len; if (!p_env) return NULL; if (p_env->b_cdtext_error) return NULL; if (NULL == p_env->cdtext) { p_cdtext_data = read_cdtext_generic (p_env); if (NULL != p_cdtext_data) { len = CDIO_MMC_GET_LEN16(p_cdtext_data)-2; p_env->cdtext = cdtext_init(); if(len <= 0 || 0 != cdtext_data_init (p_env->cdtext, &p_cdtext_data[4], len)) { p_env->b_cdtext_error = true; cdtext_destroy (p_env->cdtext); p_env->cdtext = NULL; } free(p_cdtext_data); } } return p_env->cdtext; } /*! Get disc type associated with cd object. */ discmode_t get_discmode_generic (void *p_user_data ) { generic_img_private_t *p_env = p_user_data; /* See if this is a DVD. */ cdio_dvd_struct_t dvd; /* DVD READ STRUCT for layer 0. */ memset(&dvd, 0, sizeof(dvd)); dvd.physical.type = CDIO_DVD_STRUCT_PHYSICAL; dvd.physical.layer_num = 0; if (0 == mmc_get_dvd_struct_physical (p_env->cdio, &dvd)) { switch(dvd.physical.layer[0].book_type) { case CDIO_DVD_BOOK_DVD_ROM: return CDIO_DISC_MODE_DVD_ROM; case CDIO_DVD_BOOK_DVD_RAM: return CDIO_DISC_MODE_DVD_RAM; case CDIO_DVD_BOOK_DVD_R: return CDIO_DISC_MODE_DVD_R; case CDIO_DVD_BOOK_DVD_RW: return CDIO_DISC_MODE_DVD_RW; case CDIO_DVD_BOOK_HD_DVD_ROM: return CDIO_DISC_MODE_HD_DVD_ROM; case CDIO_DVD_BOOK_HD_DVD_RAM: return CDIO_DISC_MODE_HD_DVD_RAM; case CDIO_DVD_BOOK_HD_DVD_R: return CDIO_DISC_MODE_HD_DVD_R; case CDIO_DVD_BOOK_DVD_PR: return CDIO_DISC_MODE_DVD_PR; case CDIO_DVD_BOOK_DVD_PRW: return CDIO_DISC_MODE_DVD_PRW; case CDIO_DVD_BOOK_DVD_PRW_DL: return CDIO_DISC_MODE_DVD_PRW_DL; case CDIO_DVD_BOOK_DVD_PR_DL: return CDIO_DISC_MODE_DVD_PR_DL; default: return CDIO_DISC_MODE_DVD_OTHER; } } return get_discmode_cd_generic(p_user_data); } /*! Get disc type associated with cd object. */ discmode_t get_discmode_cd_generic (void *p_user_data ) { generic_img_private_t *p_env = p_user_data; track_t i_track; discmode_t discmode=CDIO_DISC_MODE_NO_INFO; if (!p_env->toc_init) p_env->cdio->op.read_toc (p_user_data); if (!p_env->toc_init) return CDIO_DISC_MODE_NO_INFO; for (i_track = p_env->i_first_track; i_track < p_env->i_first_track + p_env->i_tracks ; i_track ++) { track_format_t track_fmt = p_env->cdio->op.get_track_format(p_env, i_track); switch(track_fmt) { case TRACK_FORMAT_AUDIO: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_DA; break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_XA: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_CDI: case TRACK_FORMAT_DATA: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_ERROR: default: discmode = CDIO_DISC_MODE_ERROR; } } return discmode; } /*! Return the number of of the first track. CDIO_INVALID_TRACK is returned on error. */ track_t get_first_track_num_generic(void *p_user_data) { const generic_img_private_t *p_env = p_user_data; if (!p_env->toc_init) p_env->cdio->op.read_toc (p_user_data); return p_env->toc_init ? p_env->i_first_track : CDIO_INVALID_TRACK; } /*! Return the number of tracks in the current medium. */ track_t get_num_tracks_generic(void *p_user_data) { generic_img_private_t *p_env = p_user_data; if (!p_env->toc_init) p_env->cdio->op.read_toc (p_user_data); return p_env->toc_init ? p_env->i_tracks : CDIO_INVALID_TRACK; } /*! Read CD-Text information for a CdIo_t object . return pointer to raw cdtext on success, NULL on failure free when done and not NULL */ uint8_t * read_cdtext_generic(void *p_env) { generic_img_private_t *p_user_data = p_env; return mmc_read_cdtext ( p_user_data->cdio ); } /*! Return number of channels in track: 2 or 4; -2 if not implemented or -1 for error. Not meaningful if track is not an audio track. */ int get_track_channels_generic(const void *p_user_data, track_t i_track) { const generic_img_private_t *p_env = p_user_data; return p_env->track_flags[i_track].channels; } /*! Return 1 if copy is permitted on the track, 0 if not, or -1 for error. Is this meaningful if not an audio track? */ track_flag_t get_track_copy_permit_generic(void *p_user_data, track_t i_track) { const generic_img_private_t *p_env = p_user_data; return p_env->track_flags[i_track].copy_permit; } /*! Return 1 if track has pre-emphasis, 0 if not, or -1 for error. Is this meaningful if not an audio track? pre-emphasis is a non linear frequency response. */ track_flag_t get_track_preemphasis_generic(const void *p_user_data, track_t i_track) { const generic_img_private_t *p_env = p_user_data; return p_env->track_flags[i_track].preemphasis; } void set_track_flags(track_flags_t *p_track_flag, uint8_t i_flag) { p_track_flag->preemphasis = ( i_flag & CDIO_TRACK_FLAG_PRE_EMPHASIS ) ? CDIO_TRACK_FLAG_TRUE : CDIO_TRACK_FLAG_FALSE; p_track_flag->copy_permit = ( i_flag & CDIO_TRACK_FLAG_COPY_PERMITTED ) ? CDIO_TRACK_FLAG_TRUE : CDIO_TRACK_FLAG_FALSE; p_track_flag->channels = ( i_flag & CDIO_TRACK_FLAG_FOUR_CHANNEL_AUDIO ) ? 4 : 2; } driver_return_code_t read_data_sectors_generic (void *p_user_data, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks) { int rc; if (0 > cdio_generic_lseek(p_user_data, i_blocksize*i_lsn, SEEK_SET)) return DRIVER_OP_ERROR; rc = cdio_generic_read(p_user_data, p_buf, i_blocksize*i_blocks); if (rc > 0) return DRIVER_OP_SUCCESS; return DRIVER_OP_ERROR; } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/audio.c0000644000175000017500000001031011650122173013336 00000000000000/* Copyright (C) 2005, 2008, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! Audio (via line output) related routines. */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include #include #include "cdio_private.h" /* Return the number of seconds (discarding frame portion) of an MSF */ uint32_t cdio_audio_get_msf_seconds(msf_t *p_msf) { return cdio_from_bcd8(p_msf->m)*CDIO_CD_SECS_PER_MIN + cdio_from_bcd8(p_msf->s); } /*! Get volume of an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_get_volume (CdIo_t *p_cdio, /*out*/ cdio_audio_volume_t *p_volume) { cdio_audio_volume_t temp_audio_volume; if (!p_cdio) return DRIVER_OP_UNINIT; if (!p_volume) p_volume = &temp_audio_volume; if (p_cdio->op.audio_get_volume) { return p_cdio->op.audio_get_volume (p_cdio->env, p_volume); } else { return DRIVER_OP_UNSUPPORTED; } } /*! Playing CD through analog output @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_pause (CdIo_t *p_cdio) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.audio_pause) { return p_cdio->op.audio_pause (p_cdio->env); } else { return DRIVER_OP_UNSUPPORTED; } } /*! Playing CD through analog output at the given MSF. @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_play_msf (CdIo_t *p_cdio, msf_t *p_start_msf, msf_t *p_end_msf) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.audio_play_msf) { return p_cdio->op.audio_play_msf (p_cdio->env, p_start_msf, p_end_msf); } else { return DRIVER_OP_UNSUPPORTED; } } /*! Playing CD through analog output @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_play_track_index (CdIo_t *p_cdio, cdio_track_index_t *p_track_index) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.audio_play_track_index) { return p_cdio->op.audio_play_track_index (p_cdio->env, p_track_index); } else { return DRIVER_OP_UNSUPPORTED; } } /*! Get subchannel information. @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_read_subchannel (CdIo_t *p_cdio, cdio_subchannel_t *p_subchannel) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.audio_read_subchannel) { return p_cdio->op.audio_read_subchannel(p_cdio->env, p_subchannel); } else { return DRIVER_OP_UNSUPPORTED; } } /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_resume (CdIo_t *p_cdio) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.audio_resume) { return p_cdio->op.audio_resume(p_cdio->env); } else { return DRIVER_OP_UNSUPPORTED; } } /*! Set volume of an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_set_volume (CdIo_t *p_cdio, cdio_audio_volume_t *p_volume) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.audio_set_volume) { return p_cdio->op.audio_set_volume(p_cdio->env, p_volume); } else { return DRIVER_OP_UNSUPPORTED; } } /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t cdio_audio_stop (CdIo_t *p_cdio) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.audio_stop) { return p_cdio->op.audio_stop(p_cdio->env); } else { return DRIVER_OP_UNSUPPORTED; } } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/track.c0000664000175000017500000002535012410627540013360 00000000000000/* Copyright (C) 2003-2005, 2008, 2011-2013 Rocky Bernstein Copyright (C) 2001 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! Track-related routines. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include "cdio_private.h" const char *track_format2str[6] = { "audio", "CD-i", "XA", "data", "PSX", "error" }; /* Variables to hold debugger-helping enumerations */ enum cdio_track_enums; /*! Return the number of the first track. CDIO_INVALID_TRACK is returned on error. */ track_t cdio_get_first_track_num(const CdIo_t *p_cdio) { if (NULL == p_cdio) { cdio_info("Null CdIo object passed\n"); return CDIO_INVALID_TRACK; } if (p_cdio->op.get_first_track_num) { return p_cdio->op.get_first_track_num (p_cdio->env); } else { return CDIO_INVALID_TRACK; } } /*! Return the last track number. CDIO_INVALID_TRACK is returned on error. */ track_t cdio_get_last_track_num (const CdIo_t *p_cdio) { if (NULL == p_cdio) { cdio_info("Null CdIo object passed\n"); return CDIO_INVALID_TRACK; } { const track_t i_first_track = cdio_get_first_track_num(p_cdio); if ( CDIO_INVALID_TRACK != i_first_track ) { const track_t u_tracks = cdio_get_num_tracks(p_cdio); if ( CDIO_INVALID_TRACK != u_tracks ) return i_first_track + u_tracks - 1; } return CDIO_INVALID_TRACK; } } /*! Return number of channels in track: 2 or 4; -2 if not implemented or -1 for error. Not meaningful if track is not an audio track. */ int cdio_get_track_channels(const CdIo_t *p_cdio, track_t u_track) { track_t u_last_track; if (NULL == p_cdio) { cdio_info("Null CdIo object passed\n"); return -1; } u_last_track = cdio_get_last_track_num(p_cdio); if (u_track > u_last_track) { cdio_log(CDIO_LOG_WARN, "Number of tracks exceeds maximum (%d vs. %d)\n", u_track, u_last_track); return -1; } if (p_cdio->op.get_track_channels) { return p_cdio->op.get_track_channels (p_cdio->env, u_track); } else { return -2; } } /*! Return copy protection status on a track. Is this meaningful if not an audio track? */ track_flag_t cdio_get_track_copy_permit(const CdIo_t *p_cdio, track_t u_track) { if (p_cdio->op.get_track_copy_permit) { return p_cdio->op.get_track_copy_permit (p_cdio->env, u_track); } else { return CDIO_TRACK_FLAG_UNKNOWN; } } /*! Get format of track. */ track_format_t cdio_get_track_format(const CdIo_t *p_cdio, track_t u_track) { if (!p_cdio) return TRACK_FORMAT_ERROR; if (p_cdio->op.get_track_format) { return p_cdio->op.get_track_format (p_cdio->env, u_track); } else { return TRACK_FORMAT_ERROR; } } /*! Return the Joliet level recognized for p_cdio. */ uint8_t cdio_get_joliet_level(const CdIo_t *p_cdio) { if (!p_cdio) return 0; { const generic_img_private_t *p_env = (generic_img_private_t *) (p_cdio->env); return p_env->u_joliet_level; } } /*! Return the number of tracks in the current medium. CDIO_INVALID_TRACK is returned on error. */ track_t cdio_get_num_tracks (const CdIo_t *p_cdio) { if (p_cdio == NULL) return CDIO_INVALID_TRACK; if (p_cdio->op.get_num_tracks) { return p_cdio->op.get_num_tracks (p_cdio->env); } else { return CDIO_INVALID_TRACK; } } /*! Find the track which contans lsn. CDIO_INVALID_TRACK is returned if the lsn outside of the CD or if there was some error. If the lsn is before the pregap of the first track 0 is returned. Otherwise we return the track that spans the lsn. */ track_t cdio_get_track(const CdIo_t *p_cdio, lsn_t lsn) { if (!p_cdio) return CDIO_INVALID_TRACK; { track_t i_low_track = cdio_get_first_track_num(p_cdio); track_t i_high_track = cdio_get_last_track_num(p_cdio)+1; track_t i_lead_track = i_high_track; if (CDIO_INVALID_TRACK == i_low_track || CDIO_INVALID_TRACK == i_high_track ) return CDIO_INVALID_TRACK; if (lsn < cdio_get_track_lsn(p_cdio, i_low_track)) return 0; /* We're in the pre-gap of first track */ if (lsn > cdio_get_track_lsn(p_cdio, CDIO_CDROM_LEADOUT_TRACK)) return CDIO_INVALID_TRACK; /* We're beyond the end. */ do { const track_t i_mid = (i_low_track + i_high_track) / 2; const lsn_t i_mid_lsn = cdio_get_track_lsn(p_cdio, i_mid); if (lsn <= i_mid_lsn) i_high_track = i_mid - 1; if (lsn >= i_mid_lsn) i_low_track = i_mid + 1; } while ( i_low_track <= i_high_track ); if (i_low_track > i_high_track + 1) { i_high_track++; } if (i_high_track == i_lead_track ) { return CDIO_CDROM_LEADOUT_TRACK; } else { return i_high_track; } } } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ bool cdio_get_track_green(const CdIo_t *p_cdio, track_t u_track) { if (p_cdio == NULL) { return false; } if (p_cdio->op.get_track_green) { return p_cdio->op.get_track_green (p_cdio->env, u_track); } else { return false; } } /*! Return the starting LBA for track number track_num in cdio. Tracks numbers start at 1. The "leadout" track is specified either by using track_num LEADOUT_TRACK or the total tracks+1. CDIO_INVALID_LBA is returned on error. */ lba_t cdio_get_track_lba(const CdIo_t *p_cdio, track_t u_track) { if (NULL == p_cdio) { cdio_info("Null CdIo object passed\n"); return CDIO_INVALID_LBA; } if (p_cdio->op.get_track_lba) { return p_cdio->op.get_track_lba (p_cdio->env, u_track); } else { msf_t msf; if (p_cdio->op.get_track_msf) if (cdio_get_track_msf(p_cdio, u_track, &msf)) return cdio_msf_to_lba(&msf); return CDIO_INVALID_LBA; } } /*! Return the starting LSN for track number u_track in cdio. Tracks numbers start at 1. The "leadout" track is specified either by using u_track LEADOUT_TRACK or the total tracks+1. CDIO_INVALID_LSN is returned on error. */ lsn_t cdio_get_track_lsn(const CdIo_t *p_cdio, track_t u_track) { /*track_t u_last_track; */ if (NULL == p_cdio) { cdio_info("Null CdIo object passed\n"); return CDIO_INVALID_LSN; } /* u_last_track = cdio_get_last_track_num(p_cdio); if (u_track > u_last_track && u_track != CDIO_CDROM_LEADOUT_TRACK) { cdio_log(CDIO_LOG_WARN, "Number of tracks exceeds maximum (%d vs. %d)\n", u_track, u_last_track); return CDIO_INVALID_LSN; } */ if (p_cdio->op.get_track_lba) { return cdio_lba_to_lsn(p_cdio->op.get_track_lba (p_cdio->env, u_track)); } else { msf_t msf; if (cdio_get_track_msf(p_cdio, u_track, &msf)) return cdio_msf_to_lsn(&msf); return CDIO_INVALID_LSN; } } /*! Return the International Standard Recording Code (ISRC) for track number u_track in p_cdio. Track numbers start at 1. Note: The caller must free the returned string with cdio_free() when done with it. */ char * cdio_get_track_isrc (const CdIo_t *p_cdio, track_t u_track) { track_t u_last_track; if (NULL == p_cdio) { cdio_info("Null CdIo object passed\n"); return NULL; } u_last_track = cdio_get_last_track_num(p_cdio); if (u_track > u_last_track) { cdio_log(CDIO_LOG_WARN, "Number of tracks exceeds maximum (%d vs. %d)\n", u_track, u_last_track); return NULL; } if (p_cdio->op.get_track_isrc) { return p_cdio->op.get_track_isrc (p_cdio->env, u_track); } else { return NULL; } } /*! Return the starting LBA for the pregap for track number u_track in cdio. Track numbers start at 1. CDIO_INVALID_LBA is returned on error. */ lba_t cdio_get_track_pregap_lba(const CdIo_t *p_cdio, track_t u_track) { if (NULL == p_cdio) { cdio_info("Null CdIo object passed\n"); return CDIO_INVALID_LBA; } if (p_cdio->op.get_track_pregap_lba) { return p_cdio->op.get_track_pregap_lba (p_cdio->env, u_track); } else { return CDIO_INVALID_LBA; } } /*! Return the starting LSN for the pregap for track number u_track in cdio. Track numbers start at 1. CDIO_INVALID_LSN is returned on error. */ lsn_t cdio_get_track_pregap_lsn(const CdIo_t *p_cdio, track_t u_track) { return cdio_lba_to_lsn(cdio_get_track_pregap_lba(p_cdio, u_track)); } /*! Return the ending LSN for track number u_track in cdio. CDIO_INVALID_LSN is returned on error. */ lsn_t cdio_get_track_last_lsn(const CdIo_t *p_cdio, track_t u_track) { lsn_t lsn = cdio_get_track_lsn(p_cdio, u_track+1); if (CDIO_INVALID_LSN == lsn) return CDIO_INVALID_LSN; /* Safe, we've always the leadout. */ return lsn - 1; } /*! Return the starting MSF (minutes/secs/frames) for track number u_track in cdio. Track numbers start at 1. The "leadout" track is specified either by using u_track LEADOUT_TRACK or the total tracks+1. False is returned if there is no track entry. */ bool cdio_get_track_msf(const CdIo_t *p_cdio, track_t u_track, /*out*/ msf_t *msf) { if (!p_cdio) return false; if (p_cdio->op.get_track_msf) { return p_cdio->op.get_track_msf (p_cdio->env, u_track, msf); } else if (p_cdio->op.get_track_lba) { lba_t lba = p_cdio->op.get_track_lba (p_cdio->env, u_track); if (lba == CDIO_INVALID_LBA) return false; cdio_lba_to_msf(lba, msf); return true; } else { return false; } } /*! Return copy protection status on a track. Is this meaningful if not an audio track? */ track_flag_t cdio_get_track_preemphasis(const CdIo *p_cdio, track_t u_track) { if (p_cdio->op.get_track_preemphasis) { return p_cdio->op.get_track_preemphasis (p_cdio->env, u_track); } else { return CDIO_TRACK_FLAG_UNKNOWN; } } /*! Return the number of sectors between this track an the next. This includes any pregap sectors before the start of the next track. Tracks start at 1. 0 is returned if there is an error. */ unsigned int cdio_get_track_sec_count(const CdIo_t *p_cdio, track_t u_track) { const track_t u_tracks = cdio_get_num_tracks(p_cdio); if (u_track >=1 && u_track <= u_tracks) return ( cdio_get_track_lba(p_cdio, u_track+1) - cdio_get_track_lba(p_cdio, u_track) ); return 0; } libcdio-2.0.0/lib/driver/gnu_linux.c0000664000175000017500000014434013221560462014265 00000000000000/* Copyright (C) 2001 Herbert Valerio Riedel Copyright (C) 2002-2006, 2008-2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains Linux-specific code and implements low-level control of the CD drive. */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #include #include #include #include "cdio_assert.h" #include "cdio_private.h" #ifdef HAVE_LINUX_CDROM #include #include #include #if defined(HAVE_LINUX_VERSION_H) # include # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,2,16) # define __CDIO_LINUXCD_BUILD # else # error "You need a kernel greater than 2.2.16 to have CDROM support" # endif #else # error "You need to have CDROM support" #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef PATH_MAX #define PATH_MAX 4096 #endif typedef enum { _AM_NONE, _AM_IOCTL, _AM_READ_CD, _AM_READ_10, _AM_MMC_RDWR, _AM_MMC_RDWR_EXCL, } access_mode_t; typedef struct { /* Things common to all drivers like this. This must be first. */ generic_img_private_t gen; access_mode_t access_mode; /* Some of the more OS specific things. */ /* Entry info for each track, add 1 for leadout. */ struct cdrom_tocentry tocent[CDIO_CD_MAX_TRACKS+1]; struct cdrom_tochdr tochdr; } _img_private_t; /* Some ioctl() errno values which occur when the tray is empty */ #define ERRNO_TRAYEMPTY(errno) \ ((errno == EIO) || (errno == ENOENT) || (errno == EINVAL)) /**** prototypes for static functions ****/ static bool is_cdrom_linux(const char *drive, char *mnttype); static bool read_toc_linux (void *p_user_data); static driver_return_code_t run_mmc_cmd_linux( void *p_user_data, unsigned int i_timeout, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ); static access_mode_t str_to_access_mode_linux(const char *psz_access_mode) { const access_mode_t default_access_mode = _AM_IOCTL; if (NULL==psz_access_mode) return default_access_mode; if (!strcmp(psz_access_mode, "IOCTL")) return _AM_IOCTL; else if (!strcmp(psz_access_mode, "READ_CD")) return _AM_READ_CD; else if (!strcmp(psz_access_mode, "READ_10")) return _AM_READ_10; else if (!strcmp(psz_access_mode, "MMC_RDWR")) return _AM_MMC_RDWR; else if (!strcmp(psz_access_mode, "MMC_RDWR_EXCL")) return _AM_MMC_RDWR_EXCL; else { cdio_warn ("unknown access type: %s. Default IOCTL used.", psz_access_mode); return default_access_mode; } } static char * check_mounts_linux(const char *mtab) { FILE *mntfp; struct mntent *mntent; mntfp = setmntent(mtab, "r"); if ( mntfp != NULL ) { char *tmp; char *mnt_type; char *mnt_dev; unsigned int i_mnt_type; unsigned int i_mnt_dev; while ( (mntent=getmntent(mntfp)) != NULL ) { i_mnt_type = strlen(mntent->mnt_type) + 1; mnt_type = calloc(1, i_mnt_type); if (mnt_type == NULL) continue; /* maybe you'll get lucky next time. */ i_mnt_dev = strlen(mntent->mnt_fsname) + 1; mnt_dev = calloc(1, i_mnt_dev); if (mnt_dev == NULL) { free(mnt_type); continue; } strncpy(mnt_type, mntent->mnt_type, i_mnt_type); strncpy(mnt_dev, mntent->mnt_fsname, i_mnt_dev); /* Handle "supermount" filesystem mounts */ if ( strcmp(mnt_type, "supermount") == 0 ) { tmp = strstr(mntent->mnt_opts, "fs="); if ( tmp ) { free(mnt_type); mnt_type = strdup(tmp + strlen("fs=")); if ( mnt_type ) { tmp = strchr(mnt_type, ','); if ( tmp ) { *tmp = '\0'; } } } tmp = strstr(mntent->mnt_opts, "dev="); if ( tmp ) { free(mnt_dev); mnt_dev = strdup(tmp + strlen("dev=")); if ( mnt_dev ) { tmp = strchr(mnt_dev, ','); if ( tmp ) { *tmp = '\0'; } } } } if ( mnt_type && mnt_dev ) { if ( strcmp(mnt_type, "iso9660") == 0 ) { if (is_cdrom_linux(mnt_dev, mnt_type) > 0) { free(mnt_type); endmntent(mntfp); return mnt_dev; } } } free(mnt_dev); free(mnt_type); } endmntent(mntfp); } return NULL; } /*! Get the volume of an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_get_volume_linux (void *p_user_data, /*out*/ cdio_audio_volume_t *p_volume) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMVOLREAD, p_volume); } /*! Pause playing CD through analog output @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_pause_linux (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMPAUSE); } /*! Playing starting at given MSF through analog output @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_play_msf_linux (void *p_user_data, msf_t *p_start_msf, msf_t *p_end_msf) { const _img_private_t *p_env = p_user_data; struct cdrom_msf cdrom_msf; cdrom_msf.cdmsf_min0 = cdio_from_bcd8(p_start_msf->m); cdrom_msf.cdmsf_sec0 = cdio_from_bcd8(p_start_msf->s); cdrom_msf.cdmsf_frame0 = cdio_from_bcd8(p_start_msf->f); cdrom_msf.cdmsf_min1 = cdio_from_bcd8(p_end_msf->m); cdrom_msf.cdmsf_sec1 = cdio_from_bcd8(p_end_msf->s); cdrom_msf.cdmsf_frame1 = cdio_from_bcd8(p_end_msf->f); return ioctl(p_env->gen.fd, CDROMPLAYMSF, &cdrom_msf); } /*! Playing CD through analog output at the desired track and index @param p_cdio the CD object to be acted upon. @param p_track_index location to start/end. */ static driver_return_code_t audio_play_track_index_linux (void *p_user_data, cdio_track_index_t *p_track_index) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMPLAYTRKIND, p_track_index); } /*! Read Audio Subchannel information @param p_user_data the CD object to be acted upon. @param p_subchannel returned information */ static driver_return_code_t audio_read_subchannel_linux (void *p_user_data, /*out*/ cdio_subchannel_t *p_subchannel) { const _img_private_t *p_env = p_user_data; struct cdrom_subchnl subchannel; int i_rc; subchannel.cdsc_format = CDIO_CDROM_MSF; i_rc = ioctl(p_env->gen.fd, CDROMSUBCHNL, &subchannel); if (0 == i_rc) { p_subchannel->control = subchannel.cdsc_ctrl; p_subchannel->track = subchannel.cdsc_trk; p_subchannel->index = subchannel.cdsc_ind; p_subchannel->abs_addr.m = cdio_to_bcd8(subchannel.cdsc_absaddr.msf.minute); p_subchannel->abs_addr.s = cdio_to_bcd8(subchannel.cdsc_absaddr.msf.second); p_subchannel->abs_addr.f = cdio_to_bcd8(subchannel.cdsc_absaddr.msf.frame); p_subchannel->rel_addr.m = cdio_to_bcd8(subchannel.cdsc_reladdr.msf.minute); p_subchannel->rel_addr.s = cdio_to_bcd8(subchannel.cdsc_reladdr.msf.second); p_subchannel->rel_addr.f = cdio_to_bcd8(subchannel.cdsc_reladdr.msf.frame); p_subchannel->audio_status = subchannel.cdsc_audiostatus; return DRIVER_OP_SUCCESS; } else { cdio_info ("ioctl CDROMSUBCHNL failed: %s\n", strerror(errno)); return DRIVER_OP_ERROR; } } /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_resume_linux (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMRESUME, 0); } /*! Set the volume of an audio CD. @param p_user_data the CD object to be acted upon. */ static driver_return_code_t audio_set_volume_linux (void *p_user_data, cdio_audio_volume_t *p_volume) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMVOLCTRL, p_volume); } /*! Stop playing an audio CD. @param p_user_data the CD object to be acted upon. */ static driver_return_code_t audio_stop_linux (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMSTOP); } static bool is_mmc_supported(void *user_data) { _img_private_t *env = user_data; return (_AM_NONE == env->access_mode) ? false : true; } /*! Return the value associated with the key "arg". */ static const char * get_arg_linux (void *env, const char key[]) { _img_private_t *_obj = env; if (!strcmp (key, "source")) { return _obj->gen.source_name; } else if (!strcmp (key, "access-mode")) { switch (_obj->access_mode) { case _AM_IOCTL: return "IOCTL"; case _AM_READ_CD: return "READ_CD"; case _AM_READ_10: return "READ_10"; case _AM_MMC_RDWR: return "MMC_RDWR"; case _AM_MMC_RDWR_EXCL: return "MMC_RDWR_EXCL"; case _AM_NONE: return "no access method"; } } else if (!strcmp (key, "scsi-tuple")) { return _obj->gen.scsi_tuple; } else if (!strcmp (key, "mmc-supported?")) { return is_mmc_supported(env) ? "true" : "false"; } return NULL; } #undef USE_LINUX_CAP #ifdef USE_LINUX_CAP /*! Return the the kind of drive capabilities of device. Note: string is malloc'd so caller should free() then returned string when done with it. */ static void get_drive_cap_linux (const void *p_user_data, /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap) { const _img_private_t *p_env = p_user_data; int32_t i_drivetype; i_drivetype = ioctl (p_env->gen.fd, CDROM_GET_CAPABILITY, CDSL_CURRENT); if (i_drivetype < 0) { *p_read_cap = CDIO_DRIVE_CAP_ERROR; *p_write_cap = CDIO_DRIVE_CAP_ERROR; *p_misc_cap = CDIO_DRIVE_CAP_ERROR; return; } *p_read_cap = 0; *p_write_cap = 0; *p_misc_cap = 0; /* Reader */ if (i_drivetype & CDC_PLAY_AUDIO) *p_read_cap |= CDIO_DRIVE_CAP_READ_AUDIO; if (i_drivetype & CDC_CD_R) *p_read_cap |= CDIO_DRIVE_CAP_READ_CD_R; if (i_drivetype & CDC_CD_RW) *p_read_cap |= CDIO_DRIVE_CAP_READ_CD_RW; if (i_drivetype & CDC_DVD) *p_read_cap |= CDIO_DRIVE_CAP_READ_DVD_ROM; /* Writer */ if (i_drivetype & CDC_CD_RW) *p_read_cap |= CDIO_DRIVE_CAP_WRITE_CD_RW; if (i_drivetype & CDC_DVD_R) *p_read_cap |= CDIO_DRIVE_CAP_WRITE_DVD_R; if (i_drivetype & CDC_DVD_RAM) *p_read_cap |= CDIO_DRIVE_CAP_WRITE_DVD_RAM; /* Misc */ if (i_drivetype & CDC_CLOSE_TRAY) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_CLOSE_TRAY; if (i_drivetype & CDC_OPEN_TRAY) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_EJECT; if (i_drivetype & CDC_LOCK) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_LOCK; if (i_drivetype & CDC_SELECT_SPEED) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_SELECT_SPEED; if (i_drivetype & CDC_SELECT_DISC) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_SELECT_DISC; if (i_drivetype & CDC_MULTI_SESSION) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_MULTI_SESSION; if (i_drivetype & CDC_MEDIA_CHANGED) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_MEDIA_CHANGED; if (i_drivetype & CDC_RESET) *p_misc_cap |= CDIO_DRIVE_CAP_MISC_RESET; } #endif /*! Get the LSN of the first track of the last session of on the CD. @param p_cdio the CD object to be acted upon. @param i_last_session pointer to the session number to be returned. */ static driver_return_code_t get_last_session_linux (void *p_user_data, /*out*/ lsn_t *i_last_session) { const _img_private_t *p_env = p_user_data; struct cdrom_multisession ms; int i_rc; ms.addr_format = CDROM_LBA; i_rc = ioctl(p_env->gen.fd, CDROMMULTISESSION, &ms); if (0 == i_rc) { *i_last_session = ms.addr.lba; return DRIVER_OP_SUCCESS; } else { cdio_warn ("ioctl CDROMMULTISESSION failed: %s\n", strerror(errno)); return DRIVER_OP_ERROR; } } /*! Find out if media has changed since the last call. @param p_user_data the environment object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ static int get_media_changed_linux (const void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROM_MEDIA_CHANGED, 0); } /*! Return the media catalog number MCN. Note: string is malloc'd so caller should free() then returned string when done with it. */ static char * get_mcn_linux (const void *p_user_data) { struct cdrom_mcn mcn; const _img_private_t *p_env = p_user_data; memset(&mcn, 0, sizeof(mcn)); if (ioctl(p_env->gen.fd, CDROM_GET_MCN, &mcn) != 0) return NULL; return strdup((char *)mcn.medium_catalog_number); } /*! Return the international standard recording code ISRC. Note: string is malloc'd so caller should free() then returned string when done with it. */ static char * get_track_isrc_linux (const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; return mmc_get_track_isrc( p_env->gen.cdio, i_track ); } /*! Get format of track. */ static track_format_t get_track_format_linux(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if ( !p_env ) return TRACK_FORMAT_ERROR; if (!p_env->gen.toc_init) read_toc_linux (p_user_data) ; if (i_track > (p_env->gen.i_tracks+p_env->gen.i_first_track) || i_track < p_env->gen.i_first_track) return TRACK_FORMAT_ERROR; i_track -= p_env->gen.i_first_track; /* This is pretty much copied from the "badly broken" cdrom_count_tracks in linux/cdrom.c. */ if (p_env->tocent[i_track].cdte_ctrl & CDIO_CDROM_DATA_TRACK) { if (p_env->tocent[i_track].cdte_format == CDIO_CDROM_CDI_TRACK) return TRACK_FORMAT_CDI; else if (p_env->tocent[i_track].cdte_format == CDIO_CDROM_XA_TRACK) return TRACK_FORMAT_XA; else return TRACK_FORMAT_DATA; } else return TRACK_FORMAT_AUDIO; } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool get_track_green_linux(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if (!p_env->gen.toc_init) read_toc_linux (p_user_data) ; if (i_track >= (p_env->gen.i_tracks+p_env->gen.i_first_track) || i_track < p_env->gen.i_first_track) return false; i_track -= p_env->gen.i_first_track; /* FIXME: Dunno if this is the right way, but it's what I was using in cd-info for a while. */ return ((p_env->tocent[i_track].cdte_ctrl & 2) != 0); } /*! Return the starting MSF (minutes/secs/frames) for track number track_num in obj. Track numbers usually start at something greater than 0, usually 1. The "leadout" track is specified either by using i_track LEADOUT_TRACK or the total tracks+1. False is returned if there is no track entry. */ static bool get_track_msf_linux(void *p_user_data, track_t i_track, msf_t *msf) { _img_private_t *p_env = p_user_data; if (NULL == msf || (i_track > CDIO_CD_MAX_TRACKS && i_track != CDIO_CDROM_LEADOUT_TRACK)) return false; if (!p_env->gen.toc_init) read_toc_linux (p_user_data) ; if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = p_env->gen.i_tracks + p_env->gen.i_first_track; if (i_track > (p_env->gen.i_tracks+p_env->gen.i_first_track) || i_track < p_env->gen.i_first_track) { return false; } else { struct cdrom_msf0 *msf0= &p_env->tocent[i_track-p_env->gen.i_first_track].cdte_addr.msf; msf->m = cdio_to_bcd8(msf0->minute); msf->s = cdio_to_bcd8(msf0->second); msf->f = cdio_to_bcd8(msf0->frame); return true; } } /*! Check, if a device is mounted and return the target (=mountpoint) needed for umounting (idea taken from libunieject). */ static int is_mounted (const char * device, char * target) { FILE * fp; char real_device_1[PATH_MAX]; char real_device_2[PATH_MAX]; char file_device[PATH_MAX]; char file_target[PATH_MAX]; fp = fopen ( "/proc/mounts", "r"); /* Older systems just have /etc/mtab */ if(!fp) fp = fopen ( "/etc/mtab", "r"); /* Neither /proc/mounts nor /etc/mtab could be opened, give up here */ if(!fp) return 0; /* Get real device */ if (NULL == cdio_realpath(device, real_device_1)) { cdio_warn("Problems resolving device %s: %s\n", device, strerror(errno)); } /* Read entries */ while ( fscanf(fp, "%s %s %*s %*s %*d %*d\n", file_device, file_target) != EOF ) { if (NULL == cdio_realpath(file_device, real_device_2)) { cdio_debug("Problems resolving device %s: %s\n", file_device, strerror(errno)); } if(!strcmp(real_device_1, real_device_2)) { strcpy(target, file_target); fclose(fp); return 1; } } fclose(fp); return 0; } /*! Umount a filesystem specified by it's mountpoint. We must do this by forking and calling the umount command, because the raw umount (or umount2) system calls will *always* trigger an EPERM even if we are allowed to umount the filesystem. The umount command is suid root. Code here is inspired by the standard linux eject command by Jeff Tranter and Frank Lichtenheld. */ static int do_umount(char * target) { int status; switch (fork()) { case 0: /* child */ execlp("pumount", "pumount", target, NULL); execlp("umount", "umount", target, NULL); return -1; case -1: return -1; default: /* parent */ wait(&status); if (WIFEXITED(status) == 0) { return -1; } if (WEXITSTATUS(status) != 0) { return -1; } break; } return 0; } /*! Eject media in CD-ROM drive. Return DRIVER_OP_SUCCESS if successful, DRIVER_OP_ERROR on error. */ static driver_return_code_t eject_media_linux (void *p_user_data) { _img_private_t *p_env = p_user_data; driver_return_code_t ret=DRIVER_OP_SUCCESS; int status; bool was_open = false; char mount_target[PATH_MAX]; /* Make sure the device is opened in read/write mode. */ if ( p_env->gen.fd >= 0 ) { close(p_env->gen.fd); was_open = true; } p_env->gen.fd = open (p_env->gen.source_name, O_RDWR|O_NONBLOCK); if ( p_env->gen.fd <= -1 ) return DRIVER_OP_ERROR; if ((status = ioctl(p_env->gen.fd, CDROM_DRIVE_STATUS, CDSL_CURRENT)) > 0) { switch(status) { case CDS_TRAY_OPEN: cdio_info ("Drive status reports that tray is open\n"); break; default: cdio_info ("Unknown state of CD-ROM (%d)\n", status); /* Fall through */ case CDS_DISC_OK: /* Some systems automount the drive, so we must umount it. We check if the drive is actually mounted */ if(is_mounted (p_env->gen.source_name, mount_target)) { /* Try to umount the drive */ if(do_umount(mount_target)) { cdio_log(CDIO_LOG_WARN, "Could not umount %s\n", p_env->gen.source_name); ret=DRIVER_OP_ERROR; break; } /* For some reason, we must close and reopen the device after it got umounted (at least the commandline eject program opens the device just after umounting it) */ close(p_env->gen.fd); p_env->gen.fd = open (p_env->gen.source_name, O_RDWR|O_NONBLOCK); } if((ret = ioctl(p_env->gen.fd, CDROMEJECT)) != 0) { int eject_error = errno; /* Try ejecting the MMC way... */ ret = mmc_eject_media(p_env->gen.cdio); if (0 != ret) { cdio_info("ioctl CDROMEJECT and MMC eject failed: %s", strerror(eject_error)); ret = DRIVER_OP_ERROR; } } /* force kernel to reread partition table when new disc inserted */ if (0 != ioctl(p_env->gen.fd, BLKRRPART)) { cdio_info ("BLKRRPART request failed: %s\n", strerror(errno)); } break; } } else { cdio_warn ("CDROM_DRIVE_STATUS failed: %s\n", strerror(errno)); ret=DRIVER_OP_ERROR; } if(!was_open) { close(p_env->gen.fd); p_env->gen.fd = -1; } return ret; } /*! Get disc type associated with cd object. */ static discmode_t dvd_discmode_linux (_img_private_t *p_env) { discmode_t discmode=CDIO_DISC_MODE_NO_INFO; /* See if this is a DVD. */ cdio_dvd_struct_t dvd; /* DVD READ STRUCT for layer 0. */ memset(&dvd, 0, sizeof(dvd)); dvd.physical.type = CDIO_DVD_STRUCT_PHYSICAL; dvd.physical.layer_num = 0; if (0 == ioctl (p_env->gen.fd, DVD_READ_STRUCT, &dvd)) { switch(dvd.physical.layer[0].book_type) { case CDIO_DVD_BOOK_DVD_ROM: return CDIO_DISC_MODE_DVD_ROM; case CDIO_DVD_BOOK_DVD_RAM: return CDIO_DISC_MODE_DVD_RAM; case CDIO_DVD_BOOK_DVD_R: return CDIO_DISC_MODE_DVD_R; case CDIO_DVD_BOOK_DVD_RW: return CDIO_DISC_MODE_DVD_RW; case CDIO_DVD_BOOK_DVD_PR: return CDIO_DISC_MODE_DVD_PR; case CDIO_DVD_BOOK_DVD_PRW: return CDIO_DISC_MODE_DVD_PRW; default: return CDIO_DISC_MODE_DVD_OTHER; } } return discmode; } /*! Get disc type associated with the cd object. */ static discmode_t get_discmode_linux (void *p_user_data) { _img_private_t *p_env = p_user_data; discmode_t discmode; if (!p_env) return CDIO_DISC_MODE_ERROR; /* Try DVD types first. See note below. */ discmode = dvd_discmode_linux(p_env); if (CDIO_DISC_MODE_NO_INFO != discmode) return discmode; /* Justin B Ruggles reports that the GNU/Linux ioctl(.., CDROM_DISC_STATUS) does not return "CD DATA Form 2" for SVCD's even though they are are form 2. In mmc_get_discmode we issue a SCSI MMC-2 TOC command first to try get more accurate information. But we took care above *not* to issue a FULL TOC on DVD media. */ discmode = mmc_get_discmode(p_env->gen.cdio); if (CDIO_DISC_MODE_NO_INFO != discmode) return discmode; else { int32_t i_discmode = ioctl (p_env->gen.fd, CDROM_DISC_STATUS); if (i_discmode < 0) return CDIO_DISC_MODE_ERROR; switch(i_discmode) { case CDS_AUDIO: return CDIO_DISC_MODE_CD_DA; case CDS_DATA_1: case CDS_DATA_2: /* Actually, recent GNU/Linux kernels don't return CDS_DATA_2, but just in case. */ return CDIO_DISC_MODE_CD_DATA; case CDS_MIXED: return CDIO_DISC_MODE_CD_MIXED; case CDS_XA_2_1: case CDS_XA_2_2: return CDIO_DISC_MODE_CD_XA; case CDS_NO_INFO: return CDIO_DISC_MODE_NO_INFO; default: return CDIO_DISC_MODE_ERROR; } } } /* Check a drive to see if it is a CD-ROM Return 1 if a CD-ROM. 0 if it exists but isn't a CD-ROM drive and -1 if no device exists . */ static bool is_cdrom_linux(const char *drive, char *mnttype) { bool is_cd=false; int cdfd; /* If it doesn't exist, return -1 */ if ( !cdio_is_device_quiet_generic(drive) ) { return(false); } /* If it does exist, verify that it's an available CD-ROM */ cdfd = open(drive, (O_RDONLY|O_NONBLOCK), 0); if ( cdfd >= 0 ) { if ( ioctl(cdfd, CDROM_GET_CAPABILITY, 0) != -1 ) { is_cd = true; } close(cdfd); } /* Even if we can't read it, it might be mounted */ else if ( mnttype && (strcmp(mnttype, "iso9660") == 0) ) { is_cd = true; } return(is_cd); } /* MMC driver to read audio sectors. Can read only up to 25 blocks. */ static driver_return_code_t read_audio_sectors_linux (void *p_user_data, void *p_buf, lsn_t i_lsn, uint32_t i_blocks) { _img_private_t *p_env = p_user_data; return mmc_read_sectors( p_env->gen.cdio, p_buf, i_lsn, CDIO_MMC_READ_TYPE_CDDA, i_blocks); } /* Packet driver to read mode2 sectors. Can read only up to 25 blocks. */ static driver_return_code_t _read_mode2_sectors_mmc (_img_private_t *p_env, void *p_buf, lba_t lba, uint32_t i_blocks, bool b_read_10) { mmc_cdb_t cdb = {{0, }}; CDIO_MMC_SET_READ_LBA(cdb.field, lba); if (b_read_10) { int retval; CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_10); CDIO_MMC_SET_READ_LENGTH16(cdb.field, i_blocks); if ((retval = mmc_set_blocksize (p_env->gen.cdio, M2RAW_SECTOR_SIZE))) return retval; if ((retval = run_mmc_cmd_linux (p_env, 0, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, M2RAW_SECTOR_SIZE * i_blocks, p_buf))) { mmc_set_blocksize (p_env->gen.cdio, CDIO_CD_FRAMESIZE); return retval; } /* Restore blocksize. */ retval = mmc_set_blocksize (p_env->gen.cdio, CDIO_CD_FRAMESIZE); return retval; } else { cdb.field[1] = 0; /* sector size mode2 */ cdb.field[9] = 0x58; /* 2336 mode2 */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_CD); CDIO_MMC_SET_READ_LENGTH24(cdb.field, i_blocks); return run_mmc_cmd_linux (p_env, 0, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, M2RAW_SECTOR_SIZE * i_blocks, p_buf); } } static driver_return_code_t _read_mode2_sectors (_img_private_t *p_env, void *p_buf, lba_t lba, uint32_t i_blocks, bool b_read_10) { unsigned int l = 0; int retval = 0; while (i_blocks > 0) { const unsigned i_blocks2 = (i_blocks > 25) ? 25 : i_blocks; void *p_buf2 = ((char *)p_buf ) + (l * M2RAW_SECTOR_SIZE); retval |= _read_mode2_sectors_mmc (p_env, p_buf2, lba + l, i_blocks2, b_read_10); if (retval) break; i_blocks -= i_blocks2; l += i_blocks2; } return retval; } /*! Reads a single mode1 sector from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode1_sector_linux (void *p_user_data, void *p_data, lsn_t lsn, bool b_form2) { #if 0 char buf[M2RAW_SECTOR_SIZE] = { 0, }; struct cdrom_msf *p_msf = (struct cdrom_msf *) &buf; msf_t _msf; _img_private_t *p_env = p_user_data; cdio_lsn_to_msf (lsn, &_msf); p_msf->cdmsf_min0 = cdio_from_bcd8(_msf.m); p_msf->cdmsf_sec0 = cdio_from_bcd8(_msf.s); p_msf->cdmsf_frame0 = cdio_from_bcd8(_msf.f); retry: switch (p_env->access_mode) { case _AM_NONE: cdio_warn ("no way to read mode1"); return 1; break; case _AM_IOCTL: if (ioctl (p_env->gen.fd, CDROMREADMODE1, &buf) == -1) { perror ("ioctl()"); return 1; /* exit (EXIT_FAILURE); */ } break; case _AM_READ_CD: case _AM_READ_10: if (_read_mode2_sectors (p_env, buf, lsn, 1, (p_env->access_mode == _AM_READ_10))) { perror ("ioctl()"); if (p_env->access_mode == _AM_READ_CD) { cdio_info ("READ_CD failed; switching to READ_10 mode..."); p_env->access_mode = _AM_READ_10; goto retry; } else { cdio_info ("READ_10 failed; switching to ioctl(CDROMREADMODE2) mode..."); p_env->access_mode = _AM_IOCTL; goto retry; } return 1; } break; } memcpy (p_data, buf + CDIO_CD_SYNC_SIZE + CDIO_CD_HEADER_SIZE, b_form2 ? M2RAW_SECTOR_SIZE: CDIO_CD_FRAMESIZE); #else return cdio_generic_read_form1_sector(p_user_data, p_data, lsn); #endif return 0; } /*! Reads i_blocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode1_sectors_linux (void *p_user_data, void *p_data, lsn_t lsn, bool b_form2, uint32_t i_blocks) { _img_private_t *p_env = p_user_data; unsigned int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < i_blocks; i++) { if ( (retval = _read_mode1_sector_linux (p_env, ((char *)p_data) + (blocksize*i), lsn + i, b_form2)) ) return retval; } return DRIVER_OP_SUCCESS; } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sector_linux (void *p_user_data, void *p_data, lsn_t lsn, bool b_form2) { char buf[M2RAW_SECTOR_SIZE] = { 0, }; struct cdrom_msf *msf = (struct cdrom_msf *) &buf; msf_t _msf; _img_private_t *p_env = p_user_data; cdio_lba_to_msf (cdio_lsn_to_lba(lsn), &_msf); msf->cdmsf_min0 = cdio_from_bcd8(_msf.m); msf->cdmsf_sec0 = cdio_from_bcd8(_msf.s); msf->cdmsf_frame0 = cdio_from_bcd8(_msf.f); retry: switch (p_env->access_mode) { case _AM_NONE: cdio_warn ("no way to read mode2"); return 1; break; case _AM_IOCTL: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: if (ioctl (p_env->gen.fd, CDROMREADMODE2, &buf) == -1) { perror ("ioctl()"); return 1; /* exit (EXIT_FAILURE); */ } break; case _AM_READ_CD: case _AM_READ_10: if (_read_mode2_sectors (p_env, buf, lsn, 1, (p_env->access_mode == _AM_READ_10))) { perror ("ioctl()"); if (p_env->access_mode == _AM_READ_CD) { cdio_info ("READ_CD failed; switching to READ_10 mode..."); p_env->access_mode = _AM_READ_10; goto retry; } else { cdio_info ("READ_10 failed; switching to ioctl(CDROMREADMODE2) mode..."); p_env->access_mode = _AM_IOCTL; goto retry; } return 1; } break; } if (b_form2) memcpy (p_data, buf, M2RAW_SECTOR_SIZE); else memcpy (((char *)p_data), buf + CDIO_CD_SUBHEADER_SIZE, CDIO_CD_FRAMESIZE); return DRIVER_OP_SUCCESS; } /*! Reads i_blocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t _read_mode2_sectors_linux (void *p_user_data, void *data, lsn_t lsn, bool b_form2, uint32_t i_blocks) { _img_private_t *p_env = p_user_data; unsigned int i; uint16_t i_blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; /* For each frame, pick out the data part we need */ for (i = 0; i < i_blocks; i++) { int retval; if ( (retval = _read_mode2_sector_linux (p_env, ((char *)data) + (i_blocksize*i), lsn + i, b_form2)) ) return retval; } return DRIVER_OP_SUCCESS; } /*! Read and cache the CD's Track Table of Contents and track info. Return false if successful or true if an error. */ static bool read_toc_linux (void *p_user_data) { _img_private_t *p_env = p_user_data; int i; unsigned int u_tracks; /* read TOC header */ if ( ioctl(p_env->gen.fd, CDROMREADTOCHDR, &p_env->tochdr) == -1 ) { cdio_warn("%s: %s\n", "error in ioctl CDROMREADTOCHDR", strerror(errno)); return false; } p_env->gen.i_first_track = p_env->tochdr.cdth_trk0; p_env->gen.i_tracks = p_env->tochdr.cdth_trk1; u_tracks = p_env->gen.i_tracks - p_env->gen.i_first_track + 1; if (u_tracks > CDIO_CD_MAX_TRACKS) { cdio_log(CDIO_LOG_WARN, "Number of tracks exceeds maximum (%d vs. %d)\n", u_tracks, CDIO_CD_MAX_TRACKS); p_env->gen.i_tracks = CDIO_CD_MAX_TRACKS; } /* read individual tracks */ for (i= p_env->gen.i_first_track; i<=p_env->gen.i_tracks; i++) { struct cdrom_tocentry *p_toc = &(p_env->tocent[i-p_env->gen.i_first_track]); p_toc->cdte_track = i; p_toc->cdte_format = CDROM_MSF; if ( ioctl(p_env->gen.fd, CDROMREADTOCENTRY, p_toc) == -1 ) { cdio_warn("%s %d: %s\n", "error in ioctl CDROMREADTOCENTRY for track", i, strerror(errno)); return false; } set_track_flags(&(p_env->gen.track_flags[i]), p_toc->cdte_ctrl); /**** struct cdrom_msf0 *msf= &env->tocent[i-1].cdte_addr.msf; fprintf (stdout, "--- track# %d (msf %2.2x:%2.2x:%2.2x)\n", i, msf->minute, msf->second, msf->frame); ****/ } /* read the lead-out track */ p_env->tocent[p_env->gen.i_tracks].cdte_track = CDIO_CDROM_LEADOUT_TRACK; p_env->tocent[p_env->gen.i_tracks].cdte_format = CDROM_MSF; if (ioctl(p_env->gen.fd, CDROMREADTOCENTRY, &p_env->tocent[p_env->gen.i_tracks]) == -1 ) { cdio_warn("%s: %s\n", "error in ioctl CDROMREADTOCENTRY for lead-out", strerror(errno)); return false; } /* struct cdrom_msf0 *msf= &env->tocent[p_env->gen.i_tracks].cdte_addr.msf; fprintf (stdout, "--- track# %d (msf %2.2x:%2.2x:%2.2x)\n", i, msf->minute, msf->second, msf->frame); */ p_env->gen.toc_init = true; return true; } /*! Run a SCSI MMC command. cdio CD structure set by cdio_open(). i_timeout time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. p_buf Buffer for data, both sending and receiving i_buf Size of buffer e_direction direction the transfer is to go. cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. We return true if command completed successfully and false if not. */ static driver_return_code_t run_mmc_cmd_linux(void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf) { _img_private_t *p_env = p_user_data; struct cdrom_generic_command cgc; cdio_mmc_request_sense_t sense; p_env->gen.scsi_mmc_sense_valid = 0; memset(&cgc, 0, sizeof (struct cdrom_generic_command)); memset(&sense, 0, sizeof (struct cdio_mmc_request_sense)); memcpy(&cgc.cmd, p_cdb, i_cdb); cgc.buflen = i_buf; cgc.buffer = p_buf; cgc.sense = (struct request_sense *) &sense; cgc.data_direction = (SCSI_MMC_DATA_READ == e_direction) ? CGC_DATA_READ : (SCSI_MMC_DATA_WRITE == e_direction) ? CGC_DATA_WRITE : CGC_DATA_NONE; #ifdef HAVE_LINUX_CDROM_TIMEOUT cgc.timeout = i_timeout_ms; #endif { int i_rc = ioctl (p_env->gen.fd, CDROM_SEND_PACKET, &cgc); /* Record SCSI sense reply for API call mmc_last_cmd_sense(). */ if (sense.additional_sense_len) { /* SCSI Primary Command standard SPC 4.5.3, Table 26: 252 bytes legal, 263 bytes possible */ int sense_size = sense.additional_sense_len + 8; if (sense_size > sizeof(sense)) sense_size = sizeof(sense); memcpy((void *) p_env->gen.scsi_mmc_sense, &sense, sense_size); p_env->gen.scsi_mmc_sense_valid = sense_size; } if (0 == i_rc) return DRIVER_OP_SUCCESS; if (-1 == i_rc) { cdio_info("ioctl CDROM_SEND_PACKET for command %s (0x%0x) failed:\n\t%s", mmc_cmd2str((uint8_t) p_cdb->field[0]), p_cdb->field[0], strerror(errno)); switch (errno) { case EPERM: return DRIVER_OP_NOT_PERMITTED; break; case EINVAL: return DRIVER_OP_BAD_PARAMETER; break; case EFAULT: return DRIVER_OP_BAD_POINTER; break; case EIO: default: return DRIVER_OP_ERROR; break; } } else if (i_rc < -1) return DRIVER_OP_ERROR; else /*Not sure if this the best thing, but we'll use anyway. */ return DRIVER_OP_SUCCESS; } } /*! Return the size of the CD in logical block address (LBA) units. @return the lsn. On error return CDIO_INVALID_LSN. As of GNU/Linux 2.6, CDROMTOCENTRY gives ioctl CDROMREADTOCENTRY failed: Invalid argument In some cases CDROMREADTOCHDR seems to fix this, but I haven't been able to find anything that documents this requirement or behavior. It's not the way CDROMREADTOCHDR works on other 'nixs. Also note that in one at least one test the corresponding MMC gives a different answer, so there may be some disagreement about what is in fact the last lsn. */ static lsn_t get_disc_last_lsn_linux (void *p_user_data) { _img_private_t *p_env = p_user_data; struct cdrom_tocentry tocent; uint32_t i_size; if (!p_env->gen.toc_init) read_toc_linux (p_user_data) ; tocent.cdte_track = CDIO_CDROM_LEADOUT_TRACK; tocent.cdte_format = CDROM_LBA; if (ioctl (p_env->gen.fd, CDROMREADTOCENTRY, &tocent) == -1) { cdio_warn ("ioctl CDROMREADTOCENTRY failed: %s\n", strerror(errno)); return CDIO_INVALID_LSN; } i_size = tocent.cdte_addr.lba; return i_size; } /*! Set the arg "key" with "value" in the source device. Currently "source" and "access-mode" are valid keys. "source" sets the source device in I/O operations "access-mode" sets the the method of CD access DRIVER_OP_SUCCESS is returned if no error was found, and nonzero if there as an error. */ static driver_return_code_t set_arg_linux (void *p_user_data, const char key[], const char value[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { if (!value) return DRIVER_OP_ERROR; free (p_env->gen.source_name); p_env->gen.source_name = strdup (value); } else if (!strcmp (key, "access-mode")) { p_env->access_mode = str_to_access_mode_linux(key); } else return DRIVER_OP_ERROR; return DRIVER_OP_SUCCESS; } /* checklist: /dev/cdrom, /dev/dvd /dev/hd?, /dev/scd? /dev/sr? */ static const char checklist1[][40] = { {"cdrom"}, {"dvd"} }; static const int checklist1_size = sizeof(checklist1) / sizeof(checklist1[0]); static const struct { char format[22]; int num_min; int num_max; } checklist2[] = { { "/dev/hd%c", 'a', 'z' }, { "/dev/scd%d", 0, 27 }, { "/dev/sr%d", 0, 27 }, }; static const int checklist2_size = sizeof(checklist2) / sizeof(checklist2[0]); /* Set CD-ROM drive speed */ static driver_return_code_t set_speed_linux (void *p_user_data, int i_drive_speed) { const _img_private_t *p_env = p_user_data; if (!p_env) return DRIVER_OP_UNINIT; return ioctl(p_env->gen.fd, CDROM_SELECT_SPEED, i_drive_speed); } #endif /* HAVE_LINUX_CDROM */ /*! Return an array of strings giving possible CD devices. */ char ** cdio_get_devices_linux (void) { #ifndef HAVE_LINUX_CDROM return NULL; #else unsigned int i; char drive[40]; char *ret_drive; char **drives = NULL; unsigned int num_drives=0; /* Scan the system for CD-ROM drives. */ for ( i=0; i < checklist1_size; ++i ) { if (snprintf(drive, sizeof(drive), "/dev/%s", checklist1[i]) < 0) continue; if ( is_cdrom_linux(drive, NULL) > 0 ) { cdio_add_device_list(&drives, drive, &num_drives); } } /* Now check the currently mounted CD drives */ if (NULL != (ret_drive = check_mounts_linux("/etc/mtab"))) { cdio_add_device_list(&drives, ret_drive, &num_drives); free(ret_drive); } /* Finally check possible mountable drives in /etc/fstab */ if (NULL != (ret_drive = check_mounts_linux("/etc/fstab"))) { cdio_add_device_list(&drives, ret_drive, &num_drives); free(ret_drive); } /* Scan the system for CD-ROM drives. Not always 100% reliable, so use the USE_MNTENT code above first. */ for ( i=0; i < checklist2_size; ++i ) { unsigned int j; for ( j=checklist2[i].num_min; j<=checklist2[i].num_max; ++j ) { if (snprintf(drive, sizeof(drive), checklist2[i].format, j) < 0) continue; if ( (is_cdrom_linux(drive, NULL)) > 0 ) { cdio_add_device_list(&drives, drive, &num_drives); } } } cdio_add_device_list(&drives, NULL, &num_drives); return drives; #endif /*HAVE_LINUX_CDROM*/ } /*! Return a string containing the default CD device. */ char * cdio_get_default_device_linux(void) { #ifndef HAVE_LINUX_CDROM return NULL; #else unsigned int i; char drive[40]; char *ret_drive; /* Scan the system for CD-ROM drives. */ for ( i=0; i < checklist1_size; ++i ) { if (snprintf(drive, sizeof(drive), "/dev/%s", checklist1[i]) < 0) continue; if ( is_cdrom_linux(drive, NULL) > 0 ) { return strdup(drive); } } /* Now check the currently mounted CD drives */ if (NULL != (ret_drive = check_mounts_linux("/etc/mtab"))) return ret_drive; /* Finally check possible mountable drives in /etc/fstab */ if (NULL != (ret_drive = check_mounts_linux("/etc/fstab"))) return ret_drive; /* Scan the system for CD-ROM drives. Not always 100% reliable, so use the USE_MNTENT code above first. */ for ( i=0; i < checklist2_size; ++i ) { unsigned int j; for ( j=checklist2[i].num_min; j<=checklist2[i].num_max; ++j ) { if (snprintf(drive, sizeof(drive), checklist2[i].format, j) < 0) continue; if ( is_cdrom_linux(drive, NULL) > 0 ) { return(strdup(drive)); } } } return NULL; #endif /*HAVE_LINUX_CDROM*/ } /*! Close tray on CD-ROM. @param psz_device the CD-ROM drive to be closed. */ driver_return_code_t close_tray_linux (const char *psz_device) { #ifdef HAVE_LINUX_CDROM int i_rc; int fd = open (psz_device, O_RDONLY|O_NONBLOCK); int status; if ( fd > -1 ) { if((status = ioctl(fd, CDROM_DRIVE_STATUS, CDSL_CURRENT)) > 0) { switch(status) { case CDS_TRAY_OPEN: goto try_anyway; break; case CDS_DISC_OK: cdio_info ("Tray already closed."); i_rc = DRIVER_OP_SUCCESS; break; default: cdio_info ("Unknown CD-ROM status (%d), trying anyway", status); goto try_anyway; } } else { cdio_info ("CDROM_DRIVE_STATUS failed: %s, trying anyway", strerror(errno)); try_anyway: if((i_rc = ioctl(fd, CDROMCLOSETRAY)) != 0) { cdio_warn ("ioctl CDROMCLOSETRAY failed: %s\n", strerror(errno)); i_rc = DRIVER_OP_ERROR; } } close(fd); } else i_rc = DRIVER_OP_ERROR; return i_rc; #else return DRIVER_OP_NO_DRIVER; #endif /*HAVE_LINUX_CDROM*/ } #ifdef HAVE_LINUX_CDROM /*! Produce a text composed from the system SCSI address tuple according to habits of Linux 2.4 and 2.6 : "Bus,Host,Channel,Target,Lun" and store it in generic_img_private_t.scsi_tuple. To be accessed via cdio_get_arg("scsi-tuple-linux") or ("scsi-tuple"). Drivers which implement this code have to return 5 valid decimal numbers separated by comma, or empty text if no such numbers are available. @return 1=success , 0=failure */ static int set_scsi_tuple_linux(_img_private_t *env) { int bus_no = -1, host_no = -1, channel_no = -1, target_no = -1, lun_no = -1; int ret, i; char tuple[160], hdx[10]; #ifdef SCSI_IOCTL_GET_IDLUN struct my_scsi_idlun { int x; int host_unique_id; }; struct my_scsi_idlun idlun; #endif struct stat stbuf, env_stbuf; /* Check whether this is a hdX and declare tuple unavailable. /dev/hdX is traditionally for IDE drives and the ioctls here traditionally return ok and all 0s for all IDE drives. So the tuples are no unique ids. */ if (fstat(env->gen.fd, &env_stbuf) == -1) goto no_tuple; strcpy(hdx, "/dev/hdX"); for (i = 'a'; i <= 'z'; i++) { hdx[7] = i; if (stat(hdx, &stbuf) == -1) continue; if (env_stbuf.st_dev == stbuf.st_dev && env_stbuf.st_ino == stbuf.st_ino) goto no_tuple; } #ifdef SCSI_IOCTL_GET_BUS_NUMBER if (ioctl(env->gen.fd, SCSI_IOCTL_GET_BUS_NUMBER, &bus_no) == -1) bus_no = -1; #endif #ifdef SCSI_IOCTL_GET_IDLUN /* http://www.tldp.org/HOWTO/SCSI-Generic-HOWTO/scsi_g_idlun.html */ ret = ioctl(env->gen.fd, SCSI_IOCTL_GET_IDLUN, &idlun); if (ret != -1) { host_no= (idlun.x >> 24) & 255; channel_no= (idlun.x >> 16) & 255; target_no= (idlun.x) & 255; lun_no= (idlun.x >> 8) & 255; } #endif if (env->gen.scsi_tuple != NULL) free (env->gen.scsi_tuple); env->gen.scsi_tuple = NULL; if (bus_no < 0 || host_no < 0 || channel_no < 0 || target_no < 0 || lun_no < 0) { no_tuple:; env->gen.scsi_tuple = strdup(""); return 0; } snprintf(tuple, sizeof(tuple)-1, "%d,%d,%d,%d,%d", bus_no, host_no, channel_no, target_no, lun_no); env->gen.scsi_tuple = strdup(tuple); return 1; } #endif /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_linux (const char *psz_source_name) { #ifdef HAVE_LINUX_CDROM return cdio_open_am_linux(psz_source_name, NULL); #else return NULL; #endif /*HAVE_LINUX_CDROM*/ } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_am_linux (const char *psz_orig_source, const char *access_mode) { #ifdef HAVE_LINUX_CDROM CdIo_t *ret; _img_private_t *_data; char *psz_source; int open_access_mode; /* Access mode passed to cdio_generic_init. */ cdio_funcs_t _funcs = { .audio_get_volume = audio_get_volume_linux, .audio_pause = audio_pause_linux, .audio_play_msf = audio_play_msf_linux, .audio_play_track_index= audio_play_track_index_linux, #ifdef USE_MMC_SUBCHANNEL .audio_read_subchannel = audio_read_subchannel_mmc, #else .audio_read_subchannel = audio_read_subchannel_linux, #endif .audio_resume = audio_resume_linux, .audio_set_volume = audio_set_volume_linux, .audio_stop = audio_stop_linux, .eject_media = eject_media_linux, .free = cdio_generic_free, .get_arg = get_arg_linux, .get_blocksize = get_blocksize_mmc, .get_cdtext = get_cdtext_generic, .get_cdtext_raw = read_cdtext_generic, .get_default_device = cdio_get_default_device_linux, .get_devices = cdio_get_devices_linux, .get_disc_last_lsn = get_disc_last_lsn_linux, .get_discmode = get_discmode_linux, #if defined(USE_LINUX_CAP) .get_drive_cap = get_drive_cap_linux, #else .get_drive_cap = get_drive_cap_mmc, #endif .get_first_track_num = get_first_track_num_generic, .get_hwinfo = NULL, .get_last_session = get_last_session_linux, .get_media_changed = get_media_changed_linux, .get_mcn = get_mcn_linux, .get_num_tracks = get_num_tracks_generic, .get_track_channels = get_track_channels_generic, .get_track_copy_permit = get_track_copy_permit_generic, .get_track_format = get_track_format_linux, .get_track_green = get_track_green_linux, .get_track_lba = NULL, /* This could be implemented if need be. */ .get_track_preemphasis = get_track_preemphasis_generic, .get_track_msf = get_track_msf_linux, .get_track_isrc = get_track_isrc_linux, .lseek = cdio_generic_lseek, .read = cdio_generic_read, .read_audio_sectors = read_audio_sectors_linux, #if 1 .read_data_sectors = read_data_sectors_generic, #else .read_data_sectors = read_data_sectors_mmc, #endif .read_mode1_sector = _read_mode1_sector_linux, .read_mode1_sectors = _read_mode1_sectors_linux, .read_mode2_sector = _read_mode2_sector_linux, .read_mode2_sectors = _read_mode2_sectors_linux, .read_toc = read_toc_linux, .run_mmc_cmd = run_mmc_cmd_linux, .set_arg = set_arg_linux, .set_blocksize = set_blocksize_mmc, #if 1 .set_speed = set_speed_linux, #else .set_speed = set_speed_mmc, #endif }; _data = calloc (1, sizeof (_img_private_t)); _data->access_mode = str_to_access_mode_linux(access_mode); _data->gen.init = false; _data->gen.toc_init = false; _data->gen.fd = -1; _data->gen.b_cdtext_error = false; if (NULL == psz_orig_source) { psz_source=cdio_get_default_device_linux(); if (NULL == psz_source) { goto err_exit; } set_arg_linux(_data, "source", psz_source); free(psz_source); } else { if (cdio_is_device_generic(psz_orig_source)) set_arg_linux(_data, "source", psz_orig_source); else { /* The below would be okay if all device drivers worked this way. */ #if 0 cdio_info ("source %s is not a device", psz_orig_source); #endif goto err_exit; } } ret = cdio_new ((void *)_data, &_funcs); if (ret == NULL) { goto err_exit; } ret->driver_id = DRIVER_LINUX; open_access_mode = O_NONBLOCK; if (_AM_MMC_RDWR == _data->access_mode) open_access_mode |= O_RDWR; else if (_AM_MMC_RDWR_EXCL == _data->access_mode) open_access_mode |= O_RDWR | O_EXCL; else open_access_mode |= O_RDONLY; if (cdio_generic_init(_data, open_access_mode)) { set_scsi_tuple_linux(_data); return ret; } free(ret); err_exit: cdio_generic_free(_data); return NULL; #else return NULL; #endif /* HAVE_LINUX_CDROM */ } bool cdio_have_linux (void) { #ifdef HAVE_LINUX_CDROM return true; #else return false; #endif /* HAVE_LINUX_CDROM */ } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/device.c0000664000175000017500000007160713217072766013533 00000000000000/* Copyright (C) 2005, 2006, 2008, 2011-2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! device- and driver-related routines. */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include #include "cdio_private.h" #include #include #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif /* This probably will get moved to driver code, i.e _cdio_linux.c */ #ifdef HAVE_LINUX_MAJOR_H #include #endif #ifdef HAVE_SYS_STAT_H #include #endif /* The last valid entry of Cdio_driver. -1 or (CDIO_DRIVER_UNINIT) means uninitialzed. -2 means some sort of error. */ #define CDIO_DRIVER_UNINIT -1 int CdIo_last_driver = CDIO_DRIVER_UNINIT; #ifdef HAVE_AIX_CDROM const driver_id_t cdio_os_driver = DRIVER_AIX; #elif defined(HAVE_FREEBSD_CDROM) const driver_id_t cdio_os_driver = DRIVER_FREEBSD; #elif defined(HAVE_LINUX_CDROM) const driver_id_t cdio_os_driver = DRIVER_LINUX; #elif defined(HAVE_NETBSD_CDROM) const driver_id_t cdio_os_driver = DRIVER_NETBSD; #elif defined(HAVE_DARWIN_CDROM) const driver_id_t cdio_os_driver = DRIVER_OSX; #elif defined(HAVE_SOLARIS_CDROM) const driver_id_t cdio_os_driver = DRIVER_SOLARIS; #elif defined(HAVE_WIN32_CDROM) const driver_id_t cdio_os_driver = DRIVER_WIN32; #else const driver_id_t cdio_os_driver = DRIVER_UNKNOWN; #endif /** The below variables are trickery to force enum symbol values to be recorded in debug symbol tables. They are used to allow one to refer to the enumeration value names in the typedefs above in a debugger and debugger expressions. */ cdio_drive_cap_misc_t debug_cdio_drive_cap_misc; cdio_drive_cap_read_t debug_cdio_drive_cap_read_t; cdio_drive_cap_write_t debug_drive_cap_write_t; cdio_mmc_hw_len_t debug_cdio_mmc_hw_len; cdio_src_category_mask_t debug_cdio_src_category_mask; static bool cdio_have_false(void) { return false; } /* The below array gives all drivers that can possibly appear. on a particular host. */ CdIo_driver_t CdIo_all_drivers[] = { {DRIVER_UNKNOWN, 0, "Unknown", "No driver", &cdio_have_false, NULL, NULL, NULL, NULL, NULL, NULL }, {DRIVER_AIX, CDIO_SRC_IS_DEVICE_MASK|CDIO_SRC_IS_NATIVE_MASK|CDIO_SRC_IS_SCSI_MASK, "AIX", "AIX SCSI driver", &cdio_have_aix, &cdio_open_aix, &cdio_open_am_aix, &cdio_get_default_device_aix, &cdio_is_device_generic, &cdio_get_devices_aix, NULL }, {DRIVER_FREEBSD, CDIO_SRC_IS_DEVICE_MASK|CDIO_SRC_IS_NATIVE_MASK|CDIO_SRC_IS_SCSI_MASK, "FreeBSD", "FreeBSD driver", &cdio_have_freebsd, &cdio_open_freebsd, &cdio_open_am_freebsd, &cdio_get_default_device_freebsd, &cdio_is_device_generic, &cdio_get_devices_freebsd, &close_tray_freebsd }, {DRIVER_NETBSD, CDIO_SRC_IS_DEVICE_MASK|CDIO_SRC_IS_NATIVE_MASK|CDIO_SRC_IS_SCSI_MASK, "NetBSD", "NetBSD driver", &cdio_have_netbsd, &cdio_open_netbsd, &cdio_open_am_netbsd, &cdio_get_default_device_netbsd, &cdio_is_device_generic, &cdio_get_devices_netbsd, &close_tray_netbsd }, {DRIVER_LINUX, CDIO_SRC_IS_DEVICE_MASK|CDIO_SRC_IS_NATIVE_MASK, "GNU/Linux", "GNU/Linux ioctl and MMC driver", &cdio_have_linux, &cdio_open_linux, &cdio_open_am_linux, &cdio_get_default_device_linux, &cdio_is_device_generic, &cdio_get_devices_linux, &close_tray_linux }, {DRIVER_SOLARIS, CDIO_SRC_IS_DEVICE_MASK|CDIO_SRC_IS_NATIVE_MASK|CDIO_SRC_IS_SCSI_MASK, "Solaris", "Solaris ATAPI and SCSI driver", &cdio_have_solaris, &cdio_open_solaris, &cdio_open_am_solaris, &cdio_get_default_device_solaris, &cdio_is_device_generic, &cdio_get_devices_solaris, &close_tray_solaris }, {DRIVER_OSX, CDIO_SRC_IS_DEVICE_MASK|CDIO_SRC_IS_NATIVE_MASK|CDIO_SRC_IS_SCSI_MASK, "macOS", "Apple macOS driver", &cdio_have_osx, &cdio_open_osx, &cdio_open_am_osx, &cdio_get_default_device_osx, &cdio_is_device_generic, &cdio_get_devices_osx, &close_tray_osx }, {DRIVER_WIN32, CDIO_SRC_IS_DEVICE_MASK|CDIO_SRC_IS_NATIVE_MASK|CDIO_SRC_IS_SCSI_MASK, "WIN32", "MS Windows ASPI and ioctl driver", &cdio_have_win32, &cdio_open_win32, &cdio_open_am_win32, &cdio_get_default_device_win32, &cdio_is_device_win32, &cdio_get_devices_win32, &close_tray_win32 }, {DRIVER_CDRDAO, CDIO_SRC_IS_DISK_IMAGE_MASK, "CDRDAO", "cdrdao (TOC) disk image driver", &cdio_have_cdrdao, &cdio_open_cdrdao, &cdio_open_am_cdrdao, &cdio_get_default_device_cdrdao, NULL, &cdio_get_devices_cdrdao, NULL }, {DRIVER_BINCUE, CDIO_SRC_IS_DISK_IMAGE_MASK, "BIN/CUE", "bin/cuesheet disk image driver", &cdio_have_bincue, &cdio_open_bincue, &cdio_open_am_bincue, &cdio_get_default_device_bincue, NULL, &cdio_get_devices_bincue, NULL }, {DRIVER_NRG, CDIO_SRC_IS_DISK_IMAGE_MASK, "NRG", "Nero NRG disk image driver", &cdio_have_nrg, &cdio_open_nrg, &cdio_open_am_nrg, &cdio_get_default_device_nrg, NULL, &cdio_get_devices_nrg, NULL } }; /* The below array gives of the drivers that are currently available for on a particular host. */ CdIo_driver_t CdIo_driver[sizeof(CdIo_all_drivers)/sizeof(CdIo_all_drivers[0])-1] = { {0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL} }; const driver_id_t cdio_drivers[] = { DRIVER_AIX, DRIVER_FREEBSD, DRIVER_NETBSD, DRIVER_LINUX, DRIVER_SOLARIS, DRIVER_OSX, DRIVER_WIN32, DRIVER_CDRDAO, DRIVER_BINCUE, DRIVER_NRG, DRIVER_UNKNOWN }; const driver_id_t cdio_device_drivers[] = { DRIVER_AIX, DRIVER_FREEBSD, DRIVER_NETBSD, DRIVER_LINUX, DRIVER_SOLARIS, DRIVER_OSX, DRIVER_WIN32, DRIVER_UNKNOWN }; const char * cdio_driver_errmsg(driver_return_code_t drc) { switch(drc) { case DRIVER_OP_SUCCESS: return "driver operation was successful"; case DRIVER_OP_ERROR: return "driver I/O error"; case DRIVER_OP_UNSUPPORTED: return "driver operatation not supported"; case DRIVER_OP_UNINIT: return "driver not initialized"; case DRIVER_OP_NOT_PERMITTED: return "driver operatation not permitted"; case DRIVER_OP_BAD_PARAMETER: return "bad parameter passed"; case DRIVER_OP_BAD_POINTER: return "bad pointer to memory area"; case DRIVER_OP_NO_DRIVER: return "driver not available"; default: return "unknown or bad driver return status"; } } static CdIo * scan_for_driver(const driver_id_t drivers[], const char *psz_source, const char *access_mode) { const driver_id_t *p_driver_id; for (p_driver_id=drivers; *p_driver_id!=DRIVER_UNKNOWN; p_driver_id++) { cdio_debug("Trying driver %s", cdio_get_driver_name_from_id(*p_driver_id)); if ((*CdIo_all_drivers[*p_driver_id].have_driver)()) { CdIo *ret= (*CdIo_all_drivers[*p_driver_id].driver_open_am)(psz_source, access_mode); if (ret != NULL) { ret->driver_id = *p_driver_id; cdio_info("found driver %s", cdio_get_driver_name_from_id(*p_driver_id)); return ret; } } } return NULL; } const char * cdio_driver_describe(driver_id_t driver_id) { return CdIo_all_drivers[driver_id].describe; } /*! Initialize CD Reading and control routines. Should be called first. May be implicitly called by other routines if not called first. */ bool cdio_init(void) { CdIo_driver_t *all_dp; CdIo_driver_t *dp = CdIo_driver; const driver_id_t *p_driver_id; if (CdIo_last_driver != CDIO_DRIVER_UNINIT) { cdio_warn ("Init routine called more than once."); return false; } for (p_driver_id=cdio_drivers; *p_driver_id!=DRIVER_UNKNOWN; p_driver_id++) { all_dp = &CdIo_all_drivers[*p_driver_id]; if ((*CdIo_all_drivers[*p_driver_id].have_driver)()) { *dp++ = *all_dp; CdIo_last_driver++; } } return true; } /*! Free any resources associated with cdio. */ void cdio_destroy (CdIo_t *p_cdio) { CdIo_last_driver = CDIO_DRIVER_UNINIT; if (p_cdio == NULL) return; if (p_cdio->op.free != NULL && p_cdio->env) p_cdio->op.free (p_cdio->env); p_cdio->env = NULL; free (p_cdio); } /*! Close media tray in CD drive if there is a routine to do so. @param psz_drive the name of CD-ROM to be closed. If NULL, we will use the default device. @param p_driver_id is the driver to be used or that got used if it was DRIVER_UNKNOWN or DRIVER_DEVICE; If this is NULL, we won't report back the driver used. */ driver_return_code_t cdio_close_tray (const char *psz_orig_drive, /*in/out*/ driver_id_t *p_driver_id) { driver_id_t temp_driver_id = DRIVER_DEVICE; char *psz_drive; driver_return_code_t drc; if (!p_driver_id) p_driver_id = &temp_driver_id; if (!psz_orig_drive || !*psz_orig_drive) psz_drive = cdio_get_default_device_driver(p_driver_id); else psz_drive = strdup(psz_orig_drive); if (DRIVER_UNKNOWN == *p_driver_id || DRIVER_DEVICE == *p_driver_id) { const driver_id_t *_p_driver_id = (DRIVER_DEVICE == *p_driver_id)?cdio_device_drivers:cdio_drivers; p_driver_id = (driver_id_t *)_p_driver_id; /* Scan for driver */ for ( ; *p_driver_id!=DRIVER_UNKNOWN; p_driver_id++) { if ( (*CdIo_all_drivers[*p_driver_id].have_driver)() && *CdIo_all_drivers[*p_driver_id].close_tray ) { drc = (*CdIo_all_drivers[*p_driver_id].close_tray)(psz_drive); free(psz_drive); return drc; } } free(psz_drive); return DRIVER_OP_UNSUPPORTED; } /* The driver id was specified. Use that. */ if ( (*CdIo_all_drivers[*p_driver_id].have_driver)() && *CdIo_all_drivers[*p_driver_id].close_tray ) { drc = (*CdIo_all_drivers[*p_driver_id].close_tray)(psz_drive); free(psz_drive); return drc; } free(psz_drive); return DRIVER_OP_UNSUPPORTED; } /*! Eject media in CD drive if there is a routine to do so. @param p_cdio the CD object to be acted upon. If the CD is ejected *p_cdio is freed and p_cdio set to NULL. */ driver_return_code_t cdio_eject_media (CdIo_t **pp_cdio) { if ((pp_cdio == NULL) || (*pp_cdio == NULL)) return DRIVER_OP_UNINIT; if ((*pp_cdio)->op.eject_media) { int ret = (*pp_cdio)->op.eject_media ((*pp_cdio)->env); if (0 == ret) { cdio_destroy(*pp_cdio); *pp_cdio = NULL; } return ret; } else { cdio_destroy(*pp_cdio); *pp_cdio = NULL; return DRIVER_OP_UNSUPPORTED; } } /*! Eject media in CD drive if there is a routine to do so. If you want to scan for any CD-ROM and eject that, pass NULL for psz_drive. @param psz_drive the CD object to be acted upon. If NULL is given as the drive, we'll use the default driver device. */ driver_return_code_t cdio_eject_media_drive (const char *psz_drive) { CdIo_t *p_cdio = cdio_open (psz_drive, DRIVER_DEVICE); if (p_cdio) { driver_return_code_t rc; rc = cdio_eject_media(&p_cdio); cdio_destroy(p_cdio); return rc; } else { return DRIVER_OP_UNINIT; } } /*! Free device list returned by cdio_get_devices or cdio_get_devices_with_cap. */ void cdio_free_device_list (char * ppsz_device_list[]) { char **ppsz_device_list_save=ppsz_device_list; if (!ppsz_device_list) return; for ( ; NULL != *ppsz_device_list ; ppsz_device_list++ ) { free(*ppsz_device_list); *ppsz_device_list = NULL; } CDIO_FREE_IF_NOT_NULL(ppsz_device_list_save); } /*! Return a string containing the default CD device if none is specified. if p_cdio is NULL (we haven't initialized a specific device driver), then find a suitable one and return the default device for that. NULL is returned if we couldn't get a default device. */ char * cdio_get_default_device (const CdIo_t *p_cdio) { if (p_cdio == NULL) { const driver_id_t *p_driver_id; /* Scan for driver */ for (p_driver_id=cdio_drivers; *p_driver_id!=DRIVER_UNKNOWN; p_driver_id++) { if ( (*CdIo_all_drivers[*p_driver_id].have_driver)() && *CdIo_all_drivers[*p_driver_id].get_default_device ) { return (*CdIo_all_drivers[*p_driver_id].get_default_device)(); } } return NULL; } if (p_cdio->op.get_default_device) { return p_cdio->op.get_default_device (); } else { return NULL; } } /*! Return a string containing the default CD device if none is specified. if p_driver_id is DRIVER_UNKNOWN or DRIVER_DEVICE then find a suitable one set the default device for that. NULL is returned if we couldn't get a default device. */ char * cdio_get_default_device_driver (/*in/out*/ driver_id_t *p_driver_id) { if (DRIVER_UNKNOWN == *p_driver_id || DRIVER_DEVICE == *p_driver_id) { const driver_id_t *p_driver_id_try = (DRIVER_DEVICE == *p_driver_id)?cdio_device_drivers:cdio_drivers; /* Scan for driver */ for ( ; *p_driver_id_try!=DRIVER_UNKNOWN; p_driver_id_try++) { if ( (*CdIo_all_drivers[*p_driver_id_try].have_driver)() && *CdIo_all_drivers[*p_driver_id_try].get_default_device ) { *p_driver_id = *p_driver_id_try; return (*CdIo_all_drivers[*p_driver_id].get_default_device)(); } } return NULL; } /* The driver id was specified. Use that. */ if ( (*CdIo_all_drivers[*p_driver_id].have_driver)() && *CdIo_all_drivers[*p_driver_id].get_default_device ) { return (*CdIo_all_drivers[*p_driver_id].get_default_device)(); } return NULL; } /*!Return an array of device names. If you want a specific devices, dor a driver give that device, if you want hardware devices, give DRIVER_DEVICE and if you want all possible devices, image drivers and hardware drivers give DRIVER_UNKNOWN. NULL is returned if we couldn't return a list of devices. */ char ** cdio_get_devices (driver_id_t driver_id) { /* Probably could get away with &driver_id below. */ driver_id_t driver_id_temp = driver_id; return cdio_get_devices_ret (&driver_id_temp); } char ** cdio_get_devices_ret (/*in/out*/ driver_id_t *p_driver_id) { CdIo_t *p_cdio; switch (*p_driver_id) { /* FIXME: spit out unknown to give image drivers as well. */ case DRIVER_DEVICE: p_cdio = scan_for_driver(cdio_device_drivers, NULL, NULL); *p_driver_id = cdio_get_driver_id(p_cdio); break; case DRIVER_UNKNOWN: p_cdio = scan_for_driver(cdio_drivers, NULL, NULL); *p_driver_id = cdio_get_driver_id(p_cdio); break; default: return (*CdIo_all_drivers[*p_driver_id].get_devices)(); } if (p_cdio == NULL) return NULL; if (p_cdio->op.get_devices) { char **devices = p_cdio->op.get_devices (); cdio_destroy(p_cdio); return devices; } else { return NULL; } } /*! Return an array of device names in search_devices that have at least the capabilities listed by cap. If search_devices is NULL, then we'll search all possible CD drives. If "any" is set false then every capability listed in the extended portion of capabilities (i.e. not the basic filesystem) must be satisified. If "any" is set true, then if any of the capabilities matches, we call that a success. To find a CD-drive of any type, use the mask CDIO_FS_MATCH_ALL. NULL is returned if we couldn't get a default device. It is also possible to return a non NULL but after dereferencing the the value is NULL. This also means nothing was found. */ char ** cdio_get_devices_with_cap (/*in*/ char* search_devices[], cdio_fs_anal_t capabilities, bool any) { driver_id_t p_driver_id; return cdio_get_devices_with_cap_ret (search_devices, capabilities, any, &p_driver_id); } char ** cdio_get_devices_with_cap_ret (/*in*/ char* search_devices[], cdio_fs_anal_t need_cap, bool b_any, /*out*/ driver_id_t *p_driver_id) { char **ppsz_drives=search_devices; char **ppsz_drives_ret=NULL; unsigned int i_drives=0; bool b_free_ppsz_drives = false; *p_driver_id = DRIVER_DEVICE; if (!ppsz_drives) { ppsz_drives=cdio_get_devices_ret(p_driver_id); b_free_ppsz_drives = true; } if (!ppsz_drives) return NULL; if (need_cap == CDIO_FS_MATCH_ALL) { /* Duplicate drives into drives_ret. */ char **d = ppsz_drives; for( ; *d != NULL; d++ ) { cdio_add_device_list(&ppsz_drives_ret, *d, &i_drives); } } else { const cdio_fs_anal_t need_fs = CDIO_FSTYPE(need_cap); char **d = ppsz_drives; for( ; *d != NULL; d++ ) { CdIo_t *p_cdio = cdio_open(*d, *p_driver_id); if (NULL != p_cdio) { track_t i_first_track = cdio_get_first_track_num(p_cdio); cdio_iso_analysis_t cdio_iso_analysis; if (CDIO_INVALID_TRACK != i_first_track) { const cdio_fs_anal_t got_cap = cdio_guess_cd_type(p_cdio, 0, i_first_track, &cdio_iso_analysis); /* Match on filesystem. Here either we don't know what the filesystem is - automatic match, or we no that the file system is in the set of those specified. We refine the logic further after this initial test. */ if ( CDIO_FS_UNKNOWN == need_fs || 0 == need_fs || (CDIO_FSTYPE(got_cap) == need_fs) ) { /* Match on analysis type. If we haven't set any analysis type, then an automatic match. Otherwise a match is determined by whether we need all analysis types or any of them. */ const cdio_fs_anal_t need_anal = need_cap & ~CDIO_FS_MASK; const cdio_fs_anal_t got_anal = got_cap & ~CDIO_FS_MASK; const bool b_match = !need_anal || (b_any ? (got_anal & need_anal) != 0 : (got_anal & need_anal) == need_anal); if (b_match) cdio_add_device_list(&ppsz_drives_ret, *d, &i_drives); } } cdio_destroy(p_cdio); } } } cdio_add_device_list(&ppsz_drives_ret, NULL, &i_drives); if (b_free_ppsz_drives) { cdio_free_device_list(ppsz_drives); } return ppsz_drives_ret; } /*! Return the the kind of drive capabilities of device. Note: string is malloc'd so caller should free() then returned string when done with it. */ void cdio_get_drive_cap (const CdIo_t *p_cdio, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap) { /* This seems like a safe bet. */ *p_read_cap = CDIO_DRIVE_CAP_UNKNOWN; *p_write_cap = CDIO_DRIVE_CAP_UNKNOWN; *p_misc_cap = CDIO_DRIVE_CAP_UNKNOWN; if (p_cdio && p_cdio->op.get_drive_cap) { p_cdio->op.get_drive_cap(p_cdio->env, p_read_cap, p_write_cap, p_misc_cap); } } /*! Return the the kind of drive capabilities of device. Note: string is malloc'd so caller should free() then returned string when done with it. */ void cdio_get_drive_cap_dev (const char *device, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap) { /* This seems like a safe bet. */ CdIo_t *cdio=scan_for_driver(cdio_drivers, device, NULL); if (cdio) { cdio_get_drive_cap(cdio, p_read_cap, p_write_cap, p_misc_cap); cdio_destroy(cdio); } else { *p_read_cap = CDIO_DRIVE_CAP_UNKNOWN; *p_write_cap = CDIO_DRIVE_CAP_UNKNOWN; *p_misc_cap = CDIO_DRIVE_CAP_UNKNOWN; } } /*! Return a string containing the name of the driver in use. if CdIo is NULL (we haven't initialized a specific device driver), then return NULL. */ const char * cdio_get_driver_name (const CdIo_t *p_cdio) { if (NULL==p_cdio) return NULL; return cdio_get_driver_name_from_id(p_cdio->driver_id); } /*! Return a string containing the name of the driver in use from the driver_id. if CdIo is NULL (we haven't initialized a specific device driver), then return NULL. */ const char * cdio_get_driver_name_from_id (driver_id_t driver_id) { return CdIo_all_drivers[driver_id].name; } /*! Return the driver id. if CdIo is NULL (we haven't initialized a specific device driver), then return DRIVER_UNKNOWN. */ driver_id_t cdio_get_driver_id (const CdIo_t *p_cdio) { if (!p_cdio) return DRIVER_UNKNOWN; return p_cdio->driver_id; } /*! Return a string containing the name of the driver in use. if CdIo is NULL (we haven't initialized a specific device driver), then return NULL. */ bool cdio_get_hwinfo (const CdIo_t *p_cdio, cdio_hwinfo_t *hw_info) { if (!p_cdio) return false; if (p_cdio->op.get_hwinfo) { return p_cdio->op.get_hwinfo (p_cdio, hw_info); } else { /* Perhaps driver forgot to initialize. We are no worse off Using mmc than returning false here. */ return mmc_get_hwinfo(p_cdio, hw_info); } } /*! Return the session number of the last on the CD. @param p_cdio the CD object to be acted upon. @param i_last_session pointer to the session number to be returned. */ driver_return_code_t cdio_get_last_session (CdIo_t *p_cdio, /*out*/ lsn_t *i_last_session) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.get_last_session) return p_cdio->op.get_last_session(p_cdio->env, i_last_session); return DRIVER_OP_UNSUPPORTED; } /*! Find out if media has changed since the last call. @param p_cdio the CD object to be acted upon. @return 1 if media has changed since last call, 0 if not. Error return codes are the same as driver_return_code_t */ int cdio_get_media_changed(CdIo_t *p_cdio) { if (!p_cdio) return DRIVER_OP_UNINIT; if (p_cdio->op.get_media_changed) return p_cdio->op.get_media_changed(p_cdio->env); return DRIVER_OP_UNSUPPORTED; } bool_3way_t cdio_have_atapi(CdIo_t *p_cdio) { bool_3way_t i_status; if (!p_cdio) return nope; i_status = mmc_have_interface(p_cdio, CDIO_MMC_FEATURE_INTERFACE_ATAPI); if (dunno != i_status) return i_status; { /* cdparanoia seems to think that if we have a mode sense command we have an atapi drive or is atapi compatible. */ uint8_t buf[22]; if (DRIVER_OP_SUCCESS == mmc_mode_sense(p_cdio, buf, sizeof(buf), CDIO_MMC_CAPABILITIES_PAGE) ) { uint8_t *b = buf; b+=b[3]+4; if( CDIO_MMC_CAPABILITIES_PAGE == (b[0]&0x3F) ) { /* MMC style drive! */ return yep; } } } /* Put these in the various drivers? If we get more, yes! */ #ifdef HAVE_LINUX_MAJOR_H { /* This too is from cdparanoia. */ struct stat st; generic_img_private_t *p_env = p_cdio->env; if ( 0 == lstat(p_env->source_name, &st) ) { if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) { int drive_type=(int)(st.st_rdev>>8); switch (drive_type) { case IDE0_MAJOR: case IDE1_MAJOR: case IDE2_MAJOR: case IDE3_MAJOR: /* Yay, ATAPI... */ return yep; break; case CDU31A_CDROM_MAJOR: case CDU535_CDROM_MAJOR: case MATSUSHITA_CDROM_MAJOR: case MATSUSHITA_CDROM2_MAJOR: case MATSUSHITA_CDROM3_MAJOR: case MATSUSHITA_CDROM4_MAJOR: case SANYO_CDROM_MAJOR: case MITSUMI_CDROM_MAJOR: case MITSUMI_X_CDROM_MAJOR: case OPTICS_CDROM_MAJOR: case AZTECH_CDROM_MAJOR: case GOLDSTAR_CDROM_MAJOR: case CM206_CDROM_MAJOR: case SCSI_CDROM_MAJOR: case SCSI_GENERIC_MAJOR: return nope; break; default: return dunno; } } } } #endif /*HAVE_LINUX_MAJOR_H*/ return dunno; } bool cdio_have_driver(driver_id_t driver_id) { if (driver_id >= sizeof(CdIo_all_drivers)/sizeof(CdIo_all_drivers[0])) return false; return (*CdIo_all_drivers[driver_id].have_driver)(); } bool cdio_is_device(const char *psz_source, driver_id_t driver_id) { if (DRIVER_UNKNOWN == driver_id || DRIVER_DEVICE == driver_id) { const driver_id_t *p_driver_id = (DRIVER_DEVICE == driver_id)?cdio_device_drivers:cdio_drivers; /* Scan for driver */ for ( ; *p_driver_id!=DRIVER_UNKNOWN; p_driver_id++) { if ( (*CdIo_all_drivers[*p_driver_id].have_driver)() && CdIo_all_drivers[*p_driver_id].is_device ) { return (*CdIo_all_drivers[*p_driver_id].is_device)(psz_source); } } } if (CdIo_all_drivers[driver_id].is_device == NULL) return false; return (*CdIo_all_drivers[driver_id].is_device)(psz_source); } /*! Sets up to read from place specified by source_name and driver_id. This should be called before using any other routine, except cdio_init. This will call cdio_init, if that hasn't been done previously. NULL is returned on error. */ CdIo_t * cdio_open (const char *orig_source_name, driver_id_t driver_id) { return cdio_open_am(orig_source_name, driver_id, NULL); } /*! Sets up to read from place specified by source_name and driver_id. This should be called before using any other routine, except cdio_init. This will call cdio_init, if that hasn't been done previously. NULL is returned on error. */ CdIo_t * cdio_open_am (const char *psz_orig_source, driver_id_t driver_id, const char *psz_access_mode) { char *psz_source; if (CdIo_last_driver == -1) cdio_init(); if (!psz_orig_source || !*psz_orig_source) psz_source = cdio_get_default_device(NULL); else psz_source = strdup(psz_orig_source); switch (driver_id) { case DRIVER_UNKNOWN: { CdIo_t *p_cdio=scan_for_driver(cdio_drivers, psz_source, psz_access_mode); free(psz_source); return p_cdio; } case DRIVER_DEVICE: { /* Scan for a driver. */ CdIo_t *ret = cdio_open_am_cd(psz_source, psz_access_mode); free(psz_source); return ret; } break; case DRIVER_AIX: case DRIVER_FREEBSD: case DRIVER_LINUX: case DRIVER_NETBSD: case DRIVER_SOLARIS: case DRIVER_WIN32: case DRIVER_OSX: case DRIVER_NRG: case DRIVER_BINCUE: case DRIVER_CDRDAO: if ((*CdIo_all_drivers[driver_id].have_driver)()) { CdIo_t *ret = (*CdIo_all_drivers[driver_id].driver_open_am)(psz_source, psz_access_mode); if (ret) ret->driver_id = driver_id; free(psz_source); return ret; } } free(psz_source); return NULL; } /*! Set up CD-ROM for reading. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no driver for a some sort of hardware CD-ROM. */ CdIo_t * cdio_open_cd (const char *psz_source) { return cdio_open_am_cd(psz_source, NULL); } /*! Set up CD-ROM for reading. The device_name is the some sort of device name. @return the cdio object for subsequent operations. NULL on error or there is no driver for a some sort of hardware CD-ROM. */ /* In the future we'll have more complicated code to allow selection of an I/O routine as well as code to find an appropriate default routine among the "registered" routines. Possibly classes too disk-based, SCSI-based, native-based, vendor (e.g. Sony, or Plextor) based For now though, we'll start more simply... */ CdIo_t * cdio_open_am_cd (const char *psz_source, const char *psz_access_mode) { if (CdIo_last_driver == -1) cdio_init(); /* Scan for a driver. */ return scan_for_driver(cdio_device_drivers, psz_source, psz_access_mode); } /*! Set the blocksize for subsequent reads. */ driver_return_code_t cdio_set_blocksize ( const CdIo_t *p_cdio, int i_blocksize ) { if (!p_cdio) return DRIVER_OP_UNINIT; if (!p_cdio->op.set_blocksize) return DRIVER_OP_UNSUPPORTED; return p_cdio->op.set_blocksize(p_cdio->env, i_blocksize); } /*! Set the drive speed. @param p_cdio CD structure set by cdio_open(). @param i_drive_speed speed in CD-ROM speed units. Note this not Kbs as would be used in the MMC spec or in mmc_set_speed(). To convert CD-ROM speed units to Kbs, multiply the number by 176 (for raw data) and by 150 (for filesystem data). On many CD-ROM drives, specifying a value too large will result in using the fastest speed. @see mmc_set_speed and mmc_set_drive_speed */ driver_return_code_t cdio_set_speed (const CdIo_t *p_cdio, int i_speed) { if (!p_cdio) return DRIVER_OP_UNINIT; if (!p_cdio->op.set_speed) return DRIVER_OP_UNSUPPORTED; return p_cdio->op.set_speed(p_cdio->env, i_speed); } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/filemode.h0000644000175000017500000000637111731402600014036 00000000000000/* filemode.h -- file modes common definitions Copyright (C) 2005, 2008, 2011, 2012 Rocky Bernstein Copyright (C) 1985, 1990, 1993, 1998-2000 Free Software Foundation, Inc. This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_DRIVER_FILEMODE_H_ #define CDIO_DRIVER_FILEMODE_H_ #ifdef HAVE_SYS_STAT_H #include #endif #ifndef S_IRUSR # ifdef S_IREAD # define S_IRUSR S_IREAD # else # define S_IRUSR 00400 # endif #endif #ifndef S_IWUSR # ifdef S_IWRITE # define S_IWUSR S_IWRITE # else # define S_IWUSR 00200 # endif #endif #ifndef S_IXUSR # ifdef S_IEXEC # define S_IXUSR S_IEXEC # else # define S_IXUSR 00100 # endif #endif #ifndef S_IRGRP # define S_IRGRP (S_IRUSR >> 3) #endif #ifndef S_IWGRP # define S_IWGRP (S_IWUSR >> 3) #endif #ifndef S_IXGRP # define S_IXGRP (S_IXUSR >> 3) #endif #ifndef S_IROTH # define S_IROTH (S_IRUSR >> 6) #endif #ifndef S_IWOTH # define S_IWOTH (S_IWUSR >> 6) #endif #ifndef S_IXOTH # define S_IXOTH (S_IXUSR >> 6) #endif #ifdef STAT_MACROS_BROKEN # undef S_ISBLK # undef S_ISCHR # undef S_ISDIR # undef S_ISFIFO # undef S_ISLNK # undef S_ISMPB # undef S_ISMPC # undef S_ISNWK # undef S_ISREG # undef S_ISSOCK #endif /* STAT_MACROS_BROKEN. */ #if !defined S_IFBLK && defined _WIN32 # define S_IFBLK 0x3000 #endif #if !defined S_IFIFO && defined _WIN32 # define S_IFIFO 0x1000 #endif #if !defined S_ISBLK && defined S_IFBLK # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) #endif #if !defined S_ISCHR && defined S_IFCHR # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) #endif #if !defined S_ISDIR && defined S_IFDIR # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) #endif #if !defined S_ISREG && defined S_IFREG # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) #endif #if !defined S_ISFIFO && defined S_IFIFO # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) #endif #if !defined HAVE_S_ISLNK # if !defined S_ISLNK && defined S_IFLNK # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) # else # define S_ISLNK(m) ((void)m, 0) # endif #endif #if !defined HAVE_S_ISSOCK # if !defined S_ISSOCK && defined S_IFSOCK # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) # else # define S_ISSOCK(m) ((void)m, 0) # endif #endif #if !defined S_ISMPB && defined S_IFMPB /* V7 */ # define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB) # define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) #endif #if !defined S_ISNWK && defined S_IFNWK /* HP/UX */ # define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) #endif #if !defined S_ISDOOR && defined S_IFDOOR /* Solaris 2.5 and up */ # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) #endif #if !defined S_ISCTG && defined S_IFCTG /* MassComp */ # define S_ISCTG(m) (((m) & S_IFMT) == S_IFCTG) #endif #endif /* CDIO_DRIVER_FILEMODE_H_ */ libcdio-2.0.0/lib/driver/libcdio.sym0000644000175000017500000001156113204104700014232 00000000000000CDIO_SECTOR_SYNC_HEADER _cdio_list_append _cdio_list_begin _cdio_list_end _cdio_list_find _cdio_list_foreach _cdio_list_free _cdio_list_length _cdio_list_new _cdio_list_node_data _cdio_list_node_free _cdio_list_node_next _cdio_list_prepend _cdio_strfreev _cdio_strsplit cdio_abspath cdio_audio_get_msf_seconds cdio_audio_get_volume cdio_audio_pause cdio_audio_play_msf cdio_audio_play_track_index cdio_audio_read_subchannel cdio_audio_resume cdio_audio_set_volume cdio_audio_stop cdio_charset_convert cdio_charset_converter_create cdio_charset_converter_destroy cdio_charset_from_utf8 cdio_charset_to_utf8 cdio_close_tray cdio_debug cdio_default_log_handler cdio_destroy cdio_device_drivers cdio_dirname cdio_driver_describe cdio_driver_errmsg cdio_drivers cdio_eject_media cdio_eject_media_drive cdio_error cdio_free cdio_free_device_list cdio_from_bcd8 cdio_get_arg cdio_get_cdtext cdio_get_cdtext_raw cdio_get_default_device cdio_get_default_device_bincue cdio_get_default_device_bsdi cdio_get_default_device_cdrdao cdio_get_default_device_driver cdio_get_default_device_freebsd cdio_get_default_device_linux cdio_get_default_device_nrg cdio_get_default_device_osx cdio_get_default_device_solaris cdio_get_default_device_win32 cdio_get_devices cdio_get_devices_bincue cdio_get_devices_bsdi cdio_get_devices_cdrdao cdio_get_devices_freebsd cdio_get_devices_linux cdio_get_devices_nrg cdio_get_devices_osx cdio_get_devices_ret cdio_get_devices_solaris cdio_get_devices_win32 cdio_get_devices_with_cap cdio_get_devices_with_cap_ret cdio_get_disc_last_lsn cdio_get_discmode cdio_get_drive_cap cdio_get_drive_cap_dev cdio_get_driver_id cdio_get_driver_name cdio_get_first_track_num cdio_get_hwinfo cdio_get_joliet_level cdio_get_last_session cdio_get_last_track_num cdio_get_mcn cdio_get_media_changed cdio_get_num_tracks cdio_get_track cdio_get_track_channels cdio_get_track_copy_permit cdio_get_track_format cdio_get_track_green cdio_get_track_isrc cdio_get_track_last_lsn cdio_get_track_lba cdio_get_track_lsn cdio_get_track_msf cdio_get_track_preemphasis cdio_get_track_pregap_lba cdio_get_track_pregap_lsn cdio_get_track_sec_count cdio_guess_cd_type cdio_have_atapi cdio_have_bincue cdio_have_bsdi cdio_have_cdrdao cdio_have_driver cdio_have_freebsd cdio_have_linux cdio_have_netbsd cdio_have_nrg cdio_have_osx cdio_have_solaris cdio_have_win32 cdio_info cdio_init cdio_is_binfile cdio_is_cuefile cdio_is_device cdio_is_discmode_cdrom cdio_is_discmode_dvd cdio_is_nrg cdio_is_tocfile cdio_lba_to_lsn cdio_lba_to_msf cdio_lba_to_msf_str cdio_log cdio_log_set_handler cdio_loglevel_default cdio_lseek cdio_lsn_to_lba cdio_lsn_to_msf cdio_msf_to_lba cdio_msf_to_lsn cdio_msf_to_str cdio_open cdio_open_am cdio_open_am_bincue cdio_open_am_bsdi cdio_open_am_cd cdio_open_am_cdrdao cdio_open_am_freebsd cdio_open_am_linux cdio_open_am_netbsd cdio_open_am_nrg cdio_open_am_osx cdio_open_am_solaris cdio_open_am_win32 cdio_open_bincue cdio_open_bsdi cdio_open_cd cdio_open_cdrdao cdio_open_cue cdio_open_freebsd cdio_open_linux cdio_open_netbsd cdio_open_nrg cdio_open_osx cdio_open_solaris cdio_open_win32 cdio_os_driver cdio_read cdio_read_audio_sector cdio_read_audio_sectors cdio_read_data_sectors cdio_read_mode1_sector cdio_read_mode1_sectors cdio_read_mode2_sector cdio_read_mode2_sectors cdio_read_sector cdio_read_sectors cdio_realpath cdio_set_arg cdio_set_blocksize cdio_set_drive_speed cdio_set_speed cdio_stdio_destroy cdio_stdio_new cdio_stream_getpos cdio_stream_read cdio_stream_seek cdio_to_bcd8 cdio_version_string cdio_warn cdtext_destroy cdtext_field2str cdtext_genre2str cdtext_lang2str cdtext_get cdtext_get_const cdtext_get_genre cdtext_get_language cdtext_get_first_track cdtext_get_last_track cdtext_init cdtext_data_init cdtext_list_languages cdtext_set cdtext_select_language debug_cdio_mmc_feature debug_cdio_mmc_feature_interface debug_cdio_mmc_feature_profile debug_cdio_mmc_get_conf debug_cdio_mmc_gpcmd debug_cdio_mmc_read_sub_state discmode2str libcdio_version_num mmc_audio_read_subchannel mmc_audio_state2str mmc_close_tray mmc_cmd2str mmc_eject_media mmc_feature2str mmc_feature_profile2str mmc_get_blocksize mmc_get_cmd_len mmc_get_configuration mmc_get_discmode mmc_get_disctype mmc_get_disc_erasable mmc_get_drive_mmc_cap mmc_get_dvd_struct_physical mmc_get_event_status mmc_get_hwinfo mmc_get_last_lsn mmc_get_mcn mmc_get_media_changed mmc_get_track_isrc mmc_read_cdtext mmc_get_tray_status mmc_have_interface mmc_is_disctype_bd mmc_is_disctype_cdrom mmc_is_disctype_dvd mmc_is_disctype_hd_dvd mmc_is_disctype_overwritable mmc_isrc_track_read_subchannel mmc_last_cmd_sense mmc_mode_select_10 mmc_mode_sense mmc_mode_sense_10 mmc_mode_sense_6 mmc_prevent_allow_medium_removal mmc_read_cd mmc_read_data_sectors mmc_read_disc_information mmc_read_sectors mmc_read_timeout_ms mmc_run_cmd mmc_run_cmd_len mmc_sense_key2str mmc_set_blocksize mmc_set_speed mmc_start_stop_unit mmc_test_unit_ready mmc_timeout_ms mmc_test_unit_ready track_format2str libcdio-2.0.0/lib/driver/MSWindows/0000775000175000017500000000000013222221717014053 500000000000000libcdio-2.0.0/lib/driver/MSWindows/Makefile0000644000175000017500000000155311114145233015431 00000000000000# $Id: Makefile,v 1.2 2008/04/21 18:30:21 karl Exp $ # # Copyright (C) 2004, 2008 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # # The make is done above. This boilerplate Makefile just transfers the call all install check clean: cd .. && $(MAKE) $@ libcdio-2.0.0/lib/driver/MSWindows/aspi32.h0000644000175000017500000002175311727007514015260 00000000000000/* Win32 aspi specific */ /* $Id: aspi32.h,v 1.6 2008/04/21 18:30:21 karl Exp $ Copyright (C) 2003, 2004, 2005, 2008 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #define ASPI_HAID 0 #define ASPI_TARGET 0 #define DTYPE_CDROM 0x05 #define SENSE_LEN 0x0E #define SC_HA_INQUIRY 0x00 #define SC_GET_DEV_TYPE 0x01 #define SC_EXEC_SCSI_CMD 0x02 #define SC_GET_DISK_INFO 0x06 //***************************************************************************** // %%% SRB Status %%% //***************************************************************************** #define SS_PENDING 0x00 // SRB being processed #define SS_COMP 0x01 // SRB completed without error #define SS_ABORTED 0x02 // SRB aborted #define SS_ABORT_FAIL 0x03 // Unable to abort SRB #define SS_ERR 0x04 // SRB completed with error #define SS_INVALID_CMD 0x80 // Invalid ASPI command #define SS_INVALID_HA 0x81 // Invalid host adapter number #define SS_NO_DEVICE 0x82 // SCSI device not installed #define SS_INVALID_SRB 0xE0 // Invalid parameter set in SRB #define SS_OLD_MANAGER 0xE1 // ASPI manager doesn't support Windows #define SS_BUFFER_ALIGN 0xE1 // Buffer not aligned (replaces // OLD_MANAGER in Win32) #define SS_ILLEGAL_MODE 0xE2 // Unsupported Windows mode #define SS_NO_ASPI 0xE3 // No ASPI managers resident #define SS_FAILED_INIT 0xE4 // ASPI for windows failed init #define SS_ASPI_IS_BUSY 0xE5 // No resources available to execute // cmd #define SS_BUFFER_TOO_BIG 0xE6 // Buffer size to big to handle! #define SS_MISMATCHED_COMPONENTS 0xE7 // The DLLs/EXEs of ASPI don't version // check #define SS_NO_ADAPTERS 0xE8 // No host adapters to manage #define SS_INSUFFICIENT_RESOURCES 0xE9 // Couldn't allocate resources needed // to init #define SS_ASPI_IS_SHUTDOWN 0xEA // Call came to ASPI after // PROCESS_DETACH #define SS_BAD_INSTALL 0xEB // The DLL or other components are installed wrong //***************************************************************************** // %%% Host Adapter Status %%% //***************************************************************************** #define HASTAT_OK 0x00 // Host adapter did not detect an // error #define HASTAT_SEL_TO 0x11 // Selection Timeout #define HASTAT_DO_DU 0x12 // Data overrun data underrun #define HASTAT_BUS_FREE 0x13 // Unexpected bus free #define HASTAT_PHASE_ERR 0x14 // Target bus phase sequence // failure #define HASTAT_TIMEOUT 0x09 // Timed out while SRB was // waiting to beprocessed. #define HASTAT_COMMAND_TIMEOUT 0x0B // Adapter timed out processing SRB. #define HASTAT_MESSAGE_REJECT 0x0D // While processing SRB, the // adapter received a MESSAGE #define HASTAT_BUS_RESET 0x0E // A bus reset was detected. #define HASTAT_PARITY_ERROR 0x0F // A parity error was detected. #define HASTAT_REQUEST_SENSE_FAILED 0x10 // The adapter failed in issuing #define SS_NO_ADAPTERS 0xE8 #define SRB_DIR_IN 0x08 #define SRB_DIR_OUT 0x10 #define SRB_EVENT_NOTIFY 0x40 #define SECTOR_TYPE_MODE2 0x14 #define READ_CD_USERDATA_MODE2 0x10 #define READ_TOC 0x43 #define READ_TOC_FORMAT_TOC 0x0 #pragma pack(1) struct SRB_GetDiskInfo { unsigned char SRB_Cmd; unsigned char SRB_Status; unsigned char SRB_HaId; unsigned char SRB_Flags; unsigned long SRB_Hdr_Rsvd; unsigned char SRB_Target; unsigned char SRB_Lun; unsigned char SRB_DriveFlags; unsigned char SRB_Int13HDriveInfo; unsigned char SRB_Heads; unsigned char SRB_Sectors; unsigned char SRB_Rsvd1[22]; }; struct SRB_GDEVBlock { unsigned char SRB_Cmd; unsigned char SRB_Status; unsigned char SRB_HaId; unsigned char SRB_Flags; unsigned long SRB_Hdr_Rsvd; unsigned char SRB_Target; unsigned char SRB_Lun; unsigned char SRB_DeviceType; unsigned char SRB_Rsvd1; }; struct SRB_ExecSCSICmd { unsigned char SRB_Cmd; unsigned char SRB_Status; unsigned char SRB_HaId; unsigned char SRB_Flags; unsigned long SRB_Hdr_Rsvd; unsigned char SRB_Target; unsigned char SRB_Lun; unsigned short SRB_Rsvd1; unsigned long SRB_BufLen; unsigned char *SRB_BufPointer; unsigned char SRB_SenseLen; unsigned char SRB_CDBLen; unsigned char SRB_HaStat; unsigned char SRB_TargStat; unsigned long *SRB_PostProc; unsigned char SRB_Rsvd2[20]; unsigned char CDBByte[16]; unsigned char SenseArea[SENSE_LEN+2]; }; /***************************************************************************** %%% SRB - HOST ADAPTER INQUIRY - SC_HA_INQUIRY (0) %%% *****************************************************************************/ typedef struct // Offset { // HX/DEC BYTE SRB_Cmd; // 00/000 ASPI command code = SC_HA_INQUIRY BYTE SRB_Status; // 01/001 ASPI command status byte BYTE SRB_HaId; // 02/002 ASPI host adapter number BYTE SRB_Flags; // 03/003 ASPI request flags DWORD SRB_Hdr_Rsvd; // 04/004 Reserved, MUST = 0 BYTE HA_Count; // 08/008 Number of host adapters present BYTE HA_SCSI_ID; // 09/009 SCSI ID of host adapter BYTE HA_ManagerId[16]; // 0A/010 String describing the manager BYTE HA_Identifier[16]; // 1A/026 String describing the host adapter BYTE HA_Unique[16]; // 2A/042 Host Adapter Unique parameters WORD HA_Rsvd1; // 3A/058 Reserved, MUST = 0 } SRB_HAInquiry; /*! Get disc type associated with cd object. */ discmode_t get_discmode_aspi (_img_private_t *p_env); /*! Return the the kind of drive capabilities of device. Note: string is malloc'd so caller should free() then returned string when done with it. */ char * get_mcn_aspi (const _img_private_t *env); /*! Get the format (XA, DATA, AUDIO) of a track. */ track_format_t get_track_format_aspi(const _img_private_t *env, track_t i_track); /*! Initialize internal structures for CD device. */ bool init_aspi (_img_private_t *env); const char *is_cdrom_aspi(const char drive_letter); /*! Reads an audio device using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ int read_audio_sectors_aspi (_img_private_t *obj, void *data, lsn_t lsn, unsigned int nblocks); /*! Reads a single mode1 sector using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ int read_mode1_sector_aspi (_img_private_t *env, void *data, lsn_t lsn, bool b_form2); /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ int read_mode2_sector_aspi (_img_private_t *env, void *data, lsn_t lsn, bool b_form2); /*! Read and cache the CD's Track Table of Contents and track info. Return true if successful or false if an error. */ bool read_toc_aspi (_img_private_t *env); /*! Run a SCSI MMC command. env private CD structure i_timeout time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. p_buf Buffer for data, both sending and receiving i_buf Size of buffer e_direction direction the transfer is to go. cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. Return 0 if command completed successfully. */ int run_mmc_cmd_aspi( void *p_user_data, unsigned int i_timeout, unsigned int i_cdb, const mmc_cdb_t * p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ); libcdio-2.0.0/lib/driver/MSWindows/win32.c0000664000175000017500000006564413217072760015126 00000000000000/* Copyright (C) 2003-2006, 2008, 2010-2012, 2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains Win32-specific code and implements low-level control of the CD drive. Inspired by vlc's cdrom.h code */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include #include #include #include "cdio_assert.h" #include "cdio_private.h" /* protoype for cdio_is_device_win32 */ #include #ifdef HAVE_WIN32_CDROM #include #include #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_FCNTL_H #include #endif #include #include #include "win32.h" #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #if defined (_MSC_VER) || defined (_XBOX) #undef IN #else #include "aspi32.h" #endif #ifdef _XBOX #include "stdint.h" #include #define WIN_NT 1 #else #define WIN_NT ( GetVersion() < 0x80000000 ) #endif /* mingw-w64 defines this to lseek64 when LFS is enabled */ #ifdef lseek # undef lseek #endif /*! Set the volume of an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_get_volume_win32 ( void *p_user_data, /*out*/ cdio_audio_volume_t *p_volume) { if ( WIN_NT ) { return audio_get_volume_win32ioctl (p_user_data, p_volume); } else { return DRIVER_OP_UNSUPPORTED; /* not yet, but soon I hope */ } } /*! Pause playing CD through analog output @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_pause_win32 (void *p_user_data) { if ( WIN_NT ) { return audio_pause_win32ioctl (p_user_data); } else { return DRIVER_OP_UNSUPPORTED; /* not yet, but soon I hope */ } } /*! Playing CD through analog output at the given MSF. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_play_msf_win32 (void *p_user_data, msf_t *p_start_msf, msf_t *p_end_msf) { if ( WIN_NT ) { return audio_play_msf_win32ioctl (p_user_data, p_start_msf, p_end_msf); } else { return DRIVER_OP_UNSUPPORTED; /* not yet, but soon I hope */ } } /*! Read Audio Subchannel information @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_read_subchannel_win32 (void *p_user_data, cdio_subchannel_t *p_subchannel) { if ( WIN_NT ) { return audio_read_subchannel_win32ioctl (p_user_data, p_subchannel); } else { return audio_read_subchannel_mmc(p_user_data, p_subchannel); } } /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_resume_win32 (void *p_user_data) { if ( WIN_NT ) { return audio_resume_win32ioctl (p_user_data); } else { return DRIVER_OP_UNSUPPORTED; /* not yet, but soon I hope */ } } /*! Set the volume of an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_set_volume_win32 ( void *p_user_data, cdio_audio_volume_t *p_volume) { if ( WIN_NT ) { return audio_set_volume_win32ioctl (p_user_data, p_volume); } else { return DRIVER_OP_UNSUPPORTED; /* not yet, but soon I hope */ } } static driver_return_code_t audio_stop_win32 ( void *p_user_data) { if ( WIN_NT ) { return audio_stop_win32ioctl (p_user_data); } else { return DRIVER_OP_UNSUPPORTED; /* not yet, but soon I hope */ } } /* General ioctl() CD-ROM command function */ static bool _cdio_mciSendCommand(int id, UINT msg, DWORD flags, void *arg) { #ifdef _XBOX return false; #else MCIERROR mci_error; mci_error = mciSendCommand(id, msg, flags, (DWORD_PTR)arg); if ( mci_error ) { char error[256]; mciGetErrorString(mci_error, error, 256); cdio_warn("mciSendCommand() error: %s", error); } return(mci_error == 0); #endif } static access_mode_t str_to_access_mode_win32(const char *psz_access_mode) { const access_mode_t default_access_mode = WIN_NT ? _AM_IOCTL : _AM_ASPI; if (NULL==psz_access_mode) return default_access_mode; if (!strcmp(psz_access_mode, "ioctl")) return _AM_IOCTL; else if (!strcmp(psz_access_mode, "ASPI")) { #ifdef _XBOX cdio_warn ("XBOX doesn't support access type: %s. Default used instead.", psz_access_mode); return default_access_mode; #else return _AM_ASPI; #endif } else if (!strcmp(psz_access_mode, "MMC_RDWR")) { return _AM_MMC_RDWR; } else if (!strcmp(psz_access_mode, "MMC_RDWR_EXCL")) { return _AM_MMC_RDWR_EXCL; } else { cdio_warn ("unknown access type: %s. Default used instead.", psz_access_mode); return default_access_mode; } } static discmode_t get_discmode_win32(void *p_user_data) { _img_private_t *p_env = p_user_data; if (p_env->hASPI) { return get_discmode_aspi (p_env); } else { return get_discmode_win32ioctl (p_env); } } static driver_return_code_t get_last_session_win32(void *p_user_data, /*out*/ lsn_t *i_last_session) { if ( WIN_NT ) { return get_last_session_win32ioctl(p_user_data, i_last_session); } else { return DRIVER_OP_UNSUPPORTED; } } static const char * is_cdrom_win32(const char drive_letter) { if ( WIN_NT ) { return is_cdrom_win32ioctl (drive_letter); } else { return is_cdrom_aspi(drive_letter); } } /*! Run a SCSI MMC command. env private CD structure i_timeout_ms time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. p_buf Buffer for data, both sending and receiving i_buf Size of buffer e_direction direction the transfer is to go. cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. Return 0 if command completed successfully. */ static int run_mmc_cmd_win32( void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { _img_private_t *p_env = p_user_data; if (p_env->hASPI) { return run_mmc_cmd_aspi( p_env, i_timeout_ms, i_cdb, p_cdb, e_direction, i_buf, p_buf ); } else { return run_mmc_cmd_win32ioctl( p_env, i_timeout_ms, i_cdb, p_cdb, e_direction, i_buf, p_buf ); } } /*! Initialize CD device. */ static bool init_win32 (void *p_user_data) { _img_private_t *p_env = p_user_data; bool b_ret; if (p_env->gen.init) { cdio_error ("init called more than once"); return false; } p_env->gen.init = true; p_env->gen.toc_init = false; p_env->gen.b_cdtext_error = false; p_env->gen.fd = open (p_env->gen.source_name, O_RDONLY|O_BINARY, 0); /* Initializations */ p_env->h_device_handle = NULL; p_env->i_sid = 0; p_env->hASPI = 0; p_env->lpSendCommand = 0; p_env->b_aspi_init = false; p_env->b_ioctl_init = false; switch (p_env->access_mode) { case _AM_IOCTL: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: b_ret = init_win32ioctl(p_env); break; case _AM_ASPI: b_ret = init_aspi(p_env); break; default: return 0; } /* It looks like get_media_changed_mmc will always return 1 (media changed) on the first call. So we call it here to clear that flag. We may have to rethink this if there's a problem doing this extra work down the line. */ if (b_ret) get_media_changed_mmc(p_user_data); return b_ret; } /*! Release and free resources associated with cd. */ static void free_win32 (void *p_user_data) { _img_private_t *p_env = p_user_data; if (NULL == p_env) return; if (p_env->gen.fd >= 0) close(p_env->gen.fd); free (p_env->gen.source_name); if( p_env->h_device_handle ) CloseHandle( p_env->h_device_handle ); if( p_env->hASPI ) FreeLibrary( p_env->hASPI ); free (p_env); } /*! Reads an audio device into data starting from lsn. Returns 0 if no error. */ static int read_audio_sectors (void *p_user_data, void *p_buf, lsn_t i_lsn, unsigned int i_blocks) { _img_private_t *p_env = p_user_data; if ( p_env->hASPI ) { return read_audio_sectors_aspi( p_env, p_buf, i_lsn, i_blocks ); } else { #if 0 return read_audio_sectors_win32ioctl( p_env, p_buf, i_lsn, i_blocks ); #else return mmc_read_sectors( p_env->gen.cdio, p_buf, i_lsn, CDIO_MMC_READ_TYPE_CDDA, i_blocks); #endif } } /*! Reads an audio device into data starting from lsn. Returns 0 if no error. */ static driver_return_code_t read_data_sectors_win32 (void *p_user_data, void *p_buf, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks) { driver_return_code_t rc = read_data_sectors_mmc(p_user_data, p_buf, i_lsn, i_blocksize, i_blocks); if ( DRIVER_OP_SUCCESS != rc ) { /* Try using generic "cooked" mode. */ return read_data_sectors_generic( p_user_data, p_buf, i_lsn, i_blocksize, i_blocks ); } return DRIVER_OP_SUCCESS; } /*! Reads a single mode1 sector from cd device into data starting from lsn. Returns 0 if no error. */ static int read_mode1_sector_win32 (void *p_user_data, void *p_buf, lsn_t lsn, bool b_form2) { _img_private_t *p_env = p_user_data; if (p_env->gen.ioctls_debugged == 75) cdio_debug ("only displaying every 75th ioctl from now on"); if (p_env->gen.ioctls_debugged == 30 * 75) cdio_debug ("only displaying every 30*75th ioctl from now on"); if (p_env->gen.ioctls_debugged < 75 || (p_env->gen.ioctls_debugged < (30 * 75) && p_env->gen.ioctls_debugged % 75 == 0) || p_env->gen.ioctls_debugged % (30 * 75) == 0) cdio_debug ("reading %lu", (unsigned long int) lsn); p_env->gen.ioctls_debugged++; if ( p_env->hASPI ) { return read_mode1_sector_aspi( p_env, p_buf, lsn, b_form2 ); } else { return read_mode1_sector_win32ioctl( p_env, p_buf, lsn, b_form2 ); } } /*! Reads nblocks of mode1 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static int read_mode1_sectors_win32 (void *p_user_data, void *p_buf, lsn_t lsn, bool b_form2, unsigned int nblocks) { _img_private_t *p_env = p_user_data; int i; int retval; for (i = 0; i < nblocks; i++) { if (b_form2) { retval = read_mode1_sector_win32 (p_env, ((char *)p_buf) + (M2RAW_SECTOR_SIZE * i), lsn + i, true); if ( retval ) return retval; } else { char buf[M2RAW_SECTOR_SIZE] = { 0, }; if ( (retval = read_mode1_sector_win32 (p_env, buf, lsn + i, false)) ) return retval; memcpy (((char *)p_buf) + (CDIO_CD_FRAMESIZE * i), buf, CDIO_CD_FRAMESIZE); } } return 0; } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ static int read_mode2_sector_win32 (void *p_user_data, void *data, lsn_t lsn, bool b_form2) { char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; _img_private_t *p_env = p_user_data; if (p_env->gen.ioctls_debugged == 75) cdio_debug ("only displaying every 75th ioctl from now on"); if (p_env->gen.ioctls_debugged == 30 * 75) cdio_debug ("only displaying every 30*75th ioctl from now on"); if (p_env->gen.ioctls_debugged < 75 || (p_env->gen.ioctls_debugged < (30 * 75) && p_env->gen.ioctls_debugged % 75 == 0) || p_env->gen.ioctls_debugged % (30 * 75) == 0) cdio_debug ("reading %lu", (unsigned long int) lsn); p_env->gen.ioctls_debugged++; if ( p_env->hASPI ) { int ret; ret = read_mode2_sector_aspi(p_user_data, buf, lsn, 1); if( ret != 0 ) return ret; if (b_form2) memcpy (data, buf, M2RAW_SECTOR_SIZE); else memcpy (((char *)data), buf + CDIO_CD_SUBHEADER_SIZE, CDIO_CD_FRAMESIZE); return 0; } else { return read_mode2_sector_win32ioctl( p_env, data, lsn, b_form2 ); } } /*! Reads nblocks of mode2 sectors from cd device into data starting from lsn. Returns 0 if no error. */ static int read_mode2_sectors_win32 (void *p_user_data, void *data, lsn_t lsn, bool b_form2, unsigned int i_blocks) { int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < i_blocks; i++) { if ( (retval = read_mode2_sector_win32 (p_user_data, ((char *)data) + (blocksize * i), lsn + i, b_form2)) ) return retval; } return 0; } /*! Return the size of the CD in logical block address (LBA) units. */ static lsn_t get_disc_last_lsn_win32 (void *p_user_data) { _img_private_t *p_env = p_user_data; return p_env->tocent[p_env->gen.i_tracks].start_lsn; } /*! Set the key "arg" to "value" in source device. */ static int set_arg_win32 (void *p_user_data, const char key[], const char value[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { if (!value) return -2; free (p_env->gen.source_name); p_env->gen.source_name = strdup (value); } else if (!strcmp (key, "access-mode")) { p_env->access_mode = str_to_access_mode_win32(value); if (p_env->access_mode == _AM_ASPI && !p_env->b_aspi_init) return init_aspi(p_env) ? 1 : -3; else if (p_env->access_mode == _AM_IOCTL && !p_env->b_ioctl_init) return init_win32ioctl(p_env) ? 1 : -3; else return -4; return 0; } else return -1; return 0; } /*! Read and cache the CD's Track Table of Contents and track info. Return true if successful or false if an error. */ static bool read_toc_win32 (void *p_user_data) { _img_private_t *p_env = p_user_data; bool ret; if( p_env->hASPI ) { ret = read_toc_aspi( p_env ); } else { ret = read_toc_win32ioctl( p_env ); } if (ret) p_env->gen.toc_init = true ; return ret; } /*! Close media tray. */ static driver_return_code_t open_close_media_win32 (const char *psz_win32_drive, DWORD command_flags) { #ifdef _XBOX return DRIVER_OP_UNSUPPORTED; #else MCI_OPEN_PARMS op; DWORD i_flags; int ret; memset( &op, 0, sizeof(MCI_OPEN_PARMS) ); op.lpstrDeviceType = (LPCSTR)MCI_DEVTYPE_CD_AUDIO; op.lpstrElementName = psz_win32_drive; /* Set the flags for the device type */ i_flags = MCI_OPEN_TYPE | MCI_OPEN_TYPE_ID | MCI_OPEN_ELEMENT | MCI_OPEN_SHAREABLE; if( _cdio_mciSendCommand( 0, MCI_OPEN, i_flags, &op ) ) { /* Eject disc */ ret = _cdio_mciSendCommand( op.wDeviceID, MCI_SET, command_flags, 0 ) == 0; /* Release access to the device */ _cdio_mciSendCommand( op.wDeviceID, MCI_CLOSE, MCI_WAIT, 0 ); } else ret = DRIVER_OP_ERROR; return ret; #endif } /*! Eject media. */ static driver_return_code_t eject_media_win32 (void *p_user_data) { const _img_private_t *p_env = p_user_data; char psz_drive[4]; unsigned int i_device = strlen(p_env->gen.source_name); strcpy( psz_drive, "X:" ); if (6 == i_device) { psz_drive[0] = p_env->gen.source_name[4]; } else if (2 == i_device) { psz_drive[0] = p_env->gen.source_name[0]; } else { cdio_info ("Can't pick out drive letter from device %s", p_env->gen.source_name); return DRIVER_OP_ERROR; } return open_close_media_win32(psz_drive, MCI_SET_DOOR_OPEN); } static bool is_mmc_supported(void *user_data) { _img_private_t *env = user_data; switch (env->access_mode) { case _AM_NONE: return false; case _AM_IOCTL: case _AM_ASPI: case _AM_MMC_RDWR: case _AM_MMC_RDWR_EXCL: return true; } /* Not reached. */ return false; } /*! Return the value associated with the key "arg". */ static const char * get_arg_win32 (void *p_user_data, const char key[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { return p_env->gen.source_name; } else if (!strcmp (key, "access-mode")) { switch (p_env->access_mode) { case _AM_IOCTL: return "ioctl"; case _AM_ASPI: return "ASPI"; case _AM_MMC_RDWR: return "MMC_RDWR"; case _AM_MMC_RDWR_EXCL: return "MMC_RDWR_EXCL"; case _AM_NONE: return "no access method"; } } else if (!strcmp (key, "scsi-tuple")) { return p_env->gen.scsi_tuple; } else if (!strcmp (key, "mmc-supported?")) { return is_mmc_supported(p_user_data) ? "true" : "false"; } return NULL; } /*! Return the media catalog number MCN. Note: string is malloc'd so caller should free() then returned string when done with it. */ static char * _cdio_get_mcn (const void *p_user_data) { const _img_private_t *p_env = p_user_data; if( p_env->hASPI ) { return mmc_get_mcn( p_env->gen.cdio ); } else { return get_mcn_win32ioctl(p_env); } } /*! Return the international standard recording code ISRC. Note: string is malloc'd so caller should free() then returned string when done with it. */ static char * _cdio_get_track_isrc (const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; if( p_env->hASPI ) { return mmc_get_track_isrc( p_env->gen.cdio, i_track ); } else { return get_track_isrc_win32ioctl(p_env, i_track); } } /*! Get format of track. */ static track_format_t _cdio_get_track_format(void *p_obj, track_t i_track) { _img_private_t *p_env = p_obj; if ( !p_env ) return TRACK_FORMAT_ERROR; if (!p_env->gen.toc_init) if (!read_toc_win32 (p_env)) return TRACK_FORMAT_ERROR; if ( i_track < p_env->gen.i_first_track || i_track >= p_env->gen.i_tracks + p_env->gen.i_first_track ) return TRACK_FORMAT_ERROR; if( p_env->hASPI ) { return get_track_format_aspi(p_env, i_track); } else { return get_track_format_win32ioctl(p_env, i_track); } } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool _cdio_get_track_green(void *p_obj, track_t i_track) { _img_private_t *p_env = p_obj; switch (_cdio_get_track_format(p_env, i_track)) { case TRACK_FORMAT_XA: return true; case TRACK_FORMAT_ERROR: case TRACK_FORMAT_CDI: case TRACK_FORMAT_AUDIO: return false; case TRACK_FORMAT_DATA: if (_AM_ASPI == p_env->access_mode ) return ((p_env->tocent[i_track-p_env->gen.i_first_track].Control & 8) != 0); default: break; } /* FIXME: Dunno if this is the right way, but it's what I was using in cd-info for a while. */ return ((p_env->tocent[i_track-p_env->gen.i_first_track].Control & 2) != 0); } /*! Return the starting MSF (minutes/secs/frames) for track number i_tracks in obj. Track numbers start at 1. The "leadout" track is specified either by using i_tracks LEADOUT_TRACK or the total tracks+1. False is returned if there is no track entry. */ static bool _cdio_get_track_msf(void *p_user_data, track_t i_tracks, msf_t *p_msf) { _img_private_t *p_env = p_user_data; if (!p_msf) return false; if (!p_env->gen.toc_init) if (!read_toc_win32 (p_env)) return false; if (i_tracks == CDIO_CDROM_LEADOUT_TRACK) i_tracks = p_env->gen.i_tracks+1; if (i_tracks > p_env->gen.i_tracks+1 || i_tracks == 0) { return false; } else { cdio_lsn_to_msf(p_env->tocent[i_tracks-1].start_lsn, p_msf); return true; } } #endif /* HAVE_WIN32_CDROM */ /*! Return an array of strings giving possible CD devices. */ char ** cdio_get_devices_win32 (void) { #ifndef HAVE_WIN32_CDROM return NULL; #else char **drives = NULL; unsigned int num_drives=0; char drive_letter; /* Scan the system for CD-ROM drives. */ #ifdef FINISHED /* Now check the currently mounted CD drives */ if (NULL != (ret_drive = cdio_check_mounts("/etc/mtab"))) { cdio_add_device_list(&drives, drive, &num_drives); } /* Finally check possible mountable drives in /etc/fstab */ if (NULL != (ret_drive = cdio_check_mounts("/etc/fstab"))) { cdio_add_device_list(&drives, drive, &num_drives); } #endif /* Scan the system for CD-ROM drives. Not always 100% reliable, so use the USE_MNTENT code above first. */ for (drive_letter='A'; drive_letter <= 'Z'; drive_letter++) { const char *drive_str=is_cdrom_win32(drive_letter); if (drive_str != NULL) { cdio_add_device_list(&drives, drive_str, &num_drives); } } cdio_add_device_list(&drives, NULL, &num_drives); return drives; #endif /*HAVE_WIN32_CDROM*/ } /*! Return a string containing the default CD device if none is specified. if CdIo is NULL (we haven't initialized a specific device driver), then find a suitable one and return the default device for that. NULL is returned if we couldn't get a default device. */ char * cdio_get_default_device_win32(void) { #ifdef HAVE_WIN32_CDROM char drive_letter; for (drive_letter='A'; drive_letter <= 'Z'; drive_letter++) { const char *drive_str=is_cdrom_win32(drive_letter); if (drive_str != NULL) { return strdup(drive_str); } } #endif return NULL; } /*! Return true if source_name could be a device containing a CD-ROM and we are on a MS Windows platform. */ bool cdio_is_device_win32(const char *source_name) { #ifdef HAVE_WIN32_CDROM unsigned int len; if (NULL == source_name) return false; len = strlen(source_name); if ((len == 2) && isalpha((unsigned char) source_name[0]) && (source_name[len-1] == ':')) return true; if ( ! WIN_NT ) return false; /* Test to see if of form: \\.\x: */ return ( (len == 6) && source_name[0] == '\\' && source_name[1] == '\\' && source_name[2] == '.' && source_name[3] == '\\' && isalpha((unsigned char) source_name[len-2]) && (source_name[len-1] == ':') ); #else return false; #endif } driver_return_code_t close_tray_win32 (const char *psz_win32_drive) { #ifdef HAVE_WIN32_CDROM #if 1 return open_close_media_win32(psz_win32_drive, MCI_SET_DOOR_CLOSED|MCI_WAIT); #else if ( WIN_NT ) { return close_tray_win32ioctl (psz_win32_drive); } else { return DRIVER_OP_UNSUPPORTED; /* not yet, but soon I hope */ } #endif #else return DRIVER_OP_UNSUPPORTED; #endif /* HAVE_WIN32_CDROM*/ } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_win32 (const char *psz_source_name) { #ifdef HAVE_WIN32_CDROM if ( WIN_NT ) { return cdio_open_am_win32(psz_source_name, "ioctl"); } else { return cdio_open_am_win32(psz_source_name, "ASPI"); } #else return NULL; #endif /* HAVE_WIN32_CDROM */ } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_am_win32 (const char *psz_orig_source, const char *psz_access_mode) { #ifdef HAVE_WIN32_CDROM CdIo_t *ret; _img_private_t *_data; char *psz_source; cdio_funcs_t _funcs; memset( &_funcs, 0, sizeof(_funcs) ); _funcs.audio_get_volume = audio_get_volume_win32; _funcs.audio_pause = audio_pause_win32; _funcs.audio_play_msf = audio_play_msf_win32; #if 0 _funcs.audio_play_track_index = audio_play_track_index_win32; #endif _funcs.audio_read_subchannel = audio_read_subchannel_win32; _funcs.audio_resume = audio_resume_win32; _funcs.audio_set_volume = audio_set_volume_win32; _funcs.audio_stop = audio_stop_win32; _funcs.eject_media = eject_media_win32; _funcs.free = free_win32; _funcs.get_arg = get_arg_win32; _funcs.get_cdtext = get_cdtext_generic; _funcs.get_cdtext_raw = read_cdtext_generic; _funcs.get_default_device = cdio_get_default_device_win32; _funcs.get_devices = cdio_get_devices_win32; _funcs.get_disc_last_lsn = get_disc_last_lsn_win32; _funcs.get_discmode = get_discmode_win32; _funcs.get_drive_cap = get_drive_cap_mmc; _funcs.get_first_track_num = get_first_track_num_generic; _funcs.get_hwinfo = NULL; _funcs.get_last_session = get_last_session_win32; _funcs.get_media_changed = get_media_changed_mmc; _funcs.get_mcn = _cdio_get_mcn; _funcs.get_num_tracks = get_num_tracks_generic; _funcs.get_track_channels = get_track_channels_generic, _funcs.get_track_copy_permit = get_track_copy_permit_generic, _funcs.get_track_format = _cdio_get_track_format; _funcs.get_track_green = _cdio_get_track_green; _funcs.get_track_lba = NULL; /* This could be done if need be. */ _funcs.get_track_msf = _cdio_get_track_msf; _funcs.get_track_preemphasis = get_track_preemphasis_generic, _funcs.get_track_isrc = _cdio_get_track_isrc; _funcs.lseek = NULL; _funcs.read = NULL; _funcs.read_audio_sectors = read_audio_sectors; _funcs.read_data_sectors = read_data_sectors_win32; _funcs.read_mode1_sector = read_mode1_sector_win32; _funcs.read_mode1_sectors = read_mode1_sectors_win32; _funcs.read_mode2_sector = read_mode2_sector_win32; _funcs.read_mode2_sectors = read_mode2_sectors_win32; _funcs.read_toc = read_toc_win32; _funcs.run_mmc_cmd = run_mmc_cmd_win32; _funcs.set_arg = set_arg_win32; _funcs.set_blocksize = set_blocksize_mmc; _funcs.set_speed = set_drive_speed_mmc; _data = calloc(1, sizeof (_img_private_t)); _data->access_mode = str_to_access_mode_win32(psz_access_mode); _data->gen.init = false; _data->gen.fd = -1; if (NULL == psz_orig_source) { psz_source=cdio_get_default_device_win32(); if (NULL == psz_source) { goto error_exit; } set_arg_win32(_data, "source", psz_source); free(psz_source); } else { if (cdio_is_device_win32(psz_orig_source)) set_arg_win32(_data, "source", psz_orig_source); else { /* The below would be okay as an info message if all device drivers worked this way. */ cdio_debug ("source %s is a not a device", psz_orig_source); goto error_exit; } } ret = cdio_new ((void *)_data, &_funcs); if (ret == NULL) { goto error_exit; } if (init_win32(_data)) { return ret; } error_exit: free_win32(_data); return(NULL); #else return NULL; #endif /* HAVE_WIN32_CDROM */ } bool cdio_have_win32 (void) { #ifdef HAVE_WIN32_CDROM return true; #else return false; #endif /* HAVE_WIN32_CDROM */ } libcdio-2.0.0/lib/driver/MSWindows/aspi32.c0000664000175000017500000005456313217072760015263 00000000000000/* Copyright (C) 2004, 2005, 2008, 2009, 2010, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains Win32-specific code and implements low-level control of the CD drive via the ASPI API. Inspired by vlc's cdrom.h code */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include #include #include #include #include "cdio_assert.h" #include #ifdef HAVE_WIN32_CDROM #include #include #include #include #include #include #include #include "win32.h" #include #include #include "aspi32.h" /* Amount of time we are willing to wait for an operation to complete. 10 seconds? */ #define OP_TIMEOUT_MS 10000 static const char *aspierror(int nErrorCode) { switch (nErrorCode) { case SS_PENDING: return "SRB being processed"; break; case SS_COMP: return "SRB completed without error"; break; case SS_ABORTED: return "SRB aborted"; break; case SS_ABORT_FAIL: return "Unable to abort SRB"; break; case SS_ERR: return "SRB completed with error"; break; case SS_INVALID_CMD: return "Invalid ASPI command"; break; case SS_INVALID_HA: return "Invalid host adapter number"; break; case SS_NO_DEVICE: return "SCSI device not installed"; break; case SS_INVALID_SRB: return "Invalid parameter set in SRB"; break; case SS_OLD_MANAGER: return "ASPI manager doesn't support"; break; case SS_ILLEGAL_MODE: return "Unsupported MS Windows mode"; break; case SS_NO_ASPI: return "No ASPI managers"; break; case SS_FAILED_INIT: return "ASPI for windows failed init"; break; case SS_ASPI_IS_BUSY: return "No resources available to execute command."; break; case SS_BUFFER_TOO_BIG: return "Buffer size is too big to handle."; break; case SS_MISMATCHED_COMPONENTS: return "The DLLs/EXEs of ASPI don't version check"; break; case SS_NO_ADAPTERS: return "No host adapters found"; break; case SS_INSUFFICIENT_RESOURCES: return "Couldn't allocate resources needed to init"; break; case SS_ASPI_IS_SHUTDOWN: return "Call came to ASPI after PROCESS_DETACH"; break; case SS_BAD_INSTALL: return "The DLL or other components are installed wrong."; break; default: return "Unknown ASPI error."; } } /* General ioctl() CD-ROM command function */ static bool mciSendCommand_aspi(int id, UINT msg, DWORD flags, void *arg) { MCIERROR mci_error; mci_error = mciSendCommand(id, msg, flags, (DWORD_PTR)arg); if ( mci_error ) { char error[256]; mciGetErrorString(mci_error, error, 256); cdio_warn("mciSendCommand() error: %s", error); } return(mci_error == 0); } /* See if the ASPI DLL is loadable. If so pointers are returned and we return true. Return false if there was a problem. */ static bool have_aspi( HMODULE *hASPI, long (**lpGetSupport)( void ), long (**lpSendCommand)( void* ) ) { /* check if aspi is available */ *hASPI = LoadLibrary( "wnaspi32.dll" ); if( *hASPI == NULL ) { cdio_warn("Unable to load ASPI DLL"); return false; } *lpGetSupport = (void *) GetProcAddress( *hASPI, "GetASPI32SupportInfo" ); *lpSendCommand = (void *) GetProcAddress( *hASPI, "SendASPI32Command" ); /* make sure that we've got both function addresses */ if( *lpGetSupport == NULL || *lpSendCommand == NULL ) { cdio_debug("Unable to get ASPI function pointers"); FreeLibrary( *hASPI ); return false; } return true; } /*! Get disc type associated with cd object. */ discmode_t get_discmode_aspi (_img_private_t *p_env) { track_t i_track; discmode_t discmode=CDIO_DISC_MODE_NO_INFO; /* See if this is a DVD. */ cdio_dvd_struct_t dvd; /* DVD READ STRUCT for layer 0. */ dvd.physical.type = CDIO_DVD_STRUCT_PHYSICAL; dvd.physical.layer_num = 0; if (0 == mmc_get_dvd_struct_physical_private (p_env, &run_mmc_cmd_aspi, &dvd)) { switch(dvd.physical.layer[0].book_type) { case CDIO_DVD_BOOK_DVD_ROM: return CDIO_DISC_MODE_DVD_ROM; case CDIO_DVD_BOOK_DVD_RAM: return CDIO_DISC_MODE_DVD_RAM; case CDIO_DVD_BOOK_DVD_R: return CDIO_DISC_MODE_DVD_R; case CDIO_DVD_BOOK_DVD_RW: return CDIO_DISC_MODE_DVD_RW; case CDIO_DVD_BOOK_DVD_PR: return CDIO_DISC_MODE_DVD_PR; case CDIO_DVD_BOOK_DVD_PRW: return CDIO_DISC_MODE_DVD_PRW; default: return CDIO_DISC_MODE_DVD_OTHER; } } if (!p_env->gen.toc_init) read_toc_aspi (p_env); if (!p_env->gen.toc_init) return CDIO_DISC_MODE_NO_INFO; for (i_track = p_env->gen.i_first_track; i_track < p_env->gen.i_first_track + p_env->gen.i_tracks ; i_track ++) { track_format_t track_fmt=get_track_format_aspi(p_env, i_track); switch(track_fmt) { case TRACK_FORMAT_AUDIO: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_DA; break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_XA: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_DATA: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_ERROR: default: discmode = CDIO_DISC_MODE_ERROR; } } return discmode; } const char * is_cdrom_aspi(const char drive_letter) { static char psz_win32_drive[7]; HMODULE hASPI = NULL; long (*lpGetSupport)( void ) = NULL; long (*lpSendCommand)( void* ) = NULL; DWORD dwSupportInfo; int i_adapter, i_hostadapters; char c_drive; int i_rc; if ( !have_aspi(&hASPI, &lpGetSupport, &lpSendCommand) ) return NULL; /* ASPI support seems to be there. */ dwSupportInfo = lpGetSupport(); i_rc = HIBYTE( LOWORD ( dwSupportInfo ) ); if( SS_COMP != i_rc ) { cdio_debug("ASPI: %s", aspierror(i_rc)); FreeLibrary( hASPI ); return NULL; } i_hostadapters = LOBYTE( LOWORD( dwSupportInfo ) ); if( i_hostadapters == 0 ) { FreeLibrary( hASPI ); return NULL; } c_drive = toupper((unsigned char) drive_letter) - 'A'; for( i_adapter = 0; i_adapter < i_hostadapters; i_adapter++ ) { struct SRB_GetDiskInfo srbDiskInfo; int i_target; SRB_HAInquiry srbInquiry; srbInquiry.SRB_Cmd = SC_HA_INQUIRY; srbInquiry.SRB_HaId = i_adapter; lpSendCommand( (void*) &srbInquiry ); if( srbInquiry.SRB_Status != SS_COMP ) continue; if( !srbInquiry.HA_Unique[3]) srbInquiry.HA_Unique[3]=8; for(i_target=0; i_target < srbInquiry.HA_Unique[3]; i_target++) { int i_lun; for( i_lun=0; i_lun<8; i_lun++) { srbDiskInfo.SRB_Cmd = SC_GET_DISK_INFO; srbDiskInfo.SRB_Flags = 0; srbDiskInfo.SRB_Hdr_Rsvd = 0; srbDiskInfo.SRB_HaId = i_adapter; srbDiskInfo.SRB_Target = i_target; srbDiskInfo.SRB_Lun = i_lun; lpSendCommand( (void*) &srbDiskInfo ); if( (srbDiskInfo.SRB_Status == SS_COMP) && (srbDiskInfo.SRB_Int13HDriveInfo == c_drive) ) { /* Make sure this is a CD-ROM device. */ struct SRB_GDEVBlock srbGDEVBlock; memset( &srbGDEVBlock, 0, sizeof(struct SRB_GDEVBlock) ); srbGDEVBlock.SRB_Cmd = SC_GET_DEV_TYPE; srbDiskInfo.SRB_HaId = i_adapter; srbGDEVBlock.SRB_Target = i_target; srbGDEVBlock.SRB_Lun = i_lun; lpSendCommand( (void*) &srbGDEVBlock ); if( ( srbGDEVBlock.SRB_Status == SS_COMP ) && ( srbGDEVBlock.SRB_DeviceType == DTYPE_CDROM ) ) { sprintf( psz_win32_drive, "%c:", drive_letter ); FreeLibrary( hASPI ); return(psz_win32_drive); } } } } } FreeLibrary( hASPI ); return NULL; } /*! Initialize CD device. */ bool init_aspi (_img_private_t *env) { HMODULE hASPI = NULL; long (*lpGetSupport)( void ) = NULL; long (*lpSendCommand)( void* ) = NULL; DWORD dwSupportInfo; int i_adapter, i_hostadapters; unsigned char c_drive; int i_rc; if (2 == strlen(env->gen.source_name) && isalpha((unsigned char) env->gen.source_name[0]) ) { c_drive = env->gen.source_name[0]; } else if ( 6 == strlen(env->gen.source_name) && isalpha((unsigned char) env->gen.source_name[4] )) { c_drive = env->gen.source_name[4]; } else { c_drive = 'C'; } if ( !have_aspi(&hASPI, &lpGetSupport, &lpSendCommand) ) return false; /* ASPI support seems to be there. */ dwSupportInfo = lpGetSupport(); i_rc = HIBYTE( LOWORD ( dwSupportInfo ) ); if( SS_COMP != i_rc ) { cdio_info("ASPI: %s", aspierror(i_rc)); FreeLibrary( hASPI ); return false; } i_hostadapters = LOBYTE( LOWORD( dwSupportInfo ) ); if( i_hostadapters == 0 ) { FreeLibrary( hASPI ); return false; } c_drive = toupper(c_drive) - 'A'; for( i_adapter = 0; i_adapter < i_hostadapters; i_adapter++ ) { struct SRB_GetDiskInfo srbDiskInfo; int i_target; SRB_HAInquiry srbInquiry; srbInquiry.SRB_Cmd = SC_HA_INQUIRY; srbInquiry.SRB_HaId = i_adapter; lpSendCommand( (void*) &srbInquiry ); if( srbInquiry.SRB_Status != SS_COMP ) continue; if( !srbInquiry.HA_Unique[3]) srbInquiry.HA_Unique[3]=8; for(i_target=0; i_target < srbInquiry.HA_Unique[3]; i_target++) { int i_lun; for (i_lun = 0; i_lun < 8; i_lun++ ) { srbDiskInfo.SRB_Cmd = SC_GET_DISK_INFO; srbDiskInfo.SRB_Flags = 0; srbDiskInfo.SRB_Hdr_Rsvd = 0; srbDiskInfo.SRB_HaId = i_adapter; srbDiskInfo.SRB_Target = i_target; srbDiskInfo.SRB_Lun = i_lun; lpSendCommand( (void*) &srbDiskInfo ); if( (srbDiskInfo.SRB_Status == SS_COMP) ) { if (srbDiskInfo.SRB_Int13HDriveInfo != c_drive) { continue; } else { /* Make sure this is a CD-ROM device. */ struct SRB_GDEVBlock srbGDEVBlock; memset( &srbGDEVBlock, 0, sizeof(struct SRB_GDEVBlock) ); srbGDEVBlock.SRB_Cmd = SC_GET_DEV_TYPE; srbGDEVBlock.SRB_HaId = i_adapter; srbGDEVBlock.SRB_Target = i_target; lpSendCommand( (void*) &srbGDEVBlock ); if( ( srbGDEVBlock.SRB_Status == SS_COMP ) && ( srbGDEVBlock.SRB_DeviceType == DTYPE_CDROM ) ) { env->i_sid = MAKEWORD( i_adapter, i_target ); env->hASPI = hASPI; env->lpSendCommand = lpSendCommand; env->b_aspi_init = true; env->i_lun = i_lun; cdio_debug("Using ASPI layer for %s", env->gen.source_name); return true; } else { FreeLibrary( hASPI ); cdio_debug( "%s: is not a CD-ROM drive", env->gen.source_name ); return false; } } } } } } FreeLibrary( hASPI ); cdio_info( "Unable to find host adapter id and target (ASPI) for %s", env->gen.source_name ); return false; } /*! Run a SCSI MMC command. env private CD structure i_timeout_ms time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. p_buf Buffer for data, both sending and receiving i_buf Size of buffer e_direction direction the transfer is to go. cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. We return 0 if command completed successfully. */ int run_mmc_cmd_aspi( void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t * p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { _img_private_t *p_env = p_user_data; HANDLE hEvent; struct SRB_ExecSCSICmd ssc; int sense_size; /* Create the transfer completion event */ hEvent = CreateEvent( NULL, TRUE, FALSE, NULL ); if( hEvent == NULL ) { cdio_info("CreateEvent failed"); return 1; } p_env->gen.scsi_mmc_sense_valid = 0; memset( &ssc, 0, sizeof( ssc ) ); ssc.SRB_Cmd = SC_EXEC_SCSI_CMD; ssc.SRB_Flags = SCSI_MMC_DATA_READ == e_direction ? SRB_DIR_IN | SRB_EVENT_NOTIFY : SRB_DIR_OUT | SRB_EVENT_NOTIFY; ssc.SRB_HaId = LOBYTE( p_env->i_sid ); ssc.SRB_Target = HIBYTE( p_env->i_sid ); ssc.SRB_Lun = p_env->i_lun; ssc.SRB_SenseLen = SENSE_LEN; ssc.SRB_PostProc = (LPVOID) hEvent; ssc.SRB_CDBLen = i_cdb; /* Result buffer */ ssc.SRB_BufPointer = p_buf; ssc.SRB_BufLen = i_buf; memcpy( ssc.CDBByte, p_cdb, i_cdb ); ResetEvent( hEvent ); p_env->lpSendCommand( (void*) &ssc ); /* If the command has still not been processed, wait until it's * finished */ if( ssc.SRB_Status == SS_PENDING ) { WaitForSingleObject( hEvent, msecs2secs(i_timeout_ms) ); } CloseHandle( hEvent ); /* check that the transfer went as planned */ if( ssc.SRB_Status != SS_COMP ) { cdio_info("ASPI: %s", aspierror(ssc.SRB_Status)); return DRIVER_OP_ERROR; } else { sense_size = ssc.SenseArea[7] + 8; /* SPC 4.5.3, Table 26: 252 bytes legal, 263 bytes possible */ if (sense_size > SENSE_LEN) sense_size = SENSE_LEN; memcpy((void *) p_env->gen.scsi_mmc_sense, ssc.SenseArea, sense_size); p_env->gen.scsi_mmc_sense_valid = sense_size; } return DRIVER_OP_SUCCESS; } /*! Reads nblocks sectors from cd device into data starting from lsn. Returns 0 if no error. */ static int read_sectors_aspi (_img_private_t *p_env, void *data, lsn_t lsn, int sector_type, unsigned int nblocks) { mmc_cdb_t cdb = {{0, }}; unsigned int i_buf; int synchronous = 0; int header_code = 2; int i_user_data = 1; int edc_ecc = 0; int error_field = 0; #if 0 sector_type = 0; /*all types */ #endif /* Set up passthrough command */ CDIO_MMC_SET_COMMAND (cdb.field, CDIO_MMC_GPCMD_READ_CD); CDIO_MMC_SET_READ_TYPE (cdb.field, sector_type); CDIO_MMC_SET_READ_LBA (cdb.field, lsn); CDIO_MMC_SET_READ_LENGTH24(cdb.field, nblocks); #if 1 cdb.field[ 9 ] = (synchronous << 7) | (header_code << 5) | (i_user_data << 4) | (edc_ecc << 3) | (error_field << 1); /* ssc.CDBByte[ 9 ] = READ_CD_USERDATA_MODE2; */ #else CDIO_MMC_SET_MAIN_CHANNEL_SELECTION_BITS(cmd, CDIO_MMC_MCSB_ALL_HEADERS); #endif switch (sector_type) { case CDIO_MMC_READ_TYPE_ANY: case CDIO_MMC_READ_TYPE_CDDA: i_buf = CDIO_CD_FRAMESIZE_RAW; break; case CDIO_MMC_READ_TYPE_M2F1: i_buf = CDIO_CD_FRAMESIZE; break; case CDIO_MMC_READ_TYPE_M2F2: i_buf = 2324; break; case CDIO_MMC_READ_TYPE_MODE1: i_buf = CDIO_CD_FRAMESIZE; break; default: i_buf = CDIO_CD_FRAMESIZE_RAW; } return run_mmc_cmd_aspi(p_env, OP_TIMEOUT_MS, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, i_buf*nblocks, data); } /*! Reads an audio device into data starting from lsn. Returns 0 if no error. */ int read_audio_sectors_aspi (_img_private_t *p_env, void *data, lsn_t lsn, unsigned int i_blocks) { if (read_sectors_aspi(p_env, data, lsn, CDIO_MMC_READ_TYPE_CDDA, i_blocks)) { return read_sectors_aspi(p_env, data, lsn, CDIO_MMC_READ_TYPE_ANY, i_blocks); } return 0; } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ int read_mode2_sector_aspi (_img_private_t *p_env, void *data, lsn_t lsn, bool b_form2) { return read_sectors_aspi(p_env, data, lsn, b_form2 ? CDIO_MMC_READ_TYPE_M2F2 : CDIO_MMC_READ_TYPE_M2F1, 1); } /*! Reads a single mode2 sector from cd device into data starting from lsn. Returns 0 if no error. */ int read_mode1_sector_aspi (_img_private_t *p_env, void *data, lsn_t lsn, bool b_form2) { return read_sectors_aspi(p_env, data, lsn, CDIO_MMC_READ_TYPE_MODE1, 1); } /*! Read and cache the CD's Track Table of Contents and track info. Return true if successful or false if an error. */ bool read_toc_aspi (_img_private_t *p_env) { mmc_cdb_t cdb = {{0, }}; unsigned char tocheader[ 4 ]; int i_status; /* Operation code */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_TOC); /* Format */ cdb.field[ 2 ] = CDIO_MMC_READTOC_FMT_TOC; /* Starting track */ CDIO_MMC_SET_START_TRACK(cdb.field, 0); CDIO_MMC_SET_READ_LENGTH16(cdb.field, sizeof(tocheader)); i_status = run_mmc_cmd_aspi (p_env, OP_TIMEOUT_MS, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, sizeof(tocheader), &tocheader); if (0 != i_status) return false; p_env->gen.i_first_track = tocheader[2]; p_env->gen.i_tracks = tocheader[3] - tocheader[2] + 1; { int i, j, i_toclength; unsigned char *p_fulltoc; i_toclength = 4 /* header */ + tocheader[0] + ((unsigned int) tocheader[1] << 8); p_fulltoc = malloc( i_toclength ); if( p_fulltoc == NULL ) { cdio_error( "out of memory" ); return false; } CDIO_MMC_SET_READ_LENGTH16(cdb.field, i_toclength); i_status = run_mmc_cmd_aspi (p_env, OP_TIMEOUT_MS, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, i_toclength, p_fulltoc); if( 0 != i_status ) { p_env->gen.i_tracks = 0; } j = p_env->gen.i_first_track; for( i = 0 ; i <= p_env->gen.i_tracks ; i++, j++ ) { int i_index = 8 + 8 * i; p_env->tocent[ i ].start_lsn = ((int)p_fulltoc[ i_index ] << 24) + ((int)p_fulltoc[ i_index+1 ] << 16) + ((int)p_fulltoc[ i_index+2 ] << 8) + (int)p_fulltoc[ i_index+3 ]; p_env->tocent[i].Control = (UCHAR)p_fulltoc[ 1 + 8 * i ]; set_track_flags(&(p_env->gen.track_flags[j]), p_env->tocent[i].Control); cdio_debug( "p_sectors: %i %lu", i, (unsigned long int) p_env->tocent[i].start_lsn ); } free( p_fulltoc ); } p_env->gen.toc_init = true; return true; } /* Eject media will eventually get removed from _cdio_win32.c */ #if 0 /*! Eject media. Return 1 if successful, 0 otherwise. */ int wnaspi32_eject_media (void *user_data) { _img_private_t *env = user_data; MCI_OPEN_PARMS op; MCI_STATUS_PARMS st; DWORD i_flags; char psz_drive[4]; int ret; memset( &op, 0, sizeof(MCI_OPEN_PARMS) ); op.lpstrDeviceType = (LPCSTR)MCI_DEVTYPE_CD_AUDIO; strcpy( psz_drive, "X:" ); psz_drive[0] = env->gen.source_name[0]; op.lpstrElementName = psz_drive; /* Set the flags for the device type */ i_flags = MCI_OPEN_TYPE | MCI_OPEN_TYPE_ID | MCI_OPEN_ELEMENT | MCI_OPEN_SHAREABLE; if( mciSendCommand_aspi( 0, MCI_OPEN, i_flags, &op ) ) { st.dwItem = MCI_STATUS_READY; /* Eject disc */ ret = mciSendCommand_aspi( op.wDeviceID, MCI_SET, MCI_SET_DOOR_OPEN, 0 ) != 0; /* Release access to the device */ mciSendCommand_aspi( op.wDeviceID, MCI_CLOSE, MCI_WAIT, 0 ); } else ret = 0; return ret; } #endif /*! Get format of track. */ track_format_t get_track_format_aspi(const _img_private_t *p_env, track_t track_num) { MCI_OPEN_PARMS op; MCI_STATUS_PARMS st; DWORD i_flags; memset( &op, 0, sizeof(MCI_OPEN_PARMS) ); op.lpstrDeviceType = (LPCSTR)MCI_DEVTYPE_CD_AUDIO; op.lpstrElementName = p_env->gen.source_name; /* Set the flags for the device type */ i_flags = MCI_OPEN_TYPE | MCI_OPEN_TYPE_ID | MCI_OPEN_ELEMENT | MCI_OPEN_SHAREABLE; if( mciSendCommand_aspi( 0, MCI_OPEN, i_flags, &op ) ) { st.dwItem = MCI_CDA_STATUS_TYPE_TRACK; st.dwTrack = track_num; i_flags = MCI_TRACK | MCI_STATUS_ITEM ; mciSendCommand_aspi( op.wDeviceID, MCI_STATUS, i_flags, &st ); /* Release access to the device */ mciSendCommand_aspi( op.wDeviceID, MCI_CLOSE, MCI_WAIT, 0 ); switch(st.dwReturn) { case MCI_CDA_TRACK_AUDIO: return TRACK_FORMAT_AUDIO; case MCI_CDA_TRACK_OTHER: return TRACK_FORMAT_DATA; default: return TRACK_FORMAT_XA; } } return TRACK_FORMAT_ERROR; } #endif /* HAVE_WIN32_CDROM */ libcdio-2.0.0/lib/driver/MSWindows/win32.h0000644000175000017500000001437112421324176015115 00000000000000/* Copyright (C) 2004, 2005, 2008, 2014 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #include "cdio_private.h" #pragma pack() typedef struct { lsn_t start_lsn; UCHAR Control : 4; UCHAR Format; } track_info_t; typedef enum { _AM_NONE, _AM_IOCTL, _AM_ASPI, _AM_MMC_RDWR, _AM_MMC_RDWR_EXCL, } access_mode_t; typedef struct { /* Things common to all drivers like this. This must be first. */ generic_img_private_t gen; access_mode_t access_mode; /* Some of the more OS specific things. */ /* Entry info for each track, add 1 for leadout. */ track_info_t tocent[CDIO_CD_MAX_TRACKS+1]; HANDLE h_device_handle; /* device descriptor */ HMODULE hASPI; short i_sid; short i_lun; long (*lpSendCommand)( void* ); bool b_ioctl_init; bool b_aspi_init; } _img_private_t; /*! Pause playing CD through analog output @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_pause_win32ioctl (void *p_user_data); /*! Playing starting at given MSF through analog output @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_play_msf_win32ioctl (void *p_user_data, msf_t *p_start_msf, msf_t *p_end_msf); /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_resume_win32ioctl (void *p_user_data); /*! Get disc type associated with cd object. */ discmode_t get_discmode_win32ioctl (_img_private_t *p_env); /*! Get the volume settings of an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_get_volume_win32ioctl ( void *p_user_data, /*out*/ cdio_audio_volume_t *p_volume); /*! Read Audio Subchannel information @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_read_subchannel_win32ioctl (void *p_user_data, cdio_subchannel_t *p_subchannel); /*! Set the volume of an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_stop_win32ioctl ( void *p_user_data ); /*! Set the volume of an audio CD. @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_set_volume_win32ioctl ( void *p_user_data, cdio_audio_volume_t *p_volume); /*! Close the tray of a CD-ROM @param p_user_data the CD object to be acted upon. */ driver_return_code_t close_tray_win32ioctl (const char *psz_win32_drive); /*! Reads an audio device using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ int read_audio_sectors_win32ioctl (_img_private_t *p_obj, void *p_data, lsn_t lsn, unsigned int nblocks); /*! Reads a single mode2 sector using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ int read_mode2_sector_win32ioctl (_img_private_t *p_env, void *p_data, lsn_t lsn, bool b_form2); /*! Reads a single mode1 sector using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ int read_mode1_sector_win32ioctl (_img_private_t *p_env, void *p_data, lsn_t lsn, bool b_form2); const char *is_cdrom_win32ioctl (const char drive_letter); /*! Run a SCSI MMC command. env private CD structure i_timeout_ms time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. p_buf Buffer for data, both sending and receiving i_buf Size of buffer e_direction direction the transfer is to go. cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. Return 0 if command completed successfully. */ int run_mmc_cmd_win32ioctl( void *p_user_data, unsigned int i_timeout, unsigned int i_cdb, const mmc_cdb_t * p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ); /*! Initialize internal structures for CD device. */ bool init_win32ioctl (_img_private_t *p_env); /*! Read and cache the CD's Track Table of Contents and track info. Return true if successful or false if an error. */ bool read_toc_win32ioctl (_img_private_t *p_env); /*! Get the LSN of the first track of the last session of on the CD. */ driver_return_code_t get_last_session_win32ioctl (void *p_user_data, /*out*/ lsn_t *i_last_session); /*! Return the media catalog number MCN. Note: string is malloc'd so caller should free() then returned string when done with it. */ char *get_mcn_win32ioctl (const _img_private_t *p_env); /*! Return the international standard recording code ISRC. Note: string is malloc'd so caller should free() then returned string when done with it. */ char *get_track_isrc_win32ioctl (const _img_private_t *p_env, track_t i_track); /*! Return the the kind of drive capabilities of device. Note: string is malloc'd so caller should free() then returned string when done with it. */ void get_drive_cap_aspi (const _img_private_t *p_env, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap); /*! Return the the kind of drive capabilities of device. Note: string is malloc'd so caller should free() then returned string when done with it. */ void get_drive_cap_win32ioctl (const _img_private_t *p_env, cdio_drive_read_cap_t *p_read_cap, cdio_drive_write_cap_t *p_write_cap, cdio_drive_misc_cap_t *p_misc_cap); /*! Get the format (XA, DATA, AUDIO) of a track. */ track_format_t get_track_format_win32ioctl(const _img_private_t *p_env, track_t i_track); libcdio-2.0.0/lib/driver/MSWindows/win32_ioctl.c0000664000175000017500000011554413217072760016313 00000000000000/* Copyright (C) 2004-2005, 2008, 2010-2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains Win32-specific code using the DeviceIoControl access method. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_WIN32_CDROM #if defined (_XBOX) # include "inttypes.h" # include "NtScsi.h" # include "undocumented.h" #else # if defined (__MINGW64_VERSION_MAJOR) # define _NTSRB_ /* Bad things happen if srb.h gets included */ # endif # include # ifdef HAVE_DDK_SCSI_H # include # endif # ifdef HAVE_NTDDCDRM_H # include # endif # ifdef HAVE_DDK_NTDDCDRM_H # include # endif # ifdef HAVE_NTDDSCSI_H # include # endif # ifdef HAVE_DDK_NTDDSCSI_H # include # endif #endif #if defined (_WIN32) #include #endif #include /* offsetof() macro */ #include #include #include #include #include #include #include "cdio_assert.h" #include #include "cdio/logging.h" #if defined (_XBOX) #define windows_error(loglevel,i_err) { \ cdio_log(loglevel, "Error: file %s: line %d (%s) %ld\n", \ __FILE__, __LINE__, __PRETTY_FUNCTION__, i_err); \ } #else #define windows_error(loglevel,i_err) { \ char error_msg[80]; \ long int count; \ count = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, \ NULL, i_err, MAKELANGID(LANG_NEUTRAL, \ SUBLANG_DEFAULT), \ error_msg, sizeof(error_msg), NULL); \ (count != 0) ? \ cdio_log(loglevel, "Error: file %s: line %d (%s)\n\t%s\n", \ __FILE__, __LINE__, __PRETTY_FUNCTION__, error_msg) \ : \ cdio_log(loglevel, "Error: file %s: line %d (%s) %ld\n", \ __FILE__, __LINE__, __PRETTY_FUNCTION__, (long int) i_err); \ } #endif #define MAX_ERROR_BUFFER 256 #define MAX_DATA_BUFFER 2048 typedef struct _TRACK_DATA_FULL { UCHAR SessionNumber; UCHAR Control : 4; UCHAR Adr : 4; UCHAR TNO; UCHAR POINT; /* Tracknumber (of session?) or lead-out/in (0xA0, 0xA1, 0xA2) */ UCHAR Min; /* Only valid if disctype is CDDA ? */ UCHAR Sec; /* Only valid if disctype is CDDA ? */ UCHAR Frame; /* Only valid if disctype is CDDA ? */ UCHAR Zero; /* Always zero */ UCHAR PMIN; /* start min, if POINT is a track; if lead-out/in 0xA0: First Track */ UCHAR PSEC; UCHAR PFRAME; } TRACK_DATA_FULL, *PTRACK_DATA_FULL; typedef struct _CDROM_TOC_FULL { UCHAR Length[2]; UCHAR FirstSession; UCHAR LastSession; TRACK_DATA_FULL TrackData[CDIO_CD_MAX_TRACKS+3]; } CDROM_TOC_FULL, *PCDROM_TOC_FULL; #define SPT_CDB_LENGTH 32 #define SPT_SENSE_LENGTH 32 #define SPTWB_DATA_LENGTH 512 #ifndef EMPTY_ARRAY_SIZE #define EMPTY_ARRAY_SIZE 0 #endif typedef struct { SCSI_PASS_THROUGH_DIRECT sptd; ULONG Filler; /* Realign buffer to double-word boundary */ UCHAR ucSenseBuf[SPT_SENSE_LENGTH]; } SCSI_PASS_THROUGH_DIRECT_WITH_BUFFER; #include typedef struct _SCSI_PASS_THROUGH_WITH_BUFFERS { SCSI_PASS_THROUGH Spt; ULONG Filler; /* realign buffer to double-word boundary */ UCHAR ucSenseBuf[SPT_SENSE_LENGTH]; UCHAR ucDataBuf[EMPTY_ARRAY_SIZE]; } SCSI_PASS_THROUGH_WITH_BUFFERS; #ifdef HAVE_STDBOOL_H # include #endif #include "win32.h" #define OP_TIMEOUT_MS 60 /*! Pause playing CD through analog output @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_pause_win32ioctl (void *p_user_data) { const _img_private_t *p_env = p_user_data; DWORD dw_bytes_returned; bool b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_CDROM_PAUSE_AUDIO, NULL, (DWORD) 0, NULL, 0, &dw_bytes_returned, NULL); if ( ! b_success ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /*! Playing starting at given MSF through analog output @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_play_msf_win32ioctl (void *p_user_data, msf_t *p_start_msf, msf_t *p_end_msf) { const _img_private_t *p_env = p_user_data; CDROM_PLAY_AUDIO_MSF play; DWORD dw_bytes_returned; bool b_success; play.StartingM = cdio_from_bcd8(p_start_msf->m); play.StartingS = cdio_from_bcd8(p_start_msf->s); play.StartingF = cdio_from_bcd8(p_start_msf->f); play.EndingM = cdio_from_bcd8(p_end_msf->m); play.EndingS = cdio_from_bcd8(p_end_msf->s); play.EndingF = cdio_from_bcd8(p_end_msf->f); b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_CDROM_PLAY_AUDIO_MSF, &play, sizeof(play), NULL, 0, &dw_bytes_returned, NULL); if ( ! b_success ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /*! Read Audio Subchannel information @param p_cdio the CD object to be acted upon. */ driver_return_code_t audio_read_subchannel_win32ioctl (void *p_user_data, cdio_subchannel_t *p_subchannel) { const _img_private_t *p_env = p_user_data; DWORD dw_bytes_returned; CDROM_SUB_Q_DATA_FORMAT q_data_format; SUB_Q_CHANNEL_DATA q_subchannel_data; q_data_format.Format = CDIO_SUBCHANNEL_CURRENT_POSITION; q_data_format.Track=0; /* Not sure if this has to be set or if so what it should be. */ if( ! DeviceIoControl( p_env->h_device_handle, IOCTL_CDROM_READ_Q_CHANNEL, &q_data_format, sizeof(q_data_format), &q_subchannel_data, sizeof(q_subchannel_data), &dw_bytes_returned, NULL ) ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } p_subchannel->audio_status = q_subchannel_data.CurrentPosition.Header.AudioStatus; p_subchannel->track = q_subchannel_data.CurrentPosition.TrackNumber; p_subchannel->index = q_subchannel_data.CurrentPosition.IndexNumber; p_subchannel->index = q_subchannel_data.CurrentPosition.IndexNumber; p_subchannel->address = q_subchannel_data.CurrentPosition.ADR; p_subchannel->control = q_subchannel_data.CurrentPosition.Control; { const UCHAR *abs_addr = q_subchannel_data.CurrentPosition.AbsoluteAddress; const UCHAR *rel_addr = q_subchannel_data.CurrentPosition.TrackRelativeAddress; p_subchannel->abs_addr.m = cdio_to_bcd8(abs_addr[1]); p_subchannel->abs_addr.s = cdio_to_bcd8(abs_addr[2]); p_subchannel->abs_addr.f = cdio_to_bcd8(abs_addr[3]); p_subchannel->rel_addr.m = cdio_to_bcd8(rel_addr[1]); p_subchannel->rel_addr.s = cdio_to_bcd8(rel_addr[2]); p_subchannel->rel_addr.f = cdio_to_bcd8(rel_addr[3]); } return DRIVER_OP_SUCCESS; } /** Resume playing an audio CD. @param p_user_data the CD object to be acted upon. */ driver_return_code_t audio_resume_win32ioctl (void *p_user_data) { const _img_private_t *p_env = p_user_data; DWORD dw_bytes_returned; bool b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_CDROM_RESUME_AUDIO, NULL, (DWORD) 0, NULL, 0, &dw_bytes_returned, NULL); if ( ! b_success ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /** Set the volume of an audio CD. @param p_user_data pointer to the CD object to be acted upon. @param p_volume pointer to the volume levels */ driver_return_code_t audio_set_volume_win32ioctl (void *p_user_data, /*in*/ cdio_audio_volume_t *p_volume) { const _img_private_t *p_env = p_user_data; DWORD dw_bytes_returned; bool b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_CDROM_SET_VOLUME, p_volume, (DWORD) sizeof(cdio_audio_volume_t), NULL, 0, &dw_bytes_returned, NULL); if ( ! b_success ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } driver_return_code_t audio_get_volume_win32ioctl (void *p_user_data, /*out*/ cdio_audio_volume_t *p_volume) { const _img_private_t *p_env = p_user_data; DWORD dw_bytes_returned; bool b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_CDROM_GET_VOLUME, NULL, 0, p_volume, (DWORD) sizeof(cdio_audio_volume_t), &dw_bytes_returned, NULL); if ( ! b_success ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /** Stop playing an audio CD. @param p_user_data the CD object to be acted upon. */ driver_return_code_t audio_stop_win32ioctl (void *p_user_data) { const _img_private_t *p_env = p_user_data; DWORD dw_bytes_returned; bool b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_CDROM_STOP_AUDIO, NULL, (DWORD) 0, NULL, 0, &dw_bytes_returned, NULL); if ( ! b_success ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /** Close the tray of a CD-ROM @param p_user_data the CD object to be acted upon. */ driver_return_code_t close_tray_win32ioctl (const char *psz_win32_drive) { #ifdef WIN32 DWORD dw_bytes_returned; DWORD dw_access_flags; OSVERSIONINFO ov; HANDLE h_device_handle; BOOL b_success; memset(&ov,0,sizeof(OSVERSIONINFO)); ov.dwOSVersionInfoSize=sizeof(OSVERSIONINFO); GetVersionEx(&ov); if((ov.dwPlatformId==VER_PLATFORM_WIN32_NT) && (ov.dwMajorVersion>4)) dw_access_flags = GENERIC_READ|GENERIC_WRITE; /* add gen write on W2k/XP */ else dw_access_flags = GENERIC_READ; h_device_handle = CreateFile( psz_win32_drive, dw_access_flags, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL ); if( h_device_handle == INVALID_HANDLE_VALUE ) { return DRIVER_OP_ERROR; } b_success = DeviceIoControl(h_device_handle, IOCTL_STORAGE_LOAD_MEDIA2, NULL, (DWORD) 0, NULL, 0, &dw_bytes_returned, NULL); CloseHandle(h_device_handle); if ( b_success != 0 ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; #else return DRIVER_OP_UNSUPPORTED; #endif } /** Produce a text composed from the system SCSI address tuple "Port,Path,Target,Lun" and store it in generic_img_private_t.scsi_tuple. To be accessed via cdio_get_arg("scsi-tuple-linux") or ("scsi-tuple"). Drivers which implement this code have to return 5 valid decimal numbers separated by comma, or empty text if no such numbers are available. @return 1=success , 0=failure */ static int set_scsi_tuple_win32ioctl(_img_private_t *env) #ifdef WIN32 { char tuple[160]; char dataBuffer[MAX_DATA_BUFFER]; PSCSI_ADDRESS scsiAddress = (PSCSI_ADDRESS) dataBuffer; ULONG bytesReturned; memset(dataBuffer, 0, sizeof(dataBuffer)); if (DeviceIoControl(env->h_device_handle, IOCTL_SCSI_GET_ADDRESS, NULL, 0, dataBuffer, sizeof(dataBuffer), &bytesReturned, FALSE )) { snprintf(tuple, sizeof(tuple), "%d,%d,%d,%d", scsiAddress->PortNumber, scsiAddress->PathId, scsiAddress->TargetId, scsiAddress->Lun); env->gen.scsi_tuple = strdup(tuple); return 1; } else { /* No tuple. */ env->gen.scsi_tuple = strdup(""); return 0; } } #else { env->gen.scsi_tuple = strdup(""); return 0; } #endif /** Run a SCSI MMC command. p_user_data private CD structure u_timeout_ms time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. u_cdb CDB length p_cdb CDB bytes. All values that are needed should be set on input. e_direction direction the transfer is to go. p_buf Buffer for data, both sending and receiving u_buf Size of buffer Return DRIVER_OP_SUCCESS if command completed successfully. */ #ifdef USE_PASSTHROUGH_DIRECT int run_mmc_cmd_win32ioctl( void *p_user_data, unsigned int u_timeout_ms, unsigned int u_cdb, const mmc_cdb_t * p_cdb, cdio_mmc_direction_t e_direction, unsigned int u_buf, /*in/out*/ void *p_buf ) { _img_private_t *p_env = p_user_data; SCSI_PASS_THROUGH_DIRECT_WITH_BUFFER swb; BOOL b_success; DWORD dw_bytes_returned; char dummy_buf[2]; /* Used if we can't use p_buf. See below. */ int rc = DRIVER_OP_SUCCESS; unsigned int u_swb_len = sizeof(SCSI_PASS_THROUGH_DIRECT_WITH_BUFFER); p_env->gen.scsi_mmc_sense_valid = 0; memset(&swb, 0, u_swb_len); swb.sptd.Length = sizeof(SCSI_PASS_THROUGH_DIRECT); swb.sptd.PathId = 0; /* SCSI card ID will be filled in automatically */ swb.sptd.TargetId= 0; /* SCSI target ID will also be filled in */ swb.sptd.Lun = 0; /* SCSI lun ID will also be filled in */ swb.sptd.CdbLength = u_cdb; swb.sptd.SenseInfoLength = sizeof(swb.ucSenseBuf); swb.sptd.DataIn = (SCSI_MMC_DATA_READ == e_direction) ? SCSI_IOCTL_DATA_IN : (SCSI_MMC_DATA_WRITE == e_direction) ? SCSI_IOCTL_DATA_OUT : SCSI_IOCTL_DATA_UNSPECIFIED; /* MS Windows seems to flip out of the size of the buffer is 0 or 1. For the 1 byte case see: BUG: SCSI Pass Through Fails with Invalid User Buffer Error http://support.microsoft.com/kb/259573 So in those cases we will provide our own. */ if (u_buf <= 1) { swb.sptd.DataBuffer = &dummy_buf; swb.sptd.DataTransferLength = 2; } else { swb.sptd.DataBuffer = p_buf; swb.sptd.DataTransferLength = u_buf; } swb.sptd.TimeOutValue = msecs2secs(u_timeout_ms); swb.sptd.SenseInfoOffset = offsetof(SCSI_PASS_THROUGH_DIRECT_WITH_BUFFER, ucSenseBuf); p_env->gen.scsi_mmc_sense_valid = 0; memcpy(swb.sptd.Cdb, p_cdb, u_cdb); /* Send the command to drive */ b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_SCSI_PASS_THROUGH_DIRECT, (void *)&swb, u_swb_len, &swb, u_swb_len, &dw_bytes_returned, NULL); if (u_buf == 1) memcpy(p_buf, &dummy_buf[0], 1); if ( 0 == b_success ) { long int last_error = GetLastError(); windows_error(CDIO_LOG_INFO, last_error); switch (last_error) { case 87: rc = DRIVER_OP_BAD_PARAMETER; break; default: rc = DRIVER_OP_ERROR; } } #ifdef FIXED_ADDITIONAL_SENSE_BUF /* Record SCSI sense reply for API call mmc_last_cmd_sense(). */ if (p_swb->ucSenseBuf.additional_sense_len) { /* SCSI Primary Command standard SPC 4.5.3, Table 26: 252 bytes legal, 263 bytes possible */ int i_sense_size = p_swb->ucSenseBuf.additional_sense_len + 8; if (i_sense_size > sizeof(p_swb->ucSenseBuf)) { cdio_warn("Sense size retuned %d is greater buffer size %d\n", i_sense_size, sizeof(p_swb->ucSenseBuf)); sense_size = sizeof(p_swb->ucSenseBuf); } memcpy((void *) p_env->gen.scsi_mmc_sense, p_swb->ucSenseBuf, i_sense_size); p_env->gen.scsi_mmc_sense_valid = sense_size; if (DRIVER_OP_SUCCESS == rc) rc = DRIVER_OP_MMC_SENSE_DATA; } #endif return rc; } #else int run_mmc_cmd_win32ioctl( void *p_user_data, unsigned int u_timeout_ms, unsigned int u_cdb, const mmc_cdb_t * p_cdb, cdio_mmc_direction_t e_direction, unsigned int u_buf, /*in/out*/ void *p_buf ) { _img_private_t *p_env = p_user_data; SCSI_PASS_THROUGH_WITH_BUFFERS *p_sptwb; BOOL b_success; DWORD dw_bytes_returned; int rc = DRIVER_OP_SUCCESS; unsigned int u_swb_len = sizeof(SCSI_PASS_THROUGH_WITH_BUFFERS) + u_buf; p_sptwb = malloc(u_swb_len); p_env->gen.scsi_mmc_sense_valid = 0; memset(p_sptwb, 0, u_swb_len); p_sptwb->Spt.Length = sizeof(SCSI_PASS_THROUGH); p_sptwb->Spt.PathId = 0; /* SCSI card ID will be filled in automatically */ p_sptwb->Spt.TargetId= 0; /* SCSI target ID will also be filled in */ p_sptwb->Spt.Lun = 0; /* SCSI lun ID will also be filled in */ p_sptwb->Spt.CdbLength = u_cdb; p_sptwb->Spt.SenseInfoLength = sizeof(p_sptwb->ucSenseBuf); p_sptwb->Spt.DataIn = (SCSI_MMC_DATA_READ == e_direction) ? SCSI_IOCTL_DATA_IN : (SCSI_MMC_DATA_WRITE == e_direction) ? SCSI_IOCTL_DATA_OUT : SCSI_IOCTL_DATA_UNSPECIFIED; if (SCSI_MMC_DATA_WRITE == e_direction) memcpy(&(p_sptwb->ucDataBuf), p_buf, u_buf); p_sptwb->Spt.DataTransferLength= u_buf; p_sptwb->Spt.TimeOutValue = msecs2secs(u_timeout_ms); p_sptwb->Spt.DataBufferOffset = offsetof(SCSI_PASS_THROUGH_WITH_BUFFERS, ucDataBuf); p_sptwb->Spt.SenseInfoOffset = offsetof(SCSI_PASS_THROUGH_WITH_BUFFERS, ucSenseBuf); memcpy(p_sptwb->Spt.Cdb, p_cdb, u_cdb); /*printf("Test 3 Sizeof SCSI_PASS_THROUGH_DIRECT %d\n", sizeof(*p_sptwb));*/ /* Send the command to drive */ b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_SCSI_PASS_THROUGH, (void *)p_sptwb, u_swb_len, p_sptwb, u_swb_len, &dw_bytes_returned, NULL); if ( 0 == b_success ) { char buffer[100]; long int last_error = GetLastError(); snprintf(buffer, sizeof(buffer), "MMC command code: 0x%x\n", p_cdb->field[0]); windows_error(CDIO_LOG_INFO, last_error); cdio_log(CDIO_LOG_INFO, buffer); switch (last_error) { case 87: rc = DRIVER_OP_BAD_PARAMETER; break; default: rc = DRIVER_OP_ERROR; } } memcpy(p_buf, &(p_sptwb->ucDataBuf), u_buf); /* Record SCSI sense reply for API call mmc_last_cmd_sense(). */ if (p_sptwb->Spt.ScsiStatus && p_sptwb->Spt.SenseInfoLength > 0) { int i_sense_size = p_sptwb->Spt.SenseInfoLength; if (i_sense_size > sizeof(p_sptwb->ucSenseBuf)) { cdio_warn("sense size returned %d is greater buffer size %d\n", i_sense_size, (int)sizeof(p_sptwb->ucSenseBuf)); i_sense_size = sizeof(p_sptwb->ucSenseBuf); } memcpy((void *) p_env->gen.scsi_mmc_sense, &(p_sptwb->ucSenseBuf), i_sense_size); p_env->gen.scsi_mmc_sense_valid = p_sptwb->Spt.SenseInfoLength; } free(p_sptwb); return rc; } #endif /** Get disc type associated with cd object. */ static discmode_t dvd_discmode_win32ioctl (_img_private_t *p_env) { discmode_t discmode=CDIO_DISC_MODE_NO_INFO; driver_return_code_t rc; /* See if this is a DVD. */ cdio_dvd_struct_t dvd; /* DVD READ STRUCT for layer 0. */ dvd.physical.type = CDIO_DVD_STRUCT_PHYSICAL; dvd.physical.layer_num = 0; rc = mmc_get_dvd_struct_physical_private (p_env, &run_mmc_cmd_win32ioctl, &dvd); if (DRIVER_OP_SUCCESS == rc) { switch(dvd.physical.layer[0].book_type) { case CDIO_DVD_BOOK_DVD_ROM: return CDIO_DISC_MODE_DVD_ROM; case CDIO_DVD_BOOK_DVD_RAM: return CDIO_DISC_MODE_DVD_RAM; case CDIO_DVD_BOOK_DVD_R: return CDIO_DISC_MODE_DVD_R; case CDIO_DVD_BOOK_DVD_RW: return CDIO_DISC_MODE_DVD_RW; case CDIO_DVD_BOOK_DVD_PR: return CDIO_DISC_MODE_DVD_PR; case CDIO_DVD_BOOK_DVD_PRW: return CDIO_DISC_MODE_DVD_PRW; default: return CDIO_DISC_MODE_DVD_OTHER; } } return discmode; } /** Get disc type associated with cd object. */ discmode_t get_discmode_win32ioctl (_img_private_t *p_env) { track_t i_track; discmode_t discmode; if (!p_env) return CDIO_DISC_MODE_ERROR; discmode = dvd_discmode_win32ioctl(p_env); if (CDIO_DISC_MODE_NO_INFO != discmode) return discmode; if (!p_env->gen.toc_init) read_toc_win32ioctl (p_env); if (!p_env->gen.toc_init) return CDIO_DISC_MODE_ERROR; for (i_track = p_env->gen.i_first_track; i_track < p_env->gen.i_first_track + p_env->gen.i_tracks ; i_track ++) { track_format_t track_fmt=get_track_format_win32ioctl(p_env, i_track); switch(track_fmt) { case TRACK_FORMAT_AUDIO: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_DA; break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_XA: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_DATA: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_ERROR: default: discmode = CDIO_DISC_MODE_ERROR; } } return discmode; } /* Returns a string that can be used in a CreateFile call if c_drive letter is a character. If not NULL is returned. */ const char * is_cdrom_win32ioctl(const char c_drive_letter) { #ifdef _XBOX char sz_win32_drive_full[] = "\\\\.\\X:"; sz_win32_drive_full[4] = c_drive_letter; return strdup(sz_win32_drive_full); #else UINT uDriveType; char sz_win32_drive[4]; sz_win32_drive[0]= c_drive_letter; sz_win32_drive[1]=':'; sz_win32_drive[2]='\\'; sz_win32_drive[3]='\0'; uDriveType = GetDriveType(sz_win32_drive); switch(uDriveType) { case DRIVE_CDROM: { char sz_win32_drive_full[] = "\\\\.\\X:"; sz_win32_drive_full[4] = c_drive_letter; return strdup(sz_win32_drive_full); } default: cdio_debug("Drive %c is not a CD-ROM", c_drive_letter); return NULL; } #endif } /** Reads an audio device using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ driver_return_code_t read_audio_sectors_win32ioctl (_img_private_t *p_env, void *data, lsn_t lsn, unsigned int nblocks) { DWORD dw_bytes_returned; RAW_READ_INFO cdrom_raw; /* Initialize CDROM_RAW_READ structure */ cdrom_raw.DiskOffset.QuadPart = (long long) CDIO_CD_FRAMESIZE_RAW * lsn; cdrom_raw.SectorCount = nblocks; cdrom_raw.TrackMode = CDDA; if( DeviceIoControl( p_env->h_device_handle, IOCTL_CDROM_RAW_READ, &cdrom_raw, sizeof(RAW_READ_INFO), data, CDIO_CD_FRAMESIZE_RAW * nblocks, &dw_bytes_returned, NULL ) == 0 ) { cdio_info("Error reading audio-mode lsn %lu\n)", (long unsigned int) lsn); windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /** Reads a single raw sector using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ static int read_raw_sector (_img_private_t *p_env, void *p_buf, lsn_t lsn) { mmc_cdb_t cdb = {{0, }}; /* ReadCD CDB12 command. The values were taken from MMC1 draft paper. */ CDIO_MMC_SET_COMMAND (cdb.field, CDIO_MMC_GPCMD_READ_CD); CDIO_MMC_SET_READ_LBA (cdb.field, lsn); CDIO_MMC_SET_READ_LENGTH24(cdb.field, 1); cdb.field[9]=0xF8; /* Raw read, 2352 bytes per sector */ return run_mmc_cmd_win32ioctl(p_env, OP_TIMEOUT_MS, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, CDIO_CD_FRAMESIZE_RAW, p_buf); } /** Reads a single mode2 sector using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ int read_mode2_sector_win32ioctl (_img_private_t *p_env, void *p_data, lsn_t lsn, bool b_form2) { char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; int ret = read_raw_sector (p_env, buf, lsn); if ( 0 != ret) return ret; memcpy (p_data, buf + CDIO_CD_SYNC_SIZE + CDIO_CD_XA_HEADER, b_form2 ? M2RAW_SECTOR_SIZE: CDIO_CD_FRAMESIZE); return 0; } /** Reads a single mode2 sector using the DeviceIoControl method into data starting from lsn. Returns 0 if no error. */ int read_mode1_sector_win32ioctl (_img_private_t *env, void *data, lsn_t lsn, bool b_form2) { char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; int ret = read_raw_sector (env, buf, lsn); if ( 0 != ret) return ret; memcpy (data, buf + CDIO_CD_SYNC_SIZE+CDIO_CD_HEADER_SIZE, b_form2 ? M2RAW_SECTOR_SIZE: CDIO_CD_FRAMESIZE); return 0; } /** Initialize internal structures for CD device. */ bool init_win32ioctl (_img_private_t *env) { #ifdef WIN32 OSVERSIONINFO ov; #endif #ifdef _XBOX ANSI_STRING filename; OBJECT_ATTRIBUTES attributes; IO_STATUS_BLOCK status; HANDLE hDevice; NTSTATUS error; #else unsigned int len=strlen(env->gen.source_name); char psz_win32_drive[7]; DWORD dw_access_flags; #endif cdio_debug("using winNT/2K/XP ioctl layer"); #ifdef WIN32 memset(&ov,0,sizeof(OSVERSIONINFO)); ov.dwOSVersionInfoSize=sizeof(OSVERSIONINFO); GetVersionEx(&ov); if((ov.dwPlatformId==VER_PLATFORM_WIN32_NT) && (ov.dwMajorVersion>4)) dw_access_flags = GENERIC_READ|GENERIC_WRITE; /* add gen write on W2k/XP */ else dw_access_flags = GENERIC_READ; #endif if (cdio_is_device_win32(env->gen.source_name)) { #ifdef _XBOX // Use XBOX cdrom, no matter what drive letter is given. RtlInitAnsiString(&filename,"\\Device\\Cdrom0"); InitializeObjectAttributes(&attributes, &filename, OBJ_CASE_INSENSITIVE, NULL); error = NtCreateFile( &hDevice, GENERIC_READ |SYNCHRONIZE | FILE_READ_ATTRIBUTES, &attributes, &status, NULL, 0, FILE_SHARE_READ, FILE_OPEN, FILE_NON_DIRECTORY_FILE | FILE_SYNCHRONOUS_IO_NONALERT ); if (!NT_SUCCESS(error)) { return false; } env->h_device_handle = hDevice; #else snprintf( psz_win32_drive, sizeof(psz_win32_drive), "\\\\.\\%c:", env->gen.source_name[len-2] ); env->h_device_handle = CreateFile( psz_win32_drive, dw_access_flags, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL ); if( env->h_device_handle == INVALID_HANDLE_VALUE ) { /* No good. try toggle write. */ dw_access_flags ^= GENERIC_WRITE; env->h_device_handle = CreateFile( psz_win32_drive, dw_access_flags, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL ); if (env->h_device_handle == NULL) return false; } #endif env->b_ioctl_init = true; set_scsi_tuple_win32ioctl(env); return true; } return false; } /** Read and cache the CD's Track Table of Contents and track info. via a SCSI MMC READ_TOC (FULTOC). Return true if successful or false if an error. */ static bool read_fulltoc_win32mmc (_img_private_t *p_env) { mmc_cdb_t cdb = {{0, }}; CDROM_TOC_FULL cdrom_toc_full; int i_status, i, j; int i_track_format = 0; int i_seen_flag; /* Operation code */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_READ_TOC); cdb.field[1] = 0x00; /* Format */ cdb.field[2] = CDIO_MMC_READTOC_FMT_FULTOC; memset(&cdrom_toc_full, 0, sizeof(cdrom_toc_full)); /* Setup to read header, to get length of data */ CDIO_MMC_SET_READ_LENGTH16(cdb.field, sizeof(cdrom_toc_full)); i_status = run_mmc_cmd_win32ioctl (p_env, 1000*60*3, mmc_get_cmd_len(cdb.field[0]), &cdb, SCSI_MMC_DATA_READ, sizeof(cdrom_toc_full), &cdrom_toc_full); if ( 0 != i_status ) { cdio_debug ("SCSI MMC READ_TOC failed\n"); return false; } i_seen_flag=0; for( i = 0 ; i <= CDIO_CD_MAX_TRACKS+3; i++ ) { if ( 0xA0 == cdrom_toc_full.TrackData[i].POINT ) { /* First track number */ p_env->gen.i_first_track = cdrom_toc_full.TrackData[i].PMIN; i_track_format = cdrom_toc_full.TrackData[i].PSEC; i_seen_flag|=0x01; } if ( 0xA1 == cdrom_toc_full.TrackData[i].POINT ) { /* Last track number */ p_env->gen.i_tracks = cdrom_toc_full.TrackData[i].PMIN - p_env->gen.i_first_track + 1; i_seen_flag|=0x02; } j = cdrom_toc_full.TrackData[i].POINT; if ( 0xA2 == j ) { /* Start position of the lead out */ p_env->tocent[ p_env->gen.i_tracks ].start_lsn = cdio_lba_to_lsn( cdio_msf3_to_lba( cdrom_toc_full.TrackData[i].PMIN, cdrom_toc_full.TrackData[i].PSEC, cdrom_toc_full.TrackData[i].PFRAME ) ); p_env->tocent[ p_env->gen.i_tracks ].Control = cdrom_toc_full.TrackData[i].Control; p_env->tocent[ p_env->gen.i_tracks ].Format = i_track_format; i_seen_flag|=0x04; } if (cdrom_toc_full.TrackData[i].POINT > 0 && cdrom_toc_full.TrackData[i].POINT <= p_env->gen.i_tracks) { p_env->tocent[j-1].start_lsn = cdio_lba_to_lsn( cdio_msf3_to_lba( cdrom_toc_full.TrackData[i].PMIN, cdrom_toc_full.TrackData[i].PSEC, cdrom_toc_full.TrackData[i].PFRAME ) ); p_env->tocent[j-1].Control = cdrom_toc_full.TrackData[i].Control; p_env->tocent[j-1].Format = i_track_format; set_track_flags(&(p_env->gen.track_flags[j]), p_env->tocent[j-1].Control); cdio_debug("p_sectors: %i, %lu", i, (unsigned long int) (p_env->tocent[i].start_lsn)); if (cdrom_toc_full.TrackData[i].POINT == p_env->gen.i_tracks) i_seen_flag|=0x08; } if ( 0x0F == i_seen_flag ) break; } if ( 0x0F == i_seen_flag ) { p_env->gen.toc_init = true; return true; } return false; } /** Read and cache the CD's Track Table of Contents and track info. Return true if successful or false if an error. */ bool read_toc_win32ioctl (_img_private_t *p_env) { CDROM_TOC cdrom_toc; DWORD dw_bytes_returned; unsigned int i, j; bool b_fulltoc_first; /* Do we do fulltoc or DeviceIoControl first? */ if ( ! p_env ) return false; /* The MMC5 spec says: For media other than CD, information may be fabricated in order ^^^ ^^ to emulate a CD structure for the specific media. There is no requirement though that it *has* to and some DVD drives like one by Thompson for XBOX don't support a IOCTL_CDROM_READ_TOC for DVD's. So if we have a DVD we should not prefer getting the TOC via MMC. But on the other hand in GNU/Linux it is reported that using the TOC via MMC gives better information such as for CD DATA Form 2 (used in SVCDs). So if we *don't* have a DVD I think we want to try MMC first. Is this complicated enough? I could be wrong... */ b_fulltoc_first = (CDIO_DISC_MODE_NO_INFO == dvd_discmode_win32ioctl(p_env)); if ( b_fulltoc_first && read_fulltoc_win32mmc(p_env) ) return true; /* SCSI-MMC READ_TOC (FULTOC) read failed or we don't want to try it initiaily. Try reading TOC via DeviceIoControl... */ if( DeviceIoControl( p_env->h_device_handle, IOCTL_CDROM_READ_TOC, NULL, 0, &cdrom_toc, sizeof(CDROM_TOC), &dw_bytes_returned, NULL ) == 0 ) { cdio_log_level_t loglevel = b_fulltoc_first ? CDIO_LOG_WARN : CDIO_LOG_DEBUG; cdio_log(loglevel, "could not read TOC"); windows_error(loglevel, GetLastError()); #ifdef RUN_MMC_CMD_WIN32IOCTL_FULLY_FIXED /* rocky: there is some brokenness in run_mmc_cmd_win32ioctl. So until that is fixed, not running the below will mitigate that somewhat. */ if ( !b_fulltoc_first && read_fulltoc_win32mmc(p_env) ) return true; #endif return false; } p_env->gen.i_first_track = cdrom_toc.FirstTrack; p_env->gen.i_tracks = cdrom_toc.LastTrack - cdrom_toc.FirstTrack + 1; j = p_env->gen.i_first_track; for( i = 0 ; i <= p_env->gen.i_tracks ; i++, j++ ) { p_env->tocent[ i ].start_lsn = cdio_lba_to_lsn( cdio_msf3_to_lba( cdrom_toc.TrackData[i].Address[1], cdrom_toc.TrackData[i].Address[2], cdrom_toc.TrackData[i].Address[3] ) ); p_env->tocent[i].Control = cdrom_toc.TrackData[i].Control; p_env->tocent[i].Format = cdrom_toc.TrackData[i].Adr; p_env->gen.track_flags[j].preemphasis = p_env->tocent[i].Control & 0x1 ? CDIO_TRACK_FLAG_TRUE : CDIO_TRACK_FLAG_FALSE; p_env->gen.track_flags[j].copy_permit = p_env->tocent[i].Control & 0x2 ? CDIO_TRACK_FLAG_TRUE : CDIO_TRACK_FLAG_FALSE; p_env->gen.track_flags[j].channels = p_env->tocent[i].Control & 0x8 ? 4 : 2; cdio_debug("p_sectors: %i, %lu", i, (unsigned long int) (p_env->tocent[i].start_lsn)); } p_env->gen.toc_init = true; return true; } /** Get the LSN of the first track of the last session of on the CD. */ driver_return_code_t get_last_session_win32ioctl (void *p_user_data, /*out*/ lsn_t *i_last_session) { const _img_private_t *p_env = p_user_data; DWORD dw_bytes_returned; CDROM_TOC_SESSION_DATA session; bool b_success = DeviceIoControl(p_env->h_device_handle, IOCTL_CDROM_GET_LAST_SESSION, NULL, (DWORD) 0, &session, sizeof(session), &dw_bytes_returned, NULL); if ( ! b_success ) { windows_error(CDIO_LOG_INFO, GetLastError()); return DRIVER_OP_ERROR; } *i_last_session = (session.TrackData[0].Address[0] << 24) | (session.TrackData[0].Address[1] << 16) | (session.TrackData[0].Address[2] << 8) | (session.TrackData[0].Address[3]); return DRIVER_OP_SUCCESS; } /** Return the media catalog number MCN. Note: string is malloc'd so caller should free() then returned string when done with it. */ char * get_mcn_win32ioctl (const _img_private_t *p_env) { DWORD dw_bytes_returned; SUB_Q_MEDIA_CATALOG_NUMBER mcn; CDROM_SUB_Q_DATA_FORMAT q_data_format; memset( &mcn, 0, sizeof(mcn) ); q_data_format.Format = CDIO_SUBCHANNEL_MEDIA_CATALOG; /* MSDN info on CDROM_SUB_Q_DATA_FORMAT says if Format is set to get MCN, track must be set 0. */ q_data_format.Track=0; if( ! DeviceIoControl( p_env->h_device_handle, IOCTL_CDROM_READ_Q_CHANNEL, &q_data_format, sizeof(q_data_format), &mcn, sizeof(mcn), &dw_bytes_returned, NULL ) ) { cdio_warn( "could not read Q Channel at track %d", 1); } else if (mcn.Mcval) return strdup((const char *) mcn.MediaCatalog); return NULL; } /** Return the international standard recording code ISRC. Note: string is malloc'd so caller should free() then returned string when done with it. */ char * get_track_isrc_win32ioctl (const _img_private_t *p_env, track_t i_track) { DWORD dw_bytes_returned; SUB_Q_TRACK_ISRC isrc; CDROM_SUB_Q_DATA_FORMAT q_data_format; memset( &isrc, 0, sizeof(isrc) ); q_data_format.Format = CDIO_SUBCHANNEL_TRACK_ISRC; q_data_format.Track = i_track; if( ! DeviceIoControl( p_env->h_device_handle, IOCTL_CDROM_READ_Q_CHANNEL, &q_data_format, sizeof(q_data_format), &isrc, sizeof(isrc), &dw_bytes_returned, NULL ) ) { cdio_warn( "could not read Q Channel at track %d", 1); } else if (isrc.Tcval) return strdup((const char *) isrc.TrackIsrc); return NULL; } /** Get the format (XA, DATA, AUDIO) of a track. */ track_format_t get_track_format_win32ioctl(const _img_private_t *env, track_t i_track) { /* This is pretty much copied from the "badly broken" cdrom_count_tracks in linux/cdrom.c. */ if (env->tocent[i_track - env->gen.i_first_track].Control & 0x04) { if (env->tocent[i_track - env->gen.i_first_track].Format == 0x10) return TRACK_FORMAT_CDI; else if (env->tocent[i_track - env->gen.i_first_track].Format == 0x20) return TRACK_FORMAT_XA; else return TRACK_FORMAT_DATA; } else return TRACK_FORMAT_AUDIO; } #endif /*HAVE_WIN32_CDROM*/ libcdio-2.0.0/lib/driver/util.c0000644000175000017500000000665013204104700013217 00000000000000/* Copyright (C) 2003, 2004, 2005, 2008, 2009, 2010, 2011 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_INTTYPES_H #include "inttypes.h" #endif #include #include "cdio_assert.h" #include #include #include size_t _cdio_strlenv(char **str_array) { size_t n = 0; cdio_assert (str_array != NULL); while(str_array[n]) n++; return n; } void _cdio_strfreev(char **strv) { int n; cdio_assert (strv != NULL); for(n = 0; strv[n]; n++) free(strv[n]); free(strv); } char ** _cdio_strsplit(const char str[], char delim) /* fixme -- non-reentrant */ { int n; char **strv = NULL; char *_str, *p; char _delim[2] = { 0, 0 }; cdio_assert (str != NULL); _str = strdup(str); _delim[0] = delim; cdio_assert (_str != NULL); n = 1; p = _str; while(*p) if (*(p++) == delim) n++; strv = calloc (n+1, sizeof (char *)); cdio_assert (strv != NULL); n = 0; while((p = strtok(n ? NULL : _str, _delim)) != NULL) strv[n++] = strdup(p); free(_str); return strv; } void * _cdio_memdup (const void *mem, size_t count) { void *new_mem = NULL; if (mem) { new_mem = calloc (1, count); cdio_assert (new_mem != NULL); memcpy (new_mem, mem, count); } return new_mem; } char * _cdio_strdup_upper (const char str[]) { char *new_str = NULL; if (str) { char *p; p = new_str = strdup (str); while (*p) { *p = toupper ((unsigned char) *p); p++; } } return new_str; } /* Convert MinGW/MSYS paths that start in "/c/..." to "c:/..." so that they can be used with fopen(), stat(), etc. Returned string must be freed by the caller using cdio_free().*/ char * _cdio_strdup_fixpath (const char path[]) { char *new_path = NULL; if (path) { new_path = strdup (path); #if defined(_WIN32) if (new_path && (strlen (new_path) >= 3) && (new_path[0] == '/') && (new_path[2] == '/') && (isalpha (new_path[1]))) { new_path[0] = new_path[1]; new_path[1] = ':'; } #endif } return new_path; } uint8_t cdio_to_bcd8 (uint8_t n) { /*cdio_assert (n < 100);*/ return ((n/10)<<4) | (n%10); } uint8_t cdio_from_bcd8(uint8_t p) { return (0xf & p)+(10*(p >> 4)); } const char *cdio_version_string = CDIO_VERSION; const unsigned int libcdio_version_num = LIBCDIO_VERSION_NUM; /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/memory.c0000644000175000017500000000206213204104700013543 00000000000000/* Copyright (C) 2014-2015 Robert Kausch This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDLIB_H #include #endif #include #include /*! Free the passed pointer. @param p_memory a pointer to memory allocated by a libcdio funtion. */ void cdio_free (void *p_memory) { if (p_memory != NULL) free(p_memory); } libcdio-2.0.0/lib/driver/abs_path.c0000664000175000017500000000457713217072760014051 00000000000000/* To compile as a standalone program: gcc -Wall -g -I../.. -DHAVE_CONFIG_H -DSTANDALONE -o abs_path abs_path.c */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include "cdio_private.h" #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_STDIO_H # include #endif #ifndef PATH_MAX # define PATH_MAX 4096 #endif #ifndef NULL # define NULL 0 #endif #ifdef __CYGWIN__ # undef DOSISH #endif #if defined __CYGWIN__ || defined DOSISH # define DOSISH_UNC # define DOSISH_DRIVE_LETTER # define FILE_ALT_SEPARATOR '\\' #endif #ifndef CDIO_FILE_SEPARATOR # define CDIO_FILE_SEPARATOR '/' #endif #if defined __CYGWIN__ || defined DOSISH # define FILE_ALT_SEPARATOR '\\' #endif #ifdef CDIO_FILE_ALT_SEPARATOR # define isdirsep(x) ((x) == CDIO_FILE_SEPARATOR || (x) == CDIO_FILE_ALT_SEPARATOR) #else # define isdirsep(x) ((x) == CDIO_FILE_SEPARATOR) #endif #define skipprefix(path) (path) #if !defined(CharNext) || defined(_MSC_VER) /* defined as CharNext[AW] on Windows. */ # undef CharNext # define CharNext(p) ((p) + 1) #endif static char * strrdirsep(const char *path) { char *last = NULL; while (*path) { if (isdirsep(*path)) { const char *tmp = path++; while (isdirsep(*path)) path++; if (!*path) break; last = (char *)tmp; } else { path = CharNext(path); } } return last; } char * cdio_dirname(const char *fname) { const char *p; p = strrdirsep(fname); if (!p) return strdup("."); return strndup(fname, p - fname); } /* If fname isn't absolute, add cwd to it. */ char * cdio_abspath(const char *cwd, const char *fname) { if (isdirsep(*fname)) return strdup(fname); else { size_t len = strlen(cwd) + strlen(fname) + 2; char* result = calloc(sizeof(char), len); snprintf(result, len, "%s%c%s", cwd, CDIO_FILE_SEPARATOR, fname); return result; } } #ifdef STANDALONE int main(int argc, char **argv) { char *dest; char *dirname; if (argc != 3) { fprintf(stderr, "Usage: %s FILE REPLACE_BASENAME\n", argv[0]); fprintf(stderr, " Make PATH absolute\n"); exit(1); } dirname = cdio_dirname(argv[1]); dest = cdio_abspath(dirname, argv[2]); printf("%s -> %s\n", argv[1], dest); free(dirname); free(dest); exit(0); } #endif libcdio-2.0.0/lib/driver/osx.c0000664000175000017500000017111613217072760013073 00000000000000/* Copyright (C) 2003-2006, 2008, 2010-2012, 2014-2015, 2017 Rocky Bernstein from vcdimager code: Copyright (C) 2001 Herbert Valerio Riedel and VideoLAN code Copyright (C) 1998-2001 VideoLAN Authors: Johan Bilien Gildas Bazin Jon Lech Johansen Derk-Jan Hartman Justin F. Hallett This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains OSX-specific code and implements low-level control of the CD drive. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include /* For SCSI TR_* enumerations */ typedef enum { TR_OK = 0, TR_EWRITE = 1 /**< Error writing packet command (transport) */, TR_EREAD = 2 /**< Error reading packet data (transport) */, TR_UNDERRUN = 3 /**< Read underrun */, TR_OVERRUN = 4 /**< Read overrun */, TR_ILLEGAL = 5 /**< Illegal/rejected request */, TR_MEDIUM = 6 /**< Medium error */, TR_BUSY = 7 /**< Device busy */, TR_NOTREADY = 8 /**< Device not ready */, TR_FAULT = 9 /**< Device failure */, TR_UNKNOWN = 10 /**< Unspecified error */, TR_STREAMING = 11 /**< loss of streaming */, } transport_error_t; #include "cdio_assert.h" #include "cdio_private.h" #include #ifdef HAVE_DARWIN_CDROM #undef VERSION #include #include #include #include #include #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1030 # include #else # include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1030 # include #else # include #endif #include #include #include #include #include #include #include #include #include #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1050 #include #include #include #else #define kIOBDMediaClass "IOBDMedia" // It does not hurt, simplyfies rest of code #endif #ifdef HAVE_DISKARBITRATION #include #endif /* FIXME */ #define MAX_BIG_BUFF_SIZE 65535 #define kIOCDBlockStorageDeviceClassString "IOCDBlockStorageDevice" /* Note leadout is normally defined 0xAA, But on OSX 0xA0 is "lead in" while 0xA2 is "lead out". I don't understand the distinction, and therefore something could be wrong. */ #define OSX_CDROM_LEADOUT_TRACK 0xA2 #define TOTAL_TRACKS (p_env->i_last_track - p_env->gen.i_first_track + 1) #define CDROM_CDI_TRACK 0x1 #define CDROM_XA_TRACK 0x2 typedef enum { _AM_NONE, _AM_OSX, } access_mode_t; #define MAX_SERVICE_NAME 1000 typedef struct { /* Things common to all drivers like this. This must be first. */ generic_img_private_t gen; access_mode_t access_mode; /* Track information */ CDTOC *pTOC; int i_descriptors; track_t i_last_track; /* highest track number */ track_t i_last_session; /* highest session number */ track_t i_first_session; /* first session number */ lsn_t *pp_lba; io_service_t MediaClass_service; char psz_MediaClass_service[MAX_SERVICE_NAME]; SCSITaskDeviceInterface **pp_scsiTaskDeviceInterface; // io_service_t obj; // SCSITaskDeviceInterface **scsi; SCSITaskInterface **scsi_task; MMCDeviceInterface **mmc; IOCFPlugInInterface **plugin; SCSI_Sense_Data sense; SCSITaskStatus status; UInt64 realized_len; } _img_private_t; static bool read_toc_osx (void *p_user_data); static track_format_t get_track_format_osx(void *p_user_data, track_t i_track); /** * GetRegistryEntryProperties - Gets the registry entry properties for * an io_service_t. */ static CFMutableDictionaryRef GetRegistryEntryProperties ( io_service_t service ) { IOReturn err = kIOReturnSuccess; CFMutableDictionaryRef dict = 0; err = IORegistryEntryCreateCFProperties (service, &dict, kCFAllocatorDefault, 0); if ( err != kIOReturnSuccess ) cdio_warn( "IORegistryEntryCreateCFProperties: 0x%08x", err ); return dict; } /** * ProbeStorageDevices - Probe devices to detect changes. */ static bool ProbeStorageDevices() { io_service_t next_service; mach_port_t master_port; kern_return_t kern_result; io_iterator_t service_iterator; CFMutableDictionaryRef classes_to_match; kern_result = IOMasterPort( MACH_PORT_NULL, &master_port ); if( kern_result != KERN_SUCCESS ) { return false; } classes_to_match = IOServiceMatching( kIOBlockStorageDeviceClass ); if( classes_to_match == NULL ) { return false; } kern_result = IOServiceGetMatchingServices( master_port, classes_to_match, &service_iterator ); if( kern_result != KERN_SUCCESS ) { return false; } next_service = IOIteratorNext( service_iterator ); if( next_service != 0 ) { do { IOServiceRequestProbe( next_service, 0 ); IOObjectRelease( next_service ); } while( ( next_service = IOIteratorNext( service_iterator ) ) != 0 ); } IOObjectRelease( service_iterator ); return true; } #ifdef GET_SCSI_FIXED static bool get_scsi(_img_private_t *p_env) { SInt32 score; kern_return_t err; HRESULT herr; err = IOCreatePlugInInterfaceForService(p_env->MediaClass_service, kIOMMCDeviceUserClientTypeID, kIOCFPlugInInterfaceID, &p_env->plugin, &score); if (err != noErr) { fprintf(stderr, "Error %x accessing MMC plugin.\n", err); return false; } herr = (*p_env->plugin) -> QueryInterface(p_env->plugin, CFUUIDGetUUIDBytes(kIOMMCDeviceInterfaceID), (void *)&p_env->mmc); if (herr != S_OK) { fprintf(stderr, "Error %x accessing MMC interface.\n", (int) herr); IODestroyPlugInInterface(p_env->plugin); return false; } p_env->pp_scsiTaskDeviceInterface = (*p_env->mmc)->GetSCSITaskDeviceInterface(p_env->mmc); if (!p_env->pp_scsiTaskDeviceInterface) { fprintf(stderr, "Could not get SCSITaskkDevice interface from MMC interface.\n"); (*p_env->mmc)->Release(p_env->mmc); IODestroyPlugInInterface(p_env->plugin); return false; } err = (*p_env->pp_scsiTaskDeviceInterface)-> ObtainExclusiveAccess(p_env->pp_scsiTaskDeviceInterface); if (err != kIOReturnSuccess) { fprintf(stderr, "Could not obtain exclusive access to the device (%x).\n", err); if (err == kIOReturnBusy) fprintf(stderr, "The volume is already mounted.\n"); else if (err == kIOReturnExclusiveAccess) fprintf(stderr, "Another application already has exclusive access " "to this device.\n"); else fprintf(stderr, "I don't know why.\n"); (*p_env->pp_scsiTaskDeviceInterface)-> Release(p_env->pp_scsiTaskDeviceInterface); (*p_env->mmc)->Release(p_env->mmc); IODestroyPlugInInterface(p_env->plugin); return false; } p_env->scsi_task = (*p_env->pp_scsiTaskDeviceInterface) -> CreateSCSITask(p_env->pp_scsiTaskDeviceInterface); if (!p_env->scsi_task) { fprintf(stderr, "Could not create a SCSITask interface.\n"); (*p_env->pp_scsiTaskDeviceInterface)-> ReleaseExclusiveAccess(p_env->pp_scsiTaskDeviceInterface); (*p_env->pp_scsiTaskDeviceInterface)-> Release(p_env->pp_scsiTaskDeviceInterface); (*p_env->mmc)->Release(p_env->mmc); IODestroyPlugInInterface(p_env->plugin); return false; } return true; } #endif static bool init_osx(_img_private_t *p_env) { char *psz_devname; kern_return_t ret; io_iterator_t iterator; /* Only open if not already opened. Otherwise, too many descriptors are holding the device busy. */ if (-1 == p_env->gen.fd) p_env->gen.fd = open( p_env->gen.source_name, O_RDONLY | O_NONBLOCK ); if (-1 == p_env->gen.fd) { cdio_warn("Failed to open %s: %s", p_env->gen.source_name, strerror(errno)); return false; } /* Get the device name. */ psz_devname = strrchr( p_env->gen.source_name, '/'); if( NULL != psz_devname ) ++psz_devname; else psz_devname = p_env->gen.source_name; /* Unraw the device name. */ if( *psz_devname == 'r' ) ++psz_devname; ret = IOServiceGetMatchingServices( kIOMasterPortDefault, IOBSDNameMatching(kIOMasterPortDefault, 0, psz_devname), &iterator ); /* Get service iterator for the device. */ if( ret != KERN_SUCCESS ) { cdio_warn( "IOServiceGetMatchingServices: 0x%08x", ret ); return false; } /* first service */ p_env->MediaClass_service = IOIteratorNext( iterator ); IOObjectRelease( iterator ); /* search for kIOCDMediaClass or kIODVDMediaClass or kIOBDMediaClass */ while( p_env->MediaClass_service && (!IOObjectConformsTo(p_env->MediaClass_service, kIOCDMediaClass)) && (!IOObjectConformsTo(p_env->MediaClass_service, kIODVDMediaClass)) && (!IOObjectConformsTo(p_env->MediaClass_service, kIOBDMediaClass)) ) { ret = IORegistryEntryGetParentIterator( p_env->MediaClass_service, kIOServicePlane, &iterator ); if( ret != KERN_SUCCESS ) { cdio_warn( "IORegistryEntryGetParentIterator: 0x%08x", ret ); IOObjectRelease( p_env->MediaClass_service ); return false; } IOObjectRelease( p_env->MediaClass_service ); p_env->MediaClass_service = IOIteratorNext( iterator ); IOObjectRelease( iterator ); } if ( 0 == p_env->MediaClass_service ) { cdio_warn( "search for kIOCDMediaClass/kIODVDMediaClass/kIOBDMediaClass came up empty" ); return false; } /* Save the name so we can compare against this in case we have to do another scan. FIXME: this is hoaky and there's got to be a better variable to test or way to do. */ IORegistryEntryGetPath(p_env->MediaClass_service, kIOServicePlane, p_env->psz_MediaClass_service); #ifdef GET_SCSI_FIXED return get_scsi(p_env); #else return true; #endif } /** Run a SCSI MMC command. cdio CD structure set by cdio_open(). i_timeout time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. p_buf Buffer for data, both sending and receiving i_buf Size of buffer e_direction direction the transfer is to go. cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. We return true if command completed successfully and false if not. */ #if 1 /* process a complete scsi command. */ static int run_mmc_cmd_osx( void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { _img_private_t *p_env = p_user_data; uint8_t cmdbuf[16]; UInt8 dir; IOVirtualRange buf; IOReturn ret; if (!p_env->scsi_task) return DRIVER_OP_UNSUPPORTED; p_env->gen.scsi_mmc_sense_valid = 0; memcpy(cmdbuf, p_cdb, i_cdb); dir = (SCSI_MMC_DATA_READ == e_direction) ? kSCSIDataTransfer_FromTargetToInitiator : (SCSI_MMC_DATA_WRITE == e_direction) ? kSCSIDataTransfer_FromInitiatorToTarget : kSCSIDataTransfer_NoDataTransfer; if (!i_buf) dir = kSCSIDataTransfer_NoDataTransfer; if (i_buf > MAX_BIG_BUFF_SIZE) { fprintf(stderr, "Excessive request size: %d bytes\n", i_buf); return TR_ILLEGAL; } buf.address = (IOVirtualAddress)p_buf; buf.length = i_buf; ret = (*p_env->scsi_task)->SetCommandDescriptorBlock(p_env->scsi_task, cmdbuf, i_cdb); if (ret != kIOReturnSuccess) { fprintf(stderr, "SetCommandDescriptorBlock: %x\n", ret); return TR_UNKNOWN; } ret = (*p_env->scsi_task)->SetScatterGatherEntries(p_env->scsi_task, &buf, 1, i_buf, dir); if (ret != kIOReturnSuccess) { fprintf(stderr, "SetScatterGatherEntries: %x\n", ret); return TR_UNKNOWN; } ret = (*p_env->scsi_task)->ExecuteTaskSync(p_env->scsi_task, &p_env->sense, &p_env->status, &p_env->realized_len); if (ret != kIOReturnSuccess) { fprintf(stderr, "ExecuteTaskSync: %x\n", ret); return TR_UNKNOWN; } if (p_env->status != kSCSITaskStatus_GOOD) { int i; fprintf(stderr, "SCSI status: %x\n", p_env->status); fprintf(stderr, "Sense: %x %x %x\n", p_env->sense.SENSE_KEY, p_env->sense.ADDITIONAL_SENSE_CODE, p_env->sense.ADDITIONAL_SENSE_CODE_QUALIFIER); for (i = 0; i < i_cdb; i++) fprintf(stderr, "%02x ", cmdbuf[i]); fprintf(stderr, "\n"); memcpy((void *) p_env->gen.scsi_mmc_sense, &p_env->sense, kSenseDefaultSize); return TR_UNKNOWN; } if (p_env->sense.VALID_RESPONSE_CODE) { char key = p_env->sense.SENSE_KEY & 0xf; char ASC = p_env->sense.ADDITIONAL_SENSE_CODE; char ASCQ = p_env->sense.ADDITIONAL_SENSE_CODE_QUALIFIER; switch (key) { case 0: if (errno == 0) errno = EIO; return (TR_UNKNOWN); case 1: break; case 2: if (errno == 0) errno = EBUSY; return (TR_BUSY); case 3: if (ASC == 0x0C && ASCQ == 0x09) { /* loss of streaming */ if (errno == 0) errno = EIO; return (TR_STREAMING); } else { if (errno == 0) errno = EIO; return (TR_MEDIUM); } case 4: if (errno == 0) errno = EIO; return (TR_FAULT); case 5: if (errno == 0) errno = EINVAL; return (TR_ILLEGAL); default: if (errno == 0) errno = EIO; return (TR_UNKNOWN); } } errno = 0; return (0); } #endif #if 0 /** Run a SCSI MMC command. cdio CD structure set by cdio_open(). i_timeout time in milliseconds we will wait for the command to complete. If this value is -1, use the default time-out value. p_buf Buffer for data, both sending and receiving i_buf Size of buffer e_direction direction the transfer is to go. cdb CDB bytes. All values that are needed should be set on input. We'll figure out what the right CDB length should be. We return true if command completed successfully and false if not. */ static int run_mmc_cmd_osx( const void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf ) { #ifndef SCSI_MMC_FIXED return DRIVER_OP_UNSUPPORTED; #else const _img_private_t *p_env = p_user_data; SCSITaskDeviceInterface **sc; SCSITaskInterface **cmd = NULL; IOVirtualRange iov; SCSI_Sense_Data senseData; SCSITaskStatus status; UInt64 bytesTransferred; IOReturn ioReturnValue; int ret = 0; if (NULL == p_user_data) return 2; /* Make sure pp_scsiTaskDeviceInterface is initialized. FIXME: The code should probably be reorganized better for this. */ if (!p_env->gen.toc_init) read_toc_osx (p_user_data) ; sc = p_env->pp_scsiTaskDeviceInterface; if (NULL == sc) return 3; cmd = (*sc)->CreateSCSITask(sc); if (cmd == NULL) { cdio_warn("Failed to create SCSI task"); return -1; } iov.address = (IOVirtualAddress) p_buf; iov.length = i_buf; ioReturnValue = (*cmd)->SetCommandDescriptorBlock(cmd, (UInt8 *) p_cdb, i_cdb); if (ioReturnValue != kIOReturnSuccess) { cdio_warn("SetCommandDescriptorBlock failed with status %x", ioReturnValue); return -1; } ioReturnValue = (*cmd)->SetScatterGatherEntries(cmd, &iov, 1, i_buf, (SCSI_MMC_DATA_READ == e_direction ) ? kSCSIDataTransfer_FromTargetToInitiator : kSCSIDataTransfer_FromInitiatorToTarget); if (ioReturnValue != kIOReturnSuccess) { cdio_warn("SetScatterGatherEntries failed with status %x", ioReturnValue); return -1; } ioReturnValue = (*cmd)->SetTimeoutDuration(cmd, i_timeout_ms ); if (ioReturnValue != kIOReturnSuccess) { cdio_warn("SetTimeoutDuration failed with status %x", ioReturnValue); return -1; } memset(&senseData, 0, sizeof(senseData)); ioReturnValue = (*cmd)->ExecuteTaskSync(cmd,&senseData, &status, & bytesTransferred); if (ioReturnValue != kIOReturnSuccess) { cdio_warn("Command execution failed with status %x", ioReturnValue); return -1; } if (cmd != NULL) { (*cmd)->Release(cmd); } return (ret); #endif } #endif /* 0*/ /*************************************************************************** * GetDeviceIterator - Gets an io_iterator_t for our class type ***************************************************************************/ static io_iterator_t GetDeviceIterator ( const char * deviceClass ) { IOReturn err = kIOReturnSuccess; io_iterator_t iterator = MACH_PORT_NULL; err = IOServiceGetMatchingServices ( kIOMasterPortDefault, IOServiceMatching ( deviceClass ), &iterator ); cdio_assert ( err == kIOReturnSuccess ); return iterator; } /*************************************************************************** * GetFeaturesFlagsForDrive -Gets the bitfield which represents the * features flags. ***************************************************************************/ static bool GetFeaturesFlagsForDrive ( CFDictionaryRef dict, uint32_t *i_cdFlags, uint32_t *i_dvdFlags ) { CFDictionaryRef propertiesDict = 0; CFNumberRef flagsNumberRef = 0; *i_cdFlags = 0; *i_dvdFlags= 0; propertiesDict = ( CFDictionaryRef ) CFDictionaryGetValue ( dict, CFSTR ( kIOPropertyDeviceCharacteristicsKey ) ); if ( propertiesDict == 0 ) return false; /* Get the CD features */ flagsNumberRef = ( CFNumberRef ) CFDictionaryGetValue ( propertiesDict, CFSTR ( kIOPropertySupportedCDFeatures ) ); if ( flagsNumberRef != 0 ) { CFNumberGetValue ( flagsNumberRef, kCFNumberLongType, i_cdFlags ); } /* Get the DVD features */ flagsNumberRef = ( CFNumberRef ) CFDictionaryGetValue ( propertiesDict, CFSTR ( kIOPropertySupportedDVDFeatures ) ); if ( flagsNumberRef != 0 ) { CFNumberGetValue ( flagsNumberRef, kCFNumberLongType, i_dvdFlags ); } return true; } /** Get disc type associated with the cd object. */ static discmode_t get_discmode_osx (void *p_user_data) { _img_private_t *p_env = p_user_data; char str[10]; int32_t i_discmode = CDIO_DISC_MODE_ERROR; CFDictionaryRef propertiesDict = 0; CFStringRef data; propertiesDict = GetRegistryEntryProperties ( p_env->MediaClass_service ); if ( propertiesDict == 0 ) return i_discmode; data = ( CFStringRef ) CFDictionaryGetValue ( propertiesDict, CFSTR ( kIODVDMediaTypeKey ) ); if( CFStringGetCString( data, str, sizeof(str), kCFStringEncodingASCII ) ) { if (0 == strncmp(str, "DVD+R", strlen(str)) ) i_discmode = CDIO_DISC_MODE_DVD_PR; else if (0 == strncmp(str, "DVD+RW", strlen(str)) ) i_discmode = CDIO_DISC_MODE_DVD_PRW; else if (0 == strncmp(str, "DVD-R", strlen(str)) ) i_discmode = CDIO_DISC_MODE_DVD_R; else if (0 == strncmp(str, "DVD-RW", strlen(str)) ) i_discmode = CDIO_DISC_MODE_DVD_RW; else if (0 == strncmp(str, "DVD-ROM", strlen(str)) ) i_discmode = CDIO_DISC_MODE_DVD_ROM; else if (0 == strncmp(str, "DVD-RAM", strlen(str)) ) i_discmode = CDIO_DISC_MODE_DVD_RAM; else if (0 == strncmp(str, "CD-ROM", strlen(str)) ) i_discmode = CDIO_DISC_MODE_CD_DATA; else if (0 == strncmp(str, "CDR", strlen(str)) ) i_discmode = CDIO_DISC_MODE_CD_DATA; else if (0 == strncmp(str, "CDRW", strlen(str)) ) i_discmode = CDIO_DISC_MODE_CD_DATA; //?? Handled by below? CFRelease( data ); } CFRelease( propertiesDict ); if (CDIO_DISC_MODE_CD_DATA == i_discmode) { /* Need to do more classification */ return get_discmode_cd_generic(p_user_data); } return i_discmode; } static io_service_t get_drive_service_osx(const _img_private_t *p_env) { io_service_t service; io_iterator_t service_iterator; service_iterator = GetDeviceIterator ( kIOCDBlockStorageDeviceClassString ); if( service_iterator == MACH_PORT_NULL ) return 0; service = IOIteratorNext( service_iterator ); if( service == 0 ) return 0; do { char psz_service[MAX_SERVICE_NAME]; IORegistryEntryGetPath(service, kIOServicePlane, psz_service); psz_service[MAX_SERVICE_NAME-1] = '\0'; /* FIXME: This is all hoaky. Here we need info from a parent class, psz_service of what we opened above. We are relying on the fact that the name will be a substring of the name we openned with. */ if (0 == strncmp(psz_service, p_env->psz_MediaClass_service, strlen(psz_service))) { /* Found our device */ IOObjectRelease( service_iterator ); return service; } IOObjectRelease( service ); } while( ( service = IOIteratorNext( service_iterator ) ) != 0 ); IOObjectRelease( service_iterator ); return service; } static void get_drive_cap_osx(const void *p_user_data, /*out*/ cdio_drive_read_cap_t *p_read_cap, /*out*/ cdio_drive_write_cap_t *p_write_cap, /*out*/ cdio_drive_misc_cap_t *p_misc_cap) { const _img_private_t *p_env = p_user_data; uint32_t i_cdFlags; uint32_t i_dvdFlags; io_service_t service = get_drive_service_osx(p_env); if( service == 0 ) goto err_exit; /* Found our device */ { CFDictionaryRef properties = GetRegistryEntryProperties ( service ); if (! GetFeaturesFlagsForDrive ( properties, &i_cdFlags, &i_dvdFlags ) ) { IOObjectRelease( service ); goto err_exit; } /* Reader */ if ( 0 != (i_cdFlags & kCDFeaturesAnalogAudioMask) ) *p_read_cap |= CDIO_DRIVE_CAP_READ_AUDIO; if ( 0 != (i_cdFlags & kCDFeaturesWriteOnceMask) ) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_CD_R; if ( 0 != (i_cdFlags & kCDFeaturesCDDAStreamAccurateMask) ) *p_read_cap |= CDIO_DRIVE_CAP_READ_CD_DA; if ( 0 != (i_dvdFlags & kDVDFeaturesReadStructuresMask) ) *p_read_cap |= CDIO_DRIVE_CAP_READ_DVD_ROM; if ( 0 != (i_cdFlags & kCDFeaturesReWriteableMask) ) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_CD_RW; if ( 0 != (i_dvdFlags & kDVDFeaturesWriteOnceMask) ) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_DVD_R; if ( 0 != (i_dvdFlags & kDVDFeaturesRandomWriteableMask) ) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_DVD_RAM; if ( 0 != (i_dvdFlags & kDVDFeaturesReWriteableMask) ) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_DVD_RW; /*** if ( 0 != (i_dvdFlags & kDVDFeaturesPlusRMask) ) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_DVD_PR; if ( 0 != (i_dvdFlags & kDVDFeaturesPlusRWMask ) *p_write_cap |= CDIO_DRIVE_CAP_WRITE_DVD_PRW; ***/ /* FIXME: fill out. For now assume CD-ROM is relatively modern. */ *p_misc_cap = ( CDIO_DRIVE_CAP_MISC_CLOSE_TRAY | CDIO_DRIVE_CAP_MISC_EJECT | CDIO_DRIVE_CAP_MISC_LOCK | CDIO_DRIVE_CAP_MISC_SELECT_SPEED | CDIO_DRIVE_CAP_MISC_MULTI_SESSION | CDIO_DRIVE_CAP_MISC_MEDIA_CHANGED | CDIO_DRIVE_CAP_MISC_RESET | CDIO_DRIVE_CAP_READ_MCN | CDIO_DRIVE_CAP_READ_ISRC ); IOObjectRelease( service ); } return; err_exit: *p_misc_cap = *p_write_cap = *p_read_cap = CDIO_DRIVE_CAP_UNKNOWN; return; } #if 1 /**************************************************************************** * GetDriveDescription - Gets drive description. ****************************************************************************/ static bool get_hwinfo_osx ( const CdIo_t *p_cdio, /*out*/ cdio_hwinfo_t *hw_info) { _img_private_t *p_env = (_img_private_t *) p_cdio->env; io_service_t service = get_drive_service_osx(p_env); if ( service == 0 ) return false; /* Found our device */ { CFStringRef vendor = NULL; CFStringRef product = NULL; CFStringRef revision = NULL; CFDictionaryRef properties = GetRegistryEntryProperties ( service ); CFDictionaryRef deviceDict = ( CFDictionaryRef ) CFDictionaryGetValue ( properties, CFSTR ( kIOPropertyDeviceCharacteristicsKey ) ); if ( deviceDict == 0 ) return false; vendor = ( CFStringRef ) CFDictionaryGetValue ( deviceDict, CFSTR ( kIOPropertyVendorNameKey ) ); if ( CFStringGetCString( vendor, (char *) &(hw_info->psz_vendor), sizeof(hw_info->psz_vendor), kCFStringEncodingASCII ) ) CFRelease( vendor ); product = ( CFStringRef ) CFDictionaryGetValue ( deviceDict, CFSTR ( kIOPropertyProductNameKey ) ); if ( CFStringGetCString( product, (char *) &(hw_info->psz_model), sizeof(hw_info->psz_model), kCFStringEncodingASCII ) ) CFRelease( product ); revision = ( CFStringRef ) CFDictionaryGetValue ( deviceDict, CFSTR ( kIOPropertyProductRevisionLevelKey ) ); if ( CFStringGetCString( revision, (char *) &(hw_info->psz_revision), sizeof(hw_info->psz_revision), kCFStringEncodingASCII ) ) CFRelease( revision ); } return true; } #endif static void _free_osx (void *p_user_data) { _img_private_t *p_env = p_user_data; if (NULL == p_env) return; if (p_env->gen.fd != -1) close(p_env->gen.fd); if (p_env->MediaClass_service) IOObjectRelease( p_env->MediaClass_service ); cdio_generic_free(p_env); if (NULL != p_env->pp_lba) free((void *) p_env->pp_lba); if (NULL != p_env->pTOC) free((void *) p_env->pTOC); if (p_env->scsi_task) (*p_env->scsi_task)->Release(p_env->scsi_task); if (p_env->pp_scsiTaskDeviceInterface) (*p_env->pp_scsiTaskDeviceInterface) -> ReleaseExclusiveAccess(p_env->pp_scsiTaskDeviceInterface); if (p_env->pp_scsiTaskDeviceInterface) (*p_env->pp_scsiTaskDeviceInterface) -> Release ( p_env->pp_scsiTaskDeviceInterface ); if (p_env->mmc) (*p_env->mmc)->Release(p_env->mmc); if (p_env->plugin) IODestroyPlugInInterface(p_env->plugin); } /** Reads i_blocks of data sectors from cd device into p_data starting from i_lsn. Returns DRIVER_OP_SUCCESS if no error. */ static driver_return_code_t read_data_sectors_osx (void *p_user_data, void *p_data, lsn_t i_lsn, uint16_t i_blocksize, uint32_t i_blocks) { _img_private_t *p_env = p_user_data; if (!p_user_data) return DRIVER_OP_UNINIT; { dk_cd_read_t cd_read; track_t i_track = cdio_get_track(p_env->gen.cdio, i_lsn); memset( &cd_read, 0, sizeof(cd_read) ); cd_read.sectorArea = kCDSectorAreaUser; cd_read.buffer = p_data; /* FIXME: Do I have to put use get_track_green_osx? */ switch(get_track_format_osx(p_user_data, i_track)) { case TRACK_FORMAT_CDI: case TRACK_FORMAT_DATA: cd_read.sectorType = kCDSectorTypeMode1; cd_read.offset = i_lsn * kCDSectorSizeMode1; break; case TRACK_FORMAT_XA: cd_read.sectorType = kCDSectorTypeMode2; cd_read.offset = i_lsn * kCDSectorSizeMode2; break; default: return DRIVER_OP_ERROR; } cd_read.bufferLength = i_blocksize * i_blocks; if( ioctl( p_env->gen.fd, DKIOCCDREAD, &cd_read ) == -1 ) { cdio_info( "could not read block %d, %s", i_lsn, strerror(errno) ); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } } /** Reads i_blocks of mode2 form2 sectors from cd device into data starting from i_lsn. Returns 0 if no error. */ static driver_return_code_t read_mode1_sectors_osx (void *p_user_data, void *p_data, lsn_t i_lsn, bool b_form2, uint32_t i_blocks) { _img_private_t *p_env = p_user_data; dk_cd_read_t cd_read; memset( &cd_read, 0, sizeof(cd_read) ); cd_read.sectorArea = kCDSectorAreaUser; cd_read.buffer = p_data; cd_read.sectorType = kCDSectorTypeMode1; if (b_form2) { cd_read.offset = i_lsn * kCDSectorSizeMode2; cd_read.bufferLength = kCDSectorSizeMode2 * i_blocks; } else { cd_read.offset = i_lsn * kCDSectorSizeMode1; cd_read.bufferLength = kCDSectorSizeMode1 * i_blocks; } if( ioctl( p_env->gen.fd, DKIOCCDREAD, &cd_read ) == -1 ) { cdio_info( "could not read block %d, %s", i_lsn, strerror(errno) ); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /** Reads i_blocks of mode2 form2 sectors from cd device into data starting from lsn. Returns DRIVER_OP_SUCCESS if no error. */ static driver_return_code_t read_mode2_sectors_osx (void *p_user_data, void *p_data, lsn_t i_lsn, bool b_form2, uint32_t i_blocks) { _img_private_t *p_env = p_user_data; dk_cd_read_t cd_read; memset( &cd_read, 0, sizeof(cd_read) ); cd_read.sectorArea = kCDSectorAreaUser; cd_read.buffer = p_data; if (b_form2) { cd_read.offset = i_lsn * kCDSectorSizeMode2Form2; cd_read.sectorType = kCDSectorTypeMode2Form2; cd_read.bufferLength = kCDSectorSizeMode2Form2 * i_blocks; } else { cd_read.offset = i_lsn * kCDSectorSizeMode2Form1; cd_read.sectorType = kCDSectorTypeMode2Form1; cd_read.bufferLength = kCDSectorSizeMode2Form1 * i_blocks; } if( ioctl( p_env->gen.fd, DKIOCCDREAD, &cd_read ) == -1 ) { cdio_info( "could not read block %d, %s", i_lsn, strerror(errno) ); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /** Reads a single audio sector from CD device into p_data starting from lsn. Returns 0 if no error. */ static int read_audio_sectors_osx (void *user_data, void *p_data, lsn_t lsn, unsigned int i_blocks) { _img_private_t *env = user_data; dk_cd_read_t cd_read; memset( &cd_read, 0, sizeof(cd_read) ); cd_read.offset = lsn * kCDSectorSizeCDDA; cd_read.sectorArea = kCDSectorAreaUser; cd_read.sectorType = kCDSectorTypeCDDA; cd_read.buffer = p_data; cd_read.bufferLength = kCDSectorSizeCDDA * i_blocks; if( ioctl( env->gen.fd, DKIOCCDREAD, &cd_read ) == -1 ) { cdio_info( "could not read block %d\n%s", lsn, strerror(errno)); return DRIVER_OP_ERROR; } return DRIVER_OP_SUCCESS; } /** Reads a single mode2 sector from cd device into p_data starting from lsn. Returns 0 if no error. */ static driver_return_code_t read_mode1_sector_osx (void *p_user_data, void *p_data, lsn_t i_lsn, bool b_form2) { return read_mode1_sectors_osx(p_user_data, p_data, i_lsn, b_form2, 1); } /** Reads a single mode2 sector from cd device into p_data starting from lsn. Returns 0 if no error. */ static driver_return_code_t read_mode2_sector_osx (void *p_user_data, void *p_data, lsn_t i_lsn, bool b_form2) { return read_mode2_sectors_osx(p_user_data, p_data, i_lsn, b_form2, 1); } /** Set the key "arg" to "value" in source device. */ static driver_return_code_t _set_arg_osx (void *p_user_data, const char key[], const char value[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { if (!value) return DRIVER_OP_ERROR; free (p_env->gen.source_name); p_env->gen.source_name = strdup (value); } else if (!strcmp (key, "access-mode")) { if (!strcmp(value, "OSX")) p_env->access_mode = _AM_OSX; else cdio_warn ("unknown access type: %s. ignored.", value); } else return DRIVER_OP_ERROR; return DRIVER_OP_SUCCESS; } #if 0 static void TestDevice(_img_private_t *p_env, io_service_t service) { SInt32 score; HRESULT herr; kern_return_t err; IOCFPlugInInterface **plugInInterface = NULL; MMCDeviceInterface **mmcInterface = NULL; /* Create the IOCFPlugIn interface so we can query it. */ err = IOCreatePlugInInterfaceForService ( service, kIOMMCDeviceUserClientTypeID, kIOCFPlugInInterfaceID, &plugInInterface, &score ); if ( err != noErr ) { printf("IOCreatePlugInInterfaceForService returned %d\n", err); return; } /* Query the interface for the MMCDeviceInterface. */ herr = ( *plugInInterface )->QueryInterface ( plugInInterface, CFUUIDGetUUIDBytes ( kIOMMCDeviceInterfaceID ), ( LPVOID ) &mmcInterface ); if ( herr != S_OK ) { printf("QueryInterface returned %ld\n", herr); return; } p_env->pp_scsiTaskDeviceInterface = ( *mmcInterface )->GetSCSITaskDeviceInterface ( mmcInterface ); if ( NULL == p_env->pp_scsiTaskDeviceInterface ) { printf("GetSCSITaskDeviceInterface returned NULL\n"); return; } ( *mmcInterface )->Release ( mmcInterface ); IODestroyPlugInInterface ( plugInInterface ); } #endif /** Read and cache the CD's Track Table of Contents and track info. Return false if successful or true if an error. */ static bool read_toc_osx (void *p_user_data) { _img_private_t *p_env = p_user_data; CFDictionaryRef propertiesDict = 0; CFDataRef data; /* create a CF dictionary containing the TOC */ propertiesDict = GetRegistryEntryProperties( p_env->MediaClass_service ); if ( 0 == propertiesDict ) { return false; } /* get the TOC from the dictionary */ data = (CFDataRef) CFDictionaryGetValue( propertiesDict, CFSTR(kIOCDMediaTOCKey) ); if ( data != NULL ) { CFRange range; CFIndex buf_len; buf_len = CFDataGetLength( data ) + 1; range = CFRangeMake( 0, buf_len ); if( ( p_env->pTOC = (CDTOC *)malloc( buf_len ) ) != NULL ) { CFDataGetBytes( data, range, (u_char *) p_env->pTOC ); } else { cdio_warn( "Trouble allocating CDROM TOC" ); CFRelease( propertiesDict ); return false; } } else { cdio_warn( "Trouble reading TOC" ); CFRelease( propertiesDict ); return false; } /* TestDevice(p_env, service); */ CFRelease( propertiesDict ); p_env->i_descriptors = CDTOCGetDescriptorCount ( p_env->pTOC ); /* Read in starting sectors. There may be non-tracks mixed in with the real tracks. So find the first and last track number by scanning. Also find the lead-out track position. */ { int i, i_leadout = -1; CDTOCDescriptor *pTrackDescriptors; p_env->pp_lba = malloc( p_env->i_descriptors * sizeof(int) ); if( p_env->pp_lba == NULL ) { cdio_warn("Out of memory in allocating track starting LSNs" ); free( p_env->pTOC ); return false; } pTrackDescriptors = p_env->pTOC->descriptors; p_env->gen.i_first_track = CDIO_CD_MAX_TRACKS+1; p_env->i_last_track = CDIO_CD_MIN_TRACK_NO; p_env->i_first_session = CDIO_CD_MAX_TRACKS+1; p_env->i_last_session = CDIO_CD_MIN_TRACK_NO; for( i = 0; i < p_env->i_descriptors; i++ ) { track_t i_track = pTrackDescriptors[i].point; session_t i_session = pTrackDescriptors[i].session; cdio_debug( "point: %d, tno: %d, session: %d, adr: %d, control:%d, " "address: %d:%d:%d, p: %d:%d:%d", i_track, pTrackDescriptors[i].tno, i_session, pTrackDescriptors[i].adr, pTrackDescriptors[i].control, pTrackDescriptors[i].address.minute, pTrackDescriptors[i].address.second, pTrackDescriptors[i].address.frame, pTrackDescriptors[i].p.minute, pTrackDescriptors[i].p.second, pTrackDescriptors[i].p.frame ); /* track information has adr = 1 */ if ( 0x01 != pTrackDescriptors[i].adr ) continue; if( i_track == OSX_CDROM_LEADOUT_TRACK ) i_leadout = i; if( i_track > CDIO_CD_MAX_TRACKS || i_track < CDIO_CD_MIN_TRACK_NO ) continue; if (p_env->gen.i_first_track > i_track) p_env->gen.i_first_track = i_track; if (p_env->i_last_track < i_track) p_env->i_last_track = i_track; if (p_env->i_first_session > i_session) p_env->i_first_session = i_session; if (p_env->i_last_session < i_session) p_env->i_last_session = i_session; } /* Now that we know what the first track number is, we can make sure index positions are ordered starting at 0. */ for( i = 0; i < p_env->i_descriptors; i++ ) { track_t i_track = pTrackDescriptors[i].point; if( i_track > CDIO_CD_MAX_TRACKS || i_track < CDIO_CD_MIN_TRACK_NO ) continue; /* Note what OSX calls a LBA we call an LSN. So below re we really have have MSF -> LSN -> LBA. */ p_env->pp_lba[i_track - p_env->gen.i_first_track] = cdio_lsn_to_lba(CDConvertMSFToLBA( pTrackDescriptors[i].p )); set_track_flags(&(p_env->gen.track_flags[i_track]), pTrackDescriptors[i].control); } if( i_leadout == -1 ) { cdio_warn( "CD leadout not found" ); free( p_env->pp_lba ); free( (void *) p_env->pTOC ); return false; } /* Set leadout sector. Note what OSX calls a LBA we call an LSN. So below re we really have have MSF -> LSN -> LBA. */ p_env->pp_lba[TOTAL_TRACKS] = cdio_lsn_to_lba(CDConvertMSFToLBA( pTrackDescriptors[i_leadout].p )); p_env->gen.i_tracks = TOTAL_TRACKS; } p_env->gen.toc_init = true; return( true ); } /** Return the starting LSN track number i_track in obj. Track numbers start at 1. The "leadout" track is specified either by using i_track LEADOUT_TRACK or the total tracks+1. False is returned if there is no track entry. */ static lsn_t get_track_lba_osx(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if (!p_env->gen.toc_init) read_toc_osx (p_env) ; if (!p_env->gen.toc_init) return CDIO_INVALID_LSN; if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = p_env->i_last_track+1; if (i_track > p_env->i_last_track + 1 || i_track < p_env->gen.i_first_track) { return CDIO_INVALID_LSN; } else { return p_env->pp_lba[i_track - p_env->gen.i_first_track]; } } /** Eject media . Return DRIVER_OP_SUCCESS if successful. The only way to cleanly unmount the disc under MacOS X (before Tiger) is to use the 'disktool' command line utility. It uses the non-public DiskArbitration API, which can not be used by Cocoa or Carbon applications. Since Tiger (MacOS X 10.4), DiskArbitration is a public framework and we can use it as needed. */ #ifndef HAVE_DISKARBITRATION static driver_return_code_t _eject_media_osx (void *user_data) { _img_private_t *p_env = user_data; FILE *p_file; char *psz_drive; char sz_cmd[32]; if( ( psz_drive = (char *)strstr( p_env->gen.source_name, "disk" ) ) != NULL && strlen( psz_drive ) > 4 ) { #define EJECT_CMD "/usr/sbin/hdiutil eject %s" snprintf( sz_cmd, sizeof(sz_cmd), EJECT_CMD, psz_drive ); #undef EJECT_CMD if( ( p_file = popen( sz_cmd, "r" ) ) != NULL ) { char psz_result[0x200]; int i_ret = fread( psz_result, 1, sizeof(psz_result) - 1, p_file ); if( i_ret == 0 && ferror( p_file ) != 0 ) { pclose( p_file ); return DRIVER_OP_ERROR; } pclose( p_file ); psz_result[ i_ret ] = 0; if( strstr( psz_result, "Disk Ejected" ) != NULL ) { return DRIVER_OP_SUCCESS; } } } return DRIVER_OP_ERROR; } #else /* HAVE_DISKARBITRATION */ typedef struct dacontext_s { int result; Boolean completed; DASessionRef session; CFRunLoopRef runloop; CFRunLoopSourceRef cancel; } dacontext_t; static void cancel_runloop(void *info) { /* do nothing */ } static CFRunLoopSourceContext cancelRunLoopSourceContext = { .perform = cancel_runloop }; static void media_eject_callback(DADiskRef disk, DADissenterRef dissenter, void *context) { dacontext_t *dacontext = (dacontext_t *)context; if ( dissenter ) { CFStringRef status = DADissenterGetStatusString(dissenter); if (status) { size_t cstr_size = CFStringGetLength(status); char *cstr = malloc(cstr_size); if ( CFStringGetCString( status, cstr, cstr_size, kCFStringEncodingASCII ) ) CFRelease( status ); cdio_warn("%s", cstr); free(cstr); } } dacontext->result = (dissenter ? DRIVER_OP_ERROR : DRIVER_OP_SUCCESS); dacontext->completed = TRUE; CFRunLoopSourceSignal(dacontext->cancel); CFRunLoopWakeUp(dacontext->runloop); } static void media_unmount_callback(DADiskRef disk, DADissenterRef dissenter, void *context) { dacontext_t *dacontext = (dacontext_t *)context; if (!dissenter) { DADiskEject(disk, kDADiskEjectOptionDefault, media_eject_callback, context); dacontext->result = dacontext->result == DRIVER_OP_UNINIT ? DRIVER_OP_SUCCESS : dacontext->result; } else { dacontext->result = DRIVER_OP_ERROR; dacontext->completed = TRUE; CFRunLoopSourceSignal(dacontext->cancel); CFRunLoopWakeUp(dacontext->runloop); } } static driver_return_code_t _eject_media_osx (void *user_data) { _img_private_t *p_env = user_data; char *psz_drive; DADiskRef disk; dacontext_t dacontext; CFDictionaryRef description; if( ( psz_drive = (char *)strstr( p_env->gen.source_name, "disk" ) ) == NULL || strlen( psz_drive ) <= 4 ) { return DRIVER_OP_ERROR; } if (p_env->gen.fd != -1) close(p_env->gen.fd); p_env->gen.fd = -1; dacontext.result = DRIVER_OP_UNINIT; dacontext.completed = FALSE; dacontext.runloop = CFRunLoopGetCurrent(); dacontext.cancel = CFRunLoopSourceCreate(kCFAllocatorDefault, 0, &cancelRunLoopSourceContext); if (!dacontext.cancel) { return DRIVER_OP_ERROR; } if (!(dacontext.session = DASessionCreate(kCFAllocatorDefault))) { CFRelease(dacontext.cancel); return DRIVER_OP_ERROR; } if ((disk = DADiskCreateFromBSDName(kCFAllocatorDefault, dacontext.session, psz_drive)) != NULL) { if ((description = DADiskCopyDescription(disk)) != NULL) { /* Does the device need to be unmounted first? */ DASessionScheduleWithRunLoop(dacontext.session, dacontext.runloop, kCFRunLoopDefaultMode); CFRunLoopAddSource(dacontext.runloop, dacontext.cancel, kCFRunLoopDefaultMode); if (CFDictionaryGetValueIfPresent(description, kDADiskDescriptionVolumePathKey, NULL)) { DADiskUnmount(disk, kDADiskUnmountOptionWhole, media_unmount_callback, &dacontext); } else { DADiskEject(disk, kDADiskEjectOptionDefault, media_eject_callback, &dacontext); dacontext.result = dacontext.result == DRIVER_OP_UNINIT ? DRIVER_OP_SUCCESS : dacontext.result; } while (!dacontext.completed) { if (CFRunLoopRunInMode(kCFRunLoopDefaultMode, 30.0, TRUE) == kCFRunLoopRunTimedOut) break; /* timeout after 30 seconds */ } CFRunLoopRemoveSource(dacontext.runloop, dacontext.cancel, kCFRunLoopDefaultMode); DASessionUnscheduleFromRunLoop(dacontext.session, dacontext.runloop, kCFRunLoopDefaultMode); CFRelease(description); } CFRelease(disk); } CFRunLoopSourceInvalidate(dacontext.cancel); CFRelease(dacontext.cancel); CFRelease(dacontext.session); return dacontext.result; } #endif /** Return the size of the CD in logical block address (LBA) units. */ static lsn_t get_disc_last_lsn_osx (void *user_data) { return get_track_lba_osx(user_data, CDIO_CDROM_LEADOUT_TRACK); } /** Return the value associated with the key "arg". */ static const char * _get_arg_osx (void *user_data, const char key[]) { _img_private_t *p_env = user_data; if (!strcmp (key, "source")) { return p_env->gen.source_name; } else if (!strcmp (key, "access-mode")) { switch (p_env->access_mode) { case _AM_OSX: return "OS X"; case _AM_NONE: return "no access method"; } } return NULL; } /** Return the media catalog number MCN. */ static char * get_mcn_osx (const void *user_data) { const _img_private_t *p_env = user_data; dk_cd_read_mcn_t cd_read; memset( &cd_read, 0, sizeof(cd_read) ); if( ioctl( p_env->gen.fd, DKIOCCDREADMCN, &cd_read ) < 0 ) { cdio_debug( "could not read MCN, %s", strerror(errno) ); return NULL; } return strdup((char*)cd_read.mcn); } /** Return the international standard recording code ISRC. */ static char * get_track_isrc_osx (const void *user_data, track_t i_track) { const _img_private_t *p_env = user_data; dk_cd_read_isrc_t cd_read; memset( &cd_read, 0, sizeof(cd_read) ); cd_read.track = i_track; if( ioctl( p_env->gen.fd, DKIOCCDREADISRC, &cd_read ) < 0 ) { cdio_debug( "could not read ISRC, %s", strerror(errno) ); return NULL; } return strdup((char*)cd_read.isrc); } /** Get format of track. */ static track_format_t get_track_format_osx(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; dk_cd_read_track_info_t cd_read; CDTrackInfo a_track; if (!p_env->gen.toc_init) read_toc_osx (p_env) ; if (i_track > p_env->i_last_track || i_track < p_env->gen.i_first_track) return TRACK_FORMAT_ERROR; memset( &cd_read, 0, sizeof(cd_read) ); cd_read.address = i_track; cd_read.addressType = kCDTrackInfoAddressTypeTrackNumber; cd_read.buffer = &a_track; cd_read.bufferLength = sizeof(CDTrackInfo); if( ioctl( p_env->gen.fd, DKIOCCDREADTRACKINFO, &cd_read ) == -1 ) { cdio_warn( "could not read trackinfo for track %d:\n%s", i_track, strerror(errno)); return TRACK_FORMAT_ERROR; } cdio_debug( "%d: trackinfo trackMode: %x dataMode: %x", i_track, a_track.trackMode, a_track.dataMode ); if (a_track.trackMode == CDIO_CDROM_DATA_TRACK) { if (a_track.dataMode == CDROM_CDI_TRACK) { return TRACK_FORMAT_CDI; } else if (a_track.dataMode == CDROM_XA_TRACK) { return TRACK_FORMAT_XA; } else { return TRACK_FORMAT_DATA; } } else { return TRACK_FORMAT_AUDIO; } } /** Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool get_track_green_osx(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; CDTrackInfo a_track; if (!p_env->gen.toc_init) read_toc_osx (p_env) ; if ( i_track > p_env->i_last_track || i_track < p_env->gen.i_first_track ) return false; else { dk_cd_read_track_info_t cd_read; memset( &cd_read, 0, sizeof(cd_read) ); cd_read.address = i_track; cd_read.addressType = kCDTrackInfoAddressTypeTrackNumber; cd_read.buffer = &a_track; cd_read.bufferLength = sizeof(CDTrackInfo); if( ioctl( p_env->gen.fd, DKIOCCDREADTRACKINFO, &cd_read ) == -1 ) { cdio_warn( "could not read trackinfo for track %d:\n%s", i_track, strerror(errno)); return false; } return ((a_track.trackMode & CDIO_CDROM_DATA_TRACK) != 0); } } /* Set CD-ROM drive speed */ static int set_speed_osx (void *p_user_data, int i_speed) { const _img_private_t *p_env = p_user_data; if (!p_env) return -1; return ioctl(p_env->gen.fd, DKIOCCDSETSPEED, i_speed); } #endif /* HAVE_DARWIN_CDROM */ /** Close tray on CD-ROM. @param psz_drive the CD-ROM drive to be closed. */ /* FIXME: We don't use the device name because we don't how to. */ #define CLOSE_TRAY_CMD "/usr/sbin/drutil tray close" driver_return_code_t close_tray_osx (const char *psz_drive) { #ifdef HAVE_DARWIN_CDROM FILE *p_file; char sz_cmd[80]; if ( !psz_drive) return DRIVER_OP_UNINIT; /* Right now we really aren't making use of snprintf, but possibly someday we will. */ snprintf( sz_cmd, sizeof(sz_cmd), CLOSE_TRAY_CMD ); if( ( p_file = popen( sz_cmd, "r" ) ) != NULL ) { char psz_result[0x200]; int i_ret = fread( psz_result, 1, sizeof(psz_result) - 1, p_file ); if( i_ret == 0 && ferror( p_file ) != 0 ) { pclose( p_file ); return DRIVER_OP_ERROR; } pclose( p_file ); psz_result[ i_ret ] = 0; if( 0 == i_ret ) { return DRIVER_OP_SUCCESS; } } return DRIVER_OP_ERROR; #else return DRIVER_OP_NO_DRIVER; #endif /*HAVE_DARWIN_CDROM*/ } /** Return a string containing the default CD device if none is specified. */ char ** cdio_get_devices_osx(void) { #ifndef HAVE_DARWIN_CDROM return NULL; #else io_object_t next_media; mach_port_t master_port; kern_return_t kern_result; io_iterator_t media_iterator; CFMutableDictionaryRef classes_to_match; char **drives = NULL; unsigned int num_drives=0; /* Probe devices to get up to date information. */ ProbeStorageDevices(); kern_result = IOMasterPort( MACH_PORT_NULL, &master_port ); if( kern_result != KERN_SUCCESS ) { return( NULL ); } classes_to_match = IOServiceMatching( kIOMediaClass ); if( classes_to_match == NULL ) { return( NULL ); } CFDictionarySetValue( classes_to_match, CFSTR(kIOMediaEjectableKey), kCFBooleanTrue ); CFDictionarySetValue( classes_to_match, CFSTR(kIOMediaWholeKey), kCFBooleanTrue ); kern_result = IOServiceGetMatchingServices( master_port, classes_to_match, &media_iterator ); if( kern_result != KERN_SUCCESS ) { return( NULL ); } next_media = IOIteratorNext( media_iterator ); if( next_media != 0 ) { char psz_buf[0x32]; size_t dev_path_length; CFTypeRef str_bsd_path; do { str_bsd_path = IORegistryEntryCreateCFProperty( next_media, CFSTR( kIOBSDNameKey ), kCFAllocatorDefault, 0 ); if( str_bsd_path == NULL ) { IOObjectRelease( next_media ); continue; } /* Below, by appending 'r' to the BSD node name, we indicate a raw disk. Raw disks receive I/O requests directly and don't go through a buffer cache. */ snprintf( psz_buf, sizeof(psz_buf), "%s%c", _PATH_DEV, 'r' ); dev_path_length = strlen( psz_buf ); if( CFStringGetCString( str_bsd_path, (char*)&psz_buf + dev_path_length, sizeof(psz_buf) - dev_path_length, kCFStringEncodingASCII ) ) { cdio_add_device_list(&drives, strdup(psz_buf), &num_drives); } CFRelease( str_bsd_path ); IOObjectRelease( next_media ); } while( ( next_media = IOIteratorNext( media_iterator ) ) != 0 ); } IOObjectRelease( media_iterator ); cdio_add_device_list(&drives, NULL, &num_drives); return drives; #endif /* HAVE_DARWIN_CDROM */ } /** Return a string containing the default CD device if none is specified. */ char * cdio_get_default_device_osx(void) { #ifndef HAVE_DARWIN_CDROM return NULL; #else io_object_t next_media; kern_return_t kern_result; io_iterator_t media_iterator; CFMutableDictionaryRef classes_to_match; /* Probe devices to get up to date information. */ ProbeStorageDevices(); classes_to_match = IOServiceMatching( kIOMediaClass ); if( classes_to_match == NULL ) { return( NULL ); } CFDictionarySetValue( classes_to_match, CFSTR(kIOMediaEjectableKey), kCFBooleanTrue ); CFDictionarySetValue( classes_to_match, CFSTR(kIOMediaWholeKey), kCFBooleanTrue ); kern_result = IOServiceGetMatchingServices( kIOMasterPortDefault, classes_to_match, &media_iterator ); if( kern_result != KERN_SUCCESS ) { return( NULL ); } next_media = IOIteratorNext( media_iterator ); if( next_media != 0 ) { char psz_buf[0x32]; size_t dev_path_length; CFTypeRef str_bsd_path; do { /* Skip other removable media, like USB flash memory keys: */ if (!IOObjectConformsTo(next_media, kIODVDMediaClass) && !IOObjectConformsTo(next_media, kIOCDMediaClass) && !IOObjectConformsTo(next_media, kIOBDMediaClass)) continue; str_bsd_path = IORegistryEntryCreateCFProperty( next_media, CFSTR( kIOBSDNameKey ), kCFAllocatorDefault, 0 ); if( str_bsd_path == NULL ) { IOObjectRelease( next_media ); continue; } snprintf( psz_buf, sizeof(psz_buf), "%s%c", _PATH_DEV, 'r' ); dev_path_length = strlen( psz_buf ); if( CFStringGetCString( str_bsd_path, (char*)&psz_buf + dev_path_length, sizeof(psz_buf) - dev_path_length, kCFStringEncodingASCII ) ) { CFRelease( str_bsd_path ); IOObjectRelease( next_media ); IOObjectRelease( media_iterator ); return strdup( psz_buf ); } CFRelease( str_bsd_path ); IOObjectRelease( next_media ); } while( ( next_media = IOIteratorNext( media_iterator ) ) != 0 ); } IOObjectRelease( media_iterator ); cdio_warn ("cdio_get_default_device() - No CD/DVD/BD media - returning NULL"); return NULL; #endif /* HAVE_DARWIN_CDROM */ } /** Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_am_osx (const char *psz_source_name, const char *psz_access_mode) { if (psz_access_mode != NULL) cdio_warn ("there is only one access mode for OS X. Arg %s ignored", psz_access_mode); return cdio_open_osx(psz_source_name); } /** Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_osx (const char *psz_orig_source) { #ifdef HAVE_DARWIN_CDROM CdIo_t *ret; _img_private_t *_data; char *psz_source; cdio_funcs_t _funcs = { .eject_media = _eject_media_osx, .free = _free_osx, .get_arg = _get_arg_osx, .get_cdtext = get_cdtext_generic, .get_cdtext_raw = read_cdtext_generic, .get_default_device = cdio_get_default_device_osx, .get_devices = cdio_get_devices_osx, .get_disc_last_lsn = get_disc_last_lsn_osx, .get_discmode = get_discmode_osx, .get_drive_cap = get_drive_cap_osx, .get_first_track_num = get_first_track_num_generic, .get_hwinfo = get_hwinfo_osx, .get_mcn = get_mcn_osx, .get_num_tracks = get_num_tracks_generic, .get_track_channels = get_track_channels_generic, .get_track_copy_permit = get_track_copy_permit_generic, .get_track_format = get_track_format_osx, .get_track_green = get_track_green_osx, .get_track_lba = get_track_lba_osx, .get_track_msf = NULL, .get_track_preemphasis = get_track_preemphasis_generic, .get_track_isrc = get_track_isrc_osx, .lseek = cdio_generic_lseek, .read = cdio_generic_read, .read_audio_sectors = read_audio_sectors_osx, .read_data_sectors = read_data_sectors_osx, .read_mode1_sector = read_mode1_sector_osx, .read_mode1_sectors = read_mode1_sectors_osx, .read_mode2_sector = read_mode2_sector_osx, .read_mode2_sectors = read_mode2_sectors_osx, .read_toc = read_toc_osx, .run_mmc_cmd = run_mmc_cmd_osx, .set_arg = _set_arg_osx, .set_speed = set_speed_osx, }; _data = calloc (1, sizeof (_img_private_t)); _data->access_mode = _AM_OSX; _data->MediaClass_service = 0; _data->gen.init = false; _data->gen.fd = -1; _data->gen.toc_init = false; _data->gen.b_cdtext_error = false; if (NULL == psz_orig_source) { psz_source=cdio_get_default_device_osx(); if (NULL == psz_source) { goto error_exit; } _set_arg_osx(_data, "source", psz_source); free(psz_source); } else { if (cdio_is_device_generic(psz_orig_source)) _set_arg_osx(_data, "source", psz_orig_source); else { /* The below would be okay if all device drivers worked this way. */ #if 0 cdio_info ("source %s is a not a device", psz_orig_source); #endif goto error_exit; } } ret = cdio_new ((void *)_data, &_funcs); if (ret == NULL) goto error_exit; ret->driver_id = DRIVER_OSX; if (cdio_generic_init(_data, O_RDONLY | O_NONBLOCK) && init_osx(_data)) { return ret; } free(ret); error_exit: cdio_generic_free(_data); return NULL; #else return NULL; #endif /* HAVE_DARWIN_CDROM */ } bool cdio_have_osx (void) { #ifdef HAVE_DARWIN_CDROM return true; #else return false; #endif /* HAVE_DARWIN_CDROM */ } libcdio-2.0.0/lib/driver/netbsd.c0000664000175000017500000005031613217072766013545 00000000000000/* Copyright (C) 2008, 2010-2012, 2017 Rocky Bernstein Copyright (C) 2014 Robert Kausch This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Changes up to version 0.76 */ /* * Copyright (c) 2003 * Matthias Drochner. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include "cdio_assert.h" #include "cdio_private.h" #if defined(__NetBSD__) && (defined(__i386__) || defined(__amd64__)) #define DEFAULT_CDIO_DEVICE "/dev/rcd0d" #else #define DEFAULT_CDIO_DEVICE "/dev/rcd0c" #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_NETBSD_CDROM #include #include #include #include #include #include #include #include #include #include #include #define TOTAL_TRACKS (_obj->tochdr.ending_track \ - _obj->tochdr.starting_track + 1) #define FIRST_TRACK_NUM (_obj->tochdr.starting_track) typedef struct { generic_img_private_t gen; bool toc_valid; struct ioc_toc_header tochdr; struct cd_toc_entry tocent[100]; bool sessionformat_valid; int sessionformat[100]; /* format of the session the track is in */ } _img_private_t; static driver_return_code_t run_scsi_cmd_netbsd(void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, void *p_buf ) { const _img_private_t *_obj = p_user_data; scsireq_t req; memset(&req, 0, sizeof(req)); memcpy(&req.cmd[0], p_cdb, i_cdb); req.cmdlen = i_cdb; req.datalen = i_buf; req.databuf = p_buf; req.timeout = i_timeout_ms; req.flags = e_direction == SCSI_MMC_DATA_READ ? SCCMD_READ : SCCMD_WRITE; if (ioctl(_obj->gen.fd, SCIOCCOMMAND, &req) < 0) { perror("SCIOCCOMMAND"); return -1; } if (req.retsts != SCCMD_OK) { fprintf(stderr, "SCIOCCOMMAND cmd 0x%02x sts %d\n", req.cmd[0], req.retsts); return -1; } return 0; } static int read_audio_sectors_netbsd(void *user_data, void *data, lsn_t lsn, unsigned int nblocks) { scsireq_t req; _img_private_t *_obj = user_data; memset(&req, 0, sizeof(req)); req.cmd[0] = 0xbe; req.cmd[1] = 0; req.cmd[2] = (lsn >> 24) & 0xff; req.cmd[3] = (lsn >> 16) & 0xff; req.cmd[4] = (lsn >> 8) & 0xff; req.cmd[5] = (lsn >> 0) & 0xff; req.cmd[6] = (nblocks >> 16) & 0xff; req.cmd[7] = (nblocks >> 8) & 0xff; req.cmd[8] = (nblocks >> 0) & 0xff; req.cmd[9] = 0x78; req.cmdlen = 10; req.datalen = nblocks * CDIO_CD_FRAMESIZE_RAW; req.databuf = data; req.timeout = 10000; req.flags = SCCMD_READ; if (ioctl(_obj->gen.fd, SCIOCCOMMAND, &req) < 0) { perror("SCIOCCOMMAND"); return 1; } if (req.retsts != SCCMD_OK) { fprintf(stderr, "SCIOCCOMMAND cmd 0xbe sts %d\n", req.retsts); return 1; } return 0; } static int read_mode2_sector_netbsd(void *user_data, void *data, lsn_t lsn, bool mode2_form2) { scsireq_t req; _img_private_t *_obj = user_data; char buf[M2RAW_SECTOR_SIZE] = { 0, }; memset(&req, 0, sizeof(req)); req.cmd[0] = 0xbe; req.cmd[1] = 0; req.cmd[2] = (lsn >> 24) & 0xff; req.cmd[3] = (lsn >> 16) & 0xff; req.cmd[4] = (lsn >> 8) & 0xff; req.cmd[5] = (lsn >> 0) & 0xff; req.cmd[6] = 0; req.cmd[7] = 0; req.cmd[8] = 1; req.cmd[9] = 0x58; /* subheader + userdata + ECC */ req.cmdlen = 10; req.datalen = M2RAW_SECTOR_SIZE; req.databuf = buf; req.timeout = 10000; req.flags = SCCMD_READ; if (ioctl(_obj->gen.fd, SCIOCCOMMAND, &req) < 0) { perror("SCIOCCOMMAND"); return 1; } if (req.retsts != SCCMD_OK) { fprintf(stderr, "SCIOCCOMMAND cmd 0xbe sts %d\n", req.retsts); return 1; } if (mode2_form2) memcpy(data, buf, M2RAW_SECTOR_SIZE); else memcpy(data, buf + CDIO_CD_SUBHEADER_SIZE, CDIO_CD_FRAMESIZE); return 0; } static int read_mode2_sectors_netbsd(void *user_data, void *data, lsn_t lsn, bool mode2_form2, unsigned int nblocks) { int i, res; char *buf = data; for (i = 0; i < nblocks; i++) { res = read_mode2_sector_netbsd(user_data, buf, lsn, mode2_form2); if (res) return res; buf += (mode2_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE); lsn++; } return 0; } static int set_arg_netbsd(void *user_data, const char key[], const char value[]) { _img_private_t *_obj = user_data; if (!strcmp(key, "source")) { if (!value) return -2; free(_obj->gen.source_name); _obj->gen.source_name = strdup(value); } else if (!strcmp(key, "access-mode")) { if (strcmp(value, "READ_CD")) cdio_error("unknown access type: %s ignored.", value); } else return -1; return 0; } static bool _cdio_read_toc(_img_private_t *_obj) { int res; struct ioc_read_toc_entry req; res = ioctl(_obj->gen.fd, CDIOREADTOCHEADER, &_obj->tochdr); if (res < 0) { cdio_error("error in ioctl(CDIOREADTOCHEADER): %s\n", strerror(errno)); return false; } req.address_format = CD_MSF_FORMAT; req.starting_track = FIRST_TRACK_NUM; req.data_len = (TOTAL_TRACKS + 1) /* leadout! */ * sizeof(struct cd_toc_entry); req.data = _obj->tocent; res = ioctl(_obj->gen.fd, CDIOREADTOCENTRIES, &req); if (res < 0) { cdio_error("error in ioctl(CDROMREADTOCENTRIES): %s\n", strerror(errno)); return false; } _obj->toc_valid = 1; _obj->gen.i_first_track = FIRST_TRACK_NUM; _obj->gen.i_tracks = TOTAL_TRACKS; _obj->gen.toc_init = true; return true; } static bool read_toc_netbsd (void *p_user_data) { return _cdio_read_toc(p_user_data); } static int _cdio_read_discinfo(_img_private_t *_obj) { scsireq_t req; #define FULLTOCBUF (4 + 1000*11) unsigned char buf[FULLTOCBUF] = { 0, }; int i, j; memset(&req, 0, sizeof(req)); req.cmd[0] = 0x43; /* READ TOC/PMA/ATIP */ req.cmd[1] = 0x02; req.cmd[2] = 0x02; /* full TOC */ req.cmd[3] = 0; req.cmd[4] = 0; req.cmd[5] = 0; req.cmd[6] = 0; req.cmd[7] = FULLTOCBUF / 256; req.cmd[8] = FULLTOCBUF % 256; req.cmd[9] = 0; req.cmdlen = 10; req.datalen = FULLTOCBUF; req.databuf = buf; req.timeout = 10000; req.flags = SCCMD_READ; if (ioctl(_obj->gen.fd, SCIOCCOMMAND, &req) < 0) { perror("SCIOCCOMMAND"); return 1; } if (req.retsts != SCCMD_OK) { fprintf(stderr, "SCIOCCOMMAND cmd 0x43 sts %d\n", req.retsts); return 1; } #if 1 printf("discinfo:"); for (i = 0; i < 4; i++) printf(" %02x", buf[i]); printf("\n"); for (i = 0; i < buf[1] - 2; i++) { printf(" %02x", buf[i + 4]); if (!((i + 1) % 11)) printf("\n"); } #endif for (i = 4; i < req.datalen_used; i += 11) { if (buf[i + 3] == 0xa0) { /* POINT */ /* XXX: assume entry 0xa1 follows */ for (j = buf[i + 8] - 1; j <= buf[i + 11 + 8] - 1; j++) _obj->sessionformat[j] = buf[i + 9]; } } _obj->sessionformat_valid = true; return 0; } static int eject_media_netbsd(void *user_data) { _img_private_t *_obj = user_data; int fd, res, ret = 0; fd = open(_obj->gen.source_name, O_RDONLY|O_NONBLOCK); if (fd < 0) return 2; res = ioctl(fd, CDIOCALLOW); if (res < 0) { cdio_error("ioctl(fd, CDIOCALLOW) failed: %s\n", strerror(errno)); /* go on... */ } res = ioctl(fd, CDIOCEJECT); if (res < 0) { cdio_error("ioctl(CDIOCEJECT) failed: %s\n", strerror(errno)); ret = 1; } close(fd); return ret; } /*! Return the value associated with the key "arg". */ static const char * get_arg_netbsd(void *user_data, const char key[]) { _img_private_t *_obj = user_data; if (!strcmp(key, "source")) { return _obj->gen.source_name; } else if (!strcmp(key, "access-mode")) { return "READ_CD"; } else if (!strcmp (key, "mmc-supported?")) { return "true" ; } return NULL; } static track_t get_first_track_num_netbsd(void *user_data) { _img_private_t *_obj = user_data; int res; if (!_obj->toc_valid) { res = _cdio_read_toc(_obj); if (!res) return CDIO_INVALID_TRACK; } return FIRST_TRACK_NUM; } static track_t get_num_tracks_netbsd(void *user_data) { _img_private_t *_obj = user_data; int res; if (!_obj->toc_valid) { res = _cdio_read_toc(_obj); if (!res) return CDIO_INVALID_TRACK; } return TOTAL_TRACKS; } /*! Return the international standard recording code ISRC. Note: string is malloc'd so caller should free() then returned string when done with it. */ static char * get_track_isrc_netbsd (const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; return mmc_get_track_isrc( p_env->gen.cdio, i_track ); } /*! Get format of track. */ static track_format_t get_track_format_netbsd(void *user_data, track_t track_num) { _img_private_t *_obj = user_data; int res; if (!_obj->toc_valid) { res = _cdio_read_toc(_obj); if (!res) return TRACK_FORMAT_ERROR; } if (track_num > TOTAL_TRACKS || track_num == 0) return TRACK_FORMAT_ERROR; if (_obj->tocent[track_num - 1].control & 0x04) { if (!_obj->sessionformat_valid) { res = _cdio_read_discinfo(_obj); if (res) return TRACK_FORMAT_ERROR; } if (_obj->sessionformat[track_num - 1] == 0x10) return TRACK_FORMAT_CDI; else if (_obj->sessionformat[track_num - 1] == 0x20) return TRACK_FORMAT_XA; else return TRACK_FORMAT_DATA; } else return TRACK_FORMAT_AUDIO; } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool get_track_green_netbsd(void *user_data, track_t track_num) { return (get_track_format_netbsd(user_data, track_num) == TRACK_FORMAT_XA); } /*! Return the starting MSF (minutes/secs/frames) for track number track_num in obj. Track numbers usually start at something greater than 0, usually 1. The "leadout" track is specified either by using i_track LEADOUT_TRACK or the total tracks+1. False is returned if there is no track entry. */ static bool get_track_msf_netbsd(void *user_data, track_t track_num, msf_t *msf) { _img_private_t *_obj = user_data; int res; if (!msf) return false; if (!_obj->toc_valid) { res = _cdio_read_toc(_obj); if (!res) return CDIO_INVALID_TRACK; } if (track_num == CDIO_CDROM_LEADOUT_TRACK) track_num = TOTAL_TRACKS + 1; if (track_num > TOTAL_TRACKS + 1 || track_num == 0) return false; msf->m = cdio_to_bcd8(_obj->tocent[track_num - 1].addr.msf.minute); msf->s = cdio_to_bcd8(_obj->tocent[track_num - 1].addr.msf.second); msf->f = cdio_to_bcd8(_obj->tocent[track_num - 1].addr.msf.frame); return true; } /*! Return the size of the CD in logical block address (LBA) units. @return the lsn. On error return CDIO_INVALID_LSN. Also note that in one at least one test the corresponding MMC gives a different answer, so there may be some disagreement about what is in fact the last lsn. */ static lsn_t get_disc_last_lsn_netbsd(void *user_data) { msf_t msf; get_track_msf_netbsd(user_data, CDIO_CDROM_LEADOUT_TRACK, &msf); return (((msf.m * 60) + msf.s) * CDIO_CD_FRAMES_PER_SEC + msf.f); } #endif /* HAVE_NETBSD_CDROM */ char ** cdio_get_devices_netbsd (void) { #ifndef HAVE_NETBSD_CDROM return NULL; #else char drive[40]; char **drives = NULL; unsigned int num_drives=0; int mib[2]; size_t len; char *p, *pp, *data; mib[0] = CTL_HW; mib[1] = HW_DISKNAMES; /* Determine how much space to allocate. */ if (sysctl(mib, 2, NULL, &len, NULL, 0) == -1) return NULL; if ((data = (char *)malloc(len)) == NULL) return NULL; if (sysctl(mib, 2, data, &len, NULL, 0) == -1) { free(data); return NULL; } if (sizeof DEFAULT_CDIO_DEVICE > sizeof drive) { free(data); return NULL; } strcpy(drive,DEFAULT_CDIO_DEVICE); p = data; while ((pp = strchr(p, ' ')) != NULL) { *pp = '\0'; if (p[0] == 'c' && p[1] == 'd' && p[2] >= '0' && p[2] <= '9' && p[3] == '\0') { drive[sizeof DEFAULT_CDIO_DEVICE - 3] = p[2]; cdio_add_device_list(&drives, drive, &num_drives); } p = ++pp; } if (p[0] == 'c' && p[1] == 'd' && p[2] >= '0' && p[2] <= '9' && p[3] == '\0') { drive[sizeof DEFAULT_CDIO_DEVICE - 3] = p[2]; cdio_add_device_list(&drives, drive, &num_drives); } cdio_add_device_list(&drives, NULL, &num_drives); free(data); return drives; #endif /* HAVE_NETBSD_CDROM */ } /*! Return a string containing the default CD device. */ char * cdio_get_default_device_netbsd() { return strdup(DEFAULT_CDIO_DEVICE); } /*! Close tray on CD-ROM. @param psz_device the CD-ROM drive to be closed. */ driver_return_code_t close_tray_netbsd (const char *psz_device) { #ifdef HAVE_NETBSD_CDROM return DRIVER_OP_UNSUPPORTED; #else return DRIVER_OP_NO_DRIVER; #endif } #ifdef HAVE_NETBSD_CDROM static cdio_funcs_t _funcs = { .audio_read_subchannel = audio_read_subchannel_mmc, .eject_media = eject_media_netbsd, .free = cdio_generic_free, .get_arg = get_arg_netbsd, .get_blocksize = get_blocksize_mmc, .get_cdtext = get_cdtext_generic, .get_cdtext_raw = read_cdtext_generic, .get_default_device = cdio_get_default_device_netbsd, .get_devices = cdio_get_devices_netbsd, .get_disc_last_lsn = get_disc_last_lsn_netbsd, .get_discmode = get_discmode_generic, .get_drive_cap = get_drive_cap_mmc, .get_first_track_num = get_first_track_num_netbsd, .get_hwinfo = NULL, .get_mcn = get_mcn_mmc, .get_num_tracks = get_num_tracks_netbsd, .get_track_channels = get_track_channels_generic, .get_track_copy_permit = get_track_copy_permit_generic, .get_track_format = get_track_format_netbsd, .get_track_green = get_track_green_netbsd, .get_track_lba = NULL, /* This could be implemented if need be. */ .get_track_preemphasis = get_track_preemphasis_generic, .get_track_msf = get_track_msf_netbsd, .get_track_isrc = get_track_isrc_netbsd, .lseek = cdio_generic_lseek, .read = cdio_generic_read, .read_audio_sectors = read_audio_sectors_netbsd, .read_data_sectors = read_data_sectors_generic, .read_mode2_sector = read_mode2_sector_netbsd, .read_mode2_sectors = read_mode2_sectors_netbsd, .read_toc = read_toc_netbsd, #if 1 .run_mmc_cmd = run_scsi_cmd_netbsd, #endif .set_arg = set_arg_netbsd, }; #endif /*HAVE_NETBSD_CDROM*/ /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_netbsd(const char *source_name) { #ifdef HAVE_NETBSD_CDROM CdIo_t *ret; _img_private_t *_data; _data = calloc(1, sizeof(_img_private_t)); _data->gen.init = false; _data->toc_valid = false; _data->sessionformat_valid = false; _data->gen.fd = -1; _data->gen.b_cdtext_error = false; set_arg_netbsd(_data, "source", (source_name ? source_name : DEFAULT_CDIO_DEVICE)); if (source_name && !cdio_is_device_generic(source_name)) goto err_exit; ret = cdio_new(&_data->gen, &_funcs); if (ret == NULL) { goto err_exit; } ret->driver_id = DRIVER_NETBSD; if (cdio_generic_init(_data, O_RDONLY)) { return ret; } else { free(ret); goto err_exit; } err_exit: cdio_generic_free(_data); return NULL; #else return NULL; #endif /* HAVE_NETBSD_CDROM */ } /*! Initialization routine. This is the only thing that doesn't get called via a function pointer. In fact *we* are the ones to set that up. */ CdIo_t * cdio_open_am_netbsd(const char *source_name, const char *am) { return (cdio_open_netbsd(source_name)); } bool cdio_have_netbsd (void) { #ifdef HAVE_NETBSD_CDROM return true; #else return false; #endif /* HAVE_NETBSD_CDROM */ } /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/image.h0000664000175000017500000000617112027733030013337 00000000000000/* Copyright (C) 2004, 2005, 2008, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /*! Header for image drivers. In contrast to image_common.h which contains routines, this header like most C headers does not depend on anything defined before it is included. */ #ifndef CDIO_DRIVER_IMAGE_H_ #define CDIO_DRIVER_IMAGE_H_ #if defined(HAVE_CONFIG_H) && !defined(__CDIO_CONFIG_H__) # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDBOOL_H # include #endif #include #include #include "cdio_private.h" #include /*! The universal format for information about a track for CD image readers It may be that some fields can be derived from other fields. Over time this structure may get cleaned up. Possibly this can be expanded/reused for real CD formats. */ typedef struct { track_t track_num; /**< Probably is index+1 */ msf_t start_msf; lba_t start_lba; int start_index; lba_t pregap; /**< pre-gap */ lba_t silence; /**< pre-gap with zero audio data */ int sec_count; /**< Number of sectors in this track. Does not include pregap */ int num_indices; flag_t flags; /**< "[NO] COPY", "4CH", "[NO] PREMPAHSIS" */ char *isrc; /**< IRSC Code (5.22.4) exactly 12 bytes */ char *filename; CdioDataSource_t *data_source; off_t offset; /**< byte offset into data_start of track beginning. In cdrdao for example, one filename may cover many tracks and each track would then have a different offset. */ track_format_t track_format; bool track_green; trackmode_t mode; uint16_t datasize; /**< How much is in the portion we return back? */ uint16_t datastart; /**< Offset from begining of frame that data starts */ uint16_t endsize; /**< How much stuff at the end to skip over. This stuff may have error correction (EDC, or ECC).*/ uint16_t blocksize; /**< total block size = start + size + end */ } track_info_t; #endif /* CDIO_DRIVER_IMAGE_H_ */ libcdio-2.0.0/lib/driver/_cdio_stream.h0000644000175000017500000001037411731401013014675 00000000000000/* Copyright (C) 2003, 2004, 2005, 2006, 2008, 2012 Rocky Bernstein Copyright (C) 2000 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifndef CDIO_STREAM_H_ #define CDIO_STREAM_H_ #include #include "cdio_private.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* typedef'ed IO functions prototypes */ typedef int(*cdio_data_open_t)(void *user_data); typedef ssize_t(*cdio_data_read_t)(void *user_data, void *buf, size_t count); typedef int(*cdio_data_seek_t)(void *user_data, off_t offset, int whence); typedef off_t(*cdio_data_stat_t)(void *user_data); typedef int(*cdio_data_close_t)(void *user_data); typedef void(*cdio_data_free_t)(void *user_data); /* abstract data source */ typedef struct { cdio_data_open_t open; cdio_data_seek_t seek; cdio_data_stat_t stat; cdio_data_read_t read; cdio_data_close_t close; cdio_data_free_t free; } cdio_stream_io_functions; /** Like 3 fgetpos. This function gets the current file position indicator for the stream pointed to by stream. @return unpon successful completion, return value is positive, else, the global variable errno is set to indicate the error. */ off_t cdio_stream_getpos(CdioDataSource_t* p_obj, /*out*/ off_t *i_offset); CdioDataSource_t * cdio_stream_new(void *user_data, const cdio_stream_io_functions *funcs); /** Like fread(3) and in fact may be the same. DESCRIPTION: The function fread reads nmemb elements of data, each size bytes long, from the stream pointed to by stream, storing them at the location given by ptr. RETURN VALUE: return the number of items successfully read or written (i.e., not the number of characters). If an error occurs, or the end-of-file is reached, the return value is a short item count (or zero). We do not distinguish between end-of-file and error, and callers must use feof(3) and ferror(3) to determine which occurred. */ ssize_t cdio_stream_read(CdioDataSource_t* p_obj, void *ptr, size_t i_size, size_t nmemb); /** Like fseek(3)/fseeko(3) and in fact may be the same. This function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. If whence is set to SEEK_SET, SEEK_CUR, or SEEK_END, the offset is relative to the start of the file, the current position indicator, or end-of-file, respectively. A successful call to the fseek function clears the end- of-file indicator for the stream and undoes any effects of the ungetc(3) function on the same stream. @return upon successful completion, DRIVER_OP_SUCCESS, else, DRIVER_OP_ERROR is returned and the global variable errno is set to indicate the error. */ int cdio_stream_seek(CdioDataSource_t *p_obj, off_t i_offset, int whence); /** Return whatever size of stream reports, I guess unit size is bytes. On error return -1; */ off_t cdio_stream_stat(CdioDataSource_t *p_obj); /** Deallocate resources associated with p_obj. After this p_obj is unusable. */ void cdio_stream_destroy(CdioDataSource_t *p_obj); void cdio_stream_close(CdioDataSource_t *p_obj); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CDIO_STREAM_H_ */ /* * Local variables: * c-file-style: "gnu" * tab-width: 8 * indent-tabs-mode: nil * End: */ libcdio-2.0.0/lib/driver/Makefile.am0000664000175000017500000001464413217072766014162 00000000000000# Copyright (C) 2003-2010, 2012-2013, 2017 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . ######################################################## # Things to make the libcdio library ######################################################## # # From libtool documentation amended with guidance from N. Boullis: # # 1. Start with version information of `0:0:0' for each libtool library. # # 2. It is probably not a good idea to update the version information # several times between public releases, but rather once per public # release. (This seems to be more an aesthetic consideration than # a hard technical one.) # # 3. If the library source code has changed at all since the last # update, then increment REVISION (`C:R:A' becomes `C:R+1:A'). # # 4. If any interfaces have been added, removed, or changed since the # last update, increment CURRENT, and set REVISION to 0. # # 5. If any interfaces have been added since the last public release, # then increment AGE. # # 6. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. libcdio_la_CURRENT = 18 libcdio_la_REVISION = 0 libcdio_la_AGE = 0 EXTRA_DIST = image/Makefile \ mmc/Makefile \ FreeBSD/Makefile MSWindows/Makefile \ libcdio.sym noinst_HEADERS = cdio_assert.h cdio_private.h filemode.h portable.h libcdio_sources = \ _cdio_generic.c \ _cdio_stdio.c \ _cdio_stdio.h \ _cdio_stream.c \ _cdio_stream.h \ abs_path.c \ aix.c \ audio.c \ cd_types.c \ cdio.c \ cdtext.c \ cdtext_private.h \ device.c \ disc.c \ ds.c \ FreeBSD/freebsd.c \ FreeBSD/freebsd.h \ FreeBSD/freebsd_cam.c \ FreeBSD/freebsd_ioctl.c \ generic.h \ gnu_linux.c \ image.h \ image/bincue.c \ image/cdrdao.c \ image_common.c \ image_common.h \ image/nrg.c \ image/nrg.h \ logging.c \ memory.c \ mmc/mmc.c \ mmc/mmc_cmd_helper.h \ mmc/mmc_hl_cmds.c \ mmc/mmc_ll_cmds.c \ mmc/mmc_private.h \ mmc/mmc_util.c \ MSWindows/aspi32.c \ MSWindows/aspi32.h \ MSWindows/win32_ioctl.c \ MSWindows/win32.c \ MSWindows/win32.h \ netbsd.c \ osx.c \ read.c \ realpath.c \ sector.c \ solaris.c \ track.c \ utf8.c \ util.c lib_LTLIBRARIES = libcdio.la libcdio_la_LIBADD = $(LTLIBICONV) libcdio_la_SOURCES = $(libcdio_sources) libcdio_la_ldflags = -version-info $(libcdio_la_CURRENT):$(libcdio_la_REVISION):$(libcdio_la_AGE) @LT_NO_UNDEFINED@ $(DARWIN_PKG_LIB_HACK) AM_CPPFLAGS = $(LIBCDIO_CFLAGS) ######################################################## # Things to version the symbols in the libraries ######################################################## # An explanation of the versioning problem from Nicolas Boullis and # the versioned symbol solution he uses below... # # Currently, libvcdinfo uses the cdio_open function from libcdio. # Let's imagine a program foobar that uses both the vcdinfo_open # function from libvcdinfo and the cdio_open function from libcdio. # Currently, libcdio has SONAME libcdio.so.0, libvcdinfo has SONAME # libvcdinfo.so.0 and requires libcdio.so.0, and foobar requires both # libvcdinfo.so.0 and libcdio.so.0. Everything looks fine. # # Now, for some reason, you decide to change the cdio_open function. # That's your right, but you have to bump the CURRENT version and (if I # understand it correctly, athough this is not that clear in libtool's # documentation) set the AGE to 0. Anyway, this bumps the SONAME, which is # sane since the interface changes incompatibly. # Now, you have a new libcdio with SONAME libcdio.so.1. But libvcdinfo and # foobar still require libcdio.so.0. Everything is still fine. # Now, after some minor changes, the author of foobar recompiles foobar. # Then, foobar now requires libvcdinfo.so.0 and libcdio.so.1. And foobar # now segfaults... # What is happening? When you run foobar, if brings both libvcdinfo.so.0 # and libcdio.so.1, but libvcdinfo.so.0 also brings libcdio.so.0. So you # have both libcdio.so.0 and libcdio.so.1 that bring their symbols to the # global namespace. Hence, you have to incompatible versions of the # cdio_open function in the name space. When foobar calls cdio_open, it # may choose the wrong function, and segfaults... # With versioned symbols, the cdio_open function from libcdio.so.0 may be # known as (something that looks like) cdio_open@@CDIO_0. An the cdio_open # function from libcdio.so.1 as cdio_open@@CDIO_1. Both versions of # libcdio would still be brought in by the most recent foobar, but foobar # (and libvcdinfo) know which versioned function to use and then use the # good one. # This is some simple versioning where every symbol is versioned with # something that looks like the SONAME of the library. More complex (and # better) versioning is possible; it is for example what is used by glibc. # But good complex versioning is something that requires much more # work... # The below is a impliments symbol versioning. First of all, I # compute MAJOR as CURENT - AGE; that is what is used within libtool # (at least on GNU/Linux systems) for the number in the SONAME. The # nm command gives the list of symbols known in each of the object # files that will be part of the shared library. And the sed command # extracts from this list those symbols that will be shared. (This sed # command comes from libtool.) libcdio_la_MAJOR = $(shell expr $(libcdio_la_CURRENT) - $(libcdio_la_AGE)) if BUILD_VERSIONED_LIBS libcdio_la_LDFLAGS = $(libcdio_la_ldflags) -Wl,--version-script=libcdio.la.ver libcdio_la_DEPENDENCIES = libcdio.la.ver libcdio.la.ver: $(srcdir)/libcdio.sym @echo 'CDIO_$(libcdio_la_MAJOR) { ' > $@ @echo ' global:' >> $@ @sed 's/^/ /;s/$$/;/' $< >> $@ @echo ' local:' >> $@ @echo ' *;' >> $@ @echo '};' >> $@ else libcdio_la_LDFLAGS = $(libcdio_la_ldflags) endif MOSTLYCLEANFILES = libcdio.la.ver libcdio-2.0.0/lib/driver/portable.h0000644000175000017500000000304211731401013014047 00000000000000/* Copyright (C) 2006, 2008, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* This file contains definitions to fill in for differences or deficiencies to OS or compiler irregularities. If this file is included other routines can be more portable. */ #ifndef CDIO_DRIVER_PORTABLE_H_ #define CDIO_DRIVER_PORTABLE_H_ #if defined(HAVE_CONFIG_H) && !defined(__CDIO_CONFIG_H__) # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #if !defined(HAVE_FTRUNCATE) # if defined (_WIN32) # define ftruncate chsize # endif #endif /*HAVE_FTRUNCATE*/ #if !defined(HAVE_SNPRINTF) # if defined (_MSC_VER) # define snprintf _snprintf # endif #endif /*HAVE_SNPRINTF*/ #if !defined(HAVE_VSNPRINTF) # if defined (_MSC_VER) # define vsnprintf _vsnprintf # endif #endif /*HAVE_SNPRINTF*/ #if !defined(HAVE_DRAND48) && defined(HAVE_RAND) # define drand48() (rand() / (double)RAND_MAX) #endif #endif /* CDIO_DRIVER_PORTABLE_H_ */ libcdio-2.0.0/lib/driver/solaris.c0000664000175000017500000011752113217072760013736 00000000000000/* Copyright (C) 2002-2006, 2009, 2011-2012, 2017 Rocky Bernstein Copyright (C) 2001 Herbert Valerio Riedel This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_STRING_H #include #endif #include #include #include #include #include "cdio_assert.h" #include "cdio_private.h" #define DEFAULT_CDIO_DEVICE "/vol/dev/aliases/cdrom0" #ifdef HAVE_SOLARIS_CDROM static char ** cdio_get_devices_solaris_cXtYdZs2(int flag); #ifdef HAVE_GLOB_H #include #endif #include #include #include #include #include #ifdef HAVE_SYS_CDIO_H # include /* CDIOCALLOW etc... */ #else #error "You need to have CDROM support" #endif #include #include #include #include #include #include #include #include "cdtext_private.h" /* not defined in dkio.h yet */ #define DK_DVDRW 0x13 /* reader */ typedef enum { _AM_NONE, _AM_SUN_CTRL_ATAPI, _AM_SUN_CTRL_SCSI, _AM_MMC_RDWR, _AM_MMC_RDWR_EXCL #ifdef FINISHED _AM_READ_CD, _AM_READ_10 #endif } access_mode_t; typedef struct { /* Things common to all drivers like this. This must be first. */ generic_img_private_t gen; access_mode_t access_mode; /* Some of the more OS specific things. */ /* Entry info for each track, add 1 for leadout. */ struct cdrom_tocentry tocent[CDIO_CD_MAX_TRACKS+1]; /* Track information */ struct cdrom_tochdr tochdr; } _img_private_t; /*! Return the international standard recording code ISRC. Note: string is malloc'd so caller should free() then returned string when done with it. */ static char * get_track_isrc_solaris (const void *p_user_data, track_t i_track) { const _img_private_t *p_env = p_user_data; return mmc_get_track_isrc( p_env->gen.cdio, i_track ); } static track_format_t get_track_format_solaris(void *p_user_data, track_t i_track); static access_mode_t str_to_access_mode_solaris(const char *psz_access_mode) { const access_mode_t default_access_mode = _AM_SUN_CTRL_SCSI; if (NULL==psz_access_mode) return default_access_mode; if (!strcmp(psz_access_mode, "ATAPI")) return _AM_SUN_CTRL_SCSI; /* force ATAPI to be SCSI */ else if (!strcmp(psz_access_mode, "SCSI")) return _AM_SUN_CTRL_SCSI; else if (!strcmp(psz_access_mode, "MMC_RDWR")) return _AM_MMC_RDWR; else if (!strcmp(psz_access_mode, "MMC_RDWR_EXCL")) return _AM_MMC_RDWR_EXCL; else { cdio_warn ("unknown access type: %s. Default SCSI used.", psz_access_mode); return default_access_mode; } } /*! Pause playing CD through analog output @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_pause_solaris (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMPAUSE); } /*! Playing starting at given MSF through analog output @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_play_msf_solaris (void *p_user_data, msf_t *p_start_msf, msf_t *p_end_msf) { const _img_private_t *p_env = p_user_data; struct cdrom_msf solaris_msf; solaris_msf.cdmsf_min0 = cdio_from_bcd8(p_start_msf->m); solaris_msf.cdmsf_sec0 = cdio_from_bcd8(p_start_msf->s); solaris_msf.cdmsf_frame0 = cdio_from_bcd8(p_start_msf->f); solaris_msf.cdmsf_min1 = cdio_from_bcd8(p_end_msf->m); solaris_msf.cdmsf_sec1 = cdio_from_bcd8(p_end_msf->s); solaris_msf.cdmsf_frame1 = cdio_from_bcd8(p_end_msf->f); return ioctl(p_env->gen.fd, CDROMPLAYMSF, &solaris_msf); } /*! Playing CD through analog output at the desired track and index @param p_cdio the CD object to be acted upon. @param p_track_index location to start/end. */ static driver_return_code_t audio_play_track_index_solaris (void *p_user_data, cdio_track_index_t *p_track_index) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMPLAYTRKIND, p_track_index); } /*! Read Audio Subchannel information @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_read_subchannel_solaris (void *p_user_data, cdio_subchannel_t *p_subchannel) { const _img_private_t *p_env = p_user_data; struct cdrom_subchnl subchannel; int i_rc; p_subchannel->format = CDIO_CDROM_MSF; i_rc = ioctl(p_env->gen.fd, CDROMSUBCHNL, &subchannel); if (0 == i_rc) { p_subchannel->control = subchannel.cdsc_ctrl; p_subchannel->track = subchannel.cdsc_trk; p_subchannel->index = subchannel.cdsc_ind; p_subchannel->abs_addr.m = cdio_to_bcd8(subchannel.cdsc_absaddr.msf.minute); p_subchannel->abs_addr.s = cdio_to_bcd8(subchannel.cdsc_absaddr.msf.second); p_subchannel->abs_addr.f = cdio_to_bcd8(subchannel.cdsc_absaddr.msf.frame); p_subchannel->rel_addr.m = cdio_to_bcd8(subchannel.cdsc_reladdr.msf.minute); p_subchannel->rel_addr.s = cdio_to_bcd8(subchannel.cdsc_reladdr.msf.second); p_subchannel->rel_addr.f = cdio_to_bcd8(subchannel.cdsc_reladdr.msf.frame); p_subchannel->audio_status = subchannel.cdsc_audiostatus; return DRIVER_OP_SUCCESS; } else { cdio_info ("ioctl CDROMSUBCHNL failed: %s\n", strerror(errno)); return DRIVER_OP_ERROR; } } /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_resume_solaris (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMRESUME, 0); } /*! Resume playing an audio CD. @param p_cdio the CD object to be acted upon. */ static driver_return_code_t audio_set_volume_solaris (void *p_user_data, cdio_audio_volume_t *p_volume) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMVOLCTRL, p_volume); } /*! Stop playing an audio CD. @param p_user_data the CD object to be acted upon. */ static driver_return_code_t audio_stop_solaris (void *p_user_data) { const _img_private_t *p_env = p_user_data; return ioctl(p_env->gen.fd, CDROMSTOP); } static int cdio_decode_btl_number(char **cpt, int stopper, int *no) { *no = 0; for ((*cpt)++; **cpt != stopper; (*cpt)++) { if (**cpt < '0' || **cpt > '9') return 0; *no = *no * 10 + **cpt - '0'; } return 1; } /* Read bus, target, lun from name "cXtYdZs2". Return 0 if name is not of the desired form. */ static int cdio_decode_btl_solaris(char *name, int *busno, int *tgtno, int *lunno, int flag) { char *cpt; int ret; *busno = *tgtno = *lunno = -1; cpt = name; if (*cpt != 'c') return 0; ret = cdio_decode_btl_number(&cpt, 't', busno); if (ret <= 0) return ret; ret = cdio_decode_btl_number(&cpt, 'd', tgtno); if (ret <= 0) return ret; ret = cdio_decode_btl_number(&cpt, 's', lunno); if (ret <= 0) return ret; cpt++; if (*cpt != '2' || *(cpt + 1) != 0) return 0; return 1; } static int set_scsi_tuple_solaris (_img_private_t *p_env) { int bus_no = -1, host_no = -1, channel_no = -1, target_no = -1, lun_no = -1; int ret; char tuple[160], *cpt; cpt = strrchr(p_env->gen.source_name, '/'); if (cpt == NULL) cpt = p_env->gen.source_name; else cpt++; ret = cdio_decode_btl_solaris(cpt, &bus_no, &target_no, &lun_no, 0); if (ret <= 0) return(ret); host_no = bus_no; channel_no = 0; snprintf(tuple, sizeof(tuple)-1, "%d,%d,%d,%d,%d", bus_no, host_no, channel_no, target_no, lun_no); p_env->gen.scsi_tuple = strdup(tuple); return 1; } /*! Initialize CD device. */ static bool init_solaris (_img_private_t *p_env) { int open_flags = O_RDONLY | O_NDELAY; if (_AM_MMC_RDWR != p_env->access_mode && _AM_MMC_RDWR_EXCL != p_env->access_mode) /* (was once set to _AM_SUN_CTRL_SCSI unconditionally) */ p_env->access_mode = _AM_SUN_CTRL_SCSI; if (!cdio_generic_init(p_env, open_flags)) return false; set_scsi_tuple_solaris(p_env); return true; } /*! Run a SCSI MMC command. p_user_data internal CD structure. i_timeout_ms time in milliseconds we will wait for the command to complete. i_cdb Size of p_cdb p_cdb CDB bytes. e_direction direction the transfer is to go. i_buf Size of buffer p_buf Buffer for data, both sending and receiving */ static driver_return_code_t run_mmc_cmd_solaris(void *p_user_data, unsigned int i_timeout_ms, unsigned int i_cdb, const mmc_cdb_t *p_cdb, cdio_mmc_direction_t e_direction, unsigned int i_buf, /*in/out*/ void *p_buf) { _img_private_t *p_env = p_user_data; struct uscsi_cmd cgc; int i_rc; cdio_mmc_request_sense_t sense; unsigned char *u_sense = (unsigned char *) &sense; memset (&cgc, 0, sizeof (struct uscsi_cmd)); cgc.uscsi_cdb = (caddr_t) p_cdb; /* See: man uscsi http://docs.sun.com/app/docs/doc/816-5177/uscsi-7i?a=view */ p_env->gen.scsi_mmc_sense_valid = 0; memset(u_sense, 0, sizeof(sense)); cgc.uscsi_rqbuf = (caddr_t) u_sense; cgc.uscsi_rqlen = sizeof(sense); /* No error messages, no retries, do not execute with other commands, request sense data */ cgc.uscsi_flags = USCSI_SILENT | USCSI_DIAGNOSE | USCSI_ISOLATE | USCSI_RQENABLE; if (SCSI_MMC_DATA_READ == e_direction) cgc.uscsi_flags |= USCSI_READ; else if (SCSI_MMC_DATA_WRITE == e_direction) cgc.uscsi_flags |= USCSI_WRITE; cgc.uscsi_timeout = msecs2secs(i_timeout_ms); cgc.uscsi_bufaddr = p_buf; cgc.uscsi_buflen = i_buf; cgc.uscsi_cdblen = i_cdb; i_rc = ioctl(p_env->gen.fd, USCSICMD, &cgc); /* Record SCSI sense reply for API call mmc_last_cmd_sense(). */ if (sense.additional_sense_len) { /* sense data available */ int sense_size = sense.additional_sense_len + 8; if (sense_size > sizeof(sense)) sense_size = sizeof(sense); memcpy((void *) p_env->gen.scsi_mmc_sense, &sense, sense_size); p_env->gen.scsi_mmc_sense_valid = sense_size; } if (0 == i_rc) return DRIVER_OP_SUCCESS; if (-1 == i_rc) { cdio_info ("ioctl USCSICMD failed: %s", strerror(errno)); switch (errno) { case EPERM: return DRIVER_OP_NOT_PERMITTED; break; case EINVAL: return DRIVER_OP_BAD_PARAMETER; break; case EFAULT: return DRIVER_OP_BAD_POINTER; break; case EIO: default: return DRIVER_OP_ERROR; break; } } else if (i_rc < -1) return DRIVER_OP_ERROR; else /*Not sure if this the best thing, but we'll use anyway. */ return DRIVER_OP_SUCCESS; } /*! Reads audio sectors from CD device into data starting from lsn. Returns 0 if no error. May have to check size of nblocks. There may be a limit that can be read in one go, e.g. 25 blocks. */ static int _read_audio_sectors_solaris (void *p_user_data, void *data, lsn_t i_lsn, unsigned int i_blocks) { msf_t _msf; struct cdrom_cdda cdda; _img_private_t *p_env = p_user_data; cdio_lba_to_msf (cdio_lsn_to_lba(i_lsn), &_msf); if (p_env->gen.ioctls_debugged == 75) cdio_debug ("only displaying every 75th ioctl from now on"); if (p_env->gen.ioctls_debugged == 30 * 75) cdio_debug ("only displaying every 30*75th ioctl from now on"); if (p_env->gen.ioctls_debugged < 75 || (p_env->gen.ioctls_debugged < (30 * 75) && p_env->gen.ioctls_debugged % 75 == 0) || p_env->gen.ioctls_debugged % (30 * 75) == 0) cdio_debug ("reading %d", i_lsn); p_env->gen.ioctls_debugged++; if (i_blocks > 60) { cdio_warn("%s:\n", "we can't handle reading more than 60 blocks. Reset to 60"); } cdda.cdda_addr = i_lsn; cdda.cdda_length = i_blocks; cdda.cdda_data = (caddr_t) data; cdda.cdda_subcode = CDROM_DA_NO_SUBCODE; if (ioctl (p_env->gen.fd, CDROMCDDA, &cdda) == -1) { perror ("ioctl(..,CDROMCDDA,..)"); return DRIVER_OP_ERROR; /* exit (EXIT_FAILURE); */ } return DRIVER_OP_SUCCESS; } /*! Reads a single mode1 sector from cd device into data starting from i_lsn. */ static driver_return_code_t _read_mode1_sector_solaris (void *p_env, void *data, lsn_t i_lsn, bool b_form2) { #ifdef FIXED do something here. #else return cdio_generic_read_form1_sector(p_env, data, i_lsn); #endif } /*! Reads i_blocks of mode2 sectors from cd device into data starting from i_lsn. */ static driver_return_code_t _read_mode1_sectors_solaris (void *p_user_data, void *p_data, lsn_t i_lsn, bool b_form2, unsigned int i_blocks) { _img_private_t *p_env = p_user_data; unsigned int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < i_blocks; i++) { if ( (retval = _read_mode1_sector_solaris (p_env, ((char *)p_data) + (blocksize * i), i_lsn + i, b_form2)) ) return retval; } return DRIVER_OP_SUCCESS; } /*! Reads a single mode2 sector from cd device into data starting from lsn. */ static driver_return_code_t _read_mode2_sector_solaris (void *p_user_data, void *p_data, lsn_t i_lsn, bool b_form2) { char buf[CDIO_CD_FRAMESIZE_RAW] = { 0, }; struct cdrom_msf solaris_msf; msf_t _msf; int offset = 0; struct cdrom_cdxa cd_read; _img_private_t *p_env = p_user_data; cdio_lba_to_msf (cdio_lsn_to_lba(i_lsn), &_msf); solaris_msf.cdmsf_min0 = cdio_from_bcd8(_msf.m); solaris_msf.cdmsf_sec0 = cdio_from_bcd8(_msf.s); solaris_msf.cdmsf_frame0 = cdio_from_bcd8(_msf.f); if (p_env->gen.ioctls_debugged == 75) cdio_debug ("only displaying every 75th ioctl from now on"); if (p_env->gen.ioctls_debugged == 30 * 75) cdio_debug ("only displaying every 30*75th ioctl from now on"); if (p_env->gen.ioctls_debugged < 75 || (p_env->gen.ioctls_debugged < (30 * 75) && p_env->gen.ioctls_debugged % 75 == 0) || p_env->gen.ioctls_debugged % (30 * 75) == 0) cdio_debug ("reading %2.2d:%2.2d:%2.2d", solaris_msf.cdmsf_min0, solaris_msf.cdmsf_sec0, solaris_msf.cdmsf_frame0); p_env->gen.ioctls_debugged++; /* Using CDROMXA ioctl will actually use the same uscsi command * as ATAPI, except we don't need to be root */ offset = CDIO_CD_XA_SYNC_HEADER; cd_read.cdxa_addr = i_lsn; cd_read.cdxa_data = buf; cd_read.cdxa_length = 1; cd_read.cdxa_format = CDROM_XA_SECTOR_DATA; if (ioctl (p_env->gen.fd, CDROMCDXA, &cd_read) == -1) { perror ("ioctl(..,CDROMCDXA,..)"); return 1; /* exit (EXIT_FAILURE); */ } if (b_form2) memcpy (p_data, buf + (offset-CDIO_CD_SUBHEADER_SIZE), M2RAW_SECTOR_SIZE); else memcpy (((char *)p_data), buf + offset, CDIO_CD_FRAMESIZE); return DRIVER_OP_SUCCESS; } /*! Reads i_blocks of mode2 sectors from cd device into data starting from i_lsn. */ static driver_return_code_t _read_mode2_sectors_solaris (void *p_user_data, void *data, lsn_t i_lsn, bool b_form2, unsigned int i_blocks) { _img_private_t *p_env = p_user_data; unsigned int i; int retval; unsigned int blocksize = b_form2 ? M2RAW_SECTOR_SIZE : CDIO_CD_FRAMESIZE; for (i = 0; i < i_blocks; i++) { if ( (retval = _read_mode2_sector_solaris (p_env, ((char *)data) + (blocksize * i), i_lsn + i, b_form2)) ) return retval; } return 0; } /*! Return the size of the CD in logical block address (LBA) units. @return the size. On error return CDIO_INVALID_LSN. */ static lsn_t get_disc_last_lsn_solaris (void *p_user_data) { _img_private_t *p_env = p_user_data; struct cdrom_tocentry tocent; uint32_t size; tocent.cdte_track = CDIO_CDROM_LEADOUT_TRACK; tocent.cdte_format = CDIO_CDROM_LBA; if (ioctl (p_env->gen.fd, CDROMREADTOCENTRY, &tocent) == -1) { perror ("ioctl(CDROMREADTOCENTRY)"); exit (EXIT_FAILURE); } size = tocent.cdte_addr.lba; return size; } /*! Set the arg "key" with "value" in the source device. Currently "source" and "access-mode" are valid keys. "source" sets the source device in I/O operations "access-mode" sets the the method of CD access DRIVER_OP_SUCCESS is returned if no error was found, and nonzero if there as an error. */ static driver_return_code_t _set_arg_solaris (void *p_user_data, const char key[], const char value[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { if (!value) return DRIVER_OP_ERROR; free (p_env->gen.source_name); p_env->gen.source_name = strdup (value); } else if (!strcmp (key, "access-mode")) { p_env->access_mode = str_to_access_mode_solaris(key); } else return DRIVER_OP_ERROR; return DRIVER_OP_SUCCESS; } /*! Read and cache the CD's Track Table of Contents and track info. Return true if successful or false if an error. */ static bool read_toc_solaris (void *p_user_data) { _img_private_t *p_env = p_user_data; int i; /* read TOC header */ if ( ioctl(p_env->gen.fd, CDROMREADTOCHDR, &p_env->tochdr) == -1 ) { cdio_warn("%s: %s\n", "error in ioctl CDROMREADTOCHDR", strerror(errno)); return false; } p_env->gen.i_first_track = p_env->tochdr.cdth_trk0; p_env->gen.i_tracks = p_env->tochdr.cdth_trk1; /* read individual tracks */ for (i=p_env->gen.i_first_track; i<=p_env->gen.i_tracks; i++) { struct cdrom_tocentry *p_toc = &(p_env->tocent[i-p_env->gen.i_first_track]); p_toc->cdte_track = i; p_toc->cdte_format = CDIO_CDROM_MSF; if ( ioctl(p_env->gen.fd, CDROMREADTOCENTRY, p_toc) == -1 ) { cdio_warn("%s %d: %s\n", "error in ioctl CDROMREADTOCENTRY for track", i, strerror(errno)); return false; } set_track_flags(&(p_env->gen.track_flags[i]), p_toc->cdte_ctrl); } /* read the lead-out track */ p_env->tocent[p_env->tochdr.cdth_trk1].cdte_track = CDIO_CDROM_LEADOUT_TRACK; p_env->tocent[p_env->tochdr.cdth_trk1].cdte_format = CDIO_CDROM_MSF; if (ioctl(p_env->gen.fd, CDROMREADTOCENTRY, &p_env->tocent[p_env->tochdr.cdth_trk1]) == -1 ) { cdio_warn("%s: %s\n", "error in ioctl CDROMREADTOCENTRY for lead-out", strerror(errno)); return false; } p_env->gen.toc_init = true; return true; } /*! Eject media in CD drive. If successful, as a side effect we also free obj. */ static driver_return_code_t eject_media_solaris (void *p_user_data) { _img_private_t *p_env = p_user_data; int ret; close(p_env->gen.fd); p_env->gen.fd = -1; if (p_env->gen.fd > -1) { if ((ret = ioctl(p_env->gen.fd, CDROMEJECT)) != 0) { cdio_generic_free((void *) p_env); cdio_warn ("CDROMEJECT failed: %s\n", strerror(errno)); return DRIVER_OP_ERROR; } else { return DRIVER_OP_SUCCESS; } } return DRIVER_OP_ERROR; } static bool is_mmc_supported(void *user_data) { _img_private_t *env = user_data; return (_AM_NONE == env->access_mode) ? false : true; } /*! Return the value associated with the key "arg". */ static const char * get_arg_solaris (void *p_user_data, const char key[]) { _img_private_t *p_env = p_user_data; if (!strcmp (key, "source")) { return p_env->gen.source_name; } else if (!strcmp (key, "access-mode")) { switch (p_env->access_mode) { case _AM_SUN_CTRL_ATAPI: return "ATAPI"; case _AM_SUN_CTRL_SCSI: return "SCSI"; case _AM_MMC_RDWR: return "MMC_RDWR"; case _AM_MMC_RDWR_EXCL: return "MMC_RDWR_EXCL"; case _AM_NONE: return "no access method"; } } else if (!strcmp (key, "scsi-tuple")) { return p_env->gen.scsi_tuple; } else if (!strcmp (key, "mmc-supported?")) { return is_mmc_supported(p_user_data) ? "true" : "false"; } return NULL; } /*! Get the block size used in read requests, via ioctl. @return the blocksize if > 0; error if <= 0 */ static int get_blocksize_solaris (void *p_user_data) { _img_private_t *p_env = p_user_data; int ret; int i_blocksize; if ( !p_env || p_env->gen.fd <=0 ) return DRIVER_OP_UNINIT; if ((ret = ioctl(p_env->gen.fd, CDROMGBLKMODE, &i_blocksize)) != 0) { cdio_warn ("CDROMGBLKMODE failed: %s\n", strerror(errno)); return DRIVER_OP_ERROR; } else { return i_blocksize; } } #ifdef HAVE_SOLARIS_CDROM /*! Return a string containing the default CD device if none is specified. This call does not assume a fixed default drive address but rather uses the first drive that gets enumerated by cdio_get_devices_solaris_cXtYdZs2(). */ static char * cdio_get_default_cXtYdZs2(void) { char **devlist, *result = NULL; devlist = cdio_get_devices_solaris_cXtYdZs2(1); if(devlist != NULL) { if(devlist[0] != NULL) result = strdup(devlist[0]); free(devlist); } if(result != NULL) return result; return strdup(DEFAULT_CDIO_DEVICE); } #endif /*! Return a string containing the default CD device if none is specified. */ char * cdio_get_default_device_solaris(void) { char *volume_device; char *volume_name; char *volume_action; char *device; struct stat stb; /* vold and its directory /vol have been replaced by "Tamarack" which is based on hald. This happened in 2006. */ if(stat("/vol", &stb) == -1) return cdio_get_default_cXtYdZs2(); if((stb.st_mode & S_IFMT) != S_IFDIR) return cdio_get_default_cXtYdZs2(); if ((volume_device = getenv("VOLUME_DEVICE")) != NULL && (volume_name = getenv("VOLUME_NAME")) != NULL && (volume_action = getenv("VOLUME_ACTION")) != NULL && strcmp(volume_action, "insert") == 0) { uint len = strlen(volume_device) + strlen(volume_name) + 2; device = calloc(1, len); if (device == NULL) return strdup(DEFAULT_CDIO_DEVICE); snprintf(device, len, "%s/%s", volume_device, volume_name); if (stat(device, &stb) != 0 || !S_ISCHR(stb.st_mode)) { free(device); return strdup(DEFAULT_CDIO_DEVICE); } return device; } /* Check if it could be a Solaris media*/ if((stat(DEFAULT_CDIO_DEVICE, &stb) == 0) && S_ISDIR(stb.st_mode)) { uint len = strlen(DEFAULT_CDIO_DEVICE + 4); device = calloc(1, len); snprintf(device, len, "%s/s0", DEFAULT_CDIO_DEVICE); return device; } return strdup(DEFAULT_CDIO_DEVICE); } /*! Get disc type associated with cd object. */ static discmode_t get_discmode_solaris (void *p_user_data) { _img_private_t *p_env = p_user_data; track_t i_track; discmode_t discmode=CDIO_DISC_MODE_NO_INFO; struct dk_minfo media; int ret; memset(&media, 0, sizeof(media)); /* Get the media info */ if((ret = ioctl(p_env->gen.fd, DKIOCGMEDIAINFO, &media)) != 0) { cdio_warn ("DKIOCGMEDIAINFO failed: %s\n", strerror(errno)); return CDIO_DISC_MODE_NO_INFO; } switch(media.dki_media_type) { case DK_CDROM: case DK_CDR: case DK_CDRW: /* Do cdrom detection */ break; case DK_DVDROM: return CDIO_DISC_MODE_DVD_ROM; case DK_DVDR: discmode = CDIO_DISC_MODE_DVD_R; break; case DK_DVDRAM: discmode = CDIO_DISC_MODE_DVD_RAM; break; case DK_DVDRW: case DK_DVDRW+1: discmode = CDIO_DISC_MODE_DVD_RW; break; default: /* no valid match */ return CDIO_DISC_MODE_NO_INFO; } /* GNU/Linux ioctl(.., CDROM_DISC_STATUS) does not return "CD DATA Form 2" for SVCD's even though they are are form 2. Issue a SCSI MMC-2 FULL TOC command first to try get more accurate information. */ discmode = mmc_get_discmode(p_env->gen.cdio); if (CDIO_DISC_MODE_NO_INFO != discmode) return discmode; if((discmode == CDIO_DISC_MODE_DVD_RAM || discmode == CDIO_DISC_MODE_DVD_RW || discmode == CDIO_DISC_MODE_DVD_R)) { /* Fallback to uscsi if we can */ if(geteuid() == 0) return get_discmode_solaris(p_user_data); return discmode; } if (!p_env->gen.toc_init) read_toc_solaris (p_env); if (!p_env->gen.toc_init) return CDIO_DISC_MODE_NO_INFO; for (i_track = p_env->gen.i_first_track; i_track < p_env->gen.i_first_track + p_env->tochdr.cdth_trk1 ; i_track ++) { track_format_t track_fmt=get_track_format_solaris(p_env, i_track); switch(track_fmt) { case TRACK_FORMAT_AUDIO: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_DA; break; case CDIO_DISC_MODE_CD_DA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_XA: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_XA; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_DATA: switch(discmode) { case CDIO_DISC_MODE_NO_INFO: discmode = CDIO_DISC_MODE_CD_DATA; break; case CDIO_DISC_MODE_CD_DATA: case CDIO_DISC_MODE_CD_MIXED: case CDIO_DISC_MODE_ERROR: /* No change*/ break; default: discmode = CDIO_DISC_MODE_CD_MIXED; } break; case TRACK_FORMAT_ERROR: default: discmode = CDIO_DISC_MODE_ERROR; } } return discmode; } /*! Return the session number of the last on the CD. @param p_cdio the CD object to be acted upon. @param i_last_session pointer to the session number to be returned. */ static driver_return_code_t get_last_session_solaris (void *p_user_data, /*out*/ lsn_t *i_last_session_lsn) { const _img_private_t *p_env = p_user_data; int i_rc; i_rc = ioctl(p_env->gen.fd, CDROMREADOFFSET, &i_last_session_lsn); if (0 == i_rc) { return DRIVER_OP_SUCCESS; } else { cdio_warn ("ioctl CDROMREADOFFSET failed: %s\n", strerror(errno)); return DRIVER_OP_ERROR; } } /*! Get format of track. */ static track_format_t get_track_format_solaris(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if ( !p_env ) return TRACK_FORMAT_ERROR; if (!p_env->gen.init) init_solaris(p_env); if (!p_env->gen.toc_init) read_toc_solaris (p_user_data) ; if ( (i_track > p_env->gen.i_tracks+p_env->gen.i_first_track) || i_track < p_env->gen.i_first_track) return TRACK_FORMAT_ERROR; i_track -= p_env->gen.i_first_track; /* This is pretty much copied from the "badly broken" cdrom_count_tracks in linux/cdrom.c. */ if (p_env->tocent[i_track].cdte_ctrl & CDROM_DATA_TRACK) { if (p_env->tocent[i_track].cdte_format == CDIO_CDROM_CDI_TRACK) return TRACK_FORMAT_CDI; else if (p_env->tocent[i_track].cdte_format == CDIO_CDROM_XA_TRACK) return TRACK_FORMAT_XA; else return TRACK_FORMAT_DATA; } else return TRACK_FORMAT_AUDIO; } /*! Return true if we have XA data (green, mode2 form1) or XA data (green, mode2 form2). That is track begins: sync - header - subheader 12 4 - 8 FIXME: there's gotta be a better design for this and get_track_format? */ static bool get_track_green_solaris(void *p_user_data, track_t i_track) { _img_private_t *p_env = p_user_data; if ( !p_env ) return false; if (!p_env->gen.init) init_solaris(p_env); if (!p_env->gen.toc_init) read_toc_solaris (p_env) ; if (i_track >= p_env->gen.i_tracks+p_env->gen.i_first_track || i_track < p_env->gen.i_first_track) return false; i_track -= p_env->gen.i_first_track; /* FIXME: Dunno if this is the right way, but it's what I was using in cd-info for a while. */ return ((p_env->tocent[i_track].cdte_ctrl & 2) != 0); } /*! Return the starting MSF (minutes/secs/frames) for track number track_num in obj. Track numbers usually start at something greater than 0, usually 1. The "leadout" track is specified either by using track_num LEADOUT_TRACK or the total tracks+1. False is returned if there is no entry. */ static bool get_track_msf_solaris(void *p_user_data, track_t i_track, msf_t *msf) { _img_private_t *p_env = p_user_data; if (NULL == msf) return false; if (!p_env->gen.init) init_solaris(p_env); if (!p_env->gen.toc_init) read_toc_solaris (p_env) ; if (i_track == CDIO_CDROM_LEADOUT_TRACK) i_track = p_env->gen.i_tracks + p_env->gen.i_first_track; if (i_track > (p_env->gen.i_tracks+p_env->gen.i_first_track) || i_track < p_env->gen.i_first_track) { return false; } else { struct cdrom_tocentry *msf0 = &p_env->tocent[i_track-1]; msf->m = cdio_to_bcd8(msf0->cdte_addr.msf.minute); msf->s = cdio_to_bcd8(msf0->cdte_addr.msf.second); msf->f = cdio_to_bcd8(msf0->cdte_addr.msf.frame); return true; } } /*! Get the block size used in read requests, via ioctl. @return the blocksize if > 0; error if <= 0 */ static driver_return_code_t set_blocksize_solaris (void *p_user_data, uint16_t i_blocksize) { _img_private_t *p_env = p_user_data; int ret; if ( !p_env || p_env->gen.fd <=0 ) return DRIVER_OP_UNINIT; if ((ret = ioctl(p_env->gen.fd, CDROMSBLKMODE, i_blocksize)) != 0) { cdio_warn ("CDROMSBLKMODE failed: %s\n", strerror(errno)); return DRIVER_OP_ERROR; } else { return DRIVER_OP_SUCCESS; } } /* Set CD-ROM drive speed */ static driver_return_code_t set_speed_solaris (void *p_user_data, int i_speed) { const _img_private_t *p_env = p_user_data; if (!p_env) return DRIVER_OP_UNINIT; return ioctl(p_env->gen.fd, CDROMSDRVSPEED, i_speed); } #else /*! Return a string containing the default VCD device if none is specified. */ char * cdio_get_default_device_solaris(void) { return strdup(DEFAULT_CDIO_DEVICE); } #endif /* HAVE_SOLARIS_CDROM */ /*! Close tray on CD-ROM. @param psz_device the CD-ROM drive to be closed. */ driver_return_code_t close_tray_solaris (const char *psz_device) { #ifdef HAVE_SOLARIS_CDROM int i_rc; int fd = open (psz_device, O_RDONLY|O_NONBLOCK); if ( fd > -1 ) { i_rc = DRIVER_OP_SUCCESS; if((i_rc = ioctl(fd, CDROMSTART)) != 0) { cdio_warn ("ioctl CDROMSTART failed: %s\n", strerror(errno)); i_rc = DRIVER_OP_ERROR; } close(fd); } else i_rc = DRIVER_OP_ERROR; return i_rc; #else return DRIVER_OP_NO_DRIVER; #endif /*HAVE_SOLARIS_CDROM*/ } #ifdef HAVE_SOLARIS_CDROM /*! Return an array of strings giving possible CD devices. New method after demise of vold in 2006. */ /* flag bit0= need only the first drive */ static char ** cdio_get_devices_solaris_cXtYdZs2(int flag) { int busno, tgtno, lunno, ret; char volpath[160]; char **drives = NULL; unsigned int i_files=0; DIR *dir = NULL; struct dirent *entry; #ifdef LIBCDIO_SOLARIS_WITH_CD_INQUIRY CdIo_t *cdio = NULL; mmc_cdb_t cdb = {{0, }}; int timeout_ms; driver_return_code_t i_status; char reply[36]; static unsigned char spc_inquiry[] = { 0x12, 0, 0, 0, 36, 0 }; #else struct dk_cinfo cinfo; int fd = -1; #endif static int recursion = 0; if (recursion) { fprintf(stderr, "Program error ! Recursion of cdio_get_devices_solaris_cXtYdZs2()\n"); return NULL; } recursion = 1; dir = opendir("/dev/rdsk"); if (dir == NULL) { cdio_warn ("opendir(\"/dev/rdsk\") failed: %s\n", strerror(errno)); goto ex; } while (1) { entry = readdir(dir); if (entry == NULL) { if (errno) { cdio_warn ("readdir(/dev/rdsk) failed: %s\n", strerror(errno)); goto ex; } break; } ret = cdio_decode_btl_solaris(entry->d_name, &busno, &tgtno, &lunno, 0); if (ret < 0) goto ex; if (ret == 0) continue; /* not cXtYdZs2 */ if (strlen(entry->d_name) > sizeof(volpath) - 11) continue; snprintf(volpath, sizeof(volpath), "/dev/rdsk/%s", entry->d_name); #ifdef LIBCDIO_SOLARIS_WITH_CD_INQUIRY cdio = cdio_open_am_solaris(volpath, "MMC_RDWR"); if(cdio == NULL) continue; memcpy(cdb.field, spc_inquiry, 6); timeout_ms = 10000; i_status = run_mmc_cmd_solaris(cdio->env, timeout_ms, 6, &cdb, SCSI_MMC_DATA_READ, (unsigned int) spc_inquiry[4], reply); cdio_destroy(cdio); cdio = NULL; if (i_status != 0) continue; /* SBC-3 , table 83 , PERIPHERAL DEVICE TYPE : 5 = CD/DVD device */ if((reply[0] & 0x1F) != 5) continue; #else /* LIBCDIO_SOLARIS_WITH_CD_INQUIRY */ fd = open(volpath, O_RDONLY | O_NDELAY); if (fd < 0) continue; /* See man dkio */ ret = ioctl(fd, DKIOCINFO, &cinfo); close(fd); fd = -1; if (ret < 0) continue; if (cinfo.dki_ctype != DKC_CDROM) continue; #endif /* ! LIBCDIO_SOLARIS_WITH_CD_INQUIRY */ cdio_add_device_list(&drives, volpath, &i_files); if(flag & 1) goto ex; /* Only the first drive is desired */ } ex:; recursion = 0; if(dir != NULL) closedir(dir); cdio_add_device_list(&drives, NULL, &i_files); return drives; } #endif /*HAVE_SOLARIS_CDROM*/ /*! Return an array of strings giving possible CD devices. */ char ** cdio_get_devices_solaris (void) { #ifndef HAVE_SOLARIS_CDROM return NULL; #else char volpath[256]; struct stat st; char **drives = NULL; unsigned int i_files=0; #ifdef HAVE_GLOB_H unsigned int i; glob_t globbuf; #endif /* vold and its directory /vol have been replaced by "Tamarack" which is based on hald. This happened in 2006. */ if(stat("/vol", &st) == -1) return cdio_get_devices_solaris_cXtYdZs2(0); if((st.st_mode & S_IFMT) != S_IFDIR) return cdio_get_devices_solaris_cXtYdZs2(0); #ifdef HAVE_GLOB_H globbuf.gl_offs = 0; glob("/vol/dev/aliases/cdrom*", GLOB_DOOFFS, NULL, &globbuf); for (i=0; iaccess_mode = str_to_access_mode_solaris(access_mode); _data->gen.init = false; _data->gen.fd = -1; _data->gen.toc_init = false; _data->gen.b_cdtext_error = false; if (NULL == psz_orig_source) { psz_source = cdio_get_default_device_solaris(); if (NULL == psz_source) { free(_data); return NULL; } _set_arg_solaris(_data, "source", psz_source); free(psz_source); } else { if (cdio_is_device_generic(psz_orig_source)) _set_arg_solaris(_data, "source", psz_orig_source); else { /* The below would be okay if all device drivers worked this way. */ #if 0 cdio_info ("source %s is not a device", psz_orig_source); #endif free(_data); return NULL; } } ret = cdio_new ( (void *) _data, &_funcs ); if (ret == NULL) return NULL; ret->driver_id = DRIVER_SOLARIS; if (init_solaris(_data)) return ret; else { cdio_generic_free (_data); free(ret); return NULL; } #else return NULL; #endif /* HAVE_SOLARIS_CDROM */ } bool cdio_have_solaris (void) { #ifdef HAVE_SOLARIS_CDROM return true; #else return false; #endif /* HAVE_SOLARIS_CDROM */ } libcdio-2.0.0/lib/Makefile.am0000644000175000017500000000170011724274751012651 00000000000000# Copyright (C) 2003, 2004, 2006, 2008, 2012 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # ######################################################## # make all libraries ######################################################## if ENABLE_CXX_BINDINGS cxxdirs = cdio++ endif SUBDIRS = driver iso9660 udf $(cxxdirs) libcdio-2.0.0/aclocal.m40000664000175000017500000012611713222217401011703 00000000000000# generated automatically by aclocal 1.15 -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless 'enable' is passed literally. # For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], am_maintainer_other[ make rules and dependencies not useful (and sometimes confusing) to the casual installer])], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/codeset.m4]) m4_include([m4/iconv.m4]) m4_include([m4/lib-ld.m4]) m4_include([m4/lib-link.m4]) m4_include([m4/lib-prefix.m4]) m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/pkg.m4]) libcdio-2.0.0/package/0000775000175000017500000000000013222221716011512 500000000000000libcdio-2.0.0/package/libcdio.spec.in0000644000175000017500000000737711565177211014344 00000000000000### $Id: libcdio.spec.in,v 1.2 2006/03/28 14:11:56 rocky Exp $ ### autogenerated---edit *.spec.in %define name @PACKAGE@ %define ver @VERSION@ %define rel 0 Name: %{name} Summary: CD-ROM access library Summary(de): CD-ROM Zugriffsbibliothek Version: %{ver} Release: %{rel} Copyright: GPL Group: Development/Libraries URL: http://www.gnu.org/software/libcdio/ Source0: %{name}-%{version}.tar.gz Packager: Manfred Tremmel Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root %description The libcdio package contains a library for CD-ROM and CD image access. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM or of the specific details of various CD-image formats may benefit from using this library. A library for working with ISO-9660 filesystems libiso9660 is included. A generic interface for issuing MMC (multimedia commands) is also part of the libcdio library. %description -l de Diese Bibliothek dient zur Kapselung von CD-ROM Zugriffen und dessen Kontrolle. Anwendungen brauchen sich nicht um die Betriebssystemspezifischen oder Device-Abhängigen Eigenschaften des CD-ROM zu kümmern, dies erledigt die Bibliothek. %package devel Summary: libcdio development package Summary(de): libcdio Entwicklerpaket Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel libcdio development package %description devel -l de libcdio Entwicklerpaket %package -n cdinfo Summary: cd-info Summary(de): cd-info Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} #Requires: libvcd >= 0.7.20 Requires: libcddb BuildRequires: libcddb-devel #BuildRequires: libvcd-devel >= 0.7.20 %description -n cdinfo cd-info prints various information about a CD or CD image, analyzes and gives information about each of the tracks, and tries to detect the type of CD (e.g. VCD, Audio CD, PhotoCD, a bootable CD, etc.). For audio CD's more information is given if libcddb is installed. For Video CD's more information is given if the libvcdinfo library is installed. %description -n cdinfo -l de cd-info gibt verschiedene informationen über eine CD oder ein CD-Image aus, analysiert und informiert über jeden der Tracks und versucht, den Typ der CD zu ermitteln (z.B. VCD, Audio-CD, PhotoCD, eine bootbare CD usw.). Zu Audio-CDs werden weitere Informationen ausgegeben, wenn die libcddb installiert ist. Zu Video-CDs werden mehr Informationen ausgegeben, wenn die libvcdinfo installiert ist. %prep %setup %build %configure %__make %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %makeinstall rm -rf ${RPM_BUILD_ROOT}/%{_mandir} %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig %postun /sbin/ldconfig %files %defattr(-,root,root) %doc AUTHORS INSTALL NEWS THANKS TODO %{_libdir}/lib*.so.* %files devel %defattr(-, root, root) %doc ChangeLog COPYING README %{_libdir}/lib*.so %{_libdir}/*.*a %{_includedir}/cdio/* %{_infodir}/* %{_libdir}/pkgconfig/*.pc %files -n cdinfo %defattr(-,root,root) %{_bindir}/* %changelog * Sun Feb 15 2004 Manfred Tremmel - some little changes * Sat Feb 14 2004 Rocky Bernstein - require vcdimager 0.7.20, small rpm fixes * Tue Sep 9 2003 Rocky Bernstein - small fixes really from Frantisek Dvorak * Sun Aug 30 2003 Frantisek Dvorak - two files added * Wed Aug 06 2003 Rocky Bernstein - fixes really Manfred Tremmel at http://www.iiv.de/schwinde/buerger/tremmel/ * Fri Apr 25 2003 Manfred Tremmel - first spec file libcdio-2.0.0/install-sh0000755000175000017500000003546313222217403012052 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2014-09-12.12; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) # $RANDOM is not portable (e.g. dash); use it when possible to # lower collision chance tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so # create the $tmpdir first (and fail if unsuccessful) to make sure # that nobody tries to guess the $tmpdir name. if (umask $mkdir_umask && $mkdirprog $mkdir_mode "$tmpdir" && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. test_tmpdir="$tmpdir/a" ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac oIFS=$IFS IFS=/ set -f set fnord $dstdir shift set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libcdio-2.0.0/libiso9660++.pc.in0000644000175000017500000000046711126441340012727 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ libiconv=@LTLIBICONV@ Name: libiso9660++ Description: C++ OO ISO-9660 library of libcdio Version: @PACKAGE_VERSION@ Requires: libcdio Libs: -L${libdir} -liso9660++ -lcdio++ -liso9660 @LTLIBICONV@ -lcdio Cflags: -I${includedir} libcdio-2.0.0/README.libcdio0000664000175000017500000001670613217072760012344 00000000000000See README.develop if you plan use the git or development version. 0. To compile the source, you'll need a POSIX shell and utilities (sh, sed, grep, cat), an ANSI C compiler like gcc, and a POSIX "make" program like GNU make or remake. You may also want to have "libtool" installed for building portable shared libraries. 1. Uncompress and unpack the source code using for example "tar". Recent versions of GNU tar can do this in one step like this: tar -xpf libcdio-*.bz # or libcdio-*.gz 2. Go into the directory, run "configure" followed by "make": cd libcdio-* sh ./configure MAKE=make # or remake or gmake 3. If step 2 works, compile everything: make # or remake 4. Run the regression tests if you want: make check # or remake check 5. Install. If the preceding steps were successful: make install # you may have to do this as root # or "sudo make install" If you have problems linking libcdio or libiso9660, see the BSD section. You might also try the option --without-versioned-libs. However this option does help with the situation described below so it is preferred all other things being equal. If you are debugging libcdio, the libtool and the dynamic libraries can make things harder. I suggest setting CFLAGS to include '-fno-inline -g' and using --disable-shared on configure. VCD dependency: --------------- One thing that confuses people is the "dependency" on libvcdinfo from vcdimager, while vcdimager has a dependency on libcdio. This libcdio dependency on vcdimager is an optional (i.e. not mandatory) dependency, while the vcdimager dependency right now is mandatory. libvcdinfo is used only by the utility program cd-info. If you want cd-info to use the VCD reporting portion and you don't already have vcdimager installed, build and install libcdio, then vcdimager, then configure libcdio again and it should find libvcdinfo. People who make packages might consider making two packages, a libcdio package with just the libraries (and no dependency on libvcdinfo) and a libcdio-utils which contains cd-info and iso-info, cd-read, iso-read. Should you want cd-info with VCD support then you'd add a dependency in that package to libvcdinfo. Another thing one can do is "make install" inside the library, or run "configure --without-vcd-info --without-cddb" (since libcddb also has an optional dependency on libcdio). Microsoft Windows ------- Building under Microsoft Windows is supported for cygwin (http://www.cygwin.com). You need to have the cygwin libiconv-devel package installed. For MinGW (http://www.mingw.org/) also works provided you have libiconv installed. Support for Microsoft compilers (e.g. Visual C) is not officially supported. You need to make your own "project" files. Don't undertake this unless you are willing to spend time hacking. In the past xboxmediacenter team folks I believe have gone this route, as has Pete Batard in his rufus project. You may be able to use their project files as a starting point. XBOX ------- Consult the xboxmediacenter team (www.xboxmediacenter.de) BSD, FreeBSD, NetBSD --- Unless you use --without-versioned-libs (not recommended), you need to use GNU make or remake (http://bashdb.sf.net/remake). GNU make can be found under the name "gmake". If you use another make you are likely to get problems linking libcdio and libiso9660. Solaris ------- You may need to use --without-versioned-libs if you get a problem building libcdio or libiso9660. If you get a message like: libcdio.so: attempted multiple inclusion of file because you have enable vcd-info and it is installed, then the only way I know how to get around is to use configure with --disable-shared. OS Support --------------- Support for Operating Systems's is really based on the desire, ability and willingness of others to help out. I use GNU/Linux so that probably works best. Before a release I'll test on servers I have available. I also announce a pending release on libcdio-devel@gnu.org and ask others to test out. Specific libcdio configure options and environment variables --------------- --disable-cxx Disable C++ bindings (default enabled) --enable-cpp-progs make C++ example programs (default enabled) --disable-example-progs Don't build libcdio sample programs --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --disable-largefile omit support for large files --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-joliet don't include Joliet extension support (default enabled) --disable-rpath do not hardcode runtime library paths --enable-rock include Rock-Ridge extension support (default enabled) --enable-cddb include CDDB lookups in cd_info (default enabled) --enable-vcd-info include Video CD Info from libvcd --enable-maintainer-mode create documentation and manual packages. For this you need texinfo and help2man installed Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --without-cd-drive don't build program cd-drive (default with) --without-cd-info don't build program cd-info (default with) --without-cd-paranoia don't build program cd-paranoia and paranoia libraries (default with) --without-cdda-player don't build program cdda-player (default with) --with-cd-paranoia-name name to use as the cd-paranoia program name (default cd-paranoia) --without-cd-read don't build program cd-read (default with) --without-iso-info don't build program iso-info (default with) --without-iso-read don't build program iso-read (default with) --without-versioned-libs build versioned library symbols (default enabled if you have GNU ld) --with-pic try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-gnu-ld assume the C compiler uses GNU ld default=no --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CXX C++ compiler command CXXFLAGS C++ compiler flags CPP C preprocessor CXXCPP C++ preprocessor PKG_CONFIG path to pkg-config utility CDDB_CFLAGS C compiler flags for CDDB, overriding pkg-config CDDB_LIBS linker flags for CDDB, overriding pkg-config VCDINFO_CFLAGS C compiler flags for VCDINFO, overriding pkg-config VCDINFO_LIBS linker flags for VCDINFO, overriding pkg-config libcdio-2.0.0/NEWS0000664000175000017500000005223713222220062010540 000000000000002017-12-31 version 2.0.0 This release bumps library version numbers and bumps the major release number. We should have gone from 1.0.0 to 2.0.0 in the last release since there is an API incompatability. In addition... - Add NetBSD drive detection; correct drive detection in cd-info.c Patches from Onno van der Linden - Fix some MinGW and Windows portability issues - Remove some memory leaks in some tests - Lint (a little) with clang static analyzer There are some programs and bindings that will need to be updated if you want to use them with this library. Specifically: - Device::Cdio (2.0.0 or greater) - vcdimager (2.0.0 or greater) - pycdio (2.0.0 or greater) - rbcdio (2.0.0 or greater) 2017-12-10 version 1.1.0 Dr. Gecko Caveats: pycdio and Deveice::Perl will be broken but that'll be fixed later - Remove many remaining memory leaks, invalid reads, writes (as per valgrind) in library, test and demo code - Types CdioISO9660{Dir,File}List_t, have been added and iso9660_{dir,file}list_{new,free} have been added. - cdio_list_free() now takes an additional parameter: a function to free list items. This is not compatible with 1.0.0 More work is needed on MacOS and other OS's where I don't have valgrind accessible. AIX is left untouched - that is probably heading for removal in the future. 2017-11-21 version 1.0.0 Thanksgiving This is an API breaking change - Remove deprecated items: * OS/2 driver (never really was supported) * BSDI driver remnants * mmc_isrc_track_read_subchannel * CDIO_MIN_DRIVER, CDIO_MIN_DEVICE_DRIVER, CDIO_MAX_DRIVER, CDIO_MAX_DEVICE_DRIVER * CdioList, CdioListNode - Apple Darwin OS X -> macOS - Subdir objects breaks symbol versioning. See https://savannah.gnu.org/bugs/?49907 - Handle bad iso 9660 better. Fixes Savannah bug https://savannah.gnu.org/bugs/?52091 - Apple (High) Sierra compatiablity - NetBSD patches - Fixes for Rock Ridge SUSP (Thomas Schmitt) - Reduce MinGW compilation warnings - Add asserts to test memory allocations and misc bug fixes (Pete Batard) - Enable CD drivers on current and future versions of FreeBSD and macOS, so we do not have to add every new OS version explicitly. (Robert Kausch) - Cross-compiling friendliness (Ozkan Sezer) - Small texinfo doc fixes (Wieland Hoffmann) - Simplify making doc from autogen.sh - Bug fix for https://savannah.gnu.org/bugs/?45015 (Thomas Schmitt) - Bug fixes for #45017,#52265, and #52264 - Add more compiler warning flags, i.e. -Wshadow, -Wundef, ... - Reduce numerous memory leaks (more though remain) version 0.94 2016-10-27 - CD-TEXT fixes and improvements * Expose mmc_read_cdtext as a publicly accessable function Removes some redundant error reporting in mmc_read_cdtext Also fixes some incorrect lengths for isrc and mcn. * Fix inconsistent maximal length in CD-Text extraction * Added new low level functions for READ SUB-CHANNEL and READ TOC/PMA/ATIP for CD-TEXT extraction. * Add cdtext binary parser and track number to public api * Increase track # for short CD-Text fields - Eject fixes: * Fix disc eject for Cocoa apps and support ejecting CD-Extra discs on OS X. * Make sure device is opend in read/write mode when trying to eject. Bugs * Add error eporting from_733_with_err. Bug #45014 * Guard against malformed rockridge iso. Bug #45015 * Malformed so crashes iso-info Bug #45013: * Guard against 0-size calloc bug #45016 * Fix testudf segfaults/fails on big endian arches. Bug #43995. * add get_last_session to the win32 driver. Also fixes cd-paranoia behavior. Savannah bug #43446. * GNU/Linux ioctl treats <= 0 as max speed. Bug #43428 * Fixed cdio_free leaking * Recursion checking in cdio_logv() * g++ greater than 4.0 handles "pack" Bug #48759 * configure fixes Updates * Add newer OSX's * Squelch some clang error messages version 0.93 2014-09-29 Most of the changes except where noted are courtesy of Robert Kausch - Add cdio_free, iso9660_stat_free, and iso9660_xa_free functions. - Deprecate mmc_isrc_track_read_subchannel - Add mmc_get_track_isrc function. - Update OS versions we recognize - OSX, and MS Windows, ISO 9660 and other bug fixes - Remove Coverty scan warnins and errors - OS/2 driver performance update - KO Myung-Hun version 0.92 (late SF Release) 2013-12-15 - Fix the botched the library release numbers, Bump current, and set revision to zero version 0.91 - don't use 2013-12-14 - Report Joliet level on iso-info, and an option to show whether Rock-Ridge extensions are present - More debug logging in reading lsn sectors - Document how logging works in libcdio - Fixes for reading large ISO 9660 images - Enable Rock-Ridge handling in configuration by default - Be able to read an audio CD with exactly 100 tracks - Microsoft Windows fixes (mingw, cygwin, Visual Studio) - Fix UDF library bug on BigEndian CPUs (POWER, SPARC, HP/UX) - libudf: Add udf_get_logical_volume_id() to retreive a UDF Logical Volume - libcdio: Add cdio_default_log_handler - libiso9660: Add iso9660_have_rr() to show if Rock-Ridge extensions are present version 0.90 2012-10-27 - CD-Text overhaul and API change (Leon Merten Lohse) - Works again (somewhat) on MinGW; tolerence for Microsoft's C compiler (Pete Batard) - UDF, Joliet and Rock-Ridge fixes (Pete Batard) - OSX fixes (Natalia Portillo and Robert William Fuller) - paranoia library removed as that is GPL 2-ish. This is now a separate project - file names in cue files are relative to the cue file rather than cwd. - Update mmc.h to include MMC-5 commands. (Or MMC-6 since it adds nothing new) - Add mmc_cmd2str() to show MMC command name. Show that in some errors - Add UDF reading to iso-read and iso-info via --udf or -U (Christophe Fergeau) - bug fixes, more tests, update documentation version 0.83 2011-10-27 - Add retrieval SCSI sense reply from the most-recent MMC command. (Thomas Schmitt) - Add exclusive read/write access for devices which is used for experimental writing/burning. Currently only on GNU/Linux and FreeBSD. (Thomas Schmitt) - MMC bug fixes - FreeBSD drive list now shows empty drives. - Add ability to retrieve SCSI tuple for a name and/or fake one up for programs that want to be cd-record compatible. - Tolerance for OS's without timezone in their struct tm (e.g. Solaris) added iso9660_set_{d,l}time_with_timezone - Add mmc_get_disk_erasable - Update MMC Feature Profile list, DVD Book types - Reduce range of seek in paranoia_seek to be int32_t - Remove some potential flaws found by Coverty's static analysis tool - Add ISRC track info to cd-info output. - Don't wrap-around volume adjustment for cdda-player. - Handle double-byte strings in CD-text - --no-header on cd-info omits copyright and warranty version 0.82 2009-10-27 - Remove all uses of CDIO_MIN_DRIVER, CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER. - FreeBSD get_media_changed fixes - MingGW/Msys compilation issues - Add OS/2 driver - Cross compilations fixes and uclinix is like GNU/Linux - Numerous other bug fixes version 0.81 2008-10-27 - license of manual now GFDL 1.2 or later, with no invariant sections. Source is GPL 3. Thanks to Karl Berry. - Nero image handling more complete. CD-Text processing. DAO in read_audio_sectors. ISRC processing. - ISRC query for image files. Thanks to Robert William Fuller on the above two items - Allow reading pregap of a track via get_track_pregap_lsn(). Add Section on "CD-DA pregap" in libcdio manual - Allow cross-compiling to mingw32. Patch from Peter Hartley. - Make iso9660 time setting/getting routines (iso9660_{g,s}et_{d,l}time) reentrant and remove bugs in that code. Courtesy Nicolas Boullis. - OSX fixes - Add NetBSD driver version 0.80 2008-03-15 - Add get_media_changed for FreeBSD - Add option to log summary output in cd-paranoia - More string bounds checking to eliminate known string overflow conditions, e.g. Savannah bug #21910 - add --mode="any" on cd-read which uses a mmc_read_sectors with read-type CDIO_MMC_READ_TYPE_ANY. - add --log-summary option to cd-paranoia. Unused option --output-info (-i) removed - some small packaging bugs fixed Note: this is probably the last GPL v2 release; GPL v3 on the horizon. version 0.79 2007-10-27 - iso-read: Add --ignore -k to ignore errors. - Fix Savannah Bugs #18522, #18563, #18131 #19221 (possibly), #19880, #21147 and other miscellaneous bugs and memory leaks - cd-info: force CDDB disc id to be 32-bits. Problem reported by Eric Shattow. - cd-paranoia: allow ripping before the first track. Problem reported by Eric Shattow. Fix erroneous #defines when DO_NO_WANT_PARANOIA_COMPATIBILITY is set - reported by David Stockwell. - Support for multisession CD-Extra Discs. Patch from Patrick Guimond - Add iso9660_fs_find_lsn_with_path and iso9660_ifs_find_lsn_with_path to report the full filename path of lsn. - improve eject code for OSX version 0.78.2 2006-10-31 - preprocessor symbol LIBCDIO_VERSION number has to be an integer. (Bug caused by naming version 0.78.1) ^ version 0.78.1 2006-10-27 - Fix bug in libcdio.so version numbering. Also another small bug. Thanks to Janos Farkas version 0.78 2006-10-27 ===================================== - add mmc-tool - add mmc-close-tray - libudf: can now read (extract) file data, at least for ICB strategy type 4. - libcdio is starting to get updated for UTF-8 support. Strings, which are guaranteed to be in UTF-8, are returned as a new type cdio_utf8_t, which is typedef'd to char. - fixes to eject. On GNU/Linux we unmount filesystems first. version 0.77 ===================================== 2006-03-17 - Add an object-oriented C++ wrapper. (libcdio++ and libiso9660++) - replace libpopt with getopt in cd-drive, cd-info, iso-info, iso-read (Peter J. Creath) - Document cd-paranoia (Peter J. Creath) - Add cdio_eject_media_drive(). - Add more generic read_sectors() - Document that NULL also uses default drive in close_tray, cdio_open and cdio_open_am. Document b_mode2 parameter not used in cdio ISO read. - Some provision for handling Rock-Ridge device numbers. - block read routines return success if asked to read 0 blocks. - Start UDF handling - increase use of enumerations more and decrease use of #defines - OS Support: DragonFly recognized as FreeBSD, MinGW better tolerated, GNU/Linux (and others?) LARGEFILE support OpenBSD tested (no native CD driver though) - Doxygen formatting improvements. - Misc bugs: * fixed bincue driver caused core dump on set_speed and set_blocksize; it also called the wrong routine (from NRG) to get a list of cd-images. * read.h didn't make sure off_t was defined. * fixed bug in is_device() when driver_id = DRIVER_UNKNOWN or DRIVER_DEVICE. * OSX was freeing too much in listing drives. * get_hwinfo was not respecting fixed-length field boundaries in image drivers (strcpy->strncpy). * A number ISO 9660 time conversion routines corrected with respect to various timezone offsets, daylight savings time, and tm capabilities - small cdda-player improvements - shows more CD-TEXT, and fix bug in non-interactive use (Yes, I sometimes use it.) - NRG checking parses file. string tests were invalid on short < 4 character filenames. - Revise and improve example programs - Security: replace all uses of strcat and strcpy with strncat and strncpy version 0.76 ===================================== 2005-09-23 - Better compatibility with C++ - a better eject routine for FreeBSD - Fix bug in not specifying a device name in libcio_cdda - Add S_ISSOCK() or S_ISLNK() macros for Rock-Ridge when environment doesn't have it, e.g. MSYS 1.0.10 with MinGW 3.4.2. - Allow building cd-paranoia if Perl is not installed. - More accurate library dependency tracking in linking and pkg-config - Miscellaneous minor bug fixes. - cdio/cdda.h headers no longer depends on cdio/paranoia.h but vice versa is true. This may require an #include in some applications that used but didn't include it. version 0.75 ===================================== 2005-07-11 - audio volume level fix on Microsoft Windows - fix build when --enable-shared, --disable-static - CD-Text retrieval fix - allow the MMC timeout to be adjusted by the application - cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout. We now check that integer arguments are integers and are within range. - changes for libcddb 1.1.0 API change - remove gcc 4.0 warnings - miscellaneous small bug fixes, removal of questionable idioms or memory leak fixes version 0.74 ===================================== 2005-05-13 - cd-paranoia fixes - cdda-player fixes - cd-drive shows MMC level - CD Text improvements/fixes - eject of empty CD-ROM drives on GNU/Linux - FreeBSD audio sub-channel time reporting fixed version 0.73 ===================================== 2005-04-15 - Rock Ridge Extension support added - CD audio support (play track/index, pause, set volume, read audio subchannel) - add close tray interface (may need more work on more OSes) - utility cdda-player to (show off audio audio support) added - file time/size attributes fixes - cd-info/iso-info show more ls-like attributes and more often - ISO 9660 more accurate more often - Add ability to look for ISO 9660 filesystem in unknown Disc image formats - Add routine for getting ISO 9660 long date; short date fixes - remove even more memory leaks - Add enumerations and symbols to facilitate debugging - Break out C++ example programs into a separate directory. More C++ programs. - gcc 4 fixes version 0.72 ===================================== 2005-01-31 - cdparanoia included - with regression tests and sample library programs - added setting/getting CD speed, finding the track containing an LSN. - improve cdrdao image reading - iso-info options more like cdrtools isoinfo. - cd-drive/cd-info show more reading capabilities and show that. - cd-info now shows the total disc size. - Filesystem reorganization to better support growth and paranoia inclusion - FreeBSD 6 tolerated, CAM audio read mode works. - improve Win32 driver, e.g. audio read mode works better for ioctl. - mode detection fixes - all read routines check and adjust the LSN so we don't try to access beyond the end of the disc - C++ fixes - Update documentation version 0.71 ===================================== 2005-11-20 - Some Joliet support. - Portability fixes for C++ and older C compilers. - Work towards XBOX support. - TOC for DVD's works more often - Make generic list routines and declarations and byte swapping routines public. Eventually everything will use glib. - list-returning routines like iso9660_fs_readdir and iso9660_ifs_readdir no longer return void * (and require casting) but return the correct type. - Some example programs have been renamed to more give meaningful names. - Add iso9660_ifs_is_xa() a routine to determine if an iso image has XA attributes. - iso-info now shows XA attributes if that is available. - Some bug fixes version 0.70 ===================================== 2004-09-02 - SCSI MMC interface routine (all except Darwin) - CD-Text support (all except Darwin) - Distinguish DVD's from CD's - Code clean-ups and reduced code duplication - Better CUE parsing - Reporting drive capability is more accurate - add constant driver_id for kind of hardware driver in build - new drive scanning routines which pass back driver as well as drive string. Speeds up subsequent opens. version 0.69 ===================================== 2004-06-25 - Add interface returning drive capabilities (cdio_get_drive_cap). - Minimal cdrdao image reading (thanks to Svend S. Sorensen) - Some important (I think) bug fixes - Redo types of LSN and LBA to allow negative values. Should model MMC3 specs. Add max/min values for LSN. - More complete MMC command set - FreeBSD driver ioctl and CAM reading works better (thanks to Heiner) - OSX drive reading works better (thanks to Justin F. Hallett) - cd-read allows dumping bytes to stdout and hexdumps to a file via options --no-hexdump and --hexdump - fewer error exits in drivers. Instead, a failure code is returned. - better NRG reading (thanks to Michael Kukat via extractnrg.pl) - better tracking of allocated variables (cd-read, cd-info, FreeBSD) - iso9660: Add interface to read PVD and pick out some of the fields in that. cd-info now shows more PVD info for ISO 9660 filesystems - cd-info: X-Box CD detection (via xbox team mediacenter) version 0.68 ===================================== 2004-03-23 - More honest about mode1 reading in backends. Remove some of the bogusness. - Fixes and simplifications to Solaris (from Ian MacIntosh): no longer requires root access on Sunray environments - Win32 ioctl works now on win2k and XP (and probably NT and ME) - compiles on cygwin with -mno-cygwin (needed for videolan's vlc) - option --with-versioned-libs now checks for GNU ld. version 0.67 ===================================== 2004-03-01 - portability for ARM - add iso-read program and regression tests - libiso9960: stat routines that match level 1 ISO-9600 filenames translating them into Unix-style names (i.e. lowercase letters, with version numbers dropped.) - expand/improve documentation. - more graceful exits when there is no CD or can't read it. - add --without-versioned-libs - add README.libcdio and note possible problems on different OSs without GNU make version 0.66 ===================================== 2004-02-15 - Add interface for reading an ISO-9660 image - portability fixes (Solaris, cygwin) - Microsoft Windows ASPI/ DeviceIoControl code reorganization - NRG image reading improvements - Remove memory leaks - library symbol versioning (from Nicolas Boullis) - Go over documentation version 0.65 ===================================== 2003-12-13 - tag headers to give doxygen API documentation - cd-info/cd-read now can specify library level of output - sample program using libiso9660 added. version 0.64 ===================================== 2003-11-22 - add routines to return a list of devices or scan a list of devices which satisfy any/all things in a capability mask. Should be useful for plugins that want to find a CD-DA to play or find a plugin that handles a particular device. - cd-read: new program to help diagnose reading problems. - cd-info: now displays date on iso9660 listing and translates filename to normal conventions, gives track "green" info - Add/expose routines to get/set time. time is reported back in entry stat. Routines to create ISO-9660 directories and entries must now supply the time to set on the entry. - Darwin and FreeBSD drivers closer to having native CD support, MinGW fixes (but not complete either) - BSDI fixes - Document more functions. version 0.63 ===================================== - create libiso9660 library and install that. - More sample programs. - add library routine cdio_guess_cd_type to analyze/guess what type of CD or CD image we've got. - cd-info can list the files of a ISO-9660 filesystem via libiso9660 with option --iso9660 version 0.62 ===================================== - Some minimal documentation. More will follow. - Add a simple sample programs. - Add a simple regression test driver. - "Smart" open was scanning devices rather than devices + image drivers. version 0.61 ===================================== - Cygwin/MinGW port. - get-default-device reworked to be smarter about finding devices. - cd-info: add --no-headers. version ID is from package now. Show default device on "--version" output. - API: add routine report if string refers to a device or not - Make use of features in libcddb 0.9.4. version 0.6 ===================================== - Bug: eject wouldn't. - If given .bin find corresponding .cue. If no cue, complain. version 0.5 ===================================== - Add RPM spec file. Thanks to Manfred Tremmel - cdinfo renamed to cd-info to avoid conflicts with other existing programs - bug in ejecting CD's fixed - find cue file if given bin. - cd-info: If libvcdinfo is installed show general Video CD properties version 0.4 ===================================== - More regression tests. - Use pkg-config(1) support - NRG may be closer to being correct. version 0.3 ===================================== - reduced overall size of package. Some regression moved to a separate (large) package. - facilitate inclusion into another project's local source tree (e.g. xine) - version number in include - cdinfo: lists number of CDDB matches, display error message on failure, and can set CDDB port and http proxy - Bug: Narrow drivers to devices when source is a device. - fix some small compile warnings and configure bugs. Require libcddb 0.9.0 or greater. version 0.2 ===================================== - Added Support for reading audio sectors - cdinfo can use libcddb (http://libcddb.sourceforge.net). If installed and we have a CD-DA disk, we dump out CDDB information. - Regression tests added. - Don't need to open device to give get a default device. - Better device driver selection: We test for file/device-ness. - Bugs fixed (default device name on GNU/Linux), version 0.1 ===================================== Routines split off from VCDImager. $Id: NEWS,v 1.124 2008/10/20 01:10:19 rocky Exp $ libcdio-2.0.0/README0000644000175000017500000000572711734052564010741 00000000000000See README.libcdio for installation instructions. The libcdio package contains a library for CD-ROM and CD image access. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM or of the specific details of various CD-image formats may benefit from using this library. A library for working with ISO-9660 filesystems libiso9660 is included. A generic interface for issuing MMC (multimedia commands) is also part of the libcdio library. Also included is a library for working with ISO-9660 filesystems. The CD-DA error/jitter correction library from cdparanoia (http://www.xiph.org/paranoia) is included as a separate library licenced under GPL v2. Some support for disk image types like CDRWin's BIN/CUE format, cdrdao's TOC format, and Nero's NRG format are available. Therefore, applications that use this library also have the ability to read disc images as though they were CD's. The library is written in C, however there are OO C++, Perl, Python and Ruby wrappers to interface to the library. However C++ is the only one that is bundled with this package, and the interfaces provide only a subset of the full features of the library. Also included in the libcdio package are a number of utility programs: * cd-info - displays CD information: number of tracks, CD-format and if possible basic information about the format. If libcddb (http://libcddb.sourceforge.net) is available, the cd-info program will display CDDB matches on CD-DA discs. And if a new enough version of libvcdinfo is available (from the vcdimager project), then cd-info shows basic VCD information. * cd-read - performs low-level block reading of a CD or CD image, * iso-info - displays ISO-9660 information from an ISO-9660 image, * iso-read - extracting files from an ISO-9660 image, a version of the CD-DA extraction tool cdparanoia which corrects for CD-ROM jitter, and a simple curses-based CD player, cdda-player using the analog CD-ROM output. * cd-paranoia - port of cdparanoia (CD-DA jitter and error correction) using libcdio back-end CD-reading. There is very limited low-level support for MMC commands on some platforms. Using MMC writing can be done. However there is currently little higher level-support for writing. Other libraries like libburn, libdi, libscg, or libdvdread may be helpful. Some of the projects using libcdio are the Video CD authoring and ripping tools VCDImager (http://vcdimager.org), a navigation-capable Video CD plugin and CD-DA plugins for the media players xine (http://xinehq.de), videolan's vlc (http://videolan.org), media players mplayerxp (http://mplayerxp.sourceforge.net/) and gmerlin (http://gmerlin.sourceforge.net), kiso, a KDE GUI for creating, extracting and editing ISO-9600 images (http://kiso.sourceforge.net), and a Samba vfs module that allows exporting a CD without mounting it (http://ontologistics.net/OpenSource/Samba/index.php). libcdio-2.0.0/INSTALL0000644000175000017500000003154411724556021011102 00000000000000Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== If you are compiling from git sources, see README.develop. Briefly, the shell command: ./configure && make && sudo make install should configure, build, and install this package. "sudo" may not be in situations where "root" access is not needed to install software. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and send patches to https://savannah.gnu.org/patch/?group=libcdio The file `configure.ac' is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' or `remake' (GNU make with better error reporting, tracing and a debugger) to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. 5. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs listed in README.develop in order to regenerate files that came with the distribution. 7. You can also type `make uninstall' to remove the installed files again. 8. `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. 9. For a list of all targets if you have remake installed, `remake --tasks' will give a list. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of `${prefix}', so that specifying just `--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to `configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the `make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, `make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of `${prefix}'. Any directories that were specified during `configure', but not in terms of `${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the `DESTDIR' variable. For example, `make install DESTDIR=/alternate/directory' will prepend `/alternate/directory' before all installation names. The approach of `DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of `${prefix}' at `configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. Also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `cddb' (CDDB lookup support) or `vcd-info' (for enabling VCD support). The botom of file `README.libcdio' has a list of `--enable-' and `--with-' options recognized. Some packages offer the ability to configure how verbose the execution of `make' will be. For these packages, running `./configure --enable-silent-rules' sets the default to minimal output, which can be overridden with `make V=1'; while running `./configure --disable-silent-rules' sets the default to verbose, which can be overridden with `make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put `/usr/ucb' early in your `PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in `/usr/bin'. So, if you need `/usr/ucb' in your `PATH', put it _after_ `/usr/bin'. On Haiku, software installed for all users goes in `/boot/common', not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf bug. Until the bug is fixed you can use this workaround: CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of all of the options to `configure', and exit. `--help=short' `--help=recursive' Print a summary of the options unique to this package's `configure', and exit. The `short' variant lists options used only in the top level, while the `recursive' variant lists options also present in any nested packages. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. `--no-create' `-n' Run the configure checks, but stop before creating any output files. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. libcdio-2.0.0/m4/0000775000175000017500000000000013222221716010437 500000000000000libcdio-2.0.0/m4/ltoptions.m40000644000175000017500000003426213222217376012670 00000000000000# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 8 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option '$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl 'shared' nor 'disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], [_LT_WITH_AIX_SONAME([aix])]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the 'shared' and # 'disable-shared' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the 'static' and # 'disable-static' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the 'fast-install' # and 'disable-fast-install' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_AIX_SONAME([DEFAULT]) # ---------------------------------- # implement the --with-aix-soname flag, and support the `aix-soname=aix' # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. m4_define([_LT_WITH_AIX_SONAME], [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[[5-9]]*,yes) AC_MSG_CHECKING([which variant of shared library versioning to provide]) AC_ARG_WITH([aix-soname], [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], [case $withval in aix|svr4|both) ;; *) AC_MSG_ERROR([Unknown argument to --with-aix-soname]) ;; esac lt_cv_with_aix_soname=$with_aix_soname], [AC_CACHE_VAL([lt_cv_with_aix_soname], [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) with_aix_soname=$lt_cv_with_aix_soname]) AC_MSG_RESULT([$with_aix_soname]) if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac _LT_DECL([], [shared_archive_member_spec], [0], [Shared archive member basename, for filename based shared library versioning on AIX])dnl ])# _LT_WITH_AIX_SONAME LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the 'pic-only' and 'no-pic' # LT_INIT options. # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac], [pic_mode=m4_default([$1], [default])]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) libcdio-2.0.0/m4/codeset.m40000644000175000017500000000136611116620252012251 00000000000000# codeset.m4 serial 2 (gettext-0.16) dnl Copyright (C) 2000-2002, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_LANGINFO_CODESET], [ AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, [AC_TRY_LINK([#include ], [char* cs = nl_langinfo(CODESET); return !cs;], am_cv_langinfo_codeset=yes, am_cv_langinfo_codeset=no) ]) if test $am_cv_langinfo_codeset = yes; then AC_DEFINE(HAVE_LANGINFO_CODESET, 1, [Define if you have and nl_langinfo(CODESET).]) fi ]) libcdio-2.0.0/m4/ltsugar.m40000644000175000017500000001044013222217376012306 00000000000000# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59, which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) libcdio-2.0.0/m4/lib-ld.m40000644000175000017500000000653111270206100011756 00000000000000# lib-ld.m4 serial 3 (gettext-0.13) dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision dnl with libtool.m4. dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, [# I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by GCC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]* | [A-Za-z]:[\\/]*)] [re_direlt='/[^/][^/]*/\.\./'] # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(acl_cv_path_LD, [if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT($LD) else AC_MSG_RESULT(no) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) libcdio-2.0.0/m4/lt~obsolete.m40000644000175000017500000001377413222217376013214 00000000000000# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software # Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) libcdio-2.0.0/m4/pkg.m40000644000175000017500000001206311116620262011401 00000000000000# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # # Copyright © 2004 Scott James Remnant . # # This program 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. # # This program 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 this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # # Similar to PKG_CHECK_MODULES, make sure that the first instance of # this or PKG_CHECK_MODULES is called, or make sure to call # PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_ifval([$2], [$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD ifelse([$4], , [AC_MSG_ERROR(dnl [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT ])], [AC_MSG_RESULT([no]) $4]) elif test $pkg_failed = untried; then ifelse([$4], , [AC_MSG_FAILURE(dnl [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) ifelse([$3], , :, [$3]) fi[]dnl ])# PKG_CHECK_MODULES libcdio-2.0.0/m4/lib-prefix.m40000644000175000017500000001503611270206100012654 00000000000000# lib-prefix.m4 serial 5 (gettext-0.15) dnl Copyright (C) 2001-2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing dnl the basename of the libdir, either "lib" or "lib64". AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. The current dnl practice is that on a system supporting 32-bit and 64-bit instruction dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit dnl libraries go under $prefix/lib. We determine the compiler's default dnl mode by looking at the compiler's library search path. If at least dnl of its elements ends in /lib64 or points to a directory whose absolute dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the dnl default, namely "lib". acl_libdirstem=lib searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ]) libcdio-2.0.0/m4/iconv.m40000644000175000017500000001375311270206100011735 00000000000000# iconv.m4 serial AM6 (gettext-0.17) dnl Copyright (C) 2000-2002, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK([for iconv], am_cv_func_iconv, [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], am_cv_func_iconv=yes) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], am_cv_lib_iconv=yes am_cv_func_iconv=yes) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], am_cv_func_iconv_works, [ dnl This tests against bugs in AIX 5.1 and HP-UX 11.11. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi AC_TRY_RUN([ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; }], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no], [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST(LIBICONV) AC_SUBST(LTLIBICONV) ]) AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL(am_cv_proto_iconv, [ AC_TRY_COMPILE([ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([$]{ac_t:- }[$]am_cv_proto_iconv) AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, [Define as const if the declaration of iconv() needs const.]) fi ]) libcdio-2.0.0/m4/ltversion.m40000644000175000017500000000127313222217376012656 00000000000000# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # @configure_input@ # serial 4179 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.4.6]) m4_define([LT_PACKAGE_REVISION], [2.4.6]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6' macro_revision='2.4.6' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) libcdio-2.0.0/m4/lib-link.m40000644000175000017500000007205511270206100012320 00000000000000# lib-link.m4 serial 13 (gettext-0.17) dnl Copyright (C) 2001-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_PREREQ(2.54) dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and dnl augments the CPPFLAGS variable. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes undefine([Name]) undefine([NAME]) ]) dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) dnl searches for libname and the libraries corresponding to explicit and dnl implicit dependencies, together with the specified include files and dnl the ability to compile and link the specified testcode. If found, it dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" LIBS="$LIBS $LIB[]NAME" AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= LIB[]NAME[]_PREFIX= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) undefine([Name]) undefine([NAME]) ]) dnl Determine the platform dependent parameters needed to use rpath: dnl acl_libext, dnl acl_shlibext, dnl acl_hardcode_libdir_flag_spec, dnl acl_hardcode_libdir_separator, dnl acl_hardcode_direct, dnl acl_hardcode_minus_L. AC_DEFUN([AC_LIB_RPATH], [ dnl Tell automake >= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE(rpath, [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Autoconf >= 2.61 supports dots in --with options. define([N_A_M_E],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit([$1],[.],[_])],[$1])]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib]N_A_M_E[-prefix], [ --with-lib]N_A_M_E[-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib --without-lib]N_A_M_E[-prefix don't search for lib$1 in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` LIB[]NAME[]_PREFIX="$basedir" additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) dnl For those cases where a variable contains several -L and -l options dnl referring to unknown libraries and directories, this macro determines the dnl necessary additional linker options for the runtime path. dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) dnl sets LDADDVAR to linker options needed together with LIBSVALUE. dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, dnl otherwise linking without libtool is assumed. AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) libcdio-2.0.0/m4/libtool.m40000644000175000017500000112617113222217376012303 00000000000000# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 2014 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. # GNU Libtool 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 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool 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 this program. If not, see . ]) # serial 58 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_PREPARE_CC_BASENAME # ----------------------- m4_defun([_LT_PREPARE_CC_BASENAME], [ # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in @S|@*""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } ])# _LT_PREPARE_CC_BASENAME # _LT_CC_BASENAME(CC) # ------------------- # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, # but that macro is also expanded into generated libtool script, which # arranges for $SED and $ECHO to be set by different means. m4_defun([_LT_CC_BASENAME], [m4_require([_LT_PREPARE_CC_BASENAME])dnl AC_REQUIRE([_LT_DECL_SED])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl func_cc_basename $1 cc_basename=$func_cc_basename_result ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl m4_require([_LT_CMD_TRUNCATE])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from 'configure', and 'config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # 'config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain=$ac_aux_dir/ltmain.sh ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the 'libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to 'config.status' so that its # declaration there will have the same value as in 'configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags='_LT_TAGS'dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into 'config.status', and then the shell code to quote escape them in # for loops in 'config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # '#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test 0 = "$lt_write_fail" && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ '$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test 0 != $[#] do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try '$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 _LT_COPYING _LT_LIBTOOL_TAGS # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE _LT_PREPARE_MUNGE_PATH_LIST _LT_PREPARE_CC_BASENAME # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS=$save_LDFLAGS ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[[012]][[,.]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test yes = "$lt_cv_ld_force_load"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" m4_if([$1], [CXX], [ if test yes != "$lt_cv_apple_cc_single_mod"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script that will find a shell with a builtin # printf (that we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case $ECHO in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot if not specified).])], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([$with_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} : ${AR_FLAGS=cru} _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ]) if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes = "$cross_compiling"; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) ]) ]) ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links=nottested if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test no = "$hard_links"; then AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", [Define to the sub-directory where libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then # We can hardcode non-existent directories. if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_PREPARE_MUNGE_PATH_LIST # --------------------------- # Make sure func_munge_path_list() is defined correctly. m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], [[# func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x@S|@2 in x) ;; *:) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" ;; x:*) eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; *::*) eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" ;; *) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; esac } ]])# _LT_PREPARE_PATH_LIST # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown AC_ARG_VAR([LT_SYS_LIBRARY_PATH], [User-defined run-time library search path.]) case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a[(]lib.so.V[)]' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], [Detected run-time system search path for libraries]) _LT_DECL([], [configure_time_lt_sys_library_path], [2], [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program that can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$1"; then lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program that can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], [if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi]) rm -f conftest.i conftest2.i conftest.out]) ])# _LT_PATH_DD # _LT_CMD_TRUNCATE # ---------------- # find command to truncate a binary pipe m4_defun([_LT_CMD_TRUNCATE], [m4_require([_LT_PATH_DD]) AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], [printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], [Command to truncate a binary pipe]) ])# _LT_CMD_TRUNCATE # _LT_CHECK_MAGIC_METHOD # ---------------------- # how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_MAGIC_METHOD], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) AC_CACHE_CHECK([how to recognize dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[[4-9]]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[[45]]*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # _LT_DLL_DEF_P([FILE]) # --------------------- # True iff FILE is a Windows DLL '.def' file. # Keep in sync with func_dll_def_p in the libtool script AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -e q dnl Only consider the first "real" line $1`" dnl ])# _LT_DLL_DEF_P # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test yes = "$GCC"; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], [Transform the output of nm into a list of symbols to manually relocate]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([nm_interface], [lt_cv_nm_interface], [1], [The name lister interface]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' if test ia64 != "$host_cpu"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64, which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test yes = "$GCC"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS=$save_LDFLAGS]) if test yes = "$lt_cv_irix_exported_symbol"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi _LT_TAGVAR(link_all_deplibs, $1)=no else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(ld_shlibs, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; osf3*) if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test yes = "$GCC"; then wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test yes,yes = "$GCC,$enable_shared"; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting $shlibpath_var if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC=$CC AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report what library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC=$lt_save_CC ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test no != "$CXX" && ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || (test g++ != "$CXX"))); then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_caught_CXX_error"; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test yes = "$GXX"; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test yes = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='$wl' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GXX"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag=$shared_flag' $wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. # The "-G" linker flag allows undefined symbols. _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ func_to_tool_file "$lt_outputfile"~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(GCC, $1)=$GXX _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test yes != "$_lt_caught_CXX_error" AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case @S|@2 in .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $prev$p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test x-L = "$p" || test x-R = "$p"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test no = "$pre_test_object_deps_done"; then case $prev in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)=$prev$p else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test no = "$pre_test_object_deps_done"; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)=$p else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)=$p else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test no = "$F77"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_F77"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$G77 _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_F77" AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test no = "$FC"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_FC"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_FC" AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code=$lt_simple_compile_test_code # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f "$lt_ac_sed" && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test 10 -lt "$lt_ac_count" && break lt_ac_count=`expr $lt_ac_count + 1` if test "$lt_ac_count" -gt "$lt_ac_max"; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # 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 lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine what file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS libcdio-2.0.0/config.h.in0000664000175000017500000002671713222217402012074 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Define 1 if you are compiling using cygwin */ #undef CYGWIN /* what to put between the brackets for empty arrays */ #undef EMPTY_ARRAY_SIZE /* Define to 1 if you have the header file. */ #undef HAVE_ALLOCA_H /* Define 1 if you have BSDI-type CD-ROM support */ #undef HAVE_BSDI_CDROM /* Define this if you have libcddb installed */ #undef HAVE_CDDB /* Define to 1 if you have the `chdir' function. */ #undef HAVE_CHDIR /* Define to 1 if you have the header file. */ #undef HAVE_COREFOUNDATION_CFBASE_H /* Define to 1 if you have the header file. */ #undef HAVE_CURSES_H /* Define 1 if you have Darwin OS X-type CD-ROM support */ #undef HAVE_DARWIN_CDROM /* Define if time.h defines extern long timezone and int daylight vars. */ #undef HAVE_DAYLIGHT /* Define to 1 if you have the header file. */ #undef HAVE_DDK_NTDDCDRM_H /* Define to 1 if you have the header file. */ #undef HAVE_DDK_NTDDSCSI_H /* Define to 1 if you have the header file. */ #undef HAVE_DDK_SCSI_H /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. */ #undef HAVE_DECL_TZNAME /* Define 1 if you have the Apple DiskArbitration framework */ #undef HAVE_DISKARBITRATION /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the `drand48' function. */ #undef HAVE_DRAND48 /* Define to 1 if you have the header file. */ #undef HAVE_DVD_H /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define 1 if you have FreeBSD CD-ROM support */ #undef HAVE_FREEBSD_CDROM /* Define to 1 if you have the `fseeko' function. */ #undef HAVE_FSEEKO /* Define to 1 if you have the `fseeko64' function. */ #undef HAVE_FSEEKO64 /* Define to 1 if you have the `ftruncate' function. */ #undef HAVE_FTRUNCATE /* Define to 1 if you have the `geteuid' function. */ #undef HAVE_GETEUID /* Define to 1 if you have the `getgid' function. */ #undef HAVE_GETGID /* Define to 1 if you have the header file. */ #undef HAVE_GETOPT_H /* Define to 1 if you have the `getpwuid' function. */ #undef HAVE_GETPWUID /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID /* Define to 1 if you have the header file. */ #undef HAVE_GLOB_H /* Define to 1 if you have the `gmtime_r' function. */ #undef HAVE_GMTIME_R /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_IOKIT_IOKITLIB_H /* Supports ISO _Pragma() macro */ #undef HAVE_ISOC99_PRAGMA /* Define 1 if you want ISO-9660 Joliet extension support. On most platforms, this requires libiconv to be installed. */ #undef HAVE_JOLIET /* Define this if your libcurses has keypad */ #undef HAVE_KEYPAD /* Define if you have and nl_langinfo(CODESET). */ #undef HAVE_LANGINFO_CODESET /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H /* Define 1 if you have Linux-type CD-ROM support */ #undef HAVE_LINUX_CDROM /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_CDROM_H /* Define 1 if timeout is in cdrom_generic_command struct */ #undef HAVE_LINUX_CDROM_TIMEOUT /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_MAJOR_H /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_VERSION_H /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R /* Define to 1 if you have the `lseek64' function. */ #undef HAVE_LSEEK64 /* Define to 1 if you have the `lstat' function. */ #undef HAVE_LSTAT /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP /* Define to 1 if you have the header file. */ #undef HAVE_NCURSES_H /* Define to 1 if you have the header file. */ #undef HAVE_NCURSES_NCURSES_H /* Define 1 if you have NetBSD CD-ROM support */ #undef HAVE_NETBSD_CDROM /* Define to 1 if you have the header file. */ #undef HAVE_NTDDCDRM_H /* Define to 1 if you have the header file. */ #undef HAVE_NTDDSCSI_H /* Define 1 if you have OS/2 CD-ROM support */ #undef HAVE_OS2_CDROM /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H /* Define to 1 if you have the `rand' function. */ #undef HAVE_RAND /* Define to 1 if you have the `readlink' function. */ #undef HAVE_READLINK /* Define to 1 if you have the `realpath' function. */ #undef HAVE_REALPATH /* Define 1 if you want ISO-9660 Rock-Ridge extension support. */ #undef HAVE_ROCK /* Define to 1 if you have the `setegid' function. */ #undef HAVE_SETEGID /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV /* Define to 1 if you have the `seteuid' function. */ #undef HAVE_SETEUID /* Define to 1 if you have the `sleep' function. */ #undef HAVE_SLEEP /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF /* Define 1 if you have Solaris CD-ROM support */ #undef HAVE_SOLARIS_CDROM /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H /* Define to 1 if you have the header file. */ #undef HAVE_STDBOOL_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strndup' function. */ #undef HAVE_STRNDUP /* Define this if you have struct timespec */ #undef HAVE_STRUCT_TIMESPEC /* Define to 1 if `tm_zone' is a member of `struct tm'. */ #undef HAVE_STRUCT_TM_TM_ZONE /* Define to 1 if you have the header file. */ #undef HAVE_SYS_CDIO_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIMEB_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_UTSNAME_H /* Define this defines S_ISLNK() */ #undef HAVE_S_ISLNK /* Define this defines S_ISSOCK() */ #undef HAVE_S_ISSOCK /* Define 1 if timegm is available */ #undef HAVE_TIMEGM /* Define if you have an extern long timenzone variable. */ #undef HAVE_TIMEZONE_VAR /* Define if struct tm has the tm_gmtoff member. */ #undef HAVE_TM_GMTOFF /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use `HAVE_STRUCT_TM_TM_ZONE' instead. */ #undef HAVE_TM_ZONE /* Define if time.h defines extern extern char *tzname[2] variable */ #undef HAVE_TZNAME /* Define to 1 if you have the `tzset' function. */ #undef HAVE_TZSET /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `unsetenv' function. */ #undef HAVE_UNSETENV /* Define to 1 if you have the `usleep' function. */ #undef HAVE_USLEEP /* Define this if you have libvcdinfo installed */ #undef HAVE_VCDINFO /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF /* Define 1 if you have MinGW CD-ROM support */ #undef HAVE_WIN32_CDROM /* Define to 1 if you have the header file. */ #undef HAVE_WINDOWS_H /* Define to 1 if you have the `_stati64' function. */ #undef HAVE__STATI64 /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST /* Is set when libcdio's config.h has been included. Applications wishing to sue their own config.h values (such as set by the application's configure script can define this before including any of libcdio's headers. */ #undef LIBCDIO_CONFIG_H /* Full path to libcdio top_sourcedir. */ #undef LIBCDIO_SOURCE_PATH /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define 1 if you are compiling using MinGW */ #undef MINGW32 /* Define this if mingw-w64 headers are used */ #undef MINGW_W64_HEADERS /* Define 1 if you need timezone defined to get timzone defined as a variable. In cygwin it is a function too */ #undef NEED_TIMEZONEVAR /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif /* Version number of package */ #undef VERSION /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES /* Define to 1 if on MINIX. */ #undef _MINIX /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline #endif libcdio-2.0.0/libudf.pc.in0000644000175000017500000000035111114145233012227 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libudf Description: UDF library of libcdio Version: @PACKAGE_VERSION@ Requires: libcdio Libs: -L${libdir} -ludf -lcdio Cflags: -I${includedir} libcdio-2.0.0/test-driver0000755000175000017500000001104013222217404012226 00000000000000#! /bin/sh # test-driver - basic testsuite driver script. scriptversion=2013-07-13.22; # UTC # Copyright (C) 2011-2014 Free Software Foundation, Inc. # # This program 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, or (at your option) # any later version. # # This program 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 this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . # Make unconditional expansion of undefined variables an error. This # helps a lot in preventing typo-related bugs. set -u usage_error () { echo "$0: $*" >&2 print_usage >&2 exit 2 } print_usage () { cat <$log_file 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then tweaked_estatus=1 else tweaked_estatus=$estatus fi case $tweaked_estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac # Report the test outcome and exit status in the logs, so that one can # know whether the test passed or failed simply by looking at the '.log' # file, without the need of also peaking into the corresponding '.trs' # file (automake bug#11814). echo "$res $test_name (exit status: $estatus)" >>$log_file # Report outcome to console. echo "${col}${res}${std}: $test_name" # Register the test result, and other relevant metadata. echo ":test-result: $res" > $trs_file echo ":global-test-result: $res" >> $trs_file echo ":recheck: $recheck" >> $trs_file echo ":copy-in-global-log: $gcopy" >> $trs_file # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libcdio-2.0.0/src/0000775000175000017500000000000013222221717010707 500000000000000libcdio-2.0.0/src/cd-drive.c0000664000175000017500000002200513217072760012475 00000000000000/* Copyright (C) 2011, 2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Program to show drivers installed and capabilities of CD drives. */ #include "util.h" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include "getopt.h" #include #include /* Used by `main' to communicate with `parse_opt'. And global options */ static struct arguments { uint32_t debug_level; int version_only; int silent; source_image_t source_image; } opts; /* Configuration option codes */ enum { OP_HANDLED, OP_SOURCE_DEVICE, OP_USAGE, /* These are the remaining configuration options */ OP_VERSION, }; /* Parse all options. */ static bool parse_options (int argc, char *argv[]) { int opt; int rc = EXIT_FAILURE; static const char helpText[] = "Usage: %s [OPTION...]\n" " -d, --debug=INT Set debugging to LEVEL\n" " -i, --cdrom-device[=DEVICE] show only info about CD-ROM device\n" " -q, --quiet Don't produce warning output\n" " -V, --version display version and copyright information\n" " and exit\n" "\n" "Help options:\n" " -?, --help Show this help message\n" " --usage Display brief usage message\n"; static const char usageText[] = "Usage: %s [-d|--debug INT] [-i|--cdrom-device DEVICE] [-q|--quiet]\n" " [-V|--version] [-?|--help] [--usage]\n"; static const char optionsString[] = "d:i::qV?"; static const struct option optionsTable[] = { {"debug", required_argument, NULL, 'd' }, {"cdrom-device", optional_argument, NULL, 'i' }, {"quiet", no_argument, NULL, 'q' }, {"version", no_argument, NULL, 'V' }, {"help", no_argument, NULL, '?' }, {"usage", no_argument, NULL, OP_USAGE }, {NULL, 0, NULL, 0 } }; program_name = strrchr(argv[0],'/'); program_name = program_name ? strdup(program_name+1) : strdup(argv[0]); while ((opt = getopt_long(argc, argv, optionsString, optionsTable, NULL)) != -1) { switch (opt) { case 'd': opts.debug_level = atoi(optarg); break; case 'i': if (opts.source_image != (source_image_t) DRIVER_UNKNOWN) { /* NOTE: The libpopt version already set source_name by this time. To restore this behavior, fall through to the else{} block. */ report( stderr, "%s: another source type option given before.\n", program_name ); report( stderr, "%s: give only one source type option.\n", program_name ); break; } else { opts.source_image = (source_image_t) DRIVER_DEVICE; if (optarg != NULL) { source_name = fillout_device_name(optarg); } break; } break; case 'q': opts.silent = 1; break; case 'V': opts.version_only = 1; break; case '?': fprintf(stdout, helpText, program_name); rc = EXIT_INFO; goto error_exit; case OP_USAGE: fprintf(stderr, usageText, program_name); rc = EXIT_INFO; goto error_exit; case OP_HANDLED: break; default: return false; } } if (optind < argc) { const char *remaining_arg = argv[optind++]; /* NOTE: A bug in the libpopt version checked source_image, which rendered the subsequent source_image test useless. */ if (source_name != NULL) { report( stderr, "%s: Source specified in option %s and as %s\n", program_name, source_name, remaining_arg); goto error_exit; } if (opts.source_image == (source_image_t) DRIVER_DEVICE) source_name = fillout_device_name(remaining_arg); else source_name = strdup(remaining_arg); if (optind < argc) { report( stderr, "%s: Source specified in previously %s and %s\n", program_name, source_name, remaining_arg); goto error_exit; } } return true; error_exit: if (source_name != NULL) { free(source_name); } free(program_name); exit(rc); } /* CDIO logging routines */ static void _log_handler (cdio_log_level_t level, const char message[]) { if (level == CDIO_LOG_DEBUG && opts.debug_level < 2) return; if (level == CDIO_LOG_INFO && opts.debug_level < 1) return; if (level == CDIO_LOG_WARN && opts.silent) return; gl_default_cdio_log_handler (level, message); } /*! Prints out SCSI-MMC drive features */ static void print_mmc_drive_level(CdIo_t *p_cdio) { cdio_mmc_level_t mmc_level = mmc_get_drive_mmc_cap(p_cdio); printf( "CD-ROM drive supports " ); switch(mmc_level) { case CDIO_MMC_LEVEL_WEIRD: printf("some nonstandard or degenerate set of MMC\n"); break; case CDIO_MMC_LEVEL_1: printf("MMC 1\n"); break; case CDIO_MMC_LEVEL_2: printf("MMC 2\n"); break; case CDIO_MMC_LEVEL_3: printf("MMC 3\n"); break; case CDIO_MMC_LEVEL_NONE: printf("no MMC\n"); break; } printf("\n"); } /* Initialize global variables. */ static void init(void) { gl_default_cdio_log_handler = cdio_log_set_handler (_log_handler); /* Default option values. */ opts.silent = false; opts.debug_level = 0; opts.source_image = (source_image_t) DRIVER_UNKNOWN; } int main(int argc, char *argv[]) { CdIo_t *p_cdio=NULL; init(); /* Parse our arguments; every option seen by `parse_opt' will be reflected in `arguments'. */ parse_options(argc, argv); print_version(program_name, CDIO_VERSION, false, opts.version_only); if (opts.debug_level == 3) { cdio_loglevel_default = CDIO_LOG_INFO; } else if (opts.debug_level >= 4) { cdio_loglevel_default = CDIO_LOG_DEBUG; } if (NULL == source_name) { char *default_device; p_cdio = cdio_open (NULL, DRIVER_DEVICE); if (NULL == p_cdio) { printf("No loaded CD-ROM device accessible.\n"); } else { default_device = cdio_get_default_device(p_cdio); printf("The driver selected is %s\n", cdio_get_driver_name(p_cdio)); if (default_device) { printf("The default device for this driver is %s\n", default_device); } free(default_device); cdio_destroy(p_cdio); p_cdio=NULL; printf("\n"); } } /* Print out a drivers available */ { const driver_id_t *driver_id_p; printf("Drivers available...\n"); for (driver_id_p=cdio_drivers; *driver_id_p!=DRIVER_UNKNOWN; driver_id_p++) if (cdio_have_driver(*driver_id_p)) { printf(" %-35s\n", cdio_driver_describe(*driver_id_p)); } printf("\n"); } if (NULL == source_name) { /* Print out a list of CD-drives */ char **ppsz_cdrives=NULL, **ppsz_cd; driver_id_t driver_id = DRIVER_DEVICE; ppsz_cdrives = cdio_get_devices_ret(&driver_id); if (NULL != ppsz_cdrives) for( ppsz_cd = ppsz_cdrives; *ppsz_cd != NULL; ppsz_cd++ ) { cdio_drive_read_cap_t i_read_cap; cdio_drive_write_cap_t i_write_cap; cdio_drive_misc_cap_t i_misc_cap; cdio_hwinfo_t hwinfo; p_cdio = cdio_open(*ppsz_cd, driver_id); print_mmc_drive_level(p_cdio); printf("%28s: %s\n", "Drive", *ppsz_cd); if (p_cdio) { if (cdio_get_hwinfo(p_cdio, &hwinfo)) { printf("%-28s: %s\n%-28s: %s\n%-28s: %s\n", "Vendor" , hwinfo.psz_vendor, "Model" , hwinfo.psz_model, "Revision", hwinfo.psz_revision); } print_mmc_drive_features(p_cdio); cdio_get_drive_cap(p_cdio, &i_read_cap, &i_write_cap, &i_misc_cap); print_drive_capabilities(i_read_cap, i_write_cap, i_misc_cap); } printf("\n"); if (p_cdio) cdio_destroy(p_cdio); p_cdio = NULL; } cdio_free_device_list(ppsz_cdrives); ppsz_cdrives = NULL; } else { /* Print CD-drive info for given source */ cdio_drive_read_cap_t i_read_cap; cdio_drive_write_cap_t i_write_cap; cdio_drive_misc_cap_t i_misc_cap; cdio_hwinfo_t hwinfo; printf("Drive %s\n", source_name); p_cdio = cdio_open (source_name, DRIVER_UNKNOWN); if (p_cdio) { print_mmc_drive_level(p_cdio); if (cdio_get_hwinfo(p_cdio, &hwinfo)) { printf("%-28s: %s\n%-28s: %s\n%-28s: %s\n", "Vendor" , hwinfo.psz_vendor, "Model" , hwinfo.psz_model, "Revision", hwinfo.psz_revision); } print_mmc_drive_features(p_cdio); } cdio_get_drive_cap_dev(source_name, &i_read_cap, &i_write_cap, &i_misc_cap); print_drive_capabilities(i_read_cap, i_write_cap, i_misc_cap); printf("\n"); } myexit(p_cdio, EXIT_SUCCESS); /* Not reached:*/ return(EXIT_SUCCESS); } libcdio-2.0.0/src/cd-info.help2man0000664000175000017500000000050612151372731013602 00000000000000[NAME] cd-info \- shows Information about a CD or CD-image [SEE ALSO] \&\f(CWcd-drive(1)\fR for CD-ROM characteristics; \&\f(CWiso-info(1)\fR for information about an ISO-9660 image. [AUTHOR] Rocky Bernstein rocky@gnu.org, based on the cdinfo program by Gerd Knorr and Heiko Eissfeldt libcdio-2.0.0/src/cd-drive.10000664000175000017500000000237513222220205012404 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH CD-DRIVE "1" "December 2017" "cd-drive version 2.0.0 x86_64-pc-linux-gnu" "User Commands" .SH NAME cd-drive \- show CD-ROM drive characteristics .SH SYNOPSIS .B cd-drive [\fI\,OPTION\/\fR...] .SH DESCRIPTION .TP \fB\-d\fR, \fB\-\-debug\fR=\fI\,INT\/\fR Set debugging to LEVEL .TP \fB\-i\fR, \fB\-\-cdrom\-device\fR[=\fI\,DEVICE\/\fR] show only info about CD\-ROM device .TP \fB\-q\fR, \fB\-\-quiet\fR Don't produce warning output .TP \fB\-V\fR, \fB\-\-version\fR display version and copyright information and exit .SS "Help options:" .TP \-?, \fB\-\-help\fR Show this help message .TP \fB\-\-usage\fR Display brief usage message .SH AUTHOR Rocky Bernstein rocky@gnu.org .SH COPYRIGHT Copyright \(co 2003\-2005, 2007\-2008, 2011\-2015, 2017 R. Bernstein .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Have driver: GNU/Linux ioctl and MMC driver Have driver: cdrdao (TOC) disk image driver Have driver: bin/cuesheet disk image driver Have driver: Nero NRG disk image driver Default CD\-ROM device: \fI\,/dev/cdrom\/\fP .SH "SEE ALSO" \&\f(CWcd-info(1)\fR for information about the CD inside a CD-ROM. libcdio-2.0.0/src/cd-read.help2man0000664000175000017500000000042212151372731013557 00000000000000[NAME] cd-read \- reads Information from a CD or CD-image [SEE ALSO] \&\f(CWcd-info(1)\fR for information about a CD; \&\f(CWcd-drive(1)\fR for CD-ROM characteristics; \&\f(CWiso-read(1)\fR for information about an ISO-9660 image. [AUTHOR] Rocky Bernstein libcdio-2.0.0/src/cd-read.c0000664000175000017500000004356413217072760012314 00000000000000/* Copyright (C) 2003, 2004, 2005, 2006, 2008, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Program to debug read routines audio, auto, mode1, mode2 forms 1 & 2. */ #include "util.h" #include #ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_FCNTL_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #include "getopt.h" #ifndef O_BINARY #define O_BINARY 0 #endif /* Configuration option codes */ enum { OP_HANDLED = 0, /* NOTE: libpopt version associated these with drivers. That appeared to be an unused historical artifact. */ OP_SOURCE_AUTO, OP_SOURCE_BIN, OP_SOURCE_CUE, OP_SOURCE_NRG, OP_SOURCE_CDRDAO, OP_SOURCE_DEVICE, OP_USAGE, /* These are the remaining configuration options */ OP_READ_MODE, OP_VERSION, }; typedef enum { READ_AUDIO = CDIO_READ_MODE_AUDIO, READ_M1F1 = CDIO_READ_MODE_M1F1, READ_M1F2 = CDIO_READ_MODE_M1F2, READ_M2F1 = CDIO_READ_MODE_M2F1, READ_M2F2 = CDIO_READ_MODE_M2F2, READ_MODE_UNINIT, READ_ANY } read_mode_t; /* Structure used so we can binary sort and set the --mode switch. */ typedef struct { char name[30]; read_mode_t read_mode; } subopt_entry_t; /* Sub-options for --mode. Note: entries must be sorted! */ static const subopt_entry_t modes_sublist[] = { {"any", READ_ANY}, {"audio", READ_AUDIO}, {"m1f1", READ_M1F1}, {"m1f2", READ_M1F2}, {"m2f1", READ_M2F1}, {"m2f2", READ_M2F2}, {"mode1form1", READ_M1F1}, {"mode1form2", READ_M1F2}, {"mode2form1", READ_M2F1}, {"mode2form2", READ_M2F2}, {"red", READ_AUDIO}, }; /* Used by `main' to communicate with `parse_opt'. And global options */ static struct arguments { char *access_mode; /* Access method driver should use for control */ char *output_file; /* file to output blocks if not NULL. */ int debug_level; int hexdump; /* Show output as a hexdump */ int nohexdump; /* Don't output as a hexdump. I don't know how to get popt to combine these as one variable. */ int just_hex; /* Don't try to print "printable" characters in hex dump. */ read_mode_t read_mode; int version_only; int no_header; int print_iso9660; source_image_t source_image; lsn_t start_lsn; lsn_t end_lsn; int num_sectors; } opts; static void hexdump (FILE *stream, uint8_t * buffer, unsigned int len, int just_hex) { unsigned int i; for (i = 0; i < len; i++, buffer++) { if (i % 16 == 0) fprintf (stream, "0x%04x: ", i); fprintf (stream, "%02x", *buffer); if (i % 2 == 1) fprintf (stream, " "); if (i % 16 == 15) { if (!just_hex) { uint8_t *p; fprintf (stream, " "); for (p=buffer-15; p <= buffer; p++) { fprintf(stream, "%c", isprint(*p) ? *p : '.'); } } fprintf (stream, "\n"); } } fprintf (stream, "\n"); fflush (stream); } /* Comparison function called by bearch() to find sub-option record. */ static int compare_subopts(const void *key1, const void *key2) { subopt_entry_t *a = (subopt_entry_t *) key1; subopt_entry_t *b = (subopt_entry_t *) key2; return (strncmp(a->name, b->name, 30)); } /* Do processing of a --mode sub option. Basically we find the option in the array, set it's corresponding flag variable to true as well as the "show.all" false. */ static void process_suboption(const char *subopt, const subopt_entry_t *sublist, const int num, const char *subopt_name) { subopt_entry_t *subopt_rec = bsearch(subopt, sublist, num, sizeof(subopt_entry_t), &compare_subopts); if (subopt_rec != NULL) { opts.read_mode = subopt_rec->read_mode; return; } else { unsigned int i; bool is_help=strcmp(subopt, "help")==0; if (is_help) { report( stderr, "The list of sub options for \"%s\" are:\n", subopt_name ); } else { report( stderr, "Invalid option following \"%s\": %s.\n", subopt_name, subopt ); report( stderr, "Should be one of: " ); } for (i=0; i= 0) switch (opt) { case 'a': opts.access_mode = strdup(optarg); break; case 'd': opts.debug_level = atoi(optarg); break; case 'x': opts.hexdump = 1; break; case 's': opts.start_lsn = atoi(optarg); break; case 'e': opts.end_lsn = atoi(optarg); break; case 'n': opts.num_sectors = atoi(optarg); break; case 'b': parse_source(OP_SOURCE_BIN); break; case 'c': parse_source(OP_SOURCE_CUE); break; case 'i': parse_source(OP_SOURCE_AUTO); break; case 'C': parse_source(OP_SOURCE_DEVICE); break; case 'N': parse_source(OP_SOURCE_NRG); break; case 't': parse_source(OP_SOURCE_CDRDAO); break; case 'o': opts.output_file = strdup(optarg); break; case 'm': process_suboption(optarg, modes_sublist, sizeof(modes_sublist) / sizeof(subopt_entry_t), "--mode"); break; case 'V': print_version(program_name, VERSION, 0, true); rc = EXIT_SUCCESS; goto error_exit; case '?': fprintf(stdout, helpText, program_name); rc = EXIT_INFO; goto error_exit; case OP_USAGE: fprintf(stderr, usageText, program_name); goto error_exit; case OP_HANDLED: break; } if (optind < argc) { const char *remaining_arg = argv[optind++]; /* NOTE: A bug in the libpopt version checked source_image, which rendered the subsequent source_image test useless. */ if (source_name != NULL) { report( stderr, "%s: Source specified in option %s and as %s\n", program_name, source_name, remaining_arg ); goto error_exit; } if (opts.source_image == INPUT_DEVICE) source_name = fillout_device_name(remaining_arg); else source_name = strdup(remaining_arg); if (optind < argc) { report( stderr, "%s: Source specified in previously %s and %s\n", program_name, source_name, remaining_arg ); goto error_exit; } } if (opts.debug_level == 3) { cdio_loglevel_default = CDIO_LOG_INFO; } else if (opts.debug_level >= 4) { cdio_loglevel_default = CDIO_LOG_DEBUG; } if (opts.read_mode == READ_MODE_UNINIT) { report( stderr, "%s: Need to give a read mode " "(audio, m1f1, m1f2, m2f1, m2f2, or auto)\n", program_name ); rc = 10; goto error_exit; } /* Check consistency between start_lsn, end_lsn and num_sectors. */ if (opts.nohexdump && opts.hexdump != 2) { report( stderr, "%s: don't give both --hexdump and --no-hexdump together\n", program_name ); rc = 11; goto error_exit; } if (opts.nohexdump) opts.hexdump = 0; if (opts.start_lsn == CDIO_INVALID_LSN) { /* Maybe we derive the start from the end and num sectors. */ if (opts.end_lsn == CDIO_INVALID_LSN) { /* No start or end LSN, so use 0 for the start */ opts.start_lsn = 0; if (opts.num_sectors == 0) opts.num_sectors = 1; } else if (opts.num_sectors != 0) { if (opts.end_lsn <= opts.num_sectors) { report( stderr, "%s: end LSN (%lu) needs to be greater than " " the sector to read (%lu)\n", program_name, (unsigned long) opts.end_lsn, (unsigned long) opts.num_sectors ); rc = 12; goto error_exit; } opts.start_lsn = opts.end_lsn - opts.num_sectors + 1; } } /* opts.start_lsn has been set somehow or we've aborted. */ if (opts.end_lsn == CDIO_INVALID_LSN) { if (0 == opts.num_sectors) opts.num_sectors = 1; opts.end_lsn = opts.start_lsn + opts.num_sectors - 1; } else { /* We were given an end lsn. */ if (opts.end_lsn < opts.start_lsn) { report( stderr, "%s: end LSN (%lu) needs to be grater than start LSN (%lu)\n", program_name, (unsigned long) opts.start_lsn, (unsigned long) opts.end_lsn ); rc = 13; goto error_exit; } if (opts.num_sectors != opts.end_lsn - opts.start_lsn + 1) if (opts.num_sectors != 0) { report( stderr, "%s: inconsistency between start LSN (%lu), end (%lu), " "and count (%d)\n", program_name, (unsigned long) opts.start_lsn, (unsigned long) opts.end_lsn, opts.num_sectors ); rc = 14; goto error_exit; } opts.num_sectors = opts.end_lsn - opts.start_lsn + 1; } return true; error_exit: free(program_name); exit(rc); } static void log_handler (cdio_log_level_t level, const char message[]) { if (level == CDIO_LOG_DEBUG && opts.debug_level < 2) return; if (level == CDIO_LOG_INFO && opts.debug_level < 1) return; if (level == CDIO_LOG_WARN && opts.debug_level < 0) return; gl_default_cdio_log_handler (level, message); } static void init(void) { opts.debug_level = 0; opts.start_lsn = CDIO_INVALID_LSN; opts.end_lsn = CDIO_INVALID_LSN; opts.num_sectors = 0; opts.read_mode = READ_MODE_UNINIT; opts.source_image = INPUT_UNKNOWN; opts.hexdump = 2; /* Not set. */ gl_default_cdio_log_handler = cdio_log_set_handler (log_handler); } int main(int argc, char *argv[]) { uint8_t buffer[CDIO_CD_FRAMESIZE_RAW] = { 0, }; unsigned int blocklen=CDIO_CD_FRAMESIZE_RAW; CdIo *p_cdio=NULL; int output_fd=-1; FILE *output_stream; init(); /* Parse our arguments; every option seen by `parse_opt' will be reflected in `arguments'. */ parse_options(argc, argv); print_version(program_name, VERSION, opts.no_header, opts.version_only); p_cdio = open_input(source_name, opts.source_image, opts.access_mode); if (opts.output_file!=NULL) { /* If hexdump not explicitly set, then don't produce hexdump when writing to a file. */ if (opts.hexdump == 2) opts.hexdump = 0; output_fd = open(opts.output_file, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0644); if (-1 == output_fd) { err_exit("Error opening output file %s: %s\n", opts.output_file, strerror(errno)); } } else /* If we are writing to stdout, then the default is to produce a hexdump. */ if (opts.hexdump == 2) opts.hexdump = 1; for ( ; opts.start_lsn <= opts.end_lsn; opts.start_lsn++ ) { switch (opts.read_mode) { case READ_AUDIO: case READ_M1F1: case READ_M1F2: case READ_M2F1: case READ_M2F2: if (DRIVER_OP_SUCCESS != cdio_read_sector(p_cdio, &buffer, opts.start_lsn, (cdio_read_mode_t) opts.read_mode)) { report( stderr, "error reading block %u\n", (unsigned int) opts.start_lsn ); blocklen = 0; } else { switch (opts.read_mode) { case READ_M1F1: blocklen=CDIO_CD_FRAMESIZE; break; case READ_M1F2: blocklen=M2RAW_SECTOR_SIZE; break; case READ_M2F1: blocklen=CDIO_CD_FRAMESIZE; break; case READ_M2F2: blocklen=M2F2_SECTOR_SIZE; break; default: ; } } break; case READ_ANY: { driver_id_t driver_id = cdio_get_driver_id(p_cdio); if (cdio_is_device(source_name, driver_id)) { if (DRIVER_OP_SUCCESS != mmc_read_sectors(p_cdio, &buffer, opts.start_lsn, CDIO_MMC_READ_TYPE_ANY, 1)) { report( stderr, "error reading block %u\n", (unsigned int) opts.start_lsn ); blocklen = 0; } } else { err_exit( "%s: mode 'any' must be used with a real CD-ROM, not an image file.\n", program_name); } } break; case READ_MODE_UNINIT: err_exit("%s: Reading mode not set\n", program_name); break; } if (!opts.output_file) { output_stream = stdout; } else { output_stream = fdopen(output_fd, "w"); } if (opts.hexdump) hexdump(output_stream, buffer, blocklen, opts.just_hex); else if (opts.output_file) { ssize_t bytes_ret; bytes_ret = write(output_fd, buffer, blocklen); (void)bytes_ret; /* Silence unused warnings */ } else { unsigned int i; for (i=0; i # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ $(am__EXEEXT_7) $(am__EXEEXT_8) subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @BUILD_CD_DRIVE_TRUE@am__EXEEXT_1 = cd-drive$(EXEEXT) @BUILD_CDINFO_TRUE@am__EXEEXT_2 = cd-info$(EXEEXT) @BUILD_CDINFO_LINUX_TRUE@am__EXEEXT_3 = cdinfo-linux$(EXEEXT) @BUILD_CD_READ_TRUE@am__EXEEXT_4 = cd-read$(EXEEXT) @BUILD_ISO_INFO_TRUE@am__EXEEXT_5 = iso-info$(EXEEXT) @BUILD_ISO_READ_TRUE@am__EXEEXT_6 = iso-read$(EXEEXT) @BUILD_CDDA_PLAYER_TRUE@am__EXEEXT_7 = cdda-player$(EXEEXT) am__EXEEXT_8 = mmc-tool$(EXEEXT) am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am__cd_drive_SOURCES_DIST = cd-drive.c util.c util.h getopt.c \ getopt1.c am__objects_1 = getopt.$(OBJEXT) getopt1.$(OBJEXT) @BUILD_CD_DRIVE_TRUE@am_cd_drive_OBJECTS = cd-drive.$(OBJEXT) \ @BUILD_CD_DRIVE_TRUE@ util.$(OBJEXT) $(am__objects_1) cd_drive_OBJECTS = $(am_cd_drive_OBJECTS) am__DEPENDENCIES_1 = @BUILD_CD_DRIVE_TRUE@cd_drive_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @BUILD_CD_DRIVE_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_CD_DRIVE_TRUE@ $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am__cd_info_SOURCES_DIST = cd-info.c cddb.c cddb.h util.c util.h \ getopt.c getopt1.c @BUILD_CDINFO_TRUE@am_cd_info_OBJECTS = cd-info.$(OBJEXT) \ @BUILD_CDINFO_TRUE@ cddb.$(OBJEXT) util.$(OBJEXT) \ @BUILD_CDINFO_TRUE@ $(am__objects_1) cd_info_OBJECTS = $(am_cd_info_OBJECTS) @BUILD_CDINFO_TRUE@cd_info_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @BUILD_CDINFO_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ @BUILD_CDINFO_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am__cd_read_SOURCES_DIST = cd-read.c util.c util.h getopt.c getopt1.c @BUILD_CD_READ_TRUE@am_cd_read_OBJECTS = cd-read.$(OBJEXT) \ @BUILD_CD_READ_TRUE@ util.$(OBJEXT) $(am__objects_1) cd_read_OBJECTS = $(am_cd_read_OBJECTS) @BUILD_CD_READ_TRUE@cd_read_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @BUILD_CD_READ_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_CD_READ_TRUE@ $(am__DEPENDENCIES_1) am__cdda_player_SOURCES_DIST = cdda-player.c cddb.c cddb.h getopt.c \ getopt1.c @BUILD_CDDA_PLAYER_TRUE@am_cdda_player_OBJECTS = \ @BUILD_CDDA_PLAYER_TRUE@ cdda-player.$(OBJEXT) cddb.$(OBJEXT) \ @BUILD_CDDA_PLAYER_TRUE@ $(am__objects_1) cdda_player_OBJECTS = $(am_cdda_player_OBJECTS) @BUILD_CDDA_PLAYER_TRUE@cdda_player_DEPENDENCIES = \ @BUILD_CDDA_PLAYER_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_CDDA_PLAYER_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_CDDA_PLAYER_TRUE@ $(am__DEPENDENCIES_1) am__cdinfo_linux_SOURCES_DIST = cdinfo-linux.c @BUILD_CDINFO_LINUX_TRUE@am_cdinfo_linux_OBJECTS = \ @BUILD_CDINFO_LINUX_TRUE@ cdinfo-linux.$(OBJEXT) cdinfo_linux_OBJECTS = $(am_cdinfo_linux_OBJECTS) @BUILD_CDINFO_LINUX_TRUE@cdinfo_linux_DEPENDENCIES = \ @BUILD_CDINFO_LINUX_TRUE@ $(am__DEPENDENCIES_1) am__iso_info_SOURCES_DIST = iso-info.c util.c util.h getopt.c \ getopt1.c @BUILD_ISO_INFO_TRUE@am_iso_info_OBJECTS = iso-info.$(OBJEXT) \ @BUILD_ISO_INFO_TRUE@ util.$(OBJEXT) $(am__objects_1) iso_info_OBJECTS = $(am_iso_info_OBJECTS) @BUILD_ISO_INFO_TRUE@iso_info_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @BUILD_ISO_INFO_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_ISO_INFO_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_ISO_INFO_TRUE@ $(am__DEPENDENCIES_1) am__iso_read_SOURCES_DIST = iso-read.c util.c util.h getopt.c \ getopt1.c @BUILD_ISO_READ_TRUE@am_iso_read_OBJECTS = iso-read.$(OBJEXT) \ @BUILD_ISO_READ_TRUE@ util.$(OBJEXT) $(am__objects_1) iso_read_OBJECTS = $(am_iso_read_OBJECTS) @BUILD_ISO_READ_TRUE@iso_read_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @BUILD_ISO_READ_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_ISO_READ_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_ISO_READ_TRUE@ $(am__DEPENDENCIES_1) am_mmc_tool_OBJECTS = mmc-tool.$(OBJEXT) util.$(OBJEXT) \ $(am__objects_1) mmc_tool_OBJECTS = $(am_mmc_tool_OBJECTS) mmc_tool_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(cd_drive_SOURCES) $(cd_info_SOURCES) $(cd_read_SOURCES) \ $(cdda_player_SOURCES) $(cdinfo_linux_SOURCES) \ $(iso_info_SOURCES) $(iso_read_SOURCES) $(mmc_tool_SOURCES) DIST_SOURCES = $(am__cd_drive_SOURCES_DIST) \ $(am__cd_info_SOURCES_DIST) $(am__cd_read_SOURCES_DIST) \ $(am__cdda_player_SOURCES_DIST) \ $(am__cdinfo_linux_SOURCES_DIST) $(am__iso_info_SOURCES_DIST) \ $(am__iso_read_SOURCES_DIST) $(mmc_tool_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) HEADERS = $(noinst_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CDDA_PLAYER_LIBS = @CDDA_PLAYER_LIBS@ CDDB_CFLAGS = @CDDB_CFLAGS@ #################################################### # Things to make the utility/diagnostic programs #################################################### CDDB_LIBS = @CDDB_LIBS@ CFLAGS = @CFLAGS@ COS_LIB = @COS_LIB@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DARWIN_PKG_LIB_HACK = @DARWIN_PKG_LIB_HACK@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ DIFF_OPTS = @DIFF_OPTS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_BSDI_CDROM = @HAVE_BSDI_CDROM@ HAVE_DARWIN_CDROM = @HAVE_DARWIN_CDROM@ HAVE_FREEBSD_CDROM = @HAVE_FREEBSD_CDROM@ HAVE_JOLIET = @HAVE_JOLIET@ HAVE_LINUX_CDROM = @HAVE_LINUX_CDROM@ HAVE_OS2_CDROM = @HAVE_OS2_CDROM@ HAVE_ROCK = @HAVE_ROCK@ HAVE_SOLARIS_CDROM = @HAVE_SOLARIS_CDROM@ HAVE_WIN32_CDROM = @HAVE_WIN32_CDROM@ HELP2MAN = @HELP2MAN@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISO_MAKING_COMMAND = @ISO_MAKING_COMMAND@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBCDIOPP_LIBS = @LIBCDIOPP_LIBS@ LIBCDIO_CDDA_LIBS = @LIBCDIO_CDDA_LIBS@ LIBCDIO_CFLAGS = @LIBCDIO_CFLAGS@ LIBCDIO_DEPS = @LIBCDIO_DEPS@ LIBCDIO_LIBS = @LIBCDIO_LIBS@ LIBCDIO_SOURCE_PATH = @LIBCDIO_SOURCE_PATH@ LIBCDIO_VERSION_NUM = @LIBCDIO_VERSION_NUM@ LIBICONV = @LIBICONV@ LIBISO9660PP_LIBS = @LIBISO9660PP_LIBS@ LIBISO9660_CFLAGS = @LIBISO9660_CFLAGS@ LIBISO9660_LIBS = @LIBISO9660_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBUDF_LIBS = @LIBUDF_LIBS@ LINUX_CDROM_TIMEOUT = @LINUX_CDROM_TIMEOUT@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBOBJS = @LTLIBOBJS@ LT_NO_UNDEFINED = @LT_NO_UNDEFINED@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MINGW32 = @MINGW32@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ RM = @RM@ SBPCD_H = @SBPCD_H@ SED = @SED@ SED_EXTENDED_RE_FLAG = @SED_EXTENDED_RE_FLAG@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TYPESIZES = @TYPESIZES@ UCDROM_H = @UCDROM_H@ VCDINFO_CFLAGS = @VCDINFO_CFLAGS@ VCDINFO_LIBS = @VCDINFO_LIBS@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ native_abs_top_srcdir = @native_abs_top_srcdir@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ GETOPT_C = getopt.c getopt1.c noinst_HEADERS = cddb.h getopt.h util.h @BUILD_CDDA_PLAYER_TRUE@cdda_player_SOURCES = cdda-player.c cddb.c cddb.h $(GETOPT_C) @BUILD_CDDA_PLAYER_TRUE@cdda_player_LDADD = $(LIBCDIO_LIBS) $(CDDB_LIBS) $(CDDA_PLAYER_LIBS) @BUILD_CDDA_PLAYER_TRUE@bin_cdda_player = cdda-player @BUILD_CD_DRIVE_TRUE@cd_drive_SOURCES = cd-drive.c util.c util.h $(GETOPT_C) @BUILD_CD_DRIVE_TRUE@cd_drive_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) @BUILD_CD_DRIVE_TRUE@bin_cd_drive = cd-drive @BUILD_CD_DRIVE_TRUE@man_cd_drive = cd-drive.1 @BUILD_CDINFO_TRUE@cd_info_SOURCES = cd-info.c cddb.c cddb.h util.c util.h $(GETOPT_C) @BUILD_CDINFO_TRUE@cd_info_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(CDDB_LIBS) $(VCDINFO_LIBS) $(LTLIBICONV) @BUILD_CDINFO_TRUE@bin_cd_info = cd-info @BUILD_CDINFO_TRUE@man_cd_info = cd-info.1 @BUILD_CDINFO_LINUX_TRUE@cdinfo_linux_SOURCES = cdinfo-linux.c @BUILD_CDINFO_LINUX_TRUE@cdinfo_linux_LDADD = $(LIBCDIO_LIBS) @BUILD_CDINFO_LINUX_TRUE@bin_cdinfo_linux = cdinfo-linux @BUILD_CD_READ_TRUE@cd_read_SOURCES = cd-read.c util.c util.h $(GETOPT_C) @BUILD_CD_READ_TRUE@cd_read_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) @BUILD_CD_READ_TRUE@bin_cd_read = cd-read @BUILD_CD_READ_TRUE@man_cd_read = cd-read.1 @BUILD_ISO_INFO_TRUE@iso_info_SOURCES = iso-info.c util.c util.h $(GETOPT_C) @BUILD_ISO_INFO_TRUE@iso_info_LDADD = $(LIBUDF_LIBS) $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) @BUILD_ISO_INFO_TRUE@bin_iso_info = iso-info @BUILD_ISO_INFO_TRUE@man_iso_info = iso-info.1 @BUILD_ISO_READ_TRUE@iso_read_SOURCES = iso-read.c util.c util.h $(GETOPT_C) @BUILD_ISO_READ_TRUE@iso_read_LDADD = $(LIBUDF_LIBS) $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) @BUILD_ISO_READ_TRUE@bin_iso_read = iso-read @BUILD_ISO_READ_TRUE@man_iso_read = iso-read.1 mmc_tool_SOURCES = mmc-tool.c util.c util.h $(GETOPT_C) mmc_tool_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) bin_mmc_tool = mmc-tool AM_CPPFLAGS = -I$(top_srcdir) $(LIBCDIO_CFLAGS) $(VCDINFO_CFLAGS) $(CDDB_CFLAGS) man_MANS = $(man_cd_drive) $(man_cd_info) $(man_cd_read) $(man_iso_read) $(man_iso_info) EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \ iso-info.help2man iso-read.help2man $(GETOPT_C) getopt_int.h \ $(man_MANS) MAINTAINERCLEANFILES = $(man_MANS) MOSTLYCLEANFILES = *.orig *.rej *.dSYM .libs all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list cd-drive$(EXEEXT): $(cd_drive_OBJECTS) $(cd_drive_DEPENDENCIES) $(EXTRA_cd_drive_DEPENDENCIES) @rm -f cd-drive$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cd_drive_OBJECTS) $(cd_drive_LDADD) $(LIBS) cd-info$(EXEEXT): $(cd_info_OBJECTS) $(cd_info_DEPENDENCIES) $(EXTRA_cd_info_DEPENDENCIES) @rm -f cd-info$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cd_info_OBJECTS) $(cd_info_LDADD) $(LIBS) cd-read$(EXEEXT): $(cd_read_OBJECTS) $(cd_read_DEPENDENCIES) $(EXTRA_cd_read_DEPENDENCIES) @rm -f cd-read$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cd_read_OBJECTS) $(cd_read_LDADD) $(LIBS) cdda-player$(EXEEXT): $(cdda_player_OBJECTS) $(cdda_player_DEPENDENCIES) $(EXTRA_cdda_player_DEPENDENCIES) @rm -f cdda-player$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cdda_player_OBJECTS) $(cdda_player_LDADD) $(LIBS) cdinfo-linux$(EXEEXT): $(cdinfo_linux_OBJECTS) $(cdinfo_linux_DEPENDENCIES) $(EXTRA_cdinfo_linux_DEPENDENCIES) @rm -f cdinfo-linux$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cdinfo_linux_OBJECTS) $(cdinfo_linux_LDADD) $(LIBS) iso-info$(EXEEXT): $(iso_info_OBJECTS) $(iso_info_DEPENDENCIES) $(EXTRA_iso_info_DEPENDENCIES) @rm -f iso-info$(EXEEXT) $(AM_V_CCLD)$(LINK) $(iso_info_OBJECTS) $(iso_info_LDADD) $(LIBS) iso-read$(EXEEXT): $(iso_read_OBJECTS) $(iso_read_DEPENDENCIES) $(EXTRA_iso_read_DEPENDENCIES) @rm -f iso-read$(EXEEXT) $(AM_V_CCLD)$(LINK) $(iso_read_OBJECTS) $(iso_read_LDADD) $(LIBS) mmc-tool$(EXEEXT): $(mmc_tool_OBJECTS) $(mmc_tool_DEPENDENCIES) $(EXTRA_mmc_tool_DEPENDENCIES) @rm -f mmc-tool$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mmc_tool_OBJECTS) $(mmc_tool_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd-drive.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd-info.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd-read.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdda-player.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddb.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdinfo-linux.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso-info.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso-read.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmc-tool.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-man uninstall-man1 .PRECIOUS: Makefile @MAINTAINER_MODE_TRUE@$(man_MANS): %.1: %$(EXEEXT) %.help2man @MAINTAINER_MODE_TRUE@ -$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --libtool -o $@ ./$< mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -fr $(MOSTLYCLEANFILES) -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libcdio-2.0.0/src/iso-read.c0000664000175000017500000002422713217072760012513 00000000000000/* Copyright (C) 2004-2006, 2008, 2012-2013, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Program to read ISO-9660 images. */ #include "util.h" #include "portable.h" #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #include #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #include "getopt.h" #define CEILING(x, y) ((x+(y-1))/y) /* Used by `main' to communicate with `parse_opt'. And global options */ static struct arguments { char *file_name; char *output_file; char *iso9660_image; int debug_level; int no_header; int ignore; int udf; } opts; /* Parse a options. */ static bool parse_options (int argc, char *argv[]) { int opt; int rc = EXIT_FAILURE; /* Configuration option codes */ enum { OP_HANDLED = 0, OP_VERSION=1, OP_USAGE }; static const char helpText[] = "Usage: %s [OPTION...]\n" " -d, --debug=INT Set debugging to LEVEL.\n" " -i, --image=FILE Read from ISO-9660 image. This option is mandatory\n" " -e, --extract=FILE Extract FILE from ISO-9660 image. This option is\n" " mandatory.\n" " -k, --ignore Ignore read error(s), i.e. keep going\n" " --no-header Don't display header and copyright (for\n" " regression testing)\n" " -o, --output-file=FILE Output file. This option is mandatory.\n" " -U --udf Contents are in UDF format\n" " -V, --version display version and copyright information and exit\n" "\n" "Help options:\n" " -?, --help Show this help message\n" " --usage Display brief usage message\n"; static const char usageText[] = "Usage: %s [-d|--debug INT] [-i|--image FILE] [-e|--extract FILE]\n" " [--no-header] [-o|--output-file FILE] [-U|--udf]\n" " [-V|--version] [-?|--help] [--usage]\n"; /* Command-line options */ static const char* optionsString = "d:i:e:o:VUk?"; static const struct option optionsTable[] = { {"debug", required_argument, NULL, 'd' }, {"image", required_argument, NULL, 'i' }, {"extract", required_argument, NULL, 'e' }, {"no-header", no_argument, &opts.no_header, 1 }, {"ignore", no_argument, &opts.ignore, 'k' }, {"output-file", required_argument, NULL, 'o' }, {"udf", no_argument, &opts.udf, 'U' }, {"version", no_argument, NULL, 'V' }, {"help", no_argument, NULL, '?' }, {"usage", no_argument, NULL, OP_USAGE }, { NULL, 0, NULL, 0 } }; program_name = strrchr(argv[0],'/'); program_name = program_name ? strdup(program_name+1) : strdup(argv[0]); while ((opt = getopt_long(argc, argv, optionsString, optionsTable, NULL)) != -1) switch (opt) { case 'd': opts.debug_level = atoi(optarg); break; case 'i': opts.iso9660_image = strdup(optarg); break; case 'k': opts.ignore = 1; break; case 'e': opts.file_name = strdup(optarg); break; case 'o': opts.output_file = strdup(optarg); break; case 'U': opts.udf = 1; break; case 'V': print_version(program_name, CDIO_VERSION, 0, true); rc = EXIT_SUCCESS; goto error_exit; case '?': fprintf(stdout, helpText, program_name); rc = EXIT_INFO; goto error_exit; case OP_USAGE: fprintf(stderr, usageText, program_name); rc = EXIT_INFO; goto error_exit; case OP_HANDLED: break; } if (optind < argc) { const char *remaining_arg = argv[optind++]; if (opts.iso9660_image != NULL) { report( stderr, "%s: Source specified as --image %s and as %s\n", program_name, opts.iso9660_image, remaining_arg ); goto error_exit; } opts.iso9660_image = strdup(remaining_arg); if (optind < argc ) { report( stderr, "%s: use only one unnamed argument for the ISO 9660 " "image name\n", program_name ); goto error_exit; } } if (NULL == opts.iso9660_image) { report( stderr, "%s: you need to specify an ISO-9660 image name.\n", program_name ); report( stderr, "%s: Use option --image or try --help.\n", program_name ); goto error_exit; } if (NULL == opts.file_name) { report( stderr, "%s: you need to specify a filename to extract.\n", program_name ); report( stderr, "%s: Use option --extract or try --help.\n", program_name ); goto error_exit; } if (NULL == opts.output_file) { report( stderr, "%s: you need to specify a place write filename extraction to.\n", program_name ); report( stderr, "%s: Use option --output-file or try --help.\n", program_name ); goto error_exit; } return true; error_exit: free(program_name); exit(rc); } static void init(void) { opts.debug_level = 0; opts.ignore = 0; opts.file_name = NULL; opts.output_file = NULL; opts.iso9660_image = NULL; } static int read_iso_file(const char *iso_name, const char *src, FILE *outfd, size_t *bytes_written) { iso9660_stat_t *statbuf; int i; iso9660_t *iso; iso = iso9660_open (iso_name); if (NULL == iso) { report(stderr, "%s: Sorry, couldn't open ISO-9660 image file '%s'.\n", program_name, src); return 1; } statbuf = iso9660_ifs_stat_translate (iso, src); if (NULL == statbuf) { report(stderr, "%s: Could not get ISO-9660 file information out of %s" " for file %s.\n", program_name, iso_name, src); report(stderr, "%s: iso-info may be able to show the contents of %s.\n", program_name, iso_name); return 2; } /* Copy the blocks from the ISO-9660 filesystem to the local filesystem. */ for (i = 0; i < statbuf->size; i += ISO_BLOCKSIZE) { char buf[ISO_BLOCKSIZE]; memset (buf, 0, ISO_BLOCKSIZE); if ( ISO_BLOCKSIZE != iso9660_iso_seek_read (iso, buf, statbuf->lsn + (i / ISO_BLOCKSIZE), 1) ) { report(stderr, "Error reading ISO 9660 file at lsn %lu\n", (long unsigned int) statbuf->lsn + (i / ISO_BLOCKSIZE)); if (!opts.ignore) return 4; } fwrite (buf, ISO_BLOCKSIZE, 1, outfd); if (ferror (outfd)) { perror ("fwrite()"); return 5; } } iso9660_close(iso); *bytes_written = statbuf->size; return 0; } static int read_udf_file(const char *iso_name, const char *src, FILE *outfd, size_t *bytes_written) { udf_t *p_udf; p_udf = udf_open (iso_name); if (NULL == p_udf) { fprintf(stderr, "Sorry, couldn't open %s as something using UDF\n", iso_name); return 1; } else { udf_dirent_t *p_udf_root = udf_get_root(p_udf, true, 0); udf_dirent_t *p_udf_file = NULL; if (NULL == p_udf_root) { fprintf(stderr, "Sorry, couldn't find / in %s\n", iso_name); return 1; } p_udf_file = udf_fopen(p_udf_root, src); if (!p_udf_file) { fprintf(stderr, "Sorry, couldn't find %s in %s\n", src, iso_name); udf_dirent_free(p_udf_root); return 2; } { uint64_t i_file_length = udf_get_file_length(p_udf_file); const unsigned int i_blocks = (unsigned int) CEILING(i_file_length, UDF_BLOCKSIZE); unsigned int i; for (i = 0; i < i_blocks ; i++) { char buf[UDF_BLOCKSIZE] = {'\0',}; ssize_t i_read = udf_read_block(p_udf_file, buf, 1); if ( i_read < 0 ) { fprintf(stderr, "Error reading UDF file %s at block %u\n", src, i); free(p_udf_file); udf_dirent_free(p_udf_root); return 4; } fwrite (buf, i_read, 1, outfd); if (ferror (outfd)) { perror ("fwrite()"); free(p_udf_file); udf_dirent_free(p_udf_root); return 5; } } free(p_udf_file); udf_dirent_free(p_udf_root); udf_close(p_udf); *bytes_written = i_file_length; } } return 0; } int main(int argc, char *argv[]) { FILE *outfd; int ret; size_t bytes_written = 0; init(); /* Parse our arguments; every option seen by `parse_opt' will be reflected in `arguments'. */ if (!parse_options(argc, argv)) { report(stderr, "error while parsing command line - try --help\n"); return 2; } if (!(outfd = fopen (opts.output_file, "wb"))) { report(stderr, "%s: Could not open %s for writing: %s\n", program_name, opts.output_file, strerror(errno)); return 3; } if (opts.udf) { ret = read_udf_file (opts.iso9660_image, opts.file_name, outfd, &bytes_written); } else { ret = read_iso_file (opts.iso9660_image, opts.file_name, outfd, &bytes_written); } if (ret != 0) return ret; fflush (outfd); /* Make sure the file size has the exact same byte size. Without the truncate below, the file will a multiple of ISO_BLOCKSIZE. */ if (ftruncate (fileno (outfd), bytes_written)) perror ("ftruncate()"); fclose (outfd); return 0; } libcdio-2.0.0/src/cdinfo-linux.c0000644000175000017500000005713011565200342013375 00000000000000/* $Id: cdinfo-linux.c,v 1.4 2008/04/14 17:30:27 karl Exp $ Copyright (C) 2003,2008 Rocky Bernstein Copyright (C) 1996,1997,1998 Gerd Knorr and Heiko Eißfeldt This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* CD Info - prints various information about a CD, and detects the type of the CD. usage: cdinfo [options] [ dev ] */ #define PROGRAM_NAME "CD Info" #define CDINFO_VERSION "2.0" #include "config.h" #include #include #include #include #include #include #include #include #include #include #include #ifdef __linux__ # include # include # if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,50) # include # endif #endif #include #include #include #ifdef ENABLE_NLS #include # include # define _(String) dgettext ("cdinfo", String) #else /* Stubs that do something close enough. */ # define _(String) (String) #endif /* The following test is to work around the gross typo in systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE is defined to 0, not 1. */ #if !EXIT_FAILURE # undef EXIT_FAILURE # define EXIT_FAILURE 1 #endif #ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 #endif /* Used by `main' to communicate with `parse_opt'. And global options */ struct arguments { bool show_tracks; bool show_ioctl; bool show_analysis; int debug_level; bool silent; } opts; #define DEBUG 1 #if DEBUG #define dbg_print(level, s, args...) \ if (opts.debug_level >= level) \ fprintf(stderr, "%s: "s, __func__ , ##args) #else #define dbg_print(level, s, args...) #endif #define err_exit(fmt, args...) \ fprintf(stderr, "%s: "fmt, program_name, ##args); \ myexit(EXIT_FAILURE) /* Subject: -65- How can I read an IRIX (EFS) CD-ROM on a machine which doesn't use EFS? Date: 18 Jun 1995 00:00:01 EST You want 'efslook', at ftp://viz.tamu.edu/pub/sgi/software/efslook.tar.gz. and ! Robert E. Seastrom 's software (with source ! code) for using an SGI CD-ROM on a Macintosh is at ! ftp://bifrost.seastrom.com/pub/mac/CDROM-Jumpstart.sit151.hqx. */ #define FS_NO_DATA 0 /* audio only */ #define FS_HIGH_SIERRA 1 #define FS_ISO_9660 2 #define FS_INTERACTIVE 3 #define FS_HFS 4 #define FS_UFS 5 #define FS_EXT2 6 #define FS_ISO_HFS 7 /* both hfs & isofs filesystem */ #define FS_ISO_9660_INTERACTIVE 8 /* both CD-RTOS and isofs filesystem */ #define FS_3DO 9 #define FS_UNKNOWN 15 #define FS_MASK 15 #define XA 16 #define MULTISESSION 32 #define PHOTO_CD 64 #define HIDDEN_TRACK 128 #define CDTV 256 #define BOOTABLE 512 #define VIDEOCDI 1024 #define ROCKRIDGE 2048 #define JOLIET 4096 /* Some interesting sector numbers. */ #define ISO_SUPERBLOCK_SECTOR 16 #define UFS_SUPERBLOCK_SECTOR 4 #define BOOT_SECTOR 17 #define VCD_INFO_SECTOR 150 #if 0 #define STRONG "\033[1m" #define NORMAL "\033[0m" #else #define STRONG "__________________________________\n" #define NORMAL "" #endif typedef struct signature { unsigned int buf_num; unsigned int offset; const char *sig_str; const char *description; } signature_t; #define IS_ISOFS 0 #define IS_CD_I 1 #define IS_CDTV 2 #define IS_CD_RTOS 3 #define IS_HS 4 #define IS_BRIDGE 5 #define IS_XA 6 #define IS_PHOTO_CD 7 #define IS_EXT2 8 #define IS_UFS 9 #define IS_BOOTABLE 10 #define IS_VIDEO_CD 11 static signature_t sigs[] = { /* Buff off look for description */ {0, 1, "CD001", "ISO 9660"}, {0, 1, "CD-I", "CD-I"}, {0, 8, "CDTV", "CDTV"}, {0, 8, "CD-RTOS", "CD-RTOS"}, {0, 9, "CDROM", "HIGH SIERRA"}, {0, 16, "CD-BRIDGE", "BRIDGE"}, {0, 1024, "CD-XA001", "XA"}, {1, 64, "PPPPHHHHOOOOTTTTOOOO____CCCCDDDD", "PHOTO CD"}, {1, 0x438, "\x53\xef", "EXT2 FS"}, {2, 1372, "\x54\x19\x01\x0", "UFS"}, {3, 7, "EL TORITO", "BOOTABLE"}, {4, 0, "VIDEO_CD", "VIDEO CD"}, { 0 } }; int filehandle; /* Handle of /dev/>cdrom< */ int rc; /* return code */ int i,j; /* index */ int isofs_size = 0; /* size of session */ int start_track; /* first sector of track */ int ms_offset; /* multisession offset found by track-walking */ int data_start; /* start of data area */ int joliet_level = 0; char buffer[6][CDIO_CD_FRAMESIZE_RAW]; /* for CD-Data */ CdIo *img; track_t num_tracks; track_t first_track_num; struct cdrom_tocentry *toc[CDIO_CDROM_LEADOUT_TRACK+1]; /* TOC-entries */ struct cdrom_mcn mcn; struct cdrom_multisession ms; struct cdrom_subchnl sub; int first_data = -1; /* # of first data track */ int num_data = 0; /* # of data tracks */ int first_audio = -1; /* # of first audio track */ int num_audio = 0; /* # of audio tracks */ char *devname = NULL; char *program_name; const char *argp_program_version = PROGRAM_NAME CDINFO_VERSION; const char *argp_program_bug_address = "rocky@gnu.org"; /* Program documentation. */ const char doc[] = PROGRAM_NAME " -- Get information about a Compact Disk or CD image."; /* A description of the arguments we accept. */ const char args_doc[] = "[DEVICE or DISK-IMAGE]"; static struct argp_option options[] = { {"debug", 'd', "LEVEL", 0, "Set debugging to LEVEL"}, {"quiet", 'q', 0, 0, "Don't produce any output" }, {"silent", 's', 0, OPTION_ALIAS }, {"notracks", 'T', 0, 0, "Don't show track information"}, {"noanalyze",'A', 0, 0, "Don't filesystem analysis"}, {"noioctl", 'I', 0, 0, "Don't show ioctl() information"}, { 0 } }; /* Parse a single option. */ static error_t parse_opt (int key, char *arg, struct argp_state *state) { /* Get the INPUT argument from `argp_parse', which we know is a pointer to our arguments structure. */ struct arguments *arguments = state->input; switch (key) { case 'q': case 's': arguments->silent = 1; break; case 'd': /* Default debug level is 1. */ arguments->debug_level = arg ? atol(arg): 1; break; case 'I': arguments->show_ioctl = false; break; case 'T': arguments->show_tracks = false; break; case 'A': arguments->show_analysis = false; break; case ARGP_KEY_ARG: /* Let the next case parse it. */ return ARGP_ERR_UNKNOWN; break; case ARGP_KEY_ARGS: { /* Check that only one device given. If so, handle it. */ unsigned int num_remaining_args = state->argc - state->next; char **remaining_args = state->argv + state->next; if (num_remaining_args > 1) { argp_usage (state); } if (0 == strncmp(remaining_args[0],"/dev/",5)) devname = remaining_args[0]; else { devname=malloc(6+strlen(remaining_args[0])); sprintf(devname,"/dev/%s", remaining_args[0]); } } break; default: return ARGP_ERR_UNKNOWN; } return 0; } static void print_version (void) { printf( _("CD Info %s | (c) 2003 Gerd Knorr, Heiko Eißfeldt & R. Bernstein\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ PARTICULAR PURPOSE.\n\ "), CDINFO_VERSION); } /* ------------------------------------------------------------------------ */ /* some ISO 9660 fiddling */ static int read_block(int superblock, uint32_t offset, uint8_t bufnum, bool is_green) { memset(buffer[bufnum], 0, CDIO_CD_FRAMESIZE); dbg_print(2, "about to read sector %u\n", offset+superblock); if (cdio_read_mode2_sector(img, buffer[bufnum], offset+superblock, !is_green)) return -1; /* For now compare with what we get the old way.... */ if (0 > lseek(filehandle, CDIO_CD_FRAMESIZE*(offset+superblock), SEEK_SET)) return -1; memset(buffer[5],0,CDIO_CD_FRAMESIZE); if (0 > read(filehandle,buffer[5], CDIO_CD_FRAMESIZE)) return -1; if (memcmp(buffer[bufnum], buffer[5], CDIO_CD_FRAMESIZE) != 0) { dbg_print(0, "libcdio conversion problem in reading super, buf %d\n", bufnum); } return 0; } static bool is_it(int num) { signature_t *sigp; /* TODO: check that num < largest sig. */ sigp = &sigs[num]; int len = strlen(sigp->sig_str); return 0 == memcmp(&buffer[sigp->buf_num][sigp->offset], sigp->sig_str, len); } static int is_hfs(void) { return (0 == memcmp(&buffer[1][512],"PM",2)) || (0 == memcmp(&buffer[1][512],"TS",2)) || (0 == memcmp(&buffer[1][1024], "BD",2)); } static int is_3do(void) { return (0 == memcmp(&buffer[1][0],"\x01\x5a\x5a\x5a\x5a\x5a\x01", 7)) && (0 == memcmp(&buffer[1][40], "CD-ROM", 6)); } static int is_joliet(void) { return 2 == buffer[3][0] && buffer[3][88] == 0x25 && buffer[3][89] == 0x2f; } /* ISO 9660 volume space in M2F1_SECTOR_SIZE byte units */ static int get_size(void) { return ((buffer[0][80] & 0xff) | ((buffer[0][81] & 0xff) << 8) | ((buffer[0][82] & 0xff) << 16) | ((buffer[0][83] & 0xff) << 24)); } static int get_joliet_level( void ) { switch (buffer[3][90]) { case 0x40: return 1; case 0x43: return 2; case 0x45: return 3; } return 0; } #define is_it_dbg(sig) \ if (is_it(sig)) printf("%s, ", sigs[sig].description) static int guess_filesystem(int start_session, bool is_green) { int ret = 0; if (read_block(ISO_SUPERBLOCK_SECTOR, start_session, 0, is_green) < 0) return FS_UNKNOWN; if (opts.debug_level > 0) { /* buffer is defined */ is_it_dbg(IS_CD_I); is_it_dbg(IS_CD_RTOS); is_it_dbg(IS_ISOFS); is_it_dbg(IS_HS); is_it_dbg(IS_BRIDGE); is_it_dbg(IS_XA); is_it_dbg(IS_CDTV); puts(""); } /* filesystem */ if (is_it(IS_CD_I) && is_it(IS_CD_RTOS) && !is_it(IS_BRIDGE) && !is_it(IS_XA)) { return FS_INTERACTIVE; } else { /* read sector 0 ONLY, when NO greenbook CD-I !!!! */ if (read_block(0, start_session, 1, true) < 0) return ret; if (opts.debug_level > 0) { /* buffer[1] is defined */ is_it_dbg(IS_PHOTO_CD); if (is_hfs()) printf("HFS, "); is_it_dbg(IS_EXT2); if (is_3do()) printf("3DO, "); puts(""); } if (is_it(IS_HS)) ret |= FS_HIGH_SIERRA; else if (is_it(IS_ISOFS)) { if (is_it(IS_CD_RTOS) && is_it(IS_BRIDGE)) ret = FS_ISO_9660_INTERACTIVE; else if (is_hfs()) ret = FS_ISO_HFS; else ret = FS_ISO_9660; isofs_size = get_size(); #if 0 if (is_rockridge()) ret |= ROCKRIDGE; #endif if (read_block(BOOT_SECTOR, start_session, 3, true) < 0) return ret; if (opts.debug_level > 0) { /* buffer[3] is defined */ if (is_joliet()) printf("JOLIET, "); puts(""); is_it_dbg(IS_BOOTABLE); puts(""); } if (is_joliet()) { joliet_level = get_joliet_level(); ret |= JOLIET; } if (is_it(IS_BOOTABLE)) ret |= BOOTABLE; if (is_it(IS_BRIDGE) && is_it(IS_XA) && is_it(IS_ISOFS) && is_it(IS_CD_RTOS) && !is_it(IS_PHOTO_CD)) { if (read_block(VCD_INFO_SECTOR, start_session, 4, true) < 0) return ret; if (opts.debug_level > 0) { /* buffer[4] is defined */ is_it_dbg(IS_VIDEO_CD); puts(""); } if (is_it(IS_VIDEO_CD)) ret |= VIDEOCDI; } } else if (is_hfs()) ret |= FS_HFS; else if (is_it(IS_EXT2)) ret |= FS_EXT2; else if (is_3do()) ret |= FS_3DO; else { if (read_block(UFS_SUPERBLOCK_SECTOR, start_session, 2, true) < 0) return ret; if (opts.debug_level > 0) { /* buffer[2] is defined */ is_it_dbg(IS_UFS); puts(""); } if (is_it(IS_UFS)) ret |= FS_UFS; else ret |= FS_UNKNOWN; } } /* other checks */ if (is_it(IS_XA)) ret |= XA; if (is_it(IS_PHOTO_CD)) ret |= PHOTO_CD; if (is_it(IS_CDTV)) ret |= CDTV; return ret; } static void myexit(int rc) { close(filehandle); cdio_destroy(img); exit(rc); } /* ------------------------------------------------------------------------ */ /* CDDB */ /* Returns the sum of the decimal digits in a number. Eg. 1955 = 20 */ static int cddb_dec_digit_sum(int n) { int ret=0; for (;;) { ret += n%10; n = n/10; if (!n) return ret; } } /* Return the number of seconds (discarding frame portion) of an MSF */ static inline unsigned int msf_seconds(msf_t *msf) { return cdio_from_bcd8(msf->m)*60 + cdio_from_bcd8(msf->s); } /* Compute the CDDB disk ID for an Audio disk. This is a funny checksum consisting of the concatenation of 3 things: the sum of the decimal digits of sizes of all tracks, the total length of the disk, and the number of tracks. */ static unsigned long cddb_discid() { int i,t,n=0; msf_t start_msf; msf_t msf; for (i = 1; i <= num_tracks; i++) { cdio_get_track_msf(img, i, &msf); n += cddb_dec_digit_sum(msf_seconds(&msf)); } cdio_get_track_msf(img, 1, &start_msf); cdio_get_track_msf(img, CDIO_CDROM_LEADOUT_TRACK, &msf); t = msf_seconds(&msf) - msf_seconds(&start_msf); return ((n % 0xff) << 24 | t << 8 | num_tracks); } /* CDIO logging routines */ static cdio_log_handler_t gl_default_log_handler = NULL; static void _log_handler (cdio_log_level_t level, const char message[]) { if (level == CDIO_LOG_DEBUG && opts.debug_level < 2) return; if (level == CDIO_LOG_INFO && opts.debug_level < 1) return; if (level == CDIO_LOG_WARN && opts.silent) return; gl_default_log_handler (level, message); } static void print_analysis(int fs, int num_audio) { int need_lf; switch(fs & FS_MASK) { case FS_NO_DATA: if (num_audio > 0) printf("Audio CD, CDDB disc ID is %08lx\n", cddb_discid()); break; case FS_ISO_9660: printf("CD-ROM with ISO 9660 filesystem"); if (fs & JOLIET) printf(" and joliet extension level %d", joliet_level); if (fs & ROCKRIDGE) printf(" and rockridge extensions"); printf("\n"); break; case FS_ISO_9660_INTERACTIVE: printf("CD-ROM with CD-RTOS and ISO 9660 filesystem\n"); break; case FS_HIGH_SIERRA: printf("CD-ROM with High Sierra filesystem\n"); break; case FS_INTERACTIVE: printf("CD-Interactive%s\n", num_audio > 0 ? "/Ready" : ""); break; case FS_HFS: printf("CD-ROM with Macintosh HFS\n"); break; case FS_ISO_HFS: printf("CD-ROM with both Macintosh HFS and ISO 9660 filesystem\n"); break; case FS_UFS: printf("CD-ROM with Unix UFS\n"); break; case FS_EXT2: printf("CD-ROM with Linux second extended filesystem\n"); break; case FS_3DO: printf("CD-ROM with Panasonic 3DO filesystem\n"); break; case FS_UNKNOWN: printf("CD-ROM with unknown filesystem\n"); break; } switch(fs & FS_MASK) { case FS_ISO_9660: case FS_ISO_9660_INTERACTIVE: case FS_ISO_HFS: printf("ISO 9660: %i blocks, label `%.32s'\n", isofs_size, buffer[0]+40); break; } need_lf = 0; if (first_data == 1 && num_audio > 0) need_lf += printf("mixed mode CD "); if (fs & XA) need_lf += printf("XA sectors "); if (fs & MULTISESSION) need_lf += printf("Multisession, offset = %i ",ms_offset); if (fs & HIDDEN_TRACK) need_lf += printf("Hidden Track "); if (fs & PHOTO_CD) need_lf += printf("%sPhoto CD ", num_audio > 0 ? " Portfolio " : ""); if (fs & CDTV) need_lf += printf("Commodore CDTV "); if (first_data > 1) need_lf += printf("CD-Plus/Extra "); if (fs & BOOTABLE) need_lf += printf("bootable CD "); if (fs & VIDEOCDI && num_audio == 0) need_lf += printf("Video CD "); if (need_lf) puts(""); } /* ------------------------------------------------------------------------ */ /* Our argp parser. */ static struct argp argp = { options, parse_opt, args_doc, doc }; int main(int argc, char *argv[]) { int fs=0; gl_default_log_handler = cdio_log_set_handler (_log_handler); program_name = strrchr(argv[0],'/'); program_name = program_name ? program_name+1 : argv[0]; /* Default option values. */ opts.silent = false; opts.debug_level = 0; opts.show_tracks = true; opts.show_ioctl = true; opts.show_analysis = true; /* Parse our arguments; every option seen by `parse_opt' will be reflected in `arguments'. */ argp_parse (&argp, argc, argv, 0, 0, &opts); print_version(); if (devname==NULL) { devname=strdup(cdio_get_default_device(img)); } img = cdio_open (devname, DRIVER_UNKNOWN); /* open device */ filehandle = open(devname,O_RDONLY); if (filehandle == -1) { err_exit("%s: %s\n", devname, strerror(errno)); } first_track_num = cdio_get_first_track_num(img); num_tracks = cdio_get_num_tracks(img); if (opts.show_tracks) { printf(STRONG "Track List (%i - %i)\n" NORMAL, first_track_num, num_tracks); printf(" nr: MSF LSN Ctrl Adr Type\n"); } /* Read and possibly print track information. */ for (i = first_track_num; i <= CDIO_CDROM_LEADOUT_TRACK; i++) { msf_t msf; toc[i] = malloc(sizeof(struct cdrom_tocentry)); if (toc[i] == NULL) { err_exit("out of memory"); } memset(toc[i],0,sizeof(struct cdrom_tocentry)); toc[i]->cdte_track = i; toc[i]->cdte_format = CDROM_MSF; if (ioctl(filehandle,CDROMREADTOCENTRY,toc[i])) { err_exit("read TOC entry ioctl failed for track %i, give up\n", i); } if (!cdio_get_track_msf(img, i, &msf)) { err_exit("cdio_track_msf for track %i failed, I give up.\n", i); } if (opts.show_tracks) { printf("%3d: %2.2x:%2.2x:%2.2x (%06d) 0x%x 0x%x %s%s\n", (int) i, msf.m, msf.s, msf.f, cdio_msf_to_lsn(&msf), (int)toc[i]->cdte_ctrl, (int)toc[i]->cdte_adr, track_format2str[cdio_get_track_format(img, i)], CDIO_CDROM_LEADOUT_TRACK == i ? " (leadout)" : ""); } if (i == CDIO_CDROM_LEADOUT_TRACK) break; if (TRACK_FORMAT_DATA == cdio_get_track_format(img, i)) { num_data++; if (-1 == first_data) first_data = i; } else { num_audio++; if (-1 == first_audio) first_audio = i; } /* skip to leadout */ if (i == num_tracks) i = CDIO_CDROM_LEADOUT_TRACK-1; } if (opts.show_ioctl) { printf(STRONG "What ioctl's report...\n" NORMAL); /* get mcn */ printf("Get MCN : "); fflush(stdout); if (ioctl(filehandle,CDROM_GET_MCN, &mcn)) printf("FAILED\n"); else printf("%s\n",mcn.medium_catalog_number); /* get disk status */ printf("disc status : "); fflush(stdout); switch (ioctl(filehandle,CDROM_DISC_STATUS,0)) { case CDS_NO_INFO: printf("no info\n"); break; case CDS_NO_DISC: printf("no disc\n"); break; case CDS_AUDIO: printf("audio\n"); break; case CDS_DATA_1: printf("data mode 1\n"); break; case CDS_DATA_2: printf("data mode 2\n"); break; case CDS_XA_2_1: printf("XA mode 1\n"); break; case CDS_XA_2_2: printf("XA mode 2\n"); break; default: printf("unknown (failed?)\n"); } /* get multisession */ printf("multisession: "); fflush(stdout); ms.addr_format = CDROM_LBA; if (ioctl(filehandle,CDROMMULTISESSION,&ms)) printf("FAILED\n"); else printf("%d%s\n",ms.addr.lba,ms.xa_flag?" XA":""); /* get audio status from subchnl */ printf("audio status: "); fflush(stdout); sub.cdsc_format = CDROM_MSF; if (ioctl(filehandle,CDROMSUBCHNL,&sub)) printf("FAILED\n"); else { switch (sub.cdsc_audiostatus) { case CDROM_AUDIO_INVALID: printf("invalid\n"); break; case CDROM_AUDIO_PLAY: printf("playing"); break; case CDROM_AUDIO_PAUSED: printf("paused"); break; case CDROM_AUDIO_COMPLETED: printf("completed\n"); break; case CDROM_AUDIO_ERROR: printf("error\n"); break; case CDROM_AUDIO_NO_STATUS: printf("no status\n"); break; default: printf("Oops: unknown\n"); } if (sub.cdsc_audiostatus == CDROM_AUDIO_PLAY || sub.cdsc_audiostatus == CDROM_AUDIO_PAUSED) { printf(" at: %02d:%02d abs / %02d:%02d track %d\n", sub.cdsc_absaddr.msf.minute, sub.cdsc_absaddr.msf.second, sub.cdsc_reladdr.msf.minute, sub.cdsc_reladdr.msf.second, sub.cdsc_trk); } } } if (opts.show_analysis) { printf(STRONG "try to find out what sort of CD this is\n" NORMAL); /* try to find out what sort of CD we have */ if (0 == num_data) { /* no data track, may be a "real" audio CD or hidden track CD */ msf_t msf; cdio_get_track_msf(img, 1, &msf); start_track = cdio_msf_to_lsn(&msf); /* CD-I/Ready says start_track <= 30*75 then CDDA */ if (start_track > 100 /* 100 is just a guess */) { fs = guess_filesystem(0, false); if ((fs & FS_MASK) != FS_UNKNOWN) fs |= HIDDEN_TRACK; else { fs &= ~FS_MASK; /* del filesystem info */ printf("Oops: %i unused sectors at start, but hidden track check failed.\n",start_track); } } print_analysis(fs, num_audio); } else { /* we have data track(s) */ for (j = 2, i = first_data; i <= num_tracks; i++) { msf_t msf; track_format_t track_format = cdio_get_track_format(img, i); cdio_get_track_msf(img, i, &msf); switch ( track_format ) { case TRACK_FORMAT_AUDIO: case TRACK_FORMAT_ERROR: break; case TRACK_FORMAT_CDI: case TRACK_FORMAT_XA: case TRACK_FORMAT_DATA: case TRACK_FORMAT_PSX: ; } start_track = (i == 1) ? 0 : cdio_msf_to_lsn(&msf); /* save the start of the data area */ if (i == first_data) data_start = start_track; /* skip tracks which belong to the current walked session */ if (start_track < data_start + isofs_size) continue; fs = guess_filesystem(start_track, cdio_get_track_green(img, i)); if (i > 1) { /* track is beyond last session -> new session found */ ms_offset = start_track; printf("session #%d starts at track %2i, LSN: %6i," " ISO 9660 blocks: %6i\n", j++, i, start_track, isofs_size); printf("ISO 9660: %i blocks, label `%.32s'\n", isofs_size, buffer[0]+40); fs |= MULTISESSION; } else { print_analysis(fs, num_audio); } if (!(((fs & FS_MASK) == FS_ISO_9660 || (fs & FS_MASK) == FS_ISO_HFS || /* (fs & FS_MASK) == FS_ISO_9660_INTERACTIVE) && (fs & XA))) */ (fs & FS_MASK) == FS_ISO_9660_INTERACTIVE))) break; /* no method for non-iso9660 multisessions */ } } } myexit(EXIT_SUCCESS); /* Not reached:*/ return(EXIT_SUCCESS); } libcdio-2.0.0/src/cd-info.10000664000175000017500000000626313222220205012226 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH CD-INFO "1" "December 2017" "cd-info version 2.0.0 x86_64-pc-linux-gnu" "User Commands" .SH NAME cd-info \- shows Information about a CD or CD-image .SH SYNOPSIS .B cd-info [\fI\,OPTION\/\fR...] .SH DESCRIPTION .TP \fB\-a\fR, \fB\-\-access\-mode\fR=\fI\,STRING\/\fR Set CD access method .TP \fB\-d\fR, \fB\-\-debug\fR=\fI\,INT\/\fR Set debugging to LEVEL .TP \fB\-T\fR, \fB\-\-no\-tracks\fR Don't show track information .TP \fB\-A\fR, \fB\-\-no\-analyze\fR Don't show filesystem analysis .TP \fB\-\-no\-cddb\fR Does nothing since this program is not .TP \fB\-P\fR, \fB\-\-cddb\-port\fR=\fI\,INT\/\fR CDDB\-enabled .HP \fB\-H\fR, \fB\-\-cddb\-http\fR .HP \fB\-\-cddb\-server\fR=\fI\,STRING\/\fR .HP \fB\-\-cddb\-cache\fR=\fI\,STRING\/\fR .HP \fB\-\-cddb\-email\fR=\fI\,STRING\/\fR .HP \fB\-\-no\-cddb\-cache\fR .HP \fB\-\-cddb\-timeout\fR=\fI\,INT\/\fR .TP \fB\-\-no\-device\-info\fR Don't show device info, just CD info .TP \fB\-\-no\-disc\-mode\fR Don't show disc\-mode info .TP \fB\-\-dvd\fR Attempt to give DVD information if a DVD is found. .TP \fB\-v\fR, \fB\-\-no\-vcd\fR Don't look up Video CD information \- for this build, this is always set .TP \fB\-I\fR, \fB\-\-no\-ioctl\fR Don't show ioctl() information .TP \fB\-b\fR, \fB\-\-bin\-file\fR[=\fI\,FILE\/\fR] set "bin" CD\-ROM disk image file as source .TP \fB\-c\fR, \fB\-\-cue\-file\fR[=\fI\,FILE\/\fR] set "cue" CD\-ROM disk image file as source .TP \fB\-N\fR, \fB\-\-nrg\-file\fR[=\fI\,FILE\/\fR] set Nero CD\-ROM disk image file as source .TP \fB\-t\fR, \fB\-\-toc\-file\fR[=\fI\,FILE\/\fR] set cdrdao CD\-ROM disk image file as source .TP \fB\-i\fR, \fB\-\-input\fR[=\fI\,FILE\/\fR] set source and determine if "bin" image or device .TP \fB\-\-iso9660\fR print directory contents of any ISO\-9660 filesystems .TP \fB\-C\fR, \fB\-\-cdrom\-device\fR[=\fI\,DEVICE\/\fR] set CD\-ROM device as source .TP \fB\-l\fR, \fB\-\-list\-drives\fR Give a list of CD\-drives .TP \fB\-\-no\-header\fR Don't display header and copyright (for regression testing) .TP \fB\-\-no\-joliet\fR Don't use Joliet extensions .TP \fB\-\-no\-rock\-ridge\fR Don't use Rock\-Ridge\-extension information .TP \fB\-\-no\-xa\fR Don't use XA\-extension information .TP \fB\-q\fR, \fB\-\-quiet\fR Don't produce warning output .TP \fB\-V\fR, \fB\-\-version\fR display version and copyright information and exit .SS "Help options:" .TP \-?, \fB\-\-help\fR Show this help message .TP \fB\-\-usage\fR Display brief usage message .SH AUTHOR Rocky Bernstein rocky@gnu.org, based on the cdinfo program by Gerd Knorr and Heiko Eissfeldt .SH COPYRIGHT Copyright \(co 2003\-2005, 2007\-2008, 2011\-2015, 2017 R. Bernstein .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Have driver: GNU/Linux ioctl and MMC driver Have driver: cdrdao (TOC) disk image driver Have driver: bin/cuesheet disk image driver Have driver: Nero NRG disk image driver Default CD\-ROM device: \fI\,/dev/cdrom\/\fP .SH "SEE ALSO" \&\f(CWcd-drive(1)\fR for CD-ROM characteristics; \&\f(CWiso-info(1)\fR for information about an ISO-9660 image. libcdio-2.0.0/src/cdda-player.c0000664000175000017500000014161513221570376013177 00000000000000/* Copyright (C) 2005, 2006, 2008, 2009, 2010, 2011, 2012, 2017 Rocky Bernstein Adapted from Gerd Knorr's player.c program Copyright (C) 1997, 1998 This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_SYS_TIME_H #include #endif #ifdef HAVE_CDDB #include #endif #include #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_CURSES_H # include #else # ifdef HAVE_NCURSES_H #include # else # ifdef HAVE_NCURSES_NCURSES_H # include # else # error "You need or #include #include #include #include #include "cddb.h" #include "getopt.h" static void action(const char *psz_action); static void display_cdinfo(CdIo_t *p_cdio, track_t i_tracks, track_t i_first_track); static void display_tracks(void); static void get_cddb_track_info(track_t i_track); static void get_cdtext_track_info(track_t i_track); static void get_track_info(track_t i_track); static bool play_track(track_t t1, track_t t2); static CdIo_t *p_cdio_global; /* libcdio handle */ static driver_id_t driver_id = DRIVER_DEVICE; static int b_sig = false; /* set on some signals */ /* cdrom data */ static track_t i_first_track_global; static track_t i_last_track; static track_t i_first_audio_track; static track_t i_last_audio_track; static track_t i_last_display_track = CDIO_INVALID_TRACK; static track_t i_tracks_global; static msf_t toc[CDIO_CDROM_LEADOUT_TRACK+1]; static cdio_subchannel_t sub; /* subchannel last time read */ static int i_data; /* # of data tracks present ? */ static int start_track = 0; static int stop_track = 0; static int one_track = 0; static int i_vol_port = 5; /* If 5, retrieve volume port. Otherwise the port number 0..3 of a working volume port and 4 for no working port. */ /* settings which can be set from the command or interactively. */ static bool b_cd = false; static bool auto_mode = false; static bool b_verbose = false; static bool debug = false; static bool b_interactive = true; static bool b_prefer_cdtext = true; #ifdef CDDB_ADDED static bool b_cddb = false; /* CDDB database present */ #endif static bool b_db = false; /* we have a database at all */ static bool b_record = false; /* we have a record for static the inserted CD */ static bool b_all_tracks = false; /* True if we display all tracks*/ static int8_t i_volume_level = -1; /* Valid range is 0..100 */ static char *psz_device_global=NULL; static char *psz_program; /* Info about songs and titles. The 0 entry will contain the disc info. */ typedef struct { char title[80]; char artist[80]; char length[8]; char ext_data[80]; bool b_cdtext; /* true if from CD-Text, false if from CDDB */ } cd_track_info_rec_t; static cd_track_info_rec_t cd_info[CDIO_CD_MAX_TRACKS+2]; static char title[80]; static char artist[80]; static char genre[40]; static char category[40]; static char year[5]; static bool b_cdtext_title; /* true if from CD-Text, false if from CDDB */ static bool b_cdtext_artist; /* true if from CD-Text, false if from CDDB */ static bool b_cdtext_genre; /* true if from CD-Text, false if from CDDB */ #ifdef CDTEXT_CATEGORY_ADDED static bool b_cdtext_category; /* true if from CD-Text, false if from CDDB */ #endif static bool b_cdtext_year; /* true if from CD-Text, false if from CDDB */ static cdio_audio_volume_t audio_volume; #ifdef HAVE_CDDB static cddb_conn_t *p_conn = NULL; static cddb_disc_t *p_cddb_disc = NULL; static int i_cddb_matches = 0; #endif #define MAX_KEY_STR 50 static const char key_bindings[][MAX_KEY_STR] = { " right play / next track", " left previous track", " up/down 10 sec forward / back", " 1-9 jump to track 1-9", " 0 jump to track 10", " F1-F20 jump to track 11-30", " ", " k, h, ? show this key help", " l, toggle listing all tracks", " e eject", " c close tray", " p, space pause / resume", " s stop", " q, ^C quit", " x quit and continue playing", " a toggle auto-mode", " - decrease volume level", " + increase volume level", }; static const unsigned int i_key_bindings = sizeof(key_bindings) / MAX_KEY_STR; /* ---------------------------------------------------------------------- */ /* tty stuff */ typedef enum { LINE_STATUS = 0, LINE_CDINFO = 1, LINE_ARTIST = 3, LINE_CDNAME = 4, LINE_GENRE = 5, LINE_YEAR = 6, LINE_TRACK_PREV = 8, LINE_TRACK_TITLE = 9, LINE_TRACK_ARTIST = 10, LINE_TRACK_NEXT = 11, } track_line_t; static unsigned int LINE_ACTION = 25; static unsigned int COLS_LAST; static char psz_action_line[300] = ""; static int rounded_div(unsigned int i_a, unsigned int i_b) { const unsigned int i_b_half=i_b/2; return ((i_a)+i_b_half)/i_b; } /** Curses window initialization. */ static void tty_raw(void) { if (!b_interactive) return; initscr(); cbreak(); clear(); noecho(); #ifdef HAVE_KEYPAD keypad(stdscr,1); #endif getmaxyx(stdscr, LINE_ACTION, COLS_LAST); LINE_ACTION--; refresh(); } /** Curses window finalization. */ static void tty_restore(void) { if (!b_interactive) return; endwin(); } #define UNUSED(x) (void)(x) /* Called when window is resized. */ static void sigwinch(int dummy) { UNUSED(dummy); tty_restore(); tty_raw(); action(NULL); } /* Signal handler - Ctrl-C and others. */ static void ctrlc(int signal_num) { b_sig = true; } /* Timed wait on an event. */ static int select_wait(int sec) { struct timeval tv; fd_set se; FD_ZERO(&se); tv.tv_sec = sec; tv.tv_usec = 0; return select(1,&se,NULL,NULL,&tv); } /* ---------------------------------------------------------------------- */ /* Display the action line. */ static void action(const char *psz_action) { if (!b_interactive) { if (b_verbose && psz_action) fprintf(stderr,"action: %s\n", psz_action); return; } if (!psz_action) ; else if (psz_action && strlen(psz_action)) snprintf(psz_action_line, sizeof(psz_action_line), "action : %s", psz_action); else snprintf(psz_action_line, sizeof(psz_action_line), "%s", "" ); mvprintw(LINE_ACTION, 0, psz_action_line); clrtoeol(); refresh(); } /* Display an error message.. */ static void xperror(const char *psz_msg) { char line[80]; if (!b_interactive) { if (b_verbose) { fprintf(stderr, "error: "); perror(psz_msg); } return; } if (b_verbose) { snprintf(line, sizeof(line), "%s: %s", psz_msg, strerror(errno)); attron(A_STANDOUT); mvprintw(LINE_ACTION, 0, (char *) "error : %s", line); attroff(A_STANDOUT); clrtoeol(); refresh(); select_wait(3); action(""); } } static void finish(const char *psz_msg, int rc) { if (b_interactive) { attron(A_STANDOUT); mvprintw(LINE_ACTION, 0, (char *) "%s, exiting...\n", psz_msg); attroff(A_STANDOUT); clrtoeol(); refresh(); } tty_restore(); #ifdef HAVE_CDDB if (p_conn) cddb_destroy(p_conn); cddb_disc_destroy(p_cddb_disc); libcddb_shutdown(); #endif /*HAVE_CDDB*/ cdio_destroy (p_cdio_global); free (psz_device_global); exit (rc); } /* ---------------------------------------------------------------------- */ /* Set all audio channels to level. level is assumed to be in the range 0..100. */ static bool set_volume_level(CdIo_t *p_cdio, uint8_t i_level) { const unsigned int i_new_level= rounded_div(i_level*256, 100); unsigned int i; driver_return_code_t rc; for (i=0; i<=3; i++) { audio_volume.level[i] = i_new_level; } rc = cdio_audio_set_volume(p_cdio, &audio_volume); if ( DRIVER_OP_SUCCESS != rc ) { /* If we can't do a get volume, audio_volume.level is used as a second-best guess. But if this set failed restore it to an invalid value so we don't get confused and think that this was set. */ for (i=0; i<=3; i++) { audio_volume.level[i] = 0; } } else { /* Set i_vol_port so volume levels set above will get used. */ i_vol_port=0; } return rc; } /* Subtract one from the volume level. If we are at the minimum value, * nothing is done. We used to wrap at the boundaries but this is probably wrong because is assumes someone: * looks at the display while listening, * knows that 99 is the maximum value. See issue #33333 If the volume level is undefined, then this means we could not get the current value and we'll' set it to 50 the midway point. Return the status of setting the volume level. */ static bool decrease_volume_level(CdIo_t *p_cdio) { if (i_volume_level == -1) i_volume_level = 51; if (i_volume_level <= 0) i_volume_level = 1; return set_volume_level(p_cdio, --i_volume_level); } /* Add 1 to the volume level. If we are at the maximum value, nothing is done. We used to wrap at the boundaries but this is probably wrong because is assumes someone: * looks at the display while listening, * knows that 99 is the maximum value. See issue #33333 If volume level is undefined, then this means we could not get the current value and we'll' set it to 50 the midway point. Return the status of setting the volume level. */ static bool increase_volume_level(CdIo_t *p_cdio) { if (i_volume_level == -1) i_volume_level = 49; if (i_volume_level <= 0) i_volume_level = 0; if (i_volume_level > 98) i_volume_level = 98; return set_volume_level(p_cdio, ++i_volume_level); } /** Stop playing audio CD */ static bool cd_stop(CdIo_t *p_cdio) { bool b_ok = true; if (b_cd && p_cdio) { action("stop..."); i_last_audio_track = CDIO_INVALID_TRACK; b_ok = DRIVER_OP_SUCCESS == cdio_audio_stop(p_cdio); if ( !b_ok ) xperror("stop"); if (b_all_tracks) display_tracks(); } return b_ok; } /** Eject CD */ static bool cd_eject(void) { bool b_ok = true; if (p_cdio_global) { cd_stop(p_cdio_global); action("eject..."); b_ok = DRIVER_OP_SUCCESS == cdio_eject_media(&p_cdio_global); if (!b_ok) xperror("eject"); b_cd = false; cdio_destroy (p_cdio_global); p_cdio_global = NULL; } return b_ok; } /** Close CD tray */ static bool cd_close(const char *psz_device) { bool b_ok = true; if (!b_cd) { action("close..."); b_ok = DRIVER_OP_SUCCESS == cdio_close_tray(psz_device, &driver_id); if (!b_ok) xperror("close"); } return b_ok; } /** Pause playing audio CD */ static bool cd_pause(CdIo_t *p_cdio) { bool b_ok = true; if (sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY) { b_ok = DRIVER_OP_SUCCESS == cdio_audio_pause(p_cdio); if (!b_ok) xperror("pause"); } return b_ok; } /** Get status/track/position info of an audio CD */ static bool read_subchannel(CdIo_t *p_cdio) { bool b_ok = true; if (!p_cdio) return false; b_ok = DRIVER_OP_SUCCESS == cdio_audio_read_subchannel(p_cdio, &sub); if (!b_ok) { xperror("read subchannel"); b_cd = 0; } if (auto_mode && sub.audio_status == CDIO_MMC_READ_SUB_ST_COMPLETED) cd_eject(); return b_ok; } #ifdef HAVE_CDDB /** This routine is called by vcd routines on error. Setup is done by init_input_plugin. */ static void cddb_log_handler (cddb_log_level_t level, const char message[]) { switch (level) { case CDDB_LOG_DEBUG: case CDDB_LOG_INFO: if (!b_verbose) return; /* Fall through if to warn case */ case CDDB_LOG_WARN: case CDDB_LOG_ERROR: case CDDB_LOG_CRITICAL: default: xperror(message); break; } /* gl_default_cdio_log_handler (level, message); */ } #endif /* HAVE_CDDB */ static void get_cddb_disc_info(CdIo_t *p_cdio) { #ifdef HAVE_CDDB b_db = init_cddb(p_cdio, &p_conn, &p_cddb_disc, xperror, i_first_track_global, i_tracks_global, &i_cddb_matches); if (b_db) { int i_year; i_year = atoi(year); cddb_disc_set_artist(p_cddb_disc, artist); cddb_disc_set_title(p_cddb_disc, title); cddb_disc_set_genre(p_cddb_disc, genre); cddb_disc_set_year(p_cddb_disc, i_year); } #endif /* HAVE_CDDB */ return; } #define add_cdtext_disc_info(format_str, info_field, FIELD) \ if (cdtext_get_const(p_cdtext, FIELD, 0) && !strlen(info_field)) { \ snprintf(info_field, sizeof(info_field), format_str, \ cdtext_get_const(p_cdtext, FIELD, 0)); \ b_cdtext_ ## info_field = true; \ } static void get_cdtext_disc_info(CdIo_t *p_cdio) { cdtext_t *p_cdtext = cdio_get_cdtext(p_cdio); if (p_cdtext) { add_cdtext_disc_info("%s", title, CDTEXT_FIELD_TITLE); add_cdtext_disc_info("%s", artist, CDTEXT_FIELD_PERFORMER); add_cdtext_disc_info("%s", genre, CDTEXT_FIELD_GENRE); } } static void get_disc_info(CdIo_t *p_cdio) { b_db = false; if (b_prefer_cdtext) { get_cdtext_disc_info(p_cdio); get_cddb_disc_info(p_cdio); } else { get_cddb_disc_info(p_cdio); get_cdtext_disc_info(p_cdio); } } /** Read CD TOC and set CD information. */ static void read_toc(CdIo_t *p_cdio) { track_t i; action("read toc..."); memset(cd_info, 0, sizeof(cd_info)); title[0] = artist[0] = genre[0] = category[0] = year[0] = '\0'; i_first_track_global = cdio_get_first_track_num(p_cdio); i_last_track = cdio_get_last_track_num(p_cdio); i_tracks_global = cdio_get_num_tracks(p_cdio); i_first_audio_track = i_first_track_global; i_last_audio_track = i_last_track; cdio_audio_get_volume(p_cdio, &audio_volume); for (i_vol_port=0; i_vol_port<4; i_vol_port++) { if (audio_volume.level[i_vol_port] > 0) break; } if ( CDIO_INVALID_TRACK == i_first_track_global || CDIO_INVALID_TRACK == i_last_track ) { xperror("read toc header"); b_cd = false; b_record = false; i_last_display_track = CDIO_INVALID_TRACK; } else { b_cd = true; i_data = 0; get_disc_info(p_cdio); for (i = i_first_track_global; i <= i_last_track+1; i++) { int s; if ( !cdio_get_track_msf(p_cdio, i, &(toc[i])) ) { xperror("read toc entry"); b_cd = false; return; } if ( TRACK_FORMAT_AUDIO == cdio_get_track_format(p_cdio, i) ) { if (i != i_first_track_global) { s = cdio_audio_get_msf_seconds(&toc[i]) - cdio_audio_get_msf_seconds(&toc[i-1]); snprintf(cd_info[i-1].length, sizeof(cd_info[0].length), "%02d:%02d", (uint8_t) (s / CDIO_CD_SECS_PER_MIN), (uint8_t) (s % CDIO_CD_SECS_PER_MIN)); } } else { if ((i != i_last_track+1) ) { i_data++; if (i == i_first_track_global) { if (i == i_last_track) i_first_audio_track = CDIO_CDROM_LEADOUT_TRACK; else i_first_audio_track++; } } } get_track_info(i); } b_record = true; read_subchannel(p_cdio); if (auto_mode && sub.audio_status != CDIO_MMC_READ_SUB_ST_PLAY) play_track(1, CDIO_CDROM_LEADOUT_TRACK); } action(""); if (!b_all_tracks) display_cdinfo(p_cdio, i_tracks_global, i_first_track_global); } /** Play an audio track. */ static bool play_track(track_t i_start_track, track_t i_end_track) { bool b_ok = true; char line[80]; if (!b_cd) { read_toc(p_cdio_global); } read_subchannel(p_cdio_global); if (!b_cd || i_first_track_global == CDIO_CDROM_LEADOUT_TRACK) return false; if (debug) fprintf(stderr,"play tracks: %d-%d => ", i_start_track, i_end_track-1); if (i_start_track < i_first_track_global) i_start_track = i_first_track_global; if (i_start_track > i_last_audio_track) i_start_track = i_last_audio_track; if (i_end_track < i_first_track_global) i_end_track = i_first_track_global; if (i_end_track > i_last_audio_track) i_end_track = i_last_audio_track; i_end_track++; if (debug) fprintf(stderr,"%d-%d\n",i_start_track, i_end_track-1); cd_pause(p_cdio_global); snprintf(line, sizeof(line), "play track %d to track %d.", i_start_track, i_end_track-1); action(line); b_ok = (DRIVER_OP_SUCCESS == cdio_audio_play_msf(p_cdio_global, &(toc[i_start_track]), &(toc[i_end_track])) ); if (!b_ok) xperror("play"); return b_ok; } static void skip(int diff) { msf_t start_msf; int sec; read_subchannel(p_cdio_global); if (!b_cd || i_first_track_global == CDIO_CDROM_LEADOUT_TRACK) return; sec = cdio_audio_get_msf_seconds(&sub.abs_addr); sec += diff; if (sec < 0) sec = 0; start_msf.m = cdio_to_bcd8(sec / CDIO_CD_SECS_PER_MIN); start_msf.s = cdio_to_bcd8(sec % CDIO_CD_SECS_PER_MIN); start_msf.f = 0; cd_pause(p_cdio_global); if ( DRIVER_OP_SUCCESS != cdio_audio_play_msf(p_cdio_global, &start_msf, &(toc[i_last_audio_track])) ) xperror("play"); } static bool toggle_pause(void) { bool b_ok = true; if (!b_cd) return false; if (CDIO_MMC_READ_SUB_ST_PAUSED == sub.audio_status) { b_ok = DRIVER_OP_SUCCESS != cdio_audio_resume(p_cdio_global); if (!b_ok) xperror("resume"); } else { b_ok = DRIVER_OP_SUCCESS != cdio_audio_pause(p_cdio_global); if (!b_ok) xperror("pause"); } return b_ok; } /** Update windows with status and possibly track info. This used in interactive playing not batch mode. */ static void display_status(bool b_status_only) { char line[80]; if (!b_interactive) return; if (!b_cd) { snprintf(line, sizeof(line), "no CD in drive (%s)", psz_device_global); } else if (i_first_track_global == CDIO_CDROM_LEADOUT_TRACK) { snprintf(line, sizeof(line), "CD has only data tracks"); } else if (sub.audio_status == CDIO_MMC_READ_SUB_ST_PAUSED || sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY) { cdio_audio_get_volume(p_cdio_global, &audio_volume); if (i_vol_port < 4) { i_volume_level = rounded_div(audio_volume.level[i_vol_port]*100, 256); snprintf(line, sizeof(line), "track %2d - %02x:%02x of %s (%02x:%02x abs) %s volume: %d", sub.track, sub.rel_addr.m, sub.rel_addr.s, cd_info[sub.track].length, sub.abs_addr.m, sub.abs_addr.s, mmc_audio_state2str(sub.audio_status), i_volume_level); } else snprintf(line, sizeof(line), "track %2d - %02x:%02x of %s (%02x:%02x abs) %s", sub.track, sub.rel_addr.m, sub.rel_addr.s, cd_info[sub.track].length, sub.abs_addr.m, sub.abs_addr.s, mmc_audio_state2str(sub.audio_status)); } else { snprintf(line, sizeof(line), "%s", mmc_audio_state2str(sub.audio_status)); } action(NULL); mvprintw(LINE_STATUS, 0, (char *) "status%s: %s", auto_mode ? "*" : " ", line); clrtoeol(); if ( !b_status_only && b_db && i_last_display_track != sub.track && (sub.audio_status == CDIO_MMC_READ_SUB_ST_PAUSED || sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY) && b_cd) { if (b_all_tracks) display_tracks(); else { const cd_track_info_rec_t *p_cd_info = &cd_info[sub.track]; i_last_display_track = sub.track; if (i_first_audio_track != sub.track && strlen(cd_info[sub.track-1].title)) { const cd_track_info_rec_t *p_cd_info_track = &cd_info[sub.track-1]; mvprintw(LINE_TRACK_PREV, 0, (char *) " track %2d title : %s [%s]", sub.track-1, p_cd_info->title, p_cd_info_track->b_cdtext ? "CD-Text" : "CDDB"); clrtoeol(); } else { mvprintw(LINE_TRACK_PREV, 0, (char *) "%s",""); clrtoeol(); } if (strlen(p_cd_info->title)) { mvprintw(LINE_TRACK_TITLE, 0, (char *) ">track %2d title : %s [%s]", sub.track, p_cd_info->title, (char *) (p_cd_info->b_cdtext ? "CD-Text" : "CDDB")); clrtoeol(); } if (strlen(p_cd_info->artist)) { mvprintw(LINE_TRACK_ARTIST, 0, (char *) ">track %2d artist: %s [%s]", sub.track, p_cd_info->artist, p_cd_info->b_cdtext ? "CD-Text" : "CDDB"); clrtoeol(); } if (i_last_audio_track != sub.track && strlen(cd_info[sub.track+1].title)) { const cd_track_info_rec_t *p_cd_info_track = &cd_info[sub.track+1]; mvprintw(LINE_TRACK_NEXT, 0, (char *) " track %2d title : %s [%s]", sub.track+1, p_cd_info_track->title, p_cd_info->b_cdtext ? "CD-Text" : "CDDB"); clrtoeol(); } else { mvprintw(LINE_TRACK_NEXT, 0, (char *) "%s",""); clrtoeol(); } clrtobot(); } } action(NULL); /* Redisplay action line. */ } static void get_cddb_track_info(track_t i_track) { #ifdef HAVE_CDDB cddb_track_t *t = cddb_disc_get_track(p_cddb_disc, i_track - i_first_track_global); if (t) { cddb_track_set_title(t, title); cddb_track_set_artist(t, artist); } #else ; #endif } #define add_cdtext_track_info(format_str, info_field, FIELD) \ if (cdtext_get_const(p_cdtext, FIELD, i_track)) { \ snprintf(cd_info[i_track].info_field, \ sizeof(cd_info[i_track].info_field), \ format_str, cdtext_get_const(p_cdtext, FIELD, i_track)); \ cd_info[i_track].b_cdtext = true; \ } static void get_cdtext_track_info(track_t i_track) { cdtext_t *p_cdtext = cdio_get_cdtext(p_cdio_global); if (NULL != p_cdtext) { add_cdtext_track_info("%s", title, CDTEXT_FIELD_TITLE); add_cdtext_track_info("%s", artist, CDTEXT_FIELD_PERFORMER); } } static void get_track_info(track_t i_track) { if (b_prefer_cdtext) { get_cdtext_track_info(i_track); get_cddb_track_info(i_track); } else { get_cddb_track_info(i_track); get_cdtext_track_info(i_track); } } #define display_line(LINE_NO, COL_NO, format_str, field) \ if (field != NULL && field[0]) { \ mvprintw(LINE_NO, COL_NO, (char *) format_str " [%s]", \ field, \ b_cdtext_ ## field ? "CD-Text": "CDDB"); \ clrtoeol(); \ } static void display_cdinfo(CdIo_t *p_cdio, track_t i_tracks, track_t i_first_track) { int len; char line[80]; if (!b_interactive) return; if (!b_cd) snprintf(line, sizeof(line), "-"); else { len = snprintf(line, sizeof(line), "%2u tracks (%02x:%02x min)", (unsigned int) i_last_track, toc[i_last_track+1].m, toc[i_last_track+1].s); if (i_data && i_first_track != CDIO_CDROM_LEADOUT_TRACK) snprintf(line+len, sizeof(line)-len, ", audio=%u-%u", (unsigned int) i_first_audio_track, (unsigned int) i_last_audio_track); display_line(LINE_ARTIST, 0, "CD Artist : %s", artist); display_line(LINE_CDNAME, 0, "CD Title : %s", title); display_line(LINE_GENRE, 0, "CD Genre : %s", genre); display_line(LINE_YEAR, 0, "CD Year : %s", year); } mvprintw(LINE_CDINFO, 0, (char *) "CD info: %s", line); clrtoeol(); action(NULL); } /* ---------------------------------------------------------------------- */ static void usage(char *prog) { fprintf(stderr, "%s is a simple curses CD player. It can pick up artist,\n" "CD name and song title from CD-Text info on the CD or\n" "via CDDB.\n" "\n" "usage: %s [options] [device]\n" "\n" "default for to search for a CD-ROM device with a CD-DA loaded\n" "\n" "These command line options available:\n" " -h print this help\n" " -k print key mapping\n" " -a start up in auto-mode\n" " -v verbose\n" "\n" "for non-interactive use (only one) of these:\n" " -l list tracks\n" " -c print cover (PostScript to stdout)\n" " -C close CD-ROM tray. If you use this option,\n" " a CD-ROM device name must be specified.\n" " -p play the whole CD\n" " -t n play track >n<\n" " -t a-b play all tracks between a and b (inclusive)\n" " -L set volume level\n" " -s stop playing\n" " -S list audio subchannel information\n" " -e eject cdrom\n" "\n" "That's all. Oh, maybe a few words more about the auto-mode. This\n" "is the 'dont-touch-any-key' feature. You load a CD, player starts\n" "to play it, and when it is done it ejects the CD. Start it that\n" "way on a spare console and forget about it...\n" "\n" "(c) 1997-98 Gerd Knorr \n" "(c) 2005-2006, 2017 Rocky Bernstein \n" , prog, prog); } static void print_keys(void) { unsigned int i; for (i=0; i < i_key_bindings; i++) fprintf(stderr, "%s\n", key_bindings[i]); } static void keypress_wait(CdIo_t *p_cdio) { action("press any key to continue"); while (1 != select_wait(b_cd ? 1 : 5)) { read_subchannel(p_cdio); display_status(true); } (void) getch(); clrtobot(); action(NULL); if (!b_all_tracks) display_cdinfo(p_cdio, i_tracks_global, i_first_track_global); i_last_display_track = CDIO_INVALID_TRACK; } static void list_keys(void) { unsigned int i; for (i=0; i < i_key_bindings; i++) { mvprintw(LINE_TRACK_PREV+i, 0, (char *) "%s", key_bindings[i]); clrtoeol(); } keypress_wait(p_cdio_global); } static void display_tracks(void) { track_t i; int i_line=0; int s; if (b_record) { i_line=LINE_TRACK_PREV - 1; for (i = i_first_track_global; i <= i_last_track; i++) { char line[200]=""; s = cdio_audio_get_msf_seconds(&toc[i+1]) - cdio_audio_get_msf_seconds(&toc[i]); read_subchannel(p_cdio_global); snprintf(line, sizeof(line), "%2d %02d:%02d %s ", i, s / CDIO_CD_SECS_PER_MIN, s % CDIO_CD_SECS_PER_MIN, ( ( sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY || sub.audio_status == CDIO_MMC_READ_SUB_ST_PAUSED ) && sub.track == i ) ? "->" : " |"); if (b_record) { if ( strlen(cd_info[i].title) ) strcat(line, cd_info[i].title); if ( strlen(cd_info[i].artist) > 0 ) { if (strlen(cd_info[i].title)) strcat(line, " / "); strcat(line, cd_info[i].artist); } } if (sub.track == i) { attron(A_STANDOUT); mvprintw(i_line++, 0, line); attroff(A_STANDOUT); } else mvprintw(i_line++, 0, line); clrtoeol(); } } } /* * PostScript 8bit latin1 handling * stolen from mpage output -- please don't ask me how this works... */ #define ENCODING_TRICKS \ "/reencsmalldict 12 dict def\n" \ "/ReEncodeSmall { reencsmalldict begin\n" \ "/newcodesandnames exch def /newfontname exch def\n" \ "/basefontname exch def\n" \ "/basefontdict basefontname findfont def\n" \ "/newfont basefontdict maxlength dict def\n" \ "basefontdict { exch dup /FID ne { dup /Encoding eq\n" \ "{ exch dup length array copy newfont 3 1 roll put }\n" \ "{ exch newfont 3 1 roll put }\n" \ "ifelse }\n" \ "{ pop pop }\n" \ "ifelse } forall\n" \ "newfont /FontName newfontname put\n" \ "newcodesandnames aload pop newcodesandnames length 2 idiv\n" \ "{ newfont /Encoding get 3 1 roll put } repeat\n" \ "newfontname newfont definefont pop end } def\n" \ "/charvec [\n" \ "026 /Scaron\n" \ "027 /Ydieresis\n" \ "028 /Zcaron\n" \ "029 /scaron\n" \ "030 /trademark\n" \ "031 /zcaron\n" \ "032 /space\n" \ "033 /exclam\n" \ "034 /quotedbl\n" \ "035 /numbersign\n" \ "036 /dollar\n" \ "037 /percent\n" \ "038 /ampersand\n" \ "039 /quoteright\n" \ "040 /parenleft\n" \ "041 /parenright\n" \ "042 /asterisk\n" \ "043 /plus\n" \ "044 /comma\n" \ "045 /minus\n" \ "046 /period\n" \ "047 /slash\n" \ "048 /zero\n" \ "049 /one\n" \ "050 /two\n" \ "051 /three\n" \ "052 /four\n" \ "053 /five\n" \ "054 /six\n" \ "055 /seven\n" \ "056 /eight\n" \ "057 /nine\n" \ "058 /colon\n" \ "059 /semicolon\n" \ "060 /less\n" \ "061 /equal\n" \ "062 /greater\n" \ "063 /question\n" \ "064 /at\n" \ "065 /A\n" \ "066 /B\n" \ "067 /C\n" \ "068 /D\n" \ "069 /E\n" \ "070 /F\n" \ "071 /G\n" \ "072 /H\n" \ "073 /I\n" \ "074 /J\n" \ "075 /K\n" \ "076 /L\n" \ "077 /M\n" \ "078 /N\n" \ "079 /O\n" \ "080 /P\n" \ "081 /Q\n" \ "082 /R\n" \ "083 /S\n" \ "084 /T\n" \ "085 /U\n" \ "086 /V\n" \ "087 /W\n" \ "088 /X\n" \ "089 /Y\n" \ "090 /Z\n" \ "091 /bracketleft\n" \ "092 /backslash\n" \ "093 /bracketright\n" \ "094 /asciicircum\n" \ "095 /underscore\n" \ "096 /quoteleft\n" \ "097 /a\n" \ "098 /b\n" \ "099 /c\n" \ "100 /d\n" \ "101 /e\n" \ "102 /f\n" \ "103 /g\n" \ "104 /h\n" \ "105 /i\n" \ "106 /j\n" \ "107 /k\n" \ "108 /l\n" \ "109 /m\n" \ "110 /n\n" \ "111 /o\n" \ "112 /p\n" \ "113 /q\n" \ "114 /r\n" \ "115 /s\n" \ "116 /t\n" \ "117 /u\n" \ "118 /v\n" \ "119 /w\n" \ "120 /x\n" \ "121 /y\n" \ "122 /z\n" \ "123 /braceleft\n" \ "124 /bar\n" \ "125 /braceright\n" \ "126 /asciitilde\n" \ "127 /.notdef\n" \ "128 /fraction\n" \ "129 /florin\n" \ "130 /quotesingle\n" \ "131 /quotedblleft\n" \ "132 /guilsinglleft\n" \ "133 /guilsinglright\n" \ "134 /fi\n" \ "135 /fl\n" \ "136 /endash\n" \ "137 /dagger\n" \ "138 /daggerdbl\n" \ "139 /bullet\n" \ "140 /quotesinglbase\n" \ "141 /quotedblbase\n" \ "142 /quotedblright\n" \ "143 /ellipsis\n" \ "144 /dotlessi\n" \ "145 /grave\n" \ "146 /acute\n" \ "147 /circumflex\n" \ "148 /tilde\n" \ "149 /oe\n" \ "150 /breve\n" \ "151 /dotaccent\n" \ "152 /perthousand\n" \ "153 /emdash\n" \ "154 /ring\n" \ "155 /Lslash\n" \ "156 /OE\n" \ "157 /hungarumlaut\n" \ "158 /ogonek\n" \ "159 /caron\n" \ "160 /lslash\n" \ "161 /exclamdown\n" \ "162 /cent\n" \ "163 /sterling\n" \ "164 /currency\n" \ "165 /yen\n" \ "166 /brokenbar\n" \ "167 /section\n" \ "168 /dieresis\n" \ "169 /copyright\n" \ "170 /ordfeminine\n" \ "171 /guillemotleft\n" \ "172 /logicalnot\n" \ "173 /hyphen\n" \ "174 /registered\n" \ "175 /macron\n" \ "176 /degree\n" \ "177 /plusminus\n" \ "178 /twosuperior\n" \ "179 /threesuperior\n" \ "180 /acute\n" \ "181 /mu\n" \ "182 /paragraph\n" \ "183 /periodcentered\n" \ "184 /cedilla\n" \ "185 /onesuperior\n" \ "186 /ordmasculine\n" \ "187 /guillemotright\n" \ "188 /onequarter\n" \ "189 /onehalf\n" \ "190 /threequarters\n" \ "191 /questiondown\n" \ "192 /Agrave\n" \ "193 /Aacute\n" \ "194 /Acircumflex\n" \ "195 /Atilde\n" \ "196 /Adieresis\n" \ "197 /Aring\n" \ "198 /AE\n" \ "199 /Ccedilla\n" \ "200 /Egrave\n" \ "201 /Eacute\n" \ "202 /Ecircumflex\n" \ "203 /Edieresis\n" \ "204 /Igrave\n" \ "205 /Iacute\n" \ "206 /Icircumflex\n" \ "207 /Idieresis\n" \ "208 /Eth\n" \ "209 /Ntilde\n" \ "210 /Ograve\n" \ "211 /Oacute\n" \ "212 /Ocircumflex\n" \ "213 /Otilde\n" \ "214 /Odieresis\n" \ "215 /multiply\n" \ "216 /Oslash\n" \ "217 /Ugrave\n" \ "218 /Uacute\n" \ "219 /Ucircumflex\n" \ "220 /Udieresis\n" \ "221 /Yacute\n" \ "222 /Thorn\n" \ "223 /germandbls\n" \ "224 /agrave\n" \ "225 /aacute\n" \ "226 /acircumflex\n" \ "227 /atilde\n" \ "228 /adieresis\n" \ "229 /aring\n" \ "230 /ae\n" \ "231 /ccedilla\n" \ "232 /egrave\n" \ "233 /eacute\n" \ "234 /ecircumflex\n" \ "235 /edieresis\n" \ "236 /igrave\n" \ "237 /iacute\n" \ "238 /icircumflex\n" \ "239 /idieresis\n" \ "240 /eth\n" \ "241 /ntilde\n" \ "242 /ograve\n" \ "243 /oacute\n" \ "244 /ocircumflex\n" \ "245 /otilde\n" \ "246 /odieresis\n" \ "247 /divide\n" \ "248 /oslash\n" \ "249 /ugrave\n" \ "250 /uacute\n" \ "251 /ucircumflex\n" \ "252 /udieresis\n" \ "253 /yacute\n" \ "254 /thorn\n" \ "255 /ydieresis\n" \ "] def" static void ps_list_tracks(void) { int i,s,y,sy; if (!b_record) return; printf("%%!PS-Adobe-2.0\n"); /* encoding tricks */ puts(ENCODING_TRICKS); printf("/Times /TimesLatin1 charvec ReEncodeSmall\n"); printf("/Helvetica /HelveticaLatin1 charvec ReEncodeSmall\n"); /* Spaces */ printf("0 setlinewidth\n"); printf(" 100 100 moveto\n"); printf(" 390 0 rlineto\n"); printf(" 0 330 rlineto\n"); printf("-390 0 rlineto\n"); printf("closepath stroke\n"); printf(" 100 100 moveto\n"); printf("-16 0 rlineto\n"); printf(" 0 330 rlineto\n"); printf("422 0 rlineto\n"); printf(" 0 -330 rlineto\n"); printf("closepath stroke\n"); /* Title */ printf("/TimesLatin1 findfont 24 scalefont setfont\n"); printf("120 400 moveto (%s) show\n", title); printf("/TimesLatin1 findfont 18 scalefont setfont\n"); printf("120 375 moveto (%s) show\n", artist); /* List */ sy = 250 / i_last_track; if (sy > 14) sy = 14; printf("/labelfont /TimesLatin1 findfont %d scalefont def\n",sy-2); printf("/timefont /Courier findfont %d scalefont def\n",sy-2); y = 350; for (i = i_first_track_global; i <= i_last_track; i++, y -= sy) { s = cdio_audio_get_msf_seconds(&toc[i+1]) - cdio_audio_get_msf_seconds(&toc[i]); printf("labelfont setfont\n"); printf("120 %d moveto (%d) show\n", y, i); { char line[200]=""; if ( strlen(cd_info[i].title) ) strcat(line, cd_info[i].title); if ( strlen(cd_info[i].artist) > 0 ) { if (strlen(cd_info[i].title)) strcat(line, " / "); strcat(line, cd_info[i].artist); } printf("150 %d moveto (%s) show\n", y, line); } printf("timefont setfont\n"); printf("420 %d moveto (%2d:%02d) show\n", y, s / CDIO_CD_SECS_PER_MIN, s % CDIO_CD_SECS_PER_MIN); } /* Seitenbanner */ printf("/HelveticaLatin1 findfont 12 scalefont setfont\n"); printf(" 97 105 moveto (%s: %s) 90 rotate show -90 rotate\n", artist, title); printf("493 425 moveto (%s: %s) -90 rotate show 90 rotate\n", artist, title); printf("showpage\n"); } static void list_tracks(void) { int i,s; if (!b_record) return; printf("Title : %s\n", title); printf("Artist: %s\n", artist); for (i = i_first_track_global; i <= i_last_track; i++) { s = cdio_audio_get_msf_seconds(&toc[i+1]) - cdio_audio_get_msf_seconds(&toc[i]); printf("%2d: %s [%d seconds]\n", i, cd_info[i].title, s); } } typedef enum { NO_OP=0, PLAY_CD=1, PLAY_TRACK=2, STOP_PLAYING=3, EJECT_CD=4, CLOSE_CD=5, SET_VOLUME=6, LIST_SUBCHANNEL=7, LIST_KEYS=8, LIST_TRACKS=9, PS_LIST_TRACKS=10, TOGGLE_PAUSE=11, EXIT_PROGRAM=12 } cd_operation_t; int main(int argc, char *argv[]) { int c, nostop=0; char *h; int i_rc = 0; cd_operation_t cd_op = NO_OP; /* operation to do in non-interactive mode */ psz_program = strrchr(argv[0],'/'); psz_program = psz_program ? psz_program+1 : argv[0]; memset(&cddb_opts, 0, sizeof(cddb_opts)); cdio_loglevel_default = CDIO_LOG_WARN; /* parse options */ while ( 1 ) { if (-1 == (c = getopt(argc, argv, "acCdehkplL:sSt:vx"))) break; switch (c) { case 'v': b_verbose = true; if (cdio_loglevel_default > CDIO_LOG_INFO) cdio_loglevel_default = CDIO_LOG_INFO; break; case 'd': debug = 1; if (cdio_loglevel_default > CDIO_LOG_DEBUG) cdio_loglevel_default = CDIO_LOG_DEBUG; break; case 'a': auto_mode = 1; break; case 'L': i_volume_level = atoi(optarg); cd_op = SET_VOLUME; b_interactive = false; break; case 't': if (NULL != (h = strchr(optarg,'-'))) { *h = 0; start_track = atoi(optarg); stop_track = atoi(h+1)+1; if (0 == start_track) start_track = 1; if (1 == stop_track) stop_track = CDIO_CDROM_LEADOUT_TRACK; } else { start_track = atoi(optarg); stop_track = start_track+1; one_track = 1; } b_interactive = false; cd_op = PLAY_TRACK; break; case 'p': b_interactive = false; cd_op = PLAY_CD; break; case 'l': b_interactive = false; cd_op = LIST_TRACKS; break; case 'C': b_interactive = false; cd_op = CLOSE_CD; break; case 'c': b_interactive = false; cd_op = PS_LIST_TRACKS; break; case 's': b_interactive = false; cd_op = STOP_PLAYING; break; case 'S': b_interactive = false; cd_op = LIST_SUBCHANNEL; break; case 'e': b_interactive = false; cd_op = EJECT_CD; break; case 'k': print_keys(); exit(1); case 'h': usage(psz_program); exit(1); default: usage(psz_program); exit(1); } } if (argc > optind) { psz_device_global = strdup(argv[optind]); } else { char **ppsz_cdda_drives=NULL; char **ppsz_all_cd_drives = cdio_get_devices_ret(&driver_id); if (!ppsz_all_cd_drives) { fprintf(stderr, "Can't find a CD-ROM drive\n"); exit(2); } ppsz_cdda_drives = cdio_get_devices_with_cap(ppsz_all_cd_drives, CDIO_FS_AUDIO, false); if (!ppsz_cdda_drives || !ppsz_cdda_drives[0]) { fprintf(stderr, "Can't find a CD-ROM drive with a CD-DA in it\n"); cdio_free_device_list(ppsz_all_cd_drives); exit(3); } psz_device_global = strdup(ppsz_cdda_drives[0]); cdio_free_device_list(ppsz_all_cd_drives); cdio_free_device_list(ppsz_cdda_drives); } if (!b_interactive) { b_sig = true; nostop=1; } tty_raw(); signal(SIGINT,ctrlc); signal(SIGQUIT,ctrlc); signal(SIGTERM,ctrlc); signal(SIGHUP,ctrlc); signal(SIGWINCH, sigwinch); if (CLOSE_CD != cd_op) { /* open device */ if (b_verbose) fprintf(stderr, "open %s... ", psz_device_global); p_cdio_global = cdio_open (psz_device_global, driver_id); if (!p_cdio_global && cd_op != EJECT_CD) { cd_close(psz_device_global); p_cdio_global = cdio_open (psz_device_global, driver_id); } if (p_cdio_global && b_verbose) fprintf(stderr,"ok\n"); } if (b_interactive) { #ifdef HAVE_CDDB cddb_log_set_handler (cddb_log_handler); #else ; #endif } else { b_sig = true; nostop=1; if (EJECT_CD == cd_op) { i_rc = cd_eject() ? 0 : 1; } else { switch (cd_op) { case PS_LIST_TRACKS: case LIST_TRACKS: case PLAY_TRACK: read_toc(p_cdio_global); default: break; } if (p_cdio_global) switch (cd_op) { case STOP_PLAYING: b_cd = true; i_rc = cd_stop(p_cdio_global) ? 0 : 1; break; case EJECT_CD: /* Should have been handled above. */ cd_eject(); break; case LIST_TRACKS: list_tracks(); break; case PS_LIST_TRACKS: ps_list_tracks(); break; case PLAY_TRACK: /* play just this one track */ if (b_record) { printf("%s / %s\n", artist, title); if (one_track) printf("%s\n", cd_info[start_track].title); } i_rc = play_track(start_track, stop_track) ? 0 : 1; break; case PLAY_CD: if (b_record) printf("%s / %s\n", artist, title); play_track(1,CDIO_CDROM_LEADOUT_TRACK); break; case SET_VOLUME: i_rc = set_volume_level(p_cdio_global, i_volume_level); break; case LIST_SUBCHANNEL: if (read_subchannel(p_cdio_global)) { if (sub.audio_status == CDIO_MMC_READ_SUB_ST_PAUSED || sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY) { { printf("track %2d - %02x:%02x (%02x:%02x abs) ", sub.track, sub.rel_addr.m, sub.rel_addr.s, sub.abs_addr.m, sub.abs_addr.s); } } printf("drive state: %s\n", mmc_audio_state2str(sub.audio_status)); } else { i_rc = 1; } break; case CLOSE_CD: /* Handled below */ case LIST_KEYS: case TOGGLE_PAUSE: case EXIT_PROGRAM: case NO_OP: break; } else if (CLOSE_CD == cd_op) { i_rc = (DRIVER_OP_SUCCESS == cdio_close_tray(psz_device_global, NULL)) ? 0 : 1; } else { fprintf(stderr,"no CD in drive (%s)\n", psz_device_global); } } } /* Play all tracks *unless* we have a play or paused status already. */ read_subchannel(p_cdio_global); if (sub.audio_status != CDIO_MMC_READ_SUB_ST_PAUSED && sub.audio_status != CDIO_MMC_READ_SUB_ST_PLAY) play_track(1, CDIO_CDROM_LEADOUT_TRACK); while ( !b_sig ) { int key; if (!b_cd) read_toc(p_cdio_global); read_subchannel(p_cdio_global); display_status(false); if (1 == select_wait(b_cd ? 1 : 5)) { switch (key = getch()) { case '-': decrease_volume_level(p_cdio_global); break; case '+': increase_volume_level(p_cdio_global); break; case 'A': case 'a': auto_mode = !auto_mode; break; case 'X': case 'x': nostop=1; /* fall through */ case 'Q': case 'q': b_sig = true; break; case 'E': case 'e': cd_eject(); break; case 's': cd_stop(p_cdio_global); break; case 'C': case 'c': cd_close(psz_device_global); break; case 'L': case 'l': b_all_tracks = !b_all_tracks; if (b_all_tracks) display_tracks(); else { i_last_display_track = CDIO_INVALID_TRACK; display_cdinfo(p_cdio_global, i_tracks_global, i_first_track_global); } break; case 'K': case 'k': case 'h': case 'H': case '?': list_keys(); break; case ' ': case 'P': case 'p': toggle_pause(); break; case KEY_RIGHT: if (b_cd && (sub.audio_status == CDIO_MMC_READ_SUB_ST_PAUSED || sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY)) play_track(sub.track+1, CDIO_CDROM_LEADOUT_TRACK); else play_track(1,CDIO_CDROM_LEADOUT_TRACK); break; case KEY_LEFT: if (b_cd && (sub.audio_status == CDIO_MMC_READ_SUB_ST_PAUSED || sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY)) play_track(sub.track-1,CDIO_CDROM_LEADOUT_TRACK); break; case KEY_UP: if (b_cd && sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY) skip(10); break; case KEY_DOWN: if (b_cd && sub.audio_status == CDIO_MMC_READ_SUB_ST_PLAY) skip(-10); break; case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': play_track(key - '0', CDIO_CDROM_LEADOUT_TRACK); break; case '0': play_track(10, CDIO_CDROM_LEADOUT_TRACK); break; case KEY_F(1): case KEY_F(2): case KEY_F(3): case KEY_F(4): case KEY_F(5): case KEY_F(6): case KEY_F(7): case KEY_F(8): case KEY_F(9): case KEY_F(10): case KEY_F(11): case KEY_F(12): case KEY_F(13): case KEY_F(14): case KEY_F(15): case KEY_F(16): case KEY_F(17): case KEY_F(18): case KEY_F(19): case KEY_F(20): play_track(key - KEY_F(1) + 11, CDIO_CDROM_LEADOUT_TRACK); break; } } } if (!nostop) cd_stop(p_cdio_global); tty_restore(); finish("bye", i_rc); return 0; /* keep compiler happy */ } libcdio-2.0.0/src/getopt.h0000644000175000017500000001561113204104700012274 00000000000000/* Declarations for getopt. Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see . */ #ifndef _GETOPT_H #ifndef __need_getopt # define _GETOPT_H 1 #endif /* If __GNU_LIBRARY__ is not already defined, either we are being used standalone, or this is the first header included in the source file. If we are being used with glibc, we need to include , but that does not exist if we are standalone. So: if __GNU_LIBRARY__ is not defined, include , which will pull in for us if it's from glibc. (Why ctype.h? It's guaranteed to exist and it doesn't flood the namespace with stuff the way some other headers do.) */ #if !defined __GNU_LIBRARY__ # include #endif #ifndef __THROW # ifndef __GNUC_PREREQ # define __GNUC_PREREQ(maj, min) (0) # endif # if defined __cplusplus && __GNUC_PREREQ (2,8) # define __THROW throw () # else # define __THROW # endif #endif #ifdef __cplusplus extern "C" { #endif #ifdef __KLIBC__ /* OS/2 kLIBC has already getopt(). So to avoid name clash, rename them here. */ #define optarg libcdio_optarg #define optind libcdio_optind #define opterr libcdio_opterr #define optopt libcdio_optopt #define getopt libcdio_getopt #define getopt_long libcdio_getopt_long #define getopt_long_only libcdio_getopt_long_only #endif /* For communication from `getopt' to the caller. When `getopt' finds an option that takes an argument, the argument value is returned here. Also, when `ordering' is RETURN_IN_ORDER, each non-option ARGV-element is returned here. */ extern char *optarg; /* Index in ARGV of the next element to be scanned. This is used for communication to and from the caller and for communication between successive calls to `getopt'. On entry to `getopt', zero means this is the first call; initialize. When `getopt' returns -1, this is the index of the first of the non-option elements that the caller should itself scan. Otherwise, `optind' communicates from one call to the next how much of ARGV has been scanned so far. */ extern int optind; /* Callers store zero here to inhibit the error message `getopt' prints for unrecognized options. */ extern int opterr; /* Set to an option character which was unrecognized. */ extern int optopt; #ifndef __need_getopt /* Describe the long-named options requested by the application. The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector of `struct option' terminated by an element containing a name which is zero. The field `has_arg' is: no_argument (or 0) if the option does not take an argument, required_argument (or 1) if the option requires an argument, optional_argument (or 2) if the option takes an optional argument. If the field `flag' is not NULL, it points to a variable that is set to the value given in the field `val' when the option is found, but left unchanged if the option is not found. To have a long-named option do something other than set an `int' to a compiled-in constant, such as set a value from `optarg', set the option's `flag' field to zero and its `val' field to a nonzero value (the equivalent single-letter option character, if there is one). For long options that have a zero `flag' field, `getopt' returns the contents of the `val' field. */ struct option { const char *name; /* has_arg can't be an enum because some compilers complain about type mismatches in all the code that assumes it is an int. */ int has_arg; int *flag; int val; }; /* Names for the values of the `has_arg' field of `struct option'. */ # define no_argument 0 # define required_argument 1 # define optional_argument 2 #endif /* need getopt */ /* Get definitions and prototypes for functions to process the arguments in ARGV (ARGC of them, minus the program name) for options given in OPTS. Return the option character from OPTS just read. Return -1 when there are no more options. For unrecognized options, or options missing arguments, `optopt' is set to the option letter, and '?' is returned. The OPTS string is a list of characters which are recognized option letters, optionally followed by colons, specifying that that letter takes an argument, to be placed in `optarg'. If a letter in OPTS is followed by two colons, its argument is optional. This behavior is specific to the GNU `getopt'. The argument `--' causes premature termination of argument scanning, explicitly telling `getopt' that there are no more options. If OPTS begins with `--', then non-option arguments are treated as arguments to the option '\0'. This behavior is specific to the GNU `getopt'. */ #ifdef __GNU_LIBRARY__ /* Many other libraries have conflicting prototypes for getopt, with differences in the consts, in stdlib.h. To avoid compilation errors, only prototype getopt for the GNU C library. */ extern int getopt (int ___argc, char *const *___argv, const char *__shortopts) __THROW; # if defined __need_getopt && defined __USE_POSIX2 \ && !defined __USE_POSIX_IMPLICITLY && !defined __USE_GNU /* The GNU getopt has more functionality than the standard version. The additional functionality can be disable at runtime. This redirection helps to also do this at runtime. */ # ifdef __REDIRECT extern int __REDIRECT_NTH (getopt, (int ___argc, char *const *___argv, const char *__shortopts), __posix_getopt); # else extern int __posix_getopt (int ___argc, char *const *___argv, const char *__shortopts) __THROW; # define getopt __posix_getopt # endif # endif #else /* not __GNU_LIBRARY__ */ extern int getopt (int argc, char *const *argv, const char *optstring); #endif /* __GNU_LIBRARY__ */ #ifndef __need_getopt extern int getopt_long (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW; extern int getopt_long_only (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW; #endif #ifdef __cplusplus } #endif /* Make sure we later can get all the definitions and declarations. */ #undef __need_getopt #endif /* getopt.h */ libcdio-2.0.0/src/util.c0000664000175000017500000004323113217072760011761 00000000000000/* Copyright (C) 2003-2010, 2012-2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Miscellaneous things common to standalone programs. */ #include "util.h" #include #include #ifdef HAVE_SYS_STAT_H # include #endif /* MSYS 1.0.10 with MinGW 3.4.2 (and perhaps others) don't have S_ISSOCK() or S_ISLNK() macros, so we'll roll our own. */ #if !defined(HAVE_S_ISSOCK) && !defined(S_ISSOCK) #define S_ISSOCK(st_mode) ((((st_mode)) & 0170000) == (0140000)) #endif #if !defined(HAVE_S_ISLNK) && !defined(S_ISLNK) #define S_ISLNK(st_mode) ((((st_mode)) & 0170000) == (0010000)) #endif cdio_log_handler_t gl_default_cdio_log_handler = NULL; char *source_name = NULL; char *program_name; void myexit(CdIo_t *cdio, int rc) { if (NULL != cdio) cdio_destroy(cdio); if (NULL != program_name) free(program_name); if (NULL != source_name) free(source_name); exit(rc); } void print_version (char *prog_name, const char *version, int no_header, bool version_only) { if (no_header == 0) { report( stdout, "%s version %s\n" "Copyright (c) 2003-2005, 2007-2008, 2011-2015, 2017 " "R. Bernstein\n", prog_name, version); report( stdout, _("This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ PARTICULAR PURPOSE.\n\ ")); } if (version_only) { char *default_device; const driver_id_t *driver_id_p; for (driver_id_p=cdio_drivers; *driver_id_p!=DRIVER_UNKNOWN; driver_id_p++) { if (cdio_have_driver(*driver_id_p)) { report( stdout, "Have driver: %s\n", cdio_driver_describe(*driver_id_p)); } } default_device=cdio_get_default_device(NULL); if (default_device) report( stdout, "Default CD-ROM device: %s\n", default_device); else report( stdout, "No CD-ROM device found.\n"); free(prog_name); exit(EXIT_INFO); } } /*! Device input routine. If successful we return an open CdIo_t pointer. On error the program exits. */ CdIo_t * open_input(const char *psz_source, source_image_t source_image, const char *psz_access_mode) { CdIo_t *p_cdio = NULL; switch (source_image) { case INPUT_UNKNOWN: case INPUT_AUTO: p_cdio = cdio_open_am (psz_source, DRIVER_UNKNOWN, psz_access_mode); if (!p_cdio) { if (psz_source) { err_exit("Error in automatically selecting driver for input %s.\n", psz_source); } else { err_exit("%s", "Error in automatically selecting driver.\n"); } } break; case INPUT_DEVICE: p_cdio = cdio_open_am (psz_source, DRIVER_DEVICE, psz_access_mode); if (!p_cdio) { if (psz_source) { err_exit("Cannot use CD-ROM device %s. Is a CD loaded?\n", psz_source); } else { err_exit("%s", "Cannot find a CD-ROM with a CD loaded.\n"); } } break; case INPUT_BIN: p_cdio = cdio_open_am (psz_source, DRIVER_BINCUE, psz_access_mode); if (!p_cdio) { if (psz_source) { err_exit("%s: Error in opening CDRWin BIN/CUE image for BIN" " input %s\n", psz_source); } else { err_exit("%s", "Cannot find CDRWin BIN/CUE image.\n"); } } break; case INPUT_CUE: p_cdio = cdio_open_cue(psz_source); if (p_cdio==NULL) { if (psz_source) { err_exit("%s: Error in opening CDRWin BIN/CUE image for CUE" " input %s\n", psz_source); } else { err_exit("%s", "Cannot find CDRWin BIN/CUE image.\n"); } } break; case INPUT_NRG: p_cdio = cdio_open_am (psz_source, DRIVER_NRG, psz_access_mode); if (p_cdio==NULL) { if (psz_source) { err_exit("Error in opening Nero NRG image for input %s\n", psz_source); } else { err_exit("%s", "Cannot find Nero NRG image.\n"); } } break; case INPUT_CDRDAO: p_cdio = cdio_open_am (psz_source, DRIVER_CDRDAO, psz_access_mode); if (p_cdio==NULL) { if (psz_source) { err_exit("Error in opening cdrdao TOC with input %s.\n", psz_source); } else { err_exit("%s", "Cannot find cdrdao TOC image.\n"); } } break; } return p_cdio; } #define DEV_PREFIX "/dev/" char * fillout_device_name(const char *device_name) { #if defined(HAVE_WIN32_CDROM) || defined(HAVE_OS2_CDROM) return strdup(device_name); #else unsigned int prefix_len = strlen(DEV_PREFIX); if (!device_name) return NULL; if (0 == strncmp(device_name, DEV_PREFIX, prefix_len)) return strdup(device_name); else { char *full_device_name = (char*) calloc(1, strlen(device_name)+prefix_len); report( stdout, full_device_name, DEV_PREFIX "%s", device_name); return full_device_name; } #endif } /*! Prints out SCSI-MMC drive features */ void print_mmc_drive_features(CdIo_t *p_cdio) { int i_status; /* Result of SCSI MMC command */ uint8_t buf[65530] = { 0, }; /* Place to hold returned data */ mmc_cdb_t cdb = {{0, }}; /* Command Descriptor Block */ CDIO_MMC_SET_COMMAND(cdb.field, CDIO_MMC_GPCMD_GET_CONFIGURATION); CDIO_MMC_SET_READ_LENGTH8(cdb.field, sizeof(buf)); cdb.field[1] = CDIO_MMC_GET_CONF_ALL_FEATURES; cdb.field[3] = 0x0; i_status = mmc_run_cmd(p_cdio, 0, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), &buf); if (i_status == 0) { uint8_t *p; uint32_t i_data; uint8_t *p_max = buf + sizeof(buf); i_data = (unsigned int) CDIO_MMC_GET_LEN32(buf); /* set to first sense feature code, and then walk through the masks */ p = buf + 8; while( (p < &(buf[i_data])) && (p < p_max) ) { uint16_t i_feature; uint8_t i_feature_additional = p[3]; i_feature = CDIO_MMC_GET_LEN16(p); { const char *feature_str = mmc_feature2str(i_feature); report( stdout, "%s Feature\n", feature_str); switch( i_feature ) { case CDIO_MMC_FEATURE_PROFILE_LIST: { uint8_t *q; for ( q = p+4 ; q < p + i_feature_additional ; q += 4 ) { int i_profile=CDIO_MMC_GET_LEN16(q); const char *feature_profile_str = mmc_feature_profile2str(i_profile); report( stdout, "\t%s", feature_profile_str ); if (q[2] & 1) { report( stdout, " - on"); } report( stdout, "\n"); } report( stdout, "\n"); break; } case CDIO_MMC_FEATURE_CORE: { uint8_t *q = p+4; uint32_t i_interface_standard = CDIO_MMC_GET_LEN32(q); switch(i_interface_standard) { case CDIO_MMC_FEATURE_INTERFACE_UNSPECIFIED: report( stdout, "\tunspecified interface\n"); break; case CDIO_MMC_FEATURE_INTERFACE_SCSI: report( stdout, "\tSCSI interface\n"); break; case CDIO_MMC_FEATURE_INTERFACE_ATAPI: report( stdout, "\tATAPI interface\n"); break; case CDIO_MMC_FEATURE_INTERFACE_IEEE_1394: report( stdout, "\tIEEE 1394 interface\n"); break; case CDIO_MMC_FEATURE_INTERFACE_IEEE_1394A: report( stdout, "\tIEEE 1394A interface\n"); break; case CDIO_MMC_FEATURE_INTERFACE_FIBRE_CH: report( stdout, "\tFibre Channel interface\n"); } report( stdout, "\n"); break; } case CDIO_MMC_FEATURE_MORPHING: report( stdout, "\tOperational Change Request/Notification %ssupported\n", (p[4] & 2) ? "": "not " ); report( stdout, "\t%synchronous GET EVENT/STATUS NOTIFICATION " "supported\n", (p[4] & 1) ? "As": "S" ); report( stdout, "\n"); break; ; case CDIO_MMC_FEATURE_REMOVABLE_MEDIUM: switch(p[4] >> 5) { case 0: report( stdout, "\tCaddy/Slot type loading mechanism\n" ); break; case 1: report( stdout, "\tTray type loading mechanism\n" ); break; case 2: report( stdout, "\tPop-up type loading mechanism\n"); break; case 4: report( stdout, "\tEmbedded changer with individually changeable discs\n"); break; case 5: report( stdout, "\tEmbedded changer using a magazine mechanism\n" ); break; default: report( stdout, "\tUnknown changer mechanism\n" ); } report( stdout, "\tcan%s eject the medium or magazine via the normal " "START/STOP command\n", (p[4] & 8) ? "": "not" ); report( stdout, "\tcan%s be locked into the Logical Unit\n", (p[4] & 1) ? "": "not" ); report( stdout, "\n" ); break; case CDIO_MMC_FEATURE_CD_READ: report( stdout, "\tC2 Error pointers are %ssupported\n", (p[4] & 2) ? "": "not " ); report( stdout, "\tCD-Text is %ssupported\n", (p[4] & 1) ? "": "not " ); report( stdout, "\n" ); break; case CDIO_MMC_FEATURE_ENHANCED_DEFECT: report( stdout, "\t%s-DRM mode is supported\n", (p[4] & 1) ? "DRT": "Persistent" ); report( stdout, "\n" ); break; case CDIO_MMC_FEATURE_CDDA_EXT_PLAY: report( stdout, "\tSCAN command is %ssupported\n", (p[4] & 4) ? "": "not "); report( stdout, "\taudio channels can %sbe muted separately\n", (p[4] & 2) ? "": "not "); report( stdout, "\taudio channels can %shave separate volume levels\n", (p[4] & 1) ? "": "not "); { uint8_t *q = p+6; uint16_t i_vol_levels = CDIO_MMC_GET_LEN16(q); report( stdout, "\t%d volume levels can be set\n", i_vol_levels ); } report( stdout, "\n"); break; case CDIO_MMC_FEATURE_DVD_CSS: #if 0 report( stdout, "\tMedium does%s have Content Scrambling (CSS/CPPM)\n", (p[2] & 1) ? "": "not " ); #endif report( stdout, "\tCSS version %d\n", p[7] ); report( stdout, "\t\n"); break; case CDIO_MMC_FEATURE_LU_SN: { uint8_t i_serial = *(p+3); char serial[257] = { '\0', }; memcpy(serial, p+4, i_serial ); report( stdout, "\t%s\n\n", serial ); break; } default: report( stdout, "\n"); break; } } p += i_feature_additional + 4; } } else { report( stdout, "Didn't get all feature codes\n"); } } /* Prints out drive capabilities */ void print_drive_capabilities(cdio_drive_read_cap_t i_read_cap, cdio_drive_write_cap_t i_write_cap, cdio_drive_misc_cap_t i_misc_cap) { if (CDIO_DRIVE_CAP_ERROR == i_misc_cap) { report( stdout, "Error in getting drive hardware properties\n"); } else if (CDIO_DRIVE_CAP_UNKNOWN == i_misc_cap) { report( stdout, "Uknown drive hardware properties\n"); } else { report( stdout, _("Hardware : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_FILE ? "Disk Image" : "CD-ROM or DVD"); report( stdout, _("Can eject : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_EJECT ? "Yes" : "No" ); report( stdout, _("Can close tray : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_CLOSE_TRAY ? "Yes" : "No" ); report( stdout, _("Can disable manual eject : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_LOCK ? "Yes" : "No" ); report( stdout, _("Can select juke-box disc : %s\n\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_SELECT_DISC ? "Yes" : "No" ); report( stdout, _("Can set drive speed : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_SELECT_SPEED ? "Yes" : "No" ); #ifdef FIXME report( stdout, _("Can detect if CD changed : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_MEDIA_CHANGED ? "Yes" : "No" ); #endif report( stdout, _("Can read multiple sessions (e.g. PhotoCD) : %s\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_MULTI_SESSION ? "Yes" : "No" ); report( stdout, _("Can hard reset device : %s\n\n"), i_misc_cap & CDIO_DRIVE_CAP_MISC_RESET ? "Yes" : "No" ); } if (CDIO_DRIVE_CAP_ERROR == i_read_cap) { report( stdout, "Error in getting drive reading properties\n" ); } else if (CDIO_DRIVE_CAP_UNKNOWN == i_misc_cap) { report( stdout, "Uknown drive reading properties\n" ); } else { report( stdout, "Reading....\n"); report( stdout, _(" Can read Mode 2 Form 1 : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_MODE2_FORM1 ? "Yes" : "No" ); report( stdout, _(" Can read Mode 2 Form 2 : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_MODE2_FORM2 ? "Yes" : "No" ); report( stdout, _(" Can read (S)VCD (i.e. Mode 2 Form 1/2) : %s\n"), i_read_cap & (CDIO_DRIVE_CAP_READ_MODE2_FORM1|CDIO_DRIVE_CAP_READ_MODE2_FORM2) ? "Yes" : "No" ); report( stdout, _(" Can read C2 Errors : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_C2_ERRS ? "Yes" : "No" ); report( stdout, _(" Can read IRSC : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_ISRC ? "Yes" : "No" ); report( stdout, _(" Can read Media Channel Number (or UPC) : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_MCN ? "Yes" : "No" ); report( stdout, _(" Can play audio : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_AUDIO ? "Yes" : "No" ); report( stdout, _(" Can read CD-DA : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_DA ? "Yes" : "No" ); report( stdout, _(" Can read CD-R : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_R ? "Yes" : "No" ); report( stdout, _(" Can read CD-RW : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_CD_RW ? "Yes" : "No" ); report( stdout, _(" Can read DVD-ROM : %s\n"), i_read_cap & CDIO_DRIVE_CAP_READ_DVD_ROM ? "Yes" : "No" ); } if (CDIO_DRIVE_CAP_ERROR == i_write_cap) { report( stdout, "Error in getting drive writing properties\n" ); } else if (CDIO_DRIVE_CAP_UNKNOWN == i_misc_cap) { report( stdout, "Uknown drive writing properties\n" ); } else { report( stdout, "\nWriting....\n"); #ifdef FIXED report( stdout, _(" Can write using Burn Proof : %s\n"), i_write_cap & CDIO_DRIVE_CAP_WRITE_BURN_PROOF ? "Yes" : "No" ); #endif report( stdout, _(" Can write CD-RW : %s\n"), i_write_cap & CDIO_DRIVE_CAP_WRITE_CD_RW ? "Yes" : "No" ); report( stdout, _(" Can write DVD-R : %s\n"), i_write_cap & CDIO_DRIVE_CAP_WRITE_DVD_R ? "Yes" : "No" ); report( stdout, _(" Can write DVD-RAM : %s\n"), i_write_cap & CDIO_DRIVE_CAP_WRITE_DVD_RAM ? "Yes" : "No" ); report( stdout, _(" Can write DVD-RW : %s\n"), i_write_cap & CDIO_DRIVE_CAP_WRITE_DVD_RW ? "Yes" : "No" ); report( stdout, _(" Can write DVD+RW : %s\n"), i_write_cap & CDIO_DRIVE_CAP_WRITE_DVD_RPW ? "Yes" : "No" ); } } /*! Common place for output routine. In some environments, like XBOX, it may not be desireable to send output to stdout and stderr. */ void report (FILE *stream, const char *psz_format, ...) { va_list args; va_start (args, psz_format); #ifdef _XBOX OutputDebugString(psz_format, args); #else vfprintf (stream, psz_format, args); #endif va_end(args); } /* Prints "ls"-like file attributes */ void print_fs_attrs(iso9660_stat_t *p_statbuf, bool b_rock, bool b_xa, const char *psz_name_untranslated, const char *psz_name_translated) { char date_str[30]; #ifdef HAVE_ROCK if (yep == p_statbuf->rr.b3_rock && b_rock) { report ( stdout, " %s %3d %d %d [LSN %6lu] %9u", iso9660_get_rock_attr_str (p_statbuf->rr.st_mode), p_statbuf->rr.st_nlinks, p_statbuf->rr.st_uid, p_statbuf->rr.st_gid, (long unsigned int) p_statbuf->lsn, S_ISLNK(p_statbuf->rr.st_mode) ? strlen(p_statbuf->rr.psz_symlink) : (unsigned int) p_statbuf->size ); } else #endif if (b_xa) { report ( stdout, " %s %d %d [fn %.2d] [LSN %6lu] ", iso9660_get_xa_attr_str (p_statbuf->xa.attributes), uint16_from_be (p_statbuf->xa.user_id), uint16_from_be (p_statbuf->xa.group_id), p_statbuf->xa.filenum, (long unsigned int) p_statbuf->lsn ); if (uint16_from_be(p_statbuf->xa.attributes) & XA_ATTR_MODE2FORM2) { report ( stdout, "%9u (%9u)", (unsigned int) p_statbuf->secsize * M2F2_SECTOR_SIZE, (unsigned int) p_statbuf->size ); } else report (stdout, "%9u", (unsigned int) p_statbuf->size); } else { report ( stdout," %c [LSN %6lu] %9u", (p_statbuf->type == _STAT_DIR) ? 'd' : '-', (long unsigned int) p_statbuf->lsn, (unsigned int) p_statbuf->size ); } if (yep == p_statbuf->rr.b3_rock && b_rock) { struct tm tm; strftime(date_str, sizeof(date_str), "%b %d %Y %H:%M:%S ", &p_statbuf->tm); /* Now try the proper field for mtime: attributes */ if (p_statbuf->rr.modify.b_used) { if (p_statbuf->rr.modify.b_longdate) { iso9660_get_ltime(&p_statbuf->rr.modify.t.ltime, &tm); } else { iso9660_get_dtime(&p_statbuf->rr.modify.t.dtime, true, &tm); } strftime(date_str, sizeof(date_str), "%b %d %Y %H:%M:%S ", &tm); } report (stdout," %s %s", date_str, psz_name_untranslated ); if (S_ISLNK(p_statbuf->rr.st_mode)) { report(stdout, " -> %s", p_statbuf->rr.psz_symlink); } } else { strftime(date_str, sizeof(date_str), "%b %d %Y %H:%M:%S ", &p_statbuf->tm); report (stdout," %s %s", date_str, psz_name_translated); } report(stdout, "\n"); } libcdio-2.0.0/src/cd-read.10000664000175000017500000000521213222220206012200 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH CD-READ "1" "December 2017" "cd-read version 2.0.0" "User Commands" .SH NAME cd-read \- reads Information from a CD or CD-image .SH SYNOPSIS .B cd-read [\fI\,OPTION\/\fR...] .SH DESCRIPTION .TP \fB\-a\fR, \fB\-\-access\-mode\fR=\fI\,STRING\/\fR Set CD control access mode .TP \fB\-m\fR, \fB\-\-mode\fR=\fI\,MODE\-TYPE\/\fR set CD\-ROM read mode (audio, auto, m1f1, m1f2, m2mf1, m2f2) .TP \fB\-d\fR, \fB\-\-debug\fR=\fI\,INT\/\fR Set debugging to LEVEL .TP \fB\-x\fR, \fB\-\-hexdump\fR Show output as a hex dump. The default is a hex dump when output goes to stdout and no hex dump when output is to a file. .TP \fB\-j\fR, \fB\-\-just\-hex\fR Don't display printable chars on hex dump. The default is print chars too. .TP \fB\-\-no\-header\fR Don't display header and copyright (for regression testing) .TP \fB\-\-no\-hexdump\fR Don't show output as a hex dump. .TP \fB\-s\fR, \fB\-\-start\fR=\fI\,INT\/\fR Set LBA to start reading from .TP \fB\-e\fR, \fB\-\-end\fR=\fI\,INT\/\fR Set LBA to end reading from .TP \fB\-n\fR, \fB\-\-number\fR=\fI\,INT\/\fR Set number of sectors to read .TP \fB\-b\fR, \fB\-\-bin\-file\fR[=\fI\,FILE\/\fR] set "bin" CD\-ROM disk image file as source .TP \fB\-c\fR, \fB\-\-cue\-file\fR[=\fI\,FILE\/\fR] set "cue" CD\-ROM disk image file as source .TP \fB\-i\fR, \fB\-\-input\fR[=\fI\,FILE\/\fR] set source and determine if "bin" image or device .TP \fB\-C\fR, \fB\-\-cdrom\-device\fR[=\fI\,DEVICE\/\fR] set CD\-ROM device as source .TP \fB\-N\fR, \fB\-\-nrg\-file\fR[=\fI\,FILE\/\fR] set Nero CD\-ROM disk image file as source .TP \fB\-t\fR, \fB\-\-toc\-file\fR[=\fI\,FILE\/\fR] set "TOC" CD\-ROM disk image file as source .TP \fB\-o\fR, \fB\-\-output\-file\fR=\fI\,FILE\/\fR Output blocks to file rather than give a hexdump. .TP \fB\-V\fR, \fB\-\-version\fR display version and copyright information and exit .SS "Help options:" .TP \-?, \fB\-\-help\fR Show this help message .TP \fB\-\-usage\fR Display brief usage message .SH AUTHOR Rocky Bernstein .SH COPYRIGHT Copyright \(co 2003\-2005, 2007\-2008, 2011\-2015, 2017 R. Bernstein .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Have driver: GNU/Linux ioctl and MMC driver Have driver: cdrdao (TOC) disk image driver Have driver: bin/cuesheet disk image driver Have driver: Nero NRG disk image driver Default CD\-ROM device: \fI\,/dev/cdrom\/\fP .SH "SEE ALSO" \&\f(CWcd-info(1)\fR for information about a CD; \&\f(CWcd-drive(1)\fR for CD-ROM characteristics; \&\f(CWiso-read(1)\fR for information about an ISO-9660 image. libcdio-2.0.0/src/iso-info.help2man0000664000175000017500000000035512151372731014010 00000000000000[NAME] iso-info \- shows Information about an ISO 9660 image [SEE ALSO] \&\f(CWcd-info(1)\fR for information about an ISO-9660 image. \&\f(CWcd-read(1)\fR to read portions of an ISO 9660 image. [AUTHOR] Rocky Bernstein libcdio-2.0.0/src/cd-info.c0000664000175000017500000012111113217072766012323 00000000000000/* Copyright (C) 2003-2005, 2007-2008, 2011-2012, 2014, 2017 Rocky Bernstein Copyright (C) 1996, 1997, 1998 Gerd Knorr and Heiko Eißfeldt This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* CD Info - prints various information about a CD, and detects the type of the CD. */ #include "util.h" #include "getopt.h" #ifdef HAVE_STDARG_H #include #endif #ifdef HAVE_STRINGS_H #include #endif #ifdef HAVE_CDDB #include #include "cddb.h" #endif #ifdef HAVE_VCDINFO #include #include #include #endif #include #include #include #include #include #include #include #include #include "cdio_assert.h" #ifdef HAVE_FCNTL_H #include #endif #ifdef __linux__ # include # include # if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,50) # include # endif #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_ALLOCA_H #include #endif #define STRONG "__________________________________\n" #define NORMAL "" #define CDIO_IOCTL_FINISHED 0 #if CDIO_IOCTL_FINISHED static struct cdrom_multisession ms; static struct cdrom_subchnl sub; #endif /* Used by `main' to communicate with `parse_opt'. And global options */ static struct opts_s { int no_tracks; int no_ioctl; int no_analysis; char *access_mode; /* Access method driver should use for control */ int no_cddb; /* If set the below are meaningless. */ int no_vcd; int show_dvd; int no_device; int no_disc_mode; uint32_t debug_level; int version_only; int silent; int no_header; int no_joliet; int no_xa; int no_rock_ridge; int print_iso9660; int list_drives; source_image_t source_image; } opts; /* Configuration option codes */ enum { OP_HANDLED = 0, OP_SOURCE_UNDEF, OP_SOURCE_AUTO, OP_SOURCE_BIN, OP_SOURCE_CUE, OP_SOURCE_CDRDAO, OP_SOURCE_NRG , OP_SOURCE_DEVICE, OP_CDDB_SERVER, OP_CDDB_CACHE, OP_CDDB_EMAIL, OP_CDDB_NOCACHE, OP_CDDB_TIMEOUT, OP_USAGE, /* These are the remaining configuration options */ OP_VERSION, }; /* Parse source options. */ static void parse_source(int opt) { /* NOTE: The libpopt version made use of an extra temporary variable (psz_my_source) for all sources _except_ devices. This distinction seemed to serve no purpose. */ if (opts.source_image != INPUT_UNKNOWN) { report(stderr, "%s: another source type option given before.\n", program_name); report(stderr, "%s: give only one source type option.\n", program_name); return; } /* For all input sources which are not a DEVICE, we need to make a copy of the string; for a DEVICE the fill-out routine makes the copy. */ if (OP_SOURCE_DEVICE != opt) if (optarg != NULL) source_name = strdup(optarg); switch (opt) { case OP_SOURCE_BIN: opts.source_image = INPUT_BIN; break; case OP_SOURCE_CUE: opts.source_image = INPUT_CUE; break; case OP_SOURCE_CDRDAO: opts.source_image = INPUT_CDRDAO; break; case OP_SOURCE_NRG: opts.source_image = INPUT_NRG; break; case OP_SOURCE_AUTO: opts.source_image = INPUT_AUTO; break; case OP_SOURCE_DEVICE: opts.source_image = INPUT_DEVICE; if (optarg != NULL) source_name = fillout_device_name(optarg); break; } } /* Parse all options. */ static bool parse_options (int argc, char *argv[]) { int opt; /* used for argument parsing */ int rc = EXIT_FAILURE; static const char helpText[] = "Usage: %s [OPTION...]\n" " -a, --access-mode=STRING Set CD access method\n" " -d, --debug=INT Set debugging to LEVEL\n" " -T, --no-tracks Don't show track information\n" " -A, --no-analyze Don't show filesystem analysis\n" #ifdef HAVE_CDDB " --no-cddb Don't look up audio CDDB information\n" " or print it\n" " -P, --cddb-port=INT CDDB port number to use (default 8880)\n" " -H, --cddb-http Lookup CDDB via HTTP proxy (default no\n" " proxy)\n" " --cddb-server=STRING CDDB server to contact for information\n" " (default: freedb.freedb.org)\n" " --cddb-cache=STRING Location of CDDB cache directory\n" " (default ~/.cddbclient)\n" " --cddb-email=STRING Email address to give CDDB server\n" " (default me@home)\n" " --no-cddb-cache Disable caching of CDDB entries\n" " locally (default caches)\n" " --cddb-timeout=INT CDDB timeout value in seconds\n" " (default 10 seconds)\n" #else " --no-cddb Does nothing since this program is not\n" " -P, --cddb-port=INT CDDB-enabled\n" " -H, --cddb-http\n" " --cddb-server=STRING\n" " --cddb-cache=STRING\n" " --cddb-email=STRING\n" " --no-cddb-cache\n" " --cddb-timeout=INT\n" #endif " --no-device-info Don't show device info, just CD info\n" " --no-disc-mode Don't show disc-mode info\n" " --dvd Attempt to give DVD information if a DVD is\n" " found.\n" #ifdef HAVE_VCDINFO " -v, --no-vcd Don't look up Video CD information\n" #else " -v, --no-vcd Don't look up Video CD information - for\n" " this build, this is always set\n" #endif " -I, --no-ioctl Don't show ioctl() information\n" " -b, --bin-file[=FILE] set \"bin\" CD-ROM disk image file as source\n" " -c, --cue-file[=FILE] set \"cue\" CD-ROM disk image file as source\n" " -N, --nrg-file[=FILE] set Nero CD-ROM disk image file as source\n" " -t, --toc-file[=FILE] set cdrdao CD-ROM disk image file as source\n" " -i, --input[=FILE] set source and determine if \"bin\" image or\n" " device\n" " --iso9660 print directory contents of any ISO-9660\n" " filesystems\n" " -C, --cdrom-device[=DEVICE] set CD-ROM device as source\n" " -l, --list-drives Give a list of CD-drives\n" " --no-header Don't display header and copyright (for\n" " regression testing)\n" #ifdef HAVE_JOLIET " --no-joliet Don't use Joliet extensions\n" #endif " --no-rock-ridge Don't use Rock-Ridge-extension information\n" " --no-xa Don't use XA-extension information\n" " -q, --quiet Don't produce warning output\n" " -V, --version display version and copyright information\n" " and exit\n" "\n" "Help options:\n" " -?, --help Show this help message\n" " --usage Display brief usage message\n"; static const char usageText[] = "Usage: %s [-a|--access-mode STRING] [-d|--debug INT] [-T|--no-tracks]\n" " [-A|--no-analyze] [--no-cddb] [-P|--cddb-port INT] [-H|--cddb-http]\n" " [--cddb-server=STRING] [--cddb-cache=STRING] [--cddb-email=STRING]\n" " [--no-cddb-cache] [--cddb-timeout=INT] [--no-device-info]\n" " [--no-disc-mode] [--dvd] [-v|--no-vcd] [-I|--no-ioctl]\n" " [-b|--bin-file FILE] [-c|--cue-file FILE] [-N|--nrg-file FILE]\n" " [-t|--toc-file FILE] [-i|--input FILE] [--iso9660]\n" " [-C|--cdrom-device DEVICE] [-l|--list-drives] [--no-header]\n" " [--no-joliet] [--no-rock-ridge] [--no-xa] [-q|--quiet] [-V|--version]\n" " [-?|--help] [--usage]\n"; static const char optionsString[] = "a:d:TAP:HvIb::c::N::t::i::C::lqV?"; static const struct option optionsTable[] = { {"access-mode", required_argument, NULL, 'a'}, {"debug", required_argument, NULL, 'd' }, {"no-tracks", no_argument, NULL, 'T' }, {"no-analyze", no_argument, NULL, 'A' }, {"no-cddb", no_argument, &opts.no_cddb, 1 }, {"cddb-port", required_argument, NULL, 'P' }, {"cddb-http", no_argument, NULL, 'H' }, {"cddb-server", required_argument, NULL, OP_CDDB_SERVER }, {"cddb-cache", required_argument, NULL, OP_CDDB_CACHE }, {"cddb-email", required_argument, NULL, OP_CDDB_EMAIL }, {"no-cddb-cache", no_argument, NULL, OP_CDDB_NOCACHE }, {"cddb-timeout", required_argument, NULL, OP_CDDB_TIMEOUT }, {"no-device-info", no_argument, &opts.no_device, 1 }, {"no-disc-mode", no_argument, &opts.no_disc_mode, 1 }, {"dvd", no_argument, &opts.show_dvd, 1 }, {"no-vcd", no_argument, NULL, 'v' }, {"no-ioctl", no_argument, NULL, 'I' }, {"bin-file", optional_argument, NULL, 'b' }, {"cue-file", optional_argument, NULL, 'c' }, {"nrg-file", optional_argument, NULL, 'N' }, {"toc-file", optional_argument, NULL, 't' }, {"input", optional_argument, NULL, 'i' }, {"iso9660", no_argument, &opts.print_iso9660, 1 }, {"cdrom-device", optional_argument, NULL, 'C' }, {"list-drives", no_argument, NULL, 'l' }, {"no-header", no_argument, &opts.no_header, 1 }, #ifdef HAVE_JOLIET {"no-joliet", no_argument, &opts.no_joliet, 1 }, #endif /*HAVE_JOLIET*/ {"no-rock-ridge", no_argument, &opts.no_rock_ridge, 1 }, {"no-xa", no_argument, &opts.no_xa, 1 }, {"quiet", no_argument, NULL, 'q' }, {"version", no_argument, NULL, 'V' }, {"help", no_argument, NULL, '?' }, {"usage", no_argument, NULL, OP_USAGE }, { NULL, 0, NULL, 0 } }; program_name = strrchr(argv[0],'/'); program_name = program_name ? strdup(program_name+1) : strdup(argv[0]); while ((opt = getopt_long(argc, argv, optionsString, optionsTable, NULL)) >= 0) { switch (opt) { case 'a': opts.access_mode = strdup(optarg); break; case 'd': opts.debug_level = atoi(optarg); break; case 'T': opts.no_tracks = 1; break; case 'A': opts.no_analysis = 1; break; #ifdef HAVE_CDDB case 'P': cddb_opts.port = atoi(optarg); break; case 'H': cddb_opts.http = 1; break; case OP_CDDB_SERVER: cddb_opts.server = strdup(optarg); break; case OP_CDDB_CACHE: cddb_opts.cachedir = strdup(optarg); break; case OP_CDDB_EMAIL: cddb_opts.email = strdup(optarg); break; case OP_CDDB_NOCACHE: cddb_opts.disable_cache = 1; break; case OP_CDDB_TIMEOUT: cddb_opts.timeout = atoi(optarg); break; #endif case 'v': opts.no_vcd = 1; break; case 'I': opts.no_ioctl = 1; break; case 'b': parse_source(OP_SOURCE_BIN); break; case 'c': parse_source(OP_SOURCE_CUE); break; case 'N': parse_source(OP_SOURCE_NRG); break; case 't': parse_source(OP_SOURCE_CDRDAO); break; case 'i': parse_source(OP_SOURCE_AUTO); break; case 'C': parse_source(OP_SOURCE_DEVICE); break; case 'l': opts.list_drives = 1; break; case 'q': opts.silent = 1; break; case 'V': opts.version_only = 1; break; case '?': fprintf(stdout, helpText, program_name); rc = EXIT_INFO; goto error_exit; case OP_USAGE: fprintf(stderr, usageText, program_name); rc = EXIT_INFO; goto error_exit; case OP_HANDLED: break; } } if (optind < argc) { const char *remaining_arg = argv[optind++]; if (source_name != NULL) { report(stderr, "%s: Source '%s' given as an argument of an option and as " "unnamed option '%s'\n", program_name, source_name, remaining_arg); goto error_exit; } if (opts.source_image == INPUT_DEVICE) source_name = fillout_device_name(remaining_arg); else source_name = strdup(remaining_arg); if (optind < argc) { report(stderr, "%s: Source specified in previously %s and %s\n", program_name, source_name, remaining_arg); free(source_name); goto error_exit; } } return true; error_exit: free(program_name); exit(rc); } /* CDIO logging routines */ #ifdef HAVE_CDDB static cddb_log_handler_t gl_default_cddb_log_handler = NULL; #endif #ifdef HAVE_VCDINFO static vcd_log_handler_t gl_default_vcd_log_handler = NULL; #endif static void _log_handler (cdio_log_level_t level, const char message[]) { if (level == CDIO_LOG_DEBUG && opts.debug_level < 2) return; if (level == CDIO_LOG_INFO && opts.debug_level < 1) return; if (level == CDIO_LOG_WARN && opts.silent) return; gl_default_cdio_log_handler (level, message); } #ifdef HAVE_CDDB static void _cddb_log_handler (cddb_log_level_t level, const char message[]) { /* CDDB errors should not be considered fatal. */ if (level == (cddb_log_level_t) CDDB_LOG_ERROR) level = (cddb_log_level_t) CDIO_LOG_WARN; /* Might consider doing some sort of CDDB to cdio to log level conversion, but right now it's a no op. */ _log_handler((cdio_log_level_t) level, message); } #endif static void print_cdtext_track_info(cdtext_t *p_cdtext, track_t i_track, const char *psz_msg) { if (NULL != p_cdtext) { cdtext_field_t i; printf("%s\n", psz_msg); for (i=0; i < MAX_CDTEXT_FIELDS; i++) { if (cdtext_get_const(p_cdtext, i, i_track)) { printf("\t%s: %s\n", cdtext_field2str(i), cdtext_get_const(p_cdtext, i, i_track)); } } } } static void print_cdtext_info(CdIo_t *p_cdio, track_t i_tracks, track_t i_first_track) { track_t i_last_track = i_first_track+i_tracks; cdtext_t *p_cdtext = cdio_get_cdtext(p_cdio); cdtext_lang_t *languages; cdtext_genre_t genre; int i, j; if(NULL == p_cdtext) { printf("No CD-TEXT on Disc.\n"); return; } languages = cdtext_list_languages(p_cdtext); for(i=0; i<8; i++) if ( CDTEXT_LANGUAGE_UNKNOWN != languages[i] && cdtext_select_language(p_cdtext, languages[i])) { printf("\nLanguage %d '%s':\n", i, cdtext_lang2str(languages[i])); print_cdtext_track_info(p_cdtext, 0, "CD-TEXT for Disc:"); genre = cdtext_get_genre(p_cdtext); if ( CDTEXT_GENRE_UNUSED != genre) printf("\tGENRE_CODE: %d (%s)\n", genre, cdtext_genre2str(genre)); for ( j = i_first_track ; j < i_last_track; j++ ) { char msg[50]; sprintf(msg, "CD-TEXT for Track %2d:", j); print_cdtext_track_info(p_cdtext, j, msg); } } } #ifdef HAVE_CDDB static void cddb_errmsg(const char *msg) { report(stderr, "%s: %s\n", program_name, msg); } static void print_cddb_info(CdIo_t *p_cdio, track_t i_tracks, track_t i_first_track) { int i, i_cddb_matches = 0; cddb_conn_t *p_conn = NULL; cddb_disc_t *p_cddb_disc = NULL; if ( init_cddb(p_cdio, &p_conn, &p_cddb_disc, cddb_errmsg, i_first_track, i_tracks, &i_cddb_matches) ) { if (-1 == i_cddb_matches) printf("%s: %s\n", program_name, cddb_error_str(cddb_errno(p_conn))); else { printf("%s: Found %d matches in CDDB\n", program_name, i_cddb_matches); for (i=1; i<=i_cddb_matches; i++) { cddb_disc_print(p_cddb_disc); cddb_query_next(p_conn, p_cddb_disc); if (i != i_cddb_matches) cddb_read(p_conn, p_cddb_disc); } } cddb_disc_destroy(p_cddb_disc); cddb_destroy(p_conn); libcddb_shutdown(); } } #endif #ifdef HAVE_VCDINFO static void print_vcd_info(driver_id_t driver) { vcdinfo_open_return_t open_rc; vcdinfo_obj_t *p_vcd = NULL; open_rc = vcdinfo_open(&p_vcd, &source_name, driver, NULL); switch (open_rc) { case VCDINFO_OPEN_VCD: if (vcdinfo_get_format_version (p_vcd) == VCD_TYPE_INVALID) { report(stderr, "VCD format detection failed"); vcdinfo_close(p_vcd); return; } report (stdout, "Format : %s\n", vcdinfo_get_format_version_str(p_vcd)); report (stdout, "Album : `%.16s'\n", vcdinfo_get_album_id(p_vcd)); report (stdout, "Volume count : %d\n", vcdinfo_get_volume_count(p_vcd)); report (stdout, "volume number: %d\n", vcdinfo_get_volume_num(p_vcd)); break; case VCDINFO_OPEN_ERROR: report( stderr, "Error in Video CD opening of %s\n", source_name ); break; case VCDINFO_OPEN_OTHER: report( stderr, "Even though we thought this was a Video CD, " " further inspection says it is not.\n" ); break; } if (p_vcd) vcdinfo_close(p_vcd); } #endif static void print_iso9660_recurse (CdIo_t *p_cdio, const char pathname[], cdio_fs_anal_t fs) { CdioISO9660FileList_t *p_entlist; CdioISO9660DirList_t *p_dirlist = iso9660_dirlist_new(); CdioListNode_t *entnode; uint8_t i_joliet_level; char *translated_name = (char *) alloca(4096); size_t translated_name_size = 4096; i_joliet_level = (opts.no_joliet) ? 0 : cdio_get_joliet_level(p_cdio); p_entlist = iso9660_fs_readdir(p_cdio, pathname); printf ("%s:\n", pathname); if (NULL == p_entlist) { report( stderr, "Error getting above directory information\n" ); iso9660_dirlist_free(p_dirlist); return; } /* Iterate over files in this directory */ _CDIO_LIST_FOREACH (entnode, p_entlist) { iso9660_stat_t *p_statbuf = _cdio_list_node_data (entnode); char *psz_iso_name = p_statbuf->filename; char _fullname[4096] = { 0, }; if (strlen(psz_iso_name) >= translated_name_size) { translated_name_size = strlen(psz_iso_name)+1; if (!translated_name) { report( stderr, "Error allocating memory\n" ); iso9660_dirlist_free(p_dirlist); return; } } if (yep != p_statbuf->rr.b3_rock || 1 == opts.no_rock_ridge) { iso9660_name_translate_ext(psz_iso_name, translated_name, i_joliet_level); } snprintf (_fullname, sizeof (_fullname), "%s%s", pathname, psz_iso_name); strncat (_fullname, "/", sizeof(_fullname) - strlen(_fullname) - 1); if (p_statbuf->type == _STAT_DIR && strcmp (psz_iso_name, ".") && strcmp (psz_iso_name, "..")) _cdio_list_append (p_dirlist, strdup (_fullname)); print_fs_attrs(p_statbuf, 0 == opts.no_rock_ridge, fs & CDIO_FS_ANAL_XA, psz_iso_name, translated_name); if (p_statbuf->rr.i_symlink) { free(p_statbuf->rr.psz_symlink); p_statbuf->rr.i_symlink = 0; } } iso9660_filelist_free(p_entlist); printf ("\n"); /* Now recurse over the directories. */ _CDIO_LIST_FOREACH (entnode, p_dirlist) { char *_fullname = _cdio_list_node_data (entnode); print_iso9660_recurse (p_cdio, _fullname, fs); } iso9660_dirlist_free(p_dirlist); } static void print_iso9660_fs (CdIo_t *p_cdio, cdio_fs_anal_t fs, track_format_t track_format) { iso_extension_mask_t iso_extension_mask = ISO_EXTENSION_ALL; if (opts.no_joliet) { iso_extension_mask &= ~ISO_EXTENSION_JOLIET; } if ( !iso9660_fs_read_superblock(p_cdio, iso_extension_mask) ) return; printf ("ISO9660 filesystem\n"); print_iso9660_recurse (p_cdio, "/", fs); } #define print_vd_info(title, fn) \ psz_str = fn(&pvd); \ if (psz_str) { \ report(stdout, title ": %s\n", psz_str); \ free(psz_str); \ psz_str = NULL; \ } static void print_analysis(int ms_offset, cdio_iso_analysis_t cdio_iso_analysis, cdio_fs_anal_t fs, int first_data, unsigned int num_audio, track_t i_tracks, track_t i_first_track, track_format_t track_format, CdIo_t *p_cdio) { int need_lf; switch(CDIO_FSTYPE(fs)) { case CDIO_FS_AUDIO: if (num_audio > 0) { #ifdef HAVE_CDDB if (!opts.no_cddb) { printf("Audio CD, CDDB disc ID is %08x\n", cddb_discid(p_cdio, i_tracks)); print_cddb_info(p_cdio, i_tracks, i_first_track); } #endif print_cdtext_info(p_cdio, i_tracks, i_first_track); } break; case CDIO_FS_ISO_9660: printf("CD-ROM with ISO 9660 filesystem"); if (fs & CDIO_FS_ANAL_JOLIET) { printf(" and joliet extension level %d", cdio_iso_analysis.joliet_level); } if (fs & CDIO_FS_ANAL_ROCKRIDGE) printf(" and rockridge extensions"); printf("\n"); break; case CDIO_FS_ISO_9660_INTERACTIVE: printf("CD-ROM with CD-RTOS and ISO 9660 filesystem\n"); break; case CDIO_FS_HIGH_SIERRA: printf("CD-ROM with High Sierra filesystem\n"); break; case CDIO_FS_INTERACTIVE: printf("CD-Interactive%s\n", num_audio > 0 ? "/Ready" : ""); break; case CDIO_FS_HFS: printf("CD-ROM with Macintosh HFS\n"); break; case CDIO_FS_ISO_HFS: printf("CD-ROM with both Macintosh HFS and ISO 9660 filesystem\n"); break; case CDIO_FS_UFS: printf("CD-ROM with Unix UFS\n"); break; case CDIO_FS_EXT2: printf("CD-ROM with GNU/Linux EXT2 (native) filesystem\n"); break; case CDIO_FS_3DO: printf("CD-ROM with Panasonic 3DO filesystem\n"); break; case CDIO_FS_UDFX: printf("CD-ROM with UDFX filesystem\n"); break; case CDIO_FS_UNKNOWN: printf("CD-ROM with unknown filesystem\n"); break; case CDIO_FS_XISO: printf("CD-ROM with Microsoft X-BOX XISO filesystem\n"); break; } switch(CDIO_FSTYPE(fs)) { case CDIO_FS_ISO_9660: case CDIO_FS_ISO_9660_INTERACTIVE: case CDIO_FS_ISO_HFS: case CDIO_FS_ISO_UDF: printf("ISO 9660: %i blocks, label `%.32s'\n", cdio_iso_analysis.isofs_size, cdio_iso_analysis.iso_label); { iso9660_pvd_t pvd; if ( iso9660_fs_read_pvd(p_cdio, &pvd) ) { char *psz_str; print_vd_info("Application", iso9660_get_application_id); print_vd_info("Preparer ", iso9660_get_preparer_id); print_vd_info("Publisher ", iso9660_get_publisher_id); print_vd_info("System ", iso9660_get_system_id); print_vd_info("Volume ", iso9660_get_volume_id); print_vd_info("Volume Set ", iso9660_get_volumeset_id); } } if (opts.print_iso9660) print_iso9660_fs(p_cdio, fs, track_format); break; } switch(CDIO_FSTYPE(fs)) { case CDIO_FS_UDF: case CDIO_FS_ISO_UDF: report(stdout, "UDF: version %x.%2.2x\n", cdio_iso_analysis.UDFVerMajor, cdio_iso_analysis.UDFVerMinor); break; default: ; } need_lf = 0; if (first_data == 1 && num_audio > 0) need_lf += printf("mixed mode CD "); if (fs & CDIO_FS_ANAL_XA) need_lf += printf("XA sectors "); if (fs & CDIO_FS_ANAL_MULTISESSION) need_lf += printf("Multisession, offset = %i ", ms_offset); if (fs & CDIO_FS_ANAL_HIDDEN_TRACK) need_lf += printf("Hidden Track "); if (fs & CDIO_FS_ANAL_PHOTO_CD) need_lf += printf("%sPhoto CD ", num_audio > 0 ? " Portfolio " : ""); if (fs & CDIO_FS_ANAL_CDTV) need_lf += printf("Commodore CDTV "); if (first_data > 1) need_lf += printf("CD-Plus/Extra "); if (fs & CDIO_FS_ANAL_BOOTABLE) need_lf += printf("bootable CD "); if (fs & CDIO_FS_ANAL_VIDEOCD && num_audio == 0) { need_lf += printf("Video CD "); } if (fs & CDIO_FS_ANAL_SVCD) need_lf += printf("Super Video CD (SVCD) or Chaoji Video CD (CVD)"); if (fs & CDIO_FS_ANAL_CVD) need_lf += printf("Chaoji Video CD (CVD)"); if (need_lf) printf("\n"); #ifdef HAVE_VCDINFO if (fs & (CDIO_FS_ANAL_VIDEOCD|CDIO_FS_ANAL_CVD|CDIO_FS_ANAL_SVCD)) if (!opts.no_vcd) { printf("\n"); print_vcd_info(cdio_get_driver_id(p_cdio)); } #endif } /* Initialize global variables. */ static void init(void) { gl_default_cdio_log_handler = cdio_log_set_handler (_log_handler); #ifdef HAVE_CDDB gl_default_cddb_log_handler = cddb_log_set_handler ((cddb_log_handler_t) _cddb_log_handler); #endif #ifdef HAVE_VCDINFO gl_default_vcd_log_handler = vcd_log_set_handler ((vcd_log_handler_t) _log_handler); #endif /* Default option values. */ opts.silent = false; opts.list_drives = false; opts.no_header = false; opts.no_joliet = 0; opts.no_rock_ridge = 0; opts.no_xa = 0; opts.no_device = 0; opts.no_disc_mode = 0; opts.debug_level = 0; opts.no_tracks = 0; opts.print_iso9660 = 0; #ifdef HAVE_CDDB opts.no_cddb = 0; cddb_opts.port = 8880; cddb_opts.http = 0; cddb_opts.cachedir = NULL; cddb_opts.server = NULL; cddb_opts.timeout = -1; cddb_opts.disable_cache = false; #endif #ifdef HAVE_VCDINFO opts.no_vcd = 0; #else opts.no_vcd = 1; #endif opts.no_ioctl = 0; opts.no_analysis = 0; opts.source_image = INPUT_UNKNOWN; opts.access_mode = NULL; } /* ------------------------------------------------------------------------ */ int main(int argc, char *argv[]) { CdIo_t *p_cdio=NULL; cdio_fs_anal_t fs = CDIO_FS_AUDIO; int i; lsn_t start_track_lsn; /* lsn of first track */ lsn_t data_start = 0; /* start of data area */ int ms_offset = 0; track_t i_tracks = 0; track_t i_first_track = 0; unsigned int num_audio = 0; /* # of audio tracks */ unsigned int num_data = 0; /* # of data tracks */ int first_data = -1; /* # of first data track */ int first_audio = -1; /* # of first audio track */ bool b_playing_audio = false; /* currently playing a CD-DA */ cdio_iso_analysis_t cdio_iso_analysis; char *media_catalog_number; char *isrc; discmode_t discmode = CDIO_DISC_MODE_NO_INFO; cdio_drive_read_cap_t i_read_cap = 0; cdio_drive_write_cap_t i_write_cap; cdio_drive_misc_cap_t i_misc_cap; memset(&cdio_iso_analysis, 0, sizeof(cdio_iso_analysis)); init(); /* Parse our arguments; every option seen by `parse_opt' will be reflected in `arguments'. */ parse_options(argc, argv); print_version(program_name, CDIO_VERSION, opts.no_header, opts.version_only); if (opts.debug_level == 3) { cdio_loglevel_default = CDIO_LOG_INFO; #ifdef HAVE_VCDINFO vcd_loglevel_default = VCD_LOG_INFO; #endif } else if (opts.debug_level >= 4) { cdio_loglevel_default = CDIO_LOG_DEBUG; #ifdef HAVE_VCDINFO vcd_loglevel_default = VCD_LOG_DEBUG; #endif } p_cdio = open_input(source_name, opts.source_image, opts.access_mode); if (p_cdio==NULL) { if (source_name) { err_exit("%s: Error in opening device driver for input %s.\n", program_name, source_name); } else { err_exit("%s: Error in opening device driver for unspecified input.\n", program_name); } } if (source_name==NULL) { source_name=strdup(cdio_get_arg(p_cdio, "source")); if (NULL == source_name) { err_exit("%s: No input device given/found\n", program_name); } } if (0 == opts.silent) { printf("CD location : %s\n", source_name); printf("CD driver name: %s\n", cdio_get_driver_name(p_cdio)); printf(" access mode: %s\n\n", cdio_get_arg(p_cdio, "access-mode")); } cdio_get_drive_cap(p_cdio, &i_read_cap, &i_write_cap, &i_misc_cap); if (0 == opts.no_device) { cdio_hwinfo_t hwinfo; if (cdio_get_hwinfo(p_cdio, &hwinfo)) { printf("%-28s: %s\n%-28s: %s\n%-28s: %s\n", "Vendor" , hwinfo.psz_vendor, "Model" , hwinfo.psz_model, "Revision", hwinfo.psz_revision); } print_drive_capabilities(i_read_cap, i_write_cap, i_misc_cap); } if (opts.list_drives) { driver_id_t driver_id = DRIVER_DEVICE; char ** device_list = cdio_get_devices_ret(&driver_id); char ** d = device_list; printf("list of devices found:\n"); if (NULL != d) { for ( ; *d != NULL ; d++ ) { CdIo_t *p_cdio_d = cdio_open(*d, driver_id); cdio_hwinfo_t hwinfo; printf("Drive %s\n", *d); if (mmc_get_hwinfo(p_cdio_d, &hwinfo)) { printf("%-8s: %s\n%-8s: %s\n%-8s: %s\n", "Vendor" , hwinfo.psz_vendor, "Model" , hwinfo.psz_model, "Revision", hwinfo.psz_revision); } if (p_cdio_d) cdio_destroy(p_cdio_d); } } cdio_free_device_list(device_list); } report(stdout, STRONG "\n"); discmode = cdio_get_discmode(p_cdio); if ( 0 == opts.no_disc_mode ) { printf("Disc mode is listed as: %s\n", discmode2str[discmode]); } if (cdio_is_discmode_dvd(discmode) && !opts.show_dvd) { printf("No further information currently given for DVDs.\n"); printf("Use --dvd to override.\n"); myexit(p_cdio, EXIT_SUCCESS); } i_first_track = cdio_get_first_track_num(p_cdio); if (CDIO_INVALID_TRACK == i_first_track) { err_exit("Can't get first track number. I give up%s.\n", ""); } i_tracks = cdio_get_num_tracks(p_cdio); if (CDIO_INVALID_TRACK == i_tracks) { err_exit("Can't get number of tracks. I give up.%s\n", ""); } if (!opts.no_tracks) { printf("CD-ROM Track List (%i - %i)\n" NORMAL, i_first_track, i_tracks); printf(" #: MSF LSN Type Green? Copy?"); if ( CDIO_DISC_MODE_CD_DA == discmode || CDIO_DISC_MODE_CD_MIXED == discmode ) printf(" Channels Premphasis?"); printf("\n"); } start_track_lsn = cdio_get_track_lsn(p_cdio, i_first_track); /* Read and possibly print track information. */ for (i = i_first_track; i <= CDIO_CDROM_LEADOUT_TRACK; i++) { msf_t msf; char *psz_msf; track_format_t track_format; if (!cdio_get_track_msf(p_cdio, i, &msf)) { err_exit("cdio_track_msf for track %i failed, I give up.\n", i); } track_format = cdio_get_track_format(p_cdio, i); psz_msf = cdio_msf_to_str(&msf); if (i == CDIO_CDROM_LEADOUT_TRACK) { if (!opts.no_tracks) { lsn_t lsn= cdio_msf_to_lsn(&msf); long unsigned int i_bytes_raw = lsn * CDIO_CD_FRAMESIZE_RAW; long unsigned int i_bytes_formatted = lsn - start_track_lsn; printf( "%3d: %8s %06lu leadout ", (int) i, psz_msf, (long unsigned int) lsn ); switch (discmode) { case CDIO_DISC_MODE_DVD_ROM: case CDIO_DISC_MODE_DVD_RAM: case CDIO_DISC_MODE_DVD_R: case CDIO_DISC_MODE_DVD_RW: case CDIO_DISC_MODE_DVD_PR: case CDIO_DISC_MODE_DVD_PRW: case CDIO_DISC_MODE_DVD_OTHER: case CDIO_DISC_MODE_CD_DATA: i_bytes_formatted *= CDIO_CD_FRAMESIZE; break; case CDIO_DISC_MODE_CD_DA: i_bytes_formatted *= CDIO_CD_FRAMESIZE_RAW; break; case CDIO_DISC_MODE_CD_XA: case CDIO_DISC_MODE_CD_MIXED: i_bytes_formatted *= CDIO_CD_FRAMESIZE_RAW0; break; default: i_bytes_formatted *= CDIO_CD_FRAMESIZE_RAW; } if (i_bytes_raw < 1024) printf( "(%lu bytes", i_bytes_raw ); if (i_bytes_raw < 1024 * 1024) printf( "(%lu KB", i_bytes_raw / 1024 ); else printf( "(%lu MB", i_bytes_raw / (1024 * 1024) ); printf(" raw, "); if (i_bytes_formatted < 1024) printf( "%lu bytes", i_bytes_formatted ); if (i_bytes_formatted < 1024 * 1024) printf( "%lu KB", i_bytes_formatted / 1024 ); else printf( "%lu MB", i_bytes_formatted / (1024 * 1024) ); printf(" formatted)\n"); } free(psz_msf); break; } else if (!opts.no_tracks) { const char *psz; printf( "%3d: %8s %06lu %-6s %-5s ", (int) i, psz_msf, (long unsigned int) cdio_msf_to_lsn(&msf), track_format2str[track_format], cdio_get_track_green(p_cdio, i)? "true " : "false"); switch (cdio_get_track_copy_permit(p_cdio, i)) { case CDIO_TRACK_FLAG_FALSE: psz="no"; break; case CDIO_TRACK_FLAG_TRUE: psz="yes"; break; case CDIO_TRACK_FLAG_UNKNOWN: psz="?"; break; case CDIO_TRACK_FLAG_ERROR: default: psz="error"; break; } printf("%-5s", psz); if (TRACK_FORMAT_AUDIO == track_format) { const int i_channels = cdio_get_track_channels(p_cdio, i); switch (cdio_get_track_preemphasis(p_cdio, i)) { case CDIO_TRACK_FLAG_FALSE: psz="no"; break; case CDIO_TRACK_FLAG_TRUE: psz="yes"; break; case CDIO_TRACK_FLAG_UNKNOWN: psz="?"; break; case CDIO_TRACK_FLAG_ERROR: default: psz="error"; break; } if (i_channels == -2) printf(" %-8s", "unknown"); else if (i_channels == -1) printf(" %-8s", "error"); else printf(" %-8d", i_channels); printf( " %s", psz); } printf( "\n" ); } free(psz_msf); if (TRACK_FORMAT_AUDIO == track_format) { num_audio++; if (-1 == first_audio) first_audio = i; } else { num_data++; if (-1 == first_data) first_data = i; } /* skip to leadout? */ if (i == i_tracks) i = CDIO_CDROM_LEADOUT_TRACK-1; } if (cdio_is_discmode_cdrom(discmode)) { /* get and print MCN */ report(stdout, "Media Catalog Number (MCN): "); fflush(stdout); media_catalog_number = cdio_get_mcn(p_cdio); if (NULL == media_catalog_number) { if (i_read_cap & CDIO_DRIVE_CAP_READ_MCN) report(stdout, "not available\n"); else report(stdout, "not supported by drive/driver\n"); } else { report(stdout, "%s\n", media_catalog_number); cdio_free(media_catalog_number); } /* get and print track ISRCs */ if (i_read_cap & CDIO_DRIVE_CAP_READ_ISRC) { for (i = first_audio; i < first_audio + num_audio; i++) { isrc = cdio_get_track_isrc(p_cdio, i); if (NULL != isrc) { report(stdout, "TRACK %2d ISRC: %s\n", i, isrc); fflush(stdout); cdio_free(isrc); } } } /* List number of sessions */ { lsn_t i_last_session; report(stdout, "Last CD Session LSN: "); fflush(stdout); if (DRIVER_OP_SUCCESS == cdio_get_last_session(p_cdio, &i_last_session)) { report(stdout, "%d\n", i_last_session); } else { if (i_misc_cap & CDIO_DRIVE_CAP_MISC_MULTI_SESSION) report(stdout, "failed\n"); else report(stdout, "not supported by drive/driver\n"); } } /* get audio status from subchannel */ if ( CDIO_DISC_MODE_CD_DA == discmode || CDIO_DISC_MODE_CD_MIXED == discmode ) { cdio_subchannel_t subchannel; driver_return_code_t rc; memset(&subchannel, 0, sizeof(subchannel)); report( stdout, "audio status: "); fflush(stdout); rc = cdio_audio_read_subchannel(p_cdio, &subchannel); if (DRIVER_OP_SUCCESS == rc) { bool b_volume = false; bool b_position = false; report ( stdout, "%s\n", mmc_audio_state2str(subchannel.audio_status) ); switch (subchannel.audio_status) { case CDIO_MMC_READ_SUB_ST_PLAY: b_playing_audio = true; /* Fall through to next case. */ case CDIO_MMC_READ_SUB_ST_PAUSED: b_position = true; /* Fall through to next case. */ case CDIO_MMC_READ_SUB_ST_NO_STATUS: b_volume = true; break; default: ; } if (b_position) report( stdout, " at: %02d:%02d abs / %02d:%02d track %d\n", subchannel.abs_addr.m, subchannel.abs_addr.s, subchannel.rel_addr.m, subchannel.rel_addr.s, subchannel.track ); if (b_volume) { cdio_audio_volume_t volume; if (DRIVER_OP_SUCCESS == cdio_audio_get_volume (p_cdio, &volume)) { uint8_t j=0; for (j=0; j<4; j++) { uint8_t i_level = volume.level[j]; report( stdout, "volume level port %d: %3d (0..255) %3d (0..100)\n", j, i_level, (i_level*100+128) / 256 ); } } else report( stdout, " can't get volume levels\n" ); } } else if (DRIVER_OP_UNSUPPORTED == rc) { report( stdout, "not implemented\n" ); } else { report( stdout, "FAILED\n" ); } } } if (!opts.no_analysis) { if (b_playing_audio) { /* Running a CD Analysis would mess up audio playback.*/ report(stdout, "CD Analysis Report omitted because audio is currently " "playing.\n"); myexit(p_cdio, EXIT_SUCCESS); } report(stdout, STRONG "CD Analysis Report\n" NORMAL); /* try to find out what sort of CD we have */ if (num_audio > 0) { /* may be a "real" audio CD or hidden track CD */ msf_t msf; cdio_get_track_msf(p_cdio, i_first_track, &msf); /* CD-I/Ready says start_track_lsn <= 30*75 then CDDA */ if (start_track_lsn > 100 /* 100 is just a guess */) { fs = cdio_guess_cd_type(p_cdio, 0, 1, &cdio_iso_analysis); if ((CDIO_FSTYPE(fs)) != CDIO_FS_UNKNOWN) fs |= CDIO_FS_ANAL_HIDDEN_TRACK; else { fs &= ~CDIO_FS_MASK; /* del filesystem info */ report( stdout, "Oops: %lu unused sectors at start, " "but hidden track check failed.\n", (long unsigned int) start_track_lsn); } } print_analysis(ms_offset, cdio_iso_analysis, fs, first_data, num_audio, i_tracks, i_first_track, cdio_get_track_format(p_cdio, 1), p_cdio); } if (num_data > 0) { /* we have data track(s) */ int j; for (j = 2, i = first_data; i <= i_tracks; i++) { msf_t msf; track_format_t track_format = cdio_get_track_format(p_cdio, i); cdio_get_track_msf(p_cdio, i, &msf); switch ( track_format ) { case TRACK_FORMAT_AUDIO: case TRACK_FORMAT_ERROR: break; case TRACK_FORMAT_CDI: case TRACK_FORMAT_XA: case TRACK_FORMAT_DATA: case TRACK_FORMAT_PSX: ; } start_track_lsn = (i == 1) ? 0 : cdio_msf_to_lsn(&msf); /* save the start of the data area */ if (i == first_data) data_start = start_track_lsn; /* skip tracks which belong to the current walked session */ if (start_track_lsn < data_start + cdio_iso_analysis.isofs_size) continue; fs = cdio_guess_cd_type(p_cdio, start_track_lsn, i, &cdio_iso_analysis); if (i > 1) { /* track is beyond last session -> new session found */ ms_offset = start_track_lsn; report( stdout, "session #%d starts at track %2i, LSN: %lu," " ISO 9660 blocks: %6i\n", j++, i, (unsigned long int) start_track_lsn, cdio_iso_analysis.isofs_size); report( stdout, "ISO 9660: %i blocks, label `%.32s'\n", cdio_iso_analysis.isofs_size, cdio_iso_analysis.iso_label); fs |= CDIO_FS_ANAL_MULTISESSION; } else { print_analysis(ms_offset, cdio_iso_analysis, fs, first_data, num_audio, i_tracks, i_first_track, track_format, p_cdio); } if ( !(CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660 || CDIO_FSTYPE(fs) == CDIO_FS_ISO_HFS || /* CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660_INTERACTIVE) && (fs & XA))) */ CDIO_FSTYPE(fs) == CDIO_FS_ISO_9660_INTERACTIVE) ) /* no method for non-ISO9660 multisessions */ break; } } } myexit(p_cdio, EXIT_SUCCESS); /* Not reached:*/ return(EXIT_SUCCESS); } libcdio-2.0.0/src/cddb.c0000644000175000017500000000726411650126675011710 00000000000000/* Copyright (C) 2005, 2008, 2009, 2011 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ #ifdef HAVE_CONFIG_H # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include #include "cddb.h" cddb_opts_t cddb_opts; /*! Returns the sum of the decimal digits in a number. Eg. 1955 = 20 */ static int cddb_dec_digit_sum(int n) { int ret=0; for (;;) { ret += n%10; n = n/10; if (!n) return ret; } } /*! Compute the CDDB disk ID for an Audio disk. This is a funny checksum consisting of the concatenation of 3 things: the sum of the decimal digits of sizes of all tracks, the total length of the disk, and the number of tracks. */ uint32_t cddb_discid(CdIo_t *p_cdio, track_t i_tracks) { int i,t,n=0; msf_t start_msf; msf_t msf; for (i = 1; i <= i_tracks; i++) { cdio_get_track_msf(p_cdio, i, &msf); n += cddb_dec_digit_sum(cdio_audio_get_msf_seconds(&msf)); } cdio_get_track_msf(p_cdio, 1, &start_msf); cdio_get_track_msf(p_cdio, CDIO_CDROM_LEADOUT_TRACK, &msf); t = cdio_audio_get_msf_seconds(&msf)-cdio_audio_get_msf_seconds(&start_msf); return ((n % 0xff) << 24 | t << 8 | i_tracks); } #ifdef HAVE_CDDB bool init_cddb(CdIo_t *p_cdio, cddb_conn_t **pp_conn, cddb_disc_t **pp_cddb_disc, error_fn_t errmsg, track_t i_first_track, track_t i_tracks, int *i_cddb_matches) { track_t i; *pp_conn = cddb_new(); *pp_cddb_disc = NULL; if (!*pp_conn) { errmsg("unable to initialize libcddb"); return false; } if (NULL == cddb_opts.email) cddb_set_email_address(*pp_conn, "me@home"); else cddb_set_email_address(*pp_conn, cddb_opts.email); if (NULL == cddb_opts.server) cddb_set_server_name(*pp_conn, "freedb.freedb.org"); else cddb_set_server_name(*pp_conn, cddb_opts.server); if (cddb_opts.timeout >= 0) cddb_set_timeout(*pp_conn, cddb_opts.timeout); cddb_set_server_port(*pp_conn, cddb_opts.port); if (cddb_opts.http) cddb_http_enable(*pp_conn); else cddb_http_disable(*pp_conn); if (NULL != cddb_opts.cachedir) cddb_cache_set_dir(*pp_conn, cddb_opts.cachedir); if (cddb_opts.disable_cache) cddb_cache_disable(*pp_conn); *pp_cddb_disc = cddb_disc_new(); if (!*pp_cddb_disc) { errmsg("unable to create CDDB disc structure"); cddb_destroy(*pp_conn); return false; } for(i = 0; i < i_tracks; i++) { cddb_track_t *t = cddb_track_new(); cddb_track_set_frame_offset(t, cdio_get_track_lba(p_cdio, i+i_first_track)); cddb_disc_add_track(*pp_cddb_disc, t); } cddb_disc_set_length(*pp_cddb_disc, cdio_get_track_lba(p_cdio, CDIO_CDROM_LEADOUT_TRACK) / CDIO_CD_FRAMES_PER_SEC); if (!cddb_disc_calc_discid(*pp_cddb_disc)) { errmsg("libcddb calc discid failed."); cddb_destroy(*pp_conn); return false; } *i_cddb_matches = cddb_query(*pp_conn, *pp_cddb_disc); if (-1 == *i_cddb_matches) errmsg(cddb_error_str(cddb_errno(*pp_conn))); cddb_read(*pp_conn, *pp_cddb_disc); return true; } #endif /*HAVE_CDDB*/ libcdio-2.0.0/src/iso-read.10000664000175000017500000000323613222220206012410 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH ISO-READ "1" "December 2017" "iso-read version 2.0.0 x86_64-pc-linux-gnu" "User Commands" .SH NAME iso-read \- reads portions of an ISO 9660 image .SH SYNOPSIS .B iso-read [\fI\,OPTION\/\fR...] .SH DESCRIPTION .TP \fB\-d\fR, \fB\-\-debug\fR=\fI\,INT\/\fR Set debugging to LEVEL. .TP \fB\-i\fR, \fB\-\-image\fR=\fI\,FILE\/\fR Read from ISO\-9660 image. This option is mandatory .TP \fB\-e\fR, \fB\-\-extract\fR=\fI\,FILE\/\fR Extract FILE from ISO\-9660 image. This option is mandatory. .TP \fB\-k\fR, \fB\-\-ignore\fR Ignore read error(s), i.e. keep going .TP \fB\-\-no\-header\fR Don't display header and copyright (for regression testing) .TP \fB\-o\fR, \fB\-\-output\-file\fR=\fI\,FILE\/\fR Output file. This option is mandatory. .TP \fB\-U\fR \fB\-\-udf\fR Contents are in UDF format .TP \fB\-V\fR, \fB\-\-version\fR display version and copyright information and exit .SS "Help options:" .TP \-?, \fB\-\-help\fR Show this help message .TP \fB\-\-usage\fR Display brief usage message .SH AUTHOR Rocky Bernstein .SH COPYRIGHT Copyright \(co 2003\-2005, 2007\-2008, 2011\-2015, 2017 R. Bernstein .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Have driver: GNU/Linux ioctl and MMC driver Have driver: cdrdao (TOC) disk image driver Have driver: bin/cuesheet disk image driver Have driver: Nero NRG disk image driver Default CD\-ROM device: \fI\,/dev/cdrom\/\fP .SH "SEE ALSO" \&\f(CWiso-info(1)\fR for information about an ISO-9660 image. \&\f(CWcd-read(1)\fR to read portions of an ISO 9660 image. libcdio-2.0.0/src/getopt.c0000664000175000017500000010215713217072760012311 00000000000000/* Getopt for GNU. NOTE: getopt is part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see . */ /* This tells Alpha OSF/1 not to define a getopt prototype in . Ditto for AIX 3.2 and . */ #ifndef _NO_PROTO # define _NO_PROTO #endif #ifdef HAVE_CONFIG_H # include #endif #ifdef HAVE_STDLIB_H # include #endif #include extern int getopt (int argc, char *const *argv, const char *optstring); /* Comment out all this code if we are using the GNU C Library, and are not actually compiling the library itself. This code is part of the GNU C Library, but also included in many other GNU distributions. Compiling and linking in this code is a waste when using the GNU C library (especially if it is a shared library). Rather than having every GNU program understand `configure --with-gnu-libc' and omit the object files, it is simpler to just do this in the source for each such file. */ #define GETOPT_INTERFACE_VERSION 2 #if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2 # include # if _GNU_GETOPT_INTERFACE_VERSION == GETOPT_INTERFACE_VERSION # define ELIDE_CODE # endif #endif #ifndef ELIDE_CODE /* This needs to come after some library #include to get __GNU_LIBRARY__ defined. */ #ifdef __GNU_LIBRARY__ /* Don't include stdlib.h for non-GNU C libraries because some of them contain conflicting prototypes for getopt. */ # include # include #endif /* GNU C library. */ #include #ifdef _LIBC # include #else # define _(msgid) (msgid) #endif #if defined _LIBC # include #endif #ifndef attribute_hidden # define attribute_hidden #endif /* This version of `getopt' appears to the caller like standard Unix `getopt' but it behaves differently for the user, since it allows the user to intersperse the options with the other arguments. As `getopt' works, it permutes the elements of ARGV so that, when it is done, all the options precede everything else. Thus all application programs are extended to handle flexible argument order. Setting the environment variable POSIXLY_CORRECT disables permutation. Then the behavior is completely standard. GNU application programs can use a third alternative mode in which they can distinguish the relative order of options and other arguments. */ #include "getopt.h" #include "getopt_int.h" /* For communication from `getopt' to the caller. When `getopt' finds an option that takes an argument, the argument value is returned here. Also, when `ordering' is RETURN_IN_ORDER, each non-option ARGV-element is returned here. */ char *optarg; /* Index in ARGV of the next element to be scanned. This is used for communication to and from the caller and for communication between successive calls to `getopt'. On entry to `getopt', zero means this is the first call; initialize. When `getopt' returns -1, this is the index of the first of the non-option elements that the caller should itself scan. Otherwise, `optind' communicates from one call to the next how much of ARGV has been scanned so far. */ /* 1003.2 says this must be 1 before any call. */ int optind = 1; /* Callers store zero here to inhibit the error message for unrecognized options. */ int opterr = 1; /* Set to an option character which was unrecognized. This must be initialized on some systems to avoid linking in the system's own getopt implementation. */ int optopt = '?'; /* Keep a global copy of all internal members of getopt_data. */ static struct _getopt_data getopt_data; #ifndef __GNU_LIBRARY__ /* Avoid depending on library functions or files whose names are inconsistent. */ #ifndef getenv extern char *getenv (const char *_VarName); #endif #endif /* not __GNU_LIBRARY__ */ #ifdef _LIBC /* Stored original parameters. XXX This is no good solution. We should rather copy the args so that we can compare them later. But we must not use malloc(3). */ extern int __libc_argc; extern char **__libc_argv; /* Bash 2.0 gives us an environment variable containing flags indicating ARGV elements that should not be considered arguments. */ # ifdef USE_NONOPTION_FLAGS /* Defined in getopt_init.c */ extern char *__getopt_nonoption_flags; # endif # ifdef USE_NONOPTION_FLAGS # define SWAP_FLAGS(ch1, ch2) \ if (d->__nonoption_flags_len > 0) \ { \ char __tmp = __getopt_nonoption_flags[ch1]; \ __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \ __getopt_nonoption_flags[ch2] = __tmp; \ } # else # define SWAP_FLAGS(ch1, ch2) # endif #else /* !_LIBC */ # define SWAP_FLAGS(ch1, ch2) #endif /* _LIBC */ /* Exchange two adjacent subsequences of ARGV. One subsequence is elements [first_nonopt,last_nonopt) which contains all the non-options that have been skipped so far. The other is elements [last_nonopt,optind), which contains all the options processed since those non-options were skipped. `first_nonopt' and `last_nonopt' are relocated so that they describe the new indices of the non-options in ARGV after they are moved. */ static void exchange (char **argv, struct _getopt_data *d) { int bottom = d->__first_nonopt; int middle = d->__last_nonopt; int top = d->optind; char *tem; /* Exchange the shorter segment with the far end of the longer segment. That puts the shorter segment into the right place. It leaves the longer segment in the right place overall, but it consists of two parts that need to be swapped next. */ #if defined _LIBC && defined USE_NONOPTION_FLAGS /* First make sure the handling of the `__getopt_nonoption_flags' string can work normally. Our top argument must be in the range of the string. */ if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len) { /* We must extend the array. The user plays games with us and presents new arguments. */ char *new_str = malloc (top + 1); if (new_str == NULL) d->__nonoption_flags_len = d->__nonoption_flags_max_len = 0; else { memset (__mempcpy (new_str, __getopt_nonoption_flags, d->__nonoption_flags_max_len), '\0', top + 1 - d->__nonoption_flags_max_len); d->__nonoption_flags_max_len = top + 1; __getopt_nonoption_flags = new_str; } } #endif while (top > middle && middle > bottom) { if (top - middle > middle - bottom) { /* Bottom segment is the short one. */ int len = middle - bottom; int i; /* Swap it with the top part of the top segment. */ for (i = 0; i < len; i++) { tem = argv[bottom + i]; argv[bottom + i] = argv[top - (middle - bottom) + i]; argv[top - (middle - bottom) + i] = tem; SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); } /* Exclude the moved bottom segment from further swapping. */ top -= len; } else { /* Top segment is the short one. */ int len = top - middle; int i; /* Swap it with the bottom part of the bottom segment. */ for (i = 0; i < len; i++) { tem = argv[bottom + i]; argv[bottom + i] = argv[middle + i]; argv[middle + i] = tem; SWAP_FLAGS (bottom + i, middle + i); } /* Exclude the moved top segment from further swapping. */ bottom += len; } } /* Update records for the slots the non-options now occupy. */ d->__first_nonopt += (d->optind - d->__last_nonopt); d->__last_nonopt = d->optind; } /* Initialize the internal data when the first call is made. */ static const char * _getopt_initialize (int argc, char *const *argv, const char *optstring, struct _getopt_data *d, int posixly_correct) { /* Start processing options with ARGV-element 1 (since ARGV-element 0 is the program name); the sequence of previously skipped non-option ARGV-elements is empty. */ d->__first_nonopt = d->__last_nonopt = d->optind; d->__nextchar = NULL; d->__posixly_correct = posixly_correct | !!getenv ("POSIXLY_CORRECT"); /* Determine how to handle the ordering of options and nonoptions. */ if (optstring[0] == '-') { d->__ordering = RETURN_IN_ORDER; ++optstring; } else if (optstring[0] == '+') { d->__ordering = REQUIRE_ORDER; ++optstring; } else if (d->__posixly_correct) d->__ordering = REQUIRE_ORDER; else d->__ordering = PERMUTE; #if defined _LIBC && defined USE_NONOPTION_FLAGS if (!d->__posixly_correct && argc == __libc_argc && argv == __libc_argv) { if (d->__nonoption_flags_max_len == 0) { if (__getopt_nonoption_flags == NULL || __getopt_nonoption_flags[0] == '\0') d->__nonoption_flags_max_len = -1; else { const char *orig_str = __getopt_nonoption_flags; int len = d->__nonoption_flags_max_len = strlen (orig_str); if (d->__nonoption_flags_max_len < argc) d->__nonoption_flags_max_len = argc; __getopt_nonoption_flags = (char *) malloc (d->__nonoption_flags_max_len); if (__getopt_nonoption_flags == NULL) d->__nonoption_flags_max_len = -1; else memset (__mempcpy (__getopt_nonoption_flags, orig_str, len), '\0', d->__nonoption_flags_max_len - len); } } d->__nonoption_flags_len = d->__nonoption_flags_max_len; } else d->__nonoption_flags_len = 0; #endif return optstring; } /* Scan elements of ARGV (whose length is ARGC) for option characters given in OPTSTRING. If an element of ARGV starts with '-', and is not exactly "-" or "--", then it is an option element. The characters of this element (aside from the initial '-') are option characters. If `getopt' is called repeatedly, it returns successively each of the option characters from each of the option elements. If `getopt' finds another option character, it returns that character, updating `optind' and `nextchar' so that the next call to `getopt' can resume the scan with the following option character or ARGV-element. If there are no more option characters, `getopt' returns -1. Then `optind' is the index in ARGV of the first ARGV-element that is not an option. (The ARGV-elements have been permuted so that those that are not options now come last.) OPTSTRING is a string containing the legitimate option characters. If an option character is seen that is not listed in OPTSTRING, return '?' after printing an error message. If you set `opterr' to zero, the error message is suppressed but we still return '?'. If a char in OPTSTRING is followed by a colon, that means it wants an arg, so the following text in the same ARGV-element, or the text of the following ARGV-element, is returned in `optarg'. Two colons mean an option that wants an optional arg; if there is text in the current ARGV-element, it is returned in `optarg', otherwise `optarg' is set to zero. If OPTSTRING starts with `-' or `+', it requests different methods of handling the non-option ARGV-elements. See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above. Long-named options begin with `--' instead of `-'. Their names may be abbreviated as long as the abbreviation is unique or is an exact match for some defined option. If they have an argument, it follows the option name in the same ARGV-element, separated from the option name by a `=', or else the in next ARGV-element. When `getopt' finds a long-named option, it returns 0 if that option's `flag' field is nonzero, the value of the option's `val' field if the `flag' field is zero. The elements of ARGV aren't really const, because we permute them. But we pretend they're const in the prototype to be compatible with other systems. LONGOPTS is a vector of `struct option' terminated by an element containing a name which is zero. LONGIND returns the index in LONGOPT of the long-named option found. It is only valid when a long-named option has been found by the most recent call. If LONG_ONLY is nonzero, '-' as well as '--' can introduce long-named options. */ int _getopt_internal_r (int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only, struct _getopt_data *d, int posixly_correct) { int print_errors = d->opterr; if (argc < 1) return -1; d->optarg = NULL; if (d->optind == 0 || !d->__initialized) { if (d->optind == 0) d->optind = 1; /* Don't scan ARGV[0], the program name. */ optstring = _getopt_initialize (argc, argv, optstring, d, posixly_correct); d->__initialized = 1; } else if (optstring[0] == '-' || optstring[0] == '+') optstring++; if (optstring[0] == ':') print_errors = 0; /* Test whether ARGV[optind] points to a non-option argument. Either it does not have option syntax, or there is an environment flag from the shell indicating it is not an option. The later information is only used when the used in the GNU libc. */ #if defined _LIBC && defined USE_NONOPTION_FLAGS # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0' \ || (d->optind < d->__nonoption_flags_len \ && __getopt_nonoption_flags[d->optind] == '1')) #else # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0') #endif if (d->__nextchar == NULL || *d->__nextchar == '\0') { /* Advance to the next ARGV-element. */ /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been moved back by the user (who may also have changed the arguments). */ if (d->__last_nonopt > d->optind) d->__last_nonopt = d->optind; if (d->__first_nonopt > d->optind) d->__first_nonopt = d->optind; if (d->__ordering == PERMUTE) { /* If we have just processed some options following some non-options, exchange them so that the options come first. */ if (d->__first_nonopt != d->__last_nonopt && d->__last_nonopt != d->optind) exchange ((char **) argv, d); else if (d->__last_nonopt != d->optind) d->__first_nonopt = d->optind; /* Skip any additional non-options and extend the range of non-options previously skipped. */ while (d->optind < argc && NONOPTION_P) d->optind++; d->__last_nonopt = d->optind; } /* The special ARGV-element `--' means premature end of options. Skip it like a null option, then exchange with previous non-options as if it were an option, then skip everything else like a non-option. */ if (d->optind != argc && !strcmp (argv[d->optind], "--")) { d->optind++; if (d->__first_nonopt != d->__last_nonopt && d->__last_nonopt != d->optind) exchange ((char **) argv, d); else if (d->__first_nonopt == d->__last_nonopt) d->__first_nonopt = d->optind; d->__last_nonopt = argc; d->optind = argc; } /* If we have done all the ARGV-elements, stop the scan and back over any non-options that we skipped and permuted. */ if (d->optind == argc) { /* Set the next-arg-index to point at the non-options that we previously skipped, so the caller will digest them. */ if (d->__first_nonopt != d->__last_nonopt) d->optind = d->__first_nonopt; return -1; } /* If we have come to a non-option and did not permute it, either stop the scan or describe it to the caller and pass it by. */ if (NONOPTION_P) { if (d->__ordering == REQUIRE_ORDER) return -1; d->optarg = argv[d->optind++]; return 1; } /* We have found another option-ARGV-element. Skip the initial punctuation. */ d->__nextchar = (argv[d->optind] + 1 + (longopts != NULL && argv[d->optind][1] == '-')); } /* Decode the current option-ARGV-element. */ /* Check whether the ARGV-element is a long option. If long_only and the ARGV-element has the form "-f", where f is a valid short option, don't consider it an abbreviated form of a long option that starts with f. Otherwise there would be no way to give the -f short option. On the other hand, if there's a long option "fubar" and the ARGV-element is "-fu", do consider that an abbreviation of the long option, just like "--fu", and not "-f" with arg "u". This distinction seems to be the most useful approach. */ if (longopts != NULL && (argv[d->optind][1] == '-' || (long_only && (argv[d->optind][2] || !strchr (optstring, argv[d->optind][1]))))) { char *nameend; unsigned int namelen; const struct option *p; const struct option *pfound = NULL; struct option_list { const struct option *p; struct option_list *next; } *ambig_list = NULL; int exact = 0; int indfound = -1; int option_index; for (nameend = d->__nextchar; *nameend && *nameend != '='; nameend++) /* Do nothing. */ ; namelen = nameend - d->__nextchar; /* Test all long options for either exact match or abbreviated matches. */ for (p = longopts, option_index = 0; p->name; p++, option_index++) if (!strncmp (p->name, d->__nextchar, namelen)) { if (namelen == (unsigned int) strlen (p->name)) { /* Exact match found. */ pfound = p; indfound = option_index; exact = 1; break; } else if (pfound == NULL) { /* First nonexact match found. */ pfound = p; indfound = option_index; } else if (long_only || pfound->has_arg != p->has_arg || pfound->flag != p->flag || pfound->val != p->val) { /* Second or later nonexact match found. */ struct option_list *newp = alloca (sizeof (*newp)); newp->p = p; newp->next = ambig_list; ambig_list = newp; } } if (ambig_list != NULL && !exact) { if (print_errors) { struct option_list first; first.p = pfound; first.next = ambig_list; ambig_list = &first; #if defined _LIBC char *buf = NULL; size_t buflen = 0; FILE *fp = open_memstream (&buf, &buflen); if (fp != NULL) { fprintf (fp, _("%s: option '%s' is ambiguous; possibilities:"), argv[0], argv[d->optind]); do { fprintf (fp, " '--%s'", ambig_list->p->name); ambig_list = ambig_list->next; } while (ambig_list != NULL); fputc_unlocked ('\n', fp); if (__builtin_expect (fclose (fp) != EOF, 1)) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } } #else fprintf (stderr, _("%s: option '%s' is ambiguous; possibilities:"), argv[0], argv[d->optind]); do { fprintf (stderr, " '--%s'", ambig_list->p->name); ambig_list = ambig_list->next; } while (ambig_list != NULL); fputc ('\n', stderr); #endif } d->__nextchar += strlen (d->__nextchar); d->optind++; d->optopt = 0; return '?'; } if (pfound != NULL) { option_index = indfound; d->optind++; if (*nameend) { /* Don't test has_arg with >, because some C compilers don't allow it to be used on enums. */ if (pfound->has_arg) d->optarg = nameend + 1; else { if (print_errors) { #if defined _LIBC char *buf; int n; #endif if (argv[d->optind - 1][1] == '-') { /* --option */ #if defined _LIBC n = __asprintf (&buf, _("\ %s: option '--%s' doesn't allow an argument\n"), argv[0], pfound->name); #else fprintf (stderr, _("\ %s: option '--%s' doesn't allow an argument\n"), argv[0], pfound->name); #endif } else { /* +option or -option */ #if defined _LIBC n = __asprintf (&buf, _("\ %s: option '%c%s' doesn't allow an argument\n"), argv[0], argv[d->optind - 1][0], pfound->name); #else fprintf (stderr, _("\ %s: option '%c%s' doesn't allow an argument\n"), argv[0], argv[d->optind - 1][0], pfound->name); #endif } #if defined _LIBC if (n >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #endif } d->__nextchar += strlen (d->__nextchar); d->optopt = pfound->val; return '?'; } } else if (pfound->has_arg == 1) { if (d->optind < argc) d->optarg = argv[d->optind++]; else { if (print_errors) { #if defined _LIBC char *buf; if (__asprintf (&buf, _("\ %s: option '--%s' requires an argument\n"), argv[0], pfound->name) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("%s: option '--%s' requires an argument\n"), argv[0], pfound->name); #endif } d->__nextchar += strlen (d->__nextchar); d->optopt = pfound->val; return optstring[0] == ':' ? ':' : '?'; } } d->__nextchar += strlen (d->__nextchar); if (longind != NULL) *longind = option_index; if (pfound->flag) { *(pfound->flag) = pfound->val; return 0; } return pfound->val; } /* Can't find it as a long option. If this is not getopt_long_only, or the option starts with '--' or is not a valid short option, then it's an error. Otherwise interpret it as a short option. */ if (!long_only || argv[d->optind][1] == '-' || strchr (optstring, *d->__nextchar) == NULL) { if (print_errors) { #if defined _LIBC char *buf; int n; #endif if (argv[d->optind][1] == '-') { /* --option */ #if defined _LIBC n = __asprintf (&buf, _("%s: unrecognized option '--%s'\n"), argv[0], d->__nextchar); #else fprintf (stderr, _("%s: unrecognized option '--%s'\n"), argv[0], d->__nextchar); #endif } else { /* +option or -option */ #if defined _LIBC n = __asprintf (&buf, _("%s: unrecognized option '%c%s'\n"), argv[0], argv[d->optind][0], d->__nextchar); #else fprintf (stderr, _("%s: unrecognized option '%c%s'\n"), argv[0], argv[d->optind][0], d->__nextchar); #endif } #if defined _LIBC if (n >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #endif } d->__nextchar = (char *) ""; d->optind++; d->optopt = 0; return '?'; } } /* Look at and handle the next short option-character. */ { char c = *d->__nextchar++; char *temp = strchr (optstring, c); /* Increment `optind' when we start to process its last character. */ if (*d->__nextchar == '\0') ++d->optind; if (temp == NULL || c == ':' || c == ';') { if (print_errors) { #if defined _LIBC char *buf; int n; #endif #if defined _LIBC n = __asprintf (&buf, _("%s: invalid option -- '%c'\n"), argv[0], c); #else fprintf (stderr, _("%s: invalid option -- '%c'\n"), argv[0], c); #endif #if defined _LIBC if (n >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #endif } d->optopt = c; return '?'; } /* Convenience. Treat POSIX -W foo same as long option --foo */ if (temp[0] == 'W' && temp[1] == ';') { char *nameend; const struct option *p; const struct option *pfound = NULL; int exact = 0; int ambig = 0; int indfound = 0; int option_index; if (longopts == NULL) goto no_longs; /* This is an option that requires an argument. */ if (*d->__nextchar != '\0') { d->optarg = d->__nextchar; /* If we end this ARGV-element by taking the rest as an arg, we must advance to the next element now. */ d->optind++; } else if (d->optind == argc) { if (print_errors) { #if defined _LIBC char *buf; if (__asprintf (&buf, _("%s: option requires an argument -- '%c'\n"), argv[0], c) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("%s: option requires an argument -- '%c'\n"), argv[0], c); #endif } d->optopt = c; if (optstring[0] == ':') c = ':'; else c = '?'; return c; } else /* We already incremented `d->optind' once; increment it again when taking next ARGV-elt as argument. */ d->optarg = argv[d->optind++]; /* optarg is now the argument, see if it's in the table of longopts. */ for (d->__nextchar = nameend = d->optarg; *nameend && *nameend != '='; nameend++) /* Do nothing. */ ; /* Test all long options for either exact match or abbreviated matches. */ for (p = longopts, option_index = 0; p->name; p++, option_index++) if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) { if ((unsigned int) (nameend - d->__nextchar) == strlen (p->name)) { /* Exact match found. */ pfound = p; indfound = option_index; exact = 1; break; } else if (pfound == NULL) { /* First nonexact match found. */ pfound = p; indfound = option_index; } else if (long_only || pfound->has_arg != p->has_arg || pfound->flag != p->flag || pfound->val != p->val) /* Second or later nonexact match found. */ ambig = 1; } if (ambig && !exact) { if (print_errors) { #if defined _LIBC char *buf; if (__asprintf (&buf, _("%s: option '-W %s' is ambiguous\n"), argv[0], d->optarg) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("%s: option '-W %s' is ambiguous\n"), argv[0], d->optarg); #endif } d->__nextchar += strlen (d->__nextchar); d->optind++; return '?'; } if (pfound != NULL) { option_index = indfound; if (*nameend) { /* Don't test has_arg with >, because some C compilers don't allow it to be used on enums. */ if (pfound->has_arg) d->optarg = nameend + 1; else { if (print_errors) { #if defined _LIBC char *buf; if (__asprintf (&buf, _("\ %s: option '-W %s' doesn't allow an argument\n"), argv[0], pfound->name) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("\ %s: option '-W %s' doesn't allow an argument\n"), argv[0], pfound->name); #endif } d->__nextchar += strlen (d->__nextchar); return '?'; } } else if (pfound->has_arg == 1) { if (d->optind < argc) d->optarg = argv[d->optind++]; else { if (print_errors) { #if defined _LIBC char *buf; if (__asprintf (&buf, _("\ %s: option '-W %s' requires an argument\n"), argv[0], pfound->name) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("\ %s: option '-W %s' requires an argument\n"), argv[0], pfound->name); #endif } d->__nextchar += strlen (d->__nextchar); return optstring[0] == ':' ? ':' : '?'; } } else d->optarg = NULL; d->__nextchar += strlen (d->__nextchar); if (longind != NULL) *longind = option_index; if (pfound->flag) { *(pfound->flag) = pfound->val; return 0; } return pfound->val; } no_longs: d->__nextchar = NULL; return 'W'; /* Let the application handle it. */ } if (temp[1] == ':') { if (temp[2] == ':') { /* This is an option that accepts an argument optionally. */ if (*d->__nextchar != '\0') { d->optarg = d->__nextchar; d->optind++; } else d->optarg = NULL; d->__nextchar = NULL; } else { /* This is an option that requires an argument. */ if (*d->__nextchar != '\0') { d->optarg = d->__nextchar; /* If we end this ARGV-element by taking the rest as an arg, we must advance to the next element now. */ d->optind++; } else if (d->optind == argc) { if (print_errors) { #if defined _LIBC char *buf; if (__asprintf (&buf, _("\ %s: option requires an argument -- '%c'\n"), argv[0], c) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("%s: option requires an argument -- '%c'\n"), argv[0], c); #endif } d->optopt = c; if (optstring[0] == ':') c = ':'; else c = '?'; } else /* We already incremented `optind' once; increment it again when taking next ARGV-elt as argument. */ d->optarg = argv[d->optind++]; d->__nextchar = NULL; } } return c; } } int _getopt_internal (int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) { int result; getopt_data.optind = optind; getopt_data.opterr = opterr; result = _getopt_internal_r (argc, argv, optstring, longopts, longind, long_only, &getopt_data, posixly_correct); optind = getopt_data.optind; optarg = getopt_data.optarg; optopt = getopt_data.optopt; return result; } int getopt (int argc, char *const *argv, const char *optstring) { return _getopt_internal (argc, argv, optstring, (const struct option *) 0, (int *) 0, 0, 0); } #ifdef _LIBC int __posix_getopt (int argc, char *const *argv, const char *optstring) { return _getopt_internal (argc, argv, optstring, (const struct option *) 0, (int *) 0, 0, 1); } #endif #endif /* Not ELIDE_CODE. */ #ifdef TEST /* Compile with -DTEST to make an executable for use in testing the above definition of `getopt'. */ int main (int argc, char **argv) { int c; int digit_optind = 0; while (1) { int this_option_optind = optind ? optind : 1; c = getopt (argc, argv, "abc:d:0123456789"); if (c == -1) break; switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': if (digit_optind != 0 && digit_optind != this_option_optind) printf ("digits occur in two different argv-elements.\n"); digit_optind = this_option_optind; printf ("option %c\n", c); break; case 'a': printf ("option a\n"); break; case 'b': printf ("option b\n"); break; case 'c': printf ("option c with value '%s'\n", optarg); break; case '?': break; default: printf ("?? getopt returned character code 0%o ??\n", c); } } if (optind < argc) { printf ("non-option ARGV-elements: "); while (optind < argc) printf ("%s ", argv[optind++]); printf ("\n"); } exit (0); } #endif /* TEST */ libcdio-2.0.0/src/cd-drive.help2man0000664000175000017500000000025512151372731013761 00000000000000[NAME] cd-drive \- show CD-ROM drive characteristics [SEE ALSO] \&\f(CWcd-info(1)\fR for information about the CD inside a CD-ROM. [AUTHOR] Rocky Bernstein rocky@gnu.org libcdio-2.0.0/src/getopt1.c0000664000175000017500000001111612351164457012367 00000000000000/* getopt_long and getopt_long_only entry points for GNU getopt. Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see . */ #ifdef HAVE_CONFIG_H #include #endif #ifdef _LIBC # include #else # include "getopt.h" #endif #include "getopt_int.h" #include /* Comment out all this code if we are using the GNU C Library, and are not actually compiling the library itself. This code is part of the GNU C Library, but also included in many other GNU distributions. Compiling and linking in this code is a waste when using the GNU C library (especially if it is a shared library). Rather than having every GNU program understand `configure --with-gnu-libc' and omit the object files, it is simpler to just do this in the source for each such file. */ #define GETOPT_INTERFACE_VERSION 2 #if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2 #include #if _GNU_GETOPT_INTERFACE_VERSION == GETOPT_INTERFACE_VERSION #define ELIDE_CODE #endif #endif #ifndef ELIDE_CODE /* This needs to come after some library #include to get __GNU_LIBRARY__ defined. */ #ifdef __GNU_LIBRARY__ #include #endif #ifndef NULL #define NULL 0 #endif int getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) { return _getopt_internal (argc, argv, options, long_options, opt_index, 0, 0); } int _getopt_long_r (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) { return _getopt_internal_r (argc, argv, options, long_options, opt_index, 0, d, 0); } /* Like getopt_long, but '-' as well as '--' can indicate a long option. If an option that starts with '-' (not '--') doesn't match a long option, but does match a short option, it is parsed as a short option instead. */ int getopt_long_only (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) { return _getopt_internal (argc, argv, options, long_options, opt_index, 1, 0); } int _getopt_long_only_r (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) { return _getopt_internal_r (argc, argv, options, long_options, opt_index, 1, d, 0); } #endif /* Not ELIDE_CODE. */ #ifdef TEST #include int main (int argc, char **argv) { int c; int digit_optind = 0; while (1) { int this_option_optind = optind ? optind : 1; int option_index = 0; static struct option long_options[] = { {"add", 1, 0, 0}, {"append", 0, 0, 0}, {"delete", 1, 0, 0}, {"verbose", 0, 0, 0}, {"create", 0, 0, 0}, {"file", 1, 0, 0}, {0, 0, 0, 0} }; c = getopt_long (argc, argv, "abc:d:0123456789", long_options, &option_index); if (c == -1) break; switch (c) { case 0: printf ("option %s", long_options[option_index].name); if (optarg) printf (" with arg %s", optarg); printf ("\n"); break; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': if (digit_optind != 0 && digit_optind != this_option_optind) printf ("digits occur in two different argv-elements.\n"); digit_optind = this_option_optind; printf ("option %c\n", c); break; case 'a': printf ("option a\n"); break; case 'b': printf ("option b\n"); break; case 'c': printf ("option c with value `%s'\n", optarg); break; case 'd': printf ("option d with value `%s'\n", optarg); break; case '?': break; default: printf ("?? getopt returned character code 0%o ??\n", c); } } if (optind < argc) { printf ("non-option ARGV-elements: "); while (optind < argc) printf ("%s ", argv[optind++]); printf ("\n"); } exit (0); } #endif /* TEST */ libcdio-2.0.0/src/getopt_int.h0000664000175000017500000001116312351164457013167 00000000000000/* Internal declarations for getopt. Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see . */ #ifndef _GETOPT_INT_H #define _GETOPT_INT_H 1 extern int _getopt_internal (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, int posixly_correct); /* Reentrant versions which can handle parsing multiple argument vectors at the same time. */ /* Data type for reentrant functions. */ struct _getopt_data { /* These have exactly the same meaning as the corresponding global variables, except that they are used for the reentrant versions of getopt. */ int optind; int opterr; int optopt; char *optarg; /* Internal members. */ /* True if the internal members have been initialized. */ int __initialized; /* The next char to be scanned in the option-element in which the last option character we returned was found. This allows us to pick up the scan where we left off. If this is zero, or a null string, it means resume the scan by advancing to the next ARGV-element. */ char *__nextchar; /* Describe how to deal with options that follow non-option ARGV-elements. If the caller did not specify anything, the default is REQUIRE_ORDER if the environment variable POSIXLY_CORRECT is defined, PERMUTE otherwise. REQUIRE_ORDER means don't recognize them as options; stop option processing when the first non-option is seen. This is what Unix does. This mode of operation is selected by either setting the environment variable POSIXLY_CORRECT, or using `+' as the first character of the list of option characters. PERMUTE is the default. We permute the contents of ARGV as we scan, so that eventually all the non-options are at the end. This allows options to be given in any order, even with programs that were not written to expect this. RETURN_IN_ORDER is an option available to programs that were written to expect options and other ARGV-elements in any order and that care about the ordering of the two. We describe each non-option ARGV-element as if it were the argument of an option with character code 1. Using `-' as the first character of the list of option characters selects this mode of operation. The special argument `--' forces an end of option-scanning regardless of the value of `ordering'. In the case of RETURN_IN_ORDER, only `--' can cause `getopt' to return -1 with `optind' != ARGC. */ enum { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER } __ordering; /* If the POSIXLY_CORRECT environment variable is set. */ int __posixly_correct; /* Handle permutation of arguments. */ /* Describe the part of ARGV that contains non-options that have been skipped. `first_nonopt' is the index in ARGV of the first of them; `last_nonopt' is the index after the last of them. */ int __first_nonopt; int __last_nonopt; #if defined _LIBC && defined USE_NONOPTION_FLAGS int __nonoption_flags_max_len; int __nonoption_flags_len; # endif }; /* The initializer is necessary to set OPTIND and OPTERR to their default values and to clear the initialization flag. */ #define _GETOPT_DATA_INITIALIZER { 1, 1 } extern int _getopt_internal_r (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, struct _getopt_data *__data, int posixly_correct); extern int _getopt_long_r (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data); extern int _getopt_long_only_r (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data); #endif /* getopt_int.h */ libcdio-2.0.0/src/iso-read.help2man0000664000175000017500000000035012151372731013763 00000000000000[NAME] iso-read \- reads portions of an ISO 9660 image [SEE ALSO] \&\f(CWiso-info(1)\fR for information about an ISO-9660 image. \&\f(CWcd-read(1)\fR to read portions of an ISO 9660 image. [AUTHOR] Rocky Bernstein libcdio-2.0.0/src/cddb.h0000644000175000017500000000340311223250374011672 00000000000000/* $Id: cddb.h,v 1.6 2008/06/25 08:01:54 rocky Exp $ Copyright (C) 2005, 2007, 2008, 2009 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ typedef struct cddb_opts_s { char *email; /* email to report to CDDB server. */ char *server; /* CDDB server to contact */ int port; /* port number to contact CDDB server. */ int http; /* 1 if use http proxy */ int timeout; bool disable_cache; /* If set the below is meaningless. */ char *cachedir; } cddb_opts_t; extern cddb_opts_t cddb_opts; /*! Compute the CDDB disk ID for an Audio disk. This is a funny checksum consisting of the concatenation of 3 things: the sum of the decimal digits of sizes of all tracks, the total length of the disk, and the number of tracks. */ uint32_t cddb_discid(CdIo_t *p_cdio, track_t i_tracks); #ifdef HAVE_CDDB #include typedef void (*error_fn_t) (const char *msg); bool init_cddb(CdIo_t *p_cdio, cddb_conn_t **pp_conn, cddb_disc_t **pp_cddb_disc, error_fn_t errmsg, track_t i_first_track, track_t i_tracks, int *i_cddb_matches); #endif libcdio-2.0.0/src/iso-info.10000664000175000017500000000370413222220206012430 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH ISO-INFO "1" "December 2017" "iso-info version 2.0.0 x86_64-pc-linux-gnu" "User Commands" .SH NAME iso-info \- shows Information about an ISO 9660 image .SH SYNOPSIS .B iso-info [\fI\,OPTION\/\fR...] .SH DESCRIPTION .TP \fB\-d\fR, \fB\-\-debug\fR=\fI\,UINT\/\fR Set debugging to LEVEL .TP \fB\-i\fR, \fB\-\-input\fR[=\fI\,FILE\/\fR] Filename to read ISO\-9960 image from .TP \fB\-f\fR Generate output similar to 'find . \fB\-print\fR' .TP \fB\-l\fR, \fB\-\-iso9660\fR output similar to 'ls \fB\-lR\fR' for an ISO 9660 fs .TP \fB\-U\fR, \fB\-\-udf\fR output similar to 'ls \fB\-lR\fR' for a UDF fs .TP \fB\-\-no\-header\fR Don't display header and copyright (for regression .TP \fB\-\-no\-joliet\fR Don't use Joliet\-extension information .TP \fB\-\-no\-rock\-ridge\fR Don't use Rock\-Ridge\-extension information .TP \fB\-\-no\-xa\fR Don't use XA\-extension information .TP \fB\-r\fR \fB\-\-show\-rock\-ridge\fR UINT Show if image uses Rock\-Ridge extensions A maximum of UINT files will be considered. Use 0 for all files. .TP \fB\-q\fR, \fB\-\-quiet\fR Don't produce warning output .TP \fB\-V\fR, \fB\-\-version\fR display version and copyright information and exit .SS "Help options:" .TP \-?, \fB\-\-help\fR Show this help message .TP \fB\-\-usage\fR Display brief usage message .SH AUTHOR Rocky Bernstein .SH COPYRIGHT Copyright \(co 2003\-2005, 2007\-2008, 2011\-2015, 2017 R. Bernstein .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Have driver: GNU/Linux ioctl and MMC driver Have driver: cdrdao (TOC) disk image driver Have driver: bin/cuesheet disk image driver Have driver: Nero NRG disk image driver Default CD\-ROM device: \fI\,/dev/cdrom\/\fP .SH "SEE ALSO" \&\f(CWcd-info(1)\fR for information about an ISO-9660 image. \&\f(CWcd-read(1)\fR to read portions of an ISO 9660 image. libcdio-2.0.0/src/iso-info.c0000664000175000017500000003616213217072760012534 00000000000000/* Copyright (C) 2004-2006, 2008, 2012-2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* ISO Info - prints various information about a ISO 9660 image. */ #include "getopt.h" #include "util.h" #undef err_exit #define err_exit(fmt, args...) \ report (stderr, "%s: "fmt, program_name, ##args); \ iso9660_close(p_iso); \ if (NULL != program_name) free(program_name); \ if (NULL != source_name) free(source_name); \ return(EXIT_FAILURE); #ifdef HAVE_CONFIG_H # include "config.h" #endif #ifdef HAVE_SYS_TYPES_H #include #endif #include #include #include #include #include #include #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_ERRNO_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_ALLOCA_H #include #endif #if 0 #define STRONG "\033[1m" #define NORMAL "\033[0m" #else #define STRONG "__________________________________\n" #define NORMAL "" #endif /* TODO: Find a better place from where cd-info can read it too. */ /* ECMA-119 allows only a depth of 8 directories. Nobody obeys. Rock Ridge allows path length 1023. This would be max depth 512. */ #define CDIO_MAX_DIR_RECURSION 512 /* Used by `main' to communicate with `parse_opt'. And global options */ static struct arguments { uint32_t debug_level; int version_only; int silent; int no_header; int no_joliet; int no_xa; int no_rock_ridge; int print_iso9660; int print_udf; int print_iso9660_short; int64_t show_rock_ridge; } opts; /* Configuration option codes */ enum { OP_HANDLED = 0, OP_USAGE, /* These are the remaining configuration options */ OP_VERSION, }; /* Parse a all options. */ static bool parse_options (int argc, char *argv[]) { int opt; int rc = EXIT_FAILURE; static const char helpText[] = "Usage: %s [OPTION...]\n" " -d, --debug=UINT Set debugging to LEVEL\n" " -i, --input[=FILE] Filename to read ISO-9960 image from\n" " -f Generate output similar to 'find . -print'\n" " -l, --iso9660 output similar to 'ls -lR' for an ISO 9660 fs\n" " -U, --udf output similar to 'ls -lR' for a UDF fs\n" " --no-header Don't display header and copyright (for regression\n" #ifdef HAVE_JOLIET " --no-joliet Don't use Joliet-extension information\n" #endif /*HAVE_JOLIET*/ " --no-rock-ridge Don't use Rock-Ridge-extension information\n" " --no-xa Don't use XA-extension information\n" " -r --show-rock-ridge UINT Show if image uses Rock-Ridge extensions\n" " A maximum of UINT files will be considered.\n" " Use 0 for all files.\n" " -q, --quiet Don't produce warning output\n" " -V, --version display version and copyright information and exit\n" "\n" "Help options:\n" " -?, --help Show this help message\n" " --usage Display brief usage message\n"; static const char usageText[] = "Usage: %s [-i|--input FILE] [-f] [-l|--iso9660] [-U|--udf]\n" " [--no-header] [--no-joliet] [--no-rock-ridge] [--show-rock-ridge] [--no-xa] [-q|--quiet]\n" " [-d|--debug INT] [-V|--version] [-?|--help] [--usage]\n"; static const char optionsString[] = "d:i::flUqV?"; static const struct option optionsTable[] = { {"debug", required_argument, NULL, 'd'}, {"input", optional_argument, NULL, 'i'}, {"iso9660", no_argument, NULL, 'l'}, {"udf", no_argument, NULL, 'U'}, {"no-header", no_argument, &opts.no_header, 1 }, #ifdef HAVE_JOLIET {"no-joliet", no_argument, &opts.no_joliet, 1 }, #endif /*HAVE_JOLIET*/ {"no-rock-ridge", no_argument, &opts.no_rock_ridge, 1 }, {"no-xa", no_argument, &opts.no_xa, 1 }, {"quiet", no_argument, NULL, 'q'}, {"show-rock-ridge", required_argument, NULL, 'r' }, {"version", no_argument, NULL, 'V'}, {"help", no_argument, NULL, '?' }, {"usage", no_argument, NULL, OP_USAGE }, { NULL, 0, NULL, 0 } }; program_name = strrchr(argv[0],'/'); program_name = program_name ? strdup(program_name+1) : strdup(argv[0]); while ((opt = getopt_long(argc, argv, optionsString, optionsTable, NULL)) >= 0) { switch (opt) { case 'd': opts.debug_level = atoi(optarg); break; case 'i': if (optarg != NULL) { if (NULL != source_name) free(source_name); source_name = strdup(optarg); break; } case 'f': opts.print_iso9660_short = 1; break; case 'l': opts.print_iso9660 = 1; break; case 'U': opts.print_udf = 1; break; case 'q': opts.silent = 1; break; case 'r': opts.show_rock_ridge = atoll(optarg); break; case 'V': opts.version_only = 1; break; case '?': fprintf(stdout, helpText, program_name); rc = EXIT_INFO; goto error_exit; case OP_USAGE: fprintf(stderr, usageText, program_name); rc = EXIT_INFO; goto error_exit; case OP_HANDLED: break; } } if (optind < argc) { const char *remaining_arg = argv[optind++]; if ( optind < argc ) { report( stderr, "%s: Source specified in previously %s and %s\n", program_name, source_name, remaining_arg ); goto error_exit; } if (NULL != source_name) free(source_name); source_name = strdup(remaining_arg); } return true; error_exit: free(program_name); exit(rc); } /* CDIO logging routines */ static void _log_handler (cdio_log_level_t level, const char message[]) { if (level == CDIO_LOG_DEBUG && opts.debug_level < 2) return; if (level == CDIO_LOG_INFO && opts.debug_level < 1) return; if (level == CDIO_LOG_WARN && opts.silent) return; if (level == CDIO_LOG_ERROR) { // print an error like default, but *don't* exit. fprintf (stderr, "**ERROR: %s\n", message); fflush (stderr); return; } gl_default_cdio_log_handler (level, message); } static void print_iso9660_recurse (iso9660_t *p_iso, const char psz_path[], unsigned int rec_counter) { CdioISO9660FileList_t *entlist; CdioISO9660DirList_t *p_dirlist = iso9660_dirlist_new(); CdioListNode_t *entnode; uint8_t i_joliet_level = iso9660_ifs_get_joliet_level(p_iso); char *translated_name = (char *) alloca(4096); size_t translated_name_size = 4096; entlist = iso9660_ifs_readdir (p_iso, psz_path); if (opts.print_iso9660) { printf ("%s:\n", psz_path); } if (NULL == entlist) { iso9660_dirlist_free(p_dirlist); report( stderr, "Error getting above directory information\n" ); return; } rec_counter++; if (rec_counter > CDIO_MAX_DIR_RECURSION) { iso9660_dirlist_free(p_dirlist); iso9660_filelist_free(entlist); report( stderr, "Directory recursion too deep. ISO most probably damaged.\n" ); return; } /* Iterate over files in this directory */ _CDIO_LIST_FOREACH (entnode, entlist) { iso9660_stat_t *p_statbuf = _cdio_list_node_data (entnode); char *psz_iso_name = p_statbuf->filename; char _fullname[4096] = { 0, }; if (strlen(psz_iso_name) >= translated_name_size) { translated_name_size = strlen(psz_iso_name)+1; } if (yep != p_statbuf->rr.b3_rock || 1 == opts.no_rock_ridge) { iso9660_name_translate_ext(psz_iso_name, translated_name, i_joliet_level); snprintf (_fullname, sizeof (_fullname), "%s%s", psz_path, translated_name); } else { snprintf (_fullname, sizeof (_fullname), "%s%s", psz_path, psz_iso_name); } strncat (_fullname, "/", sizeof(_fullname) - strlen(_fullname) - 1); if (p_statbuf->type == _STAT_DIR && strcmp (psz_iso_name, ".") && strcmp (psz_iso_name, "..")) _cdio_list_append (p_dirlist, strdup (_fullname)); if (opts.print_iso9660) { print_fs_attrs(p_statbuf, 0 == opts.no_rock_ridge, iso9660_ifs_is_xa(p_iso) && 0 == opts.no_xa, psz_iso_name, translated_name); } else { if ( strcmp (psz_iso_name, ".") && strcmp (psz_iso_name, "..")) printf("%9u %s%s\n", (unsigned int) p_statbuf->size, psz_path, yep == p_statbuf->rr.b3_rock ? psz_iso_name : translated_name); } } iso9660_filelist_free(entlist); if (opts.print_iso9660) { printf ("\n"); } /* Now recurse over the directories. */ _CDIO_LIST_FOREACH (entnode, p_dirlist) { char *_fullname = _cdio_list_node_data (entnode); print_iso9660_recurse (p_iso, _fullname, rec_counter); } iso9660_dirlist_free(p_dirlist); } static void print_iso9660_fs (iso9660_t *iso) { print_iso9660_recurse (iso, "/", 0); } static void print_udf_file_info(const udf_dirent_t *p_udf_dirent, const char* psz_dirname, const char *psz_filename) { time_t mod_time = udf_get_modification_time(p_udf_dirent); char date_str[30]; char psz_mode[11]="invalid"; const char *psz_fname= psz_filename ? psz_filename : udf_get_filename(p_udf_dirent); if (!opts.print_iso9660) { if (strcmp(psz_dirname, ".") != 0) { printf("%9lu ", (long unsigned int) udf_get_file_length(p_udf_dirent)); printf("/%s", psz_dirname); printf("%s\n", *psz_fname ? psz_fname : "/"); } return; } /* Print directory attributes*/ printf("%s ", udf_mode_string(udf_get_posix_filemode(p_udf_dirent), psz_mode)); /* fake uid/gid */ printf("0 0 "); printf("%3d ", udf_get_link_count(p_udf_dirent)); printf("%9lu ", (long unsigned int) udf_get_file_length(p_udf_dirent)); strftime(date_str, sizeof(date_str), "%b %d %Y %H:%M:%S ", localtime(&mod_time)); printf("%s %s", date_str, *psz_fname ? psz_fname : "/"); printf("\n"); } static void list_udf_files(udf_t *p_udf, udf_dirent_t *p_udf_dirent, const char *psz_path) { if (!p_udf_dirent) return; if (opts.print_iso9660) { printf ("\n/%s:\n", psz_path); } print_udf_file_info(p_udf_dirent, psz_path, "."); while (udf_readdir(p_udf_dirent)) { if (udf_is_dir(p_udf_dirent)) { udf_dirent_t *p_udf_dirent2 = udf_opendir(p_udf_dirent); if (p_udf_dirent2) { const char *psz_dirname = udf_get_filename(p_udf_dirent); const unsigned int i_newlen=2 + strlen(psz_path) + strlen(psz_dirname); char *psz_newpath = calloc(1, sizeof(char)*i_newlen); snprintf(psz_newpath, i_newlen, "%s%s/", psz_path, psz_dirname); list_udf_files(p_udf, p_udf_dirent2, psz_newpath); free(psz_newpath); } } else { print_udf_file_info(p_udf_dirent, psz_path, NULL); } } } static int print_udf_fs (void) { udf_t *p_udf; p_udf = udf_open (source_name); if (NULL == p_udf) { fprintf(stderr, "Sorry, couldn't open %s as something using UDF\n", source_name); return 1; } else { udf_dirent_t *p_udf_root = udf_get_root(p_udf, true, 0); if (NULL == p_udf_root) { fprintf(stderr, "Sorry, couldn't find / in %s\n", source_name); return 1; } list_udf_files(p_udf, p_udf_root, ""); } udf_close(p_udf); return 0; } /* Initialize global variables. */ static void init(void) { gl_default_cdio_log_handler = cdio_log_set_handler (_log_handler); /* Default option values. */ opts.silent = false; opts.no_header = false; opts.no_joliet = 0; opts.no_rock_ridge = 0; opts.no_xa = 0; opts.debug_level = 0; opts.print_iso9660 = 0; opts.print_iso9660_short = 0; opts.show_rock_ridge = -1; } #define print_vd_info(title, fn) \ if (fn(p_iso, &psz_str)) { \ printf(title ": %s\n", psz_str); \ } \ free(psz_str); \ psz_str = NULL; /* ------------------------------------------------------------------------ */ int main(int argc, char *argv[]) { iso9660_t *p_iso=NULL; iso_extension_mask_t iso_extension_mask = ISO_EXTENSION_ALL; init(); /* Parse our arguments; every option seen by `parse_opt' will be reflected in `arguments'. */ parse_options(argc, argv); print_version(program_name, CDIO_VERSION, opts.no_header, opts.version_only); if (opts.debug_level == 3) { cdio_loglevel_default = CDIO_LOG_INFO; } else if (opts.debug_level >= 4) { cdio_loglevel_default = CDIO_LOG_DEBUG; } if (source_name==NULL) { err_exit("No input device given/found%s\n", ""); } if (opts.no_joliet) { iso_extension_mask &= ~ISO_EXTENSION_JOLIET; } p_iso = iso9660_open_ext (source_name, iso_extension_mask); if (p_iso==NULL) { err_exit("Error in opening ISO-9660 image%s\n", ""); } if (opts.silent == 0) { char *psz_str = NULL; uint8_t u_joliet_level = iso9660_ifs_get_joliet_level(p_iso); printf(STRONG "ISO 9660 image: %s\n", source_name); print_vd_info("Application ", iso9660_ifs_get_application_id); print_vd_info("Preparer ", iso9660_ifs_get_preparer_id); print_vd_info("Publisher ", iso9660_ifs_get_publisher_id); print_vd_info("System ", iso9660_ifs_get_system_id); print_vd_info("Volume ", iso9660_ifs_get_volume_id); print_vd_info("Volume Set ", iso9660_ifs_get_volumeset_id); if (opts.show_rock_ridge >= 0) { switch (iso9660_have_rr(p_iso, (uint64_t) opts.show_rock_ridge)) { case yep: printf("Rock Ridge : yes\n"); break; case nope: printf("Rock Ridge : no\n"); break; case dunno: printf("Rock Ridge : possibly not\n"); } } if (u_joliet_level == 0) { printf("No Joliet extensions\n"); } else { printf("Joliet Level: %u\n", u_joliet_level); } } if (opts.print_iso9660 || opts.print_iso9660_short) { printf(STRONG "ISO-9660 Information\n" NORMAL); if (opts.print_iso9660 && opts.print_iso9660_short) { printf("Note: both -f and -l options given -- " "-l (long listing) takes precidence\n"); } print_iso9660_fs(p_iso); } else if (opts.print_udf) { print_udf_fs(); } free(source_name); iso9660_close(p_iso); /* Not reached:*/ free(program_name); return(EXIT_SUCCESS); } libcdio-2.0.0/src/Makefile.am0000664000175000017500000000701413217072766012701 00000000000000# Copyright (C) 2003, 2004, 2006, 2008, 2012, 2017 Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . GETOPT_C = getopt.c getopt1.c noinst_HEADERS = cddb.h getopt.h util.h #################################################### # Things to make the utility/diagnostic programs #################################################### CDDB_LIBS=@CDDB_LIBS@ CDDA_PLAYER_LIBS=@CDDA_PLAYER_LIBS@ if BUILD_CDDA_PLAYER cdda_player_SOURCES = cdda-player.c cddb.c cddb.h $(GETOPT_C) cdda_player_LDADD = $(LIBCDIO_LIBS) $(CDDB_LIBS) $(CDDA_PLAYER_LIBS) bin_cdda_player = cdda-player endif if BUILD_CD_DRIVE cd_drive_SOURCES = cd-drive.c util.c util.h $(GETOPT_C) cd_drive_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) bin_cd_drive = cd-drive man_cd_drive = cd-drive.1 endif if BUILD_CDINFO cd_info_SOURCES = cd-info.c cddb.c cddb.h util.c util.h $(GETOPT_C) cd_info_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(CDDB_LIBS) $(VCDINFO_LIBS) $(LTLIBICONV) bin_cd_info = cd-info man_cd_info = cd-info.1 endif if BUILD_CDINFO_LINUX cdinfo_linux_SOURCES = cdinfo-linux.c cdinfo_linux_LDADD = $(LIBCDIO_LIBS) bin_cdinfo_linux = cdinfo-linux endif if BUILD_CD_READ cd_read_SOURCES = cd-read.c util.c util.h $(GETOPT_C) cd_read_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) bin_cd_read = cd-read man_cd_read = cd-read.1 endif if BUILD_ISO_INFO iso_info_SOURCES = iso-info.c util.c util.h $(GETOPT_C) iso_info_LDADD = $(LIBUDF_LIBS) $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) bin_iso_info = iso-info man_iso_info = iso-info.1 endif if BUILD_ISO_READ iso_read_SOURCES = iso-read.c util.c util.h $(GETOPT_C) iso_read_LDADD = $(LIBUDF_LIBS) $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) bin_iso_read = iso-read man_iso_read = iso-read.1 endif mmc_tool_SOURCES = mmc-tool.c util.c util.h $(GETOPT_C) mmc_tool_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV) bin_mmc_tool = mmc-tool bin_PROGRAMS = $(bin_cd_drive) $(bin_cd_info) $(bin_cdinfo_linux) $(bin_cd_read) $(bin_iso_info) $(bin_iso_read) $(bin_cdda_player) $(bin_mmc_tool) AM_CPPFLAGS = -I$(top_srcdir) $(LIBCDIO_CFLAGS) $(VCDINFO_CFLAGS) $(CDDB_CFLAGS) man_MANS = $(man_cd_drive) $(man_cd_info) $(man_cd_read) $(man_iso_read) $(man_iso_info) EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \ iso-info.help2man iso-read.help2man $(GETOPT_C) getopt_int.h \ $(man_MANS) if MAINTAINER_MODE $(man_MANS): %.1: %$(EXEEXT) %.help2man -$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --libtool -o $@ ./$< endif MAINTAINERCLEANFILES = $(man_MANS) MOSTLYCLEANFILES = *.orig *.rej *.dSYM .libs mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -fr $(MOSTLYCLEANFILES) -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) libcdio-2.0.0/src/mmc-tool.c0000664000175000017500000003447313217072760012543 00000000000000/* Copyright (C) 2006, 2008, 2010-2011, 2014, 2017 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* A program to using the MMC interface to list CD and drive features from the MMC GET_CONFIGURATION command . */ #include "util.h" #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #include #include #include #include "getopt.h" /* Configuration option codes */ typedef enum { OPT_HANDLED = 0, OPT_USAGE, OPT_DRIVE_CAP, OPT_VERSION, } option_t; typedef enum { /* These are the remaining configuration options */ OP_FINISHED = 0, OP_BLOCKSIZE, OP_CLOSETRAY, OP_EJECT, OP_IDLE, OP_INQUIRY, OP_MODE_SENSE_2A, OP_MCN, OP_SPEED, } operation_enum_t; typedef struct { operation_enum_t op; union { long int i_num; char * psz; } arg; } operation_t; enum { MAX_OPS = 10 }; static unsigned int last_op = 0; static operation_t operation[MAX_OPS] = { {OP_FINISHED, {0}} }; static void push_op(operation_t *p_op) { if (last_op < MAX_OPS) { memcpy(&operation[last_op], p_op, sizeof(operation_t)); last_op++; } } /* Parse command-line options. */ static bool parse_options (int argc, char *argv[]) { int opt; int rc = EXIT_FAILURE; operation_t op; int i_blocksize = 0; static const char helpText[] = "Usage: %s [OPTION...]\n" " Issues libcdio Multimedia commands. Operations occur in the order\n" " in which the options are given and a given operation may appear\n" " more than once to have it run more than once.\n" "options: \n" " -b, --blocksize[=INT] set blocksize. If no block size or a \n" " zero blocksize is given we return the\n" " current setting.\n" " -C, --drive-cap [6|10] print mode sense 2a data\n" " using 6-byte or 10-byte form\n" " -c, --close drive close drive via ALLOW_MEDIUM_REMOVAL\n" " -e, --eject [drive] eject drive via ALLOW_MEDIUM_REMOVAL\n" " and a MMC START/STOP command\n" " -I, --idle set CD-ROM to idle or power down\n" " via MMC START/STOP command\n" " -i, --inquiry print HW info via INQUIRY\n" " -m, --mcn get media catalog number (AKA UPC)\n" " -s, --speed-KB=INT Set drive speed to SPEED K bytes/sec\n" " Note: 1x = 176 KB/s \n" " -S, --speed-X=INT Set drive speed to INT X\n" " Note: 1x = 176 KB/s \n" " -V, --version display version and copyright information\n" " and exit\n" "\n" "Help options:\n" " -?, --help Show this help message\n" " --usage Display brief usage message\n"; static const char usageText[] = "Usage: %s [-b|--blocksize[=INT]] [-m|--mcn]\n" " [-I|--idle] [-I|inquiry] [-m[-s|--speed-KB INT]\n" " [-V|--version] [-?|--help] [--usage]\n"; /* Command-line options */ static const char optionsString[] = "b::c:C::e::Iis:V?"; const struct option optionsTable[] = { {"blocksize", optional_argument, &i_blocksize, 'b' }, {"close", required_argument, NULL, 'c'}, {"drive-cap", optional_argument, NULL, 'C'}, {"eject", optional_argument, NULL, 'e'}, {"idle", no_argument, NULL, 'I'}, {"inquiry", no_argument, NULL, 'i'}, {"mcn", no_argument, NULL, 'm'}, {"speed-KB", required_argument, NULL, 's'}, {"speed-X", required_argument, NULL, 'S'}, {"version", no_argument, NULL, 'V'}, {"help", no_argument, NULL, '?' }, {"usage", no_argument, NULL, OPT_USAGE }, { NULL, 0, NULL, 0 } }; while ((opt = getopt_long(argc, argv, optionsString, optionsTable, NULL)) >= 0) switch (opt) { case 'b': op.op = OP_BLOCKSIZE; op.arg.i_num = i_blocksize; push_op(&op); break; case 'C': op.arg.i_num = optarg ? atoi(optarg) : 10; switch (op.arg.i_num) { case 10: op.op = OP_MODE_SENSE_2A; op.arg.i_num = 10; push_op(&op); break; case 6: op.op = OP_MODE_SENSE_2A; op.arg.i_num = 6; push_op(&op); break; default: report( stderr, "%s: Expecting 6 or 10 or nothing\n", program_name ); } break; case 'c': op.op = OP_CLOSETRAY; op.arg.psz = strdup(optarg); push_op(&op); break; case 'e': op.op = OP_EJECT; op.arg.psz=NULL; if (optarg) op.arg.psz = strdup(optarg); push_op(&op); break; case 'i': op.op = OP_INQUIRY; op.arg.psz=NULL; push_op(&op); break; case 'I': op.op = OP_IDLE; op.arg.psz=NULL; push_op(&op); break; case 'm': op.op = OP_MCN; op.arg.psz=NULL; push_op(&op); break; case 's': op.op = OP_SPEED; op.arg.i_num=atoi(optarg); push_op(&op); break; case 'S': op.op = OP_SPEED; op.arg.i_num=176 * atoi(optarg); push_op(&op); break; case 'V': print_version(program_name, VERSION, 0, true); rc = EXIT_SUCCESS; goto error_exit; case '?': fprintf(stdout, helpText, program_name); goto error_exit; case OPT_USAGE: fprintf(stderr, usageText, program_name); goto error_exit; case OPT_HANDLED: break; } if (optind < argc) { const char *remaining_arg = argv[optind++]; if (source_name != NULL) { report( stderr, "%s: Source specified in option %s and as %s\n", program_name, source_name, remaining_arg ); goto error_exit; } source_name = strdup(remaining_arg); if (optind < argc) { report( stderr, "%s: Source specified in previously %s and %s\n", program_name, source_name, remaining_arg ); free(source_name); goto error_exit; } } return true; error_exit: free(program_name); exit(rc); } static void _log_handler (cdio_log_level_t level, const char message[]) { if (level == CDIO_LOG_ERROR) { // print an error like default, but *don't* exit. fprintf (stderr, "**ERROR: %s\n", message); fflush (stderr); return; } gl_default_cdio_log_handler (level, message); } static void init(const char *argv0) { gl_default_cdio_log_handler = cdio_log_set_handler (_log_handler); program_name = strrchr(argv0,'/'); program_name = program_name ? strdup(program_name+1) : strdup(argv0); } static void print_mode_sense (unsigned int i_mmc_size, const uint8_t buf[30]) { printf("Mode sense %d information\n", i_mmc_size); if (buf[2] & 0x01) { printf("\tReads CD-R media.\n"); } if (buf[2] & 0x02) { printf("\tReads CD-RW media.\n"); } if (buf[2] & 0x04) { printf("\tReads fixed-packet tracks when Addressing type is method 2.\n"); } if (buf[2] & 0x08) { printf("\tReads DVD ROM media.\n"); } if (buf[2] & 0x10) { printf("\tReads DVD-R media.\n"); } if (buf[2] & 0x20) { printf("\tReads DVD-RAM media.\n"); } if (buf[2] & 0x40) { printf("\tReads DVD-RAM media.\n"); } if (buf[3] & 0x01) { printf("\tWrites CD-R media.\n"); } if (buf[3] & 0x02) { printf("\tWrites CD-RW media.\n"); } if (buf[3] & 0x04) { printf("\tSupports emulation write.\n"); } if (buf[3] & 0x10) { printf("\tWrites DVD-R media.\n"); } if (buf[3] & 0x20) { printf("\tWrites DVD-RAM media.\n"); } if (buf[4] & 0x01) { printf("\tCan play audio.\n"); } if (buf[4] & 0x02) { printf("\tDelivers composition A/V stream.\n"); } if (buf[4] & 0x04) { printf("\tSupports digital output on port 2.\n"); } if (buf[4] & 0x08) { printf("\tSupports digital output on port 1.\n"); } if (buf[4] & 0x10) { printf("\tReads Mode-2 form 1 (e.g. XA) media.\n"); } if (buf[4] & 0x20) { printf("\tReads Mode-2 form 2 media.\n"); } if (buf[4] & 0x40) { printf("\tReads multi-session CD media.\n"); } if (buf[4] & 0x80) { printf("\tSupports Buffer under-run free recording on CD-R/RW media.\n"); } if (buf[4] & 0x01) { printf("\tCan read audio data with READ CD.\n"); } if (buf[4] & 0x02) { printf("\tREAD CD data stream is accurate.\n"); } if (buf[5] & 0x04) { printf("\tReads R-W subchannel information.\n"); } if (buf[5] & 0x08) { printf("\tReads de-interleaved R-W subchannel.\n"); } if (buf[5] & 0x10) { printf("\tSupports C2 error pointers.\n"); } if (buf[5] & 0x20) { printf("\tReads ISRC information.\n"); } if (buf[5] & 0x40) { printf("\tReads ISRC informaton.\n"); } if (buf[5] & 0x40) { printf("\tReads media catalog number (MCN also known as UPC).\n"); } if (buf[5] & 0x80) { printf("\tReads bar codes.\n"); } if (buf[6] & 0x01) { printf("\tPREVENT/ALLOW may lock media.\n"); } printf("\tLock state is %slocked.\n", (buf[6] & 0x02) ? "" : "un"); printf("\tPREVENT/ALLOW jumper is %spresent.\n", (buf[6] & 0x04) ? "": "not "); if (buf[6] & 0x08) { printf("\tEjects media with START STOP UNIT.\n"); } { const unsigned int i_load_type = (buf[6]>>5 & 0x07); printf("\tLoading mechanism type is %d: ", i_load_type); switch (buf[6]>>5 & 0x07) { case 0: printf("caddy type loading mechanism.\n"); break; case 1: printf("tray type loading mechanism.\n"); break; case 2: printf("popup type loading mechanism.\n"); break; case 3: printf("reserved\n"); break; case 4: printf("changer with individually changeable discs.\n"); break; case 5: printf("changer using Magazine mechanism.\n"); break; case 6: printf("changer using Magazine mechanism.\n"); break; default: printf("Invalid.\n"); break; } } if (buf[7] & 0x01) { printf("\tVolume controls each channel separately.\n"); } if (buf[7] & 0x02) { printf("\tHas a changer that supports disc present reporting.\n"); } if (buf[7] & 0x04) { printf("\tCan load empty slot in changer.\n"); } if (buf[7] & 0x08) { printf("\tSide change capable.\n"); } if (buf[7] & 0x10) { printf("\tReads raw R-W subchannel information from lead in.\n"); } { const unsigned int i_speed_Kbs = CDIO_MMC_GETPOS_LEN16(buf, 8); printf("\tMaximum read speed is %d K bytes/sec (about %dX)\n", i_speed_Kbs, i_speed_Kbs / 176) ; } printf("\tNumber of Volume levels is %d\n", CDIO_MMC_GETPOS_LEN16(buf, 10)); printf("\tBuffers size for data is %d KB\n", CDIO_MMC_GETPOS_LEN16(buf, 12)); printf("\tCurrent read speed is %d KB\n", CDIO_MMC_GETPOS_LEN16(buf, 14)); printf("\tMaximum write speed is %d KB\n", CDIO_MMC_GETPOS_LEN16(buf, 18)); printf("\tCurrent write speed is %d KB\n", CDIO_MMC_GETPOS_LEN16(buf, 28)); } int main(int argc, char *argv[]) { CdIo_t *p_cdio; driver_return_code_t rc = DRIVER_OP_SUCCESS; unsigned int i; init(argv[0]); parse_options(argc, argv); p_cdio = cdio_open (source_name, DRIVER_DEVICE); if (NULL == p_cdio) { printf("Couldn't find CD\n"); rc = 1; goto exit; } for (i=0; i < last_op; i++) { const operation_t *p_op = &operation[i]; switch (p_op->op) { case OP_SPEED: rc = mmc_set_speed(p_cdio, p_op->arg.i_num, 0); report(stdout, "%s (mmc_set_speed): %s\n", program_name, cdio_driver_errmsg(rc)); break; case OP_BLOCKSIZE: if (p_op->arg.i_num) { driver_return_code_t blocksize_rc = mmc_set_blocksize(p_cdio, p_op->arg.i_num); report(stdout, "%s (mmc_set_blocksize): %s\n", program_name, cdio_driver_errmsg(blocksize_rc)); } else { int i_blocksize = mmc_get_blocksize(p_cdio); if (i_blocksize > 0) { report(stdout, "%s (mmc_get_blocksize): %d\n", program_name, i_blocksize); } else { report(stdout, "%s (mmc_get_blocksize): can't retrieve.\n", program_name); } } break; case OP_MODE_SENSE_2A: { uint8_t buf[30] = { 0, }; /* Place to hold returned data */ if (p_op->arg.i_num == 10) { rc = mmc_mode_sense_10(p_cdio, buf, sizeof(buf), CDIO_MMC_CAPABILITIES_PAGE); } else { rc = mmc_mode_sense_6(p_cdio, buf, sizeof(buf), CDIO_MMC_CAPABILITIES_PAGE); } if (DRIVER_OP_SUCCESS == rc) { print_mode_sense(p_op->arg.i_num, buf); } else { report(stdout, "%s (mmc_mode_sense 2a - drive_cap %d): %s\n", program_name, p_op->arg.i_num, cdio_driver_errmsg(rc)); } } break; case OP_CLOSETRAY: rc = mmc_close_tray(p_cdio); report(stdout, "%s (mmc_close_tray): %s\n", program_name, cdio_driver_errmsg(rc)); free(p_op->arg.psz); break; case OP_EJECT: rc = mmc_eject_media(p_cdio); report(stdout, "%s (mmc_eject_media): %s\n", program_name, cdio_driver_errmsg(rc)); if (p_op->arg.psz) free(p_op->arg.psz); break; case OP_IDLE: rc = mmc_start_stop_unit(p_cdio, false, false, true, 0); report(stdout, "%s (mmc_start_stop_media - powerdown): %s\n", program_name, cdio_driver_errmsg(rc)); break; case OP_INQUIRY: { cdio_hwinfo_t hw_info = { "", "", ""}; if (mmc_get_hwinfo(p_cdio, &hw_info)) { printf("%-8s: %s\n%-8s: %s\n%-8s: %s\n", "Vendor" , hw_info.psz_vendor, "Model" , hw_info.psz_model, "Revision", hw_info.psz_revision); } else { report(stdout, "%s (mmc_gpcmd_inquiry error)\n", program_name); } } break; case OP_MCN: { char *psz_mcn = mmc_get_mcn(p_cdio); if (psz_mcn) { report(stdout, "%s (mmc_get_mcn): %s\n", program_name, psz_mcn); cdio_free(psz_mcn); } else report(stdout, "%s (mmc_get_mcn): can't retrieve\n", program_name); } break; default: ; } } exit: free(source_name); free(program_name); cdio_destroy(p_cdio); return rc; } libcdio-2.0.0/src/util.h0000644000175000017500000000763211727007514011770 00000000000000/* Copyright (C) 2003, 2004, 2005, 2008, 2011, 2012 Rocky Bernstein This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . */ /* Miscellaneous things common to standalone programs. */ #ifndef UTIL_H #define UTIL_H #if defined(HAVE_CONFIG_H) && !defined(__CDIO_CONFIG_H__) # include "config.h" # define __CDIO_CONFIG_H__ 1 #endif #include #include #include #ifdef HAVE_STDIO_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STRING_H #include #endif #ifdef HAVE_STRINGS_H #include #endif #include #ifdef HAVE_STDARG_H /* Get a definition for va_list. */ #include #endif /* FreeBSD 4 has getopt in unistd.h. So we include that before getopt.h */ #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_GETOPT_H #include #endif #ifdef ENABLE_NLS # include # include # define _(String) dgettext ("cdinfo", String) #else /* Stubs that do something close enough. */ # define _(String) (String) #endif /* The following test is to work around the gross typo in systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE is defined to 0, not 1. */ #if !EXIT_FAILURE # undef EXIT_FAILURE # define EXIT_FAILURE 1 #endif #ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 #endif #ifndef EXIT_INFO # define EXIT_INFO 100 #endif #define DEBUG 1 #if DEBUG #define dbg_print(level, s, args...) \ if (opts.debug_level >= level) \ report(stderr, "%s: "s, __func__ , ##args) #else #define dbg_print(level, s, args...) #endif #define err_exit(fmt, args...) \ report(stderr, "%s: "fmt, program_name, ##args); \ myexit(p_cdio, EXIT_FAILURE) typedef enum { INPUT_AUTO, INPUT_DEVICE, INPUT_BIN, INPUT_CUE, INPUT_NRG, INPUT_CDRDAO, INPUT_UNKNOWN } source_image_t; extern char *source_name; extern char *program_name; extern cdio_log_handler_t gl_default_cdio_log_handler; /*! Common error exit routine which frees p_cdio. rc is the return code to pass to exit. */ void myexit(CdIo_t *p_cdio, int rc); /*! Print our version string */ void print_version (char *psz_program, const char *psz_version, int no_header, bool version_only); /*! Device input routine. If successful we return an open CdIo_t pointer. On error the program exits. */ CdIo_t * open_input(const char *psz_source, source_image_t source_image, const char *psz_access_mode); /*! On Unixish OS's we fill out the device name, from a short name. For example cdrom might become /dev/cdrom. */ char *fillout_device_name(const char *device_name); /*! Prints out SCSI-MMC drive features */ void print_mmc_drive_features(CdIo *p_cdio); /*! Prints out drive capabilities */ void print_drive_capabilities(cdio_drive_read_cap_t p_read_cap, cdio_drive_write_cap_t p_write_cap, cdio_drive_misc_cap_t p_misc_cap); /*! Common place for output routine. In some environments, like XBOX, it may not be desireable to send output to stdout and stderr. */ void report (FILE *stream, const char *psz_format, ...); /* Prints "ls"-like file attributes */ void print_fs_attrs(iso9660_stat_t *p_statbuf, bool b_rock, bool b_xa, const char *psz_name_untranslated, const char *psz_name_translated); #endif /* UTIL_H */ libcdio-2.0.0/MSVC/0000775000175000017500000000000013222221716010667 500000000000000libcdio-2.0.0/MSVC/config.h0000644000175000017500000001204611727007514012234 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* compiler does lsbf in struct bitfields */ #undef BITFIELD_LSBF /* Define 1 if you are compiling using cygwin */ #undef CYGWIN /* what to put between the brackets for empty arrays */ #define EMPTY_ARRAY_SIZE /* Define 1 if you have BSDI-type CD-ROM support */ #undef HAVE_BSDI_CDROM /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO /* Define this if you have libcddb installed */ #undef HAVE_CDDB /* Define to 1 if you have the header file. */ #undef HAVE_COREFOUNDATION_CFBASE_H /* Define 1 if you have Darwin OS X-type CD-ROM support */ #undef HAVE_DARWIN_CDROM /* Define if time.h defines extern long timezone and int daylight vars. */ #undef HAVE_DAYLIGHT /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_DVD_H /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define 1 if you have FreeBSD CD-ROM support */ #undef HAVE_FREEBSD_CDROM /* Define to 1 if you have the header file. */ #undef HAVE_GLOB_H /* Define if you have the iconv() function. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #undef HAVE_IOKIT_IOKITLIB_H /* Supports ISO _Pragma() macro */ #undef HAVE_ISOC99_PRAGMA /* Define 1 if you want ISO-9660 Joliet extension support. You must have also libiconv installed to get Joliet extension support. */ #undef HAVE_JOLIET /* Define if you have and nl_langinfo(CODESET). */ #undef HAVE_LANGINFO_CODESET /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define 1 if you have Linux-type CD-ROM support */ #undef HAVE_LINUX_CDROM /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_CDROM_H /* Define 1 if timeout is in cdrom_generic_command struct */ #undef HAVE_LINUX_CDROM_TIMEOUT /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_VERSION_H /* Define to 1 if you have the `memcpy' function. */ #define HAVE_MEMCPY 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF /* Define 1 if you have Solaris CD-ROM support */ #undef HAVE_SOLARIS_CDROM /* Define to 1 if you have the header file. */ #undef HAVE_STDBOOL_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #define HAVE_STDIO_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #undef HAVE_SYS_CDIO_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define if struct tm has the tm_gmtoff member. */ #undef HAVE_TM_GMTOFF /* Define if time.h defines extern extern char *tzname[2] variable */ #undef HAVE_TZNAME /* Define to 1 if you have the `tzset' function. */ #undef HAVE_TZSET /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define this if you have libvcdinfo installed */ #undef HAVE_VCDINFO /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF /* Define 1 if you have MinGW CD-ROM support */ #define HAVE_WIN32_CDROM 1 /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST /* Define 1 if you are compiling using MinGW */ #undef MINGW32 /* Name of package */ #define PACKAGE "libcdio" /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #define PACKAGE_NAME "libcdio" /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #define PACKAGE_VERSION 1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #define inline libcdio-2.0.0/MSVC/cd-info.vcproj0000644000175000017500000002372611727007514013371 00000000000000 libcdio-2.0.0/MSVC/libcdio.vcproj0000644000175000017500000003217211727007514013452 00000000000000 libcdio-2.0.0/MSVC/README0000644000175000017500000000066511727007514011502 00000000000000Files in this directory are for compiling with Microsoft Visual C. They are courtesy of John Oseman (mog) and Pete Batard . The extract, driver, iso9660 and udf projects require Visual Studio 2010 or later. To compile your own project, you will probably need to add the missing/ directory to your include path, as it provides stdint.h, inttypes.h and unistd.h that provide some of the missing types required by libcdio. libcdio-2.0.0/MSVC/libcdio.sln0000644000175000017500000000410411727007514012735 00000000000000Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcdio", "libcdio.vcproj", "{E465056A-C6F3-45EE-B791-CAF8E0CE629D}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cd-info", "cd-info.vcproj", "{8E55CFDB-5E38-4A07-84F8-36939C825735}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release XBOX_Debug = XBOX_Debug XBOX_Release = XBOX_Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {E465056A-C6F3-45EE-B791-CAF8E0CE629D}.Debug.ActiveCfg = Debug|Win32 {E465056A-C6F3-45EE-B791-CAF8E0CE629D}.Debug.Build.0 = Debug|Win32 {E465056A-C6F3-45EE-B791-CAF8E0CE629D}.Release.ActiveCfg = Release|Win32 {E465056A-C6F3-45EE-B791-CAF8E0CE629D}.Release.Build.0 = Release|Win32 {E465056A-C6F3-45EE-B791-CAF8E0CE629D}.XBOX_Debug.ActiveCfg = XBOX_Debug|Xbox {E465056A-C6F3-45EE-B791-CAF8E0CE629D}.XBOX_Debug.Build.0 = XBOX_Debug|Xbox {E465056A-C6F3-45EE-B791-CAF8E0CE629D}.XBOX_Release.ActiveCfg = XBOX_Release|Xbox {E465056A-C6F3-45EE-B791-CAF8E0CE629D}.XBOX_Release.Build.0 = XBOX_Release|Xbox {8E55CFDB-5E38-4A07-84F8-36939C825735}.Debug.ActiveCfg = Debug|Win32 {8E55CFDB-5E38-4A07-84F8-36939C825735}.Debug.Build.0 = Debug|Win32 {8E55CFDB-5E38-4A07-84F8-36939C825735}.Release.ActiveCfg = Release|Win32 {8E55CFDB-5E38-4A07-84F8-36939C825735}.Release.Build.0 = Release|Win32 {8E55CFDB-5E38-4A07-84F8-36939C825735}.XBOX_Debug.ActiveCfg = XBOX_Debug|Xbox {8E55CFDB-5E38-4A07-84F8-36939C825735}.XBOX_Debug.Build.0 = XBOX_Debug|Xbox {8E55CFDB-5E38-4A07-84F8-36939C825735}.XBOX_Release.ActiveCfg = XBOX_Release|Xbox {8E55CFDB-5E38-4A07-84F8-36939C825735}.XBOX_Release.Build.0 = XBOX_Release|Xbox EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal libcdio-2.0.0/COPYING0000644000175000017500000010451311710153126011073 00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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 3 of the License, or (at your option) any later version. This program 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 this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . libcdio-2.0.0/make-check-filter.pl0000775000175000017500000000143212251207534013655 00000000000000#!/usr/bin/env perl # Use this to cut out the crud from make check. # Use like this: # make check 2>&1 | ruby ../make-check-filter.pl # See Makefile.am my @pats = ("^ CC", "^ CXX", '^(re|g)?make\[', "^(re|g)?make ", "Making check in", '^[+]{2} WARN: ', '^m4/', # doesn't work always '^configure.ac', # doesn't work always '^ cd \.\.', # doesn't work always '^config.status', # doesn't work always "^ vcd_demo.right", '^-- ', '^-+$', '^##<<+$', '^##>>+$', '`.+\' is up to date.$', '^\s*$'); my $pats = "(" . join("|", @pats) . ')'; # print "$pats\n"; my $skip_re = /${pats}/; # open(STDIN, '<', '/etc/hosts') # or die "cannot open > /etc/hosts: $!"; while () { next if $_ =~ /$pats/; print $_; } libcdio-2.0.0/depcomp0000755000175000017500000005601613222217404011421 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program 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, or (at your option) # any later version. # This program 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 this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libcdio-2.0.0/missing0000755000175000017500000001533013222217403011434 00000000000000#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program 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, or (at your option) # any later version. # This program 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 this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=http://www.perl.org/ flex_URL=http://flex.sourceforge.net/ gnu_software_URL=http://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libcdio-2.0.0/make-check-filter.rb0000775000175000017500000000125112043000043013625 00000000000000#!/usr/bin/env ruby # Use this to cut out the crud from make check. # Use like this: # make check 2>&1 | ruby ../make-check-filter.rb # See Makefile.am pats = '(' + ["^ CC", "^ CXX", '^(re|g)?make\[', "^(re|g)?make ", "Making check in", '^[+]{2} WARN: ', '^m4/', # doesn't work always '^configure.ac', # doesn't work always '^ cd \.\.', # doesn't work always '^config.status', # doesn't work always "^ vcd_demo.right", '^-- ', '^-+$', '^##<<+$', '^##>>+$', '`.+\' is up to date.$', '^\s*$', ].join('|') + ')' # puts pats skip_re = /#{pats}/ while gets() next if $_ =~ skip_re puts $_ end libcdio-2.0.0/ChangeLog0000664000175000017500000207611313222221716011623 000000000000002017-12-31 R. Bernstein * NEWS, THANKS, configure.ac, doc/how-to-make-a-release.txt: Get ready for release 2.0.0 2017-12-29 R. Bernstein * configure.ac, example/mmc3.c, example/sample4.c, lib/driver/gnu_linux.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c, src/cdda-player.c, test/driver/cdda.c, test/driver/mmc_read.c, test/testgetdevices.c, test/testiso9660.c, test/testisocd.c: Memory leaks and lint found from clang "scan_build" 2017-12-24 R. Bernstein * configure.ac: RC3 2017-12-23 R. Bernstein * configure.ac, lib/driver/_cdio_generic.c: Removed wrong line 2017-12-22 R. Bernstein * lib/driver/_cdio_generic.c: Fix double free courtesy of Chris Clayton 2017-12-21 R. Bernstein * NEWS: Update NEWS again 2017-12-21 R. Bernstein * : commit 48176cc51a183ff52fab338f6bca3033746e3a5f Merge: 872898b6 6dc697d2 Author: R. Bernstein Date: Thu Dec 21 23:26:02 2017 -0500 2017-12-21 R. Bernstein * : commit 6dc697d29a885d87ce37897ba977bd2421c0b32d Author: R. Bernstein Date: Thu Dec 21 23:16:17 2017 -0500 2017-12-21 R. Bernstein * NEWS: Wordsmith NEWS 2017-12-21 R. Bernstein * NEWS, configure.ac, lib/cdio++/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/udf/Makefile.am: rc1 candidate - update news, bump SO numbers 2017-12-21 R. Bernstein * lib/driver/device.c, lib/driver/netbsd.c, src/cd-info.c: Add NetBSD drive detection; correct drive detection in cd-info.c Patches from Onno van der Linden 2017-12-20 R. Bernstein * example/cdtext-raw.c: Windows tolerance in cdtest-raw program 2017-12-20 R. Bernstein * test/testgetdevices.c: Remove MingGW compile warning in a test 2017-12-20 R. Bernstein * src/Makefile.am, test/check_common_fn.in, test/driver/realpath.c: Correct realpath for memleaks and MinGW; fix src/Makefile clean target 2017-12-19 R. Bernstein * example/.gitignore, example/Makefile.am, src/Makefile.am: "make clean" administrivia Clean OSX schmutz and .libs 2017-12-19 R. Bernstein * NEWS: Note API breakage in 1.1.0 and 1.0.0 2017-12-10 R. Bernstein * doc/how-to-make-a-release.txt: Administrivia 2017-12-10 R. Bernstein * include/cdio/iso9660.h: Doxygen fixups 2017-12-10 R. Bernstein * NEWS, configure.ac, doc/how-to-make-a-release.txt: Get ready for release 1.1.0 2017-12-09 R. Bernstein * src/cd-drive.c, src/cd-info.c, src/cd-read.c, src/iso-info.c, src/iso-read.c, src/mmc-tool.c: DRY/Regularize src programs 2017-12-09 R. Bernstein * src/cd-drive.c: Small cd-drive.c tweak 2017-12-09 R. Bernstein * src/cd-drive.c, src/iso-info.c: More memory leak and invalid access removal 2017-12-09 R. Bernstein * lib/driver/osx.c: Fix some of the memory leaks on OSX... more to come 2017-12-09 R. Bernstein * lib/driver/MSWindows/win32.c: Reduce MSWindows leaks 2017-12-08 R. Bernstein * lib/driver/FreeBSD/freebsd.c, lib/driver/gnu_linux.c, lib/driver/netbsd.c: DRY code. More leak removal. 2017-12-08 R. Bernstein * lib/driver/FreeBSD/freebsd.c, lib/driver/image/cdrdao.c, test/testisocd_joliet.c: Reduce memory leaks 2017-12-07 R. Bernstein * lib/driver/_cdio_generic.c, lib/driver/aix.c, lib/driver/solaris.c, src/iso-info.c, src/mmc-tool.c: Another pass at removing memory leaks 2017-12-07 R. Bernstein * example/C++/Makefile.am, example/C++/OO/Makefile.am, example/C++/OO/iso4.cpp, lib/driver/gnu_linux.c, lib/iso9660/iso9660_fs.c, test/testisocd.c: Reduce memory leaks and invalid pointer accesses 2017-12-06 R. Bernstein * src/iso-info.c: iso-info: free memory on error 2017-12-06 R. Bernstein * lib/driver/_cdio_generic.c: Remove duplicate free... Now that cdio_destroy cleans up after itself better 2017-12-06 R. Bernstein * lib/iso9660/iso9660.c: Another #if -> #ifdef 2017-12-05 R. Bernstein * NEWS: Typo 2017-12-05 R. Bernstein * NEWS, configure.ac, doc/how-to-make-a-release.txt: Things in preparation for a release 2017-12-05 R. Bernstein * lib/iso9660/Makefile.am: Bump revision 2017-12-05 R. Bernstein * lib/iso9660/iso9660.c, lib/iso9660/libiso9660.sym: Small stuff.. Includes to patcheds from Ozkan Sezer 2017-12-05 R. Bernstein * include/cdio/iso9660.h, lib/iso9660/iso9660_fs.c, src/cd-info.c, src/iso-info.c: Add Cdio9660DirList type, new() and free() 2017-12-05 R. Bernstein * : commit fef44a73d92998e34980daa0211959b5f3a2a1b8 Author: R. Bernstein Date: Tue Dec 5 17:00:33 2017 -0500 2017-12-02 R. Bernstein * example/C++/eject.cpp, example/eject.c, lib/driver/device.c: Remove memory leak in cdio_eject_media_drive 2017-12-01 R. Bernstein * example/C++/Makefile.am, example/C++/OO/isolist.cpp, example/C++/isolist.cpp, include/cdio++/iso9660.hpp: Start C++ cleanup 2017-12-01 R. Bernstein * example/extract.c, example/isofuzzy.c, example/isolist.c, include/cdio/iso9660.h, lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, src/cd-info.c, src/iso-info.c: Add custom readdir statbuf list... and free routine 2017-12-01 R. Bernstein * lib/driver/gnu_linux.c, lib/driver/mmc/mmc_cmd_helper.h, test/driver/mmc_read.c, test/driver/mmc_write.c: Remove test leaks and uninitialized access 2017-11-30 R. Bernstein * configure.ac, example/Makefile.am, lib/iso9660/iso9660.c, test/Makefile.am, test/testisocd.c, test/testisocd_joliet.c: More valgrind warnings... configure.ac, iso9660.c: initialize tm_zone in tm if that exists example/Makefile.am: add make leak-check target testisocd{_joliet,}.c: remove memory leaks 2017-11-30 R. Bernstein * lib/iso9660/iso9660_fs.c: Remove invalid access in RR handling 2017-11-30 R. Bernstein * test/testudf.c: Plug memory leaks in testudf.c 2017-11-30 R. Bernstein * configure.ac, include/cdio++/iso9660.hpp, include/cdio/iso9660.h, lib/cdio++/iso9660.cpp, lib/iso9660/iso9660_fs.c, src/cd-info.c, test/Makefile.am, test/driver/Makefile.am, test/testisocd2.c: Lots of cleanups... isio9660.h, iso9660.c, iso9660.hpp remove mode2 from is9660_fs_stat_translate() and in C++ version go over doxygen comments. (More is needed) iso-info.c, cd-info.c: use alloca() instead of malloc() where possible test/Mamefile.am: correct remake comments for check-leaks testisocd2.c: make leak free iso9660_fs.c: fix memory leak in iso9660_ifs_find_lsn 2017-11-28 R. Bernstein * configure.ac, example/extract.c, example/isofuzzy.c, example/isolist.c, example/udf1.c, example/udffile.c, include/cdio++/iso9660.hpp, include/cdio/ds.h, include/cdio/types.h, lib/cdio++/iso9660.cpp, lib/driver/_cdio_stream.c, lib/driver/ds.c, lib/driver/image/nrg.c, lib/iso9660/iso9660_fs.c, src/cd-info.c, src/iso-info.c, test/testisocd2.c: WIP: deal with memory leaks from cdio_lists TODO: * create function for dirlist free; is: _cdio_list_free (dirlist, true, free); * create function for statbuf free; is: _cdio_list_free (entlist, true, (CdioDataFree_t) iso9660_stat_free); * Add targets to run valgrind to look for memory leaks * Fix remaining memory leaks 2017-11-25 R. Bernstein * lib/driver/MSWindows/aspi32.c, src/cdda-player.c: Restore -x mode change 2017-11-25 R. Bernstein * lib/driver/MSWindows/aspi32.c, src/cdda-player.c: Rename some shadowed variables 2017-11-25 R. Bernstein * example/cdchange.c, test/driver/mmc_read.c, test/driver/mmc_write.c: do not use sleep() for MS Windows. From Ozkan Sezer: _sleep() has long been deprecated and no longer prototyped in stdlib.h, despite the fact that msvcrt.dll still exports it. therefore, undefine HAVE_SLEEP when targeting windows, use Sleep win32 api function instead. 2017-11-25 R. Bernstein * lib/driver/cdio_private.h: fix 'strndup shadows a built-in function' warnings From Ozkan Sezer: if strndup() is not available, the build log is plagued with the following warnings: lib/driver/cdio_private.h:46:21: warning: declaration of 'strndup' shadows a built-in function So, rename the replacement inline strndup to libcdio_strdup, and define strndup as libcdio_strndup. 2017-11-25 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c: fix mixed declarations and code in win32_ioctl.c from Ozkan Sezer 2017-11-25 R. Bernstein * : commit 4305bc1e093e4341aeddb857bd1e6203228000cb Author: R. Bernstein Date: Sat Nov 25 14:03:37 2017 -0500 2017-11-24 R. Bernstein * configure.ac, src/cdda-player.c: Bug introduced by unshadowing variables Patch from Bernard Cafarelli . See https://savannah.gnu.org/bugs/?52495 2017-11-23 R. Bernstein * configure.ac: Set LIBCDIO_VERSION in a more consistent way we'll use the convention x.y.zjunk => x*10000 + y*100 + z Savannah bug #52491 2017-11-21 R. Bernstein * configure.ac, doc/how-to-make-a-release.txt: Now in 1.0.1git land 2017-11-21 R. Bernstein * include/cdio/mmc_ll_cmds.h: FIx doxygen-noted problems 2017-11-21 R. Bernstein * NEWS: What's new in 1.0.0 (update) 2017-11-21 R. Bernstein * configure.ac: 1.0.0 release 2017-11-21 R. Bernstein * configure.ac, lib/driver/FreeBSD/freebsd.c, src/cdda-player.c, src/getopt.c: Remove more warnings/spurious code 2017-11-20 R. Bernstein * NEWS, src/iso-info.c, test/check_bad_iso.sh: Fixes for bad iso9660 detection ... from Thomas Schmitt 2017-11-20 R. Bernstein * lib/udf/udf_fs.c: Slight udf tweak 2017-11-20 R. Bernstein * include/cdio/ds.h, lib/iso9660/iso9660_fs.c: Another small memory leak plugged. 2017-11-20 R. Bernstein * include/cdio/ds.h, lib/driver/device.c, lib/iso9660/iso9660_fs.c, test/testisocd.c: Reduce memory leaks... remove depricated things in dh.h Note: a reworking of ds.h is needed to handle data which has alloc memory. 2017-11-20 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c: Move another C decl 2017-11-20 R. Bernstein * configure.ac, test/testisocd_joliet.c: Add CC -Wbad-function-cast when possible 2017-11-20 R. Bernstein * configure.ac, example/mmc1.c, lib/driver/abs_path.c, src/iso-info.c, test/driver/bincue.c, test/testgetdevices.c, test/testisocd2.c: Make sure C decls are not mixed after code 2017-11-19 R. Bernstein * include/cdio/util.h, lib/driver/image/bincue.c, lib/driver/image_common.c, lib/driver/image_common.h, lib/iso9660/iso9660_fs.c, src/util.c, test/Makefile.am, test/driver/Makefile.am, test/testisocd2.c: Remove more memory leaks; remove more #ifdefs 2017-11-19 R. Bernstein * lib/driver/gnu_linux.c: Another #if -> #ifdef 2017-11-19 R. Bernstein * test/driver/realpath.c: Remove memory leaks in realpath test 2017-11-19 R. Bernstein * NEWS, lib/driver/image/nrg.c, test/driver/logger.c: Remove more memory leaks (via valgrind) 2017-11-19 R. Bernstein * lib/driver/cdtext.c: More complete CD-Text free 2017-11-19 R. Bernstein * README.libcdio, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32_ioctl.c: MSWindows updates; Update README.libcdio; 2017-11-19 R. Bernstein * lib/driver/FreeBSD/freebsd.c: FreeBSD lint Tidy code now that we assume CAM always 2017-11-19 R. Bernstein * lib/driver/netbsd.c: Fix NetBSD return type in get_track_format 2017-11-18 R. Bernstein * include/cdio/types.h, lib/driver/netbsd.c, src/cdda-player.c: NetBSD fixes 2017-11-18 R. Bernstein * lib/driver/solaris.c: Bring solaris in line with recent changes 2017-11-18 R. Bernstein * NEWS, src/cd-info.c: bug introduced in unshadowing... found by clang. Update NEWS 2017-11-18 R. Bernstein * configure.ac, include/cdio/device.h, lib/driver/FreeBSD/freebsd.h, lib/driver/Makefile.am, lib/driver/bsdi.c, lib/driver/device.c, lib/driver/gnu_linux.c, lib/driver/image/bincue.c, src/cd-info.c, src/util.c, test/testiso9660.c: Remove BSDI remnants. Remove -wundef warnings 2017-11-18 R. Bernstein * configure.ac, example/audio.c, example/mmc1.c, example/mmc2.c, lib/driver/image/bincue.c, src/cd-info.c, src/cdda-player.c, src/mmc-tool.c, src/util.c, test/Makefile.am: Don't shadowing variables ... add CC -wshadow 2017-11-18 R. Bernstein * lib/driver/gnu_linux.c: Fix small bug in GNU/Linux access-mode setting 2017-11-18 R. Bernstein * lib/driver/mmc/mmc.c, test/Makefile.am, test/check_bad_iso.sh: I said remove get_trace_isrc_mmc 2017-11-18 R. Bernstein * test/check_bad_iso.sh: Remove abs_srcdir 2017-11-17 R. Bernstein * lib/driver/Makefile.am: Bump libcdio_la_CURRENT... We have removed OS/2 and some deprecations 2017-11-16 R. Bernstein * NEWS: What's happened in the last year 2017-11-16 R. Bernstein * include/cdio/device.h, include/cdio/mmc.h, lib/driver/Makefile.am, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/os2.c: Remove deprecated stuff... - OS/2 driver - mmc_isrc_track_read_subchannel - CDIO_MIN_DRIVER, CDIO_MIN_DEVICE_DRIVER, CDIO_MAX_DRIVER, CDIO_MAX_DEVICE_DRIVER Apple Darwin OS X -> macOS 2017-11-16 R. Bernstein * README.libcdio, configure.ac, lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c: Merge Thomas' changes and ... Try release 1.0.0rc1 Some grammar changes made in comments. 2017-11-16 R. Bernstein * : commit ddd984854b09c1a8203867534c087c0d83ff8622 Author: R. Bernstein Date: Mon Oct 9 12:35:54 2017 -0400 2017-09-26 R. Bernstein * lib/iso9660/iso9660_fs.c, src/iso-info.c, src/util.c, test/Makefile.am, test/check_bad_iso.sh, test/check_iso.sh.in, test/data/Makefile.am: handle bad iso 9660 better. Fixes bug #52091 src/iso-info.c: reflect errors in getting information back in exit code lib/iso9660_fs.c: bail when we there is bad stat info for a directory change interface to report failure src/util.h: bump copyright test/data/bad-dir.iso: bad ISO 9660 test/check_bad_iso.sh: test program test/check_iso.sh.in: expect nonzero RC on failures 2017-09-16 R. Bernstein * : commit 266aa360193dc66ec7650e8804cdcb354b657633 Author: R. Bernstein Date: Sat Sep 16 08:43:33 2017 -0400 2017-09-16 R. Bernstein * README.libcdio: Note --enable-maintainer-mode 2017-09-15 R. Bernstein * lib/driver/osx.c, test/check_cdtext.sh: (High) Sierra compatiablity... osx.c: Use libcdio version of assert, not OSX's. check_cdtext.sh: return should only be used inside functions 2017-08-25 R. Bernstein * configure.ac, lib/driver/utf8.c: iconv is need to build libcdio... Add check in configure.ac (was just for joliet) and add check in code that needs it. 2017-08-22 R. Bernstein * lib/driver/netbsd.c: Add NetBSD patch-ad 2017-07-30 R. Bernstein * lib/iso9660/iso9660_fs.c: Fix type bug, and attempt to improve comments. 2017-07-30 Thomas Schmitt * lib/iso9660/iso9660_fs.c: Hopefully final fix for https://savannah.gnu.org/bugs/?45015 2017-07-29 R. Bernstein * lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c: Thomas Schmitt's fixes for Rock Ridge SUSP See the thread in http://lists.gnu.org/archive/html/libcdio-devel/2017-07/msg00000.html 2017-03-25 R. Bernstein * include/cdio/udf_time.h: change MinGW guard around rolling our own timespec 2017-03-14 R. Bernstein * autogen.sh: Force creating stamp-vti update in autogen.sh 2017-03-14 R. Bernstein * : commit 251bb7082c7073f4c2073673d29b59c1c12d765f Author: Pete Batard Date: Mon Mar 13 11:56:46 2017 +0100 2017-03-13 Pete Batard * lib/driver/_cdio_stdio.c, lib/driver/_cdio_stream.c, lib/driver/ds.c, lib/driver/utf8.c, lib/driver/util.c, lib/iso9660/iso9660_fs.c, lib/udf/udf_fs.c: add asserts to test memory allocations Also use the common breakdown for calloc() parameters, add a missing closing parenthesis in a log statement and NUL terminate a string after the srtncpy() call. 2017-02-05 R. Bernstein * : commit 8b90e80cd30b5dbb1b10054c8792b644e1dabdae Author: R. Bernstein Date: Sun Feb 5 07:28:49 2017 -0500 2016-11-29 enzo1982 * configure.ac: Enable CD drivers on current and future versions of FreeBSD and Darwin (OS X), so we do not have to add every new OS version explicitly. 2016-11-20 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c, lib/iso9660/iso9660_fs.c: Remove minor print cast warnings From Ozkan Sezer 2016-11-20 R. Bernstein * configure.ac: ross-compiling friendliness part 3 check /bin/bash.exe result only if not cross-compiling. From Ozkan Sezer 2016-11-20 R. Bernstein * lib/driver/Makefile.am, lib/iso9660/Makefile.am: Cross-compile friendliness part 2 Do not call 'nm' directly, use the NM variable instead. From Ozkan Sezer 2016-11-20 R. Bernstein * lib/driver/cdio_private.h: cross-compile friendliness - part 1 stdlib.h and string.h are needed for malloc, strlen and strncpy From Ozkan Sezer 2016-11-20 R. Bernstein * doc/libcdio.texi: Documentation fixes by Wieland Hoffmann See https://savannah.gnu.org/patch/index.php?8915 - Remove a duplicate example program entry - Move a period to the correct place 2016-10-22 R. Bernstein * : commit 8815de6f669c29a0639c9a567dd49f4d9ebe4801 Author: R. Bernstein Date: Sat Oct 22 20:43:43 2016 -0400 2016-10-22 R. Bernstein * Makefile.am, configure.ac, doc/Makefile.am, doc/how-to-make-a-release.txt, include/cdio/mmc.h, include/cdio/mmc_ll_cmds.h: Get ready for release 0.94 2016-10-16 R. Bernstein * NEWS: NEWS typos and updates 2016-10-16 enzo1982 * configure.ac: Use Darwin driver on macOS versions through Sierra. 2016-10-15 R. Bernstein * NEWS, configure.ac, doc/Makefile.am, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/FreeBSD/freebsd_ioctl.c, lib/driver/_cdio_stdio.c, lib/driver/_cdio_stream.c, lib/driver/cdio.c, lib/driver/ds.c, lib/driver/sector.c, lib/iso9660/iso9660.c: 0.94 release candidate 1 * gcc -Wend-labels -> -Wendif-labels * remove rcsid's and some trailing blanks in those files 2016-09-16 R. Bernstein * autogen.sh: Add code to get version.texi to get built 2016-08-12 R. Bernstein * .gitignore: More ignore 2016-08-12 R. Bernstein * include/cdio/types.h: g++ greater than 4.0 handles "pack" Fixes bug #48759 where example/C++/isolist.cpp built with g++ fails on gcc 5.0 and greater 2016-08-12 R. Bernstein * include/cdio/types.h: g++ > 4.0 handles pack Fixes bug #48759 hwere isoilst examples built with g++ >5 are failing 2016-07-11 R. Bernstein * Makefile.am, lib/driver/abs_path.c, lib/driver/cdio_private.h: conditional GIT2CL; host stndup replacment GIT2CL only if --maintainer-mode stndump in cdio_private.h for those systems that don't ahve it Changes suggested by Thomas Schmitt 2016-06-04 Leon Merten Lohse * doc/CD-TEXT-testfiles: Add documentation for Thomas Schmitts' CD-TEXT test files 2016-06-03 Leon Merten Lohse * test/Makefile.am, test/cdtext-libburnia.right, test/cdtext.right, test/check_cdtext.sh, test/data/Makefile.am, test/data/cdtext.cue: Add dedicated unit test for the CD-Text parser Adds a dedicated test script (bash) for the CD-Text parser, using one of the example tools (cdtext-raw) to call libcdio's CD-Text parser and display the fields. Tests are performed for two files, one generated by libburnia, the other one by a win95 reference tool. 2016-06-01 Leon Merten Lohse * : Merge remote-tracking branch 'origin/source-configured-via-compile-switches' into cdtext-testing 2016-06-01 Leon Merten Lohse * include/cdio/mmc.h, lib/driver/_cdio_generic.c, lib/driver/libcdio.sym, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_private.h: Expose mmc_read_cdtext as a publicly accessable function Removes some redundant error reporting in mmc_read_cdtext (was mmc_read_cdtext_private) and make the function public. Also fixes some incorrect lengths for isrc and mcn. 2016-06-01 Leon Merten Lohse * example/.gitignore: Add cdtext-raw to gitignore 2016-05-31 Leon Merten Lohse * lib/driver/mmc/mmc.c: Fix inconsistent maximal length in CD-Text extraction 2016-05-31 Leon Merten Lohse * configure.ac, test/.gitignore, test/Makefile.am, test/check_common_fn.in, test/check_cue.sh.in, test/driver/.gitignore, test/driver/Makefile.am, test/driver/{bincue.c.in => bincue.c}, test/driver/{cdrdao.c.in => cdrdao.c}, test/driver/{nrg.c.in => nrg.c}, test/driver/{track.c.in => track.c}, test/{testgetdevices.c.in => testgetdevices.c}, test/{testisocd2.c.in => testisocd2.c}, test/{testisocd_joliet.c.in => testisocd_joliet.c}, test/{testisorr.c.in => testisorr.c}, test/{testpregap.c.in => testpregap.c}, test/{testudf.c.in => testudf.c}: Make test sources independent of configure variables The binary tests need the location of the data files. This was previously achieved by generating the sources with configure. This commit passes it via -DDATA_DIR to the preprocessor so that the sources can be static. 2016-05-30 Leon Merten Lohse * lib/driver/mmc/mmc.c: Delete debug printf's 2016-05-30 Leon Merten Lohse * include/cdio/mmc_ll_cmds.h, lib/driver/_cdio_generic.c, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_ll_cmds.c, lib/driver/mmc/mmc_private.h: Untangle mmc code for isrc/mmc and cdtext This implements (not exclusively) changes proposed by Thomas Schmitt. Added new low level functions for READ SUB-CHANNEL and READ TOC/PMA/ATIP for CD-TEXT extraction. 2016-04-13 Leon Merten Lohse * example/Makefile.am, example/README, example/cdtext-raw.c: Add example demonstrating the raw cdtext parser This example demonstrates the new API functions. 2016-04-13 Leon Merten Lohse * include/cdio/cdtext.h, lib/driver/cdtext.c, lib/driver/cdtext_private.h, lib/driver/libcdio.sym: Add cdtext binary parser and track number to public api This introduces 3 new functions to initialize a cdtext struct from raw cdtext blob and to access the stored first and last track numbers. The latter is necessary to use the parsed raw cdtext blob without the corresponding table of contents. 2016-04-04 Leon Merten Lohse * lib/driver/cdtext.c: Avoid buffer overflow in CD-Text parser A malicious binary CD-Text blob could cause the buffer of the parser to overflow. Add a check for buffer length. 2016-04-04 Leon Merten Lohse * lib/driver/cdtext.c: Interpret TAB indicators in CD-Text parser ASCII TAB (0x9) is a special character in the binary CD-Text format that is used for consecutive copies of the same string. Correctly interpret this character. 2016-04-03 R. Bernstein * : Increase track # for short CD-Text fields Bug reported by James Olin Oden in https://bugzilla.redhat.com/show_bug.cgi?id=1321677 See also http://lists.gnu.org/archive/html/libcdio-devel/2016-03/msg00015.html 2016-04-03 R. Bernstein * : Increase track # for short CD-Text fields Bug reported by James Olin Oden in https://bugzilla.redhat.com/show_bug.cgi?id=1321677 See also http://lists.gnu.org/archive/html/libcdio-devel/2016-03/msg00015.htmlOn branch parsing-CD-Text-short-fields 2016-04-02 R. Bernstein * lib/driver/cdtext.c, test/cdtext.right: Increase track # for short CD-Text fields Bug reported by James Olin Oden in https://bugzilla.redhat.com/show_bug.cgi?id=1321677 See also http://lists.gnu.org/archive/html/libcdio-devel/2016-03/msg00015.html 2016-04-03 R. Bernstein * : commit 90b6276c21cc994e1ba10234bae640f478b21cbe Author: R. Bernstein Date: Sat Apr 2 21:41:38 2016 -0400 2016-04-02 R. Bernstein * lib/driver/cdtext.c, test/cdtext.right: fix incorrect parsing of CD-Text with short fields See http://lists.gnu.org/archive/html/libcdio-devel/2016-03/msg00015.html 2015-07-28 R. Bernstein * configure.ac, test/driver/logger.c: Fix warning from automake. From Adrian Reber During ./autogen.sh following message was printed out: lib/driver/Makefile.am:54: warning: source file 'FreeBSD/freebsd.c' is in a subdirectory, lib/driver/Makefile.am:54: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. Adding the 'subdir-objects' option to AM_INIT_AUTOMAKE removes this warning. 2015-07-28 R. Bernstein * .gitignore, configure.ac, doc/libcdio.texi, example/.gitignore, lib/driver/MSWindows/aspi32.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/sector.c, lib/driver/util.c, src/getopt.c, test/.gitignore, test/Makefile.am, test/copying-rr-mingw.right, test/driver/logger.c, test/driver/mmc_write.c, test/testgetdevices.c.in, test/testisocd2.c.in: Remove executable bit from files. From Adrian Reber https://bugzilla.redhat.com/show_bug.cgi?id=1247351 2015-06-15 enzo1982 * lib/driver/memory.c: Fixed cdio_free leaking instead of freeing the passed pointer. 2015-06-14 enzo1982 * lib/driver/osx.c: Fix disc eject for Cocoa apps and support ejecting CD-Extra discs on OS X. 2015-06-12 enzo1982 * lib/driver/gnu_linux.c: Make sure device is opend in read/write mode when trying to eject. 2015-05-26 R. Bernstein * lib/driver/logging.c: Document better the cdio_logv recursion situtation 2015-05-26 R. Bernstein * lib/driver/logging.c: Recursion checking in cdio_logv() can't use cdio_assert_not_reached() which causes more recursion. To reduce the possibility concurrent log writes, we'll eliminate those that are ignored earlier. sr #108751: 2015-05-08 R. Bernstein * include/cdio/bytesex.h, lib/iso9660/iso9660_fs.c: Add an error reporting from_733_with_err bug #45014 2015-05-08 R. Bernstein * lib/iso9660/rock.c, src/util.c: Guard against malformed rockridge iso. See bug #45015 2015-05-08 R. Bernstein * configure.ac, lib/iso9660/iso9660_fs.c, test/driver/logger.c, test/driver/realpath.c: iso9660_fs.c: DRY free code a little logger.c: remove gcc warning configure.ac: start testing for mkstemp for possible use in the future. 2015-05-08 R. Bernstein * lib/iso9660/iso9660_fs.c, test/Makefile.am, test/check_iso.sh.in, test/data/Makefile.am, test/malformed2.right: bug #45013: malformed iso crashes iso-info 2015-05-08 R. Bernstein * lib/iso9660/iso9660_fs.c, test/Makefile.am, test/check_iso.sh.in, test/data/Makefile.am, test/data/malformed.iso, test/malformed.right: guard against 0-size calloc bug #45016 2015-02-23 R. Bernstein * configure.ac, example/logging.c, lib/driver/device.c, lib/driver/image/cdrdao.c, src/cd-drive.c, src/cdda-player.c: Scale back on CC warning opts used - for now. Address some warnings though. 2015-02-23 R. Bernstein * configure.ac: Fix configure gcc warning flags test/set 2015-01-19 R. Bernstein * doc/libcdio.texi: Typo: Logical Sector Number -> Logical Block Address. Correction from Matthew Gambrell - 2015-01-13 R. Bernstein * lib/udf/udf_fs.c: testudf segfaults/fails on big endian arches because few values are not converted from LE to native number. Savannah bug #43995. Patch from Dan Horak. 2014-10-20 R. Bernstein * lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c: Add get_last_session to the win32 driver. Also fixes cd-paranoia behavior. Savannah bug #43446. 2014-10-19 R. Bernstein * doc/how-to-make-a-release.txt, lib/driver/mmc/mmc_hl_cmds.c: mmc_set_drive_speed: GNU/Linux ioctl treats <= 0 as max speed, so we'll do that here as well. Savannah bug #43428 2014-09-29 R. Bernstein * configure.ac, doc/how-to-make-a-release.txt: In 0.94git now 2014-09-29 R. Bernstein * NEWS, configure.ac: Release 0.93 2014-09-26 R. Bernstein * lib/cdio++/Makefile.am: INCLUDES->AM_CPPFLAGS 2014-09-26 enzo1982 * configure.ac, lib/driver/sector.c: Two files still mentioned GPLv2. 2014-09-25 R. Bernstein * lib/driver/utf8.c: One more gcc warning removed 2014-09-24 R. Bernstein * lib/driver/FreeBSD/freebsd.c, lib/driver/device.c, lib/driver/image/bincue.c, lib/driver/mmc/mmc.c, src/cd-drive.c: Silence more gcc warnings 2014-09-24 R. Bernstein * NEWS, lib/driver/Makefile.am, lib/driver/mmc/mmc.c, lib/iso9660/Makefile.am, lib/udf/Makefile.am, src/cd-info.c, test/Makefile.am: lib/*/Makefile.am: bump version in preparation of relase 0.93 test/Makefile.am: add proper dependency on test/example NEWS: not coverty work 2014-09-24 R. Bernstein * : commit cdc3cfa07cf1059b63c145a32aa62f2b1fdcb065 Author: R. Bernstein Date: Wed Sep 24 20:26:50 2014 -0400 2014-09-24 R. Bernstein * NEWS, src/Makefile.am: Perparation for 0.93 release. 2014-09-24 enzo1982 * doc/libcdio.texi: Update docs for change in cdio-paranoia. 2014-09-24 enzo1982 * example/isolsn.c, include/cdio++/iso9660.hpp, include/cdio/iso9660.h, include/cdio/xa.h, lib/cdio++/iso9660.cpp, lib/iso9660/iso9660_fs.c, lib/iso9660/libiso9660.sym, lib/iso9660/xa.c: Add iso9660_stat_free and iso9660_xa_free functions. 2014-09-24 enzo1982 * include/cdio++/cdtext.hpp, include/cdio++/disc.hpp, include/cdio++/mmc.hpp, include/cdio/Makefile.am, include/cdio/cdio.h, include/cdio/cdtext.h, include/cdio/disc.h, include/cdio/memory.h, include/cdio/mmc.h, include/cdio/track.h, include/cdio/utf8.h, include/cdio/util.h, lib/driver/Makefile.am, lib/driver/_cdio_stdio.c, lib/driver/cdtext.c, lib/driver/disc.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/libcdio.sym, lib/driver/memory.c, lib/driver/mmc/mmc.c, lib/driver/track.c, lib/driver/utf8.c, lib/driver/util.c, src/cd-info.c, src/mmc-tool.c, test/driver/mmc_read.c, test/driver/mmc_write.c: Add cdio_free function for freeing memory allocated by libcdio. 2014-07-30 R. Bernstein * lib/driver/os2.c, src/getopt.h: Make high memory safe on OS/2 - from KO 2014-07-27 R. Bernstein * .gitignore, THANKS: More ignore. Update OS/2 email contact. 2014-06-22 R. Bernstein * example/audio.c, include/cdio++/cdio.hpp, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/mmc/mmc.c, src/cd-info.c, src/iso-read.c, src/mmc-tool.c: A couple more coverty-found problems, none serious 2014-06-22 R. Bernstein * lib/iso9660/iso9660_fs.c, src/iso-read.c: A couple more coverty-found memory leaks in minor code 2014-06-22 R. Bernstein * example/udf1.c, src/cd-info.c, src/iso-info.c: A couple more coverty-found memory leaks in minor code 2014-06-22 R. Bernstein * lib/iso9660/iso9660_fs.c, src/iso-read.c, src/util.c: Some minor coverty-found memory leaks 2014-06-21 R. Bernstein * lib/driver/mmc/mmc.c: Remove possible illegal access in mmc.c suggested by coverty 2014-06-21 R. Bernstein * lib/udf/udf_fs.c: Coverty-informed error fixed: cd-info: don't overrun _fullname. This time, for sure! 2014-06-20 R. Bernstein * src/cd-info.c: Coverty-informed error fixed: cd-info: don't overrun _fullname 2014-06-20 R. Bernstein * lib/iso9660/iso9660.c, lib/udf/udf_fs.c, src/iso-info.c: Coverty informed errors fixed: Make sure tokenline ends in '\0'; make sure we don't leak on multiple storage iso-info -i switches 2014-06-20 R. Bernstein * example/extract.c, lib/driver/image/bincue.c, src/iso-info.c: Reduce coverty-found errors 2014-06-20 R. Bernstein * lib/driver/image/cdrdao.c: Fix compilation error. Simplify by reducing scope of psz_dirname and psz_filename. 2014-06-18 R. Bernstein * doc/libcdio.texi, example/mmc2.c, include/cdio/mmc.h, lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/aix.c, lib/driver/bsdi.c, lib/driver/gnu_linux.c, lib/driver/libcdio.sym, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_private.h, lib/driver/netbsd.c, lib/driver/os2.c, lib/driver/solaris.c, src/cd-info.c: Merge commit '2561384' into static-analysis. Remove Illegal address computation 2014-06-18 R. Bernstein * src/getopt_int.h: This file is now needed for getopt 2014-06-18 R. Bernstein * example/mmc2.c: Remove illegal address computation caught by coverty 2014-06-13 R. Bernstein * src/getopt.c, src/getopt.h, src/getopt1.c: Updated getopt to the version included with glibc 2.19. [robert kausch] 2014-06-13 R. Bernstein * lib/iso9660/iso9660_fs.c: Fixed ISO 9660 bugs reported by Frantisek Kluknavsky. 2014-06-14 enzo1982 * src/getopt.c, src/getopt.h, src/getopt1.c, src/getopt_int.h: Updated getopt to the version included with glibc 2.19. 2014-06-14 enzo1982 * lib/driver/abs_path.c, lib/driver/cdio_private.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, test/driver/abs_path.c: Avoid memory leaks with cdio_dirname and cdio_abspath. The functions were changed to always allocate memory to be freed by the caller. Before, callers were unable to know if the returned string was stack- or heap-allocated and thus unable to free heap-allocated strings. 2014-06-13 enzo1982 * lib/iso9660/iso9660_fs.c, lib/udf/udf_fs.c: Fixed bugs reported by Frantisek Kluknavsky. 2014-06-08 R. Bernstein * doc/libcdio.texi: Some doc typos. Add mention of mmc-tool. Note that paraonia is separate and is GPL2 2014-06-07 Robert Kausch * : commit 6550d3a654b4beb708d6ea296cf9110e75320100 Author: Robert Kausch Date: Sat Jun 7 13:28:06 2014 +0200 2014-06-07 Robert Kausch * lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/aix.c, lib/driver/bsdi.c, lib/driver/gnu_linux.c, lib/driver/netbsd.c, lib/driver/os2.c, lib/driver/solaris.c: Enable cdio_get_track_isrc in drivers. 2014-06-07 Robert Kausch * include/cdio/mmc.h, src/cd-info.c: Deprecate mmc_isrc_track_read_subchannel. 2014-06-07 Robert Kausch * include/cdio/mmc.h, lib/driver/libcdio.sym, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_private.h: Add mmc_get_track_isrc function. 2014-06-06 Robert Kausch * configure.ac: configure.ac: recognize Darwin 13 and 14 (OS X 10.9 and 10.10) 2014-06-05 Robert Kausch * lib/driver/osx.c: lib/driver/osx.c: probe devices before querying media list The problem with IOServiceGetMatchingServices is that the result is cached by the system so if you insert or remove a disc between two calls, you won't get updated information. To get an up to date media list, we need to probe the storage devices using IOServiceRequestProbe before each call. 2014-06-05 R. Bernstein * THANKS: Add Robert Kausch 2014-06-04 R. Bernstein * configure.ac, lib/driver/netbsd.c: From Robert Kausch: configure recognizes OpenBSD (via the NetBSD driver) which Robert says he has tested 2014-06-04 R. Bernstein * configure.ac: From Robert Kausch: configure recognizes FreeBSD 10 which Robert says he has tested 2014-06-04 R. Bernstein * .gitignore, config_extract.rb, example/Makefile.am, lib/driver/MSWindows/win32.c, src/cd-read.c, test/Makefile.am: From Robert Kausch: Binary file I/O on MS Windows. More ignore, and remove schmutz files created in testing 2014-06-04 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c: More great work from From Robert Kausch (https://savannah.gnu.org/patch/index.php?8302): - make buffer size unlimited again in buffered mode - do not set Spt.Cdb[4] to buffer size as position of allocation size field depends on CDB size and is not always at byte 4, rely on caller to set the field as in direct mode - fix memory leak in case of an error in buffered mode (p_sptwb was not freed) - use stack allocated structure in direct mode to prevent constant reallocation of memory (note that before the patch, memory was allocated to include the buffer as well, which was pointless as an already allocated buffer is passed in direct mode) - rename direct mode unsigned int parameters u_* to match buffered mode parameter names - fix top comment to use correct parameter names and include u_cdb Direct mode is functionally unchanged. 2014-03-13 R. Bernstein * lib/iso9660/rock.c: From Pete Batard: Fix unwanted 'Unsupported NM flag settings' messages 2014-03-08 R. Bernstein * configure.ac: Bump version to 0.93git 2014-03-08 R. Bernstein * lib/driver/Makefile.am: Bug #41811 linking libcdio.dylib on OSX - missing libraries from $DARWIN_PKG_LIB_HACK 2014-02-22 rocky * : commit c8eb88a0fdfe1dd0808c0a02025a3ffe7072d12c Author: Pete Batard Date: Sun Feb 23 02:28:55 2014 +0000 2014-02-23 Pete Batard * : Add new UDF test image 2014-02-21 R. Bernstein * lib/driver/utf8.c, lib/udf/udf_fs.c, test/check_fuzzyiso.sh, test/testudf.c.in: Unicode support to udf_fs and return UTF-8 strings where relevant. From Pete Batard 2014-02-01 R. Bernstein * lib/driver/osx.c, test/driver/osx.c: patch #8292: Do not list slice devices on OS X. Thanks to robert.kausch@freac.org 2014-02-01 R. Bernstein * lib/driver/sector.c: patch #8293: Fix minute truncation in cdio_lsn_to_msf thanks to Eric Hattow 2013-12-15 R. Bernstein * NEWS, configure.ac, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/udf/Makefile.am: Get ready for release 0.92 2013-12-14 R. Bernstein * configure.ac: Get ready for release 0.91 2013-12-14 R. Bernstein * NEWS, include/cdio/iso9660.h, lib/driver/FreeBSD/freebsd.c, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/udf/Makefile.am: Bump age in libudf, libiso966 and libcdio: only interfaces added. 2013-12-14 R. Bernstein * configure.ac: Respect --disable-cxx 2013-12-14 rocky * example/cdchange.c, lib/driver/cdtext.c, src/iso-read.c: Remove remaining compilation warnings. Thanks again to Thomas Schmitt. 2013-12-14 rocky * lib/driver/cdtext.c, test/driver/mmc_read.c: mmc_read.c: no need to special case FreeBSD. cdtext.c: Remove unnecessary > 0 tests on an unsigned int type. Thanks to Thomas Schmitt. 2013-12-12 R. Bernstein * lib/driver/_cdio_generic.c, test/driver/mmc_read.c: _cdio_generic.c: correct confusing debug message test/driver/mmc_read.c: skip until someone understand what to do here. 2013-12-12 R. Bernstein * lib/driver/FreeBSD/freebsd_ioctl.c: Remove compile warning. 2013-12-09 R. Bernstein * NEWS, lib/udf/udf_fs.c: Fix UDF library bug on BigEndian CPUs (POWER, SPARC, HP/UX) 2013-12-09 R. Bernstein * lib/udf/udf_fs.c: Towards getting this to be big-endian compatible. More work is needed though. 2013-12-08 R. Bernstein * test/check_iso_read.sh.in: check_iso_read.sh.in: Solaris doesn't do test -e, it does test -f. Allow VERBOSE=1 to have this give more output 2013-12-08 R. Bernstein * test/check_iso_read.sh.in: Silence ceck_iso_read.sh. Also don't assume tar has -z option. (Solaris for example doesn't) 2013-12-08 R. Bernstein * Makefile.am, make-check-filter.pl: Add a Perl version of make-check-filter.pl for those environments like MinGW that find it hard to get Ruby installed. Sigh 2013-12-08 R. Bernstein * configure.ac, example/Makefile.am: Make 0.91rc1 2013-12-08 R. Bernstein * test/data/Makefile.am, test/testudf.c.in: Move udf102.iso to the place data other test images are located. 2013-11-12 R. Bernstein * src/iso-info.c: Typo in iso-info usage help corrected by Leo Baschy 2013-10-30 R. Bernstein * test/testudf.c.in: From Pete Batard: Add UDF test for Logical Volume ID 2013-10-29 R. Bernstein * configure.ac, test/.gitignore, test/Makefile.am: From Pete Batard: Add UDF test for Logical Volume ID 2013-10-29 R. Bernstein * lib/iso9660/iso9660_fs.c: Don't need to free rr symlink which isn't allocated. 2013-10-27 R. Bernstein * example/Makefile.am, example/isorr.c, include/cdio/iso9660.h, lib/iso9660/iso9660_fs.c, src/iso-info.c, test/testisorr.c.in: Put limit on amount of file traversion for rock-ridge requested. 2013-10-26 R. Bernstein * src/iso-info.c: Change report format for showing whether Rock Ridge Extensions are used in iso-info 2013-10-24 R. Bernstein * : commit ed9594d386fa85fde79cfeb5b9fff2dca2425428 Author: R. Bernstein Date: Thu Oct 24 06:04:46 2013 -0400 2013-10-21 R. Bernstein * visualC-config.rb: A stray test/ goit in filename suffixes; chmod +x /visualC-config.rb 2013-10-20 R. Bernstein * test/check_iso_read.sh.in: Revise for POSIX shell (remove bash extensions) so it works on systems that don't do /bin/bash, e.g. FreeBSD. 2013-10-20 R. Bernstein * visualC-config.rb: Remove debug puts 2013-10-20 R. Bernstein * visualC-config.rb: Add LIBCDIO_SOURCE_PATH and substitute in doc/doxygen/Doxyfile 2013-10-20 R. Bernstein * visualC-config.rb: Correct comment for visualC-config's perform_substitutions 2013-10-20 R. Bernstein * NEWS, include/cdio/version.h.in, visualC-config.rb: Start alternate method of config OS's that aren't POSIX 2013-10-20 R. Bernstein * test/Makefile.am: Add special "right" file for mingw32 for check_cue.sh 2013-10-20 R. Bernstein * .gitignore, example/.gitignore, test/.gitignore, test/copying-rr-mingw.right: More ignore 2013-10-20 R. Bernstein * configure.ac, test/check_iso.sh.in: Ignore with MINGW32 RR oddity 2013-10-20 R. Bernstein * test/Makefile.am, test/check_cue.sh.in, test/testdefault.c, test/testgetdevices.c.in, test/testisocd2.c.in: Remove test/testdefault.c which is now covered by getdevices.c ; Limp along check_cue.sh on cygwin 2013-10-20 R. Bernstein * test/driver/logger.c: For some reason comparing fn handle on MS/Windows does not work. We will see if that is true on other platforms too. 2013-10-19 rocky * test/driver/logger.c: Cast for debug output 2013-10-19 R. Bernstein * configure.ac: Have to put back in more of the C++ tests. Sigh 2013-10-19 rocky * configure.ac, test/driver/logger.c: Disable C++ more aggressively if disabling C++ desired. 2013-10-19 R. Bernstein * lib/driver/device.c, lib/driver/utf8.c: Remove 'p_driver_id' may be used uninitialized in cdio_close_try. Remove conflicting types in cdio_charset_to_utf8. Patches from Pete Batard. 2013-10-19 R. Bernstein * test/Makefile.am: Better test and linking for isofs-m1.{bin,cue}. Problem reported by Pete Batart. 2013-10-14 rocky * include/cdio/udf.h, lib/udf/udf_fs.c: From Pete Batard: * Add udf_get_logical_valume_id to retreive a UDF Logical Volume Identifier string * Fix a possible NULL deref in udf_ff_traverse() * Fix comments that were referencing wrong variable names 2013-10-09 R. Bernstein * test/testisocd_joliet.c.in: Check that Joliet was configured for some tests. 2013-10-09 R. Bernstein * Makefile.am, configure.ac, lib/driver/_cdio_generic.c, lib/driver/cd_types.c, lib/driver/generic.h, lib/iso9660/iso9660.c, src/util.c, test/.gitignore, test/Makefile.am, test/testisocd2.c.in, test/testisocd_joliet.c.in: Add joliet test and joliet level tests 2013-10-08 R. Bernstein * : commit 4c8361f12c1cb7c2cc4f7246069a0f12b53e59a0 Author: R. Bernstein Date: Tue Oct 8 03:04:24 2013 -0400 2013-10-08 R. Bernstein * lib/driver/_cdio_generic.c, lib/driver/aix.c, lib/driver/cd_types.c, lib/driver/generic.h, lib/driver/track.c, lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, src/iso-info.c, src/util.c: List joliet level on iso-info. i_joliet_level -> u_joliet_level. Not in p_iso whether we've read superblock or not. Strip blanks in effected files. 2013-09-26 R. Bernstein * test/check_iso_read.sh.in: As Leo Baschy suggests, we need /bin/bash (or ksh) since we use [[ in this program. 2013-09-21 R. Bernstein * doc/libcdio.texi, example/extract.c, example/logging.c, include/cdio/logging.h, lib/driver/libcdio.sym, lib/driver/logging.c, test/Makefile.am, test/driver/.gitignore, test/driver/Makefile.am, test/driver/logger.c: Rename and expose cdio_default_loghandler as the default log handler. test/driver/logger.c: Add logging unit test. doc/libcdio.texi: Correct documentation on CDIO_LOG_ASSERT and CDIO_LOG_ERROR. 2013-09-20 R. Bernstein * doc/libcdio.texi: Update copyright on doc 2013-09-20 R. Bernstein * doc/libcdio.texi, example/logging.c: Add information about setting the log level. 2013-09-20 R. Bernstein * example/isofile2.c, lib/driver/read.c: More debug logging in reading lsn sectors. 2013-09-20 R. Bernstein * example/logging.c: Add a custom log handler. 2013-09-20 R. Bernstein * example/Makefile.am, example/isofile2.c, example/logging.c, lib/driver/_cdio_generic.c, lib/driver/device.c: example/isofile2.c: correct location of ISO9660 file Makefile.am: use logging in list of tests logging.c: allow argument to be "debug", "info", "warn", etc. or a number _cdio_generic.c: remove stray blanks 2013-09-19 R. Bernstein * example/.gitignore, example/Makefile.am, example/logging.c, include/cdio/device.h, lib/driver/device.c, test/driver/mmc_read.c, test/driver/mmc_write.c: include/cdio/device.h: add cdio_get_driver_name_from_id lib/driver/device.c: more logging example/logging.c: example of how to increase verbosity of logging. mmc_read.c, mmc_write.c: don't show info logging by default. 2013-09-15 R. Bernstein * lib/iso9660/iso9660_fs.c, test/Makefile.am: 2nd try at but #39373. Add target check-iso-read-large and check-iso-read-large-terse to test. 2013-09-15 R. Bernstein * lib/iso9660/iso9660_fs.c: Remove old shmutz 2013-09-15 R. Bernstein * lib/iso9660/iso9660_fs.c: Update copyright date 2013-09-15 R. Bernstein * lib/iso9660/iso9660_fs.c: patch for bug #39373 from Leo Baschy 2013-09-01 R. Bernstein * .gitignore, configure.ac, test/.gitignore, test/Makefile.am, test/check_iso_read.sh.in: Adapt and add Leo Baschy's test of iso-read. 2013-09-01 R. Bernstein * .gitignore, configure.ac, test/Makefile.am, test/check_cue.sh.in, test/isofs-m1-test2.right, test/isofs-m1.right: We weren't enabling Rock-Ridge by default as intended. Thanks to Mike Frysinger for catching this. 2013-05-28 Eric Shattow * src/Makefile.am: Remove 'lt-' prefix using help2man --libtool 2013-05-28 Brendan O'Dea * src/cd-drive.help2man, src/cd-info.help2man, src/cd-read.help2man, src/iso-info.help2man, src/iso-read.help2man: Fix NAME paragraph in man pages. Closes #39095 2013-05-16 R. Bernstein * lib/driver/track.c: Squash another bug in cdio_get_track() 2013-05-15 R. Bernstein * lib/driver/image_common.c: Test whther TOC is init'd and init if not when asking for track number. 2013-05-15 R. Bernstein * test/driver/track.c.in, test/testpregap.c.in: Update comments in test programs for how to compile outside of "make". 2013-05-15 R. Bernstein * configure.ac, lib/driver/track.c, test/data/cdda.toc, test/driver/.gitignore, test/driver/Makefile.am, test/driver/track.c.in, test/testpregap.c.in: lib/driver/track.c: was returning last_track+1 for leadout LSN, Use CDIO_CROM_LEADOUT_TRACK instaead. ltest/driver/track.c.in: start test of lib/driver/track.c. cdda.toc: CDRDAO CD-DA image. Trim blanks off of varousl files. 2013-04-11 R. Bernstein * lib/driver/track.c, test/Makefile.am: We broke things in to fix #38421 we broke the things. 2013-04-09 rocky * lib/driver/MSWindows/win32_ioctl.c: Fix up mmc_read for SCSI_PASS_THROUGH_DIRECT 2013-04-07 R. Bernstein * configure.ac, example/C++/Makefile.am, example/C++/OO/Makefile.am, example/Makefile.am, include/cdio/udf_time.h, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32_ioctl.c, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/udf/Makefile.am, src/Makefile.am, test/Makefile.am, test/driver/Makefile.am: Savannah #38678, mostly from LRN: mingw-w64 compatibility, fixes Windows ioctl code for PASSTHROUGH_DIRECT. Other changes: INCLUDES => AM_CPPFLAGS. test/Makefile.am: fix up test for whether to run ln -s or not. compatibility, the other fixes up old code that went stale. The third patch is already in HEAD. 2013-04-06 R. Bernstein * configure.ac: It is AC_CONFIG_HEADERS -- with an "S" 2013-04-06 R. Bernstein * configure.ac: Savannah bug #38663 . Thanks to LRN. 2013-03-31 R. Bernstein * include/cdio/track.h, lib/driver/cdtext.c, lib/driver/cdtext_private.h, lib/driver/gnu_linux.c, lib/driver/sector.c: One more attempt to give a guard against using more than 99 tracks. 2013-03-03 R. Bernstein * lib/driver/gnu_linux.c: Remove debug code 2013-03-03 R. Bernstein * lib/driver/gnu_linux.c, lib/driver/track.c: 2nd attempt at Savannah #38421 2013-02-26 R. Bernstein * lib/driver/gnu_linux.c: Correct calculation in listing number of bad tracks 2013-02-26 R. Bernstein * lib/driver/gnu_linux.c: Wrong calculation for number of tracks. Savannah #bug #38421 2013-02-06 R. Bernstein * : commit 9a14bd745c609880994fc5689b215e555fe93fc7 Author: R. Bernstein Date: Wed Feb 6 19:06:31 2013 -0500 2013-02-02 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c: DDynamically allocate passthrough buffer based on info LRN in libcdio-devel Sun Jan 20, 2013 2012-11-23 R. Bernstein * : commit 6c0251d145e44b7cdfeb9767c615646fb8f51320 Author: Christophe Fergeau Date: Thu Nov 22 13:53:15 2012 +0100 2012-11-20 R. Bernstein * doc/libcdio.texi: Try to clearify LBA versus LSN in libcdio. 2012-11-04 R. Bernstein * lib/driver/Makefile.am: Bump library number 2012-10-27 R. Bernstein * doc/doxygen/Doxyfile.in, include/cdio/cdtext.h, include/cdio/mmc.h, include/cdio/mmc_cmds.h, include/cdio/mmc_hl_cmds.h, include/cdio/mmc_ll_cmds.h, include/cdio/utf8.h, lib/driver/mmc/mmc_ll_cmds.c: Doxygen update, fixes, tweaks for release. 2012-10-27 R. Bernstein * make-check-filter.rb: make-check-short.rb: ignore gmake as you would make or remake 2012-10-27 R. Bernstein * NEWS, configure.ac: Make configure SED environment aware, e.g. for OSX (Robert William Fuller). Get ready for release 0.90 2012-10-27 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c: Try to mitigate some of the Windows driver brokenness 2012-10-24 R. Bernstein * THANKS: Christophe Fergeau added UDF reading to iso-info as well 2012-10-24 R. Bernstein * : commit 2cda07957f08f07304f63cc158f881735fb24003 Author: Leon Merten Lohse Date: Wed Oct 24 20:06:08 2012 +0200 2012-10-22 rocky * src/iso-info.c, src/iso-read.c: -U option-processing fixes. 2012-10-21 R. Bernstein * : commit 906462c731edee99910f4a67f7e75085a5e50ff4 Author: R. Bernstein Date: Sun Oct 21 22:42:50 2012 -0400 2012-10-21 R. Bernstein * NEWS: Update NEWS 2012-10-21 R. Bernstein * src/Makefile.am, src/iso-info.c, src/iso-read.c: Add allow iso-read and iso-info to handle UDF format via options --udf or -U. Modified patch #7865 2012-10-22 rocky * make-check-filter.rb: make-check-filter.rb: Ignore older "make: .. is up to date." message 2012-10-21 R. Bernstein * make-check-filter.rb: make-check-filter.rb: Correct remake separator string 2012-10-21 rocky * configure.ac, lib/driver/MSWindows/win32_ioctl.c: Convert win32_ioctl.c to use header-tested includes from configure 2012-10-21 R. Bernstein * configure.ac: Towards getting MinGW and cygwin ddk includes correct. 2012-10-21 rocky * lib/driver/MSWindows/win32_ioctl.c: Revise to make cygwin work again. Warning - more checking is needed. 2012-10-21 R. Bernstein * .gitignore, lib/driver/MSWindows/win32_ioctl.c: Small stuff: Indent win32_ioctl.c defines. ignore all ~'s 2012-10-19 R. Bernstein * NEWS, THANKS, src/iso-read.c: Add UDF support to iso-read 2012-10-19 R. Bernstein * src/Makefile.am, src/iso-read.c: Move ISO9660 specific code to a helper function; adding UDF support to iso-read. From Christophe Fergeau patch #7865 2012-10-18 Leon Merten Lohse * lib/driver/image/bincue.c: Fix bin/cue cdtext parsing using wrong track number. Thanks to Robert William Fuller 2012-10-18 Leon Merten Lohse * include/cdio/cdtext.h, lib/driver/cdtext.c, lib/driver/libcdio.sym, src/cd-info.c, test/cdtext.right: Add cdtext_get_genre Add GENRE_CODE output to cd-info and update test 2012-10-17 R. Bernstein * THANKS: Note Robert William Fuller's fixes to CD-Text for Nero. 2012-10-15 R. Bernstein * include/cdio/Makefile.am: More liberal space after #define suggested by Robert William Fuller 2012-10-10 R. Bernstein * lib/driver/gnu_linux.c: Reduce level of severity resolving realpath in GNU/Linux driver is_mounted(). Adrian Reber post to libcdio-devel 2012-10-02 R. Bernstein * NEWS, include/cdio/mmc.h, lib/driver/gnu_linux.c, lib/driver/libcdio.sym, lib/driver/mmc/mmc.c, make-check-filter.rb, test/driver/mmc_read.c: Add mmc_cmd2str() 2012-10-02 R. Bernstein * NEWS, include/cdio/mmc.h: Add MMC5 commands. Thanks yet again to Thomash Schmitt for doing the heavy lifting. 2012-10-02 R. Bernstein * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/sector.c, lib/driver/util.c, src/getopt.c, test/driver/mmc_write.c: Remove some gcc warnings and change wording of a test warning message 2012-10-01 rocky * README.libcdio: Make note that gcc 4.0 or greater is needed on MinGW 2012-10-01 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c, lib/driver/gnu_linux.c: Show opcode in linux on a MMC error if loglevel is info or more detailed. 2012-10-01 rocky * lib/driver/MSWindows/win32_ioctl.c: Show MMC opcode on a bad MMC command 2012-09-30 R. Bernstein * include/cdio/mmc.h, make-check-filter.rb: mmc.h: Add additional MMC4/ATAPI command codes from http://wiki.osdev.org/ATAPI#Complete_Command_Set . make-check-filter.rb: remove C++ compile and loads 2012-09-27 rocky * configure.ac: This time, for sure? 2012-09-27 R. Bernstein * configure.ac, test/testisocd2.c.in, test/testpregap.c.in: Recalculate native_top_srcdir one more time 2012-09-27 rocky * configure.ac, test/testisocd2.c.in, test/testpregap.c.in: Add native_top_srcdir MinGW and DOS/Windows. 2012-09-26 rocky * configure.ac: Limit MINGW native path the srcdir and abs_top_srcdir 2012-09-26 rocky * configure.ac: A more specific use of bash's pwd builtin 2012-09-26 rocky * configure.ac: MINGW wants native paths in regression tests bug #37447 2012-09-26 rocky * example/mmc2a.c: More places where -- prefix output added on examples 2012-09-26 rocky * test/driver/mmc_write.c: Shorten output for mmc_write.exe 2012-09-26 R. Bernstein * Makefile.am, example/Makefile.am, example/README, example/cdchange.c, example/cdtext.c, example/device.c, example/drives.c, example/extract.c, example/isofuzzy.c, example/mmc1.c, example/mmc2.c, example/mmc2a.c, example/mmc3.c, example/sample4.c, make-check-filter.rb, test/Makefile.am, test/check_common_fn.in, test/check_cue.sh.in, test/check_nrg.sh.in, test/check_sizeof.c, test/driver/Makefile.am, test/driver/realpath.c, test/testgetdevices.c.in, test/testischar.c, test/testisocd.c, test/testpregap.c.in: Add "make check-short" target to run tests without bloated output. 2012-09-26 rocky * include/cdio/types.h: Work on packed definition for MinGW 2012-09-25 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c: Fix text in warning message 2012-09-25 rocky * lib/driver/MSWindows/win32_ioctl.c: Small change 2012-09-24 R. Bernstein * include/cdio/types.h, lib/iso9660/iso9660.c, lib/iso9660/iso9660_private.h: Make bool be 8-bit. Rather switch than find where in ISO9660 there was a discrepency between stdbool and the type.h definition. 2012-09-23 R. Bernstein * lib/iso9660/iso9660_fs.c, lib/iso9660/iso9660_private.h, lib/udf/udf_private.h, src/cdda-player.c: Try again for more consistent use of booleans. WARNING libiso9660 is broke. Last known good commit is 6137ddb73763bcdc524f65dde2048bc639695dc4. 2012-09-23 rocky * lib/driver/MSWindows/win32_ioctl.c, lib/driver/device.c, lib/driver/disc.c, lib/driver/generic.h, lib/driver/image.h, lib/driver/image/nrg.c, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_ll_cmds.c, lib/driver/read.c, lib/driver/track.c: Make sure stdbool is used in driver when it is defined. I think this fixes bug #37394 2012-09-23 rocky * example/C++/.gitignore, lib/driver/MSWindows/win32_ioctl.c: Follow MS SCSI Passthrough more closely. Still some bugs... 2012-09-22 rocky * lib/driver/MSWindows/win32_ioctl.c: Provisional changes based on bug 37394 2012-09-19 R. Bernstein * configure.ac: Update where to report bugs 2012-09-18 rocky * lib/driver/MSWindows/win32_ioctl.c: Need to include stdbool.h so _Bool does not get defined as int on Windows win32_ioctl.c 2012-09-15 R. Bernstein * lib/driver/image/bincue.c, test/driver/mmc_read.c, test/driver/mmc_write.c: image/bincue.c: remove gcc warning. mmc_read.c, mmc_write.c: use usleep if that's avalable; fall back to "for" loop if sleep, usleep, and MSwindows Sleep isn't avialable. 2012-04-29 rocky * THANKS: Add Natalia Portillo to the hall of fame 2012-04-29 Natalia Portillo * lib/driver/osx.c: Changed Mac OS X SDK check so it detects correct path for 10.3 and 10.4, not only >=10.5. Tested it compiles and works on 10.3, 10.4, 10.5, 10.6 and 10.7. If Mac OS X SDK is 10.5, include bluray headers, if not manually define the BD media class for IOKit travelling. When searching for an optical drive, search also for BD media class, so if drive is a BD with a BD disc it will be found (BD with CD or DVD discs were found before). 2012-04-29 R. Bernstein * configure.ac, lib/driver/_cdio_generic.c: _cdio_generic.c: Initialize new scsi_tuple field. Removes SEGV in OSX and others. configure.ac: Try sed -r and -E rather than rely on OS type. 2012-04-28 R. Bernstein * lib/driver/aix.c, lib/driver/bsdi.c, lib/driver/netbsd.c, lib/driver/os2.c, lib/driver/osx.c, lib/driver/solaris.c, src/Makefile.am: osx.c: try to eliminate invalid free of an uninitialized structure. untabify various drivers and get this more in-sync with gnu_linux.c driver. 2012-04-28 R. Bernstein * : commit 07711418d09c1b709759021d1157eb9521990072 Author: R. Bernstein Date: Sat Apr 28 21:06:50 2012 -0400 2012-04-28 R. Bernstein * configure.ac, include/cdio/Makefile.am: OSX and BSD use -E for extended re's rather than GNU -r 2012-04-28 rocky * configure.ac, lib/driver/osx.c: Do not need DARWIN_10_OR_GREATER but can use __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ instead courtesy Natalia Portillo. Savannah Bug #36330 https://savannah.gnu.org/bugs/?36330 2012-04-26 R. Bernstein * THANKS, lib/driver/osx.c: Fix #30467 cdio_get_default_device() returns non-cdrom removable. From Nigel Pearson. 2012-04-23 R. Bernstein * configure.ac: Need to allow darwin10.8 etc. 2012-04-23 rocky * lib/driver/FreeBSD/freebsd.h, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/aix.c, lib/driver/netbsd.c, lib/driver/os2.c: Pete's changes require a more aggressive use of stdbool.h. 2012-04-22 R. Bernstein * configure.ac: configure architecture fixes from Nigel Pearson. 2012-04-22 R. Bernstein * NEWS: Make a stab at recording what's changed. 2012-04-21 R. Bernstein * configure.ac, lib/driver/osx.c: OSX fixes: test for stdbool.h, allow darwin10-12 and set DARWINT_10_OR_GREATER. Use generic CD-Text routines. 2012-04-17 rocky * lib/driver/cdtext_private.h: Use typedefs for enums. OSX 10.6's C compiler seems to create storage for enums. 2012-04-16 R. Bernstein * configure.ac, lib/driver/aix.c, lib/driver/bsdi.c, lib/driver/image/nrg.c, lib/driver/mmc/mmc.c, lib/driver/osx.c, lib/driver/solaris.c: Reduce use of cdtext_private.h. Let's see if autoconf 2.61 (circa 6 years ago) is okay. Some MacBooks seem to still use this. 2012-04-16 R. Bernstein * lib/driver/gnu_linux.c: ld: duplicate symbol _cdtext_format_enum in .libs/gnu_linux.o and .libs/cdtext.o for architecture x86_64 on OSX. I don't think it needs to be included in gnu_linux.c anyway. Comment #7, bug #30019 2012-04-16 rocky * include/cdio/cdtext.h: Add back in MIN_CDTEXT_FIELD. It's compatible too. 2012-04-15 R. Bernstein * lib/driver/disc.c, test/driver/.gitignore, test/driver/Makefile.am, test/driver/cdda.c, test/driver/gnu_linux.c: Add guard around get_mcn for null p_cdio. 2012-04-14 R. Bernstein * lib/driver/_cdio_generic.c: Update copyright 2012-04-14 R. Bernstein * lib/driver/_cdio_generic.c: Wasn't testing CD-Text error return properly. (Bug found via rbcdio/example/cdtext.rb) 2012-04-10 R. Bernstein * : commit 844578d2042aff813a397f711e422048d8e1176d Author: R. Bernstein Date: Tue Apr 10 03:29:32 2012 -0400 2012-03-27 Leon Merten Lohse * : commit 3940726aa77d102096117fb2f47aa2bb41c8abdc Author: Leon Merten Lohse Date: Tue Mar 27 17:45:09 2012 +0200 2012-03-26 R. Bernstein * README, README.libcdio: Update some README's to reflect the current situation. 2012-03-25 rocky * Makefile.am, configure.ac, example/Makefile.am, test/Makefile.am, test/driver/Makefile.am: test/Makefile.am: test example files, some of which are used in tests, is no longer optional other Makefile.am: remove some cruft. 2012-03-25 rocky * configure.ac, libcdtext.pc.in: Getting back to before cdtext library 2012-03-25 rocky * : commit 8a3f964baa48e95abf50a75490a013f785c7702a Author: rocky Date: Sun Mar 25 17:16:55 2012 -0400 2012-03-25 R. Bernstein * src/util.c, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/data/isofs-m1.cue: Add catalog number to ISO 9660 cue file. 2012-03-25 R. Bernstein * example/Makefile.am, lib/driver/gnu_linux.c, lib/driver/track.c: track.c, gnu_linux.c: Test for exceding max track limit but allow specifying the leadout track in some cases. Makefile.am: need to build extract unconditionally since that is used in testing 2012-03-25 R. Bernstein * include/cdio/sector.h: Typo in C preprocessor symbol Comment #3 Savannah #35818 2012-03-25 R. Bernstein * test/driver/gnu_linux.c, test/driver/helper.c, test/driver/helper.h: Expand driver test framework a little and the tests we do. 2012-03-19 rocky * include/cdio/utf8.h: MinGW seems to need for FILE in utf8.h now 2012-03-18 R. Bernstein * include/cdio/Makefile.am, include/cdio/cdda.h, test/check_cue.sh.in: Small changes. 2012-03-18 R. Bernstein * include/cdio/dvd.h, include/cdio/sector.h: Replace a few collections of preprocessor #define's with enum's. Savannah bug #35746 https://savannah.gnu.org/bugs/?35746 . Patch from Markus Elfring. 2012-03-18 R. Bernstein * example/audio.c: Recent header work by Pete Batard eliminates the need to set __CDIO_H__ here. 2012-03-18 R. Bernstein * include/cdio++/cdio.hpp, include/cdio++/cdtext.hpp, include/cdio++/device.hpp, include/cdio++/devices.hpp, include/cdio++/iso9660.hpp, include/cdio/audio.h, include/cdio/bytesex.h, include/cdio/bytesex_asm.h, include/cdio/cd_types.h, include/cdio/cdtext.h, include/cdio/device.h, include/cdio/disc.h, include/cdio/ds.h, include/cdio/dvd.h, include/cdio/ecma_167.h, include/cdio/iso9660.h, include/cdio/logging.h, include/cdio/mmc.h, include/cdio/mmc_cmds.h, include/cdio/mmc_hl_cmds.h, include/cdio/mmc_ll_cmds.h, include/cdio/mmc_util.h, include/cdio/posix.h, include/cdio/read.h, include/cdio/rock.h, include/cdio/sector.h, include/cdio/track.h, include/cdio/types.h, include/cdio/util.h, include/cdio/xa.h, lib/driver/_cdio_stdio.h, lib/driver/_cdio_stream.h, lib/driver/cdio_assert.h, lib/driver/cdio_private.h, lib/driver/cdtext_private.h, lib/driver/filemode.h, lib/driver/generic.h, lib/driver/image.h, lib/driver/image_common.h, lib/driver/mmc/mmc_cmd_helper.h, lib/driver/portable.h, lib/iso9660/iso9660_private.h, lib/udf/udf_fs.h, lib/udf/udf_private.h, src/getopt.h: More small header changes: * Remove leading underscores in header preprocessor names * Regularize names to include directory parts in the file name * Untabify files * Update copyright and remove unmaintained cvs $Id$ line The justification for removing leading underscores comes from a CERTS Secure Coding recommendation: https://www.securecoding.cert.org/confluence/display/cplusplus/DCL32-CPP.+Do+not+declare+or+define+a+reserved+identifierSee also Savannah bug #35745 https://savannah.gnu.org/bugs/?35745 2012-03-14 rocky * .gitignore, configure.ac, lib/Makefile.am, lib/cdtext/.gitignore, lib/cdtext/Makefile.am, lib/cdtext/cdtext.c, lib/cdtext/cdtext_private.h, lib/cdtext/libcdtext.sym, libcdtext.pc.in: Create CD-Text library - first round. (Second round will remove from lib/driver) 2012-03-25 R. Bernstein * src/util.c, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/data/isofs-m1.cue: Add catalog number to ISO 9660 cue file. 2012-03-25 R. Bernstein * example/Makefile.am, lib/driver/gnu_linux.c, lib/driver/track.c: track.c, gnu_linux.c: Test for exceding max track limit but allow specifying the leadout track in some cases. Makefile.am: need to build extract unconditionally since that is used in testing 2012-03-25 R. Bernstein * include/cdio/sector.h: Typo in C preprocessor symbol Comment #3 Savannah #35818 2012-03-25 R. Bernstein * test/driver/gnu_linux.c, test/driver/helper.c, test/driver/helper.h: Expand driver test framework a little and the tests we do. 2012-03-22 Leon Merten Lohse * : commit 591c23ee48d44936535e0f5b13c2d8e025ac7dea Author: Leon Merten Lohse Date: Thu Mar 22 22:21:52 2012 +0100 2012-03-19 rocky * include/cdio/utf8.h: MinGW seems to need for FILE in utf8.h now 2012-03-18 R. Bernstein * include/cdio/Makefile.am, include/cdio/cdda.h, test/check_cue.sh.in: Small changes. 2012-03-18 R. Bernstein * include/cdio/dvd.h, include/cdio/sector.h: Replace a few collections of preprocessor #define's with enum's. Savannah bug #35746 https://savannah.gnu.org/bugs/?35746 . Patch from Markus Elfring. 2012-03-18 R. Bernstein * example/audio.c: Recent header work by Pete Batard eliminates the need to set __CDIO_H__ here. 2012-03-18 R. Bernstein * include/cdio++/cdio.hpp, include/cdio++/cdtext.hpp, include/cdio++/device.hpp, include/cdio++/devices.hpp, include/cdio++/iso9660.hpp, include/cdio/audio.h, include/cdio/bytesex.h, include/cdio/bytesex_asm.h, include/cdio/cd_types.h, include/cdio/cdtext.h, include/cdio/device.h, include/cdio/disc.h, include/cdio/ds.h, include/cdio/dvd.h, include/cdio/ecma_167.h, include/cdio/iso9660.h, include/cdio/logging.h, include/cdio/mmc.h, include/cdio/mmc_cmds.h, include/cdio/mmc_hl_cmds.h, include/cdio/mmc_ll_cmds.h, include/cdio/mmc_util.h, include/cdio/posix.h, include/cdio/read.h, include/cdio/rock.h, include/cdio/sector.h, include/cdio/track.h, include/cdio/types.h, include/cdio/util.h, include/cdio/xa.h, lib/driver/_cdio_stdio.h, lib/driver/_cdio_stream.h, lib/driver/cdio_assert.h, lib/driver/cdio_private.h, lib/driver/cdtext_private.h, lib/driver/filemode.h, lib/driver/generic.h, lib/driver/image.h, lib/driver/image_common.h, lib/driver/mmc/mmc_cmd_helper.h, lib/driver/portable.h, lib/iso9660/iso9660_private.h, lib/udf/udf_fs.h, lib/udf/udf_private.h, src/getopt.h: More small header changes: * Remove leading underscores in header preprocessor names * Regularize names to include directory parts in the file name * Untabify files * Update copyright and remove unmaintained cvs $Id$ line The justification for removing leading underscores comes from a CERTS Secure Coding recommendation: https://www.securecoding.cert.org/confluence/display/cplusplus/DCL32-CPP.+Do+not+declare+or+define+a+reserved+identifierSee also Savannah bug #35745 https://savannah.gnu.org/bugs/?35745 2012-03-12 R. Bernstein * NEWS: Update NEWS for some small typos 2012-03-12 R. Bernstein * lib/iso9660/iso9660.c: Set timezone compatible with previous version. Patch from N. Boullis. 2012-03-11 Leon Merten Lohse * example/C++/OO/cdtext.cpp, example/cdtext.c, include/cdio++/cdio.hpp, include/cdio++/cdtext.hpp, include/cdio++/disc.hpp, include/cdio/cdtext.h, lib/driver/cdtext.c, lib/driver/libcdio.sym, src/cd-info.c: [renamed] cdtext_languages_available to cdtext_list_languages [fixed] C++ CD-Text API [fixed] C++ CD-Text example 2012-03-07 Pete Batard * include/cdio/cdio_unconfig.h, test/cd-paranoia-log.right: More paranoia and unconfig removal 2012-03-10 R. Bernstein * example/cdtext.c: cdtext.c: Correct cdtext cue file name. 2012-03-10 R. Bernstein * : commit 0c7c1104fd7aafd7167bdc70e29140ed7091ff87 Author: R. Bernstein Date: Sat Mar 10 13:46:22 2012 -0500 2012-03-10 R. Bernstein * lib/driver/cdtext.c: Don't set crc field outside of the limit of the cdtext_pack_t structure. 2012-03-09 Leon Merten Lohse * lib/driver/cdtext.c, lib/driver/image/bincue.c: Redo some of rocky's beautifications. 2012-03-05 R. Bernstein * Makefile.am, configure.ac, libcdio_cdda.pc.in: Remove paranoia libcdio_cdda.pc.in 2012-03-05 R. Bernstein * example/cdtext.c, include/cdio++/cdio.hpp, include/cdio++/cdtext.hpp, include/cdio/cdio.h, include/cdio/cdtext.h, include/cdio/disc.h, include/cdio/utf8.h, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/aspi32.h, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/_cdio_generic.c, lib/driver/cdtext.c, lib/driver/cdtext_private.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/libcdio.sym, lib/driver/mmc/mmc.c, lib/driver/utf8.c, src/cd-info.c, src/cdda-player.c, test/cdda.right, test/cdtext.right, test/check_cue.sh.in, test/driver/nrg.c.in: Multilanguage CD-Text from greenleon 2012-03-05 Pete Batard * test/driver/bincue.c.in: Fix an "unused but set warning" in bincue test 2012-03-05 Pete Batard * doc/.cvsignore, doc/doxygen/.cvsignore, example/C++/.cvsignore, example/C++/OO/.cvsignore, include/.cvsignore, include/cdio++/.cvsignore, include/cdio/.cvsignore, include/cdio/paranoia.h, lib/cdio++/.cvsignore, lib/driver/.cvsignore, lib/iso9660/.cvsignore, lib/udf/.cvsignore, m4/.cvsignore, package/.cvsignore, src/.cvsignore: Remove .cvsignore as well as cdio/paranoia.h 2012-03-05 Pete Batard * include/cdio/ecma_167.h, lib/udf/udf_fs.c: Apply MSVC compatibility workaround to ecma_167.h * An union of empty arrays is not size zero in MSVC * this causes issues with various sections of the UDF code that use sizeof and can prevent structures from being read properly * group empty array unions with at least one non zero-sized member 2012-03-05 Pete Batard * lib/driver/image/bincue.c, lib/driver/image/nrg.c: Add missing glob() equivalent for Windows platforms 2012-03-05 Pete Batard * example/cdchange.c, lib/driver/cdio.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/realpath.c, src/cdda-player.c, test/check_sizeof.c, test/driver/abs_path.c, test/driver/freebsd.c, test/driver/gnu_linux.c, test/driver/helper.c, test/driver/mmc_read.c, test/driver/mmc_write.c, test/driver/osx.c, test/driver/realpath.c, test/driver/solaris.c, test/driver/win32.c, test/test_lib_driver_util.c, test/testassert.c, test/testdefault.c, test/testgetdevices.c.in, test/testischar.c, test/testiso9660.c, test/testisocd2.c.in, test/testpregap.c.in: More source headers harmonization * fix missing #ifdefs * remove spaces and page feeds * follow same set of rules everywhere, with cdio includes coming after standard C includes. 2012-03-05 Pete Batard * lib/driver/FreeBSD/freebsd_cam.c, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/iso9660/iso9660_fs.c, src/cd-read.c, test/check_legal.regex: Fix various issues * bzero is obsolete * use HMODULE instead of long win win32 for 64 bit compatibility * iso9660_seek_read_framesize fails seeking to a position higher than 4 GB * cd-read produces a warning * legal-regex should allow for years > 2009 2012-03-05 Pete Batard * include/cdio/utf8.h, lib/driver/_cdio_stdio.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/utf8.c: Make fopen() and stat() support UTF-8 paths on Windows 2012-03-05 Pete Batard * example/extract.c, lib/driver/utf8.c, lib/iso9660/iso9660_fs.c: Joliet improvements * support discs with more than one secondary volume descriptors * add Joliet support for extract sample * add fallback to non-Joliet if non-Joliet may be longer 2012-03-05 Pete Batard * include/cdio/util.h, lib/driver/_cdio_stdio.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/util.c: Add _cdio_strdup_fixpath for absolute paths handling in MinGW * MinGW may provide absolute paths in the form /c/directory/... to native calls that require instead c:/directory 2012-03-05 Pete Batard * libcdio_paranoia.pc.in, test/check_paranoia.sh.in: Additional fixups for paranoia removal Should libcdio_cdda.pc.in be removed as well? 2012-03-05 Pete Batard * .gitignore, Makefile.am, example/.gitignore, example/C++/.cvsignore, example/C++/.gitignore, example/C++/paranoia.cpp, example/C++/paranoia2.cpp, example/Makefile.am, include/cdio/Makefile.am, lib/driver/Makefile.am, lib/driver/logging.c, test/.gitignore, test/Makefile.am, test/testparanoia.c: More paranoia removal * Also some silencing of makefile operations 2012-03-05 R. Bernstein * doc/cd-text-format.texi: Minor expository changes 2012-03-04 R. Bernstein * src/cd-paranoia/.gitignore, src/cd-paranoia/Makefile.am, src/cd-paranoia/buffering_write.c, src/cd-paranoia/buffering_write.h, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/doc/.gitignore, src/cd-paranoia/doc/FAQ.txt, src/cd-paranoia/doc/Makefile.am, src/cd-paranoia/doc/en/.gitignore, src/cd-paranoia/doc/en/Makefile.am, src/cd-paranoia/doc/en/cd-paranoia.1.in, src/cd-paranoia/doc/ja/.gitignore, src/cd-paranoia/doc/ja/Makefile.am, src/cd-paranoia/doc/ja/cd-paranoia.1.in, src/cd-paranoia/doc/overlapdef.txt, src/cd-paranoia/getopt.c, src/cd-paranoia/getopt.h, src/cd-paranoia/getopt1.c, src/cd-paranoia/header.c, src/cd-paranoia/header.h, src/cd-paranoia/pod2c.pl, src/cd-paranoia/report.c, src/cd-paranoia/report.h, src/cd-paranoia/usage-copy.h, src/cd-paranoia/usage.txt.in, src/cd-paranoia/utils.h, src/cd-paranoia/version.h: Remove more paranoia code 2012-03-04 R. Bernstein * test/testgetdevices.c.in: test/testgetdevices.c.in Remove some warnings on MingGW 2012-03-04 R. Bernstein * test/Makefile.am: test/Makefile.am: Remove test/unconfig -- this time, for sure! 2012-03-04 rocky * test/Makefile.am, test/testunconfig.c: Remove testunconfig. We have removed unconfig.h 2012-03-04 R. Bernstein * src/util.h, test/driver/freebsd.c, test/driver/gnu_linux.c: More pbatard patches 2012-03-04 R. Bernstein * src/util.c: More pbatard patches 2012-03-04 R. Bernstein * MSVC/README, lib/driver/MSWindows/win32_ioctl.c, lib/driver/realpath.c, lib/driver/sector.c, lib/driver/util.c, lib/iso9660/Makefile.am, lib/iso9660/rock.c, lib/iso9660/xa.c, lib/udf/filemode.c, lib/udf/udf_private.h, src/getopt.h, src/iso-info.c, src/iso-read.c, src/mmc-tool.c: More patches from the pbatard branch. 2012-03-04 R. Bernstein * configure.ac, lib/driver/ds.c, lib/driver/mmc/mmc_ll_cmds.c: Some more pbatard patches 2012-03-04 R. Bernstein * example/extract.c, include/cdio/Makefile.am: Makefile.am: add CDIO_ to all #defines in cdio_config.h extract.c: give filename on extract errors and convert encoding to unix. 2012-03-04 rocky * lib/driver/MSWindows/win32.c, lib/driver/solaris.c: Remove some driver compilation warnings 2012-03-04 R. Bernstein * lib/driver/os2.c: merge another warning fix from the pbatard-branch 2012-03-04 rocky * : I hate conflicted merges 2012-03-04 R. Bernstein * test/check_udf.sh: check_udf.sh is derived and thus should not be in git 2012-03-04 R. Bernstein * configure.ac, test/.gitignore, test/check_udf.sh, test/check_udf.sh.in, test/data/Makefile.am: test/check_udf.sh works when building outside source tree. With this "make distcheck" should work again 2012-03-04 R. Bernstein * test/Makefile.am, test/check_cd_read.sh, test/check_common_fn.in, test/check_udf.sh: test/*: Add first UDF test - test sequential file extraction. example/extract.c: give non-zero return code if we can't find UDF image test/* 2012-03-04 rocky * test/check_common_fn.in: This time, for sure! 2012-03-03 R. Bernstein * INSTALL: Revert inadvertanet INSTALL update 2012-03-04 rocky * INSTALL, test/check_common_fn.in: Tolerancefor Solaris /bin/sh and grep 2012-03-03 R. Bernstein * test/Makefile.am: Add test/cdtext.right to distribution. 2012-03-03 R. Bernstein * test/data/Makefile.am: Add test/data/cdtext.cue to distribution. 2012-03-03 R. Bernstein * test/testgetdevices.c.in: Skip testgetdevices on MinGW for now 2012-03-03 R. Bernstein * test/driver/mmc_write.c: Had messed up on pbatard mmc_write.c sleep patch for MinGW 2012-03-03 R. Bernstein * src/cd-info.c: More pbatard patches 2012-03-03 R. Bernstein * lib/driver/MSWindows/win32.c, lib/udf/udf.c, lib/udf/udf_time.c: More pbatard patches 2012-03-03 R. Bernstein * lib/driver/portable.h: Forgot to add back in protable.h 2012-03-03 R. Bernstein * example/isofile.c, example/isofile2.c, example/isofuzzy.c, lib/driver/Makefile.am, lib/driver/filemode.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/logging.c, lib/driver/sector.c, src/iso-read.c, test/testisocd.c, test/testisocd2.c.in: More patches from pbatard to reduce warnings, etc. 2012-03-03 R. Bernstein * lib/driver/MSWindows/win32.c: Reduce complation warnings via changes in pbatard branch 2012-03-03 R. Bernstein * lib/driver/MSWindows/aspi32.c, lib/driver/cdtext.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/mmc/mmc.c: Reduce complation warnings via changes in pbatard branch 2012-03-03 R. Bernstein * test/driver/bincue.c.in, test/driver/cdrdao.c.in, test/driver/mmc_write.c: Remove a couple of warnings, some of which were removed in the pbatard branch. 2012-03-03 R. Bernstein * test/check_legal.regex: check_legal.regex: wrong regexp. This time, for sure! 2012-03-03 R. Bernstein * test/check_common_fn.in, test/check_legal.regex: check_legal.regex: allow matching cd-info.exe. check_common_fn.in: don't erase file cd-info_legal.dump if there is an error. 2012-03-03 R. Bernstein * THANKS: More things Pete has done 2012-03-03 R. Bernstein * test/driver/nrg.c.in: Reinstate nrg test for MinGW. 2012-03-03 R. Bernstein * example/isofile.c, example/isofile2.c, example/isofuzzy.c, include/cdio/udf.h, include/cdio/udf_time.h, include/cdio/util.h, lib/driver/Makefile.am, lib/driver/_cdio_generic.c, lib/driver/_cdio_stdio.c, lib/driver/_cdio_stream.c, lib/driver/_cdio_stream.h, lib/driver/abs_path.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/logging.c, src/iso-read.c, test/testisocd.c, test/testisocd2.c.in: Pete Batard's patches offset types especially for MinGW and MS Visual C. 2012-03-03 R. Bernstein * lib/driver/{portable.h => filemode.h}: Pete Batard's patches offset types especially for MinGW and MS Visual C. 2012-03-03 R. Bernstein * include/cdio/iso9660.h, lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c: pbatard empty array changes for iso9660.h. I think the last of the header patches. 2012-03-03 R. Bernstein * include/cdio/ecma_167.h, lib/udf/udf_file.c, lib/udf/udf_fs.c: pbatard flexible array for ecma_167.h header 2012-03-03 R. Bernstein * test/check_common_fn.in: test/check_common.sh.in: Avoid $(...) for sh of Solaris 10 2012-03-03 R. Bernstein * example/Makefile.am: A foolish consistency with respect to the ordering of making example programs 2012-03-03 R. Bernstein * include/cdio/bytesex.h, include/cdio/bytesex_asm.h, include/cdio/cdio.h, include/cdio/read.h, include/cdio/rock.h, include/cdio/types.h, lib/driver/utf8.c, lib/udf/udf_fs.c: Reduce differences in pbatard branch for headers. (Still need to add empty array/union differences). 2012-03-03 R. Bernstein * THANKS, configure.ac, example/.gitignore, example/Makefile.am, example/README, example/extract.c, example/udffile.c: Reduce differences between master and pbatard branch. 2012-03-03 R. Bernstein * example/C++/OO/cdtext.cpp, example/cdtext.c, include/cdio++/disc.hpp: Revise OO CD-Text CPP for different interface. Update copyright and untabify some files. 2012-03-03 R. Bernstein * example/C++/OO/cdtext.cpp, example/C++/OO/device.cpp, example/C++/OO/drives.cpp, example/C++/OO/eject.cpp, example/C++/OO/iso4.cpp, example/C++/OO/isofile.cpp, example/C++/OO/isofile2.cpp, example/C++/OO/isolist.cpp, example/C++/OO/mmc1.cpp, example/C++/OO/mmc2.cpp, example/C++/OO/tracks.cpp, example/C++/device.cpp, example/C++/eject.cpp, example/C++/isofile.cpp, example/C++/isofile2.cpp, example/C++/isolist.cpp, example/C++/mmc1.cpp, example/C++/mmc2.cpp, example/C++/paranoia.cpp, example/C++/paranoia2.cpp: Harmonize source headers: C++ examples [PATCH 3/5] from pbatard. 2012-03-03 R. Bernstein * test/driver/nrg.c.in: Change headers as per pbatard branch to make MinGW work out. 2012-03-02 R. Bernstein * example/audio.c, example/cdchange.c, example/cdio-eject.c, example/cdtext.c, example/device.c, example/discid.c, example/drives.c, example/eject.c, example/isofile.c, example/isofile2.c, example/isofuzzy.c, example/isolist.c, example/isolsn.c, example/mmc1.c, example/mmc2.c, example/mmc2a.c, example/mmc3.c, example/sample3.c, example/sample4.c, example/tracks.c, example/udf1.c, example/udf2.c, example/udffile.c: Harmonize source headers: C examples (Patch 4/5) 2012-03-02 R. Bernstein * lib/iso9660/iso9660_fs.c, test/check_common_fn.in: check_common_fn.in: show command name when we hit an error 2012-03-02 R. Bernstein * lib/iso9660/iso9660_fs.c: Properly address 'len' MinGW shadow variable warnings in ISO9660. From pbatard branch. 2012-02-26 R. Bernstein * test/check_common_fn.in: A slightly better locale-missing fix 2012-02-26 rocky * test/check_common_fn.in: MinGW doesn't have a locale command 2012-02-26 rocky * test/driver/nrg.c.in: Skip test/driver/nrg until we work out off_t issues 2012-02-25 R. Bernstein * include/cdio/udf_time.h, lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32_ioctl.c, lib/driver/cdio_assert.h, lib/iso9660/rock.c: Silence 'cont_###' set but not used warnings on MinGW From pbatard branch. Update copyright date on recently changed files. 2012-02-25 R. Bernstein * test/check_common_fn.in: Fix "setlocale: LC_TIME: cannot change locale (en_US" warning during tests. Both 'en_US' and 'en_US.utf8' might be defined on some platforms From pbatard branch. 2012-02-25 R. Bernstein * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32.c: Fix missing logging header for aspi32.c/win32.c From pbatard branch 2012-02-25 R. Bernstein * include/cdio/udf_time.h: Fix 'struct timespec declared inside parameter list' MinGW warning. From pbatard branch. 2012-02-25 R. Bernstein * lib/driver/cdio_assert.h: Use native Windows assert for MinGW. This also avoids false positive warnings with Clang static analyzer, as the default libcdio assert does return. From pbatard branch. 2012-02-24 R. Bernstein * example/cdchange.c, test/driver/mmc_read.c, test/driver/mmc_write.c, test/driver/realpath.c: Fix some of the tests for MinGW and fix the use of Sleep/usleep for MinGW & MSVC platforms * Sleep takes ms, not s * Use sleep/Sleep rather than usleep in the cdchange sample, as usleep is not available on recent MinGW platforms From pbatard branch. 2012-02-24 R. Bernstein * .gitattributes, configure.ac: * use "Define to" as this is the comment default from autotools * use quotes and x prefix for string tests * add detection for MinGW required LFS calls and remove unneeded AC_FUNC_FSEEKO * set LFS support for MinGW * disable cdda_player for MinGW * enable Joliet support without iconv on MinGW * also fix an issue with CRLF in config.rpath Above from Pete Batard. 2012-02-24 R. Bernstein * include/cdio/device.h, include/cdio/types.h: types.h: gcc before 4.5 has a no-argument form of deprecated. device.h: use LIBCIO_DEPRECATED macro rather than assume gcc. 2012-02-24 R. Bernstein * lib/driver/osx.c: lib/driver/osx.c: duplicate transport error enum - cdio/cdda.h removed 2012-02-23 R. Bernstein * include/cdio/Makefile.am, test/Makefile.am: Make "distcheck" works again. include/cdio/Makefile.am: was missing inclusion of cdtext.h test/Makefile.am: remove paranoia test. 2012-02-19 rocky * Makefile.am, configure.ac, example/C++/.gitignore, example/C++/Makefile.am, example/C++/OO/.gitignore, example/Makefile.am, example/paranoia.c, example/paranoia2.c, include/cdio/Makefile.am, lib/Makefile.am, lib/cdda_interface/.cvsignore, lib/cdda_interface/.gitignore, lib/cdda_interface/Makefile.am, lib/cdda_interface/cddap_interface.c, lib/cdda_interface/common_interface.c, lib/cdda_interface/common_interface.h, lib/cdda_interface/drive_exceptions.c, lib/cdda_interface/drive_exceptions.h, lib/cdda_interface/interface.c, lib/cdda_interface/libcdio_cdda.sym, lib/cdda_interface/low_interface.h, lib/cdda_interface/scan_devices.c, lib/cdda_interface/scsi_interface.c, lib/cdda_interface/smallft.c, lib/cdda_interface/smallft.h, lib/cdda_interface/test_interface.c, lib/cdda_interface/toc.c, lib/cdda_interface/utils.c, lib/cdda_interface/utils.h, lib/iso9660/.gitignore, lib/paranoia/.cvsignore, lib/paranoia/.gitignore, lib/paranoia/Makefile.am, lib/paranoia/gap.c, lib/paranoia/gap.h, lib/paranoia/isort.c, lib/paranoia/isort.h, lib/paranoia/libcdio_paranoia.sym, lib/paranoia/overlap.c, lib/paranoia/overlap.h, lib/paranoia/p_block.c, lib/paranoia/p_block.h, lib/paranoia/paranoia.c, src/Makefile.am, test/Makefile.am, test/driver/realpath.c: paranoia code removed. Is now in separate tree under GPL v2+. realpath.c: patch from Debian and N. Boullis 2012-02-19 rocky * test/driver/realpath.c: Debian POSIXness fix from N. Boullis 2012-02-19 rocky * NEWS, include/cdio/device.h: Deprecate some defines - patch from Nicolas Boullis. 2012-02-19 rocky * src/Makefile.am, src/cd-info.c: manual page corrections. 2012-02-12 R. Bernstein * test/check_cue.sh.in: $abs_top_path now seems to really refer to the absolute top path. Adjust data/check locations accordingly. 2012-02-12 R. Bernstein * test/check_cue.sh.in: $abs_top_path now seems to really refer to the absolute top path. Adjust data/check locations accordingly. 2012-02-08 R. Bernstein * doc/cd-text-format.texi: Incorporate Leon'suggestions 2012-02-08 R. Bernstein * doc/cd-text-format.texi: Other Pack Types -> Miscellaneous Pack Types 2012-02-08 R. Bernstein * doc/cd-text-format.texi: One more time 2012-02-08 R. Bernstein * doc/cd-text-format.texi: One small little change 2012-02-08 R. Bernstein * doc/cd-text-format.texi: Work a little on the grammar in the beginning of section "Pack Contents" 2012-02-08 R. Bernstein * doc/cd-text-format.texi: Revision based on latest comments from Thomas 2012-02-07 R. Bernstein * doc/cd-text-format.texi: Refine sectioning yet again, add pack numbers to appropriate sections. Other small changes. 2012-02-06 R. Bernstein * doc/cd-text-format.texi: Make two top-level sections to separate lower-level decode/encode from higher-level CD-TEXT entry. Go over references -- another pass is needed. Corrections from Thomas. CD Text -> CD-TEXT since that's how docs list it. 2012-02-06 R. Bernstein * doc/.gitignore, doc/Makefile.am, doc/{cd-text.texi => cd-text-format.texi}: Add an introduction. Make less machine-centric and more Human-centric. Regularize terminology more, e.g. CD Text, Pack Types. 2012-02-05 R. Bernstein * doc/cd-text.texi: Correct makeinfo sectioning. Use unnumbered for references 2012-02-05 R. Bernstein * doc/cd-text.texi: More small cd-text.texi changes 2012-02-05 R. Bernstein * doc/cd-text.texi: Clarifications and typos suggested by Thomas Schmitt. 2012-02-05 R. Bernstein * doc/cd-text.texi, doc/libcdio.texi: libcdio.texi: Encorporate Thomas' suggestions cd-text.texi: Encorporate Thomas' suggestions, revise sectioning; Start using floats in tables, and small corrections. 2012-02-04 R. Bernstein * doc/cd-text.texi: More little changes 2012-02-04 R. Bernstein * doc/cd-text.texi: More formatting changes 2012-02-04 R. Bernstein * doc/cd-text.texi: Ooops name spelling correction 2012-02-04 R. Bernstein * doc/Makefile.am, doc/libcdio.texi: Add rules to make cd-text.{html,pdf,ps}. Update CD-Text info as per discussion in libcdio-devel. 2012-02-04 R. Bernstein * doc/cd-text.texi: Misc small formatting changes and corrections. Work on references. 2012-02-04 R. Bernstein * doc/cd-text.texi: Add Thomas Schmitt's cdtext.txt converted to texinfo 2012-02-04 R. Bernstein * doc/libcdio.texi: Split one paragraph into 3 as suggested by Thomas Schmitt 2012-01-28 R. Bernstein * test/driver/realpath.c: realpath.c(main): Remove duplicate if condition. 2012-01-28 R. Bernstein * test/check_cue.sh.in: Wasn't showing full command name when check_cue.sh failed. 2012-01-28 R. Bernstein * lib/driver/mmc/mmc_hl_cmds.c, lib/driver/solaris.c, test/check_cue.sh.in: mmc_hl_cmds.c: remove gcc warning solaris.c: remove unused fn warning when not on solaris check_cue.sh.in: fix so we can build outside of source tree. With this, "make distcheck" works again. 2012-01-26 R. Bernstein * lib/driver/image/bincue.c, test/check_cue.sh.in: CDTEXTFILE directifile should be relative to CUE file. 2012-01-25 R. Bernstein * lib/driver/image/cdrdao.c, test/data/vcd2.toc: Find/fix another place in TOC reader where we need to use relative paths. Here in a branch of code for the DATAFILE statement. 2012-01-25 R. Bernstein * .gitignore, COPYING, configure.ac: Administrivia: Don't recreate INSTALL when doing autoreconf. COPYING is now in .git too. 2012-01-17 R. Bernstein * configure.ac, example/sample3.c, example/sample4.c: Enable automake enable silent rules which makes it easier to spot warnings. If Automake v1.10 or earlier is used, AM_SILENT_RESULES is be ignored. Patch also from Pete Batard. 2012-01-17 R. Bernstein * example/sample3.c, example/sample4.c: Remove a couple of "possibly unused variable" warnings. Patch from Pete Batard. 2012-01-17 R. Bernstein * .gitattributes: Make sure shell, automake, and autoconf files end in Unixish LF, the default autocrlf. Patch again from Pete Batard. 2012-01-17 R. Bernstein * : Add cdda.bin which is used in tests 2012-01-16 rocky * configure.ac, lib/driver/abs_path.c: Add replacement for strndup(). MinGW doesn't have it. From Pete Batard again. 2012-01-16 rocky * configure.ac: Remove -mwindows for MinGw and cygwin since it prevents stdout/stderr from reaching the console. From Pete Batard, see libcdio-devel Jan 16, 2012. 2012-01-16 rocky * lib/iso9660/iso9660_fs.c, lib/udf/udf_fs.c: Plug memory leak in iso9660_ifs_readdir() and udf_open(). Patches from Pete Batard. See libcdio_devel from Jan 16, 2012. 2011-12-25 rocky * test/cdtext.right, test/data/cdtext.cue: Double length of cdtext cue/bin example. Thomas reports on libcdio-devel that the helps some LG drives and wodim. 2011-12-16 rocky * lib/cdda_interface/libcdio_cdda.sym: Add fft_foward to externs. Used in linking libcdio_cdda 2011-12-15 R. Bernstein * configure.ac: Allow FreeBSD9. John Wehle says it works 2011-12-11 R. Bernstein * lib/driver/abs_path.c, lib/driver/cdio_private.h, lib/driver/image.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image_common.h: Issue #33636 make path names toc/cue files be relative to the toc/cue when no absolute path is specified in toc/cue FILENAME statements. 2011-12-11 R. Bernstein * lib/driver/abs_path.c, lib/driver/libcdio.sym, test/driver/.gitignore, test/driver/Makefile.am, test/driver/abs_path.c: Add cdio_dirname which I think should complete what we need. Also add test of abs_path and dirname 2011-12-11 R. Bernstein * lib/driver/abs_path.c: Start abs_path and basename to be used in cue files. 2011-12-10 R. Bernstein * lib/driver/.gitignore, lib/driver/Makefile.am, lib/driver/abs_path.c, lib/driver/libcdio.sym: Start abs_path and basename to be used in cue files. 2011-12-05 R. Bernstein * include/cdio/Makefile.am, src/util.h, test/check_common_fn.in: Incorporate patch #7628 for building outside of source tree. Check for locale en-US. 2011-12-04 R. Bernstein * include/cdio/cdtext.h, lib/driver/_cdio_generic.c, lib/driver/cdtext.c, lib/driver/image/bincue.c, lib/driver/image/nrg.c, lib/driver/mmc/mmc.c, test/cdtext.right, test/check_cue.sh.in: Patch from Leon Merten Lohse: Correct the length of the CD-TEXT block. 2011-11-30 rocky * INSTALL: Reinstate INSTALL - I need a better way to keep INSTALL from getting destroyed 2011-11-30 rocky * INSTALL, configure.ac, src/cdda-player.c: cygwin has ncurses.h in 2011-11-28 R. Bernstein * test/data/cdtext.cue: This cue is burnable via the command: cdrecord -text cuefile=cdtext.cue 2011-11-27 R. Bernstein * lib/driver/mmc/mmc_ll_cmds.c, test/driver/mmc_read.c: Look for a NULL destination buffer in mmc_read_cd and return DRIVER_OP_BAD_POINTER in this particular situation. 2011-11-27 R. Bernstein * doc/glossary.texi: Better CD Text information via Rob Fuller. 2011-11-27 R. Bernstein * doc/glossary.texi: Add a couple of URLs for CD Text information. 2011-11-27 R. Bernstein * lib/driver/image/cdrdao.c, test/data/cdda.cue, test/data/vcd2.toc: Move a little bit forward in implementing SILENCE in cdrdao. cdrdao tests now work while being a little more strict. 2011-11-25 R. Bernstein * lib/driver/image/cdrdao.c, test/data/Makefile.am: Add Leon Merten Lohse's cdtext test images. cdrdao.c reduse severity of not finding source - may change my mind later about this... 2011-11-25 rocky * configure.ac: If we don't have ncurses.h don't try to look for libncurses 2011-11-25 rocky * lib/driver/image/cdrdao.c: Check that we can find data source and give error when we can't 2011-11-24 R. Bernstein * configure.ac: up release to 0.84git 2011-11-24 R. Bernstein * THANKS, example/cdtext.c, include/cdio++/cdtext.hpp, include/cdio++/device.hpp, include/cdio++/disc.hpp, include/cdio++/track.hpp, include/cdio/cdio.h, include/cdio/cdtext.h, include/cdio/disc.h, include/cdio/track.h, lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32.c, lib/driver/_cdio_generic.c, lib/driver/aix.c, lib/driver/bsdi.c, lib/driver/cdio.c, lib/driver/cdio_private.h, lib/driver/cdtext.c, lib/driver/cdtext_private.h, lib/driver/disc.c, lib/driver/generic.h, lib/driver/gnu_linux.c, lib/driver/image.h, lib/driver/image/.gitignore, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/libcdio.sym, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_private.h, lib/driver/netbsd.c, lib/driver/os2.c, lib/driver/osx.c, lib/driver/solaris.c, src/cd-info.c, src/cdda-player.c, test/cdtext.right, test/check_cue.sh.in, test/check_fuzzyiso.sh, test/data/cdtext.cue, test/driver/nrg.c.in: 1) cdtext objects are no longer associated with a track but with the disc. 2) - cdio_get_cdtext no longer takes track as an argument - cdtext_get, cdtext_get_const, cdtext_set require track argument 3) Language, Genre, Genre Code and Encoding Fields are now properly parsed and stored in the cdtext object 4) Added public function cdio_get_cdtext_raw to extract the binary CD-Text 5) Added CDTEXTFILE keyword logic in cue sheet parser. Parses binary/raw CD-Text files 6) Added cdtext_genre2str to convert genre code 7) altered the example programs, test drivers, cdda-player and cd-info to work with these changes 8) Added test case 9) A few smaller changes A disc either holds CD-Text for all the tracks or does not hold any. Therefore a CD-Text object for the whole disc seems more natural to me. It also enables us to store global fields, like genre, encoding, language. Patch was tested on GNU/Linux 32 bit running Gentoo. 2011-11-16 R. Bernstein * configure.ac, include/cdio/device.h, lib/driver/image/cdrdao.c, test/data/Makefile.am, test/data/data5.toc, test/data/data6.toc, test/data/data7.toc, test/data/t10.toc, test/driver/cdrdao.c.in: Don't error out on handling "NO PRE_EMPHASIS" in cdrdao TOC. Savannah bug #34826: 2011-11-05 R. Bernstein * example/.gitignore, example/Makefile.am, example/README, example/discid.c, lib/.gitignore: discid (http://discid.sourceforge.net/) using libcdio. 2011-10-27 R. Bernstein * Makefile.am: Change -perm -777 to -perm -755 so gnu.ftp.org will accept upload. 2011-10-26 R. Bernstein * doc/how-to-make-a-release.txt: Administrivia. 2011-10-26 R. Bernstein * include/cdio/mmc.h, include/cdio/mmc_hl_cmds.h, include/cdio/mmc_ll_cmds.h: Reduce doxygen warnings regarding documenting some parameters. 2011-10-26 R. Bernstein * configure.ac: Get ready for 0.83 release 2011-10-21 rocky * INSTALL: INSTALL got clobbered 2011-10-21 R. Bernstein * INSTALL, configure.ac, lib/cdda_interface/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/paranoia/Makefile.am, lib/udf/Makefile.am: Makefile.am: Increase shared library "current" numbers, zeroing "revision" and "age ". configure.ac: require autoconf at least 2.67 2011-10-21 rocky * test/Makefile.am: Forgot to add check_legal.regex 2011-10-21 rocky * README.develop: Add version numbers for autoconf and automake. 2011-10-21 rocky * : commit 3dfffd589cad5ed04a3c72ead29f0407db424d76 Author: R. Bernstein Date: Fri Oct 21 06:05:17 2011 -0400 2011-10-20 R. Bernstein * README: Note there is limited support for writing via MMC as noted by Thomash Schmitt. 2011-10-20 R. Bernstein * include/cdio/Makefile.am, src/cd-paranoia/Makefile.am: src/cd-paranoia.h and include/cdio/cdio_config.h are derived files, so don't include them in the distribution. 2011-10-20 R. Bernstein * include/cdio/Makefile.am, include/cdio/cdio_unconfig.h, test/.gitignore, test/Makefile.am, test/testunconfig.c: Add an include to remove any C Preprocessor symbol libcdio's config.h creates. Programs using libcdio can do this: // for cdio: // for your program 2011-10-20 R. Bernstein * example/cdchange.c, example/isolist.c, example/isolsn.c, example/mmc1.c, example/mmc2.c, example/mmc2a.c, example/mmc3.c, example/paranoia.c, example/udffile.c, include/cdio/Makefile.am, lib/cdda_interface/common_interface.c, lib/cdda_interface/common_interface.h, lib/cdda_interface/drive_exceptions.c, lib/cdda_interface/toc.c, lib/cdda_interface/utils.c, lib/cdio++/devices.cpp, lib/cdio++/iso9660.cpp, lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_stdio.c, lib/driver/_cdio_stream.c, lib/driver/aix.c, lib/driver/audio.c, lib/driver/bsdi.c, lib/driver/cd_types.c, lib/driver/cdio.c, lib/driver/cdio_assert.h, lib/driver/cdtext.c, lib/driver/device.c, lib/driver/disc.c, lib/driver/ds.c, lib/driver/gnu_linux.c, lib/driver/image.h, lib/driver/image/bincue.c, lib/driver/image/nrg.c, lib/driver/image_common.c, lib/driver/logging.c, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_hl_cmds.c, lib/driver/mmc/mmc_ll_cmds.c, lib/driver/mmc/mmc_util.c, lib/driver/netbsd.c, lib/driver/os2.c, lib/driver/osx.c, lib/driver/portable.h, lib/driver/read.c, lib/driver/realpath.c, lib/driver/sector.c, lib/driver/solaris.c, lib/driver/track.c, lib/driver/utf8.c, lib/driver/util.c, lib/iso9660/iso9660_fs.c, lib/iso9660/iso9660_private.h, lib/iso9660/xa.c, lib/paranoia/gap.c, lib/paranoia/isort.c, lib/paranoia/overlap.c, lib/paranoia/p_block.c, lib/paranoia/paranoia.c, lib/udf/filemode.c, lib/udf/udf_fs.c, lib/udf/udf_private.h, lib/udf/udf_time.c, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/report.c, src/cdda-player.c, src/cddb.c, src/mmc-tool.c, src/util.h, test/check_sizeof.c, test/driver/bincue.c.in, test/driver/cdrdao.c.in, test/driver/freebsd.c, test/driver/gnu_linux.c, test/driver/helper.c, test/driver/mmc_read.c, test/driver/mmc_write.c, test/driver/nrg.c.in, test/driver/osx.c, test/driver/realpath.c, test/driver/solaris.c, test/driver/win32.c, test/test_lib_driver_util.c, test/testassert.c, test/testdefault.c, test/testgetdevices.c.in, test/testischar.c, test/testiso9660.c, test/testisocd.c, test/testparanoia.c, test/testpregap.c.in: Make sure config.h or the copy of that gets included only once to reduce duplicate include warnings. 2011-10-20 R. Bernstein * configure.ac, include/cdio/Makefile.am, lib/driver/cdtext.c, lib/driver/utf8.c, src/cd-info.c: Correct test for enable_cdda to accept either curses.h *or* ncurses.h Add in more places that use bzero. Checks suggested by Blake Jones. Add preprocessor symbol CDIO_CONFIG_H to 2011-10-20 rocky * THANKS: Add Dagobert Michelson to the growing list. 2011-10-20 R. Bernstein * example/README: Note that some adjustments might be needed to compile example programs 2011-10-20 R. Bernstein * Makefile.am, doc/Makefile.am, src/cd-paranoia/Makefile.am: Add remake --task documentation 2011-10-19 R. Bernstein * src/util.h: Add to pick up definition of bzero. 2011-10-19 R. Bernstein * README.develop, example/sample3.c, include/cdio++/iso9660.hpp, src/cd-drive.c, src/cd-paranoia/Makefile.am, test/check_legal.regex: Remove CVS $Id$ line which is no longer automatically updated. ios9660.hpp under FS because of Solaris macro conflict as suggested by Thomas Schmitt. cd-drive.c: add some casts to remove gcc warnings src/cd-paranoia/Makefile.am: remove a GNU make idiom. README.develop: note needing GNU make or remake 2011-10-19 R. Bernstein * example/mmc3.c, example/sample3.c, example/sample4.c: Remove some warnings 2011-10-19 R. Bernstein * lib/driver/gnu_linux.c: sprintf -> snprintf 2011-10-20 rocky * lib/driver/solaris.c: solaris.c: sprintf->snprintf as implicitly suggested by Thomas Schmitt 2011-10-20 rocky * lib/iso9660/rock.c, test/check_common_fn.in: rock.c: small C-Preprocessor bug noticed on Solaris 10 sparc. check_common_fn.in: avoid == for older /bin/sh as Solaris has 2011-10-18 R. Bernstein * : commit 47e4844390cb801a3dcd8e38cad4cc7e559962d4 Author: R. Bernstein Date: Tue Oct 18 20:00:56 2011 -0400 2011-10-18 rocky * NEWS: Update NEWS for pending 0.83 release. 2011-10-04 R. Bernstein * src/util.c, test/cdda-mcn.right, test/cdda-read.right, test/cdda.right, test/check_common_fn.in, test/check_opts.sh, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/copying-rr.right, test/copying.right, test/fsf.right, test/isofs-m1-no-rr.right, test/isofs-m1-read.right, test/isofs-m1.right, test/joliet-nojoliet.right, test/joliet.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/vcd_demo_vcdinfo.right, test/vcd_demo_vcdinfo_toc.right, test/videocd.right: --no-header omits warranty. Patch from Martin von Gagem. Savannah #29307. 2011-09-12 R. Bernstein * src/cd-info.c: Give CDDB info if *any* tracks are found to be audio tracks. 2011-08-25 rocky * lib/driver/MSWindows/win32_ioctl.c: Fix a couple of sizeof syntax errors in converting sprintf to snprintf. See bug #34125. 2011-07-08 rocky * configure.ac, include/cdio/Makefile.am: Use "make" to create include/cdio/cdio_config.h rather than do it in the configure script. 2011-07-08 rocky * include/cdio/paranoia.h, lib/paranoia/paranoia.c: Reduce range of seek in paranoia_seek to be int32_t. CDDA's definitely live within this range. off_t is influenced by _FILE_OFFSET_BITS and can cause problems on a 32-bit system where _FILE_OFFSET_BITS is set to 64. See Bastiaan Timmer's posting to libcdio-help on July 7, 2011. 2011-07-07 rocky * configure.ac: Copy all of config.h in order to get _FILE_OFFSET_BITS. 2011-05-31 R. Bernstein * lib/iso9660/iso9660_fs.c, src/iso-info.c: Two more Coverty static analysis issues addressed by Honza Horak. 2011-05-30 rocky * example/audio.c, example/mmc2a.c, example/paranoia.c, lib/cdda_interface/cddap_interface.c, lib/cdda_interface/common_interface.c, lib/cdda_interface/scan_devices.c, lib/driver/device.c, lib/driver/gnu_linux.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/mmc/mmc.c, lib/driver/read.c, lib/iso9660/iso9660_fs.c, lib/paranoia/paranoia.c, lib/udf/udf_file.c, lib/udf/udf_fs.c, src/cd-info.c, src/cd-paranoia/cd-paranoia.c, src/cd-read.c, src/iso-info.c: patch from Honza Horak using Coverity's static analysis tool. 2011-05-27 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c, lib/driver/solaris.c, src/cdda-player.c: Change a number of sprintf's to snprintf. 2011-05-20 R. Bernstein * README.libcdio, configure.ac: configure.ac: remove no AC_LANG_SOURCE call detected. (From Christopher Yeleighton) 2011-05-19 R. Bernstein * INSTALL: Typo 2011-05-19 R. Bernstein * .gitignore, INSTALL: More specific install instructions 2011-05-19 R. Bernstein * INSTALL.git: INSTALL.git information is in README.develop 2011-05-19 R. Bernstein * README.develop, README.libcdio: Update development install instructions and libcdio-specific "configure" options. 2011-05-19 R. Bernstein * test/cdda.right: Adjust test output - track now has width for two digits. 2011-05-19 R. Bernstein * INSTALL.git, Makefile.am, README, doc/Makefile.am, doc/doxygen/html/.cvsignore, example/audio.c, include/cdio++/enum.hpp, include/cdio++/read.hpp, include/cdio/rock.h, include/cdio/scsi_mmc.h, lib/driver/portable.h, lib/driver/sector.c, lib/iso9660/xa.c, package/libcdio.spec.in, parse/toc.y, src/Makefile.am, src/cd-drive.help2man, src/cd-info.help2man, src/cd-paranoia/doc/en/cd-paranoia.1.in, src/cd-paranoia/header.c, src/cd-read.help2man, src/cdda-player.c, src/cdinfo-linux.c, src/iso-info.help2man, src/iso-read.help2man, src/util.c, src/util.h: Add git install instructions. Simplify and customize INSTALL. Add dependency to cause version.texi to get created. Update my email address. 2011-05-18 rocky * THANKS, include/cdio/audio.h, include/cdio/types.h, include/cdio/udf_file.h, lib/driver/mmc/mmc.c, src/cd-info.c: Add ISRC track info to cd-info output. Code from Scot C. Bontrager. 2011-05-18 R. Bernstein * src/cdda-player.c: Correct wording in cdda-player comments. For Christopher Yeleighton, among others. 2011-05-18 R. Bernstein * src/cdda-player.c: Don't wrap-around volume adjustment for cdda-player. The rationale is that folks might not look at the volume indicator or know what the max or min values are. See issue #33333 by Christopher Yeleighton. 2011-05-17 rocky * lib/driver/libcdio.sym: Make sure mmc_isrc_track_read_subchannel is a global symbol 2011-05-17 rocky * THANKS, include/cdio/mmc.h, lib/driver/mmc/mmc.c: Add mmc routine to get the ISRC information on a CD that is in the q subchannel but not showing up in the CDTEXT. Contributed by Scot C. Bontrager. 2011-04-23 R. Bernstein * example/cdtext.c, lib/driver/cdtext.c, lib/driver/cdtext_private.h: From Leon Merten Lohse https://savannah.gnu.org/patch/?7532: * discid field extraction * genre field extraction (experimental) * blocksize field extraction * read charcode from blocksize field * some unneeded comments removed * unneeded local variables removed * typos 2011-03-28 R. Bernstein * : commit 66a3e4689efe80897648ca0e4b0faf36845a1fed Author: R. Bernstein Date: Mon Mar 28 12:30:36 2011 -0400 2011-03-28 R. Bernstein * lib/driver/cdtext.c: CD-text patches from Leon Merten Lohse to handle double-byte strings. See https://savannah.gnu.org/patch/?7516 2011-02-24 rocky * src/cd-read.c: Correct erroneous error message. Thanks to Bas Timmer via libcdio-help. 2010-11-30 R. Bernstein * lib/iso9660/rock.c, src/util.c: Guard against not having S_ISLNK and S_ISSOCK. 2010-11-10 R. Bernstein * lib/cdda_interface/scan_devices.c: Memoery leak reported in paranoia-dev. Fix from billy.donahue. 2010-10-26 R. Bernstein * Makefile.am, lib/udf/udf_file.c: Makefile.am: Variable was misspelled 2010-10-22 R. Bernstein * : commit 122aecc0a93cd3613379059d8983af5acf390ad8 Author: R. Bernstein Date: Fri Oct 22 23:39:19 2010 -0400 2010-08-27 rocky * : commit e3226cdd2bf02d6934f928a70898facbbbc98009 Author: rocky Date: Fri Aug 27 17:09:14 2010 -0400 2010-05-30 R. Bernstein * example/cdchange.c, example/isofile.c, example/isofile2.c, example/isofuzzy.c, example/paranoia.c, example/udffile.c: config.h has to come first else _FILE_OFFSET_BITS are redefined in say opensolaris. Part 2 of patch from Thomas Schmitt 2010-05-30 R. Bernstein * : commit 789a90472a461ec9f4ec19d1f3417aa9c81e5b10 Author: R. Bernstein Date: Sun May 30 01:24:59 2010 -0400 2010-05-11 R. Bernstein * include/cdio/dvd.h: uint8_t -> unsigned int. http://en.wikipedia.org/wiki/C_syntax#Bit_fields via Thomas Schmitt 2010-05-11 R. Bernstein * src/cdda-player.c: Silence another GCC warning. Thanks to Thomas Schmitt for this. 2010-05-11 R. Bernstein * include/cdio/mmc.h: Typo found by Thomas Schmitt. 2010-05-07 rocky * lib/driver/FreeBSD/freebsd_cam.c: From Thomas Schmitt: in order to preserve the current behavior over the CAM changes. 2010-03-23 R. Bernstein * lib/iso9660/iso9660.c: Compile error when Rock Ridge support is disabled. Savannah bug #29308. 2010-03-23 R. Bernstein * configure.ac: Savannah Patch #7129 from Mike Frysinger: specifies user-visible e-mail address in AC_INIT - uses AC_HELP_STRING() for enable/with options - uses AC_MSG_* instead of `echo` for user notices - removes redundant test checks for enable/with options - fixes 3rd arg handling with AC_ARG_ENABLE and --enable-rock and --enable-cddb and --enable-vcd-info - properly quotes enable/with variables in case someone passes a value with spaces as the enable/with value 2010-03-23 R. Bernstein * lib/driver/disc.c: Track discmode_t (include/disc.h) enumeration changes 2010-02-22 R. Bernstein * include/cdio/Makefile.am, include/cdio/device.h, include/cdio/mmc.h, include/cdio/mmc_util.h, lib/driver/Makefile.am, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_util.c, test/driver/.gitignore: mmc_util.{c,h} Break simpler non-dependent mmc helper or utility routines from mmc.{c,h} 2010-02-11 R. Bernstein * configure.ac, example/cdchange.c: Start to remove sleep in favor of usleep. Bug #28543. 2010-02-11 R. Bernstein * lib/driver/mmc/mmc_hl_cmds.c: Small change 2010-02-11 R. Bernstein * include/cdio/mmc.h, include/cdio/mmc_hl_cmds.h, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_hl_cmds.c, test/driver/mmc_read.c: Move another routine from mmc.c into mmc_hl_cmds.c 2010-02-11 R. Bernstein * test/driver/mmc_read.c: Fix Minor test bug 2010-02-11 R. Bernstein * test/driver/mmc_read.c, test/driver/mmc_write.c: Go over for coding and code style. 2010-02-10 R. Bernstein * test/driver/mmc_write.c: Small changes 2010-02-10 R. Bernstein * include/cdio/mmc_ll_cmds.h, lib/driver/mmc/mmc_ll_cmds.c, test/driver/Makefile.am, test/driver/mmc_read.c, test/driver/{mmc.c => mmc_write.c}: Split off MMC tests which don't involve exclusive access from those that do. 2010-02-09 R. Bernstein * example/mmc1.c, include/cdio/Makefile.am, include/cdio/mmc.h, include/cdio/mmc_cmds.h, include/cdio/mmc_hl_cmds.h, include/cdio/mmc_ll_cmds.h, lib/driver/libcdio.sym, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_hl_cmds.c, lib/driver/mmc/mmc_ll_cmds.c, test/driver/mmc.c: Add mmc_read_disc_information. Change get_disctype to use it and thus it moves from mmc.c into mmc_hl_cmds.c. Status is now the return type, not erasable. Split mmc_cmds.h into mmc_ll_cmds.h and mmc_hl_cmds.h. test/driver/mmc.c for invalid page check we get the right sense key, asc, and ascq. 2010-02-09 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c: Clear sense request valid flag. 2010-02-09 R. Bernstein * test/driver/mmc.c: Test sense key, sense code and additional sense code on invalid page. 2010-02-09 R. Bernstein * include/cdio/mmc.h: Add CDIO_MMC_GPCMD_READ_TRACK_INFORMATION 2010-02-09 R. Bernstein * lib/driver/libcdio.sym, test/driver/mmc.c: sort libcdio.sym. Remove duplicated tests. 2010-02-09 R. Bernstein * lib/driver/libcdio.sym, test/driver/Makefile.am: Missing some more externals and a file which needs to go into the distribution tarball. 2010-02-09 R. Bernstein * configure.ac, lib/driver/libcdio.sym: Drop version number on automake. Add missing externals to libcdio.sym 2010-02-08 R. Bernstein * include/cdio/mmc.h: Comment spelling typos 2010-02-08 R. Bernstein * example/mmc1.c, test/driver/mmc.c: Use mmc_get_disctype in mmc example. 2010-02-08 R. Bernstein * include/cdio/mmc.h, include/cdio/mmc_cmds.h, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_hl_cmds.c, test/driver/mmc.c: Remove duplicate cdio_mmc_disctype_t. 2010-02-08 R. Bernstein * lib/driver/mmc/mmc_cmd_helper.h, lib/driver/mmc/mmc_hl_cmds.c, lib/driver/mmc/mmc_ll_cmds.c, test/driver/mmc.c: Fix all fo the bugs I introduced "improving" the code of others. mmc_ll_cmds.c: mmc_mode_select and mmc_get_configuration now work. mmc_hl_cmds.c: bug introduced by turning a var into a pointer to that variable. 2010-02-08 R. Bernstein * doc/glossary.texi, test/driver/mmc.c: glossary.texi: disctype additions/corrections mmc.c: start test of get_disctype, stylisting convention changes. Warning: mmc_get_configuration and mmc_get_mode_select are broken. 2010-02-07 R. Bernstein * doc/glossary.texi: See above. 2010-02-07 R. Bernstein * doc/glossary.texi: Add DVD-R DL, HD DVD-R and HD DVD-RAM. 2010-02-07 R. Bernstein * include/cdio++/mmc.hpp, include/cdio/mmc.h, include/cdio/mmc_cmds.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/gnu_linux.c, lib/driver/libcdio.sym, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_hl_cmds.c, lib/driver/mmc/mmc_ll_cmds.c, src/mmc-tool.c, test/driver/mmc.c: Add SCSI-MMC GET CONFIGURATION. Add Frank Endres' disc type determination via MMC. Be more careful to suffix with CDIO_MMC which I hope will reduce possible name conflicts. 2010-02-07 R. Bernstein * include/cdio/mmc.h, include/cdio/mmc_cmds.h, lib/driver/gnu_linux.c, lib/driver/mmc/mmc.c, lib/driver/mmc/mmc_hl_cmds.c, lib/driver/mmc/mmc_ll_cmds.c: Start populating mmc/mmc_hl_cmds.c. Create mmc directory in preparation for making it a library. mmc.h: CDIO_MMC_GPCMD_ALLOW_MEDIUM_REMOVAL -> CDIO_MMC_GPCMD_PREVENT_ALLOW_MEDIUM_REMOVAL mmc.c: Move mm_eject_media and mmc_set_drive_speed to mmc/mmc_hl_cmds.c mmc_ll_cmds.c: add mmc_prevent_allow_medium_removal, move mmc_mode_sense to mmc/mmc_hl_cmds.c 2010-02-07 R. Bernstein * include/cdio++/mmc.hpp, include/cdio/mmc_cmds.h, lib/driver/Makefile.am, lib/driver/cdio_private.h, lib/driver/mmc/.gitignore, lib/driver/mmc/Makefile, lib/driver/{ => mmc}/mmc.c, lib/driver/mmc/mmc_cmd_helper.h, lib/driver/mmc/mmc_hl_cmds.c, lib/driver/{mmc_cmds.c => mmc/mmc_ll_cmds.c}, lib/driver/{ => mmc}/mmc_private.h, src/mmc-tool.c, test/driver/mmc.c: Move more towards making MMC a library. Start to reorganize more to break out 1-1 SCSI-MMC commands (in mmc_ll_cmds.c) from higher-level commands which use the lower-level ones. 2010-02-07 R. Bernstein * include/cdio/mmc.h, include/cdio/mmc_cmds.h, lib/driver/mmc_cmds.c, test/driver/mmc.c: Add mcc_test_unit_ready and mmc_mode_select (buggy). Allow for timeouts on mmc commands - more work needed here too. 2010-02-06 R. Bernstein * include/cdio/mmc.h, include/cdio/mmc_cmds.h, lib/driver/mmc.c, lib/driver/mmc_cmds.c: Small cleanups 2010-02-06 R. Bernstein * include/cdio++/mmc.hpp, include/cdio/mmc.h, include/cdio/mmc_cmds.h, lib/driver/mmc.c, lib/driver/mmc_cmds.c, src/mmc-tool.c, test/driver/mmc.c: lib/driver/mmc.c - DRY code. Warning - might have introduced breakage here *mmc*: mmc_start_stop_media -> mmc_start_stop_unit, CDIO_MMC_GPCMD_START_STOP -> CDIO_MMC_GPCMD_START_STOP_UNIT cdio++/mmc.hpp: Regularize Doxygen comment format. 2010-02-06 R. Bernstein * example/mmc2a.c, include/cdio++/cdio.hpp, include/cdio/Makefile.am, include/cdio/mmc.h, include/cdio/mmc_cmds.h, lib/driver/Makefile.am, lib/driver/device.c, lib/driver/mmc.c, lib/driver/mmc_cmds.c, src/mmc-tool.c, test/driver/mmc.c: Start to split off specific mmc commands from the lower-level internals. 2010-02-06 R. Bernstein * include/cdio/disc.h, include/cdio/dvd.h, lib/driver/_cdio_generic.c: Add CDIO_DISC_MODEs to correspond to updated DVD Book types. 2010-02-06 R. Bernstein * include/cdio/dvd.h: See above 2010-02-06 R. Bernstein * NEWS, include/cdio/dvd.h, lib/driver/disc.c: dvd.h: Update DVD book types disc.c: Add CDIO_DISC_MODE_DVD_OTHER Thanks to Frank Endes and Thomas Schmitt for observing the problem and suggesting the fixes. 2010-02-06 R. Bernstein * lib/driver/disc.c: Had erroneously omitted CDIO_DISC_MODE_DVD_OTHER. Omission pointed out by Frank Endres. 2010-02-05 R. Bernstein * doc/glossary.texi, include/cdio/mmc.h, lib/driver/mmc.c, test/driver/mmc.c: glossary.texi, mmc.h: note acronyms SPC-3, MMC-5, SBC-2. glossary.texi: start using texinfo cross references test/driver/mmc.c: use provided routine for start/stop unit. Warning: might have broken things here. 2010-02-05 R. Bernstein * include/cdio/mmc.h, lib/driver/mmc.c, test/driver/mmc.c: Revise with info from dpANS SCSI Primary Commands-3 (SPC-3). Use sense data structure in mmc_last_cmd_sense. 2010-02-05 R. Bernstein * include/cdio/mmc.h, lib/driver/mmc.c: Add SCSI sense key values. 2010-02-04 R. Bernstein * include/cdio/mmc.h, lib/driver/mmc.c, test/driver/mmc.c: mmc.h: Big endian bytes is not the same as big_endian bitfield mmc.c: more pervasive use of cdio's mmc definitions. 2010-02-03 R. Bernstein * include/cdio/device.h, include/cdio/mmc.h, lib/driver/MSWindows/win32_ioctl.c, test/driver/mmc.c: mmc.h: TEST_UNIT_READY MMC command opcode device.h: Add DRIVER_OP_MMC_SENSE to driver_return_code_t. win32_ioctl.c: work around MS bug where buffer sizes are 0 or 1. Set return code status if sense data passed back. Translate bad parameter MS Windows error into a driver_return_code_t error. test/driver/mmc.c: Reinstate old logic now that the MS Windows driver has been made to work more like other drivers and copes with some of the MS Windows causing failure here. 2010-02-03 R. Bernstein * lib/driver/gnu_linux.c: Fix in changing data types. 2010-02-03 R. Bernstein * include/cdio/mmc.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/gnu_linux.c: Add more doxygen comments as to sense request information means and add a typedef for mmc_sense_request. Use this in win32_ioctl.c. 2010-02-03 R. Bernstein * include/cdio/mmc.h, include/cdio/types.h, lib/driver/gnu_linux.c: Add type definition for SCSI sense data. 2010-02-02 R. Bernstein * test/driver/mmc.c: Comment out some MMC tests which are failing on GNU/Linux where we are *not* getting sense data back but we are getting failures from ioctl(.. CDROM_SEND_PACKET) 2010-02-02 R. Bernstein * : commit 60b237a16126b6e538a5fbea863f64ef5dfe92d6 Author: R. Bernstein Date: Tue Feb 2 22:15:55 2010 -0500 2010-02-01 R. Bernstein * lib/driver/osx.c: Handle SCSI_MMC_DATA_NONE and copy sense data. Not working since SCSI Pass is still broken. Presumably after that's solved there will be less catch-up work. 2010-01-31 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c: Format windows error messages better. 2010-01-31 R. Bernstein * : commit 5f10331adb59fbc25e4817e74624781642a5c0bd Author: R. Bernstein Date: Sun Jan 31 21:31:08 2010 -0500 2010-01-31 R. Bernstein * include/cdio/mmc.h, lib/driver/mmc.c, test/driver/mmc.c: Allow a status parameter in mmc_get_disc_eraseable to be NULL. Suggested by Frank Endres on libcdio-devel mailing list. 2010-01-30 R. Bernstein * example/mmc1.c: Update date 2010-01-30 R. Bernstein * example/mmc1.c, test/driver/mmc.c: Linguistic purity. 2010-01-30 R. Bernstein * example/mmc1.c: Show off drive_erasable() in MMC example. 2010-01-29 R. Bernstein * lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32_ioctl.c, test/driver/gnu_linux.c, test/driver/win32.c: Add cdio_get_arg("scsi-tuple") for Win32 ioctl. 2010-01-29 R. Bernstein * NEWS, include/cdio/mmc.h, lib/driver/mmc.c: Update MMC Feature Profile list 2010-01-29 R. Bernstein * include/cdio/mmc.h, lib/driver/mmc.c, test/driver/mmc.c: Add a driver return code parameter to mmc_get_get_disc_erasable. 2010-01-28 R. Bernstein * NEWS, THANKS, include/cdio/mmc.h, lib/driver/mmc.c, lib/driver/mmc_private.h, test/driver/mmc.c: Add mmc_get_disc_erasable courtesy of Frank Endres. 2010-01-28 R. Bernstein * include/cdio/mmc.h, lib/driver/mmc.c: Fill out parameter descriptions to remove doxygen warnings. 2010-01-28 R. Bernstein * include/cdio/mmc.h, lib/driver/mmc.c, test/driver/bincue.c.in: Regularis some of the mmc Doxygen comments. 2010-01-27 R. Bernstein * src/cd-paranoia/getopt.h: Assume nowadays Standard C is Standard C 2010-01-24 R. Bernstein * test/driver/.gitignore, test/driver/Makefile.am, test/driver/bincue.c.in, test/driver/cdrdao.c.in, test/driver/gnu_linux.c, test/driver/helper.c, test/driver/helper.h, test/driver/nrg.c.in: Start to DRY driver unit tests. 2010-01-23 R. Bernstein * test/driver/bincue.c.in, test/driver/cdrdao.c.in: Reduce verbosity of test programs. For additional verbosity pass a param to the test program. 2010-01-23 R. Bernstein * configure.ac, doc/.gitignore, test/Makefile.am, test/driver/.gitignore, test/driver/Makefile.am, test/{testtoc.c => driver/cdrdao.c.in}: testtoc -> driver/cdrdao.c.in 2010-01-23 R. Bernstein * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32.c, src/cd-paranoia/.gitignore, test/driver/.gitignore: Better diagnostic messages for MS Window driver. 2010-01-22 R. Bernstein * doc/glossary.texi, doc/libcdio.texi: libcdio.texi: More sectioning with respect to the libraries glossary.texi: Add Thomas Schmitt's DVD Blu-Ray and media information. 2010-01-22 R. Bernstein * doc/libcdio.texi: Input and Control -> Input, Output, and Control thanks to Thomas Schmitt 2010-01-22 R. Bernstein * doc/libcdio.texi, test/driver/.gitignore: Revise section regarding "SCSI, SCSI commands, and MMC commands" 2010-01-21 R. Bernstein * doc/glossary.texi: Thomas Schmitt's corrections and additions. 2010-01-21 R. Bernstein * doc/libcdio.texi: Document corrections courtesy of Thomas Schmitt. 2010-01-21 R. Bernstein * test/driver/.gitignore, test/driver/bincue.c: Document corrections courtesy of Thomas Schmitt. 2010-01-21 R. Bernstein * configure.ac: Allow automake 1.10 2010-01-21 R. Bernstein * test/.gitignore, test/cdda.bin, test/isofs-m1.bin: Remove derived files. 2010-01-21 R. Bernstein * test/Makefile.am, test/cdda.bin, test/driver/bincue.c, test/driver/mmc.c, test/isofs-m1.bin: cygwin fixes. 2010-01-21 R. Bernstein * configure.ac, example/paranoia.c, lib/cdda_interface/utils.c, src/cd-read.c, test/Makefile.am, test/driver/Makefile.am, test/driver/bincue.c, test/driver/bincue.c.in, test/{testnrg.c.in => driver/nrg.c.in}: Remove more warnings. test/testnrg.c.in -> test/driver/nrg.c.in 2010-01-20 R. Bernstein * test/driver/bincue.c, test/driver/bincue.c.in, test/driver/gnu_linux.c: Fold more tests into bi/ncue driver. 2010-01-20 R. Bernstein * test/Makefile.am, test/data/isofs-m1.cue, test/driver/.gitignore, test/driver/Makefile.am, test/driver/bincue.c: Make "make dist" package everything again. 2010-01-20 R. Bernstein * configure.ac, doc/.gitignore, doc/doxygen/.gitignore, test/Makefile.am, test/check_cd_read.sh, test/check_cue.sh.in, test/check_fuzzyiso.sh, test/check_iso.sh.in, test/check_nrg.sh.in, test/check_opts.sh, test/check_paranoia.sh.in, test/data/.gitignore, test/data/Makefile.am, test/{ => data}/bad-cat1.cue, test/{ => data}/bad-cat1.toc, test/{ => data}/bad-cat2.cue, test/{ => data}/bad-cat2.toc, test/{ => data}/bad-cat3.cue, test/{ => data}/bad-cat3.toc, test/{ => data}/bad-file.toc, test/{ => data}/bad-mode1.cue, test/{ => data}/bad-mode1.toc, test/{ => data}/bad-msf-1.cue, test/{ => data}/bad-msf-1.toc, test/{ => data}/bad-msf-2.cue, test/{ => data}/bad-msf-2.toc, test/{ => data}/bad-msf-3.cue, test/{ => data}/bad-msf-3.toc, test/{ => data}/cdda.cue, test/{ => data}/cdda.toc, test/{ => data}/cdtext.toc, test/{ => data}/data1.toc, test/{ => data}/data2.toc, test/{ => data}/data5.toc, test/{ => data}/data6.toc, test/{ => data}/data7.toc, test/{ => data}/isofs-m1.toc, test/{ => data}/p1.cue, test/{ => data}/t1.toc, test/{ => data}/t2.toc, test/{ => data}/t3.toc, test/{ => data}/t4.toc, test/{ => data}/t5.toc, test/{ => data}/t6.toc, test/{ => data}/t7.toc, test/{ => data}/t8.toc, test/{ => data}/t9.toc, test/{ => data}/vcd2.toc, test/{ => data}/vcd_demo.toc, test/driver/.gitignore, test/driver/Makefile.am, test/{testbincue.c.in => driver/bincue.c.in}, test/isofs-m1.cue, test/testgetdevices.c.in, test/testisocd2.c.in, test/testnrg.c.in, test/testpregap.c.in, test/testtoc.c: Reorganize test data for future growth. 2010-01-18 R. Bernstein * doc/libcdio.texi, example/cdchange.c, lib/driver/aix.c, lib/driver/gnu_linux.c: More information around access modes for specific drivers. 2010-01-18 R. Bernstein * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32.c, test/driver/win32.c: Extend win32 test to check get_arg("mmc-supported?"). Turn ASPI load failer into an info message 2010-01-18 R. Bernstein * lib/driver/MSWindows/win32.c, test/driver/realpath.c: Bug fixes in test/driver programs 2010-01-17 R. Bernstein * doc/libcdio.texi: Start a section on access modes and cdio_get_args. 2010-01-17 R. Bernstein * example/cdchange.c, example/paranoia.c, lib/driver/aix.c, lib/driver/image_common.c, lib/driver/netbsd.c, test/driver/gnu_linux.c: driver/*.c: Add response for get_arg("mmc-supported?") example/*.c: remove compiler wranings. 2010-01-17 R. Bernstein * : commit 67c86230519db22b3731e789e0e86381e8d29ff6 Author: R. Bernstein Date: Sun Jan 17 04:49:47 2010 -0500 2010-01-17 R. Bernstein * test/driver/realpath.c: Test was erroneously failing when temp directory had a symbolic link in it (as it does on OSX). 2010-01-16 R. Bernstein * lib/cdda_interface/scan_devices.c: realpath -> cdio_realpath which pretends to be more portable. 2010-01-16 R. Bernstein * lib/driver/gnu_linux.c: Add way to determine if MMC commands are available: get_arg("mmc-supported?") 2010-01-16 R. Bernstein * NEWS, lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/FreeBSD/freebsd_ioctl.c, lib/driver/gnu_linux.c, test/driver/mmc.c: FreeBSD read/write and most-recent scsi sense access courtesy of Thomas Schmitt. 2010-01-16 R. Bernstein * configure.ac, include/cdio/util.h, lib/driver/Makefile.am, lib/driver/_cdio_generic.c, lib/driver/gnu_linux.c, lib/driver/{follow_symlink.c => realpath.c}, lib/iso9660/iso9660_fs.c, test/driver/Makefile.am, test/driver/{follow_symlink.c => realpath.c}: cdio_follow_symlink -> cdio_realpath which is really POSIX realpath. (Suggestion via Thomas Schmitt.) gnu_linux.c: report errors when they occur. 2010-01-15 R. Bernstein * test/driver/follow_symlink.c: Add doxyen comment for follow_symlink. Add another follow_symlink test. 2010-01-14 R. Bernstein * test/driver/follow_symlink.c: CLean up better by remove temporary symbolic link file. 2010-01-14 R. Bernstein * test/driver/.gitignore, test/driver/Makefile.am, test/driver/follow_symlink.c: include/cdio/util.h: document cdio_follow_symlink. lib/is9660/iso966O_fs.c: Remove a gcc warning test/driver/follow_symlink.c First test of cdio_follow_symlink. Doc 2010-01-13 R. Bernstein * lib/driver/.gitignore, lib/driver/Makefile.am, lib/driver/follow_symlink.c, lib/driver/util.c: Add Thomas Schmitt's bug fixes and standalone code. 2010-01-07 R. Bernstein * lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h: Start to add read-write access mode for FreeBSD. Not working yet. 2010-01-06 R. Bernstein * lib/driver/FreeBSD/freebsd.c, test/driver/freebsd.c: Correct cdio_get_devices for FreeBSD. 2010-01-06 R. Bernstein * test/driver/freebsd.c: First functional (if minimal) FreeBSD test program. 2010-01-06 R. Bernstein * lib/driver/FreeBSD/freebsd_cam.c, test/.gitignore, test/driver/.gitignore, test/driver/Makefile.am, test/driver/freebsd.c: Start FreeBSD driver test. Not currently working though. freebsd.cam: check for error in ioctl. 2010-01-03 R. Bernstein * configure.ac: Let's try FreeBSD driver on FreeBSD 8.x 2010-01-01 R. Bernstein * lib/driver/MSWindows/win32_ioctl.c, lib/driver/gnu_linux.c: Start to request sense data in DeviceIOControl of MS Windows. gnu_linux.c: small changes. 2009-12-31 R. Bernstein * lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h: Closer to having RW access working 2009-12-31 R. Bernstein * test/driver/mmc.c: mmc.c: use OS driver open, not the specific GNU/Linux one 2009-12-31 WIndows XP * lib/driver/MSWindows/win32.c, lib/driver/gnu_linux.c: Last change to gnu_linux.c broke things on non GNU/Linux 2009-12-31 R. Bernstein * NEWS: Update NEWS with scsi-tuple* 2009-12-31 R. Bernstein * lib/driver/_cdio_generic.c, lib/driver/generic.h, lib/driver/gnu_linux.c, test/driver/gnu_linux.c: Add ability to retrieve SCSI tuple for a name and/or fake one up. This helps programs that want to be cd-record compatible. In particular to parameters were added to cdio_get_arg, "scsi-tuple", and "scsi-tuple-linux". Code from Thomas Schmitt. 2009-12-31 R. Bernstein * lib/driver/mmc.c, test/driver/Makefile.am, test/driver/mmc.c: lib/driver/mmc.c: remove bug in dereferencing NULL pointer. (Found in testing ;-) test/driver/mmc.c: MMC command testing code from Thomas Schmitt. 2009-12-26 R. Bernstein * test/driver/Makefile.am, test/driver/osx.c: Start OSX driver test 2009-12-26 R. Bernstein * example/mmc3.c: Don't eject a CDROM drive door in testing. 2009-12-26 WIndows XP * test/driver/Makefile.am, test/driver/win32.c: Start unit test for lib/driver/MSWindows/win32.c 2009-12-26 rocky * example/cdtext.c, example/mmc1.c, example/mmc2.c, example/mmc2a.c, example/mmc3.c, example/paranoia.c, example/paranoia2.c, example/sample4.c, test/testiso9660.c: example/* change failures so the record as skipped tests when running 'make check'. 2009-12-26 R. Bernstein * configure.ac, include/cdio/version.h.in, test/Makefile.am, test/driver/.gitignore, test/driver/Makefile.am, test/{testlinux.c => driver/gnu_linux.c}, test/{testsolaris.c => driver/solaris.c}: Move driver tests into a separate directory. 2009-12-26 WIndows XP * test/testlinux.c, test/testsolaris.c: Small changes 2009-12-26 rocky * : commit e7911dcb697d34373ca9ef670f27555551db7cbc Author: rocky Date: Sat Dec 26 13:25:35 2009 +0100 2009-12-25 R. Bernstein * : commit 5aec1e053615018b84f7779953232853073bb44b Author: R. Bernstein Date: Fri Dec 25 19:45:09 2009 -0500 2009-12-25 WIndows XP * lib/driver/MSWindows/aspi32.c, lib/driver/gnu_linux.c: First attempt to add sense retrieval in Windows driver. Clean up return code in run_mmc_cmd_aspi. 2009-12-25 R. Bernstein * configure.ac: Show whether we are building C++ programs in configure output. 2009-12-25 R. Bernstein * include/cdio/version.h.in, lib/driver/libcdio.sym, lib/driver/util.c, test/.gitignore, test/Makefile.am, test/test_lib_driver_util.c: Add run-time variables for libcdio version number/string. 2009-12-25 R. Bernstein * NEWS, THANKS, lib/driver/gnu_linux.c, lib/driver/solaris.c: Recording and retrieval of SCSI sense reply for GNU/Linux. 2009-12-25 R. Bernstein * NEWS, THANKS, include/cdio/mmc.h, lib/driver/generic.h, lib/driver/gnu_linux.c, lib/driver/libcdio.sym, lib/driver/mmc.c, lib/iso9660/iso9660.c: Add interface for retrieval of last SCSI sense command. 2009-12-24 R. Bernstein * lib/driver/gnu_linux.c: Keep indentions the same as the others. 2009-12-24 R. Bernstein * configure.ac: cddb configure patch #6904 for gentoo bug #272788. 2009-12-24 R. Bernstein * lib/driver/gnu_linux.c, lib/driver/solaris.c: On ioctl's, a negative number is considered an unspecified error while a positive number is not. Replace tabs in lines with blanks. 2009-12-23 R. Bernstein * lib/driver/gnu_linux.c, test/testiso9660.c: gnu_linux.c: run_mmc_cmd_linux: be sure to set return return code. testiso9660.c: broke things working when on hacking on Solaris 2009-12-24 rocky * lib/driver/solaris.c, lib/iso9660/iso9660.c, test/.gitignore, test/Makefile.am, test/testsolaris.c: Start Solaris driver test. Driver MMC sets cdio return codes better. 2009-12-24 rocky * lib/iso9660/iso9660.c, test/testiso9660.c: Real test of testiso9660 on Solaris which does not have HAVE_GMTOFF 2009-12-23 R. Bernstein * test/testiso9660.c: Add small test for iso9660_set_dtime_with_timezone and iso9660_get_dtime which is especially useful on systems that don't have the gmtoff. 2009-12-23 R. Bernstein * include/cdio/iso9660.h, lib/iso9660/iso9660.c, lib/iso9660/libiso9660.sym: Start set/get time routines that tolerate no timezone structure in struct tm. Solaris is like that. (I think cygwin too.) 2009-12-20 R. Bernstein * lib/driver/gnu_linux.c: NONBLOCK inadvertently removed. 2009-12-20 R. Bernstein * lib/driver/gnu_linux.c: Writing opens drive exclusive, not nonblock. 2009-12-20 R. Bernstein * .gitignore, lib/driver/gnu_linux.c, test/.gitignore, test/Makefile.am, test/testlinux.c: Add MMC_RDWR access mode - open drive R/W only with this access. Start GNU/Linux test driver. 2009-12-20 Rocky Bernstein (VCDImager Developer) * : commit 5908486078359d4ca93c178b5efc5a2654f12c1c Author: Rocky Bernstein (VCDImager Developer) Date: Sun Dec 20 05:55:53 2009 +0100 2009-12-19 R. Bernstein * : commit 4e8eff137e4912f13f6740c3abf52e44430bcff8 Author: R. Bernstein Date: Sat Dec 19 18:17:18 2009 -0500 2009-11-26 R. Bernstein * example/Makefile.am: Remove one more example program from distcheck 2009-11-26 R. Bernstein * example/Makefile.am: Remove some example program from make check to make "make distcheck" work easier. I would Rather remove programs than coddle automake. 2009-11-26 R. Bernstein * example/C++/Makefile.am, example/C++/OO/Makefile.am, example/C++/OO/cdtext.cpp, example/C++/OO/device.cpp, example/C++/OO/drives.cpp, example/C++/OO/eject.cpp, example/C++/OO/iso4.cpp, example/C++/OO/isofile.cpp, example/C++/OO/isofile2.cpp, example/C++/OO/isolist.cpp, example/C++/OO/mmc1.cpp, example/C++/OO/mmc2.cpp, example/C++/OO/tracks.cpp, example/C++/device.cpp, example/C++/eject.cpp, example/C++/isofile.cpp, example/C++/isofile2.cpp, example/C++/isolist.cpp, example/C++/mmc1.cpp, example/C++/mmc2.cpp, example/C++/paranoia.cpp, example/C++/paranoia2.cpp, example/Makefile.am, example/audio.c, example/cdchange.c, example/cdio-eject.c, example/cdtext.c, example/device.c, example/drives.c, example/eject.c, example/isofile.c, example/isofile2.c, example/isofuzzy.c, example/paranoia.c, example/paranoia2.c, example/sample3.c, example/sample4.c, example/tracks.c, example/udf1.c, example/udf2.c, example/udffile.c, include/cdio/cdio.h: Possibly make compiling example programs easier from the outside - don't assume HAVE_CONFIG_H is defined but pick up values from the runtime version of that file. We also now run example programs as tests if they are built. 2009-10-29 R. Bernstein * configure.ac: Change tests for S_ISLNK and S_ISSOCK macros from AC_COMPILE_IFELSE to AC_LINK_IFELSE. On Mingw 4.4.0 these macros succeed when they should fail. Patch by carlo.bramix to libcdio-devel 2009-10-27 R. Bernstein * lib/driver/image/bincue.c: Revert one cppcheck style change since gcc complains about it. 2009-10-27 R. Bernstein * example/paranoia.c, lib/cdda_interface/common_interface.c, lib/cdda_interface/smallft.c, lib/cdda_interface/test_interface.c, lib/driver/gnu_linux.c, lib/driver/image/bincue.c, lib/driver/image/nrg.c, test/testparanoia.c: Remove some cppcheck style warnings 2009-10-27 R. Bernstein * lib/cdda_interface/scsi_interface.c, lib/driver/device.c: A couple more memory leaks from cppcheck 2009-10-27 R. Bernstein * configure.ac, doc/doxygen/.gitignore, doc/how-to-make-a-release.txt, example/C++/OO/cdtext.cpp, lib/driver/FreeBSD/freebsd.c, lib/driver/device.c, lib/driver/netbsd.c, lib/iso9660/iso9660_fs.c, src/cd-info.c, src/iso-info.c, test/.gitignore: In 0.83git now. Fix minor leaks in libcdio 0.82 detected by cppcheck via Eric Sesterhenn. 2009-10-27 R. Bernstein * configure.ac, doc/how-to-make-a-release.txt, include/cdio/iso9660.h: Make doxygen clean. Get ready for 0.82 release. 2009-10-22 R. Bernstein * THANKS: Thanks Geoff Bailey. 2009-10-22 R. Bernstein * config.rpath, lib/driver/FreeBSD/freebsd.c: Perhaps adding a real config.rpath will help some of the iconv problems. Remove a compiler warning when not compling in FreeBSD. 2009-10-22 R. Bernstein * lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h: Remove dupicated code caused by mixup with existing get-media-changed code. 2009-10-21 R. Bernstein * example/.gitignore, src/.gitignore, test/.gitignore: Ignore windows executables and stack dumps. 2009-10-21 R. Bernstein * NEWS, lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h, lib/driver/FreeBSD/freebsd_ioctl.c, lib/driver/Makefile.am: NEWS: update what's up lib/driver/Makefile.am: increment library number lib/driver/FreeBSD/*: FreeBSD get_media_changed fixes for ioctl. 2009-07-12 Nicolas Boullis * include/cdio/device.h: Update the documentation in include/cdio/device.h as well. 2009-07-12 Nicolas Boullis * doc/libcdio.texi, example/C++/OO/device.cpp, example/C++/device.cpp, example/device.c, src/cd-drive.c, src/util.c: Remove all remaining uses of CDIO_MIN_DRIVER, CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER. 2009-07-12 Nicolas Boullis * lib/driver/libcdio.sym: Export the cdio_drivers and cdio_device_drivers arrays. 2009-07-12 Nicolas Boullis * lib/driver/cdio_private.h, lib/driver/device.c: Remove all other uses of CDIO_MIN_DRIVER, CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER within the libcdio library. 2009-07-12 Nicolas Boullis * lib/driver/device.c: Change scan_for_driver to use cdio_drivers and cdio_device_drivers. 2009-07-12 Nicolas Boullis * include/cdio/device.h, lib/driver/device.c: Add new cdio_drivers and cdio_device_drivers arrays. 2009-07-11 R. Bernstein * src/cd-paranoia/cd-paranoia.c: Removed cd-paranoia.c by accident. 2009-07-03 R. Bernstein * src/Makefile.am: MOSTLYCLEANFILES subsumes MAINTAINERCLEANFILES. As Nicolas Boulis points out, want only the latter. 2009-07-02 R. Bernstein * : commit 2522c26ec8082be46ee4012cfac76467bb0fb350 Author: R. Bernstein Date: Thu Jul 2 20:26:39 2009 -0400 2009-06-15 R. Bernstein * : commit 7f8f0f806af7800652d352e6428be7d3fdd1a176 Author: R. Bernstein Date: Mon Jun 15 09:31:54 2009 -0400 2009-05-16 R. Bernstein * : commit cc08ce617f81eecb1112ec9b50b01f272da613d9 Author: rocky Date: Sat May 16 23:01:39 2009 -0400 2009-05-14 R. Bernstein * lib/driver/cdtext.c: Guard against dereferncing a null cdtext pointer. 2009-04-23 rocky * lib/driver/FreeBSD/freebsd_cam.c: Patch from John Wehle: A side effect of opening the cdrom device on FreeBSD is it locks the drive. This makes cdio_get_media_changed less useful and prevents you from being able to switch disks when using things such as the audacious media player. This patch simply unlocks the drive right after it's opened prior to opening the cam passthrough device. 2009-04-20 rocky * example/C++/README, example/README: Revise for new paranoia descriptions. 2009-04-20 rocky * example/C++/Makefile.am, example/C++/README, example/C++/paranoia.cpp, example/Makefile.am, example/README, example/paranoia.c: paranoia.cpp: write WAV file of up to the first 300 sectors of the first track */Makefile.am remove any created WAV files. README: update paranoia descriptions parananoia.c: track-01.wav -> track01s.wav 2009-04-20 rocky * example/C++/.gitignore, example/C++/OO/.gitignore, example/C++/OO/eject.cpp, example/C++/OO/isofile.cpp, example/C++/isofile.cpp, example/C++/isofile2.cpp, example/paranoia.c: paranoia.c: slight code touch-up. *.cpp remove lint warnings, e.g. int -> unsigned int 2009-04-19 rocky * example/.gitignore: Administrivia 2009-04-19 rocky * doc/libcdio.texi, example/README, example/paranoia.c: Extend paranoia program to write a file with a WAV header 2009-04-19 rocky * .gitignore, example/C++/.gitignore, example/C++/OO/.gitignore: Administrivia 2009-04-05 rocky * README.develop, README.libcdio: Revise installation instructions and add what you need to do if you want to develop libcdio 2009-02-20 R. Bernstein * doc/libcdio.texi: Display copying in texinfo. Patch thanks to Jesse Weinstein. 2009-02-08 R. Bernstein * THANKS, configure.ac, include/cdio/device.h, lib/cdda_interface/common_interface.h, lib/driver/Makefile.am, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/generic.h, lib/driver/os2.c, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/report.c, src/cdda-player.c, src/util.c: Add OS/2 driver courtesy of KO Myung-Hun. Security: Add "%s" to cdparanoia's fprintfs 2008-12-30 R. Bernstein * lib/driver/gnu_linux.c: Endless loop when no CD-rom drives. Patch thanks to Adrian Reber 2008-12-28 R. Bernstein * src/Makefile.am: Fix manpage generation on platforms with non-empty EXEEXT, and fix the VPATH build as well. 2008-12-28 R. Bernstein * configure.ac, include/cdio/paranoia.h, include/cdio/sector.h, lib/cdio++/Makefile.am, lib/iso9660/Makefile.am, libcdio.pc.in, libiso9660++.pc.in, libiso9660.pc.in: Use LTLIBICONV instead of LIBICONV. Bug #25201 from Yaakov Selkowitz 2008-12-28 R. Bernstein * Makefile.am: The installation of libcdio++.pc and libiso9660++.pc should be dependent on ENABLE_CXX_BINDINGS, not ENABLE_CPP. Bug #25202 from Yaakov Selkowitz 2008-12-28 R. Bernstein * lib/driver/device.c: Fix Solaris and Win32 conditionals bug #25201 from Yaakov Selkowitz 2008-12-13 R. Bernstein * doc/libcdio.texi: Some small typos. 2008-12-07 R. Bernstein * .gitignore, INSTALL: INSTALL isn't really ours - yet 2008-12-07 R. Bernstein * test/testgetdevices.c: Remove trailing spaces on some lines 2008-12-07 R. Bernstein * test/testgetdevices.c: More verbose about driver installed 2008-12-07 R. Bernstein * INSTALL, test/testgetdevices.c: Correct name for OSX in uname 2008-12-07 R. Bernstein * test/testgetdevices.c: Add more tests for drivers in more OS's. 2008-12-07 R. Bernstein * configure.ac, include/cdio/.gitignore, test/testgetdevices.c: Add check against GNU/Linux driver. More info in include/cdio/config. 2008-12-06 R. Bernstein * example/.gitignore, lib/driver/.gitignore, test/.gitignore: Resolve conflicted files. 2008-12-06 R. Bernstein * : I hate conflicted merges 2008-12-06 R. Bernstein * example/.gitignore, lib/driver/.gitignore, lib/driver/device.c, test/.gitignore, test/Makefile.am, test/testdefault.c, test/testgetdevices.c: Wasn't checking the range of the device id in cdio_have_driver. Add regression test for checking this too. More git administrivia. 2008-12-06 R. Bernstein * .cvsignore, .gitignore, Makefile.am, NEWS, configure.ac, cvs2cl_header, cvs2cl_usermap, doc/.gitignore, doc/doxygen/.gitignore, example/.cvsignore, example/.gitignore, example/C++/.gitignore, example/C++/OO/.gitignore, include/.gitignore, include/cdio++/.gitignore, include/cdio/.gitignore, lib/.cvsignore, lib/.gitignore, lib/cdda_interface/.gitignore, lib/cdio++/.gitignore, lib/driver/.gitignore, lib/iso9660/.gitignore, lib/paranoia/.gitignore, lib/udf/.gitignore, parse/.cvsignore, parse/.gitignore, src/.gitignore, src/cd-paranoia/.cvsignore, src/cd-paranoia/.gitignore, src/cd-paranoia/doc/.cvsignore, src/cd-paranoia/doc/.gitignore, src/cd-paranoia/doc/en/.cvsignore, src/cd-paranoia/doc/en/.gitignore, src/cd-paranoia/doc/ja/.cvsignore, src/cd-paranoia/doc/ja/.gitignore, test/.cvsignore, test/.gitignore: Makefile.am: Redo target for ChangeLog to use git2cl. NEWS: Note NetBSD driver added. Reset: git administrivia. 2008-11-29 R. Bernstein * : More conversion weirdnesses 2008-11-29 R. Bernstein * .gitignore: Administrivia 2008-11-29 R. Bernstein * : . 2008-11-29 R. Bernstein * .gitignore, INSTALL, MSVC/README, MSVC/cd-info.vcproj, MSVC/config.h, MSVC/libcdio.sln, MSVC/libcdio.vcproj, Makefile.am, README, README.libcdio, THANKS, TODO, autogen.sh, configure.ac, cvs2cl_header, cvs2cl_usermap, doc/.gitignore, doc/Makefile.am, doc/doxygen/.gitignore, doc/doxygen/Doxyfile.in, doc/doxygen/run_doxygen, doc/fdl.texi, doc/glossary.texi, doc/libcdio.texi, example/.gitignore, example/C++/.cvsignore, example/C++/.gitignore, example/C++/Makefile.am, example/C++/OO/.cvsignore, example/C++/OO/.gitignore, example/C++/OO/Makefile.am, example/C++/OO/cdtext.cpp, example/C++/OO/device.cpp, example/C++/OO/drives.cpp, example/C++/OO/eject.cpp, example/C++/OO/iso4.cpp, example/C++/OO/isofile.cpp, example/C++/OO/isofile2.cpp, example/C++/OO/isolist.cpp, example/C++/OO/mmc1.cpp, example/C++/OO/mmc2.cpp, example/C++/OO/tracks.cpp, example/C++/README, example/C++/device.cpp, example/C++/eject.cpp, example/C++/isofile.cpp, example/C++/isofile2.cpp, example/C++/isolist.cpp, example/C++/mmc1.cpp, example/C++/mmc2.cpp, example/C++/paranoia.cpp, example/C++/paranoia2.cpp, example/Makefile.am, example/README, example/audio.c, example/cdchange.c, example/cdio-eject.c, example/cdtext.c, example/device.c, example/drives.c, example/eject.c, example/isofile.c, example/isofile2.c, example/isofuzzy.c, example/isolist.c, example/isolsn.c, example/mmc1.c, example/mmc2.c, example/mmc2a.c, example/mmc3.c, example/paranoia.c, example/paranoia2.c, example/sample3.c, example/sample4.c, example/tracks.c, example/udf1.c, example/udf2.c, example/udffile.c, include/.gitignore, include/Makefile.am, include/cdio++/.cvsignore, include/cdio++/.gitignore, include/cdio++/Makefile.am, include/cdio++/cdio.hpp, include/cdio++/cdtext.hpp, include/cdio++/device.hpp, include/cdio++/devices.hpp, include/cdio++/disc.hpp, include/cdio++/enum.hpp, include/cdio++/iso9660.hpp, include/cdio++/mmc.hpp, include/cdio++/read.hpp, include/cdio++/track.hpp, include/cdio/.cvsignore, include/cdio/.gitignore, include/cdio/Makefile.am, include/cdio/audio.h, include/cdio/bytesex.h, include/cdio/bytesex_asm.h, include/cdio/cd_types.h, include/cdio/cdda.h, include/cdio/cdio.h, include/cdio/cdtext.h, include/cdio/device.h, include/cdio/disc.h, include/cdio/ds.h, include/cdio/dvd.h, include/cdio/ecma_167.h, include/cdio/iso9660.h, include/cdio/logging.h, include/cdio/mmc.h, include/cdio/paranoia.h, include/cdio/posix.h, include/cdio/read.h, include/cdio/rock.h, include/cdio/scsi_mmc.h, include/cdio/sector.h, include/cdio/track.h, include/cdio/types.h, include/cdio/udf.h, include/cdio/udf_file.h, include/cdio/udf_time.h, include/cdio/utf8.h, include/cdio/util.h, include/cdio/version.h.in, include/cdio/xa.h, lib/.gitignore, lib/Makefile.am, lib/cdda_interface/.cvsignore, lib/cdda_interface/.gitignore, lib/cdda_interface/Makefile.am, lib/cdda_interface/cddap_interface.c, lib/cdda_interface/common_interface.c, lib/cdda_interface/common_interface.h, lib/cdda_interface/drive_exceptions.c, lib/cdda_interface/drive_exceptions.h, lib/cdda_interface/interface.c, lib/cdda_interface/libcdio_cdda.sym, lib/cdda_interface/low_interface.h, lib/cdda_interface/scan_devices.c, lib/cdda_interface/scsi_interface.c, lib/cdda_interface/smallft.c, lib/cdda_interface/smallft.h, lib/cdda_interface/test_interface.c, lib/cdda_interface/toc.c, lib/cdda_interface/utils.c, lib/cdda_interface/utils.h, lib/cdio++/.gitignore, lib/cdio++/Makefile.am, lib/cdio++/cdio.cpp, lib/cdio++/devices.cpp, lib/cdio++/iso9660.cpp, lib/driver/.gitignore, lib/driver/FreeBSD/Makefile, lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/FreeBSD/freebsd_ioctl.c, lib/driver/MSWindows/Makefile, lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/aspi32.h, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/Makefile.am, lib/driver/_cdio_generic.c, lib/driver/_cdio_stdio.c, lib/driver/_cdio_stdio.h, lib/driver/_cdio_stream.c, lib/driver/_cdio_stream.h, lib/driver/aix.c, lib/driver/audio.c, lib/driver/bsdi.c, lib/driver/cd_types.c, lib/driver/cdio.c, lib/driver/cdio_assert.h, lib/driver/cdio_private.h, lib/driver/cdtext.c, lib/driver/cdtext_private.h, lib/driver/device.c, lib/driver/disc.c, lib/driver/ds.c, lib/driver/generic.h, lib/driver/gnu_linux.c, lib/driver/image.h, lib/driver/image/Makefile, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image/nrg.h, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/libcdio.sym, lib/driver/logging.c, lib/driver/mmc.c, lib/driver/mmc_private.h, lib/driver/netbsd.c, lib/driver/osx.c, lib/driver/portable.h, lib/driver/read.c, lib/driver/sector.c, lib/driver/solaris.c, lib/driver/track.c, lib/driver/utf8.c, lib/driver/util.c, lib/iso9660/.cvsignore, lib/iso9660/.gitignore, lib/iso9660/Makefile.am, lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, lib/iso9660/iso9660_private.h, lib/iso9660/libiso9660.sym, lib/iso9660/rock.c, lib/iso9660/xa.c, lib/paranoia/.cvsignore, lib/paranoia/.gitignore, lib/paranoia/Makefile.am, lib/paranoia/gap.c, lib/paranoia/gap.h, lib/paranoia/isort.c, lib/paranoia/isort.h, lib/paranoia/libcdio_paranoia.sym, lib/paranoia/overlap.c, lib/paranoia/overlap.h, lib/paranoia/p_block.c, lib/paranoia/p_block.h, lib/paranoia/paranoia.c, lib/udf/.cvsignore, lib/udf/.gitignore, lib/udf/Makefile.am, lib/udf/filemode.c, lib/udf/libudf.sym, lib/udf/udf.c, lib/udf/udf_file.c, lib/udf/udf_fs.c, lib/udf/udf_fs.h, lib/udf/udf_private.h, lib/udf/udf_time.c, libcdio++.pc.in, libcdio.pc.in, libcdio_cdda.pc.in, libcdio_paranoia.pc.in, libiso9660++.pc.in, libiso9660.pc.in, libudf.pc.in, m4/codeset.m4, m4/iconv.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/pkg.m4, misc/libcdio.ebuild, package/.gitignore, package/libcdio.spec.in, parse/Makefile, parse/cue.L, parse/cue.y, parse/test/runall, parse/test/t1.cue, parse/test/t2.cue, parse/test/t3.cue, parse/toc.L, parse/toc.y, parse/toclexer.c, parse/toclexer.h, src/.gitignore, src/Makefile.am, src/cd-drive.c, src/cd-drive.help2man, src/cd-info.c, src/cd-info.help2man, src/cd-paranoia/.cvsignore, src/cd-paranoia/.gitignore, src/cd-paranoia/Makefile.am, src/cd-paranoia/buffering_write.c, src/cd-paranoia/buffering_write.h, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/doc/.cvsignore, src/cd-paranoia/doc/.gitignore, src/cd-paranoia/doc/FAQ.txt, src/cd-paranoia/doc/Makefile.am, src/cd-paranoia/doc/en/.cvsignore, src/cd-paranoia/doc/en/.gitignore, src/cd-paranoia/doc/en/Makefile.am, src/cd-paranoia/doc/en/cd-paranoia.1.in, src/cd-paranoia/doc/ja/.cvsignore, src/cd-paranoia/doc/ja/.gitignore, src/cd-paranoia/doc/ja/Makefile.am, src/cd-paranoia/doc/ja/cd-paranoia.1.in, src/cd-paranoia/doc/overlapdef.txt, src/cd-paranoia/getopt.c, src/cd-paranoia/getopt.h, src/cd-paranoia/getopt1.c, src/cd-paranoia/header.c, src/cd-paranoia/header.h, src/cd-paranoia/pod2c.pl, src/cd-paranoia/report.c, src/cd-paranoia/report.h, src/cd-paranoia/usage-copy.h, src/cd-paranoia/usage.txt.in, src/cd-paranoia/utils.h, src/cd-paranoia/version.h, src/cd-read.c, src/cd-read.help2man, src/cdda-player.c, src/cddb.c, src/cddb.h, src/cdinfo-linux.c, src/getopt.c, src/getopt.h, src/getopt1.c, src/iso-info.c, src/iso-info.help2man, src/iso-read.c, src/iso-read.help2man, src/mmc-tool.c, src/util.c, src/util.h, test/.gitignore, test/Makefile.am, test/bad-cat1.cue, test/bad-cat1.toc, test/bad-cat2.cue, test/bad-cat2.toc, test/bad-cat3.cue, test/bad-cat3.toc, test/bad-file.toc, test/bad-mode1.cue, test/bad-mode1.toc, test/bad-msf-1.cue, test/bad-msf-1.toc, test/bad-msf-2.cue, test/bad-msf-2.toc, test/bad-msf-3.cue, test/bad-msf-3.toc, test/cd-paranoia-log.right, test/cdda-mcn.right, test/cdda-read.right, test/cdda.right, test/cdtext.toc, test/check_cd_read.sh, test/check_common_fn.in, test/check_cue.sh.in, test/check_fuzzyiso.sh, test/check_iso.sh.in, test/check_nrg.sh.in, test/check_opts.sh, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/check_paranoia.sh.in, test/check_sizeof.c, test/copying-rr.gpl, test/copying-rr.right, test/copying.gpl, test/copying.right, test/data1.toc, test/data2.toc, test/data5.toc, test/data6.toc, test/data7.toc, test/fsf.right, test/isofs-m1-no-rr.right, test/isofs-m1-read.right, test/isofs-m1.cue, test/isofs-m1.right, test/isofs-m1.toc, test/joliet-nojoliet.right, test/joliet.right, test/monvoisin.right, test/p1.cue, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/t1.toc, test/t2.toc, test/t3.toc, test/t4.toc, test/t5.toc, test/t6.toc, test/t7.toc, test/t8.toc, test/t9.toc, test/testassert.c, test/testbincue.c.in, test/testdefault.c, test/testischar.c, test/testiso9660.c, test/testisocd.c, test/testisocd2.c.in, test/testnrg.c.in, test/testparanoia.c, test/testpregap.c.in, test/testtoc.c, test/vcd2.toc, test/vcd_demo.cue, test/vcd_demo.right, test/vcd_demo.toc, test/vcd_demo_vcdinfo.right, test/vcd_demo_vcdinfo_toc.right, test/videocd.right: First commit after CVS conversion. Should be just administrative changes. 2008-11-28 R. Bernstein * .gitignore, AUTHORS, MANIFEST.in, Makefile, NEWS, README.txt, cdio.py, data/isofs-m1.cue, example/README, example/audio.py, example/cd-read.py, example/cdchange.py, example/device.py, example/drives.py, example/eject.py, example/iso1.py, example/iso2.py, example/iso3.py, example/tracks.py, iso9660.py, pycdio.py, pyiso9660.py, setup.cfg, setup.py, swig/.gitignore, swig/audio.swg, swig/compat.swg, swig/device.swg, swig/device_const.swg, swig/disc.swg, swig/pycdio.i, swig/pyiso9660.i, swig/read.swg, swig/track.swg, swig/types.swg, test/.gitignore, test/cdda.toc, test/test-cdio.py, test/test-iso.py, test/test-isocopy.py: Initial commit after git-cvsimport (import from CVS). 2008-11-28 R. Bernstein * Makefile, example/audio.py, example/cd-read.py, example/cdchange.py, example/device.py, example/drives.py, example/eject.py, example/iso1.py, example/iso2.py, example/iso3.py, example/tracks.py: Remove import path hard-coding. Will have to deal with in a Pythonic way and some package somewhere. 2008-11-28 R. Bernstein * .gitignore, setup.py: Tighter module creation code, and a module name typo from cut and paste. 2008-11-28 R. Bernstein * .gitignore, AUTHORS, Makefile, NEWS, setup.cfg, setup.py, swig/.gitignore, test/.gitignore: Get link arguments from pkg-config. Add more files. 2008-11-28 R. Bernstein * setup.py, swig/.gitignore, test/test-cdio.py, test/test-iso.py, test/test-isocopy.py: Include libcdio libraries as appropriate when making pycdio libraries. 2008-11-27 R. Bernstein * .gitignore, setup.py, swig/{pycdio.swg => pycdio.i}, swig/{pyiso9660.swg => pyiso9660.i}, test/test-cdio.py, test/test-iso.py, test/test-isocopy.py: swig compilation and invoking unixcompiler now works. Closer to having setup.py bdist working. Still need to figure out how add libcdio libraries and how to get the test import working. 2008-11-27 rocky * configure.ac: Patch by Mike Frysinger to facilitate cross-compilation. sr #106338 2008-11-25 rocky * configure.ac: Erroneous initialization. See sr #106271 2008-11-25 rocky * configure.ac: Treat uclinux like GNU/Linux. sr #106336 from Mike Frysinger. 2008-11-25 rocky * INSTALL, configure.ac: Remove bit-ordering test in configure.ac since we don't seem to use this at compile time and it fouls up cross compilation. cd-paranoia has tests at run-time. libcdio inherited this from vcdimager which needs it in writing images. It is possible that when libcdio does writing this may come back. Untill then, simplify. 2008-11-23 R. Bernstein * .gitignore, example/README: Add more of the files we need 2008-11-23 R. Bernstein * .gitignore, MANIFEST.in, README.txt, cdio.py, data/isofs-m1.cue, example/audio.py, example/cd-read.py, example/cdchange.py, example/device.py, example/drives.py, example/eject.py, example/iso1.py, example/iso2.py, example/iso3.py, example/tracks.py, iso9660.py, pycdio.py, pyiso9660.py, setup.py, swig/audio.swg, swig/compat.swg, swig/device.swg, swig/device_const.swg, swig/disc.swg, swig/pycdio.swg, swig/pyiso9660.swg, swig/read.swg, swig/track.swg, swig/types.swg, test/cdda.cue, test/cdda.toc, test/test-cdio.py, test/test-iso.py, test/test-isocopy.py: First semblance of distutils setuptools. Not complete yet though. 2008-10-29 rocky * configure.ac: Typo in comment 2008-10-29 rocky * configure.ac, lib/cdio++/Makefile.am: Bug fix to allow linker flags --as-needed and --no-undefined. Thanks to Götz Waschk 2008-10-25 rocky * .cvsignore: One more. 2008-10-25 rocky * Makefile.am: Create a tar.bz2 dist as well as tar.gz. 2008-10-20 rocky * lib/cdda_interface/Makefile.am, lib/cdio++/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/paranoia/Makefile.am: Increment library numbers 2008-10-20 rocky * NEWS: What's up 2008-10-17 rocky * lib/driver/osx.c: patch #6548: fix osx handling. See that for more information 2008-10-17 rocky * test/check_common_fn.in, test/check_iso.sh.in, test/check_paranoia.sh.in: Allow for more cygwin tests to pass 2008-09-29 flameeyes * configure.ac: Don't use echo -n, use subshells instead. echo -n is not working on all shells, in particular it does not seem to work on Sun /bin/sh shell; instead use subshells to have the same output everywhere. 2008-09-22 rocky * doc/libcdio.texi: Typo 2008-09-09 rocky * src/cd-info.c: Nuke cddb disc ID if --no-cddb option is given. 2008-09-09 rocky * test/cdda-mcn.right, test/cdda.right: Output changed when --no-cddb option added. 2008-09-08 rocky * INSTALL, src/cd-info.c: Allow compiling cd-info without cddb. Patch thanks to Fabrice Ménard. 2008-08-31 rocky * lib/driver/Makefile.am: Remove stray @ character in Makefile.am. Thanks yet again to Steve Schultz for finding/fixing. 2008-08-31 flameeyes * example/C++/Makefile.am, example/C++/OO/Makefile.am, example/Makefile.am, lib/driver/Makefile.am, src/Makefile.am, src/cd-paranoia/Makefile.am, test/Makefile.am: Use the LTLIBICONV variable rather than LIBICONV. With this change, instead of using the fully qualified path to the shared object (or the one that the configure think is the fully qualified path), the path where the library is found will be added to the search path and just a generic -liconv will be used. The old variable would be fooled up when /usr/lib/libiconv.so is an LD script that redirects to /lib/libiconv.so, causing failures with some linkers. Also, replace @LIBICONV@ for libcdio itself also with $(LTLIBICONV) or it will fail to link against on uClibc. 2008-08-30 rocky * lib/driver/osx.c: Free memory when recovering from errors. 2008-07-27 rocky * INSTALL, autogen.sh: Pass additional autogen.sh options to configure. 2008-07-27 pjcreath * autogen.sh, config.rpath: Replaced old, messy autogen.sh with a call to autoreconf. (empty config.rpath added for automake 1.10 compatibility) 2008-07-16 rocky * include/cdio/iso9660.h: Another small tweak - make sure macro is undefine'd first. 2008-07-15 rocky * config.rpath, include/cdio/iso9660.h: Undefine ISODCL and note where this comes from. 2008-07-15 rocky * include/cdio/iso9660.h: Remove cdrtools GPL "v2 only" pollution. iso9660.h is from Eric Youngdale's 1993 GPL v2 or later header from mkisofs 2008-06-25 rocky * THANKS, configure.ac, example/cdchange.c, lib/cdda_interface/Makefile.am, lib/cdda_interface/scsi_interface.c, lib/cdio++/Makefile.am, lib/iso9660/Makefile.am, lib/iso9660/iso9660.c, lib/paranoia/Makefile.am, lib/udf/Makefile.am, src/cddb.c, src/cddb.h: Fixes for Mingw+MSYS and DLL support from Carlo Bramini * configure.ac: Added AC_LIBTOOL_WIN32_DLL for enabling the creation of shared libraries. * configure.ac: Added -I$(top_srcdir)/include to LIBCDIO_CFLAGS, it allows to build outside the source tree. * configure.ac: Added LT_NO_UNDEFINED for adding '-no-undefined' switch to libtool when building win32 shared libraries. * configure.ac: Check for Windows.h presence if under Mingw (included for using Sleep() function). * configure.ac: Check for more missing functions: setenv(), unsetenv(), sleep(), gmtime_r(), localtime_r(). * example/cdchange.c: If sleep() function does not exist, it tries to emulate it with a similar code (require inclusion of Windows.h) * src/cddb.c: * lib/cdda_interface/scsi_interface.c: Compilation fails because u_int32_t is undefined. It has been changed to uint32_t to be compliant to all other parts of the libraries. * lib/cdda_interface/Makefile.am: * lib/iso9660/Makefile.am: * lib/cdio++/Makefile.am: * lib/paranoia/Makefile.am: * lib/udf/Makefile.am: * lib/driver/Makefile.am: added LT_NO_UNDEFINED to libtool flags. * lib/iso9660/iso9660.c: Added replacements for setenv(), unsetenv(), gmtime_r\ (), localtime_r(). 2008-06-25 rocky * lib/driver/Makefile.am, lib/driver/gnu_linux.c: Was accessing outside of check2list causing wild looping. Turn all sprintf's to snprintf's and check the return. Turn check1list and check2list looping into a fixed constant number of iterations rather than rely on a sentinal. 2008-06-19 flameeyes * example/audio.c, src/cd-drive.c, src/cd-info.c, src/cd-paranoia/buffering_write.c, src/cd-paranoia/buffering_write.h, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/pod2c.pl, src/cd-read.c, src/cdda-player.c, src/iso-info.c, src/iso-read.c, src/mmc-tool.c, test/testparanoia.c: Mark variables and constant as static in source tools, examples and tests. Also replace some char pointers with char arrays. 2008-06-19 flameeyes * configure.ac: Fix AC_ARG_WITH and AC_ARG_ENABLE call to use the un-translated option name (that is, using dash rather than underscore). 2008-06-16 flameeyes * lib/driver/cdtext.c: Make cdtext_keywords a static array of arrays. 2008-06-16 flameeyes * .cvsignore: Ignore a few more scripts created by autoreconf -i. 2008-06-16 flameeyes * m4/.cvsignore: Ignore the m4 macro files created by libtool 2.2. 2008-06-16 flameeyes * Makefile.am, configure.ac: Put all macros in the m4 directory, this avoids cluttering the main directory with libtool 2.2 (that split the macros in multiple files). 2008-06-16 flameeyes * lib/cdda_interface/scan_devices.c: Replace character pointers with character arrays, mark constants as static as they are not used outside this translation unit (and some not at all). 2008-06-16 flameeyes * lib/driver/cd_types.c: Replace character pointers in signature_t with properly-sized character arrays. The size of sigs has increased a bit but now the sigs array can stay entirely in .rodata section, with no runtime relocations. Having 128 bytes sized elements also allows for direct random access on the array without multiplications. 2008-06-14 rocky * configure.ac, test/.cvsignore: --disable-example-progs help text wording change Ignore test/testpregap.c since that's now derived testpregap.c.in 2008-06-14 flameeyes * lib/cdda_interface/drive_exceptions.c: Check in the missing file. 2008-06-14 flameeyes * test/Makefile.am: Make testdefault an extra program, so that it's only built explicitly and not during make all. 2008-06-13 flameeyes * lib/driver/gnu_linux.c: Make checklists fit entirely in .rodata sections, by marking them constant and using an array of characters rather than a pointer to character. 2008-06-13 flameeyes * lib/cdda_interface/Makefile.am, lib/cdda_interface/cddap_interface.c, lib/cdda_interface/drive_exceptions.h, lib/cdda_interface/scsi_interface.c, lib/cdda_interface/test_interface.c: Make drive exceptions non-static objects that are shared between multiple units. Also replace the three Dummy functions wth dummy_exception (also common). Bump the revision. This reduces the memory footprint of libcdda_interface of about 200 bytes. 2008-06-13 flameeyes * include/cdio++/iso9660.hpp: Cleanup includes, don't include twice, and include rather than . 2008-06-13 flameeyes * Makefile.am: Remove trailing backslash. 2008-06-13 flameeyes * Makefile.am: Only install libcdio++ and libiso9660++ pkg-config files if C++ bindings are being built and installed. 2008-06-10 pjcreath * config.rpath, m4/libtool.m4: Fix for automake 1.10 and removal of unnecessary m4. 2008-06-10 pjcreath * lib/driver/image/nrg.h, test/testpregap.c.in: Fixed pregap regression failure on non-Intel architectures, removed warnings 2008-06-09 rocky * autogen.sh, m4/.cvsignore, m4/codeset.m4, m4/iconv.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/libtool.m4, m4/pkg.m4: Copies of distribution m4 macros included to avoid extra installation on OSX. Patch from Peter Creath. 2008-06-03 rocky * NEWS, lib/iso9660/iso9660.c, test/testiso9660.c: More time setting/getting patches - the last of the patches from N. Boullis. Make testiso9660 more stringent now that bugs have been removed. 2008-05-31 rocky * configure.ac, lib/iso9660/iso9660.c: Replace last vestige of non-reentrant gmtime with timegm. Problem determination and fix again from Nicolas Boullis. 2008-05-31 rocky * lib/iso9660/iso9660.c: iso9660_get_ltime: the TZ environment variable was set using a local buffer that disappears when the function terminates. This might lead to segmentation faults. Reset to the old TZ value (if any) or unset the variable if it was previously not set. Problem noted and fixed by Nicolas Boullis. 2008-05-29 rocky * doc/libcdio.texi, lib/iso9660/iso9660.c: iso9660.c: On some architectures (like my powerpc), char is unsigned. So when libcdio tries to adjust "converted ISO9660 timezones" in iso9660_set_ltime on such architectures, it would replace legitimate negative values with 52. Cast &_pv_date[16] to "iso712_t *" and then dereference. Patch from Nicolas Boullis: doc: small spelling typos. 2008-05-28 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660.c, test/testiso9660.c: iso9660.h: parameter name change to match implementation. iso9660.c: use reentrant version of localtime and gettime (most of the time) Patch from Nicolas Boullis. testiso9660.c: Change a memcmp for a test_compare which gives more detailed information on failure. 2008-05-11 rocky * lib/driver/FreeBSD/freebsd.h: Fix prototype mismatch. Savannah Bug #23228 2008-05-09 edsdead * lib/driver/mmc.c: don't shift read_sector_type into reserved field of read cd cdb (resulting in every call being treated as CDIO_MMC_READ_TYPE_ANY) 2008-05-09 edsdead * lib/driver/mmc.c: fix incorrect behavior and potential buffer overrun in mmc_read_cd when i_blocks exceeds MAX_CD_READ_BLOCKS 2008-05-09 edsdead * include/cdio/mmc.h: fix up return type of mmc_run_cmd and mmc_run_cmd_len 2008-05-05 rocky * configure.ac, test/Makefile.am, test/{testpregap.c => testpregap.c.in}: Changes to testpregap.c to allow to build outside of the source tree. 2008-04-26 rocky * src/Makefile.am: restore tab which got lost in cut-and-past. -- A pox on "make". Thanks to Steve Schultz again for keeping us (more) honest. 2008-04-24 rocky * NEWS, THANKS, configure.ac, lib/driver/gnu_linux.c, lib/iso9660/xa.c, lib/udf/udf.c, lib/udf/udf_time.c, src/Makefile.am: Patch from Peter Hartley to allow Cross-compiling to mingw32: - MinGW doesn't have struct timespec, so udf_time.c doesn't compile (changes lib/udf/udf_time.c, configure.ac, config.h.in) - The configure test for bitfield ordering uses AC_TRY_RUN and thus doesn't work when cross-compiling; use sneakiness to try and determine it at compile time, falling back to the existing runtime check if the sneakiness doesn't work (changes configure.ac; tested on x86_64-linux-gnu and i586-mingw32 which are bf_lsbf=1, plus sparc64-linux-gnu which is bf_lsbf=0) - The configure test for "extern long timezone" needlessly uses AC_TRY_RUN when in fact AC_LINK_IFELSE is all we need to know, and that latter works when cross-compiling (changes configure.ac) - MinGW sys/stat.h doesn't have the *GRP or *OTH macros, nor S_IFLNK or S_IFSOCK, nor S_ISUID etc (changes lib/udf/udf.c and lib/iso9660/xa.c) - MinGW doesn't have , so even the header-inclusion bit of the Linux driver doesn't compile unless it's moved inside the "ifdef HAVE_LINUX_CDROM" (changes lib/driver/gnu_linux.c) - Because the man pages cd-info.1 etc depend on the binaries themselves (for help2man reasons), the configure options --without-cd-info etc don't actually stop them being compiled. Fixed by only depending on man pages for programs that are actually built, which also stops the installation of man pages of programs which aren't themselves installed (changes src/Makefile.am) 2008-04-22 karl * lib/driver/_cdio_generic.c, lib/driver/_cdio_stdio.c, lib/driver/_cdio_stdio.h, lib/driver/_cdio_stream.c, lib/driver/_cdio_stream.h, lib/driver/aix.c, lib/driver/audio.c, lib/driver/bsdi.c, lib/driver/cd_types.c, lib/driver/cdio.c, lib/driver/cdio_assert.h, lib/driver/cdio_private.h, lib/driver/cdtext.c, lib/driver/cdtext_private.h, lib/driver/device.c, lib/driver/disc.c, lib/driver/ds.c, lib/driver/generic.h, lib/driver/gnu_linux.c, lib/driver/image.h, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/logging.c, lib/driver/mmc.c, lib/driver/mmc_private.h, lib/driver/netbsd.c, lib/driver/osx.c, lib/driver/portable.h, lib/driver/read.c, lib/driver/solaris.c, lib/driver/track.c, lib/driver/utf8.c, lib/driver/util.c: gplv3+ 2008-04-21 karl * lib/driver/FreeBSD/Makefile, lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/FreeBSD/freebsd_ioctl.c, lib/driver/MSWindows/Makefile, lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/aspi32.h, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/image/Makefile, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image/nrg.h: gplv3+ 2008-04-20 karl * lib/cdio++/cdio.cpp, lib/cdio++/devices.cpp, lib/cdio++/iso9660.cpp: gplv3+ 2008-04-18 karl * lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, lib/iso9660/iso9660_private.h, lib/iso9660/rock.c, lib/iso9660/xa.c, lib/udf/filemode.c, lib/udf/udf.c, lib/udf/udf_file.c, lib/udf/udf_fs.c, lib/udf/udf_fs.h, lib/udf/udf_private.h, lib/udf/udf_time.c: gplv3+ 2008-04-17 karl * doc/Makefile.am, lib/cdda_interface/scsi_interface.c, lib/paranoia/gap.c, lib/paranoia/gap.h, lib/paranoia/isort.c, lib/paranoia/isort.h, lib/paranoia/overlap.c, lib/paranoia/overlap.h, lib/paranoia/p_block.c, lib/paranoia/p_block.h, lib/paranoia/paranoia.c, src/cd-paranoia/doc/Makefile.am, src/cd-paranoia/doc/en/Makefile.am, src/cd-paranoia/doc/ja/Makefile.am: gplv3+ 2008-04-16 karl * lib/cdda_interface/cddap_interface.c, lib/cdda_interface/common_interface.c, lib/cdda_interface/common_interface.h, lib/cdda_interface/drive_exceptions.h, lib/cdda_interface/interface.c, lib/cdda_interface/low_interface.h, lib/cdda_interface/scan_devices.c, lib/cdda_interface/smallft.c, lib/cdda_interface/smallft.h, lib/cdda_interface/test_interface.c, lib/cdda_interface/toc.c, lib/cdda_interface/utils.c, lib/cdda_interface/utils.h: gplv3+ 2008-04-15 rocky * Makefile.am: Install libcdio_paranoia.pc and libcdio_cdda.pc when cdparnaoia is enabled. Thanks to Geotz Waschk for catching this. 2008-04-14 karl * src/cd-drive.c, src/cd-info.c, src/cd-paranoia/pod2c.pl, src/cd-read.c, src/cdda-player.c, src/cddb.c, src/cddb.h, src/cdinfo-linux.c, src/iso-info.c, src/iso-read.c, src/mmc-tool.c, src/util.c, src/util.h: gplv3+ 2008-04-11 karl * src/cd-paranoia/buffering_write.c, src/cd-paranoia/buffering_write.h, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/header.c, src/cd-paranoia/header.h, src/cd-paranoia/report.c, src/cd-paranoia/report.h, src/cd-paranoia/usage-copy.h, src/cd-paranoia/utils.h, src/cd-paranoia/version.h: gplv3+ 2008-03-28 rocky * lib/driver/gnu_linux.c, lib/driver/netbsd.c: netbsd.c: add more ops. Doc functions, bring more in line with other drivers. 2008-03-28 rocky * include/cdio/device.h, lib/driver/cdio_private.h, lib/driver/netbsd.c, test/Makefile.am: cdio_have_xxx is now private. Add p1.bin to distribution. 2008-03-27 rocky * configure.ac, include/cdio/device.h, lib/driver/Makefile.am, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/libcdio.sym, lib/driver/netbsd.c, test/Makefile.am: Start NetBSD driver 2008-03-27 edsdead * NEWS: add ISRC updates to NEWS 2008-03-25 karl * include/cdio++/cdio.hpp, include/cdio++/cdtext.hpp, include/cdio++/device.hpp, include/cdio++/devices.hpp, include/cdio++/disc.hpp, include/cdio++/enum.hpp, include/cdio++/iso9660.hpp, include/cdio++/mmc.hpp, include/cdio++/read.hpp, include/cdio++/track.hpp, include/cdio/audio.h, include/cdio/bytesex.h, include/cdio/bytesex_asm.h, include/cdio/cd_types.h, include/cdio/cdda.h, include/cdio/cdio.h, include/cdio/cdtext.h, include/cdio/device.h, include/cdio/disc.h, include/cdio/ds.h, include/cdio/dvd.h, include/cdio/ecma_167.h, include/cdio/iso9660.h, include/cdio/logging.h, include/cdio/mmc.h, include/cdio/paranoia.h, include/cdio/posix.h, include/cdio/read.h, include/cdio/rock.h, include/cdio/scsi_mmc.h, include/cdio/sector.h, include/cdio/track.h, include/cdio/types.h, include/cdio/udf.h, include/cdio/udf_file.h, include/cdio/udf_time.h, include/cdio/utf8.h, include/cdio/util.h, include/cdio/xa.h: gplv3 2008-03-24 karl * example/C++/OO/cdtext.cpp, example/C++/OO/device.cpp, example/C++/OO/drives.cpp, example/C++/OO/eject.cpp, example/C++/OO/iso4.cpp, example/C++/OO/isofile.cpp, example/C++/OO/isofile2.cpp, example/C++/OO/isolist.cpp, example/C++/OO/mmc1.cpp, example/C++/OO/mmc2.cpp, example/C++/OO/tracks.cpp, example/C++/device.cpp, example/C++/eject.cpp, example/C++/isofile.cpp, example/C++/isofile2.cpp, example/C++/isolist.cpp, example/C++/mmc1.cpp, example/C++/mmc2.cpp, example/C++/paranoia.cpp, example/C++/paranoia2.cpp, example/audio.c, example/cdchange.c, example/cdio-eject.c, example/cdtext.c, example/device.c, example/drives.c, example/eject.c, example/isofile.c, example/isofile2.c, example/isofuzzy.c, example/isolist.c, example/isolsn.c, example/mmc1.c, example/mmc2.c, example/mmc2a.c, example/mmc3.c, example/paranoia.c, example/paranoia2.c, example/sample3.c, example/sample4.c, example/tracks.c, example/udf1.c, example/udf2.c, example/udffile.c: gplv3 2008-03-23 karl * parse/Makefile, parse/cue.L, parse/cue.y, parse/toc.L, parse/toc.y, parse/toclexer.c, parse/toclexer.h: gplv3 2008-03-22 rocky * README.libcdio: NetBSD *can* be included in libcdio. Thanks to Karl Berry for pointing out. 2008-03-22 rocky * configure.ac, test/.cvsignore, test/Makefile.am, test/testnrg.c.in: Start a nrg image reading test. 2008-03-22 karl * test/check_cd_read.sh, test/check_common_fn.in, test/check_sizeof.c, test/testassert.c, test/testbincue.c.in, test/testdefault.c, test/testischar.c, test/testiso9660.c, test/testisocd.c, test/testisocd2.c.in, test/testparanoia.c, test/testpregap.c, test/testtoc.c: gplv3 2008-03-21 rocky * NEWS: More Housekeeping 2008-03-21 rocky * test/.cvsignore: Bookkeeping 2008-03-21 rocky * doc/Makefile.am: We no longer use gpl.texi. 2008-03-21 rocky * NEWS, cvs2cl_usermap, lib/driver/cdio_private.h, lib/driver/image/nrg.c: cdio_private.h: Remove type mismatch warning on get_track_pregap_lba when compiling image drivers. nrg.c: initialize previously uninitialzied field. Bug found by Robert William Fuller. cvs2cl_usermap: add esdead and karl NEWS: try to track what's been happening. 2008-03-21 edsdead * lib/driver/image/nrg.c: support cd-text 2008-03-20 karl * INSTALL, Makefile.am, doc/gpl.texi, example/C++/Makefile.am, example/C++/OO/Makefile.am, example/Makefile.am, include/Makefile.am, include/cdio++/Makefile.am, include/cdio/Makefile.am, lib/Makefile.am, lib/cdda_interface/Makefile.am, lib/cdio++/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/paranoia/Makefile.am, lib/udf/Makefile.am, src/Makefile.am, src/cd-paranoia/Makefile.am, test/Makefile.am: update Makefiles to GPLv3+ 2008-03-20 rocky * doc/libcdio.texi: Change some ALL CAPS emphasis to @emph emphasis 2008-03-20 edsdead * lib/driver/image/nrg.c: minor correction to prior commit 2008-03-20 edsdead * lib/driver/image/nrg.c: handle DAO in nrg_read_audio_sectors 2008-03-20 edsdead * test/check_fuzzyiso.sh: expect failure on p1.bin and p1.nrg b/c they are not iso9660 images 2008-03-20 edsdead * include/cdio/track.h, lib/driver/cdio_private.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image/nrg.h, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/libcdio.sym, lib/driver/track.c: get isrc from nrg files AND new API char * cdio_get_track_isrc(CdIo_t *,track_t); 2008-03-20 edsdead * test/check_paranoia.sh.in: don't need # of blocks without offset 2008-03-19 edsdead * lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, test/cdda-read.right, test/check_paranoia.sh.in: remove 272 byte offset that emulated 68 sample read offset in author's drive 2008-03-19 edsdead * doc/libcdio.texi: added authorship to section on track pre-gaps and cd-da 2008-03-18 edsdead * test/p1.cue, test/testpregap.c: tests for pregap api 2008-03-18 edsdead * test/Makefile.am: add testpregap 2008-03-18 karl * NEWS, doc/fdl.texi, doc/libcdio.texi: switch manual to GFDL1.2+ and no invariant sections; systematize front matter; etc. 2008-03-16 rocky * THANKS, configure.ac, doc/libcdio.texi, include/cdio/track.h, lib/driver/Makefile.am, lib/driver/cdio_private.h, lib/driver/image.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image/nrg.h, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/libcdio.sym, lib/driver/track.c: get_track_pregap_lba, get_track_pregap_lsn. Section on "CD-DA pregap" in libcdio manual. All changes from Robert William Fuller. 2008-03-15 rocky * doc/doxygen/Doxyfile.in: Update for doxygen 1.5.3 2008-03-15 rocky * configure.ac: Assume darwin9 is like darwin8. 2008-03-15 rocky * example/Makefile.am, src/cd-paranoia/Makefile.am, test/Makefile.am: More libiconv escallation. Sigh. 2008-03-15 rocky * test/Makefile.am: libiconv needed in test programs probably as part of the subversive iconv escallation that's been going on. 2008-03-15 rocky * NEWS: Revise before release. 2008-03-15 rocky * Makefile.am, src/Makefile.am: Install pkgconfig files libudf.pc, libcdio++.pc and libiso9660++.pc. Distribute manual pages for standalone utilities. Suggestions thanks to Nicolas Boullis. 2008-03-09 rocky * autogen.sh: Try to undo the damage gettextize does on configure.ac and Makefile.am 2008-03-09 rocky * autogen.sh: fix syntax error 2008-03-09 rocky * Makefile.am, autogen.sh, configure.ac: . 2008-03-09 rocky * Makefile.am: gettext stuff pulled in by gettextize 2008-03-08 rocky * src/cd-paranoia/version.h, test/cd-paranoia-log.right, test/check_paranoia.sh.in: test/check_paranoia.sh.in: need to ignore variance in status. 2008-03-08 rocky * include/cdio/Makefile.am, test/check_paranoia.sh.in: Things needed to make "make distcheck" work. Makefile.am: forgot paranoia.h header. check_paranoia.sh.in: need to compare with "right" file $srcdir not "." 2008-03-08 rocky * autogen.sh: Looks like we need to run gettextize first now 2008-03-06 rocky * test/Makefile.am, test/cd-paranoia-log.right, test/check_paranoia.sh.in: Add a test of new -l option on cd-paranoia. 2008-03-06 rocky * NEWS, src/cd-read.c, src/util.c, src/util.h, test/check_cd_read.sh: cd-read add --mode='any' which is basically a mmc_read_cd with CDIO_MMC_READ_TYPE_ANY. 2008-03-04 rocky * lib/driver/mmc.c: Comment typo 2008-03-03 rocky * src/cd-paranoia/cd-paranoia.c: Remove what looks like a spurious --output-info (-i) option. 2008-02-29 rocky * NEWS, THANKS, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/doc/en/cd-paranoia.1.in, src/cd-paranoia/usage-copy.h, src/cd-paranoia/usage.txt.in, test/check_paranoia.sh.in: Add option to cd-paranoia to log summary output to a file. Patch from and thanks to Daniel Schwarz. 2008-02-08 rocky * lib/driver/utf8.c, lib/iso9660/iso9660_fs.c: Add checks for memory allocation failures. Patch from Mandriva folks by Gustavo De Nardin via Vincent Danen. Originally for libcdio 0.78.2 See also https://savannah.gnu.org/patch/?6413 2008-01-19 rocky * src/cd-paranoia/cd-paranoia.c: Cast to integer because function it seems really might not be paranoia_mode_t but seems augmented by to additional values below 0. Ugh. 2008-01-18 rocky * AUTHORS: email address change. 2008-01-09 rocky * example/udf1.c: Was accessing out of array bounds. Caught by Stanislav Brabec. 2008-01-09 rocky * include/cdio++/iso9660.hpp, src/cd-info.c, src/iso-info.c, src/mmc-tool.c: cd-info.c iso-info.c More error-tolerant patch from Stanislav Brabec at SuSE. iso9660.hpp: patch to compile libcdio with gcc 4.3 from Cristian Rodriguez via Stanislav Brabec. Add return statement in function returning non-void. mmc-tool.c: remove out-of-bound array access. 2008-01-05 rocky * NEWS, include/cdio/iso9660.h, lib/iso9660/iso9660_fs.c: Note that iso9660_dir_to_name can return NULL if memory allocation fails. 2008-01-05 rocky * lib/iso9660/iso9660_fs.c: Another case of potentially accessing outside of array bounds. Bug caught by Nico Golde. 2008-01-03 rocky * src/cd-info.c, src/iso-info.c: Improper +1 on alloc. 2008-01-01 flameeyes * configure.ac, example/C++/Makefile.am, example/Makefile.am: Add a configure option to disable examples building (useful for distributions, as adding them to noinst will still build them during make all wasting build time. 2007-12-30 rocky * lib/driver/FreeBSD/freebsd.c: get_media_changed is static and shouldn't be compiled unless we are on FreeBSD. 2007-12-30 rocky * src/cd-info.c, src/iso-info.c: Remove possible buffer overrun when long joliet names are used. Savannah Bug #21910. 2007-12-28 rocky * NEWS, configure.ac, test/check_cd_read.sh, test/check_cue.sh.in, test/check_iso.sh.in, test/check_nrg.sh.in, test/check_opts.sh: Build outside of source fixes for TEST. We're in 0.80 land now. 2007-12-28 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h: Add get_media_changed method on FreeBSD for drives accessed via CAM (SCSI or ATAPICAM). Patch thanks to Andriy Gapon. 2007-12-15 rocky * configure.ac, doc/how-to-make-a-release.txt, lib/driver/FreeBSD/freebsd.h: Apply kfreebsd patch from Debian. 2007-12-10 rocky * doc/libcdio.texi: Another reference to IEC 60908. Update copyright and email 2007-12-10 rocky * doc/glossary.texi: Add mention of IEC 60908 2007-12-10 rocky * doc/glossary.texi, doc/libcdio.texi: Add wiki reference to the Philips Red Book. 2007-11-21 rocky * include/cdio/mmc.h, lib/driver/libcdio.sym, lib/driver/mmc.c: Run a Multimedia command (MMC) specifying the CDB length. The motivation here is for example ot use in is an undocumented debug command for LG drives (namely E7), whose length is being miscalculated by mmc_get_cmd_len(); it doesn't follow the usual code number to length conventions. Patch supplied by SukkoPera. 2007-11-19 flameeyes * include/cdio++/iso9660.hpp: Add missing include (for GCC 4.3). Patch by Ryan Hill (dirtyepic at gentoo). Patch #6271 at Savannah. 2007-11-17 flameeyes * src/cd-paranoia/Makefile.am: Don't try to use a generic rule for building usage.h or it will fail make distcheck when builddir != srcdir 2007-11-16 flameeyes * lib/iso9660/iso9660.c: Fix logic. 2007-11-16 flameeyes * test/testiso9660.c: Fix name of function. 2007-11-16 flameeyes * lib/iso9660/iso9660.c: Fix typo. 2007-11-16 flameeyes * test/Makefile.am: Don't compile the test programs during make all, make check will take care of that. 2007-11-16 flameeyes * Makefile.am: Fix make dist when run on $builddir != $srcdir. 2007-11-16 flameeyes * test/check_cd_read.sh, test/check_cue.sh.in, test/check_iso.sh.in, test/check_nrg.sh.in, test/check_opts.sh: check_common_fn is in the current dir (build dir), not in $srcdir. 2007-11-16 flameeyes * include/cdio/Makefile.am: Don't install the cdparanoia headers when cd-paranoia is not built nor installed. 2007-11-16 flameeyes * Makefile.am: Do not install the libcdio_paranoia.pc and libcdio_cdda.pc files if cd-paranoia is not built. If we do, the pkg-config based checks will report the presence of libraries that are not present in the system. 2007-11-16 flameeyes * lib/iso9660/iso9660.c: Do not assume that sizeof(int) == sizeof(long), the assumption is wrong on 64-bit arches. Reduce the size of strtol range when filling a struct tm variable. 2007-11-16 flameeyes * lib/driver/utf8.c: Include config.h before checking for HAVE_JOLIET or it will never build the function. 2007-11-16 flameeyes * configure.ac: Unbreak --enable/--disable joliet support. Use AS_HELP_STRING to pretty-print the help message. 2007-11-09 rocky * src/cd-paranoia/pod2c.pl: Apparently cygwin's perl sometimes puts in \r's for linefeeds. Patch from Gary Parks. 2007-10-27 rocky * INSTALL, NEWS, configure.ac: Final 0.79 release 2007-10-21 rocky * src/util.c: Update copyright. 2007-10-17 rocky * src/cd-paranoia/doc/jp/.cvsignore, src/cd-paranoia/doc/jp/Makefile.am, src/cd-paranoia/doc/jp/cd-paranoia.1.in: jp -> ja 2007-10-16 rocky * configure.ac, lib/cdda_interface/cddap_interface.c: libcdio cdparanoia doing the wrong thing on a single-sector read. Savannah patch #5999. 2007-10-15 rocky * NEWS, configure.ac, lib/cdda_interface/Makefile.am, lib/cdio++/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/paranoia/Makefile.am, lib/udf/Makefile.am, src/Makefile.am, src/cd-paranoia/Makefile.am: Remove := in Makefiles for portability. autoconf 1.10 complains about adding AM_PROC_CC_C_O - pander to it. 2007-10-13 rocky * NEWS, lib/cdda_interface/Makefile.am, lib/cdio++/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am: Go over shared library revision numbers and NEWS in advance of a Oct 27 0.79 release. 2007-09-28 rocky * lib/paranoia/p_block.c: Ooops - typedef typo 2007-09-28 rocky * include/cdio/paranoia.h, lib/cdda_interface/common_interface.c, lib/paranoia/p_block.c: paranoia.h, p_block.c: Add paranoia_set_range and correct #define in paranoia.h common_interface.c: try to give credit where it is due. 2007-09-28 rocky * THANKS: Add Patrick Guimond 2007-09-28 rocky * lib/cdda_interface/common_interface.c: Not just lead-out gap, but lead-out + pregap 2007-09-28 rocky * lib/cdda_interface/common_interface.c, lib/cdda_interface/toc.c, test/testiso9660.c: Support for multisession CD Extra Discs courtesy of Patrick Guimond. testiso9660.c: remove ltime comparison check. :-( 2007-09-26 rocky * lib/iso9660/iso9660_fs.c: iso9660_open_ext_private(): close image filecupon error. Leds to an open file descriptor making it impossible of e.g. unmounting a CDROM containing the file. Savannah bug #21147. 2007-09-05 rocky * lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, test/check_common_fn.in: iso9660.c: off-by-one bug which was causing dates to come out wrong. Thanks to Nicolas Boullis for finding and fixing. iso9660_fs.c: remove bugs merging code from the last round of changes/enhancements check_common_fn.in: show full iso_read command when it fails. 2007-08-12 rocky * example/.cvsignore: Yet another program, yet another ignore 2007-08-12 rocky * configure.ac, lib/iso9660/iso9660_fs.c, test/.cvsignore, test/Makefile.am, test/testisocd.c, test/testisocd2.c.in: iso9660_fs.c: remove some (but not all) of the redundancy testisocd2.c.in: a test of working with an ISO 9660 image. 2007-08-12 rocky * example/Makefile.am, example/README, example/isolist.c, example/isolsn.c, lib/iso9660/iso9660_fs.c: iso9660_fs.c: remove some bugs in freeing here. isolsn.c: Add a sample program for showing the path for given LSN. 2007-08-11 rocky * include/cdio/iso9660.h, lib/iso9660/Makefile.am, lib/iso9660/iso9660_fs.c, lib/iso9660/libiso9660.sym, test/testisocd.c: Add iso9660_fs_find_lsn_with_path and iso9660_ifs_find_lsn_with_path to report the full filename path of lsn. 2007-08-11 flameeyes * lib/driver/osx.c: Workaround a missing callback, failures are called immediately, sucesses are queued and might not be called properly. 2007-08-09 flameeyes * example/.cvsignore: Ignore udffile too. 2007-08-09 flameeyes * configure.ac, lib/driver/osx.c: Borrow the eject code for OSX from xine-lib-1.2-macos branch, as contributed by Matt Messier. This allows to eject disks on Mac OS X without having to call an external utility. Incidentally this fixes libcdio eject function on Mac OS X 10.4 and later, as hditool was moved from /usr/sbin to /usr/bin. 2007-08-09 flameeyes * example/cdio-eject.c: Include config.h, or the build will fail on at least Mac OS X. 2007-08-09 flameeyes * autogen.sh: Let autogen.sh work on OSX: test for glibtool presence (GNU libtool versus Apple libtool). 2007-08-09 flameeyes * autogen.sh: Accept automake 1.10 as a version greater than1.6. 2007-08-04 rocky * lib/driver/_cdio_generic.c: Small changes 2007-08-04 rocky * lib/iso9660/iso9660.c: Add note about funny strtol test and correct test. Thanks to Nicolas Boullis for finding this. 2007-07-19 rocky * test/testiso9660.c: Check for error status of iso9660_get_dtime and iso9660_get_ltime 2007-06-18 rocky * NEWS: Note last two bugs reported by Eric Shattow. 2007-06-18 rocky * src/cd-paranoia/cd-paranoia.c: Don't expect TOC reading to report audio mode if we are trying to rip prior to the very first track. And don't give an error here either. 2007-06-16 rocky * src/cd-info.c, src/cddb.c, src/cddb.h: CDDB disc id is an unsigned 32-bit integer, not long which could be 64-bits. 2007-05-27 rocky * NEWS: Bugs, bugs, bugs! 2007-05-27 rocky * lib/cdda_interface/scan_devices.c: Remove possible access of uninitialized cdio_hwinfo structure. 2007-05-27 rocky * lib/driver/_cdio_generic.c: Update copyright and email address. 2007-05-27 rocky * lib/driver/_cdio_generic.c: Fix bug in trying to free cd-text when it hasn't been initialized. 2007-05-16 rocky * configure.ac, src/cd-paranoia/doc/Makefile.am, src/cd-paranoia/doc/ja/.cvsignore, src/cd-paranoia/doc/ja/Makefile.am, src/cd-paranoia/doc/ja/cd-paranoia.1.in: Rename Japan locale to ja. Bug #19880. 2007-04-15 rocky * example/cdchange.c: cdchange doesn't use off_t, ssize or any fancy types so it shouldn't #include SYS_TYPES. Furthermore if cdio needs it, it should #include it on its own. 2007-04-15 rocky * example/cdchange.c: Take gcc's suggestion regarding adding parenthesis 2007-04-15 rocky * configure.ac: Was chopping off HAVE_SYS_TYPES declaration. 2007-04-15 rocky * example/cdio-eject.c, include/cdio/read.h: read.h: include sys/types.h since some OS's need it. cdio-eject.c: no real changes. Add copyright. 2007-03-16 rocky * include/cdio/audio.h, include/cdio/read.h: audio.h: doxygenation Address, Copyright change. 2007-03-10 rocky * lib/cdio++/devices.cpp, lib/cdio++/iso9660.cpp: Patches from sms to deal with off_t not getting defined. 2007-03-09 rocky * src/cd-paranoia/doc/en/cd-paranoia.1.in: More potential cdparanoia -> cd-paranoia changes. Note how this differes from cdparanoia (i.e. not much). 2007-03-09 rocky * src/cd-drive.c: Use "getopt.h" , not 2007-03-07 rocky * example/cdchange.c, lib/driver/gnu_linux.c: lib/driver/gnu_linux.c: bug #19221 (possibly): memory Leak opening an inaccessible device. cdchange.c: a stray character got added to the file 2007-03-05 rocky * configure.ac, example/cdchange.c, lib/driver/image/cdrdao.c, lib/iso9660/iso9660.c, src/cd-paranoia/cd-paranoia.c: Better strtol fix based on SMS's remark. 2007-03-05 rocky * example/cdchange.c, lib/driver/image/cdrdao.c, lib/iso9660/iso9660.c, src/cd-paranoia/cd-paranoia.c: Set errno=0 before calling strtol(). bug #18131 2007-02-25 rocky * include/cdio/read.h, lib/driver/read.c: Update cdio_read documentation. 2006-12-20 rocky * lib/iso9660/iso9660_fs.c: Symlinks were sharing stat_buf so freeing one made the pointer to the other invalid. Allocate a separate entry for each symlink. Bug report and patch provided by Antti Perälä. Savannah bug #18563 2006-12-14 rocky * lib/driver/utf8.c: Patch by Gergely Szász to respect --disable-joliet. (Things may change when UDF is more in use though.) Bug report #18522 2006-12-14 rocky * configure.ac: Typo in configure.ac reported by Gergely Szász, bug report #18522. 2006-12-04 rocky * src/iso-read.c: Had one too many field in structure. 2006-11-30 rocky * configure.ac: Disable libvcdinfo - 2nd try. 2006-11-30 rocky * configure.ac: Disable vcdinfo in cd-info by default. It causes too much of a hassle for too many people. 2006-11-28 gmerlin * lib/driver/util.c: * Fixed potential security issues 2006-11-27 gmerlin * configure.ac, include/cdio/util.h, lib/driver/_cdio_generic.c, lib/driver/gnu_linux.c, lib/driver/util.c: * Better drive detection for Linux * cdio_add_device_list() now adds devices with symlinks only once 2006-11-16 rocky * test/Makefile.am, test/check_iso.sh.in, test/copying-rr.gpl: Add --ignore to iso-read and add a iso-read copying-rr extraction test. 2006-11-16 rocky * NEWS, configure.ac: We really are in 0.79cvs now. 2006-11-16 rocky * src/iso-read.c: Add --ignore (-k). Thanks to Justin F. Hallett for suggesting and testing 2006-11-13 rocky * rbcdio/AUTHORS, rbcdio/Makefile.am, rbcdio/NEWS, rbcdio/README, rbcdio/autogen.sh, rbcdio/configure.ac, rbcdio/example/device.rb, rbcdio/example/eject.rb, rbcdio/example/tracks.rb, rbcdio/lib/cdio.rb, rbcdio/lib/extconf.rb, rbcdio/rubycdio.m4, rbcdio/swig/Makefile, rbcdio/swig/audio.swg, rbcdio/swig/compat.swg, rbcdio/swig/device.swg, rbcdio/swig/device_const.swg, rbcdio/swig/disc.swg, rbcdio/swig/rubycdio.swg, rbcdio/swig/track.swg, rbcdio/swig/types.swg: Remove files checked into the wrong place 2006-11-13 rocky * rbcdio/AUTHORS, rbcdio/Makefile.am, rbcdio/NEWS, rbcdio/README, rbcdio/autogen.sh, rbcdio/configure.ac, rbcdio/example/device.rb, rbcdio/example/eject.rb, rbcdio/example/tracks.rb, rbcdio/lib/cdio.rb, rbcdio/lib/extconf.rb, rbcdio/rubycdio.m4, rbcdio/swig/Makefile, rbcdio/swig/audio.swg, rbcdio/swig/compat.swg, rbcdio/swig/device.swg, rbcdio/swig/device_const.swg, rbcdio/swig/disc.swg, rbcdio/swig/rubycdio.swg, rbcdio/swig/track.swg, rbcdio/swig/types.swg: Initial revision 2006-11-01 rocky * NEWS: Get ready for release. Note preprocessor symbol LIBCDIO_VERSION number has to be an integer. (Bug caused by naming version 0.78.1) 2006-10-30 rocky * configure.ac: A stray quote got inserted into the "cut". This time, for sure! 2006-10-30 rocky * configure.ac: Get reeady for 0.78.2 release? 2006-10-30 flameeyes * configure.ac: Use cut rather than sed for removing the micro version. 2006-10-29 rocky * configure.ac: This time, for sure! (See previous.) 2006-10-29 rocky * configure.ac: Remove .1 in LIBCDIO_VERSION_NUM 2006-10-28 rocky * NEWS: What's changed. 2006-10-28 rocky * configure.ac, doc/how-to-make-a-release.txt, lib/driver/Makefile.am: Prepare a release that doesn't have the .so problem. 2006-10-27 rocky * example/.cvsignore: Add cdio-eject 2006-10-27 rocky * configure.ac: Make iconv more necessary. 2006-10-27 rocky * include/cdio/cdda.h, include/cdio/iso9660.h, include/cdio/mmc.h, include/cdio/paranoia.h: Remove doxygen warnings. 2006-10-27 rocky * configure.ac: Get ready for release. 2006-10-27 rocky * NEWS: Revies NEWS version/date for release. 2006-10-21 rocky * NEWS, example/README, lib/driver/gnu_linux.c: gnu_linux.c: Fix bug reported by Burkhard in eject_media_linux() where we were closing an open tray. NEWS/README: note current changes 2006-10-21 gmerlin * example/Makefile.am, example/cdio-eject.c, lib/driver/gnu_linux.c: * Umount before ejecting * Ultra simple eject command 2006-10-11 rocky * example/.cvsignore, example/Makefile.am, example/mmc3.c, include/cdio/mmc.h, lib/driver/Makefile.am, lib/driver/libcdio.sym, lib/driver/mmc.c, lib/driver/mmc_private.h, lib/iso9660/Makefile.am: Add routine to get tray status (open/closed) and sample program. Seems broken at least on SuSE 10.1 if not other GNU/Linux's though. 2006-09-26 flameeyes * lib/iso9660/iso9660_fs.c: Check for the pointers before dereference them. Found by Coverity Scan on xine-lib. 2006-09-26 flameeyes * lib/driver/MSWindows/win32.c: Check for the validity of the pointer before using strlen on it. Found by Coverity Scan on xine-lib. 2006-09-26 flameeyes * lib/iso9660/iso9660.c: Fix a possible off-by-one in strip_trail() identified by Coverity Scan on xine sources. 2006-08-20 rocky * lib/driver/Makefile.am, libcdio.pc.in: Patches from Steve Schultz to handle libiconv inclusion on BSDI (and possibly other BSD's) 2006-08-02 rocky * lib/driver/gnu_linux.c: Yet another guess at what happened to the CDROMREADTOCENTRY ioctl call. I haven't been able to find anything that documents in any detail how to use this ioctl let alone the weird behavior where CDROMREADTOC header beforehand turns and "invalid parameter" into a valid one. It's not the way other 'nix's work. 2006-07-30 rocky * test/testiso9660.c: Take out some checks until daylight savings time thing is resolved. 2006-07-30 rocky * NEWS, example/tracks.c, lib/driver/gnu_linux.c: gnu_linux: get_disc_last_lsn: cdte_format seems to want to be CDROM_MSF example/tracks.c: add a call to cdio_get_disc_last_lsn() NEWS - note UDF limitation. correct spelling typo. 2006-06-12 gmerlin * NEWS: * Updated NEWS 2006-06-03 gmerlin * include/cdio/utf8.h, lib/driver/utf8.c: * UTF-8 support 2006-06-03 rocky * lib/udf/udf_file.c: C lint. 2006-06-03 rocky * test/Makefile.am, test/check_iso.sh.in, test/copying.gpl: Add our own version of copying.gpl rather than rely on FSF's to be unchanging. 2006-06-02 gmerlin * include/cdio/Makefile.am, include/cdio/iso9660.h, include/cdio/types.h, lib/driver/Makefile.am, lib/driver/libcdio.sym, lib/iso9660/iso9660_fs.c: * UTF-8 support patch 2006-05-06 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660.c: Add missing field in SVD structure. Document correspondencies with ECMA 119 better. 2006-05-03 rocky * include/cdio/cdda.h: Note what nsectors does. 2006-04-28 rocky * lib/udf/udf_fs.c: gcc 2.9 fix remove ;; - thanks to sms 2006-04-17 rocky * doc/2006-summer-of-code.txt: Remove API overhaul. 2006-04-17 rocky * example/udffile.c, test/Makefile.am: Add UDF 1.02 image and use that in the default file-extraction test. 2006-04-17 rocky * example/Makefile.am, example/udffile.c: udf2.c becomes the more general udffile.c 2006-04-17 rocky * include/cdio/ecma_167.h, lib/udf/udf.c, lib/udf/udf_file.c, lib/udf/udf_fs.c, lib/udf/udf_fs.h, lib/udf/udf_private.h: UDF file reading works for strategy 4. What a pain in the ass. 2006-04-16 rocky * doc/libcdio.texi, example/Makefile.am, include/cdio/ecma_167.h, include/cdio/udf.h, lib/udf/udf.c, lib/udf/udf_file.c, lib/udf/udf_private.h: Remove some bugs in udf_file.c Others remain. 2006-04-15 rocky * example/C++/Makefile.am, example/C++/OO/Makefile.am, example/C++/README, example/Makefile.am, example/README: . 2006-04-15 rocky * example/C++/Makefile.am, example/C++/isofile.cpp: iso3.cpp->isofile.cpp 2006-04-15 rocky * example/C++/isolist.cpp: iso1.cpp->isolist.cpp 2006-04-15 rocky * example/C++/OO/{iso3.cpp => isofile.cpp}, example/C++/OO/{iso2.cpp => isofile2.cpp}, example/C++/OO/{iso1.cpp => isolist.cpp}, example/C++/iso1.cpp, example/C++/iso2.cpp, example/C++/{iso3.cpp => isofile2.cpp}: iso1->isolist iso2->isofile2 iso3->isofile 2006-04-15 rocky * example/.cvsignore, example/C++/.cvsignore, example/C++/OO/.cvsignore, example/C++/README: iso1->isolist iso2->isofile2 iso3->isofile 2006-04-15 rocky * example/C++/Makefile.am, example/C++/OO/Makefile.am, example/Makefile.am, example/README, example/{iso3.c => isofile.c}, example/{iso2.c => isofile2.c}, example/{iso1.c => isolist.c}: iso1.c->isolist.c iso2.c -> isofile2.c iso3.c -> isofile.c 2006-04-15 rocky * doc/2006-summer-of-code.txt: Proposed 2006 Summer of Code tasks 2006-04-15 rocky * include/cdio/udf_file.h, lib/driver/_cdio_stream.c, lib/driver/_cdio_stream.h, lib/driver/libcdio.sym, lib/udf/udf_file.c, lib/udf/udf_fs.c, lib/udf/udf_private.h: stream: add getpos routine udf: save last read position. 2006-04-14 rocky * lib/driver/libcdio.sym, src/cdda-player.c, src/mmc-tool.c: libcdio.sym: add mmc_close_tray cdda-player.c, mmc-tool.c: remove possibility of uninitialized return code variables 2006-04-14 rocky * include/cdio/udf_file.h: Fix prototype mismatch. Thanks yet again to the every vigilant Steve Schultz. 2006-04-12 rocky * src/mmc-tool.c: doc fix 2006-04-12 rocky * src/mmc-tool.c: Add access to GPCMD_INQUIRY 2006-04-12 rocky * doc/libcdio.texi, example/README: Note newer example programs like udf1.c udf2.c libcdio.texi also has some other small typo corrections. 2006-04-12 rocky * NEWS, configure.ac, example/mmc2a.c: configure.ac: in 0.78cvs now mmc2a.c: small changes from and synch with mmc-tool. 2006-04-12 rocky * example/mmc2a.c, include/cdio/cd_types.h, include/cdio/device.h, include/cdio/ecma_167.h, include/cdio/mmc.h, include/cdio/udf_file.h, lib/driver/mmc.c, src/mmc-tool.c: mmc: add mmc_close_tray(). mmc-tool: add option for close tray and to get mode-sense 2A data. 2006-04-12 rocky * src/mmc-tool.c: Allow multiple sequence of operations. 2006-04-11 rocky * example/udf2.c, lib/udf/udf_fs.c: udf_fs.c: was freeing freed memory when searching for a file that doesn't exist. udf2.c: print error when looking for a non-existent file. 2006-04-11 rocky * include/cdio/udf_file.h, lib/udf/Makefile.am, lib/udf/udf_file.c, lib/udf/udf_fs.c, lib/udf/udf_fs.h, lib/udf/udf_private.h: Make udf_read_block more like 2 read. Implementation is closer to the description (although it needs more work.) udf_fs.h: break out udf_check_tag() *.h: /*! -> /** - is more like Javadoc. 2006-04-11 rocky * lib/udf/udf_file.c: Handle error condition better. 2006-04-11 rocky * example/udf2.c: Print out entire file. (File must fit in memory though.) 2006-04-11 rocky * include/cdio/ecma_167.h, lib/udf/udf.c, lib/udf/udf_file.c, lib/udf/udf_fs.c, lib/udf/udf_private.h: UDF fixes. 2006-04-07 rocky * src/cdda-player.c, src/mmc-tool.c: Wrapping fixes 2006-04-07 rocky * src/cdda-player.c: If a driver doesn't have cdio_get_audio_volume, increase/decrease volume arbitrarily start off with 50 (midway in range) and we've arranged that cdda-player will do it's own bookkeeping to figure out what the current volume level is. 2006-04-05 rocky * src/cdda-player.c: Add ability to interactively set volume levels. Keys +/- 2006-04-05 rocky * src/cdda-player.c: Tidy up a little. 2006-04-05 rocky * lib/driver/.cvsignore: . 2006-04-05 rocky * src/.cvsignore: [no log message] 2006-04-05 rocky * src/cdda-player.c: Figure out last line from screen paramaters. (I'm embarrassed it this wasn't put in earlier.) Play *only* if we weren't previously paused or playing. 2006-04-05 rocky * src/cdda-player.c: Start off playing all tracks. Set status to show playing all tracks. 2006-04-05 rocky * lib/driver/mmc.c, lib/driver/mmc_private.h: Make so we can call from driver. Some comment changes too. 2006-04-04 rocky * src/mmc-tool.c: typo 2006-04-04 rocky * include/cdio/device.h, include/cdio/mmc.h, lib/driver/MSWindows/win32.c, lib/driver/device.c, lib/driver/gnu_linux.c, lib/driver/libcdio.sym, lib/driver/mmc.c, src/mmc-tool.c: Clarify the difference betweeen speed as it is defined in the MMC spec and drive unit speeds. Add a new mmc routine for the latter. 2006-04-04 rocky * src/mmc-tool.c: mmc-tool: tool do issue libcdio mmc commands. 2006-04-04 rocky * src/Makefile.am: Add get/set blocksize and MCN commands. 2006-04-03 rocky * example/mmc2a.c: typos 2006-04-03 rocky * example/.cvsignore: .cvsignore 2006-04-03 rocky * lib/driver/gnu_linux.c, lib/driver/mmc.c: gnu_linux: Use internal routine to set the speed. mmc.c: add more debug_ variables for new enums and extern vars in mmc.h set speed is in the write direction not read 2006-04-03 rocky * include/cdio/mmc.h: More #defines become enums. Add CDIO_MMC_GETPOS_LEN16. Is like CDIO_MMC_GETPOS_LEN16 with extra position parameter. 2006-04-03 rocky * example/Makefile.am, example/README, example/mmc2a.c: Add example program to show MODE_SENSE page 2A: CD/DVD Capabilities and Mechanical Status Page. 2006-03-30 flameeyes * configure.ac, include/Makefile.am, lib/Makefile.am: Add a --disable-cxx configure parameter so that the C++ bindings can be skipped. 2006-03-28 rocky * README: README 2006-03-28 rocky * README, package/libcdio.spec.in: README 2006-03-28 rocky * lib/driver/MSWindows/win32.c: For read_data_sectors, try first MMC commands and then cooked I/O. 2006-03-28 rocky * example/C++/OO/drives.cpp, example/drives.c, include/cdio/cd_types.h, include/cdio/device.h, lib/driver/cd_types.c, lib/driver/device.c, test/testisocd.c: Yet another attempt to get "get_drives_with_cap" working in a rational fashion. 2006-03-27 rocky * example/C++/OO/drives.cpp, example/drives.c, include/cdio/device.h, lib/driver/device.c: One more time, go over logic of get_drives_with_cap. 2006-03-26 rocky * include/cdio/cd_types.h, lib/driver/device.c, test/testisocd.c: Bug in get_drive_types_with_cap: Had wrong boolean logic. 2006-03-26 rocky * test/.cvsignore: . 2006-03-26 rocky * test/testisocd.c: Add ISO 9660 CD reading test. 2006-03-26 rocky * include/cdio/iso9660.h: A more stringent ISO 9660 CD reading test. 2006-03-26 rocky * test/Makefile.am: Add test of reading an ISO 9660 CD. 2006-03-26 rocky * lib/driver/_cdio_generic.c: Untabify 2006-03-26 rocky * lib/driver/_cdio_generic.c, lib/driver/osx.c: Add/correct comments. osx.c: remove tabs. 2006-03-25 rocky * configure.ac: We'll accept FreeBSD 7. 2006-03-25 rocky * include/cdio/iso9660.h: Document iso9660_iso_seek_read better. Well, the old doc at least had me confused. 2006-03-25 rocky * lib/cdda_interface/scan_devices.c: Store passed in messagedest in initializing drive object. 2006-03-18 rocky * include/cdio/cdda.h, include/cdio/paranoia.h, lib/cdda_interface/cddap_interface.c, lib/paranoia/paranoia.c: documentation additions, mostly doxygen. More #defines become enumerations. 2006-03-18 rocky * NEWS: Forgot to update release date. 2006-03-18 rocky * test/testiso9660.c: sourceforge openpower is now giving problems in changing timezone. Will it ever end? 2006-03-18 rocky * Makefile.am, test/testiso9660.c: Makefile.am: failed bad attempt to get Sun 9's make work. But this is probably more correct anyway. testiso9660.c: I give up on getting localtime working. 2006-03-18 rocky * NEWS, configure.ac, doc/how-to-make-a-release.txt, include/cdio/iso9660.h, lib/iso9660/iso9660.c: iso9660.h: remove doxygen formatting warning. configure.ac, NEWS: get ready for 0.77 release 2006-03-18 rocky * lib/driver/FreeBSD/freebsd.h: typo 2006-03-18 rocky * example/cdtext.c, example/iso2.c, example/paranoia.c, example/paranoia2.c, src/cd-paranoia/cd-paranoia.c: More strcat, sprintf, and strcpy replacements. 2006-03-18 rocky * README, README.libcdio: Update instructions 2006-03-18 rocky * test/testiso9660.c: The latest wrinkle in the maze of twisty timezones all different. 2006-03-18 rocky * NEWS, include/cdio/util.h, lib/cdda_interface/utils.c, lib/driver/gnu_linux.c, lib/driver/util.c, lib/udf/udf_fs.c: Security: replace all uses of strcat and strcpy with strncat and strncpy 2006-03-17 rocky * src/cd-read.c, test/cdda-read.right, test/check_cd_read.sh: Add --just-hex option to cd-read. Not all OS's agree on what's printable. 2006-03-17 rocky * lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c: Replace strcat and strcpy with strncat, strncpy. 2006-03-17 rocky * configure.ac, src/Makefile.am, src/cd-info.c, src/cd-paranoia/Makefile.am, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/getopt.c, src/cd-paranoia/getopt.h, src/cd-paranoia/getopt1.c, src/cd-read.c, src/cdda-player.c, src/getopt.c, src/getopt.h, src/getopt1.c, src/iso-info.c, src/iso-read.c: Put back in getopt.h, getopt.c, getopt1.c. Solaris doesn't always have it and it's really too much of a hassle to do all that configuration code to figure out where it is and what has to be done to get it to work. 2006-03-17 rocky * lib/driver/aix.c, lib/driver/solaris.c: mmc_direction_t -> cdio_mmc_direction_t 2006-03-17 rocky * src/cd-drive.c: It's now mmc.h, not scsi_mmc.h 2006-03-17 rocky * test/testiso9660.c: Address one more glitch - NULL tm_zone's 2006-03-17 rocky * test/testiso9660.c: Even more dancing around the different tm mktime variations on different OS's. I think we have GNU/Linux, cygwin, and BSDI now. 2006-03-17 rocky * NEWS: NEWS 2006-03-17 rocky * test/testiso9660.c: Need more sophisticated way to compare times. 2006-03-17 rocky * lib/iso9660/iso9660.c, test/testiso9660.c: More time corrections in the presense of timezones, daylight savings time, and HAVE_TM_GMTOFF 2006-03-17 rocky * lib/iso9660/iso9660.c: use tzset to try to get GMT read. 2006-03-17 rocky * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/aspi32.h, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c: mmc_direction_t -> cdio_mmc_direction_t 2006-03-17 rocky * NEWS, lib/iso9660/iso9660.c, test/testiso9660.c: iso9660_get_{l,d}time() anot accounting for the timezone properly. Some other small bugs removed. 2006-03-14 rocky * cvs2cl_usermap: Remove email addresses -- spammers are winning 2006-03-14 rocky * cvs2cl_usermap: Add flameeyes 2006-03-14 rocky * NEWS, lib/cdda_interface/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/paranoia/Makefile.am: Update library version numbers for possible release. FSF address change. 2006-03-14 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660_fs.c, src/cdda-player.c: iso9660.h: note b_mode2 parameter is not used any more cdda-player.c FSF address change. 2006-03-13 rocky * lib/paranoia/paranoia.c: comment change - 0x2->FLAGS_UNREAD 2006-03-11 rocky * include/cdio++/cdio.hpp: Try p_cdio as protected. 2006-03-07 rocky * include/cdio/disc.h: Put back cdio_stat_size tolerance. 2006-03-07 rocky * .cvsignore, example/C++/OO/.cvsignore: . 2006-03-07 rocky * include/cdio++/iso9660.hpp, lib/cdio++/iso9660.cpp: Go back to inlining various functions because older STL's can't handle not having the bodies. (I think this is what's going on, but I'm not completely sure. Deals with failure on older BSDI and gcc 2.95 server) 2006-03-07 rocky * lib/cdio++/devices.cpp: Code for Cdio::Devices Class 2006-03-07 rocky * .cvsignore: .cvsignore 2006-03-07 rocky * example/C++/OO/Makefile.am, example/C++/OO/iso1.cpp, example/C++/OO/iso4.cpp, include/cdio++/iso9660.hpp, lib/cdio++/iso9660.cpp: Change list of files from a list to a vector. read_pvd() for ISO9660::FS works. iso4.cpp: show ISO 9660 info for CD-images (like iso1 for ISO images). 2006-03-07 rocky * test/.cvsignore: [no log message] 2006-03-07 rocky * lib/cdda_interface/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/paranoia/Makefile.am: Don't do library versioning if there no object files to look at. This removes spurious "nm: no a.out" messages when --disable-shared is in effect. 2006-03-07 rocky * configure.ac, example/C++/OO/Makefile.am, include/cdio++/cdio.hpp, include/cdio++/devices.hpp, include/cdio++/iso9660.hpp, lib/cdio++/Makefile.am, lib/cdio++/cdio.cpp, lib/cdio++/cdio_stub.cpp, lib/cdio++/iso9660.cpp, lib/cdio++/iso9660_stub.cpp: Move code from devices.hpp and iso9660.hpp headers into external files - cdio.cpp, device.cpp, iso9660.cpp configure.ac, C++/OO/Makefile.am: Found some bugs libraries acces in doing the above move. 2006-03-07 rocky * configure.ac, test/Makefile.am, test/{testbincue.c => testbincue.c.in}: testbincue.c.in: set @srcdir@. Make gcc 2.95 compatible. 2006-03-07 rocky * include/cdio/iso9660.h, lib/iso9660/libiso9660.sym, test/testbincue.c: Have to have iso9660_find_fs_lsn linker symbol around. (At least for now.) 2006-03-06 rocky * Makefile.am, configure.ac, include/cdio++/Makefile.am, libcdio++.pc.in, libiso9660++.pc.in: Distribute pkg-config files. Add iso9600.hpp to distribution. 2006-03-06 rocky * NEWS, example/C++/OO/Makefile.am: Cosmetic changes. 2006-03-06 rocky * example/C++/OO/Makefile.am, example/C++/OO/iso2.cpp, include/cdio++/cdio.hpp, include/cdio++/iso9660.hpp, include/cdio/iso9660.h, lib/iso9660/iso9660_fs.c, lib/iso9660/libiso9660.sym: Add ISO9660::FS - the cdio portion of ISO9660 reading. iso9600.h: another function rename to be more consistent. 2006-03-06 rocky * doc/libcdio.texi, example/C++/OO/iso1.cpp, include/cdio++/iso9660.hpp, include/cdio/iso9660.h, lib/iso9660/iso9660.c, lib/iso9660/libiso9660.sym, test/testischar.c, test/testiso9660.c: iso9660.hpp, iso1.cpp get list iterators working. rest: add _ to isachar and isadchar 2006-03-06 rocky * example/C++/OO/Makefile.am, example/C++/OO/iso1.cpp, example/C++/OO/iso3.cpp, example/C++/iso1.cpp, include/cdio++/iso9660.hpp, lib/cdio++/Makefile.am: Start OO iso1.cpp. iso3.cpp: valgrind lint. iso1.cpp: tidy more. 2006-03-06 rocky * configure.ac, example/C++/OO/.cvsignore, example/C++/OO/Makefile.am, example/C++/OO/iso3.cpp, include/cdio++/iso9660.hpp, lib/cdio++/Makefile.am: Get first libiso9660++ OO program (iso3) working. 2006-03-05 rocky * include/cdio++/iso9660.hpp, include/cdio/iso9660.h: Add more C++ ISO 9660 methods and some classes (for C structs). 2006-03-05 rocky * example/C++/device.cpp, include/cdio++/cdio.hpp, include/cdio++/device.hpp, include/cdio++/iso9660.hpp, include/cdio/iso9660.h, lib/cdio++/Makefile.am, lib/cdio++/{stub.cpp => cdio_stub.cpp}, lib/cdio++/iso9660_stub.cpp: lib/cdio++/Makeifle.am iso9660.hpp iso9660_stub.cpp: start C++ libiso9660 library iso9660.h: documentation changes. device.hpp: reduce number of methods stub.cpp->cdio_stub.cpp 2006-03-03 flameeyes * example/.cvsignore: Add cdchange to ignored files. 2006-03-03 flameeyes * lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h, lib/driver/FreeBSD/freebsd_cam.c: scsi_mmc_cdb_t -> mmc_cdb_t; scsi_mmc_direction_t -> cdio_mmc_direction_t; make FreeBSD driver build again. 2006-03-02 flameeyes * lib/driver/FreeBSD/freebsd.c: Add missing include in freebsd driver (fix implicit declaration of htonl). 2006-03-02 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660.c: Mostly doc changes. However there was a field-name misspelling in iso9660.h 2006-03-02 rocky * example/C++/README, example/C++/iso1.cpp, example/README, example/iso1.c: iso1.c{,pp} Show PVD info as well. README: revise for the programs we've got. 2006-03-02 rocky * example/C++/iso2.cpp, example/C++/iso3.cpp, example/iso2.c, example/iso3.c: Simplify code. Add usage. 2006-03-02 rocky * example/C++/iso1.cpp, example/iso1.c, example/iso3.c: Some small changes inspired by correspoinding Perl programs. 2006-03-01 rocky * lib/iso9660/iso9660.c: Date changed 2006-03-01 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660.c: Document iso9660_name_translate{,_ext} more accurately. 2006-03-01 rocky * example/iso1.c: Remove duplicate free 2006-03-01 rocky * include/cdio/iso9660.h: Improve some comments. 2006-03-01 rocky * example/C++/iso1.cpp, example/iso1.c: iso1.c, iso1.cpp: add p_ prefix to some pointers iso1.cpp: add iso1.c improvements: allow for an optional ISO name. 2006-02-27 flameeyes * lib/driver/_cdio_stdio.c, lib/driver/cd_types.c, lib/driver/device.c: Use complete struct initialization to avoid spurious pointers. 2006-02-27 flameeyes * example/audio.c: Fix keywords ordering. 2006-02-27 flameeyes * lib/driver/image/cdrdao.c: Don't put two strcmp() calls in bodyless if costructs when building the release version. Use -DTODO in CFLAGS to get the warning again. 2006-02-27 flameeyes * lib/driver/image/nrg.c: Don't check for an unsigned value to be >= 0. 2006-02-27 flameeyes * include/cdio/Makefile.am: Remove cdio_include.h at distclean rather than in clean, as it's done for config.h. Doesn't require to re-run ./configure at make clean. 2006-02-27 flameeyes * lib/driver/portable.h: Use preprocessor's #error instead of adding invalid code, makes the error more verbose and waste less time (as it stops during preprocessing instead of compiling). 2006-02-25 rocky * test/testiso9660.c: Small comment changes 2006-02-25 rocky * test/testiso9660.c: Revise test to be more informative 2006-02-25 rocky * test/testiso9660.c: Revise test to be more informative 2006-02-18 rocky * lib/driver/osx.c: Was accessing outside of legal range. Addresses bug #15787 Thanks to demo-n. 2006-02-18 rocky * .cvsignore: .cvsignore 2006-02-18 rocky * lib/driver/osx.c: Comment change. 2006-02-18 rocky * lib/driver/bsdi.c, lib/driver/device.c, lib/driver/osx.c: scsi_mmc_direction_t -> cdio_mmc_direction_t 2006-02-16 rocky * NEWS, doc/libcdio.texi: NEWS: Note strncpy problem libcdio.texi: Update copyright date. 2006-02-16 rocky * include/cdio/Makefile.am, include/cdio/cdda.h, include/cdio/disc.h, include/cdio/mmc.h, include/cdio/util.h: Remove some deprecated things. 2006-02-13 rocky * lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/mmc.c: image/* Wrong sizeof. mmc: remove some deprecated things. 2006-02-13 rocky * include/cdio/cd_types.h, lib/driver/cd_types.c: Replace yet another set of #defines with an enum. 2006-02-13 rocky * example/.cvsignore, lib/udf/udf_time.c, src/.cvsignore: udf_time.c: make sure offset is initialzed (Darwin doesn'thave TIMEZONE var). .cvsignore: add .gdb_history 2006-02-13 rocky * NEWS: What's up. 2006-02-13 rocky * lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c: Use strncopy rather than strcpy in get_hwinfo. Make sure all strings have null byte at the end. 2006-02-12 rocky * lib/driver/image/nrg.c: Put in a much more stringent NRG image test. This means that for now we won't require the .NRG extension. 2006-02-12 rocky * test/testbincue.c: Add at least an attempt to call get_default_devices(). 2006-02-12 rocky * lib/driver/image/nrg.c: Fix bugs on accessing outside of string. Patch thanks to Diego 'Flameeyes' Pettenò. And he cleaned up and shortened the code too! 2006-02-12 rocky * configure.ac: Allow DragonFly which so far is exactly like FreeBSD. Guidance suggested and provided by Diego 'Flameeyes' Pettenò. 2006-02-10 rocky * include/cdio/cd_types.h: Change another set of #defines to an enum. 2006-02-10 rocky * lib/driver/cd_types.c, lib/driver/image/bincue.c: bincue.c: was using NRG default devices! cd_types.c: declare variable so we pick up debug info. 2006-02-09 rocky * example/C++/OO/drives.cpp, example/drives.c: Clean up code a little. 2006-02-02 rocky * src/cdda-player.c: Fix another bug in cdda-player? I think b_cd was there only for interactive use. 2006-02-02 rocky * example/udf2.c, include/cdio++/cdio.hpp, include/cdio/device.h, lib/driver/device.c, lib/driver/libcdio.sym: cdio_driver_return_code_to_str -> cdio_driver_errmsg 2006-02-01 rocky * NEWS: Go over. 2006-02-01 rocky * lib/driver/device.c, test/testparanoia.c: Fix bug in is_device when driver_id = DRIVER_UNKNOWN or DRIVER_DEVICE 2006-01-26 rocky * lib/udf/udf_file.c, lib/udf/udf_fs.c, lib/udf/udf_private.h: Commit some of the temporary UDF stuff. It will either be completed or disabled later. 2006-01-25 rocky * src/cdda-player.c: Install a CDDB log handler. 2006-01-25 rocky * example/README: Add cdchange. 2006-01-25 rocky * example/C++/OO/device.cpp, example/C++/OO/drives.cpp, example/C++/OO/eject.cpp, include/cdio++/cdio.hpp, include/cdio++/device.hpp, include/cdio++/devices.hpp: Move the device routines which don't refer to an object private info (e.g. closign a tray) out of the Device class. 2006-01-25 rocky * include/cdio++/cdio.hpp, include/cdio++/devices.hpp: devices.hpp: Add default values on some parameters. cdio.hpp: Remove bogus class. 2006-01-25 rocky * example/C++/OO/.cvsignore, example/C++/OO/Makefile.am, example/C++/OO/drives.cpp: Add routine to show drives attached. Not really OO, but it is a little nicer than the corresponding C program. 2006-01-24 rocky * example/Makefile.am, example/README: Add cdchange program. 2006-01-24 rocky * example/cdchange.c: Allow parameter to specify seconds to wait. 2006-01-24 rocky * example/cdchange.c: Example to show media changed routine. 2006-01-23 rocky * doc/.cvsignore, doc/doxygen/html/.cvsignore: more lint. 2006-01-23 rocky * lib/driver/cdio_private.h, lib/driver/generic.h: Now check to see if we have config.h *AND* it hasn't been included before. 2006-01-23 rocky * include/cdio/read.h, include/cdio/types.h: LIBCDIO_CONFIG_H -> EXTERNAL_LIBCDIO_CONFIG_H so we don't get conflicting includes with the local config.h. 2006-01-23 rocky * include/cdio/read.h: Some small corrections to comments. 2006-01-23 rocky * lib/driver/cdio_private.h, lib/udf/udf_private.h: config.h now seems to get included. 2006-01-23 rocky * include/cdio/track.h: Move some more #defines into an enumeration. 2006-01-23 rocky * configure.ac: Probably this is the right way (or a better way?) to ensure derived scripts in test are made executable. 2006-01-22 rocky * example/tracks.c: We were assuming first_track is 1. It isn't always. 2006-01-21 rocky * NEWS, configure.ac, include/cdio/device.h, include/cdio/read.h, include/cdio/types.h: read.h needs Add it into cdio_config.h and include only once. Fixed based on observation and suggestion of Steve Schultz. 2006-01-21 rocky * lib/cdda_interface/test_interface.c: Note that this is not used and probably hasn't been in a while. 2006-01-21 rocky * test/testbincue.c: Add test of set blocksize and set speed. 2006-01-21 rocky * lib/driver/image/bincue.c: Had uninitialized set_speed and set_blocksize opts caused core dumps if called. 2006-01-18 rocky * include/cdio++/mmc.hpp, include/cdio++/read.hpp: Use exception handling. Set some default parameters like number of blocks=1. 2006-01-18 rocky * include/cdio++/device.hpp: Add a default value for drive paramater of CloseTray(). 2006-01-18 rocky * example/C++/OO/eject.cpp: Add close status message. Remove uneeded driver_id parameter. Fix a grammatical mistake. 2006-01-17 rocky * include/cdio/disc.h: Some typos. 2006-01-17 rocky * example/C++/OO/eject.cpp, include/cdio++/cdio.hpp, include/cdio++/device.hpp: Went the subclassed exception route (at the expense of lots of extra code and possibly extra maintenance). It will match the Python interface and it's I guess what Stroustrup recommends. 2006-01-15 rocky * example/C++/OO/eject.cpp, include/cdio++/cdio.hpp, include/cdio++/device.hpp: Convert routines in device.hpp into raising an exception rather than giving a return code. Sort of a test. More may follow. 2006-01-15 rocky * include/cdio/device.h, lib/driver/device.c, lib/driver/libcdio.sym: Add cdio_driver_return_code_to_str() to give a string interpretation of a driver return code. 2006-01-14 rocky * example/C++/eject.cpp, example/eject.c: Forgot to change (C) on that last change. 2006-01-14 rocky * example/C++/eject.cpp, example/eject.c: Add tests of opening/closing without specifying a drive. 2006-01-14 rocky * NEWS: What's up. 2006-01-14 rocky * lib/driver/device.c: Document behavior of cdio_open* and media_eject when no device given. 2006-01-14 rocky * include/cdio/device.h: Document behavior of eject and cdio_open* when no device is given. 2006-01-14 rocky * lib/iso9660/xa.c: Fix compiler error introduced by last enum change. 2006-01-14 rocky * lib/driver/device.c, lib/driver/image/nrg.c, lib/driver/image/nrg.h: More enumerations. *.c: add "debugger" enumeration variables. 2006-01-14 rocky * include/cdio/cdda.h, include/cdio/device.h, include/cdio/ecma_167.h, include/cdio/iso9660.h, include/cdio/read.h, include/cdio/rock.h, include/cdio/sector.h, include/cdio/track.h, include/cdio/udf.h, include/cdio/xa.h: Doxygen lint to change #define to \#define in comments. Add more enumerations. 2006-01-14 rocky * doc/doxygen/Doxyfile.in: Use ABBREVIATE_BRIEF setting used in another of my projects. 2006-01-14 rocky * lib/driver/image/nrg.h: Remove GCC 4 warning about ignored "packed". 2006-01-08 rocky * Makefile.am, largefile.m4: Go back to using standard autoconf-suppled AC_SYS_LARGEFILE 2006-01-06 rocky * doc/libcdio.texi: Smutz seems to get into file at the beginning. 2006-01-05 rocky * doc/how-to-make-a-release.txt: More explicit about directory location. 2006-01-05 rocky * lib/cdio++/stub.cpp: In C++ read.h needs . Don't know if this should be fixed here (where we could concievably check for HAVE_SYS_TYPES_H or in read.h (where it would be inde via cdio_config.h, but for now we'll do it this way. 2006-01-05 rocky * lib/paranoia/p_block.c: Using inline seems to cause a linking problem. Don't know exactly under what conditions or why, but "inline" isn't all that vital. 2006-01-05 rocky * configure.ac, largefile.m4: Add largefile support. For example ISO images over 2G. Problem and suggestion of where to look for a solution from Colossus. 2006-01-05 rocky * test/copying.right: Looks like FSF has changed their address. 2005-12-22 rocky * doc/libcdio.texi: Small typo iso-info->iso-read 2005-12-22 rocky * doc/glossary.texi: texi2html seems to have problems with @table @acronym so use @table @dfn. 2005-12-17 rocky * src/cd-paranoia/Makefile.am: We no longer use variable $(getopt_sources) 2005-11-29 rocky * include/cdio/device.h: #define mistake -- caught by SWIG, believe it or not. 2005-11-29 rocky * include/cdio++/Makefile.am: Forgot to include mmc.hpp 2005-11-14 rocky * example/C++/OO/mmc2.cpp: Add corresponding mmc2 OO C++ program. 2005-11-14 rocky * example/C++/OO/Makefile.am, example/C++/OO/cdtext.cpp, example/C++/OO/mmc1.cpp, example/C++/mmc1.cpp, example/mmc1.c, example/mmc2.c, include/cdio++/cdio.hpp, include/cdio++/mmc.hpp: Add C++ wrapper routines for MMC commands inside CdioDevice class. Some comments/code in sample programs gone over and new onse added for libcdio++. 2005-11-12 rocky * example/Makefile.am: Typo causing compilation failure on OSX. Thanks to Steve Schultz. 2005-11-11 rocky * src/cd-read.c: Use new read_sector routine. 2005-11-11 rocky * example/C++/OO/cdtext.cpp, example/C++/OO/device.cpp, example/C++/OO/eject.cpp, example/cdtext.c, example/device.c, example/eject.c, include/cdio++/Makefile.am, include/cdio++/cdio.hpp, include/cdio++/enum.hpp, include/cdio/cdtext.h, include/cdio/device.h: include/cdio++ Add pre- and post- increment/decrement operators for libcdio enums that it makes sense to iterate over. example/C++/OO/*: use these example/*: match up C and C++ programs better. 2005-11-10 rocky * example/.cvsignore, include/cdio++/.cvsignore, lib/udf/.cvsignore, test/.cvsignore: [no log message] 2005-11-10 rocky * example/C++/iso2.cpp, example/C++/iso3.cpp: Remove a couple of signed/unsigned comparisons. 2005-11-10 rocky * example/C++/OO/Makefile.am: automake Makefile for new C++ OO programs. 2005-11-10 rocky * configure.ac, example/C++/Makefile.am, example/C++/OO/.cvsignore, example/C++/OO/cdtext.cpp, example/C++/OO/device.cpp, example/C++/OO/eject.cpp, example/C++/OO/tracks.cpp, include/Makefile.am, include/cdio++/Makefile.am, include/cdio++/cdio.hpp, include/cdio++/cdtext.hpp, include/cdio++/device.hpp, include/cdio++/devices.hpp, include/cdio++/disc.hpp, include/cdio++/read.hpp, include/cdio++/track.hpp, lib/Makefile.am, lib/cdio++/.cvsignore, lib/cdio++/Makefile.am, lib/cdio++/stub.cpp: First cut at a C++ wrapper for libcdio libcdio++. What's not done are audio and MMC commands. No doubt it may be a little rough and I expect further changes. 2005-11-10 rocky * example/Makefile.am: Note more LIBCDIO dependencies for more programs. Pity automake doesn't handle this more automatically. 2005-11-10 rocky * example/Makefile.am: Add eject example program and the LIBCDIO_DEPS dependencies. 2005-11-10 rocky * example/tracks.c: Add C Preprocessor HAVE_SYS_TYPES_H test. 2005-11-10 rocky * example/iso1.c: Small comment change. 2005-11-10 rocky * include/cdio/cdtext.h, include/cdio/read.h, lib/driver/libcdio.sym, lib/driver/read.c: add read_sector{s} cdtext.h: Small typo. 2005-11-08 pjcreath * lib/paranoia/gap.c, lib/paranoia/paranoia.c: Documented silence matching 2005-11-07 pjcreath * lib/paranoia/gap.c, lib/paranoia/overlap.c, lib/paranoia/paranoia.c: Commented stage 2 extensively. 2005-11-07 pjcreath * lib/cdda_interface/cddap_interface.c, lib/paranoia/paranoia.c: Cleaned up TRACE_PARANOIA and added some messages for the skip case. 2005-11-07 rocky * example/.cvsignore, example/C++/.cvsignore: Add eject 2005-11-07 rocky * lib/driver/libcdio.sym: Add cdio_eject_media_drive. 2005-11-07 rocky * example/C++/Makefile.am, example/C++/eject.cpp: C eject works as C++ too. Makefile.am: Add some of the dependency tracking. 2005-11-07 rocky * example/README: Update to list various programs. I'm having trouble keeping track of all them. 2005-11-07 rocky * example/README: Add eject.c. 2005-11-07 rocky * example/C++/iso2.cpp, example/eject.c, example/iso1.c, example/iso2.c, example/iso3.c, example/isofuzzy.c, include/cdio/cdio.h, include/cdio/device.h, lib/driver/device.c: Add interface to eject CD-ROM by device name. eject.c: new routine to test/show this. example/*.c iso2.cpp: Note in comment allowance of an optional argument. 2005-11-07 rocky * lib/driver/gnu_linux.c: Was giving a failure status on eject when it succeeded. The failure was because ioctl(fd, BLKRRPART) didn't succeed. Turn this into a cdio_info warning instead. 2005-11-06 rocky * include/cdio/device.h: Small typos. 2005-11-06 rocky * include/cdio/rock.h, lib/iso9660/rock.c: More separation between posix_mode_t and mode_t. 2005-11-06 rocky * include/cdio/udf.h: posix_mode_t -> mode_t 2005-11-06 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660.c: Return type of iso9660_get_posix_mode should be mode_t (the OS-specific version), not posix_mode_t (cdio's internally consistent version. 2005-11-06 rocky * include/cdio/udf_file.h: I think mode_t (not posix_mode_t) is correct here. The goal is to use in normal OS file operations. 2005-11-06 rocky * lib/udf/filemode.c: Need #include 2005-11-06 rocky * include/cdio/Makefile.am, include/cdio/ecma_167.h, include/cdio/iso9660.h, include/cdio/posix.h, include/cdio/rock.h, include/cdio/types.h, include/cdio/udf.h, include/cdio/udf_file.h, include/cdio/xa.h, lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, lib/iso9660/iso9660_private.h, lib/iso9660/libiso9660.sym, lib/iso9660/rock.c, lib/iso9660/xa.c: Break out POSIX-like definitions to posix.h Add ISO9660 routines to convert to mode_t Record whether XA or not in iso9660_stat_t. And other definition shifting around. 2005-11-04 rocky * src/cd-paranoia/Makefile.am: Patch from Steve Schultz @LIBGETOPT_LIB@ may have -l in it. 2005-11-04 rocky * example/udf2.c: Don't have udf_read_block yet... 2005-11-04 rocky * example/udf2.c: New test program for reading files. (Doesn't work yet.) 2005-11-02 rocky * include/cdio/udf_file.h, lib/udf/udf_file.c: A couple of corrections on udf_get_file_length(). 2005-11-02 rocky * example/udf1.c, include/cdio/udf_file.h, lib/udf/libudf.sym, lib/udf/udf_file.c, lib/udf/udf_fs.c: Add routine to get file length. Fix bug in retrieving dirent for root. Reduce overhead in udf_get_link_count() 2005-11-01 rocky * example/Makefile.am, example/udf1.c, include/cdio/udf.h, lib/udf/udf_file.c, lib/udf/udf_fs.c: udf_find_file -> udf_fopen and made closer to fopen(). It also simplifies things a little bit. Start testing. 2005-11-01 rocky * example/udf1.c, include/cdio/udf_file.h, lib/udf/udf_fs.c: Remove extraneous parameter on udf_opendir(). 2005-11-01 rocky * example/udf1.c, include/cdio/udf.h, include/cdio/udf_file.h, include/cdio/udf_time.h, lib/udf/libudf.sym, lib/udf/udf.c, lib/udf/udf_file.c, lib/udf/udf_fs.c, lib/udf/udf_private.h, lib/udf/udf_time.c: Rename some functions to be more like POSIX file reading, i.e. add udf_opendir() and udf_readdir(). udf_file_entry_t -> udf_dirent_t. 2005-10-30 rocky * src/iso-info.c: Remove small valgrind memory leak. 2005-10-30 rocky * example/udf1.c: Fix small valgrind leak. 2005-10-30 rocky * example/udf1.c, src/iso-info.c: udf1.c: Do better about dealing with recursive directories. iso-info.c: small variable name change 2005-10-30 rocky * example/iso2.c: Minor misspelling in comment. 2005-10-30 rocky * example/C++/iso2.cpp: Minor typographical misspellings in comment 2005-10-30 rocky * include/cdio/udf_time.h, lib/udf/udf_time.c: udf_times_to_stamp -> udf_timespec_to_stamp 2005-10-30 rocky * include/cdio/udf_file.h: Break off udf_file routines from udf.h 2005-10-30 rocky * example/udf1.c, include/cdio/Makefile.am, include/cdio/udf.h, lib/udf/Makefile.am, lib/udf/filemode.c, lib/udf/libudf.sym, lib/udf/udf.c, lib/udf/udf_file.c: Break of file routines into udf_file.{c,h} udf1: Add link count 2005-10-30 rocky * lib/udf/udf_time.c: Replace some numbers with enum "constants". 2005-10-30 rocky * example/udf1.c, include/cdio/ecma_167.h, include/cdio/udf.h, lib/udf/Makefile.am, lib/udf/filemode.c, lib/udf/libudf.sym, lib/udf/udf.c: Fill out file modes better and clean up interface more by trying to funnel into POSIX file mode_t. FIXME: something needs to be done to merge ISO9660 interfaces and UDF and probably the right thing is to make it look like POSIX. Would be nice if there were a library e.g. from GNU fileutils I could use to help. 2005-10-29 rocky * example/udf1.c, lib/udf/udf.c: Fill out posix attributes a little. Add directory listing to output. 2005-10-29 rocky * include/cdio/udf.h, lib/udf/libudf.sym, lib/udf/udf.c: Add more access functions. 2005-10-29 rocky * include/cdio/ecma_167.h: OS/X's linker does not permit common symbols in shared libs. 2005-10-28 rocky * lib/driver/MSWindows/win32.c: Use MMC routine for reading data blocks. At leat on XP home it seems to work better than generic read which is a cooked read. 2005-10-27 rocky * parse/toc.L: Lex/Flex cdrdao TOC scanner 2005-10-27 rocky * include/cdio/ecma_167.h, include/cdio/udf.h, include/cdio/udf_time.h, lib/udf/libudf.sym, lib/udf/udf.c, lib/udf/udf_fs.c, lib/udf/udf_time.c: More documentation of ecma 167. Some fields changed names. More #defines removed/replaced by enum type and variables. 2005-10-27 rocky * configure.ac: Need to move long timezone test lower for Cygwin 2005-10-27 rocky * configure.ac, lib/udf/udf_time.c: Attempt to deal with OS's (like BSDI) that don't have an extern long timezone. 2005-10-27 rocky * configure.ac, lib/udf/udf_private.h, lib/udf/udf_time.c: Changes to make work on Cygwin. However probably need a more general test for timezone being extern long. 2005-10-27 rocky * example/udf1.c, include/cdio/udf.h, lib/udf/libudf.sym, lib/udf/udf.c, lib/udf/udf_fs.c: File entry update fixed on udf_get_next(). More access functions added to return a UDF file entry and to interpret a permission string. 2005-10-26 rocky * include/cdio/track.h: Typo. 2005-10-26 rocky * example/udf1.c, include/cdio/Makefile.am, include/cdio/udf.h, include/cdio/udf_time.h, lib/udf/Makefile.am, lib/udf/libudf.sym, lib/udf/udf_fs.c, lib/udf/udf_private.h, lib/udf/udf_time.c: Add some UDF time routines and time-conversion routines. Note: udf_get_next() needs to advance file entry info 2005-10-25 pjcreath * configure.ac, example/Makefile.am, src/cd-paranoia/Makefile.am: Fixed Darwin builds broken by dependency tracking. 2005-10-25 rocky * example/udf1.c: libiso9660 -> libudf 2005-10-25 rocky * example/udf1.c, include/cdio/udf.h, lib/udf/udf_fs.c: Add routine to get volumeset id 2005-10-25 rocky * README.libcdio: Much needed revision. 2005-10-25 rocky * README: We *are* now adding UDF support. 2005-10-25 rocky * example/udf1.c, include/cdio/ecma_167.h, include/cdio/udf.h, lib/udf/libudf.sym, lib/udf/udf_fs.c: Add silly volume identifier. More #defines removed in favor of enums. 2005-10-25 rocky * example/udf1.c, lib/udf/udf_fs.c: Remove memory leak and invalid write references thanks to valgrind. Now lists all files correctly - at least in the absense of directories under /. 2005-10-24 pjcreath * lib/paranoia/p_block.c, lib/paranoia/paranoia.c, src/cd-paranoia/cd-paranoia.c: Added TRACE_PARANOIA, which differs from cdparanoia's NOISY compile-time flag in that it's designed to help someone understand how cdparanoia works, rather than troubleshoot. Setting TRACE_PARANOIA to 1 traces stage 1, 2 trace stage 2, and 3 traces both (and is extremely verbose). Additionally, committed a tentative bugfix to paranoia itself, which was causing the libcdio test case to break. If it introduces unexpected behavior, it should be backed out. So far it seems to fix all test cases. 2005-10-24 rocky * example/udf1.c, include/cdio/udf.h, lib/udf/Makefile.am, lib/udf/libudf.sym, lib/udf/udf.c, lib/udf/udf_fs.c, lib/udf/udf_private.h: UDF file is now opaque. Access routines then added. Note: there are valgrind and free() errors that need going over. 2005-10-24 rocky * lib/udf/libudf.sym: List more of the external routines (udf_get_next, udf_get_sub) 2005-10-24 rocky * lib/udf/.cvsignore: Ignore the usual. 2005-10-24 rocky * .cvsignore: Now have a libudf.pc 2005-10-24 rocky * lib/udf/Makefile.am: Makefile.am for libudf 2005-10-24 rocky * configure.ac, example/.cvsignore, example/Makefile.am, example/udf1.c, include/cdio/ecma_167.h, include/cdio/udf.h, lib/Makefile.am, lib/udf/udf_fs.c: First inkling of code for UDF support. 2005-10-24 rocky * src/cd-paranoia/cd-paranoia.c: MinGW tolerance. Patches based on those by Eric Lunchpail 2005-10-24 rocky * src/cd-info.c: Follow 0.76 (and below) behaviour: we don't require a device to explicitly be given. 2005-10-23 rocky * configure.ac: Add tests for gettimeofday(), {sete,get}{u,g}id() More of the UDF library code mechanism put in. 2005-10-23 rocky * lib/paranoia/paranoia.c: Remove a #define we don't need. 2005-10-23 rocky * lib/cdda_interface/low_interface.h: Rmove references to external (SCSI) routines that don't in fact exist. 2005-10-23 rocky * lib/cdda_interface/cddap_interface.c: Patch by Erik Lunchpail to accomodate systems (e.g. MinGW) that don't have drand48 but have rand. 2005-10-21 rocky * lib/udf/libudf.sym: Start list of external symbols for Nicholas. 2005-10-21 rocky * include/cdio/ecma_167.h, include/cdio/udf.h: udf.h: Mostly add a couple more routines and more fields in udf_file_t ecma_167.h: more udf_ prefixes, add extern debugger symbols. 2005-10-21 rocky * lib/udf/udf_fs.c: Start some UDF routines. Very preliminary. 2005-10-21 rocky * include/cdio/iso9660.h: Minor comment change. 2005-10-21 rocky * include/cdio/iso9660.h: Remove some #defines covered by enums. 2005-10-21 rocky * include/cdio/mmc.h, lib/driver/libcdio.sym, lib/driver/mmc.c: Turn one more set of #define into an enum 2005-10-21 rocky * include/cdio/mmc.h, lib/driver/gnu_linux.c, lib/driver/libcdio.sym, lib/driver/mmc.c, lib/driver/mmc_private.h: Try to regularize naming better. More mmc_ -> cdio_mmc_ Add more debug variables to be able to get at enum values in a debugger. 2005-10-20 rocky * autogen.sh: Add --include-deps based on a suggestion by Burkhard Plaum. 2005-10-19 rocky * include/cdio/udf.h: Redo UDF_BLOCKSIZE so we can use symbol in debugging. 2005-10-19 rocky * include/cdio/ecma_167.h, include/cdio/udf.h: More changes based on use. 2005-10-19 rocky * include/cdio/ecma_167.h: Add udf_fileid_desc_t: were getting closer to being able to deal with files now. Add remaining udf_ prefixes extent_ad_{s,t} and lb_addr_{s,t} 2005-10-19 rocky * include/cdio/udf.h: Add udf_close(). udf_seek_read() renamed to udf_read_sectors(). First (lame) attempt to define UDF file entry structure. 2005-10-18 rocky * include/cdio/ecma_167.h: Typo. 2005-10-18 rocky * include/cdio/ecma_167.h: Add udf_ to another type (udf_icbtag) 2005-10-18 rocky * include/cdio/ecma_167.h: More changes based on use. 2005-10-18 rocky * src/cd-paranoia/Makefile.am: Not sure if this commit is correct and/or why it should be needed (if it is correct). We note a dependencies between cd-paranoia and its libraries. Section 7.4 "Program and Library Variables" of the automake 1.9.5 manual says: If `_DEPENDENCIES' is not supplied, it is computed by Automake. The automatically-assigned value is the contents of `_LDADD' or `_LIBADD', with most configure substitutions, `-l', `-L', `-dlopen' and `-dlpreopen' options removed. The configure substitutions that are left in are only `$(LIBOBJS)' and `$(ALLOCA)'; these are left because it is known that they will not cause an invalid value for `_DEPENDENCIES' to be generated. 2005-10-17 rocky * lib/iso9660/libiso9660.sym: Allow folks to refer to and use ISO_STANDARD_ID 2005-10-17 pjcreath * lib/paranoia/isort.h: Added comments to the sort_info_t macros, including the scary pointer arithmetic that makes ipos() tick. 2005-10-17 pjcreath * lib/paranoia/paranoia.c: Extensively commented cdparanoia's stage 1 matching. No code changes apart from added white space for improved readability. Comments containing "???" suggest areas for further study and documentation. 2005-10-17 pjcreath * test/check_paranoia.sh.in: Changed the underrun+jitter test to use small jitter, since medium jitter is now broken. The test should be returned to its former rigor (if not better) once we squash the medium jitter bug. 2005-10-17 rocky * include/cdio/ecma_167.h: Add a couple more udf_ prefixes to some types. 2005-10-17 rocky * include/cdio/ecma_167.h: Add constants for some string #defines. 2005-10-17 rocky * libudf.pc.in: Standard dance for pkg-config and libudf. 2005-10-17 rocky * NEWS: What's shaken. 2005-10-17 rocky * include/cdio/ecma_167.h: Shortten some field names, add udf_ prefixes to aid with namespace problem; turn logical volume descriptor content use into something more useable. 2005-10-17 rocky * src/cdda-player.c: artist field was clobbering author field in list. Uninitialized title/artist data cause core dumps. 2005-10-16 rocky * src/Makefile.am: One more libgetopt for BSD from Steve Schultz. 2005-10-16 rocky * include/cdio/ecma_167.h: Datatypes closer to matching terms used in ECMA 167 spec. Combine/remove duplicate tag identifer definitions. 2005-10-16 rocky * configure.ac, src/Makefile.am, src/cd-paranoia/Makefile.am: BSDI needs to test for libgnugetopt. Patch from Steven Schultz 2005-10-15 rocky * lib/paranoia/isort.c, lib/paranoia/isort.h: Analysis and comments courtesy of Peter J. Creath, again. (I believe this will be the last commit I'll make on his behalf.) 2005-10-14 rocky * include/cdio/paranoia.h, lib/paranoia/paranoia.c: Minor formatting changes. 2005-10-14 rocky * lib/paranoia/paranoia.c: Many informative comments courtesy of Peter J. Creath. External accessible routines renamed to their libcdio name. 2005-10-14 rocky * include/cdio/paranoia.h: Revise as per analysis of Peter J. Creath. 2005-10-13 rocky * include/cdio/ecma_167.h, include/cdio/udf.h: ecma_167.h: doxygen description changes a little. udf.h: First external function added. 2005-10-13 rocky * include/cdio/Makefile.am, include/cdio/ecma_167.h: ecma_167.h: shorten some tags based on use Makefile.am: add udf.h - Oops that file will be added in the next commit. 2005-10-13 rocky * include/cdio/ecma_167.h: Already 1st slight improvement: move #include after test if we've been included before. 2005-10-13 rocky * include/cdio/ecma_167.h: The top-level interface header for libudf: the UDF library; applications include this. First file checked in towards UDF support! (Admittedly not very exciting.) 2005-10-12 rocky * include/cdio/cdda.h, include/cdio/iso9660.h: Fix some typos. 2005-10-12 rocky * lib/iso9660/iso9660_fs.c: pathname ->psz_name 2005-10-08 rocky * lib/paranoia/isort.c, lib/paranoia/isort.h, lib/paranoia/paranoia.c, libpopt.m4: libpopt no longer use sort_link -> sort_link_t. 2005-10-07 rocky * src/cd-paranoia/cd-paranoia.c: Let compiler figure out size of dispcache. 2005-10-07 rocky * lib/driver/read.c: All multiple-block reading routines now return success when asked to read 0 blocks and the lsn's are valid. Idea suggested by Peter J. Creath. 2005-10-07 rocky * lib/driver/read.c: Two patches from Peter J. Creath Fix bug in handling arithmetic with unsigned numbers Return success if reading 0 audio blocks. 2005-10-06 rocky * src/cd-read.help2man: Fill in manual page more. 2005-10-06 rocky * src/Makefile.am, src/cd-drive.help2man, src/cd-info.help2man, src/iso-info.help2man, src/iso-read.help2man: Add AUTHOR field to help2man's 2005-10-06 rocky * src/cd-read.c, src/iso-read.c: More stdout->stderr and exit(EXIT_INFO) on help. 2005-10-06 rocky * src/Makefile.am, src/cd-drive.c, src/cd-drive.help2man, src/cd-info.c, src/cd-info.help2man, src/iso-info.c, src/iso-info.help2man, src/util.c, src/util.h: Improve manual pages. * help output needs to be to stdout not stderr for help2man (*.c,*.h) * Add EXIT_INFO return code. (*.c,*.h) * Start filling out man pages, e.g. add SEE ALSO. *.help2man * Remove non-existent reference to Info pages Makefile.am 2005-10-06 rocky * example/C++/Makefile.am: Was building paranoia programs when --without-cd-paranoia was given. 2005-10-05 rocky * NEWS: What's just gone on. 2005-10-05 rocky * MSVC/cd-info.vcproj, Makefile.am, THANKS, configure.ac, lib/driver/osx.c, src/Makefile.am, src/cd-drive.c, src/cd-info.c, src/cd-paranoia/Makefile.am, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/getopt.c, src/cd-paranoia/getopt.h, src/cd-paranoia/getopt1.c, src/cd-read.c, src/iso-info.c, src/iso-read.c, src/util.h: Remove libpopt. cd-drive, cd-info: some source option bug fixes osx.c: bug in duplicate free in add-device Patches and bug fixes courtesy Peter J. Creath 2005-10-05 rocky * lib/paranoia/paranoia.c: Just a little more clear about the enum/#define thing. 2005-10-05 rocky * lib/paranoia/paranoia.c: Use #defines (and enums for debugging) for paranoia read flags. Patch from Peter J. Creath. 2005-10-04 rocky * include/cdio/rock.h, lib/iso9660/rock.c: Some provision for handling Rock-Ridge device numbers. 2005-10-04 rocky * lib/cdda_interface/interface.c, lib/paranoia/paranoia.c: Remove the comments about the bug that was just addressed. Thanks again to Peter J. Creath 2005-10-03 rocky * lib/cdda_interface/cddap_interface.c, lib/paranoia/paranoia.c: Bug fix in overallocated analyzed and fixed courtesy of Peter J. Creath 2005-09-30 rocky * configure.ac: Add doxygen file identification to cdio/cdio_config.h. 2005-09-30 rocky * configure.ac: Add darwin8* to list - thanks to Peter J. Creath; Oh, and we are iIn version 0.77cvs now 2005-09-30 rocky * lib/driver/osx.c: Remove double free of str_bsd_path. Thanks to Peter J. Creath for finding/fixing. 2005-09-24 rocky * doc/how-to-make-a-release.txt: Wrong directory - ouch. 2005-09-23 rocky * NEWS, configure.ac: Final preparation for 0.76 release. 2005-09-22 rocky * NEWS: Release date. 2005-09-22 rocky * libcdio_cdda.pc.in: Reinstate -lm in libcdio_cdda.pc 2005-09-22 rocky * libiso9660.pc.in: Needs libcdio library. 2005-09-22 rocky * libcdio_cdda.pc.in, libcdio_paranoia.pc.in: libcdio_paranoia and libcdio_cdda need to include libcdio 2005-09-22 rocky * libcdio_cdda.pc.in: Remove potential -lm as it should be linked in to the library now. 2005-09-21 nboullis * lib/cdda_interface/Makefile.am: Link libcdio_cdda with libm as needed for cos and sin. 2005-09-21 rocky * example/C++/paranoia.cpp, example/paranoia.c, include/cdio/cdda.h, include/cdio/paranoia.h, test/testparanoia.c: Move lower-level cdrom_drive_t from paranoia.h into cdda.h This may cause some incompatibilty in applications that did #include without #include As of now it's okay to just #include or include both, but #includ'ing only will be a problem. 2005-09-21 rocky * NEWS, configure.ac, libcdio_cdda.pc.in: Add -lm in libcdio_cdda where it's needed. 2005-09-20 nboullis * lib/paranoia/Makefile.am: Fix the version of symbols in the libcdio_paranoia library. 2005-09-20 rocky * lib/cdda_interface/Makefile.am: Wrong name. 2005-09-20 rocky * lib/paranoia/Makefile.am: Wrong name. 2005-09-20 rocky * NEWS, example/.cvsignore, example/C++/.cvsignore, lib/cdda_interface/Makefile.am, lib/cdda_interface/libcdio_cdda.sym, lib/iso9660/Makefile.am, lib/iso9660/iso9660.c, lib/paranoia/Makefile.am, lib/paranoia/libcdio_paranoia.sym, lib/paranoia/p_block.c, lib/paranoia/p_block.h: Add --with-versioned-libs for libcdio_paranioa and libcdio_cdda Remove use of "new" even in private C parts. Changes and patch from Nicholas Boullis. 2005-09-18 rocky * NEWS: [no log message] 2005-09-18 rocky * src/cd-info.c, src/cd-read.c: The type of (option) opt needs to be int not char and this is noticable on ppc where char is unsigned by default. Furthermore, poptGetNextOpt() returns an int, not a char. Bug noticed and patch all thanks to Nicolas Boullis. 2005-09-18 rocky * configure.ac: Change needed for building cdda-player: -lcdrom needs to come after -ldvd Problem determination and patch all from Steve Schultz. Thanks! 2005-09-17 rocky * NEWS, include/cdio/types.h, lib/cdda_interface/Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am: include only if not C++. 2005-09-17 rocky * configure.ac: disable cdda_player if lib curses test fails. Previous position of test was faulty. 2005-09-17 rocky * NEWS: Allow building cd-paranoia if Perl is not installed. 2005-09-17 rocky * configure.ac: Change of heart. Stay with CVS until right up until release. 2005-09-17 rocky * configure.ac, src/cd-paranoia/Makefile.am, src/cd-paranoia/usage-copy.h: Allow building cd-paranoia even if Perl isn't installed. (Sad in this day and age one still can't assume Perl.) 2005-09-16 rocky * configure.ac, example/C++/Makefile.am, example/Makefile.am: configure.ac: make it explicit that --without-cd-paranoia also means without the library If --without-cd-paranoia don't try to build paranoia programs in example and example/C++. Thanks to Elio Blanca for reporting the problems. 2005-09-15 rocky * NEWS: [no log message] 2005-09-15 rocky * configure.ac, example/Makefile.am, include/cdio/rock.h, lib/iso9660/Makefile.am, lib/iso9660/iso9660_fs.c, src/cd-info.c, src/cdda-player.c, src/cddb.c, src/util.c, test/check_cue.sh.in, test/check_iso.sh.in: Add option to disable Rock-Ridge support --disable-rock Add IS_ISSOCK() or S_ISLNK() macros for Rock-Ridge when environment doesn't have it, e.g. MSYS 1.0.10 with MinGW 3.4.2. Go over --enable settings. --disable-cpp-progs now works. Require libcddb 1.0.1 or better 2005-09-09 rocky * NEWS: What's new in 0.76 2005-09-09 rocky * THANKS: Add Diego 'Flameeyes' Pettenò 2005-08-28 rocky * lib/driver/MSWindows/aspi32.c: Remove warning: "use of cast expressions as lvalues is deprecated" Reports have it that gcc 4 doesn't tolerate this. 2005-08-27 rocky * example/paranoia.c, example/paranoia2.c: cosmetic: remove extraneous space at end of file. 2005-08-27 rocky * example/C++/Makefile.am, example/C++/paranoia.cpp, example/C++/paranoia2.cpp: Add C++ versions of paranoia.c and paranioa2.c 2005-08-27 rocky * lib/cdda_interface/scan_devices.c: Get device name if none supplied in cdio_cddap_indentify. Check for more error conditions and update doc to reflect that the error return is NULL. 2005-08-27 rocky * include/cdio/cdda.h, include/cdio/rock.h, include/cdio/xa.h: Make C++ compatible. 2005-07-23 rocky * lib/driver/FreeBSD/freebsd.h, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/FreeBSD/freebsd_ioctl.c: Some small type and variable name changes. 2005-07-23 rocky * lib/driver/gnu_linux.c: Ooops -- syntax error. 2005-07-23 rocky * lib/driver/FreeBSD/freebsd_ioctl.c, lib/driver/gnu_linux.c: Doc changes. 2005-07-23 rocky * lib/driver/FreeBSD/freebsd_ioctl.c: Patch from Diego 'Flameeyes' Pettenò to eject_media_freebsd_ioctl(): Allegedly this works better than the CAM mode eject; CAM gets the error "Device not ready" when trying to eject an empty CD-ROM drive. We make use of an already open file descriptor to the CD-ROM instead of opening a new one (else we have two file descriptor open, so when it launch the ioctl() to eject the device it results busy because of the other fd). Also corrects the documentation comment about the return value. 2005-07-15 rocky * configure.ac: Open season for changes. Now in 0.76cvs land 2005-07-15 rocky * example/C++/.cvsignore: [no log message] 2005-07-15 rocky * example/C++/Makefile.am, example/C++/device.cpp: "Port" device.c into C++. 2005-07-11 rocky * NEWS: Add release date for 0.75 2005-07-11 rocky * configure.ac: Get ready for 0.75 release. 2005-07-11 rocky * TODO: Reorder and revise 2005-07-11 rocky * doc/libcdio.texi: Note libcdio_paranoia and libcdio_cdda. 2005-07-10 rocky * README: Small typos. 2005-07-10 rocky * README: Note existance and libcdio use in gmerlin and mplayerxp. 2005-07-09 rocky * NEWS: Add libcddb and cd-paranoia changes. 2005-07-09 rocky * src/cdda-player.c, src/cddb.c: Changes for libcddb 1.1.0 API change. Thanks to Chris Clayton for the patch. 2005-07-09 rocky * src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/usage.txt.in: Now check that integer arguments are integers and are within range. Fixes to --mmc-timeout (-m) option. Put optstring in alphabetic order. 2005-07-07 rocky * example/tracks.c: Correct uninitialized variable caught by gcc 4 2005-07-07 rocky * lib/driver/Makefile.am: Conservative setting for library. 2005-07-07 rocky * lib/driver/gnu_linux.c: Remove gcc 4 warning 2005-07-07 rocky * NEWS: remove gcc 4.0 warnings 2005-07-07 rocky * lib/driver/image/nrg.c: Correct test caught by gcc 4.0 2005-07-07 rocky * lib/paranoia/paranoia.c: Remove gcc 4 warnings 2005-07-03 rocky * src/cd-info.c: Make compilation without CDDB work. 2005-07-02 rocky * NEWS: Note mmc and cd-paranoia timeout changes 2005-06-28 rocky * src/cd-info.c: CDDB errors should not terminate cd-info. 2005-06-26 rocky * src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/usage.txt.in: cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout. 2005-06-26 rocky * NEWS, include/cdio/mmc.h, lib/driver/libcdio.sym, lib/driver/mmc.c: Allow the MMC timeout to be adjusted by the application. 2005-06-25 rocky * lib/driver/Makefile.am: Patch to make --disable-shared and --enable-static work with --with-versioned-libs 2005-06-25 rocky * NEWS: update 2005-06-11 rocky * lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c: Attempt getting audio port volume levels. 2005-06-08 rocky * src/cd-info.c, test/testdefault.c: Remove more valgrind-caught erroneous free()'s. 2005-06-08 rocky * lib/driver/image/cdrdao.c, lib/driver/image/nrg.c: Remove a couple more valgrind-caught memory leaks 2005-06-08 rocky * lib/driver/image/nrg.c: Remove valgrind-caught invalid memory reference. 2005-06-07 rocky * lib/driver/gnu_linux.c: Remove a valgrind-caught memory leak. 2005-06-07 rocky * lib/iso9660/iso9660_fs.c: A couple of flawfinder errors. Use sizeof instead of strlen. Fold strncat into preceding snprintf. 2005-05-16 rocky * configure.ac: Now in 0.75cvs land. 2005-05-16 rocky * lib/driver/_cdio_generic.c: Bug in getting CD-Text make sure TOC is read before trying to get CD-Text info. Problem reported by Christian Moser. 2005-05-13 rocky * example/audio.c: Remove warning that this may be uninitialized. 2005-05-13 rocky * NEWS: It's Friday the 13th! 2005-05-13 rocky * configure.ac: Get ready for 0.74 Release. 2005-05-09 rocky * lib/driver/FreeBSD/freebsd.c: Heiner reports that FreeBSD's passopen() and xptopen() don't allow nonblocking access so O_NONBLOCK might do harm. But it's just a guess pending what others discover/report. 2005-05-09 rocky * lib/driver/bsdi.c: Add O_NONBLOCK on sms's recommendation 2005-05-08 rocky * lib/driver/FreeBSD/freebsd_cam.c: Hopefully a better error message on a transport failed. 2005-05-08 rocky * lib/driver/FreeBSD/freebsd.c: cdio_generic_init interface parameter added. Noticed by Heiner. 2005-05-08 rocky * THANKS: Add Burkhard Plaum 2005-05-08 rocky * NEWS: What's up with 0.74 Add dates of releases and CVS ID line. 2005-05-07 rocky * lib/driver/FreeBSD/freebsd.c: Was converting in the wrong direction. 2005-04-30 rocky * src/cd-drive.c: One more small change. 2005-04-30 rocky * src/cd-drive.c: Try again. 2005-04-30 rocky * src/cd-drive.c: Show MMC level for single drive queries too. 2005-04-30 rocky * example/Makefile.am, include/cdio/mmc.h, lib/driver/libcdio.sym, lib/driver/mmc.c, src/cd-drive.c: Add routine to report MMC capabilities of a drive. Add that to the cd-drive program. 2005-04-30 rocky * include/cdio/cdda.h, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c: Simplify endian determination - thanks to suggestions of Steve Schultz Remove recently added field is_scsi which isn't in cdparanoia 2005-04-30 rocky * example/Makefile.am, test/Makefile.am: Comment typo. 2005-04-28 rocky * configure.ac: We really should be in 0.74cvs by now. 2005-04-28 rocky * include/cdio/cdda.h, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c: An ATAPI drive (_NEC , DVD_RW ND-3520A, 1.04, SCSI CD-ROM) was getting set as big endian although it appeared not to, possibly because of SCSI emulation. We now test for SCSIness in addition to ATAPIness as both can occur. Added field in cdrom_device structure for SCSIness and that's tested before unconditionally setting drive bigendian-ness. 2005-04-27 rocky * doc/glossary.texi, include/cdio/util.h: glossary.texi: CDTEXT -> CD Text util.h: allow getting larger sector count sizes. CD's new 900MB could exceed 16-bits. 2005-04-25 rocky * include/cdio/cdtext.h, lib/driver/cdtext.c, lib/driver/libcdio.sym: From Burkhard Plaum: 1. Fix a crash, which happened when cdtext_get() was called for an emtp= y (i.e. NULL) field. 2. Add another function cdtext_get_const(), which returns a const point= er and avoids too much strcpying (apps may want only to TEST if a field is present or have their own string management routines). 2005-04-23 rocky * lib/driver/_cdio_generic.c, lib/driver/generic.h, lib/driver/gnu_linux.c, lib/driver/osx.c, lib/driver/solaris.c: Patch from Burkhard Plaum: 1. In the function is_cdrom_linux(...) in the file lib/driver/gnu_linux.c, the CDROMREADTOCHDR ioctl gets called, which fails when the drive is empty. The CDROM_GET_CAPABILITY ioctl always succeeds for CDrom drives and fails for hard disks etc. 2. For some reason, at least my (GNU/Linux 2.6.10) Kernel fails to open empty drives, when only O_RDONLY is used. Changing the open flag to O_RDONLY|O_NONBLOCK, the call succeeds also for emtpy drives. By the way, the cdrom header file in the kernel says explicitely, that O_RDONLY|O_NONBLOCK should used whenever a cdrom is touched. rocky: also made a change to eject to continue even if we can't get the drive status -- which we can't with an empty CD-ROM drive. 2005-04-22 rocky * configure.ac: Another autoconf bug. I hate autoconf. 2005-04-22 rocky * configure.ac: Testing wrong variable in showing whether paranoia is set to be built. 2005-04-22 rocky * configure.ac: Order of ncurses/curses headers should match order of ncurses/curses library? 2005-04-22 rocky * configure.ac, src/cdda-player.c: Add test to see if curses has keypad(). May break on Solaris - we'll see. Fix from discussion with Steve Schultz 2005-04-21 rocky * src/cd-paranoia/cd-paranoia.c: Ooops. Remove duplicate free 2005-04-18 rocky * doc/libcdio.texi: Remove free() that is no longer needed. Also correct/add C++ names of example programs. 2005-04-17 rocky * src/cdda-player.c: Wasn't allowing last track to get played. 2005-04-16 rocky * src/.cvsignore: Add cdda-player binary 2005-04-15 rocky * NEWS: Get ready for 0.73 release. 2005-04-15 rocky * lib/iso9660/iso9660_fs.c: Fix bug if we don't have Joliet around. 2005-04-14 rocky * lib/driver/FreeBSD/freebsd.c: Remove unused variable. 2005-04-14 rocky * lib/driver/FreeBSD/freebsd.c: gcc 2.95 compatibility - decls before statements. 2005-04-14 rocky * configure.ac: Get ready for 0.73 release. 2005-04-11 rocky * test/Makefile.am: Seems to force executable shell better. 2005-04-11 rocky * test/check_cue.sh.in, test/check_fuzzyiso.sh, test/check_nrg.sh.in, test/check_paranoia.sh.in: Changes to make Solaris /bin/sh regression test work. 2005-04-11 rocky * example/audio.c, example/drives.c, example/paranoia.c, example/paranoia2.c, src/cd-drive.c, src/cdda-player.c: Misc memory issues 2005-04-11 rocky * NEWS, lib/driver/device.c, test/testparanoia.c: testparanoia.c: free() moved inside library where it belongs. others: trivial changes. 2005-04-11 rocky * src/cd-info.c: Small output format change. 2005-04-11 rocky * src/cd-info.c: Free libcddb regexp memory. 2005-04-11 rocky * lib/driver/device.c: trivial format change. 2005-04-11 rocky * lib/driver/device.c: More memory management stuff. 2005-04-10 rocky * src/cdda-player.c: Another valgrind-caught leak. 2005-04-10 rocky * lib/driver/device.c: Correct FreeBSD table initialization. Chalk another up for valgrind. Fix memory leak in cdio_free_device_list(). 2005-04-09 rocky * lib/driver/image/cdrdao.c: Small valgrind-caught memory leak. 2005-04-05 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/device.c: FreeBSD audio control patches from Heiner. 2005-03-31 rocky * src/cdda-player.c: Impliment -l (list tracks). 2005-03-29 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/gnu_linux.c: freebsd.c: forgot initialization. correct one of the doxygen comments. 2005-03-29 rocky * lib/driver/Makefile.am, lib/iso9660/Makefile.am: Set libraries for revision before release. Interfaces in libcdio and iso9660 have been added so bump, current (and set revision and age 0). 2005-03-23 rocky * src/cdda-player.c: Don't know why cd_close was in play_track(). 2005-03-23 rocky * src/cdda-player.c: Remove compiler warning about uninitialized variable. 2005-03-23 rocky * lib/driver/bsdi.c, lib/driver/cdio_private.h: Remove internal "close_tray" function as this is external only. Now that close_tray is done right the prototype can be like the others. 2005-03-23 rocky * lib/driver/cdtext.c, lib/driver/cdtext_private.h, lib/driver/mmc.c: loop over cdtext using length reported back by MMC TOC command. Test sequence number only for valid blocks. cdtext_private.h: add enumeration to facilitate debugging cdtext.c: On Windows CD-Text was off by 4. Hack for this. 2005-03-22 rocky * src/cdda-player.c: Make expression more explicit. Warning on gcc 2.95 looks like a miscompile. 2005-03-22 rocky * src/cdda-player.c: Fix up return code status in close tray. 2005-03-22 rocky * lib/driver/bsdi.c: Pass back return code on command. 2005-03-22 rocky * lib/driver/bsdi.c, lib/driver/device.c: Fix up BSDI code for closing tray. All the hard work really due to Steve Schultz. 2005-03-22 rocky * src/cdda-player.c: Ability to toggle list display mode. 2005-03-21 rocky * include/cdio/types.h: Note BCDness of msf_t 2005-03-21 rocky * doc/glossary.texi, doc/libcdio.texi: Add info on: cdda-player, Rock Ridge Extensions. Note our MSF structure peculiarity. Remove remark that we don't support audio controls - we now do. Other miscellaneous revisions too. 2005-03-21 rocky * include/cdio/audio.h, include/cdio/device.h, include/cdio/mmc.h, include/cdio/read.h: Doxygen lint corrections. 2005-03-21 rocky * src/cdda-player.c: Some small changes to update list when track changes. Probably a lot more could be done in terms of having multiple disc views. 2005-03-21 rocky * lib/driver/MSWindows/win32_ioctl.c: Not sure why we set the loglevel to debug before a DVD STRUCT PHYSICAL. Remove it. 2005-03-21 rocky * lib/driver/bsdi.c: Keep up to date with recent changes in audio subchannel msf. 2005-03-21 rocky * lib/driver/FreeBSD/freebsd.c: Typo in field name. Thanks again to Steve Schultz. 2005-03-19 rocky * src/cdda-player.c: Small change to make currently playing track stand out more. 2005-03-19 rocky * src/cdda-player.c: Make sure reading non-interactive subchannel doesn't interfere with playing. 2005-03-19 rocky * lib/driver/solaris.c: Revise subchannel so solaris subchannel is libcdio msf. 2005-03-19 rocky * example/audio.c, lib/driver/MSWindows/win32_ioctl.c, lib/driver/bsdi.c, lib/driver/gnu_linux.c, lib/driver/mmc.c, src/cdda-player.c: Revise so audio subchannel msf is msf_t (BCD encoded). 2005-03-19 rocky * configure.ac: Horrible hack until I can figure out how to generate cdio/cdio_config.h correctly. 2005-03-19 rocky * lib/driver/bsdi.c, lib/driver/device.c: Remove gcc 2.95 warnings on BSDI 2005-03-19 rocky * configure.ac, example/audio.c, include/cdio/.cvsignore, include/cdio/Makefile.am, include/cdio/audio.h, include/cdio/types.h, lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32_ioctl.c, lib/driver/bsdi.c, lib/driver/mmc.c, src/cd-info.c, src/cdda-player.c: Revise audio subchannel structure to remove lba uniion since we don't support returning LBA's inside the structure. include/types.h: use cdio_config.h if none was supplied. 2005-03-18 rocky * lib/driver/bsdi.c: audio absolute relative frame on BSDI addressed. 2005-03-18 rocky * lib/driver/bsdi.c, lib/driver/cdio_private.h: BSDI eject works, more audio stuff working. 2005-03-18 rocky * src/cdda-player.c: Initialize volume_level to squelch compiler warning 2005-03-18 rocky * NEWS: [no log message] 2005-03-18 rocky * lib/driver/_cdio_stream.c, lib/driver/read.c, src/cd-drive.c, src/cd-info.c, src/iso-info.c: src/* gl_default_log_handler defined only once. lib/dirver/*.c: looks to me like a cosmetic change but supposedly it helps on Fedora Core 4 test1 Bug # 12363: See: http://savannah.gnu.org/bugs/?func=detailitem&item_id=12363 2005-03-18 rocky * include/cdio/types.h: Apparently some are depending on sizeof(bool) to be 1 byte. I don't see this in libcdio, but I suppose it's a possibility. In gcc3 enums are 4 bytes. This patch from Tim Potter forces sizeof(bool) to be 1 byte. 2005-03-17 rocky * lib/driver/MSWindows/win32_ioctl.c: Reduce verbosity on disc mode detection 2005-03-17 rocky * lib/driver/FreeBSD/freebsd.c: missing declaration 2005-03-17 rocky * src/util.c: Don't really detect Burn-proof yet. 2005-03-17 rocky * lib/driver/device.c: remove non-const warning. 2005-03-17 rocky * lib/driver/bsdi.c, src/cdda-player.c: BSDI: add audio controls. cdda-player.c: gcc > 3.0 change. 2005-03-17 rocky * src/cdda-player.c: C-Preprocessor syntax errors when using ncurses.h 2005-03-17 rocky * configure.ac, src/cdda-player.c: Check for ncurses.h header (in addition to curses.h). Had a problem (on Solaris) where both libcurses and libncurses were around but the curses.h header (from libcurses) was installed. 2005-03-16 rocky * example/audio.c, src/cdda-player.c: Add setting volume and showing the subchannel when in non-interactive mode. 2005-03-15 rocky * src/cdda-player.c: Add status on play_tracks 2005-03-15 rocky * example/audio.c, src/cdda-player.c: *.c: return status of operations. Exit code is set on operation failure. cdda-player.c: debug and verbose change libcdio loglevel verbosity. 2005-03-15 rocky * lib/driver/gnu_linux.c: Remove duplicate open on CD. Some warnings turned into info messages. Remove unnecessary \n's. 2005-03-15 rocky * example/README: Add audio.c 2005-03-15 rocky * example/audio.c: Sample program to show audio controls. 2005-03-15 rocky * example/Makefile.am, src/cd-info.c, src/cdda-player.c: example: add sample audio program. cd-info.c cdda-player.c: read_subchannel sets format MSF. So caller no longer has to. 2005-03-15 rocky * lib/driver/gnu_linux.c, lib/driver/solaris.c: read_subchannel sets format MSF. So caller no longer has to. 2005-03-15 rocky * lib/driver/MSWindows/win32_ioctl.c: Get read_subchannel working - was thrown off by Microsoft's lousy poor documentation of IOCTL_READ_Q_SUBCHANNEL 2005-03-14 rocky * src/cdda-player.c: Show volume in display status output. 2005-03-14 rocky * include/cdio/audio.h, include/cdio/device.h, lib/driver/audio.c, lib/driver/device.c: Allow returned parameters to be NULL. 2005-03-13 rocky * lib/driver/cdio_private.h, lib/driver/osx.c: A hacky OSX close drive routine. It doesn't handle the actual drive paramater because we don't really know how to pass that to druti. 2005-03-13 rocky * src/cdda-player.c: Remove warnings from mvprintw (as seen on OSX). 2005-03-13 rocky * src/cdda-player.c: Use CD-Text for disc info too. 2005-03-12 rocky * src/cdda-player.c: Show CD-Text info. 2005-03-12 rocky * src/cdda-player.c: Off by one on track duration. 2005-03-12 rocky * src/cdda-player.c: Curses improvements. Can now show key/help and list of tracks. 2005-03-12 rocky * src/cd-info.c, src/cdda-player.c, src/cddb.c, src/cddb.h: Put move libcddb init routine out of cdda-player.c and cd-info.c and into cddb.{c,h} 2005-03-11 rocky * src/cd-info.c, src/cdda-player.c, src/cddb.h: Towards making a common init_cddb routine. 2005-03-11 rocky * lib/driver/FreeBSD/freebsd.c: Forgot close of file descriptor. 2005-03-11 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/cdio_private.h: Possible filling out of FreeBSD audio control routines. 2005-03-10 rocky * configure.ac, src/Makefile.am: Check for libncurses as well as libcurses and add whatever is found to cdda-player libraries. 2005-03-09 rocky * lib/driver/libcdio.sym: Correct export name. 2005-03-09 rocky * lib/driver/MSWindows/win32.c: Compilation fix for non MS OS's. 2005-03-09 rocky * example/mmc1.c, example/mmc2.c: mmc1.c: use DEVICE_DRIVER rather than DEVICE_UNKNOWN. mmc2.c: show use of "mmc_have_interface" 2005-03-09 rocky * include/cdio/mmc.h, lib/driver/libcdio.sym, lib/driver/mmc.c: Add MMC START STOP interface. 2005-03-09 rocky * configure.ac: Add --without-cdda-player. Dependency on curses now works. 2005-03-09 rocky * lib/driver/MSWindows/win32.c: Use mci command for close for now. 2005-03-09 rocky * lib/driver/MSWindows/win32.c, lib/driver/device.c, src/cdda-player.c: win32.c: get eject working. device.c: an additional test for a NULL pointer to be on the safe side. cdda-player: better handling of eject. 2005-03-08 rocky * lib/driver/MSWindows/win32_ioctl.c: Test for invalid file handle on close_tray. 2005-03-08 rocky * lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/gnu_linux.c, lib/driver/solaris.c: Possibly Solaris close tray fixes. 2005-03-08 rocky * lib/driver/MSWindows/win32.c: Need to make close_tray_win32 external even when not on Windows. 2005-03-08 rocky * lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/cdio_private.h, lib/driver/device.c, src/cdda-player.c: lib/driver/device.c: bug in close routine looping. lib/*: Modify close routine for Win32 ioctl. src/cdda-player: add option for close cd tray and minor things 2005-03-07 rocky * configure.ac, src/Makefile.am, src/cdda-player.c: Add Gerd Knorr's cdda-player as an example program using the libcdio Audio controls. 2005-03-07 rocky * include/cdio/device.h, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/gnu_linux.c, lib/driver/libcdio.sym: Start of a working close_tray routine. Add another routines which returns driver id to help reduce driver scans. Reduce unneeded driver scanning my skipping DRIVER_UNKNOWN. 2005-03-07 rocky * lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c: windows audio control improvements: add stop and do a little better about getting subchannel info (still needs work). Attempt close tray routine which is still broken across the board pending reworking. 2005-03-06 rocky * lib/driver/solaris.c: Initial op.funcs. NULL. Try using close tray via CDROMSTART. 2005-03-06 rocky * lib/driver/gnu_linux.c, lib/driver/solaris.c: solaris: add audio stop gnu_linux.c: correct comment. 2005-03-06 rocky * test/vcd_demo_vcdinfo.right: Revised ISO9660 and multi-session output. 2005-03-06 rocky * lib/driver/audio.c: fix prototype mismatch. 2005-03-06 rocky * include/cdio/device.h, lib/driver/device.c: Was destroying device list when getting capabilities. This should be an in parameter only. 2005-03-06 rocky * src/cddb.c: Use cdio_audio_get_msf_seconds 2005-03-06 rocky * include/cdio/audio.h, lib/driver/audio.c, lib/driver/libcdio.sym: Add cdio_audio_get_msf_seconds 2005-03-06 rocky * src/Makefile.am: Split out cddb stuff for inclusion in a cdda player. 2005-03-06 rocky * include/cdio/audio.h, include/cdio/device.h, include/cdio/sector.h, lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32_ioctl.c, lib/driver/audio.c, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/gnu_linux.c, lib/driver/libcdio.sym, lib/driver/solaris.c, src/cd-info.c, src/cddb.c, src/cddb.h: More audio control corrections. 2005-03-06 rocky * lib/driver/libcdio.sym: Forgot to add mmc_audio_state2str to list of exported symbols. 2005-03-06 rocky * include/cdio/mmc.h, lib/driver/mmc.c, src/cd-info.c: Add routine to turn audio status into a string. 2005-03-06 rocky * lib/driver/solaris.c: Don't rely on mmc backward compatability. 2005-03-06 rocky * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/aspi32.h, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c: Don't rely on MMC backward compatibility. 2005-03-06 rocky * example/C++/iso1.cpp, example/C++/mmc1.cpp, example/C++/mmc2.cpp, example/mmc1.c, example/mmc2.c, include/cdio/ds.h, lib/driver/gnu_linux.c, lib/driver/mmc.c, lib/driver/mmc_private.h, src/util.c: Don't rely on compatability with 0.72. Use new type names. 2005-03-05 rocky * test/Makefile.am, test/check_iso.sh.in, test/copying-rr.right: Add Rock-Ridge regression test. 2005-03-05 rocky * lib/driver/FreeBSD/freebsd.c: FreeBSD audio control fixes. 2005-03-05 rocky * lib/driver/bsdi.c: BSDI audio control fixes. 2005-03-05 rocky * lib/driver/MSWindows/win32_ioctl.c: Correct getting audio subchannel info. 2005-03-05 rocky * lib/driver/MSWindows/win32.c, src/cd-info.c: win32.c: closer to getting audio controls working. cd-info.c: was not testing MULTI_SESSION capability correctly. 2005-03-05 rocky * test/Makefile.am: Add test Rock-Ridge ISO-9660 image 2005-03-05 rocky * src/cd-info.c: Correct type mismatch: unsigned int -> lsn_t 2005-03-05 rocky * : Rock-Ridge test ISO 9660. 2005-03-05 rocky * src/cd-info.c, test/cdda-mcn.right, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1-no-rr.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Change multi-session output - cd-info reports LSN's, not session number. 2005-03-05 rocky * include/cdio/device.h, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/gnu_linux.c, lib/driver/solaris.c: get_last_session returns lsn_t not session number. Add get_track_last_session for Solaris. Correct it's play_msf. 2005-03-05 rocky * include/cdio/device.h, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/gnu_linux.c, lib/driver/libcdio.sym, src/cd-info.c, test/cdda-mcn.right, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1-no-rr.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Add API routine to get last session number. 2005-03-05 rocky * include/cdio/audio.h, lib/driver/Makefile.am, lib/driver/{_cdio_aix.c => aix.c}, lib/driver/audio.c, lib/driver/{_cdio_bsdi.c => bsdi.c}, lib/driver/cdio_private.h, lib/driver/{_cdio_linux.c => gnu_linux.c}, lib/driver/{_cdio_osx.c => osx.c}, lib/driver/{_cdio_sunos.c => solaris.c}: Revise play_audio_msf for start/end as it should be. _cdio_*driver*.c -> *driver*.c 2005-03-05 rocky * include/cdio/audio.h, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/_cdio_linux.c, lib/driver/audio.c, lib/driver/cdio_private.h: 1st attempt to fill in some audio controls for Windows ioctl. 2005-03-03 rocky * lib/driver/FreeBSD/freebsd.c: Towards audio controls working on FreeBSD. 2005-03-03 rocky * lib/iso9660/iso9660_fs.c: Fix syntax error if Joliet. 2005-03-03 rocky * NEWS: Update. 2005-03-03 rocky * configure.ac: Now use cdrom.h for BSDI libcdio library. 2005-03-03 rocky * test/testiso9660.c: Better failure output messages. 2005-03-03 rocky * lib/driver/_cdio_bsdi.c: Add some of the audio routines to BSDI driver. 2005-03-03 rocky * lib/iso9660/iso9660.c: Respect localtime parameter in iso9660_get_dtime 2005-03-03 rocky * lib/driver/_cdio_sunos.c: sunos -> solaris. lsn -> i_lsn 2005-03-03 rocky * test/check_fuzzyiso.sh: Change to make "make distcheck" (build outside of src directory) work. 2005-03-02 rocky * test/check_paranoia.sh.in: Change to make build out of srcdir work. 2005-03-02 rocky * configure.ac, src/cd-paranoia/Makefile.am, test/check_cue.sh.in, test/check_fuzzyiso.sh, test/check_nrg.sh.in, test/check_paranoia.sh.in: Enable building out of srcdir. Patches outside of test/* from Mike Castle 2005-03-02 rocky * include/cdio/audio.h, include/cdio/mmc.h, lib/driver/_cdio_linux.c, lib/driver/mmc.c, src/cd-info.c: audio.h: redo audio volume levels a little. mmc.{c,h}: attempt to get audio ports/selections via MMC. cd-info.c: show volume output levels in a cleaner fashion. 2005-03-02 rocky * src/util.c: Slightly more detailed capability reporting: VCD is MODE2 FORM 1/2; PhotoCD is ability to read multisessions. 2005-03-01 rocky * src/cd-info.c, test/cdda-mcn.right, test/cdda.right: Deal with unimplemented audio status (such as on image drivers) 2005-03-01 rocky * src/cd-info.c: Slight output change. 2005-03-01 rocky * lib/driver/_cdio_linux.c: Put back use of read_audio_subchannel_linux() 2005-03-01 rocky * include/cdio/audio.h, include/cdio/mmc.h, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_osx.c, lib/driver/_cdio_sunos.c, lib/driver/mmc.c, src/cd-info.c, src/cdinfo-linux.c: mmc.c: fix up read_audio_subchannel_mmc audio.h: more direct field names mmc.h: add mmc_subchannel_t; scsi_mmc -> mmc cdio-linux.c: remove deprecated from_bcd8 2005-03-01 rocky * include/cdio/device.h, include/cdio/mmc.h, include/cdio/types.h, lib/driver/MSWindows/win32.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, lib/driver/libcdio.sym, lib/driver/mmc.c, lib/driver/mmc_private.h, src/util.c: Report ability to read MCN. Add MMC routine to read audio subchannel. 2005-03-01 rocky * lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c: _cdio_sunos.c: add audio routines. _cdio_linux.c: small formatting changes. 2005-03-01 rocky * src/cd-info.c: Don't do CD analysis if we are currently playing a CD. 2005-03-01 rocky * lib/driver/libcdio.sym: Add new audio routines. 2005-03-01 rocky * lib/driver/_cdio_linux.c, lib/driver/audio.c, src/cd-info.c: Corrections to audio. First glimpse at working (on GNU/Linux) audio controls. 2005-03-01 rocky * lib/driver/MSWindows/win32.c: read_data_sectors via (cooked) generic read. 2005-03-01 rocky * lib/driver/_cdio_sunos.c: Fix up read_data_sectors by using generic cooked routine. 2005-03-01 rocky * lib/driver/audio.c: Audio (via line output) related routines. 2005-03-01 rocky * include/cdio/Makefile.am, include/cdio/audio.h, include/cdio/mmc.h, include/cdio/types.h, lib/driver/Makefile.am, lib/driver/_cdio_linux.c, lib/driver/cdio_private.h: Add audio lineout controls (play, pause, volume control) 2005-03-01 rocky * lib/driver/_cdio_generic.c, lib/driver/generic.h: Add read_data_blocks via cooked mode. Seems to work better than read_cd. 2005-02-28 rocky * lib/driver/_cdio_linux.c: Failed attempt to make read_data_sectors work. 2005-02-28 rocky * TODO: One down one added. Not sure overall we're making progress. 2005-02-28 rocky * lib/iso9660/iso9660_fs.c: Report error when read_data_block fails. 2005-02-28 rocky * lib/driver/mmc.c: Don't try to read too many blocks on MMC readcd. 2005-02-28 rocky * include/cdio/util.h: Tighter declarations of variables. 2005-02-28 rocky * include/cdio/device.h, lib/driver/_cdio_linux.c: More device error return codes. More detailed errors when CDROM_SEND_PACKET fails. 2005-02-27 rocky * lib/driver/MSWindows/win32.c, lib/iso9660/iso9660.c, src/iso-info.c: win32.c: fill in read_data_blocks (use mmc routine) iso-info.c: lint cast on output iso9660.c: deal with struct tm's that don't have gmt_off. 2005-02-26 rocky * src/util.c, test/copying.right, test/isofs-m1-no-rr.right, test/isofs-m1.right, test/joliet-nojoliet.right, test/joliet.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Show seconds in ISO9660 listing. 2005-02-26 rocky * lib/iso9660/rock.c: Copy last changes to parse_rock_ridge_stat_internal(). 2005-02-26 rocky * lib/iso9660/rock.c: Fix bugs in getting full symbolic link name (when multiple directories). Remove unnecessary malloc in realloc_symlink(). 2005-02-26 rocky * src/util.c, test/isofs-m1.right, test/joliet-nojoliet.right, test/joliet.right: Show modification time, not create time as seems to be the common case for ls. 2005-02-26 rocky * test/isofs-m1-no-rr.right, test/isofs-m1.right, test/monvoisin.right: Time's on iso9660 have changed. 2005-02-26 rocky * lib/iso9660/iso9660.c: Change to iso9660_get_dtime to make dates on Rock-Ridge CD's match what the OS reports when mounting. A bit was done by trial and error although it doesn't seem *inconsistent* with standards definitions. 2005-02-25 rocky * lib/driver/_cdio_sunos.c: Bug in setting blocksize - wasn't using passed parameter. 2005-02-25 rocky * include/cdio/track.h: Remove duplicate #define's 2005-02-25 rocky * lib/driver/_cdio_generic.c, lib/driver/_cdio_osx.c: _cdio_generic.c: OSX does return CDIO_CDROM_CDI_TRACK. _cdio_osx.c: fixup read_data_blocks. May have to complicate more if we need to make a distinction between Form 1 and Form 2. Revise for current name/variable conventions. 2005-02-25 rocky * lib/iso9660/iso9660_fs.c: Erroneous parameter passed. 2005-02-24 rocky * lib/driver/cdtext.c: Guard against deferencing NULL pointer. 2005-02-24 rocky * lib/driver/_cdio_osx.c: Use TR_ values from cdio/cdda.h. 2005-02-24 rocky * lib/driver/_cdio_osx.c: Add read_data_blocks; revise according to current conventions. 2005-02-23 rocky * lib/iso9660/iso9660.c: Don't assume all OS's have tm_gmtoff 2005-02-22 rocky * NEWS, README, include/cdio/iso9660.h, include/cdio/rock.h, lib/iso9660/iso9660.c, lib/iso9660/libiso9660.sym, lib/iso9660/rock.c: NEWS: all that's gone on so far in 0.73cvs README: Note paranoia and samba vfs module *.{h,c}: more debugger symbols. Use _s convention more. 2005-02-22 rocky * lib/iso9660/iso9660.c, test/isofs-m1.right, test/monvoisin.right: iso9660_get_dtime hack: we've seen it happen that everything except gmtoff is zero and the expected date is the beginning of the epoch. So we accept 6 numbers being zero. I'm also not sure if using the of the Epoch is also the right thing to do either. 2005-02-22 rocky * lib/iso9660/libiso9660.sym: Missing new symbol. Thanks again to Steve Schultz 2005-02-22 rocky * include/cdio/iso9660.h, include/cdio/rock.h, lib/iso9660/iso9660.c: More time corrections as hopefully move towards Nirvana. 2005-02-22 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660.c, lib/iso9660/rock.c, src/cd-info.c, src/util.c: Add routine for extracing ISO 9660 long time format and probably correct the short-time format a little. Handle Rock-Ridge time and be able to display it. This pretty much completes the bulk of handling Rock-Ridge extensions. 2005-02-21 rocky * include/cdio/iso9660.h, include/cdio/rock.h, lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c, src/cd-info.c, src/iso-info.c, src/util.c, src/util.h: Process Rock-Ridge time fields. Not tested or shown yet. Break out Rock Ridge fields of our ISO9660 stat. 2005-02-21 rocky * include/cdio/iso9660.h, include/cdio/rock.h, lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c, src/cd-info.c, src/iso-info.c, src/util.c: Process symbolic links. Remove some memory leaks. 2005-02-20 rocky * example/C++/.cvsignore: [no log message] 2005-02-20 rocky * lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c: Fix some memory leaks caught by valgrind. Also replace a relloc - not sure why valgrind was having problems with that. 2005-02-20 rocky * include/cdio/rock.h, lib/iso9660/rock.c, src/cd-info.c, src/iso-info.c, src/util.c, test/Makefile.am, test/check_cue.sh.in, test/isofs-m1-no-rr.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Correct Rock-Ridge directory/link listing. {cd,iso}-info --no-rock-ridge works (and with rock-ridge too) test/*.right: output is now what I guess it's should be 2005-02-20 rocky * test/joliet-nojoliet.right, test/joliet.right: Add LSNs more places. 2005-02-20 rocky * test/copying.right: Add LSN's 2005-02-20 rocky * src/util.c, test/isofs-m1.right: Put in LSN's and sizes more often. 2005-02-20 rocky * src/util.c: "printf (" -> "report (stdout," 2005-02-20 rocky * include/cdio/iso9660.h, include/cdio/rock.h, include/cdio/xa.h, lib/iso9660/iso9660_fs.c, lib/iso9660/libiso9660.sym, lib/iso9660/rock.c, lib/iso9660/xa.c, src/Makefile.am, src/cd-info.c, src/iso-info.c, src/util.c, src/util.h, test/copying.right, test/isofs-m1.right, test/joliet-nojoliet.right, test/joliet.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: all: Add iso9660_get_rock_attr_str to get an ls-like mode string for rock ridge. {cd,iso}-info.c util.{c,h}: put common printing routine in util.c rock.h: add enum for NM flags iso9660.h: move mode_t typedef so it can be used in rock.h xa.{c,h}: small typos. test/*: in most cases better output. On VCD's however there there is a slight regression on displaying the filename someitmes. Will be addressed later. 2005-02-20 rocky * lib/iso9660/iso9660_fs.c, test/check_iso.sh.in, test/joliet-nojoliet.right: [no log message] 2005-02-20 rocky * example/C++/iso2.cpp, example/iso2.c: Another small change/generalization: don't limit driver to a BIN/CUE image. 2005-02-20 rocky * example/C++/iso2.cpp, example/iso2.c: Revise these for current state-of-the-art use and show off libiso9660 library with more compitency. We now allow one to specify the CUE file as well as file to extract. 2005-02-20 rocky * example/README: Revise now that we have a separate C++ directory. 2005-02-19 rocky * test/check_iso.sh.in: Add --no-header as all regression tests probably should do (so we don't get copyright info.) 2005-02-19 rocky * include/cdio/iso9660.h: Add debugging enumeration for ISO EXTENSION masks. 2005-02-19 rocky * configure.ac: Add C++ Makefile. 2005-02-19 rocky * include/cdio/mmc.h: Allow C++ programs to issue mmc commands. 2005-02-19 rocky * example/Makefile.am: Ooops. MMC4 wasn't supposed to get in there. 2005-02-19 rocky * src/cd-info.c, src/cd-read.c, src/iso-info.c, src/iso-read.c: cd-info.c: tolerate CDDB options even when we don't support CDDB. Better error reporting of bad options. 2005-02-19 rocky * example/C++/.cvsignore, example/C++/Makefile.am, example/C++/README, example/{iso1cpp.cpp => C++/iso1.cpp}, example/{iso2cpp.cpp => C++/iso2.cpp}, example/{iso3cpp.cpp => C++/iso3.cpp}, example/C++/mmc1.cpp, example/C++/mmc2.cpp, example/Makefile.am, example/iso3.c: Move C++ files to C++ directory. Add mmc{1,2} checking to list of C++ programs compiled. 2005-02-19 rocky * lib/driver/_cdio_sunos.c: Add read_data_sectors 2005-02-18 rocky * configure.ac, test/check_iso.sh.in, test/copying.right, test/joliet-nojoliet.right, test/joliet.right: Wasn't running ISO9660 regression tests. Output now includes file sizes. 2005-02-18 rocky * src/iso-info.c: Add filesystem size --iso9660 output. 2005-02-18 rocky * test/isofs-m1.right: Think this is more correct. 2005-02-18 rocky * src/iso-info.c: Use translated name in directory reporting. 2005-02-18 rocky * lib/iso9660/iso9660_fs.c: Remove bug in Joliet-handling when adding Rock Ridge is not there. 2005-02-18 rocky * lib/driver/mmc.c: Mode sense changes. Not sure about this though. 2005-02-18 rocky * lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c, src/cd-info.c: iso9660_fs.c: reallocate filename when Rock-Ridge name is bigger. rock.c: variable name changes cd-info.c: don't translate file name when there are Rock-Ridge Extensions. 2005-02-17 rocky * lib/driver/_cdio_bsdi.c, lib/driver/libcdio.sym: Add read_data_sectors to exported symbols and to BSDI. 2005-02-17 rocky * lib/driver/cd_types.c, lib/iso9660/iso9660_fs.c, src/cd-info.c: Remove more of the no longer needed distinction (that we sometimes got wrong) of Mode 1 vs Mode 2 data reading. 2005-02-17 rocky * include/cdio/mmc.h, include/cdio/read.h, lib/driver/_cdio_linux.c, lib/driver/cdio_private.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/libcdio.sym, lib/driver/mmc.c, lib/driver/mmc_private.h, lib/driver/read.c, lib/iso9660/iso9660_fs.c: Move forward in getting better ISO-9660 reading by eliminating "Mode 1/2" specification in API. 2005-02-17 rocky * test/check_nrg.sh.in: Ooops: added a bug in trying give more info. Fixed now. 2005-02-17 rocky * include/cdio/mmc.h, include/cdio/read.h, lib/driver/FreeBSD/freebsd.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/cdio_private.h, lib/driver/generic.h, lib/driver/image.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/libcdio.sym, lib/driver/mmc.c, lib/driver/mmc_private.h, lib/driver/read.c, lib/iso9660/iso9660_fs.c: Add routine for reading data independent of or mode1 and mode2 format. Should help with ISO 9660 reading. Add generic MMC READ_CD routine. Warning - even more breakage in some situations. (But there's promise of an overall brighter future.) 2005-02-17 rocky * test/check_nrg.sh.in: Show failing invocation. 2005-02-14 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c, src/iso-info.c, test/isofs-m1.right: First semblance of being able to handle Rock Ridge names. 2005-02-14 rocky * include/cdio/iso9660.h, lib/iso9660/rock.c: Remove assumption that OS has POSIX file definitions (mode_t, nlink_t, gid_t, uid_t, time_t, etc.) 2005-02-14 rocky * lib/driver/mmc.c: gcc < 3.0 compilation fix 2005-02-13 rocky * include/cdio/iso9660.h, include/cdio/rock.h, lib/iso9660/Makefile.am, lib/iso9660/iso9660_fs.c, lib/iso9660/rock.c: Merge in more Rock Ridge code. Not working yet. Hopefully not much breakage. (But there may be some especially on less-POSIX OS's.) 2005-02-13 rocky * doc/libcdio.texi: Small correction - note cd-drive better. 2005-02-13 rocky * include/cdio/Makefile.am, include/cdio/iso9660.h, include/cdio/rock.h, include/cdio/xa.h: Add header for Rock-Ridge extensions. 2005-02-12 rocky * include/cdio/iso9660.h, include/cdio/xa.h, lib/iso9660/iso9660.c, lib/iso9660/xa.c: iso9660.h, iso9660.c, xa.c, xa.h: Add const char's for debugging use. iso9660.h: go over yet again for more info from the ECMA 119 spec. 2005-02-12 rocky * include/cdio/iso9660.h: Add type definitions for achar, dchar and ISO 9660 7.1.1 - ISO 7.3.3 types and use them. This frees up space for better comments about he feild names of a PVD or SVD. 2005-02-12 rocky * include/cdio/device.h, include/cdio/mmc.h: Remove doxygen references to get_speed() routines. They don't exist and seem to confuse people. 2005-02-12 rocky * include/cdio/iso9660.h, lib/iso9660/iso9660.c, lib/iso9660/iso9660_fs.c, lib/iso9660/iso9660_private.h, test/check_sizeof.c: All structure tags now end in _s and we have typedefs for all of them (ending in _t). iso9660.h: abc -> a.b.c for ISO fields. 2005-02-12 rocky * doc/libcdio.texi: Document _e, _s, and _t suffixes 2005-02-12 rocky * include/cdio/xa.h: signature is probably better typed as a char rather than a uint8_t. We now define structures with the _s suffix. 2005-02-12 rocky * include/cdio/bytesex.h: Doxygen document ISO 9660 conversion routines a tad better. 2005-02-12 rocky * include/cdio/mmc.h: Correct CDB acronym. 2005-02-12 rocky * doc/glossary.texi, doc/libcdio.texi: Add IDE, Command Packet and SCSI CDB. Revise ATAPI definition. Correct acronym for CDB. 2005-02-11 rocky * lib/driver/MSWindows/win32_ioctl.c, lib/driver/mmc.c: mmc.c: mmc_mode_sense can't use cdio_have_atapi (without further check) or else we may get an infinite recursion. win32_ioctl.c: deal with an error message that can't be converted to a string. 2005-02-11 rocky * lib/driver/MSWindows/win32.c: Stylistic changes. 2005-02-11 rocky * lib/driver/MSWindows/win32.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image_common.c, lib/driver/mmc.c, test/check_paranoia.sh.in: Bug fix for mmc_have_interface. checK_paranoia.sh.in: fix bug in returning success on a core dump win32.c: some small changes - more later. image/*.c: set run_mmc_cmd NULL explicitly. 2005-02-10 rocky * include/cdio/mmc.h, lib/driver/_cdio_sunos.c, lib/driver/mmc.c: Use solaris ioctl for blocksize set/get. Prototype corrections. 2005-02-10 rocky * lib/driver/mmc.c: Think I have how to get MMC media changed worked out. 2005-02-10 rocky * include/cdio/cdio.h, include/cdio/device.h, include/cdio/mmc.h, include/cdio/types.h, lib/cdda_interface/interface.c, lib/driver/device.c, lib/driver/libcdio.sym, lib/driver/mmc.c, lib/iso9660/iso9660_fs.c: Add generic mode_sense(), add cdio_have_atapi() and use these. API number bumped Add bool_3way_t (yes, nope, dunno) 2005-02-09 rocky * lib/driver/image/nrg.c: Turn a number of the info messages into debug messages. 2005-02-09 rocky * example/.cvsignore, example/Makefile.am, example/README, example/{iso4.c => isofuzzy.c}, include/cdio/mmc.h, lib/driver/mmc.c, lib/driver/mmc_private.h, test/check_fuzzyiso.sh: Add mode_sense6() and mode_sense10() MMC commands. Use them to hopefully clean up code a little. Remove some unused MMC "private" commands. iso4 -> isofuzzy 2005-02-09 rocky * src/util.c: small formatting change 2005-02-09 rocky * lib/driver/mmc.c: Add "Rigid Restricted Overwrite" string. 2005-02-08 rocky * test/Makefile.am, test/check_fuzzyiso.sh: Add regression test for fuzzy ISO detection. Probably will rename iso4 to something else. 2005-02-08 rocky * example/mmc2.c, include/cdio/mmc.h, lib/driver/libcdio.sym, lib/driver/mmc.c, src/util.c: Add enum for feature profiles. Add feature to string conversion routines. 2005-02-07 rocky * include/cdio/mmc.h: Probably "interface" is reserved in some Windows contexts 2005-02-07 rocky * src/util.c: Small formatting changes. 2005-02-07 rocky * include/cdio/mmc.h, src/util.c: Add more MMC features and profiles such as ones used by the Plextor DVDR PX-716A 2005-02-07 rocky * example/.cvsignore: [no log message] 2005-02-07 rocky * lib/driver/MSWindows/win32_ioctl.c, lib/driver/_cdio_linux.c: Break out DVD detection. More verbose comments about the issues here. 2005-02-07 rocky * TODO: Revise. 2005-02-07 rocky * example/mmc1.c, example/mmc2.c, include/cdio/Makefile.am, include/cdio/mmc.h, include/cdio/scsi_mmc.h, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32_ioctl.c, lib/driver/_cdio_aix.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, lib/driver/libcdio.sym, lib/driver/mmc.c, lib/driver/mmc_private.h: lib/drivermmc.{c,h}: Add mmc_have_interface() to see if we've got SCSI or ATAPI or whatever. cdda_interface: Use mmc_have_inteface() we don't have anything for this except in GNU/Linux. May reduce the unnecessary data_bigendianp() calls which cause lots of disc reading. Turn #defines for MMC Profiles into enumeration. Add enumeration for "core" interface types #include -> #include 2005-02-06 rocky * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/aspi32.h, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c: Windows fixes. Read TOC via MMC only when media is not DVD. 2005-02-06 rocky * configure.ac, example/Makefile.am, example/README, example/{sample2.c => device.c}, lib/driver/_cdio_linux.c, lib/driver/libcdio.sym, lib/driver/portable.h, lib/paranoia/overlap.c, lib/paranoia/p_block.c, lib/paranoia/p_block.h, lib/paranoia/paranoia.c: Various portability fixes mosty for MSVC which doesn't have drand and doesn't allow dynamic local arrays. v_fragment -> v_fragment_t libcdio.sym: more external symbols defined /lib/_cdio_linux.c: harmless type mismatch example/sample2.c -> example/device.c 2005-02-06 rocky * autogen.sh: Try another approach to getting version.texi made. 2005-02-06 rocky * doc/.cvsignore, doc/version.texi: Get rid of version.tex again. Bogus check ins keep appearing and conflicts in CVS updates. I hate automake. 2005-02-06 rocky * lib/driver/libcdio.sym: scsi_mmc -> mmc name change. 2005-02-06 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h, lib/driver/FreeBSD/freebsd_cam.c: FreeBSD fixes. 2005-02-06 rocky * lib/driver/_cdio_osx.c: OSX fixes. 2005-02-06 rocky * lib/driver/_cdio_bsdi.c: BSDI fixes for get_media_changed. Fix mostly harmless type mismatch from before media_changed work. 2005-02-06 rocky * doc/version.texi, lib/driver/_cdio_sunos.c, lib/driver/cdio_private.h, lib/driver/image_common.c, lib/driver/image_common.h, lib/iso9660/iso9660_fs.c: iso9660_fs.c: wrong order of initialization. correct types on get_media_changed_mmc Solaris fixes. 2005-02-06 rocky * example/mmc1.c, example/mmc2.c, example/scsi-mmc1.c, example/scsi-mmc2.c, include/cdio/device.h, include/cdio/scsi_mmc.h, lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/MSWindows/win32_ioctl.c, lib/driver/_cdio_aix.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_osx.c, lib/driver/_cdio_sunos.c, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/mmc.c, lib/driver/mmc_private.h: Start to implement ability to a detect media change. scsi_mmc -> mmc. Warning: some breakage may occur. 2005-02-06 rocky * include/cdio/device.h, include/cdio/sector.h, include/cdio/track.h, lib/driver/sector.c, lib/driver/track.c: Move track things out off sector.h 2005-02-05 rocky * include/cdio/cdda.h, lib/cdda_interface/scan_devices.c: Another typo 2005-02-05 rocky * include/cdio/cdda.h, lib/cdda_interface/scan_devices.c: Typo. 2005-02-05 rocky * include/cdio/cdda.h, lib/cdda_interface/scan_devices.c: Another "cooked" name bites the dust. Soem doxygen cleanup too. 2005-02-05 rocky * Makefile.am, configure.ac, doc/version.texi, lib/cdda_interface/common_interface.h, lib/cdda_interface/scan_devices.c: Deal with OS's that don't have a stat'able filesystem. More SuSe spec removal. More SuSE spec removal 2005-02-05 rocky * example/iso4.c, lib/iso9660/iso9660_fs.c: Check in Mode 1 or Mode 2 on fuzzy searching. 2005-02-05 rocky * lib/iso9660/iso9660_fs.c: Check header for PVD MSF. Get XA mode more often. 2005-02-05 rocky * include/cdio/xa.h, lib/iso9660/iso9660_fs.c, lib/iso9660/xa.c: xa.h: add enumeration for debugging rest: better understanding of when there might be XA and when there might not be. Don't give a warnings about missing XA attributes when the format isn't supposed to have it. 2005-02-05 rocky * lib/cdda_interface/Makefile.am, lib/cdda_interface/{cooked_interface.c => cddap_interface.c}, lib/cdda_interface/interface.c, lib/cdda_interface/low_interface.h: cooked -> cddap. It has been observed that the use of "cooked" causes confusion and derision among the small-minded; and the code doesn't use cooked reading anyway. 2005-02-05 rocky * include/cdio/cdio.h, include/cdio/disc.h, include/cdio/scsi_mmc.h, include/cdio/sector.h, lib/driver/disc.c, lib/driver/sector.c, src/cd-info.c: Move discmode things out of sector and over to disc.h and disc.c. 2005-02-05 rocky * Makefile.am, package/.cvsignore, package/libcdio-suse.spec.in: Remove SuSE spec - it is not likely to be very general purpose. It is also not the real one which needs to be modified for each version and vcdimager/libcdio/libcddb collection and undergoes Language translation outside of the spec file. 2005-02-05 rocky * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32_ioctl.c: scsi_mmc -> mmc 2005-02-05 rocky * lib/driver/Makefile.am, lib/driver/_cdio_generic.c, lib/driver/cdio_private.h, lib/driver/{scsi_mmc.c => mmc.c}, lib/driver/{scsi_mmc_private.h => mmc_private.h}: scsi_mmc -> mmc 2005-02-05 rocky * include/cdio/cdda.h, include/cdio/iso9660.h, include/cdio/sector.h, lib/cdda_interface/common_interface.c, lib/driver/sector.c, lib/iso9660/iso9660.c: Make debugger-helping enums extern'd and define onces elsewhere. 2005-02-05 rocky * doc/libcdio.texi, lib/driver/_cdio_stdio.c, lib/driver/_cdio_stream.c, lib/driver/_cdio_stream.h, lib/driver/read.c, lib/driver/sector.c, lib/iso9660/iso9660_fs.c, lib/iso9660/iso9660_private.h, lib/iso9660/libiso9660.sym, src/util.c: First attempt at smart iso9660 reading in CD images. _cdio_stream.*: return is now cdio_driver_return_t 2005-02-05 rocky * lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c: Remove d->interface. 2005-02-05 rocky * include/cdio/cdda.h, include/cdio/device.h, include/cdio/iso9660.h, include/cdio/sector.h: all: Add various enums to allow debugging using #define names. cdda: remove interface field (COOKED, SCSI). It's not going to be used. iso9660.h: add fuzzy iso9660 search. 2005-02-04 rocky * example/README: SCSI-MMC -> MMC. 2005-02-04 rocky * example/.cvsignore, example/Makefile.am, example/iso4.c, example/mmc1.c, example/mmc2.c: scsi-mmc{1,2} -> mmc{1,2} iso4.c: fuzzy ISO 9660 searching 2005-02-04 rocky * lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c: const removal to match proper run_scsi_cmd prototype. Bug in reporting TOC lsn's. Thanks to Bobbin007. 2005-02-04 rocky * lib/iso9660/iso9660_fs.c: remove cdio_malloc() and replace with calloc() 2005-02-03 rocky * configure.ac, lib/cdda_interface/scan_devices.c: Test and workaround another Unixism - pwd.h, getuid/getpwuid. 2005-02-03 rocky * configure.ac, lib/cdda_interface/scan_devices.c: Test for presense of lstat (optionally used in scan_devices of cdda_interface). 2005-02-03 rocky * include/cdio/util.h: Remove cdio_malloc(). Please use calloc instead. 2005-02-03 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32.c, lib/driver/_cdio_aix.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_osx.c, lib/driver/_cdio_stdio.c, lib/driver/_cdio_stream.c, lib/driver/_cdio_sunos.c, lib/driver/cdio.c, lib/driver/ds.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/util.c: remove cdio_malloc and replace with calloc which does functionally exactly the same thing (but is standard). In some drivers _data -> p_data. 2005-02-03 rocky * example/iso1.c, example/iso2.c: Allow one to specify an input file on input. iso1.c: guard better against an error in reading the directory. 2005-02-03 rocky * configure.ac: Okay, we're really in 0.73cvs now. 2005-02-03 rocky * lib/cdda_interface/low_interface.h: Remove a number of GNU/Linux and/or Unix #includes that probably don't belong. #ifdef some of the others, although I think they'll likely be there. 2005-02-03 rocky * doc/.cvsignore, doc/version.texi: Even though this file is automatically generated, CVS for the automake project seems to have this checked into CVS presumably to handle the problem of a missing version.texi for on initial checkout/bootstrap. Seems odd, but I'm assuming automake developers know what they are doing. (On the other hand, given the quantity of hassles using automake, I could be very very wrong.) 2005-02-01 rocky * include/cdio/xa.h: Typo. 2005-02-01 rocky * doc/libcdio.texi: cdrdao Grammar missing MSF for START and END. 2005-02-01 rocky * parse/toc.y: grammar missing optional msf for START and END. 2005-02-01 rocky * doc/libcdio.texi: More typos. 2005-02-01 rocky * configure.ac: Require automake 1.8. Kudos to Steve Schultz; raspberries to automake. 2005-01-31 rocky * configure.ac: Add substitution for mkdir -p Get ready for 0.72 2005-01-31 rocky * parse/.cvsignore, parse/Makefile, parse/toc.y, parse/toclexer.c, parse/toclexer.h: First attempt at Bison TOC parser. 2005-01-31 rocky * doc/glossary.texi, doc/libcdio.texi: Improve cdrdao grammar. More on SVCD. Minor index and other corrections. Probably the last lookover before the 0.72 release. 2005-01-30 rocky * lib/driver/image/bincue.c: More variable renamings. 2005-01-30 rocky * lib/driver/image/bincue.c: env -> p_env user_data -> p_user_data 2005-01-30 rocky * README.libcdio: grammatical improvement 2005-01-30 rocky * libcdio_paranoia.pc.in: Picking up wrong library: need libcdio_cdda, not cdda_interface 2005-01-30 rocky * libcdio_cdda.pc.in, libcdio_paranoia.pc.in, libiso9660.pc.in: libcdio_*: names probably need to be something other that libcdio which is already in use. libsio9660: minor title change 2005-01-29 rocky * lib/driver/libcdio.sym: Missing cdio_error. 2005-01-29 rocky * configure.ac: Hopefully last release candidate. 2005-01-29 rocky * doc/libcdio.texi, example/scsi-mmc1.c, example/scsi-mmc2.c, include/cdio/bytesex.h, include/cdio/bytesex_asm.h, include/cdio/cdda.h, include/cdio/cdio.h, include/cdio/cdtext.h, include/cdio/device.h, include/cdio/iso9660.h, include/cdio/paranoia.h, include/cdio/scsi_mmc.h, include/cdio/track.h, include/cdio/version.h.in, lib/driver/scsi_mmc.c, test/check_cd_read.sh: Doxygen changes. 2005-01-29 rocky * doc/libcdio.texi: More small corrections. 2005-01-29 rocky * test/check_common_fn.in, test/check_cue.sh.in, test/check_iso.sh.in, test/check_opts.sh: Slightly more descriptive and accurate error messages when regression tests fail. Also if no Joliet support, one test is skipped. 2005-01-29 rocky * doc/glossary.texi, doc/libcdio.texi, example/paranoia.c, example/scsi-mmc1.c, example/scsi-mmc2.c: Add section on SCSI mmc. Go over and spell check. example/*.c some trivial typos 2005-01-29 rocky * src/cd-paranoia/doc/Makefile.am, src/cd-paranoia/doc/en/Makefile.am, src/cd-paranoia/doc/jp/Makefile.am: Forgot to install default manpages. 2005-01-29 rocky * configure.ac, doc/.cvsignore, doc/doxygen/.cvsignore, src/cd-paranoia/Makefile.am, src/cd-paranoia/doc/.cvsignore, src/cd-paranoia/doc/Makefile.am, src/cd-paranoia/doc/en/.cvsignore, src/cd-paranoia/doc/en/Makefile.am, src/cd-paranoia/doc/{ => en}/cd-paranoia.1.in, src/cd-paranoia/doc/jp/.cvsignore, src/cd-paranoia/doc/jp/Makefile.am, src/cd-paranoia/doc/{cd-paranoia.1.jp.in => jp/cd-paranoia.1.in}: Put Japanese man page in man/jp. 2005-01-28 rocky * doc/glossary.texi, doc/libcdio.texi: Go over documentation yet again. In particular: Move section on image formats out of Appendix and expand. Add a chapter on program internals glossary: add item to concept index and regularize index names. 2005-01-28 rocky * lib/driver/image/bincue.c: [no log message] 2005-01-27 rocky * lib/driver/_cdio_osx.c: fix harmless prototype mismatches. 2005-01-27 rocky * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/aspi32.h, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32.h, lib/driver/MSWindows/win32_ioctl.c, lib/driver/scsi_mmc.c, lib/driver/scsi_mmc_private.h: cygwin fixes mostly. 2005-01-27 rocky * configure.ac, lib/driver/FreeBSD/freebsd.c: Add check for to and use in freebsd.c to stop warning. 2005-01-27 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd.h, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/FreeBSD/freebsd_ioctl.c: Some FreeBSD fixes. 2005-01-27 rocky * Makefile.am, lib/driver/Makefile.am, lib/iso9660/Makefile.am: Attempt to get library version numbers correct for release. 2005-01-27 rocky * configure.ac: Okay, we'll call this rc1. 2005-01-27 rocky * configure.ac, include/cdio/cd_types.h, include/cdio/cdda.h, include/cdio/cdtext.h, include/cdio/paranoia.h, include/cdio/track.h, lib/cdda_interface/common_interface.c, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c, lib/driver/_cdio_generic.c, lib/driver/cdio.c, lib/driver/cdio_private.h, lib/driver/cdtext.c, lib/driver/generic.h, src/cd-info.c: cdparanoia: add ability to disable byte swapping configure.ac: remove AIX driver for now - it doesn't really work remove some (but not all) of the valgrind errors in cd-text Some stylistic things, doxygen comment improvements typos, etc. 2005-01-26 rocky * include/cdio/cdda.h, include/cdio/paranoia.h: Add an easy way to turn off paranoia compatibility. 2005-01-26 rocky * example/paranoia2.c, include/cdio/cdda.h, lib/cdda_interface/interface.c, lib/driver/_cdio_generic.c, lib/driver/device.c: Add a cdda_close that doesn't free the p_cdio pointer for those cases where an application may want to keep that pointer open. All routines now are distinct from parnaoia routines with suitable #defines for compatibility. 2005-01-25 rocky * configure.ac, example/paranoia2.c, include/cdio/cdda.h, include/cdio/paranoia.h, lib/cdda_interface/cooked_interface.c, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c, libcdio_cdda.pc.in, test/testparanoia.c: libcdio_cdda.pc.in: had wrong cdda_interface library Rename paranoia routines to cdio-specific names so both libraries can coexist. And I think it makes debugging a little easier if not clearer. 2005-01-25 rocky * .cvsignore, libcdio.pc.in, libcdio_cdda.pc.in, libcdio_paranoia.pc.in, libiso9660.pc.in: Move pc files back into root of source tree. 2005-01-25 rocky * package/.cvsignore, package/libcdio.pc.in, package/libcdio_cdda.pc.in, package/libcdio_paranoia.pc.in, package/libiso9660.pc.in: Move package config files back to root of source tree. 2005-01-25 rocky * Makefile.am, package/.cvsignore, package/libcdio-suse.spec.in: SuSE spec file from Stanislav Brabec 2005-01-25 rocky * libcdio.pc.in, libcdio.spec.in, libcdio_cdda.pc.in, libcdio_paranoia.pc.in, libiso9660.pc.in: Now located in package. 2005-01-25 rocky * .cvsignore, configure.ac, example/paranoia2.c, package/libcdio.pc.in, package/libcdio.spec.in, package/libcdio_cdda.pc.in, package/libcdio_paranoia.pc.in, package/libiso9660.pc.in: Add package directory for various package files. paranoia2.c: comment typo 2005-01-24 rocky * lib/driver/_cdio_aix.c: Compilation fixes 2005-01-24 rocky * doc/libcdio.texi: Add cdrdao grammar, cd paranoia example program and lots of little documentation updates. More later... 2005-01-24 rocky * doc/libcdio.texi: Add CD Text, CDDB, and CD+G information. CdIo->CdIo_t 2005-01-24 rocky * lib/driver/MSWindows/win32.c: Wrong return type. 2005-01-24 rocky * lib/driver/_cdio_osx.c: Synatx error. 2005-01-24 rocky * lib/driver/_cdio_bsdi.c: syntax error. 2005-01-24 rocky * lib/driver/_cdio_sunos.c: Wrong return type. 2005-01-24 rocky * NEWS, include/cdio/disc.h, include/cdio/scsi_mmc.h, lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/FreeBSD/freebsd_ioctl.c, lib/driver/MSWindows/win32.c, lib/driver/_cdio_aix.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_osx.c, lib/driver/_cdio_sunos.c, lib/driver/cdio_private.h, lib/driver/disc.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/libcdio.sym, lib/driver/scsi_mmc.c, lib/driver/scsi_mmc_private.h: stat_size -> get_disc_last_lsn. Now returns lsn_t and CDIO_INVALID_LSN on error. Add MMC version of get_disc_last_lsn. More regularization of driver_return_code_t and get_disc_last_lsn There's probably some small driver breakage which will be fixed soon. 2005-01-23 rocky * include/cdio/cdio.h, include/cdio/device.h, include/cdio/read.h, lib/driver/FreeBSD/freebsd.c, lib/driver/_cdio_aix.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/read.c, lib/driver/scsi_mmc.c, lib/driver/scsi_mmc_private.h: Change read routines so the use the driver_return_code_t enumeration. It's a little cleaner and may make things clearer in debugging. 2005-01-23 rocky * lib/driver/MSWindows/win32.c: Use SCSI-MMC routine for reading audio sectors. ioctl READRAW doesn't always word and is slow. 2005-01-23 rocky * lib/cdda_interface/interface.c, lib/paranoia/paranoia.c: Work around problem where we were accessing outside of an allocate range when the drive endian was different than the CD-ROM endianness. We do this by always allocating an extra block, but it would be better to understand whether this is correct or whether some logic needs to be fixed. 2005-01-23 rocky * test/testparanoia.c: Remove access of uninitialized memory. 2005-01-23 rocky * test/testdefault.c: Remove memory leak. Not used in regression testing though. 2005-01-23 rocky * lib/cdda_interface/scan_devices.c, lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_linux.c, lib/driver/image_common.c, lib/paranoia/isort.c, lib/paranoia/p_block.c, lib/paranoia/paranoia.c, test/testparanoia.c: Remove some valgrind-caught memory leaks or use of uninitialized regions. 2005-01-23 rocky * lib/driver/_cdio_sunos.c: Valgrind-caught memory leak. 2005-01-23 rocky * test/Makefile.am, test/bad-file.toc, test/data5.toc, test/data6.toc, test/data7.toc, test/testtoc.c: Since we have better TOC checking we now have to give real filenames. Adjust for this. Also added a regression test with a bad file name. 2005-01-23 rocky * lib/cdda_interface/common_interface.c, lib/cdda_interface/utils.h: Nope. Didn't get it right this time either with the byteswapping. However we've at least reduced the customness. 2005-01-23 rocky * lib/cdda_interface/common_interface.c, lib/cdda_interface/utils.h: Use common byte-swapping routines and remove cdparanoia-specific ones. (This time, for sure!) 2005-01-23 rocky * NEWS: [no log message] 2005-01-22 rocky * lib/driver/image.h, lib/driver/image/cdrdao.c, test/Makefile.am, test/check_cue.sh.in, test/vcd_demo.toc, test/vcd_demo_toc.right: Improve cdrdao to handle MSF-length. Remove vcd_demo_toc.right since the cd-info output is now the same as vcd_demo.right vcd_demo.toc adjusted accordingly. 2005-01-22 rocky * src/cd-drive.c, src/cd-info.c, src/iso-info.c, src/iso-read.c: Version information now includes build. 2005-01-22 rocky * include/cdio/version.h.in, src/cd-paranoia/version.h, test/check_paranoia.sh.in: check_paranoia.sh.in: Add a more agressive paranoia test. *version.h*: Include build name in version listings. 2005-01-22 rocky * test/check_paranoia.sh.in: Was missing move of jitter output. 2005-01-22 rocky * example/README: More about where to look for examples. 2005-01-22 rocky * example/README: Programs have been added and renamed. 2005-01-22 rocky * example/.cvsignore, test/.cvsignore: [no log message] 2005-01-22 rocky * include/cdio/cdda.h, lib/cdda_interface/cooked_interface.c, src/cd-paranoia/cd-paranoia.c, test/check_paranoia.sh.in: Add jitter simulation and jitter-correction testing. 2005-01-22 rocky * lib/driver/FreeBSD/freebsd.c: Add a CAM read audio now that CDIOREADAUDIO deosn't work on newer FreeBSDs. Deal with recent generic->mmc name changes. 2005-01-22 rocky * lib/driver/_cdio_stream.c: Don't attempt to see before the beginning of a file. 2005-01-22 rocky * lib/cdda_interface/common_interface.c, lib/cdda_interface/common_interface.h, lib/cdda_interface/scan_devices.c: Add routines which allow cdio object to be opened before cdda_open. common_interface.h: data_bigendianp() is now public (in cdio/cdda.h) 2005-01-22 rocky * include/cdio/cdda.h: Add interfaces which allow opening a cdio object before running paranoia. data_bigendianp is too neat to keep it private. 2005-01-22 rocky * example/Makefile.am, example/paranoia.c, example/paranoia2.c: Add an example which opens the cdio object first. Also show off data_bigendianp(). 2005-01-22 rocky * cvs2cl_usermap: Add Justin's info. 2005-01-21 rocky * lib/driver/_cdio_osx.c: Use strerror in all ioctl to give additional info. 2005-01-21 rocky * lib/driver/_cdio_aix.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_osx.c, lib/driver/_cdio_sunos.c, lib/driver/scsi_mmc.c, lib/driver/scsi_mmc_private.h: Remove a number of const's since Darwin's run_scsi_mmc doesn't work that way :-( 2005-01-21 rocky * lib/driver/MSWindows/win32.c: routine name change. 2005-01-21 rocky * NEWS, lib/driver/_cdio_stream.c, lib/driver/image.h, lib/driver/image/cdrdao.c, test/vcd_demo_toc.right: _cdio_stream.c: replace assert's with failures. Make cdrdao be able to handle the kind of images vcdimager produces. There was a slight regression (perhaps so vcd_demo_toc.right may in fact not be right. Deal with some other time. 2005-01-21 rocky * lib/driver/_cdio_osx.c: Remove get_scsi for now. 2005-01-21 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32.c, lib/driver/_cdio_aix.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, lib/driver/cdio_private.h, lib/driver/generic.h, lib/driver/scsi_mmc.c, lib/driver/scsi_mmc_private.h: Move some of the "generic" routines using MMC into SCSI-MMC. Think is a little bit clearer and cleaner. 2005-01-21 rocky * lib/driver/read.c: Remove probably some serious lapses: Now check all reads for exceeding end of disc and info messages can be logged. We were also returning 0 on error reads. Regularize by using a couple of macros. 2005-01-20 rocky * lib/driver/FreeBSD/freebsd.c: Missed a couple of env -> p_env's 2005-01-20 rocky * lib/driver/_cdio_osx.c: Add Scott Wood's code for issuing SCSI-MMC command. It doesn't work though. 2005-01-20 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/FreeBSD/freebsd_cam.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, lib/driver/cdio_private.h, lib/driver/generic.h: Add get_blocksize. There may be some breakage as I haven't tested all of the various drivers yet. 2005-01-20 rocky * include/cdio/device.h, include/cdio/iso9660.h, include/cdio/paranoia.h, include/cdio/read.h: Various doxygen improvements. 2005-01-20 rocky * include/cdio/scsi_mmc.h: Turn a bunch of defines into an enumeration. Makes debugging a bit nicer. 2005-01-20 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_stdio.c, lib/driver/_cdio_stdio.h, lib/driver/_cdio_stream.c, lib/driver/_cdio_stream.h, lib/driver/_cdio_sunos.c, lib/driver/cdio_private.h, lib/driver/generic.h, lib/driver/image.h, lib/iso9660/iso9660_fs.c: Move a set_speed and set_blocksize (via MMC)from driver-specific places to generic. Add _t to yet another type. 2005-01-20 rocky * include/cdio/device.h, lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, lib/driver/cdio.c, lib/driver/device.c, lib/driver/scsi_mmc.c: Add DRIVER_OP_UNINIT and change appropriate DRIVER_OP_ERROR's to DRIVER_OP_UNINIT. 2005-01-19 rocky * lib/driver/MSWindows/win32_ioctl.c: Type cast that might make this more robust. 'Dunno. 2005-01-19 rocky * lib/cdda_interface/scan_devices.c: Even though this may not be nstrictly the way the original cdda_interface does things, add a spaces between the vendor, model, and revison number. 2005-01-19 rocky * src/cd-paranoia/cd-paranoia.c: Accomodate Windows that sometimes gives an argc that seems one greater than what's not NULL in argv. And it is probably a good idea anyway to test for null strings before calling strdup() 2005-01-19 rocky * lib/driver/_cdio_bsdi.c: Change to use driver_return_t 2005-01-19 rocky * lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, lib/driver/image_common.c: Change to use driver_return_t. 2005-01-19 rocky * include/cdio/cdio.h, include/cdio/device.h, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/cdio.c, lib/driver/device.c, lib/driver/generic.h, lib/driver/image_common.c, lib/driver/scsi_mmc.c: Try to regularize driver operation return codes via a new enumeation return type. (I may regret this later as we return ioctl's int value in some cases). cdio.h: get/set_arg moved to device. 2005-01-18 rocky * lib/cdda_interface/interface.c: Do not try to process if we got errors. More needs to be done, but this is a start. 2005-01-18 rocky * src/cd-paranoia/doc/cd-paranoia.1.in: Note change in -g option and that we scan for a CD-DA (rather than merely a CD-ROM). 2005-01-18 rocky * lib/driver/device.c: Got test backwards. 2005-01-18 rocky * src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/usage.txt.in: --force-generic-device -g is an alias for --force-cdrom-device -d 2005-01-18 rocky * src/cd-paranoia/doc/.cvsignore: The usual. 2005-01-18 rocky * include/cdio/scsi_mmc.h, lib/driver/MSWindows/win32.c, lib/driver/scsi_mmc.c: Attempt SCSI-MMC speed setting (e.g. for M$). 2005-01-18 rocky * lib/driver/FreeBSD/freebsd.c: Add FreeBSD set speed routine. 2005-01-18 rocky * NEWS, test/Makefile.am: test/Makefile.am: forgot to add vcd2.toc NEWS: what's up. 2005-01-18 rocky * test/testparanoia.c: gcc < 3.0 compilation fix. 2005-01-18 rocky * lib/cdda_interface/scan_devices.c: Bug in accessing via snprintf a NULL string. 2005-01-18 rocky * example/Makefile.am, lib/driver/_cdio_osx.c: Add set_speed for OSX. 2005-01-18 rocky * lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c: Add set_speed for Solaris via ioctl and set_blocksize via SCSI-MMC. Update comments in GNU/Linux driver. 2005-01-18 rocky * include/cdio/device.h, include/cdio/scsi_mmc.h, lib/cdda_interface/cooked_interface.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/generic.h, lib/driver/image/cdrdao.c, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/libcdio.sym, lib/driver/scsi_mmc.c, src/cd-paranoia/cd-paranoia.c: Add interface for setting speed and blocksize. Reinstated it in cd-paranoia libraries and command. Some more variable convention regularizations. 2005-01-17 rocky * lib/driver/FreeBSD/freebsd.c, lib/driver/MSWindows/win32.c, lib/driver/_cdio_aix.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_osx.c, lib/driver/_cdio_sunos.c, lib/driver/cdio.c, lib/driver/cdio_private.h, lib/driver/device.c, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c: add _t to another time. driver_id inside p_cdio wasn't initialized. 2005-01-17 rocky * example/paranoia.c: We don't need driver_id, so simplify this code a little bit. 2005-01-16 rocky * configure.ac, src/cd-paranoia/Makefile.am, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/doc/{cd-paranoia.1 => cd-paranoia.1.in}, src/cd-paranoia/doc/{cd-paranoia.1.jp => cd-paranoia.1.jp.in}, src/cd-paranoia/usage.txt.in: Work on documentation. cd-paranoia name is now properly substituted. Offset option described better. 2005-01-16 rocky * src/cd-paranoia/Makefile.am, src/cd-paranoia/{ => doc}/cd-paranoia.1, src/cd-paranoia/{ => doc}/cd-paranoia.1.jp: Move cd-paranoia documentation into its own directory. 2005-01-16 rocky * test/testtoc.c: Add another VCD toc test. We can't actually handle this fully, but at least we can parse it correctly (I think). 2005-01-16 rocky * test/vcd2.toc: Add another TOC test. This one taken from one modified from Steve Schultz's VCD collection. 2005-01-16 rocky * lib/driver/image/cdrdao.c: At least parse DATAFILE lines more fully. Things are better but we're still having problems reading the ISO-9660 of sms VCD's. 2005-01-16 rocky * lib/driver/image.h: It appears for cdrdao datastart needs to be larger. Could possibly be unsigned too. 2005-01-16 rocky * include/cdio/cdda.h: Redo bit masks for test flags. Should accomodate what is in (even if not working) in cdparanoia. 2005-01-16 rocky * test/.cvsignore, test/Makefile.am: Remove testparanoia .raw output on clean Also ignore these for CVS if they are around. 2005-01-15 rocky * include/cdio/cdda.h, src/cd-paranoia/cd-paranoia.c: Remove a couple of unused SCSI fields. 2005-01-15 rocky * include/cdio/cdda.h, lib/cdda_interface/Makefile.am, lib/cdda_interface/cooked_interface.c, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c, src/cd-paranoia/cd-paranoia.c, test/check_paranoia.sh.in: Add regression-test mechanism. Right now we only have underrun testing. Perhaps more later... cd-paranoia: -x option added to specify what to test. 2005-01-15 rocky * src/cd-paranoia/cd-paranoia.c: Replace some paranoia-specific copystring's with strdups. 2005-01-15 rocky * test/Makefile.am, test/check_paranoia.sh.in: Start another cd-paranoia test. This one uses image reading so it doesn't require a CD-DA loaded. 2005-01-15 rocky * lib/cdda_interface/scan_devices.c: Redo in a way simpler way that and in a way that valgrind doesn't think there's a memory leak. 2005-01-15 rocky * lib/cdda_interface/cooked_interface.c, src/cd-paranoia/cd-paranoia.c: cooked_interface.c: check for TOC-read error. cd-paranoia.c: check that list of drives isn't just NULL list. 2005-01-14 rocky * lib/driver/_cdio_osx.c: Small error. Used the wrong variable for extracting the revision. 2005-01-14 rocky * lib/driver/MSWindows/win32.c: More changes to deal with error conditions. 2005-01-14 rocky * test/Makefile.am: Need to put in libcdio libs for testparanoia. 2005-01-14 rocky * lib/driver/MSWindows/win32.c, lib/driver/device.c, test/testparanoia.c: win32.c: was not indicating a failure when reading the TOC failed. testparanoia.c: better check that there are drives. device.c: I think better checking on drive capability. At least we now check for the TOC failure case and not add a drive there. 2005-01-14 rocky * test/testparanoia.c: Use a more statistical approach to determining if cd-paranoia worked. We still are really testing the error correction part which may be the most interesting (and useful). 2005-01-14 rocky * lib/cdda_interface/interface.c, test/testparanoia.c: Looked at WAV spec format. Probably (but I'm not certain) the thing that was wrong was the test program which needs to byte swap. What confuses me now is how the media players sort this out. 2005-01-14 rocky * lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c: The sense I'm getting is that while the bigendianp detection is clever, it isn't complete. It may be that we need to use this along in conjunctin with the endianness of the OS. That is instead of big/little endian, what's needed is same/not same endian. For now, the simplest thing is to just disable all of this and wait to discover a CD-ROM drive where we have a problem. 2005-01-14 rocky * test/testparanoia.c: Spelling mistake. 2005-01-14 rocky * src/cd-paranoia/Makefile.am: I think I've finally got things worked out so that usage.h gets created before it is needed. 2005-01-14 rocky * lib/paranoia/paranoia.c: Fix a couple memory leaks by freeing resources. 2005-01-14 rocky * lib/cdda_interface/common_interface.c, lib/cdda_interface/utils.c, lib/cdda_interface/utils.h: Reinstate more of the libcdio routines. 2005-01-13 rocky * lib/cdda_interface/common_interface.c, lib/cdda_interface/utils.h: Put back original cdparanoia byte-swapping routines until we smoke out what's going wrong on cygwin. 2005-01-13 rocky * src/cd-drive.c: . 2005-01-13 rocky * lib/driver/MSWindows/win32_ioctl.c: Fix syntax error of last commit 2005-01-13 rocky * lib/driver/MSWindows/win32_ioctl.c: Remove warning and make sure variable is initialized 2005-01-13 rocky * src/cd-drive.c: Just list the drivers that are available. 2005-01-13 rocky * include/cdio/paranoia.h, lib/paranoia/paranoia.c: Add array to convert paranoia_mode_cb into a string. 2005-01-13 rocky * test/Makefile.am, test/testparanoia.c: Start of a paranoia regression test program. 2005-01-12 rocky * lib/driver/FreeBSD/freebsd.c: Save track flags for FreeBSD (preemphasis, # number of audio channels and copy permit) 2005-01-12 rocky * example/iso1.c, include/cdio/bytesex.h, include/cdio/ds.h, include/cdio/iso9660.h, lib/driver/ds.c, lib/driver/image/nrg.c, lib/driver/image_common.h, lib/iso9660/iso9660_fs.c, src/cd-info.c, src/iso-info.c, test/vcd_demo_toc.right: Non-functional changes: Small coding style changes: add _t to some types, p_/psz_ to some variables Update/add doxygen comments add missing regression test output 2005-01-12 rocky * example/.cvsignore: [no log message] 2005-01-12 rocky * example/Makefile.am, example/paranoia.c: Add an example of using paranoia with libcdio. 2005-01-12 rocky * src/cd-paranoia/Makefile.am: I really don't understand how Makefile's. Put in an explict dependency between usage.h and usage.txt since the generic one isn't sufficient. 2005-01-11 rocky * src/cd-paranoia/Makefile.am: Install program and manpage according to name specificed in --with-cdparnoia-name 2005-01-11 rocky * src/cd-paranoia/Makefile.am: 2nd try at getting tarball built right. This time, ... 2005-01-11 rocky * src/cd-paranoia/Makefile.am: Missing two headers. 2005-01-11 rocky * configure.ac, include/cdio/paranoia.h, src/cd-paranoia/.cvsignore, src/cd-paranoia/Makefile.am, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/doc/FAQ.txt, src/cd-paranoia/doc/overlapdef.txt, src/cd-paranoia/pod2c.pl, src/cd-paranoia/usage.txt.in: doc: add some paranoia documentation. src: Cleaner way to get usage and allow it to be customized to a particular name configure.ac: add --with-cd-paranoia-name to allow customization of the cd-paranoia name. More work is needed to get the binary renamed. 2005-01-11 rocky * lib/driver/Makefile.am, lib/iso9660/Makefile.am, lib/iso9660/libiso9660.sym: lib/{driver,iso9660}/Makefile.am: new improved script for handling the case where there are no local symbols (or global symbols). libsio9660.sym: The last remaining local symbol really should be global. Change made on behalf of Nicolas Boullis. 2005-01-10 rocky * lib/cdda_interface/interface.c: Had commented out bigendiap avoidance. Use - things go much faster. 2005-01-10 rocky * include/cdio/cdda.h, lib/cdda_interface/toc.c, lib/paranoia/p_block.c: toc.c: don't assume first sector is 1. cdda.h: document TOC better. p_block.c: revise getting paranoia first/last sector 2005-01-09 rocky * src/cd-drive.c: Another slight error message change. 2005-01-09 rocky * src/cd-paranoia/cd-paranoia.c: Let people customize what program name to call this. More accurate error message when auto-detecting drive fails. 2005-01-09 rocky * src/util.c: Some OS's (e.g. BSDI) have limitations on var_arg routines. Accommodate this. 2005-01-09 rocky * lib/driver/scsi_mmc.c, test/vcd_demo.right: scsi_mmc.c: style differences. Need to do something about checking to make sure we don't exceed the disc though. vcd_demo.right: output has changed yet again. 2005-01-09 rocky * include/cdio/Makefile.am, include/cdio/cdio.h, include/cdio/device.h, include/cdio/disc.h, include/cdio/read.h, lib/cdda_interface/interface.c, lib/driver/Makefile.am, lib/driver/cdio.c, lib/driver/device.c, lib/driver/disc.c, lib/driver/read.c, lib/driver/track.c: cdio.{c,h}: moved various reading and device/driver routines out into the below read.{c,h}: separate include for the reading routines. disc.{c,h}: more moved here from corresponding cdio. device.c: a place for device/driver related routines. interface.c: break up line to make debugging easier. 2005-01-09 rocky * src/cd-paranoia/cd-paranoia.c: Better error message when CD audio scanning failed. 2005-01-09 rocky * lib/cdda_interface/common_interface.c, lib/cdda_interface/common_interface.h: Got BE and LE conversion backwards. Caused cdda-endianess determination to fail. 2005-01-09 rocky * lib/cdda_interface/cooked_interface.c, lib/cdda_interface/drive_exceptions.h, lib/cdda_interface/scan_devices.c, lib/driver/_cdio_sunos.c: Fix my recent breakage in adding back GNU/Linux endian determination. Need to seet nsectors if not GNU/Linux. Some lint things for non-GNU/Linux. 2005-01-09 rocky * lib/cdda_interface/cooked_interface.c, lib/driver/_cdio_sunos.c: Fix a bad bug where we were requesting potentially a huge number of blocks (-1 unsigned). Fix both the driver to disallow such a nonsensical thing as well as just don't make the request. 2005-01-09 rocky * lib/driver/cdio.c: Handle the case were we want to open only real CD-ROM devices versus those where we're willing to open CD-images and real CDs. Don't know why I never fixed this earlier. 2005-01-09 rocky * src/cd-drive.c, src/cd-info.c, src/cd-read.c, src/util.c, src/util.h, test/cdda-read.right, test/check_common_fn.in, test/isofs-m1-read.right: Create open_input() for common input open routines. Input error messages have been gone over. cd-read is a little more like the rest. Regression output now has NO-WARRANTY. 2005-01-08 rocky * lib/cdda_interface/scan_devices.c: Compilation fix for non-GNU/linux 2005-01-08 rocky * configure.ac, include/cdio/cdda.h, lib/cdda_interface/cooked_interface.c, lib/cdda_interface/drive_exceptions.h, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c: Put back some of the GNU/Linux-ism for detecting drive endian-ness. The data-driven endian correction isn't working correctly. Ultimately though this code should move down into libcdio (and get removed from here.) 2005-01-08 rocky * lib/cdda_interface/scan_devices.c: Better about handling non-Unix devices. 2005-01-07 rocky * configure.ac, lib/cdda_interface/low_interface.h, src/cd-paranoia/cd-paranoia.c: Remove a GNU/Linux includes that isn't used any more. Move other GNU/Linux tests to the linux-specific part of configure. 2005-01-07 rocky * lib/paranoia/isort.c, lib/paranoia/isort.h, lib/paranoia/overlap.c, lib/paranoia/p_block.c, lib/paranoia/p_block.h, lib/paranoia/paranoia.c: Small convention changes. 2005-01-07 rocky * lib/cdda_interface/common_interface.c: Initialize buff in case read doesn't do it. (But I'm no sure why the read isn't doing this properly.) 2005-01-06 rocky * include/cdio/cdda.h: Doxygen documentatoin on more routines. Remove some things that aren't useable any more. 2005-01-06 rocky * lib/cdda_interface/toc.c: Add doxygen doc for exxternal routines. 2005-01-06 rocky * src/cd-paranoia/cd-paranoia.c: When verbose, show cdio info messages. 2005-01-06 rocky * lib/cdda_interface/scan_devices.c, lib/driver/MSWindows/win32_ioctl.c: Remove some Unixisms in checking drive. Rely on libcdio to do the checking - it's platform independent. win32_ioctl.c: more detailed info message. 2005-01-06 rocky * src/cd-paranoia/cd-paranoia.1: Revise for libcdio's name (cd-paranoia). 2005-01-06 rocky * src/Makefile.am: Various small bugs in setting variables to disable utility programs. 2005-01-06 rocky * configure.ac, src/cd-paranoia/Makefile.am, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/getopt.c, src/cd-paranoia/getopt.h, src/cd-paranoia/getopt1.c: Test for GNU getopt_long() and add to cd-paranoia sources. Compile a local copy if not available. 2005-01-06 rocky * src/Makefile.am: Fix bug in disabling building of utility programs: cd-info, cd-read. Bug noticed by Steve Schultz. 2005-01-06 rocky * lib/driver/_cdio_osx.c: Include code to save audio pre-emphasis, # of tracks and copy-permit bit. I think cd-paranoia may do something now on Darwin. 2005-01-06 rocky * lib/cdda_interface/common_interface.h, lib/cdda_interface/cooked_interface.c, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c, lib/cdda_interface/toc.c: More portability fixes. I think this now does something on BSDI. 2005-01-06 rocky * configure.ac, lib/cdda_interface/common_interface.c, lib/cdda_interface/cooked_interface.c, lib/cdda_interface/interface.c, lib/cdda_interface/low_interface.h, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/version.h: Lots of portability fixes to make non GNU/Linux-specific. Now runs on Solaris! 2005-01-06 rocky * lib/cdda_interface/cooked_interface.c, lib/cdda_interface/interface.c, lib/driver/cdio.c, lib/paranoia/paranoia.c, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/report.c, src/cd-paranoia/utils.h, src/cd-paranoia/version.h: First working all-libcdio cd-paranoia (modulo various omissions and memory leaks). 2005-01-05 rocky * lib/cdda_interface/low_interface.h: Conditional code for non-linux 2005-01-05 rocky * configure.ac: Another header for Linux and cdparanoia. 2005-01-05 rocky * include/cdio/Makefile.am, include/cdio/{cdda_interface.h => cdda.h}, include/cdio/cdio.h, include/cdio/device.h, include/cdio/scsi_mmc.h, lib/cdda_interface/Makefile.am, lib/cdda_interface/common_interface.c, lib/cdda_interface/cooked_interface.c, lib/cdda_interface/drive_exceptions.h, lib/cdda_interface/interface.c, lib/cdda_interface/low_interface.h, lib/cdda_interface/scan_devices.c, lib/cdda_interface/toc.c, lib/driver/track.c, lib/paranoia/p_block.c, lib/paranoia/p_block.h, lib/paranoia/paranoia.c: The first all libcdio cdda_interface. There are some gaps could be filled. cdda_inteface.h renamed to cdda.h cdio_destroy moved from cdio.h to device.h 2005-01-04 rocky * include/cdio/Makefile.am, include/cdio/cdio.h, include/cdio/device.h, include/cdio/disc.h, include/cdio/track.h, lib/driver/disc.c: Add device for drive(r)/device things. Reorganize more to pull things out of cdio and into their respective units. 2005-01-04 rocky * src/util.c: CdIo -> CdIo_t 2005-01-04 rocky * example/cdtext.c, example/iso2.c, example/sample2.c, example/sample3.c, example/sample4.c, example/tracks.c: Revise for current conventions. 2005-01-04 rocky * include/cdio/Makefile.am, include/cdio/cdio.h, include/cdio/disc.h, include/cdio/sector.h, include/cdio/track.h, include/cdio/types.h, lib/driver/Makefile.am, lib/driver/cdio.c, lib/driver/cdio_private.h, lib/driver/disc.c, lib/driver/generic.h, lib/driver/image.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image_common.c, lib/driver/image_common.h, lib/driver/libcdio.sym, lib/driver/track.c: Break out track and disc routines. (Disc needs more work) Add more convenience track routines. Set access-mode for image routines to be the image drivers - for uniformity. Some name regularization. And we're in 2005 now. 2005-01-02 rocky * src/cd-drive.c, src/cd-info.c: CdIo -> CdIo_t 2005-01-02 rocky * include/cdio/cdio.h, include/cdio/track.h, lib/driver/_cdio_aix.c, lib/driver/_cdio_bsdi.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/cd_types.c, lib/driver/cdio.c, lib/driver/scsi_mmc.c, lib/iso9660/iso9660_fs.c: Add Cdio_t, move some more stuff into track.h 2005-01-01 rocky * test/cdda-mcn.right, test/cdda.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/vcd_demo_vcdinfo_toc.right, test/videocd.right: Regression output changed again. 2005-01-01 rocky * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32_ioctl.c, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, lib/driver/generic.h, lib/driver/image_common.c: Add common routine for setting track flags. 2005-01-01 rocky * lib/driver/image/nrg.c: Typo. 2005-01-01 rocky * src/cd-info.c: Show raw and formatted sizes. 2005-01-01 rocky * lib/driver/_cdio_linux.c, lib/driver/image/nrg.c: NRG: get track flags working. linux: small clanup in track flags. more to come. 2005-01-01 rocky * include/cdio/sector.h: Typo in CDIO_FRAMSIZE_RAW0 definition. 2005-01-01 rocky * lib/driver/MSWindows/aspi32.c, lib/driver/MSWindows/win32.c, lib/driver/MSWindows/win32_ioctl.c: Add track control info for Doze. 2004-12-31 rocky * lib/driver/_cdio_linux.c, lib/driver/_cdio_sunos.c, test/check_cue.sh.in, test/vcd_demo.right: Add track flags for solaris. Regression test without vcdinfo corrected. 2004-12-31 rocky * lib/driver/Makefile.am, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image/nrg.c, lib/driver/image_common.c, lib/driver/image_common.h, src/cd-info.c, test/Makefile.am, test/cdda-mcn.right, test/cdda.cue, test/cdda.right, test/cdda.toc, test/check_cue.sh.in, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/vcd_demo_vcdinfo_toc.right, test/videocd.right: Add image driver track flag reporting. Reorganize code for image drivers a little better (via image_common.c). Update regression tests for more expanded cd-info output. 2004-12-31 rocky * include/cdio/track.h: Track-related calls go here. 2004-12-31 rocky * include/cdio/Makefile.am, include/cdio/cdio.h, lib/driver/_cdio_generic.c, lib/driver/_cdio_linux.c, lib/driver/cdio.c, lib/driver/cdio_private.h, lib/driver/generic.h, lib/driver/image/bincue.c, lib/driver/image/cdrdao.c, lib/driver/image_common.h, lib/driver/libcdio.sym, src/cd-info.c: Start to fill in cdio_get_preemphasis, cdio_get_copy_permit, and cdio_get_channels. Internals reworked a little for this. 2004-12-30 rocky * include/cdio/cdda_interface.h, include/cdio/cdio.h, lib/driver/_cdio_generic.c, lib/driver/cdio.c, lib/driver/cdio_private.h, lib/driver/generic.h: Add cd-paranoia's track flag routines: copy-permitted, pre-emphasis, channels. Updates to drivers to set this properly is still needed. 2004-12-27 rocky * lib/iso9660/libiso9660.sym: Perhaps this is okay. 2004-12-27 rocky * lib/iso9660/libiso9660.sym: Remove some semicolons at the end of lines. 2004-12-24 rocky * Makefile.am: Typo causing "make install" to fail. Problem found by Steve Schultz. 2004-12-23 rocky * test/vcd_demo.right: We now list the CD size on the leadout line. 2004-12-23 rocky * src/cd-paranoia/Makefile.am: Correct bin_PROGRAMS name. cd-paranoia/.deps/cd-paranoia$(EXEEXT).Po was getting created when when it should be cd-paranoia/.deps/cd-paranoia.Po Problem reported by C.Y.M. 2004-12-22 rocky * test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right: Regress last regression test output change. 2004-12-22 rocky * test/.cvsignore: Add derived paranoia regession test. 2004-12-22 rocky * lib/Makefile.am, lib/iso9660/Makefile.am, src/Makefile.am: Until we put in more fine-grain control, don't make libcdio_paranoia and libcdda_interface libraries if we aren't making cd-paranoia. src/Makefile.am: correct way to disable cd-paranoia. 2004-12-22 rocky * test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right: discmode output changed its Data Mode2 not Data Form1. 2004-12-22 rocky * lib/paranoia/isort.c, lib/paranoia/overlap.c, lib/paranoia/p_block.c, lib/paranoia/paranoia.c: Read in configuration settings from config.h. paranoia was GNU/Linux based so the #includes had been set specific to that. 2004-12-22 rocky * lib/driver/_cdio_osx.c: CDIO_DRIVE_CAP_{MCN,ISRC} are now CDIO_DRIVE_CAP_READ_{MCN,ISRC} respectively. Thanks yet again to Steve Schultz. 2004-12-19 rocky * NEWS: Much has been going on. Note it. 2004-12-19 rocky * include/cdio/cdda_interface.h, lib/cdda_interface/common_interface.c, lib/cdda_interface/common_interface.h, lib/cdda_interface/cooked_interface.c, lib/cdda_interface/interface.c, lib/cdda_interface/scan_devices.c, lib/cdda_interface/scsi_interface.c, lib/cdda_interface/utils.h, src/cd-paranoia/buffering_write.c, src/cd-paranoia/buffering_write.h, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/utils.h, test/Makefile.am: More integration/cleanup. Now uses cdio bytesex.h's BE/LE routines. copystring -> strdup. Some int's changed to track_t. But I need to be careful *not* to change cdda_interface.h. 2004-12-19 rocky * configure.ac, lib/cdda_interface/interface.c, lib/cdda_interface/utils.h, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/utils.h, test/Makefile.am, test/check_paranoia.sh.in: test/*, configure.ac: First paranoia regression test. It's run automatically as it assumes that you have a *flawless* CD-DA in a drive. *.{c,h}: more integration toward libcdio routines. In particular remove swap16 and swap32. 2004-12-18 rocky * configure.ac, src/Makefile.am, src/cd-info.c, src/cd-paranoia/Makefile.am, src/iso-info.c, test/cdda-mcn.right, test/cdda.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/videocd.right: cd-info now shows size of CD. iso-info takes options -l and -f to be a little more like isoinfo configure.ac now allows for disabling cd-paranoia, iso-read, iso-drive, cd-drive. Regression tests adjusted to new output and more drive reading capabilities. 2004-12-18 rocky * .cvsignore, Makefile.am, configure.ac, include/cdio/Makefile.am, include/cdio/cdda_interface.h, include/cdio/cdio.h, include/cdio/paranoia.h, include/cdio/scsi_mmc.h, include/cdio/types.h, lib/.cvsignore, lib/Makefile.am, lib/cdda_interface/.cvsignore, lib/cdda_interface/Makefile.am, lib/cdda_interface/common_interface.c, lib/cdda_interface/common_interface.h, lib/cdda_interface/cooked_interface.c, lib/cdda_interface/drive_exceptions.h, lib/cdda_interface/interface.c, lib/cdda_interface/low_interface.h, lib/cdda_interface/scan_devices.c, lib/cdda_interface/scsi_interface.c, lib/cdda_interface/smallft.c, lib/cdda_interface/smallft.h, lib/cdda_interface/test_interface.c, lib/cdda_interface/toc.c, lib/cdda_interface/utils.c, lib/cdda_interface/utils.h, lib/driver/.cvsignore, lib/{ => driver}/FreeBSD/Makefile, lib/{ => driver}/FreeBSD/freebsd.c, lib/{ => driver}/FreeBSD/freebsd.h, lib/{ => driver}/FreeBSD/freebsd_cam.c, lib/{ => driver}/FreeBSD/freebsd_ioctl.c, lib/{ => driver}/MSWindows/Makefile, lib/{ => driver}/MSWindows/aspi32.c, lib/{ => driver}/MSWindows/aspi32.h, lib/{ => driver}/MSWindows/win32.c, lib/{ => driver}/MSWindows/win32.h, lib/{ => driver}/MSWindows/win32_ioctl.c, lib/driver/Makefile.am, lib/{ => driver}/_cdio_aix.c, lib/{ => driver}/_cdio_bsdi.c, lib/{ => driver}/_cdio_generic.c, lib/{ => driver}/_cdio_linux.c, lib/{ => driver}/_cdio_osx.c, lib/{ => driver}/_cdio_stdio.c, lib/{ => driver}/_cdio_stdio.h, lib/{ => driver}/_cdio_stream.c, lib/{ => driver}/_cdio_stream.h, lib/{ => driver}/_cdio_sunos.c, lib/{ => driver}/cd_types.c, lib/{ => driver}/cdio.c, lib/{ => driver}/cdio_assert.h, lib/{ => driver}/cdio_private.h, lib/{ => driver}/cdtext.c, lib/{ => driver}/cdtext_private.h, lib/{ => driver}/ds.c, lib/{ => driver}/generic.h, lib/{ => driver}/image.h, lib/{ => driver}/image/Makefile, lib/{ => driver}/image/bincue.c, lib/{ => driver}/image/cdrdao.c, lib/{ => driver}/image/nrg.c, lib/{ => driver}/image/nrg.h, lib/{ => driver}/image_common.h, lib/{ => driver}/libcdio.sym, lib/{ => driver}/logging.c, lib/{ => driver}/portable.h, lib/{ => driver}/scsi_mmc.c, lib/{ => driver}/scsi_mmc_private.h, lib/{ => driver}/sector.c, lib/{ => driver}/util.c, lib/iso9660/.cvsignore, lib/iso9660/Makefile.am, lib/{ => iso9660}/iso9660.c, lib/{ => iso9660}/iso9660_fs.c, lib/{ => iso9660}/iso9660_private.h, lib/{ => iso9660}/libiso9660.sym, lib/{ => iso9660}/xa.c, lib/paranoia/.cvsignore, lib/paranoia/Makefile.am, lib/paranoia/gap.c, lib/paranoia/gap.h, lib/paranoia/isort.c, lib/paranoia/isort.h, lib/paranoia/overlap.c, lib/paranoia/overlap.h, lib/paranoia/p_block.c, lib/paranoia/p_block.h, lib/paranoia/paranoia.c, libcdio_cdda.pc.in, libcdio_paranoia.pc.in, src/Makefile.am, src/cd-info.c, src/cd-paranoia/.cvsignore, src/cd-paranoia/Makefile.am, src/cd-paranoia/buffering_write.c, src/cd-paranoia/buffering_write.h, src/cd-paranoia/cd-paranoia.1, src/cd-paranoia/cd-paranoia.1.jp, src/cd-paranoia/cd-paranoia.c, src/cd-paranoia/header.c, src/cd-paranoia/header.h, src/cd-paranoia/report.c, src/cd-paranoia/report.h, src/cd-paranoia/utils.h, src/cd-paranoia/version.h, src/util.c, test/Makefile.am: BIG REORGANIZATION. Reorganize directory structure for inclusion of cd-paranoia. Works for GNU/Linux. Other OS's may be broken. Regression test output needs to be adjusted too. Move: lib/driver (split off of lib) lib/iso9660 (split off of lib) Add from paranoia: lib/cdda_interface lib/paranoia src/paranoia Also made some small changes to capability indentification to show more reading capabilties and show that. cd-info now shows the total disc size. 2004-12-17 rocky * lib/image/nrg.c: Classified one more disc mode perhaps. Variable name change and probably clarification. 2004-12-17 rocky * lib/cdio.c: Change wording of discmode2str. 2004-12-17 rocky * test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/monvoisin.right, test/svcdgs.right, test/videocd.right: cd-info output changed. Stupid me: I keep getting mode/form confusted. Discs are Mode 1, 2, CDDA or mixed. (Not form 1 and 2). 2004-12-15 rocky * configure.ac, include/cdio/cdio.h, lib/Makefile.am, lib/_cdio_aix.c, lib/cdio.c: Towards getting an AIX driver working. 2004-12-09 rocky * configure.ac: As per Tilman Linneweh FreeBSD 6 is like FreeBSD 5. 2004-12-06 rocky * lib/_cdio_sunos.c: Add better discmode detection via FULLTOC that we use on GNU/Linux. 2004-12-06 rocky * lib/scsi_mmc.c: scsi_mmc_get_discmode: As per Justin B Ruggles, SCSI, MMC-5 may require setting db.field[1] = CDIO_CDROM_MSF. 2004-12-04 rocky * include/cdio/scsi_mmc.h: Small typo. 2004-12-04 rocky * THANKS: Add Justin B. Ruggles. 2004-12-04 rocky * include/cdio/scsi_mmc.h, include/cdio/sector.h, lib/_cdio_linux.c, lib/cdio.c, lib/scsi_mmc.c: Move scsi mmc discmode determination to scsi-mmc. Add discmode for CD-i. 2004-12-04 rocky * src/cd-info.c: Add cast to remove compiler warning. 2004-12-04 rocky * lib/_cdio_linux.c: Justin B Ruggles reports: GNU/Linux ioctl(.., CDROM_DISC_STATUS does not return "CD DATA Form 2" for SVCD's when I know they are form 2, so we read a FULL TOC in an attempt to make it more accurate. Most of the info was obtained the SCSI MMC draft spec revision 10a from http://www.t10.org/ftp/t10/drafts/mmc/mmc-r10a.pdf Pages 56 to 62 give more details. Libcdio does not have CD-i as a discmode, so I just have it treat CD-i as if it is CD-XA. This doesn't work for the SVCD I tried but it is probably a step in the right direction. And when things settle down, it should be done on other OS drivers as well. 2004-12-04 rocky * lib/Makefile.am: Small typo. 2004-12-01 rocky * TODO: Small update. 2004-11-29 rocky * autogen.sh: Make sure we have automake version 1.6 or greater. Problem reported by C.Y.M 2004-11-22 rocky * lib/Makefile.am: make -j4 was failing because the Makefile variable libcdio_la_dependencies was not getting set. I don't know why this happens, but I've worked around the problem by removing this variable and adding the value of it (libcdio.la) in the places libcdio_la_dependencies is used. Problem reported by Goetz Waschk. 2004-11-22 rocky * example/.cvsignore: Add C++ binaries. 2004-11-22 rocky * example/iso3cpp.cpp: C++ version of iso3.c 2004-11-22 rocky * example/README: Add C++ programs. 2004-11-22 rocky * configure.ac, example/Makefile.am, example/iso1cpp.cpp, example/iso2.c, example/iso2cpp.cpp, example/iso3.c, include/cdio/ds.h: Fix up ability to use in C++ programs. Add some C++ example programs to make sure those compile. 2004-11-21 rocky * NEWS, configure.ac, include/cdio/iso9660.h, lib/iso9660.c: configure.ac: in 72cvs now. iso9660.{c,h}: "new" is a reserved word in C++. Don't use it as a parameter name 2004-11-21 rocky * example/iso1.c: Add cast to make this possible to compile via g++ 2004-11-21 rocky * doc/libcdio.texi: Update OS section and note ISO 9660 library in the history part. 2004-11-21 rocky * doc/glossary.texi, doc/libcdio.texi: Go over. Add section on Joliet. Add iso-info sample output. Break out info nodes for tracks and sectors. Some small improvements. 2004-11-21 rocky * test/Makefile.am: Solaris creates core files not, core.$pid. Change to make "make distcheck" work. 2004-11-20 rocky * lib/_cdio_bsdi.c: Make sure we initialize get_hwinfo expliscitly. 2004-11-20 rocky * lib/_cdio_linux.c: Make sure get_hwinfo is initialized. Add cdio_ in front of to/from_bcd8 2004-11-19 rocky * src/cd-info.c: Add cdio_ in front of to_bcd8 and from_bcd8. 2004-11-19 rocky * lib/_cdio_bsdi.c: Add cdio_ in front of to_bcd8 and from_bcd8. 2004-11-19 rocky * src/cd-info.c: Add "toc-file" option for cdrdao images. 2004-11-18 rocky * lib/_cdio_sunos.c, lib/sector.c: _cdio_sunos.c: fix bug in audio mode reading. *.c: replcate {from,to}_bcd8 with corresponding cdio_ names. 2004-11-16 nboullis * lib/Makefile.am: When a list of exported symbols is modified, the corresponding library should be rebuilt. 2004-11-16 nboullis * lib/libcdio.sym: libcdio's ABI should provide all the symbols required by the API. 2004-11-16 nboullis * configure.ac: If ld is not GNU ld, --without-versioned-libs is assumed, so it is useless to fail if make is also not GNU make. 2004-11-16 nboullis * Makefile.am: Lots of files referenced in EXTRA_DIST were not actually available; remove them from EXTRA_DIST. 2004-11-15 nboullis * lib/Makefile.am: Access libcdio.sym and libiso9660.sym through $(srcdir) to enable building outside the source directory. (Used by "make distcheck".) 2004-11-15 nboullis * lib/libcdio.sym: There is no _cdio_list_preappend symbol, but _cdio_list_prepend instead. 2004-11-15 rocky * Makefile.am: Don't need config.rpath and don't recall why it was needed. 2004-11-15 nboullis * include/cdio/util.h: "static inline __attribute__((deprecated))" functions are not available in standard C; only use them with GCC 3 and above, and replace them with simple #defines for other compilers. 2004-11-15 rocky * lib/libcdio.sym: Add symbols that VCDimager uses. 2004-11-15 rocky * include/cdio/util.h, lib/Makefile.am, lib/libcdio.sym, lib/util.c: rename to_bcd8 and from_bcd8 to cdio_to_bcd8 and cdio_from_bcd8. (N. Boullis) lib/Makefile.am: avoid non-GNU ld options when --without-versioned-libs is in effect. 2004-11-14 rocky * lib/libiso9660.sym: Move local files to global. 2004-11-14 rocky * Makefile.am: Remove more unused .m4 files. Probably a hold over from requiring gettext. (So we may yet add these back in sometime in the future.) 2004-11-14 rocky * Makefile.am, configure.ac, lib/Makefile.am: lib/Makefile.am: make sure we include .sys files in distribution. configure.ac: get ready for 0.71 Makefile.am: one of those m4's doesn't exist here. 2004-11-14 nboullis * lib/Makefile.am, lib/libiso9660.sym: Only export the required symbols of libiso9660. 2004-11-14 nboullis * lib/Makefile.am, lib/libcdio.sym: Only export the required symbols of libcdio. 2004-11-14 rocky * src/cd-drive.c: Opens cd driver a little less and checks for NULL. Helps things especially on AIX. 2004-11-13 rocky * lib/_cdio_sunos.c: Add explicit NULL for get_hwinfo. 2004-11-13 rocky * lib/_cdio_sunos.c: env -> p_env 2004-11-13 rocky * example/scsi-mmc1.c: Small typo. 2004-11-12 rocky * lib/Makefile.am: Guidence from Nicolas Boullis on how to library versioning works or should work. 2004-11-08 rocky * lib/cdtext.c: cdtext.c: was not converting arranger string properly. 2004-11-07 rocky * NEWS, lib/image/bincue.c, lib/image/cdrdao.c, lib/portable.h: Hoist common "portable" definitions into portable.h NEWS - rearrange. 2004-11-07 rocky * configure.ac: fixes to make run on AIX 2004-11-07 rocky * lib/MSWindows/aspi32.c: Revert last changes. 2004-11-07 rocky * lib/MSWindows/aspi32.c: Compilation fix. 2004-11-07 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c: win32_ioctl.c: minor comment or function name changes. aspi32.c: use length definitions better. 2004-11-07 rocky * lib/MSWindows/win32_ioctl.c: Read TOC buf fixes. Now tries MMC FULLTOC and then falls back to Windows' DeviceIoCtl READ_TOC. 2004-11-06 rocky * lib/iso9660_fs.c: Small warning change when we don't have nl_langinfo(CODESET). 2004-11-06 rocky * test/testtoc.c: Remove erroneous free()'s. This now give a valgrind error that looks to me bogus. 2004-11-06 rocky * configure.ac: Clean up headers - remove "obsolete" names. Some OS's weren't testing some, and some OS-specific we were testing for. 2004-11-06 rocky * Makefile.am, configure.ac, lib/Makefile.am: Automake woes. Think I have PACKAGE and VERSION set right now. lib/Makefile.am: we'll say libcdio has new interfaces 2004-11-06 rocky * lib/Makefile.am: Change library numbers. 2004-11-06 rocky * Makefile.am: Typo. 2004-11-06 rocky * NEWS, src/util.c, src/util.h: src/util.{c,h}: use report more often. NEWS - what's up 2004-11-06 rocky * src/util.c, test/cdda.right: src/util.c: remove extra white space test/cdda.right: adjust for recently found bug. 2004-11-06 rocky * src/cd-info.c: Bug in showing cdtext for individual tracks. 2004-11-04 rocky * MSVC/stdint.h, configure.ac, src/cd-drive.c, src/cd-info.c, src/cd-read.c, src/iso-info.c, src/iso-read.c, src/util.c, src/util.h: Common output routine in utility programs as a concession to environments which may no have or prefer stdout/stderr such as XBOX. 2004-11-04 rocky * libiso9660.pc.in: Wrong Version substitution. Thanks again to Steve Schultz. 2004-11-04 rocky * libcdio.pc.in: Wrong substitution name. Thanks to Steve Schultz for finding this problem. 2004-11-01 rocky * lib/MSWindows/win32_ioctl.c: Compilation fix. Add line/file/fn info on XBOX. 2004-11-01 rocky * lib/MSWindows/win32_ioctl.c: Add common FORMAT_ERROR. XBOX/MSVC deficiencies shouldn't be so in your face. 2004-11-01 rocky * MSVC/config.h, MSVC/stdint.h, Makefile.am, lib/_cdio_generic.c, lib/portable.h: Merging in MSVC/XBOX from John Oseman 2004-11-01 rocky * configure.ac: Set some package strings. 2004-11-01 rocky * configure.ac: Typo. 2004-10-31 rocky * lib/MSWindows/win32.c: Compilation fixes. 2004-10-31 rocky * lib/MSWindows/win32.c, lib/scsi_mmc.c: scsi_mmc.c: get CD-Text length before reading CD-Text. win32.c: make sure we can't set ASPI when XBOX. Other small changes for XBOX compatibility. 2004-10-31 rocky * lib/logging.c, lib/portable.h: portable.h: remove rcsid. logging.c: include portable.h 2004-10-31 rocky * NEWS, configure.ac, example/iso2.c, example/iso3.c, lib/Makefile.am, lib/_cdio_generic.c, lib/iso9660_fs.c, lib/portable.h, src/iso-read.c: configure.ac, lib/*, example/*.c, src/iso-read.c: start to separate compiler/OS deficiencies into "portable.h" configure.ac, lib/iso9660_fs.c: use AM_LANGINFO_CODESET rather than code in our ouwn langinfo.h and CODESET tests. 2004-10-31 rocky * include/cdio/logging.h, include/cdio/util.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c: Mostly portability issues from or inspired by mog's changes for XBOX. image/*.c: initialize func structure to 0 (NULL). include/cdio/*.h: add "extern C" for C++ compilations where appropriate. 2004-10-31 rocky * lib/MSWindows/win32.c: Change to make compatible for MSVC 6 and older C compilers. 2004-10-31 rocky * lib/iso9660_fs.c: Fixes when no Joliet support. 2004-10-31 rocky * configure.ac: Fix up Joliet detection or lack thereof. 2004-10-30 rocky * lib/scsi_mmc.c: Add include of stdlib.h (From mog for XBOX) 2004-10-30 rocky * MSVC/README, MSVC/cd-info.vcproj, MSVC/libcdio.sln, MSVC/libcdio.vcproj: Files for compiling with MSVC. Courtesy of John Oseman (mog). 2004-10-30 rocky * lib/MSWindows/win32_ioctl.c: Fixes while trying to merge some of the XBOX changes. 2004-10-30 rocky * lib/iso9660_fs.c: NLS fixups. Wrong preprocessor symbol used. 2004-10-30 rocky * configure.ac, lib/iso9660.c, lib/iso9660_fs.c, src/iso-info.c: configure.ac, iso9660.c: test for tzname variable. configure.ac, iso9660_fs.c: test for nls_langinfo() and #include iso-info.c: some OS's need 2 args for multi-arg defines. 2004-10-30 rocky * libiso9660.pc.in: libiso9660 needs iconv. Also, we're not libvcdino. 2004-10-30 rocky * configure.ac, lib/iso9660.c: *: test for daylight and timezone configure.ac: test for stdbool.h 2004-10-29 rocky * lib/iso9660_fs.c, src/cd-info.c, src/iso-info.c: Conditional compilation of Joliet support. 2004-10-28 rocky * test/Makefile.am: Add joliet regression test files. 2004-10-28 rocky * configure.ac, lib/MSWindows/win32_ioctl.c, lib/iso9660_fs.c, test/Makefile.am, test/check_common_fn.in, test/check_iso.sh.in, test/joliet-nojoliet.right, test/joliet.right: configure.ac: Add --disable-joliet and disable joliet if iconv is not around iso9660_fs.c: Setting string length on of UCBE wrong? test/*: add joliet regression test. 2004-10-28 rocky * include/cdio/Makefile.am: cdio.h accidently got removed. 2004-10-28 rocky * lib/cdtext_private.h: Add more fields from the MMC-3 spec. 2004-10-28 rocky * lib/Makefile.am: bytesex files have moved from private to public. Forgot to remove them for "make dist" 2004-10-28 rocky * include/cdio/iso9660.h: A small change which caused a hard-to-find bug in using Joliet filenames. 2004-10-27 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c: Cygwin fixes. 2004-10-26 rocky * lib/iso9660_fs.c: iconv manpages sys the return is size_t not int 2004-10-26 rocky * lib/iso9660_fs.c: Reinstate -1 test. 2004-10-26 rocky * lib/iso9660_fs.c: Respect --no-joliet better. 2004-10-26 rocky * configure.ac: Remove some gettext fascism. 2004-10-26 rocky * configure.ac, example/Makefile.am, src/Makefile.am, test/Makefile.am, test/vcd_demo.right: Solaris fixes test/vcd_demo.right: fix when vcd-info is not installed. 2004-10-26 rocky * src/cd-info.c: Add --no-joliet option 2004-10-26 rocky * lib/FreeBSD/freebsd.c, lib/MSWindows/win32.c, lib/_cdio_linux.c, lib/_cdio_osx.c, lib/_cdio_sunos.c, src/cd-info.c: Various valgrind-detected memory leaks and unitialized variable errors. 2004-10-26 rocky * configure.ac, lib/iso9660.c: Test for presence of tzset(). 2004-10-26 rocky * lib/cdio.c, lib/image/bincue.c, lib/iso9660.c, lib/iso9660_fs.c, src/cd-info.c, test/Makefile.am, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/testbincue.c, test/testiso9660.c, test/vcd_demo_vcdinfo.right, test/videocd.right: Joliet filename detection for CD images is now done. Various valgrind-caught errors fixed Output changed: we no longer print root block number. (It is still shown when XA attributes are printed.) 2004-10-25 rocky * lib/iso9660.c: root_directory accounting is now a little different since we don't count the filename as part of the root_directory record. 2004-10-24 rocky * example/iso2.c, include/cdio/cdio.h, include/cdio/iso9660.h, lib/_cdio_generic.c, lib/_cdio_stream.c, lib/cdio.c, lib/generic.h, lib/image/bincue.c, lib/iso9660.c, lib/iso9660_fs.c, src/cd-info.c: First attempt to extent Joliet to CD reading portion. 2004-10-24 rocky * .cvsignore, Makefile.am, configure.ac: Makefile.am: "make test" now means the same thing as "make check" configure.ac: make sure we test for iconv. gettext isn't all that important right now. 2004-10-24 rocky * lib/iso9660_fs.c: Was looking at wrong place for joliet/non-joliet. 2004-10-24 rocky * example/Makefile.am, lib/iso9660_fs.c, src/Makefile.am, test/Makefile.am: Add libiconv libraries where needed. 2004-10-24 rocky * configure.ac: Try to reduce duplicate header tests. 2004-10-24 rocky * .cvsignore, doc/doxygen/.cvsignore: Add more derived files from recent changes. 2004-10-24 rocky * Makefile.am, configure.ac, doc/Makefile.am, doc/doxygen/{Doxyfile => Doxyfile.in}, src/iso-info.c: configure.ac: test for intl and iconv needed for Joliet support iso-info.c: add --no-joliet option Doxyfile*, configure.ac: Automatically update some ofthe Doxyfile information 2004-10-24 rocky * include/cdio/iso9660.h, lib/iso9660_fs.c: Various portability fixes when libiconv isn't available or is broken. 2004-10-23 rocky * TODO: [no log message] 2004-10-23 rocky * TODO: [no log message] 2004-10-23 rocky * TODO: Revise. Note iso-tar. 2004-10-23 rocky * NEWS, configure.ac, doc/glossary.texi, include/cdio/iso9660.h, lib/iso9660.c, lib/iso9660_fs.c, src/iso-info.c, test/testbincue.c: First cut at Joliet support for ISO 9660 images. More work is needed to integrate this into CD reading. 2004-10-22 rocky * src/iso-info.c: Slightly better error messages. 2004-10-22 rocky * doc/glossary.texi: Update definition of ISO 9660 2004-10-22 rocky * NEWS: What's up. 2004-10-22 rocky * include/cdio/Makefile.am, {lib => include/cdio}/bytesex.h, {lib => include/cdio}/bytesex_asm.h, include/cdio/iso9660.h, lib/Makefile.am, lib/image/nrg.c, lib/iso9660.c, lib/iso9660_fs.c, lib/xa.c, src/cd-info.c, src/iso-info.c: iso9660.h, iso9660_fs.c: Add iso9660_ifs_is_xa() a routine to determine if an iso image has XA attributes. bytesex.h and bytesex_asm.h are now public. (Down the line should use glib though.) Package has been revised to the move. iso-info.c: shows XA attributes what that it is available. 2004-10-12 rocky * THANKS: Add Ian MacIntosh. 2004-10-10 rocky * include/cdio/iso9660.h: small formatting change. 2004-10-10 rocky * NEWS: What's changed. 2004-10-10 rocky * doc/libcdio.texi, example/.cvsignore, example/Makefile.am, example/README, example/{sample8.c => cdtext.c}, example/{sample5.c => drives.c}, example/iso1.c, example/{sample6.c => iso2.c}, example/{sample7.c => iso3.c}, example/{sample9.c => scsi-mmc1.c}, example/{sample10.c => scsi-mmc2.c}, example/{sample1.c => tracks.c}: Rename many of the "sample" programs to something more descriptive. libcdio.texi: add a SCSI-MMC example program. 2004-10-09 rocky * include/cdio/iso9660.h, lib/iso9660_fs.c: Change some void * return types to what they really are. The void * was helping to propagate the mistake of not exporting CdioList in ds.h. CVS: ----------------------------------------------------------------------include/cdio/iso9660.h lib/iso9660_fs.c CVS: ---------------------------------------------------------------------- 2004-10-09 rocky * example/Makefile.am, include/cdio/Makefile.am, {lib => include/cdio}/ds.h, include/cdio/iso9660.h, lib/Makefile.am, lib/ds.c, lib/image/nrg.c, lib/image_common.h, lib/iso9660_fs.c, src/cd-info.c, src/iso-info.c: Make ds.h public. It should have been that way since it *is* public. Eventually though we'll redo things using glib and then ds.h will get removed. 2004-09-11 rocky * src/Makefile.am: Apply Patch #3043 Thanks to mccarthy from U of Alberta: Building libcdio with libcddb in a non-standard directory --prefix causes make to fail. 2004-09-06 rocky * TODO: Update wish-list. 2004-09-05 rocky * include/cdio/cdtext.h, test/Makefile.am, test/testbincue.c, test/testtoc.c: cdtext.h: minor doxygen improvemtn others: make "make distcheck" work again. 2004-09-04 rocky * doc/doxygen/Doxyfile, include/cdio/cdio.h, include/cdio/cdtext.h, include/cdio/dvd.h, include/cdio/iso9660.h, include/cdio/logging.h, include/cdio/scsi_mmc.h: Changes to make doxygen doc better. 2004-09-04 rocky * lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, test/cdda-mcn.right, test/cdda.right, test/check_cue.sh.in, test/check_nrg.sh.in, test/check_opts.sh, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Add get_hwinfo functions in image drivers. 2004-09-03 rocky * configure.ac, include/cdio/types.h, lib/_cdio_bsdi.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_osx.c, lib/_cdio_sunos.c, lib/cdio.c, lib/cdio_private.h, lib/cdtext.c, lib/cdtext_private.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/scsi_mmc.c, lib/sector.c, lib/util.c: configure.ac: now in 0.71cvs *.c: lint-like changes. Tested on Sun's SUNPRO cc compiler. Removed feild initialization lingo (even if it is C99). 2004-09-02 rocky * lib/_cdio_osx.c: Fix bugs in discmode determination. And actually in general due to moving i_first_track to generic structure. 2004-09-02 rocky * lib/_cdio_osx.c: Remove include which is not needed. 2004-09-02 rocky * src/cd-info.c: Possibly some C compilers need at least 2 arguments. Noticed on old FreeBSD box. 2004-09-02 rocky * lib/Makefile.am: Update for release. I think I have it right this time. (Well, at least Nicolas Boullis doesn't strongly *disagree*). 2004-09-01 rocky * configure.ac: Update for release. 2004-08-30 rocky * THANKS: How could I have forgotten... 2004-08-30 rocky * lib/cdtext.c: Put in later after tested. 2004-08-30 rocky * src/cd-info.c: Error messages was slightly incorrect. And add another one of that ilk. 2004-08-30 rocky * lib/_cdio_osx.c: Use generic routines for getting first track and number of tracks. 2004-08-30 rocky * lib/_cdio_osx.c, src/cd-info.c: _cdio_osx.c: wasnt' returning CDIO_INVALID_TRACK on TOC read error. cd-info.c: abort sooner if we can't read the TOC. 2004-08-30 rocky * include/cdio/sector.h, src/cd-info.c: cd-info.c: bug in DVD test. sector.h: redo the way the dvd and cd tests work. Isn't strictl necessary, but this is has fewer implicit dependencies. 2004-08-30 rocky * include/cdio/sector.h, lib/cdtext.c, lib/cdtext_private.h, src/cd-info.c: sector.h: add routines for determining if discmode is DVD or CD. cdtext*: adjust for bigendian or not. Check for double-byte characters. cd-info.c: new option --dvd. Don't attempt to understand DVD unless this is given. 2004-08-29 rocky * lib/Makefile.am: Incremented the wrong thing. 2004-08-29 rocky * lib/Makefile.am: Increment before release. 2004-08-29 rocky * lib/_cdio_osx.c, lib/cdio.c: cdio.c: missing string for discmode enumeration. _cdio_osx.c: fix a couple of bus faults. Detects DVD-RW properly now. Better error message for failing to read TOC. 2004-08-29 rocky * lib/_cdio_osx.c: CD-ROM media type does not indicate whether a CD is CD-DA or CD-DATA 2004-08-29 rocky * lib/MSWindows/win32_ioctl.c: Better error reporting when TOC reading fails. Well at least we try to do better. env -> p_env some places. 2004-08-28 rocky * NEWS: Note CD-text addition. 2004-08-28 rocky * lib/_cdio_osx.c: Some cleanups, possibly bug fixes. Hack in optimistic guess for drive properties. 2004-08-28 rocky * lib/_cdio_generic.c, lib/_cdio_osx.c, lib/cdio.c, lib/cdio_private.h, lib/generic.h: _cdio_osx.c: add getting hw info. Get some read/write capabilities and disc info. *generic*: split off CD discmode classification so it can be used by OSX cdio: env -> p_env 2004-08-27 rocky * example/sample9.c, include/cdio/cdio.h, lib/_cdio_linux.c, lib/scsi_mmc.c, src/cd-drive.c, src/cd-info.c: add psz_ to hwinfo type. _cdio_linux.c: go back to using SCSI MMC drive cap routine. 2004-08-27 rocky * example/sample7.c: Add p_ where appropriate. 2004-08-27 rocky * example/sample6.c: add p_ where appropriate. 2004-08-27 rocky * example/sample5.c: cd_drives -> ppsz_cd_drives 2004-08-27 rocky * example/.cvsignore: [no log message] 2004-08-27 rocky * doc/doxygen/.cvignore, doc/doxygen/.cvsignore: filename typo: .cvignore -> .cvsignore 2004-08-27 rocky * include/cdio/cdio.h, lib/cdio.c: Add constant variable to indicate which OS driver we've got in build. 2004-08-27 rocky * NEWS: What's up. 2004-08-27 rocky * include/cdio/cdio.h, lib/cdio.c, src/cd-drive.c, src/cd-info.c: Add a couple of routines to pass back the driver used in getting a drive. Speeds up a little the task of opening the drive. Is now used in cd-drive and cd-info. 2004-08-27 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/MSWindows/win32.c, lib/MSWindows/win32_ioctl.c: Use generic SCSI MMC code for getting drive capabilities. 2004-08-27 rocky * lib/_cdio_osx.c: Wrong access for setting drive capabilites to unknown. 2004-08-27 rocky * include/cdio/cdio.h, include/cdio/scsi_mmc.h, lib/cdio.c, lib/cdio_private.h, lib/scsi_mmc.c, src/cd-drive.c, src/cd-info.c: Expose hwinfo call as a cdio command. It was SCSI-MMC. This may help on OSX. 2004-08-27 rocky * lib/_cdio_linux.c, lib/scsi_mmc.c: scsi_mmc.c: more aggressive about getting drive capabilites. Try to get length first. Also try CAPABILITIES_PAGEs as well as ALL_PAGEs. 2004-08-27 rocky * lib/_cdio_osx.c: Devices list fixed, compilation error and give up on drive capabilities for now 2004-08-27 rocky * src/util.c: Show status unknown when it is unknown 2004-08-26 rocky * lib/_cdio_linux.c: Small variable name changes 2004-08-26 rocky * lib/_cdio_osx.c: Small formatting changes 2004-08-22 rocky * lib/_cdio_osx.c: Save more IOkit information in private structure and separate this from reading TOC. Many small changes that I hope will eventually get us closer to getting more drive and CD information although for now it doesn't help all that much. 2004-08-19 rocky * lib/_cdio_osx.c: Partial OSX improvements -- more work is needed. 2004-08-19 rocky * configure.ac: Another attempt at a pkgconfig bug workaround 2004-08-19 rocky * configure.ac, libcdio.pc.in: Fixes for making libcdio work with pkg-config on Darwin when linking vcdimager and when linking just libcdio. From Steven M. Schultz: I blew a couple minutes tinkering with libcdio.pc and found that manually adding a quote character (not even a matched set of quotes!) around the second -framework was enough. What works for now is manually editing libcdio.pc after it's been installed: Libs: -L${libdir} -lcdio -lm -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,IOKit to: Libs: -L${libdir} -lcdio -lm -Wl,-framework -Wl,CoreFoundation "-Wl,-framework" -Wl,IOKit is enough to get vcdimager compiled and linked. Appears that the thing to do is somehow get the quotes into libcdio.pc but not into $LIBS - or something like that at any rate. 2004-08-18 rocky * lib/_cdio_osx.c: Make sure pp_scsiTaskDeviceInterface is initialized. The code should probably be reorganized better for this. For now this probably works. 2004-08-16 rocky * lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c: Set toc_init even on image drivers. Never know when the could will start needing this, but may as well do now. 2004-08-16 rocky * lib/FreeBSD/freebsd.c, lib/_cdio_bsdi.c, lib/_cdio_linux.c, lib/_cdio_osx.c, lib/_cdio_sunos.c: Initialize gen.toc_init 2004-08-16 rocky * lib/_cdio_osx.c: Forgot to init CD-Text variables. 2004-08-16 rocky * lib/_cdio_linux.c, lib/_cdio_osx.c, lib/_cdio_sunos.c: _cdio_osx.c: first attempt at issuing general SCSI-MMC passthrough command. others: small changes. 2004-08-15 rocky * lib/_cdio_osx.c: First attempt at getting drive capabilities. 2004-08-15 rocky * lib/_cdio_osx.c: Compilation fix. 2004-08-13 rocky * lib/_cdio_generic.c, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/image_common.h: Merge common cdtext code into image drivers. 2004-08-13 rocky * lib/_cdio_osx.c: Compilaton fixes. 2004-08-12 rocky * README.libcdio: Add instructions for CVS. 2004-08-10 rocky * lib/FreeBSD/freebsd.c: Now that all of the generic cdtext code is in place, it is trivial to add CD-Text support to FreeBSD. 2004-08-10 rocky * lib/MSWindows/win32.c: typo. 2004-08-10 rocky * example/sample10.c, lib/MSWindows/win32.c, lib/Makefile.am, lib/_cdio_bsdi.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio_private.h, lib/generic.h, src/util.c: lib/*.c: create and use get_cdtext_generic. lib/generic.h: prototypes for _cdio_generic.c (move out of _cdio_private.h) example/sample10.c, src/util.c: small print format improvement 2004-08-10 rocky * src/util.c: Ooops. Debug info creapt in. 2004-08-10 rocky * lib/MSWindows/win32.c, lib/MSWindows/win32.h, src/util.c: Compilation fixes for Win32 and cd-text breakage. 2004-08-10 rocky * example/.cvsignore: We now have 10 samples so it's sample?? as well as sample? 2004-08-10 rocky * lib/_cdio_bsdi.c: Compilation fixes from cd-text breakage. Also make style more like the others. 2004-08-10 rocky * lib/_cdio_sunos.c: compilation fix 2004-08-10 rocky * test/vcd_demo.right: More correct output and add additional capability lines 2004-08-10 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c, lib/_cdio_bsdi.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio_private.h: 1st attempt to reduce duplicate CD-Text code. (It works on GNU/Linux)... 2004-08-10 rocky * example/sample10.c, include/cdio/scsi_mmc.h, lib/FreeBSD/freebsd_ioctl.c, src/util.c: Add a couple of "features". freebsd_ioctl.c: hopefully less-erroneous MCN extraction. 2004-08-08 rocky * lib/Makefile.am: Pedantic alphabetization. 2004-08-08 rocky * example/sample10.c, src/util.c: Print hardware serial number if given by feature. 2004-08-08 rocky * src/util.c: Add more feature info. 2004-08-08 rocky * lib/MSWindows/win32.c: Compilation fixes. 2004-08-07 rocky * lib/_cdio_bsdi.c: Make like the others. 2004-08-07 rocky * lib/FreeBSD/freebsd.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/_cdio_bsdi.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio_private.h, lib/scsi_mmc.c: Add b_cdtext_init and b_cdtext_error to generic structure. If we can't read cdtext once, mark as an error and don't try to read again. 2004-08-07 rocky * doc/libcdio.texi: Add section to Give complete list of example programs. A few small updates, spelling corrections, typo is other places. 2004-08-07 rocky * src/cd-drive.c: Bug: listing wrong drive capabilities. Was using wrong source_name. 2004-08-07 rocky * example/sample1.c, example/sample2.c, example/sample3.c, example/sample4.c: cdio->p_cdio 2004-08-07 rocky * example/README: [no log message] 2004-08-07 rocky * lib/FreeBSD/freebsd.c: Attempt getting disc mode. 2004-08-07 rocky * example/sample10.c, lib/FreeBSD/freebsd_cam.c, lib/scsi_mmc.c, src/util.c: FreeBSD and gcc < 3.0 fixes Some variable name changes to match style. 2004-08-07 rocky * lib/FreeBSD/freebsd.c: Compilation bug: need the conversion assignment. 2004-08-07 rocky * example/sample10.c, src/util.c: Add power management feature display. 2004-08-07 rocky * include/cdio/scsi_mmc.h: Add more feature codes. 2004-08-07 rocky * example/sample10.c, src/util.c: Add more feature descriptions. 2004-08-07 rocky * example/sample10.c, include/cdio/scsi_mmc.h, src/cd-drive.c, src/util.c, src/util.h: util.*, cd-drive: Add feature listing to cd-drives. sample10.c: More feature information printed scsi_mmc.h: more doxygen comments about features. 2004-08-06 rocky * include/cdio/scsi_mmc.h, lib/scsi_mmc.c: small changes. 2004-08-06 rocky * include/cdio/scsi_mmc.h: Add more feature definitions. 2004-08-06 rocky * example/README: Update. 2004-08-06 rocky * example/Makefile.am, example/sample10.c: SCSI MMC example to show feature list of a drive. 2004-08-06 rocky * lib/MSWindows/win32.c, src/util.c: win32.c: initialize capabilities before setting them. util.c: typo was using read parameter for determining CD-RW writing. 2004-08-06 rocky * include/cdio/scsi_mmc.h: Fill out GET_CONFIGURATION - add some feature info and return types. 2004-08-06 rocky * test/cdda-mcn.right, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Output had been erroneously showing CD-RW write capability. We also now show DVD-RW and DVD+RW capabilities. 2004-08-06 rocky * include/cdio/types.h: Comment corrections. 2004-08-06 rocky * src/cd-info.c, src/util.c: cd-info.c: should not try to print out MCN for DVD's - they don't have any such thing. util.c: wasn't reading right/write parms when showing write capabilities. now also show DVD+RW and DVD-RW capabilities. 2004-08-05 rocky * NEWS: What's up. 2004-08-05 rocky * lib/FreeBSD/freebsd.c: Don't need to call initialization of TOC here. Was done to mask a bug somewhere else that has since (I think) been fixed. 2004-08-05 rocky * lib/_cdio_linux.c: As with Win32 was passing the wrong pointer (p_cdio instead of p_env). CD-TEXT now sometimes works on GNU/Linux! 2004-08-05 rocky * lib/scsi_mmc.c: Up the timeout. Seems to work a little better. Probably also need either to retry or try a timeout of 0. 2004-08-05 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c, lib/scsi_mmc.c: Was passing in the wrong pointer (p_cdio instead of p_env) 2004-08-03 rocky * lib/FreeBSD/freebsd.c, lib/MSWindows/win32.c: Initialization bugs. 2004-08-03 imacintosh * lib/_cdio_sunos.c: Now uses DKIOCGMEDIAINFO to get discmode and handles Soalris media 2004-08-01 rocky * lib/FreeBSD/freebsd_cam.c: Compilation fix. 2004-08-01 rocky * lib/FreeBSD/freebsd_cam.c: Initialize ccb. Could this be the problem? 2004-08-01 rocky * include/cdio/scsi_mmc.h: Add GET_CONFIGURATION. 2004-08-01 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd_cam.c, lib/scsi_mmc.c: scsi_mmc.c: doc change FreeBSD: use generic routines more often. Initialize TOC before getting drive capabilities (seems to be desired, not completely sure or sure why this would be so.) 2004-07-31 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c: More in line with rest of MMC stuff. 2004-07-31 rocky * lib/FreeBSD/freebsd.h: source_name is now in gen. 2004-07-31 rocky * lib/FreeBSD/freebsd.c: Compilation fix. 2004-07-31 rocky * include/cdio/scsi_mmc.h, lib/_cdio_linux.c, lib/scsi_mmc.c, lib/scsi_mmc_private.h, src/cd-drive.c, src/cd-info.c, src/cd-read.c, src/util.h: Add scsi_mmc_get_hwinfo. 2004-07-29 rocky * example/sample8.c: message->psz_msg 2004-07-29 rocky * doc/libcdio.texi: Small changes. 2004-07-29 rocky * include/cdio/scsi_mmc.h: Add lengths of hardware vendor, model, and revision. 2004-07-29 rocky * example/Makefile.am, example/README, example/sample8.c, example/sample9.c: sample9: A program to show issuing a SCSI-MMC command. sample8: cdio->p_cdio; update copyright 2004-07-29 rocky * lib/scsi_mmc.c: Bug: passing wrong object. 2004-07-29 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: Use more common routines. ioctl - not tested. ASPI has bug probably in running scsi command. 2004-07-29 rocky * lib/_cdio_bsdi.c: Convert to use generic routines for first track, num tracks and getting discmode. 2004-07-29 rocky * lib/_cdio_sunos.c: compilation fix. 2004-07-29 rocky * include/cdio/scsi_mmc.h, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio_private.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/image_common.h, test/cdda-mcn.right, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/monvoisin.right, test/svcdgs.right, test/videocd.right: Tighten code by putting more generic routines in cdio_generic: to get first track number and number of tracks to get discmode everybody now has gen.i_tracks and gen.i_first_track. test/* format of output changed yet again. 2004-07-28 rocky * example/sample8.c, include/cdio/cdio.h, lib/cdio.c, src/cd-info.c: Add discmode to string array. Simplifies some code a bit. 2004-07-28 rocky * doc/libcdio.texi: Add CD-TEXT example. Note existence of MMC interface. 2004-07-28 rocky * lib/MSWindows/win32_ioctl.c: Bug in generic run_scsi_cmd_win32ioctl: wasn't copying CDB in and wasn't setting length. 2004-07-28 rocky * include/cdio/scsi_mmc.h, lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c, lib/FreeBSD/freebsd_ioctl.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c, lib/_cdio_linux.c, lib/scsi_mmc.c: Make setting read lengths more precise (and correct). 2004-07-28 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: compilation fixes 2004-07-28 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/MSWindows/win32_ioctl.c: msecs 2 secs cleanup 2004-07-28 rocky * lib/scsi_mmc_private.h: Typo in fn name. 2004-07-28 rocky * include/cdio/dvd.h, include/cdio/scsi_mmc.h, lib/FreeBSD/freebsd_cam.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c, lib/_cdio_bsdi.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/scsi_mmc.c, lib/scsi_mmc_private.h: Make sure milliseconds get converted to seconds if needed. Some function renaming, and a typo in a DVD book type. 2004-07-27 rocky * lib/scsi_mmc.c, lib/util.c: fixes for DVD handling 2004-07-27 rocky * lib/_cdio_bsdi.c: Add CD-TEXT 2004-07-27 rocky * lib/_cdio_bsdi.c: Add disc mode and small bug fixes 2004-07-27 rocky * lib/_cdio_bsdi.c: Best guess of how to do scsi_mmc_run_cmd. Thanks to Steven M. Schultz 2004-07-27 rocky * lib/_cdio_bsdi.c: compilation fixes 2004-07-27 rocky * include/cdio/scsi_mmc.h, lib/_cdio_sunos.c, lib/scsi_mmc.c, lib/scsi_mmc_private.h: Yet more alternate "_generic" to simplify CD-ROM drivers (like all of them except Windows) were there is in fact only one MMC passthrough command. 2004-07-27 rocky * lib/MSWindows/win32.c, lib/MSWindows/win32_ioctl.c: Misc consolidation fixes. Some mode2 reading seems broken still. 2004-07-27 rocky * lib/_cdio_sunos.c, test/vcd_demo.right: Compilation fixes. Added get_discmode. 2004-07-27 rocky * lib/MSWindows/aspi32.c: compilation typo 2004-07-27 rocky * include/cdio/scsi_mmc.h, lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c, lib/_cdio_bsdi.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio_private.h, lib/scsi_mmc.c, lib/scsi_mmc_private.h: More consolidation of code by adding routines to scsi_mmc. 2004-07-26 rocky * lib/MSWindows/win32_ioctl.c: Don't use the cdtext_set_field macro any more. 2004-07-26 rocky * lib/MSWindows/aspi32.c, lib/scsi_mmc.c, lib/scsi_mmc_private.h: get_dvd_physical common routine now works. 2004-07-26 rocky * include/cdio/scsi_mmc.h, lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c, lib/_cdio_linux.c, lib/scsi_mmc.c, lib/scsi_mmc_private.h: Try to make get_dvd_physical a common routine. (Haven't tested yet.) 2004-07-26 rocky * lib/MSWindows/win32.c, lib/scsi_mmc.c, lib/scsi_mmc_private.h: Start to break out routines into a device-callable routine as well as a publically callable routine. The device-callable routine will be able to change the passthrough routine as M$ has two distinct routines for aspi and ioctl. 2004-07-26 rocky * include/cdio/scsi_mmc.h, lib/Makefile.am, lib/_cdio_linux.c, lib/cdio.c, lib/cdio_private.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/scsi_mmc.c, lib/scsi_mmc_private.h: Big change! We now are starting to have universal MMC routines. To do this we need to have function pointers to the OS-specific MMC send/run command. Expect some breakage. Down the line though this will increase code reuse, reliabilty, and make the library more user-customizable. 2004-07-25 rocky * lib/MSWindows/win32.c: Got test backwards. 2004-07-25 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: Add ioctl disc mode detection. - Not fully tested yet. 2004-07-25 rocky * lib/MSWindows/aspi32.c: Disc mode detection done for aspi. 2004-07-25 rocky * example/sample8.c: Enumeration has changed. 2004-07-25 rocky * include/cdio/sector.h, lib/_cdio_linux.c, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/sector.c, src/cd-info.c, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/monvoisin.right, test/svcdgs.right, test/videocd.right: Reduce overall number of CD disc modes. I thing the main purpose that will be used is to separate CD Audio from CD Data, XA and DVD's. On GNU/Linux it seems that the implementation is a bit artificial. 2004-07-25 rocky * lib/_cdio_linux.c: Pedantic ordering. 2004-07-25 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/MSWindows/win32.c, src/cd-info.c: MSWindows: add DVD type determination. cd-info.c: poor disc-mode error message string 2004-07-25 rocky * include/cdio/scsi_mmc.h: Typo 2004-07-25 rocky * include/cdio/Makefile.am: Add dvd.h to list of includes. 2004-07-25 rocky * lib/FreeBSD/freebsd.h: We use p_env now. 2004-07-25 rocky * lib/_cdio_linux.c: Typo and small formatting changes. 2004-07-25 rocky * include/cdio/dvd.h: Typo 2004-07-25 rocky * lib/FreeBSD/freebsd.c: Remove duplicate toc_init field and use gen.toc_init like other drivers use. 2004-07-25 rocky * lib/_cdio_linux.c: Better testing to see if TOC is initialized by read_toc_linux before using info based on that. Order of routines alphabetized a little bit better. 2004-07-25 rocky * src/cd-info.c: Some weird problem when --no-cddb and libcddb was not around. I'd rather switch than fight it. 2004-07-25 rocky * include/cdio/dvd.h: Definitions for DVD access. 2004-07-25 rocky * lib/FreeBSD/freebsd.c: Set initialization of TOC when that's done. Test for TOC initialization success in routines that depend on that. 2004-07-25 rocky * lib/MSWindows/aspi32.c: Compilation fix: run_scsi_cmd is no longer static. 2004-07-25 rocky * test/cdda.cue, test/cdda.right, test/cdda.toc, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.cue, test/isofs-m1.right, test/isofs-m1.toc: Not sure if we can have a MCN on a CD-DATA filesystem, but I know we can have one on a CD-DA. So remove it from the ISO and add it to the CD-DA. Also isofs-m1 is now reports that it is a CD-DATA CD since that's what it is. 2004-07-25 rocky * lib/FreeBSD/freebsd_cam.c: Add some checks for failed initialization and NULL pointers. Thanks to Steve Schultz. 2004-07-25 rocky * example/sample8.c, include/cdio/scsi_mmc.h, include/cdio/sector.h: Changes to facilitate DVD detection. 2004-07-25 rocky * include/cdio/sector.h, lib/_cdio_linux.c, src/cd-info.c: sector.h: add more DVD types. _cdio_linux.c: Add ability in GNU/Linux to determine if a drive has a DVD in it. cd-info: show the drive type. 2004-07-24 rocky * lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/image_common.h, src/cd-info.c, test/cdda-mcn.right, test/cdda.right, test/check_cue.sh.in, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Add get_disc_mode to image readers. Add it in cd-info display. Update regression tests. I'm not sure disc_mode is all that helpful or correct. 2004-07-24 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c: FreeBSD compilation fixes. 2004-07-24 rocky * example/README, example/sample8.c: sample8 program shows CD-TEXT and Disc mode info. 2004-07-24 rocky * lib/FreeBSD/freebsd.c: Allow scsi mmc commands to get invoked from outside (for CAM access). 2004-07-24 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h: Add get_drive_cap and generic get_mcn routines. 2004-07-24 rocky * include/cdio/sector.h, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c, lib/MSWindows/aspi32.c, lib/_cdio_linux.c: freebsd: add scsi_mmc_cmd_run and use it. Others: small changes. 2004-07-23 rocky * lib/FreeBSD/freebsd.c: Typo. 2004-07-23 rocky * lib/MSWindows/aspi32.h, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: Allow scsi_mmc_run_cmd to get called from outside. 2004-07-23 rocky * lib/MSWindows/win32_ioctl.c: Add scsi_mmc_run_cmd_win32ioctl and use it. 2004-07-23 rocky * include/cdio/scsi_mmc.h, include/cdio/sector.h: Formatting and small name change. 2004-07-23 rocky * lib/MSWindows/aspi32.c: Create uniform scsi_mmc_run_cmd routine and use this more pervasively. 2004-07-23 rocky * lib/FreeBSD/freebsd.c: Reinstate MCN guess. 2004-07-23 rocky * lib/_cdio_sunos.c: Oops mande MCN buffer too short. More intelligible and tighter code. 2004-07-23 rocky * lib/_cdio_sunos.c: More small changes. 2004-07-23 rocky * lib/_cdio_sunos.c: Small changes - perhaps not really in the category of bugfixes. 2004-07-23 rocky * lib/_cdio_sunos.c: Use common SCSI MMC routine where possible. 2004-07-22 rocky * lib/_cdio_linux.c, lib/cdio_private.h: Wasn't allowing call of new scsi_mmc_run_cmd. 2004-07-22 rocky * lib/_cdio_linux.c: Fell into the a common C pitfall 2004-07-22 rocky * include/cdio/scsi_mmc.h, include/cdio/sector.h, lib/FreeBSD/freebsd_cam.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio_private.h, lib/scsi_mmc.c: Work on SCSI MMC layer. Some things may be broken. 2004-07-21 rocky * lib/cdio.c: Turn an assertion into a return failure. 2004-07-21 rocky * include/cdio/scsi_mmc.h: Add more SCSI MMC-3 commands 2004-07-21 rocky * example/sample8.c: Correct for get_disctype to get_discmode change. 2004-07-21 rocky * include/cdio/sector.h: Correct discmode comments. 2004-07-21 rocky * example/sample8.c, include/cdio/cdio.h, include/cdio/scsi_mmc.h, include/cdio/sector.h, lib/_cdio_linux.c, lib/cdio.c, lib/cdio_private.h: Add get_discmode to return what kind of CD or DVD we've got. This is no where near finished. In fact I just started it on GNU/Linux. CD-TEXT on GNU/Linux: turn "warning" into "info". Reduce the chance of error (although we still don't get the CD-TEXT.) 2004-07-19 rocky * lib/MSWindows/win32.c: A little less convoluted 2004-07-19 rocky * lib/FreeBSD/freebsd_cam.c, lib/_cdio_sunos.c: Initialize/null out drive capabilities before setting them. 2004-07-19 rocky * include/cdio/scsi_mmc.h, include/cdio/types.h, lib/FreeBSD/freebsd_cam.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/scsi_mmc.c: Add READTOC format defines. 2004-07-19 rocky * doc/glossary.texi: Add CD+G. 2004-07-18 rocky * lib/FreeBSD/freebsd.h: Compilation fix from Steven M. Schultz. 2004-07-18 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: Modified for expanded CD-TEXT handling. 2004-07-18 rocky * lib/cdio.c: gcc 2.95 vs 3.0 fix. Thanks yet again to Steven Schultz. 2004-07-18 rocky * test/cdda-mcn.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right: Output has changed again. "eject" seems to be more commonly used than "open tray." 2004-07-18 rocky * lib/FreeBSD/freebsd_cam.c: Some compilation fixes from Steven M. Schultz. Thanks! get_drive_cap_freebsd_cam updated to expanded API. 2004-07-18 rocky * example/sample2.c, include/cdio/types.h, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/scsi_mmc.c, src/util.c, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/vcd_demo.right, test/videocd.right: MMC mode page capabilities gone over. Some more were added. 2004-07-17 rocky * example/sample2.c, include/cdio/cdio.h, include/cdio/scsi_mmc.h, include/cdio/types.h, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio.c, lib/cdio_private.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/image_common.h, lib/scsi_mmc.c, src/cd-drive.c, src/cd-info.c, src/util.c, src/util.h, test/cdda-mcn.right, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Expand getting drive capabilities. We now have 3 masks where we had only one before. 2004-07-17 rocky * src/iso-read.c: Check that mandatory options are mandatory and note in help where they are. Error messages gone over a little. Closes bug #9675 http://savannah.gnu.org/bugs/?func=detailitem&item_id=9675 2004-07-17 rocky * lib/_cdio_sunos.c: Make use of more CDIO_CDROM_LBA and CDIO_CDROM_MSF #defines. 2004-07-17 rocky * include/cdio/sector.h, lib/FreeBSD/freebsd_cam.c, lib/FreeBSD/freebsd_ioctl.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c, lib/_cdio_sunos.c: Add common defines for some subchannel commands, and use them. 2004-07-17 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: Hoist common CD-TEXT routines. 2004-07-17 rocky * lib/_cdio_sunos.c: Fix for Sunos and new CD-TEXT API. 2004-07-17 rocky * lib/cdtext_private.h: Fix for Win32. 2004-07-17 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: Win32 fixes for new CD-TEXT interface. 2004-07-17 rocky * lib/_cdio_linux.c, lib/cdtext.c, lib/cdtext_private.h: Add common routine to extract cdtext data. 2004-07-17 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/_cdio_linux.c, lib/_cdio_sunos.c: Corrections for new cdtext interface. Some more precise track handling when the first track is not 1. Some of this needs to be tested. 2004-07-17 rocky * example/sample8.c, include/cdio/cdio.h, include/cdio/cdtext.h, lib/_cdio_linux.c, lib/cdio.c, lib/cdio_private.h, lib/image/bincue.c, lib/image_common.h, src/cd-info.c, test/cdda-mcn.right, test/cdda.right: Expand get_cdtext to include a track number. 0 = disc info. 2004-07-16 rocky * include/cdio/cdtext.h, lib/cdtext.c, src/cd-info.c, src/cd-read.c, test/cdda-mcn.right, test/cdda.right, test/cdda.toc: Add cdtext display to cd-info and adjust regression tests accordingly. cd-read.c: don't try to print null strings. 2004-07-16 rocky * lib/MSWindows/win32.c: Wasn't calling CD-TEXT win32 ioctl routine. CD-TEXT now works on win32 ioctl. 2004-07-16 rocky * lib/_cdio_sunos.c: insignificant changes 2004-07-16 rocky * lib/MSWindows/win32_ioctl.c: CDB for READ_CD has only 12 bytes. 2004-07-16 rocky * lib/MSWindows/win32_ioctl.c: Misplaced #endif 2004-07-16 rocky * lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: Add CD-TEXT handling 2004-07-16 rocky * lib/MSWindows/aspi32.c: routine name change. 2004-07-16 rocky * lib/MSWindows/win32_ioctl.c: Use more universal C style 2004-07-16 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/MSWindows/win32.c: Finish get_MCN for aspi. Use conventions to make look more like other SCSI passthrough routines. 2004-07-15 rocky * lib/_cdio_sunos.c: Get MCN now works. Retrieving CD TEXT no longer causes core dump. (It still doesn't give useful info back though.) Code cleanups. 2004-07-15 rocky * lib/_cdio_linux.c: cmd -> cdb to match MMC terminology and Solaris naming. 2004-07-15 rocky * lib/_cdio_sunos.c: Closer to getting CDTEXT working. 2004-07-15 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.h, lib/_cdio_linux.c, lib/cdio.c: MSWindows: comment corrections _cdio_linux.c: perhaps closer to getting CD TEXT correct. 2004-07-14 rocky * lib/MSWindows/aspi32.c: small cleanup changes. 2004-07-14 rocky * lib/MSWindows/aspi32.c: Start to consolidate SCSI MMC passthrough code. 2004-07-13 rocky * example/sample2.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c: MSWindows lint. 2004-07-13 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/_cdio_linux.c, lib/image_common.h: Yet more code cleanups. 2004-07-13 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c: Some code cleanups - more may follow. 2004-07-13 rocky * example/sample8.c, lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c, lib/cdio_private.h, lib/image_common.h: Add CD-TEXT to MS-Windows ASPI driver. (The first real CD driver!) In the process we've had to remove "const" from get_aspi. 2004-07-12 rocky * test/bad-cat1.cue: Bad catalog cue test 1. 2004-07-12 rocky * test/bad-msf-3.cue: Bad MSF cue test 3. 2004-07-12 rocky * test/bad-msf-1.cue: MSF cue test 1 2004-07-12 rocky * include/cdio/sector.h, lib/MSWindows/aspi32.c, lib/MSWindows/win32_ioctl.c: MS Windows compilation fixes. 2004-07-11 rocky * example/sample8.c, include/cdio/cdio.h, include/cdio/cdtext.h, lib/cdio.c, lib/cdio_private.h, lib/cdtext.c, lib/image.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/image_common.h, test/cdda.cue: Redo CD-TEXT handling. First minimally working version for CD bin/cue and cdrdao images. 2004-07-11 rocky * test/Makefile.am, test/cdtext.toc, test/testtoc.c: Add cdtext regression test. 2004-07-11 rocky * lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c: Initialize cdtext to NULL and other add some initializations that should have been done. 2004-07-11 rocky * lib/cdtext.c: Correct some string initalization bugs in cdtext_keywords. We switched from binary search to linear search for now. 2004-07-10 rocky * lib/image/nrg.c: Save modes types now that we have that in the disc structure. Information for this comes courtesy extractnrg.pl 2004-07-10 rocky * lib/image.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/image_common.h: Hoist some more common image routines and make image drivers look more common. In particular we now have a "cue", "source", and "access-mode" parameters defined even when "cue" and "source" are the same as in NRG. The _img_private_t's for the image drivers are now more similar if not the same. Some memory leaks when there are error conditions in opening image drivers have been fixed. 2004-07-10 rocky * include/cdio/sector.h, lib/Makefile.am, lib/image.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/image_common.h: Hoist common track mode, disk format and disk flags into sector.h Hoist track information into image.h 2004-07-10 rocky * include/cdio/sector.h, lib/MSWindows/win32_ioctl.c, lib/image/bincue.c, lib/image/cdrdao.c, lib/sector.c: Pull out mmssff_to_lba routine and fix bug when in error reporting when frame >= 100. Add msf3_to_lba and use that where possible (win32_ioctl.c for example). 2004-07-10 rocky * test/.cvsignore, test/Makefile.am, test/bad-cat3.cue, test/bad-mode1.cue, test/bad-msf-2.cue, test/bad-msf-3.toc, test/testbincue.c, test/testtoc.c: More cue tests. Add another bad msf toc test. If argc > 1 in testtoc, testbincue, then we give debug output. 2004-07-09 rocky * lib/image/bincue.c, lib/image/cdrdao.c: bincue: check catalog string for validity. cdrdao: slightly more precise error messages for CATALOG. 2004-07-09 rocky * test/Makefile.am, test/bad-cat2.cue, test/bad-cat2.toc, test/bad-cat3.cue, test/testbincue.c: Add some bincue regression tests. 2004-07-09 rocky * NEWS: Buzz, buzz, buzz. Tell me what's a happenin'. 2004-07-09 rocky * lib/image/cdrdao.c: Forgot to close file descriptor. Some variable name changes to make more consistent with variable-name conventions. 2004-07-09 rocky * lib/image/bincue.c: Now uses cuetools-based cue parsing. A more complete job is now done. Cue files are completely parsed for validity in cdio_is_cuefile. Remove sector 2336 (PSX) hack. It's now gotta be in the cue file. Get a c(l)ue. If you don't have one, we're no longer going to try to fake one up (which we did poorly anyway.) 2004-07-09 rocky * include/cdio/cdio.h: API version change. If it's not already it will be with planned CDTEXT changes, capability return changes and get_default drive returning the driver used. 2004-07-09 rocky * THANKS: Note that Svend also supplied CUE parsing code. 2004-07-09 rocky * lib/cdtext.c, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/image/nrg.h, lib/image_common.h: mcn -> psz_mcn and other psz variables. bincue.c: a little closer to getting cuetools parse_cuefile useable. 2004-07-09 rocky * include/cdio/cdtext.h: Small changes. 2004-07-09 rocky * lib/image/bincue.c: Fill in a tad more. In particular the mmssff_to_lba routine. 2004-07-09 rocky * example/sample8.c, include/cdio/cdtext.h, lib/Makefile.am, lib/_cdio_linux.c, lib/cdio.c, lib/cdio_private.h, lib/cdtext.c, lib/cdtext_private.h, lib/image/bincue.c, lib/image/cdrdao.c: Start to merge in cue parsing from cuetools. Also moves forward CDTEXT from a different direction. 2004-07-08 rocky * lib/_cdio_sunos.c: Small changes. 2004-07-08 rocky * include/cdio/scsi_mmc.h, lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/_cdio_sunos.c: Sun drive capabilities improved. Sun and Windows ASPI use common MODE_SENSE defines defines now. 2004-07-08 rocky * lib/FreeBSD/freebsd_cam.c, lib/_cdio_sunos.c: #define changed name. Fix compilation error. 2004-07-08 rocky * example/Makefile.am, include/cdio/Makefile.am, include/cdio/cdtext.h, include/cdio/scsi_mmc.h, lib/FreeBSD/freebsd_cam.c, lib/MSWindows/aspi32.c, lib/_cdio_linux.c, lib/cdio.c, lib/cdio_private.h: Regularize MMC commands more. Add ALLOW_PREVENT_MEDIUM. Start CDTEXT. _cdio_linux.c: better at reporting errors. 2004-07-01 rocky * libcdio.spec.in: All files in cdinfo should be owned by root and the root group. Change from Manfred Tremmel in response to a problem reported by Gabriel L. Somlo. 2004-07-01 rocky * test/vcd_demo.right: Update for more capabilities in vcd-info -enabled cd-info. 2004-07-01 rocky * lib/image/nrg.c, lib/image/nrg.h: Note the existence of CD-TEXT even if we don't know how to parse it yet. 2004-06-30 rocky * README.libcdio: Spelling mistake. 2004-06-29 rocky * include/cdio/iso9660.h: Preparation for handling Joliet (and RockRidge?) extensions. 2004-06-28 rocky * lib/MSWindows/win32_ioctl.c: Use common MODE SENSE routines in scsi-mmc.c 2004-06-28 rocky * lib/scsi_mmc.c: Compilation fix. 2004-06-28 rocky * lib/scsi_mmc.c: Add multisession test. 2004-06-28 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h: Correct compilation problems. Fill out more ASPI defines. 2004-06-27 rocky * include/cdio/scsi_mmc.h, lib/FreeBSD/freebsd_cam.c, lib/MSWindows/aspi32.c, lib/Makefile.am: Add common SCSI MMC routine for getting drive capabilities. 2004-06-27 rocky * lib/scsi_mmc.c: Add common routine for SCSI MMC. 2004-06-27 rocky * lib/_cdio_sunos.c: Compilation fix. Remove magic number 100. Use common mmc routine for drive capabilites. 2004-06-27 rocky * test/cdda-mcn.right, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Changed drive capability output. 2004-06-27 rocky * src/util.c: Print out more of the capabilities. 2004-06-27 rocky * lib/_cdio_linux.c: Revert last change. Need to return char * for MCN. Also replace that magic number 100 with MAX_TRACKS+1. 2004-06-27 rocky * configure.ac: Don't know how $target_os got in there, but it's not defined. $host_os will work although there probably is something better for cross-compiling. 2004-06-27 rocky * configure.ac, doc/glossary.texi, include/cdio/cdio.h, include/cdio/sector.h, include/cdio/types.h, lib/FreeBSD/freebsd.h, lib/MSWindows/aspi32.c, lib/_cdio_linux.c, lib/_cdio_osx.c, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c: Add type for holding MCN and ISRC. Add type for session Replace magic constant 100 with CDIO_MAX_TRACK+1 where appropriate. _cdio_osx: save session number and presumably some tighter coding. nrg.c: make sure we add zero byte to end of MCN. 2004-06-26 rocky * configure.ac: thesin says the double -Wl,-framework is necessary when building vcdimager. 2004-06-26 rocky * README: Update to mention/include cdrdao, iso-info, iso-read and kiso. 2004-06-26 rocky * lib/_cdio_osx.c: Use .adr rather than session number to determine if we've got a valid track. 2004-06-26 rocky * configure.ac, include/cdio/scsi_mmc.h: configure.ac: we're now in 0.70cvs scsi_mmc.h: add doxygen comment. 2004-06-26 rocky * include/cdio/xa.h: Typo. 2004-06-26 rocky * lib/FreeBSD/freebsd_ioctl.c, lib/_cdio_bsdi.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio_private.h: Reduce cut and paste - add common routine, to _cdio_generic.c: cdio_read_mode1_sector. 2004-06-25 rocky * configure.ac: Get ready for real 0.69 release. 2004-06-25 rocky * NEWS, lib/_cdio_bsdi.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_sunos.c: fewer error exits in drivers. Instead, a failure code is returned. 2004-06-25 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd_cam.c: Don't terminate on error but just return a failure and let the caller decide to exit or not. 2004-06-25 rocky * lib/FreeBSD/freebsd_ioctl.c: mode1 reading fixed up. Some cdio_error's turned into cdio_warn's as we really shouldn't abort in the driver if there is an error discovered but instead just return failure. 2004-06-25 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.h: Fill in LUN's on requests. Add common routine for checking/initializing ASPI availability. 2004-06-25 rocky * doc/glossary.texi: Add SPTI and ASPI. 2004-06-24 rocky * lib/_cdio_osx.c: Non-critical cdio_error's changed to cdio_warn's or cdio_info as more appropriate. 2004-06-23 rocky * THANKS: Credit where it is due. 2004-06-23 rocky * include/cdio/cd_types.h, lib/cd_types.c, src/cd-info.c: Add getting UDF label and major/minor version numbers. cd_types.c: also replace unsafe use of sprintf with strncpy. 2004-06-23 rocky * lib/Makefile.am: Update library numbers as per libtool documentation instructions. libiso9660: added read_pvd routines. libcdio: added cdio_get_drive_cap 2004-06-23 rocky * include/cdio/cd_types.h, lib/cd_types.c, src/cd-info.c: More (but not all) UDF stuff from the Xbox project. 2004-06-23 rocky * NEWS: What's new. 2004-06-23 rocky * lib/_cdio_osx.c: Clarification of 0xA0, 0xA2 and 0xAA. 2004-06-22 thesin * lib/_cdio_osx.c: Changed a few warns to debugs for release version 2004-06-22 thesin * lib/_cdio_osx.c: Remove noisy debug code, or at least hide it for now 2004-06-22 thesin * lib/_cdio_osx.c: OSX support works...now to get into the eject and drive caps next 2004-06-22 rocky * lib/_cdio_osx.c: correct some of the many bugs (I hope) 2004-06-21 rocky * lib/iso9660_fs.c: Don't abort if we can't read the PVD. 2004-06-21 rocky * lib/MSWindows/win32_ioctl.c: Give string error message descriptions now. 2004-06-21 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/aspi32.h, lib/MSWindows/win32.h: Can now get drive capabilities in ASPI driver ASPI headers from win32.h moved to aspi32.h some more cleanups. 2004-06-20 rocky * lib/FreeBSD/Makefile, lib/MSWindows/Makefile, lib/Makefile.am, lib/image/Makefile: Add boilerplate Makefiles for convenience 2004-06-20 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/MSWindows/win32_ioctl.c: Add mode1 reading Lint changes, routine renaming to be like others. More const's, fewer void *. Attempt drive detection. There are still many bugs. The code is just a little less bogus. 2004-06-19 rocky * include/cdio/cd_types.h, lib/_cdio_generic.c, lib/_cdio_stdio.c, lib/cd_types.c, lib/cdio.c, lib/image/bincue.c, lib/util.c, src/cd-info.c, src/iso-info.c, src/util.c: Lint-like things. Add X-BOX detection courtesy of the xmbc project. 2004-06-19 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c, lib/FreeBSD/freebsd_ioctl.c: Put the right suffix on ATAPI devices. More const's, fewer void *'s. 2004-06-19 rocky * configure.ac: libvcdinfo is used by cd-info not cd-read. 2004-06-19 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h: Add "c" at end of drive specification if not FreeBSD 5.x. Handle not getting default drive more gracefully. As always changes based on suggestions from Heiner. 2004-06-19 rocky * include/cdio/cdio.h: Note that getting default drive and listing all drives may change depending on OS/driver and whether media is installed. 2004-06-19 rocky * src/cd-info.c, src/iso-info.c: More information about ISO 9660 images is printed. 2004-06-19 rocky * test/check_opts0.right, test/check_opts1.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Changes as a result of printing more ISO 9660 information in cd-info. 2004-06-19 rocky * NEWS, include/cdio/iso9660.h, lib/iso9660_fs.c: Add const's where possible. Add cdio mode2 read routine. 2004-06-19 rocky * include/cdio/iso9660.h, lib/iso9660_fs.c, src/iso-info.c: iso9660_iso_... -> iso9660_ifs_... 2004-06-19 rocky * include/cdio/iso9660.h, lib/iso9660_fs.c, src/iso-info.c: iso9660*.{c,h}: Add PVD read for ISO 9660 images. iso-info now shows this info. 2004-06-18 rocky * include/cdio/iso9660.h, lib/iso9660.c: Add some trivial routines to get volumeid, volumeset id, application id and system id. Moved over from vcdimager. Thanks to Stephan (mephisto..@...) for the suggestion. 2004-06-18 rocky * lib/image/nrg.c: Fix bugs in merging with extractnrg.pl. 2004-06-17 rocky * lib/_cdio_osx.c: Ignore info where session is 0. At least for now. 2004-06-17 rocky * lib/_cdio_osx.c: Make sure we get TOC info for a single session. For new we can really only deal with a single-session CD. 2004-06-17 rocky * lib/_cdio_osx.c: Note OSX LBA is cdio LSN. 2004-06-17 rocky * lib/_cdio_osx.c: Don't need to set i_leadout twice. 2004-06-17 rocky * lib/_cdio_osx.c: getFirstrack_osx and getNumberOfTracks_osx do duplicate scanning that could be done when looking for the leadout track. Revised code to removes these routines, consolidating the searching in one loop. To be *very* conservative, a first loop finds the positions of the leadout, first track and last track. This code then doesn't assume that the track numbers are in order. They could be given track 3, 2, and then 1 or 2, 3, and then 1. Another loop then maps first_track..last_track 0..number_of_tracks - 1 2004-06-16 thesin * lib/_cdio_osx.c: Works with all burnt media, bought media is different some how. Still better then it was since it didn't work at all. 2004-06-14 rocky * lib/image/nrg.c: Add more info from extractnrg.pl 2004-06-14 rocky * lib/_cdio_osx.c: Wait a minute - the 0xa2 *is* larger than CDIO_CD_MAX_TRACKS. But I guess we still should consider ptrackDescriptors[i_descriptors]. 2004-06-13 rocky * lib/_cdio_osx.c: Probably more correct. 2004-06-13 rocky * lib/_cdio_sunos.c: Move include of glob.h inside conditional Solaris include since that's only where it is needed. configure on cygwin erroneously sets HAVE_GLOB_H and although that too should be fixed, there's no reason to have that failure cause one here. 2004-06-12 rocky * lib/FreeBSD/freebsd.c: Compilation lint 2004-06-12 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h: Some of the needed changes for FreeBSD 5.x. More may be needed. From Heiner - thanks! 2004-06-12 rocky * configure.ac: Allow FreeBSD 5.X: Heiner says it sort of works. 2004-06-12 rocky * lib/sector.c: Use %2.2x rather than %.2x. Is there a difference? 2004-06-12 rocky * src/cd-info.c, test/cdda-mcn.right, test/cdda.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Go back to 8-place MM:SS:FF. 2004-06-11 rocky * configure.ac: It is a tad nicer to switch off --without-versioned-libs when GNU ld isn't around rather than give and error and halt. 2004-06-09 rocky * NEWS: Duplicate entry. 2004-06-09 rocky * lib/FreeBSD/freebsd_cam.c: Change a couple of places to use scsi_mmc.h more. 2004-06-07 rocky * README.libcdio: It's cd-info, not cd-read. Note other alternatives to the elusive "circular" dependency. 2004-06-07 rocky * lib/cdio.c: Bug: wasn't adding drives with detected capability, but the first drive on the list of drives. Don't know how this went undetected this long. 2004-06-06 rocky * doc/libcdio.texi: Refer to libcdio constants more. Note OSX and FreeBSD drivers. Note there is a maximum LSN/LBA/MSF value. 2004-06-06 rocky * include/cdio/cdio.h: Ooops spelling typo. 2004-06-06 rocky * include/cdio/cdio.h: Doc fixes and some paramater name renamings. 2004-06-06 rocky * lib/_cdio_linux.c, lib/_cdio_sunos.c: Comment fixes. 2004-06-06 rocky * lib/_cdio_linux.c: Doc fix. 2004-06-06 rocky * lib/_cdio_sunos.c: Remove another first track is 1 assumption. 2004-06-06 rocky * lib/_cdio_linux.c: Remove another first_track = 1 assumption. 2004-06-06 rocky * lib/_cdio_linux.c, lib/_cdio_osx.c: Back off of testing for unread TOC. Probably a good idea to do lazy TOC reading. 2004-06-06 rocky * lib/_cdio_sunos.c: Compilation fixes. 2004-06-06 rocky * lib/_cdio_linux.c, lib/_cdio_osx.c, lib/_cdio_sunos.c: More work on removing assumption that first_track is 1. 2004-06-05 rocky * THANKS: Put in alphabetical order (by first name). 2004-06-05 rocky * THANKS: Add Heiner. Note cuetools. 2004-06-05 rocky * TODO: Current estimation of what's needed. 2004-06-05 rocky * lib/sector.c, test/cdda-mcn.right, test/cdda.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Go back to two-digit format for minutes in MSF. CD's really can't have more than 99 minutes in them. So we shouldn't give the illusion they can. 2004-06-05 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c, lib/FreeBSD/freebsd_ioctl.c: CAM mode2 form1 and form2 reading fixes. Default device lists default to CAM device name. Simplify, correct and make more complete CAM support. With the above we can finally use libcdio for cd-read, vcdimager and probably vlc and xine. Many thanks to Heiner. 2004-06-03 rocky * lib/_cdio_bsdi.c: Compilation fixes. 2004-06-03 rocky * lib/_cdio_bsdi.c: Fix all those *env = env after renaming; It should be *env = user_data. 2004-06-03 rocky * lib/_cdio_linux.c: Minor coding changes. 2004-06-02 thesin * lib/Makefile.am: Fix the -I-I here instead, sorry about that 2004-06-02 rocky * configure.ac: Revert last change which is at least wrong for me. 2004-06-02 rocky * lib/iso9660_private.h: #include "config.h" got deleted. 2004-06-02 rocky * lib/_cdio_osx.c: # include vs #include a problem? 2004-06-02 thesin * configure.ac, lib/_cdio_osx.c: Few fixed for the big rename and fixed a long standing mmmm thing that bothered me, -I-I../lib ;) 2004-06-02 thesin * NEWS: Fixed my name in NEWS 2004-06-02 rocky * lib/_cdio_osx.c: Compilation fixes. 2004-06-02 rocky * include/cdio/sector.h, lib/FreeBSD/freebsd.c, lib/Makefile.am, lib/_cdio_bsdi.c, lib/_cdio_linux.c, lib/_cdio_osx.c, lib/_cdio_sunos.c, lib/image_common.h: Remove some of the bogus assume 1 is first track. Renamings: env -> user_data _obj -> env 2004-06-02 rocky * lib/iso9660_private.h: Some compilers can't hack "# include" 2004-06-02 rocky * lib/image/nrg.c: Typo. 2004-06-01 thesin * lib/_cdio_osx.c: Now knows XA and CD-i tracks, thought I'm not sure it's working 100%, reads the correct amount of tracks, still need to fix the MCN code. 2004-06-01 rocky * lib/image/bincue.c: Avoid subtraction of unsigned numbers. 2004-06-01 rocky * lib/image/bincue.c: Bug in conversion logic. 2004-06-01 rocky * lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c: Some variable renaming. Also less pervasive assumption that the first track is 1. 2004-06-01 rocky * lib/image/nrg.c, lib/image/nrg.h: Break out file NRG format structures into a header. 2004-06-01 rocky * lib/image/nrg.c: Make use of return code from parse_nrg() A mode1/2 fixup. Some small code reorganization. Closer to being able to parse without opening. 2004-06-01 thesin * lib/_cdio_osx.c: Now knows the difference between DATA and Audio tracks on OSX, also temp change to eject command till I find the right way to implement it in code. 2004-05-31 rocky * NEWS: What's up. 2004-05-31 rocky * THANKS: Acknowledge debt to Micheal Kukat 2004-05-31 thesin * configure.ac, lib/_cdio_osx.c: Fix compile on OS X 10.3, should work on 10.2 and 10.3, still testing for 10.1, OS X Drivers still incomplete this is just to fix compiling. 2004-05-31 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h: Some variable renaming. env is the environment, user_data is what is passed in. 2004-05-31 rocky * src/cd-read.c: Make sure source_name a malloc'd, so we can uniformly free it when not needed. 2004-05-31 rocky * lib/image/nrg.c: Merge more information in from extractnrg.pl 2004-05-31 rocky * test/check_nrg.sh.in, test/svcdgs.right: check_nrg.sh.in: add NRG 5.5 cdda MCN test. svcdgs.right: we now have a MCN. 2004-05-31 rocky * lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_sunos.c: Hopefully improve names. "user_data" comes from user. "env" an environment is really what this is. "obj" is just to vague. 2004-05-31 rocky * src/cd-info.c: Handle error reporting with null source correctly. 2004-05-31 rocky * lib/FreeBSD/freebsd_cam.c: Duplicate free bug fix from tracked down by Heiner. 2004-05-31 rocky * test/vcd_demo.right: Added another 0 to MSF output. (Having 2nd thoughts though since the maximum msf minute value is two places.) 2004-05-31 rocky * test/cdda-mcn.right: NRG MCN CDDA test. 2004-05-31 rocky * src/cd-info.c: Strive to make source_name always a malloc'd variable (so it can always be free'd). 2004-05-31 rocky * lib/image/nrg.c: Better DAOI and DAOX information based on extractnrg.pl. 2004-05-27 rocky * lib/FreeBSD/freebsd.c: Remove the bogus assumption that the first track is always 1. May help down the line with multi-session CDs. 2004-05-27 rocky * lib/_cdio_linux.c: Remove some of the bogosity in assuming the first track starts at 1. (Probably will be useful on multi-session CD's). 2004-05-27 rocky * lib/_cdio_osx.c: We shouldn't terminate if we can't get an MCN. 2004-05-27 rocky * src/Makefile.am: Put LIBPOPT_CFLAGS after local include in case LIBPOPT has headers common to those in LIBCDIO_CFLAGS. 2004-05-27 rocky * lib/cdio_private.h: Fix prototype mismatch. 2004-05-27 rocky * lib/cdio.c: Correct mismatched prototypes. 2004-05-26 rocky * include/cdio/scsi_mmc.h, include/cdio/types.h: scsi_mmc.h: add definition for SET_SPEED types.h: add size of MCN. 2004-05-26 rocky * lib/image/nrg.c: Improve slightly (or possibly break slightly) based on information from extractools.pl. 2004-05-26 rocky * NEWS: [no log message] 2004-05-26 rocky * src/cd-read.c: Add --hexdump and --no-hexdump options. We now can hexdump to a file and dump bytes stdout (which may be useful in a pipe). 2004-05-24 rocky * lib/FreeBSD/freebsd.h: Make default CAM since that works best. It might help the single FreeBSD user of libcdio. 2004-05-24 rocky * src/cd-info.c: Test variable is not already free before freeing. 2004-05-19 rocky * include/cdio/cdio.h, lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/cdio.c, lib/sector.c: Add cdio_open_am_cd. Use network order for FreeBSD lsn/lba's and other small FreeBSD patches. Thanks again to Heiner. 2004-05-16 rocky * lib/FreeBSD/freebsd.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/image/cdrdao.c, src/cd-info.c: MSWindows/*: get access mode working better. ASPI support is faulty though freebsd.c: it's "ioctl" not "IOCTL"; cdrdao: it's cdrdao, not "toc" cd-info: slightly better error message? 2004-05-13 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_ioctl.c, lib/_cdio_linux.c: Go over FreeBSD code based on output from Heiner. Hopefully 3 bugs are fixed: - we get the leadout track now, no core dumps - MSF reporting is corrected - track format and mode _cdio_linux.c: use cdio #define rather than GNU/Linux one. 2004-05-13 rocky * include/cdio/cdio.h, lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/_cdio_generic.c, lib/cdio.c, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, src/cd-info.c: Allow more freedom in specifying access mode. Image drivers now have an "image" access mode. 2004-05-13 rocky * lib/MSWindows/win32.c: Allow more flexibility in specifying access mode. "IOCTL" -> "ioctl". 2004-05-12 rocky * lib/FreeBSD/freebsd_ioctl.c: Correct size. Thanks to Heiner. 2004-05-11 rocky * include/cdio/cdio.h, lib/sector.c: cdio.h: update doxygen documentation sector.c: remove erroneous fix. 2004-05-11 rocky * NEWS, include/cdio/scsi_mmc.h, include/cdio/sector.h, include/cdio/types.h, lib/image/bincue.c, lib/image/cdrdao.c, lib/image/nrg.c, lib/sector.c: - Redo types of lsn and lba to allow negative values. Should model MMC3 specs. Add max/min values for lsn. - More complete MMC command set 2004-05-10 rocky * include/cdio/Makefile.am, {lib => include/cdio}/scsi_mmc.h, include/cdio/sector.h, lib/FreeBSD/freebsd_cam.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/MSWindows/win32_ioctl.c, lib/Makefile.am, lib/_cdio_linux.c, lib/_cdio_sunos.c: Make scsi_mmc.h public. 2004-05-10 rocky * include/cdio/sector.h: Minor format change. 2004-05-09 rocky * test/Makefile.am: Add bad catalog tests. 2004-05-09 rocky * lib/cdio.c: Check for invalid LSNs. Turn some asserts into just returning failed status. 2004-05-09 rocky * include/cdio/cdio.h: Small typo. 2004-05-09 rocky * src/cd-info.c, test/cdda.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/data7.toc, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Ouptut of LSN has one more place just to be sure. cd-info.c: use new msf_to_str routine. 2004-05-09 rocky * configure.ac: It's now AC_HEADER_STDC rather than AC_STDC_HEADERS. Woopie doo. 2004-05-09 rocky * include/cdio/sector.h: Add cdio_msf_to_str - convert MSF to string representation of MSF. 2004-05-09 rocky * include/cdio/cdio.h: Add cdio_is_nrg to check if name is Nero NRG image. 2004-05-09 rocky * lib/sector.c: Even more checking on conversion routines. Add cdio_msf_to_str. 2004-05-09 rocky * lib/image/nrg.c: Check some validity of NRG image. More will come later.... 2004-05-08 rocky * lib/image/cdrdao.c: More error message fixups. 2004-05-08 rocky * test/Makefile.am: That's data7.toc, not doc. 2004-05-08 rocky * NEWS, lib/FreeBSD/freebsd_ioctl.c, lib/image/cdrdao.c, test/Makefile.am, test/bad-cat1.toc, test/bad-cat2.toc, test/bad-cat3.toc, test/data1.toc, test/data2.toc, test/data5.toc, test/data6.toc, test/testtoc.c: freebsd_ioctl.c: Erroneous data size. Thanks again to Heiner. toc: better error messages and more tests. 2004-05-08 rocky * lib/FreeBSD/freebsd_cam.c: wild guesses at get_drive_mcn and get_drive_cap. 2004-05-08 rocky * lib/FreeBSD/freebsd_cam.c: Compilation fix. 2004-05-08 rocky * lib/MSWindows/win32.c: A better guess when we don't know for sure. 2004-05-08 rocky * lib/FreeBSD/freebsd_cam.c: Don't open gen.fd more than once. Thanks to Heiner for pointing this out. 2004-05-08 rocky * include/cdio/types.h: Doc change on what CDIO_DRIVE_CAP_CD_R means. 2004-05-08 rocky * lib/cdio.c: Be more optimistic about CD drive capabilities. 2004-05-08 rocky * configure.ac: Make sure entire warning is printed. 2004-05-07 rocky * lib/FreeBSD/freebsd.c: Test was backwards. Thanks to Heiner for directing my attention to this. 2004-05-07 rocky * configure.ac: Warn when cd-drive, cd-info, cd-read, iso-info and iso-read don't get built. 2004-05-07 rocky * lib/sector.c: Don't try to convert bad LBA's/LSN's. I wonder how many cascaded problems this has caused in the past. 2004-05-07 rocky * lib/image/cdrdao.c: Better error reporting. 2004-05-07 rocky * test/.cvsignore, test/Makefile.am, test/bad-mode1.toc, test/bad-msf-1.toc, test/bad-msf-2.toc, test/t1.toc, test/t2.toc, test/t3.toc, test/t4.toc, test/t5.toc, test/t6.toc, test/t7.toc, test/t8.toc, test/t9.toc, test/testdefault.c, test/testtoc.c: cdrdo TOC parsing regression tests. testdefault.c: more verbose about what's going on. 2004-05-07 rocky * lib/_cdio_osx.c: deal with disc-image device properly. 2004-05-07 rocky * lib/_cdio_osx.c: Typo. 2004-05-07 rocky * lib/FreeBSD/freebsd.c: Do the right cam initialization (when it is ultimately handled.) 2004-05-07 rocky * test/check_cd_read.sh, test/check_iso.sh.in, test/check_opts.sh: Error reporting improved to make debugging easier. 2004-05-06 rocky * src/.cvsignore: Add cd-drive. 2004-05-06 rocky * test/check_common_fn.in, test/check_cue.sh.in: Log command used when there's an error. Redo error message to make cut and paste of command line easier. 2004-05-06 rocky * test/vcd_demo.cue: CUE sheet for VCD demo program. 2004-05-06 rocky * test/check_cue.sh.in: Cater to old shells 2004-05-06 rocky * lib/MSWindows/win32.c, lib/MSWindows/win32_ioctl.c: Bring in line with other drivers. 2004-05-06 rocky * lib/_cdio_bsdi.c: Detect disc-image and don't open this device driver for that. 2004-05-06 rocky * test/check_cue.sh.in: Test for presence of vcd_demo.bin, not vcd_demo.cue to see if we can run this regression test. 2004-05-06 rocky * lib/_cdio_freebsd.c, lib/_cdio_linux.c: _cdio_freebsd.c: is now in FreeBSD (with some cam code) _cdio_linux.c - minor name changes. 2004-05-06 rocky * lib/_cdio_sunos.c: Detect disc-image and don't open this device driver for that. 2004-05-06 rocky * lib/FreeBSD/freebsd.c: open driver shouldn't return true if we do not have a device but an disc-image file. 2004-05-05 rocky * lib/_cdio_generic.c, lib/image/cdrdao.c: memory freeing issues. 2004-05-05 rocky * include/cdio/logging.h, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c, lib/_cdio_linux.c: Small fixes. 2004-05-05 rocky * lib/FreeBSD/freebsd_cam.c: Compilation fixes. 2004-05-05 rocky * include/cdio/logging.h: A doc elaboration for cdio_error. 2004-05-04 rocky * configure.ac: CDRDAO->cdrdao. 2004-05-04 rocky * test/Makefile.am: typo. 2004-05-04 rocky * lib/FreeBSD/freebsd.c: deal with device properly. 2004-05-04 rocky * lib/FreeBSD/freebsd.c: compilation fix. 2004-05-04 rocky * test/cdda.toc: CDDA test TOC. 2004-05-04 rocky * THANKS, include/cdio/cdio.h, include/cdio/types.h, lib/Makefile.am, lib/cdio.c, lib/image/cdrdao.c, src/cd-info.c, src/cd-read.c, src/util.h, test/Makefile.am, test/check_cue.sh.in, test/isofs-m1.toc, test/vcd_demo.toc: Add some cdrdao image reading support from Svend S. Sorensen's cuetools cdio.c: remove some complicated and extraneous code for auto-driver detection. 2004-05-04 rocky * lib/_cdio_linux.c: Don't give "source not a device message" for uniformity with other drivers. 2004-05-04 rocky * include/cdio/iso9660.h: Don't use "new" as a parameter names. C++ barfs on it. Closes bug #8786. 2004-05-03 rocky * configure.ac, lib/FreeBSD/freebsd.c: Another patch from Heiner Eichmann. 2004-05-02 rocky * lib/FreeBSD/freebsd.c: Another correction from Heiner Eichmann. 2004-05-02 rocky * lib/FreeBSD/freebsd.c: Compilation fixes from Heiner Eichmann - Thanks! 2004-05-01 rocky * lib/_cdio_osx.c: Compilation fix. 2004-04-30 rocky * lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/_cdio_sunos.c: Compilation fixes after adjustments. 2004-04-30 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c, lib/FreeBSD/freebsd_ioctl.c, lib/MSWindows/aspi32.c, lib/MSWindows/win32.c, lib/_cdio_linux.c, lib/scsi_mmc.h: Compilation fixes and modulization improvements. 2004-04-30 rocky * lib/FreeBSD/freebsd.c, lib/FreeBSD/freebsd.h, lib/FreeBSD/freebsd_cam.c, lib/FreeBSD/freebsd_ioctl.c, lib/Makefile.am: Attempt to add FreeBSD CAM access method. Hope I havent' broken FreeBSD otherwise. 2004-04-30 rocky * lib/MSWindows/{ioctl.c => win32_ioctl.c}: ioctl.c -> win32_ioctl.c 2004-04-30 rocky * lib/MSWindows/ioctl.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h: compilation fixes. 2004-04-30 rocky * lib/_cdio_sunos.c: Compilation fixes. 2004-04-30 rocky * doc/libcdio.texi, include/cdio/cdio.h, lib/MSWindows/aspi32.c, lib/MSWindows/ioctl.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h, lib/_cdio_bsdi.c, lib/_cdio_freebsd.c, lib/_cdio_linux.c, lib/_cdio_osx.c, lib/_cdio_sunos.c, lib/cdio.c, lib/cdio_private.h, lib/image/bincue.c, lib/image/nrg.c: Add cdio_open_am to allow specifying an access method use for reading/controlling CD. 2004-04-27 rocky * lib/scsi_mmc.h: Add READ_TOC 2004-04-26 rocky * lib/_cdio_freebsd.c, lib/_cdio_linux.c, lib/scsi_mmc.h: More procedure canonicalization, some #defines added and used. 2004-04-26 rocky * lib/_cdio_freebsd.c: Remove unused _read_mode2. 2004-04-25 rocky * doc/libcdio.texi: More on the libcdio plight. 2004-04-25 rocky * lib/_cdio_bsdi.c, lib/_cdio_freebsd.c, lib/_cdio_osx.c: Add const on get_mcn prototype and initialization of get_drive_cap in func structure 2004-04-25 rocky * include/cdio/cdio.h, lib/_cdio_freebsd.c, lib/_cdio_osx.c: Missing a couple of const's in get_mcn when prototype changed. cdio.h: doc fix. 2004-04-25 rocky * lib/_cdio_freebsd.c, lib/_cdio_linux.c, lib/_cdio_osx.c: More regularization of names. Warning: untested on freebsd and osx. 2004-04-25 rocky * lib/image/bincue.c, lib/image/nrg.c, lib/image_common.h: Regularize and I hope simplify names a bit more. image/*.c: (bogus) eject media now frees resources bincue.c: missing default_devices routine in function initialization table. 2004-04-25 rocky * example/sample2.c, include/cdio/types.h, lib/MSWindows/ioctl.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio.c, lib/image/bincue.c, lib/image/nrg.c, src/util.c: CDIO_DRIVE -> CDIO_DRIVE_CAP 2004-04-25 rocky * lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio_private.h, lib/image_common.h, lib/scsi_mmc.h, src/cd-drive.c, src/util.c: get_mcn paramater is const. solaris: failed attempt to get mcn and drive capabilities. Some boilerplate routines used. scsi_mmc: more defines. src/cd-drive.c: bugfix when cdio is null src/util.c: small enhancement. 2004-04-25 rocky * lib/_cdio_linux.c, lib/image/bincue.c, lib/image/nrg.c: Regularize naming convention of static routines a little bit. 2004-04-25 rocky * include/cdio/cdio.h, include/cdio/types.h, lib/MSWindows/ioctl.c, lib/cdio.c, lib/image/bincue.c, lib/image/nrg.c, lib/image_common.h, src/Makefile.am, src/cd-drive.c, src/cd-info.c, src/util.c, src/util.h, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/vcd_demo_vcdinfo.right, test/videocd.right: lib/*c, include/cdio/*.h: Add more drive capability info util.{c,h}: common routine for printing capbilities cd-info.c: use above. *.right: update for capability display of above cd-drive.c: new program to show drive capabilities 2004-04-24 rocky * lib/scsi_mmc.h: Small doxygen comment. 2004-04-24 rocky * src/cd-info.c: Slightly better drive capability display. Will probably get moved to a separate program. 2004-04-24 rocky * lib/MSWindows/ioctl.c: Fix bugs in getting drive capabilities; 2004-04-24 rocky * lib/MSWindows/win32.c: Fix a simple bug: get_mcn wasn't. 2004-04-24 rocky * include/cdio/cdio.h, lib/MSWindows/ioctl.c, lib/MSWindows/win32.c, lib/scsi_mmc.h, src/cd-info.c: More drive capability fixups. (Not sure about win32 fixes yet though.) 2004-04-24 rocky * include/cdio/cdio.h: Composite definitions for reader or writer. (More work needed.) 2004-04-24 rocky * src/cd-info.c: Better formating of drive capabilities. 2004-04-24 rocky * lib/MSWindows/ioctl.c, lib/MSWindows/win32.c, lib/MSWindows/win32.h: A little better about detecting drive type via SCSI-3 passthrough. Still has some problems though. 2004-04-23 rocky * NEWS, example/sample2.c, include/cdio/cdio.h, lib/MSWindows/ioctl.c, lib/cdio.c, src/cd-info.c: cdio.{c,h}: get_drive_cap -> get_drive_cap_dev and add get_drive_cap. cd-info.c, sample2.c: use it. 2004-04-23 rocky * lib/Makefile.am, lib/image/bincue.c, lib/image/nrg.c, lib/{image/common.c => image_common.h}, test/vcd_demo_vcdinfo.right: image/common.h -> image_common.h. I'd rather switch than fight. I still hate automake. 2004-04-23 rocky * example/sample2.c, lib/Makefile.am, lib/_cdio_linux.c, lib/image/bincue.c, lib/image/common.c, lib/image/nrg.c, src/cd-info.c, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: image/common.c, Makefile.am: common image routines. src/cd-info.c, *.right: Now show file images under "drive capability" bincue.c/nrg.c: report file image "drive capability" 2004-04-22 rocky * README.libcdio, configure.ac, example/sample2.c, include/cdio/cdio.h, include/cdio/types.h, lib/_cdio_linux.c, lib/cdio.c, lib/cdio_private.h: *.{c,h}: add cdio_get_drive_cap to determine what kind of CDROM device we've got. README.libcdio: suggest stonger making a separate package for cd-info configure.ac: we are in 0.69cvs now 2004-04-21 rocky * README, libcdio.spec.in: Spelling typo. 2004-04-21 rocky * src/cd-info.c: Remove duplicate short option on --no-cddb. On CDDB error give a better error message. 2004-04-03 rocky * doc/glossary.texi: Small addition. 2004-04-03 rocky * doc/libcdio.texi: Add section on Green Book. Revise sample programs to explicitly free resources on exit. 2004-04-03 rocky * example/sample7.c: Remove unused code. 2004-03-24 rocky * test/svcdgs.right, test/vcd_demo_vcdinfo.right: Output changes due to %e -> %d change in strftime 2004-03-24 rocky * src/cd-info.c, test/vcd_demo.right: Change for -mno-cygwin to which doesn't support %e in strftime. 2004-03-24 rocky * configure.ac: 0.68 release. 2004-03-23 rocky * NEWS: [no log message] 2004-03-22 rocky * lib/image/bincue.c: Compilation fix: declarations need to come before statements for gcc < 3.0. 2004-03-21 rocky * lib/cdio.c: Yet another valgrind-found memory leak. 2004-03-21 rocky * example/sample5.c: Cosmetic changes. 2004-03-21 rocky * example/sample6.c, example/sample7.c: memory leaks found by valgrind 2004-03-21 rocky * lib/iso9660_fs.c: Allocation of buffer too short caught by valgrind. 2004-03-20 rocky * lib/Makefile.am: Revision number got bumped - but reconsidered changing interface. So back to the old one. 2004-03-20 rocky * example/sample5.c, include/cdio/cdio.h, lib/Makefile.am, lib/_cdio_generic.c, lib/cdio.c, lib/image/bincue.c, lib/image/nrg.c, src/cd-info.c, test/testdefault.c: Remove more memory leaks caught by valgrind. 2004-03-20 rocky * example/sample6.c: Remove memory leaks found by valgrind. 2004-03-20 rocky * lib/image/bincue.c: Remove memory leaks found by valgrind. 2004-03-20 rocky * example/sample3.c, example/sample4.c: Fix memory leak caught by valgrind. 2004-03-20 rocky * example/sample2.c: Remove memory leak (detected by valgrind). 2004-03-20 rocky * include/cdio/version.h.in: Improve doxygen doc. 2004-03-20 rocky * configure.ac, include/cdio/version.h.in: Add C-Preprocessor define CDIO_VERSION so this can easily be tested in C/C++ applications. 2004-03-20 rocky * lib/_cdio_osx.c: Fix compilation bug. 2004-03-20 rocky * lib/Makefile.am: Bump revision of libcdio before release. 2004-03-20 rocky * lib/_cdio_bsdi.c: Add mode1 reading in a hacky way. 2004-03-20 rocky * configure.ac: Check for GNU ld if --with-versioned-libs. 2004-03-20 rocky * NEWS: [no log message] 2004-03-16 rocky * NEWS: What's shaken. 2004-03-16 rocky * lib/_cdio_sunos.c: From Ian MacIntosh: Modifications that it doesn't use the uscsi commands anymore and so all IDE and SCSI drives go through the same code path - a major simplification. This works with all the CD drives that work with Solaris (IDE or SCSI) as the ioctl's for CDROMCDXA in Solaris just end up doing uscsi calls anyway, but directly from the kernel. The added advantage of not using uscsi is that the user doesn't need to be root - which is important in Sunray environments. 2004-03-13 rocky * include/cdio/types.h: MINGW seems now to define ssize_t. 2004-03-13 rocky * src/iso-info.c: Cater to implimentations that don't impliment Single Unix strftime. Like mingw. 2004-03-11 rocky * example/sample6.c, example/sample7.c: make cygwin -mno-cygwin work. 2004-03-11 rocky * src/iso-read.c: Make work under cygwin with -mno-cygwin. 2004-03-10 rocky * configure.ac, lib/image/bincue.c, lib/logging.c: Changes to make -mno-cygwin (no POSIX emulation on M$) work. In the process, in configure.ac might have broken cygwin when -mno-cygwin isn't used. We'll see. 2004-03-10 rocky * lib/MSWindows/ioctl.c, lib/cdio.c: ioctl: printf lint for cygwin (and perhaps others) cdio.c: define SEEK_SET for cygwin -mno-cygwin (and perhaps others) 2004-03-09 rocky * lib/_cdio_osx.c: Best guess right now at what might work for mode1/mode2. 2004-03-07 rocky * libcdio.pc.in: Add OS-specific libs. For cygwin -lwinmm is needed, not sure about -mcygwin. Also not sure if @LIBS@ is the right thing to add. 2004-03-07 rocky * lib/_cdio_linux.c: mode{1,2}_form2 -> b_form2 2004-03-07 rocky * lib/MSWindows/win32.c: Bug in read_mode2 sectors fixed. With this, vcd-info, vcdxrip, vlc and xine shoudl be able to read okay on win2k! 2004-03-07 rocky * lib/_cdio_linux.c: Not sure why we had *exclusive* access just to see if a CD-ROM is around. Was causing failure to discover CD-ROM drives. 2004-03-06 rocky * include/cdio/cdio.h, lib/MSWindows/win32.c, lib/cdio.c: regular *mode2 variable name. 2004-03-06 rocky * lib/_cdio_sunos.c, lib/image/bincue.c, lib/image/nrg.c: regularize variable names mode{1,2}_form2 -> b_form2 2004-03-06 rocky * lib/MSWindows/ioctl.c, lib/MSWindows/win32.c: win32.c: wasn't passing along mode2 form1 when requested. 2004-03-06 rocky * lib/MSWindows/ioctl.c: update #include file name. 2004-03-06 rocky * lib/_cdio_sunos.c: Bogosity fixup for Solaris. Could be better. 2004-03-06 rocky * lib/_cdio_linux.c: GNU/Linux mode1 sector bogosity reduction. (Could be greatly improved.) 2004-03-06 rocky * test/check_common_fn.in: Typo. 2004-03-06 rocky * configure.ac: We're 0.68cvs now. 2004-03-06 rocky * lib/win32ioctl.c: Moved to MSWindows. 2004-03-06 rocky * lib/MSWindows/ioctl.c: Moved from parent directory into MSWindows directory. 2004-03-06 rocky * lib/image/nrg.c: Fix up mode1 sector reading. 2004-03-06 rocky * lib/image/bincue.c: Small changes. 2004-03-06 rocky * lib/image/bincue.c: See previous log entry. 2004-03-06 rocky * lib/image/bincue.c: The logic in _cdio_read_mode2_sector seems a bit wrong and convoluted to me, but passes the regression tests. (Perhaps it is why we get valgrind errors in vcdxrip). Leave it the way it was for now. Review this sector 2336 stuff later. 2004-03-05 rocky * lib/{wnaspi32.c => MSWindows/aspi32.c}, lib/{wnaspi32.h => MSWindows/aspi32.h}, lib/{_cdio_win32.c => MSWindows/win32.c}, lib/{_cdio_win32.h => MSWindows/win32.h}, lib/Makefile.am, lib/{_cdio_bincue.c => image/bincue.c}, lib/{_cdio_nrg.c => image/nrg.c}: *: Create OS-specific directories. bincue.c: remove more bogus behavior in mode1/mode2 sector reading. 2004-03-05 rocky * lib/_cdio_bincue.c, lib/_cdio_win32.c, lib/_cdio_win32.h, lib/cdio.c, lib/cdio_private.h, lib/win32ioctl.c: Work on mode1 reading. Remove some of the bogusity in cdio.c and bincue.c win2, now works! 2004-03-05 rocky * doc/doxygen/.cvignore, doc/doxygen/html/.cvsignore: CVS lint. 2004-03-04 rocky * doc/libcdio.texi: Some typos. 2004-03-04 rocky * include/cdio/xa.h: Doxygen addition 2004-03-04 rocky * lib/win32ioctl.c: mode2 reading works on win2k via ioctl (so probaby on WINNT and xp as well. 2004-03-03 rocky * lib/_cdio_win32.c, lib/win32ioctl.c: Long needed start to improve WIN2k native support. 2004-03-02 rocky * configure.ac: Get ready for 0.67 release. 2004-03-01 rocky * lib/Makefile.am: shared library numbers - this time, for sure! 2004-03-01 rocky * NEWS: [no log message] 2004-03-01 rocky * README.libcdio: And note Solaris problems too. 2004-03-01 rocky * README.libcdio: Note that you need to use GNU make. 2004-03-01 rocky * configure.ac: FreeBSD/NetBSD too gets versioned library variables. 2004-03-01 rocky * lib/Makefile.am: Change AGE not CURRENT on libiso9660. 2004-02-29 rocky * test/check_common_fn.in: diff program and opts somehow sneaked in here. 2004-02-29 rocky * src/iso-read.c: Make older C compilers happy. 2004-02-29 rocky * Makefile.am, test/check_common_fn.in, test/check_iso.sh.in: Add iso-read regression test. 2004-02-29 rocky * test/Makefile.am: Need to include copying.iso for ISO 9660 regression image test(s). 2004-02-29 rocky * README.libcdio: Note something about --without-versioned-libs. 2004-02-29 rocky * test/Makefile.am: Comparison file for check_iso.sh 2004-02-29 rocky * configure.ac, test/.cvsignore, test/Makefile.am, test/check_iso.sh.in, test/copying.right: Add test of iso-info program (which means, of course, another test of libiso9660). 2004-02-29 rocky * doc/glossary.texi, doc/libcdio.texi: glossary.texi: add most of the terms used in the doc. libcdio.texi: Add a section for OS drivers. 2004-02-28 rocky * doc/glossary.texi: typo. 2004-02-28 rocky * doc/glossary.texi: More terms. 2004-02-28 rocky * doc/libcdio.texi: Add some info (however meager) regarding cd-info, cd-read, iso-info and iso-read. 2004-02-28 rocky * lib/Makefile.am: libiso9660 has changed - the fs_stat_translate routines added and that packed attribut on XA. Thus we've got to update "current" in libiso9660. 2004-02-28 rocky * src/Makefile.am: Add iso-read to list of binaries in package. 2004-02-28 rocky * configure.ac: If GNU make isn't found, then we should have --without-versioned-libs FreeBSD/NetBSD (but now BSDI) don't use versioned libs. 2004-02-27 rocky * configure.ac: Bug in setting enable_versioned_libs. 2004-02-27 rocky * NEWS: [no log message] 2004-02-27 rocky * NEWS: [no log message] 2004-02-27 rocky * doc/.cvsignore: The documentation has advanced to such a stage that We are now in the realm of more than one info file. 2004-02-27 rocky * README, configure.ac, doc/libcdio.texi, lib/Makefile.am: configure.ac, Makefile.am: don't do library symbol version on BSDis variants libcdio.texi: minor example improvements. 2004-02-26 rocky * doc/libcdio.texi: New section on the purpose which mentions cd-read, iso-read, iso-info. A couple more examples included Nodes for the examples. 2004-02-26 rocky * doc/libcdio.texi: Looked up how to enter an umlaut correctly. 2004-02-26 rocky * lib/_cdio_bincue.c, lib/_cdio_nrg.c: Need to make failure less severe. Especially in light of the ability to scan for devices. 2004-02-26 rocky * lib/_cdio_nrg.c: Bug fix: don't try to free NRG track mapping DS if it wasn't allocated. 2004-02-26 rocky * lib/iso9660_fs.c: Remove a couple of compiler sprintf warnings. 2004-02-26 rocky * NEWS, example/sample7.c, include/cdio/iso9660.h, lib/iso9660_fs.c, src/iso-read.c: libiso9660 stat routines that match level 1 ISO-9600 filenames translating them into Unix-style names (i.e. lowercased letter with version numbers dropped.) 2004-02-25 rocky * Makefile.am: Add hvr's auto-changelog target. 2004-02-25 rocky * src/.cvsignore, src/Makefile.am: Add iso-read program. 2004-02-25 rocky * src/iso-read.c: Add program for extracting files from an ISO-9660 image. (Until we change the iso9660_ifs_stat interface, names of files extracted have to have version numbers, e.g. ;1 after them. 2004-02-25 rocky * README: Update. The iso-read part isn't true yet, but will be (one way or another) by the next release. 2004-02-25 rocky * include/cdio/xa.h: Herbert Valerio Riedel has determined that the alignment problem seen on ARM noticed by Nicolas Boullis will be fixed if this change in order is done. Since it doesn't make things any worse, let's try it. 2004-02-25 rocky * Makefile.am: Include README.libcdio 2004-02-25 rocky * doc/libcdio.texi: Small modifications. 2004-02-25 rocky * doc/glossary.texi: Small additions. 2004-02-25 rocky * configure.ac: Better wording of what happens when libvcdinfo is not around. 2004-02-25 rocky * libpopt.m4: Check for libpopt 1.7 or greater. 2004-02-22 rocky * doc/libcdio.texi: Note SCSI library. 2004-02-22 rocky * README.libcdio: libcdio-specific installation. 2004-02-22 rocky * configure.ac: Give URLs for vcdimager and libcddb when packages are not found or are new enough. 2004-02-21 rocky * configure.ac: We're in 0.67 CVS now. 2004-02-21 rocky * src/iso-info.c: Valgrind lint. Not sure if I'd classify this truly as memory leaks rather than explicit deallocations before terminating. 2004-02-21 rocky * lib/_cdio_stdio.c: Reduce severity of not being able to open a stdio from "error" (unrecoverable) to "warn". 2004-02-21 rocky * lib/_cdio_linux.c: More memory leaks found by valgrind. 2004-02-21 rocky * src/.cvsignore: [no log message] 2004-02-21 rocky * autogen.sh: Create ChangeLog if it doesn't first exist (which it won't the first time around). Change from corresponding vcdimager autogen.sh. 2004-02-21 rocky * .cvsignore, doc/.cvsignore, src/.cvsignore: [no log message] 2004-02-21 rocky * doc/Makefile.am, doc/libcdio.texi: Makefile.am: fix to build from CVS libcdio.texi: title change, add automatically generated date to manual, internal texinfo code cleanup. 2004-02-21 rocky * doc/glossary.texi: Glossary of terms. Some of this culled from vcdimager. 2004-02-21 rocky * cvs2cl_header: Add header for ChangeLog file. 2004-02-21 rocky * cvs2cl_usermap: account to email mapping file for cvs2cl. 2004-02-21 rocky * ChangeLog: ChangeLog is derived from cvs2cl and is now in Makefile.am 2004-02-21 rocky * NEWS: typo. 2004-02-21 rocky * include/cdio/cdio.h: spelling. 2004-02-21 rocky * src/cd-info.c: Add option to list all drives. 2004-02-15 rocky * libcdio.spec.in: Correctons from Manfred Tremmel who I am yet again indebted. 2004-02-14 rocky * libcdio.spec.in: This time, I think it builds. 2004-02-14 rocky * libcdio.spec.in: Wrong abbreviation for September. 2004-02-14 rocky * libcdio.spec.in: Regularize email address. 2004-02-14 rocky * doc/libcdio.texi: Small compile errors. 2004-02-14 rocky * ChangeLog, NEWS: What's shaking. 2004-02-14 rocky * THANKS: Acknowlege what is only right. 2004-02-14 rocky * libcdio.spec.in: Require 0.7.20 of vcdimager. 2004-02-14 rocky * doc/Makefile.am, doc/fdl.texi, doc/gpl.texi: Add GPL info. 2004-02-14 rocky * doc/libcdio.texi: Go over. Add CD-image format, ISO 9660 characters and glossary from vcdimager documentation. Numberous small corrections. 2004-02-13 rocky * NEWS: Note library symbol versioning (from Nicolas Boullis). 2004-02-12 rocky * lib/Makefile.am: code reorganization from Nicolas Boullis. 2004-02-11 rocky * lib/Makefile.am: lib/Makefile.am (Nicolas Boullis): Mostly some cleanup... First, this tries to keep the versioning separated from the rest of the Makefile. I used the "foo := $(foo) bar" syntax rather than "foo += bar" as I think the += is not available on all versions of make. Moreover, I replaced "$(LIBCDIO_LIBS)" with "libcdio.la" as "$(LIBCDIO_LIBS)" is "../lib/libcdio.la". That make a difference if you try to build libiso9660.la while libcdio.la is not available. Make knows how to make libcdio.la but not ../lib/libcdio.la. 2004-02-11 rocky * lib/.cvsignore: Igore library version file. 2004-02-10 rocky * lib/Makefile.am: Versioned library symbols from Nicolas Boullis. Much appreciated. 2004-02-09 rocky * THANKS, lib/Makefile.am: Clean up library versioning. Use LIBADD since as best as I can tell, that's what supposed to be used. Many thanks to Nicolas Boullis. 2004-02-08 rocky * lib/_cdio_win32.c: Pick up prototype for cdio_is_device_win32. 2004-02-08 rocky * configure.ac: Get ready for another release. 2004-02-08 rocky * lib/Makefile.am: libiso9660 needs to have libcdio listed in its load flags for Solaris. 2004-02-08 rocky * lib/Makefile.am, lib/_cdio_bincue.c, src/iso-info.c: Makefile.am: bump release number. iso-info.c: mem leak _cdio_bincue.c: minor formatting change. 2004-02-08 rocky * NEWS: What's new. 2004-02-08 rocky * lib/_cdio_nrg.c: More memory leaks found with valgrind. 2004-02-08 rocky * lib/_cdio_bincue.c: Memory leak found by valgrind. 2004-02-07 rocky * lib/_cdio_bincue.c, lib/_cdio_generic.c, lib/_cdio_nrg.c, lib/_cdio_stdio.c, lib/_cdio_stdio.h, lib/_cdio_stream.c, lib/_cdio_stream.h, lib/cdio_private.h, lib/iso9660_fs.c: More valgrind-found memory leaks. (More to come...) 2004-02-07 rocky * ChangeLog, lib/_cdio_linux.c, lib/cdio.c, src/cd-info.c, src/cd-read.c, src/iso-info.c, src/util.c, src/util.h: Fix some of the memory leaks and uninitialized variables which valgrind notices. 2004-02-07 rocky * lib/wnaspi32.c: Microsoft Windows ASPI code for libcdio. 2004-02-07 rocky * lib/Makefile.am, lib/_cdio_win32.c, lib/wnaspi32.h: Split out much of the ASPI code into wnaspi32.c. 2004-02-05 rocky * lib/_cdio_win32.c, lib/_cdio_win32.h, lib/win32ioctl.c: Move more of IoControl out of _win_32 and into win32ioctl. 2004-02-04 rocky * lib/_cdio_win32.c, lib/_cdio_win32.h, lib/win32ioctl.c: More cleanup. Still sucks. 2004-02-04 rocky * lib/Makefile.am, lib/_cdio_win32.c, lib/_cdio_win32.h, lib/win32ioctl.c: Add better DeviceIocontrol support. It still sucks, but sucks less. 2004-02-04 rocky * example/sample6.c: printf lint for Doz. 2004-02-02 rocky * NEWS: What's up. 2004-02-02 rocky * configure.ac: 0.65's been released. We're now into 0.66 CVS. 2004-02-02 rocky * lib/Makefile.am, lib/wnaspi32.h: Move APSI stuff into a separate file. 2004-02-02 rocky * lib/_cdio_win32.c: Small changes. Bigger changes should follow later. 2004-02-01 rocky * example/sample7.c: More printf lint. 2004-02-01 rocky * example/Makefile.am: libiso9660 depends on libcdio. Cygwin (and perhaps others) then require that libiso9660 be listed in the link order before things that it depends on. 2004-02-01 rocky * src/iso-info.c: ISO Info - prints various information about a ISO 9660 image. 2004-02-01 rocky * lib/_cdio_nrg.c: 2nd try at getting lint messages removed across all architectures. 2004-02-01 rocky * lib/_cdio_nrg.c: remove debug output lint warnings 2004-01-29 rocky * doc/libcdio.texi: Typo. 2004-01-29 rocky * example/README, example/sample6.c, example/sample7.c: Update text commentary for sample6 & sample7. 2004-01-18 rocky * example/.cvsignore: Added yet another sample program. 2004-01-18 rocky * include/cdio/iso9660.h: Don't pack our own iso9660_t. 2004-01-18 rocky * include/cdio/iso9660.h: Move tm struct around so the alignment will be on a word boundary. Do we need GNUC_PACKED here? 2004-01-15 hvr * libpopt.m4: fixed underquoted definition warning 2004-01-10 rocky * : Sample ISO 9660 image. 2004-01-10 rocky * include/cdio/iso9660.h, lib/iso9660_fs.c, src/util.c: iso-info now does something useful now that readdir routine fixed up for iso images. 2004-01-10 rocky * example/Makefile.am, example/sample6.c, example/sample7.c, include/cdio/iso9660.h, lib/_cdio_stdio.c, lib/_cdio_stdio.h, lib/_cdio_stream.c, lib/_cdio_stream.h, lib/iso9660_fs.c, src/Makefile.am: Add routines to open an ISO-9660 image independent of being part of a CD. 2004-01-09 rocky * lib/_cdio_bincue.c: Remove duplicate assignment 2004-01-03 rocky * lib/_cdio_nrg.c: More guesses as to NRG format. Guess blocksizes, handle some mixed-mode CDs. 2003-12-31 rocky * lib/_cdio_nrg.c: Some code consolidation. 2003-12-31 rocky * lib/_cdio_nrg.c: More Disk-at-once corrections. 2003-12-30 rocky * lib/_cdio_nrg.c: Slightly better disk-at-once and track-at-once parsing. Am able to read a tao mode1 form1 now. 2003-12-28 uid67423 * lib/_cdio_nrg.c: Attempt getting various non-mode2/form2 track modes correct. 2003-12-24 uid67423 * example/sample6.c: add ISO9660 sample program 2003-12-24 uid67423 * example/.cvsignore: [no log message] 2003-12-24 uid67423 * NEWS, example/Makefile.am, example/README: Add ISO9660 sample program. 2003-12-24 uid67423 * configure.ac: Require vcdimager 0.7.20 or greater. Bump libcdio version for last release. 2003-12-24 uid67423 * include/cdio/iso9660.h: Documention in comment bug. 2003-12-03 rocky * configure.ac: Remove extraneous cygwin LIB set. 2003-11-18 rocky * include/cdio/cd_types.h, include/cdio/iso9660.h, include/cdio/types.h, include/cdio/util.h, src/Makefile.am: More documentation changes. Makefile.am: Don't build man pages if not in MAINTAINER mode. 2003-11-17 rocky * doc/Makefile.am, include/cdio/cd_types.h, include/cdio/cdio.h, include/cdio/iso9660.h, include/cdio/logging.h, include/cdio/sector.h, include/cdio/types.h, include/cdio/xa.h: Related to doxygen documentation. 2003-11-17 rocky * include/cdio/version.h.in: Add doxygen comment and CVS Id line. 2003-11-16 rocky * doc/Makefile.am, include/cdio/iso9660.h, lib/iso9660_fs.c, src/cd-info.c: iso9600_stat now has filename inside it. iso9660_fs_readdir now returns a list of iso9660_stat_t's rather than filenames. This should reduce by a small amount the number of CD reads since we store more information in the iso9660_fs_readdir return. However all of this is in preparation for greatly reducing the number of CD reads when picking out segment lsn information. 2003-11-11 rocky * doc/libcdio.texi: libcdio.info was missing a @dircategory and @direntry section. See http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=6470&group_id=3845Thanks to dweimer for pointing this out and providing a patch. 2003-11-10 rocky * include/cdio/iso9660.h, lib/iso9660_fs.c: Smallish cosmetic changes. Bigger ones to iso9660_fs_readdir will probably occur later... 2003-11-10 rocky * NEWS: [no log message] 2003-11-10 rocky * src/cd-read.c: Allow setting debug level in library for default log handler. 2003-11-09 rocky * src/cd-info.c: Was filling out source_name for a device even when it wasn't. 2003-11-09 rocky * lib/_cdio_nrg.c: Revise info on MTYP - more debugging here too. 2003-11-09 rocky * doc/doxygen/.cvignore: The usual. 2003-11-09 rocky * doc/doxygen/run_doxygen: Program to run doxygen. 2003-11-09 rocky * lib/logging.c, src/cd-info.c: Be able to set/disable default log handler logging. 2003-11-09 rocky * Makefile.am: Add doxygen target. 2003-11-09 rocky * doc/doxygen/Doxyfile: Slightly customized configuration setting for running doxygen. 2003-11-09 rocky * include/cdio/iso9660.h: doxygen changes. 2003-11-05 rocky * include/cdio/cdio.h, include/cdio/iso9660.h, include/cdio/sector.h: update/add More doxygen tagging 2003-11-05 rocky * example/sample3.c, example/sample4.c, include/cdio/cd_types.h, lib/cd_types.c, lib/cdio.c, src/cd-info.c: cdio_analysis -> cdio_iso_analysis 2003-11-04 rocky * include/cdio/cd_types.h, include/cdio/cdio.h, include/cdio/logging.h: doxygen changes. 2003-11-04 rocky * include/cdio/cd_types.h, include/cdio/iso9660.h, include/cdio/logging.h, lib/logging.c: Start to document using doxygen. 2003-11-04 rocky * lib/_cdio_bincue.c: Got return value on _cdio_audio_sectors backwards. 2003-10-28 rocky * configure.ac, doc/libcdio.texi, include/cdio/iso9660.h, src/util.c: configure.ac: changes suggested by Karl Berry (karl@freefriends.org) which may make work for autoconf 1.7.8 libcdio.texi: remove colophon and correct copyright notice iso9660.h: trivial comment addition util.c: Correct copyright line. 2003-10-20 rocky * lib/_cdio_win32.c: Retry YellowMode2 if XA fails - but I think we need a better overall method. 2003-10-20 rocky * src/cd-read.c: Don't print blocks if read failed. 2003-10-19 rocky * configure.ac: Life goes on. Bump version number. 2003-10-18 rocky * lib/_cdio_win32.c: More WIN32 fixes. 2003-10-18 rocky * lib/_cdio_win32.c: More fixes on non ASPI side. 2003-10-17 rocky * lib/_cdio_win32.c: Track format's if no ASPI are probably close. Reading probably closer to correct. 2003-10-16 rocky * src/cd-read.c: Typo. 2003-10-15 rocky * NEWS: [no log message] 2003-10-15 rocky * lib/_cdio_win32.c: Some of the many necessary fixes needed to make Win32 handling more complete. Some bugs remain (and will so until after the release). 2003-10-15 rocky * src/cd-read.c: [no log message] 2003-10-15 rocky * src/cd-info.c, src/cd-read.c, test/cdda.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/vcd_demo_vcdinfo.right, test/videocd.right: Show green status for each track. cd-info.c: above + fewer assertions cd-read.c: direction we'll go when after release. 2003-10-14 rocky * lib/_cdio_sunos.c: Back off some of the modularization until we figure out what's gone wrong. 2003-10-13 rocky * lib/_cdio_osx.c: Compilation bugs. 2003-10-13 rocky * configure.ac: The real release. 2003-10-13 rocky * ChangeLog: [no log message] 2003-10-08 rocky * include/cdio/sector.h, lib/_cdio_osx.c: OSX fixups and #define bugs from thedj. 2003-10-07 rocky * lib/_cdio_nrg.c: Detect Audio CDs (probably). 2003-10-06 rocky * lib/cd_types.c, src/cd-info.c, test/check_cue.sh.in, test/check_nrg.sh.in, test/check_opts.sh: cd_types: sector 0 rarely needs to be read, and when it doesn't, it's not an error if it can't be read cd-info: give more info by default - source location and driver. test/*: as a result of cd-info changes need now to pass option --quiet. 2003-10-05 rocky * lib/_cdio_osx.c: Get Media Catalog Number - courtesy of thedj! 2003-10-05 rocky * configure.ac: Accept more freebsd versions. 2003-10-05 rocky * include/cdio/logging.h, lib/_cdio_osx.c, lib/logging.c: Default logger now allows level to be set and we use a reasonable setting, e.g. no DEBUG 2003-10-04 rocky * include/cdio/cdio.h, lib/cdio.c: Add OSX device scanning. 2003-10-04 rocky * lib/cdio.c: Clean up comment. 2003-10-04 rocky * lib/cdio.c: A better fix by Gildas Bazin. 2003-10-04 rocky * lib/cdio.c: Check on open that we didn't hit an error. 2003-10-04 rocky * lib/_cdio_osx.c: Wrong define. Thanks thedj! 2003-10-04 rocky * configure.ac: Back to 2.52 for our OSX users. 2003-10-04 rocky * configure.ac: Force vcdimager 0.7.19 to be used because that uses iso9660 and an earlier one will cause our use of iso9660 to fail. Is there a better way to do this? 2003-10-03 rocky * libcdio.spec.in: Update Spec file. 2003-10-03 rocky * lib/_cdio_bsdi_old.c: This shouldn't have been in CVS. 2003-10-03 rocky * lib/_cdio_bsdi.c: Small BSDI fix from Steve Schultz 2003-10-03 rocky * NEWS: [no log message] 2003-10-03 rocky * example/sample1.c, example/sample3.c: Practice more defensive programming. 2003-10-03 rocky * lib/_cdio_nrg.c, lib/_cdio_stream.c: Abort less often - just report an error. 2003-10-03 rocky * configure.ac, include/cdio/cdio.h, lib/_cdio_bincue.c, lib/_cdio_freebsd.c: FreeBSD fixes mostlyh. 2003-10-03 rocky * lib/_cdio_freebsd.c: Closer.... 2003-10-03 rocky * lib/_cdio_bsdi.c, lib/_cdio_freebsd.c: OS fixes. 2003-10-03 rocky * lib/_cdio_bsdi.c: [no log message] 2003-10-03 rocky * lib/_cdio_bsdi.c: Cosmetic changes to Make it look more like the others. 2003-10-03 rocky * lib/_cdio_sunos.c: Need to provide get_devices when not compiling for Solaris too. 2003-10-03 rocky * test/.cvsignore: [no log message] 2003-10-03 rocky * NEWS, include/cdio/cdio.h, lib/_cdio_bincue.c, lib/cdio.c: cdio.{c,h}: update initializations for get_devices. 2003-10-03 rocky * lib/_cdio_sunos.c: Add Solaris get_devices. 2003-10-03 rocky * lib/_cdio_bsdi.c: BSDI fixes. 2003-10-03 rocky * example/sample4.c: Lint found by BSDI. 2003-10-03 rocky * src/cd-read.c, test/testdefault.c: Lint that BSDI caught. 2003-10-03 rocky * lib/_cdio_linux.c: Use bool where appropriate. 2003-10-03 rocky * include/cdio/cdio.h, lib/_cdio_win32.c: Add get_devices. 2003-10-03 rocky * test/Makefile.am: Remove testdefault until I can figure out how to make work via make distcheck. 2003-10-03 rocky * example/sample1.c: More platform independent and no less complex. 2003-10-02 rocky * example/sample5.c, include/cdio/cd_types.h, include/cdio/cdio.h, lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/cdio.c, src/cd-read.c, test/testdefault.c: BSDI Fixes. 2003-10-01 rocky * test/testdefault.c: Regression test for cdio_get_devices, cdio_get_devices_with_cap(), and cdio_free_device_list(). 2003-09-30 rocky * include/cdio/cdio.h, lib/_cdio_bincue.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/cdio.c, lib/cdio_private.h, test/check_cue.sh.in, test/check_nrg.sh.in: Fill out autoscan devices/images to image drivers. API is probably closer to more complete. 2003-09-29 rocky * example/.cvsignore: [no log message] 2003-09-29 rocky * configure.ac, example/.cvsignore, example/sample5.c, include/cdio/cdio.h, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/cdio.c, lib/cdio_private.h, test/Makefile.am, test/check_cue.sh.in, test/vcd_demo_vcdinfo.right: Closer to autoscan working better. globbing for *.nrg in NRG. Will probably do likewise in bin/cue when NRG is working. 2003-09-28 rocky * example/Makefile, test/Makefile.am: Misc lint. 2003-09-28 rocky * Makefile.am, configure.ac, example/.cvsignore, example/Makefile, example/Makefile.am, example/sample1.c, example/sample2.c, example/sample3.c, example/sample4.c, example/sample5.c: Use automake to build sample programs. 2003-09-28 rocky * example/README: typo. 2003-09-28 rocky * NEWS: [no log message] 2003-09-28 rocky * NEWS: [no log message] 2003-09-28 rocky * example/Makefile, example/sample5.c, include/cdio/cd_types.h, include/cdio/cdio.h, include/cdio/types.h, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/cd_types.c, lib/cdio.c, lib/cdio_private.h, src/cd-info.c: First-cut to auto-scan for device capabilities 2003-09-28 rocky * src/cd-info.c: Wasn't respecting --no-vcd, Or vcd-info when SVCD or CVD. 2003-09-28 rocky * test/monvoisin.right, test/vcd_demo.right: Wasn't respecting --no-vcd 2003-09-28 rocky * test/cdda.cue, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.cue, test/isofs-m1.right: Not sure if MCN can be on a CD-DA so move it to iso 9660 image. 2003-09-28 rocky * include/cdio/cdio.h, lib/_cdio_bincue.c, test/cdda.cue, test/cdda.right: Impliment MCN for bincue. 2003-09-27 rocky * configure.ac, include/cdio/cdio.h, lib/_cdio_bincue.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, src/cd-info.c, src/cd-read.c, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Replace techno-wizard message "Get MCN" with more layman "Media Catalog Number" 2003-09-26 rocky * lib/_cdio_sunos.c: read_audio_sectors done better. 2003-09-25 rocky * src/cdinfo-linux.c: Fix up so this works again. 2003-09-25 rocky * include/cdio/cdio.h, lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/_cdio_freebsd.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_osx.c, lib/_cdio_win32.c, lib/cdio.c, lib/cdio_private.h, src/cd-info.c, test/cdda.right, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Add get_mcn, although it really only works on GNU/Linux right now. 2003-09-22 rocky * configure.ac: Add manpage generation. 2003-09-22 rocky * src/.cvsignore: [no log message] 2003-09-22 rocky * src/Makefile.am, src/cd-read.c: More flexibility: allow any two of start, end, count. If only one or none are given, we'll supply default values. 2003-09-21 rocky * src/cd-read.c, test/check_cd_read.sh, test/isofs-m1-read.right: Make cd-read more user-friendly and do more things: Add start/end/count options for cd-read, Input argument doesn't need a specifier (-i or --cue-file) now. block sizes for various formats have been set correctly now. 2003-09-21 rocky * configure.ac, lib/iso9660.c: Test for presence of gmtoff for braindead cygwin 2003-09-21 rocky * lib/_cdio_win32.c: Compilation problems. 2003-09-21 rocky * src/cd-info.c: More tidy. 2003-09-21 rocky * src/Makefile.am, src/cd-info.c, src/cd-read.c, src/util.c, src/util.h: Break out common standalone routines from cd-info and cd-read. 2003-09-21 rocky * NEWS, src/cd-info.c, src/cd-read.c, test/check_cd_read.sh, test/isofs-m1-read.right: Add options processing to cd-read. Had not very useful output on mode1 format1 test. 2003-09-21 rocky * include/cdio/iso9660.h: [no log message] 2003-09-21 rocky * include/cdio/iso9660.h, include/cdio/xa.h, lib/iso9660.c, lib/iso9660_fs.c, lib/xa.c, test/monvoisin.right, test/svcdgs.right, test/testiso9660.c: More ISO 9660 date cleanup. Hopefully cleaner structure definitions and more function documentation. 2003-09-20 rocky * lib/iso9660.c: Bug in iso9660_set_ltime. Probably snprintf putting in \0 at the end of each string messed up internal format (which doesn't have the \0's. 2003-09-20 rocky * include/cdio/cdio.h, lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_osx.c, lib/_cdio_sunos.c, lib/_cdio_win32.c, lib/cdio.c, lib/cdio_private.h, lib/scsi_mmc.h: Change interface for read_audio_sectors. 2003-09-20 rocky * include/cdio/iso9660.h, lib/iso9660.c: Add "long" date setting routine and more precise definitions there as well. 2003-09-20 rocky * include/cdio/iso9660.h, lib/iso9660.c, lib/iso9660_fs.c: More precise ISO9660 date definition 2003-09-20 rocky * test/Makefile.am, test/check_cd_read.sh, test/check_cue.sh.in, test/check_nrg.sh.in, test/check_opts.sh: incorrect usage of cd test/ if ! test -> if test ! 2003-09-19 rocky * configure.ac: {v,}cdinfo -> {v,}cd-info. Configure for cd-read. Test for memset and bzero. 2003-09-19 rocky * Makefile.am: Hack to make sure check_nrg.sh and check_cue.sh are executable. 2003-09-19 rocky * lib/_cdio_linux.c: Clean up mmc code a bit 2003-09-19 rocky * lib/scsi_mmc.h: Add some of the read types and macro to set it 2003-09-19 rocky * src/cd-read.c: Adjust block length for mode1 read 2003-09-19 rocky * test/check_cd_read.sh, test/isofs-m1-read.right: add mode1 test 2003-09-19 rocky * src/cd-read.c: Silence cdio output 2003-09-19 rocky * test/Makefile.am, test/cdda-read.right, test/check_cd_read.sh, test/check_common_fn.in, test/check_cue.sh.in: Add CD-DA reading test via cd-read; Add GPL 2003-09-18 rocky * lib/_cdio_bincue.c: Use macro definition of bzero 2003-09-18 rocky * lib/_cdio_bincue.c: Tidy up #includes a bit 2003-09-18 rocky * lib/cdio_assert.h, lib/cdio_private.h: Check and include config.h so includer's don't. 2003-09-18 rocky * lib/_cdio_bincue.c: Adjustment for reading audio cd. Also break out MMC stuff a little bit better. 2003-09-18 rocky * lib/_cdio_linux.c, lib/scsi_mmc.h: Put more into scsi_mmc.h 2003-09-17 rocky * src/.cvsignore: [no log message] 2003-09-17 rocky * lib/_cdio_linux.c: Don't turn a LSN into an LBA when reading audio. 2003-09-17 rocky * example/Makefile, example/dbg_read.c: Moved into src/cd-read. 2003-09-17 rocky * src/Makefile.am, src/cd-read.c: Add cd-read.c for debugging CD reading problems. 2003-09-17 rocky * example/dbg_read.c: Do it! 2003-09-17 rocky * test/Makefile.am: Use a bigger hammer to get automess to what really should be a simple simple thing - specify mode and permissions of the files it creates. 2003-09-15 rocky * configure.ac: Test for OSX presense of IOKit and CoreFoundation and add to list of libraries. Change format of drivers reported. 2003-09-15 rocky * lib/_cdio_osx.c: More lba, lsn confusion. 2003-09-14 rocky * configure.ac, lib/_cdio_osx.c: Changes from Derk-Jan Hartman for OSX support. 2003-09-14 rocky * lib/_cdio_osx.c: Loop went the wrong way. 2003-09-14 rocky * lib/_cdio_osx.c: Go back to 0xa2 for "leadout" 2003-09-14 rocky * lib/cdio.c: Bug if we had a get_track_lba but no get_track_msf. Guard against that. 2003-09-14 rocky * lib/scsi_mmc.h: A place right now for common SCSI MMC (multimedia command). 2003-09-14 rocky * lib/Makefile.am, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/_cdio_win32.c, src/cd-info.c, test/Makefile.am: Use new common scsi_mmc.h. 2003-09-14 rocky * configure.ac, test/Makefile.am: Finally get regression testing to work with expected failure and on cygwin. 2003-09-14 rocky * lib/_cdio_nrg.c, lib/cd_types.c: More I/O format lint. 2003-09-14 rocky * lib/iso9660_fs.c: More I/O format lint. 2003-09-14 rocky * lib/_cdio_bincue.c: I/O lint. 2003-09-14 rocky * test/Makefile.am: Reuse noinst_PROGRAMS variable. 2003-09-14 rocky * test/check_cue.sh.in: The program is now called cd-info. 2003-09-14 rocky * lib/_cdio_osx.c: Change default device, use normal leadout track, fix doc typo(s). 2003-09-13 rocky * configure.ac, include/cdio/cdio.h, include/cdio/sector.h, lib/Makefile.am, lib/_cdio_osx.c, lib/cdio.c: Rudimentary beginnings for Darwin OS X CD support. 2003-09-11 rocky * lib/sector.c: _vcd_lba_to_msf_str -> cdio_lba_to_msf_str; 2003-09-10 rocky * include/cdio/iso9660.h, lib/iso9660.c: Documentation update 2003-09-10 rocky * include/cdio/iso9660.h: Allow C++ to call. 2003-09-10 rocky * libcdio.spec.in: small fixes really from Frantisek Dvorak 2003-09-07 rocky * include/cdio/iso9660.h, lib/iso9660.c, lib/iso9660_fs.c: add parameters to set times on directory entries, pvd's. 2003-09-07 rocky * test/cdda.right, test/check_cue.sh.in, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Output time format change in cd-info. Hopefully the last one. 2003-09-07 rocky * ChangeLog, NEWS: [no log message] 2003-09-07 rocky * src/cd-info.c: Yet another time format output change on listing. Hopefully the last one 2003-09-07 rocky * configure.ac: Change version to note another CVS version 2003-09-07 rocky * test/check_common_fn.in: Make sure to set TZ and LC_TIME so we get predictable results 2003-09-06 rocky * test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Update for normal filenames from the ISO-9660 names. 2003-09-06 rocky * include/cdio/iso9660.h, lib/iso9660.c, lib/iso9660_fs.c, lib/iso9660_private.h, src/cd-info.c: Add iso9660_name_translate() to remove ISO-name cruft. Document iso9660_fs_stat(). 2003-09-06 rocky * include/cdio/types.h: Small comment change. 2003-09-05 rocky * include/cdio/cdio.h, include/cdio/iso9660.h, lib/cdio.c, lib/iso9660_fs.c: Move ISO-9660 lsn-finding routine from vcdimager here. More prototypes are "const CdIo *". 2003-09-01 rocky * lib/_cdio_bincue.c: Test for NULL binfile - as odd as this sounds, it could cause core dump if no CD loaded. 2003-09-01 rocky * configure.ac: Remove -Wsign-promo which is not relevant for C programs. 2003-09-01 rocky * src/cd-info.c: Always have no-vcdinfo option. 2003-09-01 rocky * libcdio.spec.in: Translation kindly and graceously provided by Manfred Tremmel 2003-09-01 rocky * include/cdio/iso9660.h: Did packing incorrectly on pvd_t. 2003-09-01 rocky * lib/_cdio_bsdi.c, lib/_cdio_freebsd.c, lib/_cdio_linux.c, lib/_cdio_sunos.c: Note TOC's initialized so we don't reread. Add some int's to unsigned. 2003-09-01 rocky * include/cdio/iso9660.h, lib/iso9660.c: Start to document library routines. An "int" was changed to the more correct "bool". 2003-09-01 rocky * test/.cvsignore: [no log message] 2003-09-01 rocky * test/Makefile.am, test/testiso9660.c: Add minimal test of new iso9660 library. 2003-09-01 rocky * include/cdio/iso9660.h, include/cdio/xa.h, lib/iso9660_private.h: Merge in and tidy up with mkisofs's iso9660.h. If that is correct (and it probably is), there were erroneous field definitions. 2003-09-01 rocky * configure.ac: Wrong AC_SUBST variable for CDDB. 2003-09-01 rocky * libcdio.spec.in: Add commentary about cd-info. Update dependencies to latest versions of packages which is really needed. 2003-09-01 rocky * src/cd-info.c: Have to rely more on other XA test since track indicator seems faulty. Missing "break;" in switch caused us to not print iso9660 filesystems. 2003-09-01 rocky * test/check_cue.sh.in, test/check_nrg.sh.in: Was setting options all wrong and using wrong CDDB subtitution variable. As Bullwinkle says, "This time, for sure!" 2003-09-01 rocky * lib/_cdio_linux.c: Wasn't noting that we read TOC so we were re-reading it every time. 2003-08-31 rocky * src/cd-info.c: Deal with gcc warning. Think it was spurious, but just in case. 2003-08-31 rocky * ChangeLog, Makefile.am, THANKS, libcdio.spec.in: Fixes from Frantisek Dvorak 2003-08-31 rocky * NEWS: [no log message] 2003-08-31 rocky * lib/iso9660_fs.c, src/cd-info.c, test/check_cue.sh.in, test/isofs-m1.right: Make mode1 format filesystem print work. 2003-08-31 rocky * include/cdio/cdio.h, include/cdio/iso9660.h, include/cdio/sector.h, lib/_cdio_bincue.c, lib/cd_types.c, lib/cdio.c, lib/iso9660_fs.c, src/cd-info.c: Straighten out mode1 vs mode2 mess. 2003-08-31 rocky * include/cdio/iso9660.h: Define EMPTY_ARRAY_SIZE if it is not defined previously. 2003-08-31 rocky * include/cdio/iso9660.h, include/cdio/xa.h, lib/iso9660_fs.c, lib/xa.c: Final tidy up. 2003-08-31 rocky * lib/iso9660_fs.h: Most of this is public now. 2003-08-31 rocky * lib/xa.c, test/check_sizeof.c: [no log message] 2003-08-31 rocky * include/cdio/iso9660.h, include/cdio/xa.h, lib/Makefile.am, lib/iso9660_fs.c, lib/xa.c, lib/xa.h, src/cd-info.c, test/cdda.right, test/check_cue.sh.in, test/check_nrg.sh.in, test/monvoisin.right, test/vcd_demo.right: I think I have the XA encapsulation down so that it will work in vcdimager (and others). 2003-08-31 rocky * configure.ac: Rely more on PKG_INFO and remove header checks which didn't test for --enable-xxx. 2003-08-31 rocky * include/cdio/Makefile.am, include/cdio/iso9660.h, include/cdio/xa.h: Separate and make XA information public. 2003-08-31 rocky * include/cdio/iso9660.h, lib/Makefile.am, lib/iso9660_fs.c, lib/iso9660_fs.h, lib/xa.h, src/Makefile.am, src/cd-info.c, test/check_cue.sh.in, test/check_nrg.sh.in, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Move over reading ISO-9660 filesytems from vcdimager. Handling of XA attributes also moved over. 2003-08-31 rocky * include/cdio/iso9660.h, lib/iso9660.c, lib/iso9660_private.h, test/check_sizeof.c: Expose primary volume descriptor (pvd) and directory structures since they *are* part of the spec. and be done with it. 2003-08-31 rocky * src/cd-info.c: A tad closer to being able to print ISO-9660 filesystems 2003-08-31 rocky * include/cdio/iso9660.h, lib/cd_types.c, lib/iso9660_private.h: cd_types: tighter use of ISO #defines. Make some of the private ones public to reduce "private" use in vcdimager. 2003-08-31 rocky * include/cdio/iso9660.h, lib/iso9660.c, src/cd-info.c: iso_directory_record_t -> iso9660_dir_t 2003-08-31 rocky * include/cdio/iso9660.h, lib/iso9660.c: pvd_t -> iso9660_pvd_t 2003-08-31 rocky * include/cdio/iso9660.h, lib/iso9660.c: two routines are buggy. Back out until they've been fixed. 2003-08-31 rocky * configure.ac, include/cdio/iso9660.h, include/cdio/types.h, lib/iso9660.c: Opaque type declaration for iso9660 moved into well iso9660.h (from cdio/types.h). Opaque type for iso_directory_record defined and access routines added to libiso9660. 2003-08-31 rocky * autogen.sh: Minor changes. 2003-08-30 rocky * NEWS: [no log message] 2003-08-29 rocky * test/check_cue.sh.in, test/check_nrg.sh.in, test/check_opts.sh: Invalid substituiton variable. Allow cd-info tests to be skipped. 2003-08-29 rocky * src/cd-info.c: Declarations have to all be together for gcc < 3.0 2003-08-29 rocky * lib/iso9660_private.h: Wrong include. We've moved from vcdimager to cdio. 2003-08-29 rocky * Makefile.am: Add sample3 & 4 2003-08-29 rocky * ChangeLog, NEWS: [no log message] 2003-08-17 rocky * NEWS, example/.cvsignore, example/sample3.c: [no log message] 2003-08-17 rocky * example/Makefile, example/sample4.c: Yet another example. 2003-08-17 rocky * test/.cvsignore, test/Makefile.am, test/check_sizeof.c: Makefile.am: add check_sizeof and testischar 2003-08-17 rocky * libiso9660.pc.in: Remove dependence on vcd. We also don't use glib just yet. 2003-08-17 rocky * .cvsignore, Makefile.am, configure.ac, include/cdio/Makefile.am, include/cdio/iso9660.h, include/cdio/types.h, lib/Makefile.am, lib/cd_types.c, lib/iso9660.c, lib/iso9660_private.h, libiso9660.pc.in, test/.cvsignore, test/Makefile.am, test/testassert.c, test/testischar.c: Add iso9660 library and regression test. Will be deleted from vcdimager-cdio branch. cd_types.c: forgot to add previously. 2003-08-16 rocky * example/sample3.c: Typo in comment. 2003-08-16 rocky * configure.ac: Make sure we have the latest vcdinfo 2003-08-16 rocky * example/Makefile, example/sample3.c, src/cd-info.c: Add simple program to show CD-type and filesystem determination. cd-info.c: minor code cleanups. 2003-08-16 rocky * example/.cvsignore: Add sample3 2003-08-16 rocky * test/check_cue.sh: Is derived from check_cue.sh.in 2003-08-16 rocky * include/cdio/Makefile.am, include/cdio/cd_types.h, lib/Makefile.am, src/Makefile.am, src/analyze.c, src/analyze.h, src/cd-info.c, test/check_cue.sh: Move routine to analyze/guess what type of CD image we have got into the library. 2003-08-16 rocky * src/Makefile.am: Oooops--test version of Makefile.am got checked in. Revert it. 2003-08-16 rocky * src/Makefile.am, src/analyze.c, src/analyze.h, src/cd-info.c, test/check_cue.sh, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Fix bug in storing iso_9660 volume sector count. cd-info.c reduce global variables. Regression tests output was incorrect with this long-standing bug. 2003-08-14 rocky * src/Makefile.am, src/analyze.c, src/analyze.h, src/cd-info.c: First cut at separating disc analysis part from standalone source. More modularity is needed. 2003-08-13 rocky * src/cd-info.c: Messed up on SVCD test. 2003-08-13 rocky * src/cd-info.c: Set VCD log handler. 2003-08-11 rocky * lib/_cdio_win32.c: A simple stupid mistake. Not sure why it wasn't caught before. 2003-08-10 rocky * test/check_cue.sh: VCD tests when available. 2003-08-10 rocky * doc/.cvsignore, example/.cvsignore: lint. 2003-08-10 rocky * configure.ac, src/Makefile.am, src/cd-info.c: Changes brought about by recent vcdimager-cdio changes. - We use vcdinfo_t ** on vcdinfo_open. - Now make use of pkg-config for vcdimager in configure. - Remove reference to info_private.h. 2003-08-09 rocky * ChangeLog: [no log message] 2003-08-09 rocky * ChangeLog, Makefile.am, doc/Makefile.am, example/sample1.c, example/sample2.c: *Makefile/am Get sample documentation is in distribution. example/*.c: remove trailing blanks at end of file. 2003-08-09 rocky * NEWS: [no log message] 2003-08-06 rocky * libcdio.spec.in: - fixes really Manfred Tremmel at http://www.iiv.de/schwinde/buerger/tremmel/ 2003-08-03 rocky * doc/libcdio.texi: Fill out how to use: add example programs 1 and 2. 2003-08-03 rocky * example/sample2.c: Sample program to - show what driver is automatically selected - what device will be used for that - list all the drivers that exist showing whether they are available or not 2003-08-02 rocky * NEWS: [no log message] 2003-08-02 rocky * Makefile.am: Remove that directory in EXTRA_DIST! 2003-08-02 rocky * example/README, example/sample1.c: Add a sample program. More will follow later... 2003-08-02 rocky * doc/libcdio.texi: typo. 2003-07-30 rocky * doc/libcdio.texi: More verbiage. Alas not on how to use *this* package, but we are getting there if by virtue of not being able to postpone it too much more. 2003-07-28 rocky * doc/libcdio.texi: Small additions and edits. 2003-07-28 rocky * doc/.cvsignore: [no log message] 2003-07-28 rocky * Makefile.am, configure.ac, doc/Makefile.am, doc/libcdio.texi: First feeble attempt at documentation. 2003-07-27 rocky * include/cdio/cdio.h, lib/_cdio_bincue.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_sunos.c: Small comment change. 2003-07-12 rocky * parse/Makefile, parse/test/runall: Add simple regression testing driver. 2003-06-22 rocky * ChangeLog, include/cdio/cdio.h, lib/cdio.c, lib/cdio_private.h, src/cd-info.c: MIN_DRIVER, MIN_DEVICE_DRIVER, MAX_DEVICE_DRIVER -> CDIO_... Add CDIO_MAX_DRIVER (distinct from CDIO_MAX_DEVICE_DRIVER cdio.c (cdio_open): was only scanning devices. Change to scan disk image files as well. 2003-06-16 rocky * NEWS: [no log message] 2003-06-13 rocky * configure.ac: Order of libraries is important in cygwin (and perhaps others): -lvcdinfo comes before -lvcd. 2003-06-13 rocky * src/cd-info.c: Now use cdio enum rather than vcd enum for unknown driver type. 2003-06-12 rocky * lib/_cdio_generic.c, lib/_cdio_linux.c, lib/cdio_private.h, src/cd-info.c: Make GNU/Linux smarter about finding a default device -- code sort of from SDL. Better error checking all around. 2003-06-12 rocky * lib/_cdio_win32.c: Pedantic change: subroutine name is probably better. 2003-06-11 rocky * test/.cvsignore: [no log message] 2003-06-11 rocky * include/cdio/cdio.h, lib/cdio.c, src/Makefile.am: Enumeration had grew but hadn't changed string array accordingly. 2003-06-11 rocky * lib/_cdio_win32.c: Bug fixes for NT-derived systems 2003-06-10 rocky * configure.ac: It's '=' not '==' 2003-06-08 rocky * configure.ac, test/check_common_fn.in: Better way to deal with diff vs. cmp and diff options. 2003-06-08 rocky * configure.ac, test/{check_common_fn => check_common_fn.in}: Use diff rather than cmp if possible. Also if possible do a unified diff and for M$DOG strip whitespace for the \r\n vs \n differences. 2003-06-07 rocky * src/cd-info.c: Reverting change (for now). 2003-06-07 rocky * src/cd-info.c: Is this right? 2003-06-07 rocky * lib/_cdio_win32.c: More bugs. By far not the last of them though.... 2003-06-07 rocky * include/cdio/cdio.h, lib/_cdio_win32.c, lib/cdio.c: With M$ we can no longer assume we can open a fd ant it will read properly. Add yellow-mode reads interface. There's lots of cleanup to do... 2003-06-07 rocky * test/cdda.right, test/check_common_fn, test/check_opts0.right, test/check_opts1.right, test/check_opts2.right, test/check_opts3.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: Remvoe headers. Run with --no-header now. 2003-06-07 rocky * src/cd-info.c: Add option to nuke header for regression tests. With M$ can no longer assume file descriptors do the right thing. Have pay more attention to track formats. 2003-06-07 rocky * include/cdio/cdio.h, lib/_cdio_win32.c, lib/cdio.c: More MinGW things. Need generic routine for determining if a string is a device 2003-06-07 rocky * lib/_cdio_generic.c: Add generic routine to determine if a string refers to a device or not. 2003-06-07 rocky * lib/cdio_private.h: Add customized routines for determining if whether a string refers to a device or not. 2003-06-07 rocky * lib/_cdio_win32.c: First inkling of this actually working. 2003-06-07 rocky * include/cdio/types.h, lib/_cdio_win32.c: More MinGW fixes. 2003-06-07 rocky * src/cd-info.c: Show default device on version command. Don't put /dev in front of device name if win32. 2003-06-07 rocky * configure.ac, lib/_cdio_win32.c, src/cd-info.c: More MinGW fixes. 2003-06-07 rocky * configure.ac, src/cd-info.c: cygwin/mingw improvements cd-info: list drivers and exit when --version requested. 2003-06-07 rocky * include/cdio/cdio.h, lib/cdio.c: Add access routine to return driver string 2003-06-01 rocky * configure.ac, src/Makefile.am, src/cd-info.c: Require libcddb 0.9.4 or nothing at all. We now allow: - setting cache directory - disabling caching altogther - setting timeout on CDDB network operations - setting email address reported to CDDB server - setting name of CDDB server - printing/suppressing messages from CDDB 2003-05-30 rocky * test/check_common_fn: report name of cd-info program more accurately and precisely 2003-05-30 rocky * lib/_cdio_generic.c: Not everyone has sys/ioctl.h. 2003-05-27 rocky * lib/_cdio_freebsd.c: Another holdover from constants that were renamed. 2003-05-27 rocky * configure.ac, include/cdio/cdio.h, include/cdio/types.h, lib/Makefile.am, lib/_cdio_win32.c, lib/cdio.c, parse/.cvsignore: Closer to having WIN32 CD-ROM support 2003-05-27 rocky * lib/_cdio_freebsd.c: Miscellaneous constant changes and typos 2003-05-26 rocky * include/cdio/sector.h: more pedantic types (which in fact match the implimentation). 2003-05-25 rocky * lib/_cdio_freebsd.c: Another small comment correction 2003-05-25 rocky * lib/_cdio_freebsd.c: small eject comment correction 2003-05-24 rocky * src/cd-info.c: Revert version number change since I'm not prepared to change the regression test numbers. 2003-05-24 rocky * lib/cdio_private.h: Add field for and save driver id used. 2003-05-24 rocky * src/cd-info.c: Print out driver selected. 2003-05-24 rocky * lib/cdio.c: Add cdio_get_driver_name: routine to list name of driver selected. 2003-05-24 rocky * include/cdio/cdio.h: Add cdio_get_driver_name: routine to return driver selected. 2003-05-20 rocky * ChangeLog: [no log message] 2003-05-20 rocky * : Test NRG file. 2003-05-20 rocky * configure.ac: Solaris needs -lnsl and -lgethostbyname for libcddb 2003-05-20 rocky * lib/_cdio_bincue.c: Wrong name: was testing uninit variable. 2003-05-20 rocky * configure.ac: Get ready for version 0.6 2003-05-20 rocky * NEWS: [no log message] 2003-05-18 rocky * ChangeLog, NEWS: [no log message] 2003-05-18 rocky * test/check_cue.sh.in: Add a test using --bin 2003-05-18 rocky * lib/_cdio_bincue.c: Wasn't handling bin correctly. 2003-05-18 rocky * TODO: [no log message] 2003-05-18 rocky * include/cdio/cdio.h, lib/_cdio_bincue.c, lib/cdio.c: Add routine to open check for bin file (cdio_is_binfile). Code simplified a little. 2003-05-17 rocky * ChangeLog, NEWS: [no log message] 2003-05-17 rocky * libcdio.pc.in: We don't really use glib-2.0 for now. BSDI test box doesn't have. 2003-05-16 rocky * test/check_nrg.sh.in: BSDI doesn't handle skipped tests (exit 77) properly. I'd rather switch than fight. 2003-05-16 rocky * lib/cdio.c: Wasn't nulling correctly. Eject test faulty too. 2003-05-16 rocky * include/cdio/cdio.h, lib/_cdio_bsdi.c, lib/_cdio_freebsd.c, lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio.c, parse/Makefile: Bug in eject: need to close internal file descriptor before ejecting. eject interface now nulls cdio pointer after a sucessful eject. 2003-05-11 rocky * ChangeLog, parse/.cvsignore, parse/Makefile, parse/cue.L, parse/cue.y, parse/test/t1.cue, parse/test/t2.cue, parse/test/t3.cue: Towards CUE parser via flex/bison. 2003-04-29 rocky * misc/libcdio.ebuild: Gentoo ebuild file courtesy of Kris Verbeeck * THANKS: More appreciation. 2003-04-28 rocky * test/.cvsignore: Do I trust Savannah? 2003-04-28 rocky * NEWS: [no log message] 2003-04-28 rocky * test/Makefile.am, test/{check_nrg.sh => check_nrg.sh.in}: check_nrg.sh is now derived since we may or may not have Video CD info displayed. 2003-04-26 rocky * configure.ac, src/Makefile.am, src/cd-info.c, test/cdda.right, test/check_cue.sh.in, test/check_nrg.sh, test/check_opts0.right, test/check_opts1.right, test/check_opts4.right, test/check_opts5.right, test/check_opts6.right, test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right, test/svcd_ogt_test_ntsc.right, test/svcdgs.right, test/vcd_demo.right, test/videocd.right: cd-info: Use libvcdinfo if it is around to list out general Video CD properties (format version, album description, preparer id, volume number and count). cd-info output changed slightly. 2003-04-25 rocky * .cvsignore, src/.cvsignore: [no log message] 2003-04-25 rocky * ChangeLog, Makefile.am, src/Makefile.am, src/{cdinfo.c => cd-info.c}, test/check_common_fn, test/check_opts.sh: rename cdinfo to cd-info to accomodate previously existing cdinfo programs. Thanks to Manfred Tremmel for reporting the problem. 2003-04-25 rocky * configure.ac: Make RPM spec file. 2003-04-25 rocky * THANKS: Add Manfred Tremmel 2003-04-25 rocky * libcdio.spec.in: First RPM spec thanks to Manfred Tremmel . 2003-04-24 rocky * test/Makefile.am, test/check_nrg.sh, test/videocd.right: Add a single NRG test. 2003-04-24 rocky * NEWS: [no log message] 2003-04-23 rocky * lib/_cdio_nrg.c, test/svcdgs.right: More blind guesses to CUES format. Still wrong, but works better on the one sample I have to go on: svcdgs.nrg. 2003-04-22 rocky * configure.ac, include/cdio/Makefile.am: Wasn't installing version.h. This time, for sure! 2003-04-22 rocky * test/isofs-m1.cue: ISO 9660 filesystem Mode1 regression test. 2003-04-22 rocky * : Sample CD-DA bin/cue image. 2003-04-22 rocky * test/cdda.cue: Regression test cue. 2003-04-22 rocky * include/cdio/version.h.in: [no log message] 2003-04-22 rocky * include/cdio/.cvsignore: config.h now is no longer derived while version.h now is. 2003-04-22 rocky * Makefile.am, configure.ac, include/cdio/Makefile.am, include/cdio/{cdio.h.in => cdio.h}, lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/_cdio_freebsd.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_stdio.c, lib/_cdio_stream.c, lib/_cdio_stream.h, lib/_cdio_sunos.c, lib/bytesex.h, lib/bytesex_asm.h, lib/cdio.c, lib/cdio_assert.h, lib/cdio_private.h, lib/ds.c, lib/ds.h, lib/logging.c, lib/sector.c, lib/util.c, src/cdinfo.c, {tests => test}/.cvsignore, {tests => test}/Makefile.am, {tests => test}/cdda.right, {tests => test}/check_common_fn, {tests => test}/check_cue.sh.in, {tests => test}/check_nrg.sh, {tests => test}/check_opts.sh, {tests => test}/check_opts0.right, {tests => test}/check_opts1.right, {tests => test}/check_opts2.right, {tests => test}/check_opts3.right, {tests => test}/check_opts4.right, {tests => test}/check_opts5.right, {tests => test}/check_opts6.right, {tests => test}/check_opts7.right, {tests => test}/fsf.right, {tests => test}/isofs-m1.right, {tests => test}/monvoisin.right, {tests => test}/svcd_ogt_test_ntsc.right, {tests => test}/svcdgs.right, {tests => test}/vcd_demo.right, tests/cdda.cue, tests/isofs-m1.cue: tests -> test All public includes are included via #include rather than #include "....h" (removed -I $top_srcdir/include/cdio) 2003-04-22 rocky * lib/_cdio_freebsd.c: Probably closer. 2003-04-22 rocky * Makefile.am: Update regression version. 2003-04-22 rocky * tests/check_nrg.sh: Add another Nero test. 2003-04-22 rocky * tests/svcdgs.right: Yet another Nero test. 2003-04-21 rocky * tests/.cvsignore: [no log message] 2003-04-21 rocky * TODO: Where we might be going... 2003-04-21 rocky * .cvsignore: Now that we're using pkg-config. 2003-04-21 rocky * include/cdio/cdio.h.in: Simple typo. 2003-04-21 rocky * lib/_cdio_nrg.c: Probably much closer to being able to handle Nero CUES format. Seems to have 2336 sector size; 2 second pregap seems to be included at the beginning of the image. 2003-04-21 rocky * src/cdinfo.c: Add tests for CVD. A lot of this probably should be redone. For example, should get basic Video CD info from libvcdinfo if that is around. 2003-04-21 hvr * include/cdio/Makefile.am, include/cdio/logging.h, include/cdio/sector.h, tests/check_cue.sh: public headers must nuse unique #includes! 2003-04-21 hvr * Makefile.am, configure.ac, include/cdio/cdio.h.in, libcdio.pc.in: added pkg-config(1) support 2003-04-20 rocky * ChangeLog, include/cdio/.cvsignore, tests/.cvsignore, tests/check_cue.sh, tests/isofs-m1.right: CVS maintenance 2003-04-20 rocky * NEWS: [no log message] 2003-04-20 rocky * tests/{check_cue.sh => check_cue.sh.in}: May need --no-cddb option. 2003-04-20 rocky * configure.ac, include/cdio/cdio.h, include/cdio/cdio.h.in, src/cdinfo.c, tests/Makefile.am, tests/check_cue.sh, tests/{check_opts.sh.in => check_opts.sh}, tests/check_opts0.right, tests/check_opts1.right, tests/check_opts2.right, tests/check_opts3.right, tests/check_opts4.right, tests/check_opts5.right, tests/check_opts6.right, tests/check_opts7.right, tests/fsf-tompox.right, tests/isofs-m1.cue: Reduce overall size yet again by replaing isofs-m1 for fsf-tompox. cdinfo: Add options for CDDB port and CDDB http enable fix bug if no CD in cdrom drive. 2003-04-20 rocky * include/cdio/cdio.h: add min/max device driver 2003-04-20 rocky * Makefile.am, configure.ac, lib/cdio.c, tests/Makefile.am, tests/cdda.cue, tests/cdda.right, tests/check_cue.sh: Add small cdda test. cdio.c: cdio_open was opening image drivers. 2003-04-20 rocky * ChangeLog, configure.ac, lib/Makefile.am, src/cdinfo.c: Put back in libcddb 0.9.0 checking and use cddb_http_disable(). 2003-04-19 rocky * lib/_cdio_freebsd.c: Add _cdio_read_audio_sector. Try to sync up with other drivers. 2003-04-19 rocky * Makefile.am, NEWS, configure.ac, tests/Makefile.am, tests/check_common_fn, tests/check_cue.sh, tests/check_nrg.sh, tests/check_opts.sh.in, tests/check_opts0.right, tests/check_opts1.right, tests/check_opts2.right, tests/check_opts3.right, tests/check_opts4.right, tests/check_opts5.right, tests/check_opts6.right, tests/check_opts7.right: Break most of the larger regression tests into a separate package. 2003-04-19 rocky * include/cdio/Makefile.am, include/cdio/{cdio.h => cdio.h.in}: Add package version 2003-04-19 rocky * include/cdio/cdio.h: Add an API version number. 2003-04-19 rocky * ChangeLog, Makefile.am, configure.ac, include/.cvsignore, include/Makefile.am, include/cdio/.cvsignore, include/cdio/Makefile.am, {lib => include/cdio}/cdio.h, {lib => include/cdio}/logging.h, {lib => include/cdio}/sector.h, {lib => include/cdio}/types.h, {lib => include/cdio}/util.h, lib/Makefile.am, src/cdinfo.c, tests/.cvsignore: Move public includes to include/cdio. This should facilitate having this source installed locally since it allows #include in the source tree. 2003-04-19 rocky * src/cdinfo.c: Revise to to handle libcddb 0.90. 2003-04-19 rocky * lib/cdio.h: Remove a compile warning noticed by Kris Verbeeck. 2003-04-19 rocky * configure.ac: do chmod +x for test/check_opts.sh Test to see if we have new enough libcddb. 2003-04-19 rocky * README: Update to include CDDB information and note this is ued by CD-DA plugin. 2003-04-15 rocky * lib/_cdio_linux.c: Remove compile warning on non-GNU/Linux servers. 2003-04-14 rocky * THANKS: Need to start *somewhere*. 2003-04-14 rocky * NEWS: Wha's happenin' 2003-04-14 rocky * lib/_cdio_bincue.c: Bug-causing typo. 2003-04-14 rocky * configure.ac, tests/Makefile.am, tests/{check_opts.sh => check_opts.sh.in}: Need to conditionally add --no-cddb so we added check_opts.sh.in. Rewrite for loop in lower-level Bourne-shell style. 2003-04-14 rocky * src/cdinfo.c: One cddb reference not conditionally included. 2003-04-14 rocky * tests/Makefile.am: Add check files to distribution. 2003-04-14 rocky * tests/Makefile.am, tests/check_cue.sh, tests/check_opts.sh, tests/check_opts0.right, tests/check_opts1.right, tests/check_opts2.right, tests/check_opts3.right, tests/check_opts4.right, tests/check_opts5.right, tests/check_opts6.right, tests/check_opts7.right: Add regression test to check cdinfo options processing. 2003-04-14 rocky * src/cdinfo.c: libpopt options need to be integers. Change order of include to accomodate libcddb. Make distcheck now works. 2003-04-14 rocky * src/Makefile.am: Add CDDB_LIB for cdinfo. 2003-04-14 rocky * configure.ac: Check for libcddb and use that if it's there. 2003-04-14 rocky * tests/check_cue.sh: Don't give CDDB info for audio test since it's not valid and we can't assume we're connected to the Internet. 2003-04-14 rocky * lib/_cdio_bincue.c: If we don't think this is a cue file, we now report that rather than give the cryptic message about a null source. 2003-04-14 rocky * src/cdinfo.c: CDDB lookup for audio CD via libcddb. 2003-04-14 rocky * lib/cdio.c: Bad linux default_device initialization. 2003-04-12 rocky * lib/_cdio_bincue.c, lib/_cdio_bsdi.h, lib/cdio.c, lib/cdio.h: Add routine cdio_is_bincue to test if file is a cue file. cdio_open does a better job in automatically determining the type of file. 2003-04-11 rocky * lib/sector.c, lib/sector.h: Tired of all those unused warings. Remove the static inline stuff. It's probably not worth the performance gains. (And if it is we can turn into a #define) 2003-04-11 rocky * lib/_cdio_sunos.c: Move used #include outside of conditional compilation since strdup's used to get default device. 2003-04-11 rocky * lib/_cdio_bincue.c, lib/_cdio_nrg.c: Forgot to add recently added read_audio_sector to op structure. 2003-04-10 rocky * configure.ac, lib/_cdio_bincue.c, lib/_cdio_nrg.c: configure.ac: bump version bincue/nrg: add cdio_read_audio_sector 2003-04-10 rocky * lib/_cdio_sunos.c: read_mode_audio_sector now works. 2003-04-10 rocky * lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/_cdio_freebsd.c, lib/_cdio_generic.c, lib/_cdio_nrg.c, lib/_cdio_sunos.c, lib/cdio.c, lib/cdio.h, lib/cdio_private.h: get_default_device with NULL will get device *without* trying to open cd. Add read_audio call. 2003-04-10 rocky * lib/_cdio_linux.c: Add ability to read audio (CD-DA) sector. 2003-04-10 rocky * lib/types.h: Add CDIO_INVALID_LSN definition 2003-04-09 rocky * lib/sector.h: CD_MAX_TRACKS -> CDIO_CD_MAX_TRACKS 2003-04-08 rocky * ChangeLog: [no log message] 2003-04-08 rocky * lib/_cdio_linux.c: Small name changes. 2003-04-08 rocky * lib/_cdio_bsdi.c: Changes brought about by sector.h #define changes. 2003-04-08 rocky * lib/_cdio_sunos.c: Revise for changed sector.h 2003-04-07 rocky * lib/cdio_private.h: Add opaque CdIoDataSource type and generic free routine for stream-based drivers (nrg, bincue, network). 2003-04-07 rocky * lib/types.h: Indention formatting that Emacs prefers. 2003-04-07 rocky * lib/_cdio_nrg.c: Sync up with _cdio_bincue a little. free routine replaced with a generic routine. 2003-04-07 rocky * lib/_cdio_bincue.c: Move free routine into a generic routine. Some numbers replaced by #define constants. 2003-04-07 rocky * lib/_cdio_generic.c: Add generic_stream_free and remove out of disk-image routines. 2003-04-07 rocky * lib/_cdio_stream.h: Opaque type CdioDataSource is now in cdio_private.h. This forces us to use that. (And this might not be the best, but I can't think of anything else that is as simple.) 2003-04-07 rocky * lib/_cdio_stream.c: Grammar typo. 2003-04-07 rocky * lib/_cdio_bincue.c: Another case of not checking the status of operations and returning on error (rather than continuing). Not serious this time... 2003-04-07 rocky * lib/_cdio_bincue.c: Propagate error results from seeks and reads. 2003-04-06 rocky * lib/_cdio_stdio.c, lib/_cdio_stream.c, lib/_cdio_stream.h: Document some of the interfaces. 2003-04-06 rocky * lib/_cdio_bincue.c: Back off a little with the #define thing a little for now. I made a mistake somewhere. (And don't want to track it down further.) 2003-04-06 rocky * lib/sector.h: This time for sure? 2003-04-06 rocky * lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/sector.h, src/cdinfo.c: More #define reductions/fixes. 2003-04-06 rocky * lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/_cdio_bsdi_old.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_stream.c, lib/_cdio_sunos.c, lib/sector.h, src/cdinfo.c: Change sector.h constants, yet again. This time for Herbert Valiero Riedel. 2003-04-06 rocky * : This file seems to get changed when checking in. 2003-04-06 rocky * tests/Makefile.am: svcd_ogt_test_ntsc.bin corrupted. Makefile: add other bin/cue/nrg's 2003-04-06 rocky * tests/Makefile.am, tests/check_cue.sh, tests/fsf-tompox.right, tests/fsf.right: Add a CD audio test and an ISO 9660 joliet extension tst. Add in the Video CD images I've been using. 2003-04-06 rocky * src/cdinfo.c: Use new sector.h constants. 2003-04-06 rocky * lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_sunos.c, lib/cdio.h: Use new sector.h constants. More changes will no doubt follow. 2003-04-06 rocky * lib/_cdio_bincue.c: More complete. Fill out seek code. 2003-04-06 rocky * lib/sector.h: Go with Linux definitions rather than invent our own. More changes will no doubt follow. 2003-04-04 rocky * lib/_cdio_bincue.c, lib/cdio_private.h: Close go getting simple read working. Not completely correct, but close. 2003-04-04 rocky * lib/cdio.c, lib/cdio.h: Documentation improvment: Note that get_default_device returns NULL on error. 2003-04-03 rocky * lib/Makefile.am, lib/_cdio_stream.h, lib/bytesex.h, lib/bytesex_asm.h, lib/cdio.h, lib/cdio_assert.h, lib/ds.c, lib/ds.h, lib/logging.h, lib/sector.h, lib/{cdio_types.h => types.h}: cdio_types.h -> types.h 2003-04-02 rocky * lib/cdio.c: Note that device is uninit when destroying, 'cause it is! 2003-03-30 rocky * lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_sunos.c, lib/cdio.c, lib/cdio.h, lib/cdio_private.h: More common routiens and structures moved to cdio_generic.c or cdio_private.h respectively. 2003-03-30 rocky * configure.ac: BSDI now requires Steve Schultz's libdvd.a and dvd.h package. 2003-03-30 rocky * configure.ac: Having trouble getting aclocal include libpopt.m4 (and presumably other *.m4's) 2003-03-30 rocky * autogen.sh, configure.ac, src/Makefile.am: Rest: add libpopt autoconfiguration. 2003-03-30 rocky * lib/_cdio_bsdi.c: Extend to larger interface using generic routines. 2003-03-30 rocky * lib/_cdio_freebsd.c: Yet another typo. 2003-03-30 rocky * lib/_cdio_freebsd.c: Change default drive and fix typographical mistake. 2003-03-29 rocky * lib/_cdio_bincue.c, lib/_cdio_generic.c, lib/_cdio_nrg.c, lib/_cdio_sunos.c: Small lint-like errors. Solaris now works again with new read/lseek functions. 2003-03-29 rocky * lib/_cdio_freebsd.c, lib/_cdio_sunos.c: Probably closer towards compiling on those architectures. 2003-03-29 rocky * configure.ac, lib/Makefile.am, lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/_cdio_bsdi_old.c, lib/_cdio_freebsd.c, lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_stdio.c, lib/_cdio_stream.c, lib/_cdio_stream.h, lib/_cdio_sunos.c, lib/cdio.c, lib/cdio.h, lib/cdio_private.h, lib/cdio_types.h, lib/sector.h, src/Makefile.am, src/cdinfo.c, tests/monvoisin.right: Add simple (non-mode2) read/seek. _cdio_generic.c: place to save common driver routines add cdio_get_track_sec_count. 2003-03-25 rocky * src/cdinfo.c: gcc < 3.0 compatibility. 2003-03-25 rocky * lib/_cdio_freebsd.c: A stab at FreeBSD support. Not finished. More later... 2003-03-24 rocky * lib/Makefile.am, lib/_cdio_bsdi.c, lib/_cdio_linux.c, lib/cdio.c, lib/cdio.h: _cdio_linux.c: eject routines does it's own open and close. cdio.h, Makefile.am, cdio.c: Add FreeBSD routine (not complete yet). 2003-03-24 rocky * src/cdinfo.c: Small clarity change 2003-03-24 rocky * Initial revision libcdio-2.0.0/TODO0000644000175000017500000000771611114145233010535 00000000000000It isn't look hard to find a gap in libcdio or libiso9660 or think of something you'd like added. Here are some of the many known problems and feature requests. * UDF support. * API overhaul. hvr has expressed interest but it's unlikely he'll ever have the time to do. It could be done in conjunction with a wrappers for C++, Perl, Python, ... The idea is that those interfaces would not show the ugliness of the current C interface. For example instead of read_mode2, read_mode1, read_audio, there might be a read(mode, ...). - Address static loglevel variable (nboullis at debian.org) * All of the API should be finished on all OS's (or the API adjusted). * Fix the current gaps: - SCSI-MMC on OSX, - CD-Text support working more often? wide character support (Burkhard Plaum has indicated he might do) - more accurate drive capabilities - wxwindows interface to cd-drive - more accurate CD track classification (Form 1/2, Mode 1/2) - complete the image readers, e.g. "silence" and ability to use more than one file in cdrdao. - multi-session CDs * mmc_read_cd often doesn't work when request reading a large number of blocks. * Is paranoia correct? Get a better handle on it. Ensure more of the drive and OS-specific features that work on GNU/Linux work elsewhere. Regression tests over more kinds of failures. * Exclusive access of CD-ROM versus non-exclusive? * Adjusting operations based on known models. Via MMC, We often have the ability to find out what drive is in use. That could be used (as it was in cdparanoia) to customize the method used for various operations. Alternatively it could be read from a configuration file, but right now there's no internal structure for holding all of the capabilities. * Combine iso-read and iso-info into an "iso-tar" for listing or extracting files". Ideally something matching the relevant command set of "tar" would be nice, as that is widely used and probably fairly complete in thing that might be desired for listing/extracting. * Add something to show what kind of CD media is in a drive. Ideally: CD (purchased), CD Write Once, CD Read/Write, but what is there is probably something like Cyanine, PhthaloCyanine, Metallized Azo, Advanced PhthaloCyanine, Formazan. See http://www.cdmediaworld.com/hardware/cdrom/cd_dye.shtml or http://www.cd-info.com/CDIC/History/Commentary/Parker/stcroix.html The discmode type can be used to classify DVD media and it also classifies for CD track formats (in addition to CD *content* classification). Note there is nothing for DVD content; see the below list of things which probably won't get added. Given the mismatch between DVD and CD meanings in discmode, the discmode type probably needs to be redone. * Write a real cue parser and TOC parser using bison. A pcct grammar is given in cdrdao's trackdb TocParser.g and CueParser.g The parsing is pretty much done, need to fold in semantic routines and improve error reporting. * conversion tools. Assuming parser done, it should be simple to use write simple conversion routines: - CD images's to iso9660 .iso's - TOC <=> CUE * Test more disc image types in regression testing, like CD-I. * Convert to use glib, removing ds.h (Revise vcdimager too) * Delete and rename files in an iso9660 image (mephisto75 at web.de) * Some things where libcdio will probably not expand in: - DVD things, especially DVD-ROM (use libdvdread) - writing applications (use cdrdao or cdrtools) - more proprietary undocumented image format (unless someone else is willing to do the work). But the fuzzy ISO 9660 detection may help here. If there is something you really want done on the above list or have something else you want done, it will go a lot faster if you attempt to undertake doing it. Patches are always welcome (and CVS write access is available for those who have demonstrated reasonable ability through contributions.) $Id: TODO,v 1.11 2005/07/11 11:51:07 rocky Exp $ libcdio-2.0.0/Makefile.am0000644000175000017500000001035513204104700012066 00000000000000# Copyright (C) 2003-2004, 2006, 2008, 2011-2013, 2016 # Rocky Bernstein # # This program 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 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see . # ## Process this file with automake to produce Makefile.in ## which configure then turns into a Makefile ... ## which make can then use to produce stuff. Isn't configuration simple? AUTOMAKE_OPTIONS = dist-bzip2 EXTRA_DIST = \ MSVC/README MSVC/cd-info.vcproj \ MSVC/config.h \ MSVC/libcdio.sln \ MSVC/libcdio.vcproj \ README.libcdio \ THANKS \ example/README \ libcdio.pc.in \ libcdio++.pc.in \ libiso9660.pc.in \ libiso9660++.pc.in \ libudf.pc.in \ make-check-filter.pl \ make-check-filter.rb \ package/libcdio.spec.in SUBDIRS = doc include lib src test example # pkg-config(1) related rules pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcdio.pc \ libiso9660.pc \ libudf.pc if ENABLE_CXX_BINDINGS pkgconfig_DATA += \ libcdio++.pc \ libiso9660++.pc endif $(pkgconfig_DATA): config.status # List of additional files for expanded regression tests DISTFILES_REGRESSION = tests/monvoisin.nrg tests/monvoisin.right \ tests/svcdgs.nrg tests/svcdgs.nrg \ tests/svcd_ogt_test_ntsc.bin \ tests/svcd_ogt_test_ntsc.cue \ tests/svcd_ogt_test_ntsc.right \ tests/vcd_demo.bin tests/vcd_demo.cue \ tests/vcd_demo.right REGRESSION_VERSION = 1.1 distdir_regression = ../$(PACKAGE)-$(REGRESSION_VERSION)-tests #: run regression tests. "test" is the same thing as "check" test: check #: Run all tests without bloated output check-short: $(MAKE) check 2>&1 | ruby @abs_top_srcdir@/make-check-filter.rb #: Make documentation via Doxygen http://www.stack.nl/~dimitri/doxygen/ doxygen: -( cd ${top_srcdir}/doc/doxygen && /bin/sh ${srcdir}/run_doxygen ) dist-regression: distdir-regression cd $(distdir) && $(AMTAR) chof - tests | GZIP=$(GZIP_ENV) gzip -c >$(distdir_regression).tar.gz $(am__remove_distdir) distdir-regression: $(DISTFILES_REGRESSION) $(am__remove_distdir) mkdir $(distdir) @list='$(DISTFILES_REGRESSION)'; for file in $$list; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir_regression)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done -find $(distdir) -type d ! -perm -755 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) check_nrg.sh: $(top_builddir)/config.status check_nrg.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ chmod +x config_nrg.sh check_cue.sh: $(top_builddir)/config.status check_cue.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ chmod +x config_cue.sh check_iso.sh: $(top_builddir)/config.status check_iso.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ chmod +x config_iso.sh MAINTAINERCLEANFILES = ChangeLog *.rej *.orig if MAINTAINER_MODE .PHONY: ChangeLog GIT2CL ?= git2cl #: Create ChangeLog from version control ChangeLog: git log --pretty --numstat --summary | $(GIT2CL) >$@ ACLOCAL_AMFLAGS=-I m4 endif libcdio-2.0.0/config.guess0000755000175000017500000012564413222217403012367 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2016 Free Software Foundation, Inc. timestamp='2016-10-02' # This file 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 3 of the License, or # (at your option) any later version. # # This program 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 this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2016 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." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "${UNAME_SYSTEM}" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu eval $set_cc_for_build cat <<-EOF > $dummy.c #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #else LIBC=gnu #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ /sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || \ echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` machine=${arch}${endian}-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. case "${UNAME_MACHINE_ARCH}" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # Determine ABI tags. case "${UNAME_MACHINE_ARCH}" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") UNAME_MACHINE=alpha ;; "EV5 (21164)") UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH=hppa2.0w else HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; e2k:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; k1om:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; mips64el:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-${LIBC} exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-${LIBC} exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-${LIBC} exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; SX-ACE:SUPER-UX:*:*) echo sxace-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown eval $set_cc_for_build if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac cat >&2 </dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libcdio-2.0.0/libiso9660.pc.in0000644000175000017500000000043111126441340012570 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ libiconv=@LTLIBICONV@ Name: libiso9660 Description: ISO-9660 library of libcdio Version: @PACKAGE_VERSION@ Requires: libcdio Libs: -L${libdir} -liso9660 @LTLIBICONV@ -lcdio Cflags: -I${includedir}