diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | COPYING | 38 | ||||
-rw-r--r-- | NEWS | 57 | ||||
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | doc/layout.xml | 187 | ||||
-rw-r--r-- | doc/reference.doxygen.in | 2415 | ||||
-rw-r--r-- | doc/style.css | 691 | ||||
-rw-r--r-- | sratom.pc.in | 11 | ||||
-rw-r--r-- | sratom/sratom.h | 228 | ||||
-rw-r--r-- | src/sratom.c | 836 | ||||
-rw-r--r-- | tests/sratom_test.c | 393 | ||||
-rwxr-xr-x | waf | 171 | ||||
-rw-r--r-- | waflib/.gitignore (renamed from .gitignore) | 0 | ||||
-rw-r--r-- | waflib/Build.py (renamed from Build.py) | 0 | ||||
-rw-r--r-- | waflib/COPYING | 25 | ||||
-rw-r--r-- | waflib/ConfigSet.py (renamed from ConfigSet.py) | 0 | ||||
-rw-r--r-- | waflib/Configure.py (renamed from Configure.py) | 0 | ||||
-rw-r--r-- | waflib/Context.py (renamed from Context.py) | 0 | ||||
-rw-r--r-- | waflib/Errors.py (renamed from Errors.py) | 0 | ||||
-rw-r--r-- | waflib/Logs.py (renamed from Logs.py) | 0 | ||||
-rw-r--r-- | waflib/Node.py (renamed from Node.py) | 0 | ||||
-rw-r--r-- | waflib/Options.py (renamed from Options.py) | 0 | ||||
-rw-r--r-- | waflib/README.md (renamed from README.md) | 0 | ||||
-rw-r--r-- | waflib/Runner.py (renamed from Runner.py) | 0 | ||||
-rw-r--r-- | waflib/Scripting.py (renamed from Scripting.py) | 0 | ||||
-rw-r--r-- | waflib/Task.py (renamed from Task.py) | 0 | ||||
-rw-r--r-- | waflib/TaskGen.py (renamed from TaskGen.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/__init__.py (renamed from Tools/__init__.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/ar.py (renamed from Tools/ar.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/asm.py (renamed from Tools/asm.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/bison.py (renamed from Tools/bison.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/c.py (renamed from Tools/c.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/c_aliases.py (renamed from Tools/c_aliases.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/c_config.py (renamed from Tools/c_config.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/c_osx.py (renamed from Tools/c_osx.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/c_preproc.py (renamed from Tools/c_preproc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/c_tests.py (renamed from Tools/c_tests.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/ccroot.py (renamed from Tools/ccroot.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/clang.py (renamed from Tools/clang.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/clangxx.py (renamed from Tools/clangxx.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/compiler_c.py (renamed from Tools/compiler_c.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/compiler_cxx.py (renamed from Tools/compiler_cxx.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/compiler_d.py (renamed from Tools/compiler_d.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/compiler_fc.py (renamed from Tools/compiler_fc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/cs.py (renamed from Tools/cs.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/cxx.py (renamed from Tools/cxx.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/d.py (renamed from Tools/d.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/d_config.py (renamed from Tools/d_config.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/d_scan.py (renamed from Tools/d_scan.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/dbus.py (renamed from Tools/dbus.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/dmd.py (renamed from Tools/dmd.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/errcheck.py (renamed from Tools/errcheck.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/fc.py (renamed from Tools/fc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/fc_config.py (renamed from Tools/fc_config.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/fc_scan.py (renamed from Tools/fc_scan.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/flex.py (renamed from Tools/flex.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/g95.py (renamed from Tools/g95.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/gas.py (renamed from Tools/gas.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/gcc.py (renamed from Tools/gcc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/gdc.py (renamed from Tools/gdc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/gfortran.py (renamed from Tools/gfortran.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/glib2.py (renamed from Tools/glib2.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/gnu_dirs.py (renamed from Tools/gnu_dirs.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/gxx.py (renamed from Tools/gxx.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/icc.py (renamed from Tools/icc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/icpc.py (renamed from Tools/icpc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/ifort.py (renamed from Tools/ifort.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/intltool.py (renamed from Tools/intltool.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/irixcc.py (renamed from Tools/irixcc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/javaw.py (renamed from Tools/javaw.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/ldc2.py (renamed from Tools/ldc2.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/lua.py (renamed from Tools/lua.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/md5_tstamp.py (renamed from Tools/md5_tstamp.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/msvc.py (renamed from Tools/msvc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/nasm.py (renamed from Tools/nasm.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/nobuild.py (renamed from Tools/nobuild.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/perl.py (renamed from Tools/perl.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/python.py (renamed from Tools/python.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/qt5.py (renamed from Tools/qt5.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/ruby.py (renamed from Tools/ruby.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/suncc.py (renamed from Tools/suncc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/suncxx.py (renamed from Tools/suncxx.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/tex.py (renamed from Tools/tex.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/vala.py (renamed from Tools/vala.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/waf_unit_test.py (renamed from Tools/waf_unit_test.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/winres.py (renamed from Tools/winres.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/xlc.py (renamed from Tools/xlc.py) | 0 | ||||
-rw-r--r-- | waflib/Tools/xlcxx.py (renamed from Tools/xlcxx.py) | 0 | ||||
-rw-r--r-- | waflib/Utils.py (renamed from Utils.py) | 0 | ||||
-rw-r--r-- | waflib/__init__.py (renamed from __init__.py) | 0 | ||||
-rw-r--r-- | waflib/ansiterm.py (renamed from ansiterm.py) | 0 | ||||
-rw-r--r-- | waflib/extras/__init__.py (renamed from extras/__init__.py) | 0 | ||||
-rw-r--r-- | waflib/extras/autowaf.py (renamed from extras/autowaf.py) | 0 | ||||
-rw-r--r-- | waflib/extras/batched_cc.py (renamed from extras/batched_cc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/biber.py (renamed from extras/biber.py) | 0 | ||||
-rw-r--r-- | waflib/extras/bjam.py (renamed from extras/bjam.py) | 0 | ||||
-rw-r--r-- | waflib/extras/blender.py (renamed from extras/blender.py) | 0 | ||||
-rw-r--r-- | waflib/extras/boo.py (renamed from extras/boo.py) | 0 | ||||
-rw-r--r-- | waflib/extras/boost.py (renamed from extras/boost.py) | 0 | ||||
-rw-r--r-- | waflib/extras/build_file_tracker.py (renamed from extras/build_file_tracker.py) | 0 | ||||
-rw-r--r-- | waflib/extras/build_logs.py (renamed from extras/build_logs.py) | 0 | ||||
-rw-r--r-- | waflib/extras/buildcopy.py (renamed from extras/buildcopy.py) | 0 | ||||
-rw-r--r-- | waflib/extras/c_bgxlc.py (renamed from extras/c_bgxlc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/c_dumbpreproc.py (renamed from extras/c_dumbpreproc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/c_emscripten.py (renamed from extras/c_emscripten.py) | 0 | ||||
-rw-r--r-- | waflib/extras/c_nec.py (renamed from extras/c_nec.py) | 0 | ||||
-rw-r--r-- | waflib/extras/cabal.py (renamed from extras/cabal.py) | 0 | ||||
-rw-r--r-- | waflib/extras/cfg_altoptions.py (renamed from extras/cfg_altoptions.py) | 0 | ||||
-rw-r--r-- | waflib/extras/clang_compilation_database.py (renamed from extras/clang_compilation_database.py) | 0 | ||||
-rw-r--r-- | waflib/extras/codelite.py (renamed from extras/codelite.py) | 0 | ||||
-rw-r--r-- | waflib/extras/color_gcc.py (renamed from extras/color_gcc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/color_rvct.py (renamed from extras/color_rvct.py) | 0 | ||||
-rw-r--r-- | waflib/extras/compat15.py (renamed from extras/compat15.py) | 0 | ||||
-rw-r--r-- | waflib/extras/cppcheck.py (renamed from extras/cppcheck.py) | 0 | ||||
-rw-r--r-- | waflib/extras/cpplint.py (renamed from extras/cpplint.py) | 0 | ||||
-rw-r--r-- | waflib/extras/cross_gnu.py (renamed from extras/cross_gnu.py) | 0 | ||||
-rw-r--r-- | waflib/extras/cython.py (renamed from extras/cython.py) | 0 | ||||
-rw-r--r-- | waflib/extras/dcc.py (renamed from extras/dcc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/distnet.py (renamed from extras/distnet.py) | 0 | ||||
-rw-r--r-- | waflib/extras/doxygen.py (renamed from extras/doxygen.py) | 0 | ||||
-rw-r--r-- | waflib/extras/dpapi.py (renamed from extras/dpapi.py) | 0 | ||||
-rw-r--r-- | waflib/extras/eclipse.py (renamed from extras/eclipse.py) | 0 | ||||
-rw-r--r-- | waflib/extras/erlang.py (renamed from extras/erlang.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fast_partial.py (renamed from extras/fast_partial.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fc_bgxlf.py (renamed from extras/fc_bgxlf.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fc_cray.py (renamed from extras/fc_cray.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fc_nag.py (renamed from extras/fc_nag.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fc_nec.py (renamed from extras/fc_nec.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fc_open64.py (renamed from extras/fc_open64.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fc_pgfortran.py (renamed from extras/fc_pgfortran.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fc_solstudio.py (renamed from extras/fc_solstudio.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fc_xlf.py (renamed from extras/fc_xlf.py) | 0 | ||||
-rw-r--r-- | waflib/extras/file_to_object.py (renamed from extras/file_to_object.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fluid.py (renamed from extras/fluid.py) | 0 | ||||
-rw-r--r-- | waflib/extras/freeimage.py (renamed from extras/freeimage.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fsb.py (renamed from extras/fsb.py) | 0 | ||||
-rw-r--r-- | waflib/extras/fsc.py (renamed from extras/fsc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/gccdeps.py (renamed from extras/gccdeps.py) | 0 | ||||
-rw-r--r-- | waflib/extras/gdbus.py (renamed from extras/gdbus.py) | 0 | ||||
-rw-r--r-- | waflib/extras/gob2.py (renamed from extras/gob2.py) | 0 | ||||
-rw-r--r-- | waflib/extras/halide.py (renamed from extras/halide.py) | 0 | ||||
-rwxr-xr-x | waflib/extras/javatest.py (renamed from extras/javatest.py) | 0 | ||||
-rw-r--r-- | waflib/extras/kde4.py (renamed from extras/kde4.py) | 0 | ||||
-rw-r--r-- | waflib/extras/local_rpath.py (renamed from extras/local_rpath.py) | 0 | ||||
-rw-r--r-- | waflib/extras/lv2.py (renamed from extras/lv2.py) | 0 | ||||
-rw-r--r-- | waflib/extras/make.py (renamed from extras/make.py) | 0 | ||||
-rw-r--r-- | waflib/extras/midl.py (renamed from extras/midl.py) | 0 | ||||
-rw-r--r-- | waflib/extras/msvcdeps.py (renamed from extras/msvcdeps.py) | 0 | ||||
-rw-r--r-- | waflib/extras/msvs.py (renamed from extras/msvs.py) | 0 | ||||
-rw-r--r-- | waflib/extras/netcache_client.py (renamed from extras/netcache_client.py) | 0 | ||||
-rw-r--r-- | waflib/extras/objcopy.py (renamed from extras/objcopy.py) | 0 | ||||
-rw-r--r-- | waflib/extras/ocaml.py (renamed from extras/ocaml.py) | 0 | ||||
-rw-r--r-- | waflib/extras/package.py (renamed from extras/package.py) | 0 | ||||
-rw-r--r-- | waflib/extras/parallel_debug.py (renamed from extras/parallel_debug.py) | 0 | ||||
-rw-r--r-- | waflib/extras/pch.py (renamed from extras/pch.py) | 0 | ||||
-rw-r--r-- | waflib/extras/pep8.py (renamed from extras/pep8.py) | 0 | ||||
-rw-r--r-- | waflib/extras/pgicc.py (renamed from extras/pgicc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/pgicxx.py (renamed from extras/pgicxx.py) | 0 | ||||
-rw-r--r-- | waflib/extras/proc.py (renamed from extras/proc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/protoc.py (renamed from extras/protoc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/pyqt5.py (renamed from extras/pyqt5.py) | 0 | ||||
-rw-r--r-- | waflib/extras/pytest.py (renamed from extras/pytest.py) | 0 | ||||
-rw-r--r-- | waflib/extras/qnxnto.py (renamed from extras/qnxnto.py) | 0 | ||||
-rw-r--r-- | waflib/extras/qt4.py (renamed from extras/qt4.py) | 0 | ||||
-rw-r--r-- | waflib/extras/relocation.py (renamed from extras/relocation.py) | 0 | ||||
-rw-r--r-- | waflib/extras/remote.py (renamed from extras/remote.py) | 0 | ||||
-rw-r--r-- | waflib/extras/resx.py (renamed from extras/resx.py) | 0 | ||||
-rw-r--r-- | waflib/extras/review.py (renamed from extras/review.py) | 0 | ||||
-rw-r--r-- | waflib/extras/rst.py (renamed from extras/rst.py) | 0 | ||||
-rw-r--r-- | waflib/extras/run_do_script.py (renamed from extras/run_do_script.py) | 0 | ||||
-rw-r--r-- | waflib/extras/run_m_script.py (renamed from extras/run_m_script.py) | 0 | ||||
-rw-r--r-- | waflib/extras/run_py_script.py (renamed from extras/run_py_script.py) | 0 | ||||
-rw-r--r-- | waflib/extras/run_r_script.py (renamed from extras/run_r_script.py) | 0 | ||||
-rw-r--r-- | waflib/extras/sas.py (renamed from extras/sas.py) | 0 | ||||
-rw-r--r-- | waflib/extras/satellite_assembly.py (renamed from extras/satellite_assembly.py) | 0 | ||||
-rw-r--r-- | waflib/extras/scala.py (renamed from extras/scala.py) | 0 | ||||
-rw-r--r-- | waflib/extras/slow_qt4.py (renamed from extras/slow_qt4.py) | 0 | ||||
-rw-r--r-- | waflib/extras/softlink_libs.py (renamed from extras/softlink_libs.py) | 0 | ||||
-rw-r--r-- | waflib/extras/stale.py (renamed from extras/stale.py) | 0 | ||||
-rw-r--r-- | waflib/extras/stracedeps.py (renamed from extras/stracedeps.py) | 0 | ||||
-rw-r--r-- | waflib/extras/swig.py (renamed from extras/swig.py) | 0 | ||||
-rw-r--r-- | waflib/extras/syms.py (renamed from extras/syms.py) | 0 | ||||
-rw-r--r-- | waflib/extras/ticgt.py (renamed from extras/ticgt.py) | 0 | ||||
-rw-r--r-- | waflib/extras/unity.py (renamed from extras/unity.py) | 0 | ||||
-rw-r--r-- | waflib/extras/use_config.py (renamed from extras/use_config.py) | 0 | ||||
-rw-r--r-- | waflib/extras/valadoc.py (renamed from extras/valadoc.py) | 0 | ||||
-rw-r--r-- | waflib/extras/waf_xattr.py (renamed from extras/waf_xattr.py) | 0 | ||||
-rw-r--r-- | waflib/extras/why.py (renamed from extras/why.py) | 0 | ||||
-rw-r--r-- | waflib/extras/win32_opts.py (renamed from extras/win32_opts.py) | 0 | ||||
-rw-r--r-- | waflib/extras/wix.py (renamed from extras/wix.py) | 0 | ||||
-rw-r--r-- | waflib/extras/xcode6.py (renamed from extras/xcode6.py) | 0 | ||||
-rw-r--r-- | waflib/fixpy2.py (renamed from fixpy2.py) | 0 | ||||
-rwxr-xr-x | waflib/processor.py (renamed from processor.py) | 0 | ||||
-rwxr-xr-x | waflib/waf | 16 | ||||
-rw-r--r-- | wscript | 183 |
195 files changed, 5228 insertions, 34 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f063da3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +waf binary
\ No newline at end of file @@ -1,25 +1,13 @@ -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. - -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -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. +Copyright 2012-2016 David Robillard <http://drobilla.net> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. @@ -0,0 +1,57 @@ +sratom (0.6.2) stable; + + * Various minor code cleanups + + -- David Robillard <d@drobilla.net> Sun, 22 Jul 2018 20:48:51 +0200 + +sratom (0.6.0) stable; + + * Add sratom_set_env() for setting prefixes + * Fix padding of constructed vectors (thanks Hanspeter Portner) + * Support round-trip serialisation of relative paths + * Support sequences with beat time stamps + * Fix warnings when building with ISO C++ compilers + * Upgrade to waf 1.8.14 + + -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:25:35 -0400 + +sratom (0.4.6) stable; + + * Update for latest LV2 Atom Object simplification + * Don't set eg prefix in sratom_to_turtle + * Upgrade to waf 1.7.16 + + -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:14:19 -0400 + +sratom (0.4.4) stable; + + * Escape invalid characters when writing paths as URIs + * Fancier printing without subject and predicate + + -- David Robillard <d@drobilla.net> Sat, 04 Jan 2014 16:09:33 -0500 + +sratom (0.4.2) stable; + + * Fix serialisation of nested tuples + * Fix memory leaks + * Use new sord API to clean up and shrink code + * Disable timestamps in HTML documentation for reproducible build + * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory) + + -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:17:01 -0500 + +sratom (0.4.0) stable; + + * Correctly read objects with several rdf:type properties + * Support writing Object Atoms as top level descriptions if subject and + predicate are not given. + * Fix various hyper-strict warnings + * Upgrade to waf 1.7.2 + + -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 01:11:07 -0400 + +sratom (0.2.0) stable; + + * Initial release + + -- David Robillard <d@drobilla.net> Wed, 18 Apr 2012 15:14:11 -0400 @@ -0,0 +1,10 @@ +Sratom +====== + +Sratom is a library for serialising LV2 atoms to/from RDF, particularly the +Turtle syntax. +For more information, see <http://drobilla.net/software/sratom>. + +More information about LV2 atoms can be found at <http://lv2plug.in/ns/ext/atom> + + -- David Robillard <d@drobilla.net> diff --git a/doc/layout.xml b/doc/layout.xml new file mode 100644 index 0000000..74a109f --- /dev/null +++ b/doc/layout.xml @@ -0,0 +1,187 @@ +<doxygenlayout version="1.0"> + <!-- Navigation index tabs for HTML output --> + <navindex> + <tab type="mainpage" visible="yes" title=""/> + <tab type="pages" visible="yes" title="" intro=""/> + <tab type="modules" visible="yes" title="" intro=""/> + <tab type="namespaces" visible="yes" title=""> + <tab type="namespacelist" visible="yes" title="" intro=""/> + <tab type="namespacemembers" visible="yes" title="" intro=""/> + </tab> + <tab type="classes" visible="yes" title=""> + <tab type="classlist" visible="yes" title="" intro=""/> + <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> + <tab type="hierarchy" visible="yes" title="" intro=""/> + <tab type="classmembers" visible="yes" title="" intro=""/> + </tab> + <tab type="files" visible="yes" title=""> + <tab type="filelist" visible="yes" title="" intro=""/> + <tab type="globals" visible="yes" title="" intro=""/> + </tab> + <tab type="examples" visible="yes" title="" intro=""/> + </navindex> + + <!-- Layout definition for a class page --> + <class> + <briefdescription visible="yes"/> + <includes visible="$SHOW_INCLUDE_FILES"/> + <inheritancegraph visible="$CLASS_GRAPH"/> + <collaborationgraph visible="$COLLABORATION_GRAPH"/> + <allmemberslink visible="yes"/> + <memberdecl> + <nestedclasses visible="yes" title=""/> + <publictypes title=""/> + <publicslots title=""/> + <signals title=""/> + <publicmethods title=""/> + <publicstaticmethods title=""/> + <publicattributes title=""/> + <publicstaticattributes title=""/> + <protectedtypes title=""/> + <protectedslots title=""/> + <protectedmethods title=""/> + <protectedstaticmethods title=""/> + <protectedattributes title=""/> + <protectedstaticattributes title=""/> + <packagetypes title=""/> + <packagemethods title=""/> + <packagestaticmethods title=""/> + <packageattributes title=""/> + <packagestaticattributes title=""/> + <properties title=""/> + <events title=""/> + <privatetypes title=""/> + <privateslots title=""/> + <privatemethods title=""/> + <privatestaticmethods title=""/> + <privateattributes title=""/> + <privatestaticattributes title=""/> + <friends title=""/> + <related title="" subtitle=""/> + <membergroups visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + <memberdef> + <inlineclasses title=""/> + <typedefs title=""/> + <enums title=""/> + <constructors title=""/> + <functions title=""/> + <related title=""/> + <variables title=""/> + <properties title=""/> + <events title=""/> + </memberdef> + <usedfiles visible="$SHOW_USED_FILES"/> + <authorsection visible="yes"/> + </class> + + <!-- Layout definition for a namespace page --> + <namespace> + <briefdescription visible="yes"/> + <memberdecl> + <nestednamespaces visible="yes" title=""/> + <classes visible="yes" title=""/> + <typedefs title=""/> + <enums title=""/> + <functions title=""/> + <variables title=""/> + <membergroups visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + <memberdef> + <inlineclasses title=""/> + <typedefs title=""/> + <enums title=""/> + <functions title=""/> + <variables title=""/> + </memberdef> + <authorsection visible="yes"/> + </namespace> + + <!-- Layout definition for a file page --> + <file> + <briefdescription visible="yes"/> + <includes visible="$SHOW_INCLUDE_FILES"/> + <includegraph visible="$INCLUDE_GRAPH"/> + <includedbygraph visible="$INCLUDED_BY_GRAPH"/> + <sourcelink visible="yes"/> + <memberdecl> + <classes visible="yes" title=""/> + <namespaces visible="yes" title=""/> + <defines title=""/> + <typedefs title=""/> + <enums title=""/> + <functions title=""/> + <variables title=""/> + <membergroups visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + <memberdef> + <inlineclasses title=""/> + <defines title=""/> + <typedefs title=""/> + <enums title=""/> + <functions title=""/> + <variables title=""/> + </memberdef> + <authorsection/> + </file> + + <!-- Layout definition for a group page --> + <group> + <briefdescription visible="no"/> + <groupgraph visible="$GROUP_GRAPHS"/> + <detaileddescription title=""/> + <memberdecl> + <nestedgroups visible="yes" title=""/> + <dirs visible="yes" title=""/> + <files visible="yes" title=""/> + <namespaces visible="yes" title=""/> + <classes visible="yes" title=""/> + <defines title=""/> + <typedefs title=""/> + <enums title=""/> + <enumvalues title=""/> + <functions title=""/> + <variables title=""/> + <signals title=""/> + <publicslots title=""/> + <protectedslots title=""/> + <privateslots title=""/> + <events title=""/> + <properties title=""/> + <friends title=""/> + <membergroups visible="yes"/> + </memberdecl> + <memberdef> + <pagedocs/> + <inlineclasses title=""/> + <defines title=""/> + <typedefs title=""/> + <enums title=""/> + <enumvalues title=""/> + <functions title=""/> + <variables title=""/> + <signals title=""/> + <publicslots title=""/> + <protectedslots title=""/> + <privateslots title=""/> + <events title=""/> + <properties title=""/> + <friends title=""/> + </memberdef> + <authorsection visible="yes"/> + </group> + + <!-- Layout definition for a directory page --> + <directory> + <briefdescription visible="yes"/> + <directorygraph visible="yes"/> + <memberdecl> + <dirs visible="yes"/> + <files visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + </directory> +</doxygenlayout> diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in new file mode 100644 index 0000000..3635132 --- /dev/null +++ b/doc/reference.doxygen.in @@ -0,0 +1,2415 @@ +# Doxyfile 1.8.12 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single 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. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = Sratom + +# 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 = @SRATOM_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 a logo or an 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) path +# into which the generated documentation will be written. 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 causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = 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. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, 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. +# The default value is: YES. + +BRIEF_MEMBER_DESC = NO + +# If the REPEAT_BRIEF tag is set to YES, 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. +# The default value is: YES. + +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 and the. + +ABBREVIATE_BRIEF = + +# 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. +# The default value is: NO. + +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. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, 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 +# The default value is: YES. + +FULL_PATH_NAMES = NO + +# 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. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_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 list of 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 is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +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-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = YES + +# 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 Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +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 behavior. 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 behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +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. +# The default value is: NO. + +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. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 4 + +# This tag can be used to specify a number of aliases that act 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. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = YES + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +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. +# The default value is: NO. + +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, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. 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: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up +# to that level are automatically included in the table of contents, even if +# they do not have an id attribute. +# Note: This feature currently applies only to Markdown headings. +# Minimum value: 0, maximum value: 99, default value: 0. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +TOC_INCLUDE_HEADINGS = 0 + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# 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); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# http://www.riverbankcomputing.co.uk/software/sip/intro) 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. +# The default value is: NO. + +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 will make +# doxygen to 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. +# The default value is: YES. + +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. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES 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. +# The default value is: YES. + +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). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = YES + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef 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, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = YES + +# When TYPEDEF_HIDES_STRUCT tag 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. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = YES + +# 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 appears 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. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +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 respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = YES + +# 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. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = NO + +# This flag is only useful for Objective-C code. If 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, only methods in the interface are +# included. +# The default value is: NO. + +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 namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO 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. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = YES + +# 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, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = YES + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO, these declarations will be +# included in the documentation. +# The default value is: NO. + +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, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = YES + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +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. +# The default value is: system dependent. + +CASE_SENSE_NAMES = YES + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# 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. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES 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. +# The default value is: YES. + +SORT_MEMBER_DOCS = NO + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +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 constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: 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 group names will +# appear in their defined order. +# The default value is: NO. + +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 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. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = YES + +# 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. +# The default value is: NO. + +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. +# The default value is: YES. + +GENERATE_TODOLIST = NO + +# 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. +# The default value is: YES. + +GENERATE_TESTLIST = NO + +# 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. +# The default value is: YES. + +GENERATE_BUGLIST = NO + +# 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. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if <section_label> ... \endif and \cond <section_label> +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have 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 value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +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. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# 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 value is: YES. + +SHOW_FILES = NO + +# 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 value is: YES. + +SHOW_NAMESPACES = NO + +# 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 command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +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. To 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. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = @SRATOM_SRCDIR@/doc/layout.xml + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This 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. See also \cite for info how to create references. + +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 to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = YES + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag 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. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag 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. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This 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, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = YES + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. +# The default value is: NO. + +WARN_AS_ERROR = 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) +# The default value is: $file:$line: $text. + +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 standard +# error (stderr). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is 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. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = @SRATOM_SRCDIR@/sratom/sratom.h + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# possible encodings. +# The default value is: UTF-8. + +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 patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, +# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. + +FILE_PATTERNS = + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +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 = + +# 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. +# The default value is: NO. + +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 +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */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 = + +# 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 = *.c + +# 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. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be 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: +# +# <filter> <input-file> +# +# where <filter> is the value of the INPUT_FILTER tag, and <input-file> 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. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +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 information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +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 tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = + +#--------------------------------------------------------------------------- +# 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 that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +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. +# The default value is: NO. + +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. +# The default value is: NO. + +REFERENCES_RELATION = YES + +# If the REFERENCES_LINK_SOURCE tag is set to YES 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. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = 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. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES 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. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = NO + +#--------------------------------------------------------------------------- +# 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. +# The default value is: YES. + +ALPHABETICAL_INDEX = NO + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +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 a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +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. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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 left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = @SRATOM_SRCDIR@/doc/style.css + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_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. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 160 + +# 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. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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 YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = NO + +# 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. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# 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 (see: http://developer.apple.com/tools/xcode/), 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. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset 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. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# 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. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# The DOCSET_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. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# 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. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# 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. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# 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). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# 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. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +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. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +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 (see: +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# 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. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they 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. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = YES + +# 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. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values 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. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 1 + +# 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. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If 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. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. 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. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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 directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +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 pre-rendered 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 may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# 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 +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# 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. It is possible to +# search using the keyboard; to jump to the search box use <access key> + S +# (what the <access key> is depends on the OS and browser, but it is typically +# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down +# key> to jump into the search results window, the results can be navigated +# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel +# the search. The filter options can be selected when the cursor is inside the +# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> +# to select a filter and <Enter> or <escape> to activate or cancel the filter +# option. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +SEARCHENGINE = NO + +# When the SERVER_BASED_SEARCH tag is enabled the search engine will be +# implemented using a web server instead of a web client using Javascript. There +# are two flavors of web server based searching depending on the EXTERNAL_SEARCH +# setting. When disabled, doxygen will generate a PHP script for searching and +# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing +# and searching needs to be provided by external tools. See the section +# "External Indexing and Searching" for details. +# The default value is: NO. +# This tag requires that the tag SEARCHENGINE is set to YES. + +SERVER_BASED_SEARCH = NO + +# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP +# script for searching. Instead the search results are written to an XML file +# which needs to be processed by an external indexer. Doxygen will invoke an +# external search engine pointed to by the SEARCHENGINE_URL option to obtain the +# search results. +# +# Doxygen ships with an example indexer (doxyindexer) and search engine +# (doxysearch.cgi) which are based on the open source search engine library +# Xapian (see: http://xapian.org/). +# +# See the section "External Indexing and Searching" for details. +# The default value is: NO. +# This tag requires that the tag SEARCHENGINE is set to YES. + +EXTERNAL_SEARCH = NO + +# The SEARCHENGINE_URL should point to a search engine hosted by a web server +# which will return the search results when EXTERNAL_SEARCH is enabled. +# +# Doxygen ships with an example indexer (doxyindexer) and search engine +# (doxysearch.cgi) which are based on the open source search engine library +# Xapian (see: http://xapian.org/). See the section "External Indexing and +# Searching" for details. +# This tag requires that the tag SEARCHENGINE is set to YES. + +SEARCHENGINE_URL = + +# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed +# search data is written to a file for indexing by an external tool. With the +# SEARCHDATA_FILE tag the name of this file can be specified. +# The default file is: searchdata.xml. +# This tag requires that the tag SEARCHENGINE is set to YES. + +SEARCHDATA_FILE = searchdata.xml + +# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the +# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is +# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple +# projects and redirect the results back to the right project. +# This tag requires that the tag SEARCHENGINE is set to YES. + +EXTERNAL_SEARCH_ID = + +# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen +# projects other than the one defined by this configuration file, but that are +# all added to the same external search index. Each project needs to have a +# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of +# to a relative location where the documentation can be found. The format is: +# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... +# This tag requires that the tag SEARCHENGINE is set to YES. + +EXTRA_SEARCH_MAPPINGS = + +#--------------------------------------------------------------------------- +# Configuration options related to the LaTeX output +#--------------------------------------------------------------------------- + +# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. +# The default value is: YES. + +GENERATE_LATEX = NO + +# 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. +# The default directory is: latex. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_OUTPUT = latex + +# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be +# invoked. +# +# 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. +# The default file is: latex. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_CMD_NAME = latex + +# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate +# index for LaTeX. +# The default file is: makeindex. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +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. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +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 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x +# 14 inches) and executive (7.25 x 10.5 inches). +# The default value is: a4. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +PAPER_TYPE = a4wide + +# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names +# that should be included in the LaTeX output. The package can be specified just +# by its name or with the correct syntax as to be used with the LaTeX +# \usepackage command. To get the times font for instance you can specify : +# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times} +# To use the option intlimits with the amsmath package you can specify: +# EXTRA_PACKAGES=[intlimits]{amsmath} +# If left blank no extra packages will be included. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +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. See +# section "Doxygen usage" for information on how to let doxygen write the +# default header to a separate file. +# +# Note: Only use a user-defined header if you know what you are doing! The +# following commands have a special meaning inside the header: $title, +# $datetime, $date, $doxygenversion, $projectname, $projectnumber, +# $projectbrief, $projectlogo. Doxygen will replace $title with the empty +# string, for the replacement values of the other commands the user is referred +# to HTML_HEADER. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +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. See +# LATEX_HEADER for more information on how to generate a default footer and what +# special commands can be used inside the footer. +# +# Note: Only use a user-defined footer if you know what you are doing! +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_FOOTER = + +# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# LaTeX style sheets that are included after the standard style sheets created +# by doxygen. Using this option one can overrule certain style aspects. Doxygen +# will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_EXTRA_STYLESHEET = + +# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the LATEX_OUTPUT output +# directory. Note that the files will be copied as-is; there are no commands or +# markers available. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_EXTRA_FILES = + +# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is +# prepared for conversion to PDF (using ps2pdf or pdflatex). 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. +# The default value is: YES. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +PDF_HYPERLINKS = YES + +# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate +# the PDF file directly from the LaTeX files. Set this option to YES, to get a +# higher quality PDF documentation. +# The default value is: YES. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +USE_PDFLATEX = YES + +# 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. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_BATCHMODE = NO + +# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the +# index chapters (such as File Index, Compound Index, etc.) in the output. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_HIDE_INDICES = NO + +# If the LATEX_SOURCE_CODE tag 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. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +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. See +# http://en.wikipedia.org/wiki/BibTeX and \cite for more info. +# The default value is: plain. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_BIB_STYLE = plain + +# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated +# 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. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_TIMESTAMP = NO + +#--------------------------------------------------------------------------- +# 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 too pretty with other RTF +# readers/editors. +# The default value is: NO. + +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. +# The default directory is: rtf. +# This tag requires that the tag GENERATE_RTF is set to YES. + +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. +# The default value is: NO. +# This tag requires that the tag GENERATE_RTF is set to YES. + +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 some other Word compatible readers that support those +# fields. +# +# Note: WordPad (write) and others do not support links. +# The default value is: NO. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_HYPERLINKS = NO + +# Load stylesheet 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. +# +# See also section "Doxygen usage" for information on how to generate the +# default style sheet that doxygen normally uses. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_STYLESHEET_FILE = + +# Set optional variables used in the generation of an RTF document. Syntax is +# similar to doxygen's config file. A template extensions file can be generated +# using doxygen -e rtf extensionFile. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_EXTENSIONS_FILE = + +# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code +# with syntax highlighting in the RTF output. +# +# Note that which sources are shown also depends on other settings such as +# SOURCE_BROWSER. +# The default value is: NO. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_SOURCE_CODE = NO + +#--------------------------------------------------------------------------- +# Configuration options related to the man page output +#--------------------------------------------------------------------------- + +# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for +# classes and files. +# The default value is: NO. + +GENERATE_MAN = YES + +# 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. A directory man3 will be created inside the directory specified by +# MAN_OUTPUT. +# The default directory is: man. +# This tag requires that the tag GENERATE_MAN is set to YES. + +MAN_OUTPUT = man + +# The MAN_EXTENSION tag determines the extension that is added to the generated +# man pages. In case the manual section does not start with a number, the number +# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is +# optional. +# The default value is: .3. +# This tag requires that the tag GENERATE_MAN is set to YES. + +MAN_EXTENSION = .3 + +# The MAN_SUBDIR tag determines the name of the directory created within +# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by +# MAN_EXTENSION with the initial . removed. +# This tag requires that the tag GENERATE_MAN is set to YES. + +MAN_SUBDIR = + +# 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 value is: NO. +# This tag requires that the tag GENERATE_MAN is set to YES. + +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. +# The default value is: NO. + +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. +# The default directory is: xml. +# This tag requires that the tag GENERATE_XML is set to YES. + +XML_OUTPUT = xml + +# 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. +# The default value is: YES. +# This tag requires that the tag GENERATE_XML is set to YES. + +XML_PROGRAMLISTING = YES + +#--------------------------------------------------------------------------- +# Configuration options related to the DOCBOOK output +#--------------------------------------------------------------------------- + +# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files +# that can be used to generate PDF. +# The default value is: NO. + +GENERATE_DOCBOOK = NO + +# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in +# front of it. +# The default directory is: docbook. +# This tag requires that the tag GENERATE_DOCBOOK is set to YES. + +DOCBOOK_OUTPUT = docbook + +# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the +# program listings (including syntax highlighting and cross-referencing +# information) to the DOCBOOK output. Note that enabling this will significantly +# increase the size of the DOCBOOK output. +# The default value is: NO. +# This tag requires that the tag GENERATE_DOCBOOK is set to YES. + +DOCBOOK_PROGRAMLISTING = NO + +#--------------------------------------------------------------------------- +# Configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- + +# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an +# AutoGen Definitions (see http://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. +# The default value is: NO. + +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. +# The default value is: NO. + +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. +# The default value is: NO. +# This tag requires that the tag GENERATE_PERLMOD is set to YES. + +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. +# The default value is: YES. +# This tag requires that the tag GENERATE_PERLMOD is set to YES. + +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. +# This tag requires that the tag GENERATE_PERLMOD is set to YES. + +PERLMOD_MAKEVAR_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- + +# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all +# C-preprocessor directives found in the sources and include files. +# The default value is: YES. + +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, only conditional compilation will be +# performed. Macro expansion can be done in a controlled way by setting +# EXPAND_ONLY_PREDEF to YES. +# The default value is: NO. +# This tag requires that the tag ENABLE_PREPROCESSING is set 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. +# The default value is: NO. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +EXPAND_ONLY_PREDEF = NO + +# If the SEARCH_INCLUDES tag is set to YES, the include files in the +# INCLUDE_PATH will be searched if a #include is found. +# The default value is: YES. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +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. +# This tag requires that the tag SEARCH_INCLUDES is set to YES. + +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. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +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 e.g. +# 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. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +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. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +EXPAND_AS_DEFINED = + +# If the SKIP_FUNCTION_MACROS tag is set to YES 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. Such function macros +# are typically used for boiler-plate code, and will confuse the parser if not +# removed. +# The default value is: YES. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +SKIP_FUNCTION_MACROS = YES + +#--------------------------------------------------------------------------- +# Configuration options related to external references +#--------------------------------------------------------------------------- + +# The TAGFILES tag can be used to specify one or more tag files. For each tag +# file the location of the external documentation should be added. 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. See the +# section "Linking to external documentation" for more information about the use +# of tag files. +# Note: 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. See section "Linking to +# external documentation" for more information about the usage of tag files. + +GENERATE_TAGFILE = + +# If the ALLEXTERNALS tag is set to YES, all external class will be listed in +# the class index. If set to NO, only the inherited external classes will be +# listed. +# The default value is: NO. + +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. +# The default value is: YES. + +EXTERNAL_GROUPS = YES + +# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in +# the related pages index. If set to NO, only the current project's pages will +# be listed. +# The default value is: YES. + +EXTERNAL_PAGES = YES + +# The PERL_PATH should be the absolute path and name of the perl script +# interpreter (i.e. the result of 'which perl'). +# The default file (with absolute path) is: /usr/bin/perl. + +PERL_PATH = /usr/bin/perl + +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- + +# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram +# (in HTML 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. +# The default value is: YES. + +CLASS_DIAGRAMS = NO + +# 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 = + +# You can include diagrams made with dia in doxygen documentation. Doxygen will +# then run dia to produce the diagram and insert it in the documentation. The +# DIA_PATH tag allows you to specify the directory where the dia binary resides. +# If left empty dia is assumed to be found in the default search path. + +DIA_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. +# The default value is: YES. + +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 (see: +# http://www.graphviz.org/), 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 value is: NO. + +HAVE_DOT = NO + +# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed +# to run in parallel. When set to 0 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. +# Minimum value: 0, maximum value: 32, default value: 0. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_NUM_THREADS = 0 + +# When you want a differently looking font in the dot files that doxygen +# generates 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. +# The default value is: Helvetica. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_FONTNAME = + +# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of +# dot graphs. +# Minimum value: 4, maximum value: 24, default value: 10. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_FONTSIZE = 10 + +# By default doxygen will tell dot to use the default font as specified with +# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set +# the path where dot can find it using this tag. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_FONTPATH = + +# If the CLASS_GRAPH tag is 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. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +CLASS_GRAPH = NO + +# If the COLLABORATION_GRAPH tag is 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. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +COLLABORATION_GRAPH = NO + +# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for +# groups, showing the direct groups dependencies. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +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. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +UML_LOOK = NO + +# If the UML_LOOK tag is enabled, the fields and methods are shown inside the +# class node. If there are many fields or methods and many nodes the graph may +# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the +# number of items for each type to make the size more manageable. Set this to 0 +# for no limit. Note that the threshold may be exceeded by 50% before the limit +# is enforced. So when you set the threshold to 10, up to 15 fields may appear, +# but if the number exceeds 15, the total amount of fields shown is limited to +# 10. +# Minimum value: 0, maximum value: 100, default value: 10. +# This tag requires that the tag HAVE_DOT is set to YES. + +UML_LIMIT_NUM_FIELDS = 10 + +# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and +# collaboration graphs will show the relations between templates and their +# instances. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +TEMPLATE_RELATIONS = NO + +# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES 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. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +INCLUDE_GRAPH = NO + +# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES 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. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +INCLUDED_BY_GRAPH = NO + +# If the CALL_GRAPH tag is 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. Disabling a call graph can be +# accomplished by means of the command \hidecallgraph. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +CALL_GRAPH = NO + +# If the CALLER_GRAPH tag is 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. Disabling a caller graph can be +# accomplished by means of the command \hidecallergraph. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +CALLER_GRAPH = NO + +# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical +# hierarchy of all classes instead of a textual one. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +GRAPHICAL_HIERARCHY = NO + +# If the DIRECTORY_GRAPH tag is 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. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +DIRECTORY_GRAPH = NO + +# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images +# generated by dot. For an explanation of the image formats see the section +# output formats in the documentation of the dot tool (Graphviz (see: +# http://www.graphviz.org/)). +# Note: 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). +# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo, +# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and +# png:gdiplus:gdiplus. +# The default value is: png. +# This tag requires that the tag HAVE_DOT is set to YES. + +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. +# Note: 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. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +INTERACTIVE_SVG = NO + +# The DOT_PATH tag 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. +# This tag requires that the tag HAVE_DOT is set to YES. + +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). +# This tag requires that the tag HAVE_DOT is set to YES. + +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 DIAFILE_DIRS tag can be used to specify one or more directories that +# contain dia files that are included in the documentation (see the \diafile +# command). + +DIAFILE_DIRS = + +# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the +# path where java can find the plantuml.jar file. If left blank, it is assumed +# PlantUML is not used or called during a preprocessing step. Doxygen will +# generate a warning when it encounters a \startuml command in this case and +# will not generate output for the diagram. + +PLANTUML_JAR_PATH = + +# When using plantuml, the specified paths are searched for files specified by +# the !include statement in a plantuml block. + +PLANTUML_INCLUDE_PATH = + +# 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. +# Minimum value: 0, maximum value: 10000, default value: 50. +# This tag requires that the tag HAVE_DOT is set to YES. + +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. +# Minimum value: 0, maximum value: 1000, default value: 0. +# This tag requires that the tag HAVE_DOT is set to YES. + +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). +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_TRANSPARENT = NO + +# Set the DOT_MULTI_TARGETS tag to YES to 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. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_MULTI_TARGETS = NO + +# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page +# explaining the meaning of the various boxes and arrows in the dot generated +# graphs. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +GENERATE_LEGEND = NO + +# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot +# files that are used to generate the various graphs. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_CLEANUP = YES diff --git a/doc/style.css b/doc/style.css new file mode 100644 index 0000000..f6ff8bb --- /dev/null +++ b/doc/style.css @@ -0,0 +1,691 @@ +body { + max-width: 80em; + margin: 0; + margin-left: auto; + margin-right: auto; + background: #FFF; + color: #000; +} + +#titlearea { + display: none; +} + +h1 { + font-size: 180%; + font-weight: 900; +} + +h2 { + font-size: 140%; + font-weight: 700; +} + +h3 { + font-size: 120%; + font-weight: 700; +} + +h4 { + font-size: 110%; + font-weight: 700; +} + +h5 { + font-size: 100%; + font-weight: 700; +} + +h6 { + font-size: 100%; + font-weight: 600; +} + +p { + margin: 0 0 1em 0; +} + +dt { + font-weight: 700; +} + +p.startli,p.startdd,p.starttd { + margin-top: 2px; +} + +p.endli { + margin-bottom: 0; +} + +p.enddd { + margin-bottom: 4px; +} + +p.endtd { + margin-bottom: 2px; +} + +caption { + font-weight: 700; +} + +span.legend { + font-size: small; + text-align: center; +} + +h3.version { + font-size: small; + text-align: center; +} + +div.qindex,div.navtab { + background-color: #EBEFF6; + border: 1px solid #A3B4D7; + text-align: center; + margin: 2px; + padding: 2px; +} + +div.navtab { + margin-right: 15px; +} + +/* @group Link Styling */ +a { + color: #546E00; + text-decoration: none; +} + +.contents a:visited { + color: #344E00; +} + +a:hover { + text-decoration: underline; +} + +a.qindexHL { + background-color: #9CAFD4; + color: #FFF; + border: 1px double #869DCA; +} + +code { + color: #444; +} + +a.code { + color: #4665A2; +} + +a.codeRef { + color: #4665A2; +} + +/* @end */ +dl.el { + margin-left: -1cm; +} + +.fragment { + font-family: monospace, fixed; +} + +pre.fragment { + border: 1px solid #C4C4C4; + background-color: #F9F9F9; + padding: 4px 6px; + margin: 4px 8px 4px 2px; + overflow: auto; + line-height: 125%; +} + +div.ah { + background-color: #000; + font-weight: 700; + color: #FFF; + margin-bottom: 3px; + margin-top: 3px; + padding: .2em; + border: thin solid #333; +} + +div.groupHeader { + margin-left: 16px; + margin-top: 12px; + margin-bottom: 6px; + font-weight: 700; +} + +a + h2.groupheader { + display: none; +} + +div.groupText { + margin-left: 16px; + font-style: italic; +} + +div.contents { + margin-top: 10px; + margin-left: 10px; + margin-right: 10px; +} + +td.indexkey { + background-color: #EBEFF6; + font-weight: 700; + border: 1px solid #C4CFE5; + margin: 2px 0; + padding: 2px 10px; +} + +td.indexvalue { + background-color: #EBEFF6; + border: 1px solid #C4CFE5; + padding: 2px 10px; + margin: 2px 0; +} + +tr.memlist { + background-color: #EEF1F7; +} + +p.formulaDsp { + text-align: center; +} + +img.formulaInl { + vertical-align: middle; +} + +div.center { + text-align: center; + margin-top: 0; + margin-bottom: 0; + padding: 0; +} + +div.center img { + border: 0; +} + +address.footer { + text-align: right; + padding-right: 12px; +} + +img.footer { + border: 0; + vertical-align: middle; +} + +/* @group Code Colorization */ +span.keyword { + color: green; +} + +span.keywordtype { + color: #3E873E; +} + +span.keywordflow { + color: #e08000; +} + +span.comment { + color: maroon; +} + +span.preprocessor { + color: #806020; +} + +span.stringliteral { + color: #002080; +} + +span.charliteral { + color: teal; +} + +span.vhdldigit { + color: #F0F; +} + +span.vhdlkeyword { + color: #700070; +} + +span.vhdllogic { + color: red; +} + +/* @end */ +td.tiny { + font-size: x-small; +} + +.dirtab { + padding: 4px; + border-collapse: collapse; + border: 1px solid #A3B4D7; +} + +th.dirtab { + background: #EBEFF6; + font-weight: 700; +} + +hr { + height: 0; + border: none; + border-top: 1px solid #DDD; + margin: 2em 0 1em; +} + +hr.footer { + height: 1px; +} + +/* @group Member Descriptions */ +table.memberdecls { + border-spacing: 0.125em; +} + +h2.groupheader { + margin: 0.5em 0 0.25em 0; +} + +.mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams { + margin: 0; + padding: 0; +} + +.mdescLeft,.mdescRight { + color: #555; +} + +.memItemLeft,.memItemRight,.memTemplParams { + border: 0; + font-family: monospace, fixed; +} + +.memItemLeft,.memTemplItemLeft { + white-space: nowrap; + padding-left: 2em; + padding-right: 1em; +} + +.memItemLeft a.el { + font-weight: bold; +} + +.memTemplParams { + color: #464646; + white-space: nowrap; +} + +td.memSeparator { + display: none; +} + +td.mlabels-right { + vertical-align: top; + padding-top: 4px; + color: #AA6; +} + +.memtitle { + display: none; +} + +/* @end */ +/* @group Member Details */ +/* Styles for detailed member documentation */ +.memtemplate { + color: #4665A2; + font-weight: bold; +} + +.memnav { + background-color: #EBEFF6; + border: 1px solid #A3B4D7; + text-align: center; + margin: 2px; + margin-right: 15px; + padding: 2px; +} + +.memitem { + padding: 0; + margin: 1em 0 1em 0; +} + +.memproto { + padding: 0; + font-weight: bold; + color: #000; +} + +.memproto .paramname { + color: #444; + font-style: normal; +} + +.memdoc { + padding: 0 0 0.5em 2em; +} + +.paramkey { + text-align: right; +} + +.paramtype { + color: #3E873E; + white-space: nowrap; +} + +.paramname { + color: #444; + white-space: nowrap; + font-weight: bold; +} + +td.paramname { + vertical-align: top; +} + +.fieldname { + color: #000; +} + +td.fieldname { + padding-right: 1em; + vertical-align: top; +} + +td.fieldtype { + vertical-align: top; + color: #444; + padding-right: 0.5em; +} + +td.fielddoc p { + margin: 0; +} + +/* @end */ +/* @group Directory (tree) */ +/* for the tree view */ +.ftvtree { + font-family: sans-serif; + margin: 0; +} + +/* these are for tree view when used as main index */ +.directory { + font-size: small; + margin: 0.5em; +} + +.directory h3 { + margin: 0; + margin-top: 1em; + font-size: 11pt; +} + +.directory > h3 { + margin-top: 0; +} + +.directory p { + margin: 0; + white-space: nowrap; +} + +.directory div { + display: none; + margin: 0; +} + +.directory img { + vertical-align: -30%; +} + +/* these are for tree view when not used as main index */ +.directory-alt { + font-size: 100%; + font-weight: bold; +} + +.directory-alt h3 { + margin: 0; + margin-top: 1em; + font-size: 11pt; +} + +.directory-alt > h3 { + margin-top: 0; +} + +.directory-alt p { + margin: 0; + white-space: nowrap; +} + +.directory-alt div { + display: none; + margin: 0; +} + +.directory-alt img { + vertical-align: -30%; +} + +/* @end */ +div.dynheader { + margin-top: 8px; +} + +address { + font-style: normal; + color: #2A3D61; +} + +table.doxtable { + border-collapse: collapse; + margin: 0.5em; +} + +table.doxtable td,table.doxtable th { + border: 1px solid #DDD; + padding: 3px 7px 2px; +} + +table.doxtable th { + background-color: #F3F3F3; + color: #000; + padding-bottom: 4px; + padding-top: 5px; + text-align: left; + font-weight: bold; +} + +.tabsearch { + top: 0; + left: 10px; + height: 36px; + z-index: 101; + overflow: hidden; + font-size: 13px; +} + +div.navpath { + padding: 0.25em; +} + +.navpath ul { + font-size: x-small; + color: #8AA0CC; + overflow: hidden; + margin: 0; + padding: 0; +} + +.navpath li { + list-style-type: none; + float: left; + padding-left: 10px; + padding-right: 15px; + color: #364D7C; +} + +.navpath a { + display: block; + text-decoration: none; + outline: none; +} + +.navpath a:hover { + color: #6884BD; +} + +div.summary { + float: right; + font-size: x-small; + padding: 0.25em 0.5em 0 0; + width: 50%; + text-align: right; +} + +div.summary a { + white-space: nowrap; +} + +div.header { + background-color: #F3F3F3; + margin: 0; + border: 0; +} + +div.headertitle { + font-size: 180%; + font-weight: bold; + color: #FFF; + padding: 0.125em 0.25em 0.125em 0.25em; + background-color: #333; + background: linear-gradient(to bottom, #333 0%, #111 100%); + border: solid 1px #444; + border-top: 0; + border-radius: 0 0 6px 6px; +} + +div.line { + font-family: monospace, fixed; + font-size: 13px; + min-height: 13px; + line-height: 1.0; + text-wrap: avoid; + white-space: pre-wrap; + text-indent: -53px; + padding-left: 53px; + padding-bottom: 0; + margin: 0; +} + +.glow { + background-color: cyan; + box-shadow: 0 0 10px cyan; +} + +span.lineno { + padding-right: 4px; + text-align: right; + border-right: 2px solid #0F0; + background-color: #E8E8E8; + white-space: pre; +} +span.lineno a { + background-color: #D8D8D8; +} + +span.lineno a:hover { + background-color: #C8C8C8; +} + +.tabs, .tabs2, .navpath { + background-image: none; + background-color: #333; + background: linear-gradient(to bottom, #333 0%, #111 100%); + border: 0; + border-bottom: solid 2px #000; + padding: 0; + padding-top: 2px; + font-size: small; +} + +#navrow1 { + border: 0; +} + +th { + text-align: left; +} + +.mlabel { + padding: 0.125em; +} + +/* tabs*/ + +.tablist { + margin: 0; + padding: 0; + display: table; +} + +.tablist li { + display: table-cell; + line-height: 2em; + list-style: none; + background-color: #333; + background: linear-gradient(to bottom, #444 0%, #222 100%); + border: 1px solid #222; + border-bottom: 0; + border-radius: 6px 6px 0 0; + color: #DDD; +} + +.tablist a { + display: block; + padding: 0 20px; + font-weight: bold; + color: #859900; + text-decoration: none; + outline: none; +} + +.header a { + color: #859900; +} + +.tabs3 .tablist a { + padding: 0 10px; +} + +.tablist a:hover { + color: #fff; + text-shadow: 0 1px 1px rgba(0, 0, 0, 1.0); + text-decoration: none; +} + +.tablist li.current a { + color: #fff; + text-shadow: 0 1px 1px rgba(0, 0, 0, 1.0); +} + +span.icon { + display: none; +} diff --git a/sratom.pc.in b/sratom.pc.in new file mode 100644 index 0000000..eb40083 --- /dev/null +++ b/sratom.pc.in @@ -0,0 +1,11 @@ +prefix=@PREFIX@ +exec_prefix=@EXEC_PREFIX@ +libdir=@LIBDIR@ +includedir=@INCLUDEDIR@ + +Name: Sratom +Version: @SRATOM_VERSION@ +Description: LV2 Atom RDF serialisation library +Requires: lv2 @PKG_serd_0@ @PKG_sord_0@ +Libs: -L${libdir} -l@LIB_SRATOM@ +Cflags: -I${includedir}/sratom-@SRATOM_MAJOR_VERSION@ diff --git a/sratom/sratom.h b/sratom/sratom.h new file mode 100644 index 0000000..c94e855 --- /dev/null +++ b/sratom/sratom.h @@ -0,0 +1,228 @@ +/* + Copyright 2012-2016 David Robillard <http://drobilla.net> + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + + THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +*/ + +/** + @file sratom.h API for Sratom, an LV2 Atom RDF serialisation library. +*/ + +#ifndef SRATOM_SRATOM_H +#define SRATOM_SRATOM_H + +#include <stdint.h> + +#include "lv2/lv2plug.in/ns/ext/urid/urid.h" +#include "lv2/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/lv2plug.in/ns/ext/atom/forge.h" +#include "serd/serd.h" +#include "sord/sord.h" + +#ifdef SRATOM_SHARED +# ifdef _WIN32 +# define SRATOM_LIB_IMPORT __declspec(dllimport) +# define SRATOM_LIB_EXPORT __declspec(dllexport) +# else +# define SRATOM_LIB_IMPORT __attribute__((visibility("default"))) +# define SRATOM_LIB_EXPORT __attribute__((visibility("default"))) +# endif +# ifdef SRATOM_INTERNAL +# define SRATOM_API SRATOM_LIB_EXPORT +# else +# define SRATOM_API SRATOM_LIB_IMPORT +# endif +#else +# define SRATOM_API +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +/** + @defgroup sratom Sratom + An LV2 Atom RDF serialisation library. + @{ +*/ + +/** + Atom serialiser. +*/ +typedef struct SratomImpl Sratom; + +/** + Mode for reading resources to LV2 Objects. + + This affects how resources (which are either blank nodes or have URIs) are + read by sratom_read(), since they may be read as simple references (a URI or + blank node ID) or a complete description (an atom "Object"). + + Currently, blank nodes are always read as Objects, but support for reading + blank node IDs may be added in the future. +*/ +typedef enum { + /** + Read blank nodes as Objects, and named resources as URIs. + */ + SRATOM_OBJECT_MODE_BLANK, + + /** + Read blank nodes and the main subject as Objects, and any other named + resources as URIs. The "main subject" is the subject parameter passed + to sratom_read(); if this is a resource it will be read as an Object, + but all other named resources encountered will be read as URIs. + */ + SRATOM_OBJECT_MODE_BLANK_SUBJECT +} SratomObjectMode; + +/** + Create a new Atom serialiser. +*/ +SRATOM_API +Sratom* +sratom_new(LV2_URID_Map* map); + +/** + Free an Atom serialisation. +*/ +SRATOM_API +void +sratom_free(Sratom* sratom); + +/** + Set the environment for reading or writing Turtle. + + This can be used to set namespace prefixes and a base URI for + sratom_to_turtle() and sratom_from_turtle(). +*/ +SRATOM_API +void +sratom_set_env(Sratom* sratom, + SerdEnv* env); + +/** + Set the sink(s) where sratom will write its output. + + This must be called before calling sratom_write(). +*/ +SRATOM_API +void +sratom_set_sink(Sratom* sratom, + const char* base_uri, + SerdStatementSink sink, + SerdEndSink end_sink, + void* handle); + +/** + Write pretty numeric literals. + + If `pretty_numbers` is true, numbers will be written as pretty Turtle + literals, rather than string literals with precise types. The cost of this + is that the types might get fudged on a round-trip to RDF and back. +*/ +SRATOM_API +void +sratom_set_pretty_numbers(Sratom* sratom, + bool pretty_numbers); + +/** + Configure how resources will be read to form LV2 Objects. +*/ +SRATOM_API +void +sratom_set_object_mode(Sratom* sratom, + SratomObjectMode object_mode); + +/** + Write an Atom to RDF. + The serialised atom is written to the sink set by sratom_set_sink(). + @return 0 on success, or a non-zero error code otherwise. +*/ +SRATOM_API +int +sratom_write(Sratom* sratom, + LV2_URID_Unmap* unmap, + uint32_t flags, + const SerdNode* subject, + const SerdNode* predicate, + uint32_t type_urid, + uint32_t size, + const void* body); + +/** + Read an Atom from RDF. + The resulting atom will be written to `forge`. +*/ +SRATOM_API +void +sratom_read(Sratom* sratom, + LV2_Atom_Forge* forge, + SordWorld* world, + SordModel* model, + const SordNode* node); + +/** + Serialise an Atom to a Turtle string. + The returned string must be free()'d by the caller. +*/ +SRATOM_API +char* +sratom_to_turtle(Sratom* sratom, + LV2_URID_Unmap* unmap, + const char* base_uri, + const SerdNode* subject, + const SerdNode* predicate, + uint32_t type, + uint32_t size, + const void* body); + +/** + Read an Atom from a Turtle string. + The returned atom must be free()'d by the caller. +*/ +SRATOM_API +LV2_Atom* +sratom_from_turtle(Sratom* sratom, + const char* base_uri, + const SerdNode* subject, + const SerdNode* predicate, + const char* str); + +/** + A convenient resizing sink for LV2_Atom_Forge. + The handle must point to an initialized SerdChunk. +*/ +SRATOM_API +LV2_Atom_Forge_Ref +sratom_forge_sink(LV2_Atom_Forge_Sink_Handle handle, + const void* buf, + uint32_t size); + +/** + The corresponding deref function for sratom_forge_sink. +*/ +SRATOM_API +LV2_Atom* +sratom_forge_deref(LV2_Atom_Forge_Sink_Handle handle, + LV2_Atom_Forge_Ref ref); + +/** + @} +*/ + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /* SRATOM_SRATOM_H */ diff --git a/src/sratom.c b/src/sratom.c new file mode 100644 index 0000000..abe81fa --- /dev/null +++ b/src/sratom.c @@ -0,0 +1,836 @@ +/* + Copyright 2012-2016 David Robillard <http://drobilla.net> + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + + THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +*/ + +#include <assert.h> +#include <ctype.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + +#include "lv2/lv2plug.in/ns/ext/atom/forge.h" +#include "lv2/lv2plug.in/ns/ext/atom/util.h" +#include "lv2/lv2plug.in/ns/ext/midi/midi.h" + +#include "sratom/sratom.h" + +#define NS_RDF (const uint8_t*)"http://www.w3.org/1999/02/22-rdf-syntax-ns#" +#define NS_XSD (const uint8_t*)"http://www.w3.org/2001/XMLSchema#" + +#define USTR(str) ((const uint8_t*)(str)) + +static const SerdStyle style = (SerdStyle)( + SERD_STYLE_ABBREVIATED|SERD_STYLE_RESOLVED|SERD_STYLE_CURIED); + +typedef enum { + MODE_SUBJECT, + MODE_BODY, + MODE_SEQUENCE +} ReadMode; + +struct SratomImpl { + LV2_URID_Map* map; + LV2_Atom_Forge forge; + SerdEnv* env; + SerdNode base_uri; + SerdURI base; + SerdStatementSink write_statement; + SerdEndSink end_anon; + void* handle; + LV2_URID atom_Event; + LV2_URID atom_frameTime; + LV2_URID atom_beatTime; + LV2_URID midi_MidiEvent; + unsigned next_id; + SratomObjectMode object_mode; + uint32_t seq_unit; + struct { + SordNode* atom_childType; + SordNode* atom_frameTime; + SordNode* atom_beatTime; + SordNode* rdf_first; + SordNode* rdf_rest; + SordNode* rdf_type; + SordNode* rdf_value; + SordNode* xsd_base64Binary; + } nodes; + + bool pretty_numbers; +}; + +static void +read_node(Sratom* sratom, + LV2_Atom_Forge* forge, + SordWorld* world, + SordModel* model, + const SordNode* node, + ReadMode mode); + +SRATOM_API +Sratom* +sratom_new(LV2_URID_Map* map) +{ + Sratom* sratom = (Sratom*)calloc(1, sizeof(Sratom)); + if (sratom) { + sratom->map = map; + sratom->atom_Event = map->map(map->handle, LV2_ATOM__Event); + sratom->atom_frameTime = map->map(map->handle, LV2_ATOM__frameTime); + sratom->atom_beatTime = map->map(map->handle, LV2_ATOM__beatTime); + sratom->midi_MidiEvent = map->map(map->handle, LV2_MIDI__MidiEvent); + sratom->object_mode = SRATOM_OBJECT_MODE_BLANK; + lv2_atom_forge_init(&sratom->forge, map); + } + return sratom; +} + +SRATOM_API +void +sratom_free(Sratom* sratom) +{ + serd_node_free(&sratom->base_uri); + free(sratom); +} + +SRATOM_API +void +sratom_set_env(Sratom* sratom, SerdEnv* env) +{ + sratom->env = env; +} + +SRATOM_API +void +sratom_set_sink(Sratom* sratom, + const char* base_uri, + SerdStatementSink sink, + SerdEndSink end_sink, + void* handle) +{ + if (base_uri) { + serd_node_free(&sratom->base_uri); + sratom->base_uri = serd_node_new_uri_from_string( + USTR(base_uri), NULL, NULL); + serd_uri_parse(sratom->base_uri.buf, &sratom->base); + } + sratom->write_statement = sink; + sratom->end_anon = end_sink; + sratom->handle = handle; +} + +SRATOM_API +void +sratom_set_pretty_numbers(Sratom* sratom, + bool pretty_numbers) +{ + sratom->pretty_numbers = pretty_numbers; +} + +SRATOM_API +void +sratom_set_object_mode(Sratom* sratom, + SratomObjectMode object_mode) +{ + sratom->object_mode = object_mode; +} + +static void +gensym(SerdNode* out, char c, unsigned num) +{ + out->n_bytes = out->n_chars = snprintf( + (char*)out->buf, 10, "%c%u", c, num); +} + +static void +list_append(Sratom* sratom, + LV2_URID_Unmap* unmap, + unsigned* flags, + SerdNode* s, + SerdNode* p, + SerdNode* node, + uint32_t size, + uint32_t type, + const void* body) +{ + // Generate a list node + gensym(node, 'l', sratom->next_id); + sratom->write_statement(sratom->handle, *flags, NULL, + s, p, node, NULL, NULL); + + // _:node rdf:first value + *flags = SERD_LIST_CONT; + *p = serd_node_from_string(SERD_URI, NS_RDF "first"); + sratom_write(sratom, unmap, *flags, node, p, type, size, body); + + // Set subject to node and predicate to rdf:rest for next time + gensym(node, 'l', ++sratom->next_id); + *s = *node; + *p = serd_node_from_string(SERD_URI, NS_RDF "rest"); +} + +static void +list_end(SerdStatementSink sink, + void* handle, + unsigned* flags, + SerdNode* s, + SerdNode* p) +{ + // _:node rdf:rest rdf:nil + const SerdNode nil = serd_node_from_string(SERD_URI, NS_RDF "nil"); + sink(handle, *flags, NULL, s, p, &nil, NULL, NULL); +} + +static void +start_object(Sratom* sratom, + uint32_t* flags, + const SerdNode* subject, + const SerdNode* predicate, + const SerdNode* node, + const char* type) +{ + if (subject && predicate) { + sratom->write_statement(sratom->handle, *flags|SERD_ANON_O_BEGIN, NULL, + subject, predicate, node, NULL, NULL); + // Start abbreviating object properties + *flags |= SERD_ANON_CONT; + + // Object is in a list, stop list abbreviating if necessary + *flags &= ~SERD_LIST_CONT; + } + if (type) { + SerdNode p = serd_node_from_string(SERD_URI, NS_RDF "type"); + SerdNode o = serd_node_from_string(SERD_URI, USTR(type)); + sratom->write_statement(sratom->handle, *flags, NULL, + node, &p, &o, NULL, NULL); + } +} + +static bool +path_is_absolute(const char* path) +{ + return (path[0] == '/' + || (isalpha(path[0]) && path[1] == ':' + && (path[2] == '/' || path[2] == '\\'))); +} + +static SerdNode +number_type(const Sratom* sratom, const uint8_t* type) +{ + if (sratom->pretty_numbers && + (!strcmp((const char*)type, (const char*)NS_XSD "int") || + !strcmp((const char*)type, (const char*)NS_XSD "long"))) { + return serd_node_from_string(SERD_URI, NS_XSD "integer"); + } else if (sratom->pretty_numbers && + (!strcmp((const char*)type, (const char*)NS_XSD "float") || + !strcmp((const char*)type, (const char*)NS_XSD "double"))) { + return serd_node_from_string(SERD_URI, NS_XSD "decimal"); + } else { + return serd_node_from_string(SERD_URI, type); + } +} + +SRATOM_API +int +sratom_write(Sratom* sratom, + LV2_URID_Unmap* unmap, + uint32_t flags, + const SerdNode* subject, + const SerdNode* predicate, + uint32_t type_urid, + uint32_t size, + const void* body) +{ + const char* const type = unmap->unmap(unmap->handle, type_urid); + uint8_t idbuf[12] = "b0000000000"; + SerdNode id = serd_node_from_string(SERD_BLANK, idbuf); + uint8_t nodebuf[12] = "b0000000000"; + SerdNode node = serd_node_from_string(SERD_BLANK, nodebuf); + SerdNode object = SERD_NODE_NULL; + SerdNode datatype = SERD_NODE_NULL; + SerdNode language = SERD_NODE_NULL; + bool new_node = false; + if (type_urid == 0 && size == 0) { + object = serd_node_from_string(SERD_URI, USTR(NS_RDF "nil")); + } else if (type_urid == sratom->forge.String) { + object = serd_node_from_string(SERD_LITERAL, (const uint8_t*)body); + } else if (type_urid == sratom->forge.Chunk) { + datatype = serd_node_from_string(SERD_URI, NS_XSD "base64Binary"); + object = serd_node_new_blob(body, size, true); + new_node = true; + } else if (type_urid == sratom->forge.Literal) { + const LV2_Atom_Literal_Body* lit = (const LV2_Atom_Literal_Body*)body; + const uint8_t* str = USTR(lit + 1); + object = serd_node_from_string(SERD_LITERAL, str); + if (lit->datatype) { + datatype = serd_node_from_string( + SERD_URI, USTR(unmap->unmap(unmap->handle, lit->datatype))); + } else if (lit->lang) { + const char* lang = unmap->unmap(unmap->handle, lit->lang); + const char* prefix = "http://lexvo.org/id/iso639-3/"; + const size_t prefix_len = strlen(prefix); + if (lang && !strncmp(lang, prefix, prefix_len)) { + language = serd_node_from_string( + SERD_LITERAL, USTR(lang + prefix_len)); + } else { + fprintf(stderr, "Unknown language URID %d\n", lit->lang); + } + } + } else if (type_urid == sratom->forge.URID) { + const uint32_t urid = *(const uint32_t*)body; + const uint8_t* str = USTR(unmap->unmap(unmap->handle, urid)); + object = serd_node_from_string(SERD_URI, str); + } else if (type_urid == sratom->forge.Path) { + const uint8_t* str = USTR(body); + if (path_is_absolute((const char*)str)) { + new_node = true; + object = serd_node_new_file_uri(str, NULL, NULL, true); + } else { + if (!sratom->base_uri.buf || + strncmp((const char*)sratom->base_uri.buf, "file://", 7)) { + fprintf(stderr, "warning: Relative path but base is not a file URI.\n"); + fprintf(stderr, "warning: Writing ambiguous atom:Path literal.\n"); + object = serd_node_from_string(SERD_LITERAL, str); + datatype = serd_node_from_string(SERD_URI, USTR(LV2_ATOM__Path)); + } else { + new_node = true; + SerdNode rel = serd_node_new_file_uri(str, NULL, NULL, true); + object = serd_node_new_uri_from_node(&rel, &sratom->base, NULL); + serd_node_free(&rel); + } + } + } else if (type_urid == sratom->forge.URI) { + const uint8_t* str = USTR(body); + object = serd_node_from_string(SERD_URI, str); + } else if (type_urid == sratom->forge.Int) { + new_node = true; + object = serd_node_new_integer(*(const int32_t*)body); + datatype = number_type(sratom, NS_XSD "int"); + } else if (type_urid == sratom->forge.Long) { + new_node = true; + object = serd_node_new_integer(*(const int64_t*)body); + datatype = number_type(sratom, NS_XSD "long"); + } else if (type_urid == sratom->forge.Float) { + new_node = true; + object = serd_node_new_decimal(*(const float*)body, 8); + datatype = number_type(sratom, NS_XSD "float"); + } else if (type_urid == sratom->forge.Double) { + new_node = true; + object = serd_node_new_decimal(*(const double*)body, 16); + datatype = number_type(sratom, NS_XSD "double"); + } else if (type_urid == sratom->forge.Bool) { + const int32_t val = *(const int32_t*)body; + datatype = serd_node_from_string(SERD_URI, NS_XSD "boolean"); + object = serd_node_from_string(SERD_LITERAL, + USTR(val ? "true" : "false")); + } else if (type_urid == sratom->midi_MidiEvent) { + new_node = true; + datatype = serd_node_from_string(SERD_URI, USTR(LV2_MIDI__MidiEvent)); + uint8_t* str = (uint8_t*)calloc(size * 2 + 1, 1); + for (uint32_t i = 0; i < size; ++i) { + snprintf((char*)str + (2 * i), size * 2 + 1, "%02X", + (unsigned)(uint8_t)*((const uint8_t*)body + i)); + } + object = serd_node_from_string(SERD_LITERAL, USTR(str)); + } else if (type_urid == sratom->atom_Event) { + const LV2_Atom_Event* ev = (const LV2_Atom_Event*)body; + gensym(&id, 'e', sratom->next_id++); + start_object(sratom, &flags, subject, predicate, &id, NULL); + SerdNode time; + SerdNode p; + if (sratom->seq_unit == sratom->atom_beatTime) { + time = serd_node_new_decimal(ev->time.beats, 16); + p = serd_node_from_string(SERD_URI, USTR(LV2_ATOM__beatTime)); + datatype = number_type(sratom, NS_XSD "double"); + } else { + time = serd_node_new_integer(ev->time.frames); + p = serd_node_from_string(SERD_URI, USTR(LV2_ATOM__frameTime)); + datatype = number_type(sratom, NS_XSD "long"); + } + sratom->write_statement(sratom->handle, SERD_ANON_CONT, NULL, + &id, &p, &time, &datatype, &language); + serd_node_free(&time); + + p = serd_node_from_string(SERD_URI, NS_RDF "value"); + sratom_write(sratom, unmap, SERD_ANON_CONT, &id, &p, + ev->body.type, ev->body.size, LV2_ATOM_BODY(&ev->body)); + if (sratom->end_anon) { + sratom->end_anon(sratom->handle, &id); + } + } else if (type_urid == sratom->forge.Tuple) { + gensym(&id, 't', sratom->next_id++); + start_object(sratom, &flags, subject, predicate, &id, type); + SerdNode p = serd_node_from_string(SERD_URI, NS_RDF "value"); + flags |= SERD_LIST_O_BEGIN; + LV2_ATOM_TUPLE_BODY_FOREACH(body, size, i) { + list_append(sratom, unmap, &flags, &id, &p, &node, + i->size, i->type, LV2_ATOM_BODY(i)); + } + list_end(sratom->write_statement, sratom->handle, &flags, &id, &p); + if (sratom->end_anon) { + sratom->end_anon(sratom->handle, &id); + } + } else if (type_urid == sratom->forge.Vector) { + const LV2_Atom_Vector_Body* vec = (const LV2_Atom_Vector_Body*)body; + gensym(&id, 'v', sratom->next_id++); + start_object(sratom, &flags, subject, predicate, &id, type); + SerdNode p = serd_node_from_string(SERD_URI, (const uint8_t*)LV2_ATOM__childType); + SerdNode child_type = serd_node_from_string( + SERD_URI, (const uint8_t*)unmap->unmap(unmap->handle, vec->child_type)); + sratom->write_statement(sratom->handle, flags, NULL, &id, &p, &child_type, NULL, NULL); + p = serd_node_from_string(SERD_URI, NS_RDF "value"); + flags |= SERD_LIST_O_BEGIN; + for (const char* i = (const char*)(vec + 1); + i < (const char*)vec + size; + i += vec->child_size) { + list_append(sratom, unmap, &flags, &id, &p, &node, + vec->child_size, vec->child_type, i); + } + list_end(sratom->write_statement, sratom->handle, &flags, &id, &p); + if (sratom->end_anon) { + sratom->end_anon(sratom->handle, &id); + } + } else if (lv2_atom_forge_is_object_type(&sratom->forge, type_urid)) { + const LV2_Atom_Object_Body* obj = (const LV2_Atom_Object_Body*)body; + const char* otype = unmap->unmap(unmap->handle, + obj->otype); + + if (lv2_atom_forge_is_blank(&sratom->forge, type_urid, obj)) { + gensym(&id, 'b', sratom->next_id++); + start_object(sratom, &flags, subject, predicate, &id, otype); + } else { + id = serd_node_from_string( + SERD_URI, (const uint8_t*)unmap->unmap(unmap->handle, obj->id)); + flags = 0; + start_object(sratom, &flags, NULL, NULL, &id, otype); + } + LV2_ATOM_OBJECT_BODY_FOREACH(obj, size, prop) { + const char* const key = unmap->unmap(unmap->handle, prop->key); + SerdNode pred = serd_node_from_string(SERD_URI, USTR(key)); + sratom_write(sratom, unmap, flags, &id, &pred, + prop->value.type, prop->value.size, + LV2_ATOM_BODY(&prop->value)); + } + if (sratom->end_anon && (flags & SERD_ANON_CONT)) { + sratom->end_anon(sratom->handle, &id); + } + } else if (type_urid == sratom->forge.Sequence) { + const LV2_Atom_Sequence_Body* seq = (const LV2_Atom_Sequence_Body*)body; + gensym(&id, 'v', sratom->next_id++); + start_object(sratom, &flags, subject, predicate, &id, type); + SerdNode p = serd_node_from_string(SERD_URI, NS_RDF "value"); + flags |= SERD_LIST_O_BEGIN; + LV2_ATOM_SEQUENCE_BODY_FOREACH(seq, size, ev) { + sratom->seq_unit = seq->unit; + list_append(sratom, unmap, &flags, &id, &p, &node, + sizeof(LV2_Atom_Event) + ev->body.size, + sratom->atom_Event, + ev); + } + list_end(sratom->write_statement, sratom->handle, &flags, &id, &p); + if (sratom->end_anon && subject && predicate) { + sratom->end_anon(sratom->handle, &id); + } + } else { + gensym(&id, 'b', sratom->next_id++); + start_object(sratom, &flags, subject, predicate, &id, type); + SerdNode p = serd_node_from_string(SERD_URI, NS_RDF "value"); + SerdNode o = serd_node_new_blob(body, size, true); + datatype = serd_node_from_string(SERD_URI, NS_XSD "base64Binary"); + sratom->write_statement(sratom->handle, flags, NULL, &id, &p, &o, &datatype, NULL); + if (sratom->end_anon && subject && predicate) { + sratom->end_anon(sratom->handle, &id); + } + serd_node_free(&o); + } + + if (object.buf) { + SerdNode def_s = serd_node_from_string(SERD_BLANK, USTR("atom")); + SerdNode def_p = serd_node_from_string(SERD_URI, USTR(NS_RDF "value")); + if (!subject) { + subject = &def_s; + } + if (!predicate) { + predicate = &def_p; + } + sratom->write_statement(sratom->handle, flags, NULL, + subject, predicate, &object, &datatype, &language); + } + + if (new_node) { + serd_node_free(&object); + } + + return 0; +} + +SRATOM_API +char* +sratom_to_turtle(Sratom* sratom, + LV2_URID_Unmap* unmap, + const char* base_uri, + const SerdNode* subject, + const SerdNode* predicate, + uint32_t type, + uint32_t size, + const void* body) +{ + SerdURI buri = SERD_URI_NULL; + SerdNode base = serd_node_new_uri_from_string(USTR(base_uri), &sratom->base, &buri); + SerdEnv* env = sratom->env ? sratom->env : serd_env_new(NULL); + SerdChunk str = { NULL, 0 }; + SerdWriter* writer = serd_writer_new( + SERD_TURTLE, style, env, &buri, serd_chunk_sink, &str); + + serd_env_set_base_uri(env, &base); + sratom_set_sink(sratom, base_uri, + (SerdStatementSink)serd_writer_write_statement, + (SerdEndSink)serd_writer_end_anon, + writer); + sratom_write(sratom, unmap, SERD_EMPTY_S, + subject, predicate, type, size, body); + serd_writer_finish(writer); + + serd_writer_free(writer); + if (!sratom->env) { + serd_env_free(env); + } + serd_node_free(&base); + return (char*)serd_chunk_sink_finish(&str); +} + +static void +read_list_value(Sratom* sratom, + LV2_Atom_Forge* forge, + SordWorld* world, + SordModel* model, + const SordNode* node, + ReadMode mode) +{ + SordNode* fst = sord_get(model, node, sratom->nodes.rdf_first, NULL, NULL); + SordNode* rst = sord_get(model, node, sratom->nodes.rdf_rest, NULL, NULL); + if (fst && rst) { + read_node(sratom, forge, world, model, fst, mode); + read_list_value(sratom, forge, world, model, rst, mode); + } + sord_node_free(world, rst); + sord_node_free(world, fst); +} + +static void +read_resource(Sratom* sratom, + LV2_Atom_Forge* forge, + SordWorld* world, + SordModel* model, + const SordNode* node, + LV2_URID otype) +{ + LV2_URID_Map* map = sratom->map; + SordQuad q = { node, NULL, NULL, NULL }; + SordIter* i = sord_find(model, q); + SordQuad match; + for (; !sord_iter_end(i); sord_iter_next(i)) { + sord_iter_get(i, match); + const SordNode* p = match[SORD_PREDICATE]; + const SordNode* o = match[SORD_OBJECT]; + const char* p_uri = (const char*)sord_node_get_string(p); + uint32_t p_urid = map->map(map->handle, p_uri); + if (!(sord_node_equals(p, sratom->nodes.rdf_type) && + sord_node_get_type(o) == SORD_URI && + map->map(map->handle, (const char*)sord_node_get_string(o)) == otype)) { + lv2_atom_forge_key(forge, p_urid); + read_node(sratom, forge, world, model, o, MODE_BODY); + } + } + sord_iter_free(i); +} + +static uint32_t +atom_size(Sratom* sratom, uint32_t type_urid) +{ + if (type_urid == sratom->forge.Int) { + return sizeof(int32_t); + } else if (type_urid == sratom->forge.Long) { + return sizeof(int64_t); + } else if (type_urid == sratom->forge.Float) { + return sizeof(float); + } else if (type_urid == sratom->forge.Double) { + return sizeof(double); + } else if (type_urid == sratom->forge.Bool) { + return sizeof(int32_t); + } else if (type_urid == sratom->forge.URID) { + return sizeof(uint32_t); + } + return 0; +} + +static void +read_node(Sratom* sratom, + LV2_Atom_Forge* forge, + SordWorld* world, + SordModel* model, + const SordNode* node, + ReadMode mode) +{ + LV2_URID_Map* map = sratom->map; + size_t len = 0; + const char* str = (const char*)sord_node_get_string_counted(node, &len); + if (sord_node_get_type(node) == SORD_LITERAL) { + SordNode* datatype = sord_node_get_datatype(node); + const char* language = sord_node_get_language(node); + if (datatype) { + const char* type_uri = (const char*)sord_node_get_string(datatype); + if (!strcmp(type_uri, (const char*)NS_XSD "int") || + !strcmp(type_uri, (const char*)NS_XSD "integer")) { + lv2_atom_forge_int(forge, strtol(str, NULL, 10)); + } else if (!strcmp(type_uri, (const char*)NS_XSD "long")) { + lv2_atom_forge_long(forge, strtol(str, NULL, 10)); + } else if (!strcmp(type_uri, (const char*)NS_XSD "float") || + !strcmp(type_uri, (const char*)NS_XSD "decimal")) { + lv2_atom_forge_float(forge, serd_strtod(str, NULL)); + } else if (!strcmp(type_uri, (const char*)NS_XSD "double")) { + lv2_atom_forge_double(forge, serd_strtod(str, NULL)); + } else if (!strcmp(type_uri, (const char*)NS_XSD "boolean")) { + lv2_atom_forge_bool(forge, !strcmp(str, "true")); + } else if (!strcmp(type_uri, (const char*)NS_XSD "base64Binary")) { + size_t size = 0; + void* body = serd_base64_decode(USTR(str), len, &size); + lv2_atom_forge_atom(forge, size, forge->Chunk); + lv2_atom_forge_write(forge, body, size); + free(body); + } else if (!strcmp(type_uri, LV2_ATOM__Path)) { + lv2_atom_forge_path(forge, str, len); + } else if (!strcmp(type_uri, LV2_MIDI__MidiEvent)) { + lv2_atom_forge_atom(forge, len / 2, sratom->midi_MidiEvent); + for (const char* s = str; s < str + len; s += 2) { + unsigned num; + sscanf(s, "%2X", &num); + const uint8_t c = num; + lv2_atom_forge_raw(forge, &c, 1); + } + lv2_atom_forge_pad(forge, len / 2); + } else { + lv2_atom_forge_literal( + forge, str, len, + sratom->map->map(sratom->map->handle, type_uri), + 0); + } + } else if (language) { + const char* prefix = "http://lexvo.org/id/iso639-3/"; + const size_t lang_len = strlen(prefix) + strlen(language); + char* lang_uri = (char*)calloc(lang_len + 1, 1); + snprintf(lang_uri, lang_len + 1, "%s%s", prefix, language); + lv2_atom_forge_literal( + forge, str, len, 0, + sratom->map->map(sratom->map->handle, lang_uri)); + free(lang_uri); + } else { + lv2_atom_forge_string(forge, str, len); + } + } else if (sord_node_get_type(node) == SORD_URI && + !(sratom->object_mode == SRATOM_OBJECT_MODE_BLANK_SUBJECT + && mode == MODE_SUBJECT)) { + if (!strcmp(str, (const char*)NS_RDF "nil")) { + lv2_atom_forge_atom(forge, 0, 0); + } else if (!strncmp(str, "file://", 7)) { + SerdURI uri; + serd_uri_parse((const uint8_t*)str, &uri); + + SerdNode rel = serd_node_new_relative_uri(&uri, &sratom->base, NULL, NULL); + uint8_t* path = serd_file_uri_parse(rel.buf, NULL); + lv2_atom_forge_path(forge, (const char*)path, strlen((const char*)path)); + serd_free(path); + serd_node_free(&rel); + } else { + lv2_atom_forge_urid(forge, map->map(map->handle, str)); + } + } else { + SordNode* type = sord_get( + model, node, sratom->nodes.rdf_type, NULL, NULL); + SordNode* value = sord_get( + model, node, sratom->nodes.rdf_value, NULL, NULL); + + const uint8_t* type_uri = NULL; + uint32_t type_urid = 0; + if (type) { + type_uri = sord_node_get_string(type); + type_urid = map->map(map->handle, (const char*)type_uri); + } + + LV2_Atom_Forge_Frame frame = { 0, 0 }; + if (mode == MODE_SEQUENCE) { + SordNode* time = sord_get( + model, node, sratom->nodes.atom_beatTime, NULL, NULL); + uint32_t seq_unit; + if (time) { + const char* time_str = (const char*)sord_node_get_string(time); + lv2_atom_forge_beat_time(forge, serd_strtod(time_str, NULL)); + seq_unit = sratom->atom_beatTime; + } else { + time = sord_get(model, node, sratom->nodes.atom_frameTime, NULL, NULL); + const char* time_str = time + ? (const char*)sord_node_get_string(time) + : ""; + lv2_atom_forge_frame_time(forge, serd_strtod(time_str, NULL)); + seq_unit = sratom->atom_frameTime; + } + read_node(sratom, forge, world, model, value, MODE_BODY); + sord_node_free(world, time); + sratom->seq_unit = seq_unit; + } else if (type_urid == sratom->forge.Tuple) { + lv2_atom_forge_tuple(forge, &frame); + read_list_value(sratom, forge, world, model, value, MODE_BODY); + } else if (type_urid == sratom->forge.Sequence) { + const LV2_Atom_Forge_Ref ref = lv2_atom_forge_sequence_head(forge, &frame, 0); + sratom->seq_unit = 0; + read_list_value(sratom, forge, world, model, value, MODE_SEQUENCE); + + LV2_Atom_Sequence* seq = (LV2_Atom_Sequence*)lv2_atom_forge_deref(forge, ref); + seq->body.unit = (sratom->seq_unit == sratom->atom_frameTime) ? 0 : sratom->seq_unit; + } else if (type_urid == sratom->forge.Vector) { + SordNode* child_type_node = sord_get( + model, node, sratom->nodes.atom_childType, NULL, NULL); + uint32_t child_type = map->map( + map->handle, (const char*)sord_node_get_string(child_type_node)); + uint32_t child_size = atom_size(sratom, child_type); + if (child_size > 0) { + LV2_Atom_Forge_Ref ref = lv2_atom_forge_vector_head( + forge, &frame, child_size, child_type); + read_list_value(sratom, forge, world, model, value, MODE_BODY); + lv2_atom_forge_pop(forge, &frame); + frame.ref = 0; + lv2_atom_forge_pad(forge, lv2_atom_forge_deref(forge, ref)->size); + } + sord_node_free(world, child_type_node); + } else if (value && sord_node_equals(sord_node_get_datatype(value), + sratom->nodes.xsd_base64Binary)) { + size_t vlen = 0; + const uint8_t* vstr = sord_node_get_string_counted(value, &vlen); + size_t size = 0; + void* body = serd_base64_decode(vstr, vlen, &size); + lv2_atom_forge_atom(forge, size, type_urid); + lv2_atom_forge_write(forge, body, size); + free(body); + } else if (sord_node_get_type(node) == SORD_URI) { + lv2_atom_forge_object( + forge, &frame, map->map(map->handle, str), type_urid); + read_resource(sratom, forge, world, model, node, type_urid); + } else { + lv2_atom_forge_object(forge, &frame, 0, type_urid); + read_resource(sratom, forge, world, model, node, type_urid); + } + + if (frame.ref) { + lv2_atom_forge_pop(forge, &frame); + } + sord_node_free(world, value); + sord_node_free(world, type); + } +} + +SRATOM_API +void +sratom_read(Sratom* sratom, + LV2_Atom_Forge* forge, + SordWorld* world, + SordModel* model, + const SordNode* node) +{ + sratom->nodes.atom_childType = sord_new_uri(world, USTR(LV2_ATOM__childType)); + sratom->nodes.atom_frameTime = sord_new_uri(world, USTR(LV2_ATOM__frameTime)); + sratom->nodes.atom_beatTime = sord_new_uri(world, USTR(LV2_ATOM__beatTime)); + sratom->nodes.rdf_first = sord_new_uri(world, NS_RDF "first"); + sratom->nodes.rdf_rest = sord_new_uri(world, NS_RDF "rest"); + sratom->nodes.rdf_type = sord_new_uri(world, NS_RDF "type"); + sratom->nodes.rdf_value = sord_new_uri(world, NS_RDF "value"); + sratom->nodes.xsd_base64Binary = sord_new_uri(world, NS_XSD "base64Binary"); + + sratom->next_id = 1; + read_node(sratom, forge, world, model, node, MODE_SUBJECT); + + sord_node_free(world, sratom->nodes.xsd_base64Binary); + sord_node_free(world, sratom->nodes.rdf_value); + sord_node_free(world, sratom->nodes.rdf_type); + sord_node_free(world, sratom->nodes.rdf_rest); + sord_node_free(world, sratom->nodes.rdf_first); + sord_node_free(world, sratom->nodes.atom_frameTime); + sord_node_free(world, sratom->nodes.atom_beatTime); + sord_node_free(world, sratom->nodes.atom_childType); + memset(&sratom->nodes, 0, sizeof(sratom->nodes)); +} + +SRATOM_API +LV2_Atom_Forge_Ref +sratom_forge_sink(LV2_Atom_Forge_Sink_Handle handle, + const void* buf, + uint32_t size) +{ + SerdChunk* chunk = (SerdChunk*)handle; + const LV2_Atom_Forge_Ref ref = chunk->len + 1; + serd_chunk_sink(buf, size, chunk); + return ref; +} + +SRATOM_API +LV2_Atom* +sratom_forge_deref(LV2_Atom_Forge_Sink_Handle handle, LV2_Atom_Forge_Ref ref) +{ + SerdChunk* chunk = (SerdChunk*)handle; + return (LV2_Atom*)(chunk->buf + ref - 1); +} + +SRATOM_API +LV2_Atom* +sratom_from_turtle(Sratom* sratom, + const char* base_uri, + const SerdNode* subject, + const SerdNode* predicate, + const char* str) +{ + SerdChunk out = { NULL, 0 }; + SerdNode base = serd_node_new_uri_from_string(USTR(base_uri), &sratom->base, NULL); + SordWorld* world = sord_world_new(); + SordModel* model = sord_new(world, SORD_SPO, false); + SerdEnv* env = sratom->env ? sratom->env : serd_env_new(&base); + SerdReader* reader = sord_new_reader(model, env, SERD_TURTLE, NULL); + + if (!serd_reader_read_string(reader, (const uint8_t*)str)) { + SordNode* s = sord_node_from_serd_node(world, env, subject, 0, 0); + lv2_atom_forge_set_sink( + &sratom->forge, sratom_forge_sink, sratom_forge_deref, &out); + if (subject && predicate) { + SordNode* p = sord_node_from_serd_node(world, env, predicate, 0, 0); + SordNode* o = sord_get(model, s, p, NULL, NULL); + if (o) { + sratom_read(sratom, &sratom->forge, world, model, o); + sord_node_free(world, o); + } else { + fprintf(stderr, "Failed to find node\n"); + } + } else { + sratom_read(sratom, &sratom->forge, world, model, s); + } + } else { + fprintf(stderr, "Failed to read Turtle\n"); + } + + serd_reader_free(reader); + if (!sratom->env) { + serd_env_free(env); + } + sord_free(model); + sord_world_free(world); + serd_node_free(&base); + + return (LV2_Atom*)out.buf; +} diff --git a/tests/sratom_test.c b/tests/sratom_test.c new file mode 100644 index 0000000..8bab2ae --- /dev/null +++ b/tests/sratom_test.c @@ -0,0 +1,393 @@ +/* + Copyright 2012-2016 David Robillard <http://drobilla.net> + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + + THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +*/ + +#include <ctype.h> +#include <stdarg.h> +#include <stdio.h> +#include <stdlib.h> + +#include "lv2/lv2plug.in/ns/ext/atom/forge.h" +#include "lv2/lv2plug.in/ns/ext/atom/util.h" +#include "lv2/lv2plug.in/ns/ext/midi/midi.h" +#include "sratom/sratom.h" + +#define NS_RDF "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + +#define USTR(s) ((const uint8_t*)(s)) + +static char** uris = NULL; +static size_t n_uris = 0; + +static char* +copy_string(const char* str) +{ + const size_t len = strlen(str); + char* dup = (char*)malloc(len + 1); + memcpy(dup, str, len + 1); + return dup; +} + +static LV2_URID +urid_map(LV2_URID_Map_Handle handle, const char* uri) +{ + for (size_t i = 0; i < n_uris; ++i) { + if (!strcmp(uris[i], uri)) { + return i + 1; + } + } + + uris = (char**)realloc(uris, ++n_uris * sizeof(char*)); + uris[n_uris - 1] = copy_string(uri); + return n_uris; +} + +static const char* +urid_unmap(LV2_URID_Unmap_Handle handle, + LV2_URID urid) +{ + if (urid > 0 && urid <= n_uris) { + return uris[urid - 1]; + } + return NULL; +} + +static int +test_fail(const char* fmt, ...) +{ + va_list args; + va_start(args, fmt); + fprintf(stderr, "error: "); + vfprintf(stderr, fmt, args); + va_end(args); + return 1; +} + +static int +test(SerdEnv* env, bool top_level, bool pretty_numbers) +{ + LV2_URID_Map map = { NULL, urid_map }; + LV2_URID_Unmap unmap = { NULL, urid_unmap }; + LV2_Atom_Forge forge; + lv2_atom_forge_init(&forge, &map); + + Sratom* sratom = sratom_new(&map); + sratom_set_env(sratom, env); + sratom_set_pretty_numbers(sratom, pretty_numbers); + sratom_set_object_mode( + sratom, + top_level ? SRATOM_OBJECT_MODE_BLANK_SUBJECT : SRATOM_OBJECT_MODE_BLANK); + + LV2_URID eg_Object = urid_map(NULL, "http://example.org/Object"); + LV2_URID eg_one = urid_map(NULL, "http://example.org/a-one"); + LV2_URID eg_two = urid_map(NULL, "http://example.org/b-two"); + LV2_URID eg_three = urid_map(NULL, "http://example.org/c-three"); + LV2_URID eg_four = urid_map(NULL, "http://example.org/d-four"); + LV2_URID eg_true = urid_map(NULL, "http://example.org/e-true"); + LV2_URID eg_false = urid_map(NULL, "http://example.org/f-false"); + LV2_URID eg_path = urid_map(NULL, "http://example.org/g-path"); + LV2_URID eg_winpath = urid_map(NULL, "http://example.org/h-winpath"); + LV2_URID eg_relpath = urid_map(NULL, "http://example.org/i-relpath"); + LV2_URID eg_urid = urid_map(NULL, "http://example.org/j-urid"); + LV2_URID eg_string = urid_map(NULL, "http://example.org/k-string"); + LV2_URID eg_langlit = urid_map(NULL, "http://example.org/l-langlit"); + LV2_URID eg_typelit = urid_map(NULL, "http://example.org/m-typelit"); + LV2_URID eg_null = urid_map(NULL, "http://example.org/n-null"); + LV2_URID eg_chunk = urid_map(NULL, "http://example.org/o-chunk"); + LV2_URID eg_blob = urid_map(NULL, "http://example.org/p-blob"); + LV2_URID eg_blank = urid_map(NULL, "http://example.org/q-blank"); + LV2_URID eg_tuple = urid_map(NULL, "http://example.org/r-tuple"); + LV2_URID eg_rectup = urid_map(NULL, "http://example.org/s-rectup"); + LV2_URID eg_ivector = urid_map(NULL, "http://example.org/t-ivector"); + LV2_URID eg_lvector = urid_map(NULL, "http://example.org/u-lvector"); + LV2_URID eg_fvector = urid_map(NULL, "http://example.org/v-fvector"); + LV2_URID eg_dvector = urid_map(NULL, "http://example.org/w-dvector"); + LV2_URID eg_bvector = urid_map(NULL, "http://example.org/x-bvector"); + LV2_URID eg_fseq = urid_map(NULL, "http://example.org/y-fseq"); + LV2_URID eg_bseq = urid_map(NULL, "http://example.org/z-bseq"); + + uint8_t buf[1024]; + lv2_atom_forge_set_buffer(&forge, buf, sizeof(buf)); + + const char* obj_uri = "http://example.org/obj"; + LV2_URID obj_id = urid_map(NULL, obj_uri); + LV2_Atom_Forge_Frame obj_frame; + if (top_level) { + lv2_atom_forge_object(&forge, &obj_frame, obj_id, eg_Object); + } else { + lv2_atom_forge_object(&forge, &obj_frame, 0, eg_Object); + } + LV2_Atom* obj = lv2_atom_forge_deref(&forge, obj_frame.ref); + + // eg_one = (Int32)1 + lv2_atom_forge_key(&forge, eg_one); + lv2_atom_forge_int(&forge, 1); + + // eg_two = (Int64)2 + lv2_atom_forge_key(&forge, eg_two); + lv2_atom_forge_long(&forge, 2); + + // eg_three = (Float)3.0 + lv2_atom_forge_key(&forge, eg_three); + lv2_atom_forge_float(&forge, 3.0f); + + // eg_four = (Double)4.0 + lv2_atom_forge_key(&forge, eg_four); + lv2_atom_forge_double(&forge, 4.0); + + // eg_true = (Bool)1 + lv2_atom_forge_key(&forge, eg_true); + lv2_atom_forge_bool(&forge, true); + + // eg_false = (Bool)0 + lv2_atom_forge_key(&forge, eg_false); + lv2_atom_forge_bool(&forge, false); + + // eg_path = (Path)"/absolute/path" + const char* pstr = "/absolute/path"; + const size_t pstr_len = strlen(pstr); + lv2_atom_forge_key(&forge, eg_path); + lv2_atom_forge_path(&forge, pstr, pstr_len); + + // eg_winpath = (Path)"C:\Stupid\File System" + const char* wpstr = "C:/Stupid/File System"; + const size_t wpstr_len = strlen(wpstr); + lv2_atom_forge_key(&forge, eg_winpath); + lv2_atom_forge_path(&forge, wpstr, wpstr_len); + + // eg_relpath = (Path)"foo/bar" + const char* rpstr = "foo/bar"; + const size_t rpstr_len = strlen(rpstr); + lv2_atom_forge_key(&forge, eg_relpath); + lv2_atom_forge_path(&forge, rpstr, rpstr_len); + + // eg_urid = (URID)"http://example.org/value" + LV2_URID eg_value = urid_map(NULL, "http://example.org/value"); + lv2_atom_forge_key(&forge, eg_urid); + lv2_atom_forge_urid(&forge, eg_value); + + // eg_string = (String)"hello" + lv2_atom_forge_key(&forge, eg_string); + lv2_atom_forge_string(&forge, "hello", strlen("hello")); + + // eg_langlit = (Literal)"ni hao"@cmn (but in actual mandarin) + const uint8_t ni_hao[] = { 0xE4, 0xBD, 0xA0, 0xE5, 0xA5, 0xBD }; + lv2_atom_forge_key(&forge, eg_langlit); + lv2_atom_forge_literal( + &forge, (const char*)ni_hao, 6, + 0, urid_map(NULL, "http://lexvo.org/id/iso639-3/cmn")); + + // eg_typelit = (Literal)"value"^^<http://example.org/Type> + lv2_atom_forge_key(&forge, eg_typelit); + lv2_atom_forge_literal( + &forge, "value", strlen("value"), + urid_map(NULL, "http://example.org/Type"), 0); + + // eg_null = null + lv2_atom_forge_key(&forge, eg_null); + lv2_atom_forge_atom(&forge, 0, 0); + + // eg_chunk = 0xBEEFDEAD + uint8_t chunk_buf[] = { 0xBE, 0xEF, 0xDE, 0xAD }; + lv2_atom_forge_key(&forge, eg_chunk); + lv2_atom_forge_atom(&forge, sizeof(chunk_buf), forge.Chunk); + lv2_atom_forge_write(&forge, chunk_buf, sizeof(chunk_buf)); + + // eg_blob = 0xDEADBEEF + uint32_t blob_type = map.map(map.handle, "http://example.org/Blob"); + uint8_t blob_buf[] = { 0xDE, 0xAD, 0xBE, 0xEF }; + lv2_atom_forge_key(&forge, eg_blob); + lv2_atom_forge_atom(&forge, sizeof(blob_buf), blob_type); + lv2_atom_forge_write(&forge, blob_buf, sizeof(blob_buf)); + + // eg_blank = [ a <http://example.org/Object> ] + lv2_atom_forge_key(&forge, eg_blank); + LV2_Atom_Forge_Frame blank_frame; + lv2_atom_forge_object(&forge, &blank_frame, 0, eg_Object); + lv2_atom_forge_pop(&forge, &blank_frame); + + // eg_tuple = "foo",true + lv2_atom_forge_key(&forge, eg_tuple); + LV2_Atom_Forge_Frame tuple_frame; + lv2_atom_forge_tuple(&forge, &tuple_frame); + lv2_atom_forge_string(&forge, "foo", strlen("foo")); + lv2_atom_forge_bool(&forge, true); + lv2_atom_forge_pop(&forge, &tuple_frame); + + // eg_rectup = "foo",true,("bar",false) + lv2_atom_forge_key(&forge, eg_rectup); + LV2_Atom_Forge_Frame rectup_frame; + lv2_atom_forge_tuple(&forge, &rectup_frame); + lv2_atom_forge_string(&forge, "foo", strlen("foo")); + lv2_atom_forge_bool(&forge, true); + LV2_Atom_Forge_Frame subrectup_frame; + lv2_atom_forge_tuple(&forge, &subrectup_frame); + lv2_atom_forge_string(&forge, "bar", strlen("bar")); + lv2_atom_forge_bool(&forge, false); + lv2_atom_forge_pop(&forge, &subrectup_frame); + lv2_atom_forge_pop(&forge, &rectup_frame); + + // eg_ivector = (Vector<Int>)1,2,3,4,5 + lv2_atom_forge_key(&forge, eg_ivector); + int32_t ielems[] = { 1, 2, 3, 4, 5 }; + lv2_atom_forge_vector(&forge, sizeof(int32_t), forge.Int, 5, ielems); + + // eg_lvector = (Vector<Long>)1,2,3,4 + lv2_atom_forge_key(&forge, eg_lvector); + int64_t lelems[] = { 1, 2, 3, 4 }; + lv2_atom_forge_vector(&forge, sizeof(int64_t), forge.Long, 4, lelems); + + // eg_fvector = (Vector<Float>)1.0,2.0,3.0,4.0,5.0 + lv2_atom_forge_key(&forge, eg_fvector); + float felems[] = { 1, 2, 3, 4, 5 }; + lv2_atom_forge_vector(&forge, sizeof(float), forge.Float, 5, felems); + + // eg_dvector = (Vector<Double>)1.0,2.0,3.0,4.0 + lv2_atom_forge_key(&forge, eg_dvector); + double delems[] = { 1, 2, 3, 4 }; + lv2_atom_forge_vector(&forge, sizeof(double), forge.Double, 4, delems); + + // eg_bvector = (Vector<Bool>)1,0,1 + lv2_atom_forge_key(&forge, eg_bvector); + int32_t belems[] = { true, false , true }; + lv2_atom_forge_vector(&forge, sizeof(int32_t), forge.Bool, 3, belems); + + // eg_fseq = (Sequence)1, 2 + LV2_URID midi_midiEvent = map.map(map.handle, LV2_MIDI__MidiEvent); + lv2_atom_forge_key(&forge, eg_fseq); + LV2_Atom_Forge_Frame fseq_frame; + lv2_atom_forge_sequence_head(&forge, &fseq_frame, 0); + + const uint8_t ev1[3] = { 0x90, 0x1A, 0x1 }; + lv2_atom_forge_frame_time(&forge, 1); + lv2_atom_forge_atom(&forge, sizeof(ev1), midi_midiEvent); + lv2_atom_forge_raw(&forge, ev1, sizeof(ev1)); + lv2_atom_forge_pad(&forge, sizeof(ev1)); + + const uint8_t ev2[3] = { 0x90, 0x2B, 0x2 }; + lv2_atom_forge_frame_time(&forge, 3); + lv2_atom_forge_atom(&forge, sizeof(ev2), midi_midiEvent); + lv2_atom_forge_raw(&forge, ev2, sizeof(ev2)); + lv2_atom_forge_pad(&forge, sizeof(ev2)); + + lv2_atom_forge_pop(&forge, &fseq_frame); + + // eg_bseq = (Sequence)1.1, 2.2 + LV2_URID atom_beatTime = map.map(map.handle, LV2_ATOM__beatTime); + lv2_atom_forge_key(&forge, eg_bseq); + LV2_Atom_Forge_Frame bseq_frame; + lv2_atom_forge_sequence_head(&forge, &bseq_frame, atom_beatTime); + + lv2_atom_forge_beat_time(&forge, 1.0); + lv2_atom_forge_atom(&forge, sizeof(ev1), midi_midiEvent); + lv2_atom_forge_raw(&forge, ev1, sizeof(ev1)); + lv2_atom_forge_pad(&forge, sizeof(ev1)); + + lv2_atom_forge_beat_time(&forge, 2.0); + lv2_atom_forge_atom(&forge, sizeof(ev2), midi_midiEvent); + lv2_atom_forge_raw(&forge, ev2, sizeof(ev2)); + lv2_atom_forge_pad(&forge, sizeof(ev2)); + + lv2_atom_forge_pop(&forge, &bseq_frame); + + lv2_atom_forge_pop(&forge, &obj_frame); + + const char* base_uri = "file:///tmp/base/"; + + SerdNode s = serd_node_from_string(SERD_URI, USTR("http://example.org/obj")); + SerdNode p = serd_node_from_string(SERD_URI, USTR(NS_RDF "value")); + + SerdNode* subj = top_level ? NULL : &s; + SerdNode* pred = top_level ? NULL : &p; + + char* outstr = sratom_to_turtle( + sratom, &unmap, base_uri, subj, pred, + obj->type, obj->size, LV2_ATOM_BODY(obj)); + + printf("# Atom => Turtle\n\n%s", outstr); + + LV2_Atom* parsed = NULL; + if (top_level) { + SerdNode o = serd_node_from_string(SERD_URI, (const uint8_t*)obj_uri); + parsed = sratom_from_turtle(sratom, base_uri, &o, NULL, outstr); + } else { + parsed = sratom_from_turtle(sratom, base_uri, subj, pred, outstr); + } + + if (!pretty_numbers) { + if (!lv2_atom_equals(obj, parsed)) { + return test_fail("Parsed atom does not match original\n"); + } + + char* instr = sratom_to_turtle( + sratom, &unmap, base_uri, subj, pred, + parsed->type, parsed->size, LV2_ATOM_BODY(parsed)); + printf("# Turtle => Atom\n\n%s", instr); + + if (strcmp(outstr, instr)) { + return test_fail("Re-serialised string differs from original\n"); + } + free(instr); + } + + printf("All tests passed.\n"); + + free(parsed); + free(outstr); + sratom_free(sratom); + for (uint32_t i = 0; i < n_uris; ++i) { + free(uris[i]); + } + + free(uris); + uris = NULL; + n_uris = 0; + + return 0; +} + +static int +test_env(SerdEnv* env) +{ + if (test(env, false, false)) { + return 1; + } else if (test(env, true, false)) { + return 1; + } else if (test(env, false, true)) { + return 1; + } else if (test(env, true, true)) { + return 1; + } + + return 0; +} + +int +main(void) +{ + // Test with no environment + if (test_env(NULL)) { + return 1; + } + + // Test with a prefix defined + SerdEnv* env = serd_env_new(NULL); + serd_env_set_prefix_from_strings( + env, (const uint8_t*)"eg", (const uint8_t*)"http://example.org/"); + test_env(env); + serd_env_free(env); + + return 0; +} @@ -1,16 +1,169 @@ #!/usr/bin/env python +# encoding: latin-1 +# Thomas Nagy, 2005-2018 +# +""" +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -# Minimal waf script for projects that include waflib directly +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -from waflib import Context, Scripting +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. -import inspect -import os +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. -def main(): - script_path = os.path.abspath(inspect.getfile(inspect.getmodule(main))) - project_path = os.path.dirname(script_path) - Scripting.waf_entry_point(os.getcwd(), Context.WAFVERSION, project_path) +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. +""" + +import os, sys, inspect + +VERSION="2.0.9" +REVISION="052b461396977f83e2fa8290956322ed" +GIT="x" +INSTALL='' +C1='#8' +C2='#7' +C3='#&' +cwd = os.getcwd() +join = os.path.join + + +WAF='waf' +def b(x): + return x +if sys.hexversion>0x300000f: + WAF='waf3' + def b(x): + return x.encode() + +def err(m): + print(('\033[91mError: %s\033[0m' % m)) + sys.exit(1) + +def unpack_wafdir(dir, src): + f = open(src,'rb') + c = 'corrupt archive (%d)' + while 1: + line = f.readline() + if not line: err('run waf-light from a folder containing waflib') + if line == b('#==>\n'): + txt = f.readline() + if not txt: err(c % 1) + if f.readline() != b('#<==\n'): err(c % 2) + break + if not txt: err(c % 3) + txt = txt[1:-1].replace(b(C1), b('\n')).replace(b(C2), b('\r')).replace(b(C3), b('\x00')) + + import shutil, tarfile + try: shutil.rmtree(dir) + except OSError: pass + try: + for x in ('Tools', 'extras'): + os.makedirs(join(dir, 'waflib', x)) + except OSError: + err("Cannot unpack waf lib into %s\nMove waf in a writable directory" % dir) + + os.chdir(dir) + tmp = 't.bz2' + t = open(tmp,'wb') + try: t.write(txt) + finally: t.close() + + try: + t = tarfile.open(tmp) + except: + try: + os.system('bunzip2 t.bz2') + t = tarfile.open('t') + tmp = 't' + except: + os.chdir(cwd) + try: shutil.rmtree(dir) + except OSError: pass + err("Waf cannot be unpacked, check that bzip2 support is present") + + try: + for x in t: t.extract(x) + finally: + t.close() + + for x in ('Tools', 'extras'): + os.chmod(join('waflib',x), 493) + + if sys.hexversion<0x300000f: + sys.path = [join(dir, 'waflib')] + sys.path + import fixpy2 + fixpy2.fixdir(dir) + + os.remove(tmp) + os.chdir(cwd) + + try: dir = unicode(dir, 'mbcs') + except: pass + try: + from ctypes import windll + windll.kernel32.SetFileAttributesW(dir, 2) + except: + pass + +def test(dir): + try: + os.stat(join(dir, 'waflib')) + return os.path.abspath(dir) + except OSError: + pass + +def find_lib(): + src = os.path.abspath(inspect.getfile(inspect.getmodule(err))) + base, name = os.path.split(src) + + #devs use $WAFDIR + w=test(os.environ.get('WAFDIR', '')) + if w: return w + + #waf-light + if name.endswith('waf-light'): + w = test(base) + if w: return w + err('waf-light requires waflib -> export WAFDIR=/folder') + + dirname = '%s-%s-%s' % (WAF, VERSION, REVISION) + for i in (INSTALL,'/usr','/usr/local','/opt'): + w = test(i + '/lib/' + dirname) + if w: return w + + #waf-local + dir = join(base, (sys.platform != 'win32' and '.' or '') + dirname) + w = test(dir) + if w: return w + + #unpack + unpack_wafdir(dir, src) + return dir + +wafdir = find_lib() +sys.path.insert(0, wafdir) if __name__ == '__main__': - main() + + from waflib import Scripting + Scripting.waf_entry_point(cwd, VERSION, wafdir) + +#==> +#BZh91AY&SYË»—˜¦ÿÿ°ðÿÿÿÿÿÿÿÿÿÿÿÿÅ°‚„ 0˜(bK¼÷½»0#&#&#&#&#&#&#&#&#&#&#&#&#&P#&#&#&#&#&#&#&#&Ö÷×—·Ú㛦ÖΗ½²ö«¦šîâ6¾w»eíÝ7Üë˜#7o’÷uUOwkéêݽîvòuíʧm¬Ù©»™Ý»ížÀû×ÞŸo¶à›ÙëžÅèÓC ×½îZÞì÷ì2#7U°žm»¯^’ìè÷Íï§Ã's}žoºóá÷œ®·]niAåîë.ݼönt#7[>=¾×Ö{>ûwÒ¸Emí9»íó°#&#&#&ûì#&#&ì#&¥Q€ô#&ézðÝŒ¾ó€¶÷mØ6Û{g½mìo h#&4\íZîØ:PFŽØ&Ài!ZÐWlS@Û,#&ÔD”¥(#&½î”Š$ƒ@j”†ª@{f¶ÝÚŸ}»^4ûºãgß}Ͼw´ÍÁë¼Þ¹Sw8¥Ô6Ä"+l±jï¯èÃॻ}‹iw¾s{}¬wl=½ìöîÎ÷:ú7“}ö<óßzíw¹¬{v{›oFH··ÛzUöªÙó´š÷:÷íovØôj¥K°h°©!)µ²‚u•]bíÛÝjÝï]Åž÷d^ƒ¦á£¦ØâTER¥¯niÅ*‚€A#&’°ÐÃRœ8jŠw·½½qÛlöÝwJ•}ÀçÛ¼ø¾ûîùß=¸elÖÞæÞîÓ;mj–í×½“©•_keIëåÈ•¶¾ÃU^{{u³4ò·]„[g³}öã¼ÝëVÚuÖÖº®ñÞÍnÖŠÁ¦Z(ûººª[ë8Ô^ë¼ÝÜôëÄå½}ôõÙ¤Lu÷yrš£Ýºî¾ås¯S‰±Üsªî´îº«9Û›)O›¼Ý¾•íî#8[ÑË+²ëßxô½Ó³»¾œìâ9vÆÛ\ÛÖŠzÜض+œ#7ß#7TöÒ.±Åk.|øÏ{Þó¶Þ÷½êõÓ¯›=zÙؘ\îÚÑÞß]ê‘/®·cÛ3U/s¦ë(-ÂgôÝÀ·³,ïoyŽå¾æž7eíxtB…AQ;jR#8©°VŽíÓw]Í$:ëM‚¤Œ7#&š4ì6ÂŒ&ùïiEzšŽÝºd•Ž°½x{Ì8ÑzÍ%CÕÖÌzmÝO#&Õ(]ï;ÑH#&VóÛmuw_;wµóÏ]}޽루}ìܾν+ݸìwl}ÖÛ»²†WK¹Êân½;Û;Øê§É¾›ÛWËu5[M͇aG >˜¯2¼÷ÛŸVúök·so‘k4kv¶¯,Ñêƺ—µíí›SÛ#7ŽÖí\k:Úcí½<ùäh}íËÖåÆyÎí¥éÏ{Ûx;ÁoO;Ë»Ž»¤zå÷ß]¾Ý·XP×p7và#&}:kÒ–Ýìá.ÚÞzv3»@ëíÎ@שõN꛳ÖJï^î§z®¾÷=ö€”#&Um©¦Šo½t·níÛ¸1}÷w¾»9¬^žp¯¦}îßxêö˜ðù½Ú¯qÛt½{·Ö·Ä.÷·Ü¸ú¼ßvÑÓ£Aô#&{ªÊ»-ª©¥í›^çs}ÝÛTÙ|Þ#&:ïcŠêV4ëÞsÏçÆû#&Þo:¯AÒ‹w#7,5í·oyTœ=uuï9}´$úí´.à "ËÓ}½ïrk`—ÛG1â²www4ûš}ywm4×/yÕêš÷4œZ@*E»W:³6͵'Nîë“#8;£êm7Ë=zâÝu×V#&û·‹W¶¶ów½¾Yx«²–ìû·¾tgMQ&©Auó½P®ðÇ4ÍÞìîwj^µ×¶î³îݹ|û±ª}jÍ,Ó<]qé[×O }ñ]†š #&L€#&##&ÔÓIê¨OÔšPõHÐ4zA) B I‘ŠjlTý2ž¨ÛRhõ4ÓF‡¤Ð= #&#&#&#& ‘ „ɦ€MTô›$¦Ù4šžSÊ›$6L¦'‰©£ÔÚ€##&#&'ªRHš§ŠzÄô56šš#&F È@ÐÐhÑ£@#&#&#&#HAb#&†€#B4M£HÂ#&Ôôjz(y#Ôñ€#&#&#&&¢ €@È#&¦ÐCBiªh0©¼†©úOÕ'”ó*PhÂ#7 #&áÿìþµµk·þ×wEVºü«O‰Wŵkº$€Z¡XH¸TÈP@ >UÔHB?Iú¿ÎÏÏ/ÎW7uÌÚß´šnäÛ¹Å)©Ô5Š±Ëºšºµ‹€Œÿ”_þJLrÌ״ͳЀ‡E¤«€#‡lZß$Ú1¨Ù4X¼pD¾]çÊ•X§¦ˆŠ"'#ÌaîiÕ>›ª!â•I‡Ã¸ªo¥tø{}¶fèåøýb¢fRP!I…ƒ ÀD•#8)P •dTˆD6…LrQÈA(EqA$Ar&Œ<|°Ð…$ §37ƒT §‚EC@$ è…B û! **@¡˜……@Òîf(fˆÉBff*‚³5šbl0D±AD’I±©˜™• ªeŒ€LiJ4¢›i#„„Í’PFBÔ´mA…´f’É¥‘ˆÃ ´b1QˆÈ›JPR#&k–4 i‹˜ÅJI›H¤Ù-Q%–ZSZ##8ˆ…–Ù ˜,¤Í2ŒV5ŠÑ€h4› B(J“b˜ÒP&4Í2Ò1¥cR”l%´Ú¶jÖ‚Ä#8Bj†lI£3$ÈMA–M´ªÍ65%)*kc-KlÍ™i2šJHÑ¥„5fŠIK#8YXÅ2B$Ê‹4ŠÅ&ÅD‚6)5"Df•‚¥1Š6!PHŒ¥†Dd‘µ&!Xˆ!fhJ"$P€ˆe ³F•š3FD#7lŠ"–Md¢Œh؆‘b,¤$lk)I Š$¤ÈÁJ$"2hQÄ‚¤Ñ¤J1¤5¨Å‰"ÀQ3)´ÄS0#7²C1D ŒÓLØLбRlM•„"À‰%&Åb"KE– $M¦(”#7ˆ˜fÉ)Âf„ÊIIX³*65„´š’$˜„BZR¤ dY-ˆ "Ë2ŠE™&‰³)±ˆ“bdE(Í‘0LªiŒ)`³QR$iˆÔ¬–HØ6T„Ñ"–I Ô‰šj@±¢Ô!$„³)²Œ Å¢™šFÑ"¦–(›j`±Pi,ÆB1d¤²$˜‹Ó0¢”Q£0™¨¦…&*#7‚$H$I˜À’HÑ£&XLPFÉ2¦f¬ÆŠ¥*‰DLÈjF˜†±R†ÙM$h¢RI&Éj4d©²-3Eˆ¦“)3)ŠYY´È•ˆŒ%d)©¤Ó$†2ˆÒš-6ųR¥2aLLHlŒ‘“$¥`4XÉXŒeIÌEcI¢M%MFɨ²I41Á2Ù¤ÄÚ#7*`Í0šL¢ˆ±¦d6dI)²S#J ›&BZÍ•‹XK‘1&™d‰,[F±¨5ˆ¦[#8D%ؤH0Œ£RX´i†S4Ò˜6JÊiLšÒA¡$Å)1˜B†Y6De0H¦Ê2ÂÒ ¡2&dD‘¢mµ*¶Œ¡’„´ËLÆ&”RJf"+A©K`RÍb“Le e•6Y6 ‹S-…³F&¦Äe(–BSkíõÛdBjjFÆmb£[É4i5²H¥”ÑE*5¢ii#8‹FÂ*I¨ÚÈŒÔj2ÉŒ£$YL©1ŠÈƒLÍ)¶eXŒLÒ¡lmE!hɦ,eRI™Q¡ci#8Vh¦L™i6ƒceXÛ6P¬‰–ESÍE0¦ÍŒ¤ÌÛ%´Ñ1£kE‹"5²išÉ%L²›Y5¢›e)M1³Ô$d¤mEŠk,I¤©5´U`ªŒ!Q¢¶Œ•ckÒk%Ôm%Ñ4DÉEˆ´EŠ´l2ѵ‹m&’†ˆKT0’ŠA6ƒ!i’bVšÆÁ¬hÚb[¤°h¶’#7µªkm›4ª†Be3SVMlŒHD¦¡Y#[RÖmŒP%%a’i’Y@˜¢…eRÈ™š¥HÅšh[C ÌÉ2ÙcBi”†’ɶVT…£Z%”c‚0‘QbCLƃ˜±`a`b$H†ÐXLb-¦j™ QC%´•’icdÉ¢‘eŠE6R‘š‘Dˆh”Ì’Â’‹1¦`bjZ6̈ÊÅ6“%dJB3L‰’B#2`,(Q”M¦ ²A‰…¤ ƃ%´X¢iLŠb̳JØLbPY1Ša)d™d„ÔZ2b£LµQ³)$£ …Œ…Qe+#L6Š“’Œ›#’-,$Q’±¤H@hÒŒšM&̦̤¥™YJJÅ0hh²F¢Ô’´U5£4Ea¢¥4›#71²Æ³(ÚFB2Å ÓbJ“i2…)¦*H))l”Ê ªeM’ÉRe Š‰4’"%#7(É´É-£["6"™™)`ÄHlÙŠ"6 Öih¬Òl†b&ÄÄMI £F‹a**5cV3-†“P’†B‘¥“#c¢Ø£`MAYfÉd2AbјY)²$©"#7´TV5EcDš6 J£IA±A’6MQh4˜J!…„¥(jcL2¥*QSM,…X“&Ù’Z$Z‹±KU-4UÆ“E’Ä‘M2•˜V, Ì #&˜™%M‰DL¨Š°IŠ™¨©-0¥ij2V-m&)+4ªFm£hšÉ)̦¤° ,*J6MDbJ¤¤5ŠLÈ#³ h!¨²•2¦"›jJÉlÈ)#8i&£A`¢lÖ“h¶RK&4˜Ñ‚4bÀRHJ#FÒËE£k[h«FR¤ª‘-FÚ5%)Й%23cMH“©›$ͨÔU%‹T•,«&´%h¶5!EEBÊÉ#8- H…-#8É™3e–[+mE™QµM•¥©E1©(22“S%cE‚$Ñ¢ŒM&m¶53bH±I[MJi¬µc4£&4Y,mm²¶±H™´MLIF1PÂÄQ±M$21’U±m‹LÕ´cZËISC-l¥“mMM²Ôi«FQDEŒÑY%#7f¤ÔmŒÍ›*"„ƒQ’L¤™‘Dd#8¤¶ŠelÇèÿWê×è-¿¦üÁìmî¹_ãAÿfŽ¶ýÕ8™jlÃDà“tþ`¸uŠ¹X4i6|'~‡v+ÇøáÚ`œÊÈÌ?íë¬é£þ)Šq'Žävÿµ8Ä£@ÁŠƒÃ£Œ#8X.ˆªª#8ª $˜*ƒqÃæØÑ8þ*¤×¬3ÿ¯éµ£ÿA%¦¼dÆF_°‘ˆ¾Žz4ŽÅ·8=k`¡âpöâéŸ:ËK¤ïºœ™–Ù–î£UÉÇÍÛRR(l“ŠrrXĶº:ÓåÄ›'ú©ödM@$ŽÒðÈ›zw¦º3Ù®y94uÙ;Îé ™ª™¤ÍåÂ’*ÕU$Kh¿WlÈ¢˜–®12h.³Äï¸Ó¼†FA’@°ÍÏZµ@;XÆ‘œ@#»"ÚaËQ¤ã+ÓsI`Ù#%¯=y¯KÖbYÓA¦Þ¿ïhÐd!ÒÚ»äÉE$Óàï‡uâÞ5äÑ⸗̹¤†ô‘`±A‡ýõ¢Ï¦+Q2ìØŠ)„)´)O9+ïrH¦4¯`[#x¹•I)ÃñÒ¯ƒþñ‡d,x»¡j4AŒ1›™=ÇÕÿ½:®o¤¨¬åBum6ý¡`{|XƒZµY46ÓÔ²^dÇ.]qL®mÒÈj#&Épµ˜PÒÐ^f]BRl[ì÷WÆßi^ª×"™¯‰È¼\Þ:Dýí«Ç.nÅñõk‰aß¾a½§™*#6ÌziÙÛm6‡×¬S‰Úâ@2H”¦Ì2#8Õ“OiÏ1á$Ãz”eaÛÐÚÛ5×+¼îÅÊ:W.d¢—]„DVY1P{%MÇþsúÌÑÊ1yF%Á†,RlFVysÛ{ÎÁ–¬#8üè¤OZ#7?ƒS•µ?[Óx)Ÿòãs—»U!Pm‰ÿV9FÌ„›„õã¶ïÏ„ ‰ŠÑ>öâÐ1Õù^—Ël_ø™(nˆªjËah#¹Qo›#be|Eì»Ùk’Ee4=g(ÇÛ^q>>í_Bå,rpÕ{x˜F»¾õMÙ%ó¯e×e™b¶ôÖðø+É«äÃ8¡e òªŠSã¯Ý~®yßC½;nÖéÊϧ$ŠmBÚD¬èœ{ãZÎky(¤Ÿ“Œ[rÉ„lÈFÏ6J‡}ÖŒÐñвÓ,YL-…§F•ÂŠPDsžw½ùâ§Ur‘tMYeUS)>ÌZ‡4›ÆI _™”(ûBiòë;ºöï<þZ¾fòbÞ—LÏÏv†`ÅãEtP°è}T!¾klJÕòO:riêët÷9îWžºzÇ@ÌrÐ"¾lÍí¥bz2µñ®¬Æ”ÕTQWË&£x娫cð»yKÎÀ‰MàÈbj/»Ïöè;÷Á¤»«siBä÷þ7›^”l‰ŒbI5%'½ÍÊïs¶ÒéÊRtNìPL ªrºÊREÂR¨ÁJMÍE¶ó¾÷zõy4¤–ÒT=×rÅ¢¾ä·^çcëõÆ6Å{pã–Σä#9faXd´%,@|¢¯´K}W@>.¾60úr{÷ÍX#7èqdDh#~"Tcüª.}K¢1‰¥mfÌüRL ƒûš/†ŒÔJÄŸ$dDxæ!ÒΖ’g‡]¶±!’œƒÈNv¡`dYMFX'mǦÀ|ÒC•uÄÚÐõ£Ñ1ºQL¡—UiH¯mêÖFþº¹æè›ùÖS“–[4ð«)"£N)³#7D-š´D•Qg:Ä®ÂãìŠ4wh-´´Õ¼ÛÚ^* ÆÏHEúZg.Í.¦¬¬2*$ð‡¬ûçj".Ù%HyE#&gºFŸ‰õ»ñëÛ>2ñ&±@B9XA®îø–¨vÃŽ2LÜ/gõ¹ì® bÙZ!ºlárîiEIÑ~pÕvÃ³Ü l†Œ4ëÏ#7#8F¤)3#83(Ò™ö>e}mòwzˆýó°ê„Á÷avˆ±ž/•Ó¸;PS{×$0òª§f\ÊRÕB‘&ä…E8Õ*m]*;>7ãg#8£õÉYJéå›øä f¢Õ€²·1nŸ+n+¾i„—"nHÉ4Ñ,íaõå» Â ·Ï½5Ýæ^\÷¬¦J½ÏR왲#7“Íš;}*nã=*Êj½(Q9s¾(qaÁÑDæÑ÷2…<öë}~O'SQœœ+ŒÛfZô|æ¡|sÅr_4ê…©ÔÆ$øû]#ïåÅâƒÆ?FÚU#?4€uõIÈ1~Iïf0Y´C{†²}§}n•I›-øWm„‘y²…ëÑÌuǦhÉËÑǤjLC:_DéC‰ç./{Â&½>¼MïuXaãHÕČᗹãZ=›{Êeƒr}J‘‰ýs‘ë¶ÌÐWéÖãBªÂ5ð™HΞk²¡ºP’ÅÅPŒ*÷ý—}É‘›©®»¡Š¥º0Œã³`Ä…!BÕ³s8(rbãŧ§«¡òþˆŠuhBÁ»$J3âç)«w¸puôM×5²’ÝŒýîJ)ÓÂ2¸œŠ=ýÙLiÈ,†§EbÊ¡?ØGÅß®Õ3±O]\ƒñXÈçÜd=ÞÑ1TR¬xû·¯u“G¦.æק›AƨŠÍ†#8ÃÚ¥"ï¾×<C}%®”ѽ֫ƒ¶*#7·©4ÑãÔâí¢ã^çnèF6ÍÕ§_°é#8pÏÆÛü·O‹#7s?\#8ߟ‹áã²I"5•PgO»¦,OZR?:Œu§ÌAWðÉ£{˜H?<Õõ#ˆpHÒü˜ÚŽÂ'ã¿ÎŽ›=Ü)ôO‡M3Œ&äûHK}ý°)ïé¼íuHÑèÑéÒßÚãÞB鑆œÜiÂòµ·ßü´^Û%$ƒbÛj„$ED…NÖG×ìvú¢›Ý|©Æ8v³™«óSq®ß^/–Cd5R(7IöÈË}ü«»Ù\.µzûw0ŠZ…l…ÙB£I%Kèw‹yôcO»îCrºõ×aò·¾WSVBWᮋÓFxYnÍy´Ì²…º¥ª˜¾øðYa“OKÿ¯ÍüÿöKO§éãxæÓùUE~,>ô¶)ò]·Úë¼EXCçë›ð[éÄyq{:¾N·_V[•#7ŒÉ2®Q‘HñPæ)Äñ–zâ‚úfìd‘?ÒÖÚ¾pèÝÂJmĸ`çk¥AŠ¬Ô@צgÃ1åSK¯š]‡]ç-kY¥¬˜Â}ykw¤4Ìü¡Kì>FwcK(º¥A€¼ê"ëóK²™â›3îOG¶Û[q?*9c-¥>ùJ»Å{ÏC’.N #8Am0œ}q¹ü37ÜUÒ©A _y#&·*¾²qaÛqõ矛\÷ýt;4mJUQ_ܘǿ7e‰š«…Ø›IÖ§ÒÒ;9Ž.%=û†ŒgßÕÕ>ÍûwÀöÑ£îaTxíÛXâ|=_Z¿1ÕÙÓ{µ¶Fýxóܶ»°0¥(óï4ýn(ø—¹jç9#7ø0¬ ¼CµŸ4ðd¸±(PrÔÈ)Ž¯LV¾…—د4Æ™îé·‡²¿FaŽÍjÔðdé´Åt;‡ãTÅ"òjôŸÔM#/»úè†9U/&mrSßé½Ì>§ÙF7̹–À‚‚óçš®™g—ftgv"ŠŠrL{%¶ÑÝwL<“|LuO#71l8¥>Ô¦re)4®—³c½qºÅQŽu%Š¬Ï¾ª$yóÚ#7tz²8ï5›`Býìñ5£î½î³EÒ„A:T8ðhÝ)UžL Ƙä1¸N>9{÷¥Û;SþN!óuˆQÁjCÀcQé“+yÊ#8˜é=󌘂ÓÎs×ËawÛ(WnN¦I0å‘H¤œ_Úùù»ìŒ Îx‰«æøögò4.:.«ƒ@elÚ2ÅyÒnFC‘Á†&… í¢ˆS;f}š?*”q¬¥±9<‰Íó»íëYÆ5¨$EbZRáɬE‰-ugc Ÿþã±zw\îó£˜ßŽhÍÂÖ\ZyLht™Ï’Ê‹‰ÇÆœYÇY’óIúE¼Km·¦¾F”Ô'/i™Œ™¶"ÖÿÔYñ>X(EB¸Ô7Cui+YuÏ7àî9qõ’;A̤ŠšiÚLÖ÷ã„’Ä£–ÐÄß~9’`•ßί–IC÷5ãé(,EP·ª²øfæ¹É-å¢,¡*ÂiHåúÐÒÿ©}¨{>ºù¾É¸ÛˆnwyGø)‡áEüUmPƒ”†.¸4ÛÅ#7¸Ñ‡ƒ£†Ü'@»eÅÂ%)´&Êù'§ç‡8̯›Ž]ÄšS!3ø<¦„¼gZª-Ç_ÌËQ°ãw·ÏyÏZÀtJÞ\lt߆îcòzXT/‚6(5ì‰E.;@¬·Ò¢1þØxÖµ—¯ž\ß6Ý–;ôdáKáCNtN ï5£˜^E^£œÚj@ŠémGÙ%–<ùÚvãÒ5æú÷stX§ÉÛbA;§Âðà°TàÐü¢"óÇË?ÊOîþ½uöÃs¬ñCíy¼øÃãˆ,Üö×ÉÑ8ÿ…̱+Z)&n®êB#7“§÷C±VøRéÏxîc}³ºÂl»³ã:Äôb+„]ZСeU<ñr|ÇPÒ«~‡ÛÇ»ó½ÊéŸNÄÅŸ•uHLÜ~ú|«Ú“A¶˜ÕB®\)ÍÒz´9ãw’èõC®¹ÓL8U#8©xjºUàîj1ôŠâ«Øãå]e-ûêžþuƒáÛZ¡#7:þ<É)DŠ8dt_hs¸º¯Å3f]kB;bŒ8÷Q-#±ù'·êìZmWNÉOj‹ÛcÞ²Òü<êôÍë#7ôΘCˆ¢/¦žûôºQg}VŽü1liÃbpmê¢g‡¤‘è°nÚï$@ç&sµÅ¥èƒšâ#O% e5¦=‹(ýêÑoˆríÍ'–â=QTê¯TÝé¼ní@r#85=f,êûâÆuñ«Ç6úß}[Eêwr¯$Ì%×{i³®î5Á1®lÈÁ^Ù¹{oá‰èiGs5‚£gù:fÞÈwvG9XI#7BI\G.}(2¨ÛXx&‘Ÿ&€ÐJŒ§ƒJœþ~»5<µ¢Ù÷¡wˆþSŽ<xÉ2ûåð4Zj¦vBI~ŸŽ•&ÂH}BÙÕo’p~C°â›}bÿGeö‹A²:CRˆ—ø(¢òà/øTˆþ‰†?öaÁ%v<ŽbrScƒÀði#Þk74ˆ#7#7Œ‡4Ñ*—ó©²ßãœO#8•MR¸4PÎ#7‹ô¥ö6þ[RoX]wqŒ3¿J0˜›TÔ…Îð ÛiŒmtiÅòØNû˜Ö|Xõú¢VÉù°+Öºòáã#&qÉò Üí+ó•ìæ—ô®`q!‚;¤s’ÒƱâ3µpç"Yf ,pQa6‹£7À£y€‡ŸX‘û:À?.×MJýfœÔQ‹ÍƒÉ¥âÕ¤uWV[9íG*ý»¶ÛÃ]Ä:<A)†iã¯>~ä/izWRLašü…ëÕë´±[Fêm´à‡Ó¨¾,dºÁy>Ô¨?›]‡æéÛ6z0ãLoUQ80±…«!ZÕsªba Ñ´Æ%»g6(;íß|ìV‰è›ä‹wîçç§n+º8Èàö£¨]“ÈùöÐ>Ð0×I•ÏK;eÖ_–J) »ºYYùxþis^îÄZ}&Ç/vW‘p«°lQ3P'Ã/|‡¬m|=¶úÏ}ÓíÉé`z87“ÙCúÁ(þ¬ëöãZQ48ÌnüNã#Ï몣ÄÖjŠ‰¯ì&Ê#7A¨œÔˆêãlôk5•ŒVÄ}6pÀÞñp£0p¦‰ÖßfÙ[`˜Ôº¥+*jñÛ»sx®E.02,0c]ëH5TÑ#öç»}IBõ%¼ýzØD€!Ùâî~ÙÉ÷X¬ÖãÜÄ“Št’RÚGË/}^ÓoÔVÑü¼wÿ·›#&bËGÐG»UˆHQcßQ÷±D˜wðÊñ¸<_ok&KôW(T 9TSdzîÿgÎ)ý/Òå©â£YñÖ¶ú$[ÑŽ6ïþWÊvO—”þ3k¶ˆâ“D“F}èqvXMö‡1PG½Õ×Æ2¥1²lÛà“B³«ª¬Á籘5ËxF±‘§&nçÚ¬åu3M%.l¡ÜÏòå®TÑÝ"Œã»æâ—JÌ»˜^X¸Ï²ºÚ(ÝÞ±û™(E+ëdX(–#8-(Ä8¦D<‡²Åœ[æs÷»e¿‚°Ą̃ãó^ŽÆŠƒƒÌKª€aøuh~ŒT[VáF‡ÀЈ£g¨L˜SìmYÂ.±±qòè¤@y3YhTA¥±mqg•:^óaÐÿùÆÙQÄ£ªüæEäYïP"å«îôUƒÅyâÎùY‘ƒÍ¥’ÞåP«aˆG.ç’â6þékÁ>¿dÎö8 $.âÚù®íÎ"¾›âë¥ZléTBÞÑàöN6OD¡*š#8]ðirºzØtM¦Õöºˆ‡¢d4U!¼<A¨ :up¦{1â×<ÀR€ÇG†ãÃ!%§Çøo>V;»[üÒ-^8ˆðèÒG±f~x†ín¦tÃlï¿wZYÖÞ? ®fš+å”"R?8^ÝéWo¡ÐRFŸîâ}Þ›0Žé,!«_ߥ–#8ÌÑìJoëÍ^_‚¦X.žU‡²¢šEï®ih44‡µÆÖlGŠã[Œ1á£Èƒ@H0\ë7(;î¹Uqi9Ñ6Û›àî~ñ±KÏÊ"AÜñLò®™Ñ/ü¾Qhuâ9.TÄ™eïá.u>DCÂaFóT¡ïlRç.Ôm§Š\çh&°`Á©Œ³Ð™2K%œ Tc+DÍšñ+E¸ÁlÉÙB8P9ËÌSX¦CØÿ<d”4G)\yãÊ4Wßw¯<3óòÃðÍ®Ç]íמ#7Û‚³Ö¥Øs[^h[·Ëí¸@G¡ZK¨¢L¸¤È¡Ö윇ˆã–ÈZ«Ë&Ù¦ùÔ`Ó\Á<_R?%|¤xüí³·U/`öФ„;‘Ä4£ ™˜ÑÓÙÇOå𨴽¼ã½µ¦ÎAõÝàÔ<+ƒŒ¢¬#7æTïævÓ=µ¼+¼OÆÁ=“LrÎ!“û‘~m¦ÜÑ/ûö¥vRSïÉEx9áB Ð@F@Q ‘ƒîÀM¿Û‡§çå¥O9æ‡ýiC·Ë/$&gAaµBC›§6ÊssâJ½ÚÔF˜~Ÿ:ê·˜mqpƒ]Á´#7¿`àšÕ5¼Yžù4Þ=•œ`7áHùèé¬eG-/¹¢oœ:ç3fK"Y×Eÿë„dø‚ã¡âÉVŽ_0`Á×`Té“ ^©(Àa£ê#eƒŸ•âûqPÞ~k»×›íÀV±nšQ¯ó^Uû5Ê;jú£µÁÏC£ÝŠ.áfB+hêZþî‘øíkå˜]#&BÿÍ$kRaèk´ƒv)#7,ÚBïUç×HXû¶¹îT5sÜÄŒãB8V©å‹Ú!gbq•ÖÃ\•ÁˆQ#8#8lå(^ågŠüôê‰6#7! éPM×ËHjÏ[©´áU•âÆxj¢7xÅX;zrÑÑãÏu’·Xbý òv\)¦²s°z¦Œ”¡Ð†ÛÞÜ™o"Ë„Rˆ—#&±Ýö½ptçä»—ðwÀºÀ‡B¼^ÜÂÃVŒœ—\:ˆ¬îe }8裥lr’×®q]E^rtû#&ëwž¾[rúù²ò‘3`NHÖŒúõE½€zóØS”90æmOã¢ïúc·íõïäï¦DŠª"Ô£Ø`/œú³v~û¢ã¯ÚŽ—¯'ˆ¦ï%É'€JF߉°ÃÄFä¸^U_è#828܇ãäÃs¸{z#&Ae¿ -ß2 x_ãùœ(( z Óá4 'ù.[ÞËŒb»}5Öhª—$²Pô³rÍŽXtAÙ@£Ëá$rv'€L%ìéuÙD‹rÒôèöëõùuÔ;§ß˜Øˆ"öFG oçUï÷Y„GÄS³ï]{¦Ãˆuä•IE!E€IºØ<wv‡ø:žµägbqE 0éüvaÑúZð‰7úÛCìÇý4>zq^3mTÇÈ8E>{‹Z<½Üÿ‡åì_ñeît4+í#Bçª?Áo'=1ÿ\{SÃe$!‚Ho¡3d°û(âD#&3øïW‡psE+”#– J3Î(6zºDEãͶ—D}Ä«Ÿ]~>Ýý”Ïè‹wÛÖi¨ ¶ÖG¸õ¿×k¤JÂ?Ѫa¼³î;¬ØáDÑ`K¢¹ªmÑ\Øu-˜çÖ¶_vF½†ÓCaÂ:’‚Ù)nbT–rûµËY$^¾<8yÑOÒ#8‘ö»Î„'f¯lâ4gòû« Ò¢o–_õ|àý_ì˜Õu—ó’üã#&†¡^ø˜'¿^ ûþëA±ìo¦f ×a˜ÙSåðÚ¦X¬¾)înHL—É÷?¯‘çŠ AyúÍŸõ‰\ápI"ãæúÞ€H_òI„^žˆd ³î¹%ÑD{NPü¶>˜êlè÷·Ó¼}Ÿ'±ã.7Wý×ñõÜlS;rˆð±%nÄŒä5ˆ.ùþjIu“¯øgðÐ8ÐúõÑÛ,`ÓÕópÊÝÞ[ìùÇåá‡7µ@Û²6ûz³‰Ìd‘òtc’Ö¾,×~B"ÑYòÌ=Ñøuþzþ¯ª–¢€=Dp>J|äš‚ßÛžðæ®Cr$»¸}§ò㟛ÆqàZÆMÒˆ¢§OæqÏOà³´¦½·àw1eð9ϳ¶ÁÔ›±—Ó-”øBò"!'t$óþÎ2`Sÿ}þ]Øunp…½Þ·çמ›#§mÍ1"0î–b8&DGïS$¾"NBdŒ¸«³¹b°/gã¯N]Jã?Þ~íŽsÚQîURé‰mÒµ²Ý¶Û¢ÉèÍo(ªþó1º“ؽr>¿"ÿO×ò6`ÐŽž—ïpqªÞ3Ã@Fh¼UC÷®ñD@¥„D¤VSkgÑ+Úy÷özêW:ÍN?3(æ[ËýlE&@™oä•¢U´’™¼WT$~¯§œë¿ŒF{<O1[÷€´“f¼gþ‘å±X8Ë#6ôq.Çø~Û–…ç93O{lŒá'ïîãðVÔÌ´ÈöÀê³#m=d£@Ë*mP^1vŠ®õ˜/wÆ+úñð!ÀîâB/¼Å™Û¨}ÖtÙ†H-°ÚõŠ¦5zi×ÚØãj#70Î_»Æ¼Ð¯ûÖ‰%¹N‡F¦– 7fxQxž˜«ø3ô?ÝlÐvFסJ#7§=ÔslŒ‚ÒTçÊúJF,DÔ3Î$ö¦ÒlXF^]~¹8[xä7àè‡ÆáZ“¦~îòO’2ÊF_}ä°·$PŸ@šiŠ‘sUØÎ4UUH#8Âr[¥“EÆçV5×Í.¸êÓôEªà#üO.¦øÿ‘ ñn#&¬8bi. ¾'íÛJäÔ¥$aïмïv¢®ÀËÑ;!ꌄx#7.‹º÷k›ò50yòdûÇÛJÜä°âæÝ>Sš³ú|¢ûþM½´*}ˆ€ öu†è‹ZÅQPC6^}qd²@æ0m˜¤][WìíRzNša£Å¤]þ•ýÿ’Æ„NÄÅ;Ç™¿lSvLõYjÑLì»âXi&»Ì0üÜü¿=ÏçólêxZꎨ’(Œíª…‚XäQ‘úouˆm<WÖqé>šsÆ׋<ÆJ,¢£W½A$žQ¤ Õ‚¢h±ðÁˆºüüõ?Ϭ)oEÍõãJ0ënT"(Ö*4ù{š…ü•ÐRY³d@3Œ1-ì<;GiÅ•þK7pz߬Êi2tƒÓ¾å±¥‘ÑÕd”.}ÃuN: &…ó^èòú~H5…îþÈq#7“qö„(¤$•"Ýwfô’Av¨×l(jèÂøS²±ÄŠk4@”!ì#7f¢s#8‡ia‚CÀ.|(ÔuÇ}™.Œ±I‘ÔM3LŒ=kÓyíRx*ÖÝ9Ϲ(Ð!‡^«%b(VÇrœiaN\Ðà .¶€o8Åýßkq‹n‰‡r”2ò$Ë;Pw@ëNL¦1¼š5=»uµK;a„Êli·–ap4ÕÙHˆ°R•…âÚlÀ˜`c¦”@ã^Zyˆ÷UChtæȸ‡ýôÁ]Ïöûúõò¼8«µÆg"’‚b©ÀÏhجi˜w9™Bé•uJƒ…ÃwéD…‘$~Ý#7ŒÃ…}ÞžV ö³Ý¼üøû?±ÕÔ4GõQ-Ê2ÛжºÖ#&vy¡#7(+à6îœHí#&w™zž „h(1 XPC /|DR#&{Bi'õV½zÄ¢96ýM#8,ì\¨øbÃ¥¤ô.àtÍŒõŒ¢SAõm±P>ÿmùx’J\jRÝ4}á÷*=ˆZX¡êtÊ¢+UBÐÎà 'x–i#&FÌ% ˜dí2ÐæÖBŽTÍlkH’„—/èLJn#7Í÷Ïh‚¤tÁÃÏKvè³î´ôŽÔ~R Ñ]eªÇ6¯“ö®¾T™÷î¶c0ÂÒƒÖ@ca”Õ#Ag»8yY4ç~šÜ,„tr¬DäÉw–¯šW{‹ïÍ/ŽiªåÛ<¡ãÎÏz3Ž»št»r3Ÿ®Ž†9·Ã–ˆyøO^·Áv^5<"¸7;‹ßBáçÁJèІºx<@ŒâÃ¥ä5„qé¿YÓe,g1¢6ÔÐäNfë/p”Û-#8„¡ç}>®¡„럓–¥Û•6þk®›ô‡õÊYÕz\ôc†ˆ¥!#ŠV9v“v6<Ìd½ÍüÚ9Ä›¤2Zà“³á›.¾ýKÓÝ-º]ÓW¯#ÕF§œU–M¾¬¢Éç£Ôé¨ÛŽž¹2´nò—”‚f>áîæ#7ˆïý:öK(±Ÿ;%ªŽß'Šg¯ê!öÓ>Å=NÕ:ð;ÆÛa\\éÝ·¶ÙJ)à¦3N¡®ç'l‚œ©#&Ä'Ö£¤¹ÜÅjŽ`Ô‡™]"”/`Íôj]fT’õÝ®ï<˵ŧŽÈÌ`#Fæé#7®kQG‡ÅçÕ÷û{Ƴ$«v ô{ãʬþ…ëÍ‘Á.äm E<€5"Bli#8IÐÕ1\)ŒCØt,³Ê$g¿_DÁ¥BâR ÆãŒ1#&Ø#&{ C±N7¸j(¤Yòóòß2pqˆïpËãn.$†ñ¼6+ÛV,‰í(´ò„OÝ;*rÇcº>8Ç”VOº½aƒÊ²yK”Íp)A$ØþÆ’Z…Öƒ5ɇcÀ‡{o«x®sÒN8ÉÁÃp½f¨üÔ¥—c„BöóN@I³° $È´ç#8¼dÈUÕ<Üú)Èɘʌ¶‡•Ö4íÓPÑ%·Áa©R…Lʼn§CÍ¿O_¼¤eˆ„C u´Ï©4GdzÃÍ(ßß&ö©Îõ´~ñÇçJÑkg`pÚãwËü¯:J[…°Æ±A' ?EÛ `,\:ŸÏæ\òwóK£ØÀž&Jlù]lˆéKZmÿ»úuy4¢r=bÆ´^î³³1ì‘ŒÇ:¬àœ1áƒ8Z*µ1M¡Ð2VñL„ï öØu¢¡x´‡§|ß© ‰ÄœI#7C¦D£#8ņ}#7ˆŸÃ#8˜ÌHÑZ\±b1‘ 3e¬´Š•6Ë8ùQêßÞžEê=ú×n+ïÚùvß Ýt…²#8 Áb€ŽÂCiÖbH6ã2*Š’bb‹Ñ–½’Z÷6ñ£fѦ‚È—1˜ÅlóÜ+&nŒN^k^*ñnWŒZô-u6²ELÂCcwmOWǵº|ðq™Ü$ý<}Ü[ªóõ™£}¢ yNûw2³™ƒ]Wªûs~{:Æð>+r€¶ÂeK¸Ö÷$ïaÞêqVã6ÊËÓaAtYËDˆ‹"cÒ;rÚ3›"pñwnó'óÐ4Ù•¯NmÖÕÛðV"tpÁÒ€ÜO¾5â1”A”ÍÃF±ù?ƒ˜#8ôØ$ëÑúY,Î#T¾¸(ô¿Ñ×Q\†ÙrÞÍlSº!tm#8y“ªBgmŸ¶c`<Á2à¸åD´)•Á¶V6Fš²64¥ˆnÈ9*Æê`×Ï°ó¹ãËó©rÚÑ8r&Aõ‡\—f+ÒÊšR>’Önb:^;QM…GÛ³8ǾîJÖuœ9OˆÝö-›ñZ‚ÛHü¿Èæh1ï6r3Âñå*ò}_Îü¤'‰Þ?é°èQ÷F,s|`t3¡ŽâôJ)—špÂè¥nQ¯ŒÝl›x“É¥’0cöÛåWÄNÛ×óÌø¸ÄÆØüíãµÎÎØã½;ó£÷ßÁ˜Õùô5™ð™I$ âk£¥´\ÒªÒTý"Â8b®Ø4~+L¼†·$Ö©(‚Š‘(00²Z±á8‘¶|T—nÆ8üó²éƒ#8ÛöŽß0YEàcǃ«½«.PÄ|®I#8-iì– Œúø‚>ŒŸ ªÔ…MVùcö†´‚ËAÍiÄsÀ¸$àõ+“LP“ýÎØ)4Q·º¤hB—*ý ƒí}Ìiò/:'D\þß~M€cÈ¡´ÆA4Fõgy2ÈŠÈ4ÙË¥3S=a„¤šEÖIC"̈“£ÒN¬Ž¸#7Š=ñÃF9ŒqË©Bœ¶H<8ú®…ÀMH&Ò+J‡,µÆCD# PÞ]°J"íECF•Š¡FGQÌš"Ø™#8È–œC¸:ö1Äm9“‰µ¼lîæT4! òæk‘%ü|ñXÝürí4ÌÅà–”›ÜOçQM é%tíD!¼ys ¯—8\}Þ|òyóÇŽ¢˜Òo!í4®öu‡–¢RÀþó ³Ü×uæùÔâ]a}gºÏwNuÑ;p9çZ¾p÷Ê|÷NF7”‚*Eº=V#¡Ÿî§T3WäG³jeþ]¼-™Ü)ÜCÇÉeÖZWs°Ñ±,ÊÅv_+˜²Š¬5ìÏÛ®}e˜ã7nØ´C&Ï£ë‘]z(Ûò9h#7Ê\† 'n×,Ío‹Ÿ#åÞ/t‚Þæiv6Âs*3*6Ž^%eƒþtƒ¶™-2>jŠ²ÆT;¾½#µDJk¸O”?ƒº¦¦×¡ÞÊ6^ùt©òm²£hSdÞ&©f~}莌‘ô`´qPà²7,äUF2Êô˜‰‡"LöTrÊtÉÓ„ÇRû£×…IdÇp@iæI ‚v|S›2»q!X]â)þ8Õƾ!úÏ]î·i¾ÄÚCý&–p †"£è¥x¸"XÏg_>x8¯‹œBh³ÅÍϲ©×Vªx˜sTZCt¾o|ñµLn¤‹šmP} yxÉ~ž/ÚýÝ~ŽgtŸ³Ž7tÇ"Œ"dhgÛtimË“*ÒDbŠš¨bŠ½zÕ»k.iÿ«ö}L›FR)êøeQ¸˜G§ç³gm ŸNûg<²|I]ñ³æl£ãOv(À糊¿–¾M§þ[AÄAÐH[êℨðÚóçëþß,{>„92I‡ý_uã^×Õ”¥éñàûcQP›†‘MŽY‘#&¤nÞì5«É:‚q}@Žk,Çd؈@zpÿXP׶RfË#8ù;í”)KLJ”Ôæ- ˜KE!’dD‰@ä«„ƒ$9ƒnôDYˆ„aŽ²v–Èx°Y€ŠßP˜ÛÈj$H&”2ZÖ~Åtk·íµao#&qÓÀbÎú¥éÞpÅéú«ý‡tÙCa6^_``L}§Úý|ÜåýàDÅîùþfÞµ¹’Ž€9*Í?‘÷?|8oH}O@}ð‹¬¨¸ôµ}siº7|œ¼¼ö§¢8êô©vš‡#7`u^Ö Tt°Ìê)`jÏÓ‡ã¸~ÿà9d,üïÙ¯¯¹4’æP¡¨ ý¤éO,GŽ#8¶†X3 »ùú:¹ãŸÉÌ4;‰nz"žì@Ò<4@ÿBþÚú¨årjküeÚéñ‹OÏCˆŠ|ñm†Å£‚¡—ògå±Rm#8,'H§ÝØ&;ØH™ã,i{»bXœ‰ç²krc8#7ÑÓ¢ÇÿŽÆëj‘HŸoõ<|«û|Ai ,| ¹ù?g|º;~® _>À9TQ¬Í̬ŒS¶Ÿá.^/ÝKM‹súç_M´¸ýUãì÷'2¤[Ôì×£Û@<¾~^Ì6Ëo¨€Ê‹[PžPÒ>|\=_¥Üj›õWà¾Ùóf.‹{<ÈD{5mÞ&8ž†`<§ÒÓ’S1qTtd«Ñ7¡H=rà:làÜFZn¦BNÕ/)É0K²ûó¦VsuýZ„E3µs@üδ¸îd‘eÂƊܶ´Q§j¢¾}zÃþ†bƒó$€;~ŸEyüd?`2…Ê®*¯oSX'¯¯/¯å_õäÀÌŽ’xj6¨C) #7JšDª#8OïþÞ©™ÝœõÿÖÌç§ÈË7Ó»½à@›=WÙóóÛÒˆ©~,*¨¥”ÑÙç×~³U;Ü4>aó¼|éè§?Xˆ#7ÐHØÃI¾Ë}¯m½oÌÞ»b,*[ž§mŸKÂ)›RY4LÄl©c(¾ýÆbhÓb¯Ç^Õ‹ˆRPºÁÖ¬00„È5QãäK#8šþÐ>±VæîÕû?!xx"I[šP‡—ß7,¸QL•TÒS«L+…a!€b’„q‰–Oã¯Fà¤55M˜b8 ÓIH#êÛh½“^œkóþÙ¯?ìØû_ÉL!{Ž‹!¼>5û$U€˜Á³ðÿN#&ýk±òý.gYùU£ª0£/=#‚OÁ)!PE LÍÌR“×z‚5Ó(\/)‰ðœ$‰ìC#º÷ÿnê6‚·©WÛzI·Áµ`bÂBB#7 úØÑüzGû‡îÑû$ÇØ<é\‡5nÍHÒÓ:¦6«ÿšpûÆÜAºB˜,0ʨTž~¥m/ýXî4Ñýû{Ç7?Ðç¦ë&OòUå¦Ý×ûÆY¥ø4ê_â?ª/ö”¥3‘þUè.šÒ[0ÒV¤Þjê^ÝáÝúXýqëVz<âì}æ?5Á—ÄÏØÿµiCÉM-ëè\N%#&ùê¡B‘B¡µu:€€+v–Œ½¬(˽#7#7”õ¤>`Ên’CÃ]V ÛGq“ŸtŸó%¨ƒ`ý½sË#7[oá\ÞIôKÔ÷¸˜ID›÷4¼vf;bÑ]“M„É;ùŠ¥-CÖh;ªÿÖ¦p#ÕÎémHfÆ“ÃìItaÑàÒNKôN)ûöCAÖ:\a›Bb7êЈåEX#'ïJd˜ß·ønáhCúl¥ñû|Èß48ûù{hퟟїÒz>{¿;~.ü`#îïú~Ÿ¨Yíê_/$žgØz!ùûIx‚Þwûvu#7’®°]l;¯´|xZ›è<‡±ÿ©vzþ=˜~·®Y·çïˆD¬Úk‚Øsè°µÐÏd7x}¹xXÀ¶Þe4[Fé×ßûbà9È9¦H«²s®ÛÅý–[Jsܳ˜è4{Ê•ói¾i{Ûñ‚Â;»8ÚlKP±®ÿ™~QOï¦ãÇôD;‹/1ÖåîþÜ<‘á¶ê¬®ïÔ;¿‹Ÿ¨›.ä䮦¸w½#Jñ Ö2&òª@ÂOTëÕä±à‘õ¨¥ý”ÔLMy@>ïŽG™¼QiKû±*ÒÃà£MoépÖƒp ÇøªLÉƬ3ÐpÁr˜I8fߪÊXí.sº5Qÿ'müj‹8°î:xc/–^M=tŠ=|Ý7Ï;ÕMWkÛ•Þb¨)#8¯¡ƒ…ÂÁ–ÂÓŒºâî®…‰KHûþ6,ŽÂ>áà=~Õ@£áWü^íŸN¶1ßÒB#þu¢1I?kC‘d(@aÁ‡ÿMë_h€¿Ì*5X‹)‚#&P¬¤Ä‡Öÿ¡©ù`óͼcX¤²ü1Ãçl;J“`Rw«ẔVŽlÖ(›iØ@ ÿBgÃzj¼D,ÿdK €_?îÉ#7+öwÏJÀŒ'Jž¥Yúúsèg] çt¿cH~‰K3MØzÝc{‡‡ÔLÕO"KÍÓùdíãú{Ú?Þ£c¯NJ§ôÙzó<)³ô}±ã¢^ÿ݈M!í8’dcµ•åQ†¯ÒÁ÷aô»š£ +’Â#8ü„!"c„YÊÈIˆPAEÁúUSÙ »§£ü>7HŠL—ú‰hxà–w|#&÷^~)Œ©ú¨ÚêIêJ&,«3ÇíÎŽSVZj†"J*ˆ¦œ!N,½ºM½~D'Õ!ʚػ>}ÓôþÿÑvÏX:O ñ3ÆÛK€´Ž+ú´0¶j,ˆbWجI®˜‘r>FχœÓÔˆþ¾ž‹×õ÷I+AÂÍ3¢ãÎíO9v‹²´Ôó¼Yç`$B*'à—Ú8l<\þÌsû¬ û!þvrTÀŠÏóxúPé/"³Î4:$ÈÔ&䡪BGª=J[K´”T†KÌ£ú1üŒâØõ´ûÖ˜Õ,ÙLnÁüßy±WùÃ;7wcÕ»òíòý^o»žŸÝ÷8ü&ÍÝ=ÐUAò{º~§ßLµ%6}}¶ÙÍÍê#õYïlç쵂½vºñ§Õ1¤¥«]çEË]®÷²,ñørw‡¸þ<7_Acò·OnÏ¿»õ#7ÉÃÉN~k„/y^¨zqÏ(¨–ʽ¿Ÿõ~=ÍRáæ>Ÿ´uýôÿW“éΗTîpbsß«Ùƒïw¯±ZS˜‹G‹¶ü¸sKòä>-¾_ÑÚ:5^²Ø¯1m;?gíîúÞxì`ºÅ©p0ñ÷ì};çYjÙÕêÖᦖÝwcôná¤zäÃßÝ$¦ôø¿¤¾hƒó#€eš@l>o¶ïT1’çã±íÕ—M%>cny¾ Ë?ŸÏþ6þ2jZ‚›h;F^ëÜŒ=x\Û¯¶³æéxáݲɷÊ7[ãÂéÇÈîû)³à…ÎÙäžNþª8:=ÿ&ÏÀµ§§N)Õ>Ïñ±Œ4Õµoxë×3Ý^ÛŽ¨_sæ5¬zßÒî^hf.Ä-ärG:^äµ»ìòNûL8b¶wGhòÊ.‰¶®Ÿß¯ælºË6ÊÛ6ÄÛeìîˆ=†5ŽÎl피6ñaöÆÁÍßû7yííY5LñÇh·o!¹‚ÅÌÚBè#7XÀ̽îz¹§îøœâ6cfœyöIܽݱßoŸFü=§vân–;Ýê"_ÁÂ5Þùß®ü<–LJÏ~Ûšu:Xò²n»J´‡4øî^#7³Øþn°£‰ôõÕ‘墸¥‡¿E…\5ÿµÏ7ðø=_×Ät;,¬ÛÕNçñ‡£gjïÚñÍ÷Ø3õzú—¿ö™ü~Ÿ8ø]“XŒö_IÄxsnñ]ƒE²öøï•ÿ`úxPx/2>\r[Ú¹ôüûk»+{6¾ü6‹¬ú°/ʪÿzúD«³»Ù—O¶w†õsËÆ©á›eÛá£ì#7Ÿ¨â 2´€Öôcn›=lÞ/ÒÛ9iÆ\Ð礹7À;DtSõoêýUÇ×ÆÃ;TuÿE#ÚSV:Ñ;µ/ßô·èßÕ§ÿYÝ |y;‰Æœéù½ÿ×éÙ*i»óìÛ¼ëÆøžÄ-ÞÜð[ä¿Å¡³èIé2ùäù#7WÁ—» rúz¿-ùƒÒãhðúõiEˆäW0£¿/²ßÎì†ÝL¿.ßæë‡Û»‹¾Þ›cvìãœz™ÎÓê#cGB¿ÑÔßIÆQÀyîú[ý^¸ÏýŸ[C_ëÏBv‡Œ)¥ÏG&,ôxŽÒ<¯_×ç»1ùþ?íe×{´ôôtlz}Çï?Qû~óøþ_ŽüÖãÏÐ+àý>-kgî´•½†·óT…}_Vc?4½-“K»Òß×öjú_çÝü‰AñªE@Xøà+BаQ1Wg¯×öýxÂèÿ9û¾+=5üýH¹]>5Z?Ƀµ×Ã"{#7AUú‘cRB=CD¾öý$?}Ê.#&)EÅè°úª2îÖþ—þ#îꊱ\’~_ÑñûÂ/(ë·×Þ)öný?=ý8ôj?oËžœ;óòyM?p¹™¶y{G~úç±ÏØwþ$wßžÐð¢–W«fÍK³oϯA©³J'/Å~´ø|Px”»ÇXíòøcùtôâ>_–ž<»ÿ—3Æ¿Ïñ»¥GÈ?Ö<ˆáœ²·É0ýÁGãÏ2¸ý3ÙLלyhþoÎÇÓ©ÖÿîËõeªÁ‡ìTGù/߆~fþ|é{Æñöâž8÷kÝà?þý{µ[;÷|õÖá¹8øóµnþ-ý¶#7ÂÁ¿âN›£Íús–è&0Û®~U¼uGîõžsíòñÔžQùØlÎ,èþÃü& >‘=‚j<â;}ý<º@ùGÏùÏÀ–§y{9ÇGLªß<ƒ°³SÏâ#8~TYû¹Ú€„*ƒe±ÉëÍ»0›‘ÔD¨H¢o#7ÎœyaÎñ¦üagwéðÏÁxŒ6Ño^~z™ŸÊÃÓ*|åŠþ#7ÉÙƒçÿut;øOš³&KðŸÛO4ÑGÒòÿ‡òÂGçå#8|Š£8yf/»ì؆ëéÍÙós¤µÃ„†Æ 0>)c`§¾zf‹U!x ÎÁ&ô_B‹-ÕÓ%´^†Ii3$s¨òVÌ#=†«ÅÐ%w‹$õ!‘ÒWl¬g]0}Jôãͦu–2¼|0åñ\^ìó¥z¯èæuã˜#7*íR";€ÔúíŽR#ÙÍúy¦–‰—8Šï]îÀ‹‡ºfp$–:‚ ~;aÄtâšÀ‡Ô›¿g6»=3Õô[î Ì4_wÖ0ø{« m&ƒ¿sú\ sZéîÅø‚^ÐeåtÇòuœÓ•ª+‡Aädã>œøº÷Ø*E:_>K#5hT2ÑTFmA1AÁ^óÅö™±gËw-._)clb^jPŠÔÇüiíy»Ç‡ŽÝŸ‹Œu~½¦Øt çÌ0Èoæ?pá虋Ȓ™Ñ©²[-ãX—Tto®!Õ´Q@ÐÖÛ`#8é6òOéö¼jÏrJ¶éŽrÃ๔«H› Úô ÌhÔ/Þ'i•´%v'ÁépÓèƼ^5|bQÙ’ú_æ½Øàû¾@ôÐ*$‚RwB#³[âÞ<#8l=[@Ó¨:Ræns1`*çíã!H£ÌÖ4WŽl‚`@jâ>OåÂ#&‚«Ãßûí·é濵ÿç Ü<>,‡Gh¢|Zå‡#7‹dWƒy,¾¦s@±#7É°©öÄBŽ£¤ÏQÔGS”ÔE QQæö$áôSÁÐÇ$Qß«P¿]šz´Yâe«wô\ì.þïËÇƽ~Ÿ¹§Yiò;LøTlÛÍ#8T·#Õ¬™³?"ÀùeFlx͈“ßÉõò>ß‘“/'´nqLŸ¢ÜF/>#&j?¿Ý&ØÃÔy;Ñ£jíq£Êÿ>ö¾B§$Óv›÷zïõF'¬µ1I'>×Ñÿ(}—Éýö2;IîŒ^êØëf1¸$³˜æçücõöã„áùg#7^ª7ûF€ï?€mH9ª½r`cÒÄ’€-t#7ã혨þ¿Í’©N2<Žõñ¿úˆ½’rʲóý^Áµø4£#&þÞ‰lÁ¨6ÇX(àï&4ÿŸêAõ¬(àSÖ¨äe?‘#8?f@ç9œP¹[EmÈܬ°M7(È0Œ)<zàš„¥m±R8‚9‚ŠÑR‰4íˆÑ#7d##Àx8•U¥ED[Sm!üûµ<‰m®G¦pÖšÔ‰ícÕ¤n°lv(éª æ°Æ£#72J`B#7X¢hhn„)-VFƒV+`Œ3(ÆÛqÊDhQ]½riÕá‚aE!Â2`QI×ñÒ»ÕuuÜ9.„¹ÙFÝE¡+öÄ["É´ë+?—í½Ö´wÈŠç3’ˆ¯é¿úw¡è¡“%ÛŽU‹À9ÁCf'¯ó†jJïTÃ3ùõ®{#7±w#¡h*V(¦F]JC Æ+ôïôä/ìÇŽŸo÷gÜþîçpg€‹ÍžßB›ZVÔÆH::ªÍf.ú“ÔpÅÒÂT˜ÊȘƓ#d!«PX›c‰‘³I%JªöU@rPJºLÜ+ðŸ~ÄÑ8Ýôèú<Ù\³µEz¾TÓ‡p§êǾ]‡úöeKáÚDWCÅÃ];¶ë–PœîVv¹÷YèøÞ:|õ×çëùj}7t|Ý»øù}ܽbå^Ï>:Wô}þ×HÀx)ÏøööõðçûÇš Î'šy?oø`ûs³ëÃ÷e#ù{ D·ˆŽ¼…—5ØhüÓÔ²„ þéUþLjº•X5ð½¶]nEvÇ@áÍ[þí9;·™×Æ*/ð;BêX#7<î3ó&„‚H’Üæ.×`û‡³Çäýߊýܾ-Zþ)Dµ ôâ:¸¸ÐjªmôðpÚu{½ëøYŸÑ+¸óuxè‡VKÑžõçЃ ßüowír8¹Îg¹]kša†!û¼o³ôÿ]º(7)—ôîó~?56ùÛwåvÞ}“ç&ÜQ7Ýoïžý>ÉdÂþø¾Ð·øzBHíõ+‘ŸÐÐ+ìÔ.8Ëï8aý>ÎvÆ&i¯#¹¸‚˜bÅJ’+q‰ÿeš¤xÆ)NÙ/«¶ 15¥#7r#7a#8Á³ÞyåÍ·syæOÖe6M‘DéRÀÅm¤Ž¬Ýk#8»µ&¡†2ªŠ5Ú‘³yk4FÀd€È£°®ÈXF†GUÈ”¬¶?¶‹FŽjJÛÖ¢3¦…_‡²òÓEj`ì-P¬¤€ÇØ(ÉAºv“ŒâçVaHÆ»ò¥ DéÃB¸Áƒ„M̓Kƒ ‚(Ñ€éâÞ“K®ÉtØ7ƒQ&Ñ%ZaQ1N-N³Qiˆ#M\eqŠL©msZ$…¡Ã|ñImh £M`Ι8Þ–ëŠÝt3Š”ÁN5%i2†§ùð ÝC‹”Mø¨éB ôh#¢Í*xÔNJ:«Aâ¢6l.r³-–ÚU”ˆŠWx@:'K«4pO#à…V’#8I$O ¥¬°®æPéY[¤{o[&3E÷HxïëŒÀ¼{º?G7AS]Æ iÑZ~oö·?T#†XœÅaÊñ{àÞ w,#&{#úUÿ?Àž%‡Ë¾_R¢“Ù¯JéðÏëßb{ãò}NÎÍ&ïeþšh‰hÁ’U<OöPüðÔ‹k‡É¦õvv|Ãß³¯lPL*æäë¤ã`zö2p:#8)R#k“©ÝÓwLBƒžÏÜìëн÷/Î_ª\tÆFÙ #8WŸÌ½“ÙN,2ÜžåÛi§nËÎÃôý]ï#o7ù5ƒ*¶âðàínµ¶½Šåe[|*=°Q|BøÀ꼎²Ar2¿¤§y;T0»'l_€0û¹žÊGWŠ >˜øžžhéèó¶‘eô#8.N(/_‡Ö\ËÁAìf$’ç*«™Ë§‘JyÅ#8#7K:@Ì&€&J¤/O[95P(wœõœÐý_Úro ;×Óô½âAø#7_“oˆÞ8êPÇ9ÜçvÛßíÚ®ö?^.Æ_,_Cm¶4@ïü4ò¦(ÿ±9sŒ®åúæ yøzžÝ¶j'fhd! Áý²ôN t%CD¥QH5QµeßÕ6HicO%áÈñ}£ËELUosÉ!y"aßÄ8vmÙÚ4‹þ\r磮]u0Gúst +NÞÚ_òüªY%£À BBE„%'÷ei²Á¦Ú¤ld„q",CQ/ï±[#&ŸË—MæÚ%áÑؤdeEeeTFE²Ï_®_ãÐGÍç³ä퇙¤oÄc>þÿž‡‡,˜öçMC@D4ÒDe¿žÚrdˆ®c™@ýX1ï¢AüÆîŒ&FŠ¥Ø‰5X\b1‹I¨ÔÕ„\b£ðËA„BzÇŽjæ<ù¨«0d(Ôl+É5ƒÁÁ˜e”FLØŒ€Uñz¹´¼KÛ‰¦÷vÀ{¦ñ#kNŽºvú°ƒ¹ß§(6l&â¬jªð6aš#Z°Q¸ŸbÔË1+»sƒd[ˆP‘ux¹¨:#š´>5Q\É·ë Ö]WYEQ”¬p²(DΖ&Q©±DØÌ+G+C4ÓhÄm”{cï`ѱhî]ƒ]ZS¤7dQp˜ÛIÖÐë¶X6‡jn† rE³.ØF©Š8í?µþõPq±$êK”öÑN8’I2I‰O"RŠ¡S£vbâ]Ô—(U$tJU·š˜xÜ¡4.1™ßž#ÈÂA˜0„Y°Æ|þÂcÝé#8•¨!B#8ƒw]û¾:Ä•k¯Þ~_½ÇEGë?ÇZ¸ÝÄ‘çùèÐâ$¡cML¼f/à³ï2›˜pÃüˆ=@T+™ßç¢h:Çææ§#nÉÒO_ã"ÿO¸ì?0–>ž?W—ðîúO¤_ ýã>üV*¸bñ@{Ì8G),²Û1bÂÒª§çJª `ÓŒÙw†=سòàÑÄD\Üatá¥Ò!S§ß>},Y#ÔYHŽ)FD‰*a3~›éëûfŒ"f>Ý!£DžÍÞg{¶6ι¦Jšn:8¨#±ä"½Ï'£X@i-¶ô´A¢#8‚quQíѱ¼Ú°^,º¥Uhª#8ŸŸ=þÿO«ðý6<8q»lk‡,áL”¸%‚òðç.-„QÄ2§oì?›ÏîÎýþßO_ñèïèˆóz²Éßv¡~züƒ4ù²áå;èÀ†§Qzƒ"°wB„aáöÝ|š -+A‘¸·B&:;H3Î.e‚l…$X#8‚¿Qp‘±´Äú1ÕÖ˜Hyƒ#Cí#¸ÛëUIÚÑud#8›Ž7tq°üŒE±åE#Pm§]ŽF8©zÞ8•‘Cg=&gh¸¢ÙÁÍÌ¥TÙ"0ƒ"8°¡‹&ŒS(€à#Z¾øc#&PõDŒ¥J)‰zAB:ªE”¢~ÖC6Jš8D×±vª2C€µs£›à¹µkiv¤ÜAغÉ&EGI¦Sl²:Ž9f¥ˆŽsq§¶C[ÚHT+•ñ`ffŒ´…²GÏÎi5'í„+kÈ}Œ‚èœ\nlnج#7B”2É[,‘Œ#)”$Õ¯ì&žï±¤[¹+ðÉSD!pÌDÈeêaú±Ò]ù¹DP¸9«-þ°‰Þ¯9ÌÖÐ|Yáo¦7f2Ï+Ú ýƒsÄÇ“Õš ”˜ Z(([ˆÛ¢ö~Øs§`šT“˜û›hz£^Ø{Ü&d®àúÞ™¥ü¡ÖÍ-·êmXyj Âb™™-ÎaÛ¬§¼ôk€ã8{A˶¦…ï‹1+R6ž36G©Ôî#7qs4Õuë·ÜͶöáO(¥ÆÇMð̹7$V¶ºRÜc¬mV±–Ò-àLH›oZ+Žû™ðZð€ÖÄCìókÞ¼[wÑ{ékO\0lèÙ2`¨iu†,0äÙ6!L”d›fó‚Å>•Aß4Uí«3y¾)åJ¯{ÊÐOØÿF0„Ú°´#7ô$›[—A"#+€èð;‡È¢-ø6ØÍ9’Ú„3kŽ“lìp[˜[k¡CŒs1ÃŽ$ŧ+9‡ö?y$†/j ‘}hV8Æ%d¾·ó6ŠU’7À_N—·¥8 ’YÕ§ÚŒ“ݽk†ã8o™–.Úàýa;Zì4°ilÔÚ)×û‘ÆÂ#72º»ó5$#88n#75¦fÒf<-»âŠ×®v¼îÑŽ±nú%¯ ø¢F$Ø]õàÔº†Ës~s~·YíT$’Yf¤’»îrùh§fs#äxå³áv#8xQÁÛLr¸8ð%ñ¶¶äsgêlÛÀA±æÐÐeº„#8¥(·‹|âÁ7-v®TGá%Õ£2Üin…¼øL–&:³šJY¸ðé´ïC®â¶£°ë£º ¬›ÌK%c¸o§8Ø(æòÙÝ5oŽ¨µ×8`'ßA¶,7mow;ˆ÷.‘Z±Ú:1M×WGÌògfÊ™òjkè6ÃPD“\:tѬj,œ1º+³„çCЩ°í¾ÎI²‰B]35¢»>øÆU'PÆMÎ\ßs'- žIµ©4 ÃiælÌwÙî7Xؘðè5X·é{3lÛqÛûu¿‹°ôðª@öiÜ\Dðí·çåƒ>U±°í:ꦅ/ðªB’{Ìxl{>eµ9`sgÕÑÐNL½ÑÙŒaÆ%äÉwùÝ*j¶ÏCI_û7q98Ø¢`ßh•ÎÝ“õ6SxëŽ'7#8ª}±9wþjDÖ9n1‘ND\Ì;íLðøÿ>*×GQYÌANMp£tMÇQŒÑ“4<#8c!•70ëÃ¥¬¬¥‘cy§¹"h³ÁÇ¢SMf´æUîeß4ð @éH¯|ÛUº‘#w¥o¨L™&ÞÝYþ÷M'N•JéÇo,àÞ0c&œo‘ta_ôó…÷~—;¹Žù¬+ãÅë¶4@úŽˆ4RLXâïp¼¾!Œu1ÙvV–Ó°B|'˜#7CКnYÉ[#œã!\bRO[d×õ£;Ê"O¼ÄÒ¤´êçN"™ˆJ"Ô£’ü.s=4ÄDV5fÏ$ï”/¸Ë—O&Tq“„ÒµEãÛô°··Jš÷¼½i£2½“–rÕÙkÑ8t¯!zºY¶«ß?•ÛáÉÃcœ#7È×/ʯª]ánÃzglÔ8\»=î‰7#¨¦TbãJ-–šú4!¶4×n$bS¶²r†Ò2@‡BØSJ¸Æ%´Í]F#ui¥!1ßâú£Ã¬ú([«·è^=²Íñ’çzÌð½}rV(Ñ+Á¢KÊǵ¦È´ºôéÂß%1…#7w±?ÀdÅGãü;XØÚvr©ñ®ñÜÀF¸Ä‹_¯fàj(7§yf®ÿ3ˆå戔:JE?3ï×òÂS3<ÞÅÎU†xßdpJV;\ù2áÎ5öªóþ·ýççùú÷þ™jk—˃֞oHwØ/Ôið ¤HQUOH ³Óë#7«è@Îð7ó¸(Ê@{#7Æ0à2æ@“5<R}~G;z‰8#8äõýøÊË®ÀˆŒõ Ü_o¹Ð—Óîï?ÕÂw¨ß›ŽÏ+ê®Õͳ>cåÞíÄ3àËv¸þ«áç8ÎÛ(¼‰4™Á0,#&‰úDßør¹ÍÏ×3³z…õÌÅ0ì=ð]Ë g¤Ê"Q-áÎ! QèKŠˆëéçò°¥VXxeü×Ê+Ž~"ßlA ¢íE˜…Axv‚K xžJa…çÄgþ:·W¶ìC#¾¦QÁ4p€xŠ!`£X#&$;d cäµ@<«¸VV['öÛ;ÈúŠbŠJØ·Á‡.Ø9×Ú²¼ttõ7eÄÕDƒ0Ó`ýÃÉýÄÃ#,Syý©ú’ýlÁâ)>ø ïùŽvž[ÚɼñèQXå/Vðcî/k±ý€ìçð|¼¥Öñì’=¤ü4Ó‰ZÞrf †¢Pð#flbnÛ#&C ^LŒ·ÆE€þ^OÉN¡Î]ÿç¼i8Ho8;CÖ»ÿ•º(g<¶n¡^&LÅSå1ºùeÃxç²)^ëˆ~-'4æ$(AFó«àKtnF0ÉŒ0õ#´h±DËíI|?˳†É†Û)Ǭs±TÕ4G¸^þݹ7ÖŸmÁÛ†–BwƒØÞ|dÄÓ¬)8&"^ã0èM±ÆvÂZ‹"šbMVÊw05ª-V=ëËWíyë%!#8—œAÈ4ËdKû`¨O«cO‡ZÔ¾#8çÄìáÁc7üðïïS[î›ôgÛòò¢;¬hÓžÍVÅÓæ#73èÈTî¾òh½Q×=¦tGYáRƦŸ(Ê&ÇFËÑf÷nJ{÷ÃñÝ;yÁ í4?5ñ}¤‹Ñ@ýÞÈaaŒ›¼¾ê ÷ô…댢GOˆM‡A‘’sáyL—wko,…§eÏTÔIÈöGãðä× =2RO]W¢6(îÎ,-»&#«°èI€˜pÎMž§¦p7ÜêX¸ÄXK¯xLC]7Èj {Ã¦Ô Ý¬FWV,x¿Ø.³Ìxk¡Æ6«ø23{dy4æiåÙ™©)GÙQ=!9bo6ÅÓ9gõ«ï „ЩŸQaILºÄ ßÅ#8vc½z3fòëðkX¥cÃzƒa¯Õ>+ëÏÆg¡R“Û°\.$â©ÃÑÎ0~b‚áv‹eIÔW'c›¢~<†ð?µ¡ƒøövhLº’CàŽ£§Aå‚zW*A?¹ršâå»N±9Ë&ŸŽÚZLHí¶šDa1æ £¢h:°½5‡>X©L:- @~ÍnUì$Ç9÷å½ÛeºôØè±±nY$¦¦ó\«c?óQ#8g-‚~.êÂóÄfBÚeâ-3ÍJ0Èjؘ|6$„[Ïésc¥„ùH[#7±‰g½»ž<øe¸8nœ¶²\Œ\äx`70;å›àÑ)Èödm¡st–ÑJ¶ã§]'·•ç±/˜æR†1Ê2IþÞvé»OuÕ¡ÌìË»LƒÉQÁ×ßEWîC{goqÇSʼvf#7=ÑÞ-Ç/¤Æ¡ H#7.jXòµ©*–éÞ*o‰X&•®d„)þÉ3 ÇÕ¸ŽÎN_©èíàŽ$vÊEÃÀ°´]ÔYK^ä#^V{¨ûJýGîÊNÝ0mrƒ¢ªyµWè‹Áey¼ˆ›Šùç3´)TC$ÍžMU7Åj$:¤´ƒ`MŸeB«M*Š¥ñô¹ÓÐöuyóï¶"tÏÕÂWQ4;·Xrt"ݧ½A1W9f¿móÍïOð!ôþ]4gÆ0ÆÕ±Ò¬»¡¼ØHhNǨ²…§¬ˆž+flmëÛäh”}ƒåÄuÚÄœ½v¨RP"HfC¹WSÝâQú%¾ƒ^ÍBþëé‚ž5¥ BO—™eíio‹¾³®´Ö°,0…)Õ§jSãlTé<W„êÉ}¶b^js·<Å…ÙõMFÖðÉ7çy{ØímïLë Ÿ/ÐÙò¶€»YÌÔïpYÕp°¦ˆèºeò¸è>ŒêC.¥ =ê†K#qb̸ÙGG›:Ý\húÂÍ×Y¹9wΡ4ˆ®·®°W\Ú]Å+HôôÚÉ>Þ½»È`yÉ{ïOD𢯷#7O¿lBï¿>KkºÜˆè!øñŽª«*[˜Òª!b‘%ZOMÖbâUôÁ>“,¹³#¥-*÷?Ž"lÝo¢Õ˽C¼Ì;wìdp—Mh¸³=‰ª/¢6<õ ›q>ãïßž†rx²!Ü&_òñƒ}gÏÊ<ê×"s¾|TÒjðx#ÉõoÑúܼ,½Ä`ÄqÆ›š5'‹Ç”ë’Ï9Œ›±™6Û¾üÉn™ñ{G-µ¶Ùó:÷ÆDÜ>Æ€ÞÙÚÕçj¡Í:€U#8Â×\l}J: ñJP•ØÂ)KïY=÷{é;t['6Œ$!’„Ìò—'faê‹ÇŒ"²‚[O2,ÕèoÒï`ü^Ãrñ@ÂJ—(^lý»7¿±Põ$Ö›UáW;”fò]Ʋªà‘eëgþKU>xlf/)+^ü§:¶è$qG1΀]êZ‹{f‰(žÓóŠØ>¤kó™ØØÛ1~ÜâÕG–5XTƒÏoÁ¤y%Ì®A!‡{šZ·’€Þ‘€Ž…‡¦À¢ü¿®÷b쪌7ÙJ°z©ØŠq?0ó1öÉãå´½ŠÂ3©aôZnpgjÓ6ͧn+jXOâøã™";"ïm¼Ùu7ƒçRåâîê(hàvsºiðoO¡$—¢?§î9ñÇrVŽ§+irÑ¿Ñv®Ý﻾ÐðFœ¿ °¥KW~d)l¦/3bvÆûL‰¥–"aﵑ.FÞY¦ Ãa“øLøf›Â«ÃŽÛãªãfÈûlM)‚4éRú%™,ðmo¡ÅW–oKvý6¿·Øl‡ýŠ žyé¿5mËEn£Â0‰¨¸÷–¡jƒ§¶¡Êx& ‹KÄ\Üþepˆ|…æÁÉŒm5éëMëPdh.“Vµ3Ê(Ææpb«5ð>;<3uP#8‡¶‡†e£—áŽ!ƒÂ•èö#ò{ñ?¹ÑÞ= ¼öÇmlÀŒõ˜ñjm+°|ÜYåN».-.4¼¶~~…@ó_bÜ÷Çã-%~U²‘0W+2‚€¹ì<ÿ¶M ë]×M¶Là ^çŽßÞ%G¼„•¦¸çYÓæ0.U¹ËiEú«XúöR#œ,#7ÓyifØzÚÊã\!e€ßaa4º-kœk¥€ ²Rßu!—>ûyi¾Ä¹ª]“´^vüAsÅ‚KfÔqˆX^'ˆà¯Ð"Ñvn[£`„5˜µdë›W+š*¸¨˜Ø'J,~磢+d˜º¸ÀWÈõ†¥Ñ.TÜõ”bÿù¾KRVlçc,VCŸV‘ K<ëvjœ ¸áKŸ%Þbx¿5a… §%}ôÕy[£ÏøUøh…‹hjÄÖ6e“IŽó'c›•ÆÇÙ7ÎB渾OyŒC¢òaYcX|lçå;í—ÉTÒ*6…[íuÖóûž½üuâ®ë¯,5_2N0EyE^^þÜ¿W뎕¿ZÜù%èmvñ³ËW`»[#8ñÊ0ÉHÂ4Ø\ølÒ¯ÓÜ‹ `uIê_µgíÇ$»u}kǸíTØ;p|ï·Ž°ÊààóæÕó±#81ð†öÜç+n4qÒÞGÚk8_•íú§2d*Ê=J£SïÒ3¿[íœáü/p&8).y-‘£ÞÏ!A6Øàýpü”û3^º2s·àÐqgCÊÈe7»D#&^0„Bñ½l¿;%Ò¬uõÓåùìQžW?#7]^í™ÙÎE¸H=Íf®žÐðù*[G5öìÃÄôã²àM–¥XÍá…¬#8¸[Gˆºý (µ²|ž%htdÁÝo§&ÈãY†^4ÔXR6wëᙕ•—®;*µå¸d9&°'Ó¿¢˜ïÞ"WŸ'ûfç>çÜ\C“Ì£ÎÕi{ÞºôQ´d4–‘<Ì÷B.Nyz ~~½M²1–É:y2®ØïÝG!9è©1ŠÜCˆ€c¢,,±ž|4Ù<¬u)}Ì„ÿ5ƒ&,,9Ö“.'ïlðFÇIƒƒNâ*ÜÂ|>ÄGD{0Ý2údó½ÒNõ!o¥gnk+6¹7m‹mÞ,¾.s̆*êpæ{°6]#8¶EMKðõÁØù2Œé¾èŠTR"¸åÔü|óq2Ê.V3ÑŽ!èèf:OüFøÚÕewà©gäª!mÕóÇdôêÿŽ…Ô„erc€c¢"ÿZíFòZwKÁðIßÝÑ5Ü$Ú¹®ÁÖõR±&’‹ªø¥úë·Jn,|–‹¢ëÊøœ/’2—7Lj9ñw®‘ûy~[š‚ÈÁã™E¯‹…òðº#(K®×å*µHwGÇ•—ÀO2‘è\ÖØ:*²>EánEíVYR†™Ñé-.NY_^øû$2½“Ǭ1Â{}åAÄÒeâ‹ùtÏ›²…¢ÊÙ.êÊøÑ’â)b‡«4¯±i2)|x±ƒù-ð¶ø<Ú^ç›.Ñ î‹ÝFÄè¹e£Í7K:XZëêý°™x L‡ÎÞŠ˜$_£lãÌûQœ¢VgjöyÉ‚éþ©þˆQÑÂ9·Çö@`ȵæ-OL,~=n±¨ñ7´áGnÂ6QF˜Šµ3Åí¡ø´Kï`µtµµû_U#8"dΡº#7ÑÎý“ßÔèb£>Sê•yš°'#ê @§>L5ëŠTRi%ŽÜrYl³.ˆÎÅ^ˆ’ú&§$·’ÈŠ ä‘Åøë*YFN+88ÍKz8F|Ò•¶Ñ¨‹ˆKd7I6ü”AGó•bñƒV„=±4ûs²·ÙàÄU¶Ç4‚ æü_GNqŒ\Úxp–BÁ€aZÒ±²Ù4•qVH„!Òµ¬-fƒ sŠ(”nB‘<`£…íen¥v8 >K%+Y9‡„êëª2KÅôZžk–èØ£dB»öÍÑrßÁ§*IÌ$CAl覡̜‘áTÂÛn¥Œ^ºptˆà,Ù#8ɬ®ÝZërí±î:¨>»Û=çÚ‘÷jµœJ—“ZÕ]·Y.3ÙãdK癘=õΙY4ýóéÇcgŸ>6¢€Æ5úVpC#7ДÁ‰Í#7Iß®|«5åzôhè&<‹¨RÀ^3(TE#8Èç#7hÍy›3¸cÍliŠÁÂ6…„n¦|ܼ#7Üa¾ Òè½û°¹öBó9hÂ/r»ÈT3”ƒ(;ƒBnê9;*7YM“Õ~zœúÁÄÙ#8³®c Ö×óœôOQiN•}¥ïÌS†0\Îêk3ŒlɉҌ¢ëóq¾ÉÛG©Z²ŸCñ÷0q³Sš ÊôøÔ†ïW0x¨Du&Ž¿|l³‡:Æ{ã|W§CÓ#‹ðÒ¨Ää„ҿܧnO¨å+9~`<=BŸÖöÏ—iÀxNÞ٘ǃwºpZuà:Ç?5Äî9à/@·~_e•,D$-*âõØŽRA#7€(¤"ù9øÚð݆P³ÅDg¿7h¤² ´Ì¹(ªX=erQDG*rp¤µ†#7þ+—Íu°™#8ª®^]È&ç§^µ8¿×Ú*£Æ_úë›l”ÞÈs…Ðiq[™m;ii‚Fë;í™ ˆAÝ#7–¸NỶk!AÄó3ÁWÇú:%"I€¶„vÒ/¹È^è8©k˶ïšë›iTÖêœÏãˆdûÓÍÓòr!Õ5‰•\æxä¯tÞÑÙ´:Éë–¢ž¿HÁô²&×aK!W(xV[,úÙ‘“'êþ4›¹h‹Ü³Î.*;TÆÝ}3D¯ÁÇ#7Ÿ|ajLÆé1+ów!—‹ Ñ_'´°…³âªf<:I2‚á×áÐâ5|ä"_íáÅ—ZôlÕ>6tÌsÛö“otsÔšt£døŒä'5V7v·eTÙi:éPÝŠ¶¨”Àšå!š®×¬öî¢%#¦ ‰†Ô:D&”/·ëµŸnØlúÑa£Ûñ|*ãÂ5RýbÒõJUo벋BÞÙÏ”G—›ÁÒ÷9®þFgjóëïÅcYp§ü!»L3“wk¡K0ìV*„ß/€¾*”ôXÎŒTÎþ¸5ïË“ÌP¹o`£Jb£EE¢®†Òꪈ[Žo劔°’Ϧ·m¾äìÃ~ê†#7õœ`¨L½ØqÙªLíKRQ6ÅÍôh¦‘f2Ò÷%ˆ¦‡3‚й–¦¥TÂKº;¸ð±û`±ÖÊg:UÉ|ü…Éáú»Z“ˆÎ?Ë1iFG› ÷=¢PûȆÂà:/]#77;<óÝÏ‹ ›dêÜWëqÁTt¾ãÎCéö,^áë¤rÅ€l„ÚÙœ#7‚ÖºAë1m¬b¤)Œ7ºÔq‡”gÒRøQ…yldìÖóž<Öü¯Q‡V~\êx?^zñë駊óz\!º[åÙܧ;´[º•iÅSãgT¸k¹ ¥J?¦5sä±uúF§ÛNu²MÄŠˆ¹íMh¼.¸¿÷çïQâ=ïm&7#&X”°oÞÿꪞ+éˆê*h‹°]»~‰ý9¸}º+´À@¨ºœ4¹CàÒ"<¨2äVÅ‘d&({ fuôË_´Öcí×*‰Ïïô’ì0tºÿŸÇ¯¨¿+ë#V«N_¬úÜ1Zë c“rËEö½Bõ+æ;µÑÇnè½€pÞq’ÑWdõ«q¯GC…’N`Mó4‰åéæ*çûWÛwïÐ}uÃìKE7½oèÌ©ÑÂSKûТts4õ\é˜Ú1tõ>ëE¢v(ÝšaÏzl„§›Sß‹3ý÷ÒN±ß|êšøؽ<£JÒu…ì¯\]'úýëºÝóѺM‰ÁÑÚûá¡ã¢\Ò¡aá9½ækÄ«óvQ;.hEdÃø4Ù),0ÍŽŠnù–ÞÝ[·”»¢×Ôðo˜#otpÓþK÷ÕRÉ›Ó?†2øýs[`€;žöB'{D€àv%÷0/uò¿“<‹,ÐÑLc_2¯õÆ°ÒÏ4ñjάٹD 7Þçé”D«WEÑrÏ<î÷¬le°jP¿‚³-ÏÎå>9bê¢Z°UìU ßsFú(çÈüQs.3•<ðsæ¾³pR:ǼïŸW‡\I+2ÖܨãIHwæTÕ‰’jª’Ÿ¯Økìÿqé|̦‰©V/ÞÙ{kö»ýGV#Ïl’e#8”YHö:ÌÃïëóKÇå:‰[X¬`ä°ø°én~ùrxz|¶X,sQ@¹•WëÌù”D´„ý‘ièCFÚ—Ø'$F/ÖEšð„i…=]®Ø^Aˆ(±U /w /.·.N¿ÊèîV:9kuÆŽ‡šÐö´»Â¬,»°=«§@¨ø#7´BB`SBüÕp³]„.{¥“ËVAÂ`ŒÓ‚mÕó¾¤6q¡‚WA× ;t0}È9G~…¶á1¬h¾]|ø;šJ¥Å<ÜæOòš_Ï2“¯#87áã8J8ŒáëÏ!„Ñ¥¡X#8S—tFTs–UüH$P¿Û'±y‘ÞðÜ´?D—ªh®“,Z¬ã#&ù °Ã5šëŠ ¢ïs9QEq“íUÑAûèØ‹0¶¯¼5bQ̱áïÉ£¬¾’鄺g'+C)N8œ!Kì×uâ&Û^tÍV£Tl¦Ü£‰ „b7´>ȵïQ˜ƒÚ†áªéRœn’PášÛ*lqs›Lȸ#kÚ¿êæ;d4O'@ø×¾>oã³V?ŒdQlÄ‹Y8¿SÞCp¬š$‡§qÃ}k«:Ô^o‹‹¢/Åâ±é92qŸ|Š|ŸÀ¶G{„Ó0þö_ƒÓO¶ÎžT{&ÿzëº0îðT£i»suÖ|&íÚáéÖ)ÓKßÊ[Óá‚.ûú6èQ®‘ŽóÌHèd&z¼¼ÕqëáÑ|¶:)Ë9˜ãbŠ,:¼o);šÆ¢x¸x'—>žoÕÇ3ÖïœëE:ïíþš>˜Ûôh×ñê4 “«¬8@¯¦Ö¬ìYhÀŸ/ÆÎA˾Ê×Ì–³ËF1XÆ&$‚HõMŠ/å‰hÔa*ºxL¢Dñ×$H#8,šW#&£'È_káƒËçÇh‘!28ÂVó?Keú^±Ì¹â™¨ºs{—Fš]œ?*cE^æ:ÃÚ§És¢Þr²a()6ʟ勲HÄ6?†û±jüúÀWO쉼ÅG«AŠð‚çÓ¾½¯óçää*É/h”•.9Á„×ëé™ûΛ@ÒãžýÜâ} 7ÅC÷ıïvô lôv”s±ùçŽqƒÔ‡'#7÷wöϯÇÏx0|ôŸ·æ¤øÊ€4gW=˜õ«¤‘Má®_Øjñs#8ÐèÐþ÷_oºqâpg½˜qJ;Æ‹2?Y‰¾bÞÈÞ1Ï9ôg¢×zŽ¬#]t9Ë!7$;L˜$yUùuCT×uh‚!.ÿñÆ°Èžü4¹aÛœ<aHoAoHÃͦ%01F•Ps§œ£qÛËw‘&—dîysC4òhY\ãaõºð\'uh¹_0úÓ0…—C¤B7ë{Tt¼EÀ•/MEä¦Ä¤ï‘g8+ýtpa€×hä%#&éÙ‰DöÅúu×U¥¨åAÚ{|ïè„=¾k:9©L~ݤiôLµk2#7.Tç^¬g6íìMp;,båüˆ(·%\LË'½®K<Þ~é=nr±Ô¾šðO#8²ÁN½ÞáÔCÄjw‘4Ùå=%@@P¤(&w4£…ÏV<Úõæ¼#yê6õ¯:|&wÐd¯d@r=}÷UliÞƒøn×Õp#8‡ÛágÍ®àÜûo¶û“Oj ˜'yv`\3#Y#8^Ȥ†~·ZS_Éæ|¸¯x×ÃÅCÁÒ¨²vÇdÞñ·0oSÏÔ)wTóªvÐM&Úôð‹Ý¿¤6ëO”5®‡?´üƒ^)i¹”4ΚàáÈR°÷ðùï ðv/2Õž?½àªÀáÝYnš!Ñ‹1—(m*OŬX|„ªýŠcØ?!Z@¤éQÇÔn@TåNVW¸éGyu—á}£<ÓË DÃÀÎ#ñ^#8'êm1‡y›4«í‡³„\¶^@Q”tÅÕI¸5ô#7¿´â!%$±,E‹W#™¸£Œ 3!Hh(ïú™#&ëŒVÄñ'EÃ.Í¡,ÐÓ1JÍ©WÚ*NctÄJµÚCJ<¬ÕhŽL0}@”Ø@Á”,ýÞ¦WÐ6fc„n¿ÙÍôæý#7ŸÏéÂÏÙáäOžÎ]vÏŒ¥¥|9q(#&`SØ©ôû§÷§êOÙöæíŠ hfà:,ág8ü' U…¶8;qø+ª&n)›Oôg“ÃPXeø§À1¥0Q?¯îçbTEö{o#7Âé’ÿ3¨þ ÕCóÿiú\Š!o]ËbMs]>_À×›uu% B%bZi¤C¦úû3íêf\UÚ§¬aá5 a„Œ8ð ߀v¦Wþ©†ECr=S„´8K’T%„'ÅzТ›€2³!xj¡¥e¡#8 ©H(}Är"”Ü&ëÅùH)( E!QUý–§!È!¦NÝ|öÞÁ„~iä³rcÜì6lG)+r`ªŽâ¥Þ´çdNõôÊ~œ³ ‚ŠX*>;Ú>š“‰GH‘/²×¼?Bó?Äsé1b #8¢JÌ*øú~sûçóî,µ˜®•#8T)¦ªŠµ9¿u£“ïÞl`Š Üåo±=†—5Ð#&c—ÙeQéÛVàà¬#7>P#7-§SƒÚ%Ϩ}DCÆÐ@7Iòú é»ç#ï¨0×™ˆ„{>RûuŠŒfgC´B¢Ë#7œ<4¦Ë”¨$k¾Ïœù‘œ¼†ãü[øz?7Ò®…ŠzìnbcžciŽª‘06$»úR›kHsúmsÃʲßø_ßÅÏÜâ)¯ï¶gØuÄsÜû*»EHPÃa‚å£÷`>lk#8L}UÔ©¡ý”1µ†Ôé å²o™f,öTjŽ¤Où#8V¨”ÿ#7ù|Úi9¾•Â³@…U]•ÔàFì5ýK÷ê÷þ«™à¸•hAºlKÙ:ÚîPŽ_±ÙgíÝm#8ú;c;žÑ@8½F£&¸d/yŸG ëƒËL…¡¾öÎë<_îåFˆ>8V»4€&¨ò‡ó¾~7{íì{Ûî`õ00z ¸GŠk4‡!Ç#8dXZÿmN¯f(eû?rŠ’e)Î膵AI7C§çÿMñ`S#&ÆÔ{&ܾe¯ÂûîÞ#Å_Èy(Š˜†–ŠO¯ÃN/|‡6xίyW#7L>¦³M¤øYz†IYðj07:bä™Ý×.–±R] Ây$(Mw.J›ÑîÞ÷…‡ÜÉÅ{ >Œ#7#8”wVT«Ò©dA£ö*#°¢ÁçáøAÃ4ubU3.´‚õáWàãÉìvŒ¡!ñî{A#¸wF鸯š…ü\pWï¿dÐ}—=½·‘†È…¢&šæ_Ž?•ŒÖ‹¦aÓãÂ{S‚»óøóÄÓµU$÷qh“þTw£Cù÷nh°2‘b³[¾ñ17ª,Å€Z^‰sJ¡ŒÊH-$Ыã\ó+1¦p#7,.O’ðû8åßY/yÚŸ²°ÍÚ&YPWK.¥Wél\ýu#7=µŸÙÔðhâQH'š#7f2ÉìdÿV6†tÍ{òýÔÊ< ¾I à¥õùcé=qÛO2ót’긿Žew°¯Ù|;ò"Ú"7sãážC¿Ÿõq¤úBËϦi9ÍÕææˆ?ª9ò"·LŒp*¦Åû[ž×„f¸4E”{ÑOV÷¢b'?U¶±‚÷t,;"€|\æCT°¤.{x_U‰>eÈ’uVÉÜp·úÌ¡¬ÛpïhÓH< -$kZ™o÷PÀ’:ª±–œYblM1>`5ÏÛ°G-rÆÒ`%ࢸ¢£mìI×øê^sÄéü"*´¥B«ÌÀ:Vëï‹õ|uCZïÙ²ˆÍš3¡‚@ì…Ž!Q”ˆMèX³TVPxS£¿Àq³‚ ù~^ç¸Óp#&_\zowí€<g‹£}ßS»$àÂî.#8oz½Øô ]¾/N:|ì‚*@ÄåñTÕu÷ëÃlR•>0‰³èòôë¿»±<¦¶CʼP:¾Ã9›[³N)lP1(£-ð¶0`·#8yÿ9C³H!©¥"“v†l=ðþ×ïNY=M!ÃöÁªz™ô²j—Ö‚j’#8¤ÕzÕ*'5IGZç¾,¤0菱Æ%¾=ÜE÷í§V)]]!Tñ,-Æ:³EÉ„Ð@AYa&‡ñÇãÎO‡ßƸŽ$»ù¶) ŒAÞRÎ,Ü![Ô[ð¸EÃ@U²[Žz¦† ˆl„?)S²qèàE?‡\œ} Œ¯žÈxPÏý¬ê“zKñ}j#ïÈþíöc~Ê°ë'/QÅ<¿q˃2s¶ ð—W…Å\#8®8êu(tŽ8°º0Á&#&D9æÕ‰Kšowœ¾÷“=ƒÉå–nu‰›â=]žaž <79‡©”5÷íóÀÓNq¨-‹¹¨KôétÈ4º7ó§sØ6è µ)ìÆp½žCÒn¥]iÛØn{7Ÿ¤Ù§å¤Ð•h+ŽR ³ƒ©o̪Ç/²ñÓ3y¹nSD_Î2’EBB!laý‰?œ`b°¹áõQnÜ–ú“Õæ–»¡‹rö>ÕLoW RÓªCU,Td“Ÿ±UΨ¡êðŠŠ¦èÕ,uÓdN×"†Ú.A#&ƒiDLzÆ<¹ÀzŽlQ"½ô"Wuà‰…Õ—>Ìd#)‡ÈfK±²gž#8Z‚pæ>â¯r‚O·–ûŸª½>“0ÙØ—~øÅ ØQ$Ê<¥PêÇs„<¯²ç/nŒ˜aP¢xeÅ6"W -áBË{Ü‚ÄÌ0Nƒ|Ü8'ظ3¿§œ†ÿØXü¹]sRfãˇ€L̲;²`d#&Ž%#&[Æ厵ÊB¸ôªQ„¢Ê¼ž×èÜ#£ž{é´`€¸go5¹¯#ºo˜€Ä,Q^ÊåL\õM,ð»‡ð˜0ë|,ŵ±º×èÁfÿî¨,›2•Xiízœ÷•˜÷´¿V<Æ?GDj€:2äÃ}–Ž ÞÁ"Ø #8-{¢þ>Qm±$y@Îl‹<k©m²ðGá!ŒÖÀçnY‰Q`¸tqä GBä/» » %®¶çˆó‹ØBõNKÃÌØ!Ó«eYç…Cû.Í|`Ä‹à´ÓÎŔɧ¢JKDHKèŠðrÂñO&ðþÄ_Q®@'qæ×7ÆïßcVôtGÉ4˱ÝúñÒ Ñ²öîæè´Å3#„] ¬ÏL²ÍO¿–j£Yê–Mœ0@-€ #!C;"÷rÀA".!狵;.°â6ƒº°–Zvm\á¢õ*¦VŽYœïÝÌKO'ÙÆOŽŸœ»ä’Òs=¹ˆäæ_PìáŠøklb)ÒìÞ¾°&G¦+ð+#7¼wÓ×´ÓÒ²Hí4ù)H'!àç2ÆÍý'Ê¢›6ñš@MqPó¢ÄXOXaH:x¼ŽåWE{9·u‹cI5”#7ï!sÎ[ž #8R#ÎäØ@Ä÷:HIXœj圴-¦¨SPKøííYß~}\bIsjfç^5á4¨·l`&…3ÍÀŒÈ'“a¶ŠP0•Ï×nvDö÷{5OW,ؤáâ™Ln^OIÀ{ظvØŒ«_“¹ãnƒÕÅӳלðÞ?éðýœñoÐØÂ(ÞÂZgçþÊÞX»Ú=ò÷›Jªo7Cœcâ#8<ÏBÅ$'hì!J82†F®Íù¸ªª ü<âI²4°I¸ê"èÆäG\I# r.èÚ‰•ãÍ'Ptµ*p Átƒ¦ÔR^ŠšÉ\%ël‰Løñô•Ê‚û«“do3ø¦:Óá_v›ß¤Ý¦4“æØÉÒ ¶®œ4[ÒßäÊnBjt–Áœàæ>k££íß»Ÿ‘(úoÈßÛ†T©5nRL‘k‡¡ÓU·£eb„Ý÷/·ö½µ§jBT’Côpº‚¤CµF,…ÖÓRÌ(%n”«éfO@£·þæT¾¨ñ4çÁì˜K5®sŠiýþuâ€1òòòð¦5<:P˜Ú r/D€õ:ÔÑô꓾Êeœ?£bGç {ÎÛVólX›²ª3ÛÂûùlÍUuª-7‡QÓ¶EÙìRPÆ*lÒŤ‰õÕ¸Ra:÷í5â:s”ÃTÝx5ÉÄZx/D€ùá|WÚ+(áÝŽ$Á‚Ùp™Dyb;vvFi]Z€Ô®Â&jˆ_Ѻn·âäl¿›bSò0ŸÎB¹‘õ¼3ÔÙátcM$*™·§BÙ+Üë%ïdö!?ê"ªÁÈχÑaÓï_àP>ÿ7Ë5Ñ ÓŸæì?æ˜Ãn} Váåœ##8bÙFE ;m#8#76#IEVúÿÕÿOÍöSL÷¥#&kþ¿c9e×õUCüðCþžB ÅÂõ¡ôi®þ5¦¨ë𠪩ïÚ@‡ûÙ¶OÐ|~]Ž¯^óù{}Á„?Þ“Ú©õççõ#W¥¿-_v¯¦_¹›dzõ€@ýÇãø¦û[à$Ÿ³ÖÏàêÄ=“#&9R›è#&E=“#8òÞ¾ËnoˆŠuw··w P›ékœh8ÝVåˆJHOjU,!4˜ ó0¨<q=P†2_ ¼ÙLF!åÕúÕK³KE7åßÅ©“lØï¦ÏT6ßmÀƒõWÌaɇðüüÛ1ñi†‰PëiÉÃîéåŽ#žó{/ou“Ð{è†g1R#8ä0Ï*øÙÉä'K+Q£ìݯo%E6Ì÷ïeÇw&êV2T”'ór—F=¤¼r<›áÖ~‡ðîß‘ËÍÚ{D0ä¿%–|}¡¬óõ×’`šk!êËҺϯ×ÇãÖG³¡Yâf|hdäÓ-(U߬.ÕòóË7Ùƒò£ýÐóääû\>u'n}n“ôƨ¯Xß~?ï²Pd\[QRÃa#8õDÚA/ïÿ&IßÒ £…yn7fˆjÃFA‚¯êBån®gÔ~oñJerÏ—ïÌÉËíòõÏìõ`"}#8‰EöÎZÅÿ«R¶ ÷|?ð!åõô±_~/¿dÆ¿ø¡Èˆ{½~Æv#&üd³{ÏP¹5Ô£œ¹8s7Qr@ÝWÜ`s@Ùå!¦>†AN'²G‡n®ŒI‚)ž K€õ=<ú°i“±Ð:?Ã=>{#7’:§a‚rMˆ•(#7Ž»G¢ŽÎ”4,£6*OΠtCboÖÉ?YÈ€e„®“ªaϼ_yèäæüèHMé&”M÷R[œ˜nC¸ˆó>®"Aâ¯öB…¶|8ýÇôþwOýÞïgŸèœñâÈÄ94è’ŽqR_§êg‡€£VæVÔ‡ßsáçàÐãßÌVù1A·úè\¬›;4þÞ^ %‡>#7›™#78ˆ$ŘŸ(€ž¿+GÔ8.-þWöÂ'qP½m)܆í5ßX¤Š¨§i%Øéèô-üuœ×–ÑáI’»ÔŸ›©{AÃßîslçY%iÈþ~È&÷4zöYÒ¹ïÙQèqm2$BÒG†tÈ!6ˆÔ"qDB@‘i¥ Ubº °‡„DÝ÷mw&¬‚ŒB¤aê\èìmÜ~õ °/6~ýöâ$ „ê%Ïø굞P³–™ô¶†Àñ»7Jê–qQÀ\ըŠlb¢e‡ºøJàÑâkSOu¨ÈÉ&žžÚ²%Õ¥íkmpÇ+,=µ_ó8öU>m1MDÐCŠcË6ót=1mƒÁ°ñx쨪Ý÷ËÌ#8áùXFtC¡y ã&¼_•³àô£ØZÓCï1©þç„8 gÞ` ÁÊÁ=àTx²E"nÚ‚¢¨GEÀ~é«/C°É§ÜhoÃi]9•Æ¦‹"5¢™¥K5¦d¦,}7ŸBû¿Qž§]ÝÉÌQÌ*¡ìî×ݬÌ&Y#7Ã3Û=ôÝÙæ<У”Öq G3K“”ûLY&!Ë×iž”E‚B‹ÇH H ˜NQà‘Ý88ò3ùîÑg¤hHŸœðq½‡–°ü‹6<î÷Q©ÄdDFIàq9ÐËÈŽ=ÓÜÑÓ¨¶“;ú‚ö!¨Žæ!˜I#.Ù4Ócçá¹C7f2y1l±`Ü£dëÌI ó#&áÛÓuÏP>äÂ#8겓t€ °(=+¨ðˆMä…®i·;p(É hC£~ŸÇ<5gÑ#8]³ûúžGižC 9uZÒuEï¸ov¹Ù#7{M$ÉÝ;á|Âøìð}r¢ÒM’‡±pŸÀ‰<¿!ðD0¼ó˜•®ŸµÉ2=¾ØÚ@•¬æž)çåEW2µÁ’“;Ò¤€â2E8‡R,@- êÁb4@ê#&ÆHš• ‘0”2Øf“0Ïe¬Í¶LÚi¢-èÇ$¢œ6ÇXà¸Û_,›%&Œí›+T¦£Fk€æ%ÍY«¸:À>Ð# ìhú#ŠôˆùYµ³ÊìrC«ð†Žy!ï¼±Ñ<ÏÅy¦i4xì6åiYÀl’,Z†¾b}{ä[úë‰é_eÊð)|ºúVL)öÊÏMòŸO;‚)ÒIÍ Œ!‰JEª hb<ØÀy d›"+T=9²Ê´®¾y#81åI´½çË "¯€Ã"—ÜšA•qÄ.]˜£ƒ›ð2Õ%#8™€-ኤ”ËV]‡T7Jä·úÖ°vì¯Ãb‚$ñ„Ì#³6>Y½œÖ%O˶-™Í†;ˆÒ.ŠRÐbŽï•ª-zü{Ách5¯tºQ¥Ý¢T‰ûÜÿÕãZ‹ÇßDãoä§wP2x‚¢UKxvÀF"¬.Mªz¨lë—f¡1æ„‹[Hä2ÖÎÐ5n‹ëƒ®|cç=€g¹£È¡ê£(vt±@˜Àˆ BSúÈêž$V{[ÈèÖ›Y.™¦pJyv[<س‰Cé^•e#8P²é!Pm†À€ Ÿ_Ï–{ù÷o#&öžäûzHÌJz`·;1ŒâW¬ñ¢c™AÁ'‹”Êf aÕ< #¾).)·â+àã‡~)‹5’dRR†¡Œ .]žü,9ìoL©:Êd!v¹¾~\äcÙÝðc¯»•wOD0r2`áÝAŽ¬7¿nΙÒõ<댲˜2b¾dÿ7ÕTvŸu:â¸>%Ë(2ˆ©¢«ÏÍ!ò¥‘b<P)~$&0qrŒ 26ÓÊTs¹vj»ºSd±Ð¹–‘B ,ßSÆl/§qê.Š}]1ßGX~U«á×Æd8@äT÷iQv(t¯lšNxcé5'G#LÀ?.U9RTCà;ˆK ï¶ö^Ùå’<4±¶üq07 h|¯MWcšz‰ÌwñÙÔò=EÝÀtâø¢oM;wdÍM ùQ¶Û°'ÛÔjfå3mÀt=í'ûðý`jâ`¨MÖS+z¡$˜NÀ?#8{ÓÅÊ{6m{Ãú~½pË#GèÏr9÷4ÔhrÝ¢6•˜¨R³$1¼#yGñóïÆO*61(–„Ú© ™Ryº#8ªdZ®-€/Lå›zh&´›*§{Õ$ŠÙ<Eírß”R·µ]:ÞFC°@ÒéGZ¿&Ì'ñ8=:\yzGLš|ùIX,— CO`pöþYôo¢_ -3¶ d#É V=SøOÑ¿vO(¼•ê哦é#r92È̢܇к» 4²P„ÀÕB”O¨Å ¥õiˆ·›¦ÅŒƒ zÐp=OŸ–ycYÙ;p•*²ÕS‰ž^E¤“î»Ø2ÚOÑÅͲžUN¨ºŽXHüŠ§TÅ,ªí4ï¿vÝúaQyÙ=s7Ì`ƒ"ÅÞDÔ¶8:Õˆµ#7|Îü`]p0ånm±Òò¹sGß Ç¸Ènnî³!xûºt÷íïÃþ<`ºxH\„‚L“ÞUŠ)zàpOwÚÈi#&;弞ÛVzÚÞyÄÆGâghC«dH›Cz´¡ÂeaB…B)$ hKž»2’âiÝuÏ´³ó‚þU},Zº®×ÍW¾<äë1惧—ë¤ !sÙ®«i‹6.gÞýUuP¸ñý™Äõøüײ¹¨iåhÛÔ÷ÌùË#7,††&Ûà¡õ ŒITêBÉÍÍõ¡~,†zW|X{´0lRMJ ;«‘Ã"Ö¸/5äox_¼:÷ÚȤ\BŠ÷0r¹å9™tïöMäóÙŠý¹åB–îÃú„3n(<Æ=-¹³ž P+#ÐitÎ'R§7ϬrçX_ZÑ„Ê|8í ¢Ae“:“…n³ î¾`õ9ÔØ{ÒC}:×ãù~·8{¶¿\C“D’¨aßGaAb¬‡Á©#7Så‘#72æŽ5@'É!‘<…TãÕ˜uÁVl&KápäÁÎÞ&Ë(±¢ú±ÝÌúÔO'P÷)ö¸è”»o‘7îüdÙr^&M(å]xÃi#7„ìrç5<Þ+E*ƒ™Á²ƒƒõ?zU ŒÝ:ðe;´lc¢:¥ 0òâ~³Ì6úE§ùe² öô3ä6™ŽYˆå'É°¡7$Â¡Ø AÈQ°†6oÁj#&Òi¹Ï‘ÙõyL.J×z‰òó•ÅŽv9œ`vóô>‡v r#8;ÐÕ¤hó…õHQ©N°÷^£ÈL]–Àù²8]·®m¡Øˆ:6<L1©È»ml\Ü@I±U\X„UD` #ÓuQ¤Ö2›ïµâ®_¡µedDkgŒÝ=ß%‹²ýê*C®Gæ Aðhœn€æeÄ„0Ó§ÜõÚߺÁrØ35ôa¦Û]eÖÌ¿$x¶°<ºÀòGʤ'&Af¼(zYiãSÅdÄïîÁÁñªüÇ}w8õ¨YšgfÆÜ’â$;YØ nÉÈßÞ¾Çí¹evøôy’ïª:s*#&œ¸ªåË-rUÞ<Œ÷†bhXÉœN£F>½¾Î#7¯8;nâƒy#&Ë4ÎP؈…~ GEfx3AÃÂuìa««¥a(y‹G~Þ=ýý=¼ó´=‚ ºå¯§#&©Ì@ƒgÇí²Ã߷鳂l×ù¯ÅÌ?èÁê9ù¥hPÜ„û1R#71Ò·†qhˆ‰ÈDÃçù$"#81^.úo¯µOJ 5|Ñ’ ë=nOk7a͆IáA‹þwåöHöÞœ»ä¹½VŒ¹Âc;oaD$u¹ïþ¶`c›ÃrÇÁúš(gFV#8È#8Õï@nÙëÞá\AÎ24õŒY=J[5±Ìt9Ä—÷ÜŠ—ý#7>͸Ã=XÈIJ×C»Œ÷gÞœ¢~Yf'ßQñÎÏ©. ‰pa5‡Eóþ/a‡íû¿Ó†.Ùm³€€óÿ‰:FÌ#8AQ$ŠCUr›!‡Gígëÿ$öÝóÁJÌSQêŸ3˜¯ø‡%ä0(È¥ÿz SA€Â´Ÿº®RSצ<|¨þ:‡Ãv²nü"Ñ¿–;$1ûôúÚõíÏÇãÃ9¦{t €ë^hÀ#&#&åüÇúOWñøO/Ç÷|¿ÊCù˜M‚ÿ·üØÂÈ>µ3|¶–/±Y¨µ“9ðŠŠþ‹ÿù+0ЪޮZ—QÌõ'¼w}>“ÖìŸéU‚_ùÔQS}Ž=æ½þ1Ð…/3âï²#&AN”£Úôz"Ë㮂^ûmt®£®NÚãS|t“(]Í+ü°ŽvïØýŸ¬lm'ûc„’#7R%wù@àÿÍþ÷òØ„š²'âwiÑÆsøÿéØí”S¤†Bis÷žœ»Þ]|êÔÍ3γk~ÃüröÉ/.Õ-(VÐíªŸìlbÜE¦Pùšï¼pÏø‹ÅÿgðÛðHqÙw?ÍrÇù§øÿ I0ý>DÈÚ§xèIÚ‰/˜ „#èP1e,XŒ\Û³½·ß!4¤aƒª&'}÷x …µt¢€%3ä?‘¬Oj‰%P`T;›‡.‹òÕ»²šžu‘ú?Ñxÿé#7Àa׫™4™Œ*)7S»&æÐo¾Œy÷JÞ2OÌ#7Þ]¶ã9§³—xð’bqM£É„4kD#&j¥¶DýwÇlH6ÁS·Ìªÿ¯“:Ë¿ö´5{£þ*DÐ#&³§ðDëɈ%3æ`À‚C*íF&ž‰¤@‡Ìæ|l¾·bú.î‘6#8,ñ˜³ïø|¹}×Rè̪RÜcõýëɺ2Y;' ˆ™L_òò>Û#&ËûÇË><Ç¡ÒègEâpؘú×Êèèt™t™J€~߬ï²{{“âÃa“OyÐå¿ìiþô?“F¯ŒÑùsÀî®zÛTÏÃ!¦ÿ!…ùuÃБU]¥¯ÁEh‰Ik~ Ì»vÆL#8~±98:ï^îÒ6ÝêãoóÀgš(çš:4#7hžÓÓÑåÚPPªDú—ã··»_&éwná×âì;}ôäs‹¤!|‚½#K&ocöõW©Ìp©åDÂzflSî=jd+ºßëÈ“ÈýAª´ÇúˆÎ1¡UVèºìŒ…ŒÊW÷³3‹ms6Æ@¥=HÛÚþ€PNß5d#8AÊD¹Öö…þÍF§£ôüȘxåó(PI1QX`#8úð埊pùxë(½èSZ#;·¨tÐwA®í ‡¹W iáêÛÀyɨé™×æSê préÈ{-ûëá(Œ7Gä8klÕ z6¬î÷++ •øs®½á÷ŸéÏéš>“ù7ÿO͸þ›D>G4W·#8zkl|Äï‘ê\_ñ–‡'¼5L\##&€f‚ýïpQðÄ"y'‹#7Ž„K<Ý\zP#&ƒ¤§gÍɬÙ7Û믎¶kñ†Ñ˜_ž/s?äkpÌÐs²@#&Û>@ïË׸m€’#7^‡ŽÆô?§Ì•3EN¨z´}<ueðõ„ã츢Þ|ÅÑázødú&tÁèƒùz;IAÛ´-Gô)\þ^ÝÝ2ÆÄôt(éÕ~ήË"ˆœ.RÔ‚-ñý¯ó¡óÃäþZ.#8fLKŒBfû¿•}mÚ¯JÅ&´5/Ò3#&Z¤ÚÛMJc|kŸŠ‰äç†#&ðÅœyuiÅI¹>)¸Š'¥Es¹¨©¤º«ÅMT°J)ãÁÉxókw%vIö\¨SÊBy˜D/s3ˆ·åé¿ÎHVÂ?'Mî½,‚JŽ¶n¶Uœ¬òQ™GõÖ$™1ŸVÚÚ†Ëe2ɨnÒa\»,«Òº|Ï7ß¿ßñ3é8)E‚†A€ž‘£¶ã8tÛ*±œó¾Ž,è½Í¦—-þ\‘ÓEÐ#8ù{¬º‚j¶ìWíÉñ(#&0.1C%tIuܺõ óTû“Ö=áψ‡'¶“MrÈ&ïø9‚#&P4ûÐe†y£#&4#7{6·.‚ý®$ª“xVrwLE:žH'QXu^ˆ•‚9ÏWî)ý³ý£ÐŽömpO,*Y¼®]Þã‚o,#&NOéXjÓ#&¿•OÇâ6l¬>Š9ß5ÁæבöíêÇ?" !@ 1@{0#ÏÃéÞþ‹ãú÷ù(=©zqÝ0ˆ2 ;z¢¶”þßv½ºÛ¯õhÎîœèî–{9î,F–]ˆåúåFDòe°‘æ¿ëŽïÏDÁ#&\/ÌRå»{~V|!‡ªöGu€KÓá5#7GÎRGÕ½Cž{*Ãá|*ñ&I0EwJϹ…Ô”ðZQ\=wP¸<Öz¥ïêuÚÃ^<?§Ø®¹ñÙ€v#&‡ÃÚáÖ×ßäþmñ®Js6µ\‘º¦qƒ‘³Øÿ¡”Ø…,jBäæ›n×Dî’ƶ0Ê/ƒ‚Õ̓‡g;Ä6 íý”ْ΃ðoQgK¸˜xQî}÷ž÷[ˆs;ž;檫Åjx1ý•ŒÜxSšæ)”—–Ðlb»[×¼øA·ÖˆIlº¡ý9}åÑi#ÍokÎ.©?kÓ¢·½½•œ¿TøÞ#2¯´´wA€©ÂÞ„ÌÃŽ°mm—l¬Fz׶6þ¦s8볺Ù÷ é¾WÅTÝͦhÕøG»%Hz¡‡ªCÃÜŽ’•`¤¸÷”G\†µÿ·Fû†S·(”x±š<Ê·¼4èÀãƒù°n>]VóT†6«1ùÕP’!@Dõ·f…–´¢NÊR¯%Œ&ÜÓ\È•'¡Uа@>Š1jÄ+Êõ•LJ 7íQÊ,07ÅhXñ…Œ¡Ð˜TfPÃÐs³cžx#7ÄüÜÞÌ–ãÑÛØ¡=]®Võ_<?gEÎÓÉ沫cLDëfSœ>¦{"¦of õù\|›«Ÿ¸6ú•`£ð5MÇŠ„ˆ{ŽQ¢ò„åÄu,#8®Â÷c×g-?çé™aÒÒ÷©iËå~¸¤Î$r®göoQÅ‘Û—ø2¥Pu\¨C)·S ‹¶ù÷±¤$aµ’¶åpÆ«^'êV‰¶ÖNóXÝ=ÂI¥ö ±¯lØËøIËÇ\¨óõQïÃÃPö#ˆ‚$Ýôm#:)]ù]´2¯M£®\Pc§U£÷B¨WÍ7QÝöΌdž ÜÛÆsd¬äãÆ(³ô91;¾!ëï¬Ç_Šœ"wñŠ:ô×ë:ísª ǶլÁ#7X ¯ª½Ÿš®$ÀLE Ù¿P½Ï¼ÓœýqA@$@Â17½éÊ.ÁÁƒ{,J›Üí³Ù)WI$“C‰iºÞ¥Ð»;ßž&Yl'ýIÔK·×Ïæv(¸9ô‰÷mM„pW:€´œ£"[Ú [OŠ½.øŽ!Ó+‚´÷.·¸kUÑh¶Òna#7¹I飑Ê4O ¿)FÙùÔG|sµCäá±ê¦J¯WíÿN®—M]¼iܤC¦_mA´ XÖ…0éûΔNñî;f=ÛúغÁ4xÝâ÷îÍš?æëVc5·I=b¡šƒ)lj'7•]3YTB’•êÒ&ˆ¢WíNÄPéVÒø¢~p}bsÅ3‡É!ϯκ‡I~ØWM;¶ïåÇÎý\J"ælCÓ¼¥ä³ðDµó’ a°2±!²©%âR± Ûe“”–.˜¶:Ó¬;±á#8c¤“»Ú^)ËûÝÅ6Ñîë3’ïNéÝç„:¹ÃO‰¶qN΃‡q`Âr»Ÿ¿oøövÙ}iå¶~S!šP“&tOszè_ñ çNaa×ë©)%8ð?¯h‡œeðÙ™T»" C“¶óJé´åFOæÖj¼Ÿ9Ï[|µI-®zÄ"c´¿làЋ#&G#7+À?]Ë\õÇU®Ÿ‹%uMí˜ ……Ý<Ý#7{ìQ2úB¥¥ùÞ3Œê™Œ³V÷L]EéAÕ8³cEs!»Kí^åx&$Y(»}ý]Ídl¥…ˆ]åâÓV¡ Òyvtæ%÷º*4Ržß}Á8hü·.³Eg§Ù·wÌÇ—“Ác¬`ÒËÓJ\BÌ¢#8ÎUµFeÅJ °ÇP*˹hv¹ÐØeò/÷;ïÓȈÊ~öIÝÞì~§ÃW8Ã{š1™#7–eö3ÜpÉ>úÒ £;)ÉéºXÌ1aÊ…ç CèáܤW9;#“kò¶»qþ—q4ƒó[D¨Jþ2û¾A³ÜE*~²â×%TdZCžÁ‘õ[¸A„Î#Ÿ»Åü”ÝÖ=žûUŠMû(a žE›NüÙ†@él›%ZV9üQ#&Ó9¿-~ý0¾tkŸAk•õµÎŠðÁœfQ|Ë#8‡ù;dƒ…mís”W=µdK&‚@¢êÜ̵f“†Pλ‚]à5±Ù†hÂ;¥.Iô‰¡ÿ!:øK·ªcïþzy ©lv>²OøÅ¢=3°õ7²Jqø^‘ø6©¨Ù‘Ù(³“â0–Äçíª÷>ßG‘…ˆÎjB÷ó|ËýNaÂ|¼~¹XãÀ«û¬fü} â‚Ú{¼þ7ϾG› IL#7Çè÷&Žƒ8³¹ŠnØaJú;¥¾U‰¡ÏkæÓí}f>ßgäoÆ@èÈœó-½õO.jo$äA—˜+u}f9vÛœV6’äqø‡ã=3£¡(dž"ªKTpa¥nñ]Xþ#8§½B‚ä4Äwe»§lK«Srú?<íù}aט!þsD¡j)l¿Æà-x»ØwÁˆL¥Ã¥K¼ÏOŸ®Ù5Ç„\½”ÿˆ=ð^ºoJͦÔ,Ó1Ñ:ðw9v|¦OÒoPkŒØŸÓ$¯¯n"yÕú ç.ÀøÔqÑ5óv‰®‡Ú“7.1R~HÜžÜÔ™ª#8ñI»ß‹«¯»£ëžXSŸ‚26ˆpâ®tN°dµµ•ÜHR„‰—JyY%×oKºº=\¤˜Þ=¾$ÈjO™‹ÚÏtÙDV%Õê×K&~hé†wÖØÞÂÓ,))Š~?;ïáC÷!Û}ì-8}“8…hø5x(1ñaØh–=ĘžÖažŒ<\¦Œ…¤ö¡x¢“#&ÜV(@Ä)åsC©EVïw èC9Åv¨êT°mÊçƒ4ïˇ¹Hû<ê+€^œ·4ÎåÄ`#8}¸¨ÜÊ)™ Œ>†#&\Æš¤–VÐŒi#´~È#&ÉE陼©¼zs×#&seD@‹Í©m=möbÓ¶AAëóJ³—“+3íÇUªô&ô‚Ôö÷“Xxüµõƒ3”nó°ç¸Pã±ÑÌ"'™h"ð’ñTÎKOݹžÔO!Þ¾kÎù:Kï_6:¬ÀÆ¿Í/1Æ£ôZy†kW”¯Ý§#7!x=Œ/Q#&9(c¢ÎÇ6¾¸Pñ$w€_w™ýçoìú¿ÀÑ» ÁÔø¾ ‰?_“ܤÁGÂáØ?°ÓËýž„ðàÄ‘J‡ü‚„„,ýݾ^U‚vüÎtÑYüÊÏØ7ýqMd©F÷¿žWô±ÉM˜þØób<!IãÚ p v*9¼ £pQ… ˜…㔂ï°|Ü¿÷W²_ýæn@>C00âr5{ÿý^ðÿ'áù—7þ™E´…§ý¡åYF”ýá÷ùŽ—§únºŸˆa&Ïç—$ç¡&S³v÷UŸ5÷ü.æµyùþè Íéö‘œ±ëûUÏ·íüß&zô'iIPe#§¨0\téh£~ƒ©õsç¦r‰O৤Í:4:¤ˆ#7b„‘Q‡•oƃ£ôvŒ€T¨+\Ú4ƒ¬ºÔ"Q·*ArôŽqôÄ&`’HOúV0dDb€#7ŸË«íÃíüX?J„D>¯G³‡T"†Œî©àé0…ë/‹€ô¬ÑµÊPwP—¸ƒ©%?Ë+’¹í?ÀÅn¼_'ö)J#&¡%<ì1¾>(+;ï^°6ýº Íê3ÒýE/Ö?O£F¼çùbŽO—½þQådÉ. >~œÞçÞû<Zç’Ü}c>pÎI–Ø£Ü Areöç*W³ApÈuÁƒï¿s…šŒ‹X—ÌÖL¸'®oAÔ?#8SAœ%úpVínwf•Gæ¨;Ù5*µy@wâ°eG=ALçJÓe!¼w'B…(:ºPšF‘Ü/|,»#&'@IäN‚Ý”z:0n´4P|ßÏ⮘#8Ku\„q`#&Xw2å±*#8»}x]s#&VE lp²±=$iÓzXƒzŒ¹¤Ï϶U!ñÔ£Tv ŒE9YžrÜ«îR|çÑ~-Î5³Òí“¿ä@;CÃ|m²U2Lžß[,ÑíœjIahëÄÍ6“a`‹š3çŠÝËDK±'ï§ ÚØN&øOÚütbÁé6ÖǤÐFzY5ìw4 ™÷õòºwÝçNXiþì#û«ìZ09þyÜÈç»Ñ¹Ò>o“žóëôÓ›,@±sÿ#§(*îñ£íÉ1·tîl³AVhÁ’„ÀŽFü¥Z”–ñåàíj rØ8g+îðˆéÓ¨úþžr`0µc%Çœwå¹nf™¶Y\Mr¤ð;÷fëqÂsŽÊá/×qÍ@îÇ2Þíº—§B›5”šøô«S¦²º%ŽÀÒ~7H¦âè‡lÿ0LÝ*0¾o5¶ºÝÐ`5grsAúq¶ÛA,'@îßb:_œm̹âKo;±ú Æ…9ìçÉÉqPo¶àÕ(À;™n@sØûqëò›#&}š±¿(º)¼F(ŽDùµÀ?Nwbné²cܶÛÄws2ÒŠ²Eܾ™ñÒ.äµQˆuð‹fÖi10‘œ¨<aI¾¬ÜÆh#|ôã¢1/üþ–×0H&?v&>Z êrúe²È¿OŽœúý×ö{ð÷É©ã0÷Ñ3Ú¡ê̸}£Ÿ^sÇRɳ5Jí¥–d^¢8«”t{¡WnZ ªê˜ãíäHÍfƒµuãXaû/ˆwJÿnÔë4<^R\bÚ7ÚÐý_‡¡Ë¢£Ò-½ôzh‡ÁëùÁ·‰ùˆ·µ¹9[&þFW<+™ÄP=áûqdRl/U°ôdÂAÆr<(+ôà£Âó ’gýeÝ·søˆBs:ãgB>/”h½EÓ@~õGοgcÝYõ$¬&8ƒ¨x·?¢OÙ:ÝŒÙÈQ®¤ïgÜ£A)ƒ˜e¨2¶Ý»ÜE´‘+ƒÌ§qJLRªI”´Æ01*IBŠ¤¼ƒìÆ¢M£Üœé´ËtlYJiÓ8Bþ%j¥ÚÜ´¾¢÷Ý+Þ‚#õi‚}†ì;£Ÿ:Ö&ÎÎñéŵg˜R®Ôý©„Žfú\œ,¼œ29M¾R±ëRÍ8抪£ÙôÄx--ç×ã_Km߄ꮾzâ^Í»>çHhn<‚i¥-Do©½®.qF}jåõR¨‡ÉCÝ?nh‰„U·ÎIºËõÀeû¨—Zÿxé|ÑA~¸sgÔÔÙ¦ &°Q-¬í/g-Ç\âÍ0h4FCT¹é£fu‘E³#83•w·¡x¨ü,Â,-:òÙN£5æ·Z-’ÔÓˆ?c|ôGc±#&`P”a7ƒ‚èߢÒà÷õˆ¿ä‹Ç¶†yÒAûº.”ÃÅ.´¼§^»ëèüNÛ¤nûcYk-%„ìB£g=Í2Q¯]®|_qM\ÍkÄ0Üjì²aQ‡ÈÂ2“ãrß<±¦vM6oc’µÕžÚM±‹=žùÒs"~ÝD‹™äŽÙg£=Ö!>úòˆw)—bÔ@I.N—L1Z%×S2”)£€˜7Þme(èñF©az£¯QQ¬].Ko€¯x‡·Mˆr%¼D>ŽaüTD£º-6¿~)·#7ØÂÀp!À¬G…Ÿž(ÕSíÙÄ8QÛÂL|#8$ ÂðØ|Ð'¤’Ík3$Ž¶‚xeÿOßWcòü#7|ì#8>¾Áɽ,A–tP6ŠÑkÔR£¾E¥ÏØeF[ú–®«DVtÿárýÒܵè|÷Âþ϶íw©Å¾I¸ÔM(húûTáž-¨Se½>ǵ²#7&6wcm.ŽJ™ëéuÛ™îÕÊ‹zPí0x'H‡{st±âùÛÑŽtã±ý„ &.²d^nÙäoàëêüH¡BnÐ4’G2RMß^Ýl©þåÀN¾Ãì0ÅÓ:cØCjÕÐ%ãu5#7åÕÛr™Û¯ÝÚ–‚m+PS2ÁW´µOÕfæý?@tç²#&qv lPw=#8è¤-#76àÕöVñìßSƒÈ6¢Çu¢°ÉêÑÕÔ¦!ʨ¶‹œÙ††ç8éäóW†Ÿº#7‚.Ztyw0æK4wÃ7§´wþqús·ï}†á"MÂç‚SÔÌž‹¾Êø'›Ñ²ýeØmPv¿Œ6Æeûv…`÷›4{¼|¶(’ÔPAJ¸Aé<½=a´î}{lYøÉàí)!&I$¾œuk[þ½ô#Œ.O?g“vüy#8av.g;Q9*£†ng#8UøkÀâ_ƒØM¨@’w½ºßT~ŒžÉŸÉ§ëœËÒ: «@\,MB]–Ýòókhd¢ÑÔ¨d•~“Üè ¢ÚžML#> ¯ÆÖn¥à:÷„Ý!›ì†)GÊ@[€žž[]ãä®s@ÈUG@Ù¥múD5å7åÅ“ÈèüûØÛàÜ÷„‡yXsÏFöÞÉÛ/$’¡¨HG²ïÓvìxÜ"ûÚn¨òºïÜá 3—wƒT‘$Ź;·~2½jóÞ±C³ Ö[<Ñ3àãúvÁ檸ß4‰êµ[óïsòIˆçžüŸ†xŒME¨$£ºÉÚt¾•</»A‹ƒ—¾ÃÞ€–HÁÕ¸eˆdº>#86OpA@u„mŠ£D´Dt3JPçÆËÊFzå¥Û-Xì¼#7ïÜaŸÆÚe~zw´–#ñu™™D¬•ôÍE(2Áù‰Œ#&{3”lr‰P/"Ù0laQŠä¾–œíGv¨#ª8eðŸb®sÎv¦î´4G‘ñÞç—!{Þ‡IBƒr†Ým#7ÅC„Ji1pîæ#&ò-®¾¼]…âRkß!æs\|™N™ vgnÓ´fð(€ÚÇd#}6«Ùk=¾Üï–7â·èÙbÓ‚l-ˆÁî:PN¶OÞO[öÔ®»1ßió¶q7D‘Ì1×ÕäÎþ¨Úz–Å®ßêÐíÇB:dó>¿yw ØÈ›Úþ'8Ø_¼B'Ú»ú›å~ÂMy˜µd3Õ;½u¹®±#7~ª#F"cßU––2v:T/¸®vÃÅ`;' Ž9úµö•ë’ž9Äð<7ô{!Z*oa¡QBì¡ïSi¶:ÏT9fÝ@ð´ÒŒÀ\DÒE1ê!K÷6†®¨ÄN¹/f-Ê Öu2âéŽgGbÁpÔôv»OP²ÙÖ³rô))á2PÏçYuÂÁ¼ºÌf#8wÍd ÆëZwBªä=Ï^lð¾˜÷3•Í"z%ª´u2¯Ê-Ó: íí[!ÅÎļ—\Uª£NÜeL_hÂZªäºÑb#8#8ß>Ž¾û(¢Ý‹a'9úJ«`Ž‰„4Z†¢ >G¨uS}úpO².vG¼Ž¦[èe7Œžµ¨ß2ßs°—#›†öQ#7b©ÌÜ‚HlzúàÁæ0ÖšÐ6ç·±Õ¦¼Z_‚ «¹ûeÒíœÎص†Û–Þ „£Q‘O±b×¾ÉDXkSÙŽÝ/kq6ÑÈ”[ËuÆñœfg¢úSÈ:´Úý¹ÆkÜ÷âýÈóìèç«"wBè³ï¿»UCBóÃ’$þ#&e2Úüñàu°Ðd£'go¯ŸgJ7õ?oKÖdÛ#7ã°÷Až{õƒ×9æXöx8TÄý[ã·²¸h7幋€9-¤ ÷èmhÅ»]JwÒUͨãmœíò‡kJ߈*s—giÖG&it@ësƒOÛLÉëˆÜìîÈßž>†jp€±›"á€}Æ@ŽaGšyvSÔö_!±Ïž—¿HÄ޸bMâfÙi €C¢£Ò”dp0.£Ç˹gºà’ð‡ƒƒœ‰A¶yC‘o%¬¹YÀdÕ±3½ðíוFƒ‡ÐµõM‚*/Û®æ¿R0uëõªô«t6i³Èåy`oTÇLšÇÐ÷öÓt¤îÀ>/2/°¿·Å9Šڸ#7#xÄC’8C˜<)›Tyµ€^FÞnnWðÄHQF@õª9’ð’ÁA#8^à!@nŽ{£×îc…—d#7A™ ÝÙ!N¾±ŽtÑfþ«øY~¿z±µC±Q¤¦ Œ¯C hµÐ“Ã0*è׃ÔqgñÁE Ìiƒ€ætu—e\œ×±A·úþ½¼ÿ£ã÷Î>¯H¸è:[érýAÝôúj£ëÒ $ù¬ô¿»WÌ¢‰(üvZÏbþqz#8H…@åY¯šÏ¿íûÀ³)«BÁ˜ãRÅNÞî¿q;¹©¡T¡ò0+/´#àütr¥¢Ø_aà8€IýŸ-mO+œàwíÜì#&|!óÏ·’/#7af‡jÎѧë2rWgü¯ÂÞÞ̸~Áð¬ÿg`òg”1[”î0?¸~ˆZÖ¶ºYàÏAAb'í ý§%‚êÀA 5 ¨dr~ák;9üÿH8*žÈ]û'—©Íê CUj#8¨#&8…ƒ¼Bzµ÷d½ÿÓ~ žðwÔjWühœ0Hcmýâ;dr¡³oøp.ù_âs22þÓI|±M"¨{ÈuWæ‘ðþ·œ;Eôö€lXipêœ#82¡ óÎj#qŽaÀö®Ÿígú‹ä|6ã=},Éù°11=vã\Üõ¸QÂD?áZ÷:#7ÚŸ‚sÞ1à9z{cnÿW¼ð7$!¨NKë#&À9¹‰Zû¹›Òwù"85á<øaå‰B©Ÿ/LcT%y2~#&ndv½ºÙ‚Ûu{ÄÝÿlrfñG#8Ýë§ÁÍ!æ#ëh=áëCù<¾°ög¯ûµþ÷èys#ó¯×úŽª#ÔìŽ#7}h÷Bêÿ¡ýHØÜ#7`lðüKÚ'\‚¥P¶™˜aýº‡ N.9‡P§øèЀ~³©ˆu‚šÖyþÞÇg„ø vJùÿ@!Úƒýý#8‰Çï2û;O“Ýl§‚c´íð ´ïªëUùKW0#sÀ ”$D€Çø ×íD÷€s@(ÄeB½‡°äÜó.I!M5*½^È/y†B#. JÈÐ#&±áa*%y¡á÷ÿVÿ/»éú#8þ‹n åî`Ôµ6n€{•(£g>ž=à86Ÿ¹îÖ„™ùãÊën§âd©>°ÐŸÍðð†Í\.UÁ#8lÄü `?¡#ÐþïCÔ”“æqáŸü[ú‹êV>€T/©Œ Š&ä°Ì§`IøÀå_Ø<¿Ì`'/餒ЪØ0&Ì&/ŽýÞÖìÄvyù‹‚¿Äì&AÑçaé¼,›ˆ³‘\÷<ÔV(¼ÄOOBa»Ò´Ÿåv0CŸXœSÝã_%£¿ØWï˜Oí`kçµJ®w-‘~Ÿ—°=@ãÀãæI]áç=Jg©ädêy{eù„9É@kü½±§s‰8ò„ºf=КŸ\&öÏé¢xœ1´õ°¶&† µŽ„t3/Y¤¥#8Ö‚:“ž¿T•Ïi’çY*BŒÀ b}:—¬QC¼;ðhC°GE›SVpgõ"#U\0pqlF‚Ыà!ý >Ÿ°~÷Ù<ò¤"NkãŠù‡ƒü?`ÆßÿW¼œœ³èVC—;÷nNŸÖjB’·P «’Ìm·ýv#8ÆXoð#&øçÄyæMÄšƒ|4~Ûù»…ö°ÀC*¥P9¬Cƒxð»aût:ë.²j†A‚•…TÒ¯õYß¾0ØgÁoü³]“cÄLDT§ë¿“Øž£ß‰ŠÆçÕö|˜Ñf}šû`û7Ǽþ*9q£·“ø?iýǹ"ë«“*'ͱVDuXAhcô‰æà)b~£A#…(2aÍñl{P€<¦&‰h{L‡çÚ‡przl{ÕO#÷„AF#é¼×Ä_]åóx$£~…ìH‡)…µ"¿q*o¼íã7<þŸé31#&ý÷Ð.#Ç÷ÐcÞd%˜ÄJa@îÁâr˜Ä_@O@›0ئgýnÔlà†·_ܹ»³¿IøW‡Âë+5›³`ªJ½Ù)ˆY3µ©ËÝŽRËŽ‘l[£cPÉ%’ЮêÒI$…‹ÌA†Ÿôkª#Ð&s{ï¼ðæ+[ë? Ÿ!KÓ=/ƒFÝ:3^Æx‡²fn1HˆzNý€<ô˜0ŽÇSq¼Ì¤7vé÷kfTÜ1#7؆¡Qø‘¥=bÚÑ΀ÉÂñEoHr #7úýãò ˜ŽY/ñòýxOö瘔±“û™/ß°ÀaeÔþùÁÉ?)#7M³í¼`ÉîÛlœ>'̽÷Û}¯[éJv%ŸÕå¡<þå¶qÛQ~À˜ÊAPlZ( @+#&÷#7åôyþ߸ ‰iQâS„b¾#Ùq`³±±ÛHe,H(ÆoâT›ðr/xªÆÔO‚ɸÐÌí!l Çø´ LJð$~^¦Õ¦T¥d`‰4Q‹ÆqeÎsC‹LòÏ/ X-é (y±€‘!Àv8ßÑÞÙÚà“ƒ½ä÷˜~(pœÉb=êñðeh)t}?Wêÿw$;S×õúºáƒ+çêS¸ïN¿ÁÈÔ(jpòô:!rx-Õ¬1ÊvQÒ{àõ‡*GÇÁÄá@(èr ÐÿL,Äö™‡ã:_k*Ú”©ìé¡x9u×öÞ™Ó¡ÍwÉ a‡’áØÈÅœ¦š^Â#&yõ:’ ‡”¥<ûpè¦ìø#&À558ÉRæ'³Ä_g·Ì‰é¼76fïûÇÔíP2!åËOú;*½áÉèuj/liÇÞyûžPÑÒDò,šÅ7Û‰¼óÓ|J—#8I¤`AÔ;#8¤v:š#7ÀÔ'B?}þoWò¿Áú`ÿ¯%ÿR”€fd?Ù^Aüó/–FKK~ï8ׂ¯Úpã]=zê“z2Ra‘~ýJlc`Ø?N#Ô³wüªæ#s»%¥Þ£p‹LÑ+¬¬Ñ¬ÓÖ™Ô!Ö5-.°oe™\¥"¬›µ×’I$™ª5ŠLTËMIikm§™«š²×¬Ç¦V`ax˨c¯X@ÁÑâ{Þ[Ò5b넹#7áxÃ#Öc®Úå¬MÎÔh§28©ŸðKÞoÚ¦3HQD€d ù@¿«…1A<nÿK#&™ˆ2*Üê4à•±\x·8éœBx]ð§ÏÔ½^¦ihàÎiÑ aûWp™ÕÔ±¶ÿz=]"1žyw™)/±¯Äº·ˆ¨z{;}!ýŸ?ݾ§nÁ¬’u-?a;ý¶èD9ö©ÞŸUªªä›€Q™÷=ÙÓÐÿ™ùÇÃùË-í²áò˜ZjPLwL™8îà…¨¶DèT•Þ¬³X0IA#&ñuû¤•#7§ÄxNî’PÛ6,Ÿm¸Ö3“C±ž^–ª³p*ømˆÐRD (˜8fcQ+©jزéœJj‚’¼º(-Bì¦cyBƒŽrˆ"ªˆ>šCd«KärMàûÇià £û/ä#8©UO¬<§ÊcðçA½:ó¤¸È*Ávdm0žuöoÀ®œfëJW(Š4¹ºS)´hwmW¯¹î÷yßp8‚qàƒ·»Â^È"#&‘|‰¬V)ÄU#8Paì÷YÕ¯Ÿba¯·ÚÎ0ý¿°ýS» ¤IN~ÀÅ”¤z.G}¢BëõÛ‘ÿCs`~ŸÔÅÈ;="Aú„Ëùž§á¯bí‡Ïú‰"Q²1DS=N@Û#&|Ýã~PበzÉ$9À ¶ÍÕ4¨m(æö(Šiç€)Áü}€þ#9ù¦x‡{Š÷t?U»Žÿû$Ñ|ÅR}!ùCãyÊûÈ#7&¦ŠNq¦#&¤>d6ÀÕGõ2ššÞØqG`™>Oo6ß’â`¾A ÓfFhä=Çì ¶Í6ñL0ßÌ!&n~¼zf–C_ÚäÄØ¢J#&îð‡w &÷s¼ä¨_5ÜGüÇÕnËð€„†¤þ=ôvJ_v~Z«òßhséK_Cì>ü\/¶TS~ã¹âk_ÆYen¾¢?^ÎŹ³ûú!ú?yÿ¹îyw×Ü/yéÏô!äéúÇ@šXOßÌ=÷™ÝÉ¥ @€>'©#òh5ô›Üç¼êÁ&½SÉÊšíõþéú‡Ìør.æÌœ ÁöÑ_̲råï‡ôd{À'Þ)í%L 'd{Àí~_h¢[Ü“þ!ð°dϧ{=ó¡“â§9F,ç„ñ°´J#&dRð[ŽØF%Oñ`“#8 ë«ÇÈvÀõ”’@T2ÓQ!KDÄÑÜzÑÛè#7=UþcÌ6@ö„ú}ûàöC´÷#7ŽsNÀl©ÙÇå_9dëÉñäöH?y“5¯Õú@Ô(ôbí@û%.Ðä|Á>õÐ=äZ=a}a;°›?#8ÏW* Ø×&Q>üôÄ÷šn~!=¿½$ù~äùè™ÒÐô†’:¢0ü1 14#7Ÿ~¦ª¯µdú#&û©³»ú:¨fÆ„z…Ö€$€~›äWøRR¿O¬DõÏ{›úø‰oÞ[]ÿ³g™ò”!ùXñÜÞ˜TÒŒíle©ïðâð/Š#7Ü9§ncÔ4?¢ˆú#&cxø7ÖXmÂÊ`-ÿqö:OCPh<?Pg¡G±‰‚zºÑöŸÇ7‘î&j¿,_²"bl”N²t„ŸaÞž¨TÁÚ0‡À<Hq±àZ=Çoè;¶KòûÞLÉ~#ɼrcpƆ‡®µhQ’¬"Z:«Q§ëª¬™³‘G !sú`– ½U4¢q㱬3X;-„dëöeDv󹜱1—a+*¯—åðSu€ÙöÕ2µDbš;9^z¾<>qpÚz¸“K¯Êö¡,<“ÒÐöÏ2¼a¼ùõùׇtÔd5€u'ì{÷uÎb¥JÐ}þÁ+R哯«Ðü±ê=§{£‚G<˜`ëúžÓ?Bc“¼FÇI•%¾}ÿ4žæôüï#è÷æŸ!Ì?O¬=#&2ztêø’¼„õ99'¥ÄöÿT/„ÜæPR†>ƒA¦Ì°Ûcà}žÿ½ò™úóðOÛ;}ÞNv|2É™U…Ò¿jßØêTójd³3úpÑN‹ýÚs4j+ýö)AÌ Õ¬ ¢m‰2‚“Ú붕´³jT¢†B¨w¹€áúùú{_™í_cò»ÉüÆ¿¡÷‚عhõ@rˆ¶dÒùϽž•ßÇá$½šÐSÉC“ÿ1Œ~#7ËB<ñXok&7ßñ‰˜û@¢r‘ŸbBv3—çú'âò<AO`Œ“eAL±&2äߊŸ"zÔ¯Y jIÏ#&yU!ä~#¬>LÇ~ËàW»|^U<`690п[“ÕXøÀ¯¸A¼ d@Tá1nËÝêTÄhýa‡ØaB”¡@¡P´mô±áVÀfJ¸Ü,í#74Gþyõéü樣þ?ú†‹IG¹žv`fRbYðV6F?¦kx„iê+¹s2Aa¹ª·¬Q¤Ž?R1*g2°€M$˜‰bo†à‚NA>`~ö³ûŒ=Ö‚}Åý ¨z°°,€€€ïÔ©Ý4´ò(kv$Û@4!óȾ̉‘G‚L3!z/€¢s>pý¼¡é 6‡yMãÌ÷æqÐûþ£oÂ,Ðíõfö?V¦u(š*¦°²©àSJRœèPŒ#&1µŒJSÓ·r½©ïá“#7ä58§ÓZ£ ñúBPY2üŸß>ËøäñZ~G³Å]¶Ìþ\Ä2YIåF&»ì¢C6¯¥I0CLÇ9|J|]qPÙ#84lJf"¨¦¹¥zÉI’Òdá¡»!²¢LA¬µ-»¯/2à#cRØZÉ*b”íÑŸ?§Ëølãú#&ÃОCç#7³öýÙôÚý}æȸ=ëóì¼ÿÜxõ”³Dчw˜ú~gÍã5ƒ4#7€°žÃ;yœgò8wÞ¡`7„4B혥3*RHà¨É#&¹“ZSBdðC‘´#86£=‚`’õ÷Èa~#7ç^Þé˧©õT8Db-›Ÿ¨ðÚöòÇÒ/ˆî†¿™PÄ1|Ǽq¨õèîõäg³¸uöá‰ygY[ÃÜýX>P#&q;A:”z<#&ÇEc¹“˜wˇ‡y')¶ãçô}o…ÿ+âkaŽ°;‰Ð5 @t7Œ‰ˆ—²R‘>ÿ—3OYÏI ä}Ÿ×§Û±òûôš\˜V?imj¬ªÚ2sE"‚Œª)DNNO¼çð>Æü…¢H]i·hÐà©Ãµ:œƒÌSêDZšô©9ìE‘Ô})¤þBc(©þ¬™%²eÁƒ)›LŠ“¹i ‹€’e#7êYêY%Y$‘öùÃ$&ž6FèféÙÚÔ…#8j)å˜(1‹“#„T¢ƒ}¤sþ÷ÛMRS|k"¨ÖeúÌó?<19-è öaêá'¸Âyp(pð†Ü½øWÙ4¬ììRGqiE<!¾H#Éúãér|O <¼¿/Øže-¼Ê+¨qÇN$áèt¬$¨gË·—Z Ú=Éëe ¨Œéû“ô#7ü¼R«c÷GG·Œ·¿½_§Õý±O•°à‡À4„ÆzÇÐ}°2Àv›žÞÁ#7K3@¤³Å mUTÁS·m,S#dŽÑö’ÞoÅùÜ/àþÕFߥ^ßÞYÍpß\R?¢à#&ïN…€È›úÓ}ÆÕû¿õ'Œ?¼JŸôxŸgð3ƒŒ=¹Mr bÊ(‚(>Ã*«Ãà[³=p7ú6£·³_dÅ1~‡Zý›APg®#8ø†#8X¬+ ŠÄ4˜CîaHd«ÚœVHqe8qÃ5¤#7k[léHB‘‡ø‚IOâIPÝüIñ,_ãóƒêÀûN_ 3ßî~_W=qåÔŒŸ’!ˆ¦,-(l.“pÁßøAî#7Ÿ“cÌ;þ"RcËÒ£Ñ:" ý°Yé€âÿzbý=N=a;’HtDפ“Ð?ŒòSREЯóþö“` U7H9sŸ3¸ÖIâO¯–äòñò“Á=ª£U5!¥#&Ù?vw6‘:W£à*OìXES¦ÜF™{ùòõ—ŒQT»’fœŸZw~Jcù_oËûž“éS®2ø:#é¹}ˆ«8–„4#&UP”U@‰¯³"òÌ~ž+ñÄ<4âÂn뤼9‹$;3T“Fé#Úhn!òüèã’Ø>ÅúÁùXî»%ÀààѨç¶Ñbµ@Çá¤ÔžP˜F˜Ýzœùìõy]c.k×D¾)Õ™«%KªwlqȇÇ] J$X鬟¼s¤ã,â6Œ8Ϧîá‹ÆÐ=dŠ‡*•IÌ›¦æŠÝ>aêmiíÍK”ÍKXPƒRùwÞ#8TqrÑŠƒ¿¨}}ıù0uaîö„÷ëaî;w{ýrzé=>ø,ç“©ã^pöËšBM ·\›£¡ìðâ#4›RêzÊpÏÌ`{Í—ÓÇœzÀLr{!±úïãb„¯uõ„®§ø{#73Ô'ÜôëÄÃv§FoݾÚûÒÓ#7ëÆ73³0lã~dÚCÞžg¡Øq"y‘3âC›@Ž¤ÐÈÄ+ äxlg§^'æ‹â ß½€û=½ãp.x¦’æLŠB«Cv8Y.h'>¾]ŠíÙïÔO^G™ˆDdNclŸÎm;;†ÔÇÁ€¹´Àç†_á—ötfc¹þŠ=HÀéï'¾Í#8ü!Dí÷#7CÆd®kd#8)röÁ}¸˜›#7y²#&“ö‡ëüÏÃXØr_Ä#&„EA0<ãÀC¦ÎÏò”b ‘ßþäzydG³ãxÿa_)¬™Ñ3ððï‰Îgye»òÏ·äÏ_±¯â?j•³ñ¢ó–ÖãFv£!"ðï2Üâ£Àx¼#&Â×Iï«EâR?¤zä*¨§;ÃÙ¾±œ#&ç!®!Ø~ªíþS¾ü~«Þô׎ÁØìcûQ—»j;ºå¶< !ˆé*ˆã¢Kˆ˜á°Žjö$²^dý†’NßOoØë=ŸoÃöj•UÏ8ÏÞrG±0<nó*CíÝÔL×s¨‘éÙM€žÀùT¯#aýéôùŒÛax}͸~ß: ³ç+G/D¢$ÂÐ0_à÷#8?({ÀØ‘;GÅ=/Èœ(T#&`xÉd“Ô‚,7úç‰ÖrïßËialçíþÞŸ zN5'ù¶ÈbO²Løó0Q.³…|[O9+>95,ÌÔNr6ƒ'ýšöBv+ãÎ(g@÷¡ïÒc!à*Ü!‚iàÜš¦†Ý¤iîK¾¿#&êP3d¹±–7V*ª,C@Êp#8û?Ïû¿q±÷ýß’è‡5ÓèSih@Ͷ Š#8C„ŒÃc‰V¡Ôã€#7øNùon‘ŸÝžS¼â(ÄÓçﳕX@¤s}0k‘ð¦C’m¶º™¶ª²{IL^“ëŸPc ,S´`wYAL¡Ž°ù%Zo‰‰Xùÿ;Ä€b u‚º:têfÇU#7Èš#8¦h}ÿ6¹ô:æ!-Îl½3Ï+ÈÓDžR€‡ÂjÉá6vôu¢u‘ÔWc0Nw(N™wûõ~¹Ìúd?R<ÀÝ?:l„>#7Ÿy´Û±Ú ˆ~l]dü½¿v!:Ÿ´;Ô“ž"\Ð?ãùÑáíäR(¼â+ÇÝŽ'bq<ÆG™*_-ùãíò Ú@Rù~·æÚ}/Ž}-¾x7…~šÈ„ˆF ¿' $L?¦ì#&Lýš1V1ÂØñ€Ð-cpüñJöÆæ§"Ä1-adÉþÄ4c’¤ªj‚…ÝKŠ£…u™øšÖÄm˜‘3°éêT+ ðiÔ/óƒ^6"&yñR#8¢°Èƒ£åzaB¯â›â|9bbþ˾û¯°ìÂÌ#8=‘ß“VáM}´¤š‰Àç9„àK9ŸlûM¾O|ëúyyo_¢ÅqO=~_÷ž|aýoîºs‹»³¤ùà?y„ã§?b#7|êϺ±´~pœ‚Ðòÿo5ŠóJéMȈ‡pî˜Ä¸â®û¨0`)!y#&…ù±WïûIOµéþ>¾ã²xDzþÜÓ•%}É÷Ç÷ϱƒÇÖæÀ•¨~(XiÅû4››f,àcdãûõtöøæ<—=¾ã=§#8û@:S˜¾!†¦)¨M€0 ¹0Fv°Á3ψ@˜Ãë%éó¯øäÛËüQò:;•ì“D¾_ŸÑïÛ‘O#&ò>Ï<Þg{åËDM<ÐAŠ·5.#&édn@†Ó©*&{fÏ°ôžçÞ#8y…c¢ã¾xª#&xEà&—ön‡Oªš¸iA_PAêqг÷!÷¨ÿ.β\}Ãú«€—(¿Õ‘;úÐøþNWñªFqûß°¹ü_ÃB?=Í1¢±#7FŒÖie– Ԅβà ˜XtiË(•u&ØÚP¬ý„¸ƒÕ-À‘"ŒI`…L¥´›Pjn?Cs,°N$㌳ZX¦#8ÕDÈÂ45I“U€ÌPJEÓþA6§õ|™È{Å#7ØCþ‘æO0à©3fI^ ¥¨Ë8ñ†Ä@Þ÷µ Æ€ÿµb(—íÿt\N{$Æ—½êÁ{o«Û5zó#S&äÞˆí²lâY4KBìazÄØMŒå-h\0›˜Gb?À’hNG<#7Òã±Å8¥¤9ÚÀ,ÄqRÄÕú€ýßS×fl4ó#&‘AÌ°°Ø½6ýIû5R7NÓõlf.,æE@H*eü ý´õ«Q\RN˜?ãIÚV+ö5?K3™ô·ö<&Ã~áøëûäï¹aÚ±Ó¯n”RäRH‰#7LXZ (i\®g±}Ýýúÿa©]ÏÕ}/<èýÄ‚T^á#&¡^¬À9xrÔð5a;jô¬$ÑWs8šL8ª¡‹›†ÆÒll(ØlltB®Øg5Í⎴åLTB!þGY;cŽü©ôcôoþ‰!‚4¾Çe«,e¨2"ÒBÁF‚ˆC‘þшkí.cù~F4¾—×%]?™ø\ýô$&âæAèƒh2\ƒÇÞ_©Ù¼ó’²«`§ïàã#&º¯åý€Ýµ÷Gú0Pü¾w¹š8ÿ#8—7ðŸƒíd¤PÞ|¡±Ù±â¿Âöún?ûõQ$¨¾Ü3Ð.k€‡9£è4ßȈˆØk#8HèÎ/Bø‰˜¸'çöª ùPß2ñÝÃ[Ä·ÐbhÍÑ2Éa¢:C¡µU·†¾fsõ4l‘»´pT àxy}÷7õ£N´&|ÿ ÷dùXèÚѧðà›7YÈ$Þ賌Ðlÿ™8jt3¯i¶+³ª:ùežYÓ^.#8aD¢k{©ˆ¦c†s©ß4X'óŒ{õkç®#7gÔFh)#ЬÆÙ˜t=xÒÀèìƒPÞ‹ªòMÐTîmAí²a%cý9¿ÖŸÉh"ì\ö¸ôÅƤo‹•‘w*½¹ä¬3‹³ˆðÏék¹¼,} ÆUÖ‹@Ÿ’xrÚBóÀ+ê'@ø†ï{0æ•äóËË7õ»Øu°•#&„À‡Ç »ý?Ôì1)Í5¿Óq~¿b¢$!#&çz 9ý^¦ÛéÜŒ%ü¸ª…Ðá°DQ˜(¡ïdÍiäáÐlEñŽtxþå^‡áv¢œ2{Ïí×ôÞh;É]äLDÀ§A_í³·óö]C8½ÚÀâP(›mr¨Ueî#7†}2ù0™HzÇõþæJ#7d@íP¯#Ìíbozï×þÏ…ú‰uâcÌѪ®2ív¤7íYC÷ƒŠáƒúSoîgÐ65Ú#7@œ;ôÝŠ;}"ü—•èþRJì™GgLƒ~ø(ÿ]£œu|ïÌÒÁÑr³v=×—Ài*jtø=ƒê[.ªwô9÷réÊCßxþñ×_ø¸ƒ¨<>OPÿ•Þ³¾,z{K#Ìþ{–5EC©õ¼Os¢|'õ7ðZ:9^¢Bw¨›¾òœŸwâ¾ÎBØ+›+ƒX/€6 eÊøº##77SXÁíöIJ÷ªœµm#8ëÍ‚/„å«%Ž¯î½“unÔÓ¾PÓWß”Æ ÑÓë‚#íQ Ù%W®lúgXc%ú^6:ǹ—EÂäC±@ÈÄ„ÝeŽtÔÅÊ4*wœ¢ÓGQò/AÁ£RñntÓ0òÃn—àUƇ3ˆ¤ð»?º·ÇS½_,—”óˆ'·)e7uÂ(Êwvb/c¶²ýÌÅò«ºÛ–pиCË‚T¸ofh#ý§aÕ6îåô½1‰1»= elØغm`†âÿM°+”©ñzÚo8”¾ú@¶æë³»t˳ž<¸$w(oB<#8çá³ç—ñéÌáÄÞ.àwNæ Òå4®®ä»l±< }Gs¦_¦r™f›2òÔhyFÜmïœÊ{)ݽʾSΚRT£ELÑ !½‘€ˆ#8NU¬óNZòßmWµn›b"”#8£,,dGy([¸Û0 ŠBY=ÿµP.…°–{ü}p×l‡ƒéÑtf6óôò^ãéÿ#7˜€„Wˆù¿oŸãiwê—°ÖätŠŒ´Ý¿¼‘G™ûw¯HaœûžM1sûžzw(þÝT_‡~]î²+Â?#8ï[ôžNƒP?Æ€ƒ ȉ¸cc¦ä¤æÖÎZQD"ª_×\))ý³_ÃCàî/¯I¼þ«Äç\9C¡QžÒñ&Wœ‹TW*úávÒéÚ³RU#7„(phfø_j›wy^yD†dß’FGcÎÏÝ#&{½\Á¸.d{.º¢úöGÐcy[à×j£#HrµŒ”2 ¸äy;"ÔQ`…¦çbA3(»gªjð*+*RQ”ëÞÌ:UCô0h~íà‡¿æñÔÀ})ö}éÛã®òª;ùú@çáx—G¯VÐœç¿ÓÓ}ð.!O(½7Åû~t|kéfPʉ'ògúÔ‡·IE‰âFc¼d¹d¿^ ¹ 8ÔýÝ#&kþ±ÑB†ÎÚVŒô¾)NIùjQê˜DîC‚€K{½ Œ‡éGÞNŒ 5ò¨äVq½…uH2 c<ˆˆõå„â]õ0SÁ?wmùû}9¥‹G¥ÅÃ{Ÿ¹é~·¨iò”Rq$L¡¯y“óÄî:VÌ’˜@Ïùié›á°ÄÍ¡{ÌTɦ’‹6d¥|µCÅÃÖ†žÒG¢1³Çº^¾ßXŸW~Ø5&ŠtzÅ4„»‡¯#7$7t#&öŸ107žÔG'C[Ý}2³Š_OÍÌïÉ´KË·’"ݪ‘0Àr&bˆÞ 8a0”•H¸Y0«UX%?  ›ueMbmeug”“ó“ä~è7ÉîúàüVÉ;£‚6·&KªÉ]1Bõé阫‘7ëY‹ZKä#¬=Ø0jPà ¨’óˆ¨HeùóQóÇÀ#¨È0PÈFÑÌ#8#&Jˆ<¨B~Ž_اÜ|=ÜÒM?óYàÈ(ABP:ÙËþo#7ì±oŒ~éʲ„RAÀïlÜJ9ø”*@ò€jxý~ÿÂ={F–šLP~öD0ŽHÿpÚkø÷;ñJ6$ŸFÝ£ÇÙµà¢á9Çóü:pà€~q½À“s $!º?Òí’J/òjhX‘£Aþp_‡"gýcÍ¿šW;òÝK$#õî,þGøé¿xÑœ7v/phóìÊá`³c‡£}Š n!&P‘Ÿõ¾Iþ}/ˆwu¼¯C¼Ë0×g´åÏB®t=X5'±Û6`cˆ9fûvv·n#8¼CÊ{$2zìbÀuÜ#7g9àN—Ç é‚X-ù,$èí÷è>Ôw3èäkpö7´p†°ð`ô#&ö^DöÀ7#&ò¹ëÓlòÛ]l¢ÃØ*lû¨ƒ¦d±–#7›¾À³2™[3ýFÇÇî6ôˆ”4•JÕR¨ÕØv“PêvÈosÀÛcp0#7"ÂÁ~hDÞñšZF#&+)ú§í@¾¯Km_¹#&dÐÐ*a$š e™Dy‡‘ã:ó뇧SÒd(ìê5½ùJ)–Ö10xy™Ü'pz?.ï¡ÆøØk†ìXšÆoŸJTÇmONg=ÄöT«”TeƦj›MÞížPk"0àf0ÐjÃ`,MÄb D”jÒÐ`8@à‡s‚#&e£K©›éFì ãëâf"°*ÄÅÑmKqÌÄÝÁÀ-‹X¢ˆ©œåšÐ¤'w7ËëÛsµtÖgª€„©0¹©D &·æ"ÉöÄà7"yB¿Z²#&zíFöïõyùskûÉ#8wjðèk'béü>>ËÝ.dþŒ=ܶÄlÿV¾ì~ˉËÃÇ—Ýí3‰€<»š0È#8*°ž¬þw £BìÂH#¸9iE¬`Æë¹Y#¶æΦ*3}kP°&a)‘¢´eÆŸêºüLûÆBR1BJÔ¯ã6äÈ’ò¿‰ùߟíoi%™))FŸØð`Ôi¿»¬*IÖáü©˜ZFÇþ3µ>àÅ~¤<‘ŸR#jîÛ³'¬ xž! Þÿ'ûà¨B†=Úg=—·½¬HE³TˆPqãÔÖßï,>¾£×©ªñ*¢±7ÉÚ?Îvî,÷‡l*Ip5“Ì.MŒ“÷‰ÆdÔànYƒmÁ‡+!#‹E8FÕî‹-«“Pž%G\h®rôpbªaÞšÁ6°èRvãÏ°0v<*ó'Œz€G“ôÂ<½ÕœaÝô“aêÀð9µý$RAj¯!SÙÖ9‡Þ4#71±¨4TþÒ¥šw6‚hñŒAŽlCn^wámÞáóûß":uõñ,½Ä¼#&ÌÖJ`6¸Ç&ÀvîÛvŸyÂ4…àA=¢Ãcoº‹pF*v•¬CÈÜ0k™úgRùwÇ¥èÜJÚáÒÙÿ¯"U^;³$<º#8&ó¢c!ÌßYa63>eÀÞMHé7Ä#&ìdà3ºîÖh°Cr½¾úNâkg›á½MUc›êéxŒEÇ„2ftœç‘gÀëq±y$Žž·âí“æ–CÑšyé–îO yvJÊ)R“G©ºÖònï¾éÇ¡Ó£œ:—¥M]Ì,„ˆá‡k0›wŒé˜I±ÀrW]š¶î‘˜t…œm‚ë°úNÐ:~Šã\3œ÷ÍN¸à=¡9”N±(C¸ÖhÚzɦ“!1ïŒí6÷óài¾ç©š=ø¨¡y¨¥=±mÜòž{‘„<—±Ðêt"p>ÊúGs˜AԺ݃ÃÐûÿ¯1Ã;}ß?³ãéÒp‡q€n>Àžf°³`ñøf@ƒ^š "š0¶;¶Ë}´¸*…«#&Ö#8Y,A#8¯0Õtt„ˆwxF|ämmáAŸ8O—Nåntæûbïvè ÖT¢iAŒÎÊpU¨ÛFѶ˜ïh@žŒÉ“noÜÁOÀ4ÈO®¨Á¡c÷.WJm{Ü"ã‰Ï^¯•AR™I…âÄ°,9PCH\œ»™Äc‘<½üaäHt›ÍwFnLv¹Â“]á|h„ÚËã‡\yZTåÏÔ…Œ+©¹1‰¾Ê>dÔ¡37¡ÅÉ&¦áö}‰ë<=ábìC¹Æw¤,Bzœ@æŒÌì#7Õ5¶¢}¯*f¦ª’C%($Zt#7ƒ¾«`qö†ÆœvšBfóTØ,ÔðÎÓ^vë´L®\«Ëųàä½½`vä½Øp†bý=ž´ôÆ¥i%ýPÉG¨pð‚w“ÞöV¡P5çncÜ_‡j`9Ä;GÂLä”0ÌäPUxÎëÓ¬:Zzs„äðÉ´cXUxõþŒíuˆâ¯zßiß)äyõà~#8SØ‘ó*Š»ˆóˆ¯Ä’ªfs†>•¯iã2ce]e‡,B„TË8Rlü%Ó‰²Ün$ɃËâ`¢¹ Y¢Ò‹^ÞUÊlÁg/øC€Ô³yÛLZ6öÙ¶žØÄ¥@†(rQë(qîß‘x½ë c#8³TÒÛÕ7iwºDò3š"^Aäù÷Œ‘kÜëÚ]¢;Hdj6É ¡y|n» ¯®ž×ÃWɳæJ#8H,ÛÍ¥0á²öqÞшp?Îp…šhpÀëB‡¡Dö18Ï,”r2J‹)ÕÎå2±’šJI'/•…Z©“©GCÙ4£·(rÕw7:èä 4w#7û¾~u™Le±W™—fdË™™™clƲ¬Ë3$•c¶gšè½[o=šôCifžcîb3AB™$yK4ÞtD°kŸÃÏ~³VW›;‹¹#&!{6O(<òËrNè§Þ"UÆû]Ó:#7ƒ‹¯h#7¯#&ÕÛ'ÙEìÎüZ–g^ƒ¤ñ2(Æa¨lÉ\]Œ£AŽº°¦‰™jÒ %µ§81:Ø}^ Û#¦Fv…¯3C‘1ƒ§4Ú«)vz…í¿\É«³,ˆÔŸNÂÉw°X#¨¡%Õ,±h¨" ÅâYËI‡»±õs½¬eÜn™{öé{PØÃÌ&FÐfâlÔì’Ü—Ó†“c[6û¾v˺Î!Ô9kOäŽðÎC<‚¶D˳¯§¬5“NIã1§,%@»V€éâikeŒ#8!ÒoàŠŠ´oЯA9j#&*§FJ`>üŸŸ¡Ó'ýµfᨃ´#&ïÜÂÑ;¦I˜Låû{I™¤ww#˜ø&:!'Ç¿é¶8é]s|:q¹Ÿõm’1ÏÍ@ÍÝ#8xò6YaãNø½ ˆñÃûTt7m@‘Ê5fø¦8œÞ’ɆBÅb[l·C]gzÐmƒ¡œllâx‹!æ#12žm®ŠTuXŒÀ<ui4#7€Ñ€¶4uëc›cË.\‹SÓm@ø͘ù†#8›—±ñ,Â'õDƒï \q^…×C6mhñS’Æ3ÓËhmðEÐœ@ˆu&˜ãÌЇ!ƒ1›|1C#8³§ô~Xg€9ö·AŒi²qÇCØ›^åÀ˜žE}8!Ëš^WØQ'Sª©2„z3Ù,7HšƒÏcsCù7j àæ±XQ&ç¨ì!êÊz×±.y&éð®‰@á…#7ü[¸Åßã„ŽUbaÃÃÕFÇ`UÁšoÈ9NÆo†²"¯Ë¼Âb¾ã"I¸«¨J5ëtÎd‘‰RÎ`1„÷›;:}MÃmS=ê-܇(`-©=Õ°ÍêLò>_ÜmÌI8‡^öµœapçó`"QÐìc¡Ø5ÇÑQV q#8Á„„HYcr’‡¼ÝÔPÁÇZ›hÄI#7 8äÀã8q†³[&ᨧC–± &µK‚D–2#–Õ`L˜ÌE!Ü´Öµ{—(ÛåôÇÏ›öbb7ÛC…·MþIä`,!ÖgDj^mÇhèƒÌ}«Ž%;¼iFÈI^àZ„ u¾An3ò`1¡A:šòÜع…0ACJQ$°„ÁAÀpG#— Ùôò;ɱ¡6Œ‘é7X8ŸqY|qà;C~cÜDúa–æ+ Ç“z†Ñ½L9éïfMH•;%ó#7#8#&c0x#8©ó/0‹ÉtHô 80-Á‡<çR¹*”&"Ÿ=‰<ì#7ªøTÖÌÛÉœèz6T¿8zxúöMšx7R½Ü½ú/´q`‚0HÃÏ/#&ïÏoÐÙ›šaC¤o¹¼o¥ˆ‰5DJuퟣp•„¯+ÚøuÍâó—fÈ0H óÔÐd1áì#7·býÑLÈ 7K*É$° n*é,iŒlŸ¯´àÃ#ê@93þ‰Mu!˜^œ(QM·rýç´ 4|Ù„Ý¡5!¥Ð{?ÒåÉ«–ÊÚœm“7lšúŸq²fIŒ£“i¹?(aö·=9û"ÍwÚ³‡m’ëX™å–õxfFH*á€`?¹YÆ=ä;\ ~ªj±¿ÄÈ ¢J`¥¡ÃPXB×Úý‰°}Eüú¿…Ó3¼T¸+9SU\žòcútÕî0Nâc¾ýxÈ'œ•¨R#8¢‹÷}?„–ö?næ{Íæfe‡éGÇA¨0¶d6^ûs–*lLˆlì§ÏˆíìíO DL$ôööUâD-˜abSáÀPX©Tïü§ÑïèžîeÁ]{)ŽN`ç§úÈøÍú|“,Ãý?ìœ5Ed·uzXBŒ2D1õ•U/¬ù=§ÚµjïÀ©î—R%ÌÙ%±Cû%[w»çæ>ñõ`4vüäðõéý¬¼iö!§[z_°ô¡úš˜ššDÄÖöî¢M~[mÖfR ‘<G¿ÑÛÈ,@É_•)¬#8†þŸ¨ûdõŒÀØ€Üå_\1ƒh`÷¸Š“ìü;ͪ±Yê—â]"EERÂQ±‹ødÏ—‡3©$'‹#&ÁîQD¢±>±7÷ÄÃã¥OÛþ¿ðÈúª^ÅæT†µˆ¤#&>'~"€{{Ôú“þoN—çÃפ=›CÍú73‹šrÕTGN§€¸öI’ä{D#È>µv¿GŽ¿‘((0Â.°Æh’FqÖÙ¨i](óAWôð}„Pò_Õ$¦‡¦+ªûŒp9Éñ–aC`Têj’¢…õœ#&üQïÄ;‰‚#&`Š¡À:“T‡Ý×^ä†ãø`S~ÞsžxçÎÈN‰‰$¡[ƒlš#86͘#7PDÕÒÊ’7ã6vt¦Æ!°HPÑLBk›±¡qÍÎPïºD5„€?ì¬B¨:ü>ƒÍŸS›[‡Ó¿ÆŸÄÄÔâ’øœº¨¾]ç1åUñòº“‘h‰}²#1=Ÿ0lº!¤ …ôŠB‡Òs=aiQýì~¨®M—âFNè‰ìï,z#&t•®9t×Fšö%Ÿá”ÎSìÚ½ÀÙÊŒ‡®¾d%÷÷wqžÃé 'ÉAÓnC;Š§É $£ P3·Ópùe-Uò«W-KIfÒˆ‰Gèî'q@öH#&šQ”7L„))#&" UÑ< ‚ƒ²A¥YSÀãÐþ!º'ÇÅ+éײžU5„NiüîÙKöÄQclÏ°•¶´lNµƒXk¦Ä±„°C³UT9š#7ý¸¯èäe_œÉW¦/è·.¤’-êîÞ=*¹^¦åêoæ‰)ÌĪb4aI¶°uF±uÝ(¹twmÍÊ’²»´rX…ØѣȴR„‚º”¿Í¿©Øæ0©?è{I–*’ª%Š¤Å_½=žÄPðCpë—„6çªK jY|ÏÈET`÷>aÌžì/îû×÷tzþ$îí¥i.wÕD/™¨8Ë!GOÃfýòý,;‡‘žïÝVÅ4#Q‚LJ@c¬i{ kOHHÁä°,Äwé.Óªyå é¦øžØç–LÁúXt’'$Y¦‰¿áö4Çéïºvÿ¯aàí#&òa:B©ÓXÚ#&)¤·_tºÛ3†ˆ$™¤IûýéÛùûô”‡7ù—ÒuÐõÓÿ$¾‘ö}ûô^õ~HÒ?ÄXv‘gªºS?º~ùÁŸ£uœ›<|ïíÁyœ·5;nðh]ä §-ˆ2nìïaÀ—œ¦ç.@ÚOŒjÆ #&·‹ ¢Uœø‚’Ñ‘D†Q*ŒˆÌšÿ|a#&Ȇ‚iè‡r'NÓ<ó;iudðsúJ’=B‡kU–þïªç·Jzj~ƒ³Zä2˜C·nŸ‘Êü¡÷ËÞÃï%ú°æ;àßWUaƒ¶q†â“¨`ó>–¨Üîõ—dý„æ©øÄ”‚H¨{Ã×Þ{yž>íÚ,õuçQ&§˜!<ĹuU4ÁɃðúÿ¾N‰$+fèû:Y‡ž/%ÏL–J²CoÛ£4mÏWû;N3hãŒN›J¿ºöF‰Þ0?#&þ”#&ýßgˆ%#TÕ4T=ž¿¨zu‡™ð”QaìP;éÁé‹ìò¾/ Е‰PõÀnMš¬ijò¥vª¾ØH÷:n‚ÐL#8I¿@’>E<UŸ‰ç:63*̬œhŽã;1ð ø4…ë³ÈDÐ@ºžÄN?Š–ÄFØ›}×ôÖxÞ1™#ëE\|N˜i0ᡯîÝk`÷mù}竪š#8‰I¡¦%ÓXf²H±Æ‘æͶÁB6ðÀÌ€ù}‹Šd¯ðÆÁ÷n#7’4¨SU%j6ÉÍXÒM”I¨¤Ú5–•[J¤´“V+LÕf4¨¥3*ß‹ BY„Òz½ç¼uùY^QáÚ#8|¨xJ”#8’|eÉ”h#&ôë_8l¸Ž¡Aê£ÁtôáíM|·íZñ²#v2ѹ°&Ñ?z\ÈPÀxhluÅQÍD†(´hÕF±Æâ|€¸#&H¦Çl€›«&jm¤6Ö»mYïÑÓáYGéŠX"cQÕŽZ[4M¼C6é_+û¸qvn+¨Ó ”8'v4«ó«j6cp-Rð¸#&xùÞ¾õØA|×#85J4#&#&=ª˜ªh(µ$ß-@5å¢iÜÖnŠÚÁ"ÛR²f:è1‘™P±#7±OùZÚ>ÍÿŒŸSõü£çç€sâË)”ÌÅ:CNÕ4"#8 ¯P Ùá#EL•-,2=ì†HÌi6ŠÆµsn[r·4Ê…,S4[3¢¤Ûb¨ÓH °Yøf~“ͬvÙ;’ó6ÔÞ@îÑ€Q+@£Â¢{ÁPì< Û³|ùùæyûãùTwsP0ašNŠ2a·Ø$îüU^D'Òyøñ=â}~å=û°=2‰HCï@âïÌFTÖþ*}Çõû¯úÿoóÿ‡ýßïì;:u4#84”üׇD*üY#8#&ÑåîÑémA[DÕ@Nb›Ht°…uP¿X‹~O@#8ƒ “ 9ê‹€ÊOZªMO¼åxqÌô<|{ìÒMØnÊLy¸¡´ ÙºT^¼±xƒùów£y§ù£ô²ýmr}xÒjWóÁÙz7p\ÕÓìòZƒoLcY¨ƒÜ2ÿŽ#×Øþç¯ü¸"öÁsd·qÅÉI¯O¡î" “Ƕ}œõ{d<eù S`Ð?)BR†ªp6ö¿Å“Úv¯žÐبÍà‚gÃ7†è#8f@C”ÛHí›ån8äa†›§TÙѺwúìÇ¥=gßì=_§p¼ºj-’rBv$š@Ä|?å°ÛÀûü9mŽ8Ÿ»j#7rhÈÜFW„Þyº¡÷uŸÔ‡qðõžo¼ÉÚ}”N·š?K'žgSȬ4ú8|î½sÑÕ÷þ\&f uK°v?Ò‚pXj$ülÖ ø{¬z5=Öi#73íåúZ]>4xiănóËÀå¼>Î_gNÿö`äDÏÒBOúÄ’N>g0†ºw·%âCÅ>Ûèhš,BÌP¥3tB®e¥pÊg܃‰Kˆs`ð£¿;Å’ÙÁá1·•¼V†O@:¸`,ÃlbÊ¡Æ®p嬖Q©ƿ—7½ß=9ãz]‰Ìh0dE`6ÓÎmóÀ‰†3+‹Žf6g9Ѓ®8ãUìùˆ‘ „`!Gêq:k¨~`ù°ù°î>ƒ÷(=ßï퟿Ô#&íÏÐxç C^ßèÿ.Óþcú½ûÁÆ`rœ°Ì1,¢Æ ¤¾HÑ÷÷žÀ<û‚€‰kÜf&dPÖHáAKçô~ç ÜN@°"}< —O"|_?n»µGVk±Ab½¯7ñqÖD]þ÷ÓcrHjOWK8yHŽÉC?[ÇØ’yp®Þ6Ûàm(oUjÎ>T¿Ì׳”¶ÈHåVÇõìz²ô‚k5æp8b Ÿã]'±b¤ó$;;@GúØd@¢X˜ëê]å—ÅrÍÌ@aÃkv˜Ä@n‹xé¿äÁCí‹Ã2†?ÓŠÀ‹òÏV…²å}Á—.ó£ Щi¼\¥É†¿Ãš:¹Ó“ê-t‹@ ˜š…Òý.¿1di¥ƒ¢`²lŒšâÍ]³•ÏçÊ=N¢I>æ:çõ4ã“âqÑ0ÜÁáSˆR3W‹í0K.Áø³²öÂvÚlQe–<G ÀFá\,Ú†ÝVaT¦Â¹¦s·¶¸é„ï´ó›xº›Ñ^.6–ˆ H¥×BðoÂÛ6ÆEœ‘Kmu®9h²NDÒÞuÉÉ‹Üëg^Mgj#7¸rá¾[z»‚›7~˜¶56ïŸXµ;Q‰šc¶xÆéšßÙ¯«;ý+ÒÓâEªûy\#8EùÉCp9#8äæfÓ3‹èKàöÌPZbÈmBc~øÎl:ôÞ}xà±vCÂfŽÍçD²c`Cbä8Ú¶i·7ìŠ »r*DÛ¥B‚9cF Q°&‡i8õ±Û¨…OŒÂñ@KéDgÒ"…&]_mâWò_“qãákÚ¡¥'ÅCP:zòÝ^æbY/~ø|µÕ€ˆ†(G¡úëÓ¦=쌖bè<#fH<$"¯F;¸Ï8`Ŷ~X!ùÁS–‰Êà4èºDDšToÔJ-gjŠ$|0³ùåîÄõœ`yD·ÇÄ7ò ¢ƒ©ïW˜çe«ÑQÝб#8 e$(.FL.šÀ’Zo—hƒÜrc‚˜£ †¹6,üÛÍ’ö3ä–¶~òÁÛ~ÏõêÀ7B›\í¡Ñ&Ìyx#7†n#7ʹÏe-Ž{œ„t=GAÝœ(ÑÂyjªT±Ad>]ÝNïöuã¡8™˜6¢‘O¥×šÈŒŽÍ4VK*›ªãXÄù|·1ì=¨ )G»†÷&r ‚aaî;&a ¥X_(öŸµwéÞò2ÈMDÇXÁW§O¨–$å6NÜ{ÿêÔÏ!Ɇ gx+cÇ¥#8!Bh<¹öªÖ•Ñ¥"ÈŒ˜=ýÁéÒþÓÝÃtæmœgêÁƒí•PÊY좥„:¤:ÔѼÔÔ³hýž>¬ˆò5Ô‘'"wÛ¥ð’§êGN&=¥d+³6;m–UY3&l!ÄâvŠèùñä@a’þ~<$ïåHBü邽?_z»T.eÕ<CÛ^ÜW!<ÀòÎw•„†ÕO]fI@Õ\Æ–F†lš×K›"Cºº—Kw"ä±jÊ[]¾·ž:ãCµªHDA¶‚¸X*2*ÆÉ"hdˆŠiw;÷X¶4-%±PJ€Nćm•ŒD¬n7e°›©HT„ÍLˆAJ‰@`v‡ißÝåûûúѬ,>áí#7f|ؽ>`¥ønpßw?!°æYû{cÛ¹>óÅD¥DR‹A*¦Ò\®–M®—m¾½×W×WOšÇD3ÛB#8 "²À|Éé‰ñÏ»^É}ñŒÃócö>´ä÷+Õ„… QäwÅmÙ…Å’Ú<ëPÒ÷š5ýÌ 6wÕ®ÖÖÊc"8\¢`ÛQ„k°>z˜¨pÈ0ÛࣞŽtÛ(8»;wï>ÁWíìCã<ànþ'#&d†ÛjÓ f’'"–SíZÏPëɸ>ìç]ø><{˜1àÀ¿]@wòo¢½žá»×5Öw[µÀ¢"T¥°…#89µ„bidLY#&Å$SB‘£ê:Ø´3#&ØÚC±öÐ#7žSŒxÓßÁ#7Ç~Ôa±æA!MUXJ€°‚×ûDÊ)$á›óo@Õ%ä¨Z?*1ðå“×8—wT}Á¶kxA“A¢=ó¯Àà]æfp8wá~Œßœ'"…1Þöå°Ò§‘_{™¯%¹2ÒÓïa›oÇŽ¸ÆŽsœã‰èô‘‘’IëžÁ]wéþêÈæ¼Úé:ÝÉÚve´úŒpÝÊÚ‰e°x˜žÙ6ÔHz‰HK¡·æ×lN#7‘I™].¾4 ,dälq›Æ±1A÷7¾¢@EhÏ’ªŒ6_ßÏÀk؜Ģ#&4¶B¤Xª:G“f´Î^ ´*Mƒò/`¡ñŸéñëõíÞu”â:h¦(¢Nyã£am3©ì3Ú†+³Ö®šçSTΉ¡r·Ó·#&jŽ–*‰G2‰Ã3ŽÜ&?3S›'ÌhJLniÈw%ÏÒl::oÐí×[䃳`» ®íCågruó÷^ö¼'BÓvÈ5P¦5ëQ½v:Þz¾“m¼"÷ó9w.pŽK(yQöíÂFiÁ,`æ Alœs¶*ÙFóõãVö’`ÇõkŒ2Ãu6±”=Îf6Ûm/¬>η\Ø™‚8×.È µ¸h!6PÙã#8HHAš#7xÔ¯x4$°!ùsÄRbáèÎ3d=ÂÁH#”8"pà–j£ ô (@kÅZt%Î^E†A K dN/îs{²½Ã³™à† LHWòØÏhò4£êZ zúLä"P|]AΦ±˜*TØ#¢1€˜jNƘ2& ]+ž„ZÑ"ÜK».BqÂn]ÙPÜ0ª„¾¤ƒÆÑŒòi±#Ð`” 6Ѽå,kœ*Ài`àM$BQS9`/SÖØ@1eŒ2 u)a‡}Öì‚/áÎpôÅ÷~>Al?ÙX~½!-’òÔ†½¢©S™šÖ£I³T3.k7%x⸤ýˆfÑC«_숃i÷È’Ä^aôí}Ç-%Í;›#&?hsã¦My2x¦89óŸsüXI L¶÷nê6€G°Ý¿KèId¿¥4 ÷xHYÏ·gå4‡@x¤åg;‰kÊ®Ë;{ËöŒ#7”ÒÜÙû ëÉ‘‡Å•¥.ÍÒêÒÛ<x"ŸÇ:?gºèI¤ŸÄÜå<êHa€Î"纼ïïìF£N]M‰R·,^¶{"u“»ˆp¡¤Ø¢b)UP#7výö$+KHÌ Ñ}$‚4„D-G‡FÚ¥ÎìkPE.˜ô@¹ìÆJÅÈã”ûåþZÖǴ߈T|:fåJª¯d²'6—·˜L‘{ÀÑIÖo—ÚòzS6SÁöên<ãö5*˜"Âu²„ˆHR„ó«Ra̬ËG?‘(”¶‹n¥1¡˜BWÐA£|ا—¼5; ìÑEÈ”l†‚iXêÛÚÒÒ^>4)óŠ«„KýÌóM°Û~^Ío¸Âñ¦SHË$“àùž——¤ñÙ EÇ¥ÍbN%°=i…ºým=ÊØh.ãfô š ï_«…8_J@zˆÅZFt$#lh¾ñ¦Œ0‰åiõǸ†˜–òj(vç†æ‘7Î8Ô|7NŠ=â"¾C‘º€b¾Ÿ3…ÁÌ攌Ÿ¦ˆb_åìyè„âš’²2µV€ò1ï–1_Æ!FˆbS:ùÂœ6“u:ùÇka¶²Ž=8É#Xøç¹³x`˜Ç›6Šcb®D•B”t.ü§ª5“&€Õ@9&{ußüjѬ>ø-Ÿ4K³E›jóx¼ºÖ‹°?Êı„Óû²#8§Ã¾873iL™±p‰ "ž4š(âËrè6lîMroŸ‡dcѨ`ÊÚ)!5¬t>ï[MqTg,ÅzBz5¶šÂ”pMzu-5¡ì^L¶H2u¡:@[k_:æîºÓÙÎóÍzšT…E,4±PM;q†áknaœëîš(숺2žpÖ4 ³otˆ+“e;1´Óx}š07 Øc›ÊèÃNµhÀ0jÒz_ÎÙ½±ÈzCMõÈÎ7ÚÌ1ëß#&º×ªò4dysQë%zqBLQq…†‰ý‡5ö·êH#7]zÜR¥D—<ºAQq'kèŒUí“ßkÑÆxgds¸•;¿Æb-›TcªoñCd0ŠtŸ#7¢g~œd¦ {ââPꃰã#7˜dFHB±Œ<Ì0¥¬ÎS|)ˆ©¾Œ¹+£e–¢¼Ph*–¹ÊN†½ž·.ÌN!:’<IÀzU·’©¾´ämšj82058´ðNCÈŒ(ƒ¤œ@š…yœà0irè>^ñf'Ù„;ºHgirÝâ“™×Fpg-lÉZM‘6D>F–5`܃%to‘˜êqu“‚^&–H,47j݇GH„tû®Ó¾:ܪ=×|ãuu*LÏ*Pôý4å%—*÷ÔY¨Æ¤cw1{½\:3 ™´{Ѷz‘¸ƒn3É͵ˆéÙ¤sùªp`O°-‡“ðaõ“Ž…Ê"U0J #7ØMÍ… A©s‚A§éT3n؆†Â6ˆÍLÉÙŠM °¦øãËœ[9•CÄSBŽØ("IL%G©!H½ß&¿A¢_GqÚ²Næf¯®µC¿#”ÜÄ!Àg‰³g7»±Êêà7û—àXàŒm8„&Â{]éå&D×*q“*0ÝœˆèLºœç+2b6çtî^‚‚Š&‰°Ç•²ÄᾦGrª6Ì •ñUV`¢éúlدA1HE¹~Û‹–gÓ¢O²2ç07mpñ—©9æãAê߃ïµ,9¥½p›ØwpD34Ël›×ÜÙ“;»”ªQ£›Û&* °÷%,ÀB˜ë=Û {Žlä=SB<ÅS›ÇOÇ¡Ó>Eâ_TXhS4,õ8ýß!ë ïÜâpšcÖ†1LRZaÖ‹r]ÃBâ+d¾#&i1Ÿgº”šJðX’#7p°êXih‰!b4š‚BäÆŽ™$ŽbHÕ4!¤¨¡SÏ¥FŸBûÖuJš@@Æ<sM†Îœ(²aQa³¥š0a"@°´èûÈê˜w‡$MÅGO)C¿³Éày'äM8…í©’~;’\¦Ãé<nBÎÃåóe˜Í쥗>>¹ó×CY/Æ£ÒSÁ„2,PÐûã‡ÛÝYo™‰œ5VÈõGíFæÉ»BRøM½Ív«0˜n¾åPç$nz¤„&Kuõ†w%¨5´cÀ ž¬É}Q#7aII?™D—•‹o9½1êì~œbòaŠì{o^€(ï›ã¨Düdˆˆ*u¯sÅ·DÔZ´m¯R™#&PŠ%(&B¹*Ј(Ø`‘‚b½‡ãÁÐ5&½ƒñ£$<F4öÊÍ¿#7(ÊRy.—ÃÛ#&1 4@à@úÉ–O‘õð<ƒcŃ8ZØáûI¹øsÍtÕõdÊ"2LB ”¤ÉLÆj”³2VRšb“j6“-'Ûu%VÒ&*&š˜6h‰B‹ic^îÜÃ$mI‹$¢R•³B™13LÈLhЊ£LM(š_'uF…1¤”–X˜UdѨ"¦¢Š0L¦FÆ2kJ6U!)‚RTe5R£1š#8e`QdÍ‘)Ý{Ÿ#8ðI¼Ùï©ÄN@W»J˜¯|…’!jgŽÚ‚dççCíQ}LZ%äÝöf?†ëãüúÊÒGñ¨4×Tk!êØô‰oÁ´f¸| 2a¾Ý!©5:Î17‚ë>îAÀmLX¡£ÒX”Ï(`#›êwùÓ¡O E#8ÇL¿ƒŸFLOSŽ!í…ËŠH8#&=í‚™—mn1óv%–ìbµhJg¾\¥£fq™ëk"æ³]pqeŒzöÖgxfOì!Ügëøý ½Ð¡o·svH#7¤ÛaŒ¥oF«dp2.EÑ-úŸ¨@¶lH¨÷½‰Óm‘SY6Å¢ &Fašª‚ˆˆcáÙËÑážnǤ>c–¡~R%¦A‚KoÉÅêQMœüåù…•Sy¹Æzôaàaк³´ÂD²#8g$äpßÙËSOÖºë1«‹=I<'âA ë*4²½'{öPB6C$(¯^'ÇÊ)?H'“ïÖô=F0‰¼RöHP,¾Æ4^ ð#7ª¾Âþ?×U#7#7$xG<£ÜÖ’÷,)¦µ¥ßg䳨—»•Ög¾IUa:ÅZA‘ …#¬L€šbpϧ½Ûôz¿-‚jÊi^Åüpï›ü |WO9³¤T¸èËÁ§Üû*ª¼x"&#ˆðËn)ðh·~]áǨkµf_²ÖµbçgÂþÔÞC¬ÑÁ²\2îú±ÞwÜß0¶fyf[M»S‹ö½ŒÁ‡¹šÆ Íú@‹¡Qm^+W+“ˆ1{6]ÈBGjÉ¡q·ºÕŽ·§¥åĹ햓}¤ƒ¿K#7õqºaÇÛh bè$ÚGØìÍ.=ç:Ûçï~gÏ»aÎZ‚Q!FNv£Ï¥ôöz?–^Üô.K×#dç¤*bŒ¡Àê[šiÜOy¥nkÅ.l›X]ÍrMa6ØOÂhKb“—O¹ïyÕ9o )_J*l»–`mûÕý2WÙ?Q&Ç|÷b[;ͧd*a='b¹—uAA™Æ3Œgu¹EJÄ¥~Dw‹FtΣnå»+㓃1›ïÁî…ô/ ø #7ؘÀ" øúM#&æÑZ{oÞ‡†@ª !;ùþæUþ›ÍÈ}•ìöËÎÏÓæÏh=£õ®ØÇ÷¾0JW‘ä7¾ÝŽ^Ê›\—KÚ €qô°Q+99bÁuÞ‰yT t¢LÈžj(8 ~a㥿xB_{S@Q£:P"Q\®Û¨²Šûü_l 3£õo´Ó‡ÊBJåò)pžŸ|Ù7"_Ò¡)üt¨[0”Æé!ˆq(n½…Ôn¡¿Ÿ¥Iïôíª¦ªŽFOëêÇ„–†oR‘S«ß¹ê8‹O>}S‘'CŸ%.ò{aÔই¹ÔÔJ=ÕÔ‡†œÑ]'_å#8Ä'()ÀÎõLéÏž#fßñ&Þ^í>ÍÇçýóÞÛcGß&~9˜},–…©MÔM²$ò}-ѨÅ5©ãyYs2ðj1¶dÕD¡•ÂŒk:7¹¬Àm?g˜·•Ï®6a·5§33Ly¨köÂk$wH´úraÇF„Yö˜¨ý°[y`½³0brÊG‡f;VM-浈œU¬‹Eцó&dg:ß·$ÞÚº²j¾tíw‚mäîñºbÒ–ñ?fkFç7úja,n©ÇsĬZåfËŠ†¨“l3>ÍtJ#LÏTâÒ{U¹™Be¥PD&’‰P˜hHAPRæî(ÈÌD£Bæñ;PZÙ8ƒ8â?S¤é/råɧŒ-.ó[Þv½¬®NÝŒBÐ&AÑœH-±$쎴0yÔÇ0µ£µdÏ\Ü×N Ë‘»l#GWv¸»0¤åÞQb¥ø1•¦â6•}]¡¶}s6'HE;mcýÜàqÒÚÁ¸Yׇk¬iÍÔIF$wz`ƒc³MGêÎŒ»¥XêÃ!i/‡Á €ÐÁ¦·WŠ¦‘Ù¹±½´bdíŒY’h}CNJŽ;ï7k™|ïÖAx>7a Îs·+uUÌcmDÅ(Ö•2´ý3kv4™šSå¦ãb‹·rñ†BeÒÑÉ¿Å6¥ÿb`c@¢~Žù‚“"¢¥È1Ô&ÙdÙJu(Å`ÍCU,QJŒ!6k'DzƒÏÌÛª1yßPN»ÅŠ v$åEç#84ËìÃѵwõzö5¶ÙÜÕô~šÎÝtu%$mFr2.¼uBîë½úǾ°f9çÓ<+η‰N†&ú6ÜLry9·Ÿ¾!ÒN“ãBRac‡3[Áªœïä8Û8$‘úmzïšäìÛZ7€”͉}îªZøO.9¾_ç:–èóŒ'!z½BT;g$éö¶ææs°Ù;Û½ª0PŸ1Ê©Ý=ìÕV•#8]E'ûÌ3«!#æ:ƒÌnîKÍ:Êl3&‘FZ¥CÆRÈ<5µä7:¬›#7ÄF„= 3³Bë3iSjƒ48Ø–µÆI’÷e¢#\´ºa‚ãPeOØX‘XDtj£$‡\RgK˜z¤Œ$B7WOáyTäÀÒ²"îß8µqd¹–Ç11*grö†ÔÄšL L™fVšÉBøÁ2w\j%¡<‰™¹’¼'1tY5½æ´ƒ+éª4r<¥L¹ƒZÀƒ©a1°Àp†ƒ&ï² Z“]!ÐóD”›‰‚¶zÁÖ‰*™2nxˆ•¾ª¶y,t‹dš$Õ£O„BÙÜE˜ åö–éŠ\õ‚ѲÑÓŠrX”׮tovsÚ2f€ÖÊ6šïœ_–’÷ètÜA ú-Nóª:#7æíD•¢-‘f™Uµ•NÉ5Ä.‰Æk¬S#8éÉe´F+…çw;Ù¦ÎջμÙÖAzIŒ½&xaÉ–VÛT6)…–Í*$Yhv´^H§¸iëV_.l…ºbJ©ˆ½¡Ph‡TØŠQÔ‡¡š‡!^ñ2›*v¦¹á©¢n¿/xq·¡jR}i®afft-[9[l;cm‹Ä.!\2±‡WE°a(Á!óYΤßÝFôoŽô;KÆí!4™tçß’á#!#7ß9—F¤mº×2#7Â3Rj•þhÛ"ÞWÄìl—;†ø†±¹g–Ç\å9Å®“éÕÆ#7[ušo¯÷‘›ÆÜήµ˜#7œX\&ÌdѲGÛ#7ë+³XqšÑ3(dÌ’™ÞžV©ñˆ„"qÕk§™ÑXW·å…f9àh‡³KfËfÞIISÍŠ*¨¡ :ͅ‡u7WóI완j#8Þ²Ìf2úZVnjŽLñÆñë{ÔÔöO~xŒÞt¦!Ëõ&‹s¥DÍEÕU<„Ò¨x“Qáeøpõ°*+ˆ’%Q±S epSÁ»ùk]°˜©®ÐÎØqV¨´Ui¡-©£ÑãY ´˜Pg`slÕ“W’³ˆGÁ¹u©žÃ5 ǃ&&M3v\tÔÝ21ÉO%ÂMPl+zešÌÌÔèi$ÞknmÖfMÛ53—N½FbŽÍS'’c,”Nš%Í:k®³–ELPÖÉmÑá+<+TŠCT4òº°â•Å±„á®Ú3•Z©øÕ(Ï&Ãeµ“¬#TáŸ$jÙÞå6vPa9¹”¦®pÄÖ4T¢Sd6àöøÖ,ÞÍÓˆ@Óí¸VØF8bçSS§<-ÀÙ£µX?q:s…8B™GÒ@4Î8µ| 7tG–× 9LÃKÊÆki€ÌR&P¦Àι+sã0rnჸMíŒÍJûÚ–5Z):*ƒc|@ïtÊÑ’U¡#Âà¬4c›ZªšDÜ:#7ÆŒbÎ%,7ý^ÅÌ:¶Üå|³o{qàÕzë™N@]š; T³<®P’n„….å‰Úbèòe-#7xw`ã´êõ1ÕbŽ)Y՜Ҿ³ÏåÛƒ‰×-š`„[s£ÕËXXe‡cc#’xA§\YmÁäwXœp#&Ã,‰ òb©vÝôiÚȺSóÐ ¹äÙHlDIÜjä"sÔܲcèd.vªê8gµgç”OñC€‡ŸM ÿXÂw09ê%ñƒ×.·âÐjW^ŒL‚„å&GcÙ†ºÔ¦™£&ŒÑ†,rå†éXôÎ!i4`[v½ÕX˜™ êÂó\„Ëf.þœN'¤õ5/ÌàÔ›ËÛ†/“ðK“×2†¸ü³ˆßb(,G5)#7Ü1Kz4‘´0!l&î®™©³%2X¨<u½ÙÉ%¤[V†4©ºjñMdI«'6mƧÂI«-‹–GJ,#7Ó \«ƒ7`9¦`=»_Dç°_ŸJ5³½b1ËôáÒM)·)JQÍ#8^Vhä°Êq6©«'FqC¢ë¾0.õQ)8*‚GC(3|èôä=3.^¸#8é‚"2hb,l)qY ó¾·)ܽ8zݯ$FÐ8èNr‡‡Ýwt-´=¿r…›n#8‘¦n6«Î6f5¥Žc™Ùn‡78'&ÊBlŒæˆd`g †n pãìhÚ[vw–Œ<oKÁ/m5´9Ž0¬˜l¿Ž»\õ[0Æ”7 ‰5ÔÞ“Bwj`E¸n[ñJ§‡”ÄÉ“—2‘ÐLøàLÕ~ì˜8ÌLåÆ(1E¶ÊÒ£PòžÕÞøE[ß©É2b¼'K°ˆ“f€áH-øL3[Q;rŠ×™P›¼`-ì›!L"†RP¤%bÌ(£Œb±#[x¼ã‹b òhMw;ÃŒj>º³©Ð§tª6vˆð2e‘Œmµ$`1³„»÷¼~:æ¹luã¬kÖmד‰ÿ¤c;À‹ºÝ¨hö:ÐV0`¹ž¸#¾Å ÄÚuÒÀXšƒAë8†æy¬äb¨Ú#7Ô¸\¥°Pio¶ž¹â#8©Ë]äPÈQ&£™3+HÌj&ÆádÍ3á cRÄBWU(ˆ#ááBÃLbkJi¸Q.ðì¼"·eà¨à<r΄h½ØÑÜŽC*¨Þ½ÆÅRŠ £ &Óy±ÒŒïÇ«8 ¢“$`¹™i#7#wHsa—)œd¸ÍáÇŒ+”!¸È‚‚Þ†!˜t…#aœÙ)¶`²gÆT)ÝÇÔP#7±±@ØöJ‡ee°;8e¤ÀÛpÍe0l6X£{¶³@M˜l2%0ì5°ÁV»e#–¶8Â\bÍ^GxfÝ©$2]hlàìl4™@ÒБÐÓÂ…IUÎj‚x::¥é6Äç˜#72S“2ˆi)€ò÷Ÿå*R%Dì„N€ø7- p¸©‚<JÄQ‘Ïö|AG€}þNèz%§¨{}ªÆ&UI@4ædÙ™„H}æaÞ~ÿÀrKÈXÞDï#&!æì’ŸàGÊu DB<à¬aÖ&Æš©–$ßmÀ#7À0©²@Q移-æƾcK¦Áݾ•¾0útxº«¦ãƉʄë ûvµe²9íë8?SîÖ…§}8û¾ÊÞc ÚÙ‰NR™c&ïÔ[H,‹JU‡0ãZ}t¶â…Xn®ûG<·…æÓƒfÍaƒàdëU¿L%#âðg2$›‰¶oS§`èš\.SˆO1GsŽìM0qË~ÓÐwžfÃÏ…',²Öxc!#7ØvnŸ=0äûÈŸCùÝ–•„©äÇ‹±ŠD€ÁHP3œ°Ÿïí€ä¼²Bš•eÂ,,¡§Qű«Xefm É1„}ò#&,I°$`a)©PMŽŠƒ¥ih‰=,'n‡e@ò vß?O$0ñ9bzüŸ—Ð’8Ïá|ÝTlcë+PZUý¤Ùî3J’MkY‰0ŸoÛ¿¼#7‚kÜGš ¿§ñá}j¿Bˆ ¿j’T }0dŸ¶BÈÀÌÀ1šGÆc''ªC%ˆïFµÌbyÁ~éê÷à{Ä_G¬|‹H©ƒüÇšÿi=Ö0r$ë#&@ì“ ð^ó´¤´•ò“Ê=pÑä@f±ƒp]ÉO´ûpù•î0çÌ~qÍââ¸6|þÀlƒÚðþN•¯s³ýßw™âX»—‘£€_ŽzyU(Öº5h¯@Ú¥Rb`0(Ô`eŠ#8c´M¤ˆÞ'Ð72à\ß(cÜwfÊDÓš;#&‘¡M1(·¨ø!Šá°QèÕj,¨Ñ„æ#ˆ…äl;ïÄ& 0wÿ ùz8RǬ12:Ž+ì?c!ÈCûä‡Pô¿†¿ï#7[2Bâš3#8Ù î‘ó>º7ü*‰#7¡%&¶-‹FÖ‹Q‰1¨Ä¡´f™–@‹CI©9€™!ÌÖ#&Ù’}Ãßô›ü:gAhòPS^µ;{võ{×€á|#7‘ê{`S°éíùÖõ8áʼn~kDDma4ÄA1hÃ#7¤#&ÅÂB“ ËšN<J9ï ÙéΓÂ|SƒÜ–GŠ{Ì Ñ©—ßÆ9‡îß#7d}çå‚„Kbó8仺Ãjè¥= di£ä¾xVø|¥ü–ð0`×Áò wvd¤jþa¨Qü7yš]ªúÔÕË L¯ À;ž\ò‘˜[]dy„Èb´®á#Αõ0öœT*ÒcKi"ÈF+|F²6…”¤»´†Õ i‚%vL`lÊRÈ#7‚i ŒU¥Ã3D"ÜŒ˜Ž{ŒÊDÍŒpgܨEbæ÷Â${Ž´´`e×1&a‰j©Y‹¬Àr 0#8¯×K{÷Ì7¨ù†cÉ;wdÌ=7|jÉhLÞºç$g®2iEV2‘%Á:ñé×["4È5$*GÖ©K‘ëD+7²–C€Ì%†S„£Â‰5uI“zÔÙ'#7J“¢BÄŸÜ›Œ4\fÂnŽ*rÇ–ÉÙ ˆœH<@ñÙ&‡€“ŠÇ}0øfô÷ÿWÄ=ázzŒg³àTÁF%PÍ:gdÀvGi“G镲îl†)û#8‚Ö…NœPÚ~ýÛ#8$Hæy-¥5þäÌ·'xwÄÉÏXˆ/RL¯…XH1T³#7—ž0ÂÅ`Ã)ùéP5”Ôé½Í†nogm‘„ȸû0£8zë“>ò”¤îàò;‚Ä‹gØÒÝð6lÊB«ÊYÓìQcñc„QÒÅé˜PI¼µŒS#7pîÏÆšš"NÎ-„WôîNès:ÀìЪ;lÒ B—ÂŎϱ›8ÊÝ]30¯\`q£#8ö6êØÞå1‡‰¬pAIљ̇‡À>¼[íÛƒ†[øA”Ϥáš`üzÙÊIŽGnÇJ&ÙÎcs‡É‡Ëd4ÎgXH„ }+Þº,”§!½ˆèöj׈Wו"™F×BÂ6¡ÑÎ2à²í\&óM7Òù-ñ£pÌbF”žŽñqÖ=‰©ÖóH³Œ³µoHè1ƒôEG;#7ƒ›–y¡¡Ò¨aVd1ÉÙÙ^Æ91#p9¼ÑM.#耢&1ŒÄˆàÀ##&…æaÆ3‘¸0;#8×Nõ5P*@¥È®C²fñ@u˜6œ #8:±Ñè¼[þ0€D6'¹h^}¼_h{çɯ¤üs&}Êå4â‘E‰ì `ÃQýêÝ(˜5÷>ù@«¨ËÄ'ãr¢Òk²“Îöð¥ îÒLƒD>èòc5ÏJbi%ôG’ù5˜ûôjÂÌÌœË'¼Rª…µQk&Ñ«X¶Ø0B¨|‚’‘GÅ÷©ÉÅCËR“§¥²Q}îf]³ö>“íAô&ö'D+½µ<|ù‰ªóÒÊPŠ_]ⲿ¼¤Ö#8Ü[GebM\GPÕi%r(l›ß]8k;Ä£e3Њ4°®f‡Òu.)e¶¥:Û/y¶Ù1”›¡™[âìjZö¥¢®”¢&††‘s¤ofLBÚ.ÙUâiÃ"áâ¤*ÛÂK™¼“ã†F²™¦îØîÄЇzŒVV6ßlmŽH™X¦œˆ“<ÏÙ½°p‰ÅL™ÕÀâ…¤×C»#>s#&˜uj5£x™g”¶3)C=Q”fš8|+‰ÉχY³‡qØ׈8âN);œ ï$9 á9ÖÞ(´Ü§#‚ðÏ*„-U&0óulÕÌÍÖ¶é-ŠˆmœÖÕSO½ÌŠwpÔ¡d–…™:á[áÐífv}Fef±8SµÉ$ÞÈàfõáã¹ÄíVñ²-2I¨«P]+uœG"Ò%ÚVI6XòH;Š|ªè}©‘†É±e†¡Ì0_©Ÿ½œ¦#7HPe9n®ÁÉ€XšNŠv›vmÆsµ”`4*˜À¹.0L¨ð’«aÉúnV3j£4edš%ªr#Ga6#7mâ±DÁÙEË°ƒbTpÖ›h#7B¥:P©* i]O!Ø01D8 $€#7¡pç`jÐêïÌcò̯á³zì|¤ÆÀ]¶GÂHk¦ÔÐwv‹³n•‹»«ÓãÊVVã,•±’72È:;šuPLlÚÃÍe!$š—#8Ö‘ÁгNN1;Lfm˜4‰“-§iæë¼Í^f¹¹(VêVâÖŒiÔÈR”“:lÓÌáI'wtpÇS§"#7×+ð”]ˆJ`«Lªd…)DÙ¬m‹YRe)eåu®š±M¦Mh52Ê¡x'jömµ0” U5F51(¶Ò[Tmª£@UIJÄlkêùþ&sxO5Š?;w°ë&Âm¤[*äºx€‡Ô€‰¨oÐâÁ)A@»2a&*¸Ô÷ˆ¿ôúiöX|õËò‰€8mýÑ("zþ=´Ø9}Çoèä‰òv(~fP÷#8Âöíî)£§Ú ó@¶a€´åfp2ð‚X{u奬bÜ¡!1*zZJMKyµZm§ÓO9ßç&`&äðRñ7ÅOB~—öh=L»mŠ™˜#„% FHh*ÿj #8Ó`Š³(£+BÒ]zá;v#ÓÅì§|×oF“i®R‡ôp7ß{/öÖl!g:Ÿ¢#7ôµn²$MÓ#7ß#7ñýc#Å›aRJÚÖ¦S1òà‰‰«ÑÖH(0`9 ϯŸü³ºøtïãMÕ½£×\Aàì7}`œ„ÁÛñå–Øàþ¢ø¢þ9˜Ç”Ã¥J%MˆKHW†—ˆÜ«gïç•,æå „#71›„-V„-¦ 3¬6‹Œv#l.aûä:¡+;c»³îP—4?0áqY-‘ÉËä^o#B;B“¢ªþnÆkhëo˜G«Üø_á©)xòñÓ–2µ;‰ú]Ñ*Ó¶åI¨<[s»ËàúÐ?š@e ‘÷OÏõ½O¸ýþ'„Ù©)$º¯Ž0Bcõ¨@%c:”p÷ÐÀP†ßĨ*Â#&߆@ÛzRôì›hÖüžêŠ²I¼ë¦š3i/nµÅQ“xÜÖÓ"ÊÒKd˜ÚÏ)[\–k-Œ¥´›li4“Ç)¦ivéf™4ÛLRÊЊDeõÚë#8F«)˜l¶i1,Ú(µ©ª¦‰éÅHÕJ\0”*#¹L“¤d7ÃJHJ LÚ¬¢m^§RD‹E$4ÒÀ¢UÅ;,bM^»¶I²(µ‹"[ª©M6Ín]´´Y4.ða®Ûf¨%¢RRX%0©kj‹RÙ´›Ó¶Ú¥j1‹Gº+6mçW^w&SV™#7#7_žñ¯6š¤Þ…vÍ^-uŒ¥« o#8L‰¢„%š“kj#7ûÿE¶iÇ—~Pÿðñc[&íÏu#&Ç÷ÿOë•ÅŒ6é¼t?çùüóí÷ôôêÄù’$À˜Æý×¹$Â*7ùVRf¡“h”cìñÞ|Ò"ùT>#7¦˜jÐP<Pƒ)&QvN²Ð4»ºÑ‹"Ú9C¨^#§v#8ð ô^pC´%>.éš–›J™¥Y6¢0—³¦îÈ{¤$¨(¥Y Y$$Âhv22FœL‚S ;3ÐH˜HPÛ*»º£b‹IbØÛjäxJo*»¤R&܃Ô"œñí7QëÜbˆóR;•ÈP#8X…XÙ²‰f(XÈɉm}5tP”jRj”Ö¶›f̱VJ´4¦ŠT¦ß"Ü¡†ËQYTKF%&Q¦”£Ci¶R–DÔÌ“Ìe‚¢0¥šÙ¨¥&$ÒdKHб²Tk(¦‹)e,Z”ª"¢¥4™R”È›61hŠ4ÉdÒT’˜¤ªCHµ(›Qµ›M*B„”˜°Re&L“L•,µM±Q²&+E,LÚ“$‹+mK5“&)„$¬2(D¨'0DÌ¥@‰H‘ˆab¤ˆy#©WD²È#&±"‰‘’-<piC!MÙQ¡DøÚÜÕ)lÔZÚDÖ¨,#8t•#&É‚ ß_y|C“°wíÙÀ¶r²R3®€agl”Èúq.ùÏJ ˯%a¸éŒ™ÔWÃL7ùYÁŠ#8néuõÜeþz‰µ˜E7¹ú"#&[·=媇#&¬ºt°|—SéúÑ/fF¬hj0ùwÄ™ùl4÷ãÚI$tç#&÷$=¿æêÎ,òE3s«p%‘Šü|»êÙ×]ضhÛYA3rìô]Mø9)Fí%îA)]¦%Õ|”Ïœóã¨YþíCFßlp{uȇBŸÌØQ \i´0ÞCH˜æs5„‘¦™s9lebaQa±šÏxŠ¬õ}Èsû¤ö#&G}FúBúŽÝ0ñ;¨vJxø†*©S?w»Û~[#8'÷¤'(l£ô–;Q§2¢‘CçPä’ØþlýýIÔ‰)Š—‰@y&SJ(ªœ·öÚ$Õ1~GÍŽ>;™¤Ò¨l¶ÎÆå= ì)‡Ð`¢†“kì2à"¨[Þ¬Û`„Ec“†Y;`”–,Å@ «x» §6$ZD¤‚žŽJ>xF€çÃo½áßpÅãz‚¢¹b}•Y.¹ŠÐé:ü[h•œMú59#7ó,’3³zõÍ&k#ª¯*ªšÂÐÑ=ÅX^–6õÓG"Å3Ì>Ž#covÊH8Â7Ý3•iÚ w.Ö¤v#7©ù˜¼29°Œàà¶í^dIT—ˆ4Î&6 ùù|¯w··iÀEI€åÜ#&#&-¶-ª2¥{ Ã"‹*ÞÀ{”Íüä»?=† ©J&p^½ž‚l²Pö¡áŒq~^%§xcÃZÉEÁ„~·oG‰ëCH¬-/‡C«ª¢ïL&¬]-:¶ñIä—/mk{îúG:Þ¾:g@é÷œÞøz æòìíßìd”øóÐ]Á6¦´Jôñ¡rêF˦Íʈ þ´òxŒin ~ßNüc›Õéy`’y¿7ò¨ò®ów«è<ÓQ͘>n.¢?ÖÕå¸Ó@¡`‘dA‹Ô@ecu¤Q¡³ùÿŠWËU£{•–ÅRF£Fb™¹g<t2;ÛA£0"e°+l#8Äh{ÄCRMn¢× ŠeF‰¤öï^mé¼Z$¼‘CšhãˆbkX⪤dEœÀª±³‡ƒiÊíR(Îlؘ¥Y^e(ò6›cUí†cˆ€)JîºH0Tµhy¤PýnŒªg"lŒ8ÈÇWÆ%¶hsÐ#&äò»ù Cºg†(Ý£ß$gáûÌdÖ¬FC¬8ZY¹õïÈÐ93ݧ: Ød¡2Öã¥J¦²ÀY©íÉê„90Œ:²PT<Pñ)¯OŸ3]Œ½©<¦ðªÏ1Áhð0B*8sïÉŒ)oFõne›rœÁí÷ŒÑ´º-#¨rNÙDõÓ¦Áþ¾Kúׄ¯,Q…`ŸxN_«ù†~Ô#8³ÐLBÌ=9ó™Ç_Ïôýw•©¥"CI×4½²5.#ß#7HjCb1+\ïšM$,•·ŸZ«ÎMòB¼0Uðß½Å_Òëz8Í•ˆ‡a‚úÚßTsDrq¡V—v‚A[êK6CÒJÊ™P!+~¿#8Èÿ[&ñ˜[|ö,7 Ì¢#7 G5ÝeäðG‘½ËÀ,KÓèʃòzë8$8Ÿ•HèÑ\iƒCúlBÓúþê‘ÃäB?¯#8Â9Ô\ß³xöÁÃ25Û;P¤…´†ÖuWîZf~;#ö´gg÷ë=Vt™RV阆‹Lj°ãjØ$™DÜKc3y°i©IIæÑðÔEd47 ¨F™2>8#7¸>¶v8>~z|gT—"|EÕ‚é‰ÙR€ñ ÆM…PÈe"g’xQȵßxǘbŠƒMØâ•27Až¾Ø`æµH2ÉGu:¾t]P’ðË®!q¨Ž&3ñç6\O[…>fÏC¾þ0AUNãÙÄ0ìÊ…U/FP‚P'‹S£Ò‘§<nû¡STB 0Iד‚‹Ì£Å#8±M¥C•‰Prd\Ì@¹B7r7íï2zû;ûÐù_—j¤|R‡,ãxê.UDy#À±æ¼’¦Iè6#7zK‘)ª#"‘L¹¶©ðÖ¦f”VØœt•Ýª§~•™‰¨Ç›š·ÓD„NÑ#&!³ã—’$ðw^?Wȇ’èb)ÂÐQTvLFÖÈ,]Ö:jŒ\ £OL`dZì3¨/´#a·*³dŠØY™ž%C™´šHÜM¡¸2OÆhu*’qèªÄUöQJ¼‰=¥ê,Ìöx3»¬ÞVÌïT.4ï:’gàâ{(ÈpÁÜu‡QJò#8hÅL‚*CŒ4(Z—²úÎì:¦,lø)åJšdîb\HžíÁΗ#7@#7zGVl©’É$¦+~'Ô÷÷4%!'‚š±<ÎÓPÑ)O<ˆió`ÅUñ W¿sFCB4ÅM;˜£<ËQä¾+ÎöqS—;µÜË×v3Ž7°‘¦›VB=Y¤5[CÖ§u#ùþßo_#7ñWH W½ŽÑîàѨ#8¨æG\ËŸ!éÄS%OXE`¢|µÅDÇ„¶&Ø0Æã0$Ýwrèótín’Í*nè‚£kwq¯“*%ÑK#8+)Ás3#829Nû†É–0Õ>ŒÆùÔŒjH´m`ÕgQÑ”û}æ¡í€yIÄöðã„ï[£!ð›"£$ׄ’pÄμÈzž·É9ùkßÓ¯‡oÈ'#8#7ùª8wÒêF»5¾ù q¢¼o°wÊ©Šjµ†Æa7‚¢2Wá6ŒƒÕYÂs!ƒûø‡§¤4I«$ìWuÀŸÖÍ¡ãÝÛëßÔ…R1é‡Ëç¦_˜zB½óÔäõë*m¢‰ÝêÛ˜C¬åY¥/âŸUî3#&Be~_ŠÞÆïÇÍⶾÌ2#R}´=‰j‡Y’U,Ÿ›òØÜs<W0uú|}”‹#Ï–X˜‰¶‚±;l‚Û3ìÅZ)ˆÔ÷9yrïWŽÎm÷åe2U5kA„$1ˆƒFc:UJÀFìÅ#&ªëbÑTfýÕã®uNíÄL—,\v:ÓX4#7¨jÔ4£±Ò“ŠÇ‡•q13‰!:0y‰~ݲÆLñÚx6Oîå؛ڄšyžâ†øy>3çQ¦ËZìCÄôKGž83MÊÊbCê#hÔÕ'ªÜûÌØfª™dc$÷%¤ßl”0®c«F¬›Õd]¯ô@š#8‚å‡v²^ Ø´€” ÞåM4m(û]Ú^4mši4+®‹›à¯!☒ÈØÚ5Fµö®cCOt!ØR¼o©¨2†_êþ¼Ó(‘"¤¬#8¦ÐŽ¿¶‹ÐÅð.¸5!„ñ}qQÍ2Ï·7R4øæšÀZb+I6…X‘0‚#&€Ëz˜Î˜6Ö„Œ‡ä…éB¦³®d$±¼Ë-!0¾Kxb*°±‚±*I›!0Hdw+Û¯ÏS‡dÙí¹À˜‘ãÒ-‚ÃÜs6:N8®Ðû–ŠMàCüQH'Ž¨¦×¢:xã„•´äŽùoÍ©1ñüP¿YÜo`_cŠ…],#&Ýì*8Øe>8@åÊdyüŸ>:ºòCûݹ9!2@faR“…$JR)XŠ²‚v?Dÿ1¹Ø±‘»²éÅEÂGíA†`…âo±sR:Ó/Ë#7·‘©Úæ…>L¤ó_С ŠG±!.ŒT¢6ú¶ü/ËÉúýð/Fæ…Ô¨Þ¾ª-ÀCÐÂævS¸ÛgÔ“ëîñå!¶¿ýÜÀ“2s›0äñ‘i’#&—ŸÛø»î áÀ#&Ì=2iPM¦K ŸKÖI¡×Òç¾ýÍÉ°kä8ñ—ƪ‘™<“ˆy”E+Ê9”þ^b¾Î½Š‰ïŠiû÷ÁBTèÆ#73JÿF§È?€þ›7·_SÇýÙ¡›þdü¯ µOk'[(á¬ì]£vÊmø4)®ø°ôŽÑÇÅ{F¬C½Ös‚U³HˆeOßäøHë#8¢ ¶¥‚ð p!ÁˆWçnŒ^õ'³Õ%z;µßÇ´/6ìßùþ°ëÜôï®ÁäØb3ôÅéÀæ^ÉR¨©bOyðÄ÷D?ˆ|á/ùzî!íùÑ>$ž,M#7b}쪱sk•VºUT„Xƒ$L”¡9‹à.0m% P°´/ @1ÈßšÛï*7 Ìc‡øA^úÒé´5mˆ+ÚK#8p2»>³]Ò«€hÙí<ÓÌû´|ZŸÜýþÑñì#&—º¿@ù$2v§ÌŸHQâ§ShN×2Vaþ°;ç2'rª#8B8²9Ž`)á¯Q¡€éÛ‘Ä_+%ªEIH®ƒKÌ ø${¾½ß3ì¶"%ÒHL‰zúsî^¹Û”3n}´>T+TÌბÆ+Á¼°ó%œ„¿ã¸y1ïã§êPa÷ž%ß<7ù9ð¡g¡,•4Ó×N§¶¬ŸÊBOi*粦˜‚)"#&ô‚>ƒ‡ÝÍ#7ó… uˆÔŠziòNðñÁ ðÛ”[²Y€ÓQTͯ#„™i6‘DŒÆ‚µ[@1Q_º—¤c#7µŒ å„‚ŽÔiÿ†¦7ÿ•u²¡H%1&4 léb]ò#&6³ ‹Ø"Ž¹gF[ªI”U‹5¶7ÈanèÕ!LK0„m#7“ $3Ympb€Èë!´Ó#&Ø#x¥Ã,s6Q²…w.´ÅÉ‘Âe#8"bÒµ“†o›E:ž³–°!Jƒ‰Éœ¹ÏÉšEŠß}¬å¥da‰¡¾YM] m‹LG$É…Ê‚“yÔHä:†—‰h#7FNIÏ}Y¬¸ˆCb9N¡âÞˆxˆÍ°ÉÕ%hÊu(>”º&¥éá„ÙaXcZ+E‰½T=eXwY m£®C7¶y;ºwG5Ë\¹V6•Ý*-×-Ësb¼îðe%Z0ÀsT91¹bñµÉnÓ¤‚á˜Õ§X3£cH'Fu"íþmfe„7ÉpÖ˜Q£¾AµºDí×ÃA·$XËbn@ 8ZÖÔþ\†<5MÓÏ+I´Û9‚%0F«09šV¸®šñ¸ÎzŸQh” ó'3ƒØvàü ~8ºì¯›+q#7ŽiÕ?‹åCØFçê”ùeÂoÓ(L4êÀ5†',d“qa6FOÍÏëÄÆ žx‡Àë¿Ùã¥õ;vû'‡á0žÍ¦Ð'w8'ŒÔpñ#8 ~áÞ0þ{õÄi‰H2öìBËH°C*B@„JH½¿ìƒbTK0¤(24®¡q„–f„Òµåj1:®NvK–é-Œ6+;©ÝtÕµÔ¬V£ d2ËÀBJH˺á#8DÂ1YØ@X‘µŠ”*P(D‰ü“Áüþàx4= Q&òD8þ^óÀýoŸ‘ :'î•åñÍ™ãáú~OoÛòq«ê®7;Þ?WÄæ¼!Ìøô#7à21 W0+/çÇA©€Ï¡ÀmLÆE÷á ‘XU0˜‘D€ºë«ä¬ŸH÷'>áÇD÷KÖÊîdü§”»A¶fHRPm(þkV‹bR—!Èé:#7NB‘FÒmΔʑM«›sjñ[æm¯,½:"‹dµdm!ªŽšÅº®íE¯M¯k»Ò%ë”:È¥4Ù%43B’J´jÔ“JÉ{{ºÕ{‘ 44õ¨¢G¶qÐ>}Üc¼ØѤ:š!þù¶÷#7 3Š—/øF‚”˜”íƒ7LÙ&ËNEú.`&ÐDµ¸Èï.éh€Þ7‚Œ]Ú(Б{ð1µI$ŸXÐ »¹ÜQ:*¸4Ý."b-0kZ@ÿ\Ô8ÃtuÄLw‡¦ru½³¾MJ‚s¡²OµR r’'Ç—?Žçǧ]>b^V„M5ôM€èM…UH©žã#7–ìÂö„<-p„ƒÞùwÉÕà‘iÜ)#8`#7¦Ûlfg!‚É©a¶úל?VOFHSWâØQÜ”Qì×äú|dïwØà}J ÅkC³Ç§±W°b!ñB=ã¦YŸC]²ì0‘¦²-)Li#8B…(‰Y8 À#8IA’Û/³¥ÞÒº ŒLÑX`Š2JˆcìÁØó:™ëßí¸eb«Õ‡ÎÖ_¯©H„« Ì=»»êoßÚ!õUq›ØÒÞ_ŽLÄü[—©¦‚Ã4m>#é~r'u”fÙ†4KŸ#7Zbi2bâ„HÎ7\ýëW‰—žxÕß"á ÀŠ=Å8cbl:tÞ`üàm»…å$ÄƆR6ˆ(HA†4®*ƒ‰¦#y(È#«¦vV©Øi6`p´‘”¶ŽÏR6ÈæI«D‘¦Gù>†•>Tø¾Ï|#8{#8ª¤Šè¦T÷NÆÄpÖn|óç¾l¿³÷λ°Ó¶Ëa¬Üb¨Û‰‡ºÃðYi:ícÄ&¦ÌzN‰5E`Ô!-™?Ñ÷r!–ç%fÛ(þO™· 3¨é*äÙÍ1²ÇŠ˜ÝÉ1îí :tµÈÆD(!ÓˆÔ¦ˆL@›ÎœfnïÒ§´â$”Í›óN s1ç88"ÄÜp Š$ž̤¹S]7ÁJ2ªS½WÀ’@×÷9Á[õ³ðU~þóƒõlL‘y¤9 ®„“´Õ>¶Î|Tmþ¤@,û±r9X†v_Õßüº-%–Èè, y0Áå[©Ý¾»aF¶kKú¦ñ|üˆ~°ú¢ô?ZtæŽxu?¼:^#&‰9>#&k³=Wßé6ÆÉ‘TcYHH6¦³6i˜ª6£im²ÔÓbM`£1ŠS_}+± ŒÍ¤6–~kr¨ÉX¶fU4T‹E)ªIJ*™±¶eV„¥ …` J…¬T¢*•¦Q6j³DÓT´ZÚhËHA%¸#&肇á½üïã¤ñáïÓ¢žÜ×.‰n*î|9*ž¹çL"AÈV…GÉEJEiL1mÙžqW˜T`·íu5鶋å–A"Š=‰zÈöùvÚí#&’|mnUÎEÍ‹:—صêê·=tŸÀBöJÿ ¶ç+ôöàMÞ3&/"È¡›,“c0øA‘>w^0|fGñÐuwDÊ,‚?˱ãˆNh¼{;ÍHí$aÙêTCäÜS¯ÈŸé~)#&žˆ0‘Èúÿ#&÷(<•íçd°Ú?Q8JEYD>¦ýx´ž5¶¢ÆÛx»D6ò\Hlfi€2@ÛXºH!‚íRCéÒ|8—†2Y«;ÉÐý>ÞÛíÓ‡Aù“{±Å¹,ÀÄþGu²2õ@“žÜMCÙ«çmÔà¼úF;I%û -f_#8>'T×ýÒôÀÌe6阙Æ$ÀÀ®§ç‹úŠ‡Q‡´#8¨Áƒvy>?UEôykçóØÏ£¹¨~”y ôOxávyÂêîíFM˜`çÄìf„õð=’1Íô÷<O㎂÷Ù›§X:#·%#&f?ÇF‘äq#7VäŠZÈÁ#’Üü‘ÑÃ?£VÎ"µŒ!¨‹2C™…†4ì±ÞAÛ¿òwêy–aE0HуK¯Œíýžó”ùáO›Ï|åüÌI£"!Ój×徆r‘7¶\ùkò©_UWËrè<¡ö™mFÅ4÷ áît¿ÍÆ}6¯ ˜.àt×Hk¯íÈè¨"È(ˆ¨Hƒ|±ÃùíÇ–y]¿¹ô^=*HB|@9¬ùûòt}3=Ê •g,Óoärö°:°'{|h.mïZé9êï-yI†åÛ—KÄQP©#ëò4Ç]¶·`ù¥nÌZ‘*ƒØŒÊY¬C5Ø×Ô]yéÎ_Ö_—4➆=éV"[~ýI¥›5ˆ.-ÁÉHP`Æ&˜4 6#ˆF–ÉÓL*vƒ,ªV ùWŸ»î¸bªP¦1å€ÀÄ]jRN9ali7’‘¸ôñ¤VV$…#7¨5Ë0º›â!.¸Ç"$MjÓ渷“©í¹Ä0ѳ&?@*Йtˆ½¿+¤ÑB ÄcJ@ñƒ´LˆäzAI‚IÞß·Z9·#)5÷0@|½RuçZ¤v@«£Ã÷œýhlã/áÆ0ɇƒN¥’5sr’žfÚiØ“, ³#7Ž†¶ÙP=,pìÝN©Ä#¢D£=#8q¦âæÚ©‡˜Ô~²M@y]‡³½!%_S†|c4«8JÌFF&ˆ%4$„hC#&(qô:#7;˜ˆúU> ËNÍòûñ|m=}ŠAì#&Üý/_¥‹Ýíø{ó0 ¤+€¸4äÄLP„iBµæúMF}_z?…ø ;T‘#7Ž·%±v#8Ûl—<c~RáúI ì€6{{®¾Ó¢)çÌêm€{;¸Á~Qá]ü[Ò6×#7Iw]“d«Ó–UB1jâR#7!¶GÕ¿¦“Ïê!Î {å2C$µ™>ÙÂWFlé#8)iSÕ Ólðe«ƒFDÉH]çža·Ñt‘g®ìŽÃ#&DÑœ¡õñ²‹"‡½®$D0øBPë:eݦ¢Ó:h´ÀcÈ»9™5@¨‚#7Š3Bþã%C[2XmÒ6Å8Ѥç[¤™N;(ƒ€5ò÷‡±Ó;2Ð;6üȱÅÜ¢¾éâÐYˆX•>È#7‘W€ø;ðFÍ#˜-ñuybÖ ,:=édã7\ Dø¤$|åÀZI‰ûáÿQ+q#8˜mÖ‰OÃŽüèáÛpš/Ç…üsÊë Š¹Ta®+Ó2‰&Ú8á—#71B¤µ1¢¨tY]F=ät’#RÊÛ#°¬ Ï‹&¦¼Dz3ñ“èÑ]YâD´9íîû˜yB<µã¤ª(™YÁІ©Ò¡ó#8Šº—…Õ˜1dF7Âsßí>ln¶`Ñêµkb7´¥‰OÏ;øQ FiøâG¥tEyÝ#8u5<ñïz4jî®MV/•[k†ó’ðP€ÈNXl|³‚÷åòiVž²¨¡¬I#ê˜iÒoú±”Ú$öù÷ÚD1:fƒl°;FBéÑÞl;æ`!PR€lÎL`Iš—K#8鱤Ò) 0Iê7Ü#8ìËï0=}1¡O¨@1‰§ƒ0á>Þ¯Ÿë9xð³±Ó°ìß#7Ý»—þ;–é†tØv¬»0>Þ[ý5ÙÖsï<ؘ<ã$#7î§O¬Ð<ŠAiˆA<SÇ›‡¬Og‚)ä{ùyžÏ™0 7,£¡Õe¼Ð¨.Œ_8rŸ‹!¿ŸŸËŒ“^<ÏfÚŽü‚zûõaÄAüï×ó½:ÝÌw øxý½½‰ò z¤™–ÆOyz™P10£lSjj¡Š!I‚&€ÔÖ†´ºeŠ`ÉYTª“Z´–¬´ŽçRT°Uщ†‰(Â`ƒÇóðx<ˆ@¼œ“.Rþ^¬Ki©Ü ?ƒ$„`„7ûàßÙ%þ_‚ÄVÆ Š›(†¾âVuˆÇ-Íé¹%I½»¥—Áw®ïœ|ýaMÉw¶ó¬ÖA¼¥ÂÓ.c+ˆRmuÉ"#71¦5%#&dº5bCÎ6ÄáŒBQ±ÛÊYÂÒf¨Ê²S„4ÛXE‘©HŒÜ„ŠÀŒ#7°Ãbºhzl.Ó#7t›T›Ý1`VtIœPhˆäRÌ&×[º¶ÅŠh”Ý鉃. ®$ÃÆm‘µ$ #f¥à@Æ°KûiÐ$HˆAá¤-áÃ%†ÃÖbÂ0#ž9; r"%©€rù™n‘Ó#º!&Œ9w/Õ ãô¹ˆžÀô+ËâôZ-îÍ)„ö™ˆÐ.þAsñåòeó|ÿ–qîçTþ@â9 ÷úiibëzýBˆ¹@‘d\^CLâ&Éý[Ýý–oˆ(3N§D÷/~ïx ~œõ@oP4ó@¾¹M02RÊd‰–‹I¨ÀAüОù¥‚[£@…òíh5)C¨ — Êi …ùÿOí‚H˜‡npþž¤bD£Å>8,…:yK§'wèüä€>¯[¹W™÷;‡b¤;¼Íü;t<+«#&>ìå‡FT¿C3—nïbd#8)á‚Ë4öš¶‹ºò¼Bòµ÷í¶p—#7œ*¿´ü–E´¬¼Þéð³–Ù»jßLÖãi„“ocV7ú³)”Çí}¸ö#8ç‘Ѭé¾[ì`¶CØe1ðÜ š)Øa 4ˆ;žvÝ©Ø©Ž ¶åÚúµŒ„Ã2HL™6ùÌúuØÆ,gª³~;—; Š¨È!"v×g˜tç‚É6aƒN&ºŒ(>Ý‹\ö¦ý¯=€bÚ)–ä°ã~e/Œ»–úé†ËÓâyÐ$/ÏË^ÛmØÎÔp9åàKUØdéo#mýòÉ™‘ßæðdæ‰:wÍ×Æ“§v±ô¹ãò¬Ñ>ív,úFØ]çeÜBqˇgÏCw7Zpµ@8ŽNÇ…~l #&²ÑÕÙŸ¡è>Ù|¡Ã¤ü€ôƒæíC‰SM›:7%¤rZ4ÎÛ¶¼ìLêäB%:Î>,—ÑǤF&šúÉÍ‘´MòÌÞÛÔl.®‡ƒ+9G@í÷$Y>”+1©«·OqŒ'ßéE±ƒ}S#7v~îÊvèݾ2(9^(†0üx!þ"Và XÔ#îÐÑ`8#÷1"öƒ2rßéÛ;½«2Üí2êß'eÔ²ƒêºÅEƒ£÷µ‚¤Õq¹í(€-ÝÚÂ(”f;@9%)®ÝÍ&ùƒíÛ#8¤Ò±Hm&ð®¾&.HsNžý±"Œß—MÂHJ_ºr“X?A‡ýˆ±'>Òü°¬"(ÆiŒ}FÝâÄS*"Ò`¡$“dÉ(ËQbH$7Zl '`8)0#8ˆšD#&¸È.Ð „¢Ÿ˜…f(Ú]É$tNÃat1G~Ó©øížFÇÈjՈʎ„„ß‚NI˜@oÇú\Çjª³ks.A‚¼ Dþ¨S·âOÉ}º4<„‹''8<mÞȆ¿xûZti»©0Cmj,, g!HRe©ƒ"t®žÜX`ë©3‡¢š:ƒ4ḹBKU±êý°xIПN?4uåÇ—!EäþÄ=‡¨§yÄ#&lÇÐ?@°$WÍ…G© äs;<˼>«Ðâ2!†9'N„jÌçšMHbI•Šd™ŽIŽ$)¢XâKD¨’ `IA“1¨Èј:Dz’ÁK’€*#7'×±ÐïN#&øU<¼ÊË0>ï_’R´×¸¥1´ÕŒÓv-#7´Vƒˆ)·?6‚1tÏ}ñI¸ñΧÚÒ}¬ÜAµ×í»)À©uKo¥ÂP˜ýrr“ljÅ1ÄåµI¿6ˆ°ræ%ú˜©Ðëý5§Ú#£+ªvb„a™’ᤘ¨||‡çto'cI²RƒÓèçƃáý¿!}à¾LIAÃo²ôö_!÷à†Îü‚ÞD}:‹Ó×Áùä8@Ï´Að<®ÿ»=‡oQø*Œ¨/÷sâî~=ÊýNÿGÖ†ŽFÌø‡Ÿ×Úšù¨Vº´žOì–"#&˜»–ÃQ@v-VönÐ[²Öñÿ†ÛšªÄH¬ËPr§#7Ꟶg]#&×BABy}¿dÂA†L1 °)#7‘ƒhÇ´ùÀÈ¡€x“í†ïŸñýÿåýÿ›@¸¥-N…F½Í¬‡_uÒx&½ÞY¼|mk#7„c!ø{*JT‡’BëÇy‰,]TC‚ÑHclL/9H~F²°Xn`ïXÙ&ezÏÆàõ¨\!^HÛÉ Ýi(¬)6'À]íä\@2:a½EÀñßÓ‡zÞ8\Rœ:¥;‹ÈÒØÚ`õ¬X#7Àí"’A÷üžGÇ èNå4é¶8ˆ}Ù1Cc–ÈD߉^ô´ŒÚà:ª*Ä€#ª¼¾|^ú¨òÀ’JófÐX#8ðxæƒfe¿Ôe8†W–ýÁ‘1v× ™ÝPâ(ƒ¯`D Åð=Lfžažt#7Kéæñ³ŽÐböÚÄýŒ"0ñ3½zt¶ÛíÓDÆ–L•ŒR0¿MGc,öð#7´3©VAïìBÝôÕÇ fÞɨ]óŸÖ´ÐpbÏn̛У#&Aâ™dx%?ßX,)º³ë]Æý)š¤¡ƒÄ`l`-Fä1\á2@Ãøs³36Lé"M8š¶<·¯è§ê`þoÃ!6%„pAјÈ1Ò8ÝÍOHˆªÏp#7µÙ£†Ð´"¼V£GÕ#&h(ØìôżQë¦õ³ “3…uá§NJ±ÐèOŒòÃu^àò"žð; 'òèvšãÃõå>¶úÈNp~‚˜°"dQÃè-Ãsáà§#&mËÕ×`7ñ”)ih)*Ö0-…ãF¥(˜J#7DU¶5XµQ[j4l1B1#8Ò±!@´#8š„!#8ÉPpŽ¬qh€7êt0}Ç÷ï³0ž уIÚTÈÄ@`Èl„h¤1Am‰¥¿—»±ä|ñ\Çn°9‰#&™14õn¦¬ÉSô¯´Ô K …»¾Z#&$?˜îW0Æû`×´+\öú\ ú)p]5t<‚#!»xí‚Óm‚ÍL/<#7áºÎ¤AÓúÊÒº2x'ó©èiëDçvžéϤþBPJ‚h#8Lê}i+Ç׳·!ö‚Ý#pˆ%ܵ£Ëˇ:ŽÞwN°#8ÓßÆÄi0ëöI±ü]›„˜·Þç18-Éê8»óÑKâHyˆCÓCØån* ñÕŒ^vƈ~nø )hMSV¶iRÓ˜Æ.Fqe6Û #“ÞÌ7ûÛÆ›MÈâ¢2NÙLÜs?–³2°ù^#ßSô|fO’~¸¸2!qC¤Q£–-0y1/Ê5j9$XÙt`'80uØ!ÅE^"J Ÿô•%; ØêˆkÏž£zû¦gÒ2$†ÈN¨1ÀdgÞ‘’lÊ©ÑUªÇf~¿§Üﵟ,žÿSù¬cšðaˆk-ÕÔâ»×võoŠ‚˜Éµ½é$Ø/“>3éÖa{å£ÉZ¯D?qñÙ¯G¤Ûäw•ò5Dl+cVîr¢&É …Lª\9FÎLò@lÐÎÔ(V܈^»²ëîM'†ÖR°¾Kúôd·¢Œ¨CÑ5è¼D#(™ÿž…ÕA¿ÏÖ<ýÀ9Õ ´0âü—äe(~³ì“8ý|LHwü)µh}Z™üZn½YlšÌ*¢§Œ8ÑÊ•Êâ8ÉL„ÌÁD`Èü`×6›8=”ÀÖeÆ‚:Q½ÈB@i1¼)¦›fô»á€nÎ:0[2H™G0Ä‚!VQ›ECE£\]Ô[Ù t1«Ÿ€ø̶Ö!eFð¦„c$Æ"#i(Àdh–e]íӶ뎷R–4¹ÇM{yåz…8IF´ZšL ‰K¬Lb|S5˜4ýxa!D#7ö`GþmÀK'¢f‰ûÏ2ÕÅûrm&uwd$Ú5Vû©Ù¯UÊøåtȳdÛRms¤˜Ï7]¤Ý:¤)I´×zóÉæ=J»Ýׯ%SzÍvh<ºê^Ý[ÀªkQ‰4Á¦Øë3&4!YS2¼×yÚïí¥¥¦dX!°jZ¥5#7#8eÕ$†”¬²YTÌLŠÙMK×Wo.µÉnçs†Ü›ä8èÃ$hÉ+àœ‡N³EREKPÈÜ·Çë½Ïfl353R¶aK(Ö¦’ó⊂Xs4Hf‚ci«[¥ÄD©±ƒÂlÕ«#7 "+CqØî)«øɦ1·™8º¦¶õ&Íj*ÓcÑÌ#8³˜†6}uV±„‹¹2ØHÛSi¯.$Ÿ<$l&{ê8É´Ø¢!ć&qKî‚᥆AŒã.ÛC}´£mC9Ó>œ^^¼i]F´Ce0¤¢)9NM†!š¬Ñ!ª˜G0Àå§6Uä(˜U‹†ó…²¼·:LÜž»Û˽4Ué’fD×õbZ.>µ4 `æŠèÒ*iXšaÛM´läµDíJØf:¬ «#86“Ç‘¸Ä[K1²ÑÛ#+ ¢$«AI2'5¶˜ÆÒlì‚cC™%µ¦0ÍõËœpˆÔiäx±Ù”’ƈˆƒÇâV¸Ë¤Öæ¸ò•©a ‰ #sçÍhØÚÔ†HS#Ó>û¦I°¡.¹Ä´ë7B6›²niK(ò¦ku5coô9¹½Ï%D@;áO~֒Ʊ‡—œÆ,žt ÎÐ;q>V%’#7Rnmm8ᙌ½a\4‘»˜+†À5˜Å¶c{z¡%Saçå¤+‘#8úŒ †}&ºo‘§Á-P]EûNߦ…>²u9Iõz–*]Št¸Ž#7ú¯Ša†4/aû{›7Îòp!´$¥ÀìŸyâÂüó'ÌöéåîÇJè÷£œI¼‘Q˜Ûvr»¯£%´˜t#8.²aˆz-¥2`p˜c#&ÚÕi*›U›ã.—Qîœqr›âñ½H¶$îpÂ-6°Ò¡¬ÆETrØ”r%OF/@Œ¶/=ÄGŸ³ÅòŠmüï„*ÐATWüÚú¨€Úó$&AÞs9ànwÐÒÜ`:#8-ÂÆPfU[¶Ø7¤#7©¸Gå¦ù×6…6$Rˆ¨&s˜`ˆÚC¢T—„µ™b)@a(ÀRmÐj´TÊ#&>D\A¢6:é#8##&ˆLX†1¡#8h§dÂ*Иð›ÿÀ<ÑžG¯Ø}ëóÝ8ž}¿«K2Î):'zgõD–ü颾ûßêÀ›{”7éü"¨<íMŸÖ‚£Ae5‚¾¿²^™Ñ–ká^;¬Qîk«J0Sdþ-åyÆK˜«¥}¯¼»O¬.JÀ¥‰©ûßO8y·¬P¹î”xµíÚÐXõ¦ûÍnjRR½Ùä9qùó.>xã/Ff…‹SŠ%©d…0Õ5i[;ˆeã4éVfŒ#8O*Ðô8ö¯öó“<<ºuêaã¯í~×ØJ-—¤ˆI!ÉÌQÍèSóÔW¢¿#7o=MóŽa0‡àgqÆžB(â‡4dbŒ§{ÎÒNÓt}z#7ª°*°ƒ&OIgRÜìÖÜh„kµç…Ýƺ³rž§kÏsÚo“zÖÄÂݵ¹¾NÿC.<ûÇ£fæƒ{ø<¸ªÿ*Ü5“xÁ/úHeäÈTÑùƒtî|Êc^× {Ϫù'_Â,~i¹ã„¢rá‚à=¹¨BÆåË~N@y2cÙè‚|zRXTÆm„Ó+T9ìK$†#±âV´ë–ý÷!Ï#7!K®¯…“úÿ÷†yÒ›`áâ¼aÅæΡë‰Ë‹ô"}Aô±DGê·ø·NœÄOø®Ì#&2(dªU5|uöý•ŠÜµ®H‰A1„è\a#7!¡ÂJNÄÒ¤?Ž#8#&Zð“„MáÉuJ9"‘´†‡j£¢EpaÅWeªéZ¼tµxóº,Vů:æ髵WM»·2—jñZ)á–KR+# %Ë+1s1R„"@„$ç(”ÔÄ¢D䣋†´êi %°‚’`‡ÅÆÇÚ˪(CÛ©¥ù°n±QQ´G$D—ߊtŸ&²-¡(’†¤Dc`•’b1ÆAMtgÄŠ#vC€WÂt±ÌLC8¡*CQé®×¶×„ËÙ^š«ÖÒkøÝÝ8w““P9„`Œ˜7²Úˆ¨Ö¥$”k(¿¥Ý-ƒE6hEH&iJÆØÕÌ¢¢Æ¢´[Ø“Y#71¦kI²E3C2bmM"´Ói fÌeZš¼íWFú<Zí‚?:‡®!ÓRƒòÚ"£F\+mµëÈ4›Tm ©#7Ó"wêîÓêâí¼Éš`ˆåãÔÁ‡òsppQiØ #&Q(¿i8›#|®®ï“: ¡±O$4§É"”„’‰L”¥>Ë'µÛyPÉH†²EršÚ,ŸfêìAj4Þ³³1li4îëtµÝ¢•ÒÚÄjB)HÅI%#©Ö“R%DX6Ǥ¡SÌYÃôiÉÿ§GqÍ{·Ç‚`¸ä!ø|åÌ°1A-Ó‚ò8#7ÒX*…Fg¾Žfˆz/owo"›Õ@R¢ÑšÌ#¸õùs‹·bhGŒex¹Má’°„50LôcÞXm4u]s¾)ôüZ~Ýܾáì~>N|ÿèÖ>½êÞÃIþsã˜U,ۦƛBû7ËH)ùQí·1¿)ëË#7¸°‚¸i“dn~«,q±ŒetÌ“MB`ƒ#8a!rÚ•º8$ÓÉ2†\›zQb ˆ…“U$»<¼OëÅäòðíY„×^’´u [š5ÉåÖsÈ7¹ïÉaÇ~ANî°*O"#7!ÌŸy]%ØÊù»Þ7µ^]™3aÎa¾G3.{rmi¸}-™k@ý!ã5£muô)]põ{eÛþ;«FÂe<™8àË.L4‰w{¾ÐX5~åò¦a¥ö„…/‚lxøíåÐÍÝïÁÚ8¯K ÙGz›§-ã§öró±ÿ’«>4a’÷MDÖp›º2åÏ2™ ãà‡{‡Ç>C¦|Qý*“x‡•õ‡PÒŒ'ã±"Dˆ´‰BÕŠ<å ¥"b ‡þ6´€ãl@ WEÊtEµJÄ(´(R¦@@9üb¨ûû%ä|ÿC3§¸u¾ÞNHËóqJACvD#7må§oÀÈ| ü#m}VÛyH›‘H!bT“Œã0hAÄ#8cÄÅ#&Ëg…nìÃ@ÉÉ#84ŠÕ$KˆiÔØ´6¢‘h073êÎ#7Ðý¡Àl#8KÈÙ W”„+Q«1M,J"i{dªóº®Ø§²ïu‘$•£$Ñ£—׶[Fh“@Ê0B#7.£µ›¸V<4#8ÆÙ2¡LÁ¶¶µ«E)V‘õaV™tQBA³ƒJ8§ÃHá¨uì„ì<L6N±º:äZv?a€DY¡$!„ZÙ‰ :@^t}aûÛkeŒ#8™ˆ ¡“æŽ,<ßìâëî•Îo#&8QóÐ÷R]~‡ëƒØT¶ƒSŸqó#7â«ÂÏ›2fÝ42Ž68_B¤æ 4cç€Ý¹møtמÐóÌïä+}ª‹Z¯xLDµ½z€ØwNïãõŸ|¿Qø“˜f}üÄ8YòÏûÿØôE’€Å3šAüÐíYvsö²sÞÁÌãë?µA(ší;Ïà”㦔f&=®ðè|Aßé{Ÿ|½,j F>é#Éóâx'ZºÖ|›ñPbÎKÅmö£9YØé™PàlÊMÄ&¹xÈ@b¢Í·Üæ8:>¡TMG .wpÎ:Ø-yç› ¾è§‡. ˆãhDLJ°û¦·OS{2r7Ý œ½ÁÄš¹ž• gl|TaѪÁ)#8Ö6ÒLCZ¢«x`É(YK€Ôˆo(°à‘{„2o ¹T(,+èÌF:& Âo&òÃ%†ç¿ñ C(à ¸Bh„-$ŽuØwlìÖ. –(Ȳ٘+àÄN Òð¯§Â63–ö5Ø÷+‹•&õ<2»E½À(ÇÌý¨þ|”Ùév=,EXdˆbSB’0àf4Èy¦"c Q“Ñ¥ƒg¢8#7°ôþí_,äZ¾7¤âUÝWµ°™YÙZÆ+é#7:ï?nŽÁú&–”“{‡5%ÞwE.m\M(ë»Åä6%(ËÊä±¥…‘4Ì„ÙR´y*榕I¢Å%&ÆÆâX0—5r¹mÊî;¦óyvã®»Sè—+»·H®í·^-Ï&Øå"–òy-Õ˹¬ËtyUšÚ4V²aBÌrS%S ViL s "GQ˜Ctæ§3:[’)©ÝºjÁŒ±`iJÈÃ0L_ì#ÔŽ®êÓ¥´bª÷¸š#&CèOž³píá;IP}›üþ#&â»Éõ°ùä4G˸¹ø½Áï¤U†G"!@¡0Ok"i(¾©äTG½<ý|Ô“úoEõª§°w!¿`~sH;ªø)HYWÇ›ôO»áÒC¯ãšåÇ}þ§j>žÑo¼Rýx(`~߷ПÇï=/³¸_¹#7„W¼T¤fjŠ#8ffIíMò7$(DÉ„”NJkA³þÓ¶#&dêúýSx£[&¬V#8Zk}Õà“à}3·S“Ö œò1)¦*æ×nuzZ»Çrç)fÑb‰ŒÑ ¨tDú´é¦d7‘ÄPCw$%‡ #&yýäBHäf1%Ý)ç[{Æ$ëºRRLÚŠŠ%xìÐá„¡¢6^«¼Üí¯lô£I!F¼oP"hš1V[¬ºÜŒ$0Æbˆ¡XxÀÄØ:›ýÏ hFÂ$~)$‰Äú¼¡AŒÿ5>ðÞ½)#&ﻂ¤KL. ÑìáŸiýÿçºVnº”=žíNrø#8*²fÊ©«fÍ¥VAfÕ !#À;·üB=Y" óä« D‘,¬RJLL J‹Pˆ~¼Ä=_1ò°„:¨$÷‡äÜÑté©-37òš´F‘*Y‘YÝÜ8ã¼@pˆÉ’æ¹vÆ÷aãÙéžá~ˆRœv¡#¾#&è’äûCü©~GÒ)ŠG$ðŠrû»c€N3Äñúð{SïN<±ý©!ôü¤þ1bCºA_^|mÿ”ùÂ0úCX&(Ù2g‘@«A(©šU`$nÓ]h2²Šú]ÉÁ„ÊCwdQd•TTµU©¥FŽºîlg}É©ÖLP0‹ýUsX)ý•Ö!›öù>±"$=Foßêh'¦¡ü®2?{#8ì6fDH$K¬’V(Æ#8'"‰µä°¡MÂ1ŒÔ†°+TÄ7óÚ&9!„D&@qj#&lO[¢Tnµ© Q@1¤*Â3ŒªÝ²ƒyŽ…U…¬lB°eé54m.@D9ªš€’Xɳ.#&´gª¼.ˬáÉÄ ¬9Uðq'·ÚñC»;*¬‚þp¶´‚((\”€â^GRØ×!¼ad•ë÷…h4Ö#7ôéAk#&lLr‚ÊaVÎjÓw0X‚BÄ“h¤V€QÙAÉÂr#8)¬/ç1¤ÀÚ68ðcÑ€7Ž:À$eCaå€'Š8tñ)‚ƒvdAõ“=œTþ²¬Š! Ð_ÓP°ç]ëZjCIÅÌÙ#8M¨9›lg»ã‡aL~ ‚ŸÑØÉ~Ý#8 ¦b íA<•=}Ðá’¶`#&,ádf䪧ˆJ§ðHzŠI’6ÅrEÓ‘È_½Ö’‰OM³ØÉ2+‚Œw!ƒÈŸ›¬>0ñ™3,SèSþÑDM¯°·ú’ÍÖ4muCVYim€ÖéeÄã?‚l7ôÃÖ×£þùû;ÇO³./ìðK!¡ÍZFŒH$ˆ1‰Lhœ-4Þ™mØK&¡1ÁBHÔÚ®3£.VÛ²B*WH<3Ucú²pͳk`EZÕxñ‘¨ùeàÙÀj¡V^[m…{´Â?Üs<$ð¨›í¶a<ÃhD€~ÀÃà'Ë„Âr6=ñ5ÉIïØ'îgLB|HyQûa2z#&Gxbw\„ï§ø¥…Þ€¥õ`ã €FÅõÚ Ñ!‡¸$%CÒÀB‡ÍÜX=æ#7¡½Ì9ü¥ãøIâD‰ ¯Ön ´îó·ë9@X”¿jù`žð€Ü›{@"I£Ø*f>æµú…"ítúႽñE?t ¤Àpÿ(g×·‚Éý´ònË1êWÚÝ9]*PWó"cmŽ‹åÑ^NŸ³E1îËͺ]3î“TPšœ¡lý•z0Ç#&ËHh•jú¯“6Äû@ð³øT:%·›Kä§SHÆ7“;p·°Äz™É9΢“¶û§qËŽæ…‹»˜*éáÙ”%oL8o{ ‹¢™ÅÞY°&§ÕeÃièfY«Ã±¤ÀT H#&gp¸gyFƒRÿ-B?RÛl„¥€|N§wñîš–{ƒ/ªš /øí&4nh¤}¡øáÍ°)ߺ#7þéCÄ¥Q‘Ÿú‰0‡¼ßµýQ§—÷VkMhö«õ¼H‘ö]ñçw™|÷šÁ‹øâÓ–á…¢ª–²ËB¹E¾îáUMØæ|Ê|èiÙù·Ê)þwµ„õücßÅ#7ø²M«nR¶„/Ñ:lV„ºÎ+èËþÎùL7£L€‘A‚¥4ß »»9ÕÚWž^•ØO>‹ª•M^nÅ)Š¥2ƒ«ˆE0*æ¦ÌÌ2cLC#8QÍ-Š1SAØûçw‹'4ƒ²çás×%ÞïÏŠºt„gi¾ bŒ¬n—Šu¼óÇKy\&’Û4íÌAë<´ígJy¥ì?¡ëIæÀÀ-äéÎ=HkÖy°ï³S‚'‹j'†#7ýÒÍyvØEûÙ;P·»®<:k×¥…9@ÑÄ#7=ªõÄqß¼®ä<›øVa7yyQoÐj‚jÆl$ã 4´ºµ‰tI=Ô†÷m_l¦± ªt®¸)ˆA~¤I³”†Ï5rýeü.7ð²#7K»|1\Éès~YÃl)†ËFèZHƇBÂr¥†Ò?JÃâi5ÔBskëÞ{‰æ}‡¸kªe󺯻9#ÕG|Åí ®9¢!²Åyz#8ª(7g£E²ˆ Oô—9#$á̈|…÷|ö™ÔÇbW¸î‡©“‡ŽÎÍ;Ô(rKã@˜Ëy¥£c ×´!¨Hâ íŸçòä£y¸ÁDV|áÔüÖ#AÂ>ÏŒ$”kaL“& 6‡*T9¼AÚzL<=}ø÷jlgBb·œ›/'l‘#8;¼Ââ£åt°}é5»Á#7ÖkT#æü™¿n2ª¥©UU›]½õÿ‚~ø\‡ìµ5´ˆeHR®ˆÉ¶ÉsW;ÕßQ{üå¼â xïÍ]½]â2¿›Ô„óžúÉ·[t‰faÝ«è¯Û8|ôœq4µÚ[Ò‘Ž¼eø"ö½4šyêPÌ÷kËѪNÚMkÂ9#7u6$ñU#8#7Ôó/¥ïǵëÍ5,(t‚P˜äZ<}!ØcÙÏ!°™Åb$A¡%lZ`RO32‰(*ÊŒj5k§ožØá¤ÔqU-3ÓX.%8s>ÆÈ$;¢”h|3Øñ»ÑУêR>¯½çs8‘5&†\w#d’@ÔÍ¢z9 ’îLâK²ÙûtkHÉß®ZnéålÖô…PL¿ 7«}¹aS”ªð<Ùë×sÝÝ›‡…ýü³a<pÂs½_ÐÚé”.q/}4Ñ<‡8ñùÂIþ©Û€{>}ÖOÀÓéþŸÃùì—?k@'@ë? ˜ˆð!i¦„¼ˆI#ó z”ôï÷Gà(˜Vß#8QBД”ƒAI"Ø=ýæÙ°/h?›ÃËs)ögqûùñ>)ÀÜŽìSÀõȸx3>Aå÷hÔ¢ˆ1Äôs20¯œw Ú]P@DO1’à08#7²!³$‡@Ù¨"?-HþËÆ’›MÃì#7ùÓôï§>¡toTq5áï@wügIÉ/Ãç`©ŽwjÚ¶ùÀ4Z[iµá›aWiE'‚½¡ÚŸ0šæÊ=ì00CÀ¡QU&Ùþu÷u«·yÔìŽ|{€‚}>A‡iâ û°ùôÜJœŽ¯Ó燔xëN~'¯fÎñÉùx™ri¥múÉ'žƒø¿#7= *oŒx˜|!PÄaÇÄÔ3®^øÀOƒuÇq&£¸@voÖ³è#7&µØ“>c´»"ÞÑš"Pia 9XÄá~Í”ák·¿ô¿·äž~﬷¨¡">ŠltƉa:Á0 "Cù3S«¦²€àõÝÝÙÚñ4Ê‚9–e"s‰$Ò‡AòEïŒv¾ìs³#&øz¤>aÝþS¡ž'+Í…•Mž*þï‚Š™Ÿz†™‚“˜ öÓú¤¥ËtP„„{\†pæyíÁÈŒ€Q5Oõ±×{¬9dö²b`1;w@íôÃ'*êënÆ*9 ?‰qŒOw>ë¸ÿƒÛ:ýˆJ5þ¿¶õù N2•„b'„1åã†qQèM½'Ó30ÓIáf²èªÅË# ="ÞCž4±’Neˆ“V™s†øá+ÒcI#7pABgë?<þŸëøžu_T KÝkœ‹¾À À—P$ÇqAû#ÌîÞt!Ê튜d£È¹@-HÝ—X”ÇqúßQE%RˆhdéÄ#7-Ó¦È<oÀÛ`ðXÄòd7¸ôŸk$É´2Cõè`ÆžÓ׳ò ²ÂIgq‡äó=ʶÔñ¢‘È'Ýó·L}jÖçv‹º5É©©OxPAîßËAßÄ6 9‚Dëj(É,‘Ý0xâäQOèļá²ÚC…š¶jËñxÒTdèEF¸‰/qñù+ò›n—[mÐÓÉÌr¹Wtý†ºÕF€U’„’TIJ&ö÷öè^÷Ë:%@Œýèy¯%—o-ž¯óÚÇ‚=òsP´#7#&m7ÜüO—yé>çÙðó ±™Iš2DhÌ!eŠ ¥ ˜…Da1 1c(ÄF”Ù6&‘ ²Q,KPTE0T'ç^ÞËè>oA˸4ì~W'KC°›²}×ÂŽ?^™ä~7—#7›vÌ ÜÆ0Øh4L˜2ÉqÒd&v'ÅÍãžD`Œ#L¼ìgLY_á*Î_iúæô)„uàÓO7ú:‰[ßõ›°©]Õ"‘©UšŠ9¨Á‰vÕõdæ«ÅäE#8ÁlÈ`z˜Ûoâf7¥Âü°Øk¦“US‡ÍÕžšÎO¨3vÉ ½²5ôdÆÃBÓo,á4ªPgΈ@AXÈ=(’#&£Pœ#7ìûhpíÝjÕ†´êz`ËðŸ´3úÞq#7=aªA7ÂzÚÀçRH?ì2L¿ÑýYß×o‰#8ƒ´S–#3ö¢¢Ö[©Œ”«Á„æÜêÞ+՛ɰ·£-³&ô’i2¤ÑY³ZNë’•ËUÚî››ªKµtŽÐº±P‘Œ’£Fm›æüƒªaH¬0”˜L @š0ZaŒ<4Af(c#8ˆ|j6ô)Ë|4I¶b¹&¿>m"Õ"”-Mi›xÛW.—,î·/eQ®¿'±>L^ÊŒ´Äqž÷ˆÑŠ&¥çbÜŽeÜŠ#7ìÐYye…ÈŸ“Q55YpÅ!4\Í5,"ÿWó?yzœ,ïƪ¶¤Ø¬¦°:&f1*ÈbŠ4¦“îüD¯ÚqœâFôR¸©£4¬*ÕÅQL#7ʇC‹42›O"êÖÍš*-œF¢!RD‹’lAŒ`‚0i·MH˯9ÜÈ‘y¶îZDN˜«èÛLj§¦ÃÁ‚Ì-L6Õ+8z=ælÃlÞ"™EA1³iÆA8äƒ!Ë-µ4Úšq10Ç ˜ÌÈZˆˆ`VŒ•vË@ÆT6,#J ÕQX›•V‡JK”vaeu¼™¶W„Ñ£ªE‘ P®GY-ÇA±6W)CeDÞBR¡e1Á¼*°b¦ hlZ‡MåÉ°o:<±Ë‰R J±EÜ`åE\ÝUÉ.Ö”&q‹c£ƒOOy‚ÛY^Eµ›Ô~ö1‘™§o0¾ˆåèc£w—䮎ÐNÅ™JV‘ZvF«–@¬’;ˆ”™G5Ü /}0ÃÓÒÂH-ö>’ÔÎ:ŒëUƒçßkX²%ÈÈÓCk«JØ“àë\dhz oPÕ4ën–bȤ$iÃjO+ƒ6Çfc2´äÍBPnr¨Óâ9‰ið£NôÈ4«ÄÒžJ°V;„©qX„âQ…eå8:4`Yi8ÂŒ#7ˆi:-À¸hÇ1ײIÄl*Hà—7̇#q"gZ2†‘ÐJ5I@14ú~€BzØòàÑÈÙBóg)œœçš€hMPF˜ÕÅZ%2Ä¥sBf2ae ÚÒÉÆûèªh6„2L†deˆE$V*Ш4DbƒHÆî;èª*9öM=±WÊf톮y›Ø[ ÍR%Ó!‹¢‰ŒLv9fñJ6Þ˜ ºCéhÎu‹D×-dIÒq®0Öœz6AöÉ·ìŠ^0J!j¦Ê*A‚jt0Œ’ÃÒ4R("¸÷2ŠÈôò··Ht0&AGÄž’5¶W€¤¯™êaµœ¨ÄÙ.ùoš„É[³IR‡Á:¦$gÏÆŠ\6 ææ1TܱÄÚÂiðÏ#7ÎY\…ø{k©rk¢"¶[¸Lˆše—„á„X…}£·ŒM‰8ÓŠ˜€h„n3©Jhˆ‚F’ÐlP¡#7—žA#&1 á#7¨V ¢˜‘†6WaÁ6#±"Jp0á&Ú.Ò”‡®ëŽ©0W¢`¦‘ýÿ#&óñ#8#2œ’“5g8nî¼ñ|ï.˜Õ6»×WIýxeÆEf6dBVt9Tô©QVU-M›LÙdÉ¡êd#üíš!#7”CöµSùPÿ_èÒ9Ç C’ö#Ò2ùoãðßÖ‰´¢ä˜ ‘õðÀú›X|v.‡ôq«û²"4…úõÞzÅóáÏGgè¬Îfâ½£óTˆD J$“#P©‡@î Ûœ¨ö6Ñúcˆ¡òŸ`4-‹Ãã; ÃJ‚ÁAÀÉ*dû9íÏÀ˜1ùCmg‰òsȦHÓ…jð‡=&*ì±AÁÂøس$rd‘&ÆÆĈ#–‘46É P`!Ô…0¹B†,‘² Ž(«PM*„‡,ÇsNLl)û*´iPôBŽ‡-Ù£–F7ÉAM@5ÖJá’Œ“nðù5„FÂÃ`=&l Æ%ÙÞKá/s—Ûfº÷nU¹Ù!t#pÀmñyì¦i¹8,2lò5XÖ#&R¿Þk³-1|•¨ÌÊ{yï·9‘Ü[ñuäz·§ÃšgЈ™Ú?B¿ô™`ùr“”ý5âd¨v2à¼0Õ!æDÄÒl-kÔö#&#&Þe¿Õåˆw_?+èb±ŸAB™ ša&5‘(%Õ†åEÔ1SåÓökƒîaæ…<Ñ@-ØôÄŒ$TSñ¹=üþ@TôùáýïÁæSÜÂËߺ¯ÇÂrÃí°˜ÚdÒÅ7çÓð²XøÃ1“Që}dø}~WrNÏj±kôì(»=K÷Î1Ÿ‘ôL„H÷lróWqMC’‚dCºþèzHi5ÚSÀ=Ê`$œ³Q2'j¡:¡ëMt@öªÁ×BlI½õ^§¥¢ºûL_9)'8θò§+:”@owêXO\µ^ZëL¡zjX}ÚxšN#î#: ÓAQîûa#7““¦zÆÉs"×?“*Ò"ù9ÔÞœfã#7>ì†e!«šªCí¨°Ÿ½¬ò7Á¹Ò'#¬76-I8 ‡!5@m¿ïG‘†¢DVeb1²E\cRQE¯ÖÉkñ[±-ÍÝÚÕÍb¨Õ9\Öéµ·MY#7b¢×Kk•“\Ü´kW*w{5Èѵ&µöûˆ£TW‹ÒÎíbµû‰o˜ÛÁìvÆAÚE¢á¤º†´Ò]ÈXùëžµl°0æÌFE.Çm|˜Æsôy -¸÷&áÞHxðoˆð#7 *o#8þD¢D9Žø#ô?›#7Ú¥ä@d„˜˜Àvøwú3>ßàæü\'ÀÌ‘OÊÍ>µÁSó#8¼¿}@?A#8ta_ i¥ûoéÄ´}ên©Ì%x{ ‰<ì,•Ö³rÑvü3\²L‰G!3)\32±0ˆÌÝð6üqÕ²¤!2ðAÐTvP•eH…JZ#8$€ª$ôö+µ&ÎÈÈ&lí²>FHwË#8«ç¢C!JMdª’ÕF¦Wå_7߈(†ÁÑPz„#ÿiA>•ëû$=^˜5öÕŒÕf}ƒy6„}°ˆ7Ž?+JqwÚ¬<º<#8J:Á= ¨·“|œŸÒ{‘T¢Ó2‘!RKQJ)ïøéœy4î'¨õpgçÊV¨úº‡'™€}³Õ-#8Ч81ùµk«òiJ¦Si2Í1idƒ-M‹46¦hµ)I’RM£D¢P¡J"…„¤ eR™SmbØÚM¨ÀЯÚgÆ·[’AÉ+È*D¬;½5t^:í§{ûÕêõå#¹•e!$ÜaŒ ïÞñѽ0"wPi*nÄmq¨òˆH!X &ÜKÒ½/9uÞªn׋irB#yHñŠ´Æd¥MŒ$ƃ(-<@l‡#&c!†!8H¸6H¦ ™ ¨DŠªç´ÜHÃn#&•G Á˜`/Ë÷rÐl‚;ýŽÚñ*x²è·MMÝÓ»1pÄ/¢IÛlÆTÔ#&¬‘¢wµN£ÚŽÂ¡Û°‹Ú{ðQª0¿•ÏàM½ŠÃÙO×å/÷ûsî.y襆UèìDJ…!ø¹õþï3œE¢ÏŠw_xâá@S#8hã¶ñÔãgÒÒ>ý;C@J}øeå7ÏL#7È“Ll2Žr€b xF#7øã©#8@†©Áû<»ë.ë1Ðd<Ù("hd Ëlq¾#8.@èÉn0Ù)À:ÿfBϾ¡ëØ£ÁhaDîk©Ø;Ï.ó®ÝÑÚ[Ë.¥J”Ì€/µ×Eµq#8ThJ…¤!0ªÂ³ØPtB¿•Ý4zCˆyß²ÿEJèÛvÙ“éµr ÞP©20û?.9ÖLÁvpθ¤vrŸV*ÐÒ×€ËSŽw¿§ùˆ'ŒŸ2]5D‘ƒÔ™Ò#7ïŸK>év]H9h1t^ö’dR˜YcEÿ;ôk…#;ÈEtÉ/#8h¸é|ÊŽ8I«ª5—~ï °üP·ßÎöK‘³Íœv”ðïÄ4#8d{…×Qr»bÈOÇ^=m÷5žˆB;è•—ëC³Zå3¥ ;6…úl}øp~2Øž0íÁ¬ÊjiË•ÍaôÅÀ§WýšÔꆎqÔ:Œ'âÐ0CÆ *1jáîeÑKæñØOŸYénV}ŽÔ‰Û»™ÜwÕ+¿/¬?†ïVÏh»—Š‡ÕzÀq·H¼¦´d#&ÍzkÂÆkX`é›m½‘ÖJ³Põ,Ù‰|Bé®5¶ìÌÐZpÞ]Îù£=_Ï®ªß¥Ì.`¾‡3Iúäf~ï8gäæç#&´²¤‘ÄìtvЉãO`:Ûgæ9öûN#8Û…Sf•nåzf'œ %šE])XDñMbl«Û”‚2v•Õ=_Ò.×-–¡ 1áåSì\]tÆóÎÁ,ƒ-ç–áÑ#&ôHlvëç^ÉŒ¼6½Rmøžê»AcÃßÓ+CÏXäaFŒO—Xdd§i(hœ‚ä´lGl/tІØ^)ý?ѲrŽSqmxrWSÁÛ\&zy÷nmw^Ñ×)`hù¹7³ƒŒ¾Ì#&¶&´OÂN%UÝ5`B›y•Û¢ƒj¼X°t=WˆJ›’]J DãVkËJA†1qš^8Éî•(B¶Kº2RT•uÑ#-Ô{†éAÈ:(„³} *^Óƒi¦Ù“ÙQœêY²™å΢/8ÝH¼1¬[ñ§6»EÂ<N`Ï¿·mîºk<v‡HOc>S:Q‘(d&Z¦®xÇI-Ž¢Õmg#7Id#7¬po*ZI,Åì¾]öÏŠÎòæÚÚr Sq\Ô®/ç¾ÐðbÙ¬dÂH:&f#mø†jㆼ=5¾‘Š÷wöìM¹XMvJÃÇ7µ-¥*˜HBzxBI$;¸‹àæyʪͼèÛl÷ñÕ½IÒFÓBöå‰Z¬¡ðŽM¨˜—ÐÙ`ìm¹½#7›2¾+DNž%ðÌk·Lï¤Ø†hænV\»Øñ^ˆÝ¼rošÀ>ÎÎ!ú¸õ£ÃK›g0¢³K0Áµ>ÙZñ΋XúÚ#8“»m<pæyßßµ»ao<uàï)Ê)ä’z<šhâ9¢N4ø—¤¯l׎1r!ĺnj#7#8–C:ÚÒsŠ/}ÑZÆT¶Èîf©ÎæÊgšf¥ÌVk¼=hÄÈ\5ˆtñ…#7"‚4r:KãkòWCT™÷ã_sïê*ÁeÛ›ÅÁ‹1Ì”»övÙßjË´.šû£"jXò™‘ÝÄþÇï=ý1kWÕJñ¥Q3„ýëÌné˜s¡‚^æ¶"±•k'‘jšÑ+_RùÊx<X.’-2Miã^rM;½?ŒËdìúRC»ºðõÕåUwX¾oÊ3¾¶n‰Ö—N›½¤ÇvæW6D?'k˜Fx{—}¿¸Ù6ëºi2ñ‡`õÙ¯/KñR¡µtZ0RÁ!Sh@ºÔæŽM#7Zã¯TŒÄòÈçŠ"$Eîf¼§7rŽWcA‘KFØÔ¥µ5‰H˦¤ÄoKÅÊô1Ó<°÷¬ÙÓ…ë9RÍ ‘Áˆz;èÜnÆ©½E¤Ýwx—zaëá>MvÐÛ»p ±=&imõ¿5‹ð‡â÷':@“2[u%À˽S$ðñ8é¾ÛÈn>º*7Îq'¸²™‚q\y0?g=czÎXµÄ#7$‚î…<Á‡E†(!#7{±HE èi†Û[º7ŒàÝÈÝ#7âdž;\c˘©FPÇ‚òÀ:ãpd‘$&l\#7t¡×¬tQÀniBª74Jk¿¢"fÙx=» i÷Bi„Äj\žçæT›ÙÃ~ÛØgMa øl•…D †h©3ôúr%#8êâ$hÜ;tïéG6»ë‹X®AéÖÞN¼w%I<“È—/É×$f#&`ÜX#7OÖÁ>Ü^ð÷žZS똋~CƒÇ˜P7T¡FwrK`”C¾Ì5ç5Èfw'–é ÓŠ‰Œ3°è#&"#&Rabfb¦o.N¨ñ³vfløòþ½3wÎ`vŸ·1'}’JP›u4ÔçÙ¦ŠñÚó8Hs9¾|"l4vléE$7í¾[ΛùôèÔ„ÉÊçI%ó£QxÙ«Øþ*òð¢éª¼ïÈrw«¸ykR’q <¥€[¶©´j@·÷“vÛ†V¢4ݹÌáQ¤`²D¬»žø¶,½ÓÀý1ÉÂ#ÔÂhWÊ•3„J÷-ó÷m YÂ-͈–ávž§;õÙ¶ë´UÊ 27”TÒín¶#8á#F¹¯!†+m¸µæZ®S°¸Pý£¥E¢ªm(Š©©§#Ž9ðÍÄë´È¡+;-‹ñMSPðm7]“fs’‹œ·¬šßVô3Á–òଜçØ6SR<¼xbGf걄²xÙ\ÐãW>xl»˜Òn™Ä5*Rñ„tLKaˆ‚3OâpäB‹1Äó3Ž xßKéáMˆèø¶'iªÌñE–Ÿh]2Ú)»ÞÝCë©n0ûOáËœŒ`VG‘”ŒuñÔ¥!À9²¹ÚvÇ®;q¼™6:”;w \‘©ólºÒ«D“#›á÷—l[˜âtq[b0ʬkèí‚)èÀøŠì¥Î™héoZk¿\B®ÍË;HqÛÓ©é™Ç(l±\ïÆöüxU>\íO^.ÑMeàë˜;a4:u×YorSSîm¢p.½f驸ó9òðÁáŽP胹¿ç©«G´ìKìÝŒ˜MßÆÜó—ßÁÎÄ¿LÔmSz;›s^Réq[/›libçÌ¿Ú#7Žè\tP;ÕO“†ˆ:\B~Ü$×^=œa¸c‡‡ÅÚ•öò‘Ï/%ø nžÎ}¾#7þ¿[È»¦^y,a*ˆ¬Œö¦Íÿ‘éÉ¡‘)¨!tijÀ4Ä”>Ó:S*ø‹ATCKyf,Ø^©ƒêE/ÏŸB0ØxBt`‘ß®2²¬#7Áõ•BÌX\‘¨hMa`êØ¡¹fCEE»¦ô£-éæ$Þ#7÷9?¾#&d¼kÀ]'°ñ³¥]à-†G«Äm›i휺yËë/Úh¼BQ{zžÄ²½y ùÒøsæa@LgUL0ùŒN‡ ¢&·#:ÌÏIpãÌÌ'~¡¹Eñ‡9}CÏNrLyÂÂˈÆpš#ÚŠ§ Ç·zÙTUÔ*›qQè[NÜѦ°¼ÊŸU¤³mÏ0¯¨#7J2.CHó(9;˜†Ã»Ú[b¥^¯¨‰ÛBöâöŒ]ŠðÄðÇŽ@ð;$ã!Þ€ýÂ$ñp#7îl¡4·æ/ÅWlxj5;ó6bœ¤ñx‡Ý?\üYöýÂ_ã*îÏÒå8g÷WD»¡ð}ã=ý“ó¶É±?óËË€–öü\.¸r”ÃÝ;›àt^´íú-J÷×_î4|#8ª†ŸOïx%³&%,ï¸>æoR(îÁ%ô‘•-ee$•5Õ~ŒÂÀO=#8êF)™#&(Ë€‡<Õ>i;ÃÀê=Þ6Çg7ê3ž34µ'Õe@СôQ€¹!™ôæÇ–¸Ín°v•=™4=6uIÆ´8À•6[ˆfƒT!!aDÚA™Imšv3l—i’¦’“h·6¼o$î¹&KLÀ6V¡•",MƃhV zmáSD#B#7#8;B”Šä!(Òˆm‘b‡Ze¬ˆ¢HÁci¬ Ç…PȨˆ*Š2(#7R%ó¤ßÎyç;ù´é<v#í8C²a”¡ÏV½wˆÌÁºZã/Vy¤†Ù3Þó(¨÷e™C´ u!‘YÒ$(‰ñ…)@i”A°@5zm›ÖŸÐÜk>èu#7&©coƒïàÌϮ怜Ë-N‚•_àô’ј”ZÜ(JņwwÖRˆA¦Û¶¹Æ¸ÑÑšêlÅ¢Ev`Êâdß4>,ÞM±S¦¶ãKVbã+«†#8RñÚ×ÐK£!#8HRUÐe!Ã)TE|¸ÓâopÇjê›Æ³‘, ,ÊŤÍÐÔq͉¨Àm6–5$RÅ.ê+M1¢@%rÑQîJ„d%í:»wL¤vI!VËí–ÀûŽÍàŽBŽ.óFwÁ†Lª#8@Y1!•.ˆZCf;y—)š•¸ÂÄ܉”:P¬DmNˆ)˜Ö36/rê'5š7nŒh¤†âiéµj™ám¬¸òN–ÕÕàçÎu¼²·Œ˜#m$1²ÁQq`›Ì8‘m(6¦”-M§£4FL16Ô³‚m°É3¤µu¼U>³/ºQ #7$!Éœ²Œ<#lŽ1„H‘q§|]¬Í„YccF=ØñWXÅ«Ö¨ƒCD9$m¦UæÒÌSys+ᚬrdta&o[1¸Lº”L`Î4Ý€Þé#7´iÖvÅk›JD‚p„nœ4q×TÓž.º ¹T¤q²ì`©I‘Àcû™€÷®šzÒljq^Ts–¥ÕD5¤hiœÉZnD£E´nJD©B¬2#7‚š4†“MŒMBãV¼Ü[y2Xë®Þœì3ka7.ŸdZ†È©QZêðcHjá*á#7m&£2PÎl°{nè*1ù>3U(Æ3MSPZsýGƒmõëÄ&;Œ'NP>ý+#8MÔÕ?“+,CrGç%åQ²§ÍÇNš˜TÀ—1•áX7L7¤¼Ìi¤W¹ßlPË`É$P'#âÌiÇ$ƒšÓpjd V›RÂ0<:ÑŒÒZÑ63äÂwÑ39¶¨‰›™ƒ§xSA£øyRéßÆMÍ!Ò³Óm¶ëHƒš"Q[ÛéOæÞŠ= GÒ¼Ãte@Ê>ˆF"Æ4«ÜŠ˜Em×L\÷¦‘VàÌÉ%x妇 ý.h"'M¼X[2”Àãˆ]’MjÁ™Ý6ôÁ—}X¥d#3øHÊ6ð“Ž–f‹n4-Ž5I€EBÌœ«s2±5»Æ‰œ”pÁZ¹f„(›T¨b0fµ9Ò†šZxÌI¡‘¨Ôƒ|ë1#7eœäc¬Óƒ0ä|¦<:zMæÓê»{Ð |ëâûÁ˜~Ç"F‚‘)GqeÝC€ÄÛ^93ÃÚørÿ!|ØáCÄDŒ18_À`‰ôZŠÄÁ°h£"s"Cç^œê”sC¹ê@=;>Û¤¼Æ†‹rS< X}0Ÿ“{§”ñ˜¥¹¼yFÀ1'@öz•ÞÉOSMj3ú+÷q8éYÌê›ïŒ—S…ÙY¶¶]8Æðû±2*ýç¨WÞHzïÄC¥ú½ÁùwåðÀš §·9m‹PÀ¥:´|Ü€JMǘ^8 âÂ(…3#7»¹•_Ž³ì̃)NY~'6°`Ciq»ÙÎT½æàä‚mšª•ÁåÊaŸ-æ÷=6àcyw#MÝ'wra9YŽ2Îf[ö†ï¾b´{§×ó秹ññ1ùì>°;P@èlÃѲ³åE e445¼,¨'ïÄ û^ïMëG™<º?#8‘E%3Üò|EPÜO$ Ú§"”Ô!’é€ÔA†8@i`•u+LmQu×W+NíWuÖ£d,°ƒP"èÀÀ3_^›åÿµ‡¼„î6…B{ÿ»•z×»Ò±ŽÇò‚Ác©&ØS-†Æ4„dŒDÉF‘•IBÕ3V4&±¶M‚«d¤¢¨’²Q…²¢Ø¤fÐ¥›$Ò“d¥e™QÒÐTJbZ3E)¢ÊiªQ†²L6Ãë.6aJ‰¥TÌ0ªOè<}g¼Ï¸ˆú·>³Ìõèp/×'”g¦÷7—qû.á~¾ÍŽ`ýà¯æwMÎÌ;…E#×Ü@ì C¨O/³Ý|8f«¸åôÁP~N$–jGÝŠ€*µ}¤†¹fw—IT艽N;OvŽ[[~ ‡(Úö³dšVœH¨MOe“5Äúj~7¦Û¶Á?¥.üÏA ,±uíî_ÀxÆ^ÓÕÛìWg›±#7Æ.ÁË#8ªbï8]ù_ÕðÔO¿"sž¬CLª”¡ÊÚ#8kú3bÛÐÓl™c'™Y—¡‹Õ×;Y#&t—ý@|BÍ )#&Q* ¬U#(©6´Qó6r²ûÖå]B“Q£#8´7™€dÓˆ#c1©4j¥”wpÜOnÒï&EŒ˜á*|‡ÉÁZ8#8ÐS‘ëœã4k\oäfÆÐÖÅŸCEi˜ˆò-¨f#'á—F«liC—GC¥E+JjR«ce"(0rA°clalzb3|y‘A €(#7åCP…(qlÙ #8Å€À.½íV›MÁ²’)gg+ÛÎ×—;F2•Ñ–ö•å%ãrÉ6ºíÚ¹Ž¦“ׯ>¬Z¦àœ.‹ƒÃ@,“(ûA§œEi¤¤Ek”AÈȬHºnyQÇBºë<O•ÃIópê˜Ùõ8bRV±ÛHg<Ê©2À^óe0Ô=iܦѷÝ5»“1+’#c|"GŒ,þÅçDeá©Áû&Äg“jÞj’UʨØÓSYRwý{ŒÔ˜dÎä‘Ñ917C¨O+ur#8ѬÌ)â#7fT;†f-@Ò†‚Ò˜¶ aP¶.þc‹T•U'–À ž–UCéñÛ¾·ÍA9óMÂqLôrvDÕÕb€>j2 çOcì~è#7€…xY#&`6íÄ&d”?R#82¡ñh˜Ž(ž#b˜þYÇí‘LÅݤgœ×ÃÀK3¸›åÁmÙIì÷r~‡0žÚL)\Ì‚K§]ƒež‡I%>,’–’áŒ3Ê€.éM½á®¿O¾@?Iק®šŒ‘“˜LoE Ï/«]?nƒñL:sÛ3D½}|½&’BBA‚‡w)Smt#8ñ<› §¬ù…á§:dHK3,# »Î6Ú$O@Øx÷§ì@^—Iô~ýÑ¢h/™†ƒäm7Z˜ëv¸ØÈ®n„ÐÆ#7´É•#7ƒE4I M1ÀÙ•¶@×—šõÏ|µy5ý?Aõh4˜äÑ8>N?îS¦û0ƒØ ûòc1'³‘÷Õ0Y •“ËNäÙ¾ÓÜE: ÂâØE”£/Êyô4=Üý¥òZõ{×cõú~‹ÒN@r$7ÔÔï>rIã#8DEÒ|Nª[MË(øœ;€ÿ¦fÅ=§‘¯457*ZX!2ó(²{XGÌ‚ØišÚGx×Çéä˜ùü&–$à<*Çž#AÇ Þ"Ð¥OÛ1#7݃µRj93?ºûâO‡™¸þo¼=2’5DB «Ÿdz¿Ëj,ð&e÷?Õ¾#8ƒ àÚï°ù²tÂÙòü?kÍœ!~Zç4й>—LàûþÈÙ®;9 d*ºh±É0ÚÝX3“Ö#&wÉѬø$ï5‚dd5/I÷ŽÀ.æ<9oÜ#&Alj)ÏÚÀùd7‹@󸾓 ¹˜•ú…x´¹õÖêiÝËÙâ]òEçŠ!I¹RCuâx1R¡bSº4‡!ćMvö=ÉH†Û%ÏXmìmäEïW—£àUF„JS»rb¥@ý3<->³ª®Ð¡²ªºÃªBÃL&€l€´ŠGföØÁbà€IŸœãN¥pdBÿd@¨¨´N™a¾GÊhî]ɬÑÇMƒÛnÉ6™H2q2Nè×bdQi —a;¸¬˜tb£Ç„3ÅEí´5ÆÍóš@Žu ÌÛ@à.jeÙÛ<o©#&1éfäG…ŒÆÈMA°@j2m%ÛÏÊžgezL%8¥'lp.af‘Þ«^¼°`¤äÀÝ4ÐG.ÜÓ+'<qb#&êÏqû#7Ã`ša# &7Ì"C©=9™Hš´*ò‘>œ^#7“a†p#&Q#8æÉޛQ“çÏ–Û9*o!‘‰*¡á±ã^zsc·R%ŠB4D9ß¿IžºíÉÅ®µ*Úa¡¤†Ç2òÂÔ:E”ÍHĽ0G±u†’1´4‡¨óÛÖöpÎg}Ô0ën:`уŒrv¡ŸZ¸v“-€¥+x¸0‹d&F955:fbZH¨™@œ“²Îؼ}Þ?ôÙo|Ķ¶©™]qÁ2™œè9ÕÇFÙaÁ&\kn“,™¯>á¿$°rx€]®D¨7f¶%+(†ø¯„ð5ãh+moph†åZD”)#&kÙfù¢“HÀL8†Ø&n™Ã B<ˆW éŠ;ÃÃäp-mÝ@·Iå¥lg¶ëÔ²ñÑ¢*"š‚-\’®®híˆD`ŠN<ƒÄÊRŠ4ÇgIQËIµªŽÒ<Ê–27×1çKeh#7bì®È+·œNã(jüóOƒ—M^kß,<Ê$LaNÓl£i” I¬—6@1Ám9“ ÚGÂ…‚ï¤Im:L6•,2°¦vÐõIios§b£4™‰5&#&ƒvÛm¥‚˜¹*G¡©çQF#2Ò’·Îí,ª4fqYòÛ&L’ûFDæ—$Ä3pÈmŒ8o(½¤4&”÷Ã@wµ]6!¶A7§€ÁnÛlbÊiw)„b™Ì Õ-²šu8‚Çd;KÙ.žõeÖψ[m$KYq(tSÌ|aw‘¯ítÂí1ùÅÇ®[ÏR¾ 1Ãö«ç´H©`‡ç‡Î14ª#wŒˆy&‹SmõwˆúFàôqaÏ~—fÑÉdé×4gÙ³pÉäN‰¬iÛœ/0#9cãSß'‚µuå¨Y®°òèyÄ×^Xœ5Ûx'×HŠñs&âiÒtîJ¥kŽµ#8µ‘eP#(k—„+r¹Ã•U[^0V$dã6v{¨py’¥G!n§Ë[aw<§Xç#8Í3m5V·û--,)-wrà{Â+®r‹ß ˆÉÁ®Lt«@ˆ©ô©”o37 ›@Þ·1Óƒ<…ÆΘT¸¹ó0p‰JGÇœÏpê×—|¼ ·A”ìa®ö˜‰ÙŸ„.áÀàu¾°*¼ÛË2eJg[’´KàKÈvƒÊA!¯#x0ç4ñÇÈ@㛩#8˜¤Âš1ðÖùÈÖêlpÁàÇdÕKÌrT$W—–Û¨õs–rC³>ßbʘ¸S©®cLÎt&5ò€o—JaƒËÃÃð\ó†4æÏ:äa4µ‘ÏY¢ºÙÞPìÓR3Cj¦:ØÖ+.™&.×Û%ñ¦!Óp0¥Wå4£ õ)“tä˜?¿ÃìÂoZÍèÓƒ¦Ð¥Èláü³VÒ~^z9í[î¬>‚H!BLh!Í•åG}i×ÅÖ¯®õÍzRÈCSŽ~01éit³¢1Î7,Ì‹ž“Sz_.B5¹&ªoÞ3‡’a8/WÃèÒÒzV}œ3†äÁbdtBL$µ‡(¨LP{ôÛggò½4§Ój&žU•/;8˜V6Çž¹¿fúXÀPÝ•Kd,`i½‹Cc¦†hP”'›5¿F–×Ôš"mº†Ù`\÷ã3–xå½Ì·Wiêö¡˜K#8œñ±ÍSõÂvhœ›ó͆™gæh˜8œ e³Kƒ bIL2Àá§.ZîmØjíÓDT9òÛFn&k4ªÙ¢šcylÂê@¼Lîal³Šv#So3P‡Æó²fÚ`ùâ#8î׆ï&a.?&g‰›Ê¹€Œêš@„Ôí״㶯¨&Á´Ô¶¥‡O]nN2AË«³Éƒ7j7ˆ´ÉsNC’ôÊ¡–]bš+F/Z»?â›ìˆÙÚÞø7Ë™Ù1óÄ#7t0HƒEÒ$O'aïØž¢QC#7ÍÍžféšã™¾¶mM"ÐjvÓI13?T‘ŧöj(D{#7<Ô®Œo¬#8mÖ!ÍR†6ª#7Œxð݃NN×AOƒ-F#&¬áÍ0QcÇ; f6êã· ïƒLÇQØ:âè”p$‰H%ÐØ¥ùr2ãÐÒ[bX‚‚€×#&L‡?2\9©ÃÔä »yh2&¬¥¨’†,´¡Z»CBi,ɪÉPân°Á™–*¢P ƒŽ™+#8-µhÝæZ #7Á&R#8qÊ2™‚‡nÌ:ìù!£w~- ª¼°h3p"ŠÐlÚ:ƒäfÅÁG)2 §cf± Òi½‘ƒ:%C}ü*ÇH£V„Œ«–Û90aÊÁ€šF. Tѳ©¤wP‘„h:½ ;#7Žd°3›•ébA ÐÎ(ÚLÄ )¢.øSƒžxëÜqÁðbdÀs,° í8qéuìÆ4hÔÀSHPeÎ;&Á§câÚSýŠŠ[X‘dÆ`a&_`J]/?KÙëûœ(:" Ê(¨ˆ 1¯^WëëÍSª÷qÓo®¾‘Ø9/·Éea¨É;V$Š#&Ô´@A5 æ!ƒž¬ùoÌ/.DÿPx}_ÎæÏ”U@‘Ÿ®tæn-Œt_½ô)†º%´¾ó®7Ó!J£’0Ûô¡¬¦4¤M”fAlËÚl6®ð'3ã™™çM&)µ*DîÔ\µ¦Ñ÷¤ÀàÒdŸQuj©J›vdØbyóìÌØÙ¢#7ŒˆåHðuüSN~ßJªõå×6,Ì~a/í„îšVdž}xªÒ/‰wå%×êÍÓlÆ°0Äcˆ^µN=v³DÏoÓ'àз‹.$¾û–Xï.T‰Ã•–,â&F‘UªŸ–I¦=ˆkÓD}åiÒDÓ&Nü®Øû˜ŽjÓGMÛã“ökJêD8‰Î0Àf -JýáqÒ;ª›/¦ªv-ÐÈämμa·4}o{žvv³YËLlm&õnõ'}²šaóõ)ôçõOЈ)*'Ù†çÞ~*yøÑÇ}Nò¯bï‡&¤>æ#&K„d„å÷bMfªyŸN<ÂP~Õ Cœõ‹1Z=Q§UƒXØdY„b£_IÜäݹ²×‘¬vÝ\§i+F#7%La‰µêyÎ]Õ¼“!2Je¼KNñ¹5æîÑš‘]çGŠàéŠ$”ƒ#ŽáD°[„̺!(t$›¶pɈ‚1•\Ü#&°æ~ÌN#&™7÷´õ¨Ê#7;‰t{ƒ1.V7v0ÊbBšfâØ¢£]žàpr9#ÑVä4³¼á,4EOĨM gWêôõ}“íöüA?ϼ÷oÙ b?ô§’y„žßÈüGmðŒ’,œ”Éômm¢ª£#P¢#7’<w0¶ÄBà«CEi+²DÒ)…x|¦ùØr†¶$Š ¸Jcöùˆà€}AuÄôxH=Ìb>#7«Þû'¸ƒ¹÷Yè~/]{äJ);•oZ—y½/¾ä×Ó½"¢bti˜ŸÓ/‡ÜlI°&X#8›†pýèZÅœŒ%»,0ª'ç&§hpØ&ƒ~ßf,»½-¨‡Irwr™rÎÓ-öMOÑ•3&Ýc&îXn Ó{ TGkvÐ P{e#8?úùyÑæBC,ï“ß'X(‚@“l’aƒƒÀqe©•~ˆÊZ¢Ë–‘˜ÇåãäÆA¦Å„×_åÃêøho7Š¤b±ÛAHý#7[yMÒƒKrŠ±Ê.!‹vo`3ˆQ}8%'Íe"}ð®#&L)DAHÒ²¨M1ĉ>Œ‘ˆSxÂÈ%‚#&"#&Ý‘mÇ6 ‰Õ’¦Ú74«’Ò.’Ø$waBH“š«ê‘õ¾»Ž¼a‚â¤hxÿVà#&}j‚s;>go¸èÁá'—=Žã²F„’X–€¤#8J"é¶ß'ÃÇó?(cõ©ÑCP©ƒ·†Îü€?p°Ê«JŒB ï<–¤îW§…%;ñQ…yB¶Ö#&¸"JQ–<ƒ€Ð$æyºžZJû©Æ°fðg6îÉЋYܼscs€Ðâ98C% °K”Vˆ€#826Wd*$L–GSLN…£¬j°#l´Ë•#bI "q0„(äiÄÄ)[NQB´É!Ÿ¥vÌî;ºÝzmÅ#&yºß ð2u¸+ÉUô)¡pѱÁ¦‘µÛûÈö”ì}}§t,ˆ"æ¬û{þߺ£¬Ò`ªcAo!ÓÊŒ;QzËd’¿R†*ög׿.ÿ`y¾ÉÒ{‡¹î%Gb-“â’IF&Ýxê½5 wÌ£óh³ëTW§Àõ/A¬Aih¹b¹#7RfaÄ×»´#½¨¢7ø »½§„ÙbÀÒÀ(x ÅÈLHÊW÷gŸî®½þ§Ç®@ü Ç˧A¾+ž"c¤¢\ñ˜*ëÁE©$ P-#8ƶ*5R¼EvÞˆŽ%D’ç[Ä®ÇñåŒ#7mYxçgÚLÄfÜ0?§ÅàÉæ~_@Ÿž>¨¥;ÏÓ¤ÐÊP01„Q4‘$P<ug.zú…)éä=矣"Ù”ê¦Òmó‡à|I”žÐO¹„, ›*£ÇɱµRHÊ¥ÊD„TªYTɱ)C+kb¶a¬&„hÙYV’¯Ñ%#8M’a4”Œ²˜|dcÂv:¤9¿}lÍ•^ÇáÆÉÖBcÏÅéòwšÀÚ#&{Oñ79éáå´<¤#&P`>ßÞîi‚€¡Cv>Ü9·âO ùs×ߤ'ÙÜ&Uåå©T>ôOhŸQ÷l›Áªž`¨ö²ýüºúb¨ñ>¸øt왽j·÷Éký©;Þ§áS#†^’4‚^ †zÔß1¯ƒ³ÅzêrÂh§EM(Î8ŠB6péؘváh›¦•kqA· FF¬¥rîKΈ#7”¸C†ƒÃKŽ‘gHb‰’WÎÂ#«8ÝU€É…LÌØT&™‘U…°|ŽÜq°Ü!´€Ø–œ)4$¥«|QµŽ-ÂŒ†¼¬E”¸ &„„Ð!öŒÉo›D3Ns—)zÇSžà”‚ï;®ÆÖ˜PG„õꆒ»4`ÇÝxûZSÁ÷ Dê–"ö†ÚÇswøBÖE{•Q#’µ¡ó³KZ[¬0ØÖO¡t üS:„º©»)6?2ÌBÜŠSpõû~wÔ“B/¸Ï5½ÞhÀ®*¾ý{ÿ:Šn £û™‚…Fd‡ˆ€Ž»Ø#8žîóHy°_3¡ãfá0“ÒÈ|¡ …0BÁ¡G’ˆ#*'sá>{&Žÿ¼ø|§Tûþ& Ÿ7™èöž0–ÊV…`xC#UG” FqY¢š‚Ÿw›õøwÚèb È#7(ŽC)#&(g–f»î|vßñó=òýš%õ#7Îî&ÝéשØßRáà—V¿I9÷ºjͶÈg1¢1ä̇i®uIüäT:ýüÿOqöóª5(Xˆ\Ý\‘Wœžð áÐÝ÷bÞrªFsôlKó`»/µôŸP%¯ÓUSõŸä‚Ÿ2îœÖOgÄ0xÿK-0$©!ù0#þ[±#& öÊ*ø(úqÖ– =}ÝUF«ËäÅ1™žuÔI±4›w\‘‰…‘¦~!Slû䎱¨ãµT®HØãi)(ÚRÊ0ÒŠ(‰y7\ÕËy&ÆЕ¯:írÝÆ‹»uãt’ó‹Í’‰¢b_ÚI“D{OåINÁ!Þ#´×ogçûÂÃ#8¯Ä¯Ãì³ÞdÅÇæÑkP&añ6üñ²jxH—¬<ý3EB‘ @3JA(CH!C°/¼î“Ö"½T…M‰#8JFÆѤ)iˆ_†'Çá>(ÇèjH¢ˆÑ‰±°ªfØÛEe) ûP>w§mÒb"ˆ9‡~r#&Ø€R'_Ó.z;ï¨Hy¾Dp§ÌÂì)ÊôdS/ã#7ȃd·u͘ÓcY²¶(¶6dbØËb¦”[,ž›Æ¥R%B(dH!Ûá¤h—ÀCþô<méUNÃþÞôõ{=Aóþ?Ìlõ÷|€#&Hpà‚'¶O¬ù~œiÏë©NøÈ_§³6d!ø„pô{…$Ï´:n`{ÞHM¶tóØ…2{Ï™!òÚgÝR«ß·m´!S!Z#8_E}…ýíaDE!>Ã7÷C±]€0µÎ"i"áüé>;}™a°—¸qž`N <´‰Â©éOµr P¡|Ñ®”Eè:L ‘É‘ˆDˆ`¡ °%ƒ‡Ò)¨A¤£s«·>Ï–ð×%Gú¹Ð¡Ø…଎¤;Y8ü˜"¨-„nO^ž\<>”)÷4•ïÎÄa>õ°áû5†W§4°&âc4;û4-“Z»,¥¶Î4Í}ºtùñ!¼üу°MX8Úˆf}í˜jÒfœ`?ºr¹os:Ë׌lcú©#ŽlGÒL`ýŒh$ î#7ú›òú8̸ ˜|Hù^°0GË”ãU#AM*L”ŠŠ[¨ BŠP"U¨!)>I_–CSS#8+FÔšfƒbTÖMõ<ÎÿŽGÊ)J"LÚJ#7DkE1ií3e~ðØí‘f%òÊpAdáŒ>L1Âævv˜u#7(&/P‹ð¿)åÞ½½›`÷l=IAþÀ iQ5bÛAZPÕC,4P-*…0J0?@áì:íßìêoóg~öÒ«,”?¸×ßâÒ}ÈX„±Ñ@þg8Û_kMc¶÷‚IRSŒ5ƒ„WË#8¬ƒñƒ¯Ê$}æçaýi¥-¿¥áä–FîÙ–!´£‚ÂÈÄéÐÄϵ˜9"š*¿éÙÔll`‘£CA¬C ÕƒÖ"BJve¨1K1„ÌÆ#7I§@˜¥Bí!‘C§0dœfb®¹»j*çjl™e«Ë»i“k»«»µ²l©*dHi6…dPÑ`Ea"Œ\”‹ שÕåÚèUʼ‰¼–Ù„^›×—U)¥²jL©W¥kÖÖ š‘¡`‰‚`D&&Ù™&c…4ȱ„˜1„iG³®ê˜Hh×–©„Ø– ÄYêÌÍð®#8šS }†ºá¸jZ‰ªÝY¶#8¡2õîbsÃûÜp÷œaµ‡e?Œ<LÀÛhªõцož8ÒŽä„wó•‡òw=¯R=0yôØælLûU{Âñüû#&ýÃè‰ÌGí_"§·ëãžaîò ¡qBÀ®Ü8c“foq¬7 ƒ•)·uF±±èÜn%Ä…»µãǃêüËLŒIR&†ª¥N.—ÄèαošÍ4Ó”c}Þff¹#8v}û‘H¢Ž+”R1‰x\ëÔ˜ãÂS£\Äþ]Mû Eì`©!ì90K#7.el‡-ÝÝ&'§Çy‹«".ïÄ°þܤ—ö‘À·+ó#Z¾‡O¬•—uÒ¤ôÖö1ù(VÃœ@xð#7ƒñÃ#‘ÃmdI§ßí&zÉ«ÁÓ|“àÈ#!h[!Hd˜Ì¾O”ö›†¨s.1úøÏE–ÈYð'¹]%!¥Ÿl‹ßŸ¹ÓÑ$ÝP’ÿ,•^±+gÊ®±¦¦‘=ÑúÏšQ8³yÁMÊ#7rÍh-ZN¤–ÁQHXÜGpÌiÉÙŒs£ƒ–Ó#N\#BòMé,ϯÀ#8öC!}Nòåå¤h¦T›E^-Å!J1(@¢ë!Úºÿ™ìoòþzâÿÐÃÚí1££’Gb«XÛ9ì‚]Üãjýß'18&|SZ‹lœ#7Í{ͦÂI9{&OyÞðÏà‚<há./‡Ø¸à‡Æ¥QÇJ¯Éã|Y¦sTOêIAlDEf{éÅñ«ÙšÖf}ª#7d'\p—ú0§i×ÛU^€fÔDdZ=#8Û+xƒ€ÜUuñfö°²#7"Ð͵QˆVÒž [ýIå@Úla˜qÓÅm<aÍ‚`QêÛŽ7”7±iK#7H׃ÌH‘ä|r×c2``Á#06X#&2Sl}¦ç>]¤¾ò> J>&síƒÝ`±g°ÜÇ ‡‰ÚO! 2>Ô¹©ê|>Ý:MM5»è-ƒ¬‹!Ù¤7¿p#o¯±¦ð%@h¨=,–Ž*<ÔD¿W(#7D Tý’tþƒà~n#&ÝT9<_×R&Ée@î#& å¨{Ôº¥9Yxâƒb%EãÜ•_¹˜û®ûo¸3ìßǙÔ#&92¡tþ]*º–ÿ¿ÿ“ý?Áí×þïû?ãîÿ·ÿ¨ÛÍïû¼Ÿ»ýÿòêÿÏýþWýÚÿîêÿMþoøõ~ïü¿ïÿŽ?øÿ>ÿ¯ÿ#7<ÿñ?ðß—Ÿ³ýßòÓÿíßû?ÿãÿ§ü¿òÿÏþ_ùÿËœ·»ãûðÿ—ôú¾ï²žE#&±Gë <š/”ýœ³ûÇéDà@àýad' È̓üÿÙ@Oyq&ŽîçKsîÆo&tàØOíQÀ?æ„>z¢ N#7¹“¬ooÈ¿O×w;º‰$ 33å¶øê‰#ØÀ$‰Drι #&êÏV¤ »4Ú!®<ÎHTȧ¦…w£ýÚ¼ý2¤´#&ì!2áéÓ”4&ÜŠ§û /ÂvwØ„òøDá÷Kþ´gˆ%¼°ôݽÆÞ9ãçyè·I #7°`¿×9aÎF3Ü#7Ëí´Æ³Û™N°:öè"¸5b¯ùð)žqþ3ç;aÔŸðÙþA•ËîYý7õÎ7ÆæëºPáäÞ'¡¾><#/$*Ú³üaºå)AE‚ãLb¢HÆ!1“ƒ§Ûˆü³T;¹N„#¢ÿ¥0yòòûôäêš´ºâálF°Ùk-)9–¦gõqv–½©SRD7õ²5ðÝLÓÝš Íy•äÍh€èyy¥L79?òà˜±Ä쮥¤æ Jð¥c½4‰—_q ¼”0R3»Uï®ÍÜ4Õm•ªÓC ¨9CèÓÑË7ªŠ;TÕ·háÕ§EҲ˛qŽU5`߃0Ùiíg,Y#8žìI«±¦˜/CSjt¨ÄV‘•MŰ׶!b\¸ñHÝÝÛ¦ˆ!Þe!Ô¡ÄĬ#y{ÚÉhÆÔ>h4úëÍåžö—#7sæwzÈ…ËíÓ˳`‹‘#$bqk—±y#0Æ\!ƒCŸ¢ù Û‰™øe®%•gæXVÕ"ƒ}voÐFu§HØÑ®Tt7»($gµèÌãoǵ{Ïø’M õùÐJ#7SäÉÔe!‰<Î;¾¬,vêÖj¦+Á%“èÅŠDuÄŽTC¨cÏ^”X\‘¡<)Yv'/ØømÃkÄÁUEª‡ q¿óùx{7îë‚»îb¬âgÓ`±ŒÑPUÙŠ°¤ÆÜ»úàÔžÎ\P$GM ×µî¶Ç’œÿèŽ*é`‘„%Mw»çù«Ø'#§»N€Nµ…$Ê„‘× Ø‡¥ò¼¹.u4jY†¡&3mȃœÌK3†/ÿ¼„öÊÉ>Ÿ^ã—ŽÏwm(2›¢yyvéðdzz¦½þœìÒÓ’D*A/‰¨¦†ÔcmM&m´[%c$i"E…f#7šùnÚºª¯¿¤8>ÿÿ’üIL׉¥é±úd<ꛢéPRزu=å—š•ë@}]ø¨'‡è>>“§ÝíÃh_ÉOÆ?(oÍ·}Éucäÿµ8*‘—û}ݸîèd$!/¨‡XëÙÑÛþ±Ìœ¾Y+EÑ3Ò‰„;6ÈÙÉwPa´Â2¯ÿDþé£â"|øû ïÎŒr/~ÜkF>ö!³¹l~t™šºsÒ@:ìâ•–6¢@$ggKWÃCÊ&~^;j|†x#7"0çDO– ‹w„ÆÔ¡³Prʼn£Ó[ðñ7@mšŽ"³õÑhÔ\6Ò-Fì÷MÁ [¢²Zúô¯™˜0®“ïàí;\˺D¤¡åÙ8ÃHê·Ókš’±ðjºZ-FN¡]¤¤7„‰(P‰iJ¡ ÚhDbMyû7fdì±ÊߌãpïƒÂäÑ;¸'IDí1ÑÉ?¸õv?ð#&ú<¶ê‰åP<Ør{ æ{fÒ¬Áï&LOLÉÎI˜˜À!6/˧Aq&=GMw…æc•ûKæ±cô©(ìÏüg¤>}½Ò/@<p:Ô´7x÷7%#7ËúoÃô¶ž¥^õØBü±²Ÿì`0סCâ§átGÿ<*ÌP@$A’‡cØvžî¢ãX©’Àƒ‰3&T.(Âe –B$ÜÜ>r()JP‚PxGÞuëóø‰ÅüO‘L¢œ/ωH'vò£»¨é§y™|¬´þ·´âHlw3ƒÀVCæÃÀ°! ¿Õîßþðˆ#&ø,$9¿Òßy#&Ѷ~˜T¤)bCÿ¡I‹?ç9õöWÇþóÿ8ÿï€$O`!ˆ —ooÿyÙËýí£ýÁrôóeÒpØ,ò„Åh?ïó?ÉÿãþÖ×ê_§ÑñýŽÃO>„é¯lrç!çK»ãÒ÷.Ô#áö8| |Ä°õ{¼=\GwÄg¼q_þÖ?«ÿ¨†õAòýd›O‘ðÿ·¾OÞ¶ŸñHs–Ž²s‘ãá”B;õÉ#ÿ‘š–‡1r…uv¯ü=¢;~pÊ¡UùÄ%ü½DGDêRAý¢6QûjQÿ΋YÀé]¼N*ˆ¦pMóÕp¸Ë9ƒSùCãé´éÛDè2²±û¹ÈÓxFà±7–ÂQ¿Ñ8¨–½*:LH8Œ»1ç¹Äf„¡ ƒmX+tYrxa"0͉p‡ßßèA_Ú…^×#¦u<øYó¿»ÿ3Ðñ)èˆÎ,˜ª†ÇÞgÝ-Uˆ"ýaÚyñãÓ_Ÿÿ€•©îWÊ&%ð}O ÿþ.äŠp¡!—w/0 +#<== diff --git a/.gitignore b/waflib/.gitignore index 8d35cb3..8d35cb3 100644 --- a/.gitignore +++ b/waflib/.gitignore diff --git a/Build.py b/waflib/Build.py index 1afcba6..1afcba6 100644 --- a/Build.py +++ b/waflib/Build.py diff --git a/waflib/COPYING b/waflib/COPYING new file mode 100644 index 0000000..a4147d2 --- /dev/null +++ b/waflib/COPYING @@ -0,0 +1,25 @@ +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. + +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +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. diff --git a/ConfigSet.py b/waflib/ConfigSet.py index b300bb5..b300bb5 100644 --- a/ConfigSet.py +++ b/waflib/ConfigSet.py diff --git a/Configure.py b/waflib/Configure.py index d0a4793..d0a4793 100644 --- a/Configure.py +++ b/waflib/Configure.py diff --git a/Context.py b/waflib/Context.py index bb47c92..bb47c92 100644 --- a/Context.py +++ b/waflib/Context.py diff --git a/Errors.py b/waflib/Errors.py index bf75c1b..bf75c1b 100644 --- a/Errors.py +++ b/waflib/Errors.py diff --git a/Options.py b/waflib/Options.py index ad802d4..ad802d4 100644 --- a/Options.py +++ b/waflib/Options.py diff --git a/README.md b/waflib/README.md index c5361b9..c5361b9 100644 --- a/README.md +++ b/waflib/README.md diff --git a/Runner.py b/waflib/Runner.py index 261084d..261084d 100644 --- a/Runner.py +++ b/waflib/Runner.py diff --git a/Scripting.py b/waflib/Scripting.py index 749d4f2..749d4f2 100644 --- a/Scripting.py +++ b/waflib/Scripting.py diff --git a/TaskGen.py b/waflib/TaskGen.py index a74e643..a74e643 100644 --- a/TaskGen.py +++ b/waflib/TaskGen.py diff --git a/Tools/__init__.py b/waflib/Tools/__init__.py index 079df35..079df35 100644 --- a/Tools/__init__.py +++ b/waflib/Tools/__init__.py diff --git a/Tools/ar.py b/waflib/Tools/ar.py index b39b645..b39b645 100644 --- a/Tools/ar.py +++ b/waflib/Tools/ar.py diff --git a/Tools/asm.py b/waflib/Tools/asm.py index b6f26fb..b6f26fb 100644 --- a/Tools/asm.py +++ b/waflib/Tools/asm.py diff --git a/Tools/bison.py b/waflib/Tools/bison.py index eef56dc..eef56dc 100644 --- a/Tools/bison.py +++ b/waflib/Tools/bison.py diff --git a/Tools/c.py b/waflib/Tools/c.py index effd6b6..effd6b6 100644 --- a/Tools/c.py +++ b/waflib/Tools/c.py diff --git a/Tools/c_aliases.py b/waflib/Tools/c_aliases.py index c9d5369..c9d5369 100644 --- a/Tools/c_aliases.py +++ b/waflib/Tools/c_aliases.py diff --git a/Tools/c_config.py b/waflib/Tools/c_config.py index d2b3c0d..d2b3c0d 100644 --- a/Tools/c_config.py +++ b/waflib/Tools/c_config.py diff --git a/Tools/c_osx.py b/waflib/Tools/c_osx.py index f70b128..f70b128 100644 --- a/Tools/c_osx.py +++ b/waflib/Tools/c_osx.py diff --git a/Tools/c_preproc.py b/waflib/Tools/c_preproc.py index 7e04b4a..7e04b4a 100644 --- a/Tools/c_preproc.py +++ b/waflib/Tools/c_preproc.py diff --git a/Tools/c_tests.py b/waflib/Tools/c_tests.py index f858df5..f858df5 100644 --- a/Tools/c_tests.py +++ b/waflib/Tools/c_tests.py diff --git a/Tools/ccroot.py b/waflib/Tools/ccroot.py index cfef8bf..cfef8bf 100644 --- a/Tools/ccroot.py +++ b/waflib/Tools/ccroot.py diff --git a/Tools/clang.py b/waflib/Tools/clang.py index 3828e39..3828e39 100644 --- a/Tools/clang.py +++ b/waflib/Tools/clang.py diff --git a/Tools/clangxx.py b/waflib/Tools/clangxx.py index 152013c..152013c 100644 --- a/Tools/clangxx.py +++ b/waflib/Tools/clangxx.py diff --git a/Tools/compiler_c.py b/waflib/Tools/compiler_c.py index 2dba3f8..2dba3f8 100644 --- a/Tools/compiler_c.py +++ b/waflib/Tools/compiler_c.py diff --git a/Tools/compiler_cxx.py b/waflib/Tools/compiler_cxx.py index 1af65a2..1af65a2 100644 --- a/Tools/compiler_cxx.py +++ b/waflib/Tools/compiler_cxx.py diff --git a/Tools/compiler_d.py b/waflib/Tools/compiler_d.py index 43bb1f6..43bb1f6 100644 --- a/Tools/compiler_d.py +++ b/waflib/Tools/compiler_d.py diff --git a/Tools/compiler_fc.py b/waflib/Tools/compiler_fc.py index 96b58e7..96b58e7 100644 --- a/Tools/compiler_fc.py +++ b/waflib/Tools/compiler_fc.py diff --git a/Tools/cs.py b/waflib/Tools/cs.py index aecca6d..aecca6d 100644 --- a/Tools/cs.py +++ b/waflib/Tools/cs.py diff --git a/Tools/cxx.py b/waflib/Tools/cxx.py index 194fad7..194fad7 100644 --- a/Tools/cxx.py +++ b/waflib/Tools/cxx.py diff --git a/Tools/d.py b/waflib/Tools/d.py index e4cf73b..e4cf73b 100644 --- a/Tools/d.py +++ b/waflib/Tools/d.py diff --git a/Tools/d_config.py b/waflib/Tools/d_config.py index 6637556..6637556 100644 --- a/Tools/d_config.py +++ b/waflib/Tools/d_config.py diff --git a/Tools/d_scan.py b/waflib/Tools/d_scan.py index 14c6c31..14c6c31 100644 --- a/Tools/d_scan.py +++ b/waflib/Tools/d_scan.py diff --git a/Tools/dbus.py b/waflib/Tools/dbus.py index d520f1c..d520f1c 100644 --- a/Tools/dbus.py +++ b/waflib/Tools/dbus.py diff --git a/Tools/dmd.py b/waflib/Tools/dmd.py index 8917ca1..8917ca1 100644 --- a/Tools/dmd.py +++ b/waflib/Tools/dmd.py diff --git a/Tools/errcheck.py b/waflib/Tools/errcheck.py index de8d75a..de8d75a 100644 --- a/Tools/errcheck.py +++ b/waflib/Tools/errcheck.py diff --git a/Tools/fc.py b/waflib/Tools/fc.py index d9e8d8c..d9e8d8c 100644 --- a/Tools/fc.py +++ b/waflib/Tools/fc.py diff --git a/Tools/fc_config.py b/waflib/Tools/fc_config.py index 222f3a5..222f3a5 100644 --- a/Tools/fc_config.py +++ b/waflib/Tools/fc_config.py diff --git a/Tools/fc_scan.py b/waflib/Tools/fc_scan.py index 12cb0fc..12cb0fc 100644 --- a/Tools/fc_scan.py +++ b/waflib/Tools/fc_scan.py diff --git a/Tools/flex.py b/waflib/Tools/flex.py index 2256657..2256657 100644 --- a/Tools/flex.py +++ b/waflib/Tools/flex.py diff --git a/Tools/g95.py b/waflib/Tools/g95.py index f69ba4f..f69ba4f 100644 --- a/Tools/g95.py +++ b/waflib/Tools/g95.py diff --git a/Tools/gas.py b/waflib/Tools/gas.py index 77afed7..77afed7 100644 --- a/Tools/gas.py +++ b/waflib/Tools/gas.py diff --git a/Tools/gcc.py b/waflib/Tools/gcc.py index acdd473..acdd473 100644 --- a/Tools/gcc.py +++ b/waflib/Tools/gcc.py diff --git a/Tools/gdc.py b/waflib/Tools/gdc.py index d89a66d..d89a66d 100644 --- a/Tools/gdc.py +++ b/waflib/Tools/gdc.py diff --git a/Tools/gfortran.py b/waflib/Tools/gfortran.py index 1050667..1050667 100644 --- a/Tools/gfortran.py +++ b/waflib/Tools/gfortran.py diff --git a/Tools/glib2.py b/waflib/Tools/glib2.py index 949fe37..949fe37 100644 --- a/Tools/glib2.py +++ b/waflib/Tools/glib2.py diff --git a/Tools/gnu_dirs.py b/waflib/Tools/gnu_dirs.py index 2847071..2847071 100644 --- a/Tools/gnu_dirs.py +++ b/waflib/Tools/gnu_dirs.py diff --git a/Tools/gxx.py b/waflib/Tools/gxx.py index 22c5d26..22c5d26 100644 --- a/Tools/gxx.py +++ b/waflib/Tools/gxx.py diff --git a/Tools/icc.py b/waflib/Tools/icc.py index b6492c8..b6492c8 100644 --- a/Tools/icc.py +++ b/waflib/Tools/icc.py diff --git a/Tools/icpc.py b/waflib/Tools/icpc.py index 8a6cc6c..8a6cc6c 100644 --- a/Tools/icpc.py +++ b/waflib/Tools/icpc.py diff --git a/Tools/ifort.py b/waflib/Tools/ifort.py index 74934f3..74934f3 100644 --- a/Tools/ifort.py +++ b/waflib/Tools/ifort.py diff --git a/Tools/intltool.py b/waflib/Tools/intltool.py index af95ba8..af95ba8 100644 --- a/Tools/intltool.py +++ b/waflib/Tools/intltool.py diff --git a/Tools/irixcc.py b/waflib/Tools/irixcc.py index c3ae1ac..c3ae1ac 100644 --- a/Tools/irixcc.py +++ b/waflib/Tools/irixcc.py diff --git a/Tools/javaw.py b/waflib/Tools/javaw.py index f6fd20c..f6fd20c 100644 --- a/Tools/javaw.py +++ b/waflib/Tools/javaw.py diff --git a/Tools/ldc2.py b/waflib/Tools/ldc2.py index a51c344..a51c344 100644 --- a/Tools/ldc2.py +++ b/waflib/Tools/ldc2.py diff --git a/Tools/lua.py b/waflib/Tools/lua.py index 15a333a..15a333a 100644 --- a/Tools/lua.py +++ b/waflib/Tools/lua.py diff --git a/Tools/md5_tstamp.py b/waflib/Tools/md5_tstamp.py index 6428e46..6428e46 100644 --- a/Tools/md5_tstamp.py +++ b/waflib/Tools/md5_tstamp.py diff --git a/Tools/msvc.py b/waflib/Tools/msvc.py index 17b347d..17b347d 100644 --- a/Tools/msvc.py +++ b/waflib/Tools/msvc.py diff --git a/Tools/nasm.py b/waflib/Tools/nasm.py index 411d582..411d582 100644 --- a/Tools/nasm.py +++ b/waflib/Tools/nasm.py diff --git a/Tools/nobuild.py b/waflib/Tools/nobuild.py index 2e4b055..2e4b055 100644 --- a/Tools/nobuild.py +++ b/waflib/Tools/nobuild.py diff --git a/Tools/perl.py b/waflib/Tools/perl.py index 32b03fb..32b03fb 100644 --- a/Tools/perl.py +++ b/waflib/Tools/perl.py diff --git a/Tools/python.py b/waflib/Tools/python.py index 25841d0..25841d0 100644 --- a/Tools/python.py +++ b/waflib/Tools/python.py diff --git a/Tools/qt5.py b/waflib/Tools/qt5.py index 4f9c690..4f9c690 100644 --- a/Tools/qt5.py +++ b/waflib/Tools/qt5.py diff --git a/Tools/ruby.py b/waflib/Tools/ruby.py index 8d92a79..8d92a79 100644 --- a/Tools/ruby.py +++ b/waflib/Tools/ruby.py diff --git a/Tools/suncc.py b/waflib/Tools/suncc.py index 33d34fc..33d34fc 100644 --- a/Tools/suncc.py +++ b/waflib/Tools/suncc.py diff --git a/Tools/suncxx.py b/waflib/Tools/suncxx.py index 3b384f6..3b384f6 100644 --- a/Tools/suncxx.py +++ b/waflib/Tools/suncxx.py diff --git a/Tools/tex.py b/waflib/Tools/tex.py index eaf9fdb..eaf9fdb 100644 --- a/Tools/tex.py +++ b/waflib/Tools/tex.py diff --git a/Tools/vala.py b/waflib/Tools/vala.py index 822ec50..822ec50 100644 --- a/Tools/vala.py +++ b/waflib/Tools/vala.py diff --git a/Tools/waf_unit_test.py b/waflib/Tools/waf_unit_test.py index a71ed1c..a71ed1c 100644 --- a/Tools/waf_unit_test.py +++ b/waflib/Tools/waf_unit_test.py diff --git a/Tools/winres.py b/waflib/Tools/winres.py index 586c596..586c596 100644 --- a/Tools/winres.py +++ b/waflib/Tools/winres.py diff --git a/Tools/xlc.py b/waflib/Tools/xlc.py index 134dd41..134dd41 100644 --- a/Tools/xlc.py +++ b/waflib/Tools/xlc.py diff --git a/Tools/xlcxx.py b/waflib/Tools/xlcxx.py index 76aa59b..76aa59b 100644 --- a/Tools/xlcxx.py +++ b/waflib/Tools/xlcxx.py diff --git a/Utils.py b/waflib/Utils.py index b4665c4..b4665c4 100644 --- a/Utils.py +++ b/waflib/Utils.py diff --git a/__init__.py b/waflib/__init__.py index 079df35..079df35 100644 --- a/__init__.py +++ b/waflib/__init__.py diff --git a/ansiterm.py b/waflib/ansiterm.py index 0d20c63..0d20c63 100644 --- a/ansiterm.py +++ b/waflib/ansiterm.py diff --git a/extras/__init__.py b/waflib/extras/__init__.py index c8a3c34..c8a3c34 100644 --- a/extras/__init__.py +++ b/waflib/extras/__init__.py diff --git a/extras/autowaf.py b/waflib/extras/autowaf.py index a4a06ba..a4a06ba 100644 --- a/extras/autowaf.py +++ b/waflib/extras/autowaf.py diff --git a/extras/batched_cc.py b/waflib/extras/batched_cc.py index aad2872..aad2872 100644 --- a/extras/batched_cc.py +++ b/waflib/extras/batched_cc.py diff --git a/extras/biber.py b/waflib/extras/biber.py index fd9db4e..fd9db4e 100644 --- a/extras/biber.py +++ b/waflib/extras/biber.py diff --git a/extras/bjam.py b/waflib/extras/bjam.py index 8e04d3a..8e04d3a 100644 --- a/extras/bjam.py +++ b/waflib/extras/bjam.py diff --git a/extras/blender.py b/waflib/extras/blender.py index e5efc28..e5efc28 100644 --- a/extras/blender.py +++ b/waflib/extras/blender.py diff --git a/extras/boo.py b/waflib/extras/boo.py index 06623d4..06623d4 100644 --- a/extras/boo.py +++ b/waflib/extras/boo.py diff --git a/extras/boost.py b/waflib/extras/boost.py index c2aaaa9..c2aaaa9 100644 --- a/extras/boost.py +++ b/waflib/extras/boost.py diff --git a/extras/build_file_tracker.py b/waflib/extras/build_file_tracker.py index c4f26fd..c4f26fd 100644 --- a/extras/build_file_tracker.py +++ b/waflib/extras/build_file_tracker.py diff --git a/extras/build_logs.py b/waflib/extras/build_logs.py index cdf8ed0..cdf8ed0 100644 --- a/extras/build_logs.py +++ b/waflib/extras/build_logs.py diff --git a/extras/buildcopy.py b/waflib/extras/buildcopy.py index a6d9ac8..a6d9ac8 100644 --- a/extras/buildcopy.py +++ b/waflib/extras/buildcopy.py diff --git a/extras/c_bgxlc.py b/waflib/extras/c_bgxlc.py index 6e3eaf7..6e3eaf7 100644 --- a/extras/c_bgxlc.py +++ b/waflib/extras/c_bgxlc.py diff --git a/extras/c_dumbpreproc.py b/waflib/extras/c_dumbpreproc.py index ce9e1a4..ce9e1a4 100644 --- a/extras/c_dumbpreproc.py +++ b/waflib/extras/c_dumbpreproc.py diff --git a/extras/c_emscripten.py b/waflib/extras/c_emscripten.py index e1ac494..e1ac494 100644 --- a/extras/c_emscripten.py +++ b/waflib/extras/c_emscripten.py diff --git a/extras/c_nec.py b/waflib/extras/c_nec.py index 96bfae4..96bfae4 100644 --- a/extras/c_nec.py +++ b/waflib/extras/c_nec.py diff --git a/extras/cabal.py b/waflib/extras/cabal.py index e10a0d1..e10a0d1 100644 --- a/extras/cabal.py +++ b/waflib/extras/cabal.py diff --git a/extras/cfg_altoptions.py b/waflib/extras/cfg_altoptions.py index 47b1189..47b1189 100644 --- a/extras/cfg_altoptions.py +++ b/waflib/extras/cfg_altoptions.py diff --git a/extras/clang_compilation_database.py b/waflib/extras/clang_compilation_database.py index 4d9b5e2..4d9b5e2 100644 --- a/extras/clang_compilation_database.py +++ b/waflib/extras/clang_compilation_database.py diff --git a/extras/codelite.py b/waflib/extras/codelite.py index 523302c..523302c 100644 --- a/extras/codelite.py +++ b/waflib/extras/codelite.py diff --git a/extras/color_gcc.py b/waflib/extras/color_gcc.py index b68c5eb..b68c5eb 100644 --- a/extras/color_gcc.py +++ b/waflib/extras/color_gcc.py diff --git a/extras/color_rvct.py b/waflib/extras/color_rvct.py index f89ccbd..f89ccbd 100644 --- a/extras/color_rvct.py +++ b/waflib/extras/color_rvct.py diff --git a/extras/compat15.py b/waflib/extras/compat15.py index 0e74df8..0e74df8 100644 --- a/extras/compat15.py +++ b/waflib/extras/compat15.py diff --git a/extras/cppcheck.py b/waflib/extras/cppcheck.py index 13ff424..13ff424 100644 --- a/extras/cppcheck.py +++ b/waflib/extras/cppcheck.py diff --git a/extras/cpplint.py b/waflib/extras/cpplint.py index e3302e5..e3302e5 100644 --- a/extras/cpplint.py +++ b/waflib/extras/cpplint.py diff --git a/extras/cross_gnu.py b/waflib/extras/cross_gnu.py index 309f53b..309f53b 100644 --- a/extras/cross_gnu.py +++ b/waflib/extras/cross_gnu.py diff --git a/extras/cython.py b/waflib/extras/cython.py index 481d6f4..481d6f4 100644 --- a/extras/cython.py +++ b/waflib/extras/cython.py diff --git a/extras/dcc.py b/waflib/extras/dcc.py index c1a57c0..c1a57c0 100644 --- a/extras/dcc.py +++ b/waflib/extras/dcc.py diff --git a/extras/distnet.py b/waflib/extras/distnet.py index 09a31a6..09a31a6 100644 --- a/extras/distnet.py +++ b/waflib/extras/distnet.py diff --git a/extras/doxygen.py b/waflib/extras/doxygen.py index 28f56e9..28f56e9 100644 --- a/extras/doxygen.py +++ b/waflib/extras/doxygen.py diff --git a/extras/dpapi.py b/waflib/extras/dpapi.py index b94d482..b94d482 100644 --- a/extras/dpapi.py +++ b/waflib/extras/dpapi.py diff --git a/extras/eclipse.py b/waflib/extras/eclipse.py index bb78741..bb78741 100644 --- a/extras/eclipse.py +++ b/waflib/extras/eclipse.py diff --git a/extras/erlang.py b/waflib/extras/erlang.py index 49f6d5b..49f6d5b 100644 --- a/extras/erlang.py +++ b/waflib/extras/erlang.py diff --git a/extras/fast_partial.py b/waflib/extras/fast_partial.py index b3af513..b3af513 100644 --- a/extras/fast_partial.py +++ b/waflib/extras/fast_partial.py diff --git a/extras/fc_bgxlf.py b/waflib/extras/fc_bgxlf.py index cca1810..cca1810 100644 --- a/extras/fc_bgxlf.py +++ b/waflib/extras/fc_bgxlf.py diff --git a/extras/fc_cray.py b/waflib/extras/fc_cray.py index da733fa..da733fa 100644 --- a/extras/fc_cray.py +++ b/waflib/extras/fc_cray.py diff --git a/extras/fc_nag.py b/waflib/extras/fc_nag.py index edcb218..edcb218 100644 --- a/extras/fc_nag.py +++ b/waflib/extras/fc_nag.py diff --git a/extras/fc_nec.py b/waflib/extras/fc_nec.py index 67c8680..67c8680 100644 --- a/extras/fc_nec.py +++ b/waflib/extras/fc_nec.py diff --git a/extras/fc_open64.py b/waflib/extras/fc_open64.py index 413719f..413719f 100644 --- a/extras/fc_open64.py +++ b/waflib/extras/fc_open64.py diff --git a/extras/fc_pgfortran.py b/waflib/extras/fc_pgfortran.py index afb2817..afb2817 100644 --- a/extras/fc_pgfortran.py +++ b/waflib/extras/fc_pgfortran.py diff --git a/extras/fc_solstudio.py b/waflib/extras/fc_solstudio.py index 53766df..53766df 100644 --- a/extras/fc_solstudio.py +++ b/waflib/extras/fc_solstudio.py diff --git a/extras/fc_xlf.py b/waflib/extras/fc_xlf.py index 5a3da03..5a3da03 100644 --- a/extras/fc_xlf.py +++ b/waflib/extras/fc_xlf.py diff --git a/extras/file_to_object.py b/waflib/extras/file_to_object.py index 1393b51..1393b51 100644 --- a/extras/file_to_object.py +++ b/waflib/extras/file_to_object.py diff --git a/extras/fluid.py b/waflib/extras/fluid.py index 4814a35..4814a35 100644 --- a/extras/fluid.py +++ b/waflib/extras/fluid.py diff --git a/extras/freeimage.py b/waflib/extras/freeimage.py index f27e525..f27e525 100644 --- a/extras/freeimage.py +++ b/waflib/extras/freeimage.py diff --git a/extras/fsb.py b/waflib/extras/fsb.py index 1b8f398..1b8f398 100644 --- a/extras/fsb.py +++ b/waflib/extras/fsb.py diff --git a/extras/fsc.py b/waflib/extras/fsc.py index c67e70b..c67e70b 100644 --- a/extras/fsc.py +++ b/waflib/extras/fsc.py diff --git a/extras/gccdeps.py b/waflib/extras/gccdeps.py index d9758ab..d9758ab 100644 --- a/extras/gccdeps.py +++ b/waflib/extras/gccdeps.py diff --git a/extras/gdbus.py b/waflib/extras/gdbus.py index 0e0476e..0e0476e 100644 --- a/extras/gdbus.py +++ b/waflib/extras/gdbus.py diff --git a/extras/gob2.py b/waflib/extras/gob2.py index b4fa3b9..b4fa3b9 100644 --- a/extras/gob2.py +++ b/waflib/extras/gob2.py diff --git a/extras/halide.py b/waflib/extras/halide.py index 6078e38..6078e38 100644 --- a/extras/halide.py +++ b/waflib/extras/halide.py diff --git a/extras/javatest.py b/waflib/extras/javatest.py index 979b8d8..979b8d8 100755 --- a/extras/javatest.py +++ b/waflib/extras/javatest.py diff --git a/extras/kde4.py b/waflib/extras/kde4.py index e49a9ec..e49a9ec 100644 --- a/extras/kde4.py +++ b/waflib/extras/kde4.py diff --git a/extras/local_rpath.py b/waflib/extras/local_rpath.py index b2507e1..b2507e1 100644 --- a/extras/local_rpath.py +++ b/waflib/extras/local_rpath.py diff --git a/extras/lv2.py b/waflib/extras/lv2.py index 815987f..815987f 100644 --- a/extras/lv2.py +++ b/waflib/extras/lv2.py diff --git a/extras/make.py b/waflib/extras/make.py index 933d9ca..933d9ca 100644 --- a/extras/make.py +++ b/waflib/extras/make.py diff --git a/extras/midl.py b/waflib/extras/midl.py index 43e6cf9..43e6cf9 100644 --- a/extras/midl.py +++ b/waflib/extras/midl.py diff --git a/extras/msvcdeps.py b/waflib/extras/msvcdeps.py index fc1ecd4..fc1ecd4 100644 --- a/extras/msvcdeps.py +++ b/waflib/extras/msvcdeps.py diff --git a/extras/msvs.py b/waflib/extras/msvs.py index 8aa2db0..8aa2db0 100644 --- a/extras/msvs.py +++ b/waflib/extras/msvs.py diff --git a/extras/netcache_client.py b/waflib/extras/netcache_client.py index dc49048..dc49048 100644 --- a/extras/netcache_client.py +++ b/waflib/extras/netcache_client.py diff --git a/extras/objcopy.py b/waflib/extras/objcopy.py index 82d8359..82d8359 100644 --- a/extras/objcopy.py +++ b/waflib/extras/objcopy.py diff --git a/extras/ocaml.py b/waflib/extras/ocaml.py index afe73c0..afe73c0 100644 --- a/extras/ocaml.py +++ b/waflib/extras/ocaml.py diff --git a/extras/package.py b/waflib/extras/package.py index c06498e..c06498e 100644 --- a/extras/package.py +++ b/waflib/extras/package.py diff --git a/extras/parallel_debug.py b/waflib/extras/parallel_debug.py index 35883a3..35883a3 100644 --- a/extras/parallel_debug.py +++ b/waflib/extras/parallel_debug.py diff --git a/extras/pch.py b/waflib/extras/pch.py index 103e752..103e752 100644 --- a/extras/pch.py +++ b/waflib/extras/pch.py diff --git a/extras/pep8.py b/waflib/extras/pep8.py index 676beed..676beed 100644 --- a/extras/pep8.py +++ b/waflib/extras/pep8.py diff --git a/extras/pgicc.py b/waflib/extras/pgicc.py index 9790b9c..9790b9c 100644 --- a/extras/pgicc.py +++ b/waflib/extras/pgicc.py diff --git a/extras/pgicxx.py b/waflib/extras/pgicxx.py index eae121c..eae121c 100644 --- a/extras/pgicxx.py +++ b/waflib/extras/pgicxx.py diff --git a/extras/proc.py b/waflib/extras/proc.py index 764abec..764abec 100644 --- a/extras/proc.py +++ b/waflib/extras/proc.py diff --git a/extras/protoc.py b/waflib/extras/protoc.py index f3cb4d8..f3cb4d8 100644 --- a/extras/protoc.py +++ b/waflib/extras/protoc.py diff --git a/extras/pyqt5.py b/waflib/extras/pyqt5.py index c21dfa7..c21dfa7 100644 --- a/extras/pyqt5.py +++ b/waflib/extras/pyqt5.py diff --git a/extras/pytest.py b/waflib/extras/pytest.py index 7dd5a1a..7dd5a1a 100644 --- a/extras/pytest.py +++ b/waflib/extras/pytest.py diff --git a/extras/qnxnto.py b/waflib/extras/qnxnto.py index 1158124..1158124 100644 --- a/extras/qnxnto.py +++ b/waflib/extras/qnxnto.py diff --git a/extras/qt4.py b/waflib/extras/qt4.py index 90cae7e..90cae7e 100644 --- a/extras/qt4.py +++ b/waflib/extras/qt4.py diff --git a/extras/relocation.py b/waflib/extras/relocation.py index 7e821f4..7e821f4 100644 --- a/extras/relocation.py +++ b/waflib/extras/relocation.py diff --git a/extras/remote.py b/waflib/extras/remote.py index 3b038f7..3b038f7 100644 --- a/extras/remote.py +++ b/waflib/extras/remote.py diff --git a/extras/resx.py b/waflib/extras/resx.py index caf4d31..caf4d31 100644 --- a/extras/resx.py +++ b/waflib/extras/resx.py diff --git a/extras/review.py b/waflib/extras/review.py index 561e062..561e062 100644 --- a/extras/review.py +++ b/waflib/extras/review.py diff --git a/extras/rst.py b/waflib/extras/rst.py index f3c3a5e..f3c3a5e 100644 --- a/extras/rst.py +++ b/waflib/extras/rst.py diff --git a/extras/run_do_script.py b/waflib/extras/run_do_script.py index f3c5812..f3c5812 100644 --- a/extras/run_do_script.py +++ b/waflib/extras/run_do_script.py diff --git a/extras/run_m_script.py b/waflib/extras/run_m_script.py index b5f27eb..b5f27eb 100644 --- a/extras/run_m_script.py +++ b/waflib/extras/run_m_script.py diff --git a/extras/run_py_script.py b/waflib/extras/run_py_script.py index 3670381..3670381 100644 --- a/extras/run_py_script.py +++ b/waflib/extras/run_py_script.py diff --git a/extras/run_r_script.py b/waflib/extras/run_r_script.py index b0d8f2b..b0d8f2b 100644 --- a/extras/run_r_script.py +++ b/waflib/extras/run_r_script.py diff --git a/extras/sas.py b/waflib/extras/sas.py index 754c614..754c614 100644 --- a/extras/sas.py +++ b/waflib/extras/sas.py diff --git a/extras/satellite_assembly.py b/waflib/extras/satellite_assembly.py index 005eb07..005eb07 100644 --- a/extras/satellite_assembly.py +++ b/waflib/extras/satellite_assembly.py diff --git a/extras/scala.py b/waflib/extras/scala.py index a9880f0..a9880f0 100644 --- a/extras/scala.py +++ b/waflib/extras/scala.py diff --git a/extras/slow_qt4.py b/waflib/extras/slow_qt4.py index ec7880b..ec7880b 100644 --- a/extras/slow_qt4.py +++ b/waflib/extras/slow_qt4.py diff --git a/extras/softlink_libs.py b/waflib/extras/softlink_libs.py index 50c777f..50c777f 100644 --- a/extras/softlink_libs.py +++ b/waflib/extras/softlink_libs.py diff --git a/extras/stale.py b/waflib/extras/stale.py index cac3f46..cac3f46 100644 --- a/extras/stale.py +++ b/waflib/extras/stale.py diff --git a/extras/stracedeps.py b/waflib/extras/stracedeps.py index 37d82cb..37d82cb 100644 --- a/extras/stracedeps.py +++ b/waflib/extras/stracedeps.py diff --git a/extras/swig.py b/waflib/extras/swig.py index fd3d6d2..fd3d6d2 100644 --- a/extras/swig.py +++ b/waflib/extras/swig.py diff --git a/extras/syms.py b/waflib/extras/syms.py index dfa0059..dfa0059 100644 --- a/extras/syms.py +++ b/waflib/extras/syms.py diff --git a/extras/ticgt.py b/waflib/extras/ticgt.py index f43a7ea..f43a7ea 100644 --- a/extras/ticgt.py +++ b/waflib/extras/ticgt.py diff --git a/extras/unity.py b/waflib/extras/unity.py index 78128ed..78128ed 100644 --- a/extras/unity.py +++ b/waflib/extras/unity.py diff --git a/extras/use_config.py b/waflib/extras/use_config.py index ef5129f..ef5129f 100644 --- a/extras/use_config.py +++ b/waflib/extras/use_config.py diff --git a/extras/valadoc.py b/waflib/extras/valadoc.py index c50f69e..c50f69e 100644 --- a/extras/valadoc.py +++ b/waflib/extras/valadoc.py diff --git a/extras/waf_xattr.py b/waflib/extras/waf_xattr.py index 351dd63..351dd63 100644 --- a/extras/waf_xattr.py +++ b/waflib/extras/waf_xattr.py diff --git a/extras/why.py b/waflib/extras/why.py index 1bb941f..1bb941f 100644 --- a/extras/why.py +++ b/waflib/extras/why.py diff --git a/extras/win32_opts.py b/waflib/extras/win32_opts.py index 9f7443c..9f7443c 100644 --- a/extras/win32_opts.py +++ b/waflib/extras/win32_opts.py diff --git a/extras/wix.py b/waflib/extras/wix.py index d87bfbb..d87bfbb 100644 --- a/extras/wix.py +++ b/waflib/extras/wix.py diff --git a/extras/xcode6.py b/waflib/extras/xcode6.py index 91bbff1..91bbff1 100644 --- a/extras/xcode6.py +++ b/waflib/extras/xcode6.py diff --git a/fixpy2.py b/waflib/fixpy2.py index 24176e0..24176e0 100644 --- a/fixpy2.py +++ b/waflib/fixpy2.py diff --git a/processor.py b/waflib/processor.py index 2eecf3b..2eecf3b 100755 --- a/processor.py +++ b/waflib/processor.py diff --git a/waflib/waf b/waflib/waf new file mode 100755 index 0000000..e22930a --- /dev/null +++ b/waflib/waf @@ -0,0 +1,16 @@ +#!/usr/bin/env python + +# Minimal waf script for projects that include waflib directly + +from waflib import Context, Scripting + +import inspect +import os + +def main(): + script_path = os.path.abspath(inspect.getfile(inspect.getmodule(main))) + project_path = os.path.dirname(script_path) + Scripting.waf_entry_point(os.getcwd(), Context.WAFVERSION, project_path) + +if __name__ == '__main__': + main() @@ -0,0 +1,183 @@ +#!/usr/bin/env python +import os +import subprocess +import waflib.Logs as Logs +import waflib.Options as Options +import waflib.extras.autowaf as autowaf + +# Library and package version (UNIX style major, minor, micro) +# major increment <=> incompatible changes +# minor increment <=> compatible changes (additions) +# micro increment <=> no interface changes +SRATOM_VERSION = '0.6.2' +SRATOM_MAJOR_VERSION = '0' + +# Mandatory waf variables +APPNAME = 'sratom' # Package name for waf dist +VERSION = SRATOM_VERSION # Package version for waf dist +top = '.' # Source directory +out = 'build' # Build directory + +def options(ctx): + ctx.load('compiler_c') + autowaf.set_options(ctx, test=True) + opt = ctx.get_option_group('Configuration options') + opt.add_option('--static', action='store_true', dest='static', + help='build static library') + opt.add_option('--no-shared', action='store_true', dest='no_shared', + help='do not build shared library') + +def configure(conf): + autowaf.display_header('Sratom Configuration') + conf.load('compiler_c', cache=True) + conf.load('autowaf', cache=True) + + conf.env.BUILD_SHARED = not Options.options.no_shared + conf.env.BUILD_STATIC = Options.options.static + + if not conf.env.BUILD_SHARED and not conf.env.BUILD_STATIC: + conf.fatal('Neither a shared nor a static build requested') + + autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', + atleast_version='1.10.0', mandatory=True) + autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', + atleast_version='0.30.0', mandatory=True) + autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', + atleast_version='0.14.0', mandatory=True) + + autowaf.define(conf, 'SRATOM_VERSION', SRATOM_VERSION) + autowaf.set_lib_env(conf, 'sratom', SRATOM_VERSION) + conf.write_config_header('sratom_config.h', remove=False) + + autowaf.display_summary(conf) + autowaf.display_msg(conf, "Unit tests", bool(conf.env.BUILD_TESTS)) + print('') + +lib_source = ['src/sratom.c'] + +def build(bld): + # C Headers + includedir = '${INCLUDEDIR}/sratom-%s/sratom' % SRATOM_MAJOR_VERSION + bld.install_files(includedir, bld.path.ant_glob('sratom/*.h')) + + # Pkgconfig file + autowaf.build_pc(bld, 'SRATOM', SRATOM_VERSION, SRATOM_MAJOR_VERSION, + ['SERD', 'SORD', 'LV2'], + {'SRATOM_MAJOR_VERSION' : SRATOM_MAJOR_VERSION}) + + libflags = ['-fvisibility=hidden'] + libs = ['m'] + defines = [] + if bld.env.MSVC_COMPILER: + libflags = [] + libs = [] + defines = [] + + # Shared Library + if bld.env.BUILD_SHARED: + obj = bld(features = 'c cshlib', + export_includes = ['.'], + source = lib_source, + includes = ['.', './src'], + lib = libs, + name = 'libsratom', + target = 'sratom-%s' % SRATOM_MAJOR_VERSION, + vnum = SRATOM_VERSION, + install_path = '${LIBDIR}', + defines = defines + ['SRATOM_SHARED', 'SRATOM_INTERNAL'], + cflags = libflags) + autowaf.use_lib(bld, obj, 'SERD SORD LV2') + + # Static library + if bld.env.BUILD_STATIC: + obj = bld(features = 'c cstlib', + export_includes = ['.'], + source = lib_source, + includes = ['.', './src'], + lib = libs, + name = 'libsratom_static', + target = 'sratom-%s' % SRATOM_MAJOR_VERSION, + vnum = SRATOM_VERSION, + install_path = '${LIBDIR}', + defines = defines + ['SRATOM_INTERNAL']) + autowaf.use_lib(bld, obj, 'SERD SORD LV2') + + if bld.env.BUILD_TESTS: + test_libs = libs + test_cflags = [''] + test_linkflags = [''] + if not bld.env.NO_COVERAGE: + test_cflags += ['--coverage'] + test_linkflags += ['--coverage'] + + # Static library (for unit test code coverage) + obj = bld(features = 'c cstlib', + source = lib_source, + includes = ['.', './src'], + lib = test_libs, + name = 'libsratom_profiled', + target = 'sratom_profiled', + install_path = '', + defines = defines + ['SRATOM_INTERNAL'], + cflags = test_cflags, + linkflags = test_linkflags) + autowaf.use_lib(bld, obj, 'SERD SORD LV2') + + # Unit test program + obj = bld(features = 'c cprogram', + source = 'tests/sratom_test.c', + includes = ['.', './src'], + use = 'libsratom_profiled', + lib = test_libs, + target = 'sratom_test', + install_path = '', + defines = defines, + cflags = test_cflags, + linkflags = test_linkflags) + + autowaf.use_lib(bld, obj, 'SERD SORD LV2') + + # Documentation + autowaf.build_dox(bld, 'SRATOM', SRATOM_VERSION, top, out) + + bld.add_post_fun(autowaf.run_ldconfig) + if bld.env.DOCS: + bld.add_post_fun(fix_docs) + +def test(ctx): + autowaf.pre_test(ctx, APPNAME) + os.environ['PATH'] = '.' + os.pathsep + os.getenv('PATH') + Logs.pprint('GREEN', '') + autowaf.run_test(ctx, APPNAME, 'sratom_test', dirs=['./src','./tests']) + autowaf.post_test(ctx, APPNAME) + +def lint(ctx): + "checks code for style issues" + import subprocess + cmd = ("clang-tidy -p=. -header-filter=.* -checks=\"*," + + "-clang-analyzer-alpha.*," + + "-google-readability-todo," + + "-llvm-header-guard," + + "-llvm-include-order," + + "-misc-unused-parameters," + + "-readability-else-after-return\" " + + "$(find .. -name '*.c')") + subprocess.call(cmd, cwd='build', shell=True) + +def fix_docs(ctx): + if ctx.cmd == 'build': + autowaf.make_simple_dox(APPNAME) + +def upload_docs(ctx): + os.system("rsync -ravz --delete -e ssh build/doc/html/ drobilla@drobilla.net:~/drobilla.net/docs/sratom/") + +def posts(ctx): + path = str(ctx.path.abspath()) + autowaf.news_to_posts( + os.path.join(path, 'NEWS'), + {'title' : 'Sratom', + 'description' : autowaf.get_blurb(os.path.join(path, 'README')), + 'dist_pattern' : 'http://download.drobilla.net/sratom-%s.tar.bz2'}, + { 'Author' : 'drobilla', + 'Tags' : 'Hacking, LAD, LV2, RDF, Sratom' }, + os.path.join(out, 'posts')) |